Trace number 3371398

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Plingeling 587f (fixed)UNSAT 134.387 34.3531

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_063_080-tseitin.cnf
MD5SUMceca868d07951273fdc2de08c57f2b6a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.9231
Satisfiable
(Un)Satisfiability was proved
Number of variables259762
Number of clauses656573
Sum of the clauses size1532001
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2437714
Number of clauses of size 3218857
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

134.29/34.35	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3371398-1305422087/watcher-3371398-1305422087 -o /tmp/evaluation-result-3371398-1305422087/solver-3371398-1305422087 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3371398-1305422087.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.84 7.88 7.88 5/354 23369
/proc/meminfo: memFree=22756340/32950928 swapFree=45937192/67111528
[pid=23369] ppid=23367 vsize=17480 CPUtime=0 cores=1,3,5,7
/proc/23369/stat : 23369 (plingeling) R 23367 23369 22319 0 -1 4202496 2462 1255 0 0 0 0 0 0 24 0 1 0 653805453 17899520 2393 33554432000 4194304 4417452 140736817073328 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/23369/statm: 4370 2393 148 55 0 2256 0

[startup+0.018561 s]
/proc/loadavg: 7.84 7.88 7.88 5/354 23369
/proc/meminfo: memFree=22756340/32950928 swapFree=45937192/67111528
[pid=23369] ppid=23367 vsize=19032 CPUtime=0.01 cores=1,3,5,7
/proc/23369/stat : 23369 (plingeling) R 23367 23369 22319 0 -1 4202496 2851 1255 0 0 1 0 0 0 24 0 1 0 653805453 19488768 2782 33554432000 4194304 4417452 140736817073328 18446744073709551615 254500691712 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/23369/statm: 4758 2782 149 55 0 2644 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 19032

[startup+0.100545 s]
/proc/loadavg: 7.84 7.88 7.88 5/354 23369
/proc/meminfo: memFree=22756340/32950928 swapFree=45937192/67111528
[pid=23369] ppid=23367 vsize=35588 CPUtime=0.09 cores=1,3,5,7
/proc/23369/stat : 23369 (plingeling) R 23367 23369 22319 0 -1 4202496 7017 1255 0 0 9 0 0 0 25 0 1 0 653805453 36442112 6921 33554432000 4194304 4417452 140736817073328 18446744073709551615 4264909 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/23369/statm: 8897 6921 149 55 0 6783 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35588

[startup+0.30051 s]
/proc/loadavg: 7.84 7.88 7.88 5/354 23369
/proc/meminfo: memFree=22756340/32950928 swapFree=45937192/67111528
[pid=23369] ppid=23367 vsize=66136 CPUtime=0.29 cores=1,3,5,7
/proc/23369/stat : 23369 (plingeling) R 23367 23369 22319 0 -1 4202496 14638 1255 0 0 28 1 0 0 25 0 1 0 653805453 67723264 14542 33554432000 4194304 4417452 140736817073328 18446744073709551615 4264945 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/23369/statm: 16534 14542 149 55 0 14420 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66136

[startup+0.700434 s]
/proc/loadavg: 7.84 7.88 7.88 5/354 23369
/proc/meminfo: memFree=22756340/32950928 swapFree=45937192/67111528
[pid=23369] ppid=23367 vsize=127700 CPUtime=0.69 cores=1,3,5,7
/proc/23369/stat : 23369 (plingeling) R 23367 23369 22319 0 -1 4202496 29542 1255 0 0 66 3 0 0 25 0 1 0 653805453 130764800 29397 33554432000 4194304 4417452 140736817073328 18446744073709551615 254500385885 0 0 4096 17442 0 0 0 17 3 0 0 0
/proc/23369/statm: 31925 29428 149 55 0 29811 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 127700

[startup+1.5012 s]
/proc/loadavg: 7.84 7.88 7.88 9/359 23379
/proc/meminfo: memFree=22566472/32950928 swapFree=45937192/67111528
[pid=23369] ppid=23367 vsize=249428 CPUtime=3.47 cores=1,3,5,7
/proc/23369/stat : 23369 (plingeling) S 23367 23369 22319 0 -1 4202496 81763 1255 0 0 337 10 0 0 25 0 5 0 653805453 255414272 48924 33554432000 4194304 4417452 140736817073328 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23369/statm: 62357 48924 173 55 0 60243 0
[pid=23369/tid=23376] ppid=23367 vsize=249428 CPUtime=0.65 cores=1,3,5,7
/proc/23369/task/23376/stat : 23376 (plingeling) R 23367 23369 22319 0 -1 4202560 12598 1255 0 0 64 1 0 0 25 0 5 0 653805537 255414272 48924 33554432000 4194304 4417452 140736817073328 18446744073709551615 4287312 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23369/tid=23377] ppid=23367 vsize=249428 CPUtime=0.64 cores=1,3,5,7
/proc/23369/task/23377/stat : 23377 (plingeling) R 23367 23369 22319 0 -1 4202560 14211 1255 0 0 63 1 0 0 25 0 5 0 653805537 255414272 48924 33554432000 4194304 4417452 140736817073328 18446744073709551615 4284962 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23369/tid=23378] ppid=23367 vsize=249428 CPUtime=0.66 cores=1,3,5,7
/proc/23369/task/23378/stat : 23378 (plingeling) R 23367 23369 22319 0 -1 4202560 14175 1255 0 0 64 2 0 0 18 0 5 0 653805537 255414272 48924 33554432000 4194304 4417452 140736817073328 18446744073709551615 4286255 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23369/tid=23379] ppid=23367 vsize=249428 CPUtime=0.66 cores=1,3,5,7
/proc/23369/task/23379/stat : 23379 (plingeling) R 23367 23369 22319 0 -1 4202560 4528 1255 0 0 66 0 0 0 25 0 5 0 653805537 255414272 48924 33554432000 4194304 4417452 140736817073328 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 249428

[startup+3.10088 s]
/proc/loadavg: 7.84 7.88 7.88 9/359 23379
/proc/meminfo: memFree=22549980/32950928 swapFree=45937192/67111528
[pid=23369] ppid=23367 vsize=290232 CPUtime=9.86 cores=1,3,5,7
/proc/23369/stat : 23369 (plingeling) S 23367 23369 22319 0 -1 4202496 106859 1255 0 0 972 14 0 0 25 0 5 0 653805453 297197568 51786 33554432000 4194304 4417452 140736817073328 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23369/statm: 72558 51786 175 55 0 70444 0
[pid=23369/tid=23376] ppid=23367 vsize=290232 CPUtime=2.26 cores=1,3,5,7
/proc/23369/task/23376/stat : 23376 (plingeling) R 23367 23369 22319 0 -1 4202560 18285 1255 0 0 224 2 0 0 25 0 5 0 653805537 297197568 51786 33554432000 4194304 4417452 140736817073328 18446744073709551615 4275748 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23369/tid=23377] ppid=23367 vsize=290232 CPUtime=2.23 cores=1,3,5,7
/proc/23369/task/23377/stat : 23377 (plingeling) R 23367 23369 22319 0 -1 4202560 23121 1255 0 0 220 3 0 0 25 0 5 0 653805537 297197568 51786 33554432000 4194304 4417452 140736817073328 18446744073709551615 4326792 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23369/tid=23378] ppid=23367 vsize=290232 CPUtime=2.26 cores=1,3,5,7
/proc/23369/task/23378/stat : 23378 (plingeling) R 23367 23369 22319 0 -1 4202560 24674 1255 0 0 223 3 0 0 21 0 5 0 653805537 297197568 51786 33554432000 4194304 4417452 140736817073328 18446744073709551615 4317337 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23369/tid=23379] ppid=23367 vsize=290232 CPUtime=2.26 cores=1,3,5,7
/proc/23369/task/23379/stat : 23379 (plingeling) R 23367 23369 22319 0 -1 4202560 4528 1255 0 0 226 0 0 0 25 0 5 0 653805537 297197568 51786 33554432000 4194304 4417452 140736817073328 18446744073709551615 4236603 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.86
Current children cumulated vsize (KiB) 290232

[startup+6.30124 s]
/proc/loadavg: 7.85 7.88 7.88 9/359 23379
/proc/meminfo: memFree=22522940/32950928 swapFree=45937192/67111528
[pid=23369] ppid=23367 vsize=342608 CPUtime=22.63 cores=1,3,5,7
/proc/23369/stat : 23369 (plingeling) S 23367 23369 22319 0 -1 4202496 132738 1255 0 0 2245 18 0 0 25 0 5 0 653805453 350830592 64268 33554432000 4194304 4417452 140736817073328 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23369/statm: 85652 64268 179 55 0 83538 0
[pid=23369/tid=23376] ppid=23367 vsize=342608 CPUtime=5.46 cores=1,3,5,7
/proc/23369/task/23376/stat : 23376 (plingeling) R 23367 23369 22319 0 -1 4202560 21383 1255 0 0 543 3 0 0 25 0 5 0 653805537 350830592 64268 33554432000 4194304 4417452 140736817073328 18446744073709551615 4253176 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23369/tid=23377] ppid=23367 vsize=342608 CPUtime=5.4 cores=1,3,5,7
/proc/23369/task/23377/stat : 23377 (plingeling) R 23367 23369 22319 0 -1 4202560 35876 1255 0 0 535 5 0 0 25 0 5 0 653805537 350830592 64268 33554432000 4194304 4417452 140736817073328 18446744073709551615 4252365 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23369/tid=23378] ppid=23367 vsize=342608 CPUtime=5.45 cores=1,3,5,7
/proc/23369/task/23378/stat : 23378 (plingeling) R 23367 23369 22319 0 -1 4202560 33675 1255 0 0 541 4 0 0 25 0 5 0 653805537 350830592 64268 33554432000 4194304 4417452 140736817073328 18446744073709551615 4320546 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23369/tid=23379] ppid=23367 vsize=342608 CPUtime=5.45 cores=1,3,5,7
/proc/23369/task/23379/stat : 23379 (plingeling) R 23367 23369 22319 0 -1 4202560 5553 1255 0 0 545 0 0 0 25 0 5 0 653805537 350830592 64268 33554432000 4194304 4417452 140736817073328 18446744073709551615 4356934 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.63
Current children cumulated vsize (KiB) 342608

[startup+12.701 s]
/proc/loadavg: 7.86 7.88 7.88 9/359 23379
/proc/meminfo: memFree=22408384/32950928 swapFree=45937192/67111528
[pid=23369] ppid=23367 vsize=422148 CPUtime=48.15 cores=1,3,5,7
/proc/23369/stat : 23369 (plingeling) S 23367 23369 22319 0 -1 4202496 166656 1255 0 0 4792 23 0 0 25 0 5 0 653805453 432279552 82138 33554432000 4194304 4417452 140736817073328 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23369/statm: 105537 82138 180 55 0 103423 0
[pid=23369/tid=23376] ppid=23367 vsize=422148 CPUtime=11.86 cores=1,3,5,7
/proc/23369/task/23376/stat : 23376 (plingeling) R 23367 23369 22319 0 -1 4202560 29576 1255 0 0 1182 4 0 0 25 0 5 0 653805537 432279552 82138 33554432000 4194304 4417452 140736817073328 18446744073709551615 4252855 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23369/tid=23377] ppid=23367 vsize=422148 CPUtime=11.72 cores=1,3,5,7
/proc/23369/task/23377/stat : 23377 (plingeling) R 23367 23369 22319 0 -1 4202560 44069 1255 0 0 1166 6 0 0 25 0 5 0 653805537 432279552 82138 33554432000 4194304 4417452 140736817073328 18446744073709551615 4252951 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23369/tid=23378] ppid=23367 vsize=422148 CPUtime=11.86 cores=1,3,5,7
/proc/23369/task/23378/stat : 23378 (plingeling) R 23367 23369 22319 0 -1 4202560 37791 1255 0 0 1181 5 0 0 25 0 5 0 653805537 432279552 82138 33554432000 4194304 4417452 140736817073328 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23369/tid=23379] ppid=23367 vsize=422148 CPUtime=11.86 cores=1,3,5,7
/proc/23369/task/23379/stat : 23379 (plingeling) R 23367 23369 22319 0 -1 4202560 18969 1255 0 0 1184 2 0 0 25 0 5 0 653805537 432279552 82138 33554432000 4194304 4417452 140736817073328 18446744073709551615 4357079 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.15
Current children cumulated vsize (KiB) 422148

[startup+25.5004 s]
/proc/loadavg: 7.89 7.89 7.88 9/359 23380
/proc/meminfo: memFree=22431156/32950928 swapFree=45937192/67111528
[pid=23369] ppid=23367 vsize=379516 CPUtime=99.19 cores=1,3,5,7
/proc/23369/stat : 23369 (plingeling) S 23367 23369 22319 0 -1 4202496 180247 1255 0 0 9894 25 0 0 25 0 5 0 653805453 388624384 67670 33554432000 4194304 4417452 140736817073328 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23369/statm: 94879 67670 180 55 0 92765 0
[pid=23369/tid=23376] ppid=23367 vsize=379516 CPUtime=24.66 cores=1,3,5,7
/proc/23369/task/23376/stat : 23376 (plingeling) R 23367 23369 22319 0 -1 4202560 31407 1255 0 0 2462 4 0 0 25 0 5 0 653805537 388624384 67670 33554432000 4194304 4417452 140736817073328 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23369/tid=23377] ppid=23367 vsize=379516 CPUtime=24.36 cores=1,3,5,7
/proc/23369/task/23377/stat : 23377 (plingeling) R 23367 23369 22319 0 -1 4202560 46117 1255 0 0 2430 6 0 0 25 0 5 0 653805537 388624384 67670 33554432000 4194304 4417452 140736817073328 18446744073709551615 4357283 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23369/tid=23378] ppid=23367 vsize=379516 CPUtime=24.65 cores=1,3,5,7
/proc/23369/task/23378/stat : 23378 (plingeling) R 23367 23369 22319 0 -1 4202560 38837 1255 0 0 2460 5 0 0 25 0 5 0 653805537 388624384 67670 33554432000 4194304 4417452 140736817073328 18446744073709551615 4366472 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23369/tid=23379] ppid=23367 vsize=379516 CPUtime=24.65 cores=1,3,5,7
/proc/23369/task/23379/stat : 23379 (plingeling) R 23367 23369 22319 0 -1 4202560 27635 1255 0 0 2462 3 0 0 25 0 5 0 653805537 388624384 67670 33554432000 4194304 4417452 140736817073328 18446744073709551615 4236649 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 99.19
Current children cumulated vsize (KiB) 379516

Solver just ended. Dumping a history of the last processes samples

[startup+28.7008 s]
/proc/loadavg: 7.89 7.89 7.88 9/359 23380
/proc/meminfo: memFree=22471084/32950928 swapFree=45937192/67111528
[pid=23369] ppid=23367 vsize=368832 CPUtime=111.95 cores=1,3,5,7
/proc/23369/stat : 23369 (plingeling) S 23367 23369 22319 0 -1 4202496 181253 1255 0 0 11170 25 0 0 25 0 5 0 653805453 377683968 64999 33554432000 4194304 4417452 140736817073328 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23369/statm: 92208 64999 180 55 0 90094 0
[pid=23369/tid=23376] ppid=23367 vsize=368832 CPUtime=27.86 cores=1,3,5,7
/proc/23369/task/23376/stat : 23376 (plingeling) R 23367 23369 22319 0 -1 4202560 31416 1255 0 0 2782 4 0 0 25 0 5 0 653805537 377683968 64999 33554432000 4194304 4417452 140736817073328 18446744073709551615 4357097 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23369/tid=23377] ppid=23367 vsize=368832 CPUtime=27.52 cores=1,3,5,7
/proc/23369/task/23377/stat : 23377 (plingeling) R 23367 23369 22319 0 -1 4202560 46135 1255 0 0 2746 6 0 0 25 0 5 0 653805537 377683968 64999 33554432000 4194304 4417452 140736817073328 18446744073709551615 4320489 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23369/tid=23378] ppid=23367 vsize=368832 CPUtime=27.86 cores=1,3,5,7
/proc/23369/task/23378/stat : 23378 (plingeling) R 23367 23369 22319 0 -1 4202560 39356 1255 0 0 2780 6 0 0 25 0 5 0 653805537 377683968 64999 33554432000 4194304 4417452 140736817073328 18446744073709551615 4364533 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23369/tid=23379] ppid=23367 vsize=368832 CPUtime=27.86 cores=1,3,5,7
/proc/23369/task/23379/stat : 23379 (plingeling) R 23367 23369 22319 0 -1 4202560 28095 1255 0 0 2782 4 0 0 25 0 5 0 653805537 377683968 64999 33554432000 4194304 4417452 140736817073328 18446744073709551615 4364550 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 111.95
Current children cumulated vsize (KiB) 368832

[startup+31.9131 s]
/proc/loadavg: 7.90 7.89 7.88 9/359 23380
/proc/meminfo: memFree=22485096/32950928 swapFree=45937192/67111528
[pid=23369] ppid=23367 vsize=354288 CPUtime=124.76 cores=1,3,5,7
/proc/23369/stat : 23369 (plingeling) S 23367 23369 22319 0 -1 4202496 181868 1255 0 0 12451 25 0 0 25 0 5 0 653805453 362790912 61363 33554432000 4194304 4417452 140736817073328 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23369/statm: 88572 61363 180 55 0 86458 0
[pid=23369/tid=23376] ppid=23367 vsize=354288 CPUtime=31.07 cores=1,3,5,7
/proc/23369/task/23376/stat : 23376 (plingeling) R 23367 23369 22319 0 -1 4202560 31421 1255 0 0 3103 4 0 0 25 0 5 0 653805537 362790912 61363 33554432000 4194304 4417452 140736817073328 18446744073709551615 4265462 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23369/tid=23377] ppid=23367 vsize=354288 CPUtime=30.7 cores=1,3,5,7
/proc/23369/task/23377/stat : 23377 (plingeling) R 23367 23369 22319 0 -1 4202560 46140 1255 0 0 3064 6 0 0 25 0 5 0 653805537 362790912 61363 33554432000 4194304 4417452 140736817073328 18446744073709551615 4364650 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23369/tid=23378] ppid=23367 vsize=354288 CPUtime=31.07 cores=1,3,5,7
/proc/23369/task/23378/stat : 23378 (plingeling) R 23367 23369 22319 0 -1 4202560 39868 1255 0 0 3101 6 0 0 25 0 5 0 653805537 362790912 61363 33554432000 4194304 4417452 140736817073328 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23369/tid=23379] ppid=23367 vsize=354288 CPUtime=31.07 cores=1,3,5,7
/proc/23369/task/23379/stat : 23379 (plingeling) R 23367 23369 22319 0 -1 4202560 28188 1255 0 0 3103 4 0 0 25 0 5 0 653805537 362790912 61363 33554432000 4194304 4417452 140736817073328 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 124.76
Current children cumulated vsize (KiB) 354288

[startup+33.5008 s]
/proc/loadavg: 7.90 7.89 7.88 9/359 23380
/proc/meminfo: memFree=22483820/32950928 swapFree=45937192/67111528
[pid=23369] ppid=23367 vsize=354376 CPUtime=131.11 cores=1,3,5,7
/proc/23369/stat : 23369 (plingeling) S 23367 23369 22319 0 -1 4202496 182404 1255 0 0 13085 26 0 0 25 0 5 0 653805453 362881024 61385 33554432000 4194304 4417452 140736817073328 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23369/statm: 88594 61385 180 55 0 86480 0
[pid=23369/tid=23376] ppid=23367 vsize=354376 CPUtime=32.66 cores=1,3,5,7
/proc/23369/task/23376/stat : 23376 (plingeling) R 23367 23369 22319 0 -1 4202560 31421 1255 0 0 3262 4 0 0 25 0 5 0 653805537 362881024 61385 33554432000 4194304 4417452 140736817073328 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23369/tid=23377] ppid=23367 vsize=354376 CPUtime=32.27 cores=1,3,5,7
/proc/23369/task/23377/stat : 23377 (plingeling) R 23367 23369 22319 0 -1 4202560 46140 1255 0 0 3221 6 0 0 25 0 5 0 653805537 362881024 61385 33554432000 4194304 4417452 140736817073328 18446744073709551615 4232644 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23369/tid=23378] ppid=23367 vsize=354376 CPUtime=32.66 cores=1,3,5,7
/proc/23369/task/23378/stat : 23378 (plingeling) R 23367 23369 22319 0 -1 4202560 40380 1255 0 0 3260 6 0 0 25 0 5 0 653805537 362881024 61385 33554432000 4194304 4417452 140736817073328 18446744073709551615 4234794 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23369/tid=23379] ppid=23367 vsize=354376 CPUtime=32.66 cores=1,3,5,7
/proc/23369/task/23379/stat : 23379 (plingeling) R 23367 23369 22319 0 -1 4202560 28212 1255 0 0 3262 4 0 0 25 0 5 0 653805537 362881024 61385 33554432000 4194304 4417452 140736817073328 18446744073709551615 4281907 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 131.11
Current children cumulated vsize (KiB) 354376

[startup+33.9007 s]
/proc/loadavg: 7.90 7.89 7.88 9/359 23380
/proc/meminfo: memFree=22483820/32950928 swapFree=45937192/67111528
[pid=23369] ppid=23367 vsize=356548 CPUtime=132.71 cores=1,3,5,7
/proc/23369/stat : 23369 (plingeling) S 23367 23369 22319 0 -1 4202496 182948 1255 0 0 13245 26 0 0 25 0 5 0 653805453 365105152 61928 33554432000 4194304 4417452 140736817073328 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23369/statm: 89137 61928 180 55 0 87023 0
[pid=23369/tid=23376] ppid=23367 vsize=356548 CPUtime=33.05 cores=1,3,5,7
/proc/23369/task/23376/stat : 23376 (plingeling) R 23367 23369 22319 0 -1 4202560 31677 1255 0 0 3301 4 0 0 25 0 5 0 653805537 365105152 61928 33554432000 4194304 4417452 140736817073328 18446744073709551615 4232664 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23369/tid=23377] ppid=23367 vsize=356548 CPUtime=32.67 cores=1,3,5,7
/proc/23369/task/23377/stat : 23377 (plingeling) R 23367 23369 22319 0 -1 4202560 46396 1255 0 0 3261 6 0 0 25 0 5 0 653805537 365105152 61928 33554432000 4194304 4417452 140736817073328 18446744073709551615 4364907 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23369/tid=23378] ppid=23367 vsize=356548 CPUtime=33.06 cores=1,3,5,7
/proc/23369/task/23378/stat : 23378 (plingeling) R 23367 23369 22319 0 -1 4202560 40380 1255 0 0 3300 6 0 0 25 0 5 0 653805537 365105152 61928 33554432000 4194304 4417452 140736817073328 18446744073709551615 4248888 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23369/tid=23379] ppid=23367 vsize=356548 CPUtime=33.06 cores=1,3,5,7
/proc/23369/task/23379/stat : 23379 (plingeling) R 23367 23369 22319 0 -1 4202560 28244 1255 0 0 3302 4 0 0 25 0 5 0 653805537 365105152 61928 33554432000 4194304 4417452 140736817073328 18446744073709551615 4364653 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 132.71
Current children cumulated vsize (KiB) 356548

[startup+34.3007 s]
/proc/loadavg: 7.90 7.89 7.88 9/359 23380
/proc/meminfo: memFree=22484936/32950928 swapFree=45937192/67111528
[pid=23369] ppid=23367 vsize=354268 CPUtime=134.29 cores=1,3,5,7
/proc/23369/stat : 23369 (plingeling) S 23367 23369 22319 0 -1 4202496 182955 1255 0 0 13403 26 0 0 25 0 5 0 653805453 362770432 61358 33554432000 4194304 4417452 140736817073328 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 3 0 0 0
/proc/23369/statm: 88567 61358 180 55 0 86453 0
[pid=23369/tid=23376] ppid=23367 vsize=354268 CPUtime=33.45 cores=1,3,5,7
/proc/23369/task/23376/stat : 23376 (plingeling) R 23367 23369 22319 0 -1 4202560 31677 1255 0 0 3341 4 0 0 25 0 5 0 653805537 362770432 61358 33554432000 4194304 4417452 140736817073328 18446744073709551615 4364835 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=23369/tid=23377] ppid=23367 vsize=354268 CPUtime=33.06 cores=1,3,5,7
/proc/23369/task/23377/stat : 23377 (plingeling) R 23367 23369 22319 0 -1 4202560 46396 1255 0 0 3300 6 0 0 25 0 5 0 653805537 362770432 61358 33554432000 4194304 4417452 140736817073328 18446744073709551615 4354524 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=23369/tid=23378] ppid=23367 vsize=354268 CPUtime=33.46 cores=1,3,5,7
/proc/23369/task/23378/stat : 23378 (plingeling) R 23367 23369 22319 0 -1 4202560 40380 1255 0 0 3340 6 0 0 25 0 5 0 653805537 362770432 61358 33554432000 4194304 4417452 140736817073328 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=23369/tid=23379] ppid=23367 vsize=354268 CPUtime=33.46 cores=1,3,5,7
/proc/23369/task/23379/stat : 23379 (plingeling) R 23367 23369 22319 0 -1 4202560 28251 1255 0 0 3342 4 0 0 25 0 5 0 653805537 362770432 61358 33554432000 4194304 4417452 140736817073328 18446744073709551615 4281926 0 0 4096 17442 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 134.29
Current children cumulated vsize (KiB) 354268

Child status: 20
Real time (s): 34.3531
CPU time (s): 134.387
CPU user time (s): 134.109
CPU system time (s): 0.277957
CPU usage (%): 391.191
Max. virtual memory (cumulated for all children) (KiB): 441128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 134.109
system time used= 0.277957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184214
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130
involuntary context switches= 633

runsolver used 0.098984 second user time and 0.310952 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 03:14:48
IDJOB=3371398
IDBENCH=82435
IDSOLVER=1848
FILE ID=node149/3371398-1305422087
RUNJOBID= node149-1305421638-23293
PBS_JOBID= 13324565
Free space on /tmp= 73380 MiB

SOLVER NAME= Plingeling 587f (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_063_080-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3371398-1305422087/watcher-3371398-1305422087 -o /tmp/evaluation-result-3371398-1305422087/solver-3371398-1305422087 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3371398-1305422087.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ceca868d07951273fdc2de08c57f2b6a
RANDOM SEED=923059459

node149.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22756496 kB
Buffers:        314208 kB
Cached:        4128400 kB
SwapCached:      19984 kB
Active:        7653160 kB
Inactive:      2244028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22756496 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           11652 kB
Writeback:           0 kB
AnonPages:     5447312 kB
Mapped:          14584 kB
Slab:           157712 kB
PageTables:      73920 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 81402040 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73380 MiB
End job on node149 at 2011-05-15 03:15:22