Trace number 3220203

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 5000.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S2036658259-036.UNKNOWN.cnf
MD5SUMdedbbce6fb26e857922f18b3ce672c14
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 variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
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-3220203-1304156440/watcher-3220203-1304156440 -o /tmp/evaluation-result-3220203-1304156440/solver-3220203-1304156440 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3220203-1304156440.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.03 8.05 8.00 2/170 5373
/proc/meminfo: memFree=30823352/32951124 swapFree=67111364/67111528
[pid=5373] ppid=5371 vsize=18324 CPUtime=0 cores=0-7
/proc/5373/stat : 5373 (ppfolio) S 5371 5373 5145 0 -1 4202496 521 0 0 0 0 0 0 0 24 0 1 0 527241946 18763776 390 33554432000 4194304 4287625 140734499119696 18446744073709551615 228244368911 0 0 4096 65536 2826088480821 0 0 17 4 0 0 0
/proc/5373/statm: 4581 390 341 23 0 91 0

[startup+0.059586 s]
/proc/loadavg: 8.03 8.05 8.00 2/170 5373
/proc/meminfo: memFree=30823352/32951124 swapFree=67111364/67111528
[pid=5373] ppid=5371 vsize=18324 CPUtime=0 cores=0-7
/proc/5373/stat : 5373 (ppfolio) R 5371 5373 5145 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527241946 18763776 390 33554432000 4194304 4287625 140734499119696 18446744073709551615 228244368911 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/5373/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.159568 s]
/proc/loadavg: 8.03 8.05 8.00 2/170 5373
/proc/meminfo: memFree=30823352/32951124 swapFree=67111364/67111528
[pid=5373] ppid=5371 vsize=18324 CPUtime=0 cores=0-7
/proc/5373/stat : 5373 (ppfolio) R 5371 5373 5145 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527241946 18763776 390 33554432000 4194304 4287625 140734499119696 18446744073709551615 228244368911 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/5373/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300545 s]
/proc/loadavg: 8.03 8.05 8.00 2/170 5373
/proc/meminfo: memFree=30823352/32951124 swapFree=67111364/67111528
[pid=5373] ppid=5371 vsize=18324 CPUtime=0 cores=0-7
/proc/5373/stat : 5373 (ppfolio) R 5371 5373 5145 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527241946 18763776 390 33554432000 4194304 4287625 140734499119696 18446744073709551615 228244368911 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/5373/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700475 s]
/proc/loadavg: 8.03 8.05 8.00 2/170 5373
/proc/meminfo: memFree=30823352/32951124 swapFree=67111364/67111528
[pid=5373] ppid=5371 vsize=18324 CPUtime=0 cores=0-7
/proc/5373/stat : 5373 (ppfolio) R 5371 5373 5145 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 527241946 18763776 390 33554432000 4194304 4287625 140734499119696 18446744073709551615 228244368911 0 0 4096 65536 0 0 0 17 3 0 0 0
/proc/5373/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50033 s]
/proc/loadavg: 8.03 8.05 8.00 9/180 5389
/proc/meminfo: memFree=30804920/32951124 swapFree=67111364/67111528
[pid=5373] ppid=5371 vsize=18324 CPUtime=0 cores=0-7
/proc/5373/stat : 5373 (ppfolio) S 5371 5373 5145 0 -1 4202496 522 0 0 0 0 0 0 0 16 0 1 0 527241946 18763776 390 33554432000 4194304 4287625 140734499119696 18446744073709551615 228244368911 0 0 4096 65536 467995996102590463 0 0 17 3 0 0 0
/proc/5373/statm: 4581 390 341 23 0 91 0
[pid=5374] ppid=5373 vsize=984800 CPUtime=1.48 cores=0
/proc/5374/stat : 5374 (cryptominisat) R 5373 5373 5145 0 -1 4202496 3294 0 0 0 148 0 0 0 20 0 1 0 527241947 1008435200 1849 33554432000 4194304 4587354 140737271104672 18446744073709551615 4356836 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5374/statm: 246200 1849 337 96 0 242762 0
[pid=5375] ppid=5373 vsize=14556 CPUtime=1.49 cores=1
/proc/5375/stat : 5375 (clasp) R 5373 5373 5145 0 -1 4202496 1097 0 0 0 149 0 0 0 20 0 1 0 527241947 14905344 983 33554432000 4194304 4785740 140737115612592 18446744073709551615 4553288 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5375/statm: 3639 983 340 145 0 684 0
[pid=5376] ppid=5373 vsize=455960 CPUtime=1.49 cores=2
/proc/5376/stat : 5376 (TNM) R 5373 5373 5145 0 -1 4202496 373 0 0 0 149 0 0 0 20 0 1 0 527241947 466903040 270 33554432000 134512640 134534564 4286614576 18446744073709551615 134529765 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5376/statm: 113990 270 95 6 0 112656 0
[pid=5377] ppid=5373 vsize=8472 CPUtime=1.49 cores=3
/proc/5377/stat : 5377 (march_hi) R 5373 5373 5145 0 -1 4202496 726 0 0 0 149 0 0 0 20 0 1 0 527241947 8675328 619 33554432000 4194304 4331988 140733283148256 18446744073709551615 4240568 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5377/statm: 2118 619 173 34 0 560 0
[pid=5378] ppid=5373 vsize=123036 CPUtime=5.91 cores=4-7
/proc/5378/stat : 5378 (plingeling) S 5373 5373 5145 0 -1 4202496 3708 1251 0 0 591 0 0 0 18 0 5 0 527241947 125988864 2980 33554432000 4194304 4356188 140734864810256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5378/statm: 30759 2980 164 40 0 29303 0
[pid=5378/tid=5386] ppid=5373 vsize=123036 CPUtime=1.48 cores=4-7
/proc/5378/task/5386/stat : 5386 (plingeling) R 5373 5373 5145 0 -1 4202560 804 1251 0 0 148 0 0 0 24 0 5 0 527241947 125988864 2980 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331383 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5378/tid=5387] ppid=5373 vsize=123036 CPUtime=1.45 cores=4-7
/proc/5378/task/5387/stat : 5387 (plingeling) R 5373 5373 5145 0 -1 4202560 924 1251 0 0 145 0 0 0 23 0 5 0 527241947 125988864 2980 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5378/tid=5388] ppid=5373 vsize=123036 CPUtime=1.48 cores=4-7
/proc/5378/task/5388/stat : 5388 (plingeling) R 5373 5373 5145 0 -1 4202560 735 1251 0 0 148 0 0 0 20 0 5 0 527241947 125988864 2980 33554432000 4194304 4356188 140734864810256 18446744073709551615 4330992 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5378/tid=5389] ppid=5373 vsize=123036 CPUtime=1.48 cores=4-7
/proc/5378/task/5389/stat : 5389 (plingeling) R 5373 5373 5145 0 -1 4202560 708 1251 0 0 148 0 0 0 20 0 5 0 527241947 125988864 2980 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.86
Current children cumulated vsize (KiB) 1605148

[startup+3.10105 s]
/proc/loadavg: 8.03 8.05 8.00 9/180 5389
/proc/meminfo: memFree=30796748/32951124 swapFree=67111364/67111528
[pid=5373] ppid=5371 vsize=18324 CPUtime=0 cores=0-7
/proc/5373/stat : 5373 (ppfolio) S 5371 5373 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527241946 18763776 390 33554432000 4194304 4287625 140734499119696 18446744073709551615 228244368911 0 0 4096 65536 467995996102590463 0 0 17 3 0 0 0
/proc/5373/statm: 4581 390 341 23 0 91 0
[pid=5374] ppid=5373 vsize=991460 CPUtime=3.08 cores=0
/proc/5374/stat : 5374 (cryptominisat) R 5373 5373 5145 0 -1 4202496 4975 0 0 0 308 0 0 0 25 0 1 0 527241947 1015255040 3038 33554432000 4194304 4587354 140737271104672 18446744073709551615 4238512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5374/statm: 247865 3038 337 96 0 244427 0
[pid=5375] ppid=5373 vsize=15616 CPUtime=3.09 cores=1
/proc/5375/stat : 5375 (clasp) R 5373 5373 5145 0 -1 4202496 1373 0 0 0 309 0 0 0 25 0 1 0 527241947 15990784 1259 33554432000 4194304 4785740 140737115612592 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5375/statm: 3904 1259 340 145 0 949 0
[pid=5376] ppid=5373 vsize=455960 CPUtime=3.09 cores=2
/proc/5376/stat : 5376 (TNM) R 5373 5373 5145 0 -1 4202496 373 0 0 0 309 0 0 0 25 0 1 0 527241947 466903040 270 33554432000 134512640 134534564 4286614576 18446744073709551615 134530780 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5376/statm: 113990 270 95 6 0 112656 0
[pid=5377] ppid=5373 vsize=9016 CPUtime=3.09 cores=3
/proc/5377/stat : 5377 (march_hi) R 5373 5373 5145 0 -1 4202496 792 0 0 0 309 0 0 0 25 0 1 0 527241947 9232384 685 33554432000 4194304 4331988 140733283148256 18446744073709551615 4228913 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5377/statm: 2254 685 173 34 0 696 0
[pid=5378] ppid=5373 vsize=122912 CPUtime=12.31 cores=4-7
/proc/5378/stat : 5378 (plingeling) S 5373 5373 5145 0 -1 4202496 4189 1251 0 0 1231 0 0 0 18 0 5 0 527241947 125861888 2917 33554432000 4194304 4356188 140734864810256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5378/statm: 30728 2917 164 40 0 29272 0
[pid=5378/tid=5386] ppid=5373 vsize=122912 CPUtime=3.08 cores=4-7
/proc/5378/task/5386/stat : 5386 (plingeling) R 5373 5373 5145 0 -1 4202560 836 1251 0 0 308 0 0 0 25 0 5 0 527241947 125861888 2917 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5378/tid=5387] ppid=5373 vsize=122912 CPUtime=3.05 cores=4-7
/proc/5378/task/5387/stat : 5387 (plingeling) R 5373 5373 5145 0 -1 4202560 956 1251 0 0 305 0 0 0 25 0 5 0 527241947 125861888 2917 33554432000 4194304 4356188 140734864810256 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5378/tid=5388] ppid=5373 vsize=122912 CPUtime=3.08 cores=4-7
/proc/5378/task/5388/stat : 5388 (plingeling) R 5373 5373 5145 0 -1 4202560 832 1251 0 0 308 0 0 0 25 0 5 0 527241947 125861888 2917 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5378/tid=5389] ppid=5373 vsize=122912 CPUtime=3.08 cores=4-7
/proc/5378/task/5389/stat : 5389 (plingeling) R 5373 5373 5145 0 -1 4202560 1028 1251 0 0 308 0 0 0 25 0 5 0 527241947 125861888 2917 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.66
Current children cumulated vsize (KiB) 1613288

[startup+6.3005 s]
/proc/loadavg: 8.03 8.04 8.00 9/180 5390
/proc/meminfo: memFree=30784720/32951124 swapFree=67111364/67111528
[pid=5373] ppid=5371 vsize=18324 CPUtime=0 cores=0-7
/proc/5373/stat : 5373 (ppfolio) S 5371 5373 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527241946 18763776 390 33554432000 4194304 4287625 140734499119696 18446744073709551615 228244368911 0 0 4096 65536 467995996102590463 0 0 17 3 0 0 0
/proc/5373/statm: 4581 390 341 23 0 91 0
[pid=5374] ppid=5373 vsize=982492 CPUtime=6.29 cores=0
/proc/5374/stat : 5374 (cryptominisat) R 5373 5373 5145 0 -1 4202496 6605 0 0 0 628 1 0 0 25 0 1 0 527241947 1006071808 2344 33554432000 4194304 4587354 140737271104672 18446744073709551615 4238668 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5374/statm: 245623 2344 337 96 0 242185 0
[pid=5375] ppid=5373 vsize=16976 CPUtime=6.29 cores=1
/proc/5375/stat : 5375 (clasp) R 5373 5373 5145 0 -1 4202496 1679 0 0 0 629 0 0 0 25 0 1 0 527241947 17383424 1565 33554432000 4194304 4785740 140737115612592 18446744073709551615 4287022 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5375/statm: 4244 1565 340 145 0 1289 0
[pid=5376] ppid=5373 vsize=455960 CPUtime=6.29 cores=2
/proc/5376/stat : 5376 (TNM) R 5373 5373 5145 0 -1 4202496 373 0 0 0 629 0 0 0 25 0 1 0 527241947 466903040 270 33554432000 134512640 134534564 4286614576 18446744073709551615 134529823 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5376/statm: 113990 270 95 6 0 112656 0
[pid=5377] ppid=5373 vsize=9512 CPUtime=6.29 cores=3
/proc/5377/stat : 5377 (march_hi) R 5373 5373 5145 0 -1 4202496 942 0 0 0 629 0 0 0 25 0 1 0 527241947 9740288 835 33554432000 4194304 4331988 140733283148256 18446744073709551615 4211464 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5377/statm: 2378 835 173 34 0 820 0
[pid=5378] ppid=5373 vsize=124088 CPUtime=25.1 cores=4-7
/proc/5378/stat : 5378 (plingeling) S 5373 5373 5145 0 -1 4202496 6691 1251 0 0 2509 1 0 0 18 0 5 0 527241947 127066112 3211 33554432000 4194304 4356188 140734864810256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5378/statm: 31022 3211 164 40 0 29566 0
[pid=5378/tid=5386] ppid=5373 vsize=124088 CPUtime=6.28 cores=4-7
/proc/5378/task/5386/stat : 5386 (plingeling) R 5373 5373 5145 0 -1 4202560 1445 1251 0 0 628 0 0 0 25 0 5 0 527241947 127066112 3211 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5378/tid=5387] ppid=5373 vsize=124088 CPUtime=6.23 cores=4-7
/proc/5378/task/5387/stat : 5387 (plingeling) R 5373 5373 5145 0 -1 4202560 1533 1251 0 0 623 0 0 0 25 0 5 0 527241947 127066112 3211 33554432000 4194304 4356188 140734864810256 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5378/tid=5388] ppid=5373 vsize=124088 CPUtime=6.28 cores=4-7
/proc/5378/task/5388/stat : 5388 (plingeling) R 5373 5373 5145 0 -1 4202560 1474 1251 0 0 628 0 0 0 25 0 5 0 527241947 127066112 3211 33554432000 4194304 4356188 140734864810256 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5378/tid=5389] ppid=5373 vsize=124088 CPUtime=6.28 cores=4-7
/proc/5378/task/5389/stat : 5389 (plingeling) R 5373 5373 5145 0 -1 4202560 1702 1251 0 0 628 0 0 0 25 0 5 0 527241947 127066112 3211 33554432000 4194304 4356188 140734864810256 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 1607352

[startup+12.7004 s]
/proc/loadavg: 8.02 8.04 8.00 9/180 5390
/proc/meminfo: memFree=30776488/32951124 swapFree=67111364/67111528
[pid=5373] ppid=5371 vsize=18324 CPUtime=0 cores=0-7
/proc/5373/stat : 5373 (ppfolio) S 5371 5373 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527241946 18763776 390 33554432000 4194304 4287625 140734499119696 18446744073709551615 228244368911 0 0 4096 65536 467995996102590463 0 0 17 3 0 0 0
/proc/5373/statm: 4581 390 341 23 0 91 0
[pid=5374] ppid=5373 vsize=990308 CPUtime=12.69 cores=0
/proc/5374/stat : 5374 (cryptominisat) R 5373 5373 5145 0 -1 4202496 12182 0 0 0 1267 2 0 0 25 0 1 0 527241947 1014075392 4250 33554432000 4194304 4587354 140737271104672 18446744073709551615 4238947 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5374/statm: 247577 4250 337 96 0 244139 0
[pid=5375] ppid=5373 vsize=18220 CPUtime=12.69 cores=1
/proc/5375/stat : 5375 (clasp) R 5373 5373 5145 0 -1 4202496 2016 0 0 0 1269 0 0 0 25 0 1 0 527241947 18657280 1902 33554432000 4194304 4785740 140737115612592 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5375/statm: 4555 1902 340 145 0 1600 0
[pid=5376] ppid=5373 vsize=455960 CPUtime=12.69 cores=2
/proc/5376/stat : 5376 (TNM) R 5373 5373 5145 0 -1 4202496 373 0 0 0 1269 0 0 0 25 0 1 0 527241947 466903040 270 33554432000 134512640 134534564 4286614576 18446744073709551615 134530848 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5376/statm: 113990 270 95 6 0 112656 0
[pid=5377] ppid=5373 vsize=10944 CPUtime=12.69 cores=3
/proc/5377/stat : 5377 (march_hi) R 5373 5373 5145 0 -1 4202496 1200 0 0 0 1269 0 0 0 25 0 1 0 527241947 11206656 1093 33554432000 4194304 4331988 140733283148256 18446744073709551615 4211487 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5377/statm: 2736 1093 173 34 0 1178 0
[pid=5378] ppid=5373 vsize=131032 CPUtime=50.66 cores=4-7
/proc/5378/stat : 5378 (plingeling) S 5373 5373 5145 0 -1 4202496 11627 1251 0 0 5064 2 0 0 18 0 5 0 527241947 134176768 4947 33554432000 4194304 4356188 140734864810256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5378/statm: 32758 4947 164 40 0 31302 0
[pid=5378/tid=5386] ppid=5373 vsize=131032 CPUtime=12.68 cores=4-7
/proc/5378/task/5386/stat : 5386 (plingeling) R 5373 5373 5145 0 -1 4202560 2568 1251 0 0 1268 0 0 0 25 0 5 0 527241947 134176768 4947 33554432000 4194304 4356188 140734864810256 18446744073709551615 4332320 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5378/tid=5387] ppid=5373 vsize=131032 CPUtime=12.59 cores=4-7
/proc/5378/task/5387/stat : 5387 (plingeling) R 5373 5373 5145 0 -1 4202560 2590 1251 0 0 1259 0 0 0 25 0 5 0 527241947 134176768 4947 33554432000 4194304 4356188 140734864810256 18446744073709551615 4280687 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5378/tid=5388] ppid=5373 vsize=131032 CPUtime=12.68 cores=4-7
/proc/5378/task/5388/stat : 5388 (plingeling) R 5373 5373 5145 0 -1 4202560 2916 1251 0 0 1268 0 0 0 25 0 5 0 527241947 134176768 4947 33554432000 4194304 4356188 140734864810256 18446744073709551615 4332026 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5378/tid=5389] ppid=5373 vsize=131032 CPUtime=12.68 cores=4-7
/proc/5378/task/5389/stat : 5389 (plingeling) R 5373 5373 5145 0 -1 4202560 3016 1251 0 0 1268 0 0 0 25 0 5 0 527241947 134176768 4947 33554432000 4194304 4356188 140734864810256 18446744073709551615 4211007 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 1624788

[startup+25.5011 s]
/proc/loadavg: 8.02 8.04 8.00 9/180 5390
/proc/meminfo: memFree=30763584/32951124 swapFree=67111364/67111528
[pid=5373] ppid=5371 vsize=18324 CPUtime=0 cores=0-7
/proc/5373/stat : 5373 (ppfolio) S 5371 5373 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527241946 18763776 390 33554432000 4194304 4287625 140734499119696 18446744073709551615 228244368911 0 0 4096 65536 467995996102590463 0 0 17 3 0 0 0
/proc/5373/statm: 4581 390 341 23 0 91 0
[pid=5374] ppid=5373 vsize=1002216 CPUtime=25.49 cores=0
/proc/5374/stat : 5374 (cryptominisat) R 5373 5373 5145 0 -1 4202496 18157 0 0 0 2546 3 0 0 25 0 1 0 527241947 1026269184 5885 33554432000 4194304 4587354 140737271104672 18446744073709551615 4238273 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=5376] ppid=5373 vsize=455964 CPUtime=4781.91 cores=2
/proc/5376/stat : 5376 (TNM) R 5373 5373 5145 0 -1 4202496 382 0 0 0 478190 1 0 0 25 0 1 0 527241947 466907136 279 33554432000 134512640 134534564 4286614576 18446744073709551615 134530307 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5376/statm: 113991 279 103 6 0 112657 0
[pid=5377] ppid=5373 vsize=840276 CPUtime=4782.39 cores=3
/proc/5377/stat : 5377 (march_hi) R 5373 5373 5145 0 -1 4202496 158423 0 0 0 478113 126 0 0 25 0 1 0 527241947 860442624 158316 33554432000 4194304 4331988 140733283148256 18446744073709551615 4211519 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5377/statm: 210069 158316 173 34 0 208511 0
[pid=5378] ppid=5373 vsize=266400 CPUtime=19102.5 cores=4-7
/proc/5378/stat : 5378 (plingeling) S 5373 5373 5145 0 -1 4202496 886731 1251 0 0 1910114 136 0 0 18 0 5 0 527241947 272793600 38697 33554432000 4194304 4356188 140734864810256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5378/statm: 66600 38697 164 40 0 65144 0
[pid=5378/tid=5386] ppid=5373 vsize=266400 CPUtime=4782.37 cores=4-7
/proc/5378/task/5386/stat : 5386 (plingeling) R 5373 5373 5145 0 -1 4202560 226542 1251 0 0 478203 34 0 0 25 0 5 0 527241947 272793600 38697 33554432000 4194304 4356188 140734864810256 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5378/tid=5387] ppid=5373 vsize=266400 CPUtime=4755.31 cores=4-7
/proc/5378/task/5387/stat : 5387 (plingeling) R 5373 5373 5145 0 -1 4202560 217423 1251 0 0 475499 32 0 0 25 0 5 0 527241947 272793600 38697 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5378/tid=5388] ppid=5373 vsize=266400 CPUtime=4782.39 cores=4-7
/proc/5378/task/5388/stat : 5388 (plingeling) R 5373 5373 5145 0 -1 4202560 221767 1251 0 0 478205 34 0 0 25 0 5 0 527241947 272793600 38697 33554432000 4194304 4356188 140734864810256 18446744073709551615 4334582 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5378/tid=5389] ppid=5373 vsize=266400 CPUtime=4782.39 cores=4-7
/proc/5378/task/5389/stat : 5389 (plingeling) R 5373 5373 5145 0 -1 4202560 220462 1251 0 0 478205 34 0 0 25 0 5 0 527241947 272793600 38697 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38231.6
Current children cumulated vsize (KiB) 2857724

[startup+4842.3 s]
/proc/loadavg: 8.06 8.06 8.00 9/180 5540
/proc/meminfo: memFree=29821052/32951124 swapFree=67111364/67111528
[pid=5373] ppid=5371 vsize=18324 CPUtime=0 cores=0-7
/proc/5373/stat : 5373 (ppfolio) S 5371 5373 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527241946 18763776 390 33554432000 4194304 4287625 140734499119696 18446744073709551615 228244368911 0 0 4096 65536 467995996102590463 0 0 17 3 0 0 0
/proc/5373/statm: 4581 390 341 23 0 91 0
[pid=5374] ppid=5373 vsize=1202992 CPUtime=4842.38 cores=0
/proc/5374/stat : 5374 (cryptominisat) R 5373 5373 5145 0 -1 4202496 187033 0 0 0 484149 89 0 0 25 0 1 0 527241947 1231863808 39867 33554432000 4194304 4587354 140737271104672 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5374/statm: 300748 39867 337 96 0 297310 0
[pid=5375] ppid=5373 vsize=73768 CPUtime=4842.38 cores=1
/proc/5375/stat : 5375 (clasp) R 5373 5373 5145 0 -1 4202496 14735 0 0 0 484235 3 0 0 25 0 1 0 527241947 75538432 14621 33554432000 4194304 4785740 140737115612592 18446744073709551615 4309519 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5375/statm: 18442 14621 341 145 0 15487 0
[pid=5376] ppid=5373 vsize=455964 CPUtime=4841.9 cores=2
/proc/5376/stat : 5376 (TNM) R 5373 5373 5145 0 -1 4202496 382 0 0 0 484189 1 0 0 25 0 1 0 527241947 466907136 279 33554432000 134512640 134534564 4286614576 18446744073709551615 134529080 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5376/statm: 113991 279 103 6 0 112657 0
[pid=5377] ppid=5373 vsize=840276 CPUtime=4842.39 cores=3
/proc/5377/stat : 5377 (march_hi) R 5373 5373 5145 0 -1 4202496 160437 0 0 0 484112 127 0 0 25 0 1 0 527241947 860442624 160330 33554432000 4194304 4331988 140733283148256 18446744073709551615 4288589 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5377/statm: 210069 160330 173 34 0 208511 0
[pid=5378] ppid=5373 vsize=253984 CPUtime=19342.2 cores=4-7
/proc/5378/stat : 5378 (plingeling) S 5373 5373 5145 0 -1 4202496 890603 1251 0 0 1934080 136 0 0 18 0 5 0 527241947 260079616 35593 33554432000 4194304 4356188 140734864810256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5378/statm: 63496 35593 164 40 0 62040 0
[pid=5378/tid=5386] ppid=5373 vsize=253984 CPUtime=4842.37 cores=4-7
/proc/5378/task/5386/stat : 5386 (plingeling) R 5373 5373 5145 0 -1 4202560 226798 1251 0 0 484203 34 0 0 25 0 5 0 527241947 260079616 35593 33554432000 4194304 4356188 140734864810256 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5378/tid=5387] ppid=5373 vsize=253984 CPUtime=4814.98 cores=4-7
/proc/5378/task/5387/stat : 5387 (plingeling) R 5373 5373 5145 0 -1 4202560 218831 1251 0 0 481466 32 0 0 25 0 5 0 527241947 260079616 35593 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5378/tid=5388] ppid=5373 vsize=253984 CPUtime=4842.39 cores=4-7
/proc/5378/task/5388/stat : 5388 (plingeling) R 5373 5373 5145 0 -1 4202560 223463 1251 0 0 484205 34 0 0 25 0 5 0 527241947 260079616 35593 33554432000 4194304 4356188 140734864810256 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5378/tid=5389] ppid=5373 vsize=253984 CPUtime=4842.39 cores=4-7
/proc/5378/task/5389/stat : 5389 (plingeling) R 5373 5373 5145 0 -1 4202560 220974 1251 0 0 484205 34 0 0 25 0 5 0 527241947 260079616 35593 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38711.2
Current children cumulated vsize (KiB) 2845308

[startup+4902.3 s]
/proc/loadavg: 8.10 8.07 8.01 9/180 5541
/proc/meminfo: memFree=29803880/32951124 swapFree=67111364/67111528
[pid=5373] ppid=5371 vsize=18324 CPUtime=0 cores=0-7
/proc/5373/stat : 5373 (ppfolio) S 5371 5373 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527241946 18763776 390 33554432000 4194304 4287625 140734499119696 18446744073709551615 228244368911 0 0 4096 65536 467995996102590463 0 0 17 3 0 0 0
/proc/5373/statm: 4581 390 341 23 0 91 0
[pid=5374] ppid=5373 vsize=1102152 CPUtime=4902.38 cores=0
/proc/5374/stat : 5374 (cryptominisat) R 5373 5373 5145 0 -1 4202496 188249 0 0 0 490149 89 0 0 25 0 1 0 527241947 1128603648 33909 33554432000 4194304 4587354 140737271104672 18446744073709551615 4238576 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5374/statm: 275538 33909 337 96 0 272100 0
[pid=5375] ppid=5373 vsize=73768 CPUtime=4902.38 cores=1
/proc/5375/stat : 5375 (clasp) R 5373 5373 5145 0 -1 4202496 14738 0 0 0 490235 3 0 0 25 0 1 0 527241947 75538432 14624 33554432000 4194304 4785740 140737115612592 18446744073709551615 4286941 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5375/statm: 18442 14624 341 145 0 15487 0
[pid=5376] ppid=5373 vsize=455964 CPUtime=4901.9 cores=2
/proc/5376/stat : 5376 (TNM) R 5373 5373 5145 0 -1 4202496 382 0 0 0 490189 1 0 0 25 0 1 0 527241947 466907136 279 33554432000 134512640 134534564 4286614576 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5376/statm: 113991 279 103 6 0 112657 0
[pid=5377] ppid=5373 vsize=840276 CPUtime=4902.39 cores=3
/proc/5377/stat : 5377 (march_hi) R 5373 5373 5145 0 -1 4202496 162405 0 0 0 490110 129 0 0 25 0 1 0 527241947 860442624 162298 33554432000 4194304 4331988 140733283148256 18446744073709551615 4228901 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5377/statm: 210069 162298 173 34 0 208511 0
[pid=5378] ppid=5373 vsize=287776 CPUtime=19581.8 cores=4-7
/proc/5378/stat : 5378 (plingeling) S 5373 5373 5145 0 -1 4202496 905643 1251 0 0 1958047 138 0 0 18 0 5 0 527241947 294682624 44041 33554432000 4194304 4356188 140734864810256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5378/statm: 71944 44041 164 40 0 70488 0
[pid=5378/tid=5386] ppid=5373 vsize=287776 CPUtime=4902.37 cores=4-7
/proc/5378/task/5386/stat : 5386 (plingeling) R 5373 5373 5145 0 -1 4202560 233358 1251 0 0 490202 35 0 0 25 0 5 0 527241947 294682624 44041 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331281 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5378/tid=5387] ppid=5373 vsize=287776 CPUtime=4874.65 cores=4-7
/proc/5378/task/5387/stat : 5387 (plingeling) R 5373 5373 5145 0 -1 4202560 220495 1251 0 0 487433 32 0 0 25 0 5 0 527241947 294682624 44041 33554432000 4194304 4356188 140734864810256 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5378/tid=5388] ppid=5373 vsize=287776 CPUtime=4902.39 cores=4-7
/proc/5378/task/5388/stat : 5388 (plingeling) R 5373 5373 5145 0 -1 4202560 224487 1251 0 0 490205 34 0 0 25 0 5 0 527241947 294682624 44041 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5378/tid=5389] ppid=5373 vsize=287776 CPUtime=4902.39 cores=4-7
/proc/5378/task/5389/stat : 5389 (plingeling) R 5373 5373 5145 0 -1 4202560 226766 1251 0 0 490205 34 0 0 25 0 5 0 527241947 294682624 44041 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39190.9
Current children cumulated vsize (KiB) 2778260

[startup+4962.3 s]
/proc/loadavg: 8.07 8.07 8.01 9/180 5543
/proc/meminfo: memFree=29802200/32951124 swapFree=67111364/67111528
[pid=5373] ppid=5371 vsize=18324 CPUtime=0 cores=0-7
/proc/5373/stat : 5373 (ppfolio) S 5371 5373 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527241946 18763776 390 33554432000 4194304 4287625 140734499119696 18446744073709551615 228244368911 0 0 4096 65536 467995996102590463 0 0 17 3 0 0 0
/proc/5373/statm: 4581 390 341 23 0 91 0
[pid=5374] ppid=5373 vsize=1102152 CPUtime=4962.38 cores=0
/proc/5374/stat : 5374 (cryptominisat) R 5373 5373 5145 0 -1 4202496 190677 0 0 0 496147 91 0 0 25 0 1 0 527241947 1128603648 36285 33554432000 4194304 4587354 140737271104672 18446744073709551615 4231407 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5374/statm: 275538 36285 337 96 0 272100 0
[pid=5375] ppid=5373 vsize=73768 CPUtime=4962.39 cores=1
/proc/5375/stat : 5375 (clasp) R 5373 5373 5145 0 -1 4202496 14761 0 0 0 496236 3 0 0 25 0 1 0 527241947 75538432 14647 33554432000 4194304 4785740 140737115612592 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5375/statm: 18442 14647 341 145 0 15487 0
[pid=5376] ppid=5373 vsize=455964 CPUtime=4961.89 cores=2
/proc/5376/stat : 5376 (TNM) R 5373 5373 5145 0 -1 4202496 382 0 0 0 496188 1 0 0 25 0 1 0 527241947 466907136 279 33554432000 134512640 134534564 4286614576 18446744073709551615 134528913 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5376/statm: 113991 279 103 6 0 112657 0
[pid=5377] ppid=5373 vsize=840276 CPUtime=4962.39 cores=3
/proc/5377/stat : 5377 (march_hi) R 5373 5373 5145 0 -1 4202496 164307 0 0 0 496109 130 0 0 25 0 1 0 527241947 860442624 164200 33554432000 4194304 4331988 140733283148256 18446744073709551615 4226434 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5377/statm: 210069 164200 173 34 0 208511 0
[pid=5378] ppid=5373 vsize=271904 CPUtime=19821.5 cores=4-7
/proc/5378/stat : 5378 (plingeling) S 5373 5373 5145 0 -1 4202496 914667 1251 0 0 1982013 139 0 0 18 0 5 0 527241947 278429696 40073 33554432000 4194304 4356188 140734864810256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5378/statm: 67976 40073 164 40 0 66520 0
[pid=5378/tid=5386] ppid=5373 vsize=271904 CPUtime=4962.37 cores=4-7
/proc/5378/task/5386/stat : 5386 (plingeling) R 5373 5373 5145 0 -1 4202560 233358 1251 0 0 496202 35 0 0 25 0 5 0 527241947 278429696 40073 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5378/tid=5387] ppid=5373 vsize=271904 CPUtime=4934.33 cores=4-7
/proc/5378/task/5387/stat : 5387 (plingeling) R 5373 5373 5145 0 -1 4202560 221135 1251 0 0 493400 33 0 0 25 0 5 0 527241947 278429696 40073 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5378/tid=5388] ppid=5373 vsize=271904 CPUtime=4962.39 cores=4-7
/proc/5378/task/5388/stat : 5388 (plingeling) R 5373 5373 5145 0 -1 4202560 230823 1251 0 0 496204 35 0 0 25 0 5 0 527241947 278429696 40073 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5378/tid=5389] ppid=5373 vsize=271904 CPUtime=4962.39 cores=4-7
/proc/5378/task/5389/stat : 5389 (plingeling) R 5373 5373 5145 0 -1 4202560 228814 1251 0 0 496205 34 0 0 25 0 5 0 527241947 278429696 40073 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39670.6
Current children cumulated vsize (KiB) 2762388



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.08 8.08 8.01 9/180 5544
/proc/meminfo: memFree=29786768/32951124 swapFree=67111364/67111528
[pid=5373] ppid=5371 vsize=18324 CPUtime=0 cores=0-7
/proc/5373/stat : 5373 (ppfolio) S 5371 5373 5145 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 527241946 18763776 390 33554432000 4194304 4287625 140734499119696 18446744073709551615 228244368911 0 0 4096 65536 467995996102590463 0 0 17 3 0 0 0
/proc/5373/statm: 4581 390 341 23 0 91 0
[pid=5374] ppid=5373 vsize=1120928 CPUtime=5000.09 cores=0
/proc/5374/stat : 5374 (cryptominisat) R 5373 5373 5145 0 -1 4202496 195279 0 0 0 499916 93 0 0 25 0 1 0 527241947 1147830272 38441 33554432000 4194304 4587354 140737271104672 18446744073709551615 4238463 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5374/statm: 280232 38441 337 96 0 276794 0
[pid=5375] ppid=5373 vsize=73768 CPUtime=5000.09 cores=1
/proc/5375/stat : 5375 (clasp) R 5373 5373 5145 0 -1 4202496 14761 0 0 0 500006 3 0 0 25 0 1 0 527241947 75538432 14647 33554432000 4194304 4785740 140737115612592 18446744073709551615 4553029 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5375/statm: 18442 14647 341 145 0 15487 0
[pid=5376] ppid=5373 vsize=455964 CPUtime=4999.59 cores=2
/proc/5376/stat : 5376 (TNM) R 5373 5373 5145 0 -1 4202496 382 0 0 0 499958 1 0 0 25 0 1 0 527241947 466907136 279 33554432000 134512640 134534564 4286614576 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/5376/statm: 113991 279 103 6 0 112657 0
[pid=5377] ppid=5373 vsize=840276 CPUtime=5000.1 cores=3
/proc/5377/stat : 5377 (march_hi) R 5373 5373 5145 0 -1 4202496 165489 0 0 0 499879 131 0 0 25 0 1 0 527241947 860442624 165382 33554432000 4194304 4331988 140733283148256 18446744073709551615 4287202 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/5377/statm: 210069 165382 173 34 0 208511 0
[pid=5378] ppid=5373 vsize=274720 CPUtime=19972.1 cores=4-7
/proc/5378/stat : 5378 (plingeling) S 5373 5373 5145 0 -1 4202496 921835 1251 0 0 1997073 140 0 0 18 0 5 0 527241947 281313280 40777 33554432000 4194304 4356188 140734864810256 18446744073709551615 228256151525 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/5378/statm: 68680 40777 164 40 0 67224 0
[pid=5378/tid=5386] ppid=5373 vsize=274720 CPUtime=5000.08 cores=4-7
/proc/5378/task/5386/stat : 5386 (plingeling) R 5373 5373 5145 0 -1 4202560 234510 1251 0 0 499973 35 0 0 25 0 5 0 527241947 281313280 40777 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=5378/tid=5387] ppid=5373 vsize=274720 CPUtime=4971.82 cores=4-7
/proc/5378/task/5387/stat : 5387 (plingeling) R 5373 5373 5145 0 -1 4202560 225615 1251 0 0 497149 33 0 0 25 0 5 0 527241947 281313280 40777 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=5378/tid=5388] ppid=5373 vsize=274720 CPUtime=5000.1 cores=4-7
/proc/5378/task/5388/stat : 5388 (plingeling) R 5373 5373 5145 0 -1 4202560 230823 1251 0 0 499975 35 0 0 25 0 5 0 527241947 281313280 40777 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=5378/tid=5389] ppid=5373 vsize=274720 CPUtime=5000.1 cores=4-7
/proc/5378/task/5389/stat : 5389 (plingeling) R 5373 5373 5145 0 -1 4202560 230350 1251 0 0 499975 35 0 0 25 0 5 0 527241947 281313280 40777 33554432000 4194304 4356188 140734864810256 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39972
Current children cumulated vsize (KiB) 2783980

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 5373 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=825831
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=3847
# CPU time returned by wait4() is 14999.8
# while last known CPU time is 39972
#
# 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
CPU user time (s): 39968.3
CPU system time (s): 3.68
CPU usage (%): 799.437
Max. virtual memory (cumulated for all children) (KiB): 3738236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.8
system time used= 1.00385
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210959
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= 743
involuntary context switches= 33939

runsolver used 8.37873 second user time and 18.9001 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-30 11:40:40
IDJOB=3220203
IDBENCH=82717
IDSOLVER=1638
FILE ID=node136/3220203-1304156440
RUNJOBID= node136-1304153919-5159
PBS_JOBID= 13170905
Free space on /tmp= 73080 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S2036658259-036.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3220203-1304156440/watcher-3220203-1304156440 -o /tmp/evaluation-result-3220203-1304156440/solver-3220203-1304156440 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3220203-1304156440.cnf

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

MD5SUM BENCH= dedbbce6fb26e857922f18b3ce672c14
RANDOM SEED=301163382

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30823508 kB
Buffers:        619768 kB
Cached:        1018348 kB
SwapCached:          0 kB
Active:         188224 kB
Inactive:      1513332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30823508 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10112 kB
Writeback:           0 kB
AnonPages:       63960 kB
Mapped:          14612 kB
Slab:           360724 kB
PageTables:       4820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187732 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= 73072 MiB
End job on node136 at 2011-04-30 13:04:02