Trace number 3219675

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) 39971.9 5000.02

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S1275797759-041-UNKNOWN.cnf
MD5SUM374e3ba6783d13d6d478972802d8dba0
Bench CategoryRANDOM (random 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 variables400
Number of clauses34000
Sum of the clauses size238000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534000

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-3219675-1304152052/watcher-3219675-1304152052 -o /tmp/evaluation-result-3219675-1304152052/solver-3219675-1304152052 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219675-1304152052.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): 5000 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: 8.07 8.06 8.00 1/170 11865
/proc/meminfo: memFree=23006092/32950928 swapFree=67111524/67111528
[pid=11865] ppid=11863 vsize=18324 CPUtime=0 cores=0-7
/proc/11865/stat : 11865 (ppfolio) S 11863 11865 11386 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 526804861 18763776 390 33554432000 4194304 4287625 140736088303184 18446744073709551615 274473987599 0 0 4096 65536 17569307823077064703 0 0 17 6 0 0 0
/proc/11865/statm: 4581 390 341 23 0 91 0

[startup+0.0340439 s]
/proc/loadavg: 8.07 8.06 8.00 1/170 11865
/proc/meminfo: memFree=23006092/32950928 swapFree=67111524/67111528
[pid=11865] ppid=11863 vsize=18324 CPUtime=0 cores=0-7
/proc/11865/stat : 11865 (ppfolio) S 11863 11865 11386 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 526804861 18763776 390 33554432000 4194304 4287625 140736088303184 18446744073709551615 274473987599 0 0 4096 65536 17569307823077064703 0 0 17 4 0 0 0
/proc/11865/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101036 s]
/proc/loadavg: 8.07 8.06 8.00 1/170 11865
/proc/meminfo: memFree=23006092/32950928 swapFree=67111524/67111528
[pid=11865] ppid=11863 vsize=18324 CPUtime=0 cores=0-7
/proc/11865/stat : 11865 (ppfolio) S 11863 11865 11386 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 526804861 18763776 390 33554432000 4194304 4287625 140736088303184 18446744073709551615 274473987599 0 0 4096 65536 17569307823077064703 0 0 17 4 0 0 0
/proc/11865/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300999 s]
/proc/loadavg: 8.07 8.06 8.00 1/170 11865
/proc/meminfo: memFree=23006092/32950928 swapFree=67111524/67111528
[pid=11865] ppid=11863 vsize=18324 CPUtime=0 cores=0-7
/proc/11865/stat : 11865 (ppfolio) S 11863 11865 11386 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 526804861 18763776 390 33554432000 4194304 4287625 140736088303184 18446744073709551615 274473987599 0 0 4096 65536 17569307823077064703 0 0 17 4 0 0 0
/proc/11865/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700924 s]
/proc/loadavg: 8.07 8.06 8.00 1/170 11865
/proc/meminfo: memFree=23006092/32950928 swapFree=67111524/67111528
[pid=11865] ppid=11863 vsize=18324 CPUtime=0 cores=0-7
/proc/11865/stat : 11865 (ppfolio) S 11863 11865 11386 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 526804861 18763776 390 33554432000 4194304 4287625 140736088303184 18446744073709551615 274473987599 0 0 4096 65536 17569307823077064703 0 0 17 4 0 0 0
/proc/11865/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50079 s]
/proc/loadavg: 8.07 8.06 8.00 9/180 11880
/proc/meminfo: memFree=22953668/32950928 swapFree=67111524/67111528
[pid=11865] ppid=11863 vsize=18324 CPUtime=0 cores=0-7
/proc/11865/stat : 11865 (ppfolio) S 11863 11865 11386 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526804861 18763776 390 33554432000 4194304 4287625 140736088303184 18446744073709551615 274473987599 0 0 4096 65536 17569307823077064703 0 0 17 4 0 0 0
/proc/11865/statm: 4581 390 341 23 0 91 0
[pid=11866] ppid=11865 vsize=183836 CPUtime=1.49 cores=0
/proc/11866/stat : 11866 (cryptominisat) R 11865 11865 11386 0 -1 4202496 6127 0 0 0 148 1 0 0 20 0 1 0 526804862 188248064 2090 33554432000 4194304 4587354 140734908563296 18446744073709551615 4238616 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11866/statm: 45959 2090 327 96 0 42521 0
[pid=11867] ppid=11865 vsize=24304 CPUtime=1.48 cores=1
/proc/11867/stat : 11867 (clasp) R 11865 11865 11386 0 -1 4202496 3670 0 0 0 148 0 0 0 19 0 1 0 526804862 24887296 3401 33554432000 4194304 4785740 140737470377424 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11867/statm: 6076 3401 340 145 0 3121 0
[pid=11868] ppid=11865 vsize=456220 CPUtime=1.49 cores=2
/proc/11868/stat : 11868 (TNM) R 11865 11865 11386 0 -1 4202496 1458 0 0 0 149 0 0 0 25 0 1 0 526804862 467169280 1354 33554432000 134512640 134534564 4288760800 18446744073709551615 134524563 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11868/statm: 114055 1354 91 6 0 112721 0
[pid=11869] ppid=11865 vsize=12556 CPUtime=1.48 cores=3
/proc/11869/stat : 11869 (march_hi) R 11865 11865 11386 0 -1 4202496 6382 0 0 0 148 0 0 0 20 0 1 0 526804862 12857344 1361 33554432000 4194304 4331988 140734404681792 18446744073709551615 4226625 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11869/statm: 3139 1361 150 34 0 1581 0
[pid=11870] ppid=11865 vsize=193820 CPUtime=5.75 cores=4-7
/proc/11870/stat : 11870 (plingeling) S 11865 11865 11386 0 -1 4202496 7566 1259 0 0 574 1 0 0 25 0 5 0 526804862 198471680 4113 33554432000 4194304 4356188 140733824395104 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11870/statm: 48455 4113 162 40 0 46999 0
[pid=11870/tid=11877] ppid=11865 vsize=193820 CPUtime=1.41 cores=4-7
/proc/11870/task/11877/stat : 11877 (plingeling) R 11865 11865 11386 0 -1 4202560 594 1259 0 0 141 0 0 0 25 0 5 0 526804869 198471680 4113 33554432000 4194304 4356188 140733824395104 18446744073709551615 4331168 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11870/tid=11878] ppid=11865 vsize=193820 CPUtime=1.42 cores=4-7
/proc/11870/task/11878/stat : 11878 (plingeling) R 11865 11865 11386 0 -1 4202560 595 1259 0 0 142 0 0 0 25 0 5 0 526804869 198471680 4113 33554432000 4194304 4356188 140733824395104 18446744073709551615 4281475 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11870/tid=11879] ppid=11865 vsize=193820 CPUtime=1.42 cores=4-7
/proc/11870/task/11879/stat : 11879 (plingeling) R 11865 11865 11386 0 -1 4202560 580 1259 0 0 142 0 0 0 25 0 5 0 526804869 198471680 4113 33554432000 4194304 4356188 140733824395104 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11870/tid=11880] ppid=11865 vsize=193820 CPUtime=1.41 cores=4-7
/proc/11870/task/11880/stat : 11880 (plingeling) R 11865 11865 11386 0 -1 4202560 1179 1259 0 0 141 0 0 0 25 0 5 0 526804869 198471680 4113 33554432000 4194304 4356188 140733824395104 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.69
Current children cumulated vsize (KiB) 889060

[startup+3.10051 s]
/proc/loadavg: 8.07 8.06 8.00 9/180 11880
/proc/meminfo: memFree=22957264/32950928 swapFree=67111524/67111528
[pid=11865] ppid=11863 vsize=18324 CPUtime=0 cores=0-7
/proc/11865/stat : 11865 (ppfolio) S 11863 11865 11386 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526804861 18763776 390 33554432000 4194304 4287625 140736088303184 18446744073709551615 274473987599 0 0 4096 65536 17569307823077064703 0 0 17 4 0 0 0
/proc/11865/statm: 4581 390 341 23 0 91 0
[pid=11866] ppid=11865 vsize=190524 CPUtime=3.09 cores=0
/proc/11866/stat : 11866 (cryptominisat) R 11865 11865 11386 0 -1 4202496 9301 0 0 0 308 1 0 0 25 0 1 0 526804862 195096576 2789 33554432000 4194304 4587354 140734908563296 18446744073709551615 4238958 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11866/statm: 47631 2789 327 96 0 44193 0
[pid=11867] ppid=11865 vsize=25540 CPUtime=3.09 cores=1
/proc/11867/stat : 11867 (clasp) R 11865 11865 11386 0 -1 4202496 3963 0 0 0 308 1 0 0 25 0 1 0 526804862 26152960 3694 33554432000 4194304 4785740 140737470377424 18446744073709551615 4287022 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11867/statm: 6385 3694 340 145 0 3430 0
[pid=11868] ppid=11865 vsize=456220 CPUtime=3.09 cores=2
/proc/11868/stat : 11868 (TNM) R 11865 11865 11386 0 -1 4202496 1458 0 0 0 309 0 0 0 25 0 1 0 526804862 467169280 1354 33554432000 134512640 134534564 4288760800 18446744073709551615 134524554 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11868/statm: 114055 1354 91 6 0 112721 0
[pid=11869] ppid=11865 vsize=17024 CPUtime=3.08 cores=3
/proc/11869/stat : 11869 (march_hi) R 11865 11865 11386 0 -1 4202496 7765 0 0 0 308 0 0 0 25 0 1 0 526804862 17432576 2244 33554432000 4194304 4331988 140734404681792 18446744073709551615 4298550 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11869/statm: 4256 2244 174 34 0 2698 0
[pid=11870] ppid=11865 vsize=193000 CPUtime=12.14 cores=4-7
/proc/11870/stat : 11870 (plingeling) S 11865 11865 11386 0 -1 4202496 9440 1259 0 0 1213 1 0 0 25 0 5 0 526804862 197632000 3939 33554432000 4194304 4356188 140733824395104 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11870/statm: 48250 3939 162 40 0 46794 0
[pid=11870/tid=11877] ppid=11865 vsize=193000 CPUtime=3 cores=4-7
/proc/11870/task/11877/stat : 11877 (plingeling) R 11865 11865 11386 0 -1 4202560 1169 1259 0 0 300 0 0 0 25 0 5 0 526804869 197632000 3939 33554432000 4194304 4356188 140733824395104 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11870/tid=11878] ppid=11865 vsize=193000 CPUtime=3.02 cores=4-7
/proc/11870/task/11878/stat : 11878 (plingeling) R 11865 11865 11386 0 -1 4202560 1237 1259 0 0 302 0 0 0 25 0 5 0 526804869 197632000 3939 33554432000 4194304 4356188 140733824395104 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11870/tid=11879] ppid=11865 vsize=193000 CPUtime=3.02 cores=4-7
/proc/11870/task/11879/stat : 11879 (plingeling) R 11865 11865 11386 0 -1 4202560 1157 1259 0 0 302 0 0 0 25 0 5 0 526804869 197632000 3939 33554432000 4194304 4356188 140733824395104 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11870/tid=11880] ppid=11865 vsize=193000 CPUtime=3.01 cores=4-7
/proc/11870/task/11880/stat : 11880 (plingeling) R 11865 11865 11386 0 -1 4202560 1259 1259 0 0 301 0 0 0 25 0 5 0 526804869 197632000 3939 33554432000 4194304 4356188 140733824395104 18446744073709551615 4279435 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.49
Current children cumulated vsize (KiB) 900632

[startup+6.30094 s]
/proc/loadavg: 8.06 8.06 8.00 9/180 11880
/proc/meminfo: memFree=22929372/32950928 swapFree=67111524/67111528
[pid=11865] ppid=11863 vsize=18324 CPUtime=0 cores=0-7
/proc/11865/stat : 11865 (ppfolio) S 11863 11865 11386 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526804861 18763776 390 33554432000 4194304 4287625 140736088303184 18446744073709551615 274473987599 0 0 4096 65536 17569307823077064703 0 0 17 4 0 0 0
/proc/11865/statm: 4581 390 341 23 0 91 0
[pid=11866] ppid=11865 vsize=209628 CPUtime=6.28 cores=0
/proc/11866/stat : 11866 (cryptominisat) R 11865 11865 11386 0 -1 4202496 15192 0 0 0 627 1 0 0 25 0 1 0 526804862 214659072 7218 33554432000 4194304 4587354 140734908563296 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11866/statm: 52407 7218 337 96 0 48969 0
[pid=11867] ppid=11865 vsize=27968 CPUtime=6.29 cores=1
/proc/11867/stat : 11867 (clasp) R 11865 11865 11386 0 -1 4202496 4560 0 0 0 628 1 0 0 25 0 1 0 526804862 28639232 4291 33554432000 4194304 4785740 140737470377424 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11867/statm: 6992 4291 340 145 0 4037 0
[pid=11868] ppid=11865 vsize=460712 CPUtime=6.28 cores=2
/proc/11868/stat : 11868 (TNM) R 11865 11865 11386 0 -1 4202496 1817 0 0 0 628 0 0 0 25 0 1 0 526804862 471769088 1713 33554432000 134512640 134534564 4288760800 18446744073709551615 134528697 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11868/statm: 115178 1713 95 6 0 113844 0
[pid=11869] ppid=11865 vsize=17024 CPUtime=6.28 cores=3
/proc/11869/stat : 11869 (march_hi) R 11865 11865 11386 0 -1 4202496 7765 0 0 0 628 0 0 0 25 0 1 0 526804862 17432576 2244 33554432000 4194304 4331988 140734404681792 18446744073709551615 274473362637 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11869/statm: 4256 2244 174 34 0 2698 0
[pid=11870] ppid=11865 vsize=198000 CPUtime=24.93 cores=4-7
/proc/11870/stat : 11870 (plingeling) S 11865 11865 11386 0 -1 4202496 11683 1259 0 0 2491 2 0 0 25 0 5 0 526804862 202752000 5158 33554432000 4194304 4356188 140733824395104 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11870/statm: 49500 5158 162 40 0 48044 0
[pid=11870/tid=11877] ppid=11865 vsize=198000 CPUtime=6.18 cores=4-7
/proc/11870/task/11877/stat : 11877 (plingeling) R 11865 11865 11386 0 -1 4202560 1875 1259 0 0 618 0 0 0 25 0 5 0 526804869 202752000 5158 33554432000 4194304 4356188 140733824395104 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11870/tid=11878] ppid=11865 vsize=198000 CPUtime=6.22 cores=4-7
/proc/11870/task/11878/stat : 11878 (plingeling) R 11865 11865 11386 0 -1 4202560 1477 1259 0 0 622 0 0 0 25 0 5 0 526804869 202752000 5158 33554432000 4194304 4356188 140733824395104 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11870/tid=11879] ppid=11865 vsize=198000 CPUtime=6.22 cores=4-7
/proc/11870/task/11879/stat : 11879 (plingeling) R 11865 11865 11386 0 -1 4202560 1221 1259 0 0 622 0 0 0 25 0 5 0 526804869 202752000 5158 33554432000 4194304 4356188 140733824395104 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11870/tid=11880] ppid=11865 vsize=198000 CPUtime=6.21 cores=4-7
/proc/11870/task/11880/stat : 11880 (plingeling) R 11865 11865 11386 0 -1 4202560 2492 1259 0 0 621 0 0 0 25 0 5 0 526804869 202752000 5158 33554432000 4194304 4356188 140733824395104 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.06
Current children cumulated vsize (KiB) 931656

[startup+12.7008 s]
/proc/loadavg: 8.06 8.06 8.00 9/180 11880
/proc/meminfo: memFree=22896280/32950928 swapFree=67111524/67111528
[pid=11865] ppid=11863 vsize=18324 CPUtime=0 cores=0-7
/proc/11865/stat : 11865 (ppfolio) S 11863 11865 11386 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526804861 18763776 390 33554432000 4194304 4287625 140736088303184 18446744073709551615 274473987599 0 0 4096 65536 17569307823077064703 0 0 17 4 0 0 0
/proc/11865/statm: 4581 390 341 23 0 91 0
[pid=11866] ppid=11865 vsize=221184 CPUtime=12.68 cores=0
/proc/11866/stat : 11866 (cryptominisat) R 11865 11865 11386 0 -1 4202496 21835 0 0 0 1266 2 0 0 25 0 1 0 526804862 226492416 12287 33554432000 4194304 4587354 140734908563296 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11866/statm: 55296 12287 337 96 0 51858 0
[pid=11867] ppid=11865 vsize=32456 CPUtime=12.69 cores=1
/proc/11867/stat : 11867 (clasp) R 11865 11865 11386 0 -1 4202496 5649 0 0 0 1268 1 0 0 25 0 1 0 526804862 33234944 5380 33554432000 4194304 4785740 140737470377424 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11867/statm: 8114 5380 340 145 0 5159 0
[pid=11868] ppid=11865 vsize=460712 CPUtime=12.68 cores=2
/proc/11868/stat : 11868 (TNM) R 11865 11865 11386 0 -1 4202496 1817 0 0 0 1268 0 0 0 25 0 1 0 526804862 471769088 1713 33554432000 134512640 134534564 4288760800 18446744073709551615 134528288 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11868/statm: 115178 1713 95 6 0 113844 0
[pid=11869] ppid=11865 vsize=17024 CPUtime=12.68 cores=3
/proc/11869/stat : 11869 (march_hi) R 11865 11865 11386 0 -1 4202496 7765 0 0 0 1268 0 0 0 25 0 1 0 526804862 17432576 2244 33554432000 4194304 4331988 140734404681792 18446744073709551615 4299158 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11869/statm: 4256 2244 174 34 0 2698 0
[pid=11870] ppid=11865 vsize=202376 CPUtime=50.49 cores=4-7
/proc/11870/stat : 11870 (plingeling) S 11865 11865 11386 0 -1 4202496 15913 1259 0 0 5046 3 0 0 25 0 5 0 526804862 207233024 6252 33554432000 4194304 4356188 140733824395104 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11870/statm: 50594 6252 162 40 0 49138 0
[pid=11870/tid=11877] ppid=11865 vsize=202376 CPUtime=12.54 cores=4-7
/proc/11870/task/11877/stat : 11877 (plingeling) R 11865 11865 11386 0 -1 4202560 3092 1259 0 0 1254 0 0 0 25 0 5 0 526804869 207233024 6252 33554432000 4194304 4356188 140733824395104 18446744073709551615 4279481 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11870/tid=11878] ppid=11865 vsize=202376 CPUtime=12.62 cores=4-7
/proc/11870/task/11878/stat : 11878 (plingeling) R 11865 11865 11386 0 -1 4202560 2920 1259 0 0 1262 0 0 0 25 0 5 0 526804869 207233024 6252 33554432000 4194304 4356188 140733824395104 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11870/tid=11879] ppid=11865 vsize=202376 CPUtime=12.61 cores=4-7
/proc/11870/task/11879/stat : 11879 (plingeling) R 11865 11865 11386 0 -1 4202560 1926 1259 0 0 1261 0 0 0 25 0 5 0 526804869 207233024 6252 33554432000 4194304 4356188 140733824395104 18446744073709551615 4225618 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11870/tid=11880] ppid=11865 vsize=202376 CPUtime=12.61 cores=4-7
/proc/11870/task/11880/stat : 11880 (plingeling) R 11865 11865 11386 0 -1 4202560 3357 1259 0 0 1261 0 0 0 25 0 5 0 526804869 207233024 6252 33554432000 4194304 4356188 140733824395104 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 952076

[startup+25.5006 s]
/proc/loadavg: 8.04 8.05 8.00 9/180 11881
/proc/meminfo: memFree=22888484/32950928 swapFree=67111524/67111528
[pid=11865] ppid=11863 vsize=18324 CPUtime=0 cores=0-7
/proc/11865/stat : 11865 (ppfolio) S 11863 11865 11386 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526804861 18763776 390 33554432000 4194304 4287625 140736088303184 18446744073709551615 274473987599 0 0 4096 65536 17569307823077064703 0 0 17 4 0 0 0
/proc/11865/statm: 4581 390 341 23 0 91 0
[pid=11866] ppid=11865 vsize=221212 CPUtime=25.48 cores=0
/proc/11866/stat : 11866 (cryptominisat) R 11865 11865 11386 0 -1 4202496 31232 0 0 0 2544 4 0 0 25 0 1 0 526804862 226521088 13228 33554432000 4194304 4587354 140734908563296 18446744073709551615 4388336 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=11868] ppid=11865 vsize=460712 CPUtime=4781.93 cores=2
/proc/11868/stat : 11868 (TNM) R 11865 11865 11386 0 -1 4202496 1817 0 0 0 478191 2 0 0 25 0 1 0 526804862 471769088 1713 33554432000 134512640 134534564 4288760800 18446744073709551615 134530379 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11868/statm: 115178 1713 95 6 0 113844 0
[pid=11869] ppid=11865 vsize=472324 CPUtime=4781.59 cores=3
/proc/11869/stat : 11869 (march_hi) R 11865 11865 11386 0 -1 4202496 120101 0 0 0 478076 83 0 0 25 0 1 0 526804862 483659776 114580 33554432000 4194304 4331988 140734404681792 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11869/statm: 118081 114580 175 34 0 116523 0
[pid=11870] ppid=11865 vsize=278756 CPUtime=19103.2 cores=4-7
/proc/11870/stat : 11870 (plingeling) S 11865 11865 11386 0 -1 4202496 374889 1259 0 0 1910255 65 0 0 25 0 5 0 526804862 285446144 25379 33554432000 4194304 4356188 140733824395104 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11870/statm: 69689 25379 162 40 0 68233 0
[pid=11870/tid=11877] ppid=11865 vsize=278756 CPUtime=4756.25 cores=4-7
/proc/11870/task/11877/stat : 11877 (plingeling) R 11865 11865 11386 0 -1 4202560 102620 1259 0 0 475608 17 0 0 25 0 5 0 526804869 285446144 25379 33554432000 4194304 4356188 140733824395104 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11870/tid=11878] ppid=11865 vsize=278756 CPUtime=4782.33 cores=4-7
/proc/11870/task/11878/stat : 11878 (plingeling) R 11865 11865 11386 0 -1 4202560 81647 1259 0 0 478220 13 0 0 25 0 5 0 526804869 285446144 25379 33554432000 4194304 4356188 140733824395104 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11870/tid=11879] ppid=11865 vsize=278756 CPUtime=4782.32 cores=4-7
/proc/11870/task/11879/stat : 11879 (plingeling) R 11865 11865 11386 0 -1 4202560 78159 1259 0 0 478219 13 0 0 25 0 5 0 526804869 285446144 25379 33554432000 4194304 4356188 140733824395104 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11870/tid=11880] ppid=11865 vsize=278756 CPUtime=4782.2 cores=4-7
/proc/11870/task/11880/stat : 11880 (plingeling) R 11865 11865 11386 0 -1 4202560 107845 1259 0 0 478200 20 0 0 25 0 5 0 526804869 285446144 25379 33554432000 4194304 4356188 140733824395104 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38231.5
Current children cumulated vsize (KiB) 1685376

[startup+4842.3 s]
/proc/loadavg: 8.03 8.03 8.00 9/180 12021
/proc/meminfo: memFree=22150600/32950928 swapFree=67111524/67111528
[pid=11865] ppid=11863 vsize=18324 CPUtime=0 cores=0-7
/proc/11865/stat : 11865 (ppfolio) S 11863 11865 11386 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526804861 18763776 390 33554432000 4194304 4287625 140736088303184 18446744073709551615 274473987599 0 0 4096 65536 17569307823077064703 0 0 17 4 0 0 0
/proc/11865/statm: 4581 390 341 23 0 91 0
[pid=11866] ppid=11865 vsize=262368 CPUtime=4842.39 cores=0
/proc/11866/stat : 11866 (cryptominisat) R 11865 11865 11386 0 -1 4202496 1275572 0 0 0 483667 572 0 0 25 0 1 0 526804862 268664832 26929 33554432000 4194304 4587354 140734908563296 18446744073709551615 4238593 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11866/statm: 65592 26929 337 96 0 62154 0
[pid=11867] ppid=11865 vsize=193964 CPUtime=4842.38 cores=1
/proc/11867/stat : 11867 (clasp) R 11865 11865 11386 0 -1 4202496 42665 0 0 0 484227 11 0 0 25 0 1 0 526804862 198619136 42168 33554432000 4194304 4785740 140737470377424 18446744073709551615 4287211 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11867/statm: 48491 42168 340 145 0 45536 0
[pid=11868] ppid=11865 vsize=460712 CPUtime=4841.93 cores=2
/proc/11868/stat : 11868 (TNM) R 11865 11865 11386 0 -1 4202496 1817 0 0 0 484191 2 0 0 25 0 1 0 526804862 471769088 1713 33554432000 134512640 134534564 4288760800 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11868/statm: 115178 1713 95 6 0 113844 0
[pid=11869] ppid=11865 vsize=696088 CPUtime=4841.59 cores=3
/proc/11869/stat : 11869 (march_hi) R 11865 11865 11386 0 -1 4202496 121631 0 0 0 484075 84 0 0 25 0 1 0 526804862 712794112 116110 33554432000 4194304 4331988 140734404681792 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11869/statm: 174022 116110 175 34 0 172464 0
[pid=11870] ppid=11865 vsize=288740 CPUtime=19342.9 cores=4-7
/proc/11870/stat : 11870 (plingeling) S 11865 11865 11386 0 -1 4202496 377385 1259 0 0 1934222 65 0 0 25 0 5 0 526804862 295669760 27875 33554432000 4194304 4356188 140733824395104 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11870/statm: 72185 27875 162 40 0 70729 0
[pid=11870/tid=11877] ppid=11865 vsize=288740 CPUtime=4815.92 cores=4-7
/proc/11870/task/11877/stat : 11877 (plingeling) R 11865 11865 11386 0 -1 4202560 104668 1259 0 0 481575 17 0 0 25 0 5 0 526804869 295669760 27875 33554432000 4194304 4356188 140733824395104 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11870/tid=11878] ppid=11865 vsize=288740 CPUtime=4842.33 cores=4-7
/proc/11870/task/11878/stat : 11878 (plingeling) R 11865 11865 11386 0 -1 4202560 81647 1259 0 0 484220 13 0 0 25 0 5 0 526804869 295669760 27875 33554432000 4194304 4356188 140733824395104 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11870/tid=11879] ppid=11865 vsize=288740 CPUtime=4842.33 cores=4-7
/proc/11870/task/11879/stat : 11879 (plingeling) R 11865 11865 11386 0 -1 4202560 78351 1259 0 0 484220 13 0 0 25 0 5 0 526804869 295669760 27875 33554432000 4194304 4356188 140733824395104 18446744073709551615 4273769 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11870/tid=11880] ppid=11865 vsize=288740 CPUtime=4842.2 cores=4-7
/proc/11870/task/11880/stat : 11880 (plingeling) R 11865 11865 11386 0 -1 4202560 108101 1259 0 0 484200 20 0 0 25 0 5 0 526804869 295669760 27875 33554432000 4194304 4356188 140733824395104 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38711.2
Current children cumulated vsize (KiB) 1920196

[startup+4902.3 s]
/proc/loadavg: 8.01 8.02 8.00 9/180 12023
/proc/meminfo: memFree=22164204/32950928 swapFree=67111524/67111528
[pid=11865] ppid=11863 vsize=18324 CPUtime=0 cores=0-7
/proc/11865/stat : 11865 (ppfolio) S 11863 11865 11386 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526804861 18763776 390 33554432000 4194304 4287625 140736088303184 18446744073709551615 274473987599 0 0 4096 65536 17569307823077064703 0 0 17 4 0 0 0
/proc/11865/statm: 4581 390 341 23 0 91 0
[pid=11866] ppid=11865 vsize=262432 CPUtime=4902.39 cores=0
/proc/11866/stat : 11866 (cryptominisat) R 11865 11865 11386 0 -1 4202496 1288166 0 0 0 489661 578 0 0 25 0 1 0 526804862 268730368 24017 33554432000 4194304 4587354 140734908563296 18446744073709551615 274473664145 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11866/statm: 65608 24017 337 96 0 62170 0
[pid=11867] ppid=11865 vsize=194824 CPUtime=4902.39 cores=1
/proc/11867/stat : 11867 (clasp) R 11865 11865 11386 0 -1 4202496 42927 0 0 0 490228 11 0 0 25 0 1 0 526804862 199499776 42323 33554432000 4194304 4785740 140737470377424 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11867/statm: 48706 42323 340 145 0 45751 0
[pid=11868] ppid=11865 vsize=460712 CPUtime=4901.93 cores=2
/proc/11868/stat : 11868 (TNM) R 11865 11865 11386 0 -1 4202496 1817 0 0 0 490191 2 0 0 25 0 1 0 526804862 471769088 1713 33554432000 134512640 134534564 4288760800 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11868/statm: 115178 1713 95 6 0 113844 0
[pid=11869] ppid=11865 vsize=696088 CPUtime=4901.59 cores=3
/proc/11869/stat : 11869 (march_hi) R 11865 11865 11386 0 -1 4202496 123030 0 0 0 490074 85 0 0 25 0 1 0 526804862 712794112 117509 33554432000 4194304 4331988 140734404681792 18446744073709551615 4210418 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11869/statm: 174022 117509 175 34 0 172464 0
[pid=11870] ppid=11865 vsize=288484 CPUtime=19582.6 cores=4-7
/proc/11870/stat : 11870 (plingeling) S 11865 11865 11386 0 -1 4202496 384233 1259 0 0 1958190 66 0 0 25 0 5 0 526804862 295407616 27811 33554432000 4194304 4356188 140733824395104 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11870/statm: 72121 27811 162 40 0 70665 0
[pid=11870/tid=11877] ppid=11865 vsize=288484 CPUtime=4875.6 cores=4-7
/proc/11870/task/11877/stat : 11877 (plingeling) R 11865 11865 11386 0 -1 4202560 104860 1259 0 0 487542 18 0 0 25 0 5 0 526804869 295407616 27811 33554432000 4194304 4356188 140733824395104 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11870/tid=11878] ppid=11865 vsize=288484 CPUtime=4902.33 cores=4-7
/proc/11870/task/11878/stat : 11878 (plingeling) R 11865 11865 11386 0 -1 4202560 81839 1259 0 0 490220 13 0 0 25 0 5 0 526804869 295407616 27811 33554432000 4194304 4356188 140733824395104 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11870/tid=11879] ppid=11865 vsize=288484 CPUtime=4902.33 cores=4-7
/proc/11870/task/11879/stat : 11879 (plingeling) R 11865 11865 11386 0 -1 4202560 80591 1259 0 0 490220 13 0 0 25 0 5 0 526804869 295407616 27811 33554432000 4194304 4356188 140733824395104 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11870/tid=11880] ppid=11865 vsize=288484 CPUtime=4902.21 cores=4-7
/proc/11870/task/11880/stat : 11880 (plingeling) R 11865 11865 11386 0 -1 4202560 112325 1259 0 0 490200 21 0 0 25 0 5 0 526804869 295407616 27811 33554432000 4194304 4356188 140733824395104 18446744073709551615 4233978 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39190.9
Current children cumulated vsize (KiB) 1920864

[startup+4962.3 s]
/proc/loadavg: 8.00 8.02 8.00 9/180 12024
/proc/meminfo: memFree=22154128/32950928 swapFree=67111524/67111528
[pid=11865] ppid=11863 vsize=18324 CPUtime=0 cores=0-7
/proc/11865/stat : 11865 (ppfolio) S 11863 11865 11386 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526804861 18763776 390 33554432000 4194304 4287625 140736088303184 18446744073709551615 274473987599 0 0 4096 65536 17569307823077064703 0 0 17 4 0 0 0
/proc/11865/statm: 4581 390 341 23 0 91 0
[pid=11866] ppid=11865 vsize=282884 CPUtime=4962.4 cores=0
/proc/11866/stat : 11866 (cryptominisat) R 11865 11865 11386 0 -1 4202496 1300254 0 0 0 495655 585 0 0 25 0 1 0 526804862 289673216 20512 33554432000 4194304 4587354 140734908563296 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11866/statm: 70721 20512 337 96 0 67283 0
[pid=11867] ppid=11865 vsize=194824 CPUtime=4962.39 cores=1
/proc/11867/stat : 11867 (clasp) R 11865 11865 11386 0 -1 4202496 42954 0 0 0 496228 11 0 0 25 0 1 0 526804862 199499776 42350 33554432000 4194304 4785740 140737470377424 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11867/statm: 48706 42350 340 145 0 45751 0
[pid=11868] ppid=11865 vsize=460712 CPUtime=4961.92 cores=2
/proc/11868/stat : 11868 (TNM) R 11865 11865 11386 0 -1 4202496 1817 0 0 0 496190 2 0 0 25 0 1 0 526804862 471769088 1713 33554432000 134512640 134534564 4288760800 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11868/statm: 115178 1713 95 6 0 113844 0
[pid=11869] ppid=11865 vsize=696088 CPUtime=4961.59 cores=3
/proc/11869/stat : 11869 (march_hi) R 11865 11865 11386 0 -1 4202496 124472 0 0 0 496073 86 0 0 25 0 1 0 526804862 712794112 118951 33554432000 4194304 4331988 140734404681792 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11869/statm: 174022 118951 175 34 0 172464 0
[pid=11870] ppid=11865 vsize=298212 CPUtime=19822.2 cores=4-7
/proc/11870/stat : 11870 (plingeling) S 11865 11865 11386 0 -1 4202496 388713 1259 0 0 1982156 67 0 0 25 0 5 0 526804862 305369088 30243 33554432000 4194304 4356188 140733824395104 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11870/statm: 74553 30243 162 40 0 73097 0
[pid=11870/tid=11877] ppid=11865 vsize=298212 CPUtime=4935.27 cores=4-7
/proc/11870/task/11877/stat : 11877 (plingeling) R 11865 11865 11386 0 -1 4202560 107100 1259 0 0 493509 18 0 0 25 0 5 0 526804869 305369088 30243 33554432000 4194304 4356188 140733824395104 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11870/tid=11878] ppid=11865 vsize=298212 CPUtime=4962.33 cores=4-7
/proc/11870/task/11878/stat : 11878 (plingeling) R 11865 11865 11386 0 -1 4202560 84079 1259 0 0 496220 13 0 0 25 0 5 0 526804869 305369088 30243 33554432000 4194304 4356188 140733824395104 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11870/tid=11879] ppid=11865 vsize=298212 CPUtime=4962.33 cores=4-7
/proc/11870/task/11879/stat : 11879 (plingeling) R 11865 11865 11386 0 -1 4202560 80591 1259 0 0 496220 13 0 0 25 0 5 0 526804869 305369088 30243 33554432000 4194304 4356188 140733824395104 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11870/tid=11880] ppid=11865 vsize=298212 CPUtime=4962.21 cores=4-7
/proc/11870/task/11880/stat : 11880 (plingeling) R 11865 11865 11386 0 -1 4202560 112325 1259 0 0 496200 21 0 0 25 0 5 0 526804869 305369088 30243 33554432000 4194304 4356188 140733824395104 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39670.5
Current children cumulated vsize (KiB) 1951044



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.06 8.03 8.00 9/180 12025
/proc/meminfo: memFree=22136988/32950928 swapFree=67111524/67111528
[pid=11865] ppid=11863 vsize=18324 CPUtime=0 cores=0-7
/proc/11865/stat : 11865 (ppfolio) S 11863 11865 11386 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 526804861 18763776 390 33554432000 4194304 4287625 140736088303184 18446744073709551615 274473987599 0 0 4096 65536 17569307823077064703 0 0 17 4 0 0 0
/proc/11865/statm: 4581 390 341 23 0 91 0
[pid=11866] ppid=11865 vsize=282884 CPUtime=5000.1 cores=0
/proc/11866/stat : 11866 (cryptominisat) R 11865 11865 11386 0 -1 4202496 1306037 0 0 0 499421 589 0 0 25 0 1 0 526804862 289673216 26233 33554432000 4194304 4587354 140734908563296 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11866/statm: 70721 26233 337 96 0 67283 0
[pid=11867] ppid=11865 vsize=194824 CPUtime=5000.09 cores=1
/proc/11867/stat : 11867 (clasp) R 11865 11865 11386 0 -1 4202496 42954 0 0 0 499998 11 0 0 25 0 1 0 526804862 199499776 42350 33554432000 4194304 4785740 140737470377424 18446744073709551615 4553399 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11867/statm: 48706 42350 340 145 0 45751 0
[pid=11868] ppid=11865 vsize=460712 CPUtime=4999.62 cores=2
/proc/11868/stat : 11868 (TNM) R 11865 11865 11386 0 -1 4202496 1817 0 0 0 499960 2 0 0 25 0 1 0 526804862 471769088 1713 33554432000 134512640 134534564 4288760800 18446744073709551615 134530367 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11868/statm: 115178 1713 95 6 0 113844 0
[pid=11869] ppid=11865 vsize=696088 CPUtime=4999.29 cores=3
/proc/11869/stat : 11869 (march_hi) R 11865 11865 11386 0 -1 4202496 125428 0 0 0 499843 86 0 0 25 0 1 0 526804862 712794112 119907 33554432000 4194304 4331988 140734404681792 18446744073709551615 4265440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11869/statm: 174022 119907 175 34 0 172464 0
[pid=11870] ppid=11865 vsize=287716 CPUtime=19972.8 cores=4-7
/proc/11870/stat : 11870 (plingeling) S 11865 11865 11386 0 -1 4202496 390953 1259 0 0 1997218 67 0 0 25 0 5 0 526804862 294621184 27619 33554432000 4194304 4356188 140733824395104 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/11870/statm: 71929 27619 162 40 0 70473 0
[pid=11870/tid=11877] ppid=11865 vsize=287716 CPUtime=4972.77 cores=4-7
/proc/11870/task/11877/stat : 11877 (plingeling) R 11865 11865 11386 0 -1 4202560 109148 1259 0 0 497259 18 0 0 25 0 5 0 526804869 294621184 27619 33554432000 4194304 4356188 140733824395104 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11870/tid=11878] ppid=11865 vsize=287716 CPUtime=5000.04 cores=4-7
/proc/11870/task/11878/stat : 11878 (plingeling) R 11865 11865 11386 0 -1 4202560 84079 1259 0 0 499991 13 0 0 25 0 5 0 526804869 294621184 27619 33554432000 4194304 4356188 140733824395104 18446744073709551615 4332037 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=11870/tid=11879] ppid=11865 vsize=287716 CPUtime=5000.03 cores=4-7
/proc/11870/task/11879/stat : 11879 (plingeling) R 11865 11865 11386 0 -1 4202560 80591 1259 0 0 499990 13 0 0 25 0 5 0 526804869 294621184 27619 33554432000 4194304 4356188 140733824395104 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11870/tid=11880] ppid=11865 vsize=287716 CPUtime=4999.91 cores=4-7
/proc/11870/task/11880/stat : 11880 (plingeling) R 11865 11865 11386 0 -1 4202560 112517 1259 0 0 499970 21 0 0 25 0 5 0 526804869 294621184 27619 33554432000 4194304 4356188 140733824395104 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39971.9
Current children cumulated vsize (KiB) 1940548

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 11865 and gives
#  childrusage.ru_utime.tv_sec=9993
#  childrusage.ru_utime.tv_usec=827707
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=932098
# CPU time returned by wait4() is 9999.76
# while last known CPU time is 39971.9
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39971.9
CPU user time (s): 39964.4
CPU system time (s): 7.55
CPU usage (%): 799.436
Max. virtual memory (cumulated for all children) (KiB): 16433460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9993.83
system time used= 5.9321
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1308379
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= 463
involuntary context switches= 76294

runsolver used 8.20975 second user time and 19.0701 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-30 10:27:32
IDJOB=3219675
IDBENCH=82629
IDSOLVER=1638
FILE ID=node125/3219675-1304152052
RUNJOBID= node125-1304145216-11400
PBS_JOBID= 13170872
Free space on /tmp= 73020 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S1275797759-041-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219675-1304152052/watcher-3219675-1304152052 -o /tmp/evaluation-result-3219675-1304152052/solver-3219675-1304152052 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3219675-1304152052.cnf

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

MD5SUM BENCH= 374e3ba6783d13d6d478972802d8dba0
RANDOM SEED=1394812231

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23006496 kB
Buffers:       2132504 kB
Cached:        7222748 kB
SwapCached:          4 kB
Active:        2560708 kB
Inactive:      6857940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23006496 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10896 kB
Writeback:           0 kB
AnonPages:       63800 kB
Mapped:          15152 kB
Slab:           461112 kB
PageTables:       4516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185708 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= 73012 MiB
End job on node125 at 2011-04-30 11:50:54