Trace number 3218997

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ppfolio par? (TO) 39972 5000.02

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S976428817-077-UNKNOWN.cnf
MD5SUM4d2cfd51677809bb15d90c916352e4e2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark566.818
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530000
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3218997-1304145611/watcher-3218997-1304145611 -o /tmp/evaluation-result-3218997-1304145611/solver-3218997-1304145611 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3218997-1304145611.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.55 3.11 3.51 1/170 20193
/proc/meminfo: memFree=25629156/32951124 swapFree=67111448/67111528
[pid=20193] ppid=20191 vsize=18324 CPUtime=0 cores=0-7
/proc/20193/stat : 20193 (ppfolio) S 20191 20193 20167 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 506977227 18763776 389 33554432000 4194304 4287625 140733204496096 18446744073709551615 255106788879 0 0 4096 65536 3614297309812097023 0 0 17 4 0 0 0
/proc/20193/statm: 4581 389 341 23 0 91 0

[startup+0.0397399 s]
/proc/loadavg: 2.55 3.11 3.51 1/170 20193
/proc/meminfo: memFree=25629156/32951124 swapFree=67111448/67111528
[pid=20193] ppid=20191 vsize=18324 CPUtime=0 cores=0-7
/proc/20193/stat : 20193 (ppfolio) S 20191 20193 20167 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 506977227 18763776 389 33554432000 4194304 4287625 140733204496096 18446744073709551615 255106788879 0 0 4096 65536 3614297309812097023 0 0 17 4 0 0 0
/proc/20193/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.191685 s]
/proc/loadavg: 2.55 3.11 3.51 1/170 20193
/proc/meminfo: memFree=25629156/32951124 swapFree=67111448/67111528
[pid=20193] ppid=20191 vsize=18324 CPUtime=0 cores=0-7
/proc/20193/stat : 20193 (ppfolio) R 20191 20193 20167 0 -1 4202496 519 0 0 0 0 0 0 0 24 0 1 0 506977227 18763776 389 33554432000 4194304 4287625 140733204496096 18446744073709551615 255106788879 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/20193/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300669 s]
/proc/loadavg: 2.55 3.11 3.51 1/170 20193
/proc/meminfo: memFree=25629156/32951124 swapFree=67111448/67111528
[pid=20193] ppid=20191 vsize=18324 CPUtime=0 cores=0-7
/proc/20193/stat : 20193 (ppfolio) S 20191 20193 20167 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 506977227 18763776 389 33554432000 4194304 4287625 140733204496096 18446744073709551615 255106788879 0 0 4096 65536 3614297309812097023 0 0 17 4 0 0 0
/proc/20193/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700595 s]
/proc/loadavg: 2.55 3.11 3.51 1/170 20193
/proc/meminfo: memFree=25629156/32951124 swapFree=67111448/67111528
[pid=20193] ppid=20191 vsize=18324 CPUtime=0 cores=0-7
/proc/20193/stat : 20193 (ppfolio) S 20191 20193 20167 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 506977227 18763776 389 33554432000 4194304 4287625 140733204496096 18446744073709551615 255106788879 0 0 4096 65536 3614297309812097023 0 0 17 4 0 0 0
/proc/20193/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50046 s]
/proc/loadavg: 2.55 3.11 3.51 9/180 20209
/proc/meminfo: memFree=25579868/32951124 swapFree=67111448/67111528
[pid=20193] ppid=20191 vsize=18324 CPUtime=0 cores=0-7
/proc/20193/stat : 20193 (ppfolio) S 20191 20193 20167 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506977227 18763776 389 33554432000 4194304 4287625 140733204496096 18446744073709551615 255106788879 0 0 4096 65536 3614297309812097023 0 0 17 4 0 0 0
/proc/20193/statm: 4581 389 341 23 0 91 0
[pid=20194] ppid=20193 vsize=1947992 CPUtime=1.49 cores=0
/proc/20194/stat : 20194 (cryptominisat) R 20193 20193 20167 0 -1 4202496 6154 0 0 0 148 1 0 0 20 0 1 0 506977228 1994743808 3252 33554432000 4194304 4587354 140735291505664 18446744073709551615 255106465547 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20194/statm: 486998 3252 327 96 0 483560 0
[pid=20195] ppid=20193 vsize=26096 CPUtime=1.48 cores=1
/proc/20195/stat : 20195 (clasp) R 20193 20193 20167 0 -1 4202496 4108 0 0 0 148 0 0 0 20 0 1 0 506977228 26722304 3838 33554432000 4194304 4785740 140735242136864 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20195/statm: 6524 3838 340 145 0 3569 0
[pid=20196] ppid=20193 vsize=460708 CPUtime=1.49 cores=2
/proc/20196/stat : 20196 (TNM) R 20193 20193 20167 0 -1 4202496 1809 0 0 0 149 0 0 0 20 0 1 0 506977228 471764992 1706 33554432000 134512640 134534564 4288531168 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20196/statm: 115177 1706 95 6 0 113843 0
[pid=20197] ppid=20193 vsize=15408 CPUtime=1.48 cores=3
/proc/20197/stat : 20197 (march_hi) R 20193 20193 20167 0 -1 4202496 6497 0 0 0 148 0 0 0 20 0 1 0 506977228 15777792 1649 33554432000 4194304 4331988 140736492097216 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20197/statm: 3852 1649 174 34 0 2294 0
[pid=20198] ppid=20193 vsize=125356 CPUtime=5.78 cores=4-7
/proc/20198/stat : 20198 (plingeling) S 20193 20193 20167 0 -1 4202496 4074 1256 0 0 578 0 0 0 18 0 5 0 506977228 128364544 3440 33554432000 4194304 4356188 140733280521520 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 31339 3440 162 40 0 29883 0
[pid=20198/tid=20205] ppid=20193 vsize=125356 CPUtime=1.42 cores=4-7
/proc/20198/task/20205/stat : 20205 (plingeling) R 20193 20193 20167 0 -1 4202560 87 1256 0 0 142 0 0 0 23 0 5 0 506977234 128364544 3440 33554432000 4194304 4356188 140733280521520 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20198/tid=20206] ppid=20193 vsize=125356 CPUtime=1.43 cores=4-7
/proc/20198/task/20206/stat : 20206 (plingeling) R 20193 20193 20167 0 -1 4202560 121 1256 0 0 143 0 0 0 23 0 5 0 506977234 128364544 3440 33554432000 4194304 4356188 140733280521520 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20198/tid=20207] ppid=20193 vsize=125356 CPUtime=1.43 cores=4-7
/proc/20198/task/20207/stat : 20207 (plingeling) R 20193 20193 20167 0 -1 4202560 81 1256 0 0 143 0 0 0 23 0 5 0 506977234 128364544 3440 33554432000 4194304 4356188 140733280521520 18446744073709551615 4282432 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20198/tid=20208] ppid=20193 vsize=125356 CPUtime=1.43 cores=4-7
/proc/20198/task/20208/stat : 20208 (plingeling) R 20193 20193 20167 0 -1 4202560 104 1256 0 0 143 0 0 0 23 0 5 0 506977234 128364544 3440 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.72
Current children cumulated vsize (KiB) 2593884

[startup+3.10118 s]
/proc/loadavg: 2.55 3.11 3.51 9/180 20209
/proc/meminfo: memFree=25576396/32951124 swapFree=67111448/67111528
[pid=20193] ppid=20191 vsize=18324 CPUtime=0 cores=0-7
/proc/20193/stat : 20193 (ppfolio) S 20191 20193 20167 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506977227 18763776 389 33554432000 4194304 4287625 140733204496096 18446744073709551615 255106788879 0 0 4096 65536 3614297309812097023 0 0 17 4 0 0 0
/proc/20193/statm: 4581 389 341 23 0 91 0
[pid=20194] ppid=20193 vsize=34168 CPUtime=3.09 cores=0
/proc/20194/stat : 20194 (cryptominisat) R 20193 20193 20167 0 -1 4202496 9831 0 0 0 307 2 0 0 25 0 1 0 506977228 34988032 3640 33554432000 4194304 4587354 140735291505664 18446744073709551615 255106429637 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20194/statm: 8542 3642 337 96 0 5104 0
[pid=20195] ppid=20193 vsize=27944 CPUtime=3.09 cores=1
/proc/20195/stat : 20195 (clasp) R 20193 20193 20167 0 -1 4202496 4573 0 0 0 308 1 0 0 25 0 1 0 506977228 28614656 4303 33554432000 4194304 4785740 140735242136864 18446744073709551615 4287058 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20195/statm: 6986 4303 340 145 0 4031 0
[pid=20196] ppid=20193 vsize=460708 CPUtime=3.09 cores=2
/proc/20196/stat : 20196 (TNM) R 20193 20193 20167 0 -1 4202496 1809 0 0 0 309 0 0 0 25 0 1 0 506977228 471764992 1706 33554432000 134512640 134534564 4288531168 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20196/statm: 115177 1706 95 6 0 113843 0
[pid=20197] ppid=20193 vsize=15836 CPUtime=3.08 cores=3
/proc/20197/stat : 20197 (march_hi) R 20193 20193 20167 0 -1 4202496 6572 0 0 0 308 0 0 0 25 0 1 0 506977228 16216064 1724 33554432000 4194304 4331988 140736492097216 18446744073709551615 4265456 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20197/statm: 3959 1724 174 34 0 2401 0
[pid=20198] ppid=20193 vsize=127140 CPUtime=12.17 cores=4-7
/proc/20198/stat : 20198 (plingeling) S 20193 20193 20167 0 -1 4202496 4522 1256 0 0 1217 0 0 0 18 0 5 0 506977228 130191360 3856 33554432000 4194304 4356188 140733280521520 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 31785 3856 162 40 0 30329 0
[pid=20198/tid=20205] ppid=20193 vsize=127140 CPUtime=3.02 cores=4-7
/proc/20198/task/20205/stat : 20205 (plingeling) R 20193 20193 20167 0 -1 4202560 228 1256 0 0 302 0 0 0 25 0 5 0 506977234 130191360 3856 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331111 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20198/tid=20206] ppid=20193 vsize=127140 CPUtime=3.03 cores=4-7
/proc/20198/task/20206/stat : 20206 (plingeling) R 20193 20193 20167 0 -1 4202560 201 1256 0 0 303 0 0 0 25 0 5 0 506977234 130191360 3856 33554432000 4194304 4356188 140733280521520 18446744073709551615 4281795 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20198/tid=20207] ppid=20193 vsize=127140 CPUtime=3.03 cores=4-7
/proc/20198/task/20207/stat : 20207 (plingeling) R 20193 20193 20167 0 -1 4202560 206 1256 0 0 303 0 0 0 25 0 5 0 506977234 130191360 3856 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20198/tid=20208] ppid=20193 vsize=127140 CPUtime=3.03 cores=4-7
/proc/20198/task/20208/stat : 20208 (plingeling) R 20193 20193 20167 0 -1 4202560 206 1256 0 0 303 0 0 0 25 0 5 0 506977234 130191360 3856 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.52
Current children cumulated vsize (KiB) 684120

[startup+6.30061 s]
/proc/loadavg: 2.99 3.19 3.53 9/180 20209
/proc/meminfo: memFree=25566368/32951124 swapFree=67111448/67111528
[pid=20193] ppid=20191 vsize=18324 CPUtime=0 cores=0-7
/proc/20193/stat : 20193 (ppfolio) S 20191 20193 20167 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506977227 18763776 389 33554432000 4194304 4287625 140733204496096 18446744073709551615 255106788879 0 0 4096 65536 3614297309812097023 0 0 17 4 0 0 0
/proc/20193/statm: 4581 389 341 23 0 91 0
[pid=20194] ppid=20193 vsize=1961632 CPUtime=6.29 cores=0
/proc/20194/stat : 20194 (cryptominisat) R 20193 20193 20167 0 -1 4202496 22752 0 0 0 625 4 0 0 25 0 1 0 506977228 2008711168 6176 33554432000 4194304 4587354 140735291505664 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20194/statm: 490408 6176 337 96 0 486970 0
[pid=20195] ppid=20193 vsize=32424 CPUtime=6.29 cores=1
/proc/20195/stat : 20195 (clasp) R 20193 20193 20167 0 -1 4202496 5691 0 0 0 628 1 0 0 25 0 1 0 506977228 33202176 5421 33554432000 4194304 4785740 140735242136864 18446744073709551615 4287011 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20195/statm: 8106 5421 340 145 0 5151 0
[pid=20196] ppid=20193 vsize=460708 CPUtime=6.29 cores=2
/proc/20196/stat : 20196 (TNM) R 20193 20193 20167 0 -1 4202496 1809 0 0 0 629 0 0 0 25 0 1 0 506977228 471764992 1706 33554432000 134512640 134534564 4288531168 18446744073709551615 134528600 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20196/statm: 115177 1706 95 6 0 113843 0
[pid=20197] ppid=20193 vsize=16468 CPUtime=6.28 cores=3
/proc/20197/stat : 20197 (march_hi) R 20193 20193 20167 0 -1 4202496 6665 0 0 0 628 0 0 0 25 0 1 0 506977228 16863232 1817 33554432000 4194304 4331988 140736492097216 18446744073709551615 255106163884 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20197/statm: 4117 1817 174 34 0 2559 0
[pid=20198] ppid=20193 vsize=129900 CPUtime=24.95 cores=4-7
/proc/20198/stat : 20198 (plingeling) S 20193 20193 20167 0 -1 4202496 5244 1256 0 0 2495 0 0 0 18 0 5 0 506977228 133017600 4578 33554432000 4194304 4356188 140733280521520 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 32475 4578 162 40 0 31019 0
[pid=20198/tid=20205] ppid=20193 vsize=129900 CPUtime=6.2 cores=4-7
/proc/20198/task/20205/stat : 20205 (plingeling) R 20193 20193 20167 0 -1 4202560 388 1256 0 0 620 0 0 0 25 0 5 0 506977234 133017600 4578 33554432000 4194304 4356188 140733280521520 18446744073709551615 4330856 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20198/tid=20206] ppid=20193 vsize=129900 CPUtime=6.23 cores=4-7
/proc/20198/task/20206/stat : 20206 (plingeling) R 20193 20193 20167 0 -1 4202560 385 1256 0 0 623 0 0 0 25 0 5 0 506977234 133017600 4578 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20198/tid=20207] ppid=20193 vsize=129900 CPUtime=6.23 cores=4-7
/proc/20198/task/20207/stat : 20207 (plingeling) R 20193 20193 20167 0 -1 4202560 395 1256 0 0 623 0 0 0 25 0 5 0 506977234 133017600 4578 33554432000 4194304 4356188 140733280521520 18446744073709551615 4281709 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20198/tid=20208] ppid=20193 vsize=129900 CPUtime=6.23 cores=4-7
/proc/20198/task/20208/stat : 20208 (plingeling) R 20193 20193 20167 0 -1 4202560 395 1256 0 0 623 0 0 0 25 0 5 0 506977234 133017600 4578 33554432000 4194304 4356188 140733280521520 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.1
Current children cumulated vsize (KiB) 2619456

[startup+12.7005 s]
/proc/loadavg: 3.39 3.27 3.56 9/180 20209
/proc/meminfo: memFree=25533680/32951124 swapFree=67111448/67111528
[pid=20193] ppid=20191 vsize=18324 CPUtime=0 cores=0-7
/proc/20193/stat : 20193 (ppfolio) S 20191 20193 20167 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506977227 18763776 389 33554432000 4194304 4287625 140733204496096 18446744073709551615 255106788879 0 0 4096 65536 3614297309812097023 0 0 17 4 0 0 0
/proc/20193/statm: 4581 389 341 23 0 91 0
[pid=20194] ppid=20193 vsize=1958524 CPUtime=12.69 cores=0
/proc/20194/stat : 20194 (cryptominisat) R 20193 20193 20167 0 -1 4202496 28136 0 0 0 1263 6 0 0 25 0 1 0 506977228 2005528576 6734 33554432000 4194304 4587354 140735291505664 18446744073709551615 4236364 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20194/statm: 489631 6734 337 96 0 486193 0
[pid=20195] ppid=20193 vsize=36396 CPUtime=12.68 cores=1
/proc/20195/stat : 20195 (clasp) R 20193 20193 20167 0 -1 4202496 6660 0 0 0 1267 1 0 0 25 0 1 0 506977228 37269504 6390 33554432000 4194304 4785740 140735242136864 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20195/statm: 9099 6390 340 145 0 6144 0
[pid=20196] ppid=20193 vsize=460708 CPUtime=12.69 cores=2
/proc/20196/stat : 20196 (TNM) R 20193 20193 20167 0 -1 4202496 1809 0 0 0 1269 0 0 0 25 0 1 0 506977228 471764992 1706 33554432000 134512640 134534564 4288531168 18446744073709551615 134530712 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20196/statm: 115177 1706 95 6 0 113843 0
[pid=20197] ppid=20193 vsize=18768 CPUtime=12.68 cores=3
/proc/20197/stat : 20197 (march_hi) R 20193 20193 20167 0 -1 4202496 7144 0 0 0 1268 0 0 0 25 0 1 0 506977228 19218432 2296 33554432000 4194304 4331988 140736492097216 18446744073709551615 4226184 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20197/statm: 4692 2296 175 34 0 3134 0
[pid=20198] ppid=20193 vsize=133388 CPUtime=50.52 cores=4-7
/proc/20198/stat : 20198 (plingeling) S 20193 20193 20167 0 -1 4202496 6653 1256 0 0 5051 1 0 0 18 0 5 0 506977228 136589312 5448 33554432000 4194304 4356188 140733280521520 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 33347 5448 162 40 0 31891 0
[pid=20198/tid=20205] ppid=20193 vsize=133388 CPUtime=12.56 cores=4-7
/proc/20198/task/20205/stat : 20205 (plingeling) R 20193 20193 20167 0 -1 4202560 709 1256 0 0 1256 0 0 0 25 0 5 0 506977234 136589312 5448 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20198/tid=20206] ppid=20193 vsize=133388 CPUtime=12.63 cores=4-7
/proc/20198/task/20206/stat : 20206 (plingeling) R 20193 20193 20167 0 -1 4202560 740 1256 0 0 1263 0 0 0 25 0 5 0 506977234 136589312 5448 33554432000 4194304 4356188 140733280521520 18446744073709551615 4273767 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20198/tid=20207] ppid=20193 vsize=133388 CPUtime=12.63 cores=4-7
/proc/20198/task/20207/stat : 20207 (plingeling) R 20193 20193 20167 0 -1 4202560 746 1256 0 0 1263 0 0 0 25 0 5 0 506977234 136589312 5448 33554432000 4194304 4356188 140733280521520 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20198/tid=20208] ppid=20193 vsize=133388 CPUtime=12.63 cores=4-7
/proc/20198/task/20208/stat : 20208 (plingeling) R 20193 20193 20167 0 -1 4202560 777 1256 0 0 1263 0 0 0 25 0 5 0 506977234 136589312 5448 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331960 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 2626108

[startup+25.5012 s]
/proc/loadavg: 4.41 3.50 3.63 9/180 20209
/proc/meminfo: memFree=25538036/32951124 swapFree=67111448/67111528
[pid=20193] ppid=20191 vsize=18324 CPUtime=0 cores=0-7
/proc/20193/stat : 20193 (ppfolio) S 20191 20193 20167 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506977227 18763776 389 33554432000 4194304 4287625 140733204496096 18446744073709551615 255106788879 0 0 4096 65536 3614297309812097023 0 0 17 4 0 0 0
/proc/20193/statm: 4581 389 341 23 0 91 0
[pid=20194] ppid=20193 vsize=1951648 CPUtime=25.49 cores=0
/proc/20194/stat : 20194 (cryptominisat) R 20193 20193 20167 0 -1 4202496 38244 0 0 0 2542 7 0 0 25 0 1 0 506977228 1998487552 5776 33554432000 4194304 4587354 140735291505664 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=20196] ppid=20193 vsize=460708 CPUtime=4781.92 cores=2
/proc/20196/stat : 20196 (TNM) R 20193 20193 20167 0 -1 4202496 1809 0 0 0 478190 2 0 0 25 0 1 0 506977228 471764992 1706 33554432000 134512640 134534564 4288531168 18446744073709551615 134528972 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20196/statm: 115177 1706 95 6 0 113843 0
[pid=20197] ppid=20193 vsize=695400 CPUtime=4782.4 cores=3
/proc/20197/stat : 20197 (march_hi) R 20193 20193 20167 0 -1 4202496 165815 0 0 0 478124 116 0 0 25 0 1 0 506977228 712089600 160967 33554432000 4194304 4331988 140736492097216 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20197/statm: 173850 160967 175 34 0 172292 0
[pid=20198] ppid=20193 vsize=236676 CPUtime=19102.4 cores=4-7
/proc/20198/stat : 20198 (plingeling) S 20193 20193 20167 0 -1 4202496 497261 1256 0 0 1910167 73 0 0 18 0 5 0 506977228 242356224 31272 33554432000 4194304 4356188 140733280521520 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 59169 31272 162 40 0 57713 0
[pid=20198/tid=20205] ppid=20193 vsize=236676 CPUtime=4756.25 cores=4-7
/proc/20198/task/20205/stat : 20205 (plingeling) R 20193 20193 20167 0 -1 4202560 131948 1256 0 0 475607 18 0 0 25 0 5 0 506977234 242356224 31272 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20198/tid=20206] ppid=20193 vsize=236676 CPUtime=4781.39 cores=4-7
/proc/20198/task/20206/stat : 20206 (plingeling) R 20193 20193 20167 0 -1 4202560 116720 1256 0 0 478123 16 0 0 25 0 5 0 506977234 242356224 31272 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20198/tid=20207] ppid=20193 vsize=236676 CPUtime=4782.33 cores=4-7
/proc/20198/task/20207/stat : 20207 (plingeling) R 20193 20193 20167 0 -1 4202560 122322 1256 0 0 478214 19 0 0 25 0 5 0 506977234 242356224 31272 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20198/tid=20208] ppid=20193 vsize=236676 CPUtime=4782.34 cores=4-7
/proc/20198/task/20208/stat : 20208 (plingeling) R 20193 20193 20167 0 -1 4202560 122590 1256 0 0 478217 17 0 0 25 0 5 0 506977234 242356224 31272 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331309 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38231.5
Current children cumulated vsize (KiB) 4119940

[startup+4842.3 s]
/proc/loadavg: 8.07 8.02 7.97 9/180 20350
/proc/meminfo: memFree=24078952/32951124 swapFree=67111448/67111528
[pid=20193] ppid=20191 vsize=18324 CPUtime=0 cores=0-7
/proc/20193/stat : 20193 (ppfolio) S 20191 20193 20167 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506977227 18763776 389 33554432000 4194304 4287625 140733204496096 18446744073709551615 255106788879 0 0 4096 65536 3614297309812097023 0 0 17 4 0 0 0
/proc/20193/statm: 4581 389 341 23 0 91 0
[pid=20194] ppid=20193 vsize=2453064 CPUtime=4842.4 cores=0
/proc/20194/stat : 20194 (cryptominisat) R 20193 20193 20167 0 -1 4202496 1961129 0 0 0 483546 694 0 0 25 0 1 0 506977228 2511937536 135060 33554432000 4194304 4587354 140735291505664 18446744073709551615 4388350 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20194/statm: 613266 135060 337 96 0 609828 0
[pid=20195] ppid=20193 vsize=258880 CPUtime=4842.39 cores=1
/proc/20195/stat : 20195 (clasp) R 20193 20193 20167 0 -1 4202496 59400 0 0 0 484220 19 0 0 25 0 1 0 506977228 265093120 58904 33554432000 4194304 4785740 140735242136864 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20195/statm: 64720 58904 341 145 0 61765 0
[pid=20196] ppid=20193 vsize=460708 CPUtime=4841.91 cores=2
/proc/20196/stat : 20196 (TNM) R 20193 20193 20167 0 -1 4202496 1809 0 0 0 484189 2 0 0 25 0 1 0 506977228 471764992 1706 33554432000 134512640 134534564 4288531168 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20196/statm: 115177 1706 95 6 0 113843 0
[pid=20197] ppid=20193 vsize=695400 CPUtime=4842.4 cores=3
/proc/20197/stat : 20197 (march_hi) R 20193 20193 20167 0 -1 4202496 167860 0 0 0 484123 117 0 0 25 0 1 0 506977228 712089600 163012 33554432000 4194304 4331988 140736492097216 18446744073709551615 4265283 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20197/statm: 173850 163012 175 34 0 172292 0
[pid=20198] ppid=20193 vsize=230916 CPUtime=19342.1 cores=4-7
/proc/20198/stat : 20198 (plingeling) S 20193 20193 20167 0 -1 4202496 500397 1256 0 0 1934134 74 0 0 18 0 5 0 506977228 236457984 29832 33554432000 4194304 4356188 140733280521520 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 57729 29832 162 40 0 56273 0
[pid=20198/tid=20205] ppid=20193 vsize=230916 CPUtime=4815.93 cores=4-7
/proc/20198/task/20205/stat : 20205 (plingeling) R 20193 20193 20167 0 -1 4202560 132396 1256 0 0 481574 19 0 0 25 0 5 0 506977234 236457984 29832 33554432000 4194304 4356188 140733280521520 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20198/tid=20206] ppid=20193 vsize=230916 CPUtime=4841.39 cores=4-7
/proc/20198/task/20206/stat : 20206 (plingeling) R 20193 20193 20167 0 -1 4202560 116880 1256 0 0 484123 16 0 0 25 0 5 0 506977234 236457984 29832 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20198/tid=20207] ppid=20193 vsize=230916 CPUtime=4842.33 cores=4-7
/proc/20198/task/20207/stat : 20207 (plingeling) R 20193 20193 20167 0 -1 4202560 122482 1256 0 0 484214 19 0 0 25 0 5 0 506977234 236457984 29832 33554432000 4194304 4356188 140733280521520 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20198/tid=20208] ppid=20193 vsize=230916 CPUtime=4842.34 cores=4-7
/proc/20198/task/20208/stat : 20208 (plingeling) R 20193 20193 20167 0 -1 4202560 124958 1256 0 0 484217 17 0 0 25 0 5 0 506977234 236457984 29832 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38711.2
Current children cumulated vsize (KiB) 4117292

[startup+4902.3 s]
/proc/loadavg: 8.09 8.03 7.98 9/180 20360
/proc/meminfo: memFree=24096020/32951124 swapFree=67111448/67111528
[pid=20193] ppid=20191 vsize=18324 CPUtime=0 cores=0-7
/proc/20193/stat : 20193 (ppfolio) S 20191 20193 20167 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506977227 18763776 389 33554432000 4194304 4287625 140733204496096 18446744073709551615 255106788879 0 0 4096 65536 3614297309812097023 0 0 17 4 0 0 0
/proc/20193/statm: 4581 389 341 23 0 91 0
[pid=20194] ppid=20193 vsize=2453064 CPUtime=4902.4 cores=0
/proc/20194/stat : 20194 (cryptominisat) R 20193 20193 20167 0 -1 4202496 1961129 0 0 0 489546 694 0 0 25 0 1 0 506977228 2511937536 135060 33554432000 4194304 4587354 140735291505664 18446744073709551615 4388352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20194/statm: 613266 135060 337 96 0 609828 0
[pid=20195] ppid=20193 vsize=260776 CPUtime=4902.38 cores=1
/proc/20195/stat : 20195 (clasp) R 20193 20193 20167 0 -1 4202496 59805 0 0 0 490219 19 0 0 25 0 1 0 506977228 267034624 59309 33554432000 4194304 4785740 140735242136864 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20195/statm: 65194 59309 341 145 0 62239 0
[pid=20196] ppid=20193 vsize=460708 CPUtime=4901.91 cores=2
/proc/20196/stat : 20196 (TNM) R 20193 20193 20167 0 -1 4202496 1809 0 0 0 490189 2 0 0 25 0 1 0 506977228 471764992 1706 33554432000 134512640 134534564 4288531168 18446744073709551615 134530339 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20196/statm: 115177 1706 95 6 0 113843 0
[pid=20197] ppid=20193 vsize=695400 CPUtime=4902.4 cores=3
/proc/20197/stat : 20197 (march_hi) R 20193 20193 20167 0 -1 4202496 169950 0 0 0 490121 119 0 0 25 0 1 0 506977228 712089600 165102 33554432000 4194304 4331988 140736492097216 18446744073709551615 4228188 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20197/statm: 173850 165102 175 34 0 172292 0
[pid=20198] ppid=20193 vsize=201988 CPUtime=19581.8 cores=4-7
/proc/20198/stat : 20198 (plingeling) S 20193 20193 20167 0 -1 4202496 501485 1256 0 0 1958102 74 0 0 18 0 5 0 506977228 206835712 22600 33554432000 4194304 4356188 140733280521520 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 50497 22600 162 40 0 49041 0
[pid=20198/tid=20205] ppid=20193 vsize=201988 CPUtime=4875.61 cores=4-7
/proc/20198/task/20205/stat : 20205 (plingeling) R 20193 20193 20167 0 -1 4202560 133420 1256 0 0 487542 19 0 0 25 0 5 0 506977234 206835712 22600 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20198/tid=20206] ppid=20193 vsize=201988 CPUtime=4901.38 cores=4-7
/proc/20198/task/20206/stat : 20206 (plingeling) R 20193 20193 20167 0 -1 4202560 116880 1256 0 0 490122 16 0 0 25 0 5 0 506977234 206835712 22600 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331323 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20198/tid=20207] ppid=20193 vsize=201988 CPUtime=4902.34 cores=4-7
/proc/20198/task/20207/stat : 20207 (plingeling) R 20193 20193 20167 0 -1 4202560 122546 1256 0 0 490214 20 0 0 25 0 5 0 506977234 206835712 22600 33554432000 4194304 4356188 140733280521520 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20198/tid=20208] ppid=20193 vsize=201988 CPUtime=4902.34 cores=4-7
/proc/20198/task/20208/stat : 20208 (plingeling) R 20193 20193 20167 0 -1 4202560 124958 1256 0 0 490217 17 0 0 25 0 5 0 506977234 206835712 22600 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39190.8
Current children cumulated vsize (KiB) 4090260

[startup+4962.3 s]
/proc/loadavg: 8.03 8.02 7.98 9/180 20362
/proc/meminfo: memFree=24075308/32951124 swapFree=67111448/67111528
[pid=20193] ppid=20191 vsize=18324 CPUtime=0 cores=0-7
/proc/20193/stat : 20193 (ppfolio) S 20191 20193 20167 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506977227 18763776 389 33554432000 4194304 4287625 140733204496096 18446744073709551615 255106788879 0 0 4096 65536 3614297309812097023 0 0 17 4 0 0 0
/proc/20193/statm: 4581 389 341 23 0 91 0
[pid=20194] ppid=20193 vsize=2453064 CPUtime=4962.4 cores=0
/proc/20194/stat : 20194 (cryptominisat) R 20193 20193 20167 0 -1 4202496 1961129 0 0 0 495546 694 0 0 25 0 1 0 506977228 2511937536 135060 33554432000 4194304 4587354 140735291505664 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20194/statm: 613266 135060 337 96 0 609828 0
[pid=20195] ppid=20193 vsize=264368 CPUtime=4962.38 cores=1
/proc/20195/stat : 20195 (clasp) R 20193 20193 20167 0 -1 4202496 60645 0 0 0 496219 19 0 0 25 0 1 0 506977228 270712832 60149 33554432000 4194304 4785740 140735242136864 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20195/statm: 66092 60149 341 145 0 63137 0
[pid=20196] ppid=20193 vsize=460708 CPUtime=4961.9 cores=2
/proc/20196/stat : 20196 (TNM) R 20193 20193 20167 0 -1 4202496 1809 0 0 0 496188 2 0 0 25 0 1 0 506977228 471764992 1706 33554432000 134512640 134534564 4288531168 18446744073709551615 134528687 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20196/statm: 115177 1706 95 6 0 113843 0
[pid=20197] ppid=20193 vsize=695400 CPUtime=4962.4 cores=3
/proc/20197/stat : 20197 (march_hi) R 20193 20193 20167 0 -1 4202496 172021 0 0 0 496119 121 0 0 25 0 1 0 506977228 712089600 167173 33554432000 4194304 4331988 140736492097216 18446744073709551615 4210448 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20197/statm: 173850 167173 175 34 0 172292 0
[pid=20198] ppid=20193 vsize=210692 CPUtime=19821.4 cores=4-7
/proc/20198/stat : 20198 (plingeling) S 20193 20193 20167 0 -1 4202496 503661 1256 0 0 1982068 74 0 0 18 0 5 0 506977228 215748608 24776 33554432000 4194304 4356188 140733280521520 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 52673 24776 162 40 0 51217 0
[pid=20198/tid=20205] ppid=20193 vsize=210692 CPUtime=4935.28 cores=4-7
/proc/20198/task/20205/stat : 20205 (plingeling) R 20193 20193 20167 0 -1 4202560 133548 1256 0 0 493509 19 0 0 25 0 5 0 506977234 215748608 24776 33554432000 4194304 4356188 140733280521520 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20198/tid=20206] ppid=20193 vsize=210692 CPUtime=4961.38 cores=4-7
/proc/20198/task/20206/stat : 20206 (plingeling) R 20193 20193 20167 0 -1 4202560 116880 1256 0 0 496122 16 0 0 25 0 5 0 506977234 215748608 24776 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20198/tid=20207] ppid=20193 vsize=210692 CPUtime=4962.34 cores=4-7
/proc/20198/task/20207/stat : 20207 (plingeling) R 20193 20193 20167 0 -1 4202560 122546 1256 0 0 496214 20 0 0 25 0 5 0 506977234 215748608 24776 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20198/tid=20208] ppid=20193 vsize=210692 CPUtime=4962.34 cores=4-7
/proc/20198/task/20208/stat : 20208 (plingeling) R 20193 20193 20167 0 -1 4202560 127006 1256 0 0 496217 17 0 0 25 0 5 0 506977234 215748608 24776 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331144 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39670.5
Current children cumulated vsize (KiB) 4102556



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.02 8.02 7.98 9/180 20363
/proc/meminfo: memFree=24060916/32951124 swapFree=67111448/67111528
[pid=20193] ppid=20191 vsize=18324 CPUtime=0 cores=0-7
/proc/20193/stat : 20193 (ppfolio) S 20191 20193 20167 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 506977227 18763776 389 33554432000 4194304 4287625 140733204496096 18446744073709551615 255106788879 0 0 4096 65536 3614297309812097023 0 0 17 4 0 0 0
/proc/20193/statm: 4581 389 341 23 0 91 0
[pid=20194] ppid=20193 vsize=2453064 CPUtime=5000.1 cores=0
/proc/20194/stat : 20194 (cryptominisat) R 20193 20193 20167 0 -1 4202496 1961129 0 0 0 499316 694 0 0 25 0 1 0 506977228 2511937536 135060 33554432000 4194304 4587354 140735291505664 18446744073709551615 4388345 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/20194/statm: 613266 135060 337 96 0 609828 0
[pid=20195] ppid=20193 vsize=264368 CPUtime=5000.09 cores=1
/proc/20195/stat : 20195 (clasp) R 20193 20193 20167 0 -1 4202496 60658 0 0 0 499990 19 0 0 25 0 1 0 506977228 270712832 60162 33554432000 4194304 4785740 140735242136864 18446744073709551615 4553411 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/20195/statm: 66092 60162 341 145 0 63137 0
[pid=20196] ppid=20193 vsize=460708 CPUtime=4999.61 cores=2
/proc/20196/stat : 20196 (TNM) R 20193 20193 20167 0 -1 4202496 1809 0 0 0 499959 2 0 0 25 0 1 0 506977228 471764992 1706 33554432000 134512640 134534564 4288531168 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/20196/statm: 115177 1706 95 6 0 113843 0
[pid=20197] ppid=20193 vsize=703040 CPUtime=5000.11 cores=3
/proc/20197/stat : 20197 (march_hi) R 20193 20193 20167 0 -1 4202496 173350 0 0 0 499889 122 0 0 25 0 1 0 506977228 719912960 168502 33554432000 4194304 4331988 140736492097216 18446744073709551615 4228349 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/20197/statm: 175760 168502 175 34 0 174202 0
[pid=20198] ppid=20193 vsize=220804 CPUtime=19972 cores=4-7
/proc/20198/stat : 20198 (plingeling) S 20193 20193 20167 0 -1 4202496 506189 1256 0 0 1997130 74 0 0 18 0 5 0 506977228 226103296 27304 33554432000 4194304 4356188 140733280521520 18446744073709551615 255118571493 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/20198/statm: 55201 27304 162 40 0 53745 0
[pid=20198/tid=20205] ppid=20193 vsize=220804 CPUtime=4972.78 cores=4-7
/proc/20198/task/20205/stat : 20205 (plingeling) R 20193 20193 20167 0 -1 4202560 135628 1256 0 0 497259 19 0 0 25 0 5 0 506977234 226103296 27304 33554432000 4194304 4356188 140733280521520 18446744073709551615 4332023 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=20198/tid=20206] ppid=20193 vsize=220804 CPUtime=4999.09 cores=4-7
/proc/20198/task/20206/stat : 20206 (plingeling) R 20193 20193 20167 0 -1 4202560 117040 1256 0 0 499893 16 0 0 25 0 5 0 506977234 226103296 27304 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331222 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=20198/tid=20207] ppid=20193 vsize=220804 CPUtime=5000.05 cores=4-7
/proc/20198/task/20207/stat : 20207 (plingeling) R 20193 20193 20167 0 -1 4202560 122674 1256 0 0 499985 20 0 0 25 0 5 0 506977234 226103296 27304 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=20198/tid=20208] ppid=20193 vsize=220804 CPUtime=5000.05 cores=4-7
/proc/20198/task/20208/stat : 20208 (plingeling) R 20193 20193 20167 0 -1 4202560 127166 1256 0 0 499988 17 0 0 25 0 5 0 506977234 226103296 27304 33554432000 4194304 4356188 140733280521520 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39972
Current children cumulated vsize (KiB) 4120308

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 20193 and gives
#  childrusage.ru_utime.tv_sec=4999
#  childrusage.ru_utime.tv_usec=594946
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=28995
# CPU time returned by wait4() is 4999.62
# while last known CPU time is 39972
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39972
CPU user time (s): 39962.8
CPU system time (s): 9.11
CPU usage (%): 799.436
Max. virtual memory (cumulated for all children) (KiB): 5359404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.59
system time used= 0.028995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2329
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= 466
involuntary context switches= 23704

runsolver used 8.48471 second user time and 18.7971 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-30 08:40:11
IDJOB=3218997
IDBENCH=82516
IDSOLVER=1638
FILE ID=node144/3218997-1304145611
RUNJOBID= node144-1304145611-20181
PBS_JOBID= 13170894
Free space on /tmp= 73536 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S976428817-077-UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3218997-1304145611/watcher-3218997-1304145611 -o /tmp/evaluation-result-3218997-1304145611/solver-3218997-1304145611 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3218997-1304145611.cnf

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

MD5SUM BENCH= 4d2cfd51677809bb15d90c916352e4e2
RANDOM SEED=1895992097

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:      25629560 kB
Buffers:       2128156 kB
Cached:        4584496 kB
SwapCached:         80 kB
Active:         247848 kB
Inactive:      6527824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25629560 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           11044 kB
Writeback:           0 kB
AnonPages:       62708 kB
Mapped:          14088 kB
Slab:           480812 kB
PageTables:       4344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   182736 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= 73524 MiB
End job on node144 at 2011-04-30 10:03:33