Trace number 3310138

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) 40000.5 5003.62

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k100.cnf
MD5SUMcf1b8194ff6d413d396ac9e26bb031ef
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark164.562
Satisfiable
(Un)Satisfiability was proved
Number of variables50797
Number of clauses177980
Sum of the clauses size470252
Maximum clause length37
Minimum clause length1
Number of clauses of size 11318
Number of clauses of size 295086
Number of clauses of size 374860
Number of clauses of size 4486
Number of clauses of size 5945
Number of clauses of size over 55285

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-3310138-1303992874/watcher-3310138-1303992874 -o /tmp/evaluation-result-3310138-1303992874/solver-3310138-1303992874 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310138-1303992874.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): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.02 7.83 7.93 1/170 12341
/proc/meminfo: memFree=16794076/32951124 swapFree=67111528/67111528
[pid=12341] ppid=12339 vsize=18324 CPUtime=0 cores=0-7
/proc/12341/stat : 12341 (ppfolio) R 12339 12341 12315 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 589517976 18763776 389 33554432000 4194304 4287625 140737146555648 18446744073709551615 260020416015 0 0 4096 65536 0 0 0 17 2 0 0 0
/proc/12341/statm: 4581 389 341 23 0 91 0

[startup+0.0909341 s]
/proc/loadavg: 7.02 7.83 7.93 1/170 12341
/proc/meminfo: memFree=16794076/32951124 swapFree=67111528/67111528
[pid=12341] ppid=12339 vsize=18324 CPUtime=0 cores=0-7
/proc/12341/stat : 12341 (ppfolio) S 12339 12341 12315 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 589517976 18763776 389 33554432000 4194304 4287625 140737146555648 18446744073709551615 260020416015 0 0 4096 65536 4576457807607365631 0 0 17 7 0 0 0
/proc/12341/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100931 s]
/proc/loadavg: 7.02 7.83 7.93 1/170 12341
/proc/meminfo: memFree=16794076/32951124 swapFree=67111528/67111528
[pid=12341] ppid=12339 vsize=18324 CPUtime=0 cores=0-7
/proc/12341/stat : 12341 (ppfolio) S 12339 12341 12315 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 589517976 18763776 389 33554432000 4194304 4287625 140737146555648 18446744073709551615 260020416015 0 0 4096 65536 4576457807607365631 0 0 17 7 0 0 0
/proc/12341/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300868 s]
/proc/loadavg: 7.02 7.83 7.93 1/170 12341
/proc/meminfo: memFree=16794076/32951124 swapFree=67111528/67111528
[pid=12341] ppid=12339 vsize=18324 CPUtime=0 cores=0-7
/proc/12341/stat : 12341 (ppfolio) S 12339 12341 12315 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 589517976 18763776 389 33554432000 4194304 4287625 140737146555648 18446744073709551615 260020416015 0 0 4096 65536 4576457807607365631 0 0 17 7 0 0 0
/proc/12341/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700793 s]
/proc/loadavg: 7.02 7.83 7.93 1/170 12341
/proc/meminfo: memFree=16794076/32951124 swapFree=67111528/67111528
[pid=12341] ppid=12339 vsize=18324 CPUtime=0 cores=0-7
/proc/12341/stat : 12341 (ppfolio) S 12339 12341 12315 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 589517976 18763776 389 33554432000 4194304 4287625 140737146555648 18446744073709551615 260020416015 0 0 4096 65536 4576457807607365631 0 0 17 7 0 0 0
/proc/12341/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50065 s]
/proc/loadavg: 7.02 7.83 7.93 9/180 12356
/proc/meminfo: memFree=16656612/32951124 swapFree=67111528/67111528
[pid=12341] ppid=12339 vsize=18324 CPUtime=0 cores=0-7
/proc/12341/stat : 12341 (ppfolio) S 12339 12341 12315 0 -1 4202496 518 0 0 0 0 0 0 0 17 0 1 0 589517976 18763776 389 33554432000 4194304 4287625 140737146555648 18446744073709551615 260020416015 0 0 4096 65536 4576457807607365631 0 0 17 7 0 0 0
/proc/12341/statm: 4581 389 341 23 0 91 0
[pid=12342] ppid=12341 vsize=55208 CPUtime=1.49 cores=0
/proc/12342/stat : 12342 (cryptominisat) R 12341 12341 12315 0 -1 4202496 8525 0 0 0 148 1 0 0 25 0 1 0 589517976 56532992 8304 33554432000 4194304 4587354 140734935884384 18446744073709551615 4248827 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12342/statm: 13802 8304 316 96 0 10364 0
[pid=12343] ppid=12341 vsize=41852 CPUtime=1.49 cores=1
/proc/12343/stat : 12343 (clasp) R 12341 12341 12315 0 -1 4202496 9923 0 0 0 148 1 0 0 20 0 1 0 589517976 42856448 7650 33554432000 4194304 4785740 140734428275232 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12343/statm: 10463 7650 340 145 0 7508 0
[pid=12344] ppid=12341 vsize=465064 CPUtime=1.49 cores=2
/proc/12344/stat : 12344 (TNM) R 12341 12341 12315 0 -1 4202496 6411 0 0 0 148 1 0 0 20 0 1 0 589517976 476225536 6308 33554432000 134512640 134534564 4288859792 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12344/statm: 116266 6308 95 6 0 114932 0
[pid=12345] ppid=12341 vsize=42224 CPUtime=1.49 cores=3
/proc/12345/stat : 12345 (march_hi) R 12341 12341 12315 0 -1 4202496 36999 0 0 0 143 6 0 0 20 0 1 0 589517976 43237376 7546 33554432000 4194304 4331988 140735426948160 18446744073709551615 4219148 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12345/statm: 10556 7546 150 34 0 8998 0
[pid=12346] ppid=12341 vsize=144772 CPUtime=5.28 cores=4-7
/proc/12346/stat : 12346 (plingeling) S 12341 12341 12315 0 -1 4202496 20443 1253 0 0 525 3 0 0 18 0 5 0 589517976 148246528 8279 33554432000 4194304 4356188 140734544189296 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12346/statm: 36193 8279 163 40 0 34737 0
[pid=12346/tid=12353] ppid=12341 vsize=144772 CPUtime=1.25 cores=4-7
/proc/12346/task/12353/stat : 12353 (plingeling) R 12341 12341 12315 0 -1 4202560 2889 1253 0 0 125 0 0 0 25 0 5 0 589517999 148246528 8279 33554432000 4194304 4356188 140734544189296 18446744073709551615 4210605 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12346/tid=12354] ppid=12341 vsize=144772 CPUtime=1.26 cores=4-7
/proc/12346/task/12354/stat : 12354 (plingeling) R 12341 12341 12315 0 -1 4202560 3983 1253 0 0 126 0 0 0 25 0 5 0 589517999 148246528 8279 33554432000 4194304 4356188 140734544189296 18446744073709551615 4231359 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12346/tid=12355] ppid=12341 vsize=144772 CPUtime=1.26 cores=4-7
/proc/12346/task/12355/stat : 12355 (plingeling) R 12341 12341 12315 0 -1 4202560 2357 1253 0 0 126 0 0 0 22 0 5 0 589517999 148246528 8279 33554432000 4194304 4356188 140734544189296 18446744073709551615 4292800 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12346/tid=12356] ppid=12341 vsize=144772 CPUtime=1.26 cores=4-7
/proc/12346/task/12356/stat : 12356 (plingeling) R 12341 12341 12315 0 -1 4202560 2423 1253 0 0 126 0 0 0 19 0 5 0 589517999 148246528 8279 33554432000 4194304 4356188 140734544189296 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.24
Current children cumulated vsize (KiB) 767444

[startup+3.10135 s]
/proc/loadavg: 7.02 7.83 7.93 9/180 12356
/proc/meminfo: memFree=16610732/32951124 swapFree=67111528/67111528
[pid=12341] ppid=12339 vsize=18324 CPUtime=0 cores=0-7
/proc/12341/stat : 12341 (ppfolio) S 12339 12341 12315 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 589517976 18763776 389 33554432000 4194304 4287625 140737146555648 18446744073709551615 260020416015 0 0 4096 65536 4576457807607365631 0 0 17 7 0 0 0
/proc/12341/statm: 4581 389 341 23 0 91 0
[pid=12342] ppid=12341 vsize=68260 CPUtime=3.09 cores=0
/proc/12342/stat : 12342 (cryptominisat) R 12341 12341 12315 0 -1 4202496 14844 0 0 0 307 2 0 0 25 0 1 0 589517976 69898240 11960 33554432000 4194304 4587354 140734935884384 18446744073709551615 4239632 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12342/statm: 17065 11960 333 96 0 13627 0
[pid=12343] ppid=12341 vsize=42512 CPUtime=3.09 cores=1
/proc/12343/stat : 12343 (clasp) R 12341 12341 12315 0 -1 4202496 10144 0 0 0 308 1 0 0 25 0 1 0 589517976 43532288 7871 33554432000 4194304 4785740 140734428275232 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12343/statm: 10628 7871 340 145 0 7673 0
[pid=12344] ppid=12341 vsize=465064 CPUtime=3.09 cores=2
/proc/12344/stat : 12344 (TNM) R 12341 12341 12315 0 -1 4202496 6411 0 0 0 308 1 0 0 25 0 1 0 589517976 476225536 6308 33554432000 134512640 134534564 4288859792 18446744073709551615 134528273 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12344/statm: 116266 6308 95 6 0 114932 0
[pid=12345] ppid=12341 vsize=42224 CPUtime=3.09 cores=3
/proc/12345/stat : 12345 (march_hi) R 12341 12341 12315 0 -1 4202496 37000 0 0 0 303 6 0 0 25 0 1 0 589517976 43237376 7546 33554432000 4194304 4331988 140735426948160 18446744073709551615 260020051952 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12345/statm: 10556 7546 149 34 0 8998 0
[pid=12346] ppid=12341 vsize=168040 CPUtime=11.68 cores=4-7
/proc/12346/stat : 12346 (plingeling) S 12341 12341 12315 0 -1 4202496 26236 1253 0 0 1164 4 0 0 18 0 5 0 589517976 172072960 14072 33554432000 4194304 4356188 140734544189296 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12346/statm: 42010 14072 163 40 0 40554 0
[pid=12346/tid=12353] ppid=12341 vsize=168040 CPUtime=2.84 cores=4-7
/proc/12346/task/12353/stat : 12353 (plingeling) R 12341 12341 12315 0 -1 4202560 4335 1253 0 0 284 0 0 0 25 0 5 0 589517999 172072960 14072 33554432000 4194304 4356188 140734544189296 18446744073709551615 4211540 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12346/tid=12354] ppid=12341 vsize=168040 CPUtime=2.85 cores=4-7
/proc/12346/task/12354/stat : 12354 (plingeling) R 12341 12341 12315 0 -1 4202560 5365 1253 0 0 285 0 0 0 25 0 5 0 589517999 172072960 14072 33554432000 4194304 4356188 140734544189296 18446744073709551615 4254610 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12346/tid=12355] ppid=12341 vsize=168040 CPUtime=2.86 cores=4-7
/proc/12346/task/12355/stat : 12355 (plingeling) R 12341 12341 12315 0 -1 4202560 4050 1253 0 0 286 0 0 0 25 0 5 0 589517999 172072960 14072 33554432000 4194304 4356188 140734544189296 18446744073709551615 4270515 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12346/tid=12356] ppid=12341 vsize=168040 CPUtime=2.86 cores=4-7
/proc/12346/task/12356/stat : 12356 (plingeling) R 12341 12341 12315 0 -1 4202560 3695 1253 0 0 286 0 0 0 23 0 5 0 589517999 172072960 14072 33554432000 4194304 4356188 140734544189296 18446744073709551615 4236939 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.04
Current children cumulated vsize (KiB) 804424

[startup+6.30076 s]
/proc/loadavg: 7.09 7.83 7.93 9/180 12356
/proc/meminfo: memFree=16569956/32951124 swapFree=67111528/67111528
[pid=12341] ppid=12339 vsize=18324 CPUtime=0 cores=0-7
/proc/12341/stat : 12341 (ppfolio) S 12339 12341 12315 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 589517976 18763776 389 33554432000 4194304 4287625 140737146555648 18446744073709551615 260020416015 0 0 4096 65536 4576457807607365631 0 0 17 7 0 0 0
/proc/12341/statm: 4581 389 341 23 0 91 0
[pid=12342] ppid=12341 vsize=105764 CPUtime=6.29 cores=0
/proc/12342/stat : 12342 (cryptominisat) R 12341 12341 12315 0 -1 4202496 16530 0 0 0 627 2 0 0 25 0 1 0 589517976 108302336 13639 33554432000 4194304 4587354 140734935884384 18446744073709551615 4237946 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12342/statm: 26441 13639 333 96 0 23003 0
[pid=12343] ppid=12341 vsize=47452 CPUtime=6.28 cores=1
/proc/12343/stat : 12343 (clasp) R 12341 12341 12315 0 -1 4202496 11355 0 0 0 627 1 0 0 25 0 1 0 589517976 48590848 9082 33554432000 4194304 4785740 140734428275232 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12343/statm: 11863 9082 340 145 0 8908 0
[pid=12344] ppid=12341 vsize=465064 CPUtime=6.29 cores=2
/proc/12344/stat : 12344 (TNM) R 12341 12341 12315 0 -1 4202496 6411 0 0 0 628 1 0 0 25 0 1 0 589517976 476225536 6308 33554432000 134512640 134534564 4288859792 18446744073709551615 134530659 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12344/statm: 116266 6308 95 6 0 114932 0
[pid=12345] ppid=12341 vsize=103216 CPUtime=6.29 cores=3
/proc/12345/stat : 12345 (march_hi) R 12341 12341 12315 0 -1 4202496 67135 0 0 0 618 11 0 0 25 0 1 0 589517976 105693184 21727 33554432000 4194304 4331988 140735426948160 18446744073709551615 4257207 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12345/statm: 25804 21727 151 34 0 24246 0
[pid=12346] ppid=12341 vsize=163712 CPUtime=24.46 cores=4-7
/proc/12346/stat : 12346 (plingeling) S 12341 12341 12315 0 -1 4202496 27260 1253 0 0 2442 4 0 0 18 0 5 0 589517976 167641088 12990 33554432000 4194304 4356188 140734544189296 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12346/statm: 40928 12990 163 40 0 39472 0
[pid=12346/tid=12353] ppid=12341 vsize=163712 CPUtime=6.02 cores=4-7
/proc/12346/task/12353/stat : 12353 (plingeling) R 12341 12341 12315 0 -1 4202560 4847 1253 0 0 602 0 0 0 25 0 5 0 589517999 167641088 12990 33554432000 4194304 4356188 140734544189296 18446744073709551615 4281624 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12346/tid=12354] ppid=12341 vsize=163712 CPUtime=6.05 cores=4-7
/proc/12346/task/12354/stat : 12354 (plingeling) R 12341 12341 12315 0 -1 4202560 5877 1253 0 0 605 0 0 0 25 0 5 0 589517999 167641088 12990 33554432000 4194304 4356188 140734544189296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12346/tid=12355] ppid=12341 vsize=163712 CPUtime=6.06 cores=4-7
/proc/12346/task/12355/stat : 12355 (plingeling) R 12341 12341 12315 0 -1 4202560 4050 1253 0 0 606 0 0 0 25 0 5 0 589517999 167641088 12990 33554432000 4194304 4356188 140734544189296 18446744073709551615 4281672 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12346/tid=12356] ppid=12341 vsize=163712 CPUtime=6.06 cores=4-7
/proc/12346/task/12356/stat : 12356 (plingeling) R 12341 12341 12315 0 -1 4202560 3695 1253 0 0 606 0 0 0 25 0 5 0 589517999 167641088 12990 33554432000 4194304 4356188 140734544189296 18446744073709551615 4236992 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.61
Current children cumulated vsize (KiB) 903532

[startup+12.7006 s]
/proc/loadavg: 7.17 7.84 7.93 9/180 12356
/proc/meminfo: memFree=16451328/32951124 swapFree=67111528/67111528
[pid=12341] ppid=12339 vsize=18324 CPUtime=0 cores=0-7
/proc/12341/stat : 12341 (ppfolio) S 12339 12341 12315 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 589517976 18763776 389 33554432000 4194304 4287625 140737146555648 18446744073709551615 260020416015 0 0 4096 65536 4576457807607365631 0 0 17 0 0 0 0
/proc/12341/statm: 4581 389 341 23 0 91 0
[pid=12342] ppid=12341 vsize=1732400 CPUtime=12.69 cores=0
/proc/12342/stat : 12342 (cryptominisat) R 12341 12341 12315 0 -1 4202496 20147 0 0 0 1266 3 0 0 25 0 1 0 589517976 1773977600 13431 33554432000 4194304 4587354 140734935884384 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12342/statm: 433100 13431 339 96 0 429662 0
[pid=12343] ppid=12341 vsize=58696 CPUtime=12.68 cores=1
/proc/12343/stat : 12343 (clasp) R 12341 12341 12315 0 -1 4202496 14170 0 0 0 1266 2 0 0 25 0 1 0 589517976 60104704 11897 33554432000 4194304 4785740 140734428275232 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12343/statm: 14674 11897 340 145 0 11719 0
[pid=12344] ppid=12341 vsize=465064 CPUtime=12.69 cores=2
/proc/12344/stat : 12344 (TNM) R 12341 12341 12315 0 -1 4202496 6411 0 0 0 1268 1 0 0 25 0 1 0 589517976 476225536 6308 33554432000 134512640 134534564 4288859792 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12344/statm: 116266 6308 95 6 0 114932 0
[pid=12345] ppid=12341 vsize=259084 CPUtime=12.68 cores=3
/proc/12345/stat : 12345 (march_hi) R 12341 12341 12315 0 -1 4202496 137929 0 0 0 1247 21 0 0 25 0 1 0 589517976 265302016 41325 33554432000 4194304 4331988 140735426948160 18446744073709551615 4210951 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12345/statm: 64771 41325 205 34 0 63213 0
[pid=12346] ppid=12341 vsize=167640 CPUtime=50.02 cores=4-7
/proc/12346/stat : 12346 (plingeling) S 12341 12341 12315 0 -1 4202496 28557 1253 0 0 4998 4 0 0 18 0 5 0 589517976 171663360 13972 33554432000 4194304 4356188 140734544189296 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12346/statm: 41910 13972 163 40 0 40454 0
[pid=12346/tid=12353] ppid=12341 vsize=167640 CPUtime=12.39 cores=4-7
/proc/12346/task/12353/stat : 12353 (plingeling) R 12341 12341 12315 0 -1 4202560 4847 1253 0 0 1239 0 0 0 25 0 5 0 589517999 171663360 13972 33554432000 4194304 4356188 140734544189296 18446744073709551615 4331624 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12346/tid=12354] ppid=12341 vsize=167640 CPUtime=12.45 cores=4-7
/proc/12346/task/12354/stat : 12354 (plingeling) R 12341 12341 12315 0 -1 4202560 5877 1253 0 0 1245 0 0 0 25 0 5 0 589517999 171663360 13972 33554432000 4194304 4356188 140734544189296 18446744073709551615 4234339 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12346/tid=12355] ppid=12341 vsize=167640 CPUtime=12.46 cores=4-7
/proc/12346/task/12355/stat : 12355 (plingeling) R 12341 12341 12315 0 -1 4202560 4323 1253 0 0 1246 0 0 0 25 0 5 0 589517999 171663360 13972 33554432000 4194304 4356188 140734544189296 18446744073709551615 4312438 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12346/tid=12356] ppid=12341 vsize=167640 CPUtime=12.46 cores=4-7
/proc/12346/task/12356/stat : 12356 (plingeling) R 12341 12341 12315 0 -1 4202560 4719 1253 0 0 1246 0 0 0 25 0 5 0 589517999 171663360 13972 33554432000 4194304 4356188 140734544189296 18446744073709551615 4237413 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.76
Current children cumulated vsize (KiB) 2701208

[startup+25.5012 s]
/proc/loadavg: 7.35 7.84 7.93 9/180 12357
/proc/meminfo: memFree=16438788/32951124 swapFree=67111528/67111528
[pid=12341] ppid=12339 vsize=18324 CPUtime=0 cores=0-7
/proc/12341/stat : 12341 (ppfolio) S 12339 12341 12315 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 589517976 18763776 389 33554432000 4194304 4287625 140737146555648 18446744073709551615 260020416015 0 0 4096 65536 4576457807607365631 0 0 17 0 0 0 0
/proc/12341/statm: 4581 389 341 23 0 91 0
[pid=12342] ppid=12341 vsize=1813896 CPUtime=25.49 cores=0
/proc/12342/stat : 12342 (cryptominisat) R 12341 12341 12315 0 -1 4202496 25758 0 0 0 2544 5 0 0 25 0 1 0 589517976 1857429504 14832 33554432000 4194304 4587354 140734935884384 18446744073709551615 4453664 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=12344] ppid=12341 vsize=465068 CPUtime=4781.56 cores=2
/proc/12344/stat : 12344 (TNM) R 12341 12341 12315 0 -1 4202496 6420 0 0 0 478153 3 0 0 25 0 1 0 589517976 476229632 6317 33554432000 134512640 134534564 4288859792 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12344/statm: 116267 6317 103 6 0 114933 0
[pid=12345] ppid=12341 vsize=259340 CPUtime=4782.44 cores=3
/proc/12345/stat : 12345 (march_hi) R 12341 12341 12315 0 -1 4202496 138941 0 0 0 478223 21 0 0 25 0 1 0 589517976 265564160 42305 33554432000 4194304 4331988 140735426948160 18446744073709551615 4211004 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12345/statm: 64835 42305 176 34 0 63277 0
[pid=12346] ppid=12341 vsize=296356 CPUtime=19102.5 cores=4-7
/proc/12346/stat : 12346 (plingeling) S 12341 12341 12315 0 -1 4202496 307172 1253 0 0 1910197 56 0 0 18 0 5 0 589517976 303468544 46151 33554432000 4194304 4356188 140734544189296 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12346/statm: 74089 46151 163 40 0 72633 0
[pid=12346/tid=12353] ppid=12341 vsize=296356 CPUtime=4756.13 cores=4-7
/proc/12346/task/12353/stat : 12353 (plingeling) R 12341 12341 12315 0 -1 4202560 76444 1253 0 0 475599 14 0 0 25 0 5 0 589517999 303468544 46151 33554432000 4194304 4356188 140734544189296 18446744073709551615 4279575 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12346/tid=12354] ppid=12341 vsize=296356 CPUtime=4782.2 cores=4-7
/proc/12346/task/12354/stat : 12354 (plingeling) R 12341 12341 12315 0 -1 4202560 95024 1253 0 0 478202 18 0 0 25 0 5 0 589517999 303468544 46151 33554432000 4194304 4356188 140734544189296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12346/tid=12355] ppid=12341 vsize=296356 CPUtime=4782.2 cores=4-7
/proc/12346/task/12355/stat : 12355 (plingeling) R 12341 12341 12315 0 -1 4202560 61322 1253 0 0 478209 11 0 0 25 0 5 0 589517999 303468544 46151 33554432000 4194304 4356188 140734544189296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12346/tid=12356] ppid=12341 vsize=296356 CPUtime=4781.75 cores=4-7
/proc/12346/task/12356/stat : 12356 (plingeling) R 12341 12341 12315 0 -1 4202560 65591 1253 0 0 478164 11 0 0 25 0 5 0 589517999 303468544 46151 33554432000 4194304 4356188 140734544189296 18446744073709551615 4281672 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38231.3
Current children cumulated vsize (KiB) 4178564

[startup+4842.3 s]
/proc/loadavg: 8.10 8.05 8.01 9/180 12497
/proc/meminfo: memFree=14963072/32951124 swapFree=67111528/67111528
[pid=12341] ppid=12339 vsize=18324 CPUtime=0 cores=0-7
/proc/12341/stat : 12341 (ppfolio) S 12339 12341 12315 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 589517976 18763776 389 33554432000 4194304 4287625 140737146555648 18446744073709551615 260020416015 0 0 4096 65536 4576457807607365631 0 0 17 0 0 0 0
/proc/12341/statm: 4581 389 341 23 0 91 0
[pid=12342] ppid=12341 vsize=2465528 CPUtime=4842.32 cores=0
/proc/12342/stat : 12342 (cryptominisat) R 12341 12341 12315 0 -1 4202496 1342051 0 0 0 483745 487 0 0 25 0 1 0 589517976 2524700672 199780 33554432000 4194304 4587354 140734935884384 18446744073709551615 4357642 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12342/statm: 616382 199780 340 96 0 612944 0
[pid=12343] ppid=12341 vsize=673948 CPUtime=4842.44 cores=1
/proc/12343/stat : 12343 (clasp) R 12341 12341 12315 0 -1 4202496 166215 0 0 0 484141 103 0 0 25 0 1 0 589517976 690122752 163942 33554432000 4194304 4785740 140734428275232 18446744073709551615 4549596 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12343/statm: 168487 163942 340 145 0 165532 0
[pid=12344] ppid=12341 vsize=465068 CPUtime=4841.56 cores=2
/proc/12344/stat : 12344 (TNM) R 12341 12341 12315 0 -1 4202496 6420 0 0 0 484153 3 0 0 25 0 1 0 589517976 476229632 6317 33554432000 134512640 134534564 4288859792 18446744073709551615 134529640 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12344/statm: 116267 6317 103 6 0 114933 0
[pid=12345] ppid=12341 vsize=259340 CPUtime=4842.44 cores=3
/proc/12345/stat : 12345 (march_hi) R 12341 12341 12315 0 -1 4202496 138941 0 0 0 484223 21 0 0 25 0 1 0 589517976 265564160 42305 33554432000 4194304 4331988 140735426948160 18446744073709551615 4210940 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12345/statm: 64835 42305 176 34 0 63277 0
[pid=12346] ppid=12341 vsize=294292 CPUtime=19342.2 cores=4-7
/proc/12346/stat : 12346 (plingeling) S 12341 12341 12315 0 -1 4202496 308704 1253 0 0 1934164 56 0 0 18 0 5 0 589517976 301355008 45635 33554432000 4194304 4356188 140734544189296 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12346/statm: 73573 45635 163 40 0 72117 0
[pid=12346/tid=12353] ppid=12341 vsize=294292 CPUtime=4815.81 cores=4-7
/proc/12346/task/12353/stat : 12353 (plingeling) R 12341 12341 12315 0 -1 4202560 76700 1253 0 0 481567 14 0 0 25 0 5 0 589517999 301355008 45635 33554432000 4194304 4356188 140734544189296 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12346/tid=12354] ppid=12341 vsize=294292 CPUtime=4842.2 cores=4-7
/proc/12346/task/12354/stat : 12354 (plingeling) R 12341 12341 12315 0 -1 4202560 95024 1253 0 0 484202 18 0 0 25 0 5 0 589517999 301355008 45635 33554432000 4194304 4356188 140734544189296 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12346/tid=12355] ppid=12341 vsize=294292 CPUtime=4842.2 cores=4-7
/proc/12346/task/12355/stat : 12355 (plingeling) R 12341 12341 12315 0 -1 4202560 62346 1253 0 0 484209 11 0 0 25 0 5 0 589517999 301355008 45635 33554432000 4194304 4356188 140734544189296 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12346/tid=12356] ppid=12341 vsize=294292 CPUtime=4841.75 cores=4-7
/proc/12346/task/12356/stat : 12356 (plingeling) R 12341 12341 12315 0 -1 4202560 65843 1253 0 0 484164 11 0 0 25 0 5 0 589517999 301355008 45635 33554432000 4194304 4356188 140734544189296 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38711
Current children cumulated vsize (KiB) 4176500

[startup+4902.3 s]
/proc/loadavg: 8.09 8.06 8.01 9/180 12499
/proc/meminfo: memFree=14966636/32951124 swapFree=67111528/67111528
[pid=12341] ppid=12339 vsize=18324 CPUtime=0 cores=0-7
/proc/12341/stat : 12341 (ppfolio) S 12339 12341 12315 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 589517976 18763776 389 33554432000 4194304 4287625 140737146555648 18446744073709551615 260020416015 0 0 4096 65536 4576457807607365631 0 0 17 0 0 0 0
/proc/12341/statm: 4581 389 341 23 0 91 0
[pid=12342] ppid=12341 vsize=2465528 CPUtime=4902.31 cores=0
/proc/12342/stat : 12342 (cryptominisat) R 12341 12341 12315 0 -1 4202496 1342051 0 0 0 489744 487 0 0 25 0 1 0 589517976 2524700672 199780 33554432000 4194304 4587354 140734935884384 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12342/statm: 616382 199780 340 96 0 612944 0
[pid=12343] ppid=12341 vsize=673948 CPUtime=4902.44 cores=1
/proc/12343/stat : 12343 (clasp) R 12341 12341 12315 0 -1 4202496 166215 0 0 0 490141 103 0 0 25 0 1 0 589517976 690122752 163942 33554432000 4194304 4785740 140734428275232 18446744073709551615 4552550 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12343/statm: 168487 163942 340 145 0 165532 0
[pid=12344] ppid=12341 vsize=465068 CPUtime=4901.56 cores=2
/proc/12344/stat : 12344 (TNM) R 12341 12341 12315 0 -1 4202496 6420 0 0 0 490153 3 0 0 25 0 1 0 589517976 476229632 6317 33554432000 134512640 134534564 4288859792 18446744073709551615 134526037 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12344/statm: 116267 6317 103 6 0 114933 0
[pid=12345] ppid=12341 vsize=259340 CPUtime=4902.44 cores=3
/proc/12345/stat : 12345 (march_hi) R 12341 12341 12315 0 -1 4202496 138941 0 0 0 490223 21 0 0 25 0 1 0 589517976 265564160 42305 33554432000 4194304 4331988 140735426948160 18446744073709551615 4210940 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12345/statm: 64835 42305 176 34 0 63277 0
[pid=12346] ppid=12341 vsize=290708 CPUtime=19581.9 cores=4-7
/proc/12346/stat : 12346 (plingeling) S 12341 12341 12315 0 -1 4202496 309856 1253 0 0 1958131 57 0 0 18 0 5 0 589517976 297684992 44739 33554432000 4194304 4356188 140734544189296 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12346/statm: 72677 44739 163 40 0 71221 0
[pid=12346/tid=12353] ppid=12341 vsize=290708 CPUtime=4875.48 cores=4-7
/proc/12346/task/12353/stat : 12353 (plingeling) R 12341 12341 12315 0 -1 4202560 76956 1253 0 0 487534 14 0 0 25 0 5 0 589517999 297684992 44739 33554432000 4194304 4356188 140734544189296 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12346/tid=12354] ppid=12341 vsize=290708 CPUtime=4902.2 cores=4-7
/proc/12346/task/12354/stat : 12354 (plingeling) R 12341 12341 12315 0 -1 4202560 95920 1253 0 0 490202 18 0 0 25 0 5 0 589517999 297684992 44739 33554432000 4194304 4356188 140734544189296 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12346/tid=12355] ppid=12341 vsize=290708 CPUtime=4902.2 cores=4-7
/proc/12346/task/12355/stat : 12355 (plingeling) R 12341 12341 12315 0 -1 4202560 62346 1253 0 0 490209 11 0 0 25 0 5 0 589517999 297684992 44739 33554432000 4194304 4356188 140734544189296 18446744073709551615 4210842 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12346/tid=12356] ppid=12341 vsize=290708 CPUtime=4901.74 cores=4-7
/proc/12346/task/12356/stat : 12356 (plingeling) R 12341 12341 12315 0 -1 4202560 65843 1253 0 0 490163 11 0 0 25 0 5 0 589517999 297684992 44739 33554432000 4194304 4356188 140734544189296 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39190.6
Current children cumulated vsize (KiB) 4172916

[startup+4962.3 s]
/proc/loadavg: 8.14 8.08 8.01 9/180 12500
/proc/meminfo: memFree=14956300/32951124 swapFree=67111528/67111528
[pid=12341] ppid=12339 vsize=18324 CPUtime=0 cores=0-7
/proc/12341/stat : 12341 (ppfolio) S 12339 12341 12315 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 589517976 18763776 389 33554432000 4194304 4287625 140737146555648 18446744073709551615 260020416015 0 0 4096 65536 4576457807607365631 0 0 17 0 0 0 0
/proc/12341/statm: 4581 389 341 23 0 91 0
[pid=12342] ppid=12341 vsize=2465528 CPUtime=4962.32 cores=0
/proc/12342/stat : 12342 (cryptominisat) R 12341 12341 12315 0 -1 4202496 1342051 0 0 0 495745 487 0 0 25 0 1 0 589517976 2524700672 199780 33554432000 4194304 4587354 140734935884384 18446744073709551615 4357662 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12342/statm: 616382 199780 340 96 0 612944 0
[pid=12343] ppid=12341 vsize=673948 CPUtime=4962.44 cores=1
/proc/12343/stat : 12343 (clasp) R 12341 12341 12315 0 -1 4202496 166248 0 0 0 496141 103 0 0 25 0 1 0 589517976 690122752 163975 33554432000 4194304 4785740 140734428275232 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12343/statm: 168487 163975 340 145 0 165532 0
[pid=12344] ppid=12341 vsize=465068 CPUtime=4961.56 cores=2
/proc/12344/stat : 12344 (TNM) R 12341 12341 12315 0 -1 4202496 6420 0 0 0 496153 3 0 0 25 0 1 0 589517976 476229632 6317 33554432000 134512640 134534564 4288859792 18446744073709551615 134528348 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12344/statm: 116267 6317 103 6 0 114933 0
[pid=12345] ppid=12341 vsize=259340 CPUtime=4962.44 cores=3
/proc/12345/stat : 12345 (march_hi) R 12341 12341 12315 0 -1 4202496 138941 0 0 0 496223 21 0 0 25 0 1 0 589517976 265564160 42305 33554432000 4194304 4331988 140735426948160 18446744073709551615 4242612 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12345/statm: 64835 42305 176 34 0 63277 0
[pid=12346] ppid=12341 vsize=301968 CPUtime=19821.6 cores=4-7
/proc/12346/stat : 12346 (plingeling) S 12341 12341 12315 0 -1 4202496 313696 1253 0 0 1982098 57 0 0 18 0 5 0 589517976 309215232 47554 33554432000 4194304 4356188 140734544189296 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12346/statm: 75492 47554 163 40 0 74036 0
[pid=12346/tid=12353] ppid=12341 vsize=301968 CPUtime=4935.16 cores=4-7
/proc/12346/task/12353/stat : 12353 (plingeling) R 12341 12341 12315 0 -1 4202560 76956 1253 0 0 493502 14 0 0 25 0 5 0 589517999 309215232 47554 33554432000 4194304 4356188 140734544189296 18446744073709551615 4330817 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12346/tid=12354] ppid=12341 vsize=301968 CPUtime=4962.21 cores=4-7
/proc/12346/task/12354/stat : 12354 (plingeling) R 12341 12341 12315 0 -1 4202560 99248 1253 0 0 496202 19 0 0 25 0 5 0 589517999 309215232 47554 33554432000 4194304 4356188 140734544189296 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12346/tid=12355] ppid=12341 vsize=301968 CPUtime=4962.2 cores=4-7
/proc/12346/task/12355/stat : 12355 (plingeling) R 12341 12341 12315 0 -1 4202560 62346 1253 0 0 496209 11 0 0 25 0 5 0 589517999 309215232 47554 33554432000 4194304 4356188 140734544189296 18446744073709551615 4330817 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12346/tid=12356] ppid=12341 vsize=301968 CPUtime=4961.74 cores=4-7
/proc/12346/task/12356/stat : 12356 (plingeling) R 12341 12341 12315 0 -1 4202560 66355 1253 0 0 496163 11 0 0 25 0 5 0 589517999 309215232 47554 33554432000 4194304 4356188 140734544189296 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39670.3
Current children cumulated vsize (KiB) 4184176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.14 8.08 8.01 9/180 12501
/proc/meminfo: memFree=14954156/32951124 swapFree=67111528/67111528
[pid=12341] ppid=12339 vsize=18324 CPUtime=0 cores=0-7
/proc/12341/stat : 12341 (ppfolio) S 12339 12341 12315 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 589517976 18763776 389 33554432000 4194304 4287625 140737146555648 18446744073709551615 260020416015 0 0 4096 65536 4576457807607365631 0 0 17 0 0 0 0
/proc/12341/statm: 4581 389 341 23 0 91 0
[pid=12342] ppid=12341 vsize=2465528 CPUtime=5003.62 cores=0
/proc/12342/stat : 12342 (cryptominisat) R 12341 12341 12315 0 -1 4202496 1342051 0 0 0 499875 487 0 0 25 0 1 0 589517976 2524700672 199780 33554432000 4194304 4587354 140734935884384 18446744073709551615 4357656 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/12342/statm: 616382 199780 340 96 0 612944 0
[pid=12343] ppid=12341 vsize=673948 CPUtime=5003.75 cores=1
/proc/12343/stat : 12343 (clasp) R 12341 12341 12315 0 -1 4202496 166248 0 0 0 500272 103 0 0 25 0 1 0 589517976 690122752 163975 33554432000 4194304 4785740 140734428275232 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/12343/statm: 168487 163975 340 145 0 165532 0
[pid=12344] ppid=12341 vsize=465068 CPUtime=5002.87 cores=2
/proc/12344/stat : 12344 (TNM) R 12341 12341 12315 0 -1 4202496 6420 0 0 0 500284 3 0 0 25 0 1 0 589517976 476229632 6317 33554432000 134512640 134534564 4288859792 18446744073709551615 134530124 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/12344/statm: 116267 6317 103 6 0 114933 0
[pid=12345] ppid=12341 vsize=259340 CPUtime=5003.75 cores=3
/proc/12345/stat : 12345 (march_hi) R 12341 12341 12315 0 -1 4202496 138941 0 0 0 500354 21 0 0 25 0 1 0 589517976 265564160 42305 33554432000 4194304 4331988 140735426948160 18446744073709551615 4210904 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/12345/statm: 64835 42305 176 34 0 63277 0
[pid=12346] ppid=12341 vsize=302992 CPUtime=19986.6 cores=4-7
/proc/12346/stat : 12346 (plingeling) S 12341 12341 12315 0 -1 4202496 313952 1253 0 0 1998598 57 0 0 18 0 5 0 589517976 310263808 47810 33554432000 4194304 4356188 140734544189296 18446744073709551615 260032198629 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/12346/statm: 75748 47810 163 40 0 74292 0
[pid=12346/tid=12353] ppid=12341 vsize=302992 CPUtime=4976.24 cores=4-7
/proc/12346/task/12353/stat : 12353 (plingeling) R 12341 12341 12315 0 -1 4202560 76956 1253 0 0 497610 14 0 0 25 0 5 0 589517999 310263808 47810 33554432000 4194304 4356188 140734544189296 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=12346/tid=12354] ppid=12341 vsize=302992 CPUtime=5003.52 cores=4-7
/proc/12346/task/12354/stat : 12354 (plingeling) R 12341 12341 12315 0 -1 4202560 99248 1253 0 0 500333 19 0 0 25 0 5 0 589517999 310263808 47810 33554432000 4194304 4356188 140734544189296 18446744073709551615 4282035 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=12346/tid=12355] ppid=12341 vsize=302992 CPUtime=5003.51 cores=4-7
/proc/12346/task/12355/stat : 12355 (plingeling) R 12341 12341 12315 0 -1 4202560 62346 1253 0 0 500340 11 0 0 25 0 5 0 589517999 310263808 47810 33554432000 4194304 4356188 140734544189296 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=12346/tid=12356] ppid=12341 vsize=302992 CPUtime=5003.04 cores=4-7
/proc/12346/task/12356/stat : 12356 (plingeling) R 12341 12341 12315 0 -1 4202560 66611 1253 0 0 500293 11 0 0 25 0 5 0 589517999 310263808 47810 33554432000 4194304 4356188 140734544189296 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 4185200

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 12341 and gives
#  childrusage.ru_utime.tv_sec=5002
#  childrusage.ru_utime.tv_usec=846451
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=44993
# CPU time returned by wait4() is 5002.89
# while last known CPU time is 40000.5
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.62
CPU time (s): 40000.5
CPU user time (s): 39993.8
CPU system time (s): 6.71
CPU usage (%): 799.432
Max. virtual memory (cumulated for all children) (KiB): 5368580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5002.85
system time used= 0.044993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6939
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= 369
involuntary context switches= 9136

runsolver used 7.2169 second user time and 20.0819 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-28 14:14:34
IDJOB=3310138
IDBENCH=20536
IDSOLVER=1638
FILE ID=node110/3310138-1303992874
RUNJOBID= node110-1303992874-12329
PBS_JOBID= 13168777
Free space on /tmp= 72836 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k100.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310138-1303992874/watcher-3310138-1303992874 -o /tmp/evaluation-result-3310138-1303992874/solver-3310138-1303992874 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310138-1303992874.cnf

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

MD5SUM BENCH= cf1b8194ff6d413d396ac9e26bb031ef
RANDOM SEED=1162959537

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16794232 kB
Buffers:       2331608 kB
Cached:       13188904 kB
SwapCached:          0 kB
Active:        7786764 kB
Inactive:      7798288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16794232 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14384 kB
Writeback:           0 kB
AnonPages:       64360 kB
Mapped:          14484 kB
Slab:           506100 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188260 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= 72824 MiB
End job on node110 at 2011-04-28 15:38:00