Trace number 3275646

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.3 5003.62

General information on the benchmark

Namecrafted/manthey/sudoku-single-hard/
sudoku_81x81_unknown.cnf
MD5SUMcbd78921480e79d133eb06cb2172caa1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables18217
Number of clauses284829
Sum of the clauses size622430
Maximum clause length28
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2275099
Number of clauses of size 3620
Number of clauses of size 4984
Number of clauses of size 51120
Number of clauses of size over 57006

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-3275646-1304168005/watcher-3275646-1304168005 -o /tmp/evaluation-result-3275646-1304168005/solver-3275646-1304168005 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275646-1304168005.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: 6.82 7.75 7.92 1/170 18451
/proc/meminfo: memFree=29476016/32951124 swapFree=67111348/67111528
[pid=18451] ppid=18449 vsize=18324 CPUtime=0 cores=0-7
/proc/18451/stat : 18451 (ppfolio) S 18449 18451 18148 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 509215861 18763776 390 33554432000 4194304 4287625 140734959101392 18446744073709551615 254261636623 0 0 4096 65536 4398847372180848639 0 0 17 4 0 0 0
/proc/18451/statm: 4581 390 341 23 0 91 0

[startup+0.01788 s]
/proc/loadavg: 6.82 7.75 7.92 1/170 18451
/proc/meminfo: memFree=29476016/32951124 swapFree=67111348/67111528
[pid=18451] ppid=18449 vsize=18324 CPUtime=0 cores=0-7
/proc/18451/stat : 18451 (ppfolio) S 18449 18451 18148 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 509215861 18763776 390 33554432000 4194304 4287625 140734959101392 18446744073709551615 254261636623 0 0 4096 65536 4398847372180848639 0 0 17 4 0 0 0
/proc/18451/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100869 s]
/proc/loadavg: 6.82 7.75 7.92 1/170 18451
/proc/meminfo: memFree=29476016/32951124 swapFree=67111348/67111528
[pid=18451] ppid=18449 vsize=18324 CPUtime=0 cores=0-7
/proc/18451/stat : 18451 (ppfolio) S 18449 18451 18148 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 509215861 18763776 390 33554432000 4194304 4287625 140734959101392 18446744073709551615 254261636623 0 0 4096 65536 4398847372180848639 0 0 17 4 0 0 0
/proc/18451/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.3008 s]
/proc/loadavg: 6.82 7.75 7.92 1/170 18451
/proc/meminfo: memFree=29476016/32951124 swapFree=67111348/67111528
[pid=18451] ppid=18449 vsize=18324 CPUtime=0 cores=0-7
/proc/18451/stat : 18451 (ppfolio) S 18449 18451 18148 0 -1 4202496 522 0 0 0 0 0 0 0 23 0 1 0 509215861 18763776 390 33554432000 4194304 4287625 140734959101392 18446744073709551615 254261636623 0 0 4096 65536 4398847372180848639 0 0 17 6 0 0 0
/proc/18451/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700728 s]
/proc/loadavg: 6.82 7.75 7.92 1/170 18451
/proc/meminfo: memFree=29476016/32951124 swapFree=67111348/67111528
[pid=18451] ppid=18449 vsize=18324 CPUtime=0 cores=0-7
/proc/18451/stat : 18451 (ppfolio) S 18449 18451 18148 0 -1 4202496 522 0 0 0 0 0 0 0 20 0 1 0 509215861 18763776 390 33554432000 4194304 4287625 140734959101392 18446744073709551615 254261636623 0 0 4096 65536 4398847372180848639 0 0 17 6 0 0 0
/proc/18451/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50059 s]
/proc/loadavg: 6.82 7.75 7.92 9/180 18466
/proc/meminfo: memFree=29316348/32951124 swapFree=67111348/67111528
[pid=18451] ppid=18449 vsize=18324 CPUtime=0 cores=0-7
/proc/18451/stat : 18451 (ppfolio) S 18449 18451 18148 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509215861 18763776 390 33554432000 4194304 4287625 140734959101392 18446744073709551615 254261636623 0 0 4096 65536 4398847372180848639 0 0 17 6 0 0 0
/proc/18451/statm: 4581 390 341 23 0 91 0
[pid=18452] ppid=18451 vsize=75440 CPUtime=1.48 cores=0
/proc/18452/stat : 18452 (cryptominisat) R 18451 18451 18148 0 -1 4202496 13806 0 0 0 147 1 0 0 20 0 1 0 509215861 77250560 11987 33554432000 4194304 4587354 140733828958000 18446744073709551615 4238065 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18452/statm: 18860 11987 330 96 0 15422 0
[pid=18453] ppid=18451 vsize=31396 CPUtime=1.48 cores=1
/proc/18453/stat : 18453 (clasp) R 18451 18451 18148 0 -1 4202496 7140 0 0 0 148 0 0 0 20 0 1 0 509215861 32149504 5147 33554432000 4194304 4785740 140735226123504 18446744073709551615 4552553 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18453/statm: 7849 5147 340 145 0 4894 0
[pid=18454] ppid=18451 vsize=472360 CPUtime=1.49 cores=2
/proc/18454/stat : 18454 (TNM) R 18451 18451 18148 0 -1 4202496 7279 0 0 0 148 1 0 0 20 0 1 0 509215861 483696640 7175 33554432000 134512640 134534564 4289825504 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18454/statm: 118090 7175 95 6 0 116756 0
[pid=18455] ppid=18451 vsize=69352 CPUtime=1.49 cores=3
/proc/18455/stat : 18455 (march_hi) R 18451 18451 18148 0 -1 4202496 30862 0 0 0 144 5 0 0 20 0 1 0 509215861 71016448 7822 33554432000 4194304 4331988 140734884864976 18446744073709551615 4298772 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18455/statm: 17338 7822 175 34 0 15780 0
[pid=18456] ppid=18451 vsize=90644 CPUtime=5.23 cores=4-7
/proc/18456/stat : 18456 (plingeling) S 18451 18451 18148 0 -1 4202496 17665 1248 0 0 521 2 0 0 18 0 5 0 509215861 92819456 11105 33554432000 4194304 4356188 140737420326976 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18456/statm: 22661 11105 164 40 0 21205 0
[pid=18456/tid=18463] ppid=18451 vsize=90644 CPUtime=1.24 cores=4-7
/proc/18456/task/18463/stat : 18463 (plingeling) R 18451 18451 18148 0 -1 4202560 1726 1248 0 0 124 0 0 0 25 0 5 0 509215886 92819456 11105 33554432000 4194304 4356188 140737420326976 18446744073709551615 4261931 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18456/tid=18464] ppid=18451 vsize=90644 CPUtime=1.24 cores=4-7
/proc/18456/task/18464/stat : 18464 (plingeling) R 18451 18451 18148 0 -1 4202560 1645 1248 0 0 124 0 0 0 25 0 5 0 509215886 92819456 11105 33554432000 4194304 4356188 140737420326976 18446744073709551615 4234297 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18456/tid=18465] ppid=18451 vsize=90644 CPUtime=1.24 cores=4-7
/proc/18456/task/18465/stat : 18465 (plingeling) R 18451 18451 18148 0 -1 4202560 1613 1248 0 0 124 0 0 0 22 0 5 0 509215886 92819456 11105 33554432000 4194304 4356188 140737420326976 18446744073709551615 4279968 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18456/tid=18466] ppid=18451 vsize=90644 CPUtime=1.24 cores=4-7
/proc/18456/task/18466/stat : 18466 (plingeling) R 18451 18451 18148 0 -1 4202560 1517 1248 0 0 124 0 0 0 19 0 5 0 509215886 92819456 11105 33554432000 4194304 4356188 140737420326976 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (KiB) 757516

[startup+3.1013 s]
/proc/loadavg: 6.82 7.75 7.92 9/180 18466
/proc/meminfo: memFree=29303204/32951124 swapFree=67111348/67111528
[pid=18451] ppid=18449 vsize=18324 CPUtime=0 cores=0-7
/proc/18451/stat : 18451 (ppfolio) S 18449 18451 18148 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509215861 18763776 390 33554432000 4194304 4287625 140734959101392 18446744073709551615 254261636623 0 0 4096 65536 4398847372180848639 0 0 17 6 0 0 0
/proc/18451/statm: 4581 390 341 23 0 91 0
[pid=18452] ppid=18451 vsize=1050708 CPUtime=3.09 cores=0
/proc/18452/stat : 18452 (cryptominisat) R 18451 18451 18148 0 -1 4202496 14710 0 0 0 307 2 0 0 25 0 1 0 509215861 1075924992 12087 33554432000 4194304 4587354 140733828958000 18446744073709551615 4294567 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18452/statm: 262677 12087 333 96 0 259239 0
[pid=18453] ppid=18451 vsize=31396 CPUtime=3.09 cores=1
/proc/18453/stat : 18453 (clasp) R 18451 18451 18148 0 -1 4202496 7140 0 0 0 309 0 0 0 25 0 1 0 509215861 32149504 5147 33554432000 4194304 4785740 140735226123504 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18453/statm: 7849 5147 340 145 0 4894 0
[pid=18454] ppid=18451 vsize=472360 CPUtime=3.09 cores=2
/proc/18454/stat : 18454 (TNM) R 18451 18451 18148 0 -1 4202496 7279 0 0 0 308 1 0 0 25 0 1 0 509215861 483696640 7175 33554432000 134512640 134534564 4289825504 18446744073709551615 134528348 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18454/statm: 118090 7175 95 6 0 116756 0
[pid=18455] ppid=18451 vsize=70068 CPUtime=3.09 cores=3
/proc/18455/stat : 18455 (march_hi) R 18451 18451 18148 0 -1 4202496 31047 0 0 0 304 5 0 0 25 0 1 0 509215861 71749632 8007 33554432000 4194304 4331988 140734884864976 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18455/statm: 17517 8007 175 34 0 15959 0
[pid=18456] ppid=18451 vsize=98696 CPUtime=11.62 cores=4-7
/proc/18456/stat : 18456 (plingeling) S 18451 18451 18148 0 -1 4202496 19404 1248 0 0 1160 2 0 0 18 0 5 0 509215861 101064704 12607 33554432000 4194304 4356188 140737420326976 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18456/statm: 24674 12607 164 40 0 23218 0
[pid=18456/tid=18463] ppid=18451 vsize=98696 CPUtime=2.83 cores=4-7
/proc/18456/task/18463/stat : 18463 (plingeling) R 18451 18451 18148 0 -1 4202560 2064 1248 0 0 283 0 0 0 25 0 5 0 509215886 101064704 12607 33554432000 4194304 4356188 140737420326976 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18456/tid=18464] ppid=18451 vsize=98696 CPUtime=2.84 cores=4-7
/proc/18456/task/18464/stat : 18464 (plingeling) R 18451 18451 18148 0 -1 4202560 2020 1248 0 0 284 0 0 0 25 0 5 0 509215886 101064704 12607 33554432000 4194304 4356188 140737420326976 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18456/tid=18465] ppid=18451 vsize=98696 CPUtime=2.84 cores=4-7
/proc/18456/task/18465/stat : 18465 (plingeling) R 18451 18451 18148 0 -1 4202560 1613 1248 0 0 284 0 0 0 25 0 5 0 509215886 101064704 12607 33554432000 4194304 4356188 140737420326976 18446744073709551615 4241631 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18456/tid=18466] ppid=18451 vsize=98696 CPUtime=2.84 cores=4-7
/proc/18456/task/18466/stat : 18466 (plingeling) R 18451 18451 18148 0 -1 4202560 2543 1248 0 0 284 0 0 0 24 0 5 0 509215886 101064704 12607 33554432000 4194304 4356188 140737420326976 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.98
Current children cumulated vsize (KiB) 1741552

[startup+6.30073 s]
/proc/loadavg: 6.92 7.75 7.92 9/180 18466
/proc/meminfo: memFree=29282056/32951124 swapFree=67111348/67111528
[pid=18451] ppid=18449 vsize=18324 CPUtime=0 cores=0-7
/proc/18451/stat : 18451 (ppfolio) S 18449 18451 18148 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509215861 18763776 390 33554432000 4194304 4287625 140734959101392 18446744073709551615 254261636623 0 0 4096 65536 4398847372180848639 0 0 17 6 0 0 0
/proc/18451/statm: 4581 390 341 23 0 91 0
[pid=18452] ppid=18451 vsize=1086660 CPUtime=6.28 cores=0
/proc/18452/stat : 18452 (cryptominisat) R 18451 18451 18148 0 -1 4202496 19179 0 0 0 626 2 0 0 25 0 1 0 509215861 1112739840 15317 33554432000 4194304 4587354 140733828958000 18446744073709551615 254261313291 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18452/statm: 271665 15317 338 96 0 268227 0
[pid=18453] ppid=18451 vsize=34432 CPUtime=6.29 cores=1
/proc/18453/stat : 18453 (clasp) R 18451 18451 18148 0 -1 4202496 7925 0 0 0 628 1 0 0 25 0 1 0 509215861 35258368 5932 33554432000 4194304 4785740 140735226123504 18446744073709551615 254261277381 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18453/statm: 8608 5932 340 145 0 5653 0
[pid=18454] ppid=18451 vsize=472360 CPUtime=6.28 cores=2
/proc/18454/stat : 18454 (TNM) R 18451 18451 18148 0 -1 4202496 7279 0 0 0 627 1 0 0 25 0 1 0 509215861 483696640 7175 33554432000 134512640 134534564 4289825504 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18454/statm: 118090 7175 95 6 0 116756 0
[pid=18455] ppid=18451 vsize=70960 CPUtime=6.29 cores=3
/proc/18455/stat : 18455 (march_hi) R 18451 18451 18148 0 -1 4202496 31302 0 0 0 624 5 0 0 25 0 1 0 509215861 72663040 8262 33554432000 4194304 4331988 140734884864976 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18455/statm: 17740 8262 175 34 0 16182 0
[pid=18456] ppid=18451 vsize=99228 CPUtime=24.4 cores=4-7
/proc/18456/stat : 18456 (plingeling) S 18451 18451 18148 0 -1 4202496 22717 1248 0 0 2437 3 0 0 18 0 5 0 509215861 101609472 12740 33554432000 4194304 4356188 140737420326976 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18456/statm: 24807 12740 164 40 0 23351 0
[pid=18456/tid=18463] ppid=18451 vsize=99228 CPUtime=6.01 cores=4-7
/proc/18456/task/18463/stat : 18463 (plingeling) R 18451 18451 18148 0 -1 4202560 3157 1248 0 0 601 0 0 0 25 0 5 0 509215886 101609472 12740 33554432000 4194304 4356188 140737420326976 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18456/tid=18464] ppid=18451 vsize=99228 CPUtime=6.04 cores=4-7
/proc/18456/task/18464/stat : 18464 (plingeling) R 18451 18451 18148 0 -1 4202560 3217 1248 0 0 604 0 0 0 25 0 5 0 509215886 101609472 12740 33554432000 4194304 4356188 140737420326976 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18456/tid=18465] ppid=18451 vsize=99228 CPUtime=6.04 cores=4-7
/proc/18456/task/18465/stat : 18465 (plingeling) R 18451 18451 18148 0 -1 4202560 2636 1248 0 0 604 0 0 0 25 0 5 0 509215886 101609472 12740 33554432000 4194304 4356188 140737420326976 18446744073709551615 4334538 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18456/tid=18466] ppid=18451 vsize=99228 CPUtime=6.04 cores=4-7
/proc/18456/task/18466/stat : 18466 (plingeling) R 18451 18451 18148 0 -1 4202560 2543 1248 0 0 604 0 0 0 25 0 5 0 509215886 101609472 12740 33554432000 4194304 4356188 140737420326976 18446744073709551615 4332072 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.54
Current children cumulated vsize (KiB) 1781964

[startup+12.7006 s]
/proc/loadavg: 7.00 7.76 7.92 9/180 18466
/proc/meminfo: memFree=29268316/32951124 swapFree=67111348/67111528
[pid=18451] ppid=18449 vsize=18324 CPUtime=0 cores=0-7
/proc/18451/stat : 18451 (ppfolio) S 18449 18451 18148 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509215861 18763776 390 33554432000 4194304 4287625 140734959101392 18446744073709551615 254261636623 0 0 4096 65536 4398847372180848639 0 0 17 6 0 0 0
/proc/18451/statm: 4581 390 341 23 0 91 0
[pid=18452] ppid=18451 vsize=93516 CPUtime=12.68 cores=0
/proc/18452/stat : 18452 (cryptominisat) R 18451 18451 18148 0 -1 4202496 22266 0 0 0 1265 3 0 0 25 0 1 0 509215861 95760384 17008 33554432000 4194304 4587354 140733828958000 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18452/statm: 23379 17008 338 96 0 19941 0
[pid=18453] ppid=18451 vsize=46596 CPUtime=12.68 cores=1
/proc/18453/stat : 18453 (clasp) R 18451 18451 18148 0 -1 4202496 10911 0 0 0 1266 2 0 0 25 0 1 0 509215861 47714304 8918 33554432000 4194304 4785740 140735226123504 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18453/statm: 11649 8918 340 145 0 8694 0
[pid=18454] ppid=18451 vsize=472360 CPUtime=12.68 cores=2
/proc/18454/stat : 18454 (TNM) R 18451 18451 18148 0 -1 4202496 7279 0 0 0 1267 1 0 0 25 0 1 0 509215861 483696640 7175 33554432000 134512640 134534564 4289825504 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18454/statm: 118090 7175 95 6 0 116756 0
[pid=18455] ppid=18451 vsize=71256 CPUtime=12.69 cores=3
/proc/18455/stat : 18455 (march_hi) R 18451 18451 18148 0 -1 4202496 31358 0 0 0 1264 5 0 0 25 0 1 0 509215861 72966144 8318 33554432000 4194304 4331988 140734884864976 18446744073709551615 4263152 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18455/statm: 17814 8318 175 34 0 16256 0
[pid=18456] ppid=18451 vsize=102184 CPUtime=49.96 cores=4-7
/proc/18456/stat : 18456 (plingeling) S 18451 18451 18148 0 -1 4202496 25612 1248 0 0 4993 3 0 0 18 0 5 0 509215861 104636416 13479 33554432000 4194304 4356188 140737420326976 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18456/statm: 25546 13479 164 40 0 24090 0
[pid=18456/tid=18463] ppid=18451 vsize=102184 CPUtime=12.37 cores=4-7
/proc/18456/task/18463/stat : 18463 (plingeling) R 18451 18451 18148 0 -1 4202560 4258 1248 0 0 1237 0 0 0 25 0 5 0 509215886 104636416 13479 33554432000 4194304 4356188 140737420326976 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18456/tid=18464] ppid=18451 vsize=102184 CPUtime=12.43 cores=4-7
/proc/18456/task/18464/stat : 18464 (plingeling) R 18451 18451 18148 0 -1 4202560 4423 1248 0 0 1243 0 0 0 25 0 5 0 509215886 104636416 13479 33554432000 4194304 4356188 140737420326976 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18456/tid=18465] ppid=18451 vsize=102184 CPUtime=12.44 cores=4-7
/proc/18456/task/18465/stat : 18465 (plingeling) R 18451 18451 18148 0 -1 4202560 2848 1248 0 0 1244 0 0 0 25 0 5 0 509215886 104636416 13479 33554432000 4194304 4356188 140737420326976 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18456/tid=18466] ppid=18451 vsize=102184 CPUtime=12.44 cores=4-7
/proc/18456/task/18466/stat : 18466 (plingeling) R 18451 18451 18148 0 -1 4202560 2919 1248 0 0 1244 0 0 0 25 0 5 0 509215886 104636416 13479 33554432000 4194304 4356188 140737420326976 18446744073709551615 4283885 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.69
Current children cumulated vsize (KiB) 804236

[startup+25.5013 s]
/proc/loadavg: 7.22 7.77 7.92 9/180 18466
/proc/meminfo: memFree=29242496/32951124 swapFree=67111348/67111528
[pid=18451] ppid=18449 vsize=18324 CPUtime=0 cores=0-7
/proc/18451/stat : 18451 (ppfolio) S 18449 18451 18148 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509215861 18763776 390 33554432000 4194304 4287625 140734959101392 18446744073709551615 254261636623 0 0 4096 65536 4398847372180848639 0 0 17 6 0 0 0
/proc/18451/statm: 4581 390 341 23 0 91 0
[pid=18452] ppid=18451 vsize=1063052 CPUtime=25.49 cores=0
/proc/18452/stat : 18452 (cryptominisat) R 18451 18451 18148 0 -1 4202496 32177 0 0 0 2543 6 0 0 25 0 1 0 509215861 1088565248 17937 33554432000 4194304 4587354 140733828958000 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=18454] ppid=18451 vsize=472364 CPUtime=4781.95 cores=2
/proc/18454/stat : 18454 (TNM) R 18451 18451 18148 0 -1 4202496 7288 0 0 0 478192 3 0 0 25 0 1 0 509215861 483700736 7184 33554432000 134512640 134534564 4289825504 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18454/statm: 118091 7184 103 6 0 116757 0
[pid=18455] ppid=18451 vsize=126656 CPUtime=4782.4 cores=3
/proc/18455/stat : 18455 (march_hi) R 18451 18451 18148 0 -1 4202496 40679 0 0 0 478230 10 0 0 25 0 1 0 509215861 129695744 17597 33554432000 4194304 4331988 140734884864976 18446744073709551615 4263331 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18455/statm: 31664 17597 189 34 0 30106 0
[pid=18456] ppid=18451 vsize=319656 CPUtime=19101.8 cores=4-7
/proc/18456/stat : 18456 (plingeling) S 18451 18451 18148 0 -1 4202496 1025678 1248 0 0 1910044 141 0 0 18 0 5 0 509215861 327327744 52007 33554432000 4194304 4356188 140737420326976 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18456/statm: 79914 52007 164 40 0 78458 0
[pid=18456/tid=18463] ppid=18451 vsize=319656 CPUtime=4755.26 cores=4-7
/proc/18456/task/18463/stat : 18463 (plingeling) R 18451 18451 18148 0 -1 4202560 259243 1248 0 0 475491 35 0 0 25 0 5 0 509215886 327327744 52007 33554432000 4194304 4356188 140737420326976 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18456/tid=18464] ppid=18451 vsize=319656 CPUtime=4782.14 cores=4-7
/proc/18456/task/18464/stat : 18464 (plingeling) R 18451 18451 18148 0 -1 4202560 257390 1248 0 0 478178 36 0 0 25 0 5 0 509215886 327327744 52007 33554432000 4194304 4356188 140737420326976 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18456/tid=18465] ppid=18451 vsize=319656 CPUtime=4782.04 cores=4-7
/proc/18456/task/18465/stat : 18465 (plingeling) R 18451 18451 18148 0 -1 4202560 253869 1248 0 0 478167 37 0 0 25 0 5 0 509215886 327327744 52007 33554432000 4194304 4356188 140737420326976 18446744073709551615 4330882 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18456/tid=18466] ppid=18451 vsize=319656 CPUtime=4782.15 cores=4-7
/proc/18456/task/18466/stat : 18466 (plingeling) R 18451 18451 18148 0 -1 4202560 244012 1248 0 0 478185 30 0 0 25 0 5 0 509215886 327327744 52007 33554432000 4194304 4356188 140737420326976 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38231
Current children cumulated vsize (KiB) 3161412

[startup+4842.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/180 18616
/proc/meminfo: memFree=27952192/32951124 swapFree=67111348/67111528
[pid=18451] ppid=18449 vsize=18324 CPUtime=0 cores=0-7
/proc/18451/stat : 18451 (ppfolio) S 18449 18451 18148 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509215861 18763776 390 33554432000 4194304 4287625 140734959101392 18446744073709551615 254261636623 0 0 4096 65536 4398847372180848639 0 0 17 6 0 0 0
/proc/18451/statm: 4581 390 341 23 0 91 0
[pid=18452] ppid=18451 vsize=1199272 CPUtime=4842.41 cores=0
/proc/18452/stat : 18452 (cryptominisat) R 18451 18451 18148 0 -1 4202496 828323 0 0 0 483776 465 0 0 25 0 1 0 509215861 1228054528 55084 33554432000 4194304 4587354 140733828958000 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18452/statm: 299818 55084 338 96 0 296380 0
[pid=18453] ppid=18451 vsize=1025140 CPUtime=4842.4 cores=1
/proc/18453/stat : 18453 (clasp) R 18451 18451 18148 0 -1 4202496 253923 0 0 0 484127 113 0 0 25 0 1 0 509215861 1049743360 251930 33554432000 4194304 4785740 140735226123504 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18453/statm: 256285 251930 340 145 0 253330 0
[pid=18454] ppid=18451 vsize=472364 CPUtime=4841.94 cores=2
/proc/18454/stat : 18454 (TNM) R 18451 18451 18148 0 -1 4202496 7288 0 0 0 484191 3 0 0 25 0 1 0 509215861 483700736 7184 33554432000 134512640 134534564 4289825504 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18454/statm: 118091 7184 103 6 0 116757 0
[pid=18455] ppid=18451 vsize=126656 CPUtime=4842.4 cores=3
/proc/18455/stat : 18455 (march_hi) R 18451 18451 18148 0 -1 4202496 40766 0 0 0 484230 10 0 0 25 0 1 0 509215861 129695744 17684 33554432000 4194304 4331988 140734884864976 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18455/statm: 31664 17684 189 34 0 30106 0
[pid=18456] ppid=18451 vsize=311464 CPUtime=19341.5 cores=4-7
/proc/18456/stat : 18456 (plingeling) S 18451 18451 18148 0 -1 4202496 1044110 1248 0 0 1934010 143 0 0 18 0 5 0 509215861 318939136 49959 33554432000 4194304 4356188 140737420326976 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18456/statm: 77866 49959 164 40 0 76410 0
[pid=18456/tid=18463] ppid=18451 vsize=311464 CPUtime=4814.93 cores=4-7
/proc/18456/task/18463/stat : 18463 (plingeling) R 18451 18451 18148 0 -1 4202560 263851 1248 0 0 481457 36 0 0 25 0 5 0 509215886 318939136 49959 33554432000 4194304 4356188 140737420326976 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18456/tid=18464] ppid=18451 vsize=311464 CPUtime=4842.14 cores=4-7
/proc/18456/task/18464/stat : 18464 (plingeling) R 18451 18451 18148 0 -1 4202560 261998 1248 0 0 484178 36 0 0 25 0 5 0 509215886 318939136 49959 33554432000 4194304 4356188 140737420326976 18446744073709551615 4283920 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18456/tid=18465] ppid=18451 vsize=311464 CPUtime=4842.03 cores=4-7
/proc/18456/task/18465/stat : 18465 (plingeling) R 18451 18451 18148 0 -1 4202560 258477 1248 0 0 484166 37 0 0 25 0 5 0 509215886 318939136 49959 33554432000 4194304 4356188 140737420326976 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18456/tid=18466] ppid=18451 vsize=311464 CPUtime=4842.15 cores=4-7
/proc/18456/task/18466/stat : 18466 (plingeling) R 18451 18451 18148 0 -1 4202560 248620 1248 0 0 484184 31 0 0 25 0 5 0 509215886 318939136 49959 33554432000 4194304 4356188 140737420326976 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38710.7
Current children cumulated vsize (KiB) 3153220

[startup+4902.3 s]
/proc/loadavg: 8.13 8.08 8.01 9/180 18617
/proc/meminfo: memFree=27986768/32951124 swapFree=67111348/67111528
[pid=18451] ppid=18449 vsize=18324 CPUtime=0 cores=0-7
/proc/18451/stat : 18451 (ppfolio) S 18449 18451 18148 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509215861 18763776 390 33554432000 4194304 4287625 140734959101392 18446744073709551615 254261636623 0 0 4096 65536 4398847372180848639 0 0 17 6 0 0 0
/proc/18451/statm: 4581 390 341 23 0 91 0
[pid=18452] ppid=18451 vsize=1202176 CPUtime=4902.41 cores=0
/proc/18452/stat : 18452 (cryptominisat) R 18451 18451 18148 0 -1 4202496 836454 0 0 0 489771 470 0 0 25 0 1 0 509215861 1231028224 50947 33554432000 4194304 4587354 140733828958000 18446744073709551615 4238763 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18452/statm: 300544 50947 338 96 0 297106 0
[pid=18453] ppid=18451 vsize=1025140 CPUtime=4902.4 cores=1
/proc/18453/stat : 18453 (clasp) R 18451 18451 18148 0 -1 4202496 253923 0 0 0 490127 113 0 0 25 0 1 0 509215861 1049743360 251930 33554432000 4194304 4785740 140735226123504 18446744073709551615 4546132 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18453/statm: 256285 251930 340 145 0 253330 0
[pid=18454] ppid=18451 vsize=472364 CPUtime=4901.94 cores=2
/proc/18454/stat : 18454 (TNM) R 18451 18451 18148 0 -1 4202496 7288 0 0 0 490191 3 0 0 25 0 1 0 509215861 483700736 7184 33554432000 134512640 134534564 4289825504 18446744073709551615 134528523 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18454/statm: 118091 7184 103 6 0 116757 0
[pid=18455] ppid=18451 vsize=126656 CPUtime=4902.4 cores=3
/proc/18455/stat : 18455 (march_hi) R 18451 18451 18148 0 -1 4202496 40866 0 0 0 490230 10 0 0 25 0 1 0 509215861 129695744 17784 33554432000 4194304 4331988 140734884864976 18446744073709551615 4228226 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18455/statm: 31664 17784 189 34 0 30106 0
[pid=18456] ppid=18451 vsize=293032 CPUtime=19581.2 cores=4-7
/proc/18456/stat : 18456 (plingeling) S 18451 18451 18148 0 -1 4202496 1059470 1248 0 0 1957974 146 0 0 18 0 5 0 509215861 300064768 45351 33554432000 4194304 4356188 140737420326976 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18456/statm: 73258 45351 164 40 0 71802 0
[pid=18456/tid=18463] ppid=18451 vsize=293032 CPUtime=4874.6 cores=4-7
/proc/18456/task/18463/stat : 18463 (plingeling) R 18451 18451 18148 0 -1 4202560 267947 1248 0 0 487424 36 0 0 25 0 5 0 509215886 300064768 45351 33554432000 4194304 4356188 140737420326976 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18456/tid=18464] ppid=18451 vsize=293032 CPUtime=4902.14 cores=4-7
/proc/18456/task/18464/stat : 18464 (plingeling) R 18451 18451 18148 0 -1 4202560 263022 1248 0 0 490178 36 0 0 25 0 5 0 509215886 300064768 45351 33554432000 4194304 4356188 140737420326976 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18456/tid=18465] ppid=18451 vsize=293032 CPUtime=4902.03 cores=4-7
/proc/18456/task/18465/stat : 18465 (plingeling) R 18451 18451 18148 0 -1 4202560 263597 1248 0 0 490165 38 0 0 25 0 5 0 509215886 300064768 45351 33554432000 4194304 4356188 140737420326976 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18456/tid=18466] ppid=18451 vsize=293032 CPUtime=4902.15 cores=4-7
/proc/18456/task/18466/stat : 18466 (plingeling) R 18451 18451 18148 0 -1 4202560 253740 1248 0 0 490183 32 0 0 25 0 5 0 509215886 300064768 45351 33554432000 4194304 4356188 140737420326976 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39190.4
Current children cumulated vsize (KiB) 3137692

[startup+4962.3 s]
/proc/loadavg: 8.08 8.08 8.01 9/180 18619
/proc/meminfo: memFree=27991828/32951124 swapFree=67111348/67111528
[pid=18451] ppid=18449 vsize=18324 CPUtime=0 cores=0-7
/proc/18451/stat : 18451 (ppfolio) S 18449 18451 18148 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509215861 18763776 390 33554432000 4194304 4287625 140734959101392 18446744073709551615 254261636623 0 0 4096 65536 4398847372180848639 0 0 17 6 0 0 0
/proc/18451/statm: 4581 390 341 23 0 91 0
[pid=18452] ppid=18451 vsize=270840 CPUtime=4962.41 cores=0
/proc/18452/stat : 18452 (cryptominisat) R 18451 18451 18148 0 -1 4202496 843459 0 0 0 495766 475 0 0 25 0 1 0 509215861 277340160 45683 33554432000 4194304 4587354 140733828958000 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18452/statm: 67710 45684 338 96 0 64272 0
[pid=18453] ppid=18451 vsize=1025140 CPUtime=4962.4 cores=1
/proc/18453/stat : 18453 (clasp) R 18451 18451 18148 0 -1 4202496 253925 0 0 0 496127 113 0 0 25 0 1 0 509215861 1049743360 251932 33554432000 4194304 4785740 140735226123504 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18453/statm: 256285 251932 340 145 0 253330 0
[pid=18454] ppid=18451 vsize=472364 CPUtime=4961.93 cores=2
/proc/18454/stat : 18454 (TNM) R 18451 18451 18148 0 -1 4202496 7288 0 0 0 496190 3 0 0 25 0 1 0 509215861 483700736 7184 33554432000 134512640 134534564 4289825504 18446744073709551615 134528708 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18454/statm: 118091 7184 103 6 0 116757 0
[pid=18455] ppid=18451 vsize=126656 CPUtime=4962.4 cores=3
/proc/18455/stat : 18455 (march_hi) R 18451 18451 18148 0 -1 4202496 41005 0 0 0 496230 10 0 0 25 0 1 0 509215861 129695744 17923 33554432000 4194304 4331988 140734884864976 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18455/statm: 31664 17923 189 34 0 30106 0
[pid=18456] ppid=18451 vsize=309416 CPUtime=19820.9 cores=4-7
/proc/18456/stat : 18456 (plingeling) S 18451 18451 18148 0 -1 4202496 1073294 1248 0 0 1981940 147 0 0 18 0 5 0 509215861 316841984 49447 33554432000 4194304 4356188 140737420326976 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18456/statm: 77354 49447 164 40 0 75898 0
[pid=18456/tid=18463] ppid=18451 vsize=309416 CPUtime=4934.27 cores=4-7
/proc/18456/task/18463/stat : 18463 (plingeling) R 18451 18451 18148 0 -1 4202560 268459 1248 0 0 493391 36 0 0 25 0 5 0 509215886 316841984 49447 33554432000 4194304 4356188 140737420326976 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18456/tid=18464] ppid=18451 vsize=309416 CPUtime=4962.15 cores=4-7
/proc/18456/task/18464/stat : 18464 (plingeling) R 18451 18451 18148 0 -1 4202560 267118 1248 0 0 496178 37 0 0 25 0 5 0 509215886 316841984 49447 33554432000 4194304 4356188 140737420326976 18446744073709551615 4281624 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18456/tid=18465] ppid=18451 vsize=309416 CPUtime=4962.03 cores=4-7
/proc/18456/task/18465/stat : 18465 (plingeling) R 18451 18451 18148 0 -1 4202560 268717 1248 0 0 496164 39 0 0 25 0 5 0 509215886 316841984 49447 33554432000 4194304 4356188 140737420326976 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18456/tid=18466] ppid=18451 vsize=309416 CPUtime=4962.15 cores=4-7
/proc/18456/task/18466/stat : 18466 (plingeling) R 18451 18451 18148 0 -1 4202560 257836 1248 0 0 496183 32 0 0 25 0 5 0 509215886 316841984 49447 33554432000 4194304 4356188 140737420326976 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39670
Current children cumulated vsize (KiB) 2222740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.08 8.08 8.01 9/180 18620
/proc/meminfo: memFree=27953496/32951124 swapFree=67111348/67111528
[pid=18451] ppid=18449 vsize=18324 CPUtime=0 cores=0-7
/proc/18451/stat : 18451 (ppfolio) S 18449 18451 18148 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 509215861 18763776 390 33554432000 4194304 4287625 140734959101392 18446744073709551615 254261636623 0 0 4096 65536 4398847372180848639 0 0 17 6 0 0 0
/proc/18451/statm: 4581 390 341 23 0 91 0
[pid=18452] ppid=18451 vsize=270840 CPUtime=5003.72 cores=0
/proc/18452/stat : 18452 (cryptominisat) R 18451 18451 18148 0 -1 4202496 850594 0 0 0 499892 480 0 0 25 0 1 0 509215861 277340160 52738 33554432000 4194304 4587354 140733828958000 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18452/statm: 67710 52738 338 96 0 64272 0
[pid=18453] ppid=18451 vsize=1025140 CPUtime=5003.71 cores=1
/proc/18453/stat : 18453 (clasp) R 18451 18451 18148 0 -1 4202496 253930 0 0 0 500258 113 0 0 25 0 1 0 509215861 1049743360 251937 33554432000 4194304 4785740 140735226123504 18446744073709551615 4549056 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/18453/statm: 256285 251937 340 145 0 253330 0
[pid=18454] ppid=18451 vsize=472364 CPUtime=5003.24 cores=2
/proc/18454/stat : 18454 (TNM) R 18451 18451 18148 0 -1 4202496 7288 0 0 0 500321 3 0 0 25 0 1 0 509215861 483700736 7184 33554432000 134512640 134534564 4289825504 18446744073709551615 134528569 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18454/statm: 118091 7184 103 6 0 116757 0
[pid=18455] ppid=18451 vsize=126656 CPUtime=5003.71 cores=3
/proc/18455/stat : 18455 (march_hi) R 18451 18451 18148 0 -1 4202496 41064 0 0 0 500361 10 0 0 25 0 1 0 509215861 129695744 17982 33554432000 4194304 4331988 140734884864976 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/18455/statm: 31664 17982 189 34 0 30106 0
[pid=18456] ppid=18451 vsize=319656 CPUtime=19985.9 cores=4-7
/proc/18456/stat : 18456 (plingeling) S 18451 18451 18148 0 -1 4202496 1075854 1248 0 0 1998440 148 0 0 18 0 5 0 509215861 327327744 52007 33554432000 4194304 4356188 140737420326976 18446744073709551615 254273419237 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/18456/statm: 79914 52007 164 40 0 78458 0
[pid=18456/tid=18463] ppid=18451 vsize=319656 CPUtime=4975.35 cores=4-7
/proc/18456/task/18463/stat : 18463 (plingeling) R 18451 18451 18148 0 -1 4202560 269483 1248 0 0 497499 36 0 0 25 0 5 0 509215886 327327744 52007 33554432000 4194304 4356188 140737420326976 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=18456/tid=18464] ppid=18451 vsize=319656 CPUtime=5003.45 cores=4-7
/proc/18456/task/18464/stat : 18464 (plingeling) R 18451 18451 18148 0 -1 4202560 268142 1248 0 0 500308 37 0 0 25 0 5 0 509215886 327327744 52007 33554432000 4194304 4356188 140737420326976 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=18456/tid=18465] ppid=18451 vsize=319656 CPUtime=5003.34 cores=4-7
/proc/18456/task/18465/stat : 18465 (plingeling) R 18451 18451 18148 0 -1 4202560 268717 1248 0 0 500295 39 0 0 25 0 5 0 509215886 327327744 52007 33554432000 4194304 4356188 140737420326976 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=18456/tid=18466] ppid=18451 vsize=319656 CPUtime=5003.46 cores=4-7
/proc/18456/task/18466/stat : 18466 (plingeling) R 18451 18451 18148 0 -1 4202560 258348 1248 0 0 500313 33 0 0 25 0 5 0 509215886 327327744 52007 33554432000 4194304 4356188 140737420326976 18446744073709551615 4281627 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.3
Current children cumulated vsize (KiB) 2232980

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18451 and gives
#  childrusage.ru_utime.tv_sec=10006
#  childrusage.ru_utime.tv_usec=827730
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=156976
# CPU time returned by wait4() is 10007
# while last known CPU time is 40000.3
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.62
CPU time (s): 40000.3
CPU user time (s): 39992.7
CPU system time (s): 7.54
CPU usage (%): 799.427
Max. virtual memory (cumulated for all children) (KiB): 4231732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10006.8
system time used= 0.156976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48875
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= 464
involuntary context switches= 24835

runsolver used 7.58285 second user time and 19.719 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-30 14:53:25
IDJOB=3275646
IDBENCH=83244
IDSOLVER=1638
FILE ID=node140/3275646-1304168005
RUNJOBID= node140-1304168004-18162
PBS_JOBID= 13170957
Free space on /tmp= 73292 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/manthey/sudoku-single-hard/sudoku_81x81_unknown.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275646-1304168005/watcher-3275646-1304168005 -o /tmp/evaluation-result-3275646-1304168005/solver-3275646-1304168005 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275646-1304168005.cnf

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

MD5SUM BENCH= cbd78921480e79d133eb06cb2172caa1
RANDOM SEED=1007653886

node140.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.833
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.66
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.833
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.14
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.833
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.75
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.833
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.77
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.833
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.75
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.833
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.74
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.833
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.75
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.833
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:      29476048 kB
Buffers:       1059732 kB
Cached:        1852888 kB
SwapCached:        180 kB
Active:         348472 kB
Inactive:      2626520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29476048 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           14528 kB
Writeback:           0 kB
AnonPages:       61704 kB
Mapped:          14980 kB
Slab:           433340 kB
PageTables:       4608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   181920 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= 73280 MiB
End job on node140 at 2011-04-30 16:16:51