Trace number 3310366

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.2 5004.62

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
Bench CategoryAPPLICATION (applications 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 variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

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-3310366-1304018488/watcher-3310366-1304018488 -o /tmp/evaluation-result-3310366-1304018488/solver-3310366-1304018488 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310366-1304018488.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: 8.07 8.01 7.87 1/170 3628
/proc/meminfo: memFree=19585896/32951124 swapFree=67111524/67111528
[pid=3628] ppid=3626 vsize=18324 CPUtime=0 cores=0-7
/proc/3628/stat : 3628 (ppfolio) S 3626 3628 3001 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 494264992 18763776 389 33554432000 4194304 4287625 140734128921712 18446744073709551615 255106788879 0 0 4096 65536 4599161210892451839 0 0 17 4 0 0 0
/proc/3628/statm: 4581 389 341 23 0 91 0

[startup+0.085684 s]
/proc/loadavg: 8.07 8.01 7.87 1/170 3628
/proc/meminfo: memFree=19585896/32951124 swapFree=67111524/67111528
[pid=3628] ppid=3626 vsize=18324 CPUtime=0 cores=0-7
/proc/3628/stat : 3628 (ppfolio) S 3626 3628 3001 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 494264992 18763776 389 33554432000 4194304 4287625 140734128921712 18446744073709551615 255106788879 0 0 4096 65536 4599161210892451839 0 0 17 4 0 0 0
/proc/3628/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100687 s]
/proc/loadavg: 8.07 8.01 7.87 1/170 3628
/proc/meminfo: memFree=19585896/32951124 swapFree=67111524/67111528
[pid=3628] ppid=3626 vsize=18324 CPUtime=0 cores=0-7
/proc/3628/stat : 3628 (ppfolio) S 3626 3628 3001 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 494264992 18763776 389 33554432000 4194304 4287625 140734128921712 18446744073709551615 255106788879 0 0 4096 65536 4599161210892451839 0 0 17 4 0 0 0
/proc/3628/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300641 s]
/proc/loadavg: 8.07 8.01 7.87 1/170 3628
/proc/meminfo: memFree=19585896/32951124 swapFree=67111524/67111528
[pid=3628] ppid=3626 vsize=18324 CPUtime=0 cores=0-7
/proc/3628/stat : 3628 (ppfolio) S 3626 3628 3001 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 494264992 18763776 389 33554432000 4194304 4287625 140734128921712 18446744073709551615 255106788879 0 0 4096 65536 4599161210892451839 0 0 17 4 0 0 0
/proc/3628/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700577 s]
/proc/loadavg: 8.07 8.01 7.87 1/170 3628
/proc/meminfo: memFree=19585896/32951124 swapFree=67111524/67111528
[pid=3628] ppid=3626 vsize=18324 CPUtime=0 cores=0-7
/proc/3628/stat : 3628 (ppfolio) S 3626 3628 3001 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 494264992 18763776 389 33554432000 4194304 4287625 140734128921712 18446744073709551615 255106788879 0 0 4096 65536 4599161210892451839 0 0 17 4 0 0 0
/proc/3628/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50043 s]
/proc/loadavg: 8.07 8.01 7.87 6/176 3639
/proc/meminfo: memFree=19132628/32951124 swapFree=67111524/67111528
[pid=3628] ppid=3626 vsize=18324 CPUtime=0 cores=0-7
/proc/3628/stat : 3628 (ppfolio) S 3626 3628 3001 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 494264992 18763776 389 33554432000 4194304 4287625 140734128921712 18446744073709551615 255106788879 0 0 4096 65536 4599161210892451839 0 0 17 4 0 0 0
/proc/3628/statm: 4581 389 341 23 0 91 0
[pid=3629] ppid=3628 vsize=149208 CPUtime=1.48 cores=0
/proc/3629/stat : 3629 (cryptominisat) R 3628 3628 3001 0 -1 4202496 23387 0 0 0 145 3 0 0 20 0 1 0 494264992 152788992 22664 33554432000 4194304 4587354 140737139217792 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3629/statm: 37302 22664 306 96 0 33864 0
[pid=3630] ppid=3628 vsize=126960 CPUtime=1.48 cores=1
/proc/3630/stat : 3630 (clasp) R 3628 3628 3001 0 -1 4202496 34486 0 0 0 144 4 0 0 20 0 1 0 494264992 130007040 27566 33554432000 4194304 4785740 140736136643968 18446744073709551615 4482824 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3630/statm: 31740 27566 319 145 0 28785 0
[pid=3631] ppid=3628 vsize=501628 CPUtime=1.49 cores=2
/proc/3631/stat : 3631 (TNM) R 3628 3628 3001 0 -1 4202496 16984 0 0 0 146 3 0 0 20 0 1 0 494264992 513667072 16881 33554432000 134512640 134534564 4291757600 18446744073709551615 134524664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3631/statm: 125407 16881 91 6 0 124073 0
[pid=3632] ppid=3628 vsize=170956 CPUtime=1.48 cores=3
/proc/3632/stat : 3632 (march_hi) R 3628 3628 3001 0 -1 4194304 42276 0 0 0 144 4 0 0 20 0 1 0 494264992 175058944 33794 33554432000 4194304 4331988 140733914115088 18446744073709551615 4252197 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3632/statm: 42739 33794 141 34 0 41181 0
[pid=3633] ppid=3628 vsize=136804 CPUtime=1.49 cores=4-7
/proc/3633/stat : 3633 (plingeling) R 3628 3628 3001 0 -1 4202496 33042 1256 0 0 145 4 0 0 21 0 1 0 494264992 140087296 32863 33554432000 4194304 4356188 140736592012560 18446744073709551615 255106768640 0 0 4096 17442 0 0 0 17 6 0 0 0
/proc/3633/statm: 34201 32863 132 40 0 32745 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 1103880

[startup+3.10112 s]
/proc/loadavg: 8.07 8.01 7.87 6/176 3639
/proc/meminfo: memFree=19041992/32951124 swapFree=67111524/67111528
[pid=3628] ppid=3626 vsize=18324 CPUtime=0 cores=0-7
/proc/3628/stat : 3628 (ppfolio) S 3626 3628 3001 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 494264992 18763776 389 33554432000 4194304 4287625 140734128921712 18446744073709551615 255106788879 0 0 4096 65536 4599161210892451839 0 0 17 4 0 0 0
/proc/3628/statm: 4581 389 341 23 0 91 0
[pid=3629] ppid=3628 vsize=149752 CPUtime=3.08 cores=0
/proc/3629/stat : 3629 (cryptominisat) R 3628 3628 3001 0 -1 4202496 23526 0 0 0 305 3 0 0 25 0 1 0 494264992 153346048 22803 33554432000 4194304 4587354 140737139217792 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3629/statm: 37438 22803 306 96 0 34000 0
[pid=3630] ppid=3628 vsize=156268 CPUtime=3.09 cores=1
/proc/3630/stat : 3630 (clasp) R 3628 3628 3001 0 -1 4202496 41641 0 0 0 302 7 0 0 25 0 1 0 494264992 160018432 34721 33554432000 4194304 4785740 140736136643968 18446744073709551615 4482824 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3630/statm: 39067 34722 319 145 0 36112 0
[pid=3631] ppid=3628 vsize=501628 CPUtime=3.09 cores=2
/proc/3631/stat : 3631 (TNM) R 3628 3628 3001 0 -1 4202496 16985 0 0 0 306 3 0 0 25 0 1 0 494264992 513667072 16882 33554432000 134512640 134534564 4291757600 18446744073709551615 134524500 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3631/statm: 125407 16882 91 6 0 124073 0
[pid=3632] ppid=3628 vsize=169676 CPUtime=3.09 cores=3
/proc/3632/stat : 3632 (march_hi) R 3628 3628 3001 0 -1 4194304 67380 0 0 0 301 8 0 0 25 0 1 0 494264992 173748224 33494 33554432000 4194304 4331988 140733914115088 18446744073709551615 4252174 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3632/statm: 42419 33494 129 34 0 40861 0
[pid=3633] ppid=3628 vsize=249396 CPUtime=4.44 cores=4-7
/proc/3633/stat : 3633 (plingeling) S 3628 3628 3001 0 -1 4202496 51078 1256 0 0 438 6 0 0 18 0 5 0 494264992 255381504 50784 33554432000 4194304 4356188 140736592012560 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3633/statm: 62349 50784 141 40 0 60893 0
Current children cumulated CPU time (s) 16.79
Current children cumulated vsize (KiB) 1245044

[startup+6.30056 s]
/proc/loadavg: 8.06 8.01 7.87 9/180 3643
/proc/meminfo: memFree=18826436/32951124 swapFree=67111524/67111528
[pid=3628] ppid=3626 vsize=18324 CPUtime=0 cores=0-7
/proc/3628/stat : 3628 (ppfolio) S 3626 3628 3001 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 494264992 18763776 389 33554432000 4194304 4287625 140734128921712 18446744073709551615 255106788879 0 0 4096 65536 4599161210892451839 0 0 17 4 0 0 0
/proc/3628/statm: 4581 389 341 23 0 91 0
[pid=3629] ppid=3628 vsize=206860 CPUtime=6.28 cores=0
/proc/3629/stat : 3629 (cryptominisat) R 3628 3628 3001 0 -1 4202496 37736 0 0 0 623 5 0 0 25 0 1 0 494264992 211824640 37013 33554432000 4194304 4587354 140737139217792 18446744073709551615 4367383 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3629/statm: 51715 37013 312 96 0 48277 0
[pid=3630] ppid=3628 vsize=156332 CPUtime=6.29 cores=1
/proc/3630/stat : 3630 (clasp) R 3628 3628 3001 0 -1 4202496 46409 0 0 0 621 8 0 0 25 0 1 0 494264992 160083968 35433 33554432000 4194304 4785740 140736136643968 18446744073709551615 4545881 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3630/statm: 39083 35433 340 145 0 36128 0
[pid=3631] ppid=3628 vsize=521164 CPUtime=6.29 cores=2
/proc/3631/stat : 3631 (TNM) R 3628 3628 3001 0 -1 4202496 31500 0 0 0 623 6 0 0 25 0 1 0 494264992 533671936 31397 33554432000 134512640 134534564 4291757600 18446744073709551615 134529944 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3631/statm: 130291 31397 95 6 0 128957 0
[pid=3632] ppid=3628 vsize=150640 CPUtime=6.29 cores=3
/proc/3632/stat : 3632 (march_hi) R 3628 3628 3001 0 -1 4202496 107819 0 0 0 614 15 0 0 25 0 1 0 494264992 154255360 29007 33554432000 4194304 4331988 140733914115088 18446744073709551615 255106429637 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3632/statm: 37660 29007 159 34 0 36102 0
[pid=3633] ppid=3628 vsize=296824 CPUtime=17.22 cores=4-7
/proc/3633/stat : 3633 (plingeling) S 3628 3628 3001 0 -1 4202496 98223 1256 0 0 1710 12 0 0 18 0 5 0 494264992 303947776 62622 33554432000 4194304 4356188 140736592012560 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3633/statm: 74206 62622 154 40 0 72750 0
[pid=3633/tid=3640] ppid=3628 vsize=296824 CPUtime=3.63 cores=4-7
/proc/3633/task/3640/stat : 3640 (plingeling) R 3628 3628 3001 0 -1 4202560 10714 1256 0 0 362 1 0 0 25 0 5 0 494265256 303947776 62622 33554432000 4194304 4356188 140736592012560 18446744073709551615 4210587 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3633/tid=3641] ppid=3628 vsize=296824 CPUtime=3.64 cores=4-7
/proc/3633/task/3641/stat : 3641 (plingeling) R 3628 3628 3001 0 -1 4202560 14513 1256 0 0 362 2 0 0 25 0 5 0 494265256 303947776 62622 33554432000 4194304 4356188 140736592012560 18446744073709551615 4322016 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3633/tid=3642] ppid=3628 vsize=296824 CPUtime=3.65 cores=4-7
/proc/3633/task/3642/stat : 3642 (plingeling) R 3628 3628 3001 0 -1 4202560 15424 1256 0 0 364 1 0 0 25 0 5 0 494265256 303947776 62622 33554432000 4194304 4356188 140736592012560 18446744073709551615 4322064 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3633/tid=3643] ppid=3628 vsize=296824 CPUtime=3.65 cores=4-7
/proc/3633/task/3643/stat : 3643 (plingeling) R 3628 3628 3001 0 -1 4202560 8134 1256 0 0 364 1 0 0 25 0 5 0 494265256 303947776 62622 33554432000 4194304 4356188 140736592012560 18446744073709551615 4261931 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 42.37
Current children cumulated vsize (KiB) 1350144

[startup+12.7004 s]
/proc/loadavg: 8.06 8.01 7.87 9/180 3643
/proc/meminfo: memFree=18742216/32951124 swapFree=67111524/67111528
[pid=3628] ppid=3626 vsize=18324 CPUtime=0 cores=0-7
/proc/3628/stat : 3628 (ppfolio) S 3626 3628 3001 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 494264992 18763776 389 33554432000 4194304 4287625 140734128921712 18446744073709551615 255106788879 0 0 4096 65536 4599161210892451839 0 0 17 4 0 0 0
/proc/3628/statm: 4581 389 341 23 0 91 0
[pid=3629] ppid=3628 vsize=206860 CPUtime=12.68 cores=0
/proc/3629/stat : 3629 (cryptominisat) R 3628 3628 3001 0 -1 4202496 37736 0 0 0 1263 5 0 0 25 0 1 0 494264992 211824640 37013 33554432000 4194304 4587354 140737139217792 18446744073709551615 4421069 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3629/statm: 51715 37013 312 96 0 48277 0
[pid=3630] ppid=3628 vsize=156332 CPUtime=12.69 cores=1
/proc/3630/stat : 3630 (clasp) R 3628 3628 3001 0 -1 4202496 46410 0 0 0 1261 8 0 0 25 0 1 0 494264992 160083968 35434 33554432000 4194304 4785740 140736136643968 18446744073709551615 4553003 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3630/statm: 39083 35434 340 145 0 36128 0
[pid=3631] ppid=3628 vsize=521164 CPUtime=12.69 cores=2
/proc/3631/stat : 3631 (TNM) R 3628 3628 3001 0 -1 4202496 31500 0 0 0 1263 6 0 0 25 0 1 0 494264992 533671936 31397 33554432000 134512640 134534564 4291757600 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3631/statm: 130291 31397 95 6 0 128957 0
[pid=3632] ppid=3628 vsize=202412 CPUtime=12.68 cores=3
/proc/3632/stat : 3632 (march_hi) R 3628 3628 3001 0 -1 4202496 120562 0 0 0 1250 18 0 0 25 0 1 0 494264992 207269888 41739 33554432000 4194304 4331988 140733914115088 18446744073709551615 4217880 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3632/statm: 50603 41739 148 34 0 49045 0
[pid=3633] ppid=3628 vsize=319832 CPUtime=42.79 cores=4-7
/proc/3633/stat : 3633 (plingeling) S 3628 3628 3001 0 -1 4202496 104003 1256 0 0 4266 13 0 0 18 0 5 0 494264992 327507968 68402 33554432000 4194304 4356188 140736592012560 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3633/statm: 79958 68402 164 40 0 78502 0
[pid=3633/tid=3640] ppid=3628 vsize=319832 CPUtime=9.99 cores=4-7
/proc/3633/task/3640/stat : 3640 (plingeling) R 3628 3628 3001 0 -1 4202560 10720 1256 0 0 998 1 0 0 25 0 5 0 494265256 327507968 68402 33554432000 4194304 4356188 140736592012560 18446744073709551615 4210579 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3633/tid=3641] ppid=3628 vsize=319832 CPUtime=10.03 cores=4-7
/proc/3633/task/3641/stat : 3641 (plingeling) R 3628 3628 3001 0 -1 4202560 18621 1256 0 0 1001 2 0 0 25 0 5 0 494265256 327507968 68402 33554432000 4194304 4356188 140736592012560 18446744073709551615 4276803 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3633/tid=3642] ppid=3628 vsize=319832 CPUtime=10.04 cores=4-7
/proc/3633/task/3642/stat : 3642 (plingeling) R 3628 3628 3001 0 -1 4202560 17086 1256 0 0 1003 1 0 0 25 0 5 0 494265256 327507968 68402 33554432000 4194304 4356188 140736592012560 18446744073709551615 4211216 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3633/tid=3643] ppid=3628 vsize=319832 CPUtime=10.05 cores=4-7
/proc/3633/task/3643/stat : 3643 (plingeling) R 3628 3628 3001 0 -1 4202560 8138 1256 0 0 1004 1 0 0 25 0 5 0 494265256 327507968 68402 33554432000 4194304 4356188 140736592012560 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 93.53
Current children cumulated vsize (KiB) 1424924

[startup+25.5012 s]
/proc/loadavg: 8.04 8.01 7.87 9/180 3643
/proc/meminfo: memFree=18722776/32951124 swapFree=67111524/67111528
[pid=3628] ppid=3626 vsize=18324 CPUtime=0 cores=0-7
/proc/3628/stat : 3628 (ppfolio) S 3626 3628 3001 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 494264992 18763776 389 33554432000 4194304 4287625 140734128921712 18446744073709551615 255106788879 0 0 4096 65536 4599161210892451839 0 0 17 4 0 0 0
/proc/3628/statm: 4581 389 341 23 0 91 0
[pid=3629] ppid=3628 vsize=236344 CPUtime=25.49 cores=0
/proc/3629/stat : 3629 (cryptominisat) R 3628 3628 3001 0 -1 4202496 56882 0 0 0 2541 8 0 0 25 0 1 0 494264992 242016256 43016 33554432000 4194304 4587354 140737139217792 18446744073709551615 4375056 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3629/statm: 59086 43016 317 96 0 55648 0
[pid=3630] ppid=3628 vsize=156992 CPUtime=25.49 cores=1
/proc/3630/stat : 3630 (clasp) R 3628 3628 3001 0 -1 4202496 46848 0 0 0 2541 8 0 0 25 0 1 0 494264992 160759808 35872 33554432000 4194304 4785740 140736136643968 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3630/statm: 39248 35872 340 145 0 36293 0
[pid=3631] ppid=3628 vsize=524996 CPUtime=25.49 cores=2
/proc/3631/stat : 3631 (TNM) R 3628 3628 3001 0 -1 4202496 31501 0 0 0 2543 6 0 0 25 0 1 0 494264992 537595904 31398 33554432000 134512640 134534564 4291757600 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3631/statm: 131249 31398 95 6 0 129915 0
[pid=3632] ppid=3628 vsize=223936 CPUtime=25.49 cores=3
/proc/3632/stat : 3632 (march_hi) R 3628 3628 3001 0 -1 4202496 132598 0 0 0 2528 21 0 0 25 0 1 0 494264992 229310464 47044 33554432000 4194304 4331988 140733914115088 18446744073709551615 4224270 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3632/statm: 55984 47044 148 34 0 54426 0
[pid=3633] ppid=3628 vsize=285180 CPUtime=93.92 cores=4-7
/proc/3633/stat : 3633 (plingeling) S 3628 3628 3001 0 -1 4202496 108099 1256 0 0 9378 14 0 0 18 0 5 0 494264992 292024320 59739 33554432000 4194304 4356188 140736592012560 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3633/statm: 71295 59739 164 40 0 69839 0
[pid=3633/tid=3640] ppid=3628 vsize=285180 CPUtime=22.71 cores=4-7
/proc/3633/task/3640/stat : 3640 (plingeling) R 3628 3628 3001 0 -1 4202560 14816 1256 0 0 2270 1 0 0 25 0 5 0 494265256 292024320 59739 33554432000 4194304 4356188 140736592012560 18446744073709551615 4210615 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3633/tid=3641] ppid=3628 vsize=285180 CPUtime=22.83 cores=4-7

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

[pid=3631] ppid=3628 vsize=525000 CPUtime=4782.09 cores=2
/proc/3631/stat : 3631 (TNM) R 3628 3628 3001 0 -1 4202496 31510 0 0 0 478200 9 0 0 25 0 1 0 494264992 537600000 31407 33554432000 134512640 134534564 4291757600 18446744073709551615 134529084 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3631/statm: 131250 31407 103 6 0 129916 0
[pid=3632] ppid=3628 vsize=596528 CPUtime=4782.4 cores=3
/proc/3632/stat : 3632 (march_hi) R 3628 3628 3001 0 -1 4202496 218172 0 0 0 478207 33 0 0 25 0 1 0 494264992 610844672 83742 33554432000 4194304 4331988 140733914115088 18446744073709551615 4265493 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3632/statm: 149132 83742 175 34 0 147574 0
[pid=3633] ppid=3628 vsize=643868 CPUtime=19093.8 cores=4-7
/proc/3633/stat : 3633 (plingeling) S 3628 3628 3001 0 -1 4202496 197797 1256 0 0 1909358 25 0 0 18 0 5 0 494264992 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3633/statm: 160967 149411 164 40 0 159511 0
[pid=3633/tid=3640] ppid=3628 vsize=643868 CPUtime=4753.69 cores=4-7
/proc/3633/task/3640/stat : 3640 (plingeling) R 3628 3628 3001 0 -1 4202560 24188 1256 0 0 475366 3 0 0 25 0 5 0 494265256 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 4331407 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3633/tid=3641] ppid=3628 vsize=643868 CPUtime=4779.75 cores=4-7
/proc/3633/task/3641/stat : 3641 (plingeling) R 3628 3628 3001 0 -1 4202560 27224 1256 0 0 477971 4 0 0 25 0 5 0 494265256 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3633/tid=3642] ppid=3628 vsize=643868 CPUtime=4777.98 cores=4-7
/proc/3633/task/3642/stat : 3642 (plingeling) R 3628 3628 3001 0 -1 4202560 27382 1256 0 0 477795 3 0 0 25 0 5 0 494265256 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 4283920 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3633/tid=3643] ppid=3628 vsize=643868 CPUtime=4779.74 cores=4-7
/proc/3633/task/3643/stat : 3643 (plingeling) R 3628 3628 3001 0 -1 4202560 69565 1256 0 0 477967 7 0 0 25 0 5 0 494265256 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 4283908 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38223
Current children cumulated vsize (KiB) 3613340

[startup+4842.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/180 3787
/proc/meminfo: memFree=16816848/32951124 swapFree=67111524/67111528
[pid=3628] ppid=3626 vsize=18324 CPUtime=0 cores=0-7
/proc/3628/stat : 3628 (ppfolio) S 3626 3628 3001 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 494264992 18763776 389 33554432000 4194304 4287625 140734128921712 18446744073709551615 255106788879 0 0 4096 65536 4599161210892451839 0 0 17 4 0 0 0
/proc/3628/statm: 4581 389 341 23 0 91 0
[pid=3629] ppid=3628 vsize=553828 CPUtime=4842.28 cores=0
/proc/3629/stat : 3629 (cryptominisat) R 3628 3628 3001 0 -1 4202496 1962935 0 0 0 483511 717 0 0 25 0 1 0 494264992 567119872 113532 33554432000 4194304 4587354 140737139217792 18446744073709551615 4236760 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3629/statm: 138457 113532 337 96 0 135019 0
[pid=3630] ppid=3628 vsize=1275792 CPUtime=4842.39 cores=1
/proc/3630/stat : 3630 (clasp) R 3628 3628 3001 0 -1 4202496 324946 0 0 0 484125 114 0 0 25 0 1 0 494264992 1306411008 313970 33554432000 4194304 4785740 140736136643968 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3630/statm: 318948 313970 340 145 0 315993 0
[pid=3631] ppid=3628 vsize=525000 CPUtime=4842.09 cores=2
/proc/3631/stat : 3631 (TNM) R 3628 3628 3001 0 -1 4202496 31510 0 0 0 484200 9 0 0 25 0 1 0 494264992 537600000 31407 33554432000 134512640 134534564 4291757600 18446744073709551615 134528748 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3631/statm: 131250 31407 103 6 0 129916 0
[pid=3632] ppid=3628 vsize=596528 CPUtime=4842.4 cores=3
/proc/3632/stat : 3632 (march_hi) R 3628 3628 3001 0 -1 4202496 218176 0 0 0 484207 33 0 0 25 0 1 0 494264992 610844672 83746 33554432000 4194304 4331988 140733914115088 18446744073709551615 4228534 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3632/statm: 149132 83746 175 34 0 147574 0
[pid=3633] ppid=3628 vsize=643868 CPUtime=19333.5 cores=4-7
/proc/3633/stat : 3633 (plingeling) S 3628 3628 3001 0 -1 4202496 197797 1256 0 0 1933325 25 0 0 18 0 5 0 494264992 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3633/statm: 160967 149411 164 40 0 159511 0
[pid=3633/tid=3640] ppid=3628 vsize=643868 CPUtime=4813.36 cores=4-7
/proc/3633/task/3640/stat : 3640 (plingeling) R 3628 3628 3001 0 -1 4202560 24188 1256 0 0 481333 3 0 0 25 0 5 0 494265256 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 4284253 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3633/tid=3641] ppid=3628 vsize=643868 CPUtime=4839.75 cores=4-7
/proc/3633/task/3641/stat : 3641 (plingeling) R 3628 3628 3001 0 -1 4202560 27224 1256 0 0 483971 4 0 0 25 0 5 0 494265256 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 4279432 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3633/tid=3642] ppid=3628 vsize=643868 CPUtime=4837.97 cores=4-7
/proc/3633/task/3642/stat : 3642 (plingeling) R 3628 3628 3001 0 -1 4202560 27382 1256 0 0 483794 3 0 0 25 0 5 0 494265256 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3633/tid=3643] ppid=3628 vsize=643868 CPUtime=4839.74 cores=4-7
/proc/3633/task/3643/stat : 3643 (plingeling) R 3628 3628 3001 0 -1 4202560 69565 1256 0 0 483967 7 0 0 25 0 5 0 494265256 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38702.7
Current children cumulated vsize (KiB) 3613340

[startup+4902.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/180 3788
/proc/meminfo: memFree=16755452/32951124 swapFree=67111524/67111528
[pid=3628] ppid=3626 vsize=18324 CPUtime=0 cores=0-7
/proc/3628/stat : 3628 (ppfolio) S 3626 3628 3001 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 494264992 18763776 389 33554432000 4194304 4287625 140734128921712 18446744073709551615 255106788879 0 0 4096 65536 4599161210892451839 0 0 17 4 0 0 0
/proc/3628/statm: 4581 389 341 23 0 91 0
[pid=3629] ppid=3628 vsize=553828 CPUtime=4902.28 cores=0
/proc/3629/stat : 3629 (cryptominisat) R 3628 3628 3001 0 -1 4202496 1978482 0 0 0 489503 725 0 0 25 0 1 0 494264992 567119872 129050 33554432000 4194304 4587354 140737139217792 18446744073709551615 4244609 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3629/statm: 138457 129050 337 96 0 135019 0
[pid=3630] ppid=3628 vsize=1275792 CPUtime=4902.39 cores=1
/proc/3630/stat : 3630 (clasp) R 3628 3628 3001 0 -1 4202496 324946 0 0 0 490125 114 0 0 25 0 1 0 494264992 1306411008 313970 33554432000 4194304 4785740 140736136643968 18446744073709551615 4286953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3630/statm: 318948 313970 340 145 0 315993 0
[pid=3631] ppid=3628 vsize=525000 CPUtime=4902.09 cores=2
/proc/3631/stat : 3631 (TNM) R 3628 3628 3001 0 -1 4202496 31510 0 0 0 490200 9 0 0 25 0 1 0 494264992 537600000 31407 33554432000 134512640 134534564 4291757600 18446744073709551615 134530151 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3631/statm: 131250 31407 103 6 0 129916 0
[pid=3632] ppid=3628 vsize=596528 CPUtime=4902.4 cores=3
/proc/3632/stat : 3632 (march_hi) R 3628 3628 3001 0 -1 4202496 218181 0 0 0 490207 33 0 0 25 0 1 0 494264992 610844672 83751 33554432000 4194304 4331988 140733914115088 18446744073709551615 4263258 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3632/statm: 149132 83751 175 34 0 147574 0
[pid=3633] ppid=3628 vsize=643868 CPUtime=19573.2 cores=4-7
/proc/3633/stat : 3633 (plingeling) S 3628 3628 3001 0 -1 4202496 197797 1256 0 0 1957293 25 0 0 18 0 5 0 494264992 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3633/statm: 160967 149411 164 40 0 159511 0
[pid=3633/tid=3640] ppid=3628 vsize=643868 CPUtime=4873.04 cores=4-7
/proc/3633/task/3640/stat : 3640 (plingeling) R 3628 3628 3001 0 -1 4202560 24188 1256 0 0 487301 3 0 0 25 0 5 0 494265256 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3633/tid=3641] ppid=3628 vsize=643868 CPUtime=4899.75 cores=4-7
/proc/3633/task/3641/stat : 3641 (plingeling) R 3628 3628 3001 0 -1 4202560 27224 1256 0 0 489971 4 0 0 25 0 5 0 494265256 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 4210557 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3633/tid=3642] ppid=3628 vsize=643868 CPUtime=4897.97 cores=4-7
/proc/3633/task/3642/stat : 3642 (plingeling) R 3628 3628 3001 0 -1 4202560 27382 1256 0 0 489794 3 0 0 25 0 5 0 494265256 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3633/tid=3643] ppid=3628 vsize=643868 CPUtime=4899.74 cores=4-7
/proc/3633/task/3643/stat : 3643 (plingeling) R 3628 3628 3001 0 -1 4202560 69565 1256 0 0 489967 7 0 0 25 0 5 0 494265256 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39182.3
Current children cumulated vsize (KiB) 3613340

[startup+4962.3 s]
/proc/loadavg: 8.02 8.05 8.00 9/180 3790
/proc/meminfo: memFree=16920108/32951124 swapFree=67111524/67111528
[pid=3628] ppid=3626 vsize=18324 CPUtime=0 cores=0-7
/proc/3628/stat : 3628 (ppfolio) S 3626 3628 3001 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 494264992 18763776 389 33554432000 4194304 4287625 140734128921712 18446744073709551615 255106788879 0 0 4096 65536 4599161210892451839 0 0 17 4 0 0 0
/proc/3628/statm: 4581 389 341 23 0 91 0
[pid=3629] ppid=3628 vsize=584736 CPUtime=4962.27 cores=0
/proc/3629/stat : 3629 (cryptominisat) R 3628 3628 3001 0 -1 4202496 2007686 0 0 0 495494 733 0 0 25 0 1 0 494264992 598769664 87802 33554432000 4194304 4587354 140737139217792 18446744073709551615 4236606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3629/statm: 146184 87802 337 96 0 142746 0
[pid=3630] ppid=3628 vsize=1275792 CPUtime=4962.39 cores=1
/proc/3630/stat : 3630 (clasp) R 3628 3628 3001 0 -1 4202496 324947 0 0 0 496125 114 0 0 25 0 1 0 494264992 1306411008 313971 33554432000 4194304 4785740 140736136643968 18446744073709551615 4553402 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3630/statm: 318948 313971 340 145 0 315993 0
[pid=3631] ppid=3628 vsize=525000 CPUtime=4962.1 cores=2
/proc/3631/stat : 3631 (TNM) R 3628 3628 3001 0 -1 4202496 31510 0 0 0 496201 9 0 0 25 0 1 0 494264992 537600000 31407 33554432000 134512640 134534564 4291757600 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3631/statm: 131250 31407 103 6 0 129916 0
[pid=3632] ppid=3628 vsize=596528 CPUtime=4962.4 cores=3
/proc/3632/stat : 3632 (march_hi) R 3628 3628 3001 0 -1 4202496 218185 0 0 0 496207 33 0 0 25 0 1 0 494264992 610844672 83755 33554432000 4194304 4331988 140733914115088 18446744073709551615 4228534 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3632/statm: 149132 83755 175 34 0 147574 0
[pid=3633] ppid=3628 vsize=643868 CPUtime=19812.8 cores=4-7
/proc/3633/stat : 3633 (plingeling) S 3628 3628 3001 0 -1 4202496 197797 1256 0 0 1981260 25 0 0 18 0 5 0 494264992 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3633/statm: 160967 149411 164 40 0 159511 0
[pid=3633/tid=3640] ppid=3628 vsize=643868 CPUtime=4932.71 cores=4-7
/proc/3633/task/3640/stat : 3640 (plingeling) R 3628 3628 3001 0 -1 4202560 24188 1256 0 0 493268 3 0 0 25 0 5 0 494265256 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 4241608 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3633/tid=3641] ppid=3628 vsize=643868 CPUtime=4959.75 cores=4-7
/proc/3633/task/3641/stat : 3641 (plingeling) R 3628 3628 3001 0 -1 4202560 27224 1256 0 0 495971 4 0 0 25 0 5 0 494265256 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3633/tid=3642] ppid=3628 vsize=643868 CPUtime=4957.97 cores=4-7
/proc/3633/task/3642/stat : 3642 (plingeling) R 3628 3628 3001 0 -1 4202560 27382 1256 0 0 495794 3 0 0 25 0 5 0 494265256 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3633/tid=3643] ppid=3628 vsize=643868 CPUtime=4959.75 cores=4-7
/proc/3633/task/3643/stat : 3643 (plingeling) R 3628 3628 3001 0 -1 4202560 69565 1256 0 0 495968 7 0 0 25 0 5 0 494265256 659320832 149411 33554432000 4194304 4356188 140736592012560 18446744073709551615 4283885 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39662
Current children cumulated vsize (KiB) 3644248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5004.6 s]
/proc/loadavg: 8.01 8.04 8.00 9/180 3791
/proc/meminfo: memFree=16860588/32951124 swapFree=67111524/67111528
[pid=3628] ppid=3626 vsize=18324 CPUtime=0 cores=0-7
/proc/3628/stat : 3628 (ppfolio) S 3626 3628 3001 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 494264992 18763776 389 33554432000 4194304 4287625 140734128921712 18446744073709551615 255106788879 0 0 4096 65536 4599161210892451839 0 0 17 4 0 0 0
/proc/3628/statm: 4581 389 341 23 0 91 0
[pid=3629] ppid=3628 vsize=584736 CPUtime=5004.58 cores=0
/proc/3629/stat : 3629 (cryptominisat) R 3628 3628 3001 0 -1 4202496 2017788 0 0 0 499720 738 0 0 25 0 1 0 494264992 598769664 97877 33554432000 4194304 4587354 140737139217792 18446744073709551615 4236606 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/3629/statm: 146184 97877 337 96 0 142746 0
[pid=3630] ppid=3628 vsize=1275792 CPUtime=5004.7 cores=1
/proc/3630/stat : 3630 (clasp) R 3628 3628 3001 0 -1 4202496 324947 0 0 0 500356 114 0 0 25 0 1 0 494264992 1306411008 313971 33554432000 4194304 4785740 140736136643968 18446744073709551615 4545802 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3630/statm: 318948 313971 340 145 0 315993 0
[pid=3631] ppid=3628 vsize=525000 CPUtime=5004.4 cores=2
/proc/3631/stat : 3631 (TNM) R 3628 3628 3001 0 -1 4202496 31510 0 0 0 500431 9 0 0 25 0 1 0 494264992 537600000 31407 33554432000 134512640 134534564 4291757600 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3631/statm: 131250 31407 103 6 0 129916 0
[pid=3632] ppid=3628 vsize=596528 CPUtime=5004.71 cores=3
/proc/3632/stat : 3632 (march_hi) R 3628 3628 3001 0 -1 4202496 218188 0 0 0 500438 33 0 0 25 0 1 0 494264992 610844672 83758 33554432000 4194304 4331988 140733914115088 18446744073709551615 4228538 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/3632/statm: 149132 83758 175 34 0 147574 0
[pid=3633] ppid=3628 vsize=709404 CPUtime=19981.8 cores=4-7
/proc/3633/stat : 3633 (plingeling) S 3628 3628 3001 0 -1 4202496 212799 1256 0 0 1998158 26 0 0 18 0 5 0 494264992 726429696 154109 33554432000 4194304 4356188 140736592012560 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/3633/statm: 177351 154109 164 40 0 175895 0
[pid=3633/tid=3640] ppid=3628 vsize=709404 CPUtime=4974.79 cores=4-7
/proc/3633/task/3640/stat : 3640 (plingeling) R 3628 3628 3001 0 -1 4202560 24188 1256 0 0 497476 3 0 0 25 0 5 0 494265256 726429696 154109 33554432000 4194304 4356188 140736592012560 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=3633/tid=3641] ppid=3628 vsize=709404 CPUtime=5002.06 cores=4-7
/proc/3633/task/3641/stat : 3641 (plingeling) R 3628 3628 3001 0 -1 4202560 27224 1256 0 0 500202 4 0 0 25 0 5 0 494265256 726429696 154109 33554432000 4194304 4356188 140736592012560 18446744073709551615 4273746 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3633/tid=3642] ppid=3628 vsize=709404 CPUtime=5000.27 cores=4-7
/proc/3633/task/3642/stat : 3642 (plingeling) R 3628 3628 3001 0 -1 4202560 27382 1256 0 0 500024 3 0 0 25 0 5 0 494265256 726429696 154109 33554432000 4194304 4356188 140736592012560 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=3633/tid=3643] ppid=3628 vsize=709404 CPUtime=5002.05 cores=4-7
/proc/3633/task/3643/stat : 3643 (plingeling) R 3628 3628 3001 0 -1 4202560 84567 1256 0 0 500197 8 0 0 25 0 5 0 494265256 726429696 154109 33554432000 4194304 4356188 140736592012560 18446744073709551615 4262033 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.2
Current children cumulated vsize (KiB) 3709784

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 3628 and gives
#  childrusage.ru_utime.tv_sec=5004
#  childrusage.ru_utime.tv_usec=322227
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=102984
# CPU time returned by wait4() is 5004.42
# while last known CPU time is 40000.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5004.62
CPU time (s): 40000.2
CPU user time (s): 39991
CPU system time (s): 9.2
CPU usage (%): 799.267
Max. virtual memory (cumulated for all children) (KiB): 4303644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5004.32
system time used= 0.102984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32029
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= 366
involuntary context switches= 14297

runsolver used 8.03078 second user time and 19.2721 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-28 21:21:29
IDJOB=3310366
IDBENCH=84248
IDSOLVER=1638
FILE ID=node144/3310366-1304018488
RUNJOBID= node144-1304009411-3015
PBS_JOBID= 13168853
Free space on /tmp= 72396 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310366-1304018488/watcher-3310366-1304018488 -o /tmp/evaluation-result-3310366-1304018488/solver-3310366-1304018488 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310366-1304018488.cnf

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=1446635230

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19586176 kB
Buffers:       2202108 kB
Cached:       10535540 kB
SwapCached:          4 kB
Active:        4580884 kB
Inactive:      8220616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19586176 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           25268 kB
Writeback:           0 kB
AnonPages:       63244 kB
Mapped:          14532 kB
Slab:           499308 kB
PageTables:       4300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   180876 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= 72384 MiB
End job on node144 at 2011-04-28 22:44:55