Trace number 3310161

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
ppfolio par? (TO) 40000.4 5003.72

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand064.cnf
MD5SUM49dbd2fb16b3d5ce554d30c48729a56d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4672.05
Satisfiable
(Un)Satisfiability was proved
Number of variables92464
Number of clauses276623
Sum of the clauses size645451
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2184414
Number of clauses of size 392207
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3310161-1303998249/watcher-3310161-1303998249 -o /tmp/evaluation-result-3310161-1303998249/solver-3310161-1303998249 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310161-1303998249.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.36 7.87 7.96 1/170 10299
/proc/meminfo: memFree=21438752/32951124 swapFree=67111524/67111528
[pid=10299] ppid=10297 vsize=18324 CPUtime=0 cores=0-7
/proc/10299/stat : 10299 (ppfolio) R 10297 10299 10273 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 511427268 18763776 389 33554432000 4194304 4287625 140734033690384 18446744073709551615 212436037135 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/10299/statm: 4581 389 341 23 0 91 0

[startup+0.0917099 s]
/proc/loadavg: 7.36 7.87 7.96 1/170 10299
/proc/meminfo: memFree=21438752/32951124 swapFree=67111524/67111528
[pid=10299] ppid=10297 vsize=18324 CPUtime=0 cores=0-7
/proc/10299/stat : 10299 (ppfolio) S 10297 10299 10273 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 511427268 18763776 389 33554432000 4194304 4287625 140734033690384 18446744073709551615 212436037135 0 0 4096 65536 3586238597704974335 0 0 17 6 0 0 0
/proc/10299/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100701 s]
/proc/loadavg: 7.36 7.87 7.96 1/170 10299
/proc/meminfo: memFree=21438752/32951124 swapFree=67111524/67111528
[pid=10299] ppid=10297 vsize=18324 CPUtime=0 cores=0-7
/proc/10299/stat : 10299 (ppfolio) S 10297 10299 10273 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 511427268 18763776 389 33554432000 4194304 4287625 140734033690384 18446744073709551615 212436037135 0 0 4096 65536 3586238597704974335 0 0 17 6 0 0 0
/proc/10299/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300671 s]
/proc/loadavg: 7.36 7.87 7.96 1/170 10299
/proc/meminfo: memFree=21438752/32951124 swapFree=67111524/67111528
[pid=10299] ppid=10297 vsize=18324 CPUtime=0 cores=0-7
/proc/10299/stat : 10299 (ppfolio) S 10297 10299 10273 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 511427268 18763776 389 33554432000 4194304 4287625 140734033690384 18446744073709551615 212436037135 0 0 4096 65536 3586238597704974335 0 0 17 4 0 0 0
/proc/10299/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700563 s]
/proc/loadavg: 7.36 7.87 7.96 1/170 10299
/proc/meminfo: memFree=21438752/32951124 swapFree=67111524/67111528
[pid=10299] ppid=10297 vsize=18324 CPUtime=0 cores=0-7
/proc/10299/stat : 10299 (ppfolio) S 10297 10299 10273 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 511427268 18763776 389 33554432000 4194304 4287625 140734033690384 18446744073709551615 212436037135 0 0 4096 65536 3586238597704974335 0 0 17 4 0 0 0
/proc/10299/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50141 s]
/proc/loadavg: 7.36 7.87 7.96 9/180 10314
/proc/meminfo: memFree=21165004/32951124 swapFree=67111524/67111528
[pid=10299] ppid=10297 vsize=18324 CPUtime=0 cores=0-7
/proc/10299/stat : 10299 (ppfolio) S 10297 10299 10273 0 -1 4202496 520 0 0 0 0 0 0 0 17 0 1 0 511427268 18763776 389 33554432000 4194304 4287625 140734033690384 18446744073709551615 212436037135 0 0 4096 65536 3586238597704974335 0 0 17 4 0 0 0
/proc/10299/statm: 4581 389 341 23 0 91 0
[pid=10300] ppid=10299 vsize=74004 CPUtime=1.49 cores=0
/proc/10300/stat : 10300 (cryptominisat) R 10299 10299 10273 0 -1 4202496 12739 0 0 0 147 2 0 0 20 0 1 0 511427269 75780096 12470 33554432000 4194304 4587354 140734922528304 18446744073709551615 4421086 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10300/statm: 18501 12470 312 96 0 15063 0
[pid=10301] ppid=10299 vsize=69824 CPUtime=1.49 cores=1
/proc/10301/stat : 10301 (clasp) R 10299 10299 10273 0 -1 4202496 17925 0 0 0 147 2 0 0 20 0 1 0 511427269 71499776 14386 33554432000 4194304 4785740 140733668523648 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10301/statm: 17456 14386 339 145 0 14501 0
[pid=10302] ppid=10299 vsize=471136 CPUtime=1.48 cores=2
/proc/10302/stat : 10302 (TNM) R 10299 10299 10273 0 -1 4202496 9723 0 0 0 147 1 0 0 20 0 1 0 511427269 482443264 9620 33554432000 134512640 134534564 4293859184 18446744073709551615 134529031 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10302/statm: 117784 9620 95 6 0 116450 0
[pid=10303] ppid=10299 vsize=186736 CPUtime=1.49 cores=3
/proc/10303/stat : 10303 (march_hi) R 10299 10299 10273 0 -1 4202496 73481 0 0 0 141 8 0 0 20 0 1 0 511427269 191217664 20422 33554432000 4194304 4331988 140735622029344 18446744073709551615 212435677893 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10303/statm: 46684 20426 151 34 0 45126 0
[pid=10304] ppid=10299 vsize=165452 CPUtime=4.91 cores=4-7
/proc/10304/stat : 10304 (plingeling) S 10299 10299 10273 0 -1 4202496 40197 1253 0 0 486 5 0 0 20 0 5 0 511427269 169422848 19531 33554432000 4194304 4356188 140735955766416 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10304/statm: 41363 19531 160 40 0 39907 0
[pid=10304/tid=10311] ppid=10299 vsize=165452 CPUtime=1.14 cores=4-7
/proc/10304/task/10311/stat : 10311 (plingeling) R 10299 10299 10273 0 -1 4202560 4598 1253 0 0 114 0 0 0 19 0 5 0 511427303 169422848 19531 33554432000 4194304 4356188 140735955766416 18446744073709551615 4322091 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10304/tid=10312] ppid=10299 vsize=165452 CPUtime=1.15 cores=4-7
/proc/10304/task/10312/stat : 10312 (plingeling) R 10299 10299 10273 0 -1 4202560 9041 1253 0 0 114 1 0 0 25 0 5 0 511427303 169422848 19531 33554432000 4194304 4356188 140735955766416 18446744073709551615 4321963 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10304/tid=10313] ppid=10299 vsize=165452 CPUtime=1.11 cores=4-7
/proc/10304/task/10313/stat : 10313 (plingeling) R 10299 10299 10273 0 -1 4202560 3614 1253 0 0 111 0 0 0 25 0 5 0 511427303 169422848 19531 33554432000 4194304 4356188 140735955766416 18446744073709551615 4318120 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10304/tid=10314] ppid=10299 vsize=165452 CPUtime=1.13 cores=4-7
/proc/10304/task/10314/stat : 10314 (plingeling) R 10299 10299 10273 0 -1 4202560 6239 1253 0 0 113 0 0 0 19 0 5 0 511427303 169422848 19531 33554432000 4194304 4356188 140735955766416 18446744073709551615 4334124 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.86
Current children cumulated vsize (KiB) 985476

[startup+3.1011 s]
/proc/loadavg: 7.41 7.87 7.96 9/180 10314
/proc/meminfo: memFree=21119620/32951124 swapFree=67111524/67111528
[pid=10299] ppid=10297 vsize=18324 CPUtime=0 cores=0-7
/proc/10299/stat : 10299 (ppfolio) S 10297 10299 10273 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 511427268 18763776 389 33554432000 4194304 4287625 140734033690384 18446744073709551615 212436037135 0 0 4096 65536 3586238597704974335 0 0 17 4 0 0 0
/proc/10299/statm: 4581 389 341 23 0 91 0
[pid=10300] ppid=10299 vsize=144464 CPUtime=3.09 cores=0
/proc/10300/stat : 10300 (cryptominisat) R 10299 10299 10273 0 -1 4202496 24124 0 0 0 305 4 0 0 25 0 1 0 511427269 147931136 21777 33554432000 4194304 4587354 140734922528304 18446744073709551615 4383873 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10300/statm: 36116 21777 317 96 0 32678 0
[pid=10301] ppid=10299 vsize=69824 CPUtime=3.09 cores=1
/proc/10301/stat : 10301 (clasp) R 10299 10299 10273 0 -1 4202496 17926 0 0 0 307 2 0 0 25 0 1 0 511427269 71499776 14387 33554432000 4194304 4785740 140733668523648 18446744073709551615 4319104 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10301/statm: 17456 14387 340 145 0 14501 0
[pid=10302] ppid=10299 vsize=471136 CPUtime=3.08 cores=2
/proc/10302/stat : 10302 (TNM) R 10299 10299 10273 0 -1 4202496 9723 0 0 0 307 1 0 0 25 0 1 0 511427269 482443264 9620 33554432000 134512640 134534564 4293859184 18446744073709551615 134529946 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10302/statm: 117784 9620 95 6 0 116450 0
[pid=10303] ppid=10299 vsize=186896 CPUtime=3.09 cores=3
/proc/10303/stat : 10303 (march_hi) R 10299 10299 10273 0 -1 4202496 99166 0 0 0 298 11 0 0 25 0 1 0 511427269 191381504 39539 33554432000 4194304 4331988 140735622029344 18446744073709551615 4263196 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10303/statm: 46724 39539 173 34 0 45166 0
[pid=10304] ppid=10299 vsize=181100 CPUtime=11.3 cores=4-7
/proc/10304/stat : 10304 (plingeling) S 10299 10299 10273 0 -1 4202496 44131 1253 0 0 1124 6 0 0 20 0 5 0 511427269 185446400 23465 33554432000 4194304 4356188 140735955766416 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10304/statm: 45275 23465 164 40 0 43819 0
[pid=10304/tid=10311] ppid=10299 vsize=181100 CPUtime=2.74 cores=4-7
/proc/10304/task/10311/stat : 10311 (plingeling) R 10299 10299 10273 0 -1 4202560 5116 1253 0 0 274 0 0 0 23 0 5 0 511427303 185446400 23465 33554432000 4194304 4356188 140735955766416 18446744073709551615 4301757 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10304/tid=10312] ppid=10299 vsize=181100 CPUtime=2.74 cores=4-7
/proc/10304/task/10312/stat : 10312 (plingeling) R 10299 10299 10273 0 -1 4202560 11099 1253 0 0 273 1 0 0 25 0 5 0 511427303 185446400 23465 33554432000 4194304 4356188 140735955766416 18446744073709551615 4231120 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10304/tid=10313] ppid=10299 vsize=181100 CPUtime=2.71 cores=4-7
/proc/10304/task/10313/stat : 10313 (plingeling) R 10299 10299 10273 0 -1 4202560 3620 1253 0 0 271 0 0 0 25 0 5 0 511427303 185446400 23465 33554432000 4194304 4356188 140735955766416 18446744073709551615 4225315 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10304/tid=10314] ppid=10299 vsize=181100 CPUtime=2.74 cores=4-7
/proc/10304/task/10314/stat : 10314 (plingeling) R 10299 10299 10273 0 -1 4202560 7591 1253 0 0 273 1 0 0 23 0 5 0 511427303 185446400 23465 33554432000 4194304 4356188 140735955766416 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.65
Current children cumulated vsize (KiB) 1071744

[startup+6.3005 s]
/proc/loadavg: 7.41 7.87 7.96 9/180 10315
/proc/meminfo: memFree=20947884/32951124 swapFree=67111524/67111528
[pid=10299] ppid=10297 vsize=18324 CPUtime=0 cores=0-7
/proc/10299/stat : 10299 (ppfolio) S 10297 10299 10273 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 511427268 18763776 389 33554432000 4194304 4287625 140734033690384 18446744073709551615 212436037135 0 0 4096 65536 3586238597704974335 0 0 17 4 0 0 0
/proc/10299/statm: 4581 389 341 23 0 91 0
[pid=10300] ppid=10299 vsize=155156 CPUtime=6.29 cores=0
/proc/10300/stat : 10300 (cryptominisat) R 10299 10299 10273 0 -1 4202496 31495 0 0 0 624 5 0 0 25 0 1 0 511427269 158879744 26032 33554432000 4194304 4587354 140734922528304 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10300/statm: 38789 26032 330 96 0 35351 0
[pid=10301] ppid=10299 vsize=69824 CPUtime=6.29 cores=1
/proc/10301/stat : 10301 (clasp) R 10299 10299 10273 0 -1 4202496 17926 0 0 0 627 2 0 0 25 0 1 0 511427269 71499776 14387 33554432000 4194304 4785740 140733668523648 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10301/statm: 17456 14387 340 145 0 14501 0
[pid=10302] ppid=10299 vsize=471136 CPUtime=6.28 cores=2
/proc/10302/stat : 10302 (TNM) R 10299 10299 10273 0 -1 4202496 9723 0 0 0 627 1 0 0 25 0 1 0 511427269 482443264 9620 33554432000 134512640 134534564 4293859184 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10302/statm: 117784 9620 95 6 0 116450 0
[pid=10303] ppid=10299 vsize=194624 CPUtime=6.28 cores=3
/proc/10303/stat : 10303 (march_hi) R 10299 10299 10273 0 -1 4202496 101707 0 0 0 617 11 0 0 25 0 1 0 511427269 199294976 42080 33554432000 4194304 4331988 140735622029344 18446744073709551615 4226443 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10303/statm: 48656 42080 173 34 0 47098 0
[pid=10304] ppid=10299 vsize=224952 CPUtime=24.08 cores=4-7
/proc/10304/stat : 10304 (plingeling) S 10299 10299 10273 0 -1 4202496 56118 1253 0 0 2401 7 0 0 20 0 5 0 511427269 230350848 35452 33554432000 4194304 4356188 140735955766416 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10304/statm: 56238 35452 164 40 0 54782 0
[pid=10304/tid=10311] ppid=10299 vsize=224952 CPUtime=5.95 cores=4-7
/proc/10304/task/10311/stat : 10311 (plingeling) R 10299 10299 10273 0 -1 4202560 8188 1253 0 0 594 1 0 0 25 0 5 0 511427303 230350848 35452 33554432000 4194304 4356188 140735955766416 18446744073709551615 4270512 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10304/tid=10312] ppid=10299 vsize=224952 CPUtime=5.94 cores=4-7
/proc/10304/task/10312/stat : 10312 (plingeling) R 10299 10299 10273 0 -1 4202560 16221 1253 0 0 592 2 0 0 25 0 5 0 511427303 230350848 35452 33554432000 4194304 4356188 140735955766416 18446744073709551615 4303798 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10304/tid=10313] ppid=10299 vsize=224952 CPUtime=5.88 cores=4-7
/proc/10304/task/10313/stat : 10313 (plingeling) R 10299 10299 10273 0 -1 4202560 6692 1253 0 0 588 0 0 0 25 0 5 0 511427303 230350848 35452 33554432000 4194304 4356188 140735955766416 18446744073709551615 4216121 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10304/tid=10314] ppid=10299 vsize=224952 CPUtime=5.94 cores=4-7
/proc/10304/task/10314/stat : 10314 (plingeling) R 10299 10299 10273 0 -1 4202560 8312 1253 0 0 593 1 0 0 25 0 5 0 511427303 230350848 35452 33554432000 4194304 4356188 140735955766416 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.22
Current children cumulated vsize (KiB) 1134016

[startup+12.7013 s]
/proc/loadavg: 7.50 7.88 7.96 9/180 10315
/proc/meminfo: memFree=20939356/32951124 swapFree=67111524/67111528
[pid=10299] ppid=10297 vsize=18324 CPUtime=0 cores=0-7
/proc/10299/stat : 10299 (ppfolio) S 10297 10299 10273 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 511427268 18763776 389 33554432000 4194304 4287625 140734033690384 18446744073709551615 212436037135 0 0 4096 65536 3586238597704974335 0 0 17 4 0 0 0
/proc/10299/statm: 4581 389 341 23 0 91 0
[pid=10300] ppid=10299 vsize=155156 CPUtime=12.69 cores=0
/proc/10300/stat : 10300 (cryptominisat) R 10299 10299 10273 0 -1 4202496 32135 0 0 0 1264 5 0 0 25 0 1 0 511427269 158879744 26658 33554432000 4194304 4587354 140734922528304 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10300/statm: 38789 26658 333 96 0 35351 0
[pid=10301] ppid=10299 vsize=75148 CPUtime=12.69 cores=1
/proc/10301/stat : 10301 (clasp) R 10299 10299 10273 0 -1 4202496 19290 0 0 0 1266 3 0 0 25 0 1 0 511427269 76951552 15751 33554432000 4194304 4785740 140733668523648 18446744073709551615 4552630 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10301/statm: 18787 15751 340 145 0 15832 0
[pid=10302] ppid=10299 vsize=471136 CPUtime=12.69 cores=2
/proc/10302/stat : 10302 (TNM) R 10299 10299 10273 0 -1 4202496 9723 0 0 0 1268 1 0 0 25 0 1 0 511427269 482443264 9620 33554432000 134512640 134534564 4293859184 18446744073709551615 134529675 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10302/statm: 117784 9620 95 6 0 116450 0
[pid=10303] ppid=10299 vsize=194624 CPUtime=12.68 cores=3
/proc/10303/stat : 10303 (march_hi) R 10299 10299 10273 0 -1 4202496 101732 0 0 0 1257 11 0 0 25 0 1 0 511427269 199294976 42105 33554432000 4194304 4331988 140735622029344 18446744073709551615 4265495 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10303/statm: 48656 42105 173 34 0 47098 0
[pid=10304] ppid=10299 vsize=224100 CPUtime=49.65 cores=4-7
/proc/10304/stat : 10304 (plingeling) S 10299 10299 10273 0 -1 4202496 62265 1253 0 0 4957 8 0 0 20 0 5 0 511427269 229478400 31497 33554432000 4194304 4356188 140735955766416 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10304/statm: 56025 31497 164 40 0 54569 0
[pid=10304/tid=10311] ppid=10299 vsize=224100 CPUtime=12.35 cores=4-7
/proc/10304/task/10311/stat : 10311 (plingeling) R 10299 10299 10273 0 -1 4202560 12286 1253 0 0 1234 1 0 0 25 0 5 0 511427303 229478400 31497 33554432000 4194304 4356188 140735955766416 18446744073709551615 4273184 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10304/tid=10312] ppid=10299 vsize=224100 CPUtime=12.34 cores=4-7
/proc/10304/task/10312/stat : 10312 (plingeling) R 10299 10299 10273 0 -1 4202560 16221 1253 0 0 1232 2 0 0 25 0 5 0 511427303 229478400 31497 33554432000 4194304 4356188 140735955766416 18446744073709551615 4284062 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10304/tid=10313] ppid=10299 vsize=224100 CPUtime=12.25 cores=4-7
/proc/10304/task/10313/stat : 10313 (plingeling) R 10299 10299 10273 0 -1 4202560 8741 1253 0 0 1225 0 0 0 25 0 5 0 511427303 229478400 31497 33554432000 4194304 4356188 140735955766416 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10304/tid=10314] ppid=10299 vsize=224100 CPUtime=12.34 cores=4-7
/proc/10304/task/10314/stat : 10314 (plingeling) R 10299 10299 10273 0 -1 4202560 8312 1253 0 0 1233 1 0 0 25 0 5 0 511427303 229478400 31497 33554432000 4194304 4356188 140735955766416 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.4
Current children cumulated vsize (KiB) 1138488

[startup+25.5008 s]
/proc/loadavg: 7.58 7.88 7.96 9/180 10315
/proc/meminfo: memFree=20937128/32951124 swapFree=67111524/67111528
[pid=10299] ppid=10297 vsize=18324 CPUtime=0 cores=0-7
/proc/10299/stat : 10299 (ppfolio) S 10297 10299 10273 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 511427268 18763776 389 33554432000 4194304 4287625 140734033690384 18446744073709551615 212436037135 0 0 4096 65536 3586238597704974335 0 0 17 4 0 0 0
/proc/10299/statm: 4581 389 341 23 0 91 0
[pid=10300] ppid=10299 vsize=164384 CPUtime=25.49 cores=0
/proc/10300/stat : 10300 (cryptominisat) R 10299 10299 10273 0 -1 4202496 36681 0 0 0 2543 6 0 0 25 0 1 0 511427269 168329216 29519 33554432000 4194304 4587354 140734922528304 18446744073709551615 4388100 0 0 4096 2 0 0 0 17 0 0 0 0

################
# More data... #
################

[pid=10302] ppid=10299 vsize=471140 CPUtime=4841.83 cores=2
/proc/10302/stat : 10302 (TNM) R 10299 10299 10273 0 -1 4202496 9732 0 0 0 484181 2 0 0 25 0 1 0 511427269 482447360 9629 33554432000 134512640 134534564 4293859184 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10302/statm: 117785 9629 103 6 0 116451 0
[pid=10303] ppid=10299 vsize=285872 CPUtime=4842.47 cores=3
/proc/10303/stat : 10303 (march_hi) R 10299 10299 10273 0 -1 4202496 120044 0 0 0 484223 24 0 0 25 0 1 0 511427269 292732928 60417 33554432000 4194304 4331988 140735622029344 18446744073709551615 4237136 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10303/statm: 71468 60417 173 34 0 69910 0
[pid=10304] ppid=10299 vsize=379344 CPUtime=19340.9 cores=4-7
/proc/10304/stat : 10304 (plingeling) S 10299 10299 10273 0 -1 4202496 310414 1253 0 0 1934046 46 0 0 20 0 5 0 511427269 388448256 69081 33554432000 4194304 4356188 140735955766416 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10304/statm: 94836 69081 164 40 0 93380 0
[pid=10304/tid=10311] ppid=10299 vsize=379344 CPUtime=4842.13 cores=4-7
/proc/10304/task/10311/stat : 10311 (plingeling) R 10299 10299 10273 0 -1 4202560 76455 1253 0 0 484203 10 0 0 25 0 5 0 511427303 388448256 69081 33554432000 4194304 4356188 140735955766416 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10304/tid=10312] ppid=10299 vsize=379344 CPUtime=4841.13 cores=4-7
/proc/10304/task/10312/stat : 10312 (plingeling) R 10299 10299 10273 0 -1 4202560 85641 1253 0 0 484099 14 0 0 25 0 5 0 511427303 388448256 69081 33554432000 4194304 4356188 140735955766416 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10304/tid=10313] ppid=10299 vsize=379344 CPUtime=4815.67 cores=4-7
/proc/10304/task/10313/stat : 10313 (plingeling) R 10299 10299 10273 0 -1 4202560 70537 1253 0 0 481557 10 0 0 25 0 5 0 511427303 388448256 69081 33554432000 4194304 4356188 140735955766416 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10304/tid=10314] ppid=10299 vsize=379344 CPUtime=4841.62 cores=4-7
/proc/10304/task/10314/stat : 10314 (plingeling) R 10299 10299 10273 0 -1 4202560 61076 1253 0 0 484154 8 0 0 25 0 5 0 511427303 388448256 69081 33554432000 4194304 4356188 140735955766416 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38710
Current children cumulated vsize (KiB) 2565404

[startup+4902.3 s]
/proc/loadavg: 8.13 8.10 8.02 9/180 10469
/proc/meminfo: memFree=19750936/32951124 swapFree=67111524/67111528
[pid=10299] ppid=10297 vsize=18324 CPUtime=0 cores=0-7
/proc/10299/stat : 10299 (ppfolio) S 10297 10299 10273 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 511427268 18763776 389 33554432000 4194304 4287625 140734033690384 18446744073709551615 212436037135 0 0 4096 65536 3586238597704974335 0 0 17 4 0 0 0
/proc/10299/statm: 4581 389 341 23 0 91 0
[pid=10300] ppid=10299 vsize=808796 CPUtime=4902.32 cores=0
/proc/10300/stat : 10300 (cryptominisat) R 10299 10299 10273 0 -1 4202496 1544593 0 0 0 489576 656 0 0 25 0 1 0 511427269 828207104 110345 33554432000 4194304 4587354 140734922528304 18446744073709551615 4248827 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10300/statm: 202199 110345 336 96 0 198761 0
[pid=10301] ppid=10299 vsize=713104 CPUtime=4902.46 cores=1
/proc/10301/stat : 10301 (clasp) R 10299 10299 10273 0 -1 4202496 177883 0 0 0 490181 65 0 0 25 0 1 0 511427269 730218496 174344 33554432000 4194304 4785740 140733668523648 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10301/statm: 178276 174344 340 145 0 175321 0
[pid=10302] ppid=10299 vsize=471140 CPUtime=4901.83 cores=2
/proc/10302/stat : 10302 (TNM) R 10299 10299 10273 0 -1 4202496 9732 0 0 0 490181 2 0 0 25 0 1 0 511427269 482447360 9629 33554432000 134512640 134534564 4293859184 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10302/statm: 117785 9629 103 6 0 116451 0
[pid=10303] ppid=10299 vsize=285872 CPUtime=4902.47 cores=3
/proc/10303/stat : 10303 (march_hi) R 10299 10299 10273 0 -1 4202496 120282 0 0 0 490223 24 0 0 25 0 1 0 511427269 292732928 60655 33554432000 4194304 4331988 140735622029344 18446744073709551615 4237154 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10303/statm: 71468 60655 173 34 0 69910 0
[pid=10304] ppid=10299 vsize=372892 CPUtime=19580.6 cores=4-7
/proc/10304/stat : 10304 (plingeling) S 10299 10299 10273 0 -1 4202496 310849 1253 0 0 1958014 46 0 0 20 0 5 0 511427269 381841408 67468 33554432000 4194304 4356188 140735955766416 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10304/statm: 93223 67468 164 40 0 91767 0
[pid=10304/tid=10311] ppid=10299 vsize=372892 CPUtime=4902.13 cores=4-7
/proc/10304/task/10311/stat : 10311 (plingeling) R 10299 10299 10273 0 -1 4202560 76455 1253 0 0 490203 10 0 0 25 0 5 0 511427303 381841408 67468 33554432000 4194304 4356188 140735955766416 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10304/tid=10312] ppid=10299 vsize=372892 CPUtime=4901.14 cores=4-7
/proc/10304/task/10312/stat : 10312 (plingeling) R 10299 10299 10273 0 -1 4202560 86076 1253 0 0 490100 14 0 0 25 0 5 0 511427303 381841408 67468 33554432000 4194304 4356188 140735955766416 18446744073709551615 4281627 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10304/tid=10313] ppid=10299 vsize=372892 CPUtime=4875.35 cores=4-7
/proc/10304/task/10313/stat : 10313 (plingeling) R 10299 10299 10273 0 -1 4202560 70537 1253 0 0 487525 10 0 0 25 0 5 0 511427303 381841408 67468 33554432000 4194304 4356188 140735955766416 18446744073709551615 4210587 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10304/tid=10314] ppid=10299 vsize=372892 CPUtime=4901.61 cores=4-7
/proc/10304/task/10314/stat : 10314 (plingeling) R 10299 10299 10273 0 -1 4202560 61076 1253 0 0 490153 8 0 0 25 0 5 0 511427303 381841408 67468 33554432000 4194304 4356188 140735955766416 18446744073709551615 4331335 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39189.7
Current children cumulated vsize (KiB) 2670128

[startup+4962.3 s]
/proc/loadavg: 8.10 8.09 8.02 9/180 10471
/proc/meminfo: memFree=19798784/32951124 swapFree=67111524/67111528
[pid=10299] ppid=10297 vsize=18324 CPUtime=0 cores=0-7
/proc/10299/stat : 10299 (ppfolio) S 10297 10299 10273 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 511427268 18763776 389 33554432000 4194304 4287625 140734033690384 18446744073709551615 212436037135 0 0 4096 65536 3586238597704974335 0 0 17 4 0 0 0
/proc/10299/statm: 4581 389 341 23 0 91 0
[pid=10300] ppid=10299 vsize=730744 CPUtime=4962.32 cores=0
/proc/10300/stat : 10300 (cryptominisat) R 10299 10299 10273 0 -1 4202496 1557509 0 0 0 495569 663 0 0 25 0 1 0 511427269 748281856 98219 33554432000 4194304 4587354 140734922528304 18446744073709551615 4250316 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10300/statm: 182686 98219 336 96 0 179248 0
[pid=10301] ppid=10299 vsize=713104 CPUtime=4962.47 cores=1
/proc/10301/stat : 10301 (clasp) R 10299 10299 10273 0 -1 4202496 177886 0 0 0 496182 65 0 0 25 0 1 0 511427269 730218496 174347 33554432000 4194304 4785740 140733668523648 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10301/statm: 178276 174347 340 145 0 175321 0
[pid=10302] ppid=10299 vsize=471140 CPUtime=4961.83 cores=2
/proc/10302/stat : 10302 (TNM) R 10299 10299 10273 0 -1 4202496 9732 0 0 0 496181 2 0 0 25 0 1 0 511427269 482447360 9629 33554432000 134512640 134534564 4293859184 18446744073709551615 134528273 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10302/statm: 117785 9629 103 6 0 116451 0
[pid=10303] ppid=10299 vsize=285872 CPUtime=4962.47 cores=3
/proc/10303/stat : 10303 (march_hi) R 10299 10299 10273 0 -1 4202496 120529 0 0 0 496223 24 0 0 25 0 1 0 511427269 292732928 60902 33554432000 4194304 4331988 140735622029344 18446744073709551615 4237136 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10303/statm: 71468 60902 173 34 0 69910 0
[pid=10304] ppid=10299 vsize=371148 CPUtime=19820.3 cores=4-7
/proc/10304/stat : 10304 (plingeling) S 10299 10299 10273 0 -1 4202496 312897 1253 0 0 1981981 46 0 0 20 0 5 0 511427269 380055552 67032 33554432000 4194304 4356188 140735955766416 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10304/statm: 92787 67032 164 40 0 91331 0
[pid=10304/tid=10311] ppid=10299 vsize=371148 CPUtime=4962.13 cores=4-7
/proc/10304/task/10311/stat : 10311 (plingeling) R 10299 10299 10273 0 -1 4202560 78503 1253 0 0 496203 10 0 0 25 0 5 0 511427303 380055552 67032 33554432000 4194304 4356188 140735955766416 18446744073709551615 4332327 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10304/tid=10312] ppid=10299 vsize=371148 CPUtime=4961.14 cores=4-7
/proc/10304/task/10312/stat : 10312 (plingeling) R 10299 10299 10273 0 -1 4202560 86076 1253 0 0 496100 14 0 0 25 0 5 0 511427303 380055552 67032 33554432000 4194304 4356188 140735955766416 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10304/tid=10313] ppid=10299 vsize=371148 CPUtime=4935.03 cores=4-7
/proc/10304/task/10313/stat : 10313 (plingeling) R 10299 10299 10273 0 -1 4202560 70537 1253 0 0 493493 10 0 0 25 0 5 0 511427303 380055552 67032 33554432000 4194304 4356188 140735955766416 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10304/tid=10314] ppid=10299 vsize=371148 CPUtime=4961.61 cores=4-7
/proc/10304/task/10314/stat : 10314 (plingeling) R 10299 10299 10273 0 -1 4202560 61076 1253 0 0 496153 8 0 0 25 0 5 0 511427303 380055552 67032 33554432000 4194304 4356188 140735955766416 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39669.4
Current children cumulated vsize (KiB) 2590332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.7 s]
/proc/loadavg: 8.12 8.09 8.03 9/180 10472
/proc/meminfo: memFree=19717044/32951124 swapFree=67111524/67111528
[pid=10299] ppid=10297 vsize=18324 CPUtime=0 cores=0-7
/proc/10299/stat : 10299 (ppfolio) S 10297 10299 10273 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 511427268 18763776 389 33554432000 4194304 4287625 140734033690384 18446744073709551615 212436037135 0 0 4096 65536 3586238597704974335 0 0 17 4 0 0 0
/proc/10299/statm: 4581 389 341 23 0 91 0
[pid=10300] ppid=10299 vsize=730744 CPUtime=5003.73 cores=0
/proc/10300/stat : 10300 (cryptominisat) R 10299 10299 10273 0 -1 4202496 1570289 0 0 0 499704 669 0 0 25 0 1 0 511427269 748281856 110968 33554432000 4194304 4587354 140734922528304 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10300/statm: 182686 110968 336 96 0 179248 0
[pid=10301] ppid=10299 vsize=740456 CPUtime=5003.88 cores=1
/proc/10301/stat : 10301 (clasp) R 10299 10299 10273 0 -1 4202496 184651 0 0 0 500320 68 0 0 25 0 1 0 511427269 758226944 181112 33554432000 4194304 4785740 140733668523648 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10301/statm: 185114 181112 340 145 0 182159 0
[pid=10302] ppid=10299 vsize=471140 CPUtime=5003.24 cores=2
/proc/10302/stat : 10302 (TNM) R 10299 10299 10273 0 -1 4202496 9732 0 0 0 500322 2 0 0 25 0 1 0 511427269 482447360 9629 33554432000 134512640 134534564 4293859184 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10302/statm: 117785 9629 103 6 0 116451 0
[pid=10303] ppid=10299 vsize=285872 CPUtime=5003.88 cores=3
/proc/10303/stat : 10303 (march_hi) R 10299 10299 10273 0 -1 4202496 120683 0 0 0 500364 24 0 0 25 0 1 0 511427269 292732928 61056 33554432000 4194304 4331988 140735622029344 18446744073709551615 4208312 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10303/statm: 71468 61056 173 34 0 69910 0
[pid=10304] ppid=10299 vsize=375244 CPUtime=19985.7 cores=4-7
/proc/10304/stat : 10304 (plingeling) S 10299 10299 10273 0 -1 4202496 313921 1253 0 0 1998521 46 0 0 20 0 5 0 511427269 384249856 68056 33554432000 4194304 4356188 140735955766416 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10304/statm: 93811 68056 164 40 0 92355 0
[pid=10304/tid=10311] ppid=10299 vsize=375244 CPUtime=5003.54 cores=4-7
/proc/10304/task/10311/stat : 10311 (plingeling) R 10299 10299 10273 0 -1 4202560 78503 1253 0 0 500344 10 0 0 25 0 5 0 511427303 384249856 68056 33554432000 4194304 4356188 140735955766416 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10304/tid=10312] ppid=10299 vsize=375244 CPUtime=5002.55 cores=4-7
/proc/10304/task/10312/stat : 10312 (plingeling) R 10299 10299 10273 0 -1 4202560 86076 1253 0 0 500241 14 0 0 25 0 5 0 511427303 384249856 68056 33554432000 4194304 4356188 140735955766416 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10304/tid=10313] ppid=10299 vsize=375244 CPUtime=4976.2 cores=4-7
/proc/10304/task/10313/stat : 10313 (plingeling) R 10299 10299 10273 0 -1 4202560 71561 1253 0 0 497610 10 0 0 25 0 5 0 511427303 384249856 68056 33554432000 4194304 4356188 140735955766416 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10304/tid=10314] ppid=10299 vsize=375244 CPUtime=5003.01 cores=4-7
/proc/10304/task/10314/stat : 10314 (plingeling) R 10299 10299 10273 0 -1 4202560 61076 1253 0 0 500293 8 0 0 25 0 5 0 511427303 384249856 68056 33554432000 4194304 4356188 140735955766416 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 2621780

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+5003.7 s]
/proc/loadavg: 8.12 8.09 8.03 9/180 10472
/proc/meminfo: memFree=19717044/32951124 swapFree=67111524/67111528
[pid=10299] ppid=10297 vsize=18324 CPUtime=0 cores=0-7
/proc/10299/stat : 10299 (ppfolio) S 10297 10299 10273 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 511427268 18763776 389 33554432000 4194304 4287625 140734033690384 18446744073709551615 212436037135 0 0 4096 65536 3586238597704974335 0 0 17 4 0 0 0
/proc/10299/statm: 4581 389 341 23 0 91 0
[pid=10300] ppid=10299 vsize=730744 CPUtime=5003.73 cores=0
/proc/10300/stat : 10300 (cryptominisat) R 10299 10299 10273 0 -1 4202496 1570289 0 0 0 499704 669 0 0 25 0 1 0 511427269 748281856 110968 33554432000 4194304 4587354 140734922528304 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/10300/statm: 182686 110968 336 96 0 179248 0
[pid=10301] ppid=10299 vsize=740456 CPUtime=5003.88 cores=1
/proc/10301/stat : 10301 (clasp) R 10299 10299 10273 0 -1 4202496 184651 0 0 0 500320 68 0 0 25 0 1 0 511427269 758226944 181112 33554432000 4194304 4785740 140733668523648 18446744073709551615 4287252 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10301/statm: 185114 181112 340 145 0 182159 0
[pid=10302] ppid=10299 vsize=471140 CPUtime=5003.24 cores=2
/proc/10302/stat : 10302 (TNM) R 10299 10299 10273 0 -1 4202496 9732 0 0 0 500322 2 0 0 25 0 1 0 511427269 482447360 9629 33554432000 134512640 134534564 4293859184 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10302/statm: 117785 9629 103 6 0 116451 0
[pid=10303] ppid=10299 vsize=285872 CPUtime=5003.88 cores=3
/proc/10303/stat : 10303 (march_hi) R 10299 10299 10273 0 -1 4202496 120683 0 0 0 500364 24 0 0 25 0 1 0 511427269 292732928 61056 33554432000 4194304 4331988 140735622029344 18446744073709551615 4208312 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/10303/statm: 71468 61056 173 34 0 69910 0
[pid=10304] ppid=10299 vsize=375244 CPUtime=19985.7 cores=4-7
/proc/10304/stat : 10304 (plingeling) S 10299 10299 10273 0 -1 4202496 313921 1253 0 0 1998521 46 0 0 20 0 5 0 511427269 384249856 68056 33554432000 4194304 4356188 140735955766416 18446744073709551615 212447819749 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/10304/statm: 93811 68056 164 40 0 92355 0
[pid=10304/tid=10311] ppid=10299 vsize=375244 CPUtime=5003.54 cores=4-7
/proc/10304/task/10311/stat : 10311 (plingeling) R 10299 10299 10273 0 -1 4202560 78503 1253 0 0 500344 10 0 0 25 0 5 0 511427303 384249856 68056 33554432000 4194304 4356188 140735955766416 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=10304/tid=10312] ppid=10299 vsize=375244 CPUtime=5002.55 cores=4-7
/proc/10304/task/10312/stat : 10312 (plingeling) R 10299 10299 10273 0 -1 4202560 86076 1253 0 0 500241 14 0 0 25 0 5 0 511427303 384249856 68056 33554432000 4194304 4356188 140735955766416 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=10304/tid=10313] ppid=10299 vsize=375244 CPUtime=4976.2 cores=4-7
/proc/10304/task/10313/stat : 10313 (plingeling) R 10299 10299 10273 0 -1 4202560 71561 1253 0 0 497610 10 0 0 25 0 5 0 511427303 384249856 68056 33554432000 4194304 4356188 140735955766416 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=10304/tid=10314] ppid=10299 vsize=375244 CPUtime=5003.01 cores=4-7
/proc/10304/task/10314/stat : 10314 (plingeling) R 10299 10299 10273 0 -1 4202560 61076 1253 0 0 500293 8 0 0 25 0 5 0 511427303 384249856 68056 33554432000 4194304 4356188 140735955766416 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 2621780

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10299 and gives
#  childrusage.ru_utime.tv_sec=5003
#  childrusage.ru_utime.tv_usec=228393
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=36994
# CPU time returned by wait4() is 5003.27
# while last known CPU time is 40000.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.72
CPU time (s): 40000.4
CPU user time (s): 39992.3
CPU system time (s): 8.09
CPU usage (%): 799.414
Max. virtual memory (cumulated for all children) (KiB): 17015008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5003.23
system time used= 0.036994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10253
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= 453
involuntary context switches= 7633

runsolver used 8.04478 second user time and 19.2611 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-28 15:44:09
IDJOB=3310161
IDBENCH=70797
IDSOLVER=1638
FILE ID=node102/3310161-1303998249
RUNJOBID= node102-1303998249-10287
PBS_JOBID= 13168788
Free space on /tmp= 71556 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxororand/maxxororand064.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310161-1303998249/watcher-3310161-1303998249 -o /tmp/evaluation-result-3310161-1303998249/solver-3310161-1303998249 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310161-1303998249.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 49dbd2fb16b3d5ce554d30c48729a56d
RANDOM SEED=1788169594

node102.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.828
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.65
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.828
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	: 5226.15
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.828
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.82
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.828
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.75
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.828
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.828
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.828
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.828
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:     32951124 kB
MemFree:      21439032 kB
Buffers:       1634216 kB
Cached:        9260188 kB
SwapCached:          4 kB
Active:        2860404 kB
Inactive:      8097924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21439032 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           14476 kB
Writeback:           0 kB
AnonPages:       64088 kB
Mapped:          14484 kB
Slab:           487964 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188040 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= 71548 MiB
End job on node102 at 2011-04-28 17:07:35