Trace number 3378005

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)? (TO) 1299.13 1300.03

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-17.cnf
MD5SUMade81e5508101352b3d942708b201606
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark505.23
Satisfiable
(Un)Satisfiability was proved
Number of variables6664
Number of clauses89966
Sum of the clauses size425665
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 216962
Number of clauses of size 310874
Number of clauses of size 412189
Number of clauses of size 522355
Number of clauses of size over 527586

Solver Data

0.73/2.26	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.73/2.26	c INFO: solving HOME/instance-3378005-1305457039.cnf
0.73/2.26	c INFO: computing task features
1.16/2.64	c INFO: computed variable-clause graph statistics
1.16/2.66	c INFO: computed clause balance statistics
3.66/5.11	c INFO: computed variable balance statistics
4.86/6.47	c INFO: computed small-clause counts
4.86/6.47	c INFO: computed Horn-clause counts
4.86/6.50	c INFO: computed variable graph statistics
4.86/6.50	c INFO: collected features for HOME/instance-3378005-1305457039.cnf in 4.30 s
4.86/6.52	c INFO: running lingeling-276@0 for 582 with 2395 remaining (b = 0.54)
592.29/593.50	c INFO: running lingeling-276@0 for 97 with 1809 remaining (b = 0.23)
692.47/693.69	c INFO: running cryptominisat-2.9.0@0 for 1709 with 1709 remaining (b = 0.53)

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

running on 2 cores: 0,2

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: 2.57 3.01 3.22 4/237 20122
/proc/meminfo: memFree=23928664/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=11796 CPUtime=0 cores=0,2
/proc/20122/stat : 20122 (runsolver) R 20119 20122 18686 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 1 0 657304661 12079104 52 33554432000 4194304 5432360 140734681258048 18446744073709551615 5055511 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/20122/statm: 2949 52 33 303 0 2643 0

[startup+0.062351 s]
/proc/loadavg: 2.57 3.01 3.22 4/237 20122
/proc/meminfo: memFree=23928664/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=16240 CPUtime=0 cores=0,2
/proc/20122/stat : 20122 (python) R 20119 20122 18686 0 -1 4202496 1046 0 4 0 0 0 0 0 17 0 1 0 657304661 16629760 922 33554432000 4194304 5683644 140735783407584 18446744073709551615 5168605 0 0 16781312 2 0 0 0 17 0 0 0 1
/proc/20122/statm: 4060 922 381 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.100343 s]
/proc/loadavg: 2.57 3.01 3.22 4/237 20122
/proc/meminfo: memFree=23928664/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=16536 CPUtime=0.02 cores=0,2
/proc/20122/stat : 20122 (python) R 20119 20122 18686 0 -1 4202496 1194 0 4 0 1 1 0 0 17 0 1 0 657304661 16932864 1058 33554432000 4194304 5683644 140735783407584 18446744073709551615 222921437893 0 0 16781312 2 0 0 0 17 0 0 0 1
/proc/20122/statm: 4203 1061 417 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16536

[startup+0.300299 s]
/proc/loadavg: 2.57 3.01 3.22 4/237 20122
/proc/meminfo: memFree=23928664/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=45812 CPUtime=0.08 cores=0,2
/proc/20122/stat : 20122 (python) R 20119 20122 18686 0 -1 4202496 1910 0 13 0 4 4 0 0 17 0 1 0 657304661 46911488 1696 33554432000 4194304 5683644 140735783407584 18446744073709551615 222921775104 0 0 16781312 2 0 0 0 17 0 0 0 3
/proc/20122/statm: 11453 1696 470 364 0 1202 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 45812

[startup+0.700234 s]
/proc/loadavg: 2.57 3.01 3.22 4/237 20122
/proc/meminfo: memFree=23928664/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=111020 CPUtime=0.22 cores=0,2
/proc/20122/stat : 20122 (python) S 20119 20122 18686 0 -1 4202496 3451 0 28 0 7 15 0 0 16 0 1 0 657304661 113684480 3129 33554432000 4194304 5683644 140735783407584 18446744073709551615 222921775104 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 7
/proc/20122/statm: 27755 3129 881 364 0 2291 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 111020

[startup+1.5011 s]
/proc/loadavg: 2.57 3.01 3.22 1/251 20154
/proc/meminfo: memFree=23827656/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=160664 CPUtime=0.58 cores=0,2
/proc/20122/stat : 20122 (python) D 20119 20122 18686 0 -1 4202496 6568 926 44 9 18 40 0 0 16 0 1 0 657304661 164519936 4700 33554432000 4194304 5683644 140735783407584 18446744073709551615 222916853383 0 0 16781312 2 0 0 0 17 0 0 0 13
/proc/20122/statm: 40166 4700 1259 364 0 3453 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 160664

[startup+3.10077 s]
/proc/loadavg: 2.57 3.01 3.22 2/251 20154
/proc/meminfo: memFree=23776576/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=306432 CPUtime=1.66 cores=0,2
/proc/20122/stat : 20122 (python) R 20119 20122 18686 0 -1 4202496 19756 926 83 9 120 46 0 0 16 0 1 0 657304661 313786368 13993 33554432000 4194304 5683644 140735783407584 18446744073709551615 222921425746 0 0 16781312 2 0 0 0 17 0 0 0 22
/proc/20122/statm: 76608 13993 1826 364 0 12532 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 306432
heavy processes:

[startup+6.30016 s]
/proc/loadavg: 2.69 3.03 3.23 6/254 20157
/proc/meminfo: memFree=23485948/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=306432 CPUtime=4.86 cores=0,2
/proc/20122/stat : 20122 (python) R 20119 20122 18686 0 -1 4202496 19757 926 83 9 440 46 0 0 22 0 1 0 657304661 313786368 13994 33554432000 4194304 5683644 140735783407584 18446744073709551615 222925185968 0 0 16781312 2 0 0 0 17 0 0 0 22
/proc/20122/statm: 76608 13994 1827 364 0 12532 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 306432
heavy processes:

[startup+12.701 s]
/proc/loadavg: 2.79 3.04 3.23 5/260 20163
/proc/meminfo: memFree=23402292/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=314620 CPUtime=5.08 cores=0,2
/proc/20122/stat : 20122 (python) S 20119 20122 18686 0 -1 4202496 20058 926 83 9 462 46 0 0 25 0 2 0 657304661 322170880 13526 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 22
/proc/20122/statm: 78655 13526 1875 364 0 14573 0
[pid=20158] ppid=20122 vsize=304376 CPUtime=0 cores=0,2
/proc/20158/stat : 20158 (python) S 20122 20122 18686 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 657305313 311681024 12023 33554432000 4194304 5683644 140735783407584 18446744073709551615 222921797135 0 0 16781312 514 3990831388935815428 0 0 17 0 0 0 0
/proc/20158/statm: 76094 12023 376 364 0 12012 0
[pid=20160] ppid=20158 vsize=18604 CPUtime=6.16 cores=0,2
/proc/20160/stat : 20160 (lingeling) R 20158 20160 20160 0 -1 4202496 5959 0 0 0 616 0 0 0 25 0 1 0 657305314 19050496 3815 33554432000 4194304 4352236 140733439120336 18446744073709551615 4207857 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20160/statm: 4651 3815 129 39 0 3731 0
[pid=20122/tid=20159] ppid=20119 vsize=314620 CPUtime=0 cores=0,2
/proc/20122/task/20159/stat : 20159 (python) S 20119 20122 18686 0 -1 4202560 32 926 0 9 0 0 0 0 25 0 2 0 657305313 322170880 13526 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 2 18446604453841880192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.24
Current children cumulated vsize (KiB) 637600

[startup+25.5097 s]
/proc/loadavg: 3.28 3.14 3.26 5/257 20195
/proc/meminfo: memFree=22846936/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=314620 CPUtime=5.08 cores=0,2
/proc/20122/stat : 20122 (python) S 20119 20122 18686 0 -1 4202496 20058 926 83 9 462 46 0 0 25 0 2 0 657304661 322170880 13526 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 22
/proc/20122/statm: 78655 13526 1875 364 0 14573 0
[pid=20158] ppid=20122 vsize=304376 CPUtime=0.03 cores=0,2
/proc/20158/stat : 20158 (python) S 20122 20122 18686 0 -1 4202560 895 0 0 0 1 2 0 0 18 0 1 0 657305313 311681024 12023 33554432000 4194304 5683644 140735783407584 18446744073709551615 222921797135 0 0 16781312 514 8577175859071254788 0 0 17 0 0 0 0
/proc/20158/statm: 76094 12023 376 364 0 12012 0
[pid=20160] ppid=20158 vsize=20132 CPUtime=18.94 cores=0,2
/proc/20160/stat : 20160 (lingeling) R 20158 20160 20160 0 -1 4202496 7050 0 0 0 1894 0 0 0 25 0 1 0 657305314 20615168 4197 33554432000 4194304 4352236 140733439120336 18446744073709551615 4329315 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20160/statm: 5033 4197 129 39 0 4113 0
[pid=20122/tid=20159] ppid=20119 vsize=314620 CPUtime=0 cores=0,2
/proc/20122/task/20159/stat : 20159 (python) S 20119 20122 18686 0 -1 4202560 32 926 0 9 0 0 0 0 25 0 2 0 657305313 322170880 13526 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 2 18446604453841880192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.05
Current children cumulated vsize (KiB) 639128

[startup+51.101 s]
/proc/loadavg: 3.52 3.21 3.28 4/257 20266
/proc/meminfo: memFree=22346948/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=314620 CPUtime=5.08 cores=0,2
/proc/20122/stat : 20122 (python) S 20119 20122 18686 0 -1 4202496 20058 926 83 9 462 46 0 0 25 0 2 0 657304661 322170880 13526 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 22
/proc/20122/statm: 78655 13526 1875 364 0 14573 0
[pid=20158] ppid=20122 vsize=304376 CPUtime=0.07 cores=0,2
/proc/20158/stat : 20158 (python) S 20122 20122 18686 0 -1 4202560 905 0 0 0 3 4 0 0 18 0 1 0 657305313 311681024 12023 33554432000 4194304 5683644 140735783407584 18446744073709551615 222921797135 0 0 16781312 514 8577175859071254788 0 0 17 0 0 0 0
/proc/20158/statm: 76094 12023 376 364 0 12012 0
[pid=20160] ppid=20158 vsize=20872 CPUtime=44.49 cores=0,2
/proc/20160/stat : 20160 (lingeling) R 20158 20160 20160 0 -1 4202496 10445 0 0 0 4449 0 0 0 25 0 1 0 657305314 21372928 4414 33554432000 4194304 4352236 140733439120336 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20160/statm: 5218 4414 129 39 0 4298 0
[pid=20122/tid=20159] ppid=20119 vsize=314620 CPUtime=0 cores=0,2
/proc/20122/task/20159/stat : 20159 (python) S 20119 20122 18686 0 -1 4202560 32 926 0 9 0 0 0 0 25 0 2 0 657305313 322170880 13526 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 2 18446604453841880192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.64
Current children cumulated vsize (KiB) 639868

[startup+102.301 s]
/proc/loadavg: 3.79 3.33 3.31 5/260 20340
/proc/meminfo: memFree=22199188/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=314620 CPUtime=5.08 cores=0,2
/proc/20122/stat : 20122 (python) S 20119 20122 18686 0 -1 4202496 20058 926 83 9 462 46 0 0 25 0 2 0 657304661 322170880 13526 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 22
/proc/20122/statm: 78655 13526 1875 364 0 14573 0
[pid=20158] ppid=20122 vsize=304376 CPUtime=0.17 cores=0,2
/proc/20158/stat : 20158 (python) S 20122 20122 18686 0 -1 4202560 931 0 0 0 8 9 0 0 18 0 1 0 657305313 311681024 12023 33554432000 4194304 5683644 140735783407584 18446744073709551615 222921797135 0 0 16781312 514 8577175859071254788 0 0 17 0 0 0 0
/proc/20158/statm: 76094 12023 376 364 0 12012 0
[pid=20160] ppid=20158 vsize=23364 CPUtime=95.6 cores=0,2
/proc/20160/stat : 20160 (lingeling) R 20158 20160 20160 0 -1 4202496 17103 0 0 0 9559 1 0 0 25 0 1 0 657305314 23924736 5037 33554432000 4194304 4352236 140733439120336 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20160/statm: 5841 5037 129 39 0 4921 0
[pid=20122/tid=20159] ppid=20119 vsize=314620 CPUtime=0 cores=0,2
/proc/20122/task/20159/stat : 20159 (python) S 20119 20122 18686 0 -1 4202560 32 926 0 9 0 0 0 0 25 0 2 0 657305313 322170880 13526 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 2 18446604453841880192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.85
Current children cumulated vsize (KiB) 642360

[startup+162.301 s]
/proc/loadavg: 3.92 3.45 3.35 5/260 20377
/proc/meminfo: memFree=22391608/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=314620 CPUtime=5.08 cores=0,2
/proc/20122/stat : 20122 (python) S 20119 20122 18686 0 -1 4202496 20058 926 83 9 462 46 0 0 25 0 2 0 657304661 322170880 13526 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 22
/proc/20122/statm: 78655 13526 1875 364 0 14573 0
[pid=20158] ppid=20122 vsize=304376 CPUtime=0.28 cores=0,2
/proc/20158/stat : 20158 (python) S 20122 20122 18686 0 -1 4202560 951 0 0 0 14 14 0 0 18 0 1 0 657305313 311681024 12023 33554432000 4194304 5683644 140735783407584 18446744073709551615 222921797135 0 0 16781312 514 8577175859071254788 0 0 17 0 0 0 0
/proc/20158/statm: 76094 12023 376 364 0 12012 0
[pid=20160] ppid=20158 vsize=24572 CPUtime=155.49 cores=0,2
/proc/20160/stat : 20160 (lingeling) R 20158 20160 20160 0 -1 4202496 26062 0 0 0 15546 3 0 0 25 0 1 0 657305314 25161728 5307 33554432000 4194304 4352236 140733439120336 18446744073709551615 4233914 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20160/statm: 6143 5307 129 39 0 5223 0
[pid=20122/tid=20159] ppid=20119 vsize=314620 CPUtime=0 cores=0,2
/proc/20122/task/20159/stat : 20159 (python) S 20119 20122 18686 0 -1 4202560 32 926 0 9 0 0 0 0 25 0 2 0 657305313 322170880 13526 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 2 18446604453841880192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 160.85
Current children cumulated vsize (KiB) 643568

[startup+222.301 s]
/proc/loadavg: 3.82 3.51 3.38 4/254 20409
/proc/meminfo: memFree=22894892/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=314620 CPUtime=5.08 cores=0,2
/proc/20122/stat : 20122 (python) S 20119 20122 18686 0 -1 4202496 20058 926 83 9 462 46 0 0 25 0 2 0 657304661 322170880 13526 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 22
/proc/20122/statm: 78655 13526 1875 364 0 14573 0
[pid=20158] ppid=20122 vsize=304376 CPUtime=0.38 cores=0,2
/proc/20158/stat : 20158 (python) S 20122 20122 18686 0 -1 4202560 970 0 0 0 19 19 0 0 18 0 1 0 657305313 311681024 12023 33554432000 4194304 5683644 140735783407584 18446744073709551615 222921797135 0 0 16781312 514 8577175859071254788 0 0 17 0 0 0 0
/proc/20158/statm: 76094 12023 376 364 0 12012 0
[pid=20160] ppid=20158 vsize=25484 CPUtime=215.39 cores=0,2
/proc/20160/stat : 20160 (lingeling) R 20158 20160 20160 0 -1 4202496 33423 0 0 0 21535 4 0 0 25 0 1 0 657305314 26095616 5535 33554432000 4194304 4352236 140733439120336 18446744073709551615 4231316 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/20160/statm: 6371 5535 129 39 0 5451 0
[pid=20122/tid=20159] ppid=20119 vsize=314620 CPUtime=0 cores=0,2
/proc/20122/task/20159/stat : 20159 (python) S 20119 20122 18686 0 -1 4202560 32 926 0 9 0 0 0 0 25 0 2 0 657305313 322170880 13526 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 2 18446604453841880192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 220.85
Current children cumulated vsize (KiB) 644480

[startup+282.301 s]
/proc/loadavg: 3.34 3.43 3.36 4/254 20410
/proc/meminfo: memFree=22683604/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=314620 CPUtime=5.08 cores=0,2
/proc/20122/stat : 20122 (python) S 20119 20122 18686 0 -1 4202496 20058 926 83 9 462 46 0 0 25 0 2 0 657304661 322170880 13526 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 22

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

[startup+1122.3 s]
/proc/loadavg: 3.00 3.03 3.13 4/274 20455
/proc/meminfo: memFree=21357212/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=335132 CPUtime=5.11 cores=0,2
/proc/20122/stat : 20122 (python) S 20119 20122 18686 0 -1 4202496 21666 926 83 9 464 47 0 0 20 0 4 0 657304661 343175168 13539 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 22
/proc/20122/statm: 83783 13539 1880 364 0 19695 0
[pid=20158] ppid=20122 vsize=314620 CPUtime=1.07 cores=0,2
/proc/20158/stat : 20158 (python) S 20122 20122 18686 0 -1 4202560 1204 0 0 0 60 47 0 0 19 0 2 0 657305313 322170880 12067 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20158/statm: 78655 12067 415 364 0 14573 0
[pid=20160] ppid=20158 vsize=36368 CPUtime=586.14 cores=0,2
/proc/20160/stat : 20160 (lingeling) T 20158 20160 20160 0 -1 4202496 77941 0 0 0 58603 11 0 0 25 0 1 0 657305314 37240832 8256 33554432000 4194304 4352236 140733439120336 18446744073709551615 4328351 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/20160/statm: 9092 8256 129 39 0 8172 0
[pid=20158/tid=20422] ppid=20122 vsize=314620 CPUtime=0 cores=0,2
/proc/20158/task/20422/stat : 20422 (python) S 20122 20122 18686 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657364011 322170880 12067 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 514 18446604453841881088 0 0 -1 2 0 0 0
[pid=20423] ppid=20122 vsize=314632 CPUtime=0.18 cores=0,2
/proc/20423/stat : 20423 (python) S 20122 20122 18686 0 -1 4202560 1099 0 0 0 10 8 0 0 19 0 2 0 657364012 322183168 12051 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20423/statm: 78658 12051 399 364 0 14573 0
[pid=20425] ppid=20423 vsize=23728 CPUtime=100.08 cores=0,2
/proc/20425/stat : 20425 (lingeling) T 20423 20425 20425 0 -1 4202496 17028 0 0 0 10007 1 0 0 25 0 1 0 657364012 24297472 5111 33554432000 4194304 4352236 140736320106704 18446744073709551615 4280960 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/20425/statm: 5932 5111 129 39 0 5012 0
[pid=20423/tid=20429] ppid=20122 vsize=314632 CPUtime=0 cores=0,2
/proc/20423/task/20429/stat : 20429 (python) S 20122 20122 18686 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657374030 322183168 12051 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 514 18446604453970028608 0 0 -1 2 0 0 0
[pid=20430] ppid=20122 vsize=324888 CPUtime=0.93 cores=0,2
/proc/20430/stat : 20430 (python) S 20122 20122 18686 0 -1 4202560 992 0 0 0 51 42 0 0 15 0 1 0 657374031 332685312 12025 33554432000 4194304 5683644 140735783407584 18446744073709551615 222921797190 0 0 16781312 514 15128096927981207811 0 0 17 0 0 0 0
/proc/20430/statm: 81222 12025 370 364 0 17134 0
[pid=20432] ppid=20430 vsize=137848 CPUtime=427.88 cores=0,2
/proc/20432/stat : 20432 (cryptominisat-2) R 20430 20432 20432 0 -1 4202496 95255 0 0 0 42755 33 0 0 25 0 1 0 657374031 141156352 28118 33554432000 4194304 4677096 140735203624192 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20432/statm: 34462 28118 391 118 0 29421 0
[pid=20122/tid=20159] ppid=20119 vsize=335132 CPUtime=0 cores=0,2
/proc/20122/task/20159/stat : 20159 (python) S 20119 20122 18686 0 -1 4202560 32 926 0 9 0 0 0 0 25 0 4 0 657305313 343175168 13539 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 2 18446604453841880192 0 0 -1 0 0 0 0
[pid=20122/tid=20424] ppid=20119 vsize=335132 CPUtime=0 cores=0,2
/proc/20122/task/20424/stat : 20424 (python) S 20119 20122 18686 0 -1 4202560 26 926 0 9 0 0 0 0 20 0 4 0 657364012 343175168 13539 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 2 18446604453841880192 0 0 -1 0 0 0 0
[pid=20122/tid=20431] ppid=20119 vsize=335132 CPUtime=0 cores=0,2
/proc/20122/task/20431/stat : 20431 (python) S 20119 20122 18686 0 -1 4202560 28 926 0 9 0 0 0 0 20 0 4 0 657374031 343175168 13539 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 2 18446604453841880192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1121.39
Current children cumulated vsize (KiB) 1487216

[startup+1182.3 s]
/proc/loadavg: 3.04 3.03 3.13 4/274 20457
/proc/meminfo: memFree=21296532/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=335132 CPUtime=5.11 cores=0,2
/proc/20122/stat : 20122 (python) S 20119 20122 18686 0 -1 4202496 21666 926 83 9 464 47 0 0 20 0 4 0 657304661 343175168 13539 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 22
/proc/20122/statm: 83783 13539 1880 364 0 19695 0
[pid=20158] ppid=20122 vsize=314620 CPUtime=1.07 cores=0,2
/proc/20158/stat : 20158 (python) S 20122 20122 18686 0 -1 4202560 1204 0 0 0 60 47 0 0 19 0 2 0 657305313 322170880 12067 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20158/statm: 78655 12067 415 364 0 14573 0
[pid=20160] ppid=20158 vsize=36368 CPUtime=586.14 cores=0,2
/proc/20160/stat : 20160 (lingeling) T 20158 20160 20160 0 -1 4202496 77941 0 0 0 58603 11 0 0 25 0 1 0 657305314 37240832 8256 33554432000 4194304 4352236 140733439120336 18446744073709551615 4328351 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/20160/statm: 9092 8256 129 39 0 8172 0
[pid=20158/tid=20422] ppid=20122 vsize=314620 CPUtime=0 cores=0,2
/proc/20158/task/20422/stat : 20422 (python) S 20122 20122 18686 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657364011 322170880 12067 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 514 18446604453841881088 0 0 -1 2 0 0 0
[pid=20423] ppid=20122 vsize=314632 CPUtime=0.18 cores=0,2
/proc/20423/stat : 20423 (python) S 20122 20122 18686 0 -1 4202560 1099 0 0 0 10 8 0 0 19 0 2 0 657364012 322183168 12051 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20423/statm: 78658 12051 399 364 0 14573 0
[pid=20425] ppid=20423 vsize=23728 CPUtime=100.08 cores=0,2
/proc/20425/stat : 20425 (lingeling) T 20423 20425 20425 0 -1 4202496 17028 0 0 0 10007 1 0 0 25 0 1 0 657364012 24297472 5111 33554432000 4194304 4352236 140736320106704 18446744073709551615 4280960 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/20425/statm: 5932 5111 129 39 0 5012 0
[pid=20423/tid=20429] ppid=20122 vsize=314632 CPUtime=0 cores=0,2
/proc/20423/task/20429/stat : 20429 (python) S 20122 20122 18686 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657374030 322183168 12051 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 514 18446604453970028608 0 0 -1 2 0 0 0
[pid=20430] ppid=20122 vsize=324888 CPUtime=1.06 cores=0,2
/proc/20430/stat : 20430 (python) S 20122 20122 18686 0 -1 4202560 992 0 0 0 58 48 0 0 15 0 1 0 657374031 332685312 12025 33554432000 4194304 5683644 140735783407584 18446744073709551615 222921797190 0 0 16781312 514 15128096927981207811 0 0 17 0 0 0 0
/proc/20430/statm: 81222 12025 370 364 0 17134 0
[pid=20432] ppid=20430 vsize=123692 CPUtime=487.78 cores=0,2
/proc/20432/stat : 20432 (cryptominisat-2) R 20430 20432 20432 0 -1 4202496 102037 0 0 0 48742 36 0 0 25 0 1 0 657374031 126660608 24608 33554432000 4194304 4677096 140735203624192 18446744073709551615 4319256 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20432/statm: 30923 24608 391 118 0 25882 0
[pid=20122/tid=20159] ppid=20119 vsize=335132 CPUtime=0 cores=0,2
/proc/20122/task/20159/stat : 20159 (python) S 20119 20122 18686 0 -1 4202560 32 926 0 9 0 0 0 0 25 0 4 0 657305313 343175168 13539 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 2 18446604453841880192 0 0 -1 0 0 0 0
[pid=20122/tid=20424] ppid=20119 vsize=335132 CPUtime=0 cores=0,2
/proc/20122/task/20424/stat : 20424 (python) S 20119 20122 18686 0 -1 4202560 26 926 0 9 0 0 0 0 20 0 4 0 657364012 343175168 13539 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 2 18446604453841880192 0 0 -1 0 0 0 0
[pid=20122/tid=20431] ppid=20119 vsize=335132 CPUtime=0 cores=0,2
/proc/20122/task/20431/stat : 20431 (python) S 20119 20122 18686 0 -1 4202560 28 926 0 9 0 0 0 0 20 0 4 0 657374031 343175168 13539 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 2 18446604453841880192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1181.42
Current children cumulated vsize (KiB) 1473060

[startup+1242.3 s]
/proc/loadavg: 3.01 3.03 3.11 4/278 20463
/proc/meminfo: memFree=21074484/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=335132 CPUtime=5.11 cores=0,2
/proc/20122/stat : 20122 (python) S 20119 20122 18686 0 -1 4202496 21666 926 83 9 464 47 0 0 20 0 4 0 657304661 343175168 13539 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 22
/proc/20122/statm: 83783 13539 1880 364 0 19695 0
[pid=20158] ppid=20122 vsize=314620 CPUtime=1.07 cores=0,2
/proc/20158/stat : 20158 (python) S 20122 20122 18686 0 -1 4202560 1204 0 0 0 60 47 0 0 19 0 2 0 657305313 322170880 12067 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20158/statm: 78655 12067 415 364 0 14573 0
[pid=20160] ppid=20158 vsize=36368 CPUtime=586.14 cores=0,2
/proc/20160/stat : 20160 (lingeling) T 20158 20160 20160 0 -1 4202496 77941 0 0 0 58603 11 0 0 25 0 1 0 657305314 37240832 8256 33554432000 4194304 4352236 140733439120336 18446744073709551615 4328351 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/20160/statm: 9092 8256 129 39 0 8172 0
[pid=20158/tid=20422] ppid=20122 vsize=314620 CPUtime=0 cores=0,2
/proc/20158/task/20422/stat : 20422 (python) S 20122 20122 18686 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657364011 322170880 12067 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 514 18446604453841881088 0 0 -1 2 0 0 0
[pid=20423] ppid=20122 vsize=314632 CPUtime=0.18 cores=0,2
/proc/20423/stat : 20423 (python) S 20122 20122 18686 0 -1 4202560 1099 0 0 0 10 8 0 0 19 0 2 0 657364012 322183168 12051 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20423/statm: 78658 12051 399 364 0 14573 0
[pid=20425] ppid=20423 vsize=23728 CPUtime=100.08 cores=0,2
/proc/20425/stat : 20425 (lingeling) T 20423 20425 20425 0 -1 4202496 17028 0 0 0 10007 1 0 0 25 0 1 0 657364012 24297472 5111 33554432000 4194304 4352236 140736320106704 18446744073709551615 4280960 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/20425/statm: 5932 5111 129 39 0 5012 0
[pid=20423/tid=20429] ppid=20122 vsize=314632 CPUtime=0 cores=0,2
/proc/20423/task/20429/stat : 20429 (python) S 20122 20122 18686 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657374030 322183168 12051 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 514 18446604453970028608 0 0 -1 2 0 0 0
[pid=20430] ppid=20122 vsize=324888 CPUtime=1.19 cores=0,2
/proc/20430/stat : 20430 (python) S 20122 20122 18686 0 -1 4202560 992 0 0 0 66 53 0 0 15 0 1 0 657374031 332685312 12025 33554432000 4194304 5683644 140735783407584 18446744073709551615 222921797190 0 0 16781312 514 15128096927981207811 0 0 17 0 0 0 0
/proc/20430/statm: 81222 12025 370 364 0 17134 0
[pid=20432] ppid=20430 vsize=126788 CPUtime=547.65 cores=0,2
/proc/20432/stat : 20432 (cryptominisat-2) R 20430 20432 20432 0 -1 4202496 110875 0 0 0 54725 40 0 0 25 0 1 0 657374031 129830912 25499 33554432000 4194304 4677096 140735203624192 18446744073709551615 4319860 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20432/statm: 31697 25499 391 118 0 26656 0
[pid=20122/tid=20159] ppid=20119 vsize=335132 CPUtime=0 cores=0,2
/proc/20122/task/20159/stat : 20159 (python) S 20119 20122 18686 0 -1 4202560 32 926 0 9 0 0 0 0 25 0 4 0 657305313 343175168 13539 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 2 18446604453841880192 0 0 -1 0 0 0 0
[pid=20122/tid=20424] ppid=20119 vsize=335132 CPUtime=0 cores=0,2
/proc/20122/task/20424/stat : 20424 (python) S 20119 20122 18686 0 -1 4202560 26 926 0 9 0 0 0 0 20 0 4 0 657364012 343175168 13539 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 2 18446604453841880192 0 0 -1 0 0 0 0
[pid=20122/tid=20431] ppid=20119 vsize=335132 CPUtime=0 cores=0,2
/proc/20122/task/20431/stat : 20431 (python) S 20119 20122 18686 0 -1 4202560 28 926 0 9 0 0 0 0 20 0 4 0 657374031 343175168 13539 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 2 18446604453841880192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1241.42
Current children cumulated vsize (KiB) 1476156



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.02 3.10 4/278 20464
/proc/meminfo: memFree=21015288/32951124 swapFree=61559568/67111528
[pid=20122] ppid=20119 vsize=335132 CPUtime=5.11 cores=0,2
/proc/20122/stat : 20122 (python) S 20119 20122 18686 0 -1 4202496 21666 926 83 9 464 47 0 0 20 0 4 0 657304661 343175168 13539 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 22
/proc/20122/statm: 83783 13539 1880 364 0 19695 0
[pid=20158] ppid=20122 vsize=314620 CPUtime=1.07 cores=0,2
/proc/20158/stat : 20158 (python) S 20122 20122 18686 0 -1 4202560 1204 0 0 0 60 47 0 0 19 0 2 0 657305313 322170880 12067 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20158/statm: 78655 12067 415 364 0 14573 0
[pid=20160] ppid=20158 vsize=36368 CPUtime=586.14 cores=0,2
/proc/20160/stat : 20160 (lingeling) T 20158 20160 20160 0 -1 4202496 77941 0 0 0 58603 11 0 0 25 0 1 0 657305314 37240832 8256 33554432000 4194304 4352236 140733439120336 18446744073709551615 4328351 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/20160/statm: 9092 8256 129 39 0 8172 0
[pid=20158/tid=20422] ppid=20122 vsize=314620 CPUtime=0 cores=0,2
/proc/20158/task/20422/stat : 20422 (python) S 20122 20122 18686 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657364011 322170880 12067 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 514 18446604453841881088 0 0 -1 2 0 0 0
[pid=20423] ppid=20122 vsize=314632 CPUtime=0.18 cores=0,2
/proc/20423/stat : 20423 (python) S 20122 20122 18686 0 -1 4202560 1099 0 0 0 10 8 0 0 19 0 2 0 657364012 322183168 12051 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20423/statm: 78658 12051 399 364 0 14573 0
[pid=20425] ppid=20423 vsize=23728 CPUtime=100.08 cores=0,2
/proc/20425/stat : 20425 (lingeling) T 20423 20425 20425 0 -1 4202496 17028 0 0 0 10007 1 0 0 25 0 1 0 657364012 24297472 5111 33554432000 4194304 4352236 140736320106704 18446744073709551615 4280960 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/20425/statm: 5932 5111 129 39 0 5012 0
[pid=20423/tid=20429] ppid=20122 vsize=314632 CPUtime=0 cores=0,2
/proc/20423/task/20429/stat : 20429 (python) S 20122 20122 18686 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657374030 322183168 12051 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 514 18446604453970028608 0 0 -1 2 0 0 0
[pid=20430] ppid=20122 vsize=324888 CPUtime=1.32 cores=0,2
/proc/20430/stat : 20430 (python) S 20122 20122 18686 0 -1 4202560 992 0 0 0 73 59 0 0 15 0 1 0 657374031 332685312 12025 33554432000 4194304 5683644 140735783407584 18446744073709551615 222921797190 0 0 16781312 514 8577175859071254787 0 0 17 0 0 0 0
/proc/20430/statm: 81222 12025 370 364 0 17134 0
[pid=20432] ppid=20430 vsize=141444 CPUtime=605.23 cores=0,2
/proc/20432/stat : 20432 (cryptominisat-2) R 20430 20432 20432 0 -1 4202496 117858 0 0 0 60480 43 0 0 25 0 1 0 657374031 144838656 28933 33554432000 4194304 4677096 140735203624192 18446744073709551615 4320065 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20432/statm: 35361 28933 391 118 0 30320 0
[pid=20122/tid=20159] ppid=20119 vsize=335132 CPUtime=0 cores=0,2
/proc/20122/task/20159/stat : 20159 (python) S 20119 20122 18686 0 -1 4202560 32 926 0 9 0 0 0 0 25 0 4 0 657305313 343175168 13539 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 2 18446604453841880192 0 0 -1 0 0 0 0
[pid=20122/tid=20424] ppid=20119 vsize=335132 CPUtime=0 cores=0,2
/proc/20122/task/20424/stat : 20424 (python) S 20119 20122 18686 0 -1 4202560 26 926 0 9 0 0 0 0 20 0 4 0 657364012 343175168 13539 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 2 18446604453841880192 0 0 -1 0 0 0 0
[pid=20122/tid=20431] ppid=20119 vsize=335132 CPUtime=0 cores=0,2
/proc/20122/task/20431/stat : 20431 (python) S 20119 20122 18686 0 -1 4202560 28 926 0 9 0 0 0 0 20 0 4 0 657374031 343175168 13539 33554432000 4194304 5683644 140735783407584 18446744073709551615 222933600689 0 0 16781312 2 18446604453841880192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1299.13
Current children cumulated vsize (KiB) 1490812

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 20122 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=644293
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=481926
# CPU time returned by wait4() is 5.12622
# while last known CPU time is 1299.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.03
CPU time (s): 1299.13
CPU user time (s): 1296.97
CPU system time (s): 2.16
CPU usage (%): 99.9304
Max. virtual memory (cumulated for all children) (KiB): 1537076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.64429
system time used= 0.481926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22593
page faults= 92
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53191
involuntary context switches= 57

runsolver used 3.24151 second user time and 6.79097 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-15 12:57:19
IDJOB=3378005
IDBENCH=83451
IDSOLVER=1858
FILE ID=node109/3378005-1305457039
RUNJOBID= node109-1305457038-20095
PBS_JOBID= 13324879
Free space on /tmp= 73268 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-17.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-3378005-1305457039/watcher-3378005-1305457039 -o /tmp/evaluation-result-3378005-1305457039/solver-3378005-1305457039 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378005-1305457039.cnf -seed 451750582 -budget 2400

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

MD5SUM BENCH= ade81e5508101352b3d942708b201606
RANDOM SEED=451750582

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:      23928828 kB
Buffers:        267860 kB
Cached:        2593608 kB
SwapCached:      28404 kB
Active:         284968 kB
Inactive:      8509908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23928828 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:          123076 kB
Writeback:           4 kB
AnonPages:     5911600 kB
Mapped:          17216 kB
Slab:           132768 kB
PageTables:      31284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17856312 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= 73076 MiB
End job on node109 at 2011-05-15 13:19:01