Trace number 3378088

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
borg-sat 11.03.02-seq-industrial (fixed)? (MO) 905.1 905.145

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
MD5SUM0385ba51f44fb47d0b0726e26312816f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables171676
Number of clauses858766
Sum of the clauses size2046721
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2847665
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

Solver Data

0.37/0.61	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.61	c INFO: solving HOME/instance-3378088-1305454056.cnf
0.37/0.61	c INFO: computing task features
2.96/3.22	c INFO: computed variable-clause graph statistics
3.07/3.31	c INFO: computed clause balance statistics
15.06/15.30	c INFO: computed variable balance statistics
23.56/23.88	c INFO: computed small-clause counts
23.76/24.05	c INFO: computed Horn-clause counts
58.07/58.33	c INFO: computed variable graph statistics
58.07/58.33	c INFO: collected features for HOME/instance-3378088-1305454056.cnf in 57.62 s
58.07/58.34	c INFO: running lingeling-276@0 for 388 with 2342 remaining (b = 0.34)
453.23/453.41	c INFO: running lingeling-276@0 for 97 with 1948 remaining (b = 0.17)
553.53/553.71	c INFO: running lingeling-276@393 for 194 with 1848 remaining (b = 0.08)
747.08/747.24	c INFO: running cryptominisat-2.9.0@0 for 1655 with 1655 remaining (b = 0.43)

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: 961)

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-3378088-1305454056/watcher-3378088-1305454056 -o /tmp/evaluation-result-3378088-1305454056/solver-3378088-1305454056 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378088-1305454056.cnf -seed 650209679 -budget 2400 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.10 4.08 3.60 5/390 18990
/proc/meminfo: memFree=24644504/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=15780 CPUtime=0 cores=5,7
/proc/18990/stat : 18990 (python) R 18988 18990 17591 0 -1 4202496 866 0 0 0 0 0 0 0 24 0 1 0 637821920 16158720 748 33554432000 4194304 5683644 140737104790784 18446744073709551615 4546752 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18990/statm: 3945 750 343 364 0 432 0

[startup+0.108634 s]
/proc/loadavg: 4.10 4.08 3.60 5/390 18990
/proc/meminfo: memFree=24644504/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=94216 CPUtime=0.06 cores=5,7
/proc/18990/stat : 18990 (python) S 18988 18990 17591 0 -1 4202496 2778 0 0 0 4 2 0 0 17 0 1 0 637821920 96477184 2484 33554432000 4194304 5683644 140737104790784 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/18990/statm: 23554 2484 765 364 0 1686 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94216

[startup+0.200622 s]
/proc/loadavg: 4.10 4.08 3.60 5/390 18990
/proc/meminfo: memFree=24644504/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=124240 CPUtime=0.11 cores=5,7
/proc/18990/stat : 18990 (python) S 18988 18990 17591 0 -1 4202496 4311 0 1 0 7 4 0 0 17 0 1 0 637821920 127221760 3880 33554432000 4194304 5683644 140737104790784 18446744073709551615 212039655168 0 0 16781312 2 18446744071562362840 0 0 17 5 0 0 0
/proc/18990/statm: 31060 3880 997 364 0 2871 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 124240

[startup+0.3006 s]
/proc/loadavg: 4.10 4.08 3.60 5/390 18990
/proc/meminfo: memFree=24644504/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=135752 CPUtime=0.18 cores=5,7
/proc/18990/stat : 18990 (python) R 18988 18990 17591 0 -1 4202496 5971 934 1 0 13 5 0 0 18 0 1 0 637821920 139010048 4148 33554432000 4194304 5683644 140737104790784 18446744073709551615 212039653376 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/18990/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700527 s]
/proc/loadavg: 4.10 4.08 3.60 5/390 18990
/proc/meminfo: memFree=24644504/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=298508 CPUtime=0.46 cores=5,7
/proc/18990/stat : 18990 (python) R 18988 18990 17591 0 -1 4202496 14261 934 1 0 35 11 0 0 16 0 1 0 637821920 305672192 11932 33554432000 4194304 5683644 140737104790784 18446744073709551615 212039316165 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18990/statm: 74627 11933 1761 364 0 10551 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 298508

[startup+1.50039 s]
/proc/loadavg: 4.02 4.07 3.60 5/391 18995
/proc/meminfo: memFree=24574312/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=354820 CPUtime=1.26 cores=5,7
/proc/18990/stat : 18990 (python) R 18988 18990 17591 0 -1 4202496 27990 934 1 0 113 13 0 0 17 0 1 0 637821920 363335680 25661 33554432000 4194304 5683644 140737104790784 18446744073709551615 212039316165 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18990/statm: 88705 25661 1761 364 0 24629 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 354820

[startup+3.1011 s]
/proc/loadavg: 4.02 4.07 3.60 5/391 18995
/proc/meminfo: memFree=24499416/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=453840 CPUtime=2.86 cores=5,7
/proc/18990/stat : 18990 (python) R 18988 18990 17591 0 -1 4202496 72893 934 1 0 267 19 0 0 19 0 1 0 637821920 464732160 50833 33554432000 4194304 5683644 140737104790784 18446744073709551615 46952631760461 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18990/statm: 113460 50833 1815 364 0 49384 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 453840

[startup+6.30054 s]
/proc/loadavg: 4.09 4.08 3.60 6/391 18995
/proc/meminfo: memFree=24446512/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=453840 CPUtime=6.06 cores=5,7
/proc/18990/stat : 18990 (python) R 18988 18990 17591 0 -1 4202496 72905 934 1 0 587 19 0 0 25 0 1 0 637821920 464732160 50844 33554432000 4194304 5683644 140737104790784 18446744073709551615 46952631401824 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18990/statm: 113460 50844 1826 364 0 49384 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 453840

[startup+12.7004 s]
/proc/loadavg: 4.09 4.08 3.61 5/391 18995
/proc/meminfo: memFree=24446308/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=453840 CPUtime=12.46 cores=5,7
/proc/18990/stat : 18990 (python) R 18988 18990 17591 0 -1 4202496 72905 934 1 0 1227 19 0 0 25 0 1 0 637821920 464732160 50844 33554432000 4194304 5683644 140737104790784 18446744073709551615 212039310320 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18990/statm: 113460 50844 1826 364 0 49384 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 453840

[startup+25.5011 s]
/proc/loadavg: 4.07 4.07 3.61 5/391 18996
/proc/meminfo: memFree=24430804/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=453840 CPUtime=25.26 cores=5,7
/proc/18990/stat : 18990 (python) R 18988 18990 17591 0 -1 4202496 72912 934 1 0 2507 19 0 0 25 0 1 0 637821920 464732160 50851 33554432000 4194304 5683644 140737104790784 18446744073709551615 46952631347328 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18990/statm: 113460 50851 1833 364 0 49384 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 453840

[startup+51.1005 s]
/proc/loadavg: 4.04 4.07 3.62 5/394 18999
/proc/meminfo: memFree=24508332/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=453840 CPUtime=50.86 cores=5,7
/proc/18990/stat : 18990 (python) R 18988 18990 17591 0 -1 4202496 72912 934 1 0 5067 19 0 0 25 0 1 0 637821920 464732160 50851 33554432000 4194304 5683644 140737104790784 18446744073709551615 46952631347340 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18990/statm: 113460 50851 1833 364 0 49384 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 453840

[startup+102.301 s]
/proc/loadavg: 4.02 4.05 3.64 6/397 19004
/proc/meminfo: memFree=24376528/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=450756 CPUtime=58.11 cores=5,7
/proc/18990/stat : 18990 (python) S 18988 18990 17591 0 -1 4202496 73194 934 1 0 5791 20 0 0 25 0 2 0 637821920 461574144 47551 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 112689 47551 1867 364 0 48607 0
[pid=19000] ppid=18990 vsize=440512 CPUtime=0.11 cores=5,7
/proc/19000/stat : 19000 (python) S 18990 18990 17591 0 -1 4202560 906 0 0 0 6 5 0 0 18 0 1 0 637827754 451084288 46056 33554432000 4194304 5683644 140737104790784 18446744073709551615 212039675407 0 0 16781312 514 18437789651012911365 0 0 17 5 0 0 0
/proc/19000/statm: 110128 46056 376 364 0 46046 0
[pid=19002] ppid=19000 vsize=68636 CPUtime=43.83 cores=5,7
/proc/19002/stat : 19002 (lingeling) R 19000 19002 19002 0 -1 4202496 24804 0 0 0 4380 3 0 0 25 0 1 0 637827755 70283264 16328 33554432000 4194304 4352236 140735696940960 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19002/statm: 17159 16328 129 39 0 16239 0
[pid=18990/tid=19001] ppid=18988 vsize=450756 CPUtime=0 cores=5,7
/proc/18990/task/19001/stat : 19001 (python) S 18988 18990 17591 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 637827754 461574144 47551 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 2 18446604461150507264 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 959904

[startup+162.301 s]
/proc/loadavg: 4.08 4.06 3.66 5/400 19008
/proc/meminfo: memFree=23741856/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=450756 CPUtime=58.11 cores=5,7
/proc/18990/stat : 18990 (python) S 18988 18990 17591 0 -1 4202496 73194 934 1 0 5791 20 0 0 25 0 2 0 637821920 461574144 47551 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 112689 47551 1867 364 0 48607 0
[pid=19000] ppid=18990 vsize=440512 CPUtime=0.29 cores=5,7
/proc/19000/stat : 19000 (python) S 18990 18990 17591 0 -1 4202560 931 0 0 0 14 15 0 0 18 0 1 0 637827754 451084288 46056 33554432000 4194304 5683644 140737104790784 18446744073709551615 212039675407 0 0 16781312 514 18437789651012911365 0 0 17 5 0 0 0
/proc/19000/statm: 110128 46056 376 364 0 46046 0
[pid=19002] ppid=19000 vsize=72692 CPUtime=103.67 cores=5,7
/proc/19002/stat : 19002 (lingeling) R 19000 19002 19002 0 -1 4202496 26055 0 0 0 10364 3 0 0 25 0 1 0 637827755 74436608 17342 33554432000 4194304 4352236 140735696940960 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19002/statm: 18173 17342 129 39 0 17253 0
[pid=18990/tid=19001] ppid=18988 vsize=450756 CPUtime=0 cores=5,7
/proc/18990/task/19001/stat : 19001 (python) S 18988 18990 17591 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 637827754 461574144 47551 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 2 18446604461150507264 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 963960

[startup+222.315 s]
/proc/loadavg: 4.12 4.08 3.69 6/400 19010
/proc/meminfo: memFree=23628244/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=450756 CPUtime=58.11 cores=5,7
/proc/18990/stat : 18990 (python) S 18988 18990 17591 0 -1 4202496 73194 934 1 0 5791 20 0 0 25 0 2 0 637821920 461574144 47551 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 112689 47551 1867 364 0 48607 0
[pid=19000] ppid=18990 vsize=440512 CPUtime=0.45 cores=5,7
/proc/19000/stat : 19000 (python) S 18990 18990 17591 0 -1 4202560 949 0 0 0 22 23 0 0 18 0 1 0 637827754 451084288 46056 33554432000 4194304 5683644 140737104790784 18446744073709551615 212039675407 0 0 16781312 514 18437789651012911365 0 0 17 5 0 0 0
/proc/19000/statm: 110128 46056 376 364 0 46046 0
[pid=19002] ppid=19000 vsize=78816 CPUtime=163.52 cores=5,7
/proc/19002/stat : 19002 (lingeling) R 19000 19002 19002 0 -1 4202496 27810 0 0 0 16349 3 0 0 25 0 1 0 637827755 80707584 18873 33554432000 4194304 4352236 140735696940960 18446744073709551615 4208062 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19002/statm: 19704 18873 129 39 0 18784 0
[pid=18990/tid=19001] ppid=18988 vsize=450756 CPUtime=0 cores=5,7
/proc/18990/task/19001/stat : 19001 (python) S 18988 18990 17591 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 637827754 461574144 47551 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 2 18446604461150507264 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 970084

[startup+282.301 s]
/proc/loadavg: 4.20 4.11 3.72 5/400 19046
/proc/meminfo: memFree=23655528/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=450756 CPUtime=58.11 cores=5,7
/proc/18990/stat : 18990 (python) S 18988 18990 17591 0 -1 4202496 73194 934 1 0 5791 20 0 0 25 0 2 0 637821920 461574144 47551 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 112689 47551 1867 364 0 48607 0
[pid=19000] ppid=18990 vsize=440512 CPUtime=0.62 cores=5,7
/proc/19000/stat : 19000 (python) S 18990 18990 17591 0 -1 4202560 969 0 0 0 31 31 0 0 18 0 1 0 637827754 451084288 46056 33554432000 4194304 5683644 140737104790784 18446744073709551615 212039675407 0 0 16781312 514 18437789651012911365 0 0 17 5 0 0 0
/proc/19000/statm: 110128 46056 376 364 0 46046 0
[pid=19002] ppid=19000 vsize=93092 CPUtime=223.35 cores=5,7
/proc/19002/stat : 19002 (lingeling) R 19000 19002 19002 0 -1 4202496 31394 0 0 0 22332 3 0 0 25 0 1 0 637827755 95326208 22442 33554432000 4194304 4352236 140735696940960 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19002/statm: 23273 22442 129 39 0 22353 0
[pid=18990/tid=19001] ppid=18988 vsize=450756 CPUtime=0 cores=5,7
/proc/18990/task/19001/stat : 19001 (python) S 18988 18990 17591 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 637827754 461574144 47551 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 2 18446604461150507264 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 282.08
Current children cumulated vsize (KiB) 984360

[startup+342.3 s]
/proc/loadavg: 4.12 4.10 3.74 5/400 19048
/proc/meminfo: memFree=22540236/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=450756 CPUtime=58.11 cores=5,7
/proc/18990/stat : 18990 (python) S 18988 18990 17591 0 -1 4202496 73194 934 1 0 5791 20 0 0 25 0 2 0 637821920 461574144 47551 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 112689 47551 1867 364 0 48607 0
[pid=19000] ppid=18990 vsize=440512 CPUtime=0.79 cores=5,7
/proc/19000/stat : 19000 (python) S 18990 18990 17591 0 -1 4202560 972 0 0 0 40 39 0 0 18 0 1 0 637827754 451084288 46056 33554432000 4194304 5683644 140737104790784 18446744073709551615 212039675407 0 0 16781312 514 18437789651012911365 0 0 17 5 0 0 0
/proc/19000/statm: 110128 46056 376 364 0 46046 0
[pid=19002] ppid=19000 vsize=113532 CPUtime=283.19 cores=5,7
/proc/19002/stat : 19002 (lingeling) R 19000 19002 19002 0 -1 4202496 38563 0 0 0 28315 4 0 0 25 0 1 0 637827755 116256768 27552 33554432000 4194304 4352236 140735696940960 18446744073709551615 4234441 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19002/statm: 28383 27552 129 39 0 27463 0
[pid=18990/tid=19001] ppid=18988 vsize=450756 CPUtime=0 cores=5,7
/proc/18990/task/19001/stat : 19001 (python) S 18988 18990 17591 0 -1 4202560 31 934 0 0 0 0 0 0 25 0 2 0 637827754 461574144 47551 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 2 18446604461150507264 0 0 -1 5 0 0 0

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

[startup+762.301 s]
/proc/loadavg: 4.01 4.08 3.86 6/417 19111
/proc/meminfo: memFree=21188944/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=471268 CPUtime=58.15 cores=5,7
/proc/18990/stat : 18990 (python) S 18988 18990 17591 0 -1 4202496 74840 934 1 0 5794 21 0 0 20 0 4 0 637821920 482578432 47564 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 117817 47564 1872 364 0 53729 0
[pid=19000] ppid=18990 vsize=450756 CPUtime=1.68 cores=5,7
/proc/19000/stat : 19000 (python) S 18990 18990 17591 0 -1 4202560 1197 0 0 0 84 84 0 0 18 0 2 0 637827754 461574144 46101 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19000/statm: 112689 46101 416 364 0 48607 0
[pid=19002] ppid=19000 vsize=150308 CPUtime=587.04 cores=5,7
/proc/19002/stat : 19002 (lingeling) T 19000 19002 19002 0 -1 4202496 91481 0 0 0 58695 9 0 0 25 0 1 0 637827755 153915392 36746 33554432000 4194304 4352236 140735696940960 18446744073709551615 4328385 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/19002/statm: 37577 36746 129 39 0 36657 0
[pid=19000/tid=19084] ppid=18990 vsize=450756 CPUtime=0 cores=5,7
/proc/19000/task/19084/stat : 19084 (python) S 18990 18990 17591 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 637867260 461574144 46101 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 514 18446604458413229312 0 0 -1 5 0 0 0
[pid=19085] ppid=18990 vsize=450768 CPUtime=0.28 cores=5,7
/proc/19085/stat : 19085 (python) S 18990 18990 17591 0 -1 4202560 1089 0 0 0 14 14 0 0 19 0 2 0 637867261 461586432 46084 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19085/statm: 112692 46084 399 364 0 48607 0
[pid=19087] ppid=19085 vsize=70912 CPUtime=99.99 cores=5,7
/proc/19087/stat : 19087 (lingeling) T 19085 19087 19087 0 -1 4202496 25612 0 0 0 9996 3 0 0 25 0 1 0 637867262 72613888 16898 33554432000 4194304 4352236 140735549708640 18446744073709551615 4278732 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/19087/statm: 17728 16898 129 39 0 16808 0
[pid=19085/tid=19091] ppid=18990 vsize=450768 CPUtime=0 cores=5,7
/proc/19085/task/19091/stat : 19091 (python) S 18990 18990 17591 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 637877290 461586432 46084 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 514 18446604469056654208 0 0 -1 5 0 0 0
[pid=19109] ppid=18990 vsize=461024 CPUtime=0.03 cores=5,7
/proc/19109/stat : 19109 (python) S 18990 18990 17591 0 -1 4202560 906 0 0 0 1 2 0 0 15 0 1 0 637896644 472088576 46058 33554432000 4194304 5683644 140737104790784 18446744073709551615 212039675462 0 0 16781312 514 5606885749715599624 0 0 17 5 0 0 0
/proc/19109/statm: 115256 46058 370 364 0 51168 0
[pid=19111] ppid=19109 vsize=802096 CPUtime=15.01 cores=5,7
/proc/19111/stat : 19111 (cryptominisat-2) R 19109 19111 19111 0 -1 4202496 151347 0 0 0 1484 17 0 0 25 0 1 0 637896645 821346304 146691 33554432000 4194304 4677096 140734699750320 18446744073709551615 4336430 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19111/statm: 200524 146691 387 118 0 195483 0
[pid=18990/tid=19001] ppid=18988 vsize=471268 CPUtime=0 cores=5,7
/proc/18990/task/19001/stat : 19001 (python) S 18988 18990 17591 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 4 0 637827754 482578432 47564 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 2 18446604461150507264 0 0 -1 7 0 0 0
[pid=18990/tid=19086] ppid=18988 vsize=471268 CPUtime=0 cores=5,7
/proc/18990/task/19086/stat : 19086 (python) S 18988 18990 17591 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 4 0 637867262 482578432 47564 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 2 18446604461150507264 0 0 -1 5 0 0 0
[pid=18990/tid=19110] ppid=18988 vsize=471268 CPUtime=0 cores=5,7
/proc/18990/task/19110/stat : 19110 (python) S 18988 18990 17591 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 4 0 637896645 482578432 47564 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 2 18446604461150507264 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 762.18
Current children cumulated vsize (KiB) 2857132

[startup+822.301 s]
/proc/loadavg: 4.11 4.10 3.88 5/418 19114
/proc/meminfo: memFree=20183224/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=471268 CPUtime=58.15 cores=5,7
/proc/18990/stat : 18990 (python) S 18988 18990 17591 0 -1 4202496 74840 934 1 0 5794 21 0 0 20 0 4 0 637821920 482578432 47564 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 117817 47564 1872 364 0 53729 0
[pid=19000] ppid=18990 vsize=450756 CPUtime=1.68 cores=5,7
/proc/19000/stat : 19000 (python) S 18990 18990 17591 0 -1 4202560 1197 0 0 0 84 84 0 0 18 0 2 0 637827754 461574144 46101 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19000/statm: 112689 46101 416 364 0 48607 0
[pid=19002] ppid=19000 vsize=150308 CPUtime=587.04 cores=5,7
/proc/19002/stat : 19002 (lingeling) T 19000 19002 19002 0 -1 4202496 91481 0 0 0 58695 9 0 0 25 0 1 0 637827755 153915392 36746 33554432000 4194304 4352236 140735696940960 18446744073709551615 4328385 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/19002/statm: 37577 36746 129 39 0 36657 0
[pid=19000/tid=19084] ppid=18990 vsize=450756 CPUtime=0 cores=5,7
/proc/19000/task/19084/stat : 19084 (python) S 18990 18990 17591 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 637867260 461574144 46101 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 514 18446604458413229312 0 0 -1 5 0 0 0
[pid=19085] ppid=18990 vsize=450768 CPUtime=0.28 cores=5,7
/proc/19085/stat : 19085 (python) S 18990 18990 17591 0 -1 4202560 1089 0 0 0 14 14 0 0 19 0 2 0 637867261 461586432 46084 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19085/statm: 112692 46084 399 364 0 48607 0
[pid=19087] ppid=19085 vsize=70912 CPUtime=99.99 cores=5,7
/proc/19087/stat : 19087 (lingeling) T 19085 19087 19087 0 -1 4202496 25612 0 0 0 9996 3 0 0 25 0 1 0 637867262 72613888 16898 33554432000 4194304 4352236 140735549708640 18446744073709551615 4278732 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/19087/statm: 17728 16898 129 39 0 16808 0
[pid=19085/tid=19091] ppid=18990 vsize=450768 CPUtime=0 cores=5,7
/proc/19085/task/19091/stat : 19091 (python) S 18990 18990 17591 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 637877290 461586432 46084 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 514 18446604469056654208 0 0 -1 5 0 0 0
[pid=19109] ppid=18990 vsize=461024 CPUtime=0.27 cores=5,7
/proc/19109/stat : 19109 (python) S 18990 18990 17591 0 -1 4202560 1058 0 0 0 14 13 0 0 15 0 1 0 637896644 472088576 46059 33554432000 4194304 5683644 140737104790784 18446744073709551615 212039675462 0 0 16781312 514 11386665566845501704 0 0 17 5 0 0 0
/proc/19109/statm: 115256 46059 371 364 0 51168 0
[pid=19111] ppid=19109 vsize=1314512 CPUtime=74.78 cores=5,7
/proc/19111/stat : 19111 (cryptominisat-2) R 19109 19111 19111 0 -1 4202496 678303 0 0 0 7400 78 0 0 25 0 1 0 637896645 1346060288 263926 33554432000 4194304 4677096 140734699750320 18446744073709551615 4365459 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19111/statm: 328628 263929 390 118 0 323587 0
[pid=18990/tid=19001] ppid=18988 vsize=471268 CPUtime=0 cores=5,7
/proc/18990/task/19001/stat : 19001 (python) S 18988 18990 17591 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 4 0 637827754 482578432 47564 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 2 18446604461150507264 0 0 -1 7 0 0 0
[pid=18990/tid=19086] ppid=18988 vsize=471268 CPUtime=0 cores=5,7
/proc/18990/task/19086/stat : 19086 (python) S 18988 18990 17591 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 4 0 637867262 482578432 47564 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 2 18446604461150507264 0 0 -1 5 0 0 0
[pid=18990/tid=19110] ppid=18988 vsize=471268 CPUtime=0 cores=5,7
/proc/18990/task/19110/stat : 19110 (python) S 18988 18990 17591 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 4 0 637896645 482578432 47564 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 2 18446604461150507264 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 822.19
Current children cumulated vsize (KiB) 3369548

[startup+882.315 s]
/proc/loadavg: 4.07 4.09 3.89 5/419 19116
/proc/meminfo: memFree=16333352/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=471268 CPUtime=58.15 cores=5,7
/proc/18990/stat : 18990 (python) S 18988 18990 17591 0 -1 4202496 74840 934 1 0 5794 21 0 0 20 0 4 0 637821920 482578432 47564 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 117817 47564 1872 364 0 53729 0
[pid=19000] ppid=18990 vsize=450756 CPUtime=1.68 cores=5,7
/proc/19000/stat : 19000 (python) S 18990 18990 17591 0 -1 4202560 1197 0 0 0 84 84 0 0 18 0 2 0 637827754 461574144 46101 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19000/statm: 112689 46101 416 364 0 48607 0
[pid=19002] ppid=19000 vsize=150308 CPUtime=587.04 cores=5,7
/proc/19002/stat : 19002 (lingeling) T 19000 19002 19002 0 -1 4202496 91481 0 0 0 58695 9 0 0 25 0 1 0 637827755 153915392 36746 33554432000 4194304 4352236 140735696940960 18446744073709551615 4328385 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/19002/statm: 37577 36746 129 39 0 36657 0
[pid=19000/tid=19084] ppid=18990 vsize=450756 CPUtime=0 cores=5,7
/proc/19000/task/19084/stat : 19084 (python) S 18990 18990 17591 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 637867260 461574144 46101 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 514 18446604458413229312 0 0 -1 5 0 0 0
[pid=19085] ppid=18990 vsize=450768 CPUtime=0.28 cores=5,7
/proc/19085/stat : 19085 (python) S 18990 18990 17591 0 -1 4202560 1089 0 0 0 14 14 0 0 19 0 2 0 637867261 461586432 46084 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19085/statm: 112692 46084 399 364 0 48607 0
[pid=19087] ppid=19085 vsize=70912 CPUtime=99.99 cores=5,7
/proc/19087/stat : 19087 (lingeling) T 19085 19087 19087 0 -1 4202496 25612 0 0 0 9996 3 0 0 25 0 1 0 637867262 72613888 16898 33554432000 4194304 4352236 140735549708640 18446744073709551615 4278732 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/19087/statm: 17728 16898 129 39 0 16808 0
[pid=19085/tid=19091] ppid=18990 vsize=450768 CPUtime=0 cores=5,7
/proc/19085/task/19091/stat : 19091 (python) S 18990 18990 17591 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 637877290 461586432 46084 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 514 18446604469056654208 0 0 -1 5 0 0 0
[pid=19109] ppid=18990 vsize=461024 CPUtime=0.85 cores=5,7
/proc/19109/stat : 19109 (python) S 18990 18990 17591 0 -1 4202560 1758 0 0 0 55 30 0 0 15 0 1 0 637896644 472088576 46059 33554432000 4194304 5683644 140737104790784 18446744073709551615 212039675462 0 0 16781312 514 11386665566845501704 0 0 17 5 0 0 0
/proc/19109/statm: 115256 46059 371 364 0 51168 0
[pid=19111] ppid=19109 vsize=4551780 CPUtime=134.25 cores=5,7
/proc/19111/stat : 19111 (cryptominisat-2) R 19109 19111 19111 0 -1 4202496 4701921 0 0 0 12875 550 0 0 25 0 1 0 637896645 4661022720 1074400 33554432000 4194304 4677096 140734699750320 18446744073709551615 4590368 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19111/statm: 1137945 1074400 390 118 0 1132904 0
[pid=18990/tid=19001] ppid=18988 vsize=471268 CPUtime=0 cores=5,7
/proc/18990/task/19001/stat : 19001 (python) S 18988 18990 17591 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 4 0 637827754 482578432 47564 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 2 18446604461150507264 0 0 -1 7 0 0 0
[pid=18990/tid=19086] ppid=18988 vsize=471268 CPUtime=0 cores=5,7
/proc/18990/task/19086/stat : 19086 (python) S 18988 18990 17591 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 4 0 637867262 482578432 47564 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 2 18446604461150507264 0 0 -1 5 0 0 0
[pid=18990/tid=19110] ppid=18988 vsize=471268 CPUtime=0 cores=5,7
/proc/18990/task/19110/stat : 19110 (python) S 18988 18990 17591 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 4 0 637896645 482578432 47564 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 2 18446604461150507264 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 882.24
Current children cumulated vsize (KiB) 6606816



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+905.101 s]
/proc/loadavg: 4.05 4.08 3.89 5/419 19117
/proc/meminfo: memFree=15071852/32951124 swapFree=51873460/67111528
[pid=18990] ppid=18988 vsize=471268 CPUtime=58.15 cores=5,7
/proc/18990/stat : 18990 (python) S 18988 18990 17591 0 -1 4202496 74840 934 1 0 5794 21 0 0 20 0 4 0 637821920 482578432 47564 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18990/statm: 117817 47564 1872 364 0 53729 0
[pid=19000] ppid=18990 vsize=450756 CPUtime=1.68 cores=5,7
/proc/19000/stat : 19000 (python) S 18990 18990 17591 0 -1 4202560 1197 0 0 0 84 84 0 0 18 0 2 0 637827754 461574144 46101 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19000/statm: 112689 46101 416 364 0 48607 0
[pid=19002] ppid=19000 vsize=150308 CPUtime=587.04 cores=5,7
/proc/19002/stat : 19002 (lingeling) T 19000 19002 19002 0 -1 4202496 91481 0 0 0 58695 9 0 0 25 0 1 0 637827755 153915392 36746 33554432000 4194304 4352236 140735696940960 18446744073709551615 4328385 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/19002/statm: 37577 36746 129 39 0 36657 0
[pid=19000/tid=19084] ppid=18990 vsize=450756 CPUtime=0 cores=5,7
/proc/19000/task/19084/stat : 19084 (python) S 18990 18990 17591 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 637867260 461574144 46101 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 514 18446604458413229312 0 0 -1 5 0 0 0
[pid=19085] ppid=18990 vsize=450768 CPUtime=0.28 cores=5,7
/proc/19085/stat : 19085 (python) S 18990 18990 17591 0 -1 4202560 1089 0 0 0 14 14 0 0 19 0 2 0 637867261 461586432 46084 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19085/statm: 112692 46084 399 364 0 48607 0
[pid=19087] ppid=19085 vsize=70912 CPUtime=99.99 cores=5,7
/proc/19087/stat : 19087 (lingeling) T 19085 19087 19087 0 -1 4202496 25612 0 0 0 9996 3 0 0 25 0 1 0 637867262 72613888 16898 33554432000 4194304 4352236 140735549708640 18446744073709551615 4278732 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/19087/statm: 17728 16898 129 39 0 16808 0
[pid=19085/tid=19091] ppid=18990 vsize=450768 CPUtime=0 cores=5,7
/proc/19085/task/19091/stat : 19091 (python) S 18990 18990 17591 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 637877290 461586432 46084 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 514 18446604469056654208 0 0 -1 5 0 0 0
[pid=19109] ppid=18990 vsize=461024 CPUtime=1.07 cores=5,7
/proc/19109/stat : 19109 (python) S 18990 18990 17591 0 -1 4202560 1834 0 0 0 71 36 0 0 15 0 1 0 637896644 472088576 46059 33554432000 4194304 5683644 140737104790784 18446744073709551615 212039675462 0 0 16781312 514 11386665566845501704 0 0 17 5 0 0 0
/proc/19109/statm: 115256 46059 371 364 0 51168 0
[pid=19111] ppid=19109 vsize=5821296 CPUtime=156.89 cores=5,7
/proc/19111/stat : 19111 (cryptominisat-2) R 19109 19111 19111 0 -1 4202496 6402264 0 0 0 14953 736 0 0 25 0 1 0 637896645 5961007104 1389373 33554432000 4194304 4677096 140734699750320 18446744073709551615 4293840 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19111/statm: 1455324 1389373 390 118 0 1450283 0
[pid=18990/tid=19001] ppid=18988 vsize=471268 CPUtime=0 cores=5,7
/proc/18990/task/19001/stat : 19001 (python) S 18988 18990 17591 0 -1 4202560 35 934 0 0 0 0 0 0 18 0 4 0 637827754 482578432 47564 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 2 18446604461150507264 0 0 -1 7 0 0 0
[pid=18990/tid=19086] ppid=18988 vsize=471268 CPUtime=0 cores=5,7
/proc/18990/task/19086/stat : 19086 (python) S 18988 18990 17591 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 4 0 637867262 482578432 47564 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 2 18446604461150507264 0 0 -1 5 0 0 0
[pid=18990/tid=19110] ppid=18988 vsize=471268 CPUtime=0 cores=5,7
/proc/18990/task/19110/stat : 19110 (python) S 18988 18990 17591 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 4 0 637896645 482578432 47564 33554432000 4194304 5683644 140737104790784 18446744073709551615 212051478961 0 0 16781312 2 18446604461150507264 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 905.1
Current children cumulated vsize (KiB) 7876332

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 18990 and gives
#  childrusage.ru_utime.tv_sec=57
#  childrusage.ru_utime.tv_usec=943191
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=224965
# CPU time returned by wait4() is 58.1682
# while last known CPU time is 905.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 905.145
CPU time (s): 905.1
CPU user time (s): 896.07
CPU system time (s): 9.03
CPU usage (%): 99.995
Max. virtual memory (cumulated for all children) (KiB): 7876332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.9432
system time used= 0.224965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75774
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2544
involuntary context switches= 682

runsolver used 3.41048 second user time and 8.02278 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 12:07:36
IDJOB=3378088
IDBENCH=82369
IDSOLVER=1858
FILE ID=node146/3378088-1305454056
RUNJOBID= node146-1305452590-18459
PBS_JOBID= 13324873
Free space on /tmp= 73148 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378088-1305454056/watcher-3378088-1305454056 -o /tmp/evaluation-result-3378088-1305454056/solver-3378088-1305454056 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378088-1305454056.cnf -seed 650209679 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=650209679

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24644784 kB
Buffers:        126020 kB
Cached:        1096724 kB
SwapCached:      56148 kB
Active:        5632136 kB
Inactive:      2422780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24644784 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:          151356 kB
Writeback:           0 kB
AnonPages:     6783036 kB
Mapped:          24184 kB
Slab:           112844 kB
PageTables:      71228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86676040 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= 72940 MiB
End job on node146 at 2011-05-15 12:22:44