Trace number 3276156

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.52

General information on the benchmark

NameSAT05/crafted/markstrom05/eulcbip/
eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
MD5SUM151ccdb2c52c7f525fde5dca388bb6e6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.082986
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of clauses672
Sum of the clauses size2684
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 30
Number of clauses of size 4670
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.09 8.03 7.71 2/170 11429
/proc/meminfo: memFree=28987736/32951124 swapFree=67111356/67111528
[pid=11429] ppid=11427 vsize=18324 CPUtime=0 cores=0-7
/proc/11429/stat : 11429 (ppfolio) S 11427 11429 11208 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 529022184 18763776 390 33554432000 4194304 4287625 140735218253072 18446744073709551615 218905751055 0 0 4096 65536 4590777847047520255 0 0 17 4 0 0 0
/proc/11429/statm: 4581 390 341 23 0 91 0

[startup+0.044042 s]
/proc/loadavg: 8.09 8.03 7.71 2/170 11429
/proc/meminfo: memFree=28987736/32951124 swapFree=67111356/67111528
[pid=11429] ppid=11427 vsize=18324 CPUtime=0 cores=0-7
/proc/11429/stat : 11429 (ppfolio) R 11427 11429 11208 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 529022184 18763776 390 33554432000 4194304 4287625 140735218253072 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/11429/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101032 s]
/proc/loadavg: 8.09 8.03 7.71 2/170 11429
/proc/meminfo: memFree=28987736/32951124 swapFree=67111356/67111528
[pid=11429] ppid=11427 vsize=18324 CPUtime=0 cores=0-7
/proc/11429/stat : 11429 (ppfolio) R 11427 11429 11208 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 529022184 18763776 390 33554432000 4194304 4287625 140735218253072 18446744073709551615 218905730816 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/11429/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300996 s]
/proc/loadavg: 8.09 8.03 7.71 2/170 11429
/proc/meminfo: memFree=28987736/32951124 swapFree=67111356/67111528
[pid=11429] ppid=11427 vsize=18324 CPUtime=0 cores=0-7
/proc/11429/stat : 11429 (ppfolio) R 11427 11429 11208 0 -1 4202496 520 0 0 0 0 0 0 0 25 0 1 0 529022184 18763776 390 33554432000 4194304 4287625 140735218253072 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/11429/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700922 s]
/proc/loadavg: 8.09 8.03 7.71 2/170 11429
/proc/meminfo: memFree=28987736/32951124 swapFree=67111356/67111528
[pid=11429] ppid=11427 vsize=18324 CPUtime=0 cores=0-7
/proc/11429/stat : 11429 (ppfolio) R 11427 11429 11208 0 -1 4202496 520 0 0 0 0 0 0 0 22 0 1 0 529022184 18763776 390 33554432000 4194304 4287625 140735218253072 18446744073709551615 218905751055 0 0 4096 65536 0 0 0 17 6 0 0 0
/proc/11429/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50078 s]
/proc/loadavg: 8.09 8.03 7.71 9/180 11444
/proc/meminfo: memFree=28973644/32951124 swapFree=67111356/67111528
[pid=11429] ppid=11427 vsize=18324 CPUtime=0 cores=0-7
/proc/11429/stat : 11429 (ppfolio) S 11427 11429 11208 0 -1 4202496 520 0 0 0 0 0 0 0 17 0 1 0 529022184 18763776 390 33554432000 4194304 4287625 140735218253072 18446744073709551615 218905751055 0 0 4096 65536 4590777847047520255 0 0 17 6 0 0 0
/proc/11429/statm: 4581 390 341 23 0 91 0
[pid=11430] ppid=11429 vsize=1799272 CPUtime=1.49 cores=0
/proc/11430/stat : 11430 (cryptominisat) R 11429 11429 11208 0 -1 4202496 4335 0 0 0 149 0 0 0 20 0 1 0 529022185 1842454528 2922 33554432000 4194304 4587354 140733817525744 18446744073709551615 4239304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11430/statm: 449818 2922 337 96 0 446380 0
[pid=11431] ppid=11429 vsize=12824 CPUtime=1.49 cores=1
/proc/11431/stat : 11431 (clasp) R 11429 11429 11208 0 -1 4202496 673 0 0 0 149 0 0 0 20 0 1 0 529022185 13131776 565 33554432000 4194304 4785740 140737420139552 18446744073709551615 4277627 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11431/statm: 3206 565 340 145 0 251 0
[pid=11432] ppid=11429 vsize=455696 CPUtime=1.49 cores=2
/proc/11432/stat : 11432 (TNM) R 11429 11429 11208 0 -1 4202496 279 0 0 0 149 0 0 0 20 0 1 0 529022185 466632704 176 33554432000 134512640 134534564 4293208288 18446744073709551615 134530307 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11432/statm: 113924 176 95 6 0 112590 0
[pid=11433] ppid=11429 vsize=7632 CPUtime=1.49 cores=3
/proc/11433/stat : 11433 (march_hi) R 11429 11429 11208 0 -1 4202496 601 0 0 0 149 0 0 0 20 0 1 0 529022185 7815168 475 33554432000 4194304 4331988 140733693593440 18446744073709551615 4226499 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11433/statm: 1908 475 174 34 0 350 0
[pid=11434] ppid=11429 vsize=123244 CPUtime=5.95 cores=4-7
/proc/11434/stat : 11434 (plingeling) S 11429 11429 11208 0 -1 4202496 3922 1250 0 0 595 0 0 0 18 0 5 0 529022185 126201856 2902 33554432000 4194304 4356188 140735995771088 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11434/statm: 30811 2902 163 40 0 29355 0
[pid=11434/tid=11441] ppid=11429 vsize=123244 CPUtime=1.48 cores=4-7
/proc/11434/task/11441/stat : 11441 (plingeling) R 11429 11429 11208 0 -1 4202560 847 1250 0 0 148 0 0 0 23 0 5 0 529022185 126201856 2902 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11434/tid=11442] ppid=11429 vsize=123244 CPUtime=1.48 cores=4-7
/proc/11434/task/11442/stat : 11442 (plingeling) R 11429 11429 11208 0 -1 4202560 864 1250 0 0 148 0 0 0 23 0 5 0 529022185 126201856 2902 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11434/tid=11443] ppid=11429 vsize=123244 CPUtime=1.48 cores=4-7
/proc/11434/task/11443/stat : 11443 (plingeling) R 11429 11429 11208 0 -1 4202560 886 1250 0 0 148 0 0 0 23 0 5 0 529022185 126201856 2902 33554432000 4194304 4356188 140735995771088 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11434/tid=11444] ppid=11429 vsize=123244 CPUtime=1.48 cores=4-7
/proc/11434/task/11444/stat : 11444 (plingeling) R 11429 11429 11208 0 -1 4202560 957 1250 0 0 148 0 0 0 23 0 5 0 529022185 126201856 2902 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331401 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.91
Current children cumulated vsize (KiB) 2416992

[startup+3.10049 s]
/proc/loadavg: 8.09 8.03 7.71 9/180 11444
/proc/meminfo: memFree=28963228/32951124 swapFree=67111356/67111528
[pid=11429] ppid=11427 vsize=18324 CPUtime=0 cores=0-7
/proc/11429/stat : 11429 (ppfolio) S 11427 11429 11208 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 529022184 18763776 390 33554432000 4194304 4287625 140735218253072 18446744073709551615 218905751055 0 0 4096 65536 4590777847047520255 0 0 17 6 0 0 0
/proc/11429/statm: 4581 390 341 23 0 91 0
[pid=11430] ppid=11429 vsize=1803076 CPUtime=3.08 cores=0
/proc/11430/stat : 11430 (cryptominisat) R 11429 11429 11208 0 -1 4202496 6356 0 0 0 308 0 0 0 25 0 1 0 529022185 1846349824 3871 33554432000 4194304 4587354 140733817525744 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11430/statm: 450769 3871 337 96 0 447331 0
[pid=11431] ppid=11429 vsize=13088 CPUtime=3.09 cores=1
/proc/11431/stat : 11431 (clasp) R 11429 11429 11208 0 -1 4202496 723 0 0 0 309 0 0 0 25 0 1 0 529022185 13402112 615 33554432000 4194304 4785740 140737420139552 18446744073709551615 4553051 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11431/statm: 3272 615 341 145 0 317 0
[pid=11432] ppid=11429 vsize=455696 CPUtime=3.09 cores=2
/proc/11432/stat : 11432 (TNM) R 11429 11429 11208 0 -1 4202496 279 0 0 0 309 0 0 0 25 0 1 0 529022185 466632704 176 33554432000 134512640 134534564 4293208288 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11432/statm: 113924 176 95 6 0 112590 0
[pid=11433] ppid=11429 vsize=8484 CPUtime=3.09 cores=3
/proc/11433/stat : 11433 (march_hi) R 11429 11429 11208 0 -1 4202496 778 0 0 0 309 0 0 0 25 0 1 0 529022185 8687616 652 33554432000 4194304 4331988 140733693593440 18446744073709551615 4226506 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11433/statm: 2121 652 174 34 0 563 0
[pid=11434] ppid=11429 vsize=128120 CPUtime=12.35 cores=4-7
/proc/11434/stat : 11434 (plingeling) S 11429 11429 11208 0 -1 4202496 5909 1250 0 0 1234 1 0 0 18 0 5 0 529022185 131194880 4121 33554432000 4194304 4356188 140735995771088 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11434/statm: 32030 4121 163 40 0 30574 0
[pid=11434/tid=11441] ppid=11429 vsize=128120 CPUtime=3.07 cores=4-7
/proc/11434/task/11441/stat : 11441 (plingeling) R 11429 11429 11208 0 -1 4202560 1392 1250 0 0 307 0 0 0 25 0 5 0 529022185 131194880 4121 33554432000 4194304 4356188 140735995771088 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11434/tid=11442] ppid=11429 vsize=128120 CPUtime=3.08 cores=4-7
/proc/11434/task/11442/stat : 11442 (plingeling) R 11429 11429 11208 0 -1 4202560 1345 1250 0 0 308 0 0 0 25 0 5 0 529022185 131194880 4121 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331062 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11434/tid=11443] ppid=11429 vsize=128120 CPUtime=3.08 cores=4-7
/proc/11434/task/11443/stat : 11443 (plingeling) R 11429 11429 11208 0 -1 4202560 1335 1250 0 0 308 0 0 0 25 0 5 0 529022185 131194880 4121 33554432000 4194304 4356188 140735995771088 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11434/tid=11444] ppid=11429 vsize=128120 CPUtime=3.08 cores=4-7
/proc/11434/task/11444/stat : 11444 (plingeling) R 11429 11429 11208 0 -1 4202560 1469 1250 0 0 308 0 0 0 25 0 5 0 529022185 131194880 4121 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331355 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.7
Current children cumulated vsize (KiB) 2426788

[startup+6.30091 s]
/proc/loadavg: 8.08 8.03 7.71 9/180 11444
/proc/meminfo: memFree=28950980/32951124 swapFree=67111356/67111528
[pid=11429] ppid=11427 vsize=18324 CPUtime=0 cores=0-7
/proc/11429/stat : 11429 (ppfolio) S 11427 11429 11208 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 529022184 18763776 390 33554432000 4194304 4287625 140735218253072 18446744073709551615 218905751055 0 0 4096 65536 4590777847047520255 0 0 17 6 0 0 0
/proc/11429/statm: 4581 390 341 23 0 91 0
[pid=11430] ppid=11429 vsize=1803508 CPUtime=6.29 cores=0
/proc/11430/stat : 11430 (cryptominisat) R 11429 11429 11208 0 -1 4202496 9095 0 0 0 628 1 0 0 25 0 1 0 529022185 1846792192 3767 33554432000 4194304 4587354 140733817525744 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11430/statm: 450877 3767 337 96 0 447439 0
[pid=11431] ppid=11429 vsize=13224 CPUtime=6.29 cores=1
/proc/11431/stat : 11431 (clasp) R 11429 11429 11208 0 -1 4202496 782 0 0 0 629 0 0 0 25 0 1 0 529022185 13541376 674 33554432000 4194304 4785740 140737420139552 18446744073709551615 4278081 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11431/statm: 3306 674 341 145 0 351 0
[pid=11432] ppid=11429 vsize=455696 CPUtime=6.29 cores=2
/proc/11432/stat : 11432 (TNM) R 11429 11429 11208 0 -1 4202496 279 0 0 0 629 0 0 0 25 0 1 0 529022185 466632704 176 33554432000 134512640 134534564 4293208288 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11432/statm: 113924 176 95 6 0 112590 0
[pid=11433] ppid=11429 vsize=10544 CPUtime=6.29 cores=3
/proc/11433/stat : 11433 (march_hi) R 11429 11429 11208 0 -1 4202496 1149 0 0 0 629 0 0 0 25 0 1 0 529022185 10797056 1023 33554432000 4194304 4331988 140733693593440 18446744073709551615 4226245 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11433/statm: 2636 1023 174 34 0 1078 0
[pid=11434] ppid=11429 vsize=130636 CPUtime=25.13 cores=4-7
/proc/11434/stat : 11434 (plingeling) S 11429 11429 11208 0 -1 4202496 8186 1250 0 0 2512 1 0 0 18 0 5 0 529022185 133771264 4750 33554432000 4194304 4356188 140735995771088 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11434/statm: 32659 4750 163 40 0 31203 0
[pid=11434/tid=11441] ppid=11429 vsize=130636 CPUtime=6.25 cores=4-7
/proc/11434/task/11441/stat : 11441 (plingeling) R 11429 11429 11208 0 -1 4202560 1873 1250 0 0 625 0 0 0 25 0 5 0 529022185 133771264 4750 33554432000 4194304 4356188 140735995771088 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11434/tid=11442] ppid=11429 vsize=130636 CPUtime=6.28 cores=4-7
/proc/11434/task/11442/stat : 11442 (plingeling) R 11429 11429 11208 0 -1 4202560 1954 1250 0 0 628 0 0 0 25 0 5 0 529022185 133771264 4750 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11434/tid=11443] ppid=11429 vsize=130636 CPUtime=6.28 cores=4-7
/proc/11434/task/11443/stat : 11443 (plingeling) R 11429 11429 11208 0 -1 4202560 1880 1250 0 0 628 0 0 0 25 0 5 0 529022185 133771264 4750 33554432000 4194304 4356188 140735995771088 18446744073709551615 4332275 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11434/tid=11444] ppid=11429 vsize=130636 CPUtime=6.28 cores=4-7
/proc/11434/task/11444/stat : 11444 (plingeling) R 11429 11429 11208 0 -1 4202560 2111 1250 0 0 628 0 0 0 25 0 5 0 529022185 133771264 4750 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 2431932

[startup+12.7007 s]
/proc/loadavg: 8.15 8.04 7.72 9/180 11444
/proc/meminfo: memFree=28941236/32951124 swapFree=67111356/67111528
[pid=11429] ppid=11427 vsize=18324 CPUtime=0 cores=0-7
/proc/11429/stat : 11429 (ppfolio) S 11427 11429 11208 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 529022184 18763776 390 33554432000 4194304 4287625 140735218253072 18446744073709551615 218905751055 0 0 4096 65536 4590777847047520255 0 0 17 6 0 0 0
/proc/11429/statm: 4581 390 341 23 0 91 0
[pid=11430] ppid=11429 vsize=1807052 CPUtime=12.68 cores=0
/proc/11430/stat : 11430 (cryptominisat) R 11429 11429 11208 0 -1 4202496 14874 0 0 0 1266 2 0 0 25 0 1 0 529022185 1850421248 4912 33554432000 4194304 4587354 140733817525744 18446744073709551615 4238608 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11430/statm: 451763 4912 337 96 0 448325 0
[pid=11431] ppid=11429 vsize=13768 CPUtime=12.69 cores=1
/proc/11431/stat : 11431 (clasp) R 11429 11429 11208 0 -1 4202496 893 0 0 0 1269 0 0 0 25 0 1 0 529022185 14098432 785 33554432000 4194304 4785740 140737420139552 18446744073709551615 4287038 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11431/statm: 3442 785 341 145 0 487 0
[pid=11432] ppid=11429 vsize=455696 CPUtime=12.69 cores=2
/proc/11432/stat : 11432 (TNM) R 11429 11429 11208 0 -1 4202496 279 0 0 0 1269 0 0 0 25 0 1 0 529022185 466632704 176 33554432000 134512640 134534564 4293208288 18446744073709551615 134530252 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11432/statm: 113924 176 95 6 0 112590 0
[pid=11433] ppid=11429 vsize=15000 CPUtime=12.69 cores=3
/proc/11433/stat : 11433 (march_hi) R 11429 11429 11208 0 -1 4202496 1888 0 0 0 1269 0 0 0 25 0 1 0 529022185 15360000 1762 33554432000 4194304 4331988 140733693593440 18446744073709551615 4210904 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11433/statm: 3750 1762 174 34 0 2192 0
[pid=11434] ppid=11429 vsize=133456 CPUtime=50.69 cores=4-7
/proc/11434/stat : 11434 (plingeling) S 11429 11429 11208 0 -1 4202496 12411 1250 0 0 5067 2 0 0 18 0 5 0 529022185 136658944 5455 33554432000 4194304 4356188 140735995771088 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11434/statm: 33364 5455 163 40 0 31908 0
[pid=11434/tid=11441] ppid=11429 vsize=133456 CPUtime=12.62 cores=4-7
/proc/11434/task/11441/stat : 11441 (plingeling) R 11429 11429 11208 0 -1 4202560 2865 1250 0 0 1262 0 0 0 25 0 5 0 529022185 136658944 5455 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11434/tid=11442] ppid=11429 vsize=133456 CPUtime=12.68 cores=4-7
/proc/11434/task/11442/stat : 11442 (plingeling) R 11429 11429 11208 0 -1 4202560 3106 1250 0 0 1268 0 0 0 25 0 5 0 529022185 136658944 5455 33554432000 4194304 4356188 140735995771088 18446744073709551615 4330982 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11434/tid=11443] ppid=11429 vsize=133456 CPUtime=12.68 cores=4-7
/proc/11434/task/11443/stat : 11443 (plingeling) R 11429 11429 11208 0 -1 4202560 2840 1250 0 0 1268 0 0 0 25 0 5 0 529022185 136658944 5455 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11434/tid=11444] ppid=11429 vsize=133456 CPUtime=12.68 cores=4-7
/proc/11434/task/11444/stat : 11444 (plingeling) R 11429 11429 11208 0 -1 4202560 3232 1250 0 0 1268 0 0 0 25 0 5 0 529022185 136658944 5455 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 2443296

[startup+25.5004 s]
/proc/loadavg: 8.19 8.06 7.73 9/180 11444
/proc/meminfo: memFree=28919944/32951124 swapFree=67111356/67111528
[pid=11429] ppid=11427 vsize=18324 CPUtime=0 cores=0-7
/proc/11429/stat : 11429 (ppfolio) S 11427 11429 11208 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 529022184 18763776 390 33554432000 4194304 4287625 140735218253072 18446744073709551615 218905751055 0 0 4096 65536 4590777847047520255 0 0 17 6 0 0 0
/proc/11429/statm: 4581 390 341 23 0 91 0
[pid=11430] ppid=11429 vsize=1811400 CPUtime=25.48 cores=0
/proc/11430/stat : 11430 (cryptominisat) R 11429 11429 11208 0 -1 4202496 24789 0 0 0 2544 4 0 0 25 0 1 0 529022185 1854873600 6077 33554432000 4194304 4587354 140733817525744 18446744073709551615 4241312 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=11432] ppid=11429 vsize=455700 CPUtime=4842.42 cores=2
/proc/11432/stat : 11432 (TNM) R 11429 11429 11208 0 -1 4202496 288 0 0 0 484241 1 0 0 25 0 1 0 529022185 466636800 185 33554432000 134512640 134534564 4293208288 18446744073709551615 134530630 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11432/statm: 113925 185 103 6 0 112591 0
[pid=11433] ppid=11429 vsize=3699904 CPUtime=4842.42 cores=3
/proc/11433/stat : 11433 (march_hi) R 11429 11429 11208 0 -1 4202496 628546 0 0 0 484046 196 0 0 25 0 1 0 529022185 3788701696 628420 33554432000 4194304 4331988 140733693593440 18446744073709551615 4210904 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11433/statm: 924976 628420 174 34 0 923418 0
[pid=11434] ppid=11429 vsize=278768 CPUtime=19342.2 cores=4-7
/proc/11434/stat : 11434 (plingeling) S 11429 11429 11208 0 -1 4202496 958827 1250 0 0 1934090 135 0 0 18 0 5 0 529022185 285458432 41783 33554432000 4194304 4356188 140735995771088 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11434/statm: 69692 41783 163 40 0 68236 0
[pid=11434/tid=11441] ppid=11429 vsize=278768 CPUtime=4816.08 cores=4-7
/proc/11434/task/11441/stat : 11441 (plingeling) R 11429 11429 11208 0 -1 4202560 254229 1250 0 0 481574 34 0 0 25 0 5 0 529022185 285458432 41783 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11434/tid=11442] ppid=11429 vsize=278768 CPUtime=4841.95 cores=4-7
/proc/11434/task/11442/stat : 11442 (plingeling) R 11429 11429 11208 0 -1 4202560 216582 1250 0 0 484162 33 0 0 25 0 5 0 529022185 285458432 41783 33554432000 4194304 4356188 140735995771088 18446744073709551615 4332272 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11434/tid=11443] ppid=11429 vsize=278768 CPUtime=4841.75 cores=4-7
/proc/11434/task/11443/stat : 11443 (plingeling) R 11429 11429 11208 0 -1 4202560 233916 1250 0 0 484142 33 0 0 25 0 5 0 529022185 285458432 41783 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331019 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11434/tid=11444] ppid=11429 vsize=278768 CPUtime=4842.42 cores=4-7
/proc/11434/task/11444/stat : 11444 (plingeling) R 11429 11429 11208 0 -1 4202560 253732 1250 0 0 484209 33 0 0 25 0 5 0 529022185 285458432 41783 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38711.6
Current children cumulated vsize (KiB) 6436472

[startup+4902.3 s]
/proc/loadavg: 8.08 8.04 8.00 9/180 11586
/proc/meminfo: memFree=26084860/32951124 swapFree=67111356/67111528
[pid=11429] ppid=11427 vsize=18324 CPUtime=0 cores=0-7
/proc/11429/stat : 11429 (ppfolio) S 11427 11429 11208 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 529022184 18763776 390 33554432000 4194304 4287625 140735218253072 18446744073709551615 218905751055 0 0 4096 65536 4590777847047520255 0 0 17 6 0 0 0
/proc/11429/statm: 4581 390 341 23 0 91 0
[pid=11430] ppid=11429 vsize=1940468 CPUtime=4902.28 cores=0
/proc/11430/stat : 11430 (cryptominisat) R 11429 11429 11208 0 -1 4202496 742001 0 0 0 489996 232 0 0 25 0 1 0 529022185 1987039232 40418 33554432000 4194304 4587354 140733817525744 18446744073709551615 4238597 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11430/statm: 485117 40418 337 96 0 481679 0
[pid=11431] ppid=11429 vsize=17256 CPUtime=4902.27 cores=1
/proc/11431/stat : 11431 (clasp) R 11429 11429 11208 0 -1 4202496 1776 0 0 0 490227 0 0 0 25 0 1 0 529022185 17670144 1668 33554432000 4194304 4785740 140737420139552 18446744073709551615 4552970 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11431/statm: 4314 1668 345 145 0 1359 0
[pid=11432] ppid=11429 vsize=455700 CPUtime=4902.42 cores=2
/proc/11432/stat : 11432 (TNM) R 11429 11429 11208 0 -1 4202496 288 0 0 0 490241 1 0 0 25 0 1 0 529022185 466636800 185 33554432000 134512640 134534564 4293208288 18446744073709551615 134529777 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11432/statm: 113925 185 103 6 0 112591 0
[pid=11433] ppid=11429 vsize=3699904 CPUtime=4902.42 cores=3
/proc/11433/stat : 11433 (march_hi) R 11429 11429 11208 0 -1 4202496 636367 0 0 0 490043 199 0 0 25 0 1 0 529022185 3788701696 636241 33554432000 4194304 4331988 140733693593440 18446744073709551615 4211307 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11433/statm: 924976 636241 174 34 0 923418 0
[pid=11434] ppid=11429 vsize=298992 CPUtime=19581.9 cores=4-7
/proc/11434/stat : 11434 (plingeling) S 11429 11429 11208 0 -1 4202496 969387 1250 0 0 1958056 136 0 0 18 0 5 0 529022185 306167808 46839 33554432000 4194304 4356188 140735995771088 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11434/statm: 74748 46839 163 40 0 73292 0
[pid=11434/tid=11441] ppid=11429 vsize=298992 CPUtime=4875.76 cores=4-7
/proc/11434/task/11441/stat : 11441 (plingeling) R 11429 11429 11208 0 -1 4202560 260117 1250 0 0 487541 35 0 0 25 0 5 0 529022185 306167808 46839 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331045 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11434/tid=11442] ppid=11429 vsize=298992 CPUtime=4901.95 cores=4-7
/proc/11434/task/11442/stat : 11442 (plingeling) R 11429 11429 11208 0 -1 4202560 218054 1250 0 0 490162 33 0 0 25 0 5 0 529022185 306167808 46839 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11434/tid=11443] ppid=11429 vsize=298992 CPUtime=4901.76 cores=4-7
/proc/11434/task/11443/stat : 11443 (plingeling) R 11429 11429 11208 0 -1 4202560 236668 1250 0 0 490142 34 0 0 25 0 5 0 529022185 306167808 46839 33554432000 4194304 4356188 140735995771088 18446744073709551615 4234040 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11434/tid=11444] ppid=11429 vsize=298992 CPUtime=4902.42 cores=4-7
/proc/11434/task/11444/stat : 11444 (plingeling) R 11429 11429 11208 0 -1 4202560 254180 1250 0 0 490209 33 0 0 25 0 5 0 529022185 306167808 46839 33554432000 4194304 4356188 140735995771088 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39191.3
Current children cumulated vsize (KiB) 6430644

[startup+4962.3 s]
/proc/loadavg: 8.09 8.04 8.00 9/180 11588
/proc/meminfo: memFree=26017380/32951124 swapFree=67111356/67111528
[pid=11429] ppid=11427 vsize=18324 CPUtime=0 cores=0-7
/proc/11429/stat : 11429 (ppfolio) S 11427 11429 11208 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 529022184 18763776 390 33554432000 4194304 4287625 140735218253072 18446744073709551615 218905751055 0 0 4096 65536 4590777847047520255 0 0 17 6 0 0 0
/proc/11429/statm: 4581 390 341 23 0 91 0
[pid=11430] ppid=11429 vsize=1966796 CPUtime=4962.28 cores=0
/proc/11430/stat : 11430 (cryptominisat) R 11429 11429 11208 0 -1 4202496 750204 0 0 0 495994 234 0 0 25 0 1 0 529022185 2013999104 45746 33554432000 4194304 4587354 140733817525744 18446744073709551615 4239572 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11430/statm: 491699 45746 337 96 0 488261 0
[pid=11431] ppid=11429 vsize=17256 CPUtime=4962.27 cores=1
/proc/11431/stat : 11431 (clasp) R 11429 11429 11208 0 -1 4202496 1776 0 0 0 496227 0 0 0 25 0 1 0 529022185 17670144 1668 33554432000 4194304 4785740 140737420139552 18446744073709551615 4309555 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11431/statm: 4314 1668 345 145 0 1359 0
[pid=11432] ppid=11429 vsize=455700 CPUtime=4962.42 cores=2
/proc/11432/stat : 11432 (TNM) R 11429 11429 11208 0 -1 4202496 288 0 0 0 496241 1 0 0 25 0 1 0 529022185 466636800 185 33554432000 134512640 134534564 4293208288 18446744073709551615 3689492 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11432/statm: 113925 185 103 6 0 112591 0
[pid=11433] ppid=11429 vsize=3699904 CPUtime=4962.43 cores=3
/proc/11433/stat : 11433 (march_hi) R 11429 11429 11208 0 -1 4202496 644061 0 0 0 496040 203 0 0 25 0 1 0 529022185 3788701696 643935 33554432000 4194304 4331988 140733693593440 18446744073709551615 4210904 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11433/statm: 924976 643935 174 34 0 923418 0
[pid=11434] ppid=11429 vsize=314864 CPUtime=19821.6 cores=4-7
/proc/11434/stat : 11434 (plingeling) S 11429 11429 11208 0 -1 4202496 978923 1250 0 0 1982021 138 0 0 18 0 5 0 529022185 322420736 50807 33554432000 4194304 4356188 140735995771088 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11434/statm: 78716 50807 163 40 0 77260 0
[pid=11434/tid=11441] ppid=11429 vsize=314864 CPUtime=4935.43 cores=4-7
/proc/11434/task/11441/stat : 11441 (plingeling) R 11429 11429 11208 0 -1 4202560 261077 1250 0 0 493508 35 0 0 25 0 5 0 529022185 322420736 50807 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11434/tid=11442] ppid=11429 vsize=314864 CPUtime=4961.94 cores=4-7
/proc/11434/task/11442/stat : 11442 (plingeling) R 11429 11429 11208 0 -1 4202560 223942 1250 0 0 496160 34 0 0 25 0 5 0 529022185 322420736 50807 33554432000 4194304 4356188 140735995771088 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11434/tid=11443] ppid=11429 vsize=314864 CPUtime=4961.76 cores=4-7
/proc/11434/task/11443/stat : 11443 (plingeling) R 11429 11429 11208 0 -1 4202560 236924 1250 0 0 496142 34 0 0 25 0 5 0 529022185 322420736 50807 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11434/tid=11444] ppid=11429 vsize=314864 CPUtime=4962.42 cores=4-7
/proc/11434/task/11444/stat : 11444 (plingeling) R 11429 11429 11208 0 -1 4202560 256612 1250 0 0 496209 33 0 0 25 0 5 0 529022185 322420736 50807 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39671
Current children cumulated vsize (KiB) 6472844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.5 s]
/proc/loadavg: 8.11 8.05 8.00 9/180 11589
/proc/meminfo: memFree=25997896/32951124 swapFree=67111356/67111528
[pid=11429] ppid=11427 vsize=18324 CPUtime=0 cores=0-7
/proc/11429/stat : 11429 (ppfolio) S 11427 11429 11208 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 529022184 18763776 390 33554432000 4194304 4287625 140735218253072 18446744073709551615 218905751055 0 0 4096 65536 4590777847047520255 0 0 17 6 0 0 0
/proc/11429/statm: 4581 390 341 23 0 91 0
[pid=11430] ppid=11429 vsize=1966796 CPUtime=5003.49 cores=0
/proc/11430/stat : 11430 (cryptominisat) R 11429 11429 11208 0 -1 4202496 754416 0 0 0 500113 236 0 0 25 0 1 0 529022185 2013999104 49837 33554432000 4194304 4587354 140733817525744 18446744073709551615 4232133 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11430/statm: 491699 49837 337 96 0 488261 0
[pid=11431] ppid=11429 vsize=17256 CPUtime=5003.48 cores=1
/proc/11431/stat : 11431 (clasp) R 11429 11429 11208 0 -1 4202496 1776 0 0 0 500348 0 0 0 25 0 1 0 529022185 17670144 1668 33554432000 4194304 4785740 140737420139552 18446744073709551615 4287172 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11431/statm: 4314 1668 345 145 0 1359 0
[pid=11432] ppid=11429 vsize=455700 CPUtime=5003.63 cores=2
/proc/11432/stat : 11432 (TNM) R 11429 11429 11208 0 -1 4202496 288 0 0 0 500362 1 0 0 25 0 1 0 529022185 466636800 185 33554432000 134512640 134534564 4293208288 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11432/statm: 113925 185 103 6 0 112591 0
[pid=11433] ppid=11429 vsize=3699904 CPUtime=5003.63 cores=3
/proc/11433/stat : 11433 (march_hi) R 11429 11429 11208 0 -1 4202496 649475 0 0 0 500159 204 0 0 25 0 1 0 529022185 3788701696 649349 33554432000 4194304 4331988 140733693593440 18446744073709551615 4299360 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11433/statm: 924976 649349 174 34 0 923418 0
[pid=11434] ppid=11429 vsize=296688 CPUtime=19986.2 cores=4-7
/proc/11434/stat : 11434 (plingeling) S 11429 11429 11208 0 -1 4202496 989419 1250 0 0 1998479 140 0 0 18 0 5 0 529022185 303808512 46263 33554432000 4194304 4356188 140735995771088 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11434/statm: 74172 46263 163 40 0 72716 0
[pid=11434/tid=11441] ppid=11429 vsize=296688 CPUtime=4976.41 cores=4-7
/proc/11434/task/11441/stat : 11441 (plingeling) R 11429 11429 11208 0 -1 4202560 262869 1250 0 0 497606 35 0 0 25 0 5 0 529022185 303808512 46263 33554432000 4194304 4356188 140735995771088 18446744073709551615 4332026 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11434/tid=11442] ppid=11429 vsize=296688 CPUtime=5003.15 cores=4-7
/proc/11434/task/11442/stat : 11442 (plingeling) R 11429 11429 11208 0 -1 4202560 225670 1250 0 0 500280 35 0 0 25 0 5 0 529022185 303808512 46263 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11434/tid=11443] ppid=11429 vsize=296688 CPUtime=5002.97 cores=4-7
/proc/11434/task/11443/stat : 11443 (plingeling) R 11429 11429 11208 0 -1 4202560 243516 1250 0 0 500262 35 0 0 25 0 5 0 529022185 303808512 46263 33554432000 4194304 4356188 140735995771088 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11434/tid=11444] ppid=11429 vsize=296688 CPUtime=5003.63 cores=4-7
/proc/11434/task/11444/stat : 11444 (plingeling) R 11429 11429 11208 0 -1 4202560 256996 1250 0 0 500330 33 0 0 25 0 5 0 529022185 303808512 46263 33554432000 4194304 4356188 140735995771088 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 6454668

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+5003.5 s]
/proc/loadavg: 8.11 8.05 8.00 9/180 11589
/proc/meminfo: memFree=25997896/32951124 swapFree=67111356/67111528
[pid=11429] ppid=11427 vsize=18324 CPUtime=0 cores=0-7
/proc/11429/stat : 11429 (ppfolio) S 11427 11429 11208 0 -1 4202496 520 0 0 0 0 0 0 0 15 0 1 0 529022184 18763776 390 33554432000 4194304 4287625 140735218253072 18446744073709551615 218905751055 0 0 4096 65536 4590777847047520255 0 0 17 6 0 0 0
/proc/11429/statm: 4581 390 341 23 0 91 0
[pid=11430] ppid=11429 vsize=1966796 CPUtime=5003.49 cores=0
/proc/11430/stat : 11430 (cryptominisat) R 11429 11429 11208 0 -1 4202496 754416 0 0 0 500113 236 0 0 25 0 1 0 529022185 2013999104 49837 33554432000 4194304 4587354 140733817525744 18446744073709551615 4232133 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11430/statm: 491699 49837 337 96 0 488261 0
[pid=11431] ppid=11429 vsize=17256 CPUtime=5003.48 cores=1
/proc/11431/stat : 11431 (clasp) R 11429 11429 11208 0 -1 4202496 1776 0 0 0 500348 0 0 0 25 0 1 0 529022185 17670144 1668 33554432000 4194304 4785740 140737420139552 18446744073709551615 4287172 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11431/statm: 4314 1668 345 145 0 1359 0
[pid=11432] ppid=11429 vsize=455700 CPUtime=5003.63 cores=2
/proc/11432/stat : 11432 (TNM) R 11429 11429 11208 0 -1 4202496 288 0 0 0 500362 1 0 0 25 0 1 0 529022185 466636800 185 33554432000 134512640 134534564 4293208288 18446744073709551615 134528483 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/11432/statm: 113925 185 103 6 0 112591 0
[pid=11433] ppid=11429 vsize=3699904 CPUtime=5003.63 cores=3
/proc/11433/stat : 11433 (march_hi) R 11429 11429 11208 0 -1 4202496 649475 0 0 0 500159 204 0 0 25 0 1 0 529022185 3788701696 649349 33554432000 4194304 4331988 140733693593440 18446744073709551615 4299360 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11433/statm: 924976 649349 174 34 0 923418 0
[pid=11434] ppid=11429 vsize=296688 CPUtime=19986.2 cores=4-7
/proc/11434/stat : 11434 (plingeling) S 11429 11429 11208 0 -1 4202496 989419 1250 0 0 1998479 140 0 0 18 0 5 0 529022185 303808512 46263 33554432000 4194304 4356188 140735995771088 18446744073709551615 218917533669 0 0 4096 17442 18446744073709551615 0 0 17 5 0 0 0
/proc/11434/statm: 74172 46263 163 40 0 72716 0
[pid=11434/tid=11441] ppid=11429 vsize=296688 CPUtime=4976.41 cores=4-7
/proc/11434/task/11441/stat : 11441 (plingeling) R 11429 11429 11208 0 -1 4202560 262869 1250 0 0 497606 35 0 0 25 0 5 0 529022185 303808512 46263 33554432000 4194304 4356188 140735995771088 18446744073709551615 4332026 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=11434/tid=11442] ppid=11429 vsize=296688 CPUtime=5003.15 cores=4-7
/proc/11434/task/11442/stat : 11442 (plingeling) R 11429 11429 11208 0 -1 4202560 225670 1250 0 0 500280 35 0 0 25 0 5 0 529022185 303808512 46263 33554432000 4194304 4356188 140735995771088 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=11434/tid=11443] ppid=11429 vsize=296688 CPUtime=5002.97 cores=4-7
/proc/11434/task/11443/stat : 11443 (plingeling) R 11429 11429 11208 0 -1 4202560 243516 1250 0 0 500262 35 0 0 25 0 5 0 529022185 303808512 46263 33554432000 4194304 4356188 140735995771088 18446744073709551615 4330976 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=11434/tid=11444] ppid=11429 vsize=296688 CPUtime=5003.63 cores=4-7
/proc/11434/task/11444/stat : 11444 (plingeling) R 11429 11429 11208 0 -1 4202560 256996 1250 0 0 500330 33 0 0 25 0 5 0 529022185 303808512 46263 33554432000 4194304 4356188 140735995771088 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.4
Current children cumulated vsize (KiB) 6454668

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11429 and gives
#  childrusage.ru_utime.tv_sec=10007
#  childrusage.ru_utime.tv_usec=110687
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=28995
# CPU time returned by wait4() is 10007.1
# 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.52
CPU time (s): 40000.4
CPU user time (s): 39994.6
CPU system time (s): 5.81
CPU usage (%): 799.446
Max. virtual memory (cumulated for all children) (KiB): 20501800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10007.1
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= 2599
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= 692
involuntary context switches= 29375

runsolver used 8.20575 second user time and 19.0221 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-30 16:37:25
IDJOB=3276156
IDBENCH=85780
IDSOLVER=1638
FILE ID=node137/3276156-1304174245
RUNJOBID= node137-1304173092-11222
PBS_JOBID= 13170967
Free space on /tmp= 73212 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT05/crafted/markstrom05/eulcbip/eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3276156-1304174245/watcher-3276156-1304174245 -o /tmp/evaluation-result-3276156-1304174245/solver-3276156-1304174245 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3276156-1304174245.cnf

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

MD5SUM BENCH= 151ccdb2c52c7f525fde5dca388bb6e6
RANDOM SEED=723962707

node137.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.844
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.68
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.844
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.844
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.74
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.844
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.74
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.844
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.82
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.844
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.844
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28988148 kB
Buffers:        924860 kB
Cached:        2517400 kB
SwapCached:         48 kB
Active:         204332 kB
Inactive:      3300400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28988148 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           10148 kB
Writeback:           0 kB
AnonPages:       62712 kB
Mapped:          15160 kB
Slab:           392264 kB
PageTables:       4220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185148 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= 73200 MiB
End job on node137 at 2011-04-30 18:00:50