Trace number 3222357

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-k3-r4.26-v650-c2769-S1631976568-086.UNKNOWN.cnf
MD5SUMfe5ef992569d41f4964aa99001a148e1
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 variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
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-3222357-1304165536/watcher-3222357-1304165536 -o /tmp/evaluation-result-3222357-1304165536/solver-3222357-1304165536 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3222357-1304165536.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.07 8.05 8.00 2/170 9932
/proc/meminfo: memFree=30933956/32950928 swapFree=67111404/67111528
[pid=9932] ppid=9930 vsize=18324 CPUtime=0 cores=0-7
/proc/9932/stat : 9932 (ppfolio) R 9930 9932 9318 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 528152386 18763776 389 33554432000 4194304 4287625 140735383810688 18446744073709551615 235594886671 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/9932/statm: 4581 389 341 23 0 91 0

[startup+0.835541 s]
/proc/loadavg: 8.07 8.05 8.00 2/170 9932
/proc/meminfo: memFree=30933956/32950928 swapFree=67111404/67111528
[pid=9932] ppid=9930 vsize=18324 CPUtime=0 cores=0-7
/proc/9932/stat : 9932 (ppfolio) S 9930 9932 9318 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 528152386 18763776 389 33554432000 4194304 4287625 140735383810688 18446744073709551615 235594886671 0 0 4096 65536 11244212977789829119 0 0 17 4 0 0 0
/proc/9932/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.900528 s]
/proc/loadavg: 8.07 8.05 8.00 2/170 9932
/proc/meminfo: memFree=30933956/32950928 swapFree=67111404/67111528
[pid=9932] ppid=9930 vsize=18324 CPUtime=0 cores=0-7
/proc/9932/stat : 9932 (ppfolio) S 9930 9932 9318 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 528152386 18763776 389 33554432000 4194304 4287625 140735383810688 18446744073709551615 235594886671 0 0 4096 65536 11244212977789829119 0 0 17 4 0 0 0
/proc/9932/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.00051 s]
/proc/loadavg: 8.07 8.05 8.00 2/170 9932
/proc/meminfo: memFree=30933956/32950928 swapFree=67111404/67111528
[pid=9932] ppid=9930 vsize=18324 CPUtime=0 cores=0-7
/proc/9932/stat : 9932 (ppfolio) S 9930 9932 9318 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 528152386 18763776 389 33554432000 4194304 4287625 140735383810688 18446744073709551615 235594886671 0 0 4096 65536 11244212977789829119 0 0 17 4 0 0 0
/proc/9932/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.10049 s]
/proc/loadavg: 8.07 8.05 8.00 2/170 9932
/proc/meminfo: memFree=30933956/32950928 swapFree=67111404/67111528
[pid=9932] ppid=9930 vsize=18324 CPUtime=0 cores=0-7
/proc/9932/stat : 9932 (ppfolio) S 9930 9932 9318 0 -1 4202496 520 0 0 0 0 0 0 0 20 0 1 0 528152386 18763776 389 33554432000 4194304 4287625 140735383810688 18446744073709551615 235594886671 0 0 4096 65536 11244212977789829119 0 0 17 4 0 0 0
/proc/9932/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50042 s]
/proc/loadavg: 8.07 8.05 8.00 2/170 9932
/proc/meminfo: memFree=30933956/32950928 swapFree=67111404/67111528
[pid=9932] ppid=9930 vsize=18324 CPUtime=0 cores=0-7
/proc/9932/stat : 9932 (ppfolio) S 9930 9932 9318 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 528152386 18763776 389 33554432000 4194304 4287625 140735383810688 18446744073709551615 235594886671 0 0 4096 65536 11244212977789829119 0 0 17 4 0 0 0
/proc/9932/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+3.10114 s]
/proc/loadavg: 8.23 8.08 8.01 9/180 9947
/proc/meminfo: memFree=30907660/32950928 swapFree=67111404/67111528
[pid=9932] ppid=9930 vsize=18324 CPUtime=0 cores=0-7
/proc/9932/stat : 9932 (ppfolio) S 9930 9932 9318 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 528152386 18763776 389 33554432000 4194304 4287625 140735383810688 18446744073709551615 235594886671 0 0 4096 65536 11244212977789829119 0 0 17 4 0 0 0
/proc/9932/statm: 4581 389 341 23 0 91 0
[pid=9933] ppid=9932 vsize=1519044 CPUtime=3.09 cores=0
/proc/9933/stat : 9933 (cryptominisat) R 9932 9932 9318 0 -1 4202496 4938 0 0 0 309 0 0 0 25 0 1 0 528152386 1555501056 2681 33554432000 4194304 4587354 140735483320608 18446744073709551615 4238418 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9933/statm: 379761 2681 337 96 0 376323 0
[pid=9934] ppid=9932 vsize=15244 CPUtime=3.09 cores=1
/proc/9934/stat : 9934 (clasp) R 9932 9932 9318 0 -1 4202496 1275 0 0 0 309 0 0 0 25 0 1 0 528152386 15609856 1162 33554432000 4194304 4785740 140737031454352 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9934/statm: 3811 1162 341 145 0 856 0
[pid=9935] ppid=9932 vsize=455960 CPUtime=3.09 cores=2
/proc/9935/stat : 9935 (TNM) R 9932 9932 9318 0 -1 4202496 365 0 0 0 309 0 0 0 25 0 1 0 528152386 466903040 262 33554432000 134512640 134534564 4289159120 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9935/statm: 113990 262 95 6 0 112656 0
[pid=9936] ppid=9932 vsize=9000 CPUtime=3.09 cores=3
/proc/9936/stat : 9936 (march_hi) R 9932 9932 9318 0 -1 4202496 790 0 0 0 309 0 0 0 25 0 1 0 528152386 9216000 683 33554432000 4194304 4331988 140735527485392 18446744073709551615 4240211 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9936/statm: 2250 683 173 34 0 692 0
[pid=9937] ppid=9932 vsize=122804 CPUtime=12.34 cores=4-7
/proc/9937/stat : 9937 (plingeling) S 9932 9932 9318 0 -1 4202496 4174 1260 0 0 1234 0 0 0 25 0 5 0 528152386 125751296 3022 33554432000 4194304 4356188 140733302207184 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9937/statm: 30701 3022 164 40 0 29245 0
[pid=9937/tid=9944] ppid=9932 vsize=122804 CPUtime=3.08 cores=4-7
/proc/9937/task/9944/stat : 9944 (plingeling) R 9932 9932 9318 0 -1 4202560 704 1260 0 0 308 0 0 0 25 0 5 0 528152387 125751296 3022 33554432000 4194304 4356188 140733302207184 18446744073709551615 4332149 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9937/tid=9945] ppid=9932 vsize=122804 CPUtime=3.08 cores=4-7
/proc/9937/task/9945/stat : 9945 (plingeling) R 9932 9932 9318 0 -1 4202560 1121 1260 0 0 308 0 0 0 25 0 5 0 528152387 125751296 3022 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9937/tid=9946] ppid=9932 vsize=122804 CPUtime=3.07 cores=4-7
/proc/9937/task/9946/stat : 9946 (plingeling) R 9932 9932 9318 0 -1 4202560 1070 1260 0 0 307 0 0 0 25 0 5 0 528152387 125751296 3022 33554432000 4194304 4356188 140733302207184 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9937/tid=9947] ppid=9932 vsize=122804 CPUtime=3.08 cores=4-7
/proc/9937/task/9947/stat : 9947 (plingeling) R 9932 9932 9318 0 -1 4202560 749 1260 0 0 308 0 0 0 25 0 5 0 528152387 125751296 3022 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 2140376

[startup+6.30658 s]
/proc/loadavg: 8.21 8.08 8.01 9/180 9947
/proc/meminfo: memFree=30903132/32950928 swapFree=67111404/67111528
[pid=9932] ppid=9930 vsize=18324 CPUtime=0 cores=0-7
/proc/9932/stat : 9932 (ppfolio) S 9930 9932 9318 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 528152386 18763776 389 33554432000 4194304 4287625 140735383810688 18446744073709551615 235594886671 0 0 4096 65536 11244212977789829119 0 0 17 4 0 0 0
/proc/9932/statm: 4581 389 341 23 0 91 0
[pid=9933] ppid=9932 vsize=1520092 CPUtime=6.29 cores=0
/proc/9933/stat : 9933 (cryptominisat) R 9932 9932 9318 0 -1 4202496 7176 0 0 0 629 0 0 0 25 0 1 0 528152386 1556574208 2559 33554432000 4194304 4587354 140735483320608 18446744073709551615 4237665 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9933/statm: 380023 2559 337 96 0 376585 0
[pid=9934] ppid=9932 vsize=16588 CPUtime=6.3 cores=1
/proc/9934/stat : 9934 (clasp) R 9932 9932 9318 0 -1 4202496 1595 0 0 0 630 0 0 0 25 0 1 0 528152386 16986112 1482 33554432000 4194304 4785740 140737031454352 18446744073709551615 4550516 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9934/statm: 4147 1482 341 145 0 1192 0
[pid=9935] ppid=9932 vsize=455960 CPUtime=6.3 cores=2
/proc/9935/stat : 9935 (TNM) R 9932 9932 9318 0 -1 4202496 365 0 0 0 630 0 0 0 25 0 1 0 528152386 466903040 262 33554432000 134512640 134534564 4289159120 18446744073709551615 134530614 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9935/statm: 113990 262 95 6 0 112656 0
[pid=9936] ppid=9932 vsize=9484 CPUtime=6.3 cores=3
/proc/9936/stat : 9936 (march_hi) R 9932 9932 9318 0 -1 4202496 933 0 0 0 630 0 0 0 25 0 1 0 528152386 9711616 826 33554432000 4194304 4331988 140735527485392 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9936/statm: 2371 826 173 34 0 813 0
[pid=9937] ppid=9932 vsize=124496 CPUtime=25.15 cores=4-7
/proc/9937/stat : 9937 (plingeling) S 9932 9932 9318 0 -1 4202496 6965 1260 0 0 2514 1 0 0 25 0 5 0 528152386 127483904 3445 33554432000 4194304 4356188 140733302207184 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9937/statm: 31124 3445 164 40 0 29668 0
[pid=9937/tid=9944] ppid=9932 vsize=124496 CPUtime=6.29 cores=4-7
/proc/9937/task/9944/stat : 9944 (plingeling) R 9932 9932 9318 0 -1 4202560 1346 1260 0 0 629 0 0 0 25 0 5 0 528152387 127483904 3445 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331178 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9937/tid=9945] ppid=9932 vsize=124496 CPUtime=6.29 cores=4-7
/proc/9937/task/9945/stat : 9945 (plingeling) R 9932 9932 9318 0 -1 4202560 1762 1260 0 0 629 0 0 0 25 0 5 0 528152387 127483904 3445 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331340 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9937/tid=9946] ppid=9932 vsize=124496 CPUtime=6.26 cores=4-7
/proc/9937/task/9946/stat : 9946 (plingeling) R 9932 9932 9318 0 -1 4202560 1743 1260 0 0 626 0 0 0 25 0 5 0 528152387 127483904 3445 33554432000 4194304 4356188 140733302207184 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9937/tid=9947] ppid=9932 vsize=124496 CPUtime=6.29 cores=4-7
/proc/9937/task/9947/stat : 9947 (plingeling) R 9932 9932 9318 0 -1 4202560 1584 1260 0 0 629 0 0 0 25 0 5 0 528152387 127483904 3445 33554432000 4194304 4356188 140733302207184 18446744073709551615 4279499 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 2144944

[startup+12.7005 s]
/proc/loadavg: 8.19 8.08 8.01 9/180 9948
/proc/meminfo: memFree=30887500/32950928 swapFree=67111404/67111528
[pid=9932] ppid=9930 vsize=18324 CPUtime=0 cores=0-7
/proc/9932/stat : 9932 (ppfolio) S 9930 9932 9318 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 528152386 18763776 389 33554432000 4194304 4287625 140735383810688 18446744073709551615 235594886671 0 0 4096 65536 11244212977789829119 0 0 17 4 0 0 0
/proc/9932/statm: 4581 389 341 23 0 91 0
[pid=9933] ppid=9932 vsize=44652 CPUtime=12.69 cores=0
/proc/9933/stat : 9933 (cryptominisat) R 9932 9932 9318 0 -1 4202496 12979 0 0 0 1267 2 0 0 25 0 1 0 528152386 45723648 5499 33554432000 4194304 4587354 140735483320608 18446744073709551615 4238435 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9933/statm: 11163 5499 337 96 0 7725 0
[pid=9934] ppid=9932 vsize=18240 CPUtime=12.69 cores=1
/proc/9934/stat : 9934 (clasp) R 9932 9932 9318 0 -1 4202496 2018 0 0 0 1269 0 0 0 25 0 1 0 528152386 18677760 1905 33554432000 4194304 4785740 140737031454352 18446744073709551615 4309557 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9934/statm: 4560 1905 341 145 0 1605 0
[pid=9935] ppid=9932 vsize=455960 CPUtime=12.69 cores=2
/proc/9935/stat : 9935 (TNM) R 9932 9932 9318 0 -1 4202496 365 0 0 0 1269 0 0 0 25 0 1 0 528152386 466903040 262 33554432000 134512640 134534564 4289159120 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9935/statm: 113990 262 95 6 0 112656 0
[pid=9936] ppid=9932 vsize=10904 CPUtime=12.69 cores=3
/proc/9936/stat : 9936 (march_hi) R 9932 9932 9318 0 -1 4202496 1181 0 0 0 1269 0 0 0 25 0 1 0 528152386 11165696 1074 33554432000 4194304 4331988 140735527485392 18446744073709551615 4229292 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9936/statm: 2726 1074 173 34 0 1168 0
[pid=9937] ppid=9932 vsize=130160 CPUtime=50.69 cores=4-7
/proc/9937/stat : 9937 (plingeling) S 9932 9932 9318 0 -1 4202496 12381 1260 0 0 5068 1 0 0 25 0 5 0 528152386 133283840 4861 33554432000 4194304 4356188 140733302207184 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9937/statm: 32540 4861 164 40 0 31084 0
[pid=9937/tid=9944] ppid=9932 vsize=130160 CPUtime=12.68 cores=4-7
/proc/9937/task/9944/stat : 9944 (plingeling) R 9932 9932 9318 0 -1 4202560 2725 1260 0 0 1268 0 0 0 25 0 5 0 528152387 133283840 4861 33554432000 4194304 4356188 140733302207184 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9937/tid=9945] ppid=9932 vsize=130160 CPUtime=12.68 cores=4-7
/proc/9937/task/9945/stat : 9945 (plingeling) R 9932 9932 9318 0 -1 4202560 3011 1260 0 0 1268 0 0 0 25 0 5 0 528152387 133283840 4861 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9937/tid=9946] ppid=9932 vsize=130160 CPUtime=12.62 cores=4-7
/proc/9937/task/9946/stat : 9946 (plingeling) R 9932 9932 9318 0 -1 4202560 3089 1260 0 0 1262 0 0 0 25 0 5 0 528152387 133283840 4861 33554432000 4194304 4356188 140733302207184 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9937/tid=9947] ppid=9932 vsize=130160 CPUtime=12.68 cores=4-7
/proc/9937/task/9947/stat : 9947 (plingeling) R 9932 9932 9318 0 -1 4202560 3026 1260 0 0 1268 0 0 0 25 0 5 0 528152387 133283840 4861 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331392 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 678240

[startup+25.5012 s]
/proc/loadavg: 8.16 8.07 8.01 9/180 9948
/proc/meminfo: memFree=30867776/32950928 swapFree=67111404/67111528
[pid=9932] ppid=9930 vsize=18324 CPUtime=0 cores=0-7
/proc/9932/stat : 9932 (ppfolio) S 9930 9932 9318 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 528152386 18763776 389 33554432000 4194304 4287625 140735383810688 18446744073709551615 235594886671 0 0 4096 65536 11244212977789829119 0 0 17 4 0 0 0
/proc/9932/statm: 4581 389 341 23 0 91 0
[pid=9933] ppid=9932 vsize=1537924 CPUtime=25.49 cores=0
/proc/9933/stat : 9933 (cryptominisat) R 9932 9932 9318 0 -1 4202496 17984 0 0 0 2546 3 0 0 25 0 1 0 528152386 1574834176 6974 33554432000 4194304 4587354 140735483320608 18446744073709551615 235594563217 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9933/statm: 384481 6974 337 96 0 381043 0
[pid=9934] ppid=9932 vsize=20436 CPUtime=25.49 cores=1
/proc/9934/stat : 9934 (clasp) R 9932 9932 9318 0 -1 4202496 2538 0 0 0 2549 0 0 0 25 0 1 0 528152386 20926464 2425 33554432000 4194304 4785740 140737031454352 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9934/statm: 5109 2425 341 145 0 2154 0
[pid=9935] ppid=9932 vsize=455960 CPUtime=25.49 cores=2
/proc/9935/stat : 9935 (TNM) R 9932 9932 9318 0 -1 4202496 365 0 0 0 2549 0 0 0 25 0 1 0 528152386 466903040 262 33554432000 134512640 134534564 4289159120 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9935/statm: 113990 262 95 6 0 112656 0
[pid=9936] ppid=9932 vsize=12348 CPUtime=25.49 cores=3
/proc/9936/stat : 9936 (march_hi) R 9932 9932 9318 0 -1 4202496 1651 0 0 0 2549 0 0 0 25 0 1 0 528152386 12644352 1544 33554432000 4194304 4331988 140735527485392 18446744073709551615 4211586 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9936/statm: 3087 1544 173 34 0 1529 0
[pid=9937] ppid=9932 vsize=142456 CPUtime=101.83 cores=4-7
/proc/9937/stat : 9937 (plingeling) S 9932 9932 9318 0 -1 4202496 23584 1260 0 0 10180 3 0 0 25 0 5 0 528152386 145874944 7936 33554432000 4194304 4356188 140733302207184 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9937/statm: 35614 7936 164 40 0 34158 0
[pid=9937/tid=9944] ppid=9932 vsize=142456 CPUtime=25.48 cores=4-7
/proc/9937/task/9944/stat : 9944 (plingeling) R 9932 9932 9318 0 -1 4202560 5477 1260 0 0 2548 0 0 0 25 0 5 0 528152387 145874944 7936 33554432000 4194304 4356188 140733302207184 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9937/tid=9945] ppid=9932 vsize=142456 CPUtime=25.48 cores=4-7
/proc/9937/task/9945/stat : 9945 (plingeling) R 9932 9932 9318 0 -1 4202560 5957 1260 0 0 2548 0 0 0 25 0 5 0 528152387 145874944 7936 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9937/tid=9946] ppid=9932 vsize=142456 CPUtime=25.35 cores=4-7
/proc/9937/task/9946/stat : 9946 (plingeling) R 9932 9932 9318 0 -1 4202560 5778 1260 0 0 2535 0 0 0 25 0 5 0 528152387 145874944 7936 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9937/tid=9947] ppid=9932 vsize=142456 CPUtime=25.48 cores=4-7
/proc/9937/task/9947/stat : 9947 (plingeling) R 9932 9932 9318 0 -1 4202560 5842 1260 0 0 2547 1 0 0 25 0 5 0 528152387 145874944 7936 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 2187448

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

[pid=9935] ppid=9932 vsize=455964 CPUtime=4781.79 cores=2
/proc/9935/stat : 9935 (TNM) R 9932 9932 9318 0 -1 4202496 374 0 0 0 478178 1 0 0 25 0 1 0 528152386 466907136 271 33554432000 134512640 134534564 4289159120 18446744073709551615 134528273 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9935/statm: 113991 271 103 6 0 112657 0
[pid=9936] ppid=9932 vsize=828508 CPUtime=4782.4 cores=3
/proc/9936/stat : 9936 (march_hi) R 9932 9932 9318 0 -1 4202496 145690 0 0 0 478129 111 0 0 25 0 1 0 528152386 848392192 145583 33554432000 4194304 4331988 140735527485392 18446744073709551615 4211435 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9936/statm: 207127 145583 173 34 0 205569 0
[pid=9937] ppid=9932 vsize=292652 CPUtime=19102.8 cores=4-7
/proc/9937/stat : 9937 (plingeling) S 9932 9932 9318 0 -1 4202496 902429 1260 0 0 1910149 126 0 0 25 0 5 0 528152386 299675648 45375 33554432000 4194304 4356188 140733302207184 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9937/statm: 73163 45375 164 40 0 71707 0
[pid=9937/tid=9944] ppid=9932 vsize=292652 CPUtime=4782.39 cores=4-7
/proc/9937/task/9944/stat : 9944 (plingeling) R 9932 9932 9318 0 -1 4202560 226313 1260 0 0 478208 31 0 0 25 0 5 0 528152387 299675648 45375 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9937/tid=9945] ppid=9932 vsize=292652 CPUtime=4781.75 cores=4-7
/proc/9937/task/9945/stat : 9945 (plingeling) R 9932 9932 9318 0 -1 4202560 218617 1260 0 0 478146 29 0 0 25 0 5 0 528152387 299675648 45375 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9937/tid=9946] ppid=9932 vsize=292652 CPUtime=4756.32 cores=4-7
/proc/9937/task/9946/stat : 9946 (plingeling) R 9932 9932 9318 0 -1 4202560 242708 1260 0 0 475601 31 0 0 25 0 5 0 528152387 299675648 45375 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331309 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9937/tid=9947] ppid=9932 vsize=292652 CPUtime=4782.24 cores=4-7
/proc/9937/task/9947/stat : 9947 (plingeling) R 9932 9932 9318 0 -1 4202560 214261 1260 0 0 478192 32 0 0 25 0 5 0 528152387 299675648 45375 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38231.7
Current children cumulated vsize (KiB) 3296028

[startup+4842.3 s]
/proc/loadavg: 8.08 8.07 8.00 9/180 10089
/proc/meminfo: memFree=30010816/32950928 swapFree=67111404/67111528
[pid=9932] ppid=9930 vsize=18324 CPUtime=0 cores=0-7
/proc/9932/stat : 9932 (ppfolio) S 9930 9932 9318 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 528152386 18763776 389 33554432000 4194304 4287625 140735383810688 18446744073709551615 235594886671 0 0 4096 65536 11244212977789829119 0 0 17 4 0 0 0
/proc/9932/statm: 4581 389 341 23 0 91 0
[pid=9933] ppid=9932 vsize=1635420 CPUtime=4842.39 cores=0
/proc/9933/stat : 9933 (cryptominisat) R 9932 9932 9318 0 -1 4202496 292560 0 0 0 484101 138 0 0 25 0 1 0 528152386 1674670080 34479 33554432000 4194304 4587354 140735483320608 18446744073709551615 4238431 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9933/statm: 408855 34479 337 96 0 405417 0
[pid=9934] ppid=9932 vsize=65300 CPUtime=4842.38 cores=1
/proc/9934/stat : 9934 (clasp) R 9932 9932 9318 0 -1 4202496 12793 0 0 0 484236 2 0 0 25 0 1 0 528152386 66867200 12680 33554432000 4194304 4785740 140737031454352 18446744073709551615 4553344 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9934/statm: 16325 12680 341 145 0 13370 0
[pid=9935] ppid=9932 vsize=455964 CPUtime=4841.78 cores=2
/proc/9935/stat : 9935 (TNM) R 9932 9932 9318 0 -1 4202496 374 0 0 0 484177 1 0 0 25 0 1 0 528152386 466907136 271 33554432000 134512640 134534564 4289159120 18446744073709551615 134530568 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9935/statm: 113991 271 103 6 0 112657 0
[pid=9936] ppid=9932 vsize=828508 CPUtime=4842.4 cores=3
/proc/9936/stat : 9936 (march_hi) R 9932 9932 9318 0 -1 4202496 147466 0 0 0 484128 112 0 0 25 0 1 0 528152386 848392192 147359 33554432000 4194304 4331988 140735527485392 18446744073709551615 4226400 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9936/statm: 207127 147359 173 34 0 205569 0
[pid=9937] ppid=9932 vsize=259628 CPUtime=19342.4 cores=4-7
/proc/9937/stat : 9937 (plingeling) S 9932 9932 9318 0 -1 4202496 907325 1260 0 0 1934116 126 0 0 25 0 5 0 528152386 265859072 37119 33554432000 4194304 4356188 140733302207184 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9937/statm: 64907 37119 164 40 0 63451 0
[pid=9937/tid=9944] ppid=9932 vsize=259628 CPUtime=4842.39 cores=4-7
/proc/9937/task/9944/stat : 9944 (plingeling) R 9932 9932 9318 0 -1 4202560 227625 1260 0 0 484208 31 0 0 25 0 5 0 528152387 265859072 37119 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9937/tid=9945] ppid=9932 vsize=259628 CPUtime=4841.74 cores=4-7
/proc/9937/task/9945/stat : 9945 (plingeling) R 9932 9932 9318 0 -1 4202560 219385 1260 0 0 484145 29 0 0 25 0 5 0 528152387 265859072 37119 33554432000 4194304 4356188 140733302207184 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9937/tid=9946] ppid=9932 vsize=259628 CPUtime=4815.99 cores=4-7
/proc/9937/task/9946/stat : 9946 (plingeling) R 9932 9932 9318 0 -1 4202560 243860 1260 0 0 481568 31 0 0 25 0 5 0 528152387 265859072 37119 33554432000 4194304 4356188 140733302207184 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9937/tid=9947] ppid=9932 vsize=259628 CPUtime=4842.25 cores=4-7
/proc/9937/task/9947/stat : 9947 (plingeling) R 9932 9932 9318 0 -1 4202560 215925 1260 0 0 484192 33 0 0 25 0 5 0 528152387 265859072 37119 33554432000 4194304 4356188 140733302207184 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38711.4
Current children cumulated vsize (KiB) 3263144

[startup+4902.3 s]
/proc/loadavg: 8.08 8.07 8.00 9/180 10090
/proc/meminfo: memFree=30003956/32950928 swapFree=67111404/67111528
[pid=9932] ppid=9930 vsize=18324 CPUtime=0 cores=0-7
/proc/9932/stat : 9932 (ppfolio) S 9930 9932 9318 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 528152386 18763776 389 33554432000 4194304 4287625 140735383810688 18446744073709551615 235594886671 0 0 4096 65536 11244212977789829119 0 0 17 4 0 0 0
/proc/9932/statm: 4581 389 341 23 0 91 0
[pid=9933] ppid=9932 vsize=1643420 CPUtime=4902.39 cores=0
/proc/9933/stat : 9933 (cryptominisat) R 9932 9932 9318 0 -1 4202496 297947 0 0 0 490099 140 0 0 25 0 1 0 528152386 1682862080 33076 33554432000 4194304 4587354 140735483320608 18446744073709551615 4238752 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9933/statm: 410855 33076 337 96 0 407417 0
[pid=9934] ppid=9932 vsize=65300 CPUtime=4902.39 cores=1
/proc/9934/stat : 9934 (clasp) R 9932 9932 9318 0 -1 4202496 12805 0 0 0 490237 2 0 0 25 0 1 0 528152386 66867200 12692 33554432000 4194304 4785740 140737031454352 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9934/statm: 16325 12692 341 145 0 13370 0
[pid=9935] ppid=9932 vsize=455964 CPUtime=4901.77 cores=2
/proc/9935/stat : 9935 (TNM) R 9932 9932 9318 0 -1 4202496 374 0 0 0 490176 1 0 0 25 0 1 0 528152386 466907136 271 33554432000 134512640 134534564 4289159120 18446744073709551615 134528511 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9935/statm: 113991 271 103 6 0 112657 0
[pid=9936] ppid=9932 vsize=828508 CPUtime=4902.4 cores=3
/proc/9936/stat : 9936 (march_hi) R 9932 9932 9318 0 -1 4202496 149197 0 0 0 490127 113 0 0 25 0 1 0 528152386 848392192 149090 33554432000 4194304 4331988 140735527485392 18446744073709551615 4211519 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9936/statm: 207127 149090 173 34 0 205569 0
[pid=9937] ppid=9932 vsize=262956 CPUtime=19582.1 cores=4-7
/proc/9937/stat : 9937 (plingeling) S 9932 9932 9318 0 -1 4202496 917149 1260 0 0 1958084 127 0 0 25 0 5 0 528152386 269266944 37951 33554432000 4194304 4356188 140733302207184 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9937/statm: 65739 37951 164 40 0 64283 0
[pid=9937/tid=9944] ppid=9932 vsize=262956 CPUtime=4902.4 cores=4-7
/proc/9937/task/9944/stat : 9944 (plingeling) R 9932 9932 9318 0 -1 4202560 228777 1260 0 0 490209 31 0 0 25 0 5 0 528152387 269266944 37951 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9937/tid=9945] ppid=9932 vsize=262956 CPUtime=4901.76 cores=4-7
/proc/9937/task/9945/stat : 9945 (plingeling) R 9932 9932 9318 0 -1 4202560 221881 1260 0 0 490146 30 0 0 25 0 5 0 528152387 269266944 37951 33554432000 4194304 4356188 140733302207184 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9937/tid=9946] ppid=9932 vsize=262956 CPUtime=4875.67 cores=4-7
/proc/9937/task/9946/stat : 9946 (plingeling) R 9932 9932 9318 0 -1 4202560 249268 1260 0 0 487535 32 0 0 25 0 5 0 528152387 269266944 37951 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9937/tid=9947] ppid=9932 vsize=262956 CPUtime=4902.26 cores=4-7
/proc/9937/task/9947/stat : 9947 (plingeling) R 9932 9932 9318 0 -1 4202560 216693 1260 0 0 490193 33 0 0 25 0 5 0 528152387 269266944 37951 33554432000 4194304 4356188 140733302207184 18446744073709551615 4332225 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39191.1
Current children cumulated vsize (KiB) 3274472

[startup+4962.3 s]
/proc/loadavg: 8.03 8.05 8.00 9/180 10092
/proc/meminfo: memFree=30004664/32950928 swapFree=67111404/67111528
[pid=9932] ppid=9930 vsize=18324 CPUtime=0 cores=0-7
/proc/9932/stat : 9932 (ppfolio) S 9930 9932 9318 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 528152386 18763776 389 33554432000 4194304 4287625 140735383810688 18446744073709551615 235594886671 0 0 4096 65536 11244212977789829119 0 0 17 4 0 0 0
/proc/9932/statm: 4581 389 341 23 0 91 0
[pid=9933] ppid=9932 vsize=1635412 CPUtime=4962.39 cores=0
/proc/9933/stat : 9933 (cryptominisat) R 9932 9932 9318 0 -1 4202496 303153 0 0 0 496096 143 0 0 25 0 1 0 528152386 1674661888 31385 33554432000 4194304 4587354 140735483320608 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9933/statm: 408853 31385 337 96 0 405415 0
[pid=9934] ppid=9932 vsize=65500 CPUtime=4962.38 cores=1
/proc/9934/stat : 9934 (clasp) R 9932 9932 9318 0 -1 4202496 12852 0 0 0 496236 2 0 0 25 0 1 0 528152386 67072000 12739 33554432000 4194304 4785740 140737031454352 18446744073709551615 4553090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9934/statm: 16375 12739 341 145 0 13420 0
[pid=9935] ppid=9932 vsize=455964 CPUtime=4961.76 cores=2
/proc/9935/stat : 9935 (TNM) R 9932 9932 9318 0 -1 4202496 374 0 0 0 496175 1 0 0 25 0 1 0 528152386 466907136 271 33554432000 134512640 134534564 4289159120 18446744073709551615 134530309 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9935/statm: 113991 271 103 6 0 112657 0
[pid=9936] ppid=9932 vsize=828508 CPUtime=4962.41 cores=3
/proc/9936/stat : 9936 (march_hi) R 9932 9932 9318 0 -1 4202496 150918 0 0 0 496126 115 0 0 25 0 1 0 528152386 848392192 150811 33554432000 4194304 4331988 140735527485392 18446744073709551615 4292593 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9936/statm: 207127 150811 173 34 0 205569 0
[pid=9937] ppid=9932 vsize=262700 CPUtime=19821.8 cores=4-7
/proc/9937/stat : 9937 (plingeling) S 9932 9932 9318 0 -1 4202496 922045 1260 0 0 1982050 128 0 0 25 0 5 0 528152386 269004800 37887 33554432000 4194304 4356188 140733302207184 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9937/statm: 65675 37887 164 40 0 64219 0
[pid=9937/tid=9944] ppid=9932 vsize=262700 CPUtime=4962.39 cores=4-7
/proc/9937/task/9944/stat : 9944 (plingeling) R 9932 9932 9318 0 -1 4202560 230089 1260 0 0 496208 31 0 0 25 0 5 0 528152387 269004800 37887 33554432000 4194304 4356188 140733302207184 18446744073709551615 4332239 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9937/tid=9945] ppid=9932 vsize=262700 CPUtime=4961.75 cores=4-7
/proc/9937/task/9945/stat : 9945 (plingeling) R 9932 9932 9318 0 -1 4202560 222137 1260 0 0 496145 30 0 0 25 0 5 0 528152387 269004800 37887 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331964 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9937/tid=9946] ppid=9932 vsize=262700 CPUtime=4935.34 cores=4-7
/proc/9937/task/9946/stat : 9946 (plingeling) R 9932 9932 9318 0 -1 4202560 250932 1260 0 0 493502 32 0 0 25 0 5 0 528152387 269004800 37887 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9937/tid=9947] ppid=9932 vsize=262700 CPUtime=4962.25 cores=4-7
/proc/9937/task/9947/stat : 9947 (plingeling) R 9932 9932 9318 0 -1 4202560 218357 1260 0 0 496192 33 0 0 25 0 5 0 528152387 269004800 37887 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331106 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39670.7
Current children cumulated vsize (KiB) 3266408



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.01 8.04 8.00 9/180 10093
/proc/meminfo: memFree=29961984/32950928 swapFree=67111404/67111528
[pid=9932] ppid=9930 vsize=18324 CPUtime=0 cores=0-7
/proc/9932/stat : 9932 (ppfolio) S 9930 9932 9318 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 528152386 18763776 389 33554432000 4194304 4287625 140735383810688 18446744073709551615 235594886671 0 0 4096 65536 11244212977789829119 0 0 17 4 0 0 0
/proc/9932/statm: 4581 389 341 23 0 91 0
[pid=9933] ppid=9932 vsize=1635412 CPUtime=5000.09 cores=0
/proc/9933/stat : 9933 (cryptominisat) R 9932 9932 9318 0 -1 4202496 305513 0 0 0 499865 144 0 0 25 0 1 0 528152386 1674661888 33663 33554432000 4194304 4587354 140735483320608 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9933/statm: 408853 33663 337 96 0 405415 0
[pid=9934] ppid=9932 vsize=65668 CPUtime=5000.09 cores=1
/proc/9934/stat : 9934 (clasp) R 9932 9932 9318 0 -1 4202496 12871 0 0 0 500007 2 0 0 25 0 1 0 528152386 67244032 12758 33554432000 4194304 4785740 140737031454352 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9934/statm: 16417 12758 341 145 0 13462 0
[pid=9935] ppid=9932 vsize=455964 CPUtime=4999.46 cores=2
/proc/9935/stat : 9935 (TNM) R 9932 9932 9318 0 -1 4202496 374 0 0 0 499945 1 0 0 25 0 1 0 528152386 466907136 271 33554432000 134512640 134534564 4289159120 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/9935/statm: 113991 271 103 6 0 112657 0
[pid=9936] ppid=9932 vsize=828508 CPUtime=5000.11 cores=3
/proc/9936/stat : 9936 (march_hi) R 9932 9932 9318 0 -1 4202496 151941 0 0 0 499895 116 0 0 25 0 1 0 528152386 848392192 151834 33554432000 4194304 4331988 140735527485392 18446744073709551615 4229471 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9936/statm: 207127 151834 173 34 0 205569 0
[pid=9937] ppid=9932 vsize=291500 CPUtime=19972.4 cores=4-7
/proc/9937/stat : 9937 (plingeling) S 9932 9932 9318 0 -1 4202496 934141 1260 0 0 1997110 129 0 0 25 0 5 0 528152386 298496000 45087 33554432000 4194304 4356188 140733302207184 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/9937/statm: 72875 45087 164 40 0 71419 0
[pid=9937/tid=9944] ppid=9932 vsize=291500 CPUtime=5000.1 cores=4-7
/proc/9937/task/9944/stat : 9944 (plingeling) R 9932 9932 9318 0 -1 4202560 234953 1260 0 0 499978 32 0 0 25 0 5 0 528152387 298496000 45087 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=9937/tid=9945] ppid=9932 vsize=291500 CPUtime=4999.46 cores=4-7
/proc/9937/task/9945/stat : 9945 (plingeling) R 9932 9932 9318 0 -1 4202560 223577 1260 0 0 499916 30 0 0 25 0 5 0 528152387 298496000 45087 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=9937/tid=9946] ppid=9932 vsize=291500 CPUtime=4972.84 cores=4-7
/proc/9937/task/9946/stat : 9946 (plingeling) R 9932 9932 9318 0 -1 4202560 251860 1260 0 0 497252 32 0 0 25 0 5 0 528152387 298496000 45087 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=9937/tid=9947] ppid=9932 vsize=291500 CPUtime=4999.95 cores=4-7
/proc/9937/task/9947/stat : 9947 (plingeling) R 9932 9932 9318 0 -1 4202560 223221 1260 0 0 499962 33 0 0 25 0 5 0 528152387 298496000 45087 33554432000 4194304 4356188 140733302207184 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39972.1
Current children cumulated vsize (KiB) 3295376

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 9932 and gives
#  childrusage.ru_utime.tv_sec=14998
#  childrusage.ru_utime.tv_usec=191928
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=507770
# CPU time returned by wait4() is 14999.7
# 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): 39968.2
CPU system time (s): 3.92
CPU usage (%): 799.44
Max. virtual memory (cumulated for all children) (KiB): 4542872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14998.2
system time used= 1.50777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 319293
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= 622
involuntary context switches= 85416

runsolver used 8.18276 second user time and 19.0891 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-30 14:12:16
IDJOB=3222357
IDBENCH=83076
IDSOLVER=1638
FILE ID=node120/3222357-1304165536
RUNJOBID= node120-1304159778-9332
PBS_JOBID= 13170919
Free space on /tmp= 73168 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S1631976568-086.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3222357-1304165536/watcher-3222357-1304165536 -o /tmp/evaluation-result-3222357-1304165536/solver-3222357-1304165536 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3222357-1304165536.cnf

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

MD5SUM BENCH= fe5ef992569d41f4964aa99001a148e1
RANDOM SEED=513108185

node120.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	: 5226.07
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.82
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.75
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.78
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.75
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.82
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30934112 kB
Buffers:        537044 kB
Cached:        1053632 kB
SwapCached:          8 kB
Active:         661144 kB
Inactive:       992776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30934112 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           10148 kB
Writeback:           0 kB
AnonPages:       63196 kB
Mapped:          14984 kB
Slab:           296948 kB
PageTables:       5164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189452 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= 73160 MiB
End job on node120 at 2011-04-30 15:35:38