Trace number 3219555

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S648642831-094-UNKNOWN.cnf
MD5SUM4a57833314362e0939d4095b3206ad82
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark144.491
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3219555-1304150829/watcher-3219555-1304150829 -o /tmp/evaluation-result-3219555-1304150829/solver-3219555-1304150829 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3219555-1304150829.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.17 8.12 8.02 2/168 15161
/proc/meminfo: memFree=30849976/32951132 swapFree=67080200/67111528
[pid=15161] ppid=15159 vsize=18324 CPUtime=0 cores=0-7
/proc/15161/stat : 15161 (ppfolio) S 15159 15161 14843 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 526682537 18763776 389 33554432000 4194304 4287625 140735630998160 18446744073709551615 210647166479 0 0 4096 65536 2826088513535 0 0 17 6 0 0 0
/proc/15161/statm: 4581 389 341 23 0 91 0

[startup+0.084426 s]
/proc/loadavg: 8.17 8.12 8.02 2/168 15161
/proc/meminfo: memFree=30849976/32951132 swapFree=67080200/67111528
[pid=15161] ppid=15159 vsize=18324 CPUtime=0 cores=0-7
/proc/15161/stat : 15161 (ppfolio) S 15159 15161 14843 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 526682537 18763776 389 33554432000 4194304 4287625 140735630998160 18446744073709551615 210647166479 0 0 4096 65536 2826088513535 0 0 17 6 0 0 0
/proc/15161/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100407 s]
/proc/loadavg: 8.17 8.12 8.02 2/168 15161
/proc/meminfo: memFree=30849976/32951132 swapFree=67080200/67111528
[pid=15161] ppid=15159 vsize=18324 CPUtime=0 cores=0-7
/proc/15161/stat : 15161 (ppfolio) S 15159 15161 14843 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 526682537 18763776 389 33554432000 4194304 4287625 140735630998160 18446744073709551615 210647166479 0 0 4096 65536 2826088513535 0 0 17 6 0 0 0
/proc/15161/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300377 s]
/proc/loadavg: 8.17 8.12 8.02 2/168 15161
/proc/meminfo: memFree=30849976/32951132 swapFree=67080200/67111528
[pid=15161] ppid=15159 vsize=18324 CPUtime=0 cores=0-7
/proc/15161/stat : 15161 (ppfolio) S 15159 15161 14843 0 -1 4202496 518 0 0 0 0 0 0 0 16 0 1 0 526682537 18763776 389 33554432000 4194304 4287625 140735630998160 18446744073709551615 210647166479 0 0 4096 65536 10686479519847546879 0 0 17 6 0 0 0
/proc/15161/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700276 s]
/proc/loadavg: 8.17 8.12 8.02 2/168 15161
/proc/meminfo: memFree=30849976/32951132 swapFree=67080200/67111528
[pid=15161] ppid=15159 vsize=18324 CPUtime=0 cores=0-7
/proc/15161/stat : 15161 (ppfolio) S 15159 15161 14843 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 526682537 18763776 389 33554432000 4194304 4287625 140735630998160 18446744073709551615 210647166479 0 0 4096 65536 10686479519847546879 0 0 17 6 0 0 0
/proc/15161/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50114 s]
/proc/loadavg: 8.15 8.12 8.02 9/178 15176
/proc/meminfo: memFree=30710764/32951132 swapFree=67080200/67111528
[pid=15161] ppid=15159 vsize=18324 CPUtime=0 cores=0-7
/proc/15161/stat : 15161 (ppfolio) S 15159 15161 14843 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 526682537 18763776 389 33554432000 4194304 4287625 140735630998160 18446744073709551615 210647166479 0 0 4096 65536 10686479519847546879 0 0 17 6 0 0 0
/proc/15161/statm: 4581 389 341 23 0 91 0
[pid=15162] ppid=15161 vsize=57200 CPUtime=1.49 cores=0
/proc/15162/stat : 15162 (cryptominisat) R 15161 15161 14843 0 -1 4202496 12314 0 0 0 147 2 0 0 20 0 1 0 526682538 58572800 9519 33554432000 4194304 4587354 140734047326048 18446744073709551615 4243943 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15162/statm: 14300 9519 326 96 0 10862 0
[pid=15163] ppid=15161 vsize=31292 CPUtime=1.48 cores=1
/proc/15163/stat : 15163 (clasp) R 15161 15161 14843 0 -1 4202496 6927 0 0 0 148 0 0 0 20 0 1 0 526682538 32043008 5016 33554432000 4194304 4785740 140734292540976 18446744073709551615 210646806853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15163/statm: 7823 5016 340 145 0 4868 0
[pid=15164] ppid=15161 vsize=465988 CPUtime=1.49 cores=2
/proc/15164/stat : 15164 (TNM) R 15161 15161 14843 0 -1 4202496 5913 0 0 0 149 0 0 0 25 0 1 0 526682538 477171712 5810 33554432000 134512640 134534564 4289821680 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15164/statm: 116497 5810 95 6 0 115163 0
[pid=15165] ppid=15161 vsize=27368 CPUtime=1.49 cores=3
/proc/15165/stat : 15165 (march_hi) R 15161 15161 14843 0 -1 4202496 31682 0 0 0 144 5 0 0 20 0 1 0 526682538 28024832 3950 33554432000 4194304 4331988 140733377810272 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15165/statm: 6842 3950 144 34 0 5284 0
[pid=15166] ppid=15161 vsize=94636 CPUtime=4.53 cores=4-7
/proc/15166/stat : 15166 (plingeling) S 15161 15161 14843 0 -1 4202496 26170 1247 0 0 450 3 0 0 18 0 5 0 526682538 96907264 12100 33554432000 4194304 4356188 140733528272480 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15166/statm: 23659 12100 164 40 0 22203 0
[pid=15166/tid=15173] ppid=15161 vsize=94636 CPUtime=1 cores=4-7
/proc/15166/task/15173/stat : 15173 (plingeling) R 15161 15161 14843 0 -1 4202560 3704 1247 0 0 100 0 0 0 25 0 5 0 526682585 96907264 12100 33554432000 4194304 4356188 140733528272480 18446744073709551615 4297068 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15166/tid=15174] ppid=15161 vsize=94636 CPUtime=1.01 cores=4-7
/proc/15166/task/15174/stat : 15174 (plingeling) R 15161 15161 14843 0 -1 4202560 3164 1247 0 0 101 0 0 0 25 0 5 0 526682585 96907264 12100 33554432000 4194304 4356188 140733528272480 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15166/tid=15175] ppid=15161 vsize=94636 CPUtime=1.01 cores=4-7
/proc/15166/task/15175/stat : 15175 (plingeling) R 15161 15161 14843 0 -1 4202560 3961 1247 0 0 101 0 0 0 22 0 5 0 526682585 96907264 12100 33554432000 4194304 4356188 140733528272480 18446744073709551615 4331007 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15166/tid=15176] ppid=15161 vsize=94636 CPUtime=1.01 cores=4-7
/proc/15166/task/15176/stat : 15176 (plingeling) R 15161 15161 14843 0 -1 4202560 2764 1247 0 0 101 0 0 0 19 0 5 0 526682585 96907264 12100 33554432000 4194304 4356188 140733528272480 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.48
Current children cumulated vsize (KiB) 694808

[startup+3.10087 s]
/proc/loadavg: 8.15 8.12 8.02 9/178 15176
/proc/meminfo: memFree=30669348/32951132 swapFree=67080200/67111528
[pid=15161] ppid=15159 vsize=18324 CPUtime=0 cores=0-7
/proc/15161/stat : 15161 (ppfolio) S 15159 15161 14843 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 526682537 18763776 389 33554432000 4194304 4287625 140735630998160 18446744073709551615 210647166479 0 0 4096 65536 10686479519847546879 0 0 17 6 0 0 0
/proc/15161/statm: 4581 389 341 23 0 91 0
[pid=15162] ppid=15161 vsize=94704 CPUtime=3.09 cores=0
/proc/15162/stat : 15162 (cryptominisat) R 15161 15161 14843 0 -1 4202496 13402 0 0 0 307 2 0 0 25 0 1 0 526682538 96976896 10602 33554432000 4194304 4587354 140734047326048 18446744073709551615 210646843147 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15162/statm: 23676 10602 326 96 0 20238 0
[pid=15163] ppid=15161 vsize=35532 CPUtime=3.09 cores=1
/proc/15163/stat : 15163 (clasp) R 15161 15161 14843 0 -1 4202496 8059 0 0 0 308 1 0 0 25 0 1 0 526682538 36384768 6148 33554432000 4194304 4785740 140734292540976 18446744073709551615 4416823 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15163/statm: 8883 6148 340 145 0 5928 0
[pid=15164] ppid=15161 vsize=465988 CPUtime=3.09 cores=2
/proc/15164/stat : 15164 (TNM) R 15161 15161 14843 0 -1 4202496 5913 0 0 0 309 0 0 0 25 0 1 0 526682538 477171712 5810 33554432000 134512640 134534564 4289821680 18446744073709551615 134530360 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15164/statm: 116497 5810 95 6 0 115163 0
[pid=15165] ppid=15161 vsize=76848 CPUtime=3.08 cores=3
/proc/15165/stat : 15165 (march_hi) R 15161 15161 14843 0 -1 4202496 48634 0 0 0 301 7 0 0 25 0 1 0 526682538 78692352 15999 33554432000 4194304 4331988 140733377810272 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15165/statm: 19212 15999 173 34 0 17654 0
[pid=15166] ppid=15161 vsize=94636 CPUtime=10.92 cores=4-7
/proc/15166/stat : 15166 (plingeling) S 15161 15161 14843 0 -1 4202496 26170 1247 0 0 1089 3 0 0 18 0 5 0 526682538 96907264 12100 33554432000 4194304 4356188 140733528272480 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15166/statm: 23659 12100 164 40 0 22203 0
[pid=15166/tid=15173] ppid=15161 vsize=94636 CPUtime=2.6 cores=4-7
/proc/15166/task/15173/stat : 15173 (plingeling) R 15161 15161 14843 0 -1 4202560 3704 1247 0 0 260 0 0 0 25 0 5 0 526682585 96907264 12100 33554432000 4194304 4356188 140733528272480 18446744073709551615 4234297 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15166/tid=15174] ppid=15161 vsize=94636 CPUtime=2.61 cores=4-7
/proc/15166/task/15174/stat : 15174 (plingeling) R 15161 15161 14843 0 -1 4202560 3164 1247 0 0 261 0 0 0 25 0 5 0 526682585 96907264 12100 33554432000 4194304 4356188 140733528272480 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15166/tid=15175] ppid=15161 vsize=94636 CPUtime=2.61 cores=4-7
/proc/15166/task/15175/stat : 15175 (plingeling) R 15161 15161 14843 0 -1 4202560 3961 1247 0 0 261 0 0 0 25 0 5 0 526682585 96907264 12100 33554432000 4194304 4356188 140733528272480 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15166/tid=15176] ppid=15161 vsize=94636 CPUtime=2.61 cores=4-7
/proc/15166/task/15176/stat : 15176 (plingeling) R 15161 15161 14843 0 -1 4202560 2764 1247 0 0 261 0 0 0 23 0 5 0 526682585 96907264 12100 33554432000 4194304 4356188 140733528272480 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.27
Current children cumulated vsize (KiB) 786032

[startup+6.30134 s]
/proc/loadavg: 8.15 8.12 8.02 10/178 15176
/proc/meminfo: memFree=30634580/32951132 swapFree=67080200/67111528
[pid=15161] ppid=15159 vsize=18324 CPUtime=0 cores=0-7
/proc/15161/stat : 15161 (ppfolio) S 15159 15161 14843 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 526682537 18763776 389 33554432000 4194304 4287625 140735630998160 18446744073709551615 210647166479 0 0 4096 65536 10686479519847546879 0 0 17 6 0 0 0
/proc/15161/statm: 4581 389 341 23 0 91 0
[pid=15162] ppid=15161 vsize=94704 CPUtime=6.29 cores=0
/proc/15162/stat : 15162 (cryptominisat) R 15161 15161 14843 0 -1 4202496 15368 0 0 0 626 3 0 0 25 0 1 0 526682538 96976896 12564 33554432000 4194304 4587354 140734047326048 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15162/statm: 23676 12564 326 96 0 20238 0
[pid=15163] ppid=15161 vsize=48196 CPUtime=6.29 cores=1
/proc/15163/stat : 15163 (clasp) R 15161 15161 14843 0 -1 4202496 11235 0 0 0 626 3 0 0 25 0 1 0 526682538 49352704 9324 33554432000 4194304 4785740 140734292540976 18446744073709551615 210646807237 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15163/statm: 12049 9324 340 145 0 9094 0
[pid=15164] ppid=15161 vsize=465988 CPUtime=6.28 cores=2
/proc/15164/stat : 15164 (TNM) R 15161 15161 14843 0 -1 4202496 5913 0 0 0 628 0 0 0 25 0 1 0 526682538 477171712 5810 33554432000 134512640 134534564 4289821680 18446744073709551615 134525904 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15164/statm: 116497 5810 95 6 0 115163 0
[pid=15165] ppid=15161 vsize=79368 CPUtime=6.28 cores=3
/proc/15165/stat : 15165 (march_hi) R 15161 15161 14843 0 -1 4202496 49128 0 0 0 621 7 0 0 25 0 1 0 526682538 81272832 16493 33554432000 4194304 4331988 140733377810272 18446744073709551615 4263162 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15165/statm: 19842 16493 173 34 0 18284 0
[pid=15166] ppid=15161 vsize=94636 CPUtime=21.91 cores=4-7
/proc/15166/stat : 15166 (plingeling) S 15161 15161 14843 0 -1 4202496 26170 1247 0 0 2179 12 0 0 18 0 5 0 526682538 96907264 12100 33554432000 4194304 4356188 140733528272480 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15166/statm: 23659 12100 164 40 0 22203 0
[pid=15166/tid=15173] ppid=15161 vsize=94636 CPUtime=5.01 cores=4-7
/proc/15166/task/15173/stat : 15173 (plingeling) R 15161 15161 14843 0 -1 4202560 3704 1247 0 0 500 1 0 0 25 0 5 0 526682585 96907264 12100 33554432000 4194304 4356188 140733528272480 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15166/tid=15174] ppid=15161 vsize=94636 CPUtime=4.97 cores=4-7
/proc/15166/task/15174/stat : 15174 (plingeling) R 15161 15161 14843 0 -1 4202560 3164 1247 0 0 497 0 0 0 25 0 5 0 526682585 96907264 12100 33554432000 4194304 4356188 140733528272480 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15166/tid=15175] ppid=15161 vsize=94636 CPUtime=5.62 cores=4-7
/proc/15166/task/15175/stat : 15175 (plingeling) R 15161 15161 14843 0 -1 4202560 3961 1247 0 0 555 7 0 0 25 0 5 0 526682585 96907264 12100 33554432000 4194304 4356188 140733528272480 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15166/tid=15176] ppid=15161 vsize=94636 CPUtime=5.81 cores=4-7
/proc/15166/task/15176/stat : 15176 (plingeling) R 15161 15161 14843 0 -1 4202560 2764 1247 0 0 581 0 0 0 25 0 5 0 526682585 96907264 12100 33554432000 4194304 4356188 140733528272480 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 47.05
Current children cumulated vsize (KiB) 801216

[startup+12.7013 s]
/proc/loadavg: 8.42 8.18 8.04 9/178 15176
/proc/meminfo: memFree=30608308/32951132 swapFree=67080200/67111528
[pid=15161] ppid=15159 vsize=18324 CPUtime=0 cores=0-7
/proc/15161/stat : 15161 (ppfolio) S 15159 15161 14843 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 526682537 18763776 389 33554432000 4194304 4287625 140735630998160 18446744073709551615 210647166479 0 0 4096 65536 10686479519847546879 0 0 17 6 0 0 0
/proc/15161/statm: 4581 389 341 23 0 91 0
[pid=15162] ppid=15161 vsize=64868 CPUtime=12.68 cores=0
/proc/15162/stat : 15162 (cryptominisat) R 15161 15161 14843 0 -1 4202496 20568 0 0 0 1263 5 0 0 25 0 1 0 526682538 66424832 10870 33554432000 4194304 4587354 140734047326048 18446744073709551615 4243968 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15162/statm: 16217 10870 331 96 0 12779 0
[pid=15163] ppid=15161 vsize=65580 CPUtime=10.78 cores=1
/proc/15163/stat : 15163 (clasp) R 15161 15161 14843 0 -1 4202496 15580 0 0 0 1062 16 0 0 25 0 1 0 526682538 67153920 13669 33554432000 4194304 4785740 140734292540976 18446744073709551615 4553061 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15163/statm: 16395 13669 340 145 0 13440 0
[pid=15164] ppid=15161 vsize=465988 CPUtime=12.68 cores=2
/proc/15164/stat : 15164 (TNM) R 15161 15161 14843 0 -1 4202496 5913 0 0 0 1268 0 0 0 25 0 1 0 526682538 477171712 5810 33554432000 134512640 134534564 4289821680 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15164/statm: 116497 5810 95 6 0 115163 0
[pid=15165] ppid=15161 vsize=85260 CPUtime=12.69 cores=3
/proc/15165/stat : 15165 (march_hi) R 15161 15161 14843 0 -1 4202496 50691 0 0 0 1261 8 0 0 25 0 1 0 526682538 87306240 18056 33554432000 4194304 4331988 140733377810272 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15165/statm: 21315 18056 173 34 0 19757 0
[pid=15166] ppid=15161 vsize=102612 CPUtime=47.42 cores=4-7
/proc/15166/stat : 15166 (plingeling) S 15161 15161 14843 0 -1 4202496 28164 1247 0 0 4729 13 0 0 18 0 5 0 526682538 105074688 14094 33554432000 4194304 4356188 140733528272480 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15166/statm: 25653 14094 164 40 0 24197 0
[pid=15166/tid=15173] ppid=15161 vsize=102612 CPUtime=11.34 cores=4-7
/proc/15166/task/15173/stat : 15173 (plingeling) R 15161 15161 14843 0 -1 4202560 3704 1247 0 0 1133 1 0 0 25 0 5 0 526682585 105074688 14094 33554432000 4194304 4356188 140733528272480 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15166/tid=15174] ppid=15161 vsize=102612 CPUtime=11.36 cores=4-7
/proc/15166/task/15174/stat : 15174 (plingeling) R 15161 15161 14843 0 -1 4202560 3164 1247 0 0 1136 0 0 0 25 0 5 0 526682585 105074688 14094 33554432000 4194304 4356188 140733528272480 18446744073709551615 4234276 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15166/tid=15175] ppid=15161 vsize=102612 CPUtime=12.01 cores=4-7
/proc/15166/task/15175/stat : 15175 (plingeling) R 15161 15161 14843 0 -1 4202560 5742 1247 0 0 1193 8 0 0 25 0 5 0 526682585 105074688 14094 33554432000 4194304 4356188 140733528272480 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15166/tid=15176] ppid=15161 vsize=102612 CPUtime=12.21 cores=4-7
/proc/15166/task/15176/stat : 15176 (plingeling) R 15161 15161 14843 0 -1 4202560 2977 1247 0 0 1221 0 0 0 25 0 5 0 526682585 105074688 14094 33554432000 4194304 4356188 140733528272480 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 96.25
Current children cumulated vsize (KiB) 802632

[startup+25.5011 s]
/proc/loadavg: 8.36 8.17 8.04 9/178 15177
/proc/meminfo: memFree=30557652/32951132 swapFree=67080200/67111528
[pid=15161] ppid=15159 vsize=18324 CPUtime=0 cores=0-7
/proc/15161/stat : 15161 (ppfolio) S 15159 15161 14843 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 526682537 18763776 389 33554432000 4194304 4287625 140735630998160 18446744073709551615 210647166479 0 0 4096 65536 10686479519847546879 0 0 17 6 0 0 0
/proc/15161/statm: 4581 389 341 23 0 91 0
[pid=15162] ppid=15161 vsize=979824 CPUtime=25.48 cores=0
/proc/15162/stat : 15162 (cryptominisat) R 15161 15161 14843 0 -1 4202496 52129 0 0 0 2536 12 0 0 25 0 1 0 526682538 1003339776 10359 33554432000 4194304 4587354 140734047326048 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=15164] ppid=15161 vsize=465992 CPUtime=4781.69 cores=2
/proc/15164/stat : 15164 (TNM) R 15161 15161 14843 0 -1 4202496 5922 0 0 0 478168 1 0 0 25 0 1 0 526682538 477175808 5819 33554432000 134512640 134534564 4289821680 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15164/statm: 116498 5819 103 6 0 115164 0
[pid=15165] ppid=15161 vsize=96484 CPUtime=4782.36 cores=3
/proc/15165/stat : 15165 (march_hi) R 15161 15161 14843 0 -1 4202496 53534 0 0 0 478226 10 0 0 25 0 1 0 526682538 98799616 20899 33554432000 4194304 4331988 140733377810272 18446744073709551615 4240418 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15165/statm: 24121 20899 173 34 0 22563 0
[pid=15166] ppid=15161 vsize=198324 CPUtime=19097.4 cores=4-7
/proc/15166/stat : 15166 (plingeling) S 15161 15161 14843 0 -1 4202496 101198 1247 0 0 1909587 158 0 0 18 0 5 0 526682538 203083776 38054 33554432000 4194304 4356188 140733528272480 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15166/statm: 49581 38054 164 40 0 48125 0
[pid=15166/tid=15173] ppid=15161 vsize=198324 CPUtime=4754.98 cores=4-7
/proc/15166/task/15173/stat : 15173 (plingeling) R 15161 15161 14843 0 -1 4202560 27231 1247 0 0 475494 4 0 0 25 0 5 0 526682585 203083776 38054 33554432000 4194304 4356188 140733528272480 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15166/tid=15174] ppid=15161 vsize=198324 CPUtime=4779.74 cores=4-7
/proc/15166/task/15174/stat : 15174 (plingeling) R 15161 15161 14843 0 -1 4202560 28436 1247 0 0 477835 139 0 0 25 0 5 0 526682585 203083776 38054 33554432000 4194304 4356188 140733528272480 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15166/tid=15175] ppid=15161 vsize=198324 CPUtime=4780.45 cores=4-7
/proc/15166/task/15175/stat : 15175 (plingeling) R 15161 15161 14843 0 -1 4202560 19321 1247 0 0 478035 10 0 0 25 0 5 0 526682585 203083776 38054 33554432000 4194304 4356188 140733528272480 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15166/tid=15176] ppid=15161 vsize=198324 CPUtime=4781.78 cores=4-7
/proc/15166/task/15176/stat : 15176 (plingeling) R 15161 15161 14843 0 -1 4202560 13633 1247 0 0 478176 2 0 0 25 0 5 0 526682585 203083776 38054 33554432000 4194304 4356188 140733528272480 18446744073709551615 4284043 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38222.6
Current children cumulated vsize (KiB) 2495468

[startup+4842.3 s]
/proc/loadavg: 8.08 8.02 8.01 9/178 15317
/proc/meminfo: memFree=29746460/32951132 swapFree=67080200/67111528
[pid=15161] ppid=15159 vsize=18324 CPUtime=0 cores=0-7
/proc/15161/stat : 15161 (ppfolio) S 15159 15161 14843 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 526682537 18763776 389 33554432000 4194304 4287625 140735630998160 18446744073709551615 210647166479 0 0 4096 65536 10686479519847546879 0 0 17 6 0 0 0
/proc/15161/statm: 4581 389 341 23 0 91 0
[pid=15162] ppid=15161 vsize=979592 CPUtime=4842.36 cores=0
/proc/15162/stat : 15162 (cryptominisat) R 15161 15161 14843 0 -1 4202496 2290145 0 0 0 483255 981 0 0 25 0 1 0 526682538 1003102208 34086 33554432000 4194304 4587354 140734047326048 18446744073709551615 4238739 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15162/statm: 244898 34086 337 96 0 241460 0
[pid=15163] ppid=15161 vsize=732408 CPUtime=4838.77 cores=1
/proc/15163/stat : 15163 (clasp) R 15161 15161 14843 0 -1 4202496 179938 0 0 0 483791 86 0 0 25 0 1 0 526682538 749985792 178027 33554432000 4194304 4785740 140734292540976 18446744073709551615 4552983 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15163/statm: 183102 178027 340 145 0 180147 0
[pid=15164] ppid=15161 vsize=465992 CPUtime=4841.69 cores=2
/proc/15164/stat : 15164 (TNM) R 15161 15161 14843 0 -1 4202496 5922 0 0 0 484168 1 0 0 25 0 1 0 526682538 477175808 5819 33554432000 134512640 134534564 4289821680 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15164/statm: 116498 5819 103 6 0 115164 0
[pid=15165] ppid=15161 vsize=96616 CPUtime=4842.36 cores=3
/proc/15165/stat : 15165 (march_hi) R 15161 15161 14843 0 -1 4202496 53541 0 0 0 484226 10 0 0 25 0 1 0 526682538 98934784 20906 33554432000 4194304 4331988 140733377810272 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15165/statm: 24154 20906 173 34 0 22596 0
[pid=15166] ppid=15161 vsize=194228 CPUtime=19337.1 cores=4-7
/proc/15166/stat : 15166 (plingeling) S 15161 15161 14843 0 -1 4202496 103246 1247 0 0 1933550 160 0 0 18 0 5 0 526682538 198889472 37030 33554432000 4194304 4356188 140733528272480 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15166/statm: 48557 37030 164 40 0 47101 0
[pid=15166/tid=15173] ppid=15161 vsize=194228 CPUtime=4814.65 cores=4-7
/proc/15166/task/15173/stat : 15173 (plingeling) R 15161 15161 14843 0 -1 4202560 27231 1247 0 0 481461 4 0 0 25 0 5 0 526682585 198889472 37030 33554432000 4194304 4356188 140733528272480 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15166/tid=15174] ppid=15161 vsize=194228 CPUtime=4839.73 cores=4-7
/proc/15166/task/15174/stat : 15174 (plingeling) R 15161 15161 14843 0 -1 4202560 28436 1247 0 0 483833 140 0 0 25 0 5 0 526682585 198889472 37030 33554432000 4194304 4356188 140733528272480 18446744073709551615 4210791 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15166/tid=15175] ppid=15161 vsize=194228 CPUtime=4840.43 cores=4-7
/proc/15166/task/15175/stat : 15175 (plingeling) R 15161 15161 14843 0 -1 4202560 21369 1247 0 0 484033 10 0 0 25 0 5 0 526682585 198889472 37030 33554432000 4194304 4356188 140733528272480 18446744073709551615 4283920 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15166/tid=15176] ppid=15161 vsize=194228 CPUtime=4841.77 cores=4-7
/proc/15166/task/15176/stat : 15176 (plingeling) R 15161 15161 14843 0 -1 4202560 13633 1247 0 0 484175 2 0 0 25 0 5 0 526682585 198889472 37030 33554432000 4194304 4356188 140733528272480 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38702.3
Current children cumulated vsize (KiB) 2487160

[startup+4902.3 s]
/proc/loadavg: 8.10 8.03 8.00 9/178 15319
/proc/meminfo: memFree=29799144/32951132 swapFree=67080200/67111528
[pid=15161] ppid=15159 vsize=18324 CPUtime=0 cores=0-7
/proc/15161/stat : 15161 (ppfolio) S 15159 15161 14843 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 526682537 18763776 389 33554432000 4194304 4287625 140735630998160 18446744073709551615 210647166479 0 0 4096 65536 10686479519847546879 0 0 17 6 0 0 0
/proc/15161/statm: 4581 389 341 23 0 91 0
[pid=15162] ppid=15161 vsize=978596 CPUtime=4902.36 cores=0
/proc/15162/stat : 15162 (cryptominisat) R 15161 15161 14843 0 -1 4202496 2311980 0 0 0 489244 992 0 0 25 0 1 0 526682538 1002082304 23083 33554432000 4194304 4587354 140734047326048 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15162/statm: 244649 23083 337 96 0 241211 0
[pid=15163] ppid=15161 vsize=732408 CPUtime=4898.75 cores=1
/proc/15163/stat : 15163 (clasp) R 15161 15161 14843 0 -1 4202496 179949 0 0 0 489789 86 0 0 25 0 1 0 526682538 749985792 178038 33554432000 4194304 4785740 140734292540976 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15163/statm: 183102 178038 340 145 0 180147 0
[pid=15164] ppid=15161 vsize=465992 CPUtime=4901.7 cores=2
/proc/15164/stat : 15164 (TNM) R 15161 15161 14843 0 -1 4202496 5922 0 0 0 490169 1 0 0 25 0 1 0 526682538 477175808 5819 33554432000 134512640 134534564 4289821680 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15164/statm: 116498 5819 103 6 0 115164 0
[pid=15165] ppid=15161 vsize=96616 CPUtime=4902.37 cores=3
/proc/15165/stat : 15165 (march_hi) R 15161 15161 14843 0 -1 4202496 53546 0 0 0 490227 10 0 0 25 0 1 0 526682538 98934784 20911 33554432000 4194304 4331988 140733377810272 18446744073709551615 4228998 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15165/statm: 24154 20911 173 34 0 22596 0
[pid=15166] ppid=15161 vsize=186036 CPUtime=19576.8 cores=4-7
/proc/15166/stat : 15166 (plingeling) S 15161 15161 14843 0 -1 4202496 103246 1247 0 0 1957514 161 0 0 18 0 5 0 526682538 190500864 34982 33554432000 4194304 4356188 140733528272480 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15166/statm: 46509 34982 164 40 0 45053 0
[pid=15166/tid=15173] ppid=15161 vsize=186036 CPUtime=4874.33 cores=4-7
/proc/15166/task/15173/stat : 15173 (plingeling) R 15161 15161 14843 0 -1 4202560 27231 1247 0 0 487429 4 0 0 25 0 5 0 526682585 190500864 34982 33554432000 4194304 4356188 140733528272480 18446744073709551615 4234276 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15166/tid=15174] ppid=15161 vsize=186036 CPUtime=4899.72 cores=4-7
/proc/15166/task/15174/stat : 15174 (plingeling) R 15161 15161 14843 0 -1 4202560 28436 1247 0 0 489831 141 0 0 25 0 5 0 526682585 190500864 34982 33554432000 4194304 4356188 140733528272480 18446744073709551615 4210765 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15166/tid=15175] ppid=15161 vsize=186036 CPUtime=4900.42 cores=4-7
/proc/15166/task/15175/stat : 15175 (plingeling) R 15161 15161 14843 0 -1 4202560 21369 1247 0 0 490032 10 0 0 25 0 5 0 526682585 190500864 34982 33554432000 4194304 4356188 140733528272480 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15166/tid=15176] ppid=15161 vsize=186036 CPUtime=4901.78 cores=4-7
/proc/15166/task/15176/stat : 15176 (plingeling) R 15161 15161 14843 0 -1 4202560 13633 1247 0 0 490176 2 0 0 25 0 5 0 526682585 190500864 34982 33554432000 4194304 4356188 140733528272480 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39181.9
Current children cumulated vsize (KiB) 2477972

[startup+4962.3 s]
/proc/loadavg: 8.04 8.02 8.00 9/178 15320
/proc/meminfo: memFree=29715304/32951132 swapFree=67080200/67111528
[pid=15161] ppid=15159 vsize=18324 CPUtime=0 cores=0-7
/proc/15161/stat : 15161 (ppfolio) S 15159 15161 14843 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 526682537 18763776 389 33554432000 4194304 4287625 140735630998160 18446744073709551615 210647166479 0 0 4096 65536 10686479519847546879 0 0 17 6 0 0 0
/proc/15161/statm: 4581 389 341 23 0 91 0
[pid=15162] ppid=15161 vsize=978596 CPUtime=4962.36 cores=0
/proc/15162/stat : 15162 (cryptominisat) R 15161 15161 14843 0 -1 4202496 2330995 0 0 0 495235 1001 0 0 25 0 1 0 526682538 1002082304 42020 33554432000 4194304 4587354 140734047326048 18446744073709551615 4238252 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15162/statm: 244649 42020 337 96 0 241211 0
[pid=15163] ppid=15161 vsize=732408 CPUtime=4958.73 cores=1
/proc/15163/stat : 15163 (clasp) R 15161 15161 14843 0 -1 4202496 179952 0 0 0 495787 86 0 0 25 0 1 0 526682538 749985792 178041 33554432000 4194304 4785740 140734292540976 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15163/statm: 183102 178041 340 145 0 180147 0
[pid=15164] ppid=15161 vsize=465992 CPUtime=4961.7 cores=2
/proc/15164/stat : 15164 (TNM) R 15161 15161 14843 0 -1 4202496 5922 0 0 0 496169 1 0 0 25 0 1 0 526682538 477175808 5819 33554432000 134512640 134534564 4289821680 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15164/statm: 116498 5819 103 6 0 115164 0
[pid=15165] ppid=15161 vsize=96616 CPUtime=4962.37 cores=3
/proc/15165/stat : 15165 (march_hi) R 15161 15161 14843 0 -1 4202496 53554 0 0 0 496227 10 0 0 25 0 1 0 526682538 98934784 20919 33554432000 4194304 4331988 140733377810272 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15165/statm: 24154 20919 173 34 0 22596 0
[pid=15166] ppid=15161 vsize=194228 CPUtime=19816.4 cores=4-7
/proc/15166/stat : 15166 (plingeling) S 15161 15161 14843 0 -1 4202496 105294 1247 0 0 1981477 163 0 0 18 0 5 0 526682538 198889472 37030 33554432000 4194304 4356188 140733528272480 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15166/statm: 48557 37030 164 40 0 47101 0
[pid=15166/tid=15173] ppid=15161 vsize=194228 CPUtime=4934 cores=4-7
/proc/15166/task/15173/stat : 15173 (plingeling) R 15161 15161 14843 0 -1 4202560 28255 1247 0 0 493396 4 0 0 25 0 5 0 526682585 198889472 37030 33554432000 4194304 4356188 140733528272480 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15166/tid=15174] ppid=15161 vsize=194228 CPUtime=4959.72 cores=4-7
/proc/15166/task/15174/stat : 15174 (plingeling) R 15161 15161 14843 0 -1 4202560 28436 1247 0 0 495829 143 0 0 25 0 5 0 526682585 198889472 37030 33554432000 4194304 4356188 140733528272480 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15166/tid=15175] ppid=15161 vsize=194228 CPUtime=4960.4 cores=4-7
/proc/15166/task/15175/stat : 15175 (plingeling) R 15161 15161 14843 0 -1 4202560 21369 1247 0 0 496030 10 0 0 25 0 5 0 526682585 198889472 37030 33554432000 4194304 4356188 140733528272480 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15166/tid=15176] ppid=15161 vsize=194228 CPUtime=4961.77 cores=4-7
/proc/15166/task/15176/stat : 15176 (plingeling) R 15161 15161 14843 0 -1 4202560 14657 1247 0 0 496175 2 0 0 25 0 5 0 526682585 198889472 37030 33554432000 4194304 4356188 140733528272480 18446744073709551615 4279424 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39661.6
Current children cumulated vsize (KiB) 2486164



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.02 8.02 8.00 9/178 15322
/proc/meminfo: memFree=29788692/32951132 swapFree=67080200/67111528
[pid=15161] ppid=15159 vsize=18324 CPUtime=0 cores=0-7
/proc/15161/stat : 15161 (ppfolio) S 15159 15161 14843 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 526682537 18763776 389 33554432000 4194304 4287625 140735630998160 18446744073709551615 210647166479 0 0 4096 65536 10686479519847546879 0 0 17 6 0 0 0
/proc/15161/statm: 4581 389 341 23 0 91 0
[pid=15162] ppid=15161 vsize=978940 CPUtime=5000.07 cores=0
/proc/15162/stat : 15162 (cryptominisat) R 15161 15161 14843 0 -1 4202496 2346337 0 0 0 498998 1009 0 0 25 0 1 0 526682538 1002434560 24472 33554432000 4194304 4587354 140734047326048 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/15162/statm: 244735 24472 337 96 0 241297 0
[pid=15163] ppid=15161 vsize=732408 CPUtime=4996.43 cores=1
/proc/15163/stat : 15163 (clasp) R 15161 15161 14843 0 -1 4202496 179960 0 0 0 499557 86 0 0 25 0 1 0 526682538 749985792 178049 33554432000 4194304 4785740 140734292540976 18446744073709551615 4287024 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15163/statm: 183102 178049 340 145 0 180147 0
[pid=15164] ppid=15161 vsize=465992 CPUtime=4999.4 cores=2
/proc/15164/stat : 15164 (TNM) R 15161 15161 14843 0 -1 4202496 5922 0 0 0 499939 1 0 0 25 0 1 0 526682538 477175808 5819 33554432000 134512640 134534564 4289821680 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15164/statm: 116498 5819 103 6 0 115164 0
[pid=15165] ppid=15161 vsize=96616 CPUtime=5000.07 cores=3
/proc/15165/stat : 15165 (march_hi) R 15161 15161 14843 0 -1 4202496 53559 0 0 0 499997 10 0 0 25 0 1 0 526682538 98934784 20924 33554432000 4194304 4331988 140733377810272 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/15165/statm: 24154 20924 173 34 0 22596 0
[pid=15166] ppid=15161 vsize=190132 CPUtime=19967 cores=4-7
/proc/15166/stat : 15166 (plingeling) S 15161 15161 14843 0 -1 4202496 105294 1247 0 0 1996537 164 0 0 18 0 5 0 526682538 194695168 36006 33554432000 4194304 4356188 140733528272480 18446744073709551615 210658949093 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/15166/statm: 47533 36006 164 40 0 46077 0
[pid=15166/tid=15173] ppid=15161 vsize=190132 CPUtime=4971.5 cores=4-7
/proc/15166/task/15173/stat : 15173 (plingeling) R 15161 15161 14843 0 -1 4202560 28255 1247 0 0 497146 4 0 0 25 0 5 0 526682585 194695168 36006 33554432000 4194304 4356188 140733528272480 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=15166/tid=15174] ppid=15161 vsize=190132 CPUtime=4997.42 cores=4-7
/proc/15166/task/15174/stat : 15174 (plingeling) R 15161 15161 14843 0 -1 4202560 28436 1247 0 0 499598 144 0 0 25 0 5 0 526682585 194695168 36006 33554432000 4194304 4356188 140733528272480 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=15166/tid=15175] ppid=15161 vsize=190132 CPUtime=4998.1 cores=4-7
/proc/15166/task/15175/stat : 15175 (plingeling) R 15161 15161 14843 0 -1 4202560 21369 1247 0 0 499800 10 0 0 25 0 5 0 526682585 194695168 36006 33554432000 4194304 4356188 140733528272480 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=15166/tid=15176] ppid=15161 vsize=190132 CPUtime=4999.48 cores=4-7
/proc/15166/task/15176/stat : 15176 (plingeling) R 15161 15161 14843 0 -1 4202560 14657 1247 0 0 499946 2 0 0 25 0 5 0 526682585 194695168 36006 33554432000 4194304 4356188 140733528272480 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39963
Current children cumulated vsize (KiB) 2482412

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 15161 and gives
#  childrusage.ru_utime.tv_sec=14989
#  childrusage.ru_utime.tv_usec=359271
#  childrusage.ru_stime.tv_sec=10
#  childrusage.ru_stime.tv_usec=234444
# CPU time returned by wait4() is 14999.6
# while last known CPU time is 39963
#
# 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): 39963
CPU user time (s): 39950.3
CPU system time (s): 12.7
CPU usage (%): 799.257
Max. virtual memory (cumulated for all children) (KiB): 3499920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14989.4
system time used= 10.2344
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2406338
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= 320
involuntary context switches= 25425

runsolver used 7.42787 second user time and 19.854 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-30 10:07:09
IDJOB=3219555
IDBENCH=82609
IDSOLVER=1638
FILE ID=node129/3219555-1304150829
RUNJOBID= node129-1304145421-14857
PBS_JOBID= 13170882
Free space on /tmp= 67248 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S648642831-094-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3219555-1304150829/watcher-3219555-1304150829 -o /tmp/evaluation-result-3219555-1304150829/solver-3219555-1304150829 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3219555-1304150829.cnf

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

MD5SUM BENCH= 4a57833314362e0939d4095b3206ad82
RANDOM SEED=1872002133

node129.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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.831
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.831
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.83
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.831
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.831
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:     32951132 kB
MemFree:      30850008 kB
Buffers:        272008 kB
Cached:        1449984 kB
SwapCached:       4996 kB
Active:         138576 kB
Inactive:      1621004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30850008 kB
SwapTotal:    67111528 kB
SwapFree:     67080200 kB
Dirty:           12852 kB
Writeback:           8 kB
AnonPages:       35700 kB
Mapped:          12340 kB
Slab:           276008 kB
PageTables:       4492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   188472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67240 MiB
End job on node129 at 2011-04-30 11:30:31