Trace number 3275731

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

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_508.cnf
MD5SUMb891f70c80006fb02dca40f266c0cec1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29393.6
Satisfiable
(Un)Satisfiability was proved
Number of variables254
Number of clauses34661
Sum of the clauses size157137
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 285
Number of clauses of size 331908
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52668

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-3275731-1304169819/watcher-3275731-1304169819 -o /tmp/evaluation-result-3275731-1304169819/solver-3275731-1304169819 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275731-1304169819.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.89 7.96 1/170 27090
/proc/meminfo: memFree=30369916/32950928 swapFree=67111428/67111528
[pid=27090] ppid=27088 vsize=18324 CPUtime=0 cores=0-7
/proc/27090/stat : 27090 (ppfolio) S 27088 27090 26823 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 528581748 18763776 390 33554432000 4194304 4287625 140735153522080 18446744073709551615 248089718287 0 0 4096 65536 4611598886425853951 0 0 17 6 0 0 0
/proc/27090/statm: 4581 390 341 23 0 91 0

[startup+0.0507209 s]
/proc/loadavg: 7.36 7.89 7.96 1/170 27090
/proc/meminfo: memFree=30369916/32950928 swapFree=67111428/67111528
[pid=27090] ppid=27088 vsize=18324 CPUtime=0 cores=0-7
/proc/27090/stat : 27090 (ppfolio) S 27088 27090 26823 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 528581748 18763776 390 33554432000 4194304 4287625 140735153522080 18446744073709551615 248089718287 0 0 4096 65536 4611598886425853951 0 0 17 4 0 0 0
/proc/27090/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.189696 s]
/proc/loadavg: 7.36 7.89 7.96 1/170 27090
/proc/meminfo: memFree=30369916/32950928 swapFree=67111428/67111528
[pid=27090] ppid=27088 vsize=18324 CPUtime=0 cores=0-7
/proc/27090/stat : 27090 (ppfolio) S 27088 27090 26823 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 528581748 18763776 390 33554432000 4194304 4287625 140735153522080 18446744073709551615 248089718287 0 0 4096 65536 4611598886425853951 0 0 17 4 0 0 0
/proc/27090/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.389659 s]
/proc/loadavg: 7.36 7.89 7.96 1/170 27090
/proc/meminfo: memFree=30369916/32950928 swapFree=67111428/67111528
[pid=27090] ppid=27088 vsize=18324 CPUtime=0 cores=0-7
/proc/27090/stat : 27090 (ppfolio) S 27088 27090 26823 0 -1 4202496 523 0 0 0 0 0 0 0 22 0 1 0 528581748 18763776 390 33554432000 4194304 4287625 140735153522080 18446744073709551615 248089718287 0 0 4096 65536 4611598886425853951 0 0 17 4 0 0 0
/proc/27090/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700607 s]
/proc/loadavg: 7.36 7.89 7.96 1/170 27090
/proc/meminfo: memFree=30369916/32950928 swapFree=67111428/67111528
[pid=27090] ppid=27088 vsize=18324 CPUtime=0 cores=0-7
/proc/27090/stat : 27090 (ppfolio) S 27088 27090 26823 0 -1 4202496 523 0 0 0 0 0 0 0 19 0 1 0 528581748 18763776 390 33554432000 4194304 4287625 140735153522080 18446744073709551615 248089718287 0 0 4096 65536 4611598886425853951 0 0 17 4 0 0 0
/proc/27090/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50046 s]
/proc/loadavg: 7.36 7.89 7.96 9/180 27105
/proc/meminfo: memFree=30330148/32950928 swapFree=67111428/67111528
[pid=27090] ppid=27088 vsize=18324 CPUtime=0 cores=0-7
/proc/27090/stat : 27090 (ppfolio) S 27088 27090 26823 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528581748 18763776 390 33554432000 4194304 4287625 140735153522080 18446744073709551615 248089718287 0 0 4096 65536 4611598886425853951 0 0 17 4 0 0 0
/proc/27090/statm: 4581 390 341 23 0 91 0
[pid=27091] ppid=27090 vsize=12839852 CPUtime=1.49 cores=0
/proc/27091/stat : 27091 (cryptominisat) R 27090 27090 26823 0 -1 4202496 4846 0 0 0 149 0 0 0 25 0 1 0 528581749 13148008448 1930 33554432000 4194304 4587354 140736544043664 18446744073709551615 4238606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27091/statm: 3209963 1930 327 96 0 3206525 0
[pid=27092] ppid=27090 vsize=17424 CPUtime=1.49 cores=1
/proc/27092/stat : 27092 (clasp) R 27090 27090 26823 0 -1 4202496 1969 0 0 0 149 0 0 0 25 0 1 0 528581749 17842176 1700 33554432000 4194304 4785740 140735023420832 18446744073709551615 4287225 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27092/statm: 4356 1700 340 145 0 1401 0
[pid=27093] ppid=27090 vsize=454900 CPUtime=1.49 cores=2
/proc/27093/stat : 27093 (TNM) R 27090 27090 26823 0 -1 4202496 1148 0 0 0 149 0 0 0 25 0 1 0 528581749 465817600 1044 33554432000 134512640 134534564 4293539392 18446744073709551615 134524736 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27093/statm: 113725 1044 91 6 0 112391 0
[pid=27094] ppid=27090 vsize=20632 CPUtime=1.48 cores=3
/proc/27094/stat : 27094 (march_hi) R 27090 27090 26823 0 -1 4202496 6335 0 0 0 148 0 0 0 25 0 1 0 528581749 21127168 3082 33554432000 4194304 4331988 140737297399936 18446744073709551615 4271172 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27094/statm: 5158 3082 151 34 0 3600 0
[pid=27095] ppid=27090 vsize=72524 CPUtime=5.79 cores=4-7
/proc/27095/stat : 27095 (plingeling) S 27090 27090 26823 0 -1 4202496 8391 1248 0 0 578 1 0 0 19 0 5 0 528581749 74264576 6555 33554432000 4194304 4356188 140734848603024 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27095/statm: 18131 6555 162 40 0 16675 0
[pid=27095/tid=27102] ppid=27090 vsize=72524 CPUtime=1.44 cores=4-7
/proc/27095/task/27102/stat : 27102 (plingeling) R 27090 27090 26823 0 -1 4202560 1389 1248 0 0 144 0 0 0 24 0 5 0 528581753 74264576 6555 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27095/tid=27103] ppid=27090 vsize=72524 CPUtime=1.44 cores=4-7
/proc/27095/task/27103/stat : 27103 (plingeling) R 27090 27090 26823 0 -1 4202560 1472 1248 0 0 144 0 0 0 23 0 5 0 528581753 74264576 6555 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331401 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27095/tid=27104] ppid=27090 vsize=72524 CPUtime=1.44 cores=4-7
/proc/27095/task/27104/stat : 27104 (plingeling) R 27090 27090 26823 0 -1 4202560 1230 1248 0 0 144 0 0 0 23 0 5 0 528581753 74264576 6555 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27095/tid=27105] ppid=27090 vsize=72524 CPUtime=1.4 cores=4-7
/proc/27095/task/27105/stat : 27105 (plingeling) R 27090 27090 26823 0 -1 4202560 1585 1248 0 0 140 0 0 0 25 0 5 0 528581753 74264576 6555 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 13423656

[startup+3.10118 s]
/proc/loadavg: 7.36 7.89 7.96 9/180 27105
/proc/meminfo: memFree=30310804/32950928 swapFree=67111428/67111528
[pid=27090] ppid=27088 vsize=18324 CPUtime=0 cores=0-7
/proc/27090/stat : 27090 (ppfolio) S 27088 27090 26823 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528581748 18763776 390 33554432000 4194304 4287625 140735153522080 18446744073709551615 248089718287 0 0 4096 65536 4611598886425853951 0 0 17 4 0 0 0
/proc/27090/statm: 4581 390 341 23 0 91 0
[pid=27091] ppid=27090 vsize=1486940 CPUtime=3.09 cores=0
/proc/27091/stat : 27091 (cryptominisat) R 27090 27090 26823 0 -1 4202496 7200 0 0 0 308 1 0 0 25 0 1 0 528581749 1522626560 3435 33554432000 4194304 4587354 140736544043664 18446744073709551615 4364784 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27091/statm: 371735 3435 337 96 0 368297 0
[pid=27092] ppid=27090 vsize=18516 CPUtime=3.09 cores=1
/proc/27092/stat : 27092 (clasp) R 27090 27090 26823 0 -1 4202496 2239 0 0 0 309 0 0 0 25 0 1 0 528581749 18960384 1970 33554432000 4194304 4785740 140735023420832 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27092/statm: 4629 1970 340 145 0 1674 0
[pid=27093] ppid=27090 vsize=459004 CPUtime=3.09 cores=2
/proc/27093/stat : 27093 (TNM) R 27090 27090 26823 0 -1 4202496 1422 0 0 0 309 0 0 0 25 0 1 0 528581749 470020096 1318 33554432000 134512640 134534564 4293539392 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27093/statm: 114751 1318 95 6 0 113417 0
[pid=27094] ppid=27090 vsize=25184 CPUtime=3.09 cores=3
/proc/27094/stat : 27094 (march_hi) R 27090 27090 26823 0 -1 4202496 10822 0 0 0 308 1 0 0 25 0 1 0 528581749 25788416 4110 33554432000 4194304 4331988 140737297399936 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27094/statm: 6296 4110 175 34 0 4738 0
[pid=27095] ppid=27090 vsize=77092 CPUtime=12.19 cores=4-7
/proc/27095/stat : 27095 (plingeling) S 27090 27090 26823 0 -1 4202496 10249 1248 0 0 1218 1 0 0 19 0 5 0 528581749 78942208 7697 33554432000 4194304 4356188 140734848603024 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27095/statm: 19273 7697 162 40 0 17817 0
[pid=27095/tid=27102] ppid=27090 vsize=77092 CPUtime=3.05 cores=4-7
/proc/27095/task/27102/stat : 27102 (plingeling) R 27090 27090 26823 0 -1 4202560 1517 1248 0 0 305 0 0 0 25 0 5 0 528581753 78942208 7697 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331360 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27095/tid=27103] ppid=27090 vsize=77092 CPUtime=3.04 cores=4-7
/proc/27095/task/27103/stat : 27103 (plingeling) R 27090 27090 26823 0 -1 4202560 2006 1248 0 0 304 0 0 0 25 0 5 0 528581753 78942208 7697 33554432000 4194304 4356188 140734848603024 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27095/tid=27104] ppid=27090 vsize=77092 CPUtime=3.04 cores=4-7
/proc/27095/task/27104/stat : 27104 (plingeling) R 27090 27090 26823 0 -1 4202560 2052 1248 0 0 304 0 0 0 25 0 5 0 528581753 78942208 7697 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27095/tid=27105] ppid=27090 vsize=77092 CPUtime=3 cores=4-7
/proc/27095/task/27105/stat : 27105 (plingeling) R 27090 27090 26823 0 -1 4202560 1959 1248 0 0 300 0 0 0 25 0 5 0 528581753 78942208 7697 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.55
Current children cumulated vsize (KiB) 2085060

[startup+6.30062 s]
/proc/loadavg: 7.41 7.90 7.96 9/180 27105
/proc/meminfo: memFree=30290744/32950928 swapFree=67111428/67111528
[pid=27090] ppid=27088 vsize=18324 CPUtime=0 cores=0-7
/proc/27090/stat : 27090 (ppfolio) S 27088 27090 26823 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528581748 18763776 390 33554432000 4194304 4287625 140735153522080 18446744073709551615 248089718287 0 0 4096 65536 4611598886425853951 0 0 17 4 0 0 0
/proc/27090/statm: 4581 390 341 23 0 91 0
[pid=27091] ppid=27090 vsize=1496300 CPUtime=6.29 cores=0
/proc/27091/stat : 27091 (cryptominisat) R 27090 27090 26823 0 -1 4202496 10261 0 0 0 628 1 0 0 25 0 1 0 528581749 1532211200 5762 33554432000 4194304 4587354 140736544043664 18446744073709551615 4238491 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27091/statm: 374075 5762 337 96 0 370637 0
[pid=27092] ppid=27090 vsize=20704 CPUtime=6.29 cores=1
/proc/27092/stat : 27092 (clasp) R 27090 27090 26823 0 -1 4202496 2729 0 0 0 629 0 0 0 25 0 1 0 528581749 21200896 2460 33554432000 4194304 4785740 140735023420832 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27092/statm: 5176 2460 340 145 0 2221 0
[pid=27093] ppid=27090 vsize=459004 CPUtime=6.28 cores=2
/proc/27093/stat : 27093 (TNM) R 27090 27090 26823 0 -1 4202496 1422 0 0 0 628 0 0 0 25 0 1 0 528581749 470020096 1318 33554432000 134512640 134534564 4293539392 18446744073709551615 134530522 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27093/statm: 114751 1318 95 6 0 113417 0
[pid=27094] ppid=27090 vsize=25184 CPUtime=6.29 cores=3
/proc/27094/stat : 27094 (march_hi) R 27090 27090 26823 0 -1 4202496 11097 0 0 0 628 1 0 0 25 0 1 0 528581749 25788416 4385 33554432000 4194304 4331988 140737297399936 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27094/statm: 6296 4385 175 34 0 4738 0
[pid=27095] ppid=27090 vsize=80676 CPUtime=24.96 cores=4-7
/proc/27095/stat : 27095 (plingeling) S 27090 27090 26823 0 -1 4202496 12577 1248 0 0 2495 1 0 0 19 0 5 0 528581749 82612224 8593 33554432000 4194304 4356188 140734848603024 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27095/statm: 20169 8593 162 40 0 18713 0
[pid=27095/tid=27102] ppid=27090 vsize=80676 CPUtime=6.24 cores=4-7
/proc/27095/task/27102/stat : 27102 (plingeling) R 27090 27090 26823 0 -1 4202560 2115 1248 0 0 624 0 0 0 25 0 5 0 528581753 82612224 8593 33554432000 4194304 4356188 140734848603024 18446744073709551615 4234040 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27095/tid=27103] ppid=27090 vsize=80676 CPUtime=6.24 cores=4-7
/proc/27095/task/27103/stat : 27103 (plingeling) R 27090 27090 26823 0 -1 4202560 2636 1248 0 0 624 0 0 0 25 0 5 0 528581753 82612224 8593 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27095/tid=27104] ppid=27090 vsize=80676 CPUtime=6.24 cores=4-7
/proc/27095/task/27104/stat : 27104 (plingeling) R 27090 27090 26823 0 -1 4202560 2800 1248 0 0 624 0 0 0 25 0 5 0 528581753 82612224 8593 33554432000 4194304 4356188 140734848603024 18446744073709551615 4237901 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27095/tid=27105] ppid=27090 vsize=80676 CPUtime=6.18 cores=4-7
/proc/27095/task/27105/stat : 27105 (plingeling) R 27090 27090 26823 0 -1 4202560 2311 1248 0 0 618 0 0 0 25 0 5 0 528581753 82612224 8593 33554432000 4194304 4356188 140734848603024 18446744073709551615 4279567 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.11
Current children cumulated vsize (KiB) 2100192

[startup+12.7005 s]
/proc/loadavg: 7.46 7.90 7.96 9/180 27105
/proc/meminfo: memFree=30276816/32950928 swapFree=67111428/67111528
[pid=27090] ppid=27088 vsize=18324 CPUtime=0 cores=0-7
/proc/27090/stat : 27090 (ppfolio) S 27088 27090 26823 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528581748 18763776 390 33554432000 4194304 4287625 140735153522080 18446744073709551615 248089718287 0 0 4096 65536 4611598886425853951 0 0 17 4 0 0 0
/proc/27090/statm: 4581 390 341 23 0 91 0
[pid=27091] ppid=27090 vsize=1497748 CPUtime=12.69 cores=0
/proc/27091/stat : 27091 (cryptominisat) R 27090 27090 26823 0 -1 4202496 12823 0 0 0 1268 1 0 0 25 0 1 0 528581749 1533693952 6603 33554432000 4194304 4587354 140736544043664 18446744073709551615 4238582 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27091/statm: 374437 6603 337 96 0 370999 0
[pid=27092] ppid=27090 vsize=23228 CPUtime=12.69 cores=1
/proc/27092/stat : 27092 (clasp) R 27090 27090 26823 0 -1 4202496 3325 0 0 0 1269 0 0 0 25 0 1 0 528581749 23785472 3056 33554432000 4194304 4785740 140735023420832 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27092/statm: 5807 3056 340 145 0 2852 0
[pid=27093] ppid=27090 vsize=459004 CPUtime=12.68 cores=2
/proc/27093/stat : 27093 (TNM) R 27090 27090 26823 0 -1 4202496 1422 0 0 0 1268 0 0 0 25 0 1 0 528581749 470020096 1318 33554432000 134512640 134534564 4293539392 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27093/statm: 114751 1318 95 6 0 113417 0
[pid=27094] ppid=27090 vsize=25184 CPUtime=12.69 cores=3
/proc/27094/stat : 27094 (march_hi) R 27090 27090 26823 0 -1 4202496 11108 0 0 0 1268 1 0 0 25 0 1 0 528581749 25788416 4396 33554432000 4194304 4331988 140737297399936 18446744073709551615 4210412 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27094/statm: 6296 4396 175 34 0 4738 0
[pid=27095] ppid=27090 vsize=84516 CPUtime=50.52 cores=4-7
/proc/27095/stat : 27095 (plingeling) S 27090 27090 26823 0 -1 4202496 13537 1248 0 0 5051 1 0 0 19 0 5 0 528581749 86544384 9553 33554432000 4194304 4356188 140734848603024 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27095/statm: 21129 9553 162 40 0 19673 0
[pid=27095/tid=27102] ppid=27090 vsize=84516 CPUtime=12.64 cores=4-7
/proc/27095/task/27102/stat : 27102 (plingeling) R 27090 27090 26823 0 -1 4202560 2179 1248 0 0 1264 0 0 0 25 0 5 0 528581753 86544384 9553 33554432000 4194304 4356188 140734848603024 18446744073709551615 4210605 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27095/tid=27103] ppid=27090 vsize=84516 CPUtime=12.64 cores=4-7
/proc/27095/task/27103/stat : 27103 (plingeling) R 27090 27090 26823 0 -1 4202560 3286 1248 0 0 1264 0 0 0 25 0 5 0 528581753 86544384 9553 33554432000 4194304 4356188 140734848603024 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27095/tid=27104] ppid=27090 vsize=84516 CPUtime=12.64 cores=4-7
/proc/27095/task/27104/stat : 27104 (plingeling) R 27090 27090 26823 0 -1 4202560 2864 1248 0 0 1264 0 0 0 25 0 5 0 528581753 86544384 9553 33554432000 4194304 4356188 140734848603024 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27095/tid=27105] ppid=27090 vsize=84516 CPUtime=12.54 cores=4-7
/proc/27095/task/27105/stat : 27105 (plingeling) R 27090 27090 26823 0 -1 4202560 2493 1248 0 0 1254 0 0 0 25 0 5 0 528581753 86544384 9553 33554432000 4194304 4356188 140734848603024 18446744073709551615 4283925 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 2108004

[startup+25.5012 s]
/proc/loadavg: 7.58 7.90 7.96 9/180 27106
/proc/meminfo: memFree=30249884/32950928 swapFree=67111428/67111528
[pid=27090] ppid=27088 vsize=18324 CPUtime=0 cores=0-7
/proc/27090/stat : 27090 (ppfolio) S 27088 27090 26823 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528581748 18763776 390 33554432000 4194304 4287625 140735153522080 18446744073709551615 248089718287 0 0 4096 65536 4611598886425853951 0 0 17 4 0 0 0
/proc/27090/statm: 4581 390 341 23 0 91 0
[pid=27091] ppid=27090 vsize=1506612 CPUtime=25.49 cores=0
/proc/27091/stat : 27091 (cryptominisat) R 27090 27090 26823 0 -1 4202496 18610 0 0 0 2547 2 0 0 25 0 1 0 528581749 1542770688 9180 33554432000 4194304 4587354 140736544043664 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=27093] ppid=27090 vsize=459004 CPUtime=4781.92 cores=2
/proc/27093/stat : 27093 (TNM) R 27090 27090 26823 0 -1 4202496 1422 0 0 0 478189 3 0 0 25 0 1 0 528581749 470020096 1318 33554432000 134512640 134534564 4293539392 18446744073709551615 134530598 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27093/statm: 114751 1318 95 6 0 113417 0
[pid=27094] ppid=27090 vsize=52532 CPUtime=4782.41 cores=3
/proc/27094/stat : 27094 (march_hi) R 27090 27090 26823 0 -1 4202496 16581 0 0 0 478236 5 0 0 25 0 1 0 528581749 53792768 9869 33554432000 4194304 4331988 140737297399936 18446744073709551615 4287383 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27094/statm: 13133 9869 175 34 0 11575 0
[pid=27095] ppid=27090 vsize=501644 CPUtime=19102.4 cores=4-7
/proc/27095/stat : 27095 (plingeling) S 27090 27090 26823 0 -1 4202496 2371273 1248 0 0 1909895 347 0 0 19 0 5 0 528581749 513683456 97485 33554432000 4194304 4356188 140734848603024 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27095/statm: 125411 97485 162 40 0 123955 0
[pid=27095/tid=27102] ppid=27090 vsize=501644 CPUtime=4782.23 cores=4-7
/proc/27095/task/27102/stat : 27102 (plingeling) R 27090 27090 26823 0 -1 4202560 591683 1248 0 0 478134 89 0 0 25 0 5 0 528581753 513683456 97485 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27095/tid=27103] ppid=27090 vsize=501644 CPUtime=4782.34 cores=4-7
/proc/27095/task/27103/stat : 27103 (plingeling) R 27090 27090 26823 0 -1 4202560 621556 1248 0 0 478145 89 0 0 25 0 5 0 528581753 513683456 97485 33554432000 4194304 4356188 140734848603024 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27095/tid=27104] ppid=27090 vsize=501644 CPUtime=4782.34 cores=4-7
/proc/27095/task/27104/stat : 27104 (plingeling) R 27090 27090 26823 0 -1 4202560 543534 1248 0 0 478157 77 0 0 25 0 5 0 528581753 513683456 97485 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331319 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27095/tid=27105] ppid=27090 vsize=501644 CPUtime=4755.43 cores=4-7
/proc/27095/task/27105/stat : 27105 (plingeling) R 27090 27090 26823 0 -1 4202560 611785 1248 0 0 475454 89 0 0 25 0 5 0 528581753 513683456 97485 33554432000 4194304 4356188 140734848603024 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38231.5
Current children cumulated vsize (KiB) 1330804

[startup+4842.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 27246
/proc/meminfo: memFree=29815088/32950928 swapFree=67111428/67111528
[pid=27090] ppid=27088 vsize=18324 CPUtime=0 cores=0-7
/proc/27090/stat : 27090 (ppfolio) S 27088 27090 26823 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528581748 18763776 390 33554432000 4194304 4287625 140735153522080 18446744073709551615 248089718287 0 0 4096 65536 4611598886425853951 0 0 17 4 0 0 0
/proc/27090/statm: 4581 390 341 23 0 91 0
[pid=27091] ppid=27090 vsize=194516 CPUtime=4842.41 cores=0
/proc/27091/stat : 27091 (cryptominisat) R 27090 27090 26823 0 -1 4202496 903207 0 0 0 483925 316 0 0 25 0 1 0 528581749 199184384 19220 33554432000 4194304 4587354 140736544043664 18446744073709551615 4238778 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27091/statm: 48629 19220 337 96 0 45191 0
[pid=27092] ppid=27090 vsize=95640 CPUtime=4842.4 cores=1
/proc/27092/stat : 27092 (clasp) R 27090 27090 26823 0 -1 4202496 20949 0 0 0 484235 5 0 0 25 0 1 0 528581749 97935360 19403 33554432000 4194304 4785740 140735023420832 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27092/statm: 23910 19403 340 145 0 20955 0
[pid=27093] ppid=27090 vsize=459004 CPUtime=4841.92 cores=2
/proc/27093/stat : 27093 (TNM) R 27090 27090 26823 0 -1 4202496 1422 0 0 0 484189 3 0 0 25 0 1 0 528581749 470020096 1318 33554432000 134512640 134534564 4293539392 18446744073709551615 134528488 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27093/statm: 114751 1318 95 6 0 113417 0
[pid=27094] ppid=27090 vsize=52532 CPUtime=4842.41 cores=3
/proc/27094/stat : 27094 (march_hi) R 27090 27090 26823 0 -1 4202496 16643 0 0 0 484236 5 0 0 25 0 1 0 528581749 53792768 9931 33554432000 4194304 4331988 140737297399936 18446744073709551615 4237421 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27094/statm: 13133 9931 175 34 0 11575 0
[pid=27095] ppid=27090 vsize=470924 CPUtime=19342.1 cores=4-7
/proc/27095/stat : 27095 (plingeling) S 27090 27090 26823 0 -1 4202496 2389545 1248 0 0 1933860 349 0 0 19 0 5 0 528581749 482226176 89805 33554432000 4194304 4356188 140734848603024 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27095/statm: 117731 89805 162 40 0 116275 0
[pid=27095/tid=27102] ppid=27090 vsize=470924 CPUtime=4842.23 cores=4-7
/proc/27095/task/27102/stat : 27102 (plingeling) R 27090 27090 26823 0 -1 4202560 596323 1248 0 0 484133 90 0 0 25 0 5 0 528581753 482226176 89805 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27095/tid=27103] ppid=27090 vsize=470924 CPUtime=4842.35 cores=4-7
/proc/27095/task/27103/stat : 27103 (plingeling) R 27090 27090 26823 0 -1 4202560 626196 1248 0 0 484145 90 0 0 25 0 5 0 528581753 482226176 89805 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27095/tid=27104] ppid=27090 vsize=470924 CPUtime=4842.34 cores=4-7
/proc/27095/task/27104/stat : 27104 (plingeling) R 27090 27090 26823 0 -1 4202560 547118 1248 0 0 484157 77 0 0 25 0 5 0 528581753 482226176 89805 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331819 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27095/tid=27105] ppid=27090 vsize=470924 CPUtime=4815.1 cores=4-7
/proc/27095/task/27105/stat : 27105 (plingeling) R 27090 27090 26823 0 -1 4202560 617193 1248 0 0 481420 90 0 0 25 0 5 0 528581753 482226176 89805 33554432000 4194304 4356188 140734848603024 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.2
Current children cumulated vsize (KiB) 1290940

[startup+4902.3 s]
/proc/loadavg: 8.07 8.03 8.00 9/180 27248
/proc/meminfo: memFree=29782436/32950928 swapFree=67111428/67111528
[pid=27090] ppid=27088 vsize=18324 CPUtime=0 cores=0-7
/proc/27090/stat : 27090 (ppfolio) S 27088 27090 26823 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528581748 18763776 390 33554432000 4194304 4287625 140735153522080 18446744073709551615 248089718287 0 0 4096 65536 4611598886425853951 0 0 17 4 0 0 0
/proc/27090/statm: 4581 390 341 23 0 91 0
[pid=27091] ppid=27090 vsize=197304 CPUtime=4902.41 cores=0
/proc/27091/stat : 27091 (cryptominisat) R 27090 27090 26823 0 -1 4202496 912487 0 0 0 489921 320 0 0 25 0 1 0 528581749 202039296 19277 33554432000 4194304 4587354 140736544043664 18446744073709551615 4244605 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27091/statm: 49326 19277 337 96 0 45888 0
[pid=27092] ppid=27090 vsize=96280 CPUtime=4902.4 cores=1
/proc/27092/stat : 27092 (clasp) R 27090 27090 26823 0 -1 4202496 21125 0 0 0 490235 5 0 0 25 0 1 0 528581749 98590720 19579 33554432000 4194304 4785740 140735023420832 18446744073709551615 4287158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27092/statm: 24070 19579 340 145 0 21115 0
[pid=27093] ppid=27090 vsize=459004 CPUtime=4901.91 cores=2
/proc/27093/stat : 27093 (TNM) R 27090 27090 26823 0 -1 4202496 1422 0 0 0 490188 3 0 0 25 0 1 0 528581749 470020096 1318 33554432000 134512640 134534564 4293539392 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27093/statm: 114751 1318 95 6 0 113417 0
[pid=27094] ppid=27090 vsize=52532 CPUtime=4902.41 cores=3
/proc/27094/stat : 27094 (march_hi) R 27090 27090 26823 0 -1 4202496 16709 0 0 0 490236 5 0 0 25 0 1 0 528581749 53792768 9997 33554432000 4194304 4331988 140737297399936 18446744073709551615 4239564 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27094/statm: 13133 9997 175 34 0 11575 0
[pid=27095] ppid=27090 vsize=501772 CPUtime=19581.8 cores=4-7
/proc/27095/stat : 27095 (plingeling) S 27090 27090 26823 0 -1 4202496 2430153 1248 0 0 1957822 354 0 0 19 0 5 0 528581749 513814528 97517 33554432000 4194304 4356188 140734848603024 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27095/statm: 125443 97517 162 40 0 123987 0
[pid=27095/tid=27102] ppid=27090 vsize=501772 CPUtime=4902.22 cores=4-7
/proc/27095/task/27102/stat : 27102 (plingeling) R 27090 27090 26823 0 -1 4202560 612995 1248 0 0 490130 92 0 0 25 0 5 0 528581753 513814528 97517 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331126 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27095/tid=27103] ppid=27090 vsize=501772 CPUtime=4902.35 cores=4-7
/proc/27095/task/27103/stat : 27103 (plingeling) R 27090 27090 26823 0 -1 4202560 629876 1248 0 0 490145 90 0 0 25 0 5 0 528581753 513814528 97517 33554432000 4194304 4356188 140734848603024 18446744073709551615 4330995 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27095/tid=27104] ppid=27090 vsize=501772 CPUtime=4902.35 cores=4-7
/proc/27095/task/27104/stat : 27104 (plingeling) R 27090 27090 26823 0 -1 4202560 561966 1248 0 0 490155 80 0 0 25 0 5 0 528581753 513814528 97517 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27095/tid=27105] ppid=27090 vsize=501772 CPUtime=4874.77 cores=4-7
/proc/27095/task/27105/stat : 27105 (plingeling) R 27090 27090 26823 0 -1 4202560 622601 1248 0 0 487387 90 0 0 25 0 5 0 528581753 513814528 97517 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39190.9
Current children cumulated vsize (KiB) 1325216

[startup+4962.3 s]
/proc/loadavg: 8.08 8.04 8.00 9/180 27249
/proc/meminfo: memFree=29742956/32950928 swapFree=67111428/67111528
[pid=27090] ppid=27088 vsize=18324 CPUtime=0 cores=0-7
/proc/27090/stat : 27090 (ppfolio) S 27088 27090 26823 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528581748 18763776 390 33554432000 4194304 4287625 140735153522080 18446744073709551615 248089718287 0 0 4096 65536 4611598886425853951 0 0 17 4 0 0 0
/proc/27090/statm: 4581 390 341 23 0 91 0
[pid=27091] ppid=27090 vsize=197740 CPUtime=4962.41 cores=0
/proc/27091/stat : 27091 (cryptominisat) R 27090 27090 26823 0 -1 4202496 921435 0 0 0 495917 324 0 0 25 0 1 0 528581749 202485760 19450 33554432000 4194304 4587354 140736544043664 18446744073709551615 4238755 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27091/statm: 49435 19450 337 96 0 45997 0
[pid=27092] ppid=27090 vsize=96280 CPUtime=4962.4 cores=1
/proc/27092/stat : 27092 (clasp) R 27090 27090 26823 0 -1 4202496 21139 0 0 0 496235 5 0 0 25 0 1 0 528581749 98590720 19593 33554432000 4194304 4785740 140735023420832 18446744073709551615 4287008 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27092/statm: 24070 19593 340 145 0 21115 0
[pid=27093] ppid=27090 vsize=459004 CPUtime=4961.9 cores=2
/proc/27093/stat : 27093 (TNM) R 27090 27090 26823 0 -1 4202496 1422 0 0 0 496187 3 0 0 25 0 1 0 528581749 470020096 1318 33554432000 134512640 134534564 4293539392 18446744073709551615 134528497 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27093/statm: 114751 1318 95 6 0 113417 0
[pid=27094] ppid=27090 vsize=52532 CPUtime=4962.41 cores=3
/proc/27094/stat : 27094 (march_hi) R 27090 27090 26823 0 -1 4202496 16768 0 0 0 496236 5 0 0 25 0 1 0 528581749 53792768 10056 33554432000 4194304 4331988 140737297399936 18446744073709551615 4226645 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27094/statm: 13133 10056 175 34 0 11575 0
[pid=27095] ppid=27090 vsize=539404 CPUtime=19821.4 cores=4-7
/proc/27095/stat : 27095 (plingeling) S 27090 27090 26823 0 -1 4202496 2469129 1248 0 0 1981785 360 0 0 19 0 5 0 528581749 552349696 106925 33554432000 4194304 4356188 140734848603024 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27095/statm: 134851 106925 162 40 0 133395 0
[pid=27095/tid=27102] ppid=27090 vsize=539404 CPUtime=4962.22 cores=4-7
/proc/27095/task/27102/stat : 27102 (plingeling) R 27090 27090 26823 0 -1 4202560 615843 1248 0 0 496130 92 0 0 25 0 5 0 528581753 552349696 106925 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27095/tid=27103] ppid=27090 vsize=539404 CPUtime=4962.35 cores=4-7
/proc/27095/task/27103/stat : 27103 (plingeling) R 27090 27090 26823 0 -1 4202560 646004 1248 0 0 496142 93 0 0 25 0 5 0 528581753 552349696 106925 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27095/tid=27104] ppid=27090 vsize=539404 CPUtime=4962.34 cores=4-7
/proc/27095/task/27104/stat : 27104 (plingeling) R 27090 27090 26823 0 -1 4202560 566062 1248 0 0 496154 80 0 0 25 0 5 0 528581753 552349696 106925 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27095/tid=27105] ppid=27090 vsize=539404 CPUtime=4934.44 cores=4-7
/proc/27095/task/27105/stat : 27105 (plingeling) R 27090 27090 26823 0 -1 4202560 638505 1248 0 0 493352 92 0 0 25 0 5 0 528581753 552349696 106925 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.6
Current children cumulated vsize (KiB) 1363284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.11 8.05 8.00 9/180 27250
/proc/meminfo: memFree=29832196/32950928 swapFree=67111428/67111528
[pid=27090] ppid=27088 vsize=18324 CPUtime=0 cores=0-7
/proc/27090/stat : 27090 (ppfolio) S 27088 27090 26823 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 528581748 18763776 390 33554432000 4194304 4287625 140735153522080 18446744073709551615 248089718287 0 0 4096 65536 4611598886425853951 0 0 17 4 0 0 0
/proc/27090/statm: 4581 390 341 23 0 91 0
[pid=27091] ppid=27090 vsize=88620 CPUtime=5003.71 cores=0
/proc/27091/stat : 27091 (cryptominisat) R 27090 27090 26823 0 -1 4202496 928618 0 0 0 500044 327 0 0 25 0 1 0 528581749 90746880 17861 33554432000 4194304 4587354 140736544043664 18446744073709551615 4241215 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27091/statm: 22155 17861 337 96 0 18717 0
[pid=27092] ppid=27090 vsize=96280 CPUtime=5003.71 cores=1
/proc/27092/stat : 27092 (clasp) R 27090 27090 26823 0 -1 4202496 21163 0 0 0 500366 5 0 0 25 0 1 0 528581749 98590720 19617 33554432000 4194304 4785740 140735023420832 18446744073709551615 4287053 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/27092/statm: 24070 19617 340 145 0 21115 0
[pid=27093] ppid=27090 vsize=459004 CPUtime=5003.21 cores=2
/proc/27093/stat : 27093 (TNM) R 27090 27090 26823 0 -1 4202496 1422 0 0 0 500318 3 0 0 25 0 1 0 528581749 470020096 1318 33554432000 134512640 134534564 4293539392 18446744073709551615 134529632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/27093/statm: 114751 1318 95 6 0 113417 0
[pid=27094] ppid=27090 vsize=52532 CPUtime=5003.72 cores=3
/proc/27094/stat : 27094 (march_hi) R 27090 27090 26823 0 -1 4202496 16809 0 0 0 500367 5 0 0 25 0 1 0 528581749 53792768 10097 33554432000 4194304 4331988 140737297399936 18446744073709551615 4226642 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/27094/statm: 13133 10097 175 34 0 11575 0
[pid=27095] ppid=27090 vsize=457612 CPUtime=19986.4 cores=4-7
/proc/27095/stat : 27095 (plingeling) S 27090 27090 26823 0 -1 4202496 2475369 1248 0 0 1998284 361 0 0 19 0 5 0 528581749 468594688 86477 33554432000 4194304 4356188 140734848603024 18446744073709551615 248101500901 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/27095/statm: 114403 86477 162 40 0 112947 0
[pid=27095/tid=27102] ppid=27090 vsize=457612 CPUtime=5003.53 cores=4-7
/proc/27095/task/27102/stat : 27102 (plingeling) R 27090 27090 26823 0 -1 4202560 617411 1248 0 0 500261 92 0 0 25 0 5 0 528581753 468594688 86477 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331416 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=27095/tid=27103] ppid=27090 vsize=457612 CPUtime=5003.66 cores=4-7
/proc/27095/task/27103/stat : 27103 (plingeling) R 27090 27090 26823 0 -1 4202560 647060 1248 0 0 500273 93 0 0 25 0 5 0 528581753 468594688 86477 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=27095/tid=27104] ppid=27090 vsize=457612 CPUtime=5003.66 cores=4-7
/proc/27095/task/27104/stat : 27104 (plingeling) R 27090 27090 26823 0 -1 4202560 567598 1248 0 0 500285 81 0 0 25 0 5 0 528581753 468594688 86477 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=27095/tid=27105] ppid=27090 vsize=457612 CPUtime=4975.53 cores=4-7
/proc/27095/task/27105/stat : 27105 (plingeling) R 27090 27090 26823 0 -1 4202560 640585 1248 0 0 497460 93 0 0 25 0 5 0 528581753 468594688 86477 33554432000 4194304 4356188 140734848603024 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 1172372

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 27090 and gives
#  childrusage.ru_utime.tv_sec=20010
#  childrusage.ru_utime.tv_usec=970870
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=440476
# CPU time returned by wait4() is 20014.4
# while last known CPU time is 40000.8
#
# 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.8
CPU user time (s): 39993.8
CPU system time (s): 7.01
CPU usage (%): 799.438
Max. virtual memory (cumulated for all children) (KiB): 13433972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20011
system time used= 3.44048
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 968551
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= 872
involuntary context switches= 91008

runsolver used 8.30474 second user time and 18.9931 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-30 15:23:39
IDJOB=3275731
IDBENCH=83275
IDSOLVER=1638
FILE ID=node123/3275731-1304169819
RUNJOBID= node123-1304164817-26837
PBS_JOBID= 13170944
Free space on /tmp= 73468 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-23_508.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275731-1304169819/watcher-3275731-1304169819 -o /tmp/evaluation-result-3275731-1304169819/solver-3275731-1304169819 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275731-1304169819.cnf

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

MD5SUM BENCH= b891f70c80006fb02dca40f266c0cec1
RANDOM SEED=420509353

node123.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.838
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.67
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.838
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.838
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30370568 kB
Buffers:        645072 kB
Cached:        1498828 kB
SwapCached:        100 kB
Active:         238640 kB
Inactive:      1968712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30370568 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:           10488 kB
Writeback:           0 kB
AnonPages:       64200 kB
Mapped:          14708 kB
Slab:           307600 kB
PageTables:       5024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   190028 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= 73456 MiB
End job on node123 at 2011-04-30 16:47:05