Trace number 3221631

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

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1647930270-030.UNKNOWN.cnf
MD5SUMc50e43fe8603bb92c9367487557e99ee
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 variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
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 52662
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-3221631-1304162083/watcher-3221631-1304162083 -o /tmp/evaluation-result-3221631-1304162083/solver-3221631-1304162083 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3221631-1304162083.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: 7.68 7.92 7.96 1/170 32389
/proc/meminfo: memFree=23399644/32951124 swapFree=67102140/67111528
[pid=32389] ppid=32387 vsize=18324 CPUtime=0 cores=0-7
/proc/32389/stat : 32389 (ppfolio) S 32387 32389 32115 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 606438996 18763776 389 33554432000 4194304 4287625 140737200486912 18446744073709551615 216735198735 0 0 4096 65536 4226998240244924415 0 0 17 6 0 0 0
/proc/32389/statm: 4581 389 341 23 0 91 0

[startup+0.0160791 s]
/proc/loadavg: 7.68 7.92 7.96 1/170 32389
/proc/meminfo: memFree=23399644/32951124 swapFree=67102140/67111528
[pid=32389] ppid=32387 vsize=18324 CPUtime=0 cores=0-7
/proc/32389/stat : 32389 (ppfolio) S 32387 32389 32115 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 606438996 18763776 389 33554432000 4194304 4287625 140737200486912 18446744073709551615 216735198735 0 0 4096 65536 4226998240244924415 0 0 17 6 0 0 0
/proc/32389/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101031 s]
/proc/loadavg: 7.68 7.92 7.96 1/170 32389
/proc/meminfo: memFree=23399644/32951124 swapFree=67102140/67111528
[pid=32389] ppid=32387 vsize=18324 CPUtime=0 cores=0-7
/proc/32389/stat : 32389 (ppfolio) R 32387 32389 32115 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 606438996 18763776 389 33554432000 4194304 4287625 140737200486912 18446744073709551615 216735198735 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/32389/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300996 s]
/proc/loadavg: 7.68 7.92 7.96 1/170 32389
/proc/meminfo: memFree=23399644/32951124 swapFree=67102140/67111528
[pid=32389] ppid=32387 vsize=18324 CPUtime=0 cores=0-7
/proc/32389/stat : 32389 (ppfolio) S 32387 32389 32115 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 606438996 18763776 389 33554432000 4194304 4287625 140737200486912 18446744073709551615 216735198735 0 0 4096 65536 4226998240244924415 0 0 17 7 0 0 0
/proc/32389/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700926 s]
/proc/loadavg: 7.68 7.92 7.96 1/170 32389
/proc/meminfo: memFree=23399644/32951124 swapFree=67102140/67111528
[pid=32389] ppid=32387 vsize=18324 CPUtime=0 cores=0-7
/proc/32389/stat : 32389 (ppfolio) R 32387 32389 32115 0 -1 4202496 519 0 0 0 0 0 0 0 22 0 1 0 606438996 18763776 389 33554432000 4194304 4287625 140737200486912 18446744073709551615 216735198735 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/32389/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50079 s]
/proc/loadavg: 7.68 7.92 7.96 9/180 32404
/proc/meminfo: memFree=23384136/32951124 swapFree=67102140/67111528
[pid=32389] ppid=32387 vsize=18324 CPUtime=0 cores=0-7
/proc/32389/stat : 32389 (ppfolio) S 32387 32389 32115 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 606438996 18763776 389 33554432000 4194304 4287625 140737200486912 18446744073709551615 216735198735 0 0 4096 65536 4226998240244924415 0 0 17 7 0 0 0
/proc/32389/statm: 4581 389 341 23 0 91 0
[pid=32390] ppid=32389 vsize=287180 CPUtime=1.49 cores=0
/proc/32390/stat : 32390 (cryptominisat) R 32389 32389 32115 0 -1 4202496 3864 0 0 0 149 0 0 0 20 0 1 0 606438996 294072320 2578 33554432000 4194304 4587354 140737096496128 18446744073709551615 4238947 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32390/statm: 71795 2578 337 96 0 68357 0
[pid=32391] ppid=32389 vsize=14068 CPUtime=1.49 cores=1
/proc/32391/stat : 32391 (clasp) R 32389 32389 32115 0 -1 4202496 958 0 0 0 149 0 0 0 20 0 1 0 606438996 14405632 850 33554432000 4194304 4785740 140735841064160 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32391/statm: 3517 850 340 145 0 562 0
[pid=32392] ppid=32389 vsize=455996 CPUtime=1.49 cores=2
/proc/32392/stat : 32392 (TNM) R 32389 32389 32115 0 -1 4202496 364 0 0 0 149 0 0 0 20 0 1 0 606438996 466939904 261 33554432000 134512640 134534564 4289983472 18446744073709551615 134528464 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32392/statm: 113999 261 95 6 0 112665 0
[pid=32393] ppid=32389 vsize=7740 CPUtime=1.49 cores=3
/proc/32393/stat : 32393 (march_hi) R 32389 32389 32115 0 -1 4202496 569 0 0 0 149 0 0 0 20 0 1 0 606438996 7925760 461 33554432000 4194304 4331988 140736273863840 18446744073709551615 4226438 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32393/statm: 1935 461 175 34 0 377 0
[pid=32394] ppid=32389 vsize=123036 CPUtime=5.89 cores=4-7
/proc/32394/stat : 32394 (plingeling) S 32389 32389 32115 0 -1 4202496 3795 1251 0 0 589 0 0 0 19 0 5 0 606438996 125988864 2832 33554432000 4194304 4356188 140736367932032 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32394/statm: 30759 2832 161 40 0 29303 0
[pid=32394/tid=32401] ppid=32389 vsize=123036 CPUtime=1.48 cores=4-7
/proc/32394/task/32401/stat : 32401 (plingeling) R 32389 32389 32115 0 -1 4202560 748 1251 0 0 148 0 0 0 20 0 5 0 606438997 125988864 2832 33554432000 4194304 4356188 140736367932032 18446744073709551615 4281677 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32394/tid=32402] ppid=32389 vsize=123036 CPUtime=1.48 cores=4-7
/proc/32394/task/32402/stat : 32402 (plingeling) R 32389 32389 32115 0 -1 4202560 902 1251 0 0 148 0 0 0 23 0 5 0 606438997 125988864 2832 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331328 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32394/tid=32403] ppid=32389 vsize=123036 CPUtime=1.48 cores=4-7
/proc/32394/task/32403/stat : 32403 (plingeling) R 32389 32389 32115 0 -1 4202560 832 1251 0 0 148 0 0 0 23 0 5 0 606438997 125988864 2832 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32394/tid=32404] ppid=32389 vsize=123036 CPUtime=1.44 cores=4-7
/proc/32394/task/32404/stat : 32404 (plingeling) R 32389 32389 32115 0 -1 4202560 797 1251 0 0 144 0 0 0 25 0 5 0 606438997 125988864 2832 33554432000 4194304 4356188 140736367932032 18446744073709551615 4336289 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.85
Current children cumulated vsize (KiB) 906344

[startup+3.10051 s]
/proc/loadavg: 7.79 7.94 7.96 9/180 32404
/proc/meminfo: memFree=23371488/32951124 swapFree=67102140/67111528
[pid=32389] ppid=32387 vsize=18324 CPUtime=0 cores=0-7
/proc/32389/stat : 32389 (ppfolio) S 32387 32389 32115 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 606438996 18763776 389 33554432000 4194304 4287625 140737200486912 18446744073709551615 216735198735 0 0 4096 65536 4226998240244924415 0 0 17 3 0 0 0
/proc/32389/statm: 4581 389 341 23 0 91 0
[pid=32390] ppid=32389 vsize=7807696 CPUtime=3.09 cores=0
/proc/32390/stat : 32390 (cryptominisat) R 32389 32389 32115 0 -1 4202496 5703 0 0 0 308 1 0 0 25 0 1 0 606438996 7995080704 3465 33554432000 4194304 4587354 140737096496128 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32390/statm: 1951924 3465 337 96 0 1948486 0
[pid=32391] ppid=32389 vsize=14744 CPUtime=3.09 cores=1
/proc/32391/stat : 32391 (clasp) R 32389 32389 32115 0 -1 4202496 1128 0 0 0 309 0 0 0 25 0 1 0 606438996 15097856 1020 33554432000 4194304 4785740 140735841064160 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32391/statm: 3686 1020 340 145 0 731 0
[pid=32392] ppid=32389 vsize=455996 CPUtime=3.09 cores=2
/proc/32392/stat : 32392 (TNM) R 32389 32389 32115 0 -1 4202496 364 0 0 0 309 0 0 0 25 0 1 0 606438996 466939904 261 33554432000 134512640 134534564 4289983472 18446744073709551615 134529758 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32392/statm: 113999 261 95 6 0 112665 0
[pid=32393] ppid=32389 vsize=8308 CPUtime=3.09 cores=3
/proc/32393/stat : 32393 (march_hi) R 32389 32389 32115 0 -1 4202496 662 0 0 0 309 0 0 0 25 0 1 0 606438996 8507392 554 33554432000 4194304 4331988 140736273863840 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32393/statm: 2077 554 175 34 0 519 0
[pid=32394] ppid=32389 vsize=128156 CPUtime=12.29 cores=4-7
/proc/32394/stat : 32394 (plingeling) S 32389 32389 32115 0 -1 4202496 5651 1251 0 0 1228 1 0 0 19 0 5 0 606438996 131231744 4112 33554432000 4194304 4356188 140736367932032 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32394/statm: 32039 4112 161 40 0 30583 0
[pid=32394/tid=32401] ppid=32389 vsize=128156 CPUtime=3.08 cores=4-7
/proc/32394/task/32401/stat : 32401 (plingeling) R 32389 32389 32115 0 -1 4202560 1164 1251 0 0 308 0 0 0 25 0 5 0 606438997 131231744 4112 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32394/tid=32402] ppid=32389 vsize=128156 CPUtime=3.07 cores=4-7
/proc/32394/task/32402/stat : 32402 (plingeling) R 32389 32389 32115 0 -1 4202560 1382 1251 0 0 307 0 0 0 25 0 5 0 606438997 131231744 4112 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32394/tid=32403] ppid=32389 vsize=128156 CPUtime=3.08 cores=4-7
/proc/32394/task/32403/stat : 32403 (plingeling) R 32389 32389 32115 0 -1 4202560 1312 1251 0 0 308 0 0 0 25 0 5 0 606438997 131231744 4112 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32394/tid=32404] ppid=32389 vsize=128156 CPUtime=3.03 cores=4-7
/proc/32394/task/32404/stat : 32404 (plingeling) R 32389 32389 32115 0 -1 4202560 1277 1251 0 0 303 0 0 0 25 0 5 0 606438997 131231744 4112 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.65
Current children cumulated vsize (KiB) 8433224

[startup+6.30095 s]
/proc/loadavg: 7.79 7.94 7.96 9/180 32404
/proc/meminfo: memFree=23365304/32951124 swapFree=67102140/67111528
[pid=32389] ppid=32387 vsize=18324 CPUtime=0 cores=0-7
/proc/32389/stat : 32389 (ppfolio) S 32387 32389 32115 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 606438996 18763776 389 33554432000 4194304 4287625 140737200486912 18446744073709551615 216735198735 0 0 4096 65536 4226998240244924415 0 0 17 3 0 0 0
/proc/32389/statm: 4581 389 341 23 0 91 0
[pid=32390] ppid=32389 vsize=290736 CPUtime=6.29 cores=0
/proc/32390/stat : 32390 (cryptominisat) R 32389 32389 32115 0 -1 4202496 8077 0 0 0 628 1 0 0 25 0 1 0 606438996 297713664 3464 33554432000 4194304 4587354 140737096496128 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32390/statm: 72684 3464 337 96 0 69246 0
[pid=32391] ppid=32389 vsize=15452 CPUtime=6.29 cores=1
/proc/32391/stat : 32391 (clasp) R 32389 32389 32115 0 -1 4202496 1317 0 0 0 629 0 0 0 25 0 1 0 606438996 15822848 1209 33554432000 4194304 4785740 140735841064160 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32391/statm: 3863 1209 340 145 0 908 0
[pid=32392] ppid=32389 vsize=455996 CPUtime=6.29 cores=2
/proc/32392/stat : 32392 (TNM) R 32389 32389 32115 0 -1 4202496 364 0 0 0 629 0 0 0 25 0 1 0 606438996 466939904 261 33554432000 134512640 134534564 4289983472 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32392/statm: 113999 261 95 6 0 112665 0
[pid=32393] ppid=32389 vsize=8820 CPUtime=6.29 cores=3
/proc/32393/stat : 32393 (march_hi) R 32389 32389 32115 0 -1 4202496 835 0 0 0 629 0 0 0 25 0 1 0 606438996 9031680 727 33554432000 4194304 4331988 140736273863840 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32393/statm: 2205 727 175 34 0 647 0
[pid=32394] ppid=32389 vsize=129000 CPUtime=25.08 cores=4-7
/proc/32394/stat : 32394 (plingeling) S 32389 32389 32115 0 -1 4202496 7718 1251 0 0 2507 1 0 0 19 0 5 0 606438996 132096000 4323 33554432000 4194304 4356188 140736367932032 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32394/statm: 32250 4323 161 40 0 30794 0
[pid=32394/tid=32401] ppid=32389 vsize=129000 CPUtime=6.28 cores=4-7
/proc/32394/task/32401/stat : 32401 (plingeling) R 32389 32389 32115 0 -1 4202560 1709 1251 0 0 628 0 0 0 25 0 5 0 606438997 132096000 4323 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32394/tid=32402] ppid=32389 vsize=129000 CPUtime=6.28 cores=4-7
/proc/32394/task/32402/stat : 32402 (plingeling) R 32389 32389 32115 0 -1 4202560 1910 1251 0 0 628 0 0 0 25 0 5 0 606438997 132096000 4323 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331305 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32394/tid=32403] ppid=32389 vsize=129000 CPUtime=6.28 cores=4-7
/proc/32394/task/32403/stat : 32403 (plingeling) R 32389 32389 32115 0 -1 4202560 1761 1251 0 0 628 0 0 0 25 0 5 0 606438997 132096000 4323 33554432000 4194304 4356188 140736367932032 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32394/tid=32404] ppid=32389 vsize=129000 CPUtime=6.22 cores=4-7
/proc/32394/task/32404/stat : 32404 (plingeling) R 32389 32389 32115 0 -1 4202560 1822 1251 0 0 622 0 0 0 25 0 5 0 606438997 132096000 4323 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 918328

[startup+12.7008 s]
/proc/loadavg: 7.82 7.94 7.96 9/180 32404
/proc/meminfo: memFree=23353812/32951124 swapFree=67102140/67111528
[pid=32389] ppid=32387 vsize=18324 CPUtime=0 cores=0-7
/proc/32389/stat : 32389 (ppfolio) S 32387 32389 32115 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 606438996 18763776 389 33554432000 4194304 4287625 140737200486912 18446744073709551615 216735198735 0 0 4096 65536 4226998240244924415 0 0 17 3 0 0 0
/proc/32389/statm: 4581 389 341 23 0 91 0
[pid=32390] ppid=32389 vsize=293472 CPUtime=12.69 cores=0
/proc/32390/stat : 32390 (cryptominisat) R 32389 32389 32115 0 -1 4202496 12585 0 0 0 1267 2 0 0 25 0 1 0 606438996 300515328 4060 33554432000 4194304 4587354 140737096496128 18446744073709551615 4238435 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32390/statm: 73368 4060 337 96 0 69930 0
[pid=32391] ppid=32389 vsize=16476 CPUtime=12.69 cores=1
/proc/32391/stat : 32391 (clasp) R 32389 32389 32115 0 -1 4202496 1544 0 0 0 1269 0 0 0 25 0 1 0 606438996 16871424 1436 33554432000 4194304 4785740 140735841064160 18446744073709551615 4287237 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32391/statm: 4119 1436 340 145 0 1164 0
[pid=32392] ppid=32389 vsize=455996 CPUtime=12.69 cores=2
/proc/32392/stat : 32392 (TNM) R 32389 32389 32115 0 -1 4202496 364 0 0 0 1269 0 0 0 25 0 1 0 606438996 466939904 261 33554432000 134512640 134534564 4289983472 18446744073709551615 134530509 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32392/statm: 113999 261 95 6 0 112665 0
[pid=32393] ppid=32389 vsize=10736 CPUtime=12.69 cores=3
/proc/32393/stat : 32393 (march_hi) R 32389 32389 32115 0 -1 4202496 1175 0 0 0 1269 0 0 0 25 0 1 0 606438996 10993664 1067 33554432000 4194304 4331988 140736273863840 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32393/statm: 2684 1067 175 34 0 1126 0
[pid=32394] ppid=32389 vsize=139640 CPUtime=50.65 cores=4-7
/proc/32394/stat : 32394 (plingeling) S 32389 32389 32115 0 -1 4202496 13482 1251 0 0 5063 2 0 0 19 0 5 0 606438996 142991360 6983 33554432000 4194304 4356188 140736367932032 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32394/statm: 34910 6983 161 40 0 33454 0
[pid=32394/tid=32401] ppid=32389 vsize=139640 CPUtime=12.68 cores=4-7
/proc/32394/task/32401/stat : 32401 (plingeling) R 32389 32389 32115 0 -1 4202560 3054 1251 0 0 1268 0 0 0 25 0 5 0 606438997 142991360 6983 33554432000 4194304 4356188 140736367932032 18446744073709551615 4332162 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32394/tid=32402] ppid=32389 vsize=139640 CPUtime=12.67 cores=4-7
/proc/32394/task/32402/stat : 32402 (plingeling) R 32389 32389 32115 0 -1 4202560 3383 1251 0 0 1267 0 0 0 25 0 5 0 606438997 142991360 6983 33554432000 4194304 4356188 140736367932032 18446744073709551615 4332162 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32394/tid=32403] ppid=32389 vsize=139640 CPUtime=12.68 cores=4-7
/proc/32394/task/32403/stat : 32403 (plingeling) R 32389 32389 32115 0 -1 4202560 3234 1251 0 0 1268 0 0 0 25 0 5 0 606438997 142991360 6983 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32394/tid=32404] ppid=32389 vsize=139640 CPUtime=12.58 cores=4-7
/proc/32394/task/32404/stat : 32404 (plingeling) R 32389 32389 32115 0 -1 4202560 3295 1251 0 0 1258 0 0 0 25 0 5 0 606438997 142991360 6983 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331506 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 934644

[startup+25.5006 s]
/proc/loadavg: 7.85 7.94 7.96 9/180 32404
/proc/meminfo: memFree=23341656/32951124 swapFree=67102140/67111528
[pid=32389] ppid=32387 vsize=18324 CPUtime=0 cores=0-7
/proc/32389/stat : 32389 (ppfolio) S 32387 32389 32115 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 606438996 18763776 389 33554432000 4194304 4287625 140737200486912 18446744073709551615 216735198735 0 0 4096 65536 4226998240244924415 0 0 17 3 0 0 0
/proc/32389/statm: 4581 389 341 23 0 91 0
[pid=32390] ppid=32389 vsize=297048 CPUtime=25.48 cores=0
/proc/32390/stat : 32390 (cryptominisat) R 32389 32389 32115 0 -1 4202496 19804 0 0 0 2545 3 0 0 25 0 1 0 606438996 304177152 5096 33554432000 4194304 4587354 140737096496128 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=32392] ppid=32389 vsize=456000 CPUtime=4782.37 cores=2
/proc/32392/stat : 32392 (TNM) R 32389 32389 32115 0 -1 4202496 373 0 0 0 478236 1 0 0 25 0 1 0 606438996 466944000 270 33554432000 134512640 134534564 4289983472 18446744073709551615 134529841 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32392/statm: 114000 270 103 6 0 112666 0
[pid=32393] ppid=32389 vsize=733204 CPUtime=4782.38 cores=3
/proc/32393/stat : 32393 (march_hi) R 32389 32389 32115 0 -1 4202496 171804 0 0 0 478110 128 0 0 25 0 1 0 606438996 750800896 171696 33554432000 4194304 4331988 140736273863840 18446744073709551615 4210430 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32393/statm: 183301 171696 175 34 0 181743 0
[pid=32394] ppid=32389 vsize=295544 CPUtime=19102.2 cores=4-7
/proc/32394/stat : 32394 (plingeling) S 32389 32389 32115 0 -1 4202496 799642 1251 0 0 1910103 120 0 0 19 0 5 0 606438996 302637056 45959 33554432000 4194304 4356188 140736367932032 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32394/statm: 73886 45959 161 40 0 72430 0
[pid=32394/tid=32401] ppid=32389 vsize=295544 CPUtime=4782.38 cores=4-7
/proc/32394/task/32401/stat : 32401 (plingeling) R 32389 32389 32115 0 -1 4202560 208339 1251 0 0 478206 32 0 0 25 0 5 0 606438997 302637056 45959 33554432000 4194304 4356188 140736367932032 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32394/tid=32402] ppid=32389 vsize=295544 CPUtime=4781.79 cores=4-7
/proc/32394/task/32402/stat : 32402 (plingeling) R 32389 32389 32115 0 -1 4202560 190619 1251 0 0 478150 29 0 0 25 0 5 0 606438997 302637056 45959 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32394/tid=32403] ppid=32389 vsize=295544 CPUtime=4781.74 cores=4-7
/proc/32394/task/32403/stat : 32403 (plingeling) R 32389 32389 32115 0 -1 4202560 199974 1251 0 0 478146 28 0 0 25 0 5 0 606438997 302637056 45959 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32394/tid=32404] ppid=32389 vsize=295544 CPUtime=4756.29 cores=4-7
/proc/32394/task/32404/stat : 32404 (plingeling) R 32389 32389 32115 0 -1 4202560 200194 1251 0 0 475599 30 0 0 25 0 5 0 606438997 302637056 45959 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38231.6
Current children cumulated vsize (KiB) 1938112

[startup+4842.3 s]
/proc/loadavg: 8.08 8.06 8.00 9/180 32545
/proc/meminfo: memFree=22357024/32951124 swapFree=67102140/67111528
[pid=32389] ppid=32387 vsize=18324 CPUtime=0.01 cores=0-7
/proc/32389/stat : 32389 (ppfolio) S 32387 32389 32115 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 606438996 18763776 389 33554432000 4194304 4287625 140737200486912 18446744073709551615 216735198735 0 0 4096 65536 4226998240244924415 0 0 17 3 0 0 0
/proc/32389/statm: 4581 389 341 23 0 91 0
[pid=32390] ppid=32389 vsize=399860 CPUtime=4842.39 cores=0
/proc/32390/stat : 32390 (cryptominisat) R 32389 32389 32115 0 -1 4202496 462805 0 0 0 484037 202 0 0 25 0 1 0 606438996 409456640 34697 33554432000 4194304 4587354 140737096496128 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32390/statm: 99965 34697 337 96 0 96527 0
[pid=32391] ppid=32389 vsize=35180 CPUtime=4842.25 cores=1
/proc/32391/stat : 32391 (clasp) R 32389 32389 32115 0 -1 4202496 6010 0 0 0 484224 1 0 0 25 0 1 0 606438996 36024320 5902 33554432000 4194304 4785740 140735841064160 18446744073709551615 4416791 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32391/statm: 8795 5902 341 145 0 5840 0
[pid=32392] ppid=32389 vsize=456000 CPUtime=4842.37 cores=2
/proc/32392/stat : 32392 (TNM) R 32389 32389 32115 0 -1 4202496 373 0 0 0 484236 1 0 0 25 0 1 0 606438996 466944000 270 33554432000 134512640 134534564 4289983472 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32392/statm: 114000 270 103 6 0 112666 0
[pid=32393] ppid=32389 vsize=733204 CPUtime=4842.38 cores=3
/proc/32393/stat : 32393 (march_hi) R 32389 32389 32115 0 -1 4202496 173755 0 0 0 484109 129 0 0 25 0 1 0 606438996 750800896 173647 33554432000 4194304 4331988 140736273863840 18446744073709551615 4226360 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32393/statm: 183301 173647 175 34 0 181743 0
[pid=32394] ppid=32389 vsize=299896 CPUtime=19341.9 cores=4-7
/proc/32394/stat : 32394 (plingeling) S 32389 32389 32115 0 -1 4202496 810714 1251 0 0 1934068 122 0 0 19 0 5 0 606438996 307093504 47047 33554432000 4194304 4356188 140736367932032 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32394/statm: 74974 47047 161 40 0 73518 0
[pid=32394/tid=32401] ppid=32389 vsize=299896 CPUtime=4842.38 cores=4-7
/proc/32394/task/32401/stat : 32401 (plingeling) R 32389 32389 32115 0 -1 4202560 213843 1251 0 0 484205 33 0 0 25 0 5 0 606438997 307093504 47047 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32394/tid=32402] ppid=32389 vsize=299896 CPUtime=4841.79 cores=4-7
/proc/32394/task/32402/stat : 32402 (plingeling) R 32389 32389 32115 0 -1 4202560 193499 1251 0 0 484150 29 0 0 25 0 5 0 606438997 307093504 47047 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32394/tid=32403] ppid=32389 vsize=299896 CPUtime=4841.73 cores=4-7
/proc/32394/task/32403/stat : 32403 (plingeling) R 32389 32389 32115 0 -1 4202560 201894 1251 0 0 484145 28 0 0 25 0 5 0 606438997 307093504 47047 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32394/tid=32404] ppid=32389 vsize=299896 CPUtime=4815.96 cores=4-7
/proc/32394/task/32404/stat : 32404 (plingeling) R 32389 32389 32115 0 -1 4202560 200962 1251 0 0 481566 30 0 0 25 0 5 0 606438997 307093504 47047 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38711.3
Current children cumulated vsize (KiB) 1942464

[startup+4902.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/180 32546
/proc/meminfo: memFree=22340744/32951124 swapFree=67102140/67111528
[pid=32389] ppid=32387 vsize=18324 CPUtime=0.01 cores=0-7
/proc/32389/stat : 32389 (ppfolio) S 32387 32389 32115 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 606438996 18763776 389 33554432000 4194304 4287625 140737200486912 18446744073709551615 216735198735 0 0 4096 65536 4226998240244924415 0 0 17 3 0 0 0
/proc/32389/statm: 4581 389 341 23 0 91 0
[pid=32390] ppid=32389 vsize=399912 CPUtime=4902.39 cores=0
/proc/32390/stat : 32390 (cryptominisat) R 32389 32389 32115 0 -1 4202496 468425 0 0 0 490034 205 0 0 25 0 1 0 606438996 409509888 33320 33554432000 4194304 4587354 140737096496128 18446744073709551615 4238571 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32390/statm: 99978 33320 337 96 0 96540 0
[pid=32391] ppid=32389 vsize=35180 CPUtime=4902.25 cores=1
/proc/32391/stat : 32391 (clasp) R 32389 32389 32115 0 -1 4202496 6012 0 0 0 490224 1 0 0 25 0 1 0 606438996 36024320 5904 33554432000 4194304 4785740 140735841064160 18446744073709551615 4416804 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32391/statm: 8795 5904 341 145 0 5840 0
[pid=32392] ppid=32389 vsize=456000 CPUtime=4902.37 cores=2
/proc/32392/stat : 32392 (TNM) R 32389 32389 32115 0 -1 4202496 373 0 0 0 490236 1 0 0 25 0 1 0 606438996 466944000 270 33554432000 134512640 134534564 4289983472 18446744073709551615 134530344 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32392/statm: 114000 270 103 6 0 112666 0
[pid=32393] ppid=32389 vsize=733204 CPUtime=4902.39 cores=3
/proc/32393/stat : 32393 (march_hi) R 32389 32389 32115 0 -1 4202496 175784 0 0 0 490108 131 0 0 25 0 1 0 606438996 750800896 175676 33554432000 4194304 4331988 140736273863840 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32393/statm: 183301 175676 175 34 0 181743 0
[pid=32394] ppid=32389 vsize=316280 CPUtime=19581.6 cores=4-7
/proc/32394/stat : 32394 (plingeling) S 32389 32389 32115 0 -1 4202496 814810 1251 0 0 1958035 122 0 0 19 0 5 0 606438996 323870720 51143 33554432000 4194304 4356188 140736367932032 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32394/statm: 79070 51143 161 40 0 77614 0
[pid=32394/tid=32401] ppid=32389 vsize=316280 CPUtime=4902.38 cores=4-7
/proc/32394/task/32401/stat : 32401 (plingeling) R 32389 32389 32115 0 -1 4202560 214675 1251 0 0 490205 33 0 0 25 0 5 0 606438997 323870720 51143 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32394/tid=32402] ppid=32389 vsize=316280 CPUtime=4901.78 cores=4-7
/proc/32394/task/32402/stat : 32402 (plingeling) R 32389 32389 32115 0 -1 4202560 194331 1251 0 0 490149 29 0 0 25 0 5 0 606438997 323870720 51143 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32394/tid=32403] ppid=32389 vsize=316280 CPUtime=4901.73 cores=4-7
/proc/32394/task/32403/stat : 32403 (plingeling) R 32389 32389 32115 0 -1 4202560 202854 1251 0 0 490145 28 0 0 25 0 5 0 606438997 323870720 51143 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32394/tid=32404] ppid=32389 vsize=316280 CPUtime=4875.64 cores=4-7
/proc/32394/task/32404/stat : 32404 (plingeling) R 32389 32389 32115 0 -1 4202560 202434 1251 0 0 487534 30 0 0 25 0 5 0 606438997 323870720 51143 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39191
Current children cumulated vsize (KiB) 1958900

[startup+4962.3 s]
/proc/loadavg: 8.02 8.05 8.00 9/180 32548
/proc/meminfo: memFree=22349148/32951124 swapFree=67102140/67111528
[pid=32389] ppid=32387 vsize=18324 CPUtime=0.01 cores=0-7
/proc/32389/stat : 32389 (ppfolio) S 32387 32389 32115 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 606438996 18763776 389 33554432000 4194304 4287625 140737200486912 18446744073709551615 216735198735 0 0 4096 65536 4226998240244924415 0 0 17 3 0 0 0
/proc/32389/statm: 4581 389 341 23 0 91 0
[pid=32390] ppid=32389 vsize=399972 CPUtime=4962.4 cores=0
/proc/32390/stat : 32390 (cryptominisat) R 32389 32389 32115 0 -1 4202496 473857 0 0 0 496032 208 0 0 25 0 1 0 606438996 409571328 31732 33554432000 4194304 4587354 140737096496128 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32390/statm: 99993 31732 337 96 0 96555 0
[pid=32391] ppid=32389 vsize=35180 CPUtime=4962.25 cores=1
/proc/32391/stat : 32391 (clasp) R 32389 32389 32115 0 -1 4202496 6014 0 0 0 496224 1 0 0 25 0 1 0 606438996 36024320 5906 33554432000 4194304 4785740 140735841064160 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32391/statm: 8795 5906 341 145 0 5840 0
[pid=32392] ppid=32389 vsize=456000 CPUtime=4962.37 cores=2
/proc/32392/stat : 32392 (TNM) R 32389 32389 32115 0 -1 4202496 373 0 0 0 496236 1 0 0 25 0 1 0 606438996 466944000 270 33554432000 134512640 134534564 4289983472 18446744073709551615 134530619 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32392/statm: 114000 270 103 6 0 112666 0
[pid=32393] ppid=32389 vsize=1068852 CPUtime=4962.39 cores=3
/proc/32393/stat : 32393 (march_hi) R 32389 32389 32115 0 -1 4202496 177677 0 0 0 496107 132 0 0 25 0 1 0 606438996 1094504448 177569 33554432000 4194304 4331988 140736273863840 18446744073709551615 4210594 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32393/statm: 267213 177569 175 34 0 265655 0
[pid=32394] ppid=32389 vsize=303992 CPUtime=19821.2 cores=4-7
/proc/32394/stat : 32394 (plingeling) S 32389 32389 32115 0 -1 4202496 826714 1251 0 0 1982001 123 0 0 19 0 5 0 606438996 311287808 48071 33554432000 4194304 4356188 140736367932032 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32394/statm: 75998 48071 161 40 0 74542 0
[pid=32394/tid=32401] ppid=32389 vsize=303992 CPUtime=4962.38 cores=4-7
/proc/32394/task/32401/stat : 32401 (plingeling) R 32389 32389 32115 0 -1 4202560 217107 1251 0 0 496205 33 0 0 25 0 5 0 606438997 311287808 48071 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32394/tid=32402] ppid=32389 vsize=303992 CPUtime=4961.77 cores=4-7
/proc/32394/task/32402/stat : 32402 (plingeling) R 32389 32389 32115 0 -1 4202560 195995 1251 0 0 496148 29 0 0 25 0 5 0 606438997 311287808 48071 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32394/tid=32403] ppid=32389 vsize=303992 CPUtime=4961.74 cores=4-7
/proc/32394/task/32403/stat : 32403 (plingeling) R 32389 32389 32115 0 -1 4202560 208870 1251 0 0 496145 29 0 0 25 0 5 0 606438997 311287808 48071 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32394/tid=32404] ppid=32389 vsize=303992 CPUtime=4935.31 cores=4-7
/proc/32394/task/32404/stat : 32404 (plingeling) R 32389 32389 32115 0 -1 4202560 204226 1251 0 0 493501 30 0 0 25 0 5 0 606438997 311287808 48071 33554432000 4194304 4356188 140736367932032 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39670.7
Current children cumulated vsize (KiB) 2282320



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.01 8.04 8.00 9/180 32549
/proc/meminfo: memFree=22348392/32951124 swapFree=67102140/67111528
[pid=32389] ppid=32387 vsize=18324 CPUtime=0.01 cores=0-7
/proc/32389/stat : 32389 (ppfolio) S 32387 32389 32115 0 -1 4202496 519 0 0 0 0 1 0 0 15 0 1 0 606438996 18763776 389 33554432000 4194304 4287625 140737200486912 18446744073709551615 216735198735 0 0 4096 65536 4226998240244924415 0 0 17 3 0 0 0
/proc/32389/statm: 4581 389 341 23 0 91 0
[pid=32390] ppid=32389 vsize=399972 CPUtime=5000.1 cores=0
/proc/32390/stat : 32390 (cryptominisat) R 32389 32389 32115 0 -1 4202496 476043 0 0 0 499801 209 0 0 25 0 1 0 606438996 409571328 33839 33554432000 4194304 4587354 140737096496128 18446744073709551615 4238525 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32390/statm: 99993 33839 337 96 0 96555 0
[pid=32391] ppid=32389 vsize=35180 CPUtime=4999.95 cores=1
/proc/32391/stat : 32391 (clasp) R 32389 32389 32115 0 -1 4202496 6014 0 0 0 499994 1 0 0 25 0 1 0 606438996 36024320 5906 33554432000 4194304 4785740 140735841064160 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32391/statm: 8795 5906 341 145 0 5840 0
[pid=32392] ppid=32389 vsize=456000 CPUtime=5000.08 cores=2
/proc/32392/stat : 32392 (TNM) R 32389 32389 32115 0 -1 4202496 373 0 0 0 500007 1 0 0 25 0 1 0 606438996 466944000 270 33554432000 134512640 134534564 4289983472 18446744073709551615 134528875 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32392/statm: 114000 270 103 6 0 112666 0
[pid=32393] ppid=32389 vsize=1068852 CPUtime=5000.09 cores=3
/proc/32393/stat : 32393 (march_hi) R 32389 32389 32115 0 -1 4202496 178951 0 0 0 499877 132 0 0 25 0 1 0 606438996 1094504448 178843 33554432000 4194304 4331988 140736273863840 18446744073709551615 4287112 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32393/statm: 267213 178843 175 34 0 265655 0
[pid=32394] ppid=32389 vsize=292728 CPUtime=19971.8 cores=4-7
/proc/32394/stat : 32394 (plingeling) S 32389 32389 32115 0 -1 4202496 827994 1251 0 0 1997061 124 0 0 19 0 5 0 606438996 299753472 45255 33554432000 4194304 4356188 140736367932032 18446744073709551615 216746981349 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/32394/statm: 73182 45255 161 40 0 71726 0
[pid=32394/tid=32401] ppid=32389 vsize=292728 CPUtime=5000.09 cores=4-7
/proc/32394/task/32401/stat : 32401 (plingeling) R 32389 32389 32115 0 -1 4202560 217107 1251 0 0 499976 33 0 0 25 0 5 0 606438997 299753472 45255 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32394/tid=32402] ppid=32389 vsize=292728 CPUtime=4999.47 cores=4-7
/proc/32394/task/32402/stat : 32402 (plingeling) R 32389 32389 32115 0 -1 4202560 196123 1251 0 0 499918 29 0 0 25 0 5 0 606438997 299753472 45255 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=32394/tid=32403] ppid=32389 vsize=292728 CPUtime=4999.44 cores=4-7
/proc/32394/task/32403/stat : 32403 (plingeling) R 32389 32389 32115 0 -1 4202560 209702 1251 0 0 499915 29 0 0 25 0 5 0 606438997 299753472 45255 33554432000 4194304 4356188 140736367932032 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32394/tid=32404] ppid=32389 vsize=292728 CPUtime=4972.8 cores=4-7
/proc/32394/task/32404/stat : 32404 (plingeling) R 32389 32389 32115 0 -1 4202560 204546 1251 0 0 497250 30 0 0 25 0 5 0 606438997 299753472 45255 33554432000 4194304 4356188 140736367932032 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39972.1
Current children cumulated vsize (KiB) 2271056

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 32389 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=37951
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=155672
# CPU time returned by wait4() is 15000.2
# while last known CPU time is 39972.1
#
# 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): 39972.1
CPU user time (s): 39967.4
CPU system time (s): 4.68
CPU usage (%): 799.439
Max. virtual memory (cumulated for all children) (KiB): 8433224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998
system time used= 2.15567
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 482965
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= 867
involuntary context switches= 83469

runsolver used 7.60684 second user time and 19.638 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-30 13:14:43
IDJOB=3221631
IDBENCH=82955
IDSOLVER=1638
FILE ID=node119/3221631-1304162083
RUNJOBID= node119-1304162043-32129
PBS_JOBID= 13170936
Free space on /tmp= 73016 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1647930270-030.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3221631-1304162083/watcher-3221631-1304162083 -o /tmp/evaluation-result-3221631-1304162083/solver-3221631-1304162083 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3221631-1304162083.cnf

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

MD5SUM BENCH= c50e43fe8603bb92c9367487557e99ee
RANDOM SEED=93146085

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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:     32951124 kB
MemFree:      23400056 kB
Buffers:       1949684 kB
Cached:        6962564 kB
SwapCached:       3688 kB
Active:         441536 kB
Inactive:      8529620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23400056 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           10456 kB
Writeback:           4 kB
AnonPages:       59080 kB
Mapped:          14612 kB
Slab:           512796 kB
PageTables:       5304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183692 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= 73008 MiB
End job on node119 at 2011-04-30 14:38:05