Trace number 3310274

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

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1004.79
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
Number of clauses of size 40
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-3310274-1304007788/watcher-3310274-1304007788 -o /tmp/evaluation-result-3310274-1304007788/solver-3310274-1304007788 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310274-1304007788.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.73 7.73 7.80 1/170 6015
/proc/meminfo: memFree=15210948/32950928 swapFree=67111528/67111528
[pid=6015] ppid=6013 vsize=18324 CPUtime=0 cores=0-7
/proc/6015/stat : 6015 (ppfolio) S 6013 6015 5540 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 512377562 18763776 390 33554432000 4194304 4287625 140733229045824 18446744073709551615 251814260239 0 0 4096 65536 2826088513535 0 0 17 4 0 0 0
/proc/6015/statm: 4581 390 341 23 0 91 0

[startup+0.0671391 s]
/proc/loadavg: 7.73 7.73 7.80 1/170 6015
/proc/meminfo: memFree=15210948/32950928 swapFree=67111528/67111528
[pid=6015] ppid=6013 vsize=18324 CPUtime=0 cores=0-7
/proc/6015/stat : 6015 (ppfolio) S 6013 6015 5540 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 512377562 18763776 390 33554432000 4194304 4287625 140733229045824 18446744073709551615 251814260239 0 0 4096 65536 3322900889928204287 0 0 17 6 0 0 0
/proc/6015/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101128 s]
/proc/loadavg: 7.73 7.73 7.80 1/170 6015
/proc/meminfo: memFree=15210948/32950928 swapFree=67111528/67111528
[pid=6015] ppid=6013 vsize=18324 CPUtime=0 cores=0-7
/proc/6015/stat : 6015 (ppfolio) S 6013 6015 5540 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 512377562 18763776 390 33554432000 4194304 4287625 140733229045824 18446744073709551615 251814260239 0 0 4096 65536 3322900889928204287 0 0 17 6 0 0 0
/proc/6015/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.301097 s]
/proc/loadavg: 7.73 7.73 7.80 1/170 6015
/proc/meminfo: memFree=15210948/32950928 swapFree=67111528/67111528
[pid=6015] ppid=6013 vsize=18324 CPUtime=0 cores=0-7
/proc/6015/stat : 6015 (ppfolio) S 6013 6015 5540 0 -1 4202496 522 0 0 0 0 0 0 0 24 0 1 0 512377562 18763776 390 33554432000 4194304 4287625 140733229045824 18446744073709551615 251814260239 0 0 4096 65536 3322900889928204287 0 0 17 4 0 0 0
/proc/6015/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701034 s]
/proc/loadavg: 7.73 7.73 7.80 1/170 6015
/proc/meminfo: memFree=15210948/32950928 swapFree=67111528/67111528
[pid=6015] ppid=6013 vsize=18324 CPUtime=0 cores=0-7
/proc/6015/stat : 6015 (ppfolio) S 6013 6015 5540 0 -1 4202496 522 0 0 0 0 0 0 0 19 0 1 0 512377562 18763776 390 33554432000 4194304 4287625 140733229045824 18446744073709551615 251814260239 0 0 4096 65536 3322900889928204287 0 0 17 4 0 0 0
/proc/6015/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.5009 s]
/proc/loadavg: 7.73 7.73 7.80 9/180 6030
/proc/meminfo: memFree=14947724/32950928 swapFree=67111528/67111528
[pid=6015] ppid=6013 vsize=18324 CPUtime=0 cores=0-7
/proc/6015/stat : 6015 (ppfolio) S 6013 6015 5540 0 -1 4202496 522 0 0 0 0 0 0 0 16 0 1 0 512377562 18763776 390 33554432000 4194304 4287625 140733229045824 18446744073709551615 251814260239 0 0 4096 65536 3322900889928204287 0 0 17 4 0 0 0
/proc/6015/statm: 4581 390 341 23 0 91 0
[pid=6016] ppid=6015 vsize=133740 CPUtime=1.49 cores=0
/proc/6016/stat : 6016 (cryptominisat) R 6015 6015 5540 0 -1 4202496 24335 0 0 0 146 3 0 0 20 0 1 0 512377562 136949760 19829 33554432000 4194304 4587354 140735855055776 18446744073709551615 4237681 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6016/statm: 33435 19829 330 96 0 29997 0
[pid=6017] ppid=6015 vsize=67608 CPUtime=1.49 cores=1
/proc/6017/stat : 6017 (clasp) R 6015 6015 5540 0 -1 4202496 17576 0 0 0 147 2 0 0 20 0 1 0 512377562 69230592 13873 33554432000 4194304 4785740 140736095940688 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6017/statm: 16902 13873 340 145 0 13947 0
[pid=6018] ppid=6015 vsize=470476 CPUtime=1.49 cores=2
/proc/6018/stat : 6018 (TNM) R 6015 6015 5540 0 -1 4202496 9379 0 0 0 148 1 0 0 20 0 1 0 512377562 481767424 9276 33554432000 134512640 134534564 4286770240 18446744073709551615 134530701 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6018/statm: 117619 9276 95 6 0 116285 0
[pid=6019] ppid=6015 vsize=184012 CPUtime=1.48 cores=3
/proc/6019/stat : 6019 (march_hi) R 6015 6015 5540 0 -1 4202496 75559 0 0 0 139 9 0 0 20 0 1 0 512377562 188428288 20912 33554432000 4194304 4331988 140737271719600 18446744073709551615 4252197 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6019/statm: 46003 20912 151 34 0 44445 0
[pid=6020] ppid=6015 vsize=185104 CPUtime=5 cores=4-7
/proc/6020/stat : 6020 (plingeling) S 6015 6015 5540 0 -1 4202496 32670 1255 0 0 496 4 0 0 20 0 5 0 512377563 189546496 18346 33554432000 4194304 4356188 140734416550048 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/6020/statm: 46276 18346 159 40 0 44820 0
[pid=6020/tid=6027] ppid=6015 vsize=185104 CPUtime=1.17 cores=4-7
/proc/6020/task/6027/stat : 6027 (plingeling) R 6015 6015 5540 0 -1 4202560 3104 1255 0 0 117 0 0 0 25 0 5 0 512377594 189546496 18346 33554432000 4194304 4356188 140734416550048 18446744073709551615 4244632 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6020/tid=6028] ppid=6015 vsize=185104 CPUtime=1.16 cores=4-7
/proc/6020/task/6028/stat : 6028 (plingeling) R 6015 6015 5540 0 -1 4202560 4737 1255 0 0 116 0 0 0 25 0 5 0 512377594 189546496 18346 33554432000 4194304 4356188 140734416550048 18446744073709551615 4322016 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6020/tid=6029] ppid=6015 vsize=185104 CPUtime=1.16 cores=4-7
/proc/6020/task/6029/stat : 6029 (plingeling) R 6015 6015 5540 0 -1 4202560 3432 1255 0 0 116 0 0 0 25 0 5 0 512377594 189546496 18346 33554432000 4194304 4356188 140734416550048 18446744073709551615 4244400 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6020/tid=6030] ppid=6015 vsize=185104 CPUtime=1.16 cores=4-7
/proc/6020/task/6030/stat : 6030 (plingeling) R 6015 6015 5540 0 -1 4202560 4741 1255 0 0 116 0 0 0 25 0 5 0 512377594 189546496 18346 33554432000 4194304 4356188 140734416550048 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 10.95
Current children cumulated vsize (KiB) 1059264

[startup+3.10063 s]
/proc/loadavg: 7.75 7.73 7.80 9/180 6030
/proc/meminfo: memFree=14857700/32950928 swapFree=67111528/67111528
[pid=6015] ppid=6013 vsize=18324 CPUtime=0 cores=0-7
/proc/6015/stat : 6015 (ppfolio) S 6013 6015 5540 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512377562 18763776 390 33554432000 4194304 4287625 140733229045824 18446744073709551615 251814260239 0 0 4096 65536 3322900889928204287 0 0 17 4 0 0 0
/proc/6015/statm: 4581 390 341 23 0 91 0
[pid=6016] ppid=6015 vsize=133740 CPUtime=3.09 cores=0
/proc/6016/stat : 6016 (cryptominisat) R 6015 6015 5540 0 -1 4202496 24650 0 0 0 306 3 0 0 25 0 1 0 512377562 136949760 20128 33554432000 4194304 4587354 140735855055776 18446744073709551615 4238728 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6016/statm: 33435 20128 330 96 0 29997 0
[pid=6017] ppid=6015 vsize=67608 CPUtime=3.09 cores=1
/proc/6017/stat : 6017 (clasp) R 6015 6015 5540 0 -1 4202496 17576 0 0 0 307 2 0 0 25 0 1 0 512377562 69230592 13873 33554432000 4194304 4785740 140736095940688 18446744073709551615 4287204 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6017/statm: 16902 13873 340 145 0 13947 0
[pid=6018] ppid=6015 vsize=470476 CPUtime=3.09 cores=2
/proc/6018/stat : 6018 (TNM) R 6015 6015 5540 0 -1 4202496 9379 0 0 0 308 1 0 0 25 0 1 0 512377562 481767424 9276 33554432000 134512640 134534564 4286770240 18446744073709551615 4397437 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6018/statm: 117619 9276 95 6 0 116285 0
[pid=6019] ppid=6015 vsize=175848 CPUtime=3.09 cores=3
/proc/6019/stat : 6019 (march_hi) R 6015 6015 5540 0 -1 4202496 95593 0 0 0 296 13 0 0 25 0 1 0 512377562 180068352 37850 33554432000 4194304 4331988 140737271719600 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6019/statm: 43962 37850 173 34 0 42404 0
[pid=6020] ppid=6015 vsize=198524 CPUtime=11.39 cores=4-7
/proc/6020/stat : 6020 (plingeling) S 6015 6015 5540 0 -1 4202496 34348 1255 0 0 1134 5 0 0 20 0 5 0 512377563 203288576 20024 33554432000 4194304 4356188 140734416550048 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/6020/statm: 49631 20035 163 40 0 48175 0
[pid=6020/tid=6027] ppid=6015 vsize=198524 CPUtime=2.77 cores=4-7
/proc/6020/task/6027/stat : 6027 (plingeling) R 6015 6015 5540 0 -1 4202560 3110 1255 0 0 277 0 0 0 25 0 5 0 512377594 203288576 20046 33554432000 4194304 4356188 140734416550048 18446744073709551615 4210575 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6020/tid=6028] ppid=6015 vsize=198524 CPUtime=2.77 cores=4-7
/proc/6020/task/6028/stat : 6028 (plingeling) R 6015 6015 5540 0 -1 4202560 5927 1255 0 0 276 1 0 0 25 0 5 0 512377594 203288576 20060 33554432000 4194304 4356188 140734416550048 18446744073709551615 251813934173 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6020/tid=6029] ppid=6015 vsize=198524 CPUtime=2.75 cores=4-7
/proc/6020/task/6029/stat : 6029 (plingeling) R 6015 6015 5540 0 -1 4202560 3950 1255 0 0 275 0 0 0 25 0 5 0 512377594 203288576 20075 33554432000 4194304 4356188 140734416550048 18446744073709551615 4217720 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6020/tid=6030] ppid=6015 vsize=198524 CPUtime=2.76 cores=4-7
/proc/6020/task/6030/stat : 6030 (plingeling) R 6015 6015 5540 0 -1 4202560 4741 1255 0 0 276 0 0 0 25 0 5 0 512377594 203288576 20091 33554432000 4194304 4356188 140734416550048 18446744073709551615 4334201 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.75
Current children cumulated vsize (KiB) 1064520

[startup+6.30109 s]
/proc/loadavg: 7.75 7.73 7.80 9/180 6030
/proc/meminfo: memFree=14772936/32950928 swapFree=67111528/67111528
[pid=6015] ppid=6013 vsize=18324 CPUtime=0 cores=0-7
/proc/6015/stat : 6015 (ppfolio) S 6013 6015 5540 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512377562 18763776 390 33554432000 4194304 4287625 140733229045824 18446744073709551615 251814260239 0 0 4096 65536 3322900889928204287 0 0 17 4 0 0 0
/proc/6015/statm: 4581 390 341 23 0 91 0
[pid=6016] ppid=6015 vsize=131928 CPUtime=6.29 cores=0
/proc/6016/stat : 6016 (cryptominisat) R 6015 6015 5540 0 -1 4202496 30020 0 0 0 625 4 0 0 25 0 1 0 512377562 135094272 20503 33554432000 4194304 4587354 140735855055776 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6016/statm: 32982 20503 340 96 0 29544 0
[pid=6017] ppid=6015 vsize=67608 CPUtime=6.29 cores=1
/proc/6017/stat : 6017 (clasp) R 6015 6015 5540 0 -1 4202496 17576 0 0 0 627 2 0 0 25 0 1 0 512377562 69230592 13873 33554432000 4194304 4785740 140736095940688 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6017/statm: 16902 13873 340 145 0 13947 0
[pid=6018] ppid=6015 vsize=470476 CPUtime=6.29 cores=2
/proc/6018/stat : 6018 (TNM) R 6015 6015 5540 0 -1 4202496 9379 0 0 0 628 1 0 0 25 0 1 0 512377562 481767424 9276 33554432000 134512640 134534564 4286770240 18446744073709551615 134529974 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6018/statm: 117619 9276 95 6 0 116285 0
[pid=6019] ppid=6015 vsize=186096 CPUtime=6.29 cores=3
/proc/6019/stat : 6019 (march_hi) R 6015 6015 5540 0 -1 4202496 97748 0 0 0 616 13 0 0 25 0 1 0 512377562 190562304 40005 33554432000 4194304 4331988 140737271719600 18446744073709551615 4228936 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6019/statm: 46524 40005 173 34 0 44966 0
[pid=6020] ppid=6015 vsize=203816 CPUtime=24.18 cores=4-7
/proc/6020/stat : 6020 (plingeling) S 6015 6015 5540 0 -1 4202496 43727 1255 0 0 2411 7 0 0 20 0 5 0 512377563 208707584 23046 33554432000 4194304 4356188 140734416550048 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/6020/statm: 50954 23046 163 40 0 49498 0
[pid=6020/tid=6027] ppid=6015 vsize=203816 CPUtime=5.96 cores=4-7
/proc/6020/task/6027/stat : 6027 (plingeling) R 6015 6015 5540 0 -1 4202560 6182 1255 0 0 596 0 0 0 25 0 5 0 512377594 208707584 23046 33554432000 4194304 4356188 140734416550048 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6020/tid=6028] ppid=6015 vsize=203816 CPUtime=5.96 cores=4-7
/proc/6020/task/6028/stat : 6028 (plingeling) R 6015 6015 5540 0 -1 4202560 9126 1255 0 0 595 1 0 0 25 0 5 0 512377594 208707584 23046 33554432000 4194304 4356188 140734416550048 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6020/tid=6029] ppid=6015 vsize=203816 CPUtime=5.93 cores=4-7
/proc/6020/task/6029/stat : 6029 (plingeling) R 6015 6015 5540 0 -1 4202560 7022 1255 0 0 593 0 0 0 25 0 5 0 512377594 208707584 23046 33554432000 4194304 4356188 140734416550048 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6020/tid=6030] ppid=6015 vsize=203816 CPUtime=5.96 cores=4-7
/proc/6020/task/6030/stat : 6030 (plingeling) R 6015 6015 5540 0 -1 4202560 4741 1255 0 0 596 0 0 0 25 0 5 0 512377594 208707584 23046 33554432000 4194304 4356188 140734416550048 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.34
Current children cumulated vsize (KiB) 1078248

[startup+12.701 s]
/proc/loadavg: 7.79 7.74 7.80 9/180 6030
/proc/meminfo: memFree=14756272/32950928 swapFree=67111528/67111528
[pid=6015] ppid=6013 vsize=18324 CPUtime=0 cores=0-7
/proc/6015/stat : 6015 (ppfolio) S 6013 6015 5540 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512377562 18763776 390 33554432000 4194304 4287625 140733229045824 18446744073709551615 251814260239 0 0 4096 65536 3322900889928204287 0 0 17 4 0 0 0
/proc/6015/statm: 4581 390 341 23 0 91 0
[pid=6016] ppid=6015 vsize=138744 CPUtime=12.69 cores=0
/proc/6016/stat : 6016 (cryptominisat) R 6015 6015 5540 0 -1 4202496 37328 0 0 0 1264 5 0 0 25 0 1 0 512377562 142073856 23261 33554432000 4194304 4587354 140735855055776 18446744073709551615 4237467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6016/statm: 34686 23261 340 96 0 31248 0
[pid=6017] ppid=6015 vsize=87976 CPUtime=12.69 cores=1
/proc/6017/stat : 6017 (clasp) R 6015 6015 5540 0 -1 4202496 22682 0 0 0 1265 4 0 0 25 0 1 0 512377562 90087424 18979 33554432000 4194304 4785740 140736095940688 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6017/statm: 21994 18979 340 145 0 19039 0
[pid=6018] ppid=6015 vsize=470476 CPUtime=12.69 cores=2
/proc/6018/stat : 6018 (TNM) R 6015 6015 5540 0 -1 4202496 9379 0 0 0 1268 1 0 0 25 0 1 0 512377562 481767424 9276 33554432000 134512640 134534564 4286770240 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6018/statm: 117619 9276 95 6 0 116285 0
[pid=6019] ppid=6015 vsize=186096 CPUtime=12.69 cores=3
/proc/6019/stat : 6019 (march_hi) R 6015 6015 5540 0 -1 4202496 97789 0 0 0 1256 13 0 0 25 0 1 0 512377562 190562304 40046 33554432000 4194304 4331988 140737271719600 18446744073709551615 4229026 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6019/statm: 46524 40046 173 34 0 44966 0
[pid=6020] ppid=6015 vsize=203812 CPUtime=49.74 cores=4-7
/proc/6020/stat : 6020 (plingeling) S 6015 6015 5540 0 -1 4202496 43728 1255 0 0 4967 7 0 0 20 0 5 0 512377563 208703488 23046 33554432000 4194304 4356188 140734416550048 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/6020/statm: 50953 23046 164 40 0 49497 0
[pid=6020/tid=6027] ppid=6015 vsize=203812 CPUtime=12.36 cores=4-7
/proc/6020/task/6027/stat : 6027 (plingeling) R 6015 6015 5540 0 -1 4202560 6183 1255 0 0 1236 0 0 0 25 0 5 0 512377594 208703488 23046 33554432000 4194304 4356188 140734416550048 18446744073709551615 4283920 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6020/tid=6028] ppid=6015 vsize=203812 CPUtime=12.36 cores=4-7
/proc/6020/task/6028/stat : 6028 (plingeling) R 6015 6015 5540 0 -1 4202560 9126 1255 0 0 1235 1 0 0 25 0 5 0 512377594 208703488 23046 33554432000 4194304 4356188 140734416550048 18446744073709551615 4210817 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6020/tid=6029] ppid=6015 vsize=203812 CPUtime=12.29 cores=4-7
/proc/6020/task/6029/stat : 6029 (plingeling) R 6015 6015 5540 0 -1 4202560 7022 1255 0 0 1229 0 0 0 25 0 5 0 512377594 208703488 23046 33554432000 4194304 4356188 140734416550048 18446744073709551615 4238443 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6020/tid=6030] ppid=6015 vsize=203812 CPUtime=12.36 cores=4-7
/proc/6020/task/6030/stat : 6030 (plingeling) R 6015 6015 5540 0 -1 4202560 4741 1255 0 0 1236 0 0 0 25 0 5 0 512377594 208703488 23046 33554432000 4194304 4356188 140734416550048 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.5
Current children cumulated vsize (KiB) 1105428

[startup+25.5009 s]
/proc/loadavg: 7.82 7.75 7.80 9/180 6031
/proc/meminfo: memFree=14745668/32950928 swapFree=67111528/67111528
[pid=6015] ppid=6013 vsize=18324 CPUtime=0 cores=0-7
/proc/6015/stat : 6015 (ppfolio) S 6013 6015 5540 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512377562 18763776 390 33554432000 4194304 4287625 140733229045824 18446744073709551615 251814260239 0 0 4096 65536 3322900889928204287 0 0 17 4 0 0 0
/proc/6015/statm: 4581 390 341 23 0 91 0
[pid=6016] ppid=6015 vsize=1992940 CPUtime=25.49 cores=0
/proc/6016/stat : 6016 (cryptominisat) R 6015 6015 5540 0 -1 4202496 50521 0 0 0 2542 7 0 0 25 0 1 0 512377562 2040770560 23740 33554432000 4194304 4587354 140735855055776 18446744073709551615 4238690 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=6018] ppid=6015 vsize=470480 CPUtime=4842.36 cores=2
/proc/6018/stat : 6018 (TNM) R 6015 6015 5540 0 -1 4202496 9388 0 0 0 484234 2 0 0 25 0 1 0 512377562 481771520 9285 33554432000 134512640 134534564 4286770240 18446744073709551615 134530309 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6018/statm: 117620 9285 103 6 0 116286 0
[pid=6019] ppid=6015 vsize=285556 CPUtime=4842.35 cores=3
/proc/6019/stat : 6019 (march_hi) R 6015 6015 5540 0 -1 4202496 117501 0 0 0 484212 23 0 0 25 0 1 0 512377562 292409344 59684 33554432000 4194304 4331988 140737271719600 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6019/statm: 71389 59684 173 34 0 69831 0
[pid=6020] ppid=6015 vsize=549808 CPUtime=19340.6 cores=4-7
/proc/6020/stat : 6020 (plingeling) S 6015 6015 5540 0 -1 4202496 1127387 1255 0 0 1933889 171 0 0 20 0 5 0 512377563 563003392 109545 33554432000 4194304 4356188 140734416550048 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/6020/statm: 137452 109545 164 40 0 135996 0
[pid=6020/tid=6027] ppid=6015 vsize=549808 CPUtime=4841.87 cores=4-7
/proc/6020/task/6027/stat : 6027 (plingeling) R 6015 6015 5540 0 -1 4202560 288493 1255 0 0 484144 43 0 0 25 0 5 0 512377594 563003392 109545 33554432000 4194304 4356188 140734416550048 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6020/tid=6028] ppid=6015 vsize=549808 CPUtime=4841.58 cores=4-7
/proc/6020/task/6028/stat : 6028 (plingeling) R 6015 6015 5540 0 -1 4202560 237897 1255 0 0 484121 37 0 0 25 0 5 0 512377594 563003392 109545 33554432000 4194304 4356188 140734416550048 18446744073709551615 4283899 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6020/tid=6029] ppid=6015 vsize=549808 CPUtime=4814.77 cores=4-7
/proc/6020/task/6029/stat : 6029 (plingeling) R 6015 6015 5540 0 -1 4202560 395662 1255 0 0 481417 60 0 0 25 0 5 0 512377594 563003392 109545 33554432000 4194304 4356188 140734416550048 18446744073709551615 4283920 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6020/tid=6030] ppid=6015 vsize=549808 CPUtime=4842.03 cores=4-7
/proc/6020/task/6030/stat : 6030 (plingeling) R 6015 6015 5540 0 -1 4202560 188679 1255 0 0 484176 27 0 0 25 0 5 0 512377594 563003392 109545 33554432000 4194304 4356188 140734416550048 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38710
Current children cumulated vsize (KiB) 4456216

[startup+4902.3 s]
/proc/loadavg: 8.06 8.07 8.01 9/180 6173
/proc/meminfo: memFree=13210624/32950928 swapFree=67111528/67111528
[pid=6015] ppid=6013 vsize=18324 CPUtime=0 cores=0-7
/proc/6015/stat : 6015 (ppfolio) S 6013 6015 5540 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512377562 18763776 390 33554432000 4194304 4287625 140733229045824 18446744073709551615 251814260239 0 0 4096 65536 3322900889928204287 0 0 17 4 0 0 0
/proc/6015/statm: 4581 390 341 23 0 91 0
[pid=6016] ppid=6015 vsize=362388 CPUtime=4902.35 cores=0
/proc/6016/stat : 6016 (cryptominisat) R 6015 6015 5540 0 -1 4202496 427237 0 0 0 490108 127 0 0 25 0 1 0 512377562 371085312 85391 33554432000 4194304 4587354 140735855055776 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6016/statm: 90597 85391 340 96 0 87159 0
[pid=6017] ppid=6015 vsize=946276 CPUtime=4902.36 cores=1
/proc/6017/stat : 6017 (clasp) R 6015 6015 5540 0 -1 4202496 237269 0 0 0 490147 89 0 0 25 0 1 0 512377562 968986624 231500 33554432000 4194304 4785740 140736095940688 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6017/statm: 236569 231500 341 145 0 233614 0
[pid=6018] ppid=6015 vsize=470480 CPUtime=4902.36 cores=2
/proc/6018/stat : 6018 (TNM) R 6015 6015 5540 0 -1 4202496 9388 0 0 0 490234 2 0 0 25 0 1 0 512377562 481771520 9285 33554432000 134512640 134534564 4286770240 18446744073709551615 134525873 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6018/statm: 117620 9285 103 6 0 116286 0
[pid=6019] ppid=6015 vsize=285556 CPUtime=4902.35 cores=3
/proc/6019/stat : 6019 (march_hi) R 6015 6015 5540 0 -1 4202496 117582 0 0 0 490212 23 0 0 25 0 1 0 512377562 292409344 59765 33554432000 4194304 4331988 140737271719600 18446744073709551615 4228990 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6019/statm: 71389 59765 173 34 0 69831 0
[pid=6020] ppid=6015 vsize=570444 CPUtime=19580.3 cores=4-7
/proc/6020/stat : 6020 (plingeling) S 6015 6015 5540 0 -1 4202496 1154603 1255 0 0 1957852 175 0 0 20 0 5 0 512377563 584134656 114704 33554432000 4194304 4356188 140734416550048 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/6020/statm: 142611 114704 164 40 0 141155 0
[pid=6020/tid=6027] ppid=6015 vsize=570444 CPUtime=4901.87 cores=4-7
/proc/6020/task/6027/stat : 6027 (plingeling) R 6015 6015 5540 0 -1 4202560 291053 1255 0 0 490144 43 0 0 25 0 5 0 512377594 584134656 114704 33554432000 4194304 4356188 140734416550048 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6020/tid=6028] ppid=6015 vsize=570444 CPUtime=4901.57 cores=4-7
/proc/6020/task/6028/stat : 6028 (plingeling) R 6015 6015 5540 0 -1 4202560 239970 1255 0 0 490120 37 0 0 25 0 5 0 512377594 584134656 114704 33554432000 4194304 4356188 140734416550048 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6020/tid=6029] ppid=6015 vsize=570444 CPUtime=4874.44 cores=4-7
/proc/6020/task/6029/stat : 6029 (plingeling) R 6015 6015 5540 0 -1 4202560 407438 1255 0 0 487383 61 0 0 25 0 5 0 512377594 584134656 114704 33554432000 4194304 4356188 140734416550048 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6020/tid=6030] ppid=6015 vsize=570444 CPUtime=4902.03 cores=4-7
/proc/6020/task/6030/stat : 6030 (plingeling) R 6015 6015 5540 0 -1 4202560 199486 1255 0 0 490174 29 0 0 25 0 5 0 512377594 584134656 114704 33554432000 4194304 4356188 140734416550048 18446744073709551615 4284208 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39189.7
Current children cumulated vsize (KiB) 2653468

[startup+4962.3 s]
/proc/loadavg: 8.05 8.07 8.01 9/180 6174
/proc/meminfo: memFree=13198704/32950928 swapFree=67111528/67111528
[pid=6015] ppid=6013 vsize=18324 CPUtime=0 cores=0-7
/proc/6015/stat : 6015 (ppfolio) S 6013 6015 5540 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512377562 18763776 390 33554432000 4194304 4287625 140733229045824 18446744073709551615 251814260239 0 0 4096 65536 3322900889928204287 0 0 17 4 0 0 0
/proc/6015/statm: 4581 390 341 23 0 91 0
[pid=6016] ppid=6015 vsize=362388 CPUtime=4962.35 cores=0
/proc/6016/stat : 6016 (cryptominisat) R 6015 6015 5540 0 -1 4202496 427237 0 0 0 496108 127 0 0 25 0 1 0 512377562 371085312 85391 33554432000 4194304 4587354 140735855055776 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6016/statm: 90597 85391 340 96 0 87159 0
[pid=6017] ppid=6015 vsize=946276 CPUtime=4962.36 cores=1
/proc/6017/stat : 6017 (clasp) R 6015 6015 5540 0 -1 4202496 237269 0 0 0 496147 89 0 0 25 0 1 0 512377562 968986624 231500 33554432000 4194304 4785740 140736095940688 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6017/statm: 236569 231500 341 145 0 233614 0
[pid=6018] ppid=6015 vsize=470480 CPUtime=4962.36 cores=2
/proc/6018/stat : 6018 (TNM) R 6015 6015 5540 0 -1 4202496 9388 0 0 0 496234 2 0 0 25 0 1 0 512377562 481771520 9285 33554432000 134512640 134534564 4286770240 18446744073709551615 134529374 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6018/statm: 117620 9285 103 6 0 116286 0
[pid=6019] ppid=6015 vsize=285556 CPUtime=4962.35 cores=3
/proc/6019/stat : 6019 (march_hi) R 6015 6015 5540 0 -1 4202496 117657 0 0 0 496212 23 0 0 25 0 1 0 512377562 292409344 59840 33554432000 4194304 4331988 140737271719600 18446744073709551615 4228970 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6019/statm: 71389 59840 173 34 0 69831 0
[pid=6020] ppid=6015 vsize=584628 CPUtime=19819.9 cores=4-7
/proc/6020/stat : 6020 (plingeling) S 6015 6015 5540 0 -1 4202496 1173548 1255 0 0 1981815 178 0 0 20 0 5 0 512377563 598659072 118250 33554432000 4194304 4356188 140734416550048 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/6020/statm: 146157 118250 164 40 0 144701 0
[pid=6020/tid=6027] ppid=6015 vsize=584628 CPUtime=4961.87 cores=4-7
/proc/6020/task/6027/stat : 6027 (plingeling) R 6015 6015 5540 0 -1 4202560 293613 1255 0 0 496143 44 0 0 25 0 5 0 512377594 598659072 118250 33554432000 4194304 4356188 140734416550048 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6020/tid=6028] ppid=6015 vsize=584628 CPUtime=4961.56 cores=4-7
/proc/6020/task/6028/stat : 6028 (plingeling) R 6015 6015 5540 0 -1 4202560 248162 1255 0 0 496118 38 0 0 25 0 5 0 512377594 598659072 118250 33554432000 4194304 4356188 140734416550048 18446744073709551615 4334538 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6020/tid=6029] ppid=6015 vsize=584628 CPUtime=4934.11 cores=4-7
/proc/6020/task/6029/stat : 6029 (plingeling) R 6015 6015 5540 0 -1 4202560 411534 1255 0 0 493349 62 0 0 25 0 5 0 512377594 598659072 118250 33554432000 4194304 4356188 140734416550048 18446744073709551615 4283944 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6020/tid=6030] ppid=6015 vsize=584628 CPUtime=4962.04 cores=4-7
/proc/6020/task/6030/stat : 6030 (plingeling) R 6015 6015 5540 0 -1 4202560 203583 1255 0 0 496174 30 0 0 25 0 5 0 512377594 598659072 118250 33554432000 4194304 4356188 140734416550048 18446744073709551615 4279985 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39669.4
Current children cumulated vsize (KiB) 2667652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.7 s]
/proc/loadavg: 8.02 8.06 8.00 9/180 6176
/proc/meminfo: memFree=13200928/32950928 swapFree=67111528/67111528
[pid=6015] ppid=6013 vsize=18324 CPUtime=0 cores=0-7
/proc/6015/stat : 6015 (ppfolio) S 6013 6015 5540 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512377562 18763776 390 33554432000 4194304 4287625 140733229045824 18446744073709551615 251814260239 0 0 4096 65536 3322900889928204287 0 0 17 4 0 0 0
/proc/6015/statm: 4581 390 341 23 0 91 0
[pid=6016] ppid=6015 vsize=2195844 CPUtime=5003.75 cores=0
/proc/6016/stat : 6016 (cryptominisat) R 6015 6015 5540 0 -1 4202496 427842 0 0 0 500248 127 0 0 25 0 1 0 512377562 2248544256 85392 33554432000 4194304 4587354 140735855055776 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6016/statm: 548961 85392 340 96 0 545523 0
[pid=6017] ppid=6015 vsize=946276 CPUtime=5003.77 cores=1
/proc/6017/stat : 6017 (clasp) R 6015 6015 5540 0 -1 4202496 237269 0 0 0 500288 89 0 0 25 0 1 0 512377562 968986624 231500 33554432000 4194304 4785740 140736095940688 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6017/statm: 236569 231500 341 145 0 233614 0
[pid=6018] ppid=6015 vsize=470480 CPUtime=5003.77 cores=2
/proc/6018/stat : 6018 (TNM) R 6015 6015 5540 0 -1 4202496 9388 0 0 0 500375 2 0 0 25 0 1 0 512377562 481771520 9285 33554432000 134512640 134534564 4286770240 18446744073709551615 134525904 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6018/statm: 117620 9285 103 6 0 116286 0
[pid=6019] ppid=6015 vsize=285688 CPUtime=5003.76 cores=3
/proc/6019/stat : 6019 (march_hi) R 6015 6015 5540 0 -1 4202496 117719 0 0 0 500353 23 0 0 25 0 1 0 512377562 292544512 59902 33554432000 4194304 4331988 140737271719600 18446744073709551615 4228963 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6019/statm: 71422 59902 173 34 0 69864 0
[pid=6020] ppid=6015 vsize=579516 CPUtime=19985.3 cores=4-7
/proc/6020/stat : 6020 (plingeling) S 6015 6015 5540 0 -1 4202496 1196078 1255 0 0 1998352 181 0 0 20 0 5 0 512377563 593424384 116972 33554432000 4194304 4356188 140734416550048 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/6020/statm: 144879 116972 164 40 0 143423 0
[pid=6020/tid=6027] ppid=6015 vsize=579516 CPUtime=5003.28 cores=4-7
/proc/6020/task/6027/stat : 6027 (plingeling) R 6015 6015 5540 0 -1 4202560 302829 1255 0 0 500283 45 0 0 25 0 5 0 512377594 593424384 116972 33554432000 4194304 4356188 140734416550048 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6020/tid=6028] ppid=6015 vsize=579516 CPUtime=5002.96 cores=4-7
/proc/6020/task/6028/stat : 6028 (plingeling) R 6015 6015 5540 0 -1 4202560 248162 1255 0 0 500258 38 0 0 25 0 5 0 512377594 593424384 116972 33554432000 4194304 4356188 140734416550048 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6020/tid=6029] ppid=6015 vsize=579516 CPUtime=4975.3 cores=4-7
/proc/6020/task/6029/stat : 6029 (plingeling) R 6015 6015 5540 0 -1 4202560 413582 1255 0 0 497467 63 0 0 25 0 5 0 512377594 593424384 116972 33554432000 4194304 4356188 140734416550048 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6020/tid=6030] ppid=6015 vsize=579516 CPUtime=5003.44 cores=4-7
/proc/6020/task/6030/stat : 6030 (plingeling) R 6015 6015 5540 0 -1 4202560 214849 1255 0 0 500313 31 0 0 25 0 5 0 512377594 593424384 116972 33554432000 4194304 4356188 140734416550048 18446744073709551615 4332333 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) 4496128

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

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

[startup+5003.7 s]
/proc/loadavg: 8.02 8.06 8.00 9/180 6176
/proc/meminfo: memFree=13200928/32950928 swapFree=67111528/67111528
[pid=6015] ppid=6013 vsize=18324 CPUtime=0 cores=0-7
/proc/6015/stat : 6015 (ppfolio) S 6013 6015 5540 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 512377562 18763776 390 33554432000 4194304 4287625 140733229045824 18446744073709551615 251814260239 0 0 4096 65536 3322900889928204287 0 0 17 4 0 0 0
/proc/6015/statm: 4581 390 341 23 0 91 0
[pid=6016] ppid=6015 vsize=2195844 CPUtime=5003.75 cores=0
/proc/6016/stat : 6016 (cryptominisat) R 6015 6015 5540 0 -1 4202496 427842 0 0 0 500248 127 0 0 25 0 1 0 512377562 2248544256 85392 33554432000 4194304 4587354 140735855055776 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6016/statm: 548961 85392 340 96 0 545523 0
[pid=6017] ppid=6015 vsize=946276 CPUtime=5003.77 cores=1
/proc/6017/stat : 6017 (clasp) R 6015 6015 5540 0 -1 4202496 237269 0 0 0 500288 89 0 0 25 0 1 0 512377562 968986624 231500 33554432000 4194304 4785740 140736095940688 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6017/statm: 236569 231500 341 145 0 233614 0
[pid=6018] ppid=6015 vsize=470480 CPUtime=5003.77 cores=2
/proc/6018/stat : 6018 (TNM) R 6015 6015 5540 0 -1 4202496 9388 0 0 0 500375 2 0 0 25 0 1 0 512377562 481771520 9285 33554432000 134512640 134534564 4286770240 18446744073709551615 134525904 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6018/statm: 117620 9285 103 6 0 116286 0
[pid=6019] ppid=6015 vsize=285688 CPUtime=5003.76 cores=3
/proc/6019/stat : 6019 (march_hi) R 6015 6015 5540 0 -1 4202496 117719 0 0 0 500353 23 0 0 25 0 1 0 512377562 292544512 59902 33554432000 4194304 4331988 140737271719600 18446744073709551615 4228963 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6019/statm: 71422 59902 173 34 0 69864 0
[pid=6020] ppid=6015 vsize=579516 CPUtime=19985.3 cores=4-7
/proc/6020/stat : 6020 (plingeling) S 6015 6015 5540 0 -1 4202496 1196078 1255 0 0 1998352 181 0 0 20 0 5 0 512377563 593424384 116972 33554432000 4194304 4356188 140734416550048 18446744073709551615 251826042853 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/6020/statm: 144879 116972 164 40 0 143423 0
[pid=6020/tid=6027] ppid=6015 vsize=579516 CPUtime=5003.28 cores=4-7
/proc/6020/task/6027/stat : 6027 (plingeling) R 6015 6015 5540 0 -1 4202560 302829 1255 0 0 500283 45 0 0 25 0 5 0 512377594 593424384 116972 33554432000 4194304 4356188 140734416550048 18446744073709551615 4331792 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=6020/tid=6028] ppid=6015 vsize=579516 CPUtime=5002.96 cores=4-7
/proc/6020/task/6028/stat : 6028 (plingeling) R 6015 6015 5540 0 -1 4202560 248162 1255 0 0 500258 38 0 0 25 0 5 0 512377594 593424384 116972 33554432000 4194304 4356188 140734416550048 18446744073709551615 4331268 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6020/tid=6029] ppid=6015 vsize=579516 CPUtime=4975.3 cores=4-7
/proc/6020/task/6029/stat : 6029 (plingeling) R 6015 6015 5540 0 -1 4202560 413582 1255 0 0 497467 63 0 0 25 0 5 0 512377594 593424384 116972 33554432000 4194304 4356188 140734416550048 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6020/tid=6030] ppid=6015 vsize=579516 CPUtime=5003.44 cores=4-7
/proc/6020/task/6030/stat : 6030 (plingeling) R 6015 6015 5540 0 -1 4202560 214849 1255 0 0 500313 31 0 0 25 0 5 0 512377594 593424384 116972 33554432000 4194304 4356188 140734416550048 18446744073709551615 4332333 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) 4496128

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6015 and gives
#  childrusage.ru_utime.tv_sec=5003
#  childrusage.ru_utime.tv_usec=754313
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=33994
# CPU time returned by wait4() is 5003.79
# 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.72
CPU time (s): 40000.4
CPU user time (s): 39996.2
CPU system time (s): 4.22
CPU usage (%): 799.413
Max. virtual memory (cumulated for all children) (KiB): 6357776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5003.75
system time used= 0.033994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9912
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= 520
involuntary context switches= 8048

runsolver used 7.39088 second user time and 19.911 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-28 18:23:09
IDJOB=3310274
IDBENCH=82467
IDSOLVER=1638
FILE ID=node126/3310274-1304007788
RUNJOBID= node126-1304003442-5554
PBS_JOBID= 13168804
Free space on /tmp= 71596 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310274-1304007788/watcher-3310274-1304007788 -o /tmp/evaluation-result-3310274-1304007788/solver-3310274-1304007788 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310274-1304007788.cnf

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=105337336

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15211228 kB
Buffers:       1838656 kB
Cached:       15247700 kB
SwapCached:          0 kB
Active:        6594120 kB
Inactive:     10559780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15211228 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14352 kB
Writeback:           0 kB
AnonPages:       67120 kB
Mapped:          14912 kB
Slab:           519380 kB
PageTables:       4320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185668 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= 71584 MiB
End job on node126 at 2011-04-28 19:46:34