Trace number 3310233

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.8 5003.82

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.045-NOTKNOWN.cnf
MD5SUM4ab53801f3b1a3f7169c9fb38cba4184
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 variables171676
Number of clauses870241
Sum of the clauses size2069671
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2859140
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

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-3310233-1304006494/watcher-3310233-1304006494 -o /tmp/evaluation-result-3310233-1304006494/solver-3310233-1304006494 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310233-1304006494.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: 6.54 6.13 3.67 2/170 16148
/proc/meminfo: memFree=12797056/32950928 swapFree=67111524/67111528
[pid=16148] ppid=16146 vsize=18324 CPUtime=0 cores=0-7
/proc/16148/stat : 16148 (ppfolio) S 16146 16148 16061 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 590880113 18763776 389 33554432000 4194304 4287625 140736697901744 18446744073709551615 256415411727 0 0 4096 65536 3293248848033480703 0 0 17 4 0 0 0
/proc/16148/statm: 4581 389 341 23 0 91 0

[startup+0.07186 s]
/proc/loadavg: 6.54 6.13 3.67 2/170 16148
/proc/meminfo: memFree=12797056/32950928 swapFree=67111524/67111528
[pid=16148] ppid=16146 vsize=18324 CPUtime=0 cores=0-7
/proc/16148/stat : 16148 (ppfolio) S 16146 16148 16061 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 590880113 18763776 389 33554432000 4194304 4287625 140736697901744 18446744073709551615 256415411727 0 0 4096 65536 3293248848033480703 0 0 17 4 0 0 0
/proc/16148/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100847 s]
/proc/loadavg: 6.54 6.13 3.67 2/170 16148
/proc/meminfo: memFree=12797056/32950928 swapFree=67111524/67111528
[pid=16148] ppid=16146 vsize=18324 CPUtime=0 cores=0-7
/proc/16148/stat : 16148 (ppfolio) S 16146 16148 16061 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 590880113 18763776 389 33554432000 4194304 4287625 140736697901744 18446744073709551615 256415411727 0 0 4096 65536 3293248848033480703 0 0 17 4 0 0 0
/proc/16148/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.30081 s]
/proc/loadavg: 6.54 6.13 3.67 2/170 16148
/proc/meminfo: memFree=12797056/32950928 swapFree=67111524/67111528
[pid=16148] ppid=16146 vsize=18324 CPUtime=0 cores=0-7
/proc/16148/stat : 16148 (ppfolio) S 16146 16148 16061 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 590880113 18763776 389 33554432000 4194304 4287625 140736697901744 18446744073709551615 256415411727 0 0 4096 65536 3293248848033480703 0 0 17 4 0 0 0
/proc/16148/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700736 s]
/proc/loadavg: 6.54 6.13 3.67 2/170 16148
/proc/meminfo: memFree=12797056/32950928 swapFree=67111524/67111528
[pid=16148] ppid=16146 vsize=18324 CPUtime=0 cores=0-7
/proc/16148/stat : 16148 (ppfolio) S 16146 16148 16061 0 -1 4202496 521 0 0 0 0 0 0 0 22 0 1 0 590880113 18763776 389 33554432000 4194304 4287625 140736697901744 18446744073709551615 256415411727 0 0 4096 65536 3293248848033480703 0 0 17 4 0 0 0
/proc/16148/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50053 s]
/proc/loadavg: 6.54 6.13 3.67 9/180 16163
/proc/meminfo: memFree=12417176/32950928 swapFree=67111524/67111528
[pid=16148] ppid=16146 vsize=18324 CPUtime=0 cores=0-7
/proc/16148/stat : 16148 (ppfolio) S 16146 16148 16061 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 590880113 18763776 389 33554432000 4194304 4287625 140736697901744 18446744073709551615 256415411727 0 0 4096 65536 3293248848033480703 0 0 17 4 0 0 0
/proc/16148/statm: 4581 389 341 23 0 91 0
[pid=16149] ppid=16148 vsize=121396 CPUtime=1.49 cores=0
/proc/16149/stat : 16149 (cryptominisat) R 16148 16148 16061 0 -1 4202496 23687 0 0 0 146 3 0 0 20 0 1 0 590880114 124309504 23338 33554432000 4194304 4587354 140736799972576 18446744073709551615 4421263 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16149/statm: 30349 23338 312 96 0 26911 0
[pid=16150] ppid=16148 vsize=82008 CPUtime=1.49 cores=1
/proc/16150/stat : 16150 (clasp) R 16148 16148 16061 0 -1 4202496 24869 0 0 0 146 3 0 0 20 0 1 0 590880114 83976192 17302 33554432000 4194304 4785740 140736744972096 18446744073709551615 4552628 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16150/statm: 20502 17302 340 145 0 17547 0
[pid=16151] ppid=16148 vsize=500572 CPUtime=1.49 cores=2
/proc/16151/stat : 16151 (TNM) R 16148 16148 16061 0 -1 4202496 16662 0 0 0 147 2 0 0 20 0 1 0 590880114 512585728 16559 33554432000 134512640 134534564 4291479760 18446744073709551615 134524580 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16151/statm: 125143 16559 91 6 0 123809 0
[pid=16152] ppid=16148 vsize=123012 CPUtime=1.48 cores=3
/proc/16152/stat : 16152 (march_hi) R 16148 16148 16061 0 -1 4194304 49599 0 0 0 141 7 0 0 20 0 1 0 590880114 125964288 20813 33554432000 4194304 4331988 140737220373120 18446744073709551615 256415058911 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16152/statm: 30753 20813 129 34 0 29195 0
[pid=16153] ppid=16148 vsize=196192 CPUtime=3.61 cores=4-7
/proc/16153/stat : 16153 (plingeling) S 16148 16148 16061 0 -1 4202496 27046 1249 0 0 357 4 0 0 21 0 5 0 590880114 200900608 21074 33554432000 4194304 4356188 140735767153440 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16153/statm: 49048 21074 146 40 0 47592 0
[pid=16153/tid=16160] ppid=16148 vsize=196192 CPUtime=0.72 cores=4-7
/proc/16153/task/16160/stat : 16160 (plingeling) R 16148 16148 16061 0 -1 4202560 328 1249 0 0 72 0 0 0 18 0 5 0 590880191 200900608 21074 33554432000 4194304 4356188 140735767153440 18446744073709551615 4237483 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16153/tid=16161] ppid=16148 vsize=196192 CPUtime=0.71 cores=4-7
/proc/16153/task/16161/stat : 16161 (plingeling) R 16148 16148 16061 0 -1 4202560 358 1249 0 0 71 0 0 0 18 0 5 0 590880191 200900608 21074 33554432000 4194304 4356188 140735767153440 18446744073709551615 4237394 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16153/tid=16162] ppid=16148 vsize=196192 CPUtime=0.68 cores=4-7
/proc/16153/task/16162/stat : 16162 (plingeling) R 16148 16148 16061 0 -1 4202560 261 1249 0 0 68 0 0 0 24 0 5 0 590880191 200900608 21074 33554432000 4194304 4356188 140735767153440 18446744073709551615 4273024 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16153/tid=16163] ppid=16148 vsize=196192 CPUtime=0.71 cores=4-7
/proc/16153/task/16163/stat : 16163 (plingeling) R 16148 16148 16061 0 -1 4202560 268 1249 0 0 71 0 0 0 24 0 5 0 590880191 200900608 21074 33554432000 4194304 4356188 140735767153440 18446744073709551615 4210575 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.56
Current children cumulated vsize (KiB) 1041504

[startup+3.10122 s]
/proc/loadavg: 6.54 6.13 3.67 9/180 16163
/proc/meminfo: memFree=12311652/32950928 swapFree=67111524/67111528
[pid=16148] ppid=16146 vsize=18324 CPUtime=0 cores=0-7
/proc/16148/stat : 16148 (ppfolio) S 16146 16148 16061 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 590880113 18763776 389 33554432000 4194304 4287625 140736697901744 18446744073709551615 256415411727 0 0 4096 65536 3293248848033480703 0 0 17 4 0 0 0
/proc/16148/statm: 4581 389 341 23 0 91 0
[pid=16149] ppid=16148 vsize=121396 CPUtime=3.09 cores=0
/proc/16149/stat : 16149 (cryptominisat) R 16148 16148 16061 0 -1 4202496 23687 0 0 0 306 3 0 0 25 0 1 0 590880114 124309504 23338 33554432000 4194304 4587354 140736799972576 18446744073709551615 4421133 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16149/statm: 30349 23338 312 96 0 26911 0
[pid=16150] ppid=16148 vsize=90508 CPUtime=3.09 cores=1
/proc/16150/stat : 16150 (clasp) R 16148 16148 16061 0 -1 4202496 27091 0 0 0 305 4 0 0 25 0 1 0 590880114 92680192 19524 33554432000 4194304 4785740 140736744972096 18446744073709551615 4279309 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16150/statm: 22627 19524 340 145 0 19672 0
[pid=16151] ppid=16148 vsize=530932 CPUtime=3.08 cores=2
/proc/16151/stat : 16151 (TNM) R 16148 16148 16061 0 -1 4202496 31040 0 0 0 305 3 0 0 25 0 1 0 590880114 543674368 30937 33554432000 134512640 134534564 4291479760 18446744073709551615 134529352 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16151/statm: 132733 30937 95 6 0 131399 0
[pid=16152] ppid=16148 vsize=119376 CPUtime=3.09 cores=3
/proc/16152/stat : 16152 (march_hi) R 16148 16148 16061 0 -1 4194304 97081 0 0 0 295 14 0 0 25 0 1 0 590880114 122241024 19914 33554432000 4194304 4331988 140737220373120 18446744073709551615 4256848 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16152/statm: 29844 19914 129 34 0 28286 0
[pid=16153] ppid=16148 vsize=217960 CPUtime=10 cores=4-7
/proc/16153/stat : 16153 (plingeling) S 16148 16148 16061 0 -1 4202496 48861 1249 0 0 994 6 0 0 21 0 5 0 590880114 223191040 26569 33554432000 4194304 4356188 140735767153440 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16153/statm: 54490 26569 164 40 0 53034 0
[pid=16153/tid=16160] ppid=16148 vsize=217960 CPUtime=2.31 cores=4-7
/proc/16153/task/16160/stat : 16160 (plingeling) R 16148 16148 16061 0 -1 4202560 3071 1249 0 0 231 0 0 0 22 0 5 0 590880191 223191040 26569 33554432000 4194304 4356188 140735767153440 18446744073709551615 4289306 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16153/tid=16161] ppid=16148 vsize=217960 CPUtime=2.3 cores=4-7
/proc/16153/task/16161/stat : 16161 (plingeling) R 16148 16148 16061 0 -1 4202560 5675 1249 0 0 230 0 0 0 22 0 5 0 590880191 223191040 26569 33554432000 4194304 4356188 140735767153440 18446744073709551615 4216260 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16153/tid=16162] ppid=16148 vsize=217960 CPUtime=2.27 cores=4-7
/proc/16153/task/16162/stat : 16162 (plingeling) R 16148 16148 16061 0 -1 4202560 5581 1249 0 0 227 0 0 0 25 0 5 0 590880191 223191040 26569 33554432000 4194304 4356188 140735767153440 18446744073709551615 4287099 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16153/tid=16163] ppid=16148 vsize=217960 CPUtime=2.31 cores=4-7
/proc/16153/task/16163/stat : 16163 (plingeling) R 16148 16148 16061 0 -1 4202560 8703 1249 0 0 231 0 0 0 25 0 5 0 590880191 223191040 26569 33554432000 4194304 4356188 140735767153440 18446744073709551615 4210605 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 22.35
Current children cumulated vsize (KiB) 1098496

[startup+6.30061 s]
/proc/loadavg: 6.65 6.16 3.69 9/180 16163
/proc/meminfo: memFree=12202132/32950928 swapFree=67111524/67111528
[pid=16148] ppid=16146 vsize=18324 CPUtime=0 cores=0-7
/proc/16148/stat : 16148 (ppfolio) S 16146 16148 16061 0 -1 4202496 521 0 0 0 0 0 0 0 16 0 1 0 590880113 18763776 389 33554432000 4194304 4287625 140736697901744 18446744073709551615 256415411727 0 0 4096 65536 3293248848033480703 0 0 17 4 0 0 0
/proc/16148/statm: 4581 389 341 23 0 91 0
[pid=16149] ppid=16148 vsize=162852 CPUtime=6.29 cores=0
/proc/16149/stat : 16149 (cryptominisat) R 16148 16148 16061 0 -1 4202496 46743 0 0 0 623 6 0 0 25 0 1 0 590880114 166760448 33470 33554432000 4194304 4587354 140736799972576 18446744073709551615 4236583 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16149/statm: 40713 33470 330 96 0 37275 0
[pid=16150] ppid=16148 vsize=142828 CPUtime=6.29 cores=1
/proc/16150/stat : 16150 (clasp) R 16148 16148 16061 0 -1 4202496 40127 0 0 0 623 6 0 0 25 0 1 0 590880114 146255872 32560 33554432000 4194304 4785740 140736744972096 18446744073709551615 4553051 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16150/statm: 35707 32560 340 145 0 32752 0
[pid=16151] ppid=16148 vsize=530932 CPUtime=6.28 cores=2
/proc/16151/stat : 16151 (TNM) R 16148 16148 16061 0 -1 4202496 31040 0 0 0 624 4 0 0 25 0 1 0 590880114 543674368 30937 33554432000 134512640 134534564 4291479760 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16151/statm: 132733 30937 95 6 0 131399 0
[pid=16152] ppid=16148 vsize=137308 CPUtime=6.28 cores=3
/proc/16152/stat : 16152 (march_hi) R 16148 16148 16061 0 -1 4194304 191090 0 0 0 602 26 0 0 25 0 1 0 590880114 140603392 24366 33554432000 4194304 4331988 140737220373120 18446744073709551615 4252171 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16152/statm: 34327 24366 129 34 0 32769 0
[pid=16153] ppid=16148 vsize=238964 CPUtime=22.78 cores=4-7
/proc/16153/stat : 16153 (plingeling) S 16148 16148 16061 0 -1 4202496 54297 1249 0 0 2271 7 0 0 21 0 5 0 590880114 244699136 31834 33554432000 4194304 4356188 140735767153440 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16153/statm: 59741 31834 164 40 0 58285 0
[pid=16153/tid=16160] ppid=16148 vsize=238964 CPUtime=5.52 cores=4-7
/proc/16153/task/16160/stat : 16160 (plingeling) R 16148 16148 16061 0 -1 4202560 5357 1249 0 0 551 1 0 0 25 0 5 0 590880191 244699136 31834 33554432000 4194304 4356188 140735767153440 18446744073709551615 4281771 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16153/tid=16161] ppid=16148 vsize=238964 CPUtime=5.51 cores=4-7
/proc/16153/task/16161/stat : 16161 (plingeling) R 16148 16148 16061 0 -1 4202560 6539 1249 0 0 550 1 0 0 25 0 5 0 590880191 244699136 31834 33554432000 4194304 4356188 140735767153440 18446744073709551615 4281782 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16153/tid=16162] ppid=16148 vsize=238964 CPUtime=5.45 cores=4-7
/proc/16153/task/16162/stat : 16162 (plingeling) R 16148 16148 16061 0 -1 4202560 7867 1249 0 0 545 0 0 0 25 0 5 0 590880191 244699136 31834 33554432000 4194304 4356188 140735767153440 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16153/tid=16163] ppid=16148 vsize=238964 CPUtime=5.51 cores=4-7
/proc/16153/task/16163/stat : 16163 (plingeling) R 16148 16148 16061 0 -1 4202560 8703 1249 0 0 551 0 0 0 25 0 5 0 590880191 244699136 31834 33554432000 4194304 4356188 140735767153440 18446744073709551615 4283905 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 47.92
Current children cumulated vsize (KiB) 1231208

[startup+12.7014 s]
/proc/loadavg: 6.76 6.19 3.71 9/180 16163
/proc/meminfo: memFree=12123944/32950928 swapFree=67111524/67111528
[pid=16148] ppid=16146 vsize=18324 CPUtime=0 cores=0-7
/proc/16148/stat : 16148 (ppfolio) S 16146 16148 16061 0 -1 4202496 521 0 0 0 0 0 0 0 16 0 1 0 590880113 18763776 389 33554432000 4194304 4287625 140736697901744 18446744073709551615 256415411727 0 0 4096 65536 3293248848033480703 0 0 17 4 0 0 0
/proc/16148/statm: 4581 389 341 23 0 91 0
[pid=16149] ppid=16148 vsize=200356 CPUtime=12.69 cores=0
/proc/16149/stat : 16149 (cryptominisat) R 16148 16148 16061 0 -1 4202496 48440 0 0 0 1262 7 0 0 25 0 1 0 590880114 205164544 35166 33554432000 4194304 4587354 140736799972576 18446744073709551615 4246056 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16149/statm: 50089 35166 330 96 0 46651 0
[pid=16150] ppid=16148 vsize=225856 CPUtime=12.69 cores=1
/proc/16150/stat : 16150 (clasp) R 16148 16148 16061 0 -1 4202496 60903 0 0 0 1259 10 0 0 25 0 1 0 590880114 231276544 53336 33554432000 4194304 4785740 140736744972096 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16150/statm: 56464 53336 340 145 0 53509 0
[pid=16151] ppid=16148 vsize=530932 CPUtime=12.68 cores=2
/proc/16151/stat : 16151 (TNM) R 16148 16148 16061 0 -1 4202496 31040 0 0 0 1264 4 0 0 25 0 1 0 590880114 543674368 30937 33554432000 134512640 134534564 4291479760 18446744073709551615 134528295 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16151/statm: 132733 30937 95 6 0 131399 0
[pid=16152] ppid=16148 vsize=121824 CPUtime=12.68 cores=3
/proc/16152/stat : 16152 (march_hi) R 16148 16148 16061 0 -1 4194304 340289 0 0 0 1221 47 0 0 25 0 1 0 590880114 124747776 20513 33554432000 4194304 4331988 140737220373120 18446744073709551615 4251649 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16152/statm: 30456 20513 129 34 0 28898 0
[pid=16153] ppid=16148 vsize=240112 CPUtime=48.35 cores=4-7
/proc/16153/stat : 16153 (plingeling) S 16148 16148 16061 0 -1 4202496 54586 1249 0 0 4828 7 0 0 21 0 5 0 590880114 245874688 32121 33554432000 4194304 4356188 140735767153440 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16153/statm: 60028 32121 164 40 0 58572 0
[pid=16153/tid=16160] ppid=16148 vsize=240112 CPUtime=11.92 cores=4-7
/proc/16153/task/16160/stat : 16160 (plingeling) R 16148 16148 16061 0 -1 4202560 5357 1249 0 0 1191 1 0 0 25 0 5 0 590880191 245874688 32121 33554432000 4194304 4356188 140735767153440 18446744073709551615 4284161 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16153/tid=16161] ppid=16148 vsize=240112 CPUtime=11.91 cores=4-7
/proc/16153/task/16161/stat : 16161 (plingeling) R 16148 16148 16061 0 -1 4202560 6539 1249 0 0 1190 1 0 0 25 0 5 0 590880191 245874688 32121 33554432000 4194304 4356188 140735767153440 18446744073709551615 4210615 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16153/tid=16162] ppid=16148 vsize=240112 CPUtime=11.81 cores=4-7
/proc/16153/task/16162/stat : 16162 (plingeling) R 16148 16148 16061 0 -1 4202560 7867 1249 0 0 1181 0 0 0 25 0 5 0 590880191 245874688 32121 33554432000 4194304 4356188 140735767153440 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16153/tid=16163] ppid=16148 vsize=240112 CPUtime=11.92 cores=4-7
/proc/16153/task/16163/stat : 16163 (plingeling) R 16148 16148 16061 0 -1 4202560 8992 1249 0 0 1191 1 0 0 25 0 5 0 590880191 245874688 32121 33554432000 4194304 4356188 140735767153440 18446744073709551615 4281677 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 99.09
Current children cumulated vsize (KiB) 1337404

[startup+25.501 s]
/proc/loadavg: 7.03 6.28 3.78 9/180 16164
/proc/meminfo: memFree=11809844/32950928 swapFree=67111524/67111528
[pid=16148] ppid=16146 vsize=18324 CPUtime=0 cores=0-7
/proc/16148/stat : 16148 (ppfolio) S 16146 16148 16061 0 -1 4202496 521 0 0 0 0 0 0 0 15 0 1 0 590880113 18763776 389 33554432000 4194304 4287625 140736697901744 18446744073709551615 256415411727 0 0 4096 65536 3293248848033480703 0 0 17 4 0 0 0
/proc/16148/statm: 4581 389 341 23 0 91 0
[pid=16149] ppid=16148 vsize=200356 CPUtime=25.49 cores=0
/proc/16149/stat : 16149 (cryptominisat) R 16148 16148 16061 0 -1 4202496 50357 0 0 0 2541 8 0 0 25 0 1 0 590880114 205164544 37083 33554432000 4194304 4587354 140736799972576 18446744073709551615 4236583 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=16151] ppid=16148 vsize=530932 CPUtime=4782.46 cores=2
/proc/16151/stat : 16151 (TNM) R 16148 16148 16061 0 -1 4202496 31040 0 0 0 478241 5 0 0 25 0 1 0 590880114 543674368 30937 33554432000 134512640 134534564 4291479760 18446744073709551615 134530456 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16151/statm: 132733 30937 95 6 0 131399 0
[pid=16152] ppid=16148 vsize=435348 CPUtime=4781.53 cores=3
/proc/16152/stat : 16152 (march_hi) R 16148 16148 16061 0 -1 4202496 447981 0 0 0 478089 64 0 0 25 0 1 0 590880114 445796352 55173 33554432000 4194304 4331988 140737220373120 18446744073709551615 4228270 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16152/statm: 108837 55173 175 34 0 107279 0
[pid=16153] ppid=16148 vsize=1089220 CPUtime=19100.9 cores=4-7
/proc/16153/stat : 16153 (plingeling) S 16148 16148 16061 0 -1 4202496 3136859 1249 0 0 1909651 438 0 0 21 0 5 0 590880114 1115361280 244430 33554432000 4194304 4356188 140735767153440 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16153/statm: 272305 244430 164 40 0 270849 0
[pid=16153/tid=16160] ppid=16148 vsize=1089220 CPUtime=4781.67 cores=4-7
/proc/16153/task/16160/stat : 16160 (plingeling) R 16148 16148 16061 0 -1 4202560 651256 1249 0 0 478073 94 0 0 25 0 5 0 590880191 1115361280 244430 33554432000 4194304 4356188 140735767153440 18446744073709551615 4210562 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16153/tid=16161] ppid=16148 vsize=1089220 CPUtime=4781.23 cores=4-7
/proc/16153/task/16161/stat : 16161 (plingeling) R 16148 16148 16061 0 -1 4202560 910070 1249 0 0 477994 129 0 0 25 0 5 0 590880191 1115361280 244430 33554432000 4194304 4356188 140735767153440 18446744073709551615 4210992 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16153/tid=16162] ppid=16148 vsize=1089220 CPUtime=4755.57 cores=4-7
/proc/16153/task/16162/stat : 16162 (plingeling) R 16148 16148 16061 0 -1 4202560 799845 1249 0 0 475450 107 0 0 25 0 5 0 590880191 1115361280 244430 33554432000 4194304 4356188 140735767153440 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16153/tid=16163] ppid=16148 vsize=1089220 CPUtime=4781.62 cores=4-7
/proc/16153/task/16163/stat : 16163 (plingeling) R 16148 16148 16061 0 -1 4202560 749857 1249 0 0 478059 103 0 0 25 0 5 0 590880191 1115361280 244430 33554432000 4194304 4356188 140735767153440 18446744073709551615 4281672 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38229.9
Current children cumulated vsize (KiB) 9425184

[startup+4842.3 s]
/proc/loadavg: 8.06 8.04 8.00 9/180 16304
/proc/meminfo: memFree=5450584/32950928 swapFree=67111524/67111528
[pid=16148] ppid=16146 vsize=18324 CPUtime=0.06 cores=0-7
/proc/16148/stat : 16148 (ppfolio) S 16146 16148 16061 0 -1 4202496 521 0 0 0 1 5 0 0 15 0 1 0 590880113 18763776 389 33554432000 4194304 4287625 140736697901744 18446744073709551615 256415411727 0 0 4096 65536 3293248848033480703 0 0 17 4 0 0 0
/proc/16148/statm: 4581 389 341 23 0 91 0
[pid=16149] ppid=16148 vsize=1823120 CPUtime=4842.46 cores=0
/proc/16149/stat : 16149 (cryptominisat) R 16148 16148 16061 0 -1 4202496 7654665 0 0 0 482750 1496 0 0 25 0 1 0 590880114 1866874880 140993 33554432000 4194304 4587354 140736799972576 18446744073709551615 4238412 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16149/statm: 455780 140993 340 96 0 452342 0
[pid=16150] ppid=16148 vsize=5449400 CPUtime=4842.47 cores=1
/proc/16150/stat : 16150 (clasp) R 16148 16148 16061 0 -1 4202496 1362705 0 0 0 483905 342 0 0 25 0 1 0 590880114 5580185600 1355138 33554432000 4194304 4785740 140736744972096 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16150/statm: 1362350 1355138 340 145 0 1359395 0
[pid=16151] ppid=16148 vsize=530932 CPUtime=4842.46 cores=2
/proc/16151/stat : 16151 (TNM) R 16148 16148 16061 0 -1 4202496 31040 0 0 0 484241 5 0 0 25 0 1 0 590880114 543674368 30937 33554432000 134512640 134534564 4291479760 18446744073709551615 134528504 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16151/statm: 132733 30937 95 6 0 131399 0
[pid=16152] ppid=16148 vsize=435348 CPUtime=4841.52 cores=3
/proc/16152/stat : 16152 (march_hi) R 16148 16148 16061 0 -1 4202496 448093 0 0 0 484088 64 0 0 25 0 1 0 590880114 445796352 55285 33554432000 4194304 4331988 140737220373120 18446744073709551615 4239602 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16152/statm: 108837 55285 175 34 0 107279 0
[pid=16153] ppid=16148 vsize=1117892 CPUtime=19340.6 cores=4-7
/proc/16153/stat : 16153 (plingeling) S 16148 16148 16061 0 -1 4202496 3223899 1249 0 0 1933608 448 0 0 21 0 5 0 590880114 1144721408 251598 33554432000 4194304 4356188 140735767153440 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16153/statm: 279473 251598 164 40 0 278017 0
[pid=16153/tid=16160] ppid=16148 vsize=1117892 CPUtime=4841.68 cores=4-7
/proc/16153/task/16160/stat : 16160 (plingeling) R 16148 16148 16061 0 -1 4202560 673784 1249 0 0 484071 97 0 0 25 0 5 0 590880191 1144721408 251598 33554432000 4194304 4356188 140735767153440 18446744073709551615 4281760 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16153/tid=16161] ppid=16148 vsize=1117892 CPUtime=4841.22 cores=4-7
/proc/16153/task/16161/stat : 16161 (plingeling) R 16148 16148 16061 0 -1 4202560 930550 1249 0 0 483991 131 0 0 25 0 5 0 590880191 1144721408 251598 33554432000 4194304 4356188 140735767153440 18446744073709551615 4331050 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16153/tid=16162] ppid=16148 vsize=1117892 CPUtime=4815.24 cores=4-7
/proc/16153/task/16162/stat : 16162 (plingeling) R 16148 16148 16061 0 -1 4202560 823397 1249 0 0 481415 109 0 0 25 0 5 0 590880191 1144721408 251598 33554432000 4194304 4356188 140735767153440 18446744073709551615 4210875 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16153/tid=16163] ppid=16148 vsize=1117892 CPUtime=4841.61 cores=4-7
/proc/16153/task/16163/stat : 16163 (plingeling) R 16148 16148 16061 0 -1 4202560 770337 1249 0 0 484056 105 0 0 25 0 5 0 590880191 1144721408 251598 33554432000 4194304 4356188 140735767153440 18446744073709551615 4283959 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38709.5
Current children cumulated vsize (KiB) 9375016

[startup+4902.3 s]
/proc/loadavg: 8.06 8.05 8.00 9/180 16306
/proc/meminfo: memFree=5240128/32950928 swapFree=67111524/67111528
[pid=16148] ppid=16146 vsize=18324 CPUtime=0.06 cores=0-7
/proc/16148/stat : 16148 (ppfolio) S 16146 16148 16061 0 -1 4202496 521 0 0 0 1 5 0 0 15 0 1 0 590880113 18763776 389 33554432000 4194304 4287625 140736697901744 18446744073709551615 256415411727 0 0 4096 65536 3293248848033480703 0 0 17 4 0 0 0
/proc/16148/statm: 4581 389 341 23 0 91 0
[pid=16149] ppid=16148 vsize=1823120 CPUtime=4902.46 cores=0
/proc/16149/stat : 16149 (cryptominisat) R 16148 16148 16061 0 -1 4202496 7675703 0 0 0 488740 1506 0 0 25 0 1 0 590880114 1866874880 161944 33554432000 4194304 4587354 140736799972576 18446744073709551615 4236680 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16149/statm: 455780 161944 340 96 0 452342 0
[pid=16150] ppid=16148 vsize=5449400 CPUtime=4902.47 cores=1
/proc/16150/stat : 16150 (clasp) R 16148 16148 16061 0 -1 4202496 1362705 0 0 0 489905 342 0 0 25 0 1 0 590880114 5580185600 1355138 33554432000 4194304 4785740 140736744972096 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16150/statm: 1362350 1355138 340 145 0 1359395 0
[pid=16151] ppid=16148 vsize=530932 CPUtime=4902.46 cores=2
/proc/16151/stat : 16151 (TNM) R 16148 16148 16061 0 -1 4202496 31040 0 0 0 490241 5 0 0 25 0 1 0 590880114 543674368 30937 33554432000 134512640 134534564 4291479760 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16151/statm: 132733 30937 95 6 0 131399 0
[pid=16152] ppid=16148 vsize=435348 CPUtime=4901.52 cores=3
/proc/16152/stat : 16152 (march_hi) R 16148 16148 16061 0 -1 4202496 448158 0 0 0 490088 64 0 0 25 0 1 0 590880114 445796352 55350 33554432000 4194304 4331988 140737220373120 18446744073709551615 4228307 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16152/statm: 108837 55350 175 34 0 107279 0
[pid=16153] ppid=16148 vsize=1248956 CPUtime=19580.2 cores=4-7
/proc/16153/stat : 16153 (plingeling) S 16148 16148 16061 0 -1 4202496 3283291 1249 0 0 1957569 455 0 0 21 0 5 0 590880114 1278930944 284364 33554432000 4194304 4356188 140735767153440 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16153/statm: 312239 284364 164 40 0 310783 0
[pid=16153/tid=16160] ppid=16148 vsize=1248956 CPUtime=4901.68 cores=4-7
/proc/16153/task/16160/stat : 16160 (plingeling) R 16148 16148 16061 0 -1 4202560 700408 1249 0 0 490068 100 0 0 25 0 5 0 590880191 1278930944 284364 33554432000 4194304 4356188 140735767153440 18446744073709551615 4281782 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16153/tid=16161] ppid=16148 vsize=1248956 CPUtime=4901.22 cores=4-7
/proc/16153/task/16161/stat : 16161 (plingeling) R 16148 16148 16061 0 -1 4202560 946934 1249 0 0 489989 133 0 0 25 0 5 0 590880191 1278930944 284364 33554432000 4194304 4356188 140735767153440 18446744073709551615 4281692 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16153/tid=16162] ppid=16148 vsize=1248956 CPUtime=4874.92 cores=4-7
/proc/16153/task/16162/stat : 16162 (plingeling) R 16148 16148 16061 0 -1 4202560 829541 1249 0 0 487382 110 0 0 25 0 5 0 590880191 1278930944 284364 33554432000 4194304 4356188 140735767153440 18446744073709551615 4281668 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16153/tid=16163] ppid=16148 vsize=1248956 CPUtime=4901.61 cores=4-7
/proc/16153/task/16163/stat : 16163 (plingeling) R 16148 16148 16061 0 -1 4202560 780577 1249 0 0 490055 106 0 0 25 0 5 0 590880191 1278930944 284364 33554432000 4194304 4356188 140735767153440 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39189.2
Current children cumulated vsize (KiB) 9506080

[startup+4962.3 s]
/proc/loadavg: 8.05 8.05 8.00 9/180 16307
/proc/meminfo: memFree=5406404/32950928 swapFree=67111524/67111528
[pid=16148] ppid=16146 vsize=18324 CPUtime=0.06 cores=0-7
/proc/16148/stat : 16148 (ppfolio) S 16146 16148 16061 0 -1 4202496 521 0 0 0 1 5 0 0 15 0 1 0 590880113 18763776 389 33554432000 4194304 4287625 140736697901744 18446744073709551615 256415411727 0 0 4096 65536 3293248848033480703 0 0 17 4 0 0 0
/proc/16148/statm: 4581 389 341 23 0 91 0
[pid=16149] ppid=16148 vsize=1843128 CPUtime=4962.46 cores=0
/proc/16149/stat : 16149 (cryptominisat) R 16148 16148 16061 0 -1 4202496 7698925 0 0 0 494729 1517 0 0 25 0 1 0 590880114 1887363072 162329 33554432000 4194304 4587354 140736799972576 18446744073709551615 4237639 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16149/statm: 460782 162329 340 96 0 457344 0
[pid=16150] ppid=16148 vsize=5449400 CPUtime=4962.47 cores=1
/proc/16150/stat : 16150 (clasp) R 16148 16148 16061 0 -1 4202496 1362706 0 0 0 495905 342 0 0 25 0 1 0 590880114 5580185600 1355139 33554432000 4194304 4785740 140736744972096 18446744073709551615 4287017 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16150/statm: 1362350 1355139 340 145 0 1359395 0
[pid=16151] ppid=16148 vsize=530932 CPUtime=4962.46 cores=2
/proc/16151/stat : 16151 (TNM) R 16148 16148 16061 0 -1 4202496 31040 0 0 0 496241 5 0 0 25 0 1 0 590880114 543674368 30937 33554432000 134512640 134534564 4291479760 18446744073709551615 134530593 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16151/statm: 132733 30937 95 6 0 131399 0
[pid=16152] ppid=16148 vsize=435492 CPUtime=4961.52 cores=3
/proc/16152/stat : 16152 (march_hi) R 16148 16148 16061 0 -1 4202496 448255 0 0 0 496088 64 0 0 25 0 1 0 590880114 445943808 55447 33554432000 4194304 4331988 140737220373120 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16152/statm: 108873 55447 175 34 0 107315 0
[pid=16153] ppid=16148 vsize=1077500 CPUtime=19819.9 cores=4-7
/proc/16153/stat : 16153 (plingeling) S 16148 16148 16061 0 -1 4202496 3324395 1249 0 0 1981529 462 0 0 21 0 5 0 590880114 1103360000 241500 33554432000 4194304 4356188 140735767153440 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16153/statm: 269375 241500 164 40 0 267919 0
[pid=16153/tid=16160] ppid=16148 vsize=1077500 CPUtime=4961.68 cores=4-7
/proc/16153/task/16160/stat : 16160 (plingeling) R 16148 16148 16061 0 -1 4202560 704504 1249 0 0 496067 101 0 0 25 0 5 0 590880191 1103360000 241500 33554432000 4194304 4356188 140735767153440 18446744073709551615 4331047 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16153/tid=16161] ppid=16148 vsize=1077500 CPUtime=4961.22 cores=4-7
/proc/16153/task/16161/stat : 16161 (plingeling) R 16148 16148 16061 0 -1 4202560 961270 1249 0 0 495986 136 0 0 25 0 5 0 590880191 1103360000 241500 33554432000 4194304 4356188 140735767153440 18446744073709551615 4334492 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16153/tid=16162] ppid=16148 vsize=1077500 CPUtime=4934.59 cores=4-7
/proc/16153/task/16162/stat : 16162 (plingeling) R 16148 16148 16061 0 -1 4202560 835829 1249 0 0 493348 111 0 0 25 0 5 0 590880191 1103360000 241500 33554432000 4194304 4356188 140735767153440 18446744073709551615 4210567 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16153/tid=16163] ppid=16148 vsize=1077500 CPUtime=4961.61 cores=4-7
/proc/16153/task/16163/stat : 16163 (plingeling) R 16148 16148 16061 0 -1 4202560 796961 1249 0 0 496053 108 0 0 25 0 5 0 590880191 1103360000 241500 33554432000 4194304 4356188 140735767153440 18446744073709551615 4210834 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39668.9
Current children cumulated vsize (KiB) 9354776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.8 s]
/proc/loadavg: 8.12 8.07 8.01 9/180 16308
/proc/meminfo: memFree=5333592/32950928 swapFree=67111524/67111528
[pid=16148] ppid=16146 vsize=18324 CPUtime=0.06 cores=0-7
/proc/16148/stat : 16148 (ppfolio) S 16146 16148 16061 0 -1 4202496 521 0 0 0 1 5 0 0 15 0 1 0 590880113 18763776 389 33554432000 4194304 4287625 140736697901744 18446744073709551615 256415411727 0 0 4096 65536 3293248848033480703 0 0 17 4 0 0 0
/proc/16148/statm: 4581 389 341 23 0 91 0
[pid=16149] ppid=16148 vsize=1764280 CPUtime=5003.97 cores=0
/proc/16149/stat : 16149 (cryptominisat) R 16148 16148 16061 0 -1 4202496 7714872 0 0 0 498874 1523 0 0 25 0 1 0 590880114 1806622720 147637 33554432000 4194304 4587354 140736799972576 18446744073709551615 4236698 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16149/statm: 441070 147637 340 96 0 437632 0
[pid=16150] ppid=16148 vsize=5449400 CPUtime=5003.98 cores=1
/proc/16150/stat : 16150 (clasp) R 16148 16148 16061 0 -1 4202496 1362706 0 0 0 500056 342 0 0 25 0 1 0 590880114 5580185600 1355139 33554432000 4194304 4785740 140736744972096 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16150/statm: 1362350 1355139 340 145 0 1359395 0
[pid=16151] ppid=16148 vsize=530932 CPUtime=5003.98 cores=2
/proc/16151/stat : 16151 (TNM) R 16148 16148 16061 0 -1 4202496 31040 0 0 0 500393 5 0 0 25 0 1 0 590880114 543674368 30937 33554432000 134512640 134534564 4291479760 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16151/statm: 132733 30937 95 6 0 131399 0
[pid=16152] ppid=16148 vsize=435492 CPUtime=5003.04 cores=3
/proc/16152/stat : 16152 (march_hi) R 16148 16148 16061 0 -1 4202496 448296 0 0 0 500240 64 0 0 25 0 1 0 590880114 445943808 55488 33554432000 4194304 4331988 140737220373120 18446744073709551615 4263258 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/16152/statm: 108873 55488 175 34 0 107315 0
[pid=16153] ppid=16148 vsize=1208572 CPUtime=19985.7 cores=4-7
/proc/16153/stat : 16153 (plingeling) S 16148 16148 16061 0 -1 4202496 3357163 1249 0 0 1998107 466 0 0 21 0 5 0 590880114 1237577728 274268 33554432000 4194304 4356188 140735767153440 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/16153/statm: 302143 274268 164 40 0 300687 0
[pid=16153/tid=16160] ppid=16148 vsize=1208572 CPUtime=5003.2 cores=4-7
/proc/16153/task/16160/stat : 16160 (plingeling) R 16148 16148 16061 0 -1 4202560 716792 1249 0 0 500218 102 0 0 25 0 5 0 590880191 1237577728 274268 33554432000 4194304 4356188 140735767153440 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=16153/tid=16161] ppid=16148 vsize=1208572 CPUtime=5002.73 cores=4-7
/proc/16153/task/16161/stat : 16161 (plingeling) R 16148 16148 16061 0 -1 4202560 961270 1249 0 0 500137 136 0 0 25 0 5 0 590880191 1237577728 274268 33554432000 4194304 4356188 140735767153440 18446744073709551615 4236874 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=16153/tid=16162] ppid=16148 vsize=1208572 CPUtime=4975.88 cores=4-7
/proc/16153/task/16162/stat : 16162 (plingeling) R 16148 16148 16061 0 -1 4202560 856309 1249 0 0 497474 114 0 0 25 0 5 0 590880191 1237577728 274268 33554432000 4194304 4356188 140735767153440 18446744073709551615 4331055 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=16153/tid=16163] ppid=16148 vsize=1208572 CPUtime=5003.13 cores=4-7
/proc/16153/task/16163/stat : 16163 (plingeling) R 16148 16148 16061 0 -1 4202560 796961 1249 0 0 500205 108 0 0 25 0 5 0 590880191 1237577728 274268 33554432000 4194304 4356188 140735767153440 18446744073709551615 4281692 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 9407000

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16148 and gives
#  childrusage.ru_utime.tv_sec=5003
#  childrusage.ru_utime.tv_usec=949284
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=123981
# CPU time returned by wait4() is 5004.07
# while last known CPU time is 40000.8
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.82
CPU time (s): 40000.8
CPU user time (s): 39976.7
CPU system time (s): 24.05
CPU usage (%): 799.404
Max. virtual memory (cumulated for all children) (KiB): 10830852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5003.95
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31562
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= 7253
involuntary context switches= 7880

runsolver used 7.81881 second user time and 19.486 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-28 18:01:34
IDJOB=3310233
IDBENCH=82389
IDSOLVER=1638
FILE ID=node115/3310233-1304006494
RUNJOBID= node115-1304006040-16075
PBS_JOBID= 13168822
Free space on /tmp= 72716 MiB

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

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

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=1643995455

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12797212 kB
Buffers:       2313564 kB
Cached:       17215432 kB
SwapCached:          4 kB
Active:        7539380 kB
Inactive:     12056292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12797212 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           25824 kB
Writeback:           0 kB
AnonPages:       66988 kB
Mapped:          14560 kB
Slab:           492968 kB
PageTables:       4768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186832 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= 72708 MiB
End job on node115 at 2011-04-28 19:25:00