Trace number 3310224

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/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

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-3310224-1304004833/watcher-3310224-1304004833 -o /tmp/evaluation-result-3310224-1304004833/solver-3310224-1304004833 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310224-1304004833.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.44 7.91 7.90 2/170 6117
/proc/meminfo: memFree=15636984/32951124 swapFree=67111528/67111528
[pid=6117] ppid=6115 vsize=18324 CPUtime=0 cores=0-7
/proc/6117/stat : 6117 (ppfolio) S 6115 6117 5982 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 512083737 18763776 390 33554432000 4194304 4287625 140735868025072 18446744073709551615 244446965263 0 0 4096 65536 2826088513535 0 0 17 4 0 0 0
/proc/6117/statm: 4581 390 341 23 0 91 0

[startup+0.092538 s]
/proc/loadavg: 7.44 7.91 7.90 2/170 6117
/proc/meminfo: memFree=15636984/32951124 swapFree=67111528/67111528
[pid=6117] ppid=6115 vsize=18324 CPUtime=0 cores=0-7
/proc/6117/stat : 6117 (ppfolio) S 6115 6117 5982 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 512083737 18763776 390 33554432000 4194304 4287625 140735868025072 18446744073709551615 244446965263 0 0 4096 65536 15901268969147858943 0 0 17 6 0 0 0
/proc/6117/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100528 s]
/proc/loadavg: 7.44 7.91 7.90 2/170 6117
/proc/meminfo: memFree=15636984/32951124 swapFree=67111528/67111528
[pid=6117] ppid=6115 vsize=18324 CPUtime=0 cores=0-7
/proc/6117/stat : 6117 (ppfolio) S 6115 6117 5982 0 -1 4202496 523 0 0 0 0 0 0 0 25 0 1 0 512083737 18763776 390 33554432000 4194304 4287625 140735868025072 18446744073709551615 244446965263 0 0 4096 65536 15901268969147858943 0 0 17 6 0 0 0
/proc/6117/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300495 s]
/proc/loadavg: 7.44 7.91 7.90 2/170 6117
/proc/meminfo: memFree=15636984/32951124 swapFree=67111528/67111528
[pid=6117] ppid=6115 vsize=18324 CPUtime=0 cores=0-7
/proc/6117/stat : 6117 (ppfolio) S 6115 6117 5982 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 512083737 18763776 390 33554432000 4194304 4287625 140735868025072 18446744073709551615 244446965263 0 0 4096 65536 15901268969147858943 0 0 17 6 0 0 0
/proc/6117/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.70039 s]
/proc/loadavg: 7.44 7.91 7.90 2/170 6117
/proc/meminfo: memFree=15636984/32951124 swapFree=67111528/67111528
[pid=6117] ppid=6115 vsize=18324 CPUtime=0 cores=0-7
/proc/6117/stat : 6117 (ppfolio) S 6115 6117 5982 0 -1 4202496 523 0 0 0 0 0 0 0 23 0 1 0 512083737 18763776 390 33554432000 4194304 4287625 140735868025072 18446744073709551615 244446965263 0 0 4096 65536 15901268969147858943 0 0 17 6 0 0 0
/proc/6117/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50124 s]
/proc/loadavg: 7.44 7.91 7.90 9/180 6133
/proc/meminfo: memFree=15321324/32951124 swapFree=67111528/67111528
[pid=6117] ppid=6115 vsize=18324 CPUtime=0 cores=0-7
/proc/6117/stat : 6117 (ppfolio) S 6115 6117 5982 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 512083737 18763776 390 33554432000 4194304 4287625 140735868025072 18446744073709551615 244446965263 0 0 4096 65536 15901268969147858943 0 0 17 6 0 0 0
/proc/6117/statm: 4581 390 341 23 0 91 0
[pid=6118] ppid=6117 vsize=93260 CPUtime=1.49 cores=0
/proc/6118/stat : 6118 (cryptominisat) R 6117 6117 5982 0 -1 4202496 17718 0 0 0 148 1 0 0 20 0 1 0 512083737 95498240 17370 33554432000 4194304 4587354 140736007707120 18446744073709551615 4248831 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6118/statm: 23315 17370 312 96 0 19877 0
[pid=6119] ppid=6117 vsize=61932 CPUtime=1.49 cores=1
/proc/6119/stat : 6119 (clasp) R 6117 6117 5982 0 -1 4202496 18190 0 0 0 146 3 0 0 20 0 1 0 512083737 63418368 12539 33554432000 4194304 4785740 140736161407488 18446744073709551615 4416856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6119/statm: 15483 12539 340 145 0 12528 0
[pid=6120] ppid=6117 vsize=509680 CPUtime=1.49 cores=2
/proc/6120/stat : 6120 (TNM) R 6117 6117 5982 0 -1 4202496 23082 0 0 0 146 3 0 0 20 0 1 0 512083737 521912320 22979 33554432000 134512640 134534564 4288857984 18446744073709551615 134529374 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6120/statm: 127420 22979 95 6 0 126086 0
[pid=6121] ppid=6117 vsize=94680 CPUtime=1.49 cores=3
/proc/6121/stat : 6121 (march_hi) R 6117 6117 5982 0 -1 4194304 43492 0 0 0 144 5 0 0 20 0 1 0 512083737 96952320 14686 33554432000 4194304 4331988 140735194371040 18446744073709551615 4251963 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6121/statm: 23670 14686 129 34 0 22112 0
[pid=6122] ppid=6117 vsize=123724 CPUtime=4.19 cores=4-7
/proc/6122/stat : 6122 (plingeling) S 6117 6117 5982 0 -1 4202496 37100 1250 0 0 414 5 0 0 18 0 5 0 512083737 126693376 19346 33554432000 4194304 4356188 140734241983152 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6122/statm: 30931 19346 153 40 0 29475 0
[pid=6122/tid=6130] ppid=6117 vsize=123724 CPUtime=0.89 cores=4-7
/proc/6122/task/6130/stat : 6130 (plingeling) R 6117 6117 5982 0 -1 4202560 311 1250 0 0 89 0 0 0 23 0 5 0 512083796 126693376 19346 33554432000 4194304 4356188 140734241983152 18446744073709551615 4238823 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6122/tid=6131] ppid=6117 vsize=123724 CPUtime=0.89 cores=4-7
/proc/6122/task/6131/stat : 6131 (plingeling) R 6117 6117 5982 0 -1 4202560 5411 1250 0 0 89 0 0 0 23 0 5 0 512083796 126693376 19346 33554432000 4194304 4356188 140734241983152 18446744073709551615 4210575 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6122/tid=6132] ppid=6117 vsize=123724 CPUtime=0.89 cores=4-7
/proc/6122/task/6132/stat : 6132 (plingeling) R 6117 6117 5982 0 -1 4202560 5329 1250 0 0 89 0 0 0 21 0 5 0 512083796 126693376 19346 33554432000 4194304 4356188 140734241983152 18446744073709551615 4261864 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6122/tid=6133] ppid=6117 vsize=123724 CPUtime=0.9 cores=4-7
/proc/6122/task/6133/stat : 6133 (plingeling) R 6117 6117 5982 0 -1 4202560 292 1250 0 0 90 0 0 0 21 0 5 0 512083796 126693376 19346 33554432000 4194304 4356188 140734241983152 18446744073709551615 4237364 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.15
Current children cumulated vsize (KiB) 901600

[startup+3.10094 s]
/proc/loadavg: 7.44 7.91 7.90 9/180 6133
/proc/meminfo: memFree=15282264/32951124 swapFree=67111528/67111528
[pid=6117] ppid=6115 vsize=18324 CPUtime=0 cores=0-7
/proc/6117/stat : 6117 (ppfolio) S 6115 6117 5982 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 512083737 18763776 390 33554432000 4194304 4287625 140735868025072 18446744073709551615 244446965263 0 0 4096 65536 15901268969147858943 0 0 17 6 0 0 0
/proc/6117/statm: 4581 390 341 23 0 91 0
[pid=6118] ppid=6117 vsize=105316 CPUtime=3.09 cores=0
/proc/6118/stat : 6118 (cryptominisat) R 6117 6117 5982 0 -1 4202496 21771 0 0 0 307 2 0 0 25 0 1 0 512083737 107843584 20379 33554432000 4194304 4587354 140736007707120 18446744073709551615 4388058 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6118/statm: 26329 20379 316 96 0 22891 0
[pid=6119] ppid=6117 vsize=75432 CPUtime=3.08 cores=1
/proc/6119/stat : 6119 (clasp) R 6117 6117 5982 0 -1 4202496 21612 0 0 0 305 3 0 0 25 0 1 0 512083737 77242368 15961 33554432000 4194304 4785740 140736161407488 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6119/statm: 18858 15961 340 145 0 15903 0
[pid=6120] ppid=6117 vsize=509680 CPUtime=3.08 cores=2
/proc/6120/stat : 6120 (TNM) R 6117 6117 5982 0 -1 4202496 23082 0 0 0 305 3 0 0 25 0 1 0 512083737 521912320 22979 33554432000 134512640 134534564 4288857984 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6120/statm: 127420 22979 95 6 0 126086 0
[pid=6121] ppid=6117 vsize=105132 CPUtime=3.08 cores=3
/proc/6121/stat : 6121 (march_hi) R 6117 6117 5982 0 -1 4194304 79495 0 0 0 298 10 0 0 25 0 1 0 512083737 107655168 18237 33554432000 4194304 4331988 140735194371040 18446744073709551615 4219356 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6121/statm: 26283 18237 129 34 0 24725 0
[pid=6122] ppid=6117 vsize=130628 CPUtime=10.57 cores=4-7
/proc/6122/stat : 6122 (plingeling) S 6117 6117 5982 0 -1 4202496 46408 1250 0 0 1051 6 0 0 18 0 5 0 512083737 133763072 21099 33554432000 4194304 4356188 140734241983152 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6122/statm: 32657 21099 164 40 0 31201 0
[pid=6122/tid=6130] ppid=6117 vsize=130628 CPUtime=2.48 cores=4-7
/proc/6122/task/6130/stat : 6130 (plingeling) R 6117 6117 5982 0 -1 4202560 4164 1250 0 0 248 0 0 0 25 0 5 0 512083796 133763072 21099 33554432000 4194304 4356188 140734241983152 18446744073709551615 4218169 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6122/tid=6131] ppid=6117 vsize=130628 CPUtime=2.49 cores=4-7
/proc/6122/task/6131/stat : 6131 (plingeling) R 6117 6117 5982 0 -1 4202560 5573 1250 0 0 249 0 0 0 25 0 5 0 512083796 133763072 21099 33554432000 4194304 4356188 140734241983152 18446744073709551615 4271165 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6122/tid=6132] ppid=6117 vsize=130628 CPUtime=2.49 cores=4-7
/proc/6122/task/6132/stat : 6132 (plingeling) R 6117 6117 5982 0 -1 4202560 5497 1250 0 0 249 0 0 0 25 0 5 0 512083796 133763072 21099 33554432000 4194304 4356188 140734241983152 18446744073709551615 4211140 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6122/tid=6133] ppid=6117 vsize=130628 CPUtime=2.5 cores=4-7
/proc/6122/task/6133/stat : 6133 (plingeling) R 6117 6117 5982 0 -1 4202560 5417 1250 0 0 249 1 0 0 25 0 5 0 512083796 133763072 21099 33554432000 4194304 4356188 140734241983152 18446744073709551615 4281643 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 22.9
Current children cumulated vsize (KiB) 944512

[startup+6.30134 s]
/proc/loadavg: 7.49 7.91 7.90 9/180 6133
/proc/meminfo: memFree=15191504/32951124 swapFree=67111528/67111528
[pid=6117] ppid=6115 vsize=18324 CPUtime=0 cores=0-7
/proc/6117/stat : 6117 (ppfolio) S 6115 6117 5982 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 512083737 18763776 390 33554432000 4194304 4287625 140735868025072 18446744073709551615 244446965263 0 0 4096 65536 15901268969147858943 0 0 17 6 0 0 0
/proc/6117/statm: 4581 390 341 23 0 91 0
[pid=6118] ppid=6117 vsize=120924 CPUtime=6.29 cores=0
/proc/6118/stat : 6118 (cryptominisat) R 6117 6117 5982 0 -1 4202496 33094 0 0 0 625 4 0 0 25 0 1 0 512083737 123826176 24699 33554432000 4194304 4587354 140736007707120 18446744073709551615 4236694 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6118/statm: 30231 24699 330 96 0 26793 0
[pid=6119] ppid=6117 vsize=122232 CPUtime=6.28 cores=1
/proc/6119/stat : 6119 (clasp) R 6117 6117 5982 0 -1 4202496 33307 0 0 0 623 5 0 0 25 0 1 0 512083737 125165568 27656 33554432000 4194304 4785740 140736161407488 18446744073709551615 4304022 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6119/statm: 30558 27656 340 145 0 27603 0
[pid=6120] ppid=6117 vsize=509680 CPUtime=6.28 cores=2
/proc/6120/stat : 6120 (TNM) R 6117 6117 5982 0 -1 4202496 23082 0 0 0 625 3 0 0 25 0 1 0 512083737 521912320 22979 33554432000 134512640 134534564 4288857984 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6120/statm: 127420 22979 95 6 0 126086 0
[pid=6121] ppid=6117 vsize=93400 CPUtime=6.29 cores=3
/proc/6121/stat : 6121 (march_hi) R 6117 6117 5982 0 -1 4194304 141544 0 0 0 610 19 0 0 25 0 1 0 512083737 95641600 15307 33554432000 4194304 4331988 140735194371040 18446744073709551615 244446594252 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6121/statm: 23350 15307 129 34 0 21792 0
[pid=6122] ppid=6117 vsize=135388 CPUtime=23.36 cores=4-7
/proc/6122/stat : 6122 (plingeling) S 6117 6117 5982 0 -1 4202496 47744 1250 0 0 2329 7 0 0 18 0 5 0 512083737 138637312 22291 33554432000 4194304 4356188 140734241983152 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6122/statm: 33847 22291 164 40 0 32391 0
[pid=6122/tid=6130] ppid=6117 vsize=135388 CPUtime=5.66 cores=4-7
/proc/6122/task/6130/stat : 6130 (plingeling) R 6117 6117 5982 0 -1 4202560 4322 1250 0 0 566 0 0 0 25 0 5 0 512083796 138637312 22291 33554432000 4194304 4356188 140734241983152 18446744073709551615 4283916 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6122/tid=6131] ppid=6117 vsize=135388 CPUtime=5.69 cores=4-7
/proc/6122/task/6131/stat : 6131 (plingeling) R 6117 6117 5982 0 -1 4202560 5573 1250 0 0 569 0 0 0 25 0 5 0 512083796 138637312 22291 33554432000 4194304 4356188 140734241983152 18446744073709551615 4281624 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6122/tid=6132] ppid=6117 vsize=135388 CPUtime=5.69 cores=4-7
/proc/6122/task/6132/stat : 6132 (plingeling) R 6117 6117 5982 0 -1 4202560 5497 1250 0 0 569 0 0 0 25 0 5 0 512083796 138637312 22291 33554432000 4194304 4356188 140734241983152 18446744073709551615 4210842 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6122/tid=6133] ppid=6117 vsize=135388 CPUtime=5.7 cores=4-7
/proc/6122/task/6133/stat : 6133 (plingeling) R 6117 6117 5982 0 -1 4202560 6595 1250 0 0 569 1 0 0 25 0 5 0 512083796 138637312 22291 33554432000 4194304 4356188 140734241983152 18446744073709551615 4210554 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 48.5
Current children cumulated vsize (KiB) 999948

[startup+12.7011 s]
/proc/loadavg: 7.53 7.91 7.90 9/180 6133
/proc/meminfo: memFree=15019520/32951124 swapFree=67111528/67111528
[pid=6117] ppid=6115 vsize=18324 CPUtime=0 cores=0-7
/proc/6117/stat : 6117 (ppfolio) S 6115 6117 5982 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 512083737 18763776 390 33554432000 4194304 4287625 140735868025072 18446744073709551615 244446965263 0 0 4096 65536 15901268969147858943 0 0 17 6 0 0 0
/proc/6117/statm: 4581 390 341 23 0 91 0
[pid=6118] ppid=6117 vsize=158428 CPUtime=12.69 cores=0
/proc/6118/stat : 6118 (cryptominisat) R 6117 6117 5982 0 -1 4202496 35095 0 0 0 1264 5 0 0 25 0 1 0 512083737 162230272 26699 33554432000 4194304 4587354 140736007707120 18446744073709551615 4236698 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6118/statm: 39607 26699 330 96 0 36169 0
[pid=6119] ppid=6117 vsize=206436 CPUtime=12.69 cores=1
/proc/6119/stat : 6119 (clasp) R 6117 6117 5982 0 -1 4202496 54324 0 0 0 1259 10 0 0 25 0 1 0 512083737 211390464 48673 33554432000 4194304 4785740 140736161407488 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6119/statm: 51609 48673 340 145 0 48654 0
[pid=6120] ppid=6117 vsize=509680 CPUtime=12.68 cores=2
/proc/6120/stat : 6120 (TNM) R 6117 6117 5982 0 -1 4202496 23082 0 0 0 1265 3 0 0 25 0 1 0 512083737 521912320 22979 33554432000 134512640 134534564 4288857984 18446744073709551615 134528737 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6120/statm: 127420 22979 95 6 0 126086 0
[pid=6121] ppid=6117 vsize=272288 CPUtime=12.68 cores=3
/proc/6121/stat : 6121 (march_hi) R 6117 6117 5982 0 -1 4202496 259857 0 0 0 1233 35 0 0 25 0 1 0 512083737 278822912 29648 33554432000 4194304 4331988 140735194371040 18446744073709551615 4239530 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6121/statm: 68072 29648 172 34 0 66514 0
[pid=6122] ppid=6117 vsize=164688 CPUtime=48.93 cores=4-7
/proc/6122/stat : 6122 (plingeling) S 6117 6117 5982 0 -1 4202496 55088 1250 0 0 4885 8 0 0 18 0 5 0 512083737 168640512 29615 33554432000 4194304 4356188 140734241983152 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6122/statm: 41172 29615 164 40 0 39716 0
[pid=6122/tid=6130] ppid=6117 vsize=164688 CPUtime=12.02 cores=4-7
/proc/6122/task/6130/stat : 6130 (plingeling) R 6117 6117 5982 0 -1 4202560 5636 1250 0 0 1202 0 0 0 25 0 5 0 512083796 168640512 29615 33554432000 4194304 4356188 140734241983152 18446744073709551615 4212062 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6122/tid=6131] ppid=6117 vsize=164688 CPUtime=12.1 cores=4-7
/proc/6122/task/6131/stat : 6131 (plingeling) R 6117 6117 5982 0 -1 4202560 6547 1250 0 0 1209 1 0 0 25 0 5 0 512083796 168640512 29615 33554432000 4194304 4356188 140734241983152 18446744073709551615 4273041 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6122/tid=6132] ppid=6117 vsize=164688 CPUtime=12.09 cores=4-7
/proc/6122/task/6132/stat : 6132 (plingeling) R 6117 6117 5982 0 -1 4202560 6923 1250 0 0 1209 0 0 0 25 0 5 0 512083796 168640512 29615 33554432000 4194304 4356188 140734241983152 18446744073709551615 4233969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6122/tid=6133] ppid=6117 vsize=164688 CPUtime=12.09 cores=4-7
/proc/6122/task/6133/stat : 6133 (plingeling) R 6117 6117 5982 0 -1 4202560 10225 1250 0 0 1208 1 0 0 25 0 5 0 512083796 168640512 29615 33554432000 4194304 4356188 140734241983152 18446744073709551615 4236939 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 99.67
Current children cumulated vsize (KiB) 1329844

[startup+25.5008 s]
/proc/loadavg: 7.63 7.91 7.91 9/180 6133
/proc/meminfo: memFree=14823368/32951124 swapFree=67111528/67111528
[pid=6117] ppid=6115 vsize=18324 CPUtime=0 cores=0-7
/proc/6117/stat : 6117 (ppfolio) S 6115 6117 5982 0 -1 4202496 523 0 0 0 0 0 0 0 15 0 1 0 512083737 18763776 390 33554432000 4194304 4287625 140735868025072 18446744073709551615 244446965263 0 0 4096 65536 15901268969147858943 0 0 17 6 0 0 0
/proc/6117/statm: 4581 390 341 23 0 91 0
[pid=6118] ppid=6117 vsize=158428 CPUtime=25.48 cores=0
/proc/6118/stat : 6118 (cryptominisat) R 6117 6117 5982 0 -1 4202496 38852 0 0 0 2543 5 0 0 25 0 1 0 512083737 162230272 30454 33554432000 4194304 4587354 140736007707120 18446744073709551615 4236606 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=6120] ppid=6117 vsize=509680 CPUtime=4841.33 cores=2
/proc/6120/stat : 6120 (TNM) R 6117 6117 5982 0 -1 4202496 23082 0 0 0 484126 7 0 0 25 0 1 0 512083737 521912320 22979 33554432000 134512640 134534564 4288857984 18446744073709551615 134528918 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6120/statm: 127420 22979 95 6 0 126086 0
[pid=6121] ppid=6117 vsize=341776 CPUtime=4842.45 cores=3
/proc/6121/stat : 6121 (march_hi) R 6117 6117 5982 0 -1 4202496 276182 0 0 0 484204 41 0 0 25 0 1 0 512083737 349978624 45856 33554432000 4194304 4331988 140735194371040 18446744073709551615 4237391 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6121/statm: 85444 45856 182 34 0 83886 0
[pid=6122] ppid=6117 vsize=1302076 CPUtime=19341.4 cores=4-7
/proc/6122/stat : 6122 (plingeling) S 6117 6117 5982 0 -1 4202496 4256035 1250 0 0 1933558 586 0 0 18 0 5 0 512083737 1333325824 297612 33554432000 4194304 4356188 140734241983152 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6122/statm: 325519 297612 164 40 0 324063 0
[pid=6122/tid=6130] ppid=6117 vsize=1302076 CPUtime=4815.44 cores=4-7
/proc/6122/task/6130/stat : 6130 (plingeling) R 6117 6117 5982 0 -1 4202560 879586 1250 0 0 481424 120 0 0 25 0 5 0 512083796 1333325824 297612 33554432000 4194304 4356188 140734241983152 18446744073709551615 4281672 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6122/tid=6131] ppid=6117 vsize=1302076 CPUtime=4841.86 cores=4-7
/proc/6122/task/6131/stat : 6131 (plingeling) R 6117 6117 5982 0 -1 4202560 1108209 1250 0 0 484037 149 0 0 25 0 5 0 512083796 1333325824 297612 33554432000 4194304 4356188 140734241983152 18446744073709551615 4284120 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6122/tid=6132] ppid=6117 vsize=1302076 CPUtime=4841.65 cores=4-7
/proc/6122/task/6132/stat : 6132 (plingeling) R 6117 6117 5982 0 -1 4202560 1233315 1250 0 0 483997 168 0 0 25 0 5 0 512083796 1333325824 297612 33554432000 4194304 4356188 140734241983152 18446744073709551615 4283920 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6122/tid=6133] ppid=6117 vsize=1302076 CPUtime=4841.87 cores=4-7
/proc/6122/task/6133/stat : 6133 (plingeling) R 6117 6117 5982 0 -1 4202560 1009168 1250 0 0 484043 144 0 0 25 0 5 0 512083796 1333325824 297612 33554432000 4194304 4356188 140734241983152 18446744073709551615 4281793 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38710
Current children cumulated vsize (KiB) 6074740

[startup+4902.3 s]
/proc/loadavg: 8.01 8.03 8.00 9/180 6275
/proc/meminfo: memFree=10410852/32951124 swapFree=67111528/67111528
[pid=6117] ppid=6115 vsize=18324 CPUtime=0.04 cores=0-7
/proc/6117/stat : 6117 (ppfolio) S 6115 6117 5982 0 -1 4202496 523 0 0 0 0 4 0 0 15 0 1 0 512083737 18763776 390 33554432000 4194304 4287625 140735868025072 18446744073709551615 244446965263 0 0 4096 65536 15901268969147858943 0 0 17 6 0 0 0
/proc/6117/statm: 4581 390 341 23 0 91 0
[pid=6118] ppid=6117 vsize=605340 CPUtime=4902.33 cores=0
/proc/6118/stat : 6118 (cryptominisat) R 6117 6117 5982 0 -1 4202496 2770608 0 0 0 489297 936 0 0 25 0 1 0 512083737 619868160 95480 33554432000 4194304 4587354 140736007707120 18446744073709551615 4236564 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6118/statm: 151335 95480 340 96 0 147897 0
[pid=6119] ppid=6117 vsize=3381956 CPUtime=4902.45 cores=1
/proc/6119/stat : 6119 (clasp) R 6117 6117 5982 0 -1 4202496 845235 0 0 0 490045 200 0 0 25 0 1 0 512083737 3463122944 839584 33554432000 4194304 4785740 140736161407488 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6119/statm: 845489 839584 340 145 0 842534 0
[pid=6120] ppid=6117 vsize=509680 CPUtime=4901.32 cores=2
/proc/6120/stat : 6120 (TNM) R 6117 6117 5982 0 -1 4202496 23082 0 0 0 490125 7 0 0 25 0 1 0 512083737 521912320 22979 33554432000 134512640 134534564 4288857984 18446744073709551615 134528273 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6120/statm: 127420 22979 95 6 0 126086 0
[pid=6121] ppid=6117 vsize=342040 CPUtime=4902.45 cores=3
/proc/6121/stat : 6121 (march_hi) R 6117 6117 5982 0 -1 4202496 276380 0 0 0 490204 41 0 0 25 0 1 0 512083737 350248960 46054 33554432000 4194304 4331988 140735194371040 18446744073709551615 4263203 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6121/statm: 85510 46054 182 34 0 83952 0
[pid=6122] ppid=6117 vsize=1318460 CPUtime=19581.1 cores=4-7
/proc/6122/stat : 6122 (plingeling) S 6117 6117 5982 0 -1 4202496 4313379 1250 0 0 1957519 594 0 0 18 0 5 0 512083737 1350103040 301708 33554432000 4194304 4356188 140734241983152 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6122/statm: 329615 301708 164 40 0 328159 0
[pid=6122/tid=6130] ppid=6117 vsize=1318460 CPUtime=4875.13 cores=4-7
/proc/6122/task/6130/stat : 6130 (plingeling) R 6117 6117 5982 0 -1 4202560 883682 1250 0 0 487391 122 0 0 25 0 5 0 512083796 1350103040 301708 33554432000 4194304 4356188 140734241983152 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6122/tid=6131] ppid=6117 vsize=1318460 CPUtime=4901.86 cores=4-7
/proc/6122/task/6131/stat : 6131 (plingeling) R 6117 6117 5982 0 -1 4202560 1112305 1250 0 0 490036 150 0 0 25 0 5 0 512083796 1350103040 301708 33554432000 4194304 4356188 140734241983152 18446744073709551615 4281677 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6122/tid=6132] ppid=6117 vsize=1318460 CPUtime=4901.66 cores=4-7
/proc/6122/task/6132/stat : 6132 (plingeling) R 6117 6117 5982 0 -1 4202560 1259939 1250 0 0 489995 171 0 0 25 0 5 0 512083796 1350103040 301708 33554432000 4194304 4356188 140734241983152 18446744073709551615 4210583 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6122/tid=6133] ppid=6117 vsize=1318460 CPUtime=4901.87 cores=4-7
/proc/6122/task/6133/stat : 6133 (plingeling) R 6117 6117 5982 0 -1 4202560 1031696 1250 0 0 490041 146 0 0 25 0 5 0 512083796 1350103040 301708 33554432000 4194304 4356188 140734241983152 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39189.7
Current children cumulated vsize (KiB) 6175800

[startup+4962.3 s]
/proc/loadavg: 8.08 8.04 8.00 9/180 6277
/proc/meminfo: memFree=10378472/32951124 swapFree=67111528/67111528
[pid=6117] ppid=6115 vsize=18324 CPUtime=0.04 cores=0-7
/proc/6117/stat : 6117 (ppfolio) S 6115 6117 5982 0 -1 4202496 523 0 0 0 0 4 0 0 15 0 1 0 512083737 18763776 390 33554432000 4194304 4287625 140735868025072 18446744073709551615 244446965263 0 0 4096 65536 15901268969147858943 0 0 17 6 0 0 0
/proc/6117/statm: 4581 390 341 23 0 91 0
[pid=6118] ppid=6117 vsize=605340 CPUtime=4962.33 cores=0
/proc/6118/stat : 6118 (cryptominisat) R 6117 6117 5982 0 -1 4202496 2796784 0 0 0 495287 946 0 0 25 0 1 0 512083737 619868160 121558 33554432000 4194304 4587354 140736007707120 18446744073709551615 4236883 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6118/statm: 151335 121558 340 96 0 147897 0
[pid=6119] ppid=6117 vsize=3381956 CPUtime=4962.45 cores=1
/proc/6119/stat : 6119 (clasp) R 6117 6117 5982 0 -1 4202496 845239 0 0 0 496045 200 0 0 25 0 1 0 512083737 3463122944 839588 33554432000 4194304 4785740 140736161407488 18446744073709551615 244446641931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6119/statm: 845489 839588 340 145 0 842534 0
[pid=6120] ppid=6117 vsize=509680 CPUtime=4961.32 cores=2
/proc/6120/stat : 6120 (TNM) R 6117 6117 5982 0 -1 4202496 23082 0 0 0 496125 7 0 0 25 0 1 0 512083737 521912320 22979 33554432000 134512640 134534564 4288857984 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6120/statm: 127420 22979 95 6 0 126086 0
[pid=6121] ppid=6117 vsize=342040 CPUtime=4962.46 cores=3
/proc/6121/stat : 6121 (march_hi) R 6117 6117 5982 0 -1 4202496 276473 0 0 0 496205 41 0 0 25 0 1 0 512083737 350248960 46147 33554432000 4194304 4331988 140735194371040 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6121/statm: 85510 46147 182 34 0 83952 0
[pid=6122] ppid=6117 vsize=1244732 CPUtime=19820.8 cores=4-7
/proc/6122/stat : 6122 (plingeling) S 6117 6117 5982 0 -1 4202496 4354339 1250 0 0 1981481 599 0 0 18 0 5 0 512083737 1274605568 283276 33554432000 4194304 4356188 140734241983152 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6122/statm: 311183 283276 164 40 0 309727 0
[pid=6122/tid=6130] ppid=6117 vsize=1244732 CPUtime=4934.8 cores=4-7
/proc/6122/task/6130/stat : 6130 (plingeling) R 6117 6117 5982 0 -1 4202560 908258 1250 0 0 493356 124 0 0 25 0 5 0 512083796 1274605568 283276 33554432000 4194304 4356188 140734241983152 18446744073709551615 4330862 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6122/tid=6131] ppid=6117 vsize=1244732 CPUtime=4961.86 cores=4-7
/proc/6122/task/6131/stat : 6131 (plingeling) R 6117 6117 5982 0 -1 4202560 1112305 1250 0 0 496036 150 0 0 25 0 5 0 512083796 1274605568 283276 33554432000 4194304 4356188 140734241983152 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6122/tid=6132] ppid=6117 vsize=1244732 CPUtime=4961.66 cores=4-7
/proc/6122/task/6132/stat : 6132 (plingeling) R 6117 6117 5982 0 -1 4202560 1272227 1250 0 0 495993 173 0 0 25 0 5 0 512083796 1274605568 283276 33554432000 4194304 4356188 140734241983152 18446744073709551615 4279504 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6122/tid=6133] ppid=6117 vsize=1244732 CPUtime=4961.86 cores=4-7
/proc/6122/task/6133/stat : 6133 (plingeling) R 6117 6117 5982 0 -1 4202560 1035792 1250 0 0 496039 147 0 0 25 0 5 0 512083796 1274605568 283276 33554432000 4194304 4356188 140734241983152 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39669.4
Current children cumulated vsize (KiB) 6102072



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.7 s]
/proc/loadavg: 8.04 8.03 8.00 9/180 6278
/proc/meminfo: memFree=9979800/32951124 swapFree=67111528/67111528
[pid=6117] ppid=6115 vsize=18324 CPUtime=0.04 cores=0-7
/proc/6117/stat : 6117 (ppfolio) S 6115 6117 5982 0 -1 4202496 523 0 0 0 0 4 0 0 15 0 1 0 512083737 18763776 390 33554432000 4194304 4287625 140735868025072 18446744073709551615 244446965263 0 0 4096 65536 15901268969147858943 0 0 17 6 0 0 0
/proc/6117/statm: 4581 390 341 23 0 91 0
[pid=6118] ppid=6117 vsize=555812 CPUtime=5003.74 cores=0
/proc/6118/stat : 6118 (cryptominisat) R 6117 6117 5982 0 -1 4202496 2812937 0 0 0 499419 955 0 0 25 0 1 0 512083737 569151488 105976 33554432000 4194304 4587354 140736007707120 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6118/statm: 138953 105976 340 96 0 135515 0
[pid=6119] ppid=6117 vsize=3555984 CPUtime=5003.86 cores=1
/proc/6119/stat : 6119 (clasp) R 6117 6117 5982 0 -1 4202496 888671 0 0 0 500173 213 0 0 25 0 1 0 512083737 3641327616 883020 33554432000 4194304 4785740 140736161407488 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6119/statm: 888996 883020 340 145 0 886041 0
[pid=6120] ppid=6117 vsize=509680 CPUtime=5002.72 cores=2
/proc/6120/stat : 6120 (TNM) R 6117 6117 5982 0 -1 4202496 23082 0 0 0 500265 7 0 0 25 0 1 0 512083737 521912320 22979 33554432000 134512640 134534564 4288857984 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6120/statm: 127420 22979 95 6 0 126086 0
[pid=6121] ppid=6117 vsize=342172 CPUtime=5003.86 cores=3
/proc/6121/stat : 6121 (march_hi) R 6117 6117 5982 0 -1 4202496 276529 0 0 0 500345 41 0 0 25 0 1 0 512083737 350384128 46203 33554432000 4194304 4331988 140735194371040 18446744073709551615 4228268 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6121/statm: 85543 46203 182 34 0 83985 0
[pid=6122] ppid=6117 vsize=1531452 CPUtime=19986.2 cores=4-7
/proc/6122/stat : 6122 (plingeling) S 6117 6117 5982 0 -1 4202496 4426019 1250 0 0 1998008 612 0 0 18 0 5 0 512083737 1568206848 354956 33554432000 4194304 4356188 140734241983152 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6122/statm: 382863 354956 164 40 0 381407 0
[pid=6122/tid=6130] ppid=6117 vsize=1531452 CPUtime=4975.98 cores=4-7
/proc/6122/task/6130/stat : 6130 (plingeling) R 6117 6117 5982 0 -1 4202560 941026 1250 0 0 497467 131 0 0 25 0 5 0 512083796 1568206848 354956 33554432000 4194304 4356188 140734241983152 18446744073709551615 4283916 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6122/tid=6131] ppid=6117 vsize=1531452 CPUtime=5003.27 cores=4-7
/proc/6122/task/6131/stat : 6131 (plingeling) R 6117 6117 5982 0 -1 4202560 1136881 1250 0 0 500174 153 0 0 25 0 5 0 512083796 1568206848 354956 33554432000 4194304 4356188 140734241983152 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6122/tid=6132] ppid=6117 vsize=1531452 CPUtime=5003.07 cores=4-7
/proc/6122/task/6132/stat : 6132 (plingeling) R 6117 6117 5982 0 -1 4202560 1272227 1250 0 0 500134 173 0 0 25 0 5 0 512083796 1568206848 354956 33554432000 4194304 4356188 140734241983152 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6122/tid=6133] ppid=6117 vsize=1531452 CPUtime=5003.28 cores=4-7
/proc/6122/task/6133/stat : 6133 (plingeling) R 6117 6117 5982 0 -1 4202560 1050128 1250 0 0 500178 150 0 0 25 0 5 0 512083796 1568206848 354956 33554432000 4194304 4356188 140734241983152 18446744073709551615 4330986 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) 6513424

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.04 8.03 8.00 9/180 6278
/proc/meminfo: memFree=9979800/32951124 swapFree=67111528/67111528
[pid=6117] ppid=6115 vsize=18324 CPUtime=0.04 cores=0-7
/proc/6117/stat : 6117 (ppfolio) S 6115 6117 5982 0 -1 4202496 523 0 0 0 0 4 0 0 15 0 1 0 512083737 18763776 390 33554432000 4194304 4287625 140735868025072 18446744073709551615 244446965263 0 0 4096 65536 15901268969147858943 0 0 17 6 0 0 0
/proc/6117/statm: 4581 390 341 23 0 91 0
[pid=6118] ppid=6117 vsize=555812 CPUtime=5003.74 cores=0
/proc/6118/stat : 6118 (cryptominisat) R 6117 6117 5982 0 -1 4202496 2812937 0 0 0 499419 955 0 0 25 0 1 0 512083737 569151488 105976 33554432000 4194304 4587354 140736007707120 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6118/statm: 138953 105976 340 96 0 135515 0
[pid=6119] ppid=6117 vsize=3555984 CPUtime=5003.86 cores=1
/proc/6119/stat : 6119 (clasp) R 6117 6117 5982 0 -1 4202496 888671 0 0 0 500173 213 0 0 25 0 1 0 512083737 3641327616 883020 33554432000 4194304 4785740 140736161407488 18446744073709551615 4287028 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6119/statm: 888996 883020 340 145 0 886041 0
[pid=6120] ppid=6117 vsize=509680 CPUtime=5002.72 cores=2
/proc/6120/stat : 6120 (TNM) R 6117 6117 5982 0 -1 4202496 23082 0 0 0 500265 7 0 0 25 0 1 0 512083737 521912320 22979 33554432000 134512640 134534564 4288857984 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/6120/statm: 127420 22979 95 6 0 126086 0
[pid=6121] ppid=6117 vsize=342172 CPUtime=5003.86 cores=3
/proc/6121/stat : 6121 (march_hi) R 6117 6117 5982 0 -1 4202496 276529 0 0 0 500345 41 0 0 25 0 1 0 512083737 350384128 46203 33554432000 4194304 4331988 140735194371040 18446744073709551615 4228268 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/6121/statm: 85543 46203 182 34 0 83985 0
[pid=6122] ppid=6117 vsize=1531452 CPUtime=19986.2 cores=4-7
/proc/6122/stat : 6122 (plingeling) S 6117 6117 5982 0 -1 4202496 4426019 1250 0 0 1998008 612 0 0 18 0 5 0 512083737 1568206848 354956 33554432000 4194304 4356188 140734241983152 18446744073709551615 244458747877 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/6122/statm: 382863 354956 164 40 0 381407 0
[pid=6122/tid=6130] ppid=6117 vsize=1531452 CPUtime=4975.98 cores=4-7
/proc/6122/task/6130/stat : 6130 (plingeling) R 6117 6117 5982 0 -1 4202560 941026 1250 0 0 497467 131 0 0 25 0 5 0 512083796 1568206848 354956 33554432000 4194304 4356188 140734241983152 18446744073709551615 4283916 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=6122/tid=6131] ppid=6117 vsize=1531452 CPUtime=5003.27 cores=4-7
/proc/6122/task/6131/stat : 6131 (plingeling) R 6117 6117 5982 0 -1 4202560 1136881 1250 0 0 500174 153 0 0 25 0 5 0 512083796 1568206848 354956 33554432000 4194304 4356188 140734241983152 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=6122/tid=6132] ppid=6117 vsize=1531452 CPUtime=5003.07 cores=4-7
/proc/6122/task/6132/stat : 6132 (plingeling) R 6117 6117 5982 0 -1 4202560 1272227 1250 0 0 500134 173 0 0 25 0 5 0 512083796 1568206848 354956 33554432000 4194304 4356188 140734241983152 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=6122/tid=6133] ppid=6117 vsize=1531452 CPUtime=5003.28 cores=4-7
/proc/6122/task/6133/stat : 6133 (plingeling) R 6117 6117 5982 0 -1 4202560 1050128 1250 0 0 500178 150 0 0 25 0 5 0 512083796 1568206848 354956 33554432000 4194304 4356188 140734241983152 18446744073709551615 4330986 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) 6513424

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6117 and gives
#  childrusage.ru_utime.tv_sec=5002
#  childrusage.ru_utime.tv_usec=663479
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=125980
# CPU time returned by wait4() is 5002.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): 39982.1
CPU system time (s): 18.32
CPU usage (%): 799.414
Max. virtual memory (cumulated for all children) (KiB): 6513424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5002.66
system time used= 0.12598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23607
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= 7331
involuntary context switches= 67334

runsolver used 8.27374 second user time and 19.0301 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-28 17:33:53
IDJOB=3310224
IDBENCH=82372
IDSOLVER=1638
FILE ID=node105/3310224-1304004833
RUNJOBID= node105-1304003715-5996
PBS_JOBID= 13168806
Free space on /tmp= 71928 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310224-1304004833/watcher-3310224-1304004833 -o /tmp/evaluation-result-3310224-1304004833/solver-3310224-1304004833 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310224-1304004833.cnf

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=19671196

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15637388 kB
Buffers:       2295676 kB
Cached:       14383672 kB
SwapCached:          0 kB
Active:        8864348 kB
Inactive:      7877936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15637388 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           21936 kB
Writeback:           0 kB
AnonPages:       62984 kB
Mapped:          14492 kB
Slab:           506708 kB
PageTables:       4440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185648 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= 71916 MiB
End job on node105 at 2011-04-28 18:57:19