Trace number 3310235

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_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
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 clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
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-3310235-1304006887/watcher-3310235-1304006887 -o /tmp/evaluation-result-3310235-1304006887/solver-3310235-1304006887 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310235-1304006887.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: 5.55 6.05 3.97 1/170 26801
/proc/meminfo: memFree=15173148/32950928 swapFree=67111528/67111528
[pid=26801] ppid=26799 vsize=18324 CPUtime=0 cores=0-7
/proc/26801/stat : 26801 (ppfolio) S 26799 26801 26704 0 -1 4202496 518 0 0 0 0 0 0 0 21 0 1 0 512288413 18763776 389 33554432000 4194304 4287625 140735093201568 18446744073709551615 274473987599 0 0 4096 65536 2826088480831 0 0 17 6 0 0 0
/proc/26801/statm: 4581 389 341 23 0 91 0

[startup+0.0532149 s]
/proc/loadavg: 5.55 6.05 3.97 1/170 26801
/proc/meminfo: memFree=15173148/32950928 swapFree=67111528/67111528
[pid=26801] ppid=26799 vsize=18324 CPUtime=0 cores=0-7
/proc/26801/stat : 26801 (ppfolio) S 26799 26801 26704 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 512288413 18763776 389 33554432000 4194304 4287625 140735093201568 18446744073709551615 274473987599 0 0 4096 65536 4322030954378952703 0 0 17 6 0 0 0
/proc/26801/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100206 s]
/proc/loadavg: 5.55 6.05 3.97 1/170 26801
/proc/meminfo: memFree=15173148/32950928 swapFree=67111528/67111528
[pid=26801] ppid=26799 vsize=18324 CPUtime=0 cores=0-7
/proc/26801/stat : 26801 (ppfolio) S 26799 26801 26704 0 -1 4202496 519 0 0 0 0 0 0 0 25 0 1 0 512288413 18763776 389 33554432000 4194304 4287625 140735093201568 18446744073709551615 274473987599 0 0 4096 65536 4322030954378952703 0 0 17 6 0 0 0
/proc/26801/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300171 s]
/proc/loadavg: 5.55 6.05 3.97 1/170 26801
/proc/meminfo: memFree=15173148/32950928 swapFree=67111528/67111528
[pid=26801] ppid=26799 vsize=18324 CPUtime=0 cores=0-7
/proc/26801/stat : 26801 (ppfolio) S 26799 26801 26704 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 512288413 18763776 389 33554432000 4194304 4287625 140735093201568 18446744073709551615 274473987599 0 0 4096 65536 4322030954378952703 0 0 17 6 0 0 0
/proc/26801/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.701104 s]
/proc/loadavg: 5.55 6.05 3.97 1/170 26801
/proc/meminfo: memFree=15173148/32950928 swapFree=67111528/67111528
[pid=26801] ppid=26799 vsize=18324 CPUtime=0 cores=0-7
/proc/26801/stat : 26801 (ppfolio) S 26799 26801 26704 0 -1 4202496 519 0 0 0 0 0 0 0 23 0 1 0 512288413 18763776 389 33554432000 4194304 4287625 140735093201568 18446744073709551615 274473987599 0 0 4096 65536 4322030954378952703 0 0 17 6 0 0 0
/proc/26801/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50096 s]
/proc/loadavg: 5.55 6.05 3.97 10/180 26816
/proc/meminfo: memFree=14859224/32950928 swapFree=67111528/67111528
[pid=26801] ppid=26799 vsize=18324 CPUtime=0 cores=0-7
/proc/26801/stat : 26801 (ppfolio) S 26799 26801 26704 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512288413 18763776 389 33554432000 4194304 4287625 140735093201568 18446744073709551615 274473987599 0 0 4096 65536 4322030954378952703 0 0 17 6 0 0 0
/proc/26801/statm: 4581 389 341 23 0 91 0
[pid=26802] ppid=26801 vsize=92768 CPUtime=1.49 cores=0
/proc/26802/stat : 26802 (cryptominisat) R 26801 26801 26704 0 -1 4202496 17579 0 0 0 146 3 0 0 25 0 1 0 512288413 94994432 17231 33554432000 4194304 4587354 140734803663104 18446744073709551615 4421069 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26802/statm: 23192 17231 312 96 0 19754 0
[pid=26803] ppid=26801 vsize=61824 CPUtime=1.48 cores=1
/proc/26803/stat : 26803 (clasp) R 26801 26801 26704 0 -1 4202496 18126 0 0 0 146 2 0 0 20 0 1 0 512288413 63307776 12491 33554432000 4194304 4785740 140737370564256 18446744073709551615 4549837 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26803/statm: 15456 12491 340 145 0 12501 0
[pid=26804] ppid=26801 vsize=509152 CPUtime=1.49 cores=2
/proc/26804/stat : 26804 (TNM) R 26801 26801 26704 0 -1 4202496 22896 0 0 0 146 3 0 0 25 0 1 0 512288413 521371648 22793 33554432000 134512640 134534564 4294768032 18446744073709551615 134529352 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26804/statm: 127288 22793 95 6 0 125954 0
[pid=26805] ppid=26801 vsize=94572 CPUtime=1.48 cores=3
/proc/26805/stat : 26805 (march_hi) R 26801 26801 26704 0 -1 4194304 43914 0 0 0 143 5 0 0 20 0 1 0 512288413 96841728 15085 33554432000 4194304 4331988 140733609057456 18446744073709551615 274473628357 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26805/statm: 23643 15090 129 34 0 22085 0
[pid=26806] ppid=26801 vsize=123584 CPUtime=4.2 cores=4-7
/proc/26806/stat : 26806 (plingeling) S 26801 26801 26704 0 -1 4202496 36856 1249 0 0 416 4 0 0 25 0 5 0 512288414 126550016 19312 33554432000 4194304 4356188 140734777846752 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26806/statm: 30896 19312 154 40 0 29440 0
[pid=26806/tid=26813] ppid=26801 vsize=123584 CPUtime=0.9 cores=4-7
/proc/26806/task/26813/stat : 26813 (plingeling) R 26801 26801 26704 0 -1 4202560 264 1249 0 0 90 0 0 0 19 0 5 0 512288472 126550016 19312 33554432000 4194304 4356188 140734777846752 18446744073709551615 4234795 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26806/tid=26814] ppid=26801 vsize=123584 CPUtime=0.9 cores=4-7
/proc/26806/task/26814/stat : 26814 (plingeling) R 26801 26801 26704 0 -1 4202560 4868 1249 0 0 90 0 0 0 25 0 5 0 512288472 126550016 19312 33554432000 4194304 4356188 140734777846752 18446744073709551615 4245558 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26806/tid=26815] ppid=26801 vsize=123584 CPUtime=0.9 cores=4-7
/proc/26806/task/26815/stat : 26815 (plingeling) R 26801 26801 26704 0 -1 4202560 5707 1249 0 0 90 0 0 0 25 0 5 0 512288472 126550016 19312 33554432000 4194304 4356188 140734777846752 18446744073709551615 4320750 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26806/tid=26816] ppid=26801 vsize=123584 CPUtime=0.89 cores=4-7
/proc/26806/task/26816/stat : 26816 (plingeling) R 26801 26801 26704 0 -1 4202560 260 1249 0 0 89 0 0 0 19 0 5 0 512288472 126550016 19312 33554432000 4194304 4356188 140734777846752 18446744073709551615 4210544 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 10.14
Current children cumulated vsize (KiB) 900224

[startup+3.10068 s]
/proc/loadavg: 5.55 6.05 3.97 9/180 26816
/proc/meminfo: memFree=14821032/32950928 swapFree=67111528/67111528
[pid=26801] ppid=26799 vsize=18324 CPUtime=0 cores=0-7
/proc/26801/stat : 26801 (ppfolio) S 26799 26801 26704 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512288413 18763776 389 33554432000 4194304 4287625 140735093201568 18446744073709551615 274473987599 0 0 4096 65536 4322030954378952703 0 0 17 6 0 0 0
/proc/26801/statm: 4581 389 341 23 0 91 0
[pid=26802] ppid=26801 vsize=120756 CPUtime=3.09 cores=0
/proc/26802/stat : 26802 (cryptominisat) R 26801 26801 26704 0 -1 4202496 24574 0 0 0 305 4 0 0 25 0 1 0 512288413 123654144 23182 33554432000 4194304 4587354 140734803663104 18446744073709551615 4372590 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26802/statm: 30189 23182 317 96 0 26751 0
[pid=26803] ppid=26801 vsize=76160 CPUtime=3.08 cores=1
/proc/26803/stat : 26803 (clasp) R 26801 26801 26704 0 -1 4202496 21755 0 0 0 305 3 0 0 25 0 1 0 512288413 77987840 16120 33554432000 4194304 4785740 140737370564256 18446744073709551615 4278544 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26803/statm: 19040 16120 340 145 0 16085 0
[pid=26804] ppid=26801 vsize=509152 CPUtime=3.09 cores=2
/proc/26804/stat : 26804 (TNM) R 26801 26801 26704 0 -1 4202496 22896 0 0 0 306 3 0 0 25 0 1 0 512288413 521371648 22793 33554432000 134512640 134534564 4294768032 18446744073709551615 134528893 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26804/statm: 127288 22793 95 6 0 125954 0
[pid=26805] ppid=26801 vsize=104496 CPUtime=3.09 cores=3
/proc/26805/stat : 26805 (march_hi) R 26801 26801 26704 0 -1 4194304 81028 0 0 0 299 10 0 0 25 0 1 0 512288413 107003904 18141 33554432000 4194304 4331988 140733609057456 18446744073709551615 274473616588 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26805/statm: 26124 18141 129 34 0 24566 0
[pid=26806] ppid=26801 vsize=128420 CPUtime=10.59 cores=4-7
/proc/26806/stat : 26806 (plingeling) S 26801 26801 26704 0 -1 4202496 46798 1249 0 0 1052 7 0 0 25 0 5 0 512288414 131502080 20547 33554432000 4194304 4356188 140734777846752 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26806/statm: 32105 20547 163 40 0 30649 0
[pid=26806/tid=26813] ppid=26801 vsize=128420 CPUtime=2.5 cores=4-7
/proc/26806/task/26813/stat : 26813 (plingeling) R 26801 26801 26704 0 -1 4202560 3932 1249 0 0 249 1 0 0 22 0 5 0 512288472 131502080 20547 33554432000 4194304 4356188 140734777846752 18446744073709551615 4211720 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26806/tid=26814] ppid=26801 vsize=128420 CPUtime=2.5 cores=4-7
/proc/26806/task/26814/stat : 26814 (plingeling) R 26801 26801 26704 0 -1 4202560 5427 1249 0 0 249 1 0 0 25 0 5 0 512288472 131502080 20547 33554432000 4194304 4356188 140734777846752 18446744073709551615 4211560 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26806/tid=26815] ppid=26801 vsize=128420 CPUtime=2.5 cores=4-7
/proc/26806/task/26815/stat : 26815 (plingeling) R 26801 26801 26704 0 -1 4202560 5874 1249 0 0 250 0 0 0 25 0 5 0 512288472 131502080 20547 33554432000 4194304 4356188 140734777846752 18446744073709551615 4211178 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26806/tid=26816] ppid=26801 vsize=128420 CPUtime=2.48 cores=4-7
/proc/26806/task/26816/stat : 26816 (plingeling) R 26801 26801 26704 0 -1 4202560 5808 1249 0 0 248 0 0 0 22 0 5 0 512288472 131502080 20547 33554432000 4194304 4356188 140734777846752 18446744073709551615 4236939 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.94
Current children cumulated vsize (KiB) 957308

[startup+6.30112 s]
/proc/loadavg: 5.75 6.08 3.99 9/180 26816
/proc/meminfo: memFree=14732656/32950928 swapFree=67111528/67111528
[pid=26801] ppid=26799 vsize=18324 CPUtime=0 cores=0-7
/proc/26801/stat : 26801 (ppfolio) S 26799 26801 26704 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512288413 18763776 389 33554432000 4194304 4287625 140735093201568 18446744073709551615 274473987599 0 0 4096 65536 4322030954378952703 0 0 17 6 0 0 0
/proc/26801/statm: 4581 389 341 23 0 91 0
[pid=26802] ppid=26801 vsize=120116 CPUtime=6.29 cores=0
/proc/26802/stat : 26802 (cryptominisat) R 26801 26801 26704 0 -1 4202496 32737 0 0 0 624 5 0 0 25 0 1 0 512288413 122998784 24420 33554432000 4194304 4587354 140734803663104 18446744073709551615 4236694 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26802/statm: 30029 24420 330 96 0 26591 0
[pid=26803] ppid=26801 vsize=132072 CPUtime=6.28 cores=1
/proc/26803/stat : 26803 (clasp) R 26801 26801 26704 0 -1 4202496 35735 0 0 0 622 6 0 0 25 0 1 0 512288413 135241728 30100 33554432000 4194304 4785740 140737370564256 18446744073709551615 274473628357 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26803/statm: 33018 30100 340 145 0 30063 0
[pid=26804] ppid=26801 vsize=509152 CPUtime=6.29 cores=2
/proc/26804/stat : 26804 (TNM) R 26801 26801 26704 0 -1 4202496 22896 0 0 0 626 3 0 0 25 0 1 0 512288413 521371648 22793 33554432000 134512640 134534564 4294768032 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26804/statm: 127288 22793 95 6 0 125954 0
[pid=26805] ppid=26801 vsize=92636 CPUtime=6.29 cores=3
/proc/26805/stat : 26805 (march_hi) R 26801 26801 26704 0 -1 4194304 143214 0 0 0 611 18 0 0 25 0 1 0 512288413 94859264 15204 33554432000 4194304 4331988 140733609057456 18446744073709551615 4257036 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26805/statm: 23159 15204 129 34 0 21601 0
[pid=26806] ppid=26801 vsize=132948 CPUtime=23.37 cores=4-7
/proc/26806/stat : 26806 (plingeling) S 26801 26801 26704 0 -1 4202496 48075 1249 0 0 2330 7 0 0 25 0 5 0 512288414 136138752 21680 33554432000 4194304 4356188 140734777846752 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26806/statm: 33237 21680 163 40 0 31781 0
[pid=26806/tid=26813] ppid=26801 vsize=132948 CPUtime=5.7 cores=4-7
/proc/26806/task/26813/stat : 26813 (plingeling) R 26801 26801 26704 0 -1 4202560 3933 1249 0 0 569 1 0 0 25 0 5 0 512288472 136138752 21680 33554432000 4194304 4356188 140734777846752 18446744073709551615 4281766 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26806/tid=26814] ppid=26801 vsize=132948 CPUtime=5.7 cores=4-7
/proc/26806/task/26814/stat : 26814 (plingeling) R 26801 26801 26704 0 -1 4202560 5427 1249 0 0 569 1 0 0 25 0 5 0 512288472 136138752 21680 33554432000 4194304 4356188 140734777846752 18446744073709551615 4210557 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26806/tid=26815] ppid=26801 vsize=132948 CPUtime=5.7 cores=4-7
/proc/26806/task/26815/stat : 26815 (plingeling) R 26801 26801 26704 0 -1 4202560 5874 1249 0 0 570 0 0 0 25 0 5 0 512288472 136138752 21680 33554432000 4194304 4356188 140734777846752 18446744073709551615 4210557 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26806/tid=26816] ppid=26801 vsize=132948 CPUtime=5.67 cores=4-7
/proc/26806/task/26816/stat : 26816 (plingeling) R 26801 26801 26704 0 -1 4202560 7084 1249 0 0 566 1 0 0 25 0 5 0 512288472 136138752 21680 33554432000 4194304 4356188 140734777846752 18446744073709551615 4234332 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 48.52
Current children cumulated vsize (KiB) 1005248

[startup+12.701 s]
/proc/loadavg: 5.93 6.11 4.01 9/180 26816
/proc/meminfo: memFree=14533496/32950928 swapFree=67111528/67111528
[pid=26801] ppid=26799 vsize=18324 CPUtime=0 cores=0-7
/proc/26801/stat : 26801 (ppfolio) S 26799 26801 26704 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512288413 18763776 389 33554432000 4194304 4287625 140735093201568 18446744073709551615 274473987599 0 0 4096 65536 4322030954378952703 0 0 17 6 0 0 0
/proc/26801/statm: 4581 389 341 23 0 91 0
[pid=26802] ppid=26801 vsize=157620 CPUtime=12.69 cores=0
/proc/26802/stat : 26802 (cryptominisat) R 26801 26801 26704 0 -1 4202496 34520 0 0 0 1263 6 0 0 25 0 1 0 512288413 161402880 26199 33554432000 4194304 4587354 140734803663104 18446744073709551615 4236780 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26802/statm: 39405 26199 330 96 0 35967 0
[pid=26803] ppid=26801 vsize=232664 CPUtime=12.69 cores=1
/proc/26803/stat : 26803 (clasp) R 26801 26801 26704 0 -1 4202496 60880 0 0 0 1259 10 0 0 25 0 1 0 512288413 238247936 55245 33554432000 4194304 4785740 140737370564256 18446744073709551615 4553317 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26803/statm: 58166 55245 340 145 0 55211 0
[pid=26804] ppid=26801 vsize=509152 CPUtime=12.69 cores=2
/proc/26804/stat : 26804 (TNM) R 26801 26801 26704 0 -1 4202496 22896 0 0 0 1266 3 0 0 25 0 1 0 512288413 521371648 22793 33554432000 134512640 134534564 4294768032 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26804/statm: 127288 22793 95 6 0 125954 0
[pid=26805] ppid=26801 vsize=272100 CPUtime=12.69 cores=3
/proc/26805/stat : 26805 (march_hi) R 26801 26801 26704 0 -1 4202496 261294 0 0 0 1235 34 0 0 25 0 1 0 512288413 278630400 29706 33554432000 4194304 4331988 140733609057456 18446744073709551615 4239899 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26805/statm: 68025 29706 172 34 0 66467 0
[pid=26806] ppid=26801 vsize=173736 CPUtime=48.94 cores=4-7
/proc/26806/stat : 26806 (plingeling) S 26801 26801 26704 0 -1 4202496 58276 1249 0 0 4886 8 0 0 25 0 5 0 512288414 177905664 31877 33554432000 4194304 4356188 140734777846752 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26806/statm: 43434 31877 163 40 0 41978 0
[pid=26806/tid=26813] ppid=26801 vsize=173736 CPUtime=12.1 cores=4-7
/proc/26806/task/26813/stat : 26813 (plingeling) R 26801 26801 26704 0 -1 4202560 5359 1249 0 0 1209 1 0 0 25 0 5 0 512288472 177905664 31877 33554432000 4194304 4356188 140734777846752 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26806/tid=26814] ppid=26801 vsize=173736 CPUtime=12.1 cores=4-7
/proc/26806/task/26814/stat : 26814 (plingeling) R 26801 26801 26704 0 -1 4202560 7367 1249 0 0 1209 1 0 0 25 0 5 0 512288472 177905664 31877 33554432000 4194304 4356188 140734777846752 18446744073709551615 4239542 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26806/tid=26815] ppid=26801 vsize=173736 CPUtime=12.1 cores=4-7
/proc/26806/task/26815/stat : 26815 (plingeling) R 26801 26801 26704 0 -1 4202560 8434 1249 0 0 1209 1 0 0 25 0 5 0 512288472 177905664 31877 33554432000 4194304 4356188 140734777846752 18446744073709551615 4242094 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26806/tid=26816] ppid=26801 vsize=173736 CPUtime=12.03 cores=4-7
/proc/26806/task/26816/stat : 26816 (plingeling) R 26801 26801 26704 0 -1 4202560 11359 1249 0 0 1202 1 0 0 25 0 5 0 512288472 177905664 31877 33554432000 4194304 4356188 140734777846752 18446744073709551615 4281672 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 99.7
Current children cumulated vsize (KiB) 1363596

[startup+25.5007 s]
/proc/loadavg: 6.38 6.20 4.08 9/180 26817
/proc/meminfo: memFree=14343612/32950928 swapFree=67111528/67111528
[pid=26801] ppid=26799 vsize=18324 CPUtime=0 cores=0-7
/proc/26801/stat : 26801 (ppfolio) S 26799 26801 26704 0 -1 4202496 519 0 0 0 0 0 0 0 15 0 1 0 512288413 18763776 389 33554432000 4194304 4287625 140735093201568 18446744073709551615 274473987599 0 0 4096 65536 4322030954378952703 0 0 17 6 0 0 0
/proc/26801/statm: 4581 389 341 23 0 91 0
[pid=26802] ppid=26801 vsize=157620 CPUtime=25.49 cores=0
/proc/26802/stat : 26802 (cryptominisat) R 26801 26801 26704 0 -1 4202496 38432 0 0 0 2542 7 0 0 25 0 1 0 512288413 161402880 30106 33554432000 4194304 4587354 140734803663104 18446744073709551615 4236606 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=26804] ppid=26801 vsize=509152 CPUtime=4781.14 cores=2
/proc/26804/stat : 26804 (TNM) R 26801 26801 26704 0 -1 4202496 22896 0 0 0 478110 4 0 0 25 0 1 0 512288413 521371648 22793 33554432000 134512640 134534564 4294768032 18446744073709551615 134528979 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26804/statm: 127288 22793 95 6 0 125954 0
[pid=26805] ppid=26801 vsize=338784 CPUtime=4782.38 cores=3
/proc/26805/stat : 26805 (march_hi) R 26801 26801 26704 0 -1 4202496 276868 0 0 0 478196 42 0 0 25 0 1 0 512288413 346914816 45173 33554432000 4194304 4331988 140733609057456 18446744073709551615 4228307 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26805/statm: 84696 45173 178 34 0 83138 0
[pid=26806] ppid=26801 vsize=1152044 CPUtime=19101.6 cores=4-7
/proc/26806/stat : 26806 (plingeling) S 26801 26801 26704 0 -1 4202496 4572033 1249 0 0 1909528 630 0 0 25 0 5 0 512288414 1179693056 260104 33554432000 4194304 4356188 140734777846752 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26806/statm: 288011 260104 164 40 0 286555 0
[pid=26806/tid=26813] ppid=26801 vsize=1152044 CPUtime=4781.67 cores=4-7
/proc/26806/task/26813/stat : 26813 (plingeling) R 26801 26801 26704 0 -1 4202560 1128748 1249 0 0 478010 157 0 0 25 0 5 0 512288472 1179693056 260104 33554432000 4194304 4356188 140734777846752 18446744073709551615 4279717 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26806/tid=26814] ppid=26801 vsize=1152044 CPUtime=4781.81 cores=4-7
/proc/26806/task/26814/stat : 26814 (plingeling) R 26801 26801 26704 0 -1 4202560 1185319 1249 0 0 478019 162 0 0 25 0 5 0 512288472 1179693056 260104 33554432000 4194304 4356188 140734777846752 18446744073709551615 4273866 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26806/tid=26815] ppid=26801 vsize=1152044 CPUtime=4781.75 cores=4-7
/proc/26806/task/26815/stat : 26815 (plingeling) R 26801 26801 26704 0 -1 4202560 1247612 1249 0 0 478001 174 0 0 25 0 5 0 512288472 1179693056 260104 33554432000 4194304 4356188 140734777846752 18446744073709551615 4281495 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26806/tid=26816] ppid=26801 vsize=1152044 CPUtime=4755.73 cores=4-7
/proc/26806/task/26816/stat : 26816 (plingeling) R 26801 26801 26704 0 -1 4202560 984597 1249 0 0 475441 132 0 0 25 0 5 0 512288472 1179693056 260104 33554432000 4194304 4356188 140734777846752 18446744073709551615 4273762 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38229.9
Current children cumulated vsize (KiB) 6900140

[startup+4842.3 s]
/proc/loadavg: 8.08 8.04 7.97 9/180 26957
/proc/meminfo: memFree=9690808/32950928 swapFree=67111528/67111528
[pid=26801] ppid=26799 vsize=18324 CPUtime=0.05 cores=0-7
/proc/26801/stat : 26801 (ppfolio) S 26799 26801 26704 0 -1 4202496 519 0 0 0 0 5 0 0 15 0 1 0 512288413 18763776 389 33554432000 4194304 4287625 140735093201568 18446744073709551615 274473987599 0 0 4096 65536 4322030954378952703 0 0 17 6 0 0 0
/proc/26801/statm: 4581 389 341 23 0 91 0
[pid=26802] ppid=26801 vsize=1615868 CPUtime=4842.38 cores=0
/proc/26802/stat : 26802 (cryptominisat) R 26801 26801 26704 0 -1 4202496 2554844 0 0 0 483370 868 0 0 25 0 1 0 512288413 1654648832 225445 33554432000 4194304 4587354 140734803663104 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26802/statm: 403967 225445 340 96 0 400529 0
[pid=26803] ppid=26801 vsize=3295976 CPUtime=4842.4 cores=1
/proc/26803/stat : 26803 (clasp) R 26801 26801 26704 0 -1 4202496 824282 0 0 0 484043 197 0 0 25 0 1 0 512288413 3375079424 818647 33554432000 4194304 4785740 140737370564256 18446744073709551615 4552896 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26803/statm: 823994 818647 340 145 0 821039 0
[pid=26804] ppid=26801 vsize=509152 CPUtime=4841.14 cores=2
/proc/26804/stat : 26804 (TNM) R 26801 26801 26704 0 -1 4202496 22896 0 0 0 484110 4 0 0 25 0 1 0 512288413 521371648 22793 33554432000 134512640 134534564 4294768032 18446744073709551615 134528628 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26804/statm: 127288 22793 95 6 0 125954 0
[pid=26805] ppid=26801 vsize=338784 CPUtime=4842.38 cores=3
/proc/26805/stat : 26805 (march_hi) R 26801 26801 26704 0 -1 4202496 276954 0 0 0 484196 42 0 0 25 0 1 0 512288413 346914816 45259 33554432000 4194304 4331988 140733609057456 18446744073709551615 4210412 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26805/statm: 84696 45259 178 34 0 83138 0
[pid=26806] ppid=26801 vsize=1139756 CPUtime=19341.2 cores=4-7
/proc/26806/stat : 26806 (plingeling) S 26801 26801 26704 0 -1 4202496 4673409 1249 0 0 1933481 644 0 0 25 0 5 0 512288414 1167110144 257032 33554432000 4194304 4356188 140734777846752 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26806/statm: 284939 257032 164 40 0 283483 0
[pid=26806/tid=26813] ppid=26801 vsize=1139756 CPUtime=4841.68 cores=4-7
/proc/26806/task/26813/stat : 26813 (plingeling) R 26801 26801 26704 0 -1 4202560 1150252 1249 0 0 484008 160 0 0 25 0 5 0 512288472 1167110144 257032 33554432000 4194304 4356188 140734777846752 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26806/tid=26814] ppid=26801 vsize=1139756 CPUtime=4841.81 cores=4-7
/proc/26806/task/26814/stat : 26814 (plingeling) R 26801 26801 26704 0 -1 4202560 1225255 1249 0 0 484015 166 0 0 25 0 5 0 512288472 1167110144 257032 33554432000 4194304 4356188 140734777846752 18446744073709551615 4211022 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26806/tid=26815] ppid=26801 vsize=1139756 CPUtime=4841.75 cores=4-7
/proc/26806/task/26815/stat : 26815 (plingeling) R 26801 26801 26704 0 -1 4202560 1272188 1249 0 0 483996 179 0 0 25 0 5 0 512288472 1167110144 257032 33554432000 4194304 4356188 140734777846752 18446744073709551615 4281782 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26806/tid=26816] ppid=26801 vsize=1139756 CPUtime=4815.41 cores=4-7
/proc/26806/task/26816/stat : 26816 (plingeling) R 26801 26801 26704 0 -1 4202560 999957 1249 0 0 481407 134 0 0 25 0 5 0 512288472 1167110144 257032 33554432000 4194304 4356188 140734777846752 18446744073709551615 4233936 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38709.6
Current children cumulated vsize (KiB) 6917860

[startup+4902.3 s]
/proc/loadavg: 8.07 8.04 7.98 9/180 26959
/proc/meminfo: memFree=9532184/32950928 swapFree=67111528/67111528
[pid=26801] ppid=26799 vsize=18324 CPUtime=0.05 cores=0-7
/proc/26801/stat : 26801 (ppfolio) S 26799 26801 26704 0 -1 4202496 519 0 0 0 0 5 0 0 15 0 1 0 512288413 18763776 389 33554432000 4194304 4287625 140735093201568 18446744073709551615 274473987599 0 0 4096 65536 4322030954378952703 0 0 17 6 0 0 0
/proc/26801/statm: 4581 389 341 23 0 91 0
[pid=26802] ppid=26801 vsize=866240 CPUtime=4902.39 cores=0
/proc/26802/stat : 26802 (cryptominisat) R 26801 26801 26704 0 -1 4202496 2565557 0 0 0 489366 873 0 0 25 0 1 0 512288413 887029760 203592 33554432000 4194304 4587354 140734803663104 18446744073709551615 4238611 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26802/statm: 216560 203592 340 96 0 213122 0
[pid=26803] ppid=26801 vsize=3295976 CPUtime=4902.4 cores=1
/proc/26803/stat : 26803 (clasp) R 26801 26801 26704 0 -1 4202496 824284 0 0 0 490043 197 0 0 25 0 1 0 512288413 3375079424 818649 33554432000 4194304 4785740 140737370564256 18446744073709551615 4309555 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26803/statm: 823994 818649 340 145 0 821039 0
[pid=26804] ppid=26801 vsize=509152 CPUtime=4901.13 cores=2
/proc/26804/stat : 26804 (TNM) R 26801 26801 26704 0 -1 4202496 22896 0 0 0 490109 4 0 0 25 0 1 0 512288413 521371648 22793 33554432000 134512640 134534564 4294768032 18446744073709551615 134528275 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26804/statm: 127288 22793 95 6 0 125954 0
[pid=26805] ppid=26801 vsize=338916 CPUtime=4902.39 cores=3
/proc/26805/stat : 26805 (march_hi) R 26801 26801 26704 0 -1 4202496 277061 0 0 0 490197 42 0 0 25 0 1 0 512288413 347049984 45366 33554432000 4194304 4331988 140733609057456 18446744073709551615 4239530 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26805/statm: 84729 45366 178 34 0 83171 0
[pid=26806] ppid=26801 vsize=1385516 CPUtime=19580.9 cores=4-7
/proc/26806/stat : 26806 (plingeling) S 26801 26801 26704 0 -1 4202496 4734849 1249 0 0 1957443 651 0 0 25 0 5 0 512288414 1418768384 318472 33554432000 4194304 4356188 140734777846752 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26806/statm: 346379 318472 164 40 0 344923 0
[pid=26806/tid=26813] ppid=26801 vsize=1385516 CPUtime=4901.68 cores=4-7
/proc/26806/task/26813/stat : 26813 (plingeling) R 26801 26801 26704 0 -1 4202560 1169708 1249 0 0 490006 162 0 0 25 0 5 0 512288472 1418768384 318472 33554432000 4194304 4356188 140734777846752 18446744073709551615 4283965 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26806/tid=26814] ppid=26801 vsize=1385516 CPUtime=4901.81 cores=4-7
/proc/26806/task/26814/stat : 26814 (plingeling) R 26801 26801 26704 0 -1 4202560 1225255 1249 0 0 490015 166 0 0 25 0 5 0 512288472 1418768384 318472 33554432000 4194304 4356188 140734777846752 18446744073709551615 4281672 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26806/tid=26815] ppid=26801 vsize=1385516 CPUtime=4901.75 cores=4-7
/proc/26806/task/26815/stat : 26815 (plingeling) R 26801 26801 26704 0 -1 4202560 1295740 1249 0 0 489993 182 0 0 25 0 5 0 512288472 1418768384 318472 33554432000 4194304 4356188 140734777846752 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26806/tid=26816] ppid=26801 vsize=1385516 CPUtime=4875.08 cores=4-7
/proc/26806/task/26816/stat : 26816 (plingeling) R 26801 26801 26704 0 -1 4202560 1018389 1249 0 0 487372 136 0 0 25 0 5 0 512288472 1418768384 318472 33554432000 4194304 4356188 140734777846752 18446744073709551615 4281624 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39189.3
Current children cumulated vsize (KiB) 6414124

[startup+4962.3 s]
/proc/loadavg: 8.07 8.05 7.98 9/180 26960
/proc/meminfo: memFree=9506240/32950928 swapFree=67111528/67111528
[pid=26801] ppid=26799 vsize=18324 CPUtime=0.05 cores=0-7
/proc/26801/stat : 26801 (ppfolio) S 26799 26801 26704 0 -1 4202496 519 0 0 0 0 5 0 0 15 0 1 0 512288413 18763776 389 33554432000 4194304 4287625 140735093201568 18446744073709551615 274473987599 0 0 4096 65536 4322030954378952703 0 0 17 6 0 0 0
/proc/26801/statm: 4581 389 341 23 0 91 0
[pid=26802] ppid=26801 vsize=1577452 CPUtime=4962.39 cores=0
/proc/26802/stat : 26802 (cryptominisat) R 26801 26801 26704 0 -1 4202496 2568073 0 0 0 495365 874 0 0 25 0 1 0 512288413 1615310848 206099 33554432000 4194304 4587354 140734803663104 18446744073709551615 4236364 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26802/statm: 394363 206099 340 96 0 390925 0
[pid=26803] ppid=26801 vsize=3295976 CPUtime=4962.4 cores=1
/proc/26803/stat : 26803 (clasp) R 26801 26801 26704 0 -1 4202496 824289 0 0 0 496043 197 0 0 25 0 1 0 512288413 3375079424 818654 33554432000 4194304 4785740 140737370564256 18446744073709551615 4287019 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26803/statm: 823994 818654 340 145 0 821039 0
[pid=26804] ppid=26801 vsize=509152 CPUtime=4961.13 cores=2
/proc/26804/stat : 26804 (TNM) R 26801 26801 26704 0 -1 4202496 22896 0 0 0 496109 4 0 0 25 0 1 0 512288413 521371648 22793 33554432000 134512640 134534564 4294768032 18446744073709551615 134530484 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26804/statm: 127288 22793 95 6 0 125954 0
[pid=26805] ppid=26801 vsize=339052 CPUtime=4962.39 cores=3
/proc/26805/stat : 26805 (march_hi) R 26801 26801 26704 0 -1 4202496 277222 0 0 0 496197 42 0 0 25 0 1 0 512288413 347189248 45527 33554432000 4194304 4331988 140733609057456 18446744073709551615 4228205 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26805/statm: 84763 45527 178 34 0 83205 0
[pid=26806] ppid=26801 vsize=1401900 CPUtime=19820.6 cores=4-7
/proc/26806/stat : 26806 (plingeling) S 26801 26801 26704 0 -1 4202496 4763521 1249 0 0 1981406 654 0 0 25 0 5 0 512288414 1435545600 322568 33554432000 4194304 4356188 140734777846752 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26806/statm: 350475 322568 164 40 0 349019 0
[pid=26806/tid=26813] ppid=26801 vsize=1401900 CPUtime=4961.68 cores=4-7
/proc/26806/task/26813/stat : 26813 (plingeling) R 26801 26801 26704 0 -1 4202560 1175852 1249 0 0 496005 163 0 0 25 0 5 0 512288472 1435545600 322568 33554432000 4194304 4356188 140734777846752 18446744073709551615 4281643 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26806/tid=26814] ppid=26801 vsize=1401900 CPUtime=4961.81 cores=4-7
/proc/26806/task/26814/stat : 26814 (plingeling) R 26801 26801 26704 0 -1 4202560 1233447 1249 0 0 496014 167 0 0 25 0 5 0 512288472 1435545600 322568 33554432000 4194304 4356188 140734777846752 18446744073709551615 4331072 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26806/tid=26815] ppid=26801 vsize=1401900 CPUtime=4961.75 cores=4-7
/proc/26806/task/26815/stat : 26815 (plingeling) R 26801 26801 26704 0 -1 4202560 1310076 1249 0 0 495992 183 0 0 25 0 5 0 512288472 1435545600 322568 33554432000 4194304 4356188 140734777846752 18446744073709551615 4281672 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26806/tid=26816] ppid=26801 vsize=1401900 CPUtime=4934.75 cores=4-7
/proc/26806/task/26816/stat : 26816 (plingeling) R 26801 26801 26704 0 -1 4202560 1018389 1249 0 0 493339 136 0 0 25 0 5 0 512288472 1435545600 322568 33554432000 4194304 4356188 140734777846752 18446744073709551615 4279738 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 39669
Current children cumulated vsize (KiB) 7141856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.8 s]
/proc/loadavg: 8.09 8.06 7.99 9/180 26961
/proc/meminfo: memFree=9548756/32950928 swapFree=67111528/67111528
[pid=26801] ppid=26799 vsize=18324 CPUtime=0.05 cores=0-7
/proc/26801/stat : 26801 (ppfolio) S 26799 26801 26704 0 -1 4202496 519 0 0 0 0 5 0 0 15 0 1 0 512288413 18763776 389 33554432000 4194304 4287625 140735093201568 18446744073709551615 274473987599 0 0 4096 65536 4322030954378952703 0 0 17 6 0 0 0
/proc/26801/statm: 4581 389 341 23 0 91 0
[pid=26802] ppid=26801 vsize=1577452 CPUtime=5003.9 cores=0
/proc/26802/stat : 26802 (cryptominisat) R 26801 26801 26704 0 -1 4202496 2586867 0 0 0 499508 882 0 0 25 0 1 0 512288413 1615310848 224841 33554432000 4194304 4587354 140734803663104 18446744073709551615 274473664267 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26802/statm: 394363 224841 340 96 0 390925 0
[pid=26803] ppid=26801 vsize=3295976 CPUtime=5003.92 cores=1
/proc/26803/stat : 26803 (clasp) R 26801 26801 26704 0 -1 4202496 824293 0 0 0 500195 197 0 0 25 0 1 0 512288413 3375079424 818658 33554432000 4194304 4785740 140737370564256 18446744073709551615 4553409 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26803/statm: 823994 818658 340 145 0 821039 0
[pid=26804] ppid=26801 vsize=509152 CPUtime=5002.64 cores=2
/proc/26804/stat : 26804 (TNM) R 26801 26801 26704 0 -1 4202496 22896 0 0 0 500260 4 0 0 25 0 1 0 512288413 521371648 22793 33554432000 134512640 134534564 4294768032 18446744073709551615 134530158 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26804/statm: 127288 22793 95 6 0 125954 0
[pid=26805] ppid=26801 vsize=339052 CPUtime=5003.9 cores=3
/proc/26805/stat : 26805 (march_hi) R 26801 26801 26704 0 -1 4202496 277284 0 0 0 500348 42 0 0 25 0 1 0 512288413 347189248 45589 33554432000 4194304 4331988 140733609057456 18446744073709551615 4263120 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/26805/statm: 84763 45589 178 34 0 83205 0
[pid=26806] ppid=26801 vsize=1283116 CPUtime=19986.4 cores=4-7
/proc/26806/stat : 26806 (plingeling) S 26801 26801 26704 0 -1 4202496 4784001 1249 0 0 1997985 657 0 0 25 0 5 0 512288414 1313910784 292872 33554432000 4194304 4356188 140734777846752 18446744073709551615 274485770213 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/26806/statm: 320779 292872 164 40 0 319323 0
[pid=26806/tid=26813] ppid=26801 vsize=1283116 CPUtime=5003.18 cores=4-7
/proc/26806/task/26813/stat : 26813 (plingeling) R 26801 26801 26704 0 -1 4202560 1175852 1249 0 0 500155 163 0 0 25 0 5 0 512288472 1313910784 292872 33554432000 4194304 4356188 140734777846752 18446744073709551615 4281557 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=26806/tid=26814] ppid=26801 vsize=1283116 CPUtime=5003.32 cores=4-7
/proc/26806/task/26814/stat : 26814 (plingeling) R 26801 26801 26704 0 -1 4202560 1243687 1249 0 0 500164 168 0 0 25 0 5 0 512288472 1313910784 292872 33554432000 4194304 4356188 140734777846752 18446744073709551615 4281627 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=26806/tid=26815] ppid=26801 vsize=1283116 CPUtime=5003.26 cores=4-7
/proc/26806/task/26815/stat : 26815 (plingeling) R 26801 26801 26704 0 -1 4202560 1310076 1249 0 0 500143 183 0 0 25 0 5 0 512288472 1313910784 292872 33554432000 4194304 4356188 140734777846752 18446744073709551615 4281643 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=26806/tid=26816] ppid=26801 vsize=1283116 CPUtime=4976.03 cores=4-7
/proc/26806/task/26816/stat : 26816 (plingeling) R 26801 26801 26704 0 -1 4202560 1028629 1249 0 0 497466 137 0 0 25 0 5 0 512288472 1313910784 292872 33554432000 4194304 4356188 140734777846752 18446744073709551615 4279478 0 0 4096 17442 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 7023072

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 26801 and gives
#  childrusage.ru_utime.tv_sec=5002
#  childrusage.ru_utime.tv_usec=609487
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=105983
# CPU time returned by wait4() is 5002.72
# 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): 39983
CPU system time (s): 17.87
CPU usage (%): 799.406
Max. virtual memory (cumulated for all children) (KiB): 7678440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5002.61
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23416
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= 7480
involuntary context switches= 19016

runsolver used 8.11677 second user time and 19.1861 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-28 18:08:07
IDJOB=3310235
IDBENCH=82392
IDSOLVER=1638
FILE ID=node125/3310235-1304006887
RUNJOBID= node125-1304006221-26718
PBS_JOBID= 13168823
Free space on /tmp= 72752 MiB

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

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=1148659812

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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:     32950928 kB
MemFree:      15173304 kB
Buffers:       2213928 kB
Cached:       14963160 kB
SwapCached:          0 kB
Active:        8780228 kB
Inactive:      8463400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15173304 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           22020 kB
Writeback:           0 kB
AnonPages:       65976 kB
Mapped:          14572 kB
Slab:           468836 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188792 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= 72744 MiB
End job on node125 at 2011-04-28 19:31:33