Trace number 3275136

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.4 5003.62

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g9.cnf
MD5SUM35278b3ce28129761cf8ae7994f37d3f
Bench CategoryCRAFTED (crafted 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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3275136-1304145327/watcher-3275136-1304145327 -o /tmp/evaluation-result-3275136-1304145327/solver-3275136-1304145327 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3275136-1304145327.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.04 4.68 4.13 1/170 26154
/proc/meminfo: memFree=18742556/32951124 swapFree=67111528/67111528
[pid=26154] ppid=26152 vsize=18324 CPUtime=0 cores=0-7
/proc/26154/stat : 26154 (ppfolio) S 26152 26154 26043 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 526135361 18763776 389 33554432000 4194304 4287625 140733493980704 18446744073709551615 216634535439 0 0 4096 65536 4594235398800015359 0 0 17 6 0 0 0
/proc/26154/statm: 4581 389 341 23 0 91 0

[startup+0.0701571 s]
/proc/loadavg: 7.04 4.68 4.13 1/170 26154
/proc/meminfo: memFree=18742556/32951124 swapFree=67111528/67111528
[pid=26154] ppid=26152 vsize=18324 CPUtime=0 cores=0-7
/proc/26154/stat : 26154 (ppfolio) S 26152 26154 26043 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 526135361 18763776 389 33554432000 4194304 4287625 140733493980704 18446744073709551615 216634535439 0 0 4096 65536 4594235398800015359 0 0 17 6 0 0 0
/proc/26154/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.10115 s]
/proc/loadavg: 7.04 4.68 4.13 1/170 26154
/proc/meminfo: memFree=18742556/32951124 swapFree=67111528/67111528
[pid=26154] ppid=26152 vsize=18324 CPUtime=0 cores=0-7
/proc/26154/stat : 26154 (ppfolio) S 26152 26154 26043 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 526135361 18763776 389 33554432000 4194304 4287625 140733493980704 18446744073709551615 216634535439 0 0 4096 65536 4594235398800015359 0 0 17 4 0 0 0
/proc/26154/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30108 s]
/proc/loadavg: 7.04 4.68 4.13 1/170 26154
/proc/meminfo: memFree=18742556/32951124 swapFree=67111528/67111528
[pid=26154] ppid=26152 vsize=18324 CPUtime=0 cores=0-7
/proc/26154/stat : 26154 (ppfolio) S 26152 26154 26043 0 -1 4202496 520 0 0 0 0 0 0 0 24 0 1 0 526135361 18763776 389 33554432000 4194304 4287625 140733493980704 18446744073709551615 216634535439 0 0 4096 65536 4594235398800015359 0 0 17 4 0 0 0
/proc/26154/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701011 s]
/proc/loadavg: 7.04 4.68 4.13 1/170 26154
/proc/meminfo: memFree=18742556/32951124 swapFree=67111528/67111528
[pid=26154] ppid=26152 vsize=18324 CPUtime=0 cores=0-7
/proc/26154/stat : 26154 (ppfolio) S 26152 26154 26043 0 -1 4202496 520 0 0 0 0 0 0 0 19 0 1 0 526135361 18763776 389 33554432000 4194304 4287625 140733493980704 18446744073709551615 216634535439 0 0 4096 65536 4594235398800015359 0 0 17 4 0 0 0
/proc/26154/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50087 s]
/proc/loadavg: 7.04 4.68 4.13 9/180 26169
/proc/meminfo: memFree=18596528/32951124 swapFree=67111528/67111528
[pid=26154] ppid=26152 vsize=18324 CPUtime=0 cores=0-7
/proc/26154/stat : 26154 (ppfolio) S 26152 26154 26043 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526135361 18763776 389 33554432000 4194304 4287625 140733493980704 18446744073709551615 216634535439 0 0 4096 65536 4594235398800015359 0 0 17 4 0 0 0
/proc/26154/statm: 4581 389 341 23 0 91 0
[pid=26155] ppid=26154 vsize=66452 CPUtime=1.49 cores=0
/proc/26155/stat : 26155 (cryptominisat) R 26154 26154 26043 0 -1 4202496 17622 0 0 0 147 2 0 0 25 0 1 0 526135362 68046848 11575 33554432000 4194304 4587354 140737152768384 18446744073709551615 4238658 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26155/statm: 16613 11575 326 96 0 13175 0
[pid=26156] ppid=26154 vsize=32684 CPUtime=1.49 cores=1
/proc/26156/stat : 26156 (clasp) R 26154 26154 26043 0 -1 4202496 6639 0 0 0 148 1 0 0 20 0 1 0 526135362 33468416 5359 33554432000 4194304 4785740 140734698816336 18446744073709551615 4495638 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26156/statm: 8171 5359 316 145 0 5216 0
[pid=26157] ppid=26154 vsize=464668 CPUtime=1.49 cores=2
/proc/26157/stat : 26157 (TNM) R 26154 26154 26043 0 -1 4202496 4495 0 0 0 149 0 0 0 20 0 1 0 526135362 475820032 4392 33554432000 134512640 134534564 4291941504 18446744073709551615 1848828 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26157/statm: 116167 4392 92 6 0 114833 0
[pid=26158] ppid=26154 vsize=43368 CPUtime=1.49 cores=3
/proc/26158/stat : 26158 (march_hi) R 26154 26154 26043 0 -1 4202496 21439 0 0 0 146 3 0 0 25 0 1 0 526135362 44408832 4774 33554432000 4194304 4331988 140733408406208 18446744073709551615 4226496 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26158/statm: 10842 4774 174 34 0 9284 0
[pid=26159] ppid=26154 vsize=164288 CPUtime=5.41 cores=4-7
/proc/26159/stat : 26159 (plingeling) S 26154 26154 26043 0 -1 4202496 17496 1249 0 0 539 2 0 0 18 0 5 0 526135362 168230912 13161 33554432000 4194304 4356188 140736385689744 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26159/statm: 41072 13161 163 40 0 39616 0
[pid=26159/tid=26166] ppid=26154 vsize=164288 CPUtime=1.31 cores=4-7
/proc/26159/task/26166/stat : 26166 (plingeling) R 26154 26154 26043 0 -1 4202560 1785 1249 0 0 131 0 0 0 19 0 5 0 526135380 168230912 13161 33554432000 4194304 4356188 140736385689744 18446744073709551615 4211746 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26159/tid=26167] ppid=26154 vsize=164288 CPUtime=1.29 cores=4-7
/proc/26159/task/26167/stat : 26167 (plingeling) R 26154 26154 26043 0 -1 4202560 1870 1249 0 0 129 0 0 0 25 0 5 0 526135380 168230912 13161 33554432000 4194304 4356188 140736385689744 18446744073709551615 4210615 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26159/tid=26168] ppid=26154 vsize=164288 CPUtime=1.3 cores=4-7
/proc/26159/task/26168/stat : 26168 (plingeling) R 26154 26154 26043 0 -1 4202560 2502 1249 0 0 130 0 0 0 22 0 5 0 526135380 168230912 13161 33554432000 4194304 4356188 140736385689744 18446744073709551615 4270924 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26159/tid=26169] ppid=26154 vsize=164288 CPUtime=1.31 cores=4-7
/proc/26159/task/26169/stat : 26169 (plingeling) R 26154 26154 26043 0 -1 4202560 2529 1249 0 0 131 0 0 0 22 0 5 0 526135380 168230912 13161 33554432000 4194304 4356188 140736385689744 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (KiB) 789784

[startup+3.10059 s]
/proc/loadavg: 7.04 4.68 4.13 9/180 26169
/proc/meminfo: memFree=18577436/32951124 swapFree=67111528/67111528
[pid=26154] ppid=26152 vsize=18324 CPUtime=0 cores=0-7
/proc/26154/stat : 26154 (ppfolio) S 26152 26154 26043 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526135361 18763776 389 33554432000 4194304 4287625 140733493980704 18446744073709551615 216634535439 0 0 4096 65536 4594235398800015359 0 0 17 4 0 0 0
/proc/26154/statm: 4581 389 341 23 0 91 0
[pid=26155] ppid=26154 vsize=290388 CPUtime=3.09 cores=0
/proc/26155/stat : 26155 (cryptominisat) R 26154 26154 26043 0 -1 4202496 19733 0 0 0 306 3 0 0 25 0 1 0 526135362 297357312 11863 33554432000 4194304 4587354 140737152768384 18446744073709551615 4238770 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26155/statm: 72597 11863 331 96 0 69159 0
[pid=26156] ppid=26154 vsize=30440 CPUtime=3.09 cores=1
/proc/26156/stat : 26156 (clasp) R 26154 26154 26043 0 -1 4202496 6725 0 0 0 308 1 0 0 25 0 1 0 526135362 31170560 4924 33554432000 4194304 4785740 140734698816336 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26156/statm: 7610 4924 340 145 0 4655 0
[pid=26157] ppid=26154 vsize=470344 CPUtime=3.08 cores=2
/proc/26157/stat : 26157 (TNM) R 26154 26154 26043 0 -1 4202496 6387 0 0 0 308 0 0 0 25 0 1 0 526135362 481632256 6284 33554432000 134512640 134534564 4291941504 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26157/statm: 117586 6284 95 6 0 116252 0
[pid=26158] ppid=26154 vsize=44028 CPUtime=3.09 cores=3
/proc/26158/stat : 26158 (march_hi) R 26154 26154 26043 0 -1 4202496 21636 0 0 0 306 3 0 0 25 0 1 0 526135362 45084672 4971 33554432000 4194304 4331988 140733408406208 18446744073709551615 4237419 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26158/statm: 11007 4971 174 34 0 9449 0
[pid=26159] ppid=26154 vsize=181440 CPUtime=11.81 cores=4-7
/proc/26159/stat : 26159 (plingeling) S 26154 26154 26043 0 -1 4202496 21784 1249 0 0 1178 3 0 0 18 0 5 0 526135362 185794560 17434 33554432000 4194304 4356188 140736385689744 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26159/statm: 45360 17434 163 40 0 43904 0
[pid=26159/tid=26166] ppid=26154 vsize=181440 CPUtime=2.91 cores=4-7
/proc/26159/task/26166/stat : 26166 (plingeling) R 26154 26154 26043 0 -1 4202560 2936 1249 0 0 291 0 0 0 25 0 5 0 526135380 185794560 17434 33554432000 4194304 4356188 140736385689744 18446744073709551615 4330819 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26159/tid=26167] ppid=26154 vsize=181440 CPUtime=2.88 cores=4-7
/proc/26159/task/26167/stat : 26167 (plingeling) R 26154 26154 26043 0 -1 4202560 2958 1249 0 0 288 0 0 0 25 0 5 0 526135380 185794560 17434 33554432000 4194304 4356188 140736385689744 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26159/tid=26168] ppid=26154 vsize=181440 CPUtime=2.9 cores=4-7
/proc/26159/task/26168/stat : 26168 (plingeling) R 26154 26154 26043 0 -1 4202560 3526 1249 0 0 290 0 0 0 25 0 5 0 526135380 185794560 17434 33554432000 4194304 4356188 140736385689744 18446744073709551615 4281498 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26159/tid=26169] ppid=26154 vsize=181440 CPUtime=2.91 cores=4-7
/proc/26159/task/26169/stat : 26169 (plingeling) R 26154 26154 26043 0 -1 4202560 3554 1249 0 0 291 0 0 0 25 0 5 0 526135380 185794560 17434 33554432000 4194304 4356188 140736385689744 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 1034964

[startup+6.30102 s]
/proc/loadavg: 7.12 4.73 4.16 9/180 26169
/proc/meminfo: memFree=18553652/32951124 swapFree=67111528/67111528
[pid=26154] ppid=26152 vsize=18324 CPUtime=0 cores=0-7
/proc/26154/stat : 26154 (ppfolio) S 26152 26154 26043 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526135361 18763776 389 33554432000 4194304 4287625 140733493980704 18446744073709551615 216634535439 0 0 4096 65536 4594235398800015359 0 0 17 4 0 0 0
/proc/26154/statm: 4581 389 341 23 0 91 0
[pid=26155] ppid=26154 vsize=304864 CPUtime=6.29 cores=0
/proc/26155/stat : 26155 (cryptominisat) R 26154 26154 26043 0 -1 4202496 22281 0 0 0 626 3 0 0 25 0 1 0 526135362 312180736 14409 33554432000 4194304 4587354 140737152768384 18446744073709551615 4364888 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26155/statm: 76216 14409 337 96 0 72778 0
[pid=26156] ppid=26154 vsize=40340 CPUtime=6.29 cores=1
/proc/26156/stat : 26156 (clasp) R 26154 26154 26043 0 -1 4202496 9220 0 0 0 628 1 0 0 25 0 1 0 526135362 41308160 7419 33554432000 4194304 4785740 140734698816336 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26156/statm: 10085 7419 340 145 0 7130 0
[pid=26157] ppid=26154 vsize=470344 CPUtime=6.28 cores=2
/proc/26157/stat : 26157 (TNM) R 26154 26154 26043 0 -1 4202496 6387 0 0 0 628 0 0 0 25 0 1 0 526135362 481632256 6284 33554432000 134512640 134534564 4291941504 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26157/statm: 117586 6284 95 6 0 116252 0
[pid=26158] ppid=26154 vsize=44472 CPUtime=6.29 cores=3
/proc/26158/stat : 26158 (march_hi) R 26154 26154 26043 0 -1 4202496 21710 0 0 0 626 3 0 0 25 0 1 0 526135362 45539328 5045 33554432000 4194304 4331988 140733408406208 18446744073709551615 4226474 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26158/statm: 11118 5045 175 34 0 9560 0
[pid=26159] ppid=26154 vsize=191964 CPUtime=24.59 cores=4-7
/proc/26159/stat : 26159 (plingeling) S 26154 26154 26043 0 -1 4202496 26432 1249 0 0 2456 3 0 0 18 0 5 0 526135362 196571136 20065 33554432000 4194304 4356188 140736385689744 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26159/statm: 47991 20065 163 40 0 46535 0
[pid=26159/tid=26166] ppid=26154 vsize=191964 CPUtime=6.1 cores=4-7
/proc/26159/task/26166/stat : 26166 (plingeling) R 26154 26154 26043 0 -1 4202560 4175 1249 0 0 610 0 0 0 25 0 5 0 526135380 196571136 20065 33554432000 4194304 4356188 140736385689744 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26159/tid=26167] ppid=26154 vsize=191964 CPUtime=6.07 cores=4-7
/proc/26159/task/26167/stat : 26167 (plingeling) R 26154 26154 26043 0 -1 4202560 4646 1249 0 0 607 0 0 0 25 0 5 0 526135380 196571136 20065 33554432000 4194304 4356188 140736385689744 18446744073709551615 4331151 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26159/tid=26168] ppid=26154 vsize=191964 CPUtime=6.1 cores=4-7
/proc/26159/task/26168/stat : 26168 (plingeling) R 26154 26154 26043 0 -1 4202560 5247 1249 0 0 610 0 0 0 25 0 5 0 526135380 196571136 20065 33554432000 4194304 4356188 140736385689744 18446744073709551615 4271045 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26159/tid=26169] ppid=26154 vsize=191964 CPUtime=6.11 cores=4-7
/proc/26159/task/26169/stat : 26169 (plingeling) R 26154 26154 26043 0 -1 4202560 3554 1249 0 0 611 0 0 0 25 0 5 0 526135380 196571136 20065 33554432000 4194304 4356188 140736385689744 18446744073709551615 4281568 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.74
Current children cumulated vsize (KiB) 1070308

[startup+12.7009 s]
/proc/loadavg: 7.19 4.79 4.18 9/180 26170
/proc/meminfo: memFree=18492012/32951124 swapFree=67111528/67111528
[pid=26154] ppid=26152 vsize=18324 CPUtime=0 cores=0-7
/proc/26154/stat : 26154 (ppfolio) S 26152 26154 26043 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526135361 18763776 389 33554432000 4194304 4287625 140733493980704 18446744073709551615 216634535439 0 0 4096 65536 4594235398800015359 0 0 17 4 0 0 0
/proc/26154/statm: 4581 389 341 23 0 91 0
[pid=26155] ppid=26154 vsize=321408 CPUtime=12.69 cores=0
/proc/26155/stat : 26155 (cryptominisat) R 26154 26154 26043 0 -1 4202496 27323 0 0 0 1265 4 0 0 25 0 1 0 526135362 329121792 19450 33554432000 4194304 4587354 140737152768384 18446744073709551615 4365352 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26155/statm: 80352 19450 337 96 0 76914 0
[pid=26156] ppid=26154 vsize=59840 CPUtime=12.69 cores=1
/proc/26156/stat : 26156 (clasp) R 26154 26154 26043 0 -1 4202496 14058 0 0 0 1266 3 0 0 25 0 1 0 526135362 61276160 12257 33554432000 4194304 4785740 140734698816336 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26156/statm: 14960 12257 340 145 0 12005 0
[pid=26157] ppid=26154 vsize=470344 CPUtime=12.68 cores=2
/proc/26157/stat : 26157 (TNM) R 26154 26154 26043 0 -1 4202496 6387 0 0 0 1268 0 0 0 25 0 1 0 526135362 481632256 6284 33554432000 134512640 134534564 4291941504 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26157/statm: 117586 6284 95 6 0 116252 0
[pid=26158] ppid=26154 vsize=44916 CPUtime=12.69 cores=3
/proc/26158/stat : 26158 (march_hi) R 26154 26154 26043 0 -1 4202496 21819 0 0 0 1266 3 0 0 25 0 1 0 526135362 45993984 5153 33554432000 4194304 4331988 140733408406208 18446744073709551615 4287234 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26158/statm: 11229 5153 174 34 0 9671 0
[pid=26159] ppid=26154 vsize=196060 CPUtime=50.15 cores=4-7
/proc/26159/stat : 26159 (plingeling) S 26154 26154 26043 0 -1 4202496 28454 1249 0 0 5012 3 0 0 18 0 5 0 526135362 200765440 21089 33554432000 4194304 4356188 140736385689744 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26159/statm: 49015 21089 163 40 0 47559 0
[pid=26159/tid=26166] ppid=26154 vsize=196060 CPUtime=12.51 cores=4-7
/proc/26159/task/26166/stat : 26166 (plingeling) R 26154 26154 26043 0 -1 4202560 5173 1249 0 0 1250 1 0 0 25 0 5 0 526135380 200765440 21089 33554432000 4194304 4356188 140736385689744 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26159/tid=26167] ppid=26154 vsize=196060 CPUtime=12.43 cores=4-7
/proc/26159/task/26167/stat : 26167 (plingeling) R 26154 26154 26043 0 -1 4202560 4646 1249 0 0 1243 0 0 0 25 0 5 0 526135380 200765440 21089 33554432000 4194304 4356188 140736385689744 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26159/tid=26168] ppid=26154 vsize=196060 CPUtime=12.5 cores=4-7
/proc/26159/task/26168/stat : 26168 (plingeling) R 26154 26154 26043 0 -1 4202560 5247 1249 0 0 1250 0 0 0 25 0 5 0 526135380 200765440 21089 33554432000 4194304 4356188 140736385689744 18446744073709551615 4237251 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26159/tid=26169] ppid=26154 vsize=196060 CPUtime=12.51 cores=4-7
/proc/26159/task/26169/stat : 26169 (plingeling) R 26154 26154 26043 0 -1 4202560 4578 1249 0 0 1251 0 0 0 25 0 5 0 526135380 200765440 21089 33554432000 4194304 4356188 140736385689744 18446744073709551615 4298515 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.9
Current children cumulated vsize (KiB) 1110892

[startup+25.5006 s]
/proc/loadavg: 7.37 4.94 4.24 9/180 26170
/proc/meminfo: memFree=18446684/32951124 swapFree=67111528/67111528
[pid=26154] ppid=26152 vsize=18324 CPUtime=0 cores=0-7
/proc/26154/stat : 26154 (ppfolio) S 26152 26154 26043 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526135361 18763776 389 33554432000 4194304 4287625 140733493980704 18446744073709551615 216634535439 0 0 4096 65536 4594235398800015359 0 0 17 4 0 0 0
/proc/26154/statm: 4581 389 341 23 0 91 0
[pid=26155] ppid=26154 vsize=330420 CPUtime=25.49 cores=0
/proc/26155/stat : 26155 (cryptominisat) R 26154 26154 26043 0 -1 4202496 31292 0 0 0 2544 5 0 0 25 0 1 0 526135362 338350080 20779 33554432000 4194304 4587354 140737152768384 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=26157] ppid=26154 vsize=470344 CPUtime=4782.4 cores=2
/proc/26157/stat : 26157 (TNM) R 26154 26154 26043 0 -1 4202496 6387 0 0 0 478238 2 0 0 25 0 1 0 526135362 481632256 6284 33554432000 134512640 134534564 4291941504 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26157/statm: 117586 6284 95 6 0 116252 0
[pid=26158] ppid=26154 vsize=310020 CPUtime=4782.41 cores=3
/proc/26158/stat : 26158 (march_hi) R 26154 26154 26043 0 -1 4202496 68892 0 0 0 478202 39 0 0 25 0 1 0 526135362 317460480 52223 33554432000 4194304 4331988 140733408406208 18446744073709551615 4237154 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26158/statm: 77505 52223 175 34 0 75947 0
[pid=26159] ppid=26154 vsize=569948 CPUtime=19101.7 cores=4-7
/proc/26159/stat : 26159 (plingeling) S 26154 26154 26043 0 -1 4202496 3242822 1249 0 0 1909725 444 0 0 18 0 5 0 526135362 583626752 114593 33554432000 4194304 4356188 140736385689744 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26159/statm: 142487 114593 163 40 0 141031 0
[pid=26159/tid=26166] ppid=26154 vsize=569948 CPUtime=4782.22 cores=4-7
/proc/26159/task/26166/stat : 26166 (plingeling) R 26154 26154 26043 0 -1 4202560 870879 1249 0 0 478106 116 0 0 25 0 5 0 526135380 583626752 114593 33554432000 4194304 4356188 140736385689744 18446744073709551615 4279490 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26159/tid=26167] ppid=26154 vsize=569948 CPUtime=4756.13 cores=4-7
/proc/26159/task/26167/stat : 26167 (plingeling) R 26154 26154 26043 0 -1 4202560 769323 1249 0 0 475511 102 0 0 25 0 5 0 526135380 583626752 114593 33554432000 4194304 4356188 140736385689744 18446744073709551615 4279567 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26159/tid=26168] ppid=26154 vsize=569948 CPUtime=4781.39 cores=4-7
/proc/26159/task/26168/stat : 26168 (plingeling) R 26154 26154 26043 0 -1 4202560 831875 1249 0 0 478026 113 0 0 25 0 5 0 526135380 583626752 114593 33554432000 4194304 4356188 140736385689744 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26159/tid=26169] ppid=26154 vsize=569948 CPUtime=4781.75 cores=4-7
/proc/26159/task/26169/stat : 26169 (plingeling) R 26154 26154 26043 0 -1 4202560 761935 1249 0 0 478064 111 0 0 25 0 5 0 526135380 583626752 114593 33554432000 4194304 4356188 140736385689744 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38231.2
Current children cumulated vsize (KiB) 2194328

[startup+4842.3 s]
/proc/loadavg: 8.05 8.02 7.97 9/180 26310
/proc/meminfo: memFree=17510252/32951124 swapFree=67111528/67111528
[pid=26154] ppid=26152 vsize=18324 CPUtime=0 cores=0-7
/proc/26154/stat : 26154 (ppfolio) S 26152 26154 26043 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526135361 18763776 389 33554432000 4194304 4287625 140733493980704 18446744073709551615 216634535439 0 0 4096 65536 4594235398800015359 0 0 17 4 0 0 0
/proc/26154/statm: 4581 389 341 23 0 91 0
[pid=26155] ppid=26154 vsize=503568 CPUtime=4842.25 cores=0
/proc/26155/stat : 26155 (cryptominisat) R 26154 26154 26043 0 -1 4202496 1549370 0 0 0 483508 717 0 0 25 0 1 0 526135362 515653632 72918 33554432000 4194304 4587354 140737152768384 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26155/statm: 125892 72918 337 96 0 122454 0
[pid=26156] ppid=26154 vsize=355716 CPUtime=4842.4 cores=1
/proc/26156/stat : 26156 (clasp) R 26154 26154 26043 0 -1 4202496 84042 0 0 0 484208 32 0 0 25 0 1 0 526135362 364253184 82241 33554432000 4194304 4785740 140734698816336 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26156/statm: 88929 82241 340 145 0 85974 0
[pid=26157] ppid=26154 vsize=470344 CPUtime=4842.4 cores=2
/proc/26157/stat : 26157 (TNM) R 26154 26154 26043 0 -1 4202496 6387 0 0 0 484238 2 0 0 25 0 1 0 526135362 481632256 6284 33554432000 134512640 134534564 4291941504 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26157/statm: 117586 6284 95 6 0 116252 0
[pid=26158] ppid=26154 vsize=310020 CPUtime=4842.4 cores=3
/proc/26158/stat : 26158 (march_hi) R 26154 26154 26043 0 -1 4202496 69437 0 0 0 484201 39 0 0 25 0 1 0 526135362 317460480 52768 33554432000 4194304 4331988 140733408406208 18446744073709551615 4228247 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26158/statm: 77505 52768 175 34 0 75947 0
[pid=26159] ppid=26154 vsize=490076 CPUtime=19341.4 cores=4-7
/proc/26159/stat : 26159 (plingeling) S 26154 26154 26043 0 -1 4202496 3284262 1249 0 0 1933687 449 0 0 18 0 5 0 526135362 501837824 94593 33554432000 4194304 4356188 140736385689744 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26159/statm: 122519 94593 163 40 0 121063 0
[pid=26159/tid=26166] ppid=26154 vsize=490076 CPUtime=4842.22 cores=4-7
/proc/26159/task/26166/stat : 26166 (plingeling) R 26154 26154 26043 0 -1 4202560 880575 1249 0 0 484105 117 0 0 25 0 5 0 526135380 501837824 94593 33554432000 4194304 4356188 140736385689744 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26159/tid=26167] ppid=26154 vsize=490076 CPUtime=4815.81 cores=4-7
/proc/26159/task/26167/stat : 26167 (plingeling) R 26154 26154 26043 0 -1 4202560 780587 1249 0 0 481477 104 0 0 25 0 5 0 526135380 501837824 94593 33554432000 4194304 4356188 140736385689744 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26159/tid=26168] ppid=26154 vsize=490076 CPUtime=4841.39 cores=4-7
/proc/26159/task/26168/stat : 26168 (plingeling) R 26154 26154 26043 0 -1 4202560 841091 1249 0 0 484025 114 0 0 25 0 5 0 526135380 501837824 94593 33554432000 4194304 4356188 140736385689744 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26159/tid=26169] ppid=26154 vsize=490076 CPUtime=4841.74 cores=4-7
/proc/26159/task/26169/stat : 26169 (plingeling) R 26154 26154 26043 0 -1 4202560 773199 1249 0 0 484063 111 0 0 25 0 5 0 526135380 501837824 94593 33554432000 4194304 4356188 140736385689744 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38710.8
Current children cumulated vsize (KiB) 2148048

[startup+4902.3 s]
/proc/loadavg: 8.05 8.03 7.98 9/180 26312
/proc/meminfo: memFree=17530040/32951124 swapFree=67111528/67111528
[pid=26154] ppid=26152 vsize=18324 CPUtime=0 cores=0-7
/proc/26154/stat : 26154 (ppfolio) S 26152 26154 26043 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526135361 18763776 389 33554432000 4194304 4287625 140733493980704 18446744073709551615 216634535439 0 0 4096 65536 4594235398800015359 0 0 17 4 0 0 0
/proc/26154/statm: 4581 389 341 23 0 91 0
[pid=26155] ppid=26154 vsize=471800 CPUtime=4902.25 cores=0
/proc/26155/stat : 26155 (cryptominisat) R 26154 26154 26043 0 -1 4202496 1565999 0 0 0 489500 725 0 0 25 0 1 0 526135362 483123200 68952 33554432000 4194304 4587354 140737152768384 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26155/statm: 117950 68952 337 96 0 114512 0
[pid=26156] ppid=26154 vsize=358404 CPUtime=4902.4 cores=1
/proc/26156/stat : 26156 (clasp) R 26154 26154 26043 0 -1 4202496 84658 0 0 0 490207 33 0 0 25 0 1 0 526135362 367005696 82857 33554432000 4194304 4785740 140734698816336 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26156/statm: 89601 82857 340 145 0 86646 0
[pid=26157] ppid=26154 vsize=470344 CPUtime=4902.4 cores=2
/proc/26157/stat : 26157 (TNM) R 26154 26154 26043 0 -1 4202496 6387 0 0 0 490238 2 0 0 25 0 1 0 526135362 481632256 6284 33554432000 134512640 134534564 4291941504 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26157/statm: 117586 6284 95 6 0 116252 0
[pid=26158] ppid=26154 vsize=310020 CPUtime=4902.4 cores=3
/proc/26158/stat : 26158 (march_hi) R 26154 26154 26043 0 -1 4202496 69960 0 0 0 490201 39 0 0 25 0 1 0 526135362 317460480 53291 33554432000 4194304 4331988 140733408406208 18446744073709551615 4228243 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26158/statm: 77505 53291 175 34 0 75947 0
[pid=26159] ppid=26154 vsize=481884 CPUtime=19581.1 cores=4-7
/proc/26159/stat : 26159 (plingeling) S 26154 26154 26043 0 -1 4202496 3325222 1249 0 0 1957650 455 0 0 18 0 5 0 526135362 493449216 92545 33554432000 4194304 4356188 140736385689744 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26159/statm: 120471 92545 163 40 0 119015 0
[pid=26159/tid=26166] ppid=26154 vsize=481884 CPUtime=4902.22 cores=4-7
/proc/26159/task/26166/stat : 26166 (plingeling) R 26154 26154 26043 0 -1 4202560 889791 1249 0 0 490104 118 0 0 25 0 5 0 526135380 493449216 92545 33554432000 4194304 4356188 140736385689744 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26159/tid=26167] ppid=26154 vsize=481884 CPUtime=4875.48 cores=4-7
/proc/26159/task/26167/stat : 26167 (plingeling) R 26154 26154 26043 0 -1 4202560 789803 1249 0 0 487443 105 0 0 25 0 5 0 526135380 493449216 92545 33554432000 4194304 4356188 140736385689744 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26159/tid=26168] ppid=26154 vsize=481884 CPUtime=4901.39 cores=4-7
/proc/26159/task/26168/stat : 26168 (plingeling) R 26154 26154 26043 0 -1 4202560 854403 1249 0 0 490023 116 0 0 25 0 5 0 526135380 493449216 92545 33554432000 4194304 4356188 140736385689744 18446744073709551615 4332162 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26159/tid=26169] ppid=26154 vsize=481884 CPUtime=4901.74 cores=4-7
/proc/26159/task/26169/stat : 26169 (plingeling) R 26154 26154 26043 0 -1 4202560 782415 1249 0 0 490061 113 0 0 25 0 5 0 526135380 493449216 92545 33554432000 4194304 4356188 140736385689744 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39190.5
Current children cumulated vsize (KiB) 2110776

[startup+4962.3 s]
/proc/loadavg: 8.02 8.02 7.98 9/180 26314
/proc/meminfo: memFree=17399544/32951124 swapFree=67111528/67111528
[pid=26154] ppid=26152 vsize=18324 CPUtime=0 cores=0-7
/proc/26154/stat : 26154 (ppfolio) S 26152 26154 26043 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526135361 18763776 389 33554432000 4194304 4287625 140733493980704 18446744073709551615 216634535439 0 0 4096 65536 4594235398800015359 0 0 17 4 0 0 0
/proc/26154/statm: 4581 389 341 23 0 91 0
[pid=26155] ppid=26154 vsize=538316 CPUtime=4962.25 cores=0
/proc/26155/stat : 26155 (cryptominisat) R 26154 26154 26043 0 -1 4202496 1587539 0 0 0 495489 736 0 0 25 0 1 0 526135362 551235584 66488 33554432000 4194304 4587354 140737152768384 18446744073709551615 216634211992 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26155/statm: 134579 66488 337 96 0 131141 0
[pid=26156] ppid=26154 vsize=358404 CPUtime=4962.41 cores=1
/proc/26156/stat : 26156 (clasp) R 26154 26154 26043 0 -1 4202496 84686 0 0 0 496208 33 0 0 25 0 1 0 526135362 367005696 82885 33554432000 4194304 4785740 140734698816336 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26156/statm: 89601 82885 340 145 0 86646 0
[pid=26157] ppid=26154 vsize=470344 CPUtime=4962.4 cores=2
/proc/26157/stat : 26157 (TNM) R 26154 26154 26043 0 -1 4202496 6387 0 0 0 496238 2 0 0 25 0 1 0 526135362 481632256 6284 33554432000 134512640 134534564 4291941504 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26157/statm: 117586 6284 95 6 0 116252 0
[pid=26158] ppid=26154 vsize=310020 CPUtime=4962.41 cores=3
/proc/26158/stat : 26158 (march_hi) R 26154 26154 26043 0 -1 4202496 70514 0 0 0 496201 40 0 0 25 0 1 0 526135362 317460480 53845 33554432000 4194304 4331988 140733408406208 18446744073709551615 4210377 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26158/statm: 77505 53845 175 34 0 75947 0
[pid=26159] ppid=26154 vsize=621152 CPUtime=19820.7 cores=4-7
/proc/26159/stat : 26159 (plingeling) S 26154 26154 26043 0 -1 4202496 3378471 1249 0 0 1981612 460 0 0 18 0 5 0 526135362 636059648 127362 33554432000 4194304 4356188 140736385689744 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26159/statm: 155288 127362 163 40 0 153832 0
[pid=26159/tid=26166] ppid=26154 vsize=621152 CPUtime=4962.22 cores=4-7
/proc/26159/task/26166/stat : 26166 (plingeling) R 26154 26154 26043 0 -1 4202560 901055 1249 0 0 496103 119 0 0 25 0 5 0 526135380 636059648 127362 33554432000 4194304 4356188 140736385689744 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26159/tid=26167] ppid=26154 vsize=621152 CPUtime=4935.15 cores=4-7
/proc/26159/task/26167/stat : 26167 (plingeling) R 26154 26154 26043 0 -1 4202560 803116 1249 0 0 493409 106 0 0 25 0 5 0 526135380 636059648 127362 33554432000 4194304 4356188 140736385689744 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26159/tid=26168] ppid=26154 vsize=621152 CPUtime=4961.39 cores=4-7
/proc/26159/task/26168/stat : 26168 (plingeling) R 26154 26154 26043 0 -1 4202560 867715 1249 0 0 496022 117 0 0 25 0 5 0 526135380 636059648 127362 33554432000 4194304 4356188 140736385689744 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26159/tid=26169] ppid=26154 vsize=621152 CPUtime=4961.73 cores=4-7
/proc/26159/task/26169/stat : 26169 (plingeling) R 26154 26154 26043 0 -1 4202560 797775 1249 0 0 496059 114 0 0 25 0 5 0 526135380 636059648 127362 33554432000 4194304 4356188 140736385689744 18446744073709551615 4234339 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39670.2
Current children cumulated vsize (KiB) 2316560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.01 8.02 7.98 9/180 26315
/proc/meminfo: memFree=17438448/32951124 swapFree=67111528/67111528
[pid=26154] ppid=26152 vsize=18324 CPUtime=0 cores=0-7
/proc/26154/stat : 26154 (ppfolio) S 26152 26154 26043 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 526135361 18763776 389 33554432000 4194304 4287625 140733493980704 18446744073709551615 216634535439 0 0 4096 65536 4594235398800015359 0 0 17 4 0 0 0
/proc/26154/statm: 4581 389 341 23 0 91 0
[pid=26155] ppid=26154 vsize=538316 CPUtime=5003.55 cores=0
/proc/26155/stat : 26155 (cryptominisat) R 26154 26154 26043 0 -1 4202496 1601426 0 0 0 499612 743 0 0 25 0 1 0 526135362 551235584 80170 33554432000 4194304 4587354 140737152768384 18446744073709551615 4231917 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26155/statm: 134579 80170 337 96 0 131141 0
[pid=26156] ppid=26154 vsize=359544 CPUtime=5003.71 cores=1
/proc/26156/stat : 26156 (clasp) R 26154 26154 26043 0 -1 4202496 84924 0 0 0 500338 33 0 0 25 0 1 0 526135362 368173056 83123 33554432000 4194304 4785740 140734698816336 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26156/statm: 89886 83123 340 145 0 86931 0
[pid=26157] ppid=26154 vsize=470344 CPUtime=5003.71 cores=2
/proc/26157/stat : 26157 (TNM) R 26154 26154 26043 0 -1 4202496 6387 0 0 0 500369 2 0 0 25 0 1 0 526135362 481632256 6284 33554432000 134512640 134534564 4291941504 18446744073709551615 134530983 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26157/statm: 117586 6284 95 6 0 116252 0
[pid=26158] ppid=26154 vsize=310020 CPUtime=5003.71 cores=3
/proc/26158/stat : 26158 (march_hi) R 26154 26154 26043 0 -1 4202496 70864 0 0 0 500331 40 0 0 25 0 1 0 526135362 317460480 54195 33554432000 4194304 4331988 140733408406208 18446744073709551615 4228224 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26158/statm: 77505 54195 175 34 0 75947 0
[pid=26159] ppid=26154 vsize=522848 CPUtime=19985.7 cores=4-7
/proc/26159/stat : 26159 (plingeling) S 26154 26154 26043 0 -1 4202496 3398951 1249 0 0 1998108 463 0 0 18 0 5 0 526135362 535396352 102786 33554432000 4194304 4356188 140736385689744 18446744073709551615 216646318053 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26159/statm: 130712 102786 163 40 0 129256 0
[pid=26159/tid=26166] ppid=26154 vsize=522848 CPUtime=5003.54 cores=4-7
/proc/26159/task/26166/stat : 26166 (plingeling) R 26154 26154 26043 0 -1 4202560 903103 1249 0 0 500234 120 0 0 25 0 5 0 526135380 535396352 102786 33554432000 4194304 4356188 140736385689744 18446744073709551615 4331028 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26159/tid=26167] ppid=26154 vsize=522848 CPUtime=4976.23 cores=4-7
/proc/26159/task/26167/stat : 26167 (plingeling) R 26154 26154 26043 0 -1 4202560 812332 1249 0 0 497516 107 0 0 25 0 5 0 526135380 535396352 102786 33554432000 4194304 4356188 140736385689744 18446744073709551615 4332165 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=26159/tid=26168] ppid=26154 vsize=522848 CPUtime=5002.7 cores=4-7
/proc/26159/task/26168/stat : 26168 (plingeling) R 26154 26154 26043 0 -1 4202560 876931 1249 0 0 500151 119 0 0 25 0 5 0 526135380 535396352 102786 33554432000 4194304 4356188 140736385689744 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26159/tid=26169] ppid=26154 vsize=522848 CPUtime=5003.04 cores=4-7
/proc/26159/task/26169/stat : 26169 (plingeling) R 26154 26154 26043 0 -1 4202560 797775 1249 0 0 500189 115 0 0 25 0 5 0 526135380 535396352 102786 33554432000 4194304 4356188 140736385689744 18446744073709551615 4334609 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 2219396

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 26154 and gives
#  childrusage.ru_utime.tv_sec=5003
#  childrusage.ru_utime.tv_usec=695322
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=29995
# CPU time returned by wait4() is 5003.73
# while last known CPU time is 40000.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.62
CPU time (s): 40000.4
CPU user time (s): 39987.6
CPU system time (s): 12.81
CPU usage (%): 799.429
Max. virtual memory (cumulated for all children) (KiB): 2662556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5003.7
system time used= 0.029995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6908
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= 482
involuntary context switches= 11433

runsolver used 7.8698 second user time and 19.425 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-30 08:35:27
IDJOB=3275136
IDBENCH=71492
IDSOLVER=1638
FILE ID=node103/3275136-1304145327
RUNJOBID= node103-1304145211-26057
PBS_JOBID= 13170871
Free space on /tmp= 72604 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v2400c266431g9.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275136-1304145327/watcher-3275136-1304145327 -o /tmp/evaluation-result-3275136-1304145327/solver-3275136-1304145327 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3275136-1304145327.cnf

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

MD5SUM BENCH= 35278b3ce28129761cf8ae7994f37d3f
RANDOM SEED=1038964617

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18742836 kB
Buffers:       2151712 kB
Cached:       11406340 kB
SwapCached:          0 kB
Active:        5684692 kB
Inactive:      7936620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18742836 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13216 kB
Writeback:          20 kB
AnonPages:       62696 kB
Mapped:          14440 kB
Slab:           521048 kB
PageTables:       4472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184724 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= 72592 MiB
End job on node103 at 2011-04-30 09:58:53