Trace number 3310137

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.6 5003.62

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k20.cnf
MD5SUM2bee695ce4278b72ee9295631ad94252
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark162.983
Satisfiable
(Un)Satisfiability was proved
Number of variables31357
Number of clauses133420
Sum of the clauses size370492
Maximum clause length37
Minimum clause length1
Number of clauses of size 1278
Number of clauses of size 258046
Number of clauses of size 369900
Number of clauses of size 4166
Number of clauses of size 5305
Number of clauses of size over 54725

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-3310137-1303992412/watcher-3310137-1303992412 -o /tmp/evaluation-result-3310137-1303992412/solver-3310137-1303992412 -C 40000 -W 5100 -M 31000 ppfolio HOME/instance-3310137-1303992412.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.88 7.81 7.91 2/170 24865
/proc/meminfo: memFree=13469388/32951124 swapFree=67111528/67111528
[pid=24865] ppid=24863 vsize=18324 CPUtime=0 cores=0-7
/proc/24865/stat : 24865 (ppfolio) R 24863 24865 24839 0 -1 4202496 521 0 0 0 0 0 0 0 25 0 1 0 510841946 18763776 390 33554432000 4194304 4287625 140736075080848 18446744073709551615 222921797135 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/24865/statm: 4581 390 341 23 0 91 0

[startup+0.014068 s]
/proc/loadavg: 6.88 7.81 7.91 2/170 24865
/proc/meminfo: memFree=13469388/32951124 swapFree=67111528/67111528
[pid=24865] ppid=24863 vsize=18324 CPUtime=0 cores=0-7
/proc/24865/stat : 24865 (ppfolio) S 24863 24865 24839 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 510841946 18763776 390 33554432000 4194304 4287625 140736075080848 18446744073709551615 222921797135 0 0 4096 65536 3792840955732688895 0 0 17 6 0 0 0
/proc/24865/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.101067 s]
/proc/loadavg: 6.88 7.81 7.91 2/170 24865
/proc/meminfo: memFree=13469388/32951124 swapFree=67111528/67111528
[pid=24865] ppid=24863 vsize=18324 CPUtime=0 cores=0-7
/proc/24865/stat : 24865 (ppfolio) S 24863 24865 24839 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 510841946 18763776 390 33554432000 4194304 4287625 140736075080848 18446744073709551615 222921797135 0 0 4096 65536 3792840955732688895 0 0 17 6 0 0 0
/proc/24865/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300987 s]
/proc/loadavg: 6.88 7.81 7.91 2/170 24865
/proc/meminfo: memFree=13469388/32951124 swapFree=67111528/67111528
[pid=24865] ppid=24863 vsize=18324 CPUtime=0 cores=0-7
/proc/24865/stat : 24865 (ppfolio) S 24863 24865 24839 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 510841946 18763776 390 33554432000 4194304 4287625 140736075080848 18446744073709551615 222921797135 0 0 4096 65536 3792840955732688895 0 0 17 6 0 0 0
/proc/24865/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700915 s]
/proc/loadavg: 6.88 7.81 7.91 2/170 24865
/proc/meminfo: memFree=13469388/32951124 swapFree=67111528/67111528
[pid=24865] ppid=24863 vsize=18324 CPUtime=0 cores=0-7
/proc/24865/stat : 24865 (ppfolio) S 24863 24865 24839 0 -1 4202496 522 0 0 0 0 0 0 0 25 0 1 0 510841946 18763776 390 33554432000 4194304 4287625 140736075080848 18446744073709551615 222921797135 0 0 4096 65536 3792840955732688895 0 0 17 6 0 0 0
/proc/24865/statm: 4581 390 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50077 s]
/proc/loadavg: 6.88 7.81 7.91 9/180 24880
/proc/meminfo: memFree=13360800/32951124 swapFree=67111528/67111528
[pid=24865] ppid=24863 vsize=18324 CPUtime=0 cores=0-7
/proc/24865/stat : 24865 (ppfolio) S 24863 24865 24839 0 -1 4202496 522 0 0 0 0 0 0 0 17 0 1 0 510841946 18763776 390 33554432000 4194304 4287625 140736075080848 18446744073709551615 222921797135 0 0 4096 65536 3792840955732688895 0 0 17 6 0 0 0
/proc/24865/statm: 4581 390 341 23 0 91 0
[pid=24866] ppid=24865 vsize=46796 CPUtime=1.49 cores=0
/proc/24866/stat : 24866 (cryptominisat) R 24865 24865 24839 0 -1 4202496 6529 0 0 0 148 1 0 0 19 0 1 0 510841947 47919104 6324 33554432000 4194304 4587354 140736056623776 18446744073709551615 4352959 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24866/statm: 11699 6324 317 96 0 8261 0
[pid=24867] ppid=24865 vsize=34764 CPUtime=1.48 cores=1
/proc/24867/stat : 24867 (clasp) R 24865 24865 24839 0 -1 4202496 7440 0 0 0 148 0 0 0 20 0 1 0 510841947 35598336 5955 33554432000 4194304 4785740 140737142337168 18446744073709551615 4312752 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24867/statm: 8691 5955 340 145 0 5736 0
[pid=24868] ppid=24865 vsize=462028 CPUtime=1.49 cores=2
/proc/24868/stat : 24868 (TNM) R 24865 24865 24839 0 -1 4202496 4772 0 0 0 149 0 0 0 20 0 1 0 510841947 473116672 4668 33554432000 134512640 134534564 4288497808 18446744073709551615 134528250 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24868/statm: 115507 4668 95 6 0 114173 0
[pid=24869] ppid=24865 vsize=30624 CPUtime=1.48 cores=3
/proc/24869/stat : 24869 (march_hi) R 24865 24865 24839 0 -1 4202496 18881 0 0 0 146 2 0 0 20 0 1 0 510841947 31358976 5014 33554432000 4194304 4331988 140735641594864 18446744073709551615 4252197 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24869/statm: 7656 5014 149 34 0 6098 0
[pid=24870] ppid=24865 vsize=160812 CPUtime=5.4 cores=4-7
/proc/24870/stat : 24870 (plingeling) S 24865 24865 24839 0 -1 4202496 19366 1251 0 0 538 2 0 0 18 0 5 0 510841947 164671488 12280 33554432000 4194304 4356188 140734819136064 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24870/statm: 40203 12280 163 40 0 38747 0
[pid=24870/tid=24877] ppid=24865 vsize=160812 CPUtime=1.31 cores=4-7
/proc/24870/task/24877/stat : 24877 (plingeling) R 24865 24865 24839 0 -1 4202560 3554 1251 0 0 131 0 0 0 19 0 5 0 510841964 164671488 12280 33554432000 4194304 4356188 140734819136064 18446744073709551615 4231387 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24870/tid=24878] ppid=24865 vsize=160812 CPUtime=1.3 cores=4-7
/proc/24870/task/24878/stat : 24878 (plingeling) R 24865 24865 24839 0 -1 4202560 3812 1251 0 0 130 0 0 0 25 0 5 0 510841964 164671488 12280 33554432000 4194304 4356188 140734819136064 18446744073709551615 4231387 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24870/tid=24879] ppid=24865 vsize=160812 CPUtime=1.28 cores=4-7
/proc/24870/task/24879/stat : 24879 (plingeling) R 24865 24865 24839 0 -1 4202560 2897 1251 0 0 128 0 0 0 25 0 5 0 510841964 164671488 12280 33554432000 4194304 4356188 140734819136064 18446744073709551615 4232885 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24870/tid=24880] ppid=24865 vsize=160812 CPUtime=1.32 cores=4-7
/proc/24870/task/24880/stat : 24880 (plingeling) R 24865 24865 24839 0 -1 4202560 2244 1251 0 0 132 0 0 0 22 0 5 0 510841964 164671488 12280 33554432000 4194304 4356188 140734819136064 18446744073709551615 4331383 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.34
Current children cumulated vsize (KiB) 753348

[startup+3.10048 s]
/proc/loadavg: 6.88 7.81 7.91 9/180 24880
/proc/meminfo: memFree=13322608/32951124 swapFree=67111528/67111528
[pid=24865] ppid=24863 vsize=18324 CPUtime=0 cores=0-7
/proc/24865/stat : 24865 (ppfolio) S 24863 24865 24839 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 510841946 18763776 390 33554432000 4194304 4287625 140736075080848 18446744073709551615 222921797135 0 0 4096 65536 3792840955732688895 0 0 17 6 0 0 0
/proc/24865/statm: 4581 390 341 23 0 91 0
[pid=24866] ppid=24865 vsize=57688 CPUtime=3.09 cores=0
/proc/24866/stat : 24866 (cryptominisat) R 24865 24865 24839 0 -1 4202496 13084 0 0 0 307 2 0 0 25 0 1 0 510841947 59072512 10246 33554432000 4194304 4587354 140736056623776 18446744073709551615 222921473692 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24866/statm: 14422 10246 335 96 0 10984 0
[pid=24867] ppid=24865 vsize=36616 CPUtime=3.09 cores=1
/proc/24867/stat : 24867 (clasp) R 24865 24865 24839 0 -1 4202496 7894 0 0 0 308 1 0 0 25 0 1 0 510841947 37494784 6409 33554432000 4194304 4785740 140737142337168 18446744073709551615 222921437893 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24867/statm: 9154 6409 340 145 0 6199 0
[pid=24868] ppid=24865 vsize=462028 CPUtime=3.09 cores=2
/proc/24868/stat : 24868 (TNM) R 24865 24865 24839 0 -1 4202496 4772 0 0 0 309 0 0 0 25 0 1 0 510841947 473116672 4668 33554432000 134512640 134534564 4288497808 18446744073709551615 134528726 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24868/statm: 115507 4668 95 6 0 114173 0
[pid=24869] ppid=24865 vsize=32256 CPUtime=3.09 cores=3
/proc/24869/stat : 24869 (march_hi) R 24865 24865 24839 0 -1 4202496 22872 0 0 0 306 3 0 0 25 0 1 0 510841947 33030144 5425 33554432000 4194304 4331988 140735641594864 18446744073709551615 4219145 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24869/statm: 8064 5425 150 34 0 6506 0
[pid=24870] ppid=24865 vsize=163292 CPUtime=11.8 cores=4-7
/proc/24870/stat : 24870 (plingeling) S 24865 24865 24839 0 -1 4202496 20034 1251 0 0 1178 2 0 0 18 0 5 0 510841947 167211008 12948 33554432000 4194304 4356188 140734819136064 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24870/statm: 40823 12948 163 40 0 39367 0
[pid=24870/tid=24877] ppid=24865 vsize=163292 CPUtime=2.91 cores=4-7
/proc/24870/task/24877/stat : 24877 (plingeling) R 24865 24865 24839 0 -1 4202560 3810 1251 0 0 291 0 0 0 25 0 5 0 510841964 167211008 12948 33554432000 4194304 4356188 140734819136064 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24870/tid=24878] ppid=24865 vsize=163292 CPUtime=2.9 cores=4-7
/proc/24870/task/24878/stat : 24878 (plingeling) R 24865 24865 24839 0 -1 4202560 3812 1251 0 0 290 0 0 0 25 0 5 0 510841964 167211008 12948 33554432000 4194304 4356188 140734819136064 18446744073709551615 4270759 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24870/tid=24879] ppid=24865 vsize=163292 CPUtime=2.87 cores=4-7
/proc/24870/task/24879/stat : 24879 (plingeling) R 24865 24865 24839 0 -1 4202560 3153 1251 0 0 287 0 0 0 25 0 5 0 510841964 167211008 12948 33554432000 4194304 4356188 140734819136064 18446744073709551615 4270898 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24870/tid=24880] ppid=24865 vsize=163292 CPUtime=2.92 cores=4-7
/proc/24870/task/24880/stat : 24880 (plingeling) R 24865 24865 24839 0 -1 4202560 2400 1251 0 0 292 0 0 0 25 0 5 0 510841964 167211008 12948 33554432000 4194304 4356188 140734819136064 18446744073709551615 4271967 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 770204

[startup+6.30089 s]
/proc/loadavg: 7.05 7.83 7.92 9/180 24880
/proc/meminfo: memFree=13266324/32951124 swapFree=67111528/67111528
[pid=24865] ppid=24863 vsize=18324 CPUtime=0 cores=0-7
/proc/24865/stat : 24865 (ppfolio) S 24863 24865 24839 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 510841946 18763776 390 33554432000 4194304 4287625 140736075080848 18446744073709551615 222921797135 0 0 4096 65536 3792840955732688895 0 0 17 6 0 0 0
/proc/24865/statm: 4581 390 341 23 0 91 0
[pid=24866] ppid=24865 vsize=869728 CPUtime=6.28 cores=0
/proc/24866/stat : 24866 (cryptominisat) R 24865 24865 24839 0 -1 4202496 16533 0 0 0 626 2 0 0 25 0 1 0 510841947 890601472 10429 33554432000 4194304 4587354 140736056623776 18446744073709551615 4230266 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24866/statm: 217432 10429 341 96 0 213994 0
[pid=24867] ppid=24865 vsize=40428 CPUtime=6.29 cores=1
/proc/24867/stat : 24867 (clasp) R 24865 24865 24839 0 -1 4202496 8831 0 0 0 628 1 0 0 25 0 1 0 510841947 41398272 7346 33554432000 4194304 4785740 140737142337168 18446744073709551615 4299680 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24867/statm: 10107 7346 340 145 0 7152 0
[pid=24868] ppid=24865 vsize=462028 CPUtime=6.28 cores=2
/proc/24868/stat : 24868 (TNM) R 24865 24865 24839 0 -1 4202496 4772 0 0 0 628 0 0 0 25 0 1 0 510841947 473116672 4668 33554432000 134512640 134534564 4288497808 18446744073709551615 134526128 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24868/statm: 115507 4668 95 6 0 114173 0
[pid=24869] ppid=24865 vsize=129836 CPUtime=6.28 cores=3
/proc/24869/stat : 24869 (march_hi) R 24865 24865 24839 0 -1 4202496 63500 0 0 0 620 8 0 0 25 0 1 0 510841947 132952064 19161 33554432000 4194304 4331988 140735641594864 18446744073709551615 4226242 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24869/statm: 32459 19161 200 34 0 30901 0
[pid=24870] ppid=24865 vsize=150900 CPUtime=24.58 cores=4-7
/proc/24870/stat : 24870 (plingeling) S 24865 24865 24839 0 -1 4202496 20034 1251 0 0 2456 2 0 0 18 0 5 0 510841947 154521600 9850 33554432000 4194304 4356188 140734819136064 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24870/statm: 37725 9850 163 40 0 36269 0
[pid=24870/tid=24877] ppid=24865 vsize=150900 CPUtime=6.12 cores=4-7
/proc/24870/task/24877/stat : 24877 (plingeling) R 24865 24865 24839 0 -1 4202560 3810 1251 0 0 612 0 0 0 25 0 5 0 510841964 154521600 9850 33554432000 4194304 4356188 140734819136064 18446744073709551615 4331682 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24870/tid=24878] ppid=24865 vsize=150900 CPUtime=6.1 cores=4-7
/proc/24870/task/24878/stat : 24878 (plingeling) R 24865 24865 24839 0 -1 4202560 3812 1251 0 0 610 0 0 0 25 0 5 0 510841964 154521600 9850 33554432000 4194304 4356188 140734819136064 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24870/tid=24879] ppid=24865 vsize=150900 CPUtime=6.05 cores=4-7
/proc/24870/task/24879/stat : 24879 (plingeling) R 24865 24865 24839 0 -1 4202560 3153 1251 0 0 605 0 0 0 25 0 5 0 510841964 154521600 9850 33554432000 4194304 4356188 140734819136064 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24870/tid=24880] ppid=24865 vsize=150900 CPUtime=6.12 cores=4-7
/proc/24870/task/24880/stat : 24880 (plingeling) R 24865 24865 24839 0 -1 4202560 2400 1251 0 0 612 0 0 0 25 0 5 0 510841964 154521600 9850 33554432000 4194304 4356188 140734819136064 18446744073709551615 4331065 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.71
Current children cumulated vsize (KiB) 1671244

[startup+12.7007 s]
/proc/loadavg: 7.12 7.83 7.92 9/180 24880
/proc/meminfo: memFree=13254876/32951124 swapFree=67111528/67111528
[pid=24865] ppid=24863 vsize=18324 CPUtime=0 cores=0-7
/proc/24865/stat : 24865 (ppfolio) S 24863 24865 24839 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 510841946 18763776 390 33554432000 4194304 4287625 140736075080848 18446744073709551615 222921797135 0 0 4096 65536 3792840955732688895 0 0 17 6 0 0 0
/proc/24865/statm: 4581 390 341 23 0 91 0
[pid=24866] ppid=24865 vsize=869728 CPUtime=12.68 cores=0
/proc/24866/stat : 24866 (cryptominisat) R 24865 24865 24839 0 -1 4202496 16533 0 0 0 1266 2 0 0 25 0 1 0 510841947 890601472 10429 33554432000 4194304 4587354 140736056623776 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24866/statm: 217432 10429 341 96 0 213994 0
[pid=24867] ppid=24865 vsize=46736 CPUtime=12.69 cores=1
/proc/24867/stat : 24867 (clasp) R 24865 24865 24839 0 -1 4202496 10400 0 0 0 1267 2 0 0 25 0 1 0 510841947 47857664 8915 33554432000 4194304 4785740 140737142337168 18446744073709551615 4546099 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24867/statm: 11684 8915 340 145 0 8729 0
[pid=24868] ppid=24865 vsize=462028 CPUtime=12.68 cores=2
/proc/24868/stat : 24868 (TNM) R 24865 24865 24839 0 -1 4202496 4772 0 0 0 1268 0 0 0 25 0 1 0 510841947 473116672 4668 33554432000 134512640 134534564 4288497808 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24868/statm: 115507 4668 95 6 0 114173 0
[pid=24869] ppid=24865 vsize=129968 CPUtime=12.68 cores=3
/proc/24869/stat : 24869 (march_hi) R 24865 24865 24839 0 -1 4202496 63543 0 0 0 1260 8 0 0 25 0 1 0 510841947 133087232 19201 33554432000 4194304 4331988 140735641594864 18446744073709551615 4226263 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24869/statm: 32492 19201 200 34 0 30934 0
[pid=24870] ppid=24865 vsize=159212 CPUtime=50.15 cores=4-7
/proc/24870/stat : 24870 (plingeling) S 24865 24865 24839 0 -1 4202496 22319 1251 0 0 5012 3 0 0 18 0 5 0 510841947 163033088 11928 33554432000 4194304 4356188 140734819136064 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24870/statm: 39803 11928 163 40 0 38347 0
[pid=24870/tid=24877] ppid=24865 vsize=159212 CPUtime=12.52 cores=4-7
/proc/24870/task/24877/stat : 24877 (plingeling) R 24865 24865 24839 0 -1 4202560 4130 1251 0 0 1252 0 0 0 25 0 5 0 510841964 163033088 11928 33554432000 4194304 4356188 140734819136064 18446744073709551615 4270872 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24870/tid=24878] ppid=24865 vsize=159212 CPUtime=12.5 cores=4-7
/proc/24870/task/24878/stat : 24878 (plingeling) R 24865 24865 24839 0 -1 4202560 4133 1251 0 0 1250 0 0 0 25 0 5 0 510841964 163033088 11928 33554432000 4194304 4356188 140734819136064 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24870/tid=24879] ppid=24865 vsize=159212 CPUtime=12.42 cores=4-7
/proc/24870/task/24879/stat : 24879 (plingeling) R 24865 24865 24839 0 -1 4202560 3471 1251 0 0 1242 0 0 0 25 0 5 0 510841964 163033088 11928 33554432000 4194304 4356188 140734819136064 18446744073709551615 4324028 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24870/tid=24880] ppid=24865 vsize=159212 CPUtime=12.51 cores=4-7
/proc/24870/task/24880/stat : 24880 (plingeling) R 24865 24865 24839 0 -1 4202560 3726 1251 0 0 1251 0 0 0 25 0 5 0 510841964 163033088 11928 33554432000 4194304 4356188 140734819136064 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.88
Current children cumulated vsize (KiB) 1685996

[startup+25.5014 s]
/proc/loadavg: 7.32 7.84 7.92 9/180 24881
/proc/meminfo: memFree=13218156/32951124 swapFree=67111528/67111528
[pid=24865] ppid=24863 vsize=18324 CPUtime=0 cores=0-7
/proc/24865/stat : 24865 (ppfolio) S 24863 24865 24839 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 510841946 18763776 390 33554432000 4194304 4287625 140736075080848 18446744073709551615 222921797135 0 0 4096 65536 3792840955732688895 0 0 17 6 0 0 0
/proc/24865/statm: 4581 390 341 23 0 91 0
[pid=24866] ppid=24865 vsize=899244 CPUtime=25.49 cores=0
/proc/24866/stat : 24866 (cryptominisat) R 24865 24865 24839 0 -1 4202496 26534 0 0 0 2545 4 0 0 25 0 1 0 510841947 920825856 16335 33554432000 4194304 4587354 140736056623776 18446744073709551615 4236329 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=24868] ppid=24865 vsize=462032 CPUtime=4781.96 cores=2
/proc/24868/stat : 24868 (TNM) R 24865 24865 24839 0 -1 4202496 4781 0 0 0 478194 2 0 0 25 0 1 0 510841947 473120768 4677 33554432000 134512640 134534564 4288497808 18446744073709551615 134526037 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24868/statm: 115508 4677 103 6 0 114174 0
[pid=24869] ppid=24865 vsize=140576 CPUtime=4782.43 cores=3
/proc/24869/stat : 24869 (march_hi) R 24865 24865 24839 0 -1 4202496 66806 0 0 0 478234 9 0 0 25 0 1 0 510841947 143949824 22430 33554432000 4194304 4331988 140735641594864 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24869/statm: 35144 22430 183 34 0 33586 0
[pid=24870] ppid=24865 vsize=279756 CPUtime=19102.1 cores=4-7
/proc/24870/stat : 24870 (plingeling) S 24865 24865 24839 0 -1 4202496 277897 1251 0 0 1910173 40 0 0 18 0 5 0 510841947 286470144 43249 33554432000 4194304 4356188 140734819136064 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24870/statm: 69939 43249 164 40 0 68483 0
[pid=24870/tid=24877] ppid=24865 vsize=279756 CPUtime=4782.12 cores=4-7
/proc/24870/task/24877/stat : 24877 (plingeling) R 24865 24865 24839 0 -1 4202560 87947 1251 0 0 478200 12 0 0 25 0 5 0 510841964 286470144 43249 33554432000 4194304 4356188 140734819136064 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24870/tid=24878] ppid=24865 vsize=279756 CPUtime=4782.25 cores=4-7
/proc/24870/task/24878/stat : 24878 (plingeling) R 24865 24865 24839 0 -1 4202560 65427 1251 0 0 478213 12 0 0 25 0 5 0 510841964 286470144 43249 33554432000 4194304 4356188 140734819136064 18446744073709551615 4210704 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24870/tid=24879] ppid=24865 vsize=279756 CPUtime=4755.32 cores=4-7
/proc/24870/task/24879/stat : 24879 (plingeling) R 24865 24865 24839 0 -1 4202560 53852 1251 0 0 475526 6 0 0 25 0 5 0 510841964 286470144 43249 33554432000 4194304 4356188 140734819136064 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24870/tid=24880] ppid=24865 vsize=279756 CPUtime=4782.25 cores=4-7
/proc/24870/task/24880/stat : 24880 (plingeling) R 24865 24865 24839 0 -1 4202560 63812 1251 0 0 478217 8 0 0 25 0 5 0 510841964 286470144 43249 33554432000 4194304 4356188 140734819136064 18446744073709551615 4280742 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38231.3
Current children cumulated vsize (KiB) 2497568

[startup+4842.3 s]
/proc/loadavg: 8.10 8.06 8.00 9/180 25021
/proc/meminfo: memFree=12385392/32951124 swapFree=67111528/67111528
[pid=24865] ppid=24863 vsize=18324 CPUtime=0 cores=0-7
/proc/24865/stat : 24865 (ppfolio) S 24863 24865 24839 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 510841946 18763776 390 33554432000 4194304 4287625 140736075080848 18446744073709551615 222921797135 0 0 4096 65536 3792840955732688895 0 0 17 0 0 0 0
/proc/24865/statm: 4581 390 341 23 0 91 0
[pid=24866] ppid=24865 vsize=1047344 CPUtime=4842.43 cores=0
/proc/24866/stat : 24866 (cryptominisat) R 24865 24865 24839 0 -1 4202496 3197832 0 0 0 483305 938 0 0 25 0 1 0 510841947 1072480256 64025 33554432000 4194304 4587354 140736056623776 18446744073709551615 4231911 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24866/statm: 261836 64025 342 96 0 258398 0
[pid=24867] ppid=24865 vsize=569480 CPUtime=4842.41 cores=1
/proc/24867/stat : 24867 (clasp) R 24865 24865 24839 0 -1 4202496 139420 0 0 0 484174 67 0 0 25 0 1 0 510841947 583147520 137935 33554432000 4194304 4785740 140737142337168 18446744073709551615 222921436595 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24867/statm: 142370 137935 340 145 0 139415 0
[pid=24868] ppid=24865 vsize=462032 CPUtime=4841.96 cores=2
/proc/24868/stat : 24868 (TNM) R 24865 24865 24839 0 -1 4202496 4781 0 0 0 484194 2 0 0 25 0 1 0 510841947 473120768 4677 33554432000 134512640 134534564 4288497808 18446744073709551615 134526274 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24868/statm: 115508 4677 103 6 0 114174 0
[pid=24869] ppid=24865 vsize=140576 CPUtime=4842.43 cores=3
/proc/24869/stat : 24869 (march_hi) R 24865 24865 24839 0 -1 4202496 66818 0 0 0 484234 9 0 0 25 0 1 0 510841947 143949824 22442 33554432000 4194304 4331988 140735641594864 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24869/statm: 35144 22442 183 34 0 33586 0
[pid=24870] ppid=24865 vsize=279244 CPUtime=19341.8 cores=4-7
/proc/24870/stat : 24870 (plingeling) S 24865 24865 24839 0 -1 4202496 281993 1251 0 0 1934140 41 0 0 18 0 5 0 510841947 285945856 43121 33554432000 4194304 4356188 140734819136064 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24870/statm: 69811 43121 164 40 0 68355 0
[pid=24870/tid=24877] ppid=24865 vsize=279244 CPUtime=4842.11 cores=4-7
/proc/24870/task/24877/stat : 24877 (plingeling) R 24865 24865 24839 0 -1 4202560 89227 1251 0 0 484199 12 0 0 25 0 5 0 510841964 285945856 43121 33554432000 4194304 4356188 140734819136064 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24870/tid=24878] ppid=24865 vsize=279244 CPUtime=4842.25 cores=4-7
/proc/24870/task/24878/stat : 24878 (plingeling) R 24865 24865 24839 0 -1 4202560 65939 1251 0 0 484213 12 0 0 25 0 5 0 510841964 285945856 43121 33554432000 4194304 4356188 140734819136064 18446744073709551615 4210567 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24870/tid=24879] ppid=24865 vsize=279244 CPUtime=4814.99 cores=4-7
/proc/24870/task/24879/stat : 24879 (plingeling) R 24865 24865 24839 0 -1 4202560 55900 1251 0 0 481493 6 0 0 25 0 5 0 510841964 285945856 43121 33554432000 4194304 4356188 140734819136064 18446744073709551615 4331504 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24870/tid=24880] ppid=24865 vsize=279244 CPUtime=4842.25 cores=4-7
/proc/24870/task/24880/stat : 24880 (plingeling) R 24865 24865 24839 0 -1 4202560 64068 1251 0 0 484217 8 0 0 25 0 5 0 510841964 285945856 43121 33554432000 4194304 4356188 140734819136064 18446744073709551615 4330973 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38711
Current children cumulated vsize (KiB) 2517000

[startup+4902.3 s]
/proc/loadavg: 8.09 8.06 8.00 9/180 25023
/proc/meminfo: memFree=12430392/32951124 swapFree=67111528/67111528
[pid=24865] ppid=24863 vsize=18324 CPUtime=0 cores=0-7
/proc/24865/stat : 24865 (ppfolio) S 24863 24865 24839 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 510841946 18763776 390 33554432000 4194304 4287625 140736075080848 18446744073709551615 222921797135 0 0 4096 65536 3792840955732688895 0 0 17 0 0 0 0
/proc/24865/statm: 4581 390 341 23 0 91 0
[pid=24866] ppid=24865 vsize=1018144 CPUtime=4902.43 cores=0
/proc/24866/stat : 24866 (cryptominisat) R 24865 24865 24839 0 -1 4202496 3252719 0 0 0 489286 957 0 0 25 0 1 0 510841947 1042579456 51442 33554432000 4194304 4587354 140736056623776 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24866/statm: 254536 51443 342 96 0 251098 0
[pid=24867] ppid=24865 vsize=569480 CPUtime=4902.42 cores=1
/proc/24867/stat : 24867 (clasp) R 24865 24865 24839 0 -1 4202496 139420 0 0 0 490175 67 0 0 25 0 1 0 510841947 583147520 137935 33554432000 4194304 4785740 140737142337168 18446744073709551615 4550931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24867/statm: 142370 137935 340 145 0 139415 0
[pid=24868] ppid=24865 vsize=462032 CPUtime=4901.96 cores=2
/proc/24868/stat : 24868 (TNM) R 24865 24865 24839 0 -1 4202496 4781 0 0 0 490194 2 0 0 25 0 1 0 510841947 473120768 4677 33554432000 134512640 134534564 4288497808 18446744073709551615 134528926 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24868/statm: 115508 4677 103 6 0 114174 0
[pid=24869] ppid=24865 vsize=140576 CPUtime=4902.43 cores=3
/proc/24869/stat : 24869 (march_hi) R 24865 24865 24839 0 -1 4202496 66829 0 0 0 490234 9 0 0 25 0 1 0 510841947 143949824 22453 33554432000 4194304 4331988 140735641594864 18446744073709551615 4299269 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24869/statm: 35144 22453 183 34 0 33586 0
[pid=24870] ppid=24865 vsize=285372 CPUtime=19581.5 cores=4-7
/proc/24870/stat : 24870 (plingeling) S 24865 24865 24839 0 -1 4202496 284553 1251 0 0 1958108 41 0 0 18 0 5 0 510841947 292220928 44653 33554432000 4194304 4356188 140734819136064 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24870/statm: 71343 44653 164 40 0 69887 0
[pid=24870/tid=24877] ppid=24865 vsize=285372 CPUtime=4902.11 cores=4-7
/proc/24870/task/24877/stat : 24877 (plingeling) R 24865 24865 24839 0 -1 4202560 89227 1251 0 0 490199 12 0 0 25 0 5 0 510841964 292220928 44653 33554432000 4194304 4356188 140734819136064 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24870/tid=24878] ppid=24865 vsize=285372 CPUtime=4902.26 cores=4-7
/proc/24870/task/24878/stat : 24878 (plingeling) R 24865 24865 24839 0 -1 4202560 66963 1251 0 0 490214 12 0 0 25 0 5 0 510841964 292220928 44653 33554432000 4194304 4356188 140734819136064 18446744073709551615 4281672 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24870/tid=24879] ppid=24865 vsize=285372 CPUtime=4874.66 cores=4-7
/proc/24870/task/24879/stat : 24879 (plingeling) R 24865 24865 24839 0 -1 4202560 56412 1251 0 0 487460 6 0 0 25 0 5 0 510841964 292220928 44653 33554432000 4194304 4356188 140734819136064 18446744073709551615 4330964 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24870/tid=24880] ppid=24865 vsize=285372 CPUtime=4902.26 cores=4-7
/proc/24870/task/24880/stat : 24880 (plingeling) R 24865 24865 24839 0 -1 4202560 65092 1251 0 0 490217 9 0 0 25 0 5 0 510841964 292220928 44653 33554432000 4194304 4356188 140734819136064 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39190.7
Current children cumulated vsize (KiB) 2493928

[startup+4962.3 s]
/proc/loadavg: 8.08 8.06 8.00 9/180 25024
/proc/meminfo: memFree=12397892/32951124 swapFree=67111528/67111528
[pid=24865] ppid=24863 vsize=18324 CPUtime=0 cores=0-7
/proc/24865/stat : 24865 (ppfolio) S 24863 24865 24839 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 510841946 18763776 390 33554432000 4194304 4287625 140736075080848 18446744073709551615 222921797135 0 0 4096 65536 3792840955732688895 0 0 17 0 0 0 0
/proc/24865/statm: 4581 390 341 23 0 91 0
[pid=24866] ppid=24865 vsize=1253684 CPUtime=4962.43 cores=0
/proc/24866/stat : 24866 (cryptominisat) R 24865 24865 24839 0 -1 4202496 3291818 0 0 0 495271 972 0 0 25 0 1 0 510841947 1283772416 56469 33554432000 4194304 4587354 140736056623776 18446744073709551615 4237960 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24866/statm: 313421 56469 342 96 0 309983 0
[pid=24867] ppid=24865 vsize=569480 CPUtime=4962.42 cores=1
/proc/24867/stat : 24867 (clasp) R 24865 24865 24839 0 -1 4202496 139420 0 0 0 496175 67 0 0 25 0 1 0 510841947 583147520 137935 33554432000 4194304 4785740 140737142337168 18446744073709551615 4312619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24867/statm: 142370 137935 340 145 0 139415 0
[pid=24868] ppid=24865 vsize=462032 CPUtime=4961.95 cores=2
/proc/24868/stat : 24868 (TNM) R 24865 24865 24839 0 -1 4202496 4781 0 0 0 496193 2 0 0 25 0 1 0 510841947 473120768 4677 33554432000 134512640 134534564 4288497808 18446744073709551615 134530632 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24868/statm: 115508 4677 103 6 0 114174 0
[pid=24869] ppid=24865 vsize=140576 CPUtime=4962.43 cores=3
/proc/24869/stat : 24869 (march_hi) R 24865 24865 24839 0 -1 4202496 66842 0 0 0 496234 9 0 0 25 0 1 0 510841947 143949824 22466 33554432000 4194304 4331988 140735641594864 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24869/statm: 35144 22466 183 34 0 33586 0
[pid=24870] ppid=24865 vsize=296596 CPUtime=19821.2 cores=4-7
/proc/24870/stat : 24870 (plingeling) S 24865 24865 24839 0 -1 4202496 290314 1251 0 0 1982074 42 0 0 18 0 5 0 510841947 303714304 47459 33554432000 4194304 4356188 140734819136064 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24870/statm: 74149 47459 164 40 0 72693 0
[pid=24870/tid=24877] ppid=24865 vsize=296596 CPUtime=4962.11 cores=4-7
/proc/24870/task/24877/stat : 24877 (plingeling) R 24865 24865 24839 0 -1 4202560 92939 1251 0 0 496199 12 0 0 25 0 5 0 510841964 303714304 47459 33554432000 4194304 4356188 140734819136064 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24870/tid=24878] ppid=24865 vsize=296596 CPUtime=4962.25 cores=4-7
/proc/24870/task/24878/stat : 24878 (plingeling) R 24865 24865 24839 0 -1 4202560 69012 1251 0 0 496213 12 0 0 25 0 5 0 510841964 303714304 47459 33554432000 4194304 4356188 140734819136064 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24870/tid=24879] ppid=24865 vsize=296596 CPUtime=4934.33 cores=4-7
/proc/24870/task/24879/stat : 24879 (plingeling) R 24865 24865 24839 0 -1 4202560 56412 1251 0 0 493427 6 0 0 25 0 5 0 510841964 303714304 47459 33554432000 4194304 4356188 140734819136064 18446744073709551615 4330986 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24870/tid=24880] ppid=24865 vsize=296596 CPUtime=4962.26 cores=4-7
/proc/24870/task/24880/stat : 24880 (plingeling) R 24865 24865 24839 0 -1 4202560 65092 1251 0 0 496217 9 0 0 25 0 5 0 510841964 303714304 47459 33554432000 4194304 4356188 140734819136064 18446744073709551615 4331023 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39670.4
Current children cumulated vsize (KiB) 2740692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5003.6 s]
/proc/loadavg: 8.10 8.07 8.00 9/180 25025
/proc/meminfo: memFree=12413128/32951124 swapFree=67111528/67111528
[pid=24865] ppid=24863 vsize=18324 CPUtime=0 cores=0-7
/proc/24865/stat : 24865 (ppfolio) S 24863 24865 24839 0 -1 4202496 522 0 0 0 0 0 0 0 15 0 1 0 510841946 18763776 390 33554432000 4194304 4287625 140736075080848 18446744073709551615 222921797135 0 0 4096 65536 3792840955732688895 0 0 17 0 0 0 0
/proc/24865/statm: 4581 390 341 23 0 91 0
[pid=24866] ppid=24865 vsize=1034280 CPUtime=5003.73 cores=0
/proc/24866/stat : 24866 (cryptominisat) R 24865 24865 24839 0 -1 4202496 3321561 0 0 0 499392 981 0 0 25 0 1 0 510841947 1059102720 52438 33554432000 4194304 4587354 140736056623776 18446744073709551615 4237704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24866/statm: 258570 52438 342 96 0 255132 0
[pid=24867] ppid=24865 vsize=569480 CPUtime=5003.72 cores=1
/proc/24867/stat : 24867 (clasp) R 24865 24865 24839 0 -1 4202496 139420 0 0 0 500305 67 0 0 25 0 1 0 510841947 583147520 137935 33554432000 4194304 4785740 140737142337168 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24867/statm: 142370 137935 340 145 0 139415 0
[pid=24868] ppid=24865 vsize=462032 CPUtime=5003.26 cores=2
/proc/24868/stat : 24868 (TNM) R 24865 24865 24839 0 -1 4202496 4781 0 0 0 500324 2 0 0 25 0 1 0 510841947 473120768 4677 33554432000 134512640 134534564 4288497808 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/24868/statm: 115508 4677 103 6 0 114174 0
[pid=24869] ppid=24865 vsize=140576 CPUtime=5003.74 cores=3
/proc/24869/stat : 24869 (march_hi) R 24865 24865 24839 0 -1 4202496 66848 0 0 0 500365 9 0 0 25 0 1 0 510841947 143949824 22472 33554432000 4194304 4331988 140735641594864 18446744073709551615 4299264 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/24869/statm: 35144 22472 183 34 0 33586 0
[pid=24870] ppid=24865 vsize=297616 CPUtime=19986.2 cores=4-7
/proc/24870/stat : 24870 (plingeling) S 24865 24865 24839 0 -1 4202496 290569 1251 0 0 1998574 42 0 0 18 0 5 0 510841947 304758784 47714 33554432000 4194304 4356188 140734819136064 18446744073709551615 222933579749 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/24870/statm: 74404 47714 164 40 0 72948 0
[pid=24870/tid=24877] ppid=24865 vsize=297616 CPUtime=5003.41 cores=4-7
/proc/24870/task/24877/stat : 24877 (plingeling) R 24865 24865 24839 0 -1 4202560 92939 1251 0 0 500329 12 0 0 25 0 5 0 510841964 304758784 47714 33554432000 4194304 4356188 140734819136064 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=24870/tid=24878] ppid=24865 vsize=297616 CPUtime=5003.56 cores=4-7
/proc/24870/task/24878/stat : 24878 (plingeling) R 24865 24865 24839 0 -1 4202560 69012 1251 0 0 500344 12 0 0 25 0 5 0 510841964 304758784 47714 33554432000 4194304 4356188 140734819136064 18446744073709551615 4331296 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=24870/tid=24879] ppid=24865 vsize=297616 CPUtime=4975.41 cores=4-7
/proc/24870/task/24879/stat : 24879 (plingeling) R 24865 24865 24839 0 -1 4202560 56412 1251 0 0 497535 6 0 0 25 0 5 0 510841964 304758784 47714 33554432000 4194304 4356188 140734819136064 18446744073709551615 4331069 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=24870/tid=24880] ppid=24865 vsize=297616 CPUtime=5003.57 cores=4-7
/proc/24870/task/24880/stat : 24880 (plingeling) R 24865 24865 24839 0 -1 4202560 65347 1251 0 0 500348 9 0 0 25 0 5 0 510841964 304758784 47714 33554432000 4194304 4356188 140734819136064 18446744073709551615 4331035 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 40000.6
Current children cumulated vsize (KiB) 2522308

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 24865 and gives
#  childrusage.ru_utime.tv_sec=10006
#  childrusage.ru_utime.tv_usec=897720
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=131979
# CPU time returned by wait4() is 10007
# while last known CPU time is 40000.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5003.62
CPU time (s): 40000.6
CPU user time (s): 39989.6
CPU system time (s): 11.01
CPU usage (%): 799.434
Max. virtual memory (cumulated for all children) (KiB): 3594180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10006.9
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72152
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= 517
involuntary context switches= 31733

runsolver used 7.8948 second user time and 19.4031 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-28 14:06:52
IDJOB=3310137
IDBENCH=20529
IDSOLVER=1638
FILE ID=node109/3310137-1303992412
RUNJOBID= node109-1303992412-24853
PBS_JOBID= 13168776
Free space on /tmp= 72380 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k20.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3310137-1303992412/watcher-3310137-1303992412 -o /tmp/evaluation-result-3310137-1303992412/solver-3310137-1303992412 -C 40000 -W 5100 -M 31000  ppfolio HOME/instance-3310137-1303992412.cnf

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

MD5SUM BENCH= 2bee695ce4278b72ee9295631ad94252
RANDOM SEED=2073996476

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13469916 kB
Buffers:       2131940 kB
Cached:       16706820 kB
SwapCached:          0 kB
Active:        9818828 kB
Inactive:      9083972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13469916 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13288 kB
Writeback:           0 kB
AnonPages:       63680 kB
Mapped:          14492 kB
Slab:           513424 kB
PageTables:       4576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185008 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= 72372 MiB
End job on node109 at 2011-04-28 15:30:18