Trace number 3377876

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) 1298.03 1300.04

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark643.759
Satisfiable
(Un)Satisfiability was proved
Number of variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

Solver Data

0.82/3.11	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.82/3.11	c INFO: solving HOME/instance-3377876-1305452910.cnf
0.82/3.11	c INFO: computing task features
0.82/3.11	c INFO: computed variable-clause graph statistics
0.82/3.11	c INFO: computed clause balance statistics
0.82/3.11	c INFO: computed variable balance statistics
0.82/3.17	c INFO: computed small-clause counts
0.82/3.17	c INFO: computed Horn-clause counts
0.82/3.17	c INFO: computed variable graph statistics
0.82/3.17	c INFO: collected features for HOME/instance-3377876-1305452910.cnf in 0.16 s
0.82/3.19	c INFO: running lingeling-276@0 for 582 with 2399 remaining (b = 0.58)
588.55/590.67	c INFO: running lingeling-276@586 for 291 with 1813 remaining (b = 0.17)
882.29/884.40	c INFO: running lingeling-276@0 for 194 with 1520 remaining (b = 0.35)
1078.87/1080.91	c INFO: running cryptominisat-2.9.0@0 for 485 with 1324 remaining (b = 0.41)

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

running on 2 cores: 1,3

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.71 3.63 3.78 3/349 6079
/proc/meminfo: memFree=21262004/32951124 swapFree=67111348/67111528
[pid=6079] ppid=6077 vsize=6240 CPUtime=0 cores=1,3
/proc/6079/stat : 6079 (python) S 6077 6079 5042 0 -1 4194304 96 0 2 0 0 0 0 0 20 0 1 0 637707194 6389760 51 33554432000 4194304 5683644 140735095743648 18446744073709551615 255101845127 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/6079/statm: 1560 51 40 364 0 42 0

[startup+0.0180999 s]
/proc/loadavg: 2.71 3.63 3.78 3/349 6079
/proc/meminfo: memFree=21262004/32951124 swapFree=67111348/67111528
[pid=6079] ppid=6077 vsize=14384 CPUtime=0 cores=1,3
/proc/6079/stat : 6079 (python) R 6077 6079 5042 0 -1 4194304 231 0 5 0 0 0 0 0 20 0 1 0 637707194 14729216 169 33554432000 4194304 5683644 140735095743648 18446744073709551615 4681245 0 0 4096 0 0 0 0 17 1 0 0 1
/proc/6079/statm: 3596 169 135 364 0 83 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14384

[startup+0.101071 s]
/proc/loadavg: 2.71 3.63 3.78 3/349 6079
/proc/meminfo: memFree=21262004/32951124 swapFree=67111348/67111528
[pid=6079] ppid=6077 vsize=16816 CPUtime=0.01 cores=1,3
/proc/6079/stat : 6079 (python) S 6077 6079 5042 0 -1 4202496 1223 0 6 0 1 0 0 0 17 0 1 0 637707194 17219584 1087 33554432000 4194304 5683644 140735095743648 18446744073709551615 255101845060 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 2
/proc/6079/statm: 4204 1087 418 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16816

[startup+0.30103 s]
/proc/loadavg: 2.71 3.63 3.78 3/349 6079
/proc/meminfo: memFree=21262004/32951124 swapFree=67111348/67111528
[pid=6079] ppid=6077 vsize=50016 CPUtime=0.08 cores=1,3
/proc/6079/stat : 6079 (python) D 6077 6079 5042 0 -1 4202496 1939 0 14 0 4 4 0 0 17 0 1 0 637707194 51216384 1717 33554432000 4194304 5683644 140735095743648 18446744073709551615 255106766848 0 0 16781312 2 0 0 0 17 1 0 0 4
/proc/6079/statm: 12504 1717 476 364 0 1204 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50016

[startup+0.700964 s]
/proc/loadavg: 2.71 3.63 3.78 3/349 6079
/proc/meminfo: memFree=21262004/32951124 swapFree=67111348/67111528
[pid=6079] ppid=6077 vsize=115432 CPUtime=0.18 cores=1,3
/proc/6079/stat : 6079 (python) S 6077 6079 5042 0 -1 4202496 3565 0 29 0 7 11 0 0 16 0 1 0 637707194 118202368 3236 33554432000 4194304 5683644 140735095743648 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 9
/proc/6079/statm: 28858 3236 889 364 0 2359 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 115432

[startup+1.50087 s]
/proc/loadavg: 2.71 3.63 3.78 1/362 6112
/proc/meminfo: memFree=21159228/32951124 swapFree=67111348/67111528
[pid=6079] ppid=6077 vsize=135756 CPUtime=0.45 cores=1,3
/proc/6079/stat : 6079 (python) D 6077 6079 5042 0 -1 4202496 5994 925 34 8 16 29 0 0 17 0 1 0 637707194 139014144 4173 33554432000 4194304 5683644 140735095743648 18446744073709551615 255106768640 0 0 16781312 2 18446744071562234166 0 0 17 1 0 0 31
/proc/6079/statm: 33939 4174 1032 364 0 3125 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 135756

[startup+3.10055 s]
/proc/loadavg: 2.71 3.63 3.78 2/362 6112
/proc/meminfo: memFree=21128564/32951124 swapFree=67111348/67111528
[pid=6079] ppid=6077 vsize=278988 CPUtime=0.82 cores=1,3
/proc/6079/stat : 6079 (python) R 6077 6079 5042 0 -1 4202496 9387 925 88 8 38 44 0 0 16 0 1 0 637707194 285683712 7131 33554432000 4194304 5683644 140735095743648 18446744073709551615 4529372 0 0 16781312 2 0 0 0 17 1 0 0 75
/proc/6079/statm: 69747 7131 1826 364 0 5671 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 278988
heavy processes:

[startup+6.30098 s]
/proc/loadavg: 2.82 3.63 3.79 5/365 6115
/proc/meminfo: memFree=20851416/32951124 swapFree=67111348/67111528
[pid=6079] ppid=6077 vsize=289256 CPUtime=0.91 cores=1,3
/proc/6079/stat : 6079 (python) S 6077 6079 5042 0 -1 4202496 9680 925 88 8 47 44 0 0 17 0 2 0 637707194 296198144 7177 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 75
/proc/6079/statm: 72314 7177 1867 364 0 8232 0
[pid=6113] ppid=6079 vsize=279012 CPUtime=0 cores=1,3
/proc/6113/stat : 6113 (python) S 6079 6079 5042 0 -1 4202560 738 0 0 0 0 0 0 0 15 0 1 0 637707514 285708288 5660 33554432000 4194304 5683644 140735095743648 18446744073709551615 255106788879 0 0 16781312 514 9359034458709131524 0 0 17 1 0 0 0
/proc/6113/statm: 69753 5660 354 364 0 5671 0
[pid=6115] ppid=6113 vsize=6896 CPUtime=3.08 cores=1,3
/proc/6115/stat : 6115 (lingeling) R 6113 6115 6115 0 -1 4202496 1938 0 0 0 308 0 0 0 25 0 1 0 637707515 7061504 922 33554432000 4194304 4352236 140733604318496 18446744073709551615 4276734 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/6115/statm: 1724 922 129 39 0 804 0
[pid=6079/tid=6114] ppid=6077 vsize=289256 CPUtime=0 cores=1,3
/proc/6079/task/6114/stat : 6114 (python) S 6077 6079 5042 0 -1 4202560 32 925 0 8 0 0 0 0 18 0 2 0 637707515 296198144 7177 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 575164
heavy processes:

[startup+12.7009 s]
/proc/loadavg: 2.99 3.65 3.79 5/368 6118
/proc/meminfo: memFree=20842540/32951124 swapFree=67111348/67111528
[pid=6079] ppid=6077 vsize=289256 CPUtime=0.91 cores=1,3
/proc/6079/stat : 6079 (python) S 6077 6079 5042 0 -1 4202496 9680 925 88 8 47 44 0 0 17 0 2 0 637707194 296198144 7177 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 75
/proc/6079/statm: 72314 7177 1867 364 0 8232 0
[pid=6113] ppid=6079 vsize=279012 CPUtime=0 cores=1,3
/proc/6113/stat : 6113 (python) S 6079 6079 5042 0 -1 4202560 883 0 0 0 0 0 0 0 15 0 1 0 637707514 285708288 5683 33554432000 4194304 5683644 140735095743648 18446744073709551615 255106788879 0 0 16781312 514 9359034458709131524 0 0 17 1 0 0 0
/proc/6113/statm: 69753 5683 377 364 0 5671 0
[pid=6115] ppid=6113 vsize=9332 CPUtime=9.46 cores=1,3
/proc/6115/stat : 6115 (lingeling) R 6113 6115 6115 0 -1 4202496 3673 0 0 0 946 0 0 0 25 0 1 0 637707515 9555968 1535 33554432000 4194304 4352236 140733604318496 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/6115/statm: 2333 1535 129 39 0 1413 0
[pid=6079/tid=6114] ppid=6077 vsize=289256 CPUtime=0 cores=1,3
/proc/6079/task/6114/stat : 6114 (python) S 6077 6079 5042 0 -1 4202560 32 925 0 8 0 0 0 0 18 0 2 0 637707515 296198144 7177 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.37
Current children cumulated vsize (KiB) 577600

[startup+25.5006 s]
/proc/loadavg: 3.21 3.67 3.79 5/371 6121
/proc/meminfo: memFree=20822248/32951124 swapFree=67111348/67111528
[pid=6079] ppid=6077 vsize=289256 CPUtime=0.91 cores=1,3
/proc/6079/stat : 6079 (python) S 6077 6079 5042 0 -1 4202496 9680 925 88 8 47 44 0 0 17 0 2 0 637707194 296198144 7177 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 75
/proc/6079/statm: 72314 7177 1867 364 0 8232 0
[pid=6113] ppid=6079 vsize=279012 CPUtime=0.05 cores=1,3
/proc/6113/stat : 6113 (python) S 6079 6079 5042 0 -1 4202560 892 0 0 0 3 2 0 0 15 0 1 0 637707514 285708288 5683 33554432000 4194304 5683644 140735095743648 18446744073709551615 255106788879 0 0 16781312 514 2074030773706391812 0 0 17 1 0 0 0
/proc/6113/statm: 69753 5683 377 364 0 5671 0
[pid=6115] ppid=6113 vsize=9148 CPUtime=22.22 cores=1,3
/proc/6115/stat : 6115 (lingeling) R 6113 6115 6115 0 -1 4202496 5721 0 0 0 2222 0 0 0 25 0 1 0 637707515 9367552 1489 33554432000 4194304 4352236 140733604318496 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/6115/statm: 2287 1489 129 39 0 1367 0
[pid=6079/tid=6114] ppid=6077 vsize=289256 CPUtime=0 cores=1,3
/proc/6079/task/6114/stat : 6114 (python) S 6077 6079 5042 0 -1 4202560 32 925 0 8 0 0 0 0 18 0 2 0 637707515 296198144 7177 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.18
Current children cumulated vsize (KiB) 577416

[startup+51.1011 s]
/proc/loadavg: 3.62 3.73 3.81 5/371 6122
/proc/meminfo: memFree=20816440/32951124 swapFree=67111348/67111528
[pid=6079] ppid=6077 vsize=289256 CPUtime=0.91 cores=1,3
/proc/6079/stat : 6079 (python) S 6077 6079 5042 0 -1 4202496 9680 925 88 8 47 44 0 0 17 0 2 0 637707194 296198144 7177 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 75
/proc/6079/statm: 72314 7177 1867 364 0 8232 0
[pid=6113] ppid=6079 vsize=279012 CPUtime=0.11 cores=1,3
/proc/6113/stat : 6113 (python) S 6079 6079 5042 0 -1 4202560 901 0 0 0 6 5 0 0 15 0 1 0 637707514 285708288 5683 33554432000 4194304 5683644 140735095743648 18446744073709551615 255106788879 0 0 16781312 514 2074030773706391812 0 0 17 1 0 0 0
/proc/6113/statm: 69753 5683 377 364 0 5671 0
[pid=6115] ppid=6113 vsize=11388 CPUtime=47.74 cores=1,3
/proc/6115/stat : 6115 (lingeling) R 6113 6115 6115 0 -1 4202496 10020 0 0 0 4774 0 0 0 25 0 1 0 637707515 11661312 2044 33554432000 4194304 4352236 140733604318496 18446744073709551615 4230976 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/6115/statm: 2847 2044 129 39 0 1927 0
[pid=6079/tid=6114] ppid=6077 vsize=289256 CPUtime=0 cores=1,3
/proc/6079/task/6114/stat : 6114 (python) S 6077 6079 5042 0 -1 4202560 32 925 0 8 0 0 0 0 18 0 2 0 637707515 296198144 7177 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.76
Current children cumulated vsize (KiB) 579656

[startup+102.313 s]
/proc/loadavg: 3.91 3.78 3.82 5/371 6123
/proc/meminfo: memFree=20805084/32951124 swapFree=67111348/67111528
[pid=6079] ppid=6077 vsize=289256 CPUtime=0.91 cores=1,3
/proc/6079/stat : 6079 (python) S 6077 6079 5042 0 -1 4202496 9680 925 88 8 47 44 0 0 17 0 2 0 637707194 296198144 7177 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 75
/proc/6079/statm: 72314 7177 1867 364 0 8232 0
[pid=6113] ppid=6079 vsize=279012 CPUtime=0.24 cores=1,3
/proc/6113/stat : 6113 (python) S 6079 6079 5042 0 -1 4202560 925 0 0 0 12 12 0 0 15 0 1 0 637707514 285708288 5683 33554432000 4194304 5683644 140735095743648 18446744073709551615 255106788879 0 0 16781312 514 2074030773706391812 0 0 17 1 0 0 0
/proc/6113/statm: 69753 5683 377 364 0 5671 0
[pid=6115] ppid=6113 vsize=17916 CPUtime=98.86 cores=1,3
/proc/6115/stat : 6115 (lingeling) R 6113 6115 6115 0 -1 4202496 18276 0 0 0 9884 2 0 0 25 0 1 0 637707515 18345984 3676 33554432000 4194304 4352236 140733604318496 18446744073709551615 4276662 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/6115/statm: 4479 3676 129 39 0 3559 0
[pid=6079/tid=6114] ppid=6077 vsize=289256 CPUtime=0 cores=1,3
/proc/6079/task/6114/stat : 6114 (python) S 6077 6079 5042 0 -1 4202560 32 925 0 8 0 0 0 0 18 0 2 0 637707515 296198144 7177 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.01
Current children cumulated vsize (KiB) 586184

[startup+162.301 s]
/proc/loadavg: 4.04 3.84 3.84 5/371 6160
/proc/meminfo: memFree=20772328/32951124 swapFree=67111348/67111528
[pid=6079] ppid=6077 vsize=289256 CPUtime=0.91 cores=1,3
/proc/6079/stat : 6079 (python) S 6077 6079 5042 0 -1 4202496 9680 925 88 8 47 44 0 0 17 0 2 0 637707194 296198144 7177 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 75
/proc/6079/statm: 72314 7177 1867 364 0 8232 0
[pid=6113] ppid=6079 vsize=279012 CPUtime=0.4 cores=1,3
/proc/6113/stat : 6113 (python) S 6079 6079 5042 0 -1 4202560 945 0 0 0 20 20 0 0 15 0 1 0 637707514 285708288 5683 33554432000 4194304 5683644 140735095743648 18446744073709551615 255106788879 0 0 16781312 514 2074030773706391812 0 0 17 1 0 0 0
/proc/6113/statm: 69753 5683 377 364 0 5671 0
[pid=6115] ppid=6113 vsize=19712 CPUtime=158.71 cores=1,3
/proc/6115/stat : 6115 (lingeling) R 6113 6115 6115 0 -1 4202496 25029 0 0 0 15869 2 0 0 25 0 1 0 637707515 20185088 4125 33554432000 4194304 4352236 140733604318496 18446744073709551615 4276725 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/6115/statm: 4928 4125 129 39 0 4008 0
[pid=6079/tid=6114] ppid=6077 vsize=289256 CPUtime=0 cores=1,3
/proc/6079/task/6114/stat : 6114 (python) S 6077 6079 5042 0 -1 4202560 32 925 0 8 0 0 0 0 18 0 2 0 637707515 296198144 7177 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (KiB) 587980

[startup+222.301 s]
/proc/loadavg: 4.01 3.86 3.84 5/371 6162
/proc/meminfo: memFree=20757420/32951124 swapFree=67111348/67111528
[pid=6079] ppid=6077 vsize=289256 CPUtime=0.91 cores=1,3
/proc/6079/stat : 6079 (python) S 6077 6079 5042 0 -1 4202496 9680 925 88 8 47 44 0 0 17 0 2 0 637707194 296198144 7177 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 75
/proc/6079/statm: 72314 7177 1867 364 0 8232 0
[pid=6113] ppid=6079 vsize=279012 CPUtime=0.56 cores=1,3
/proc/6113/stat : 6113 (python) S 6079 6079 5042 0 -1 4202560 963 0 0 0 29 27 0 0 15 0 1 0 637707514 285708288 5683 33554432000 4194304 5683644 140735095743648 18446744073709551615 255106788879 0 0 16781312 514 2074030773706391812 0 0 17 1 0 0 0
/proc/6113/statm: 69753 5683 377 364 0 5671 0
[pid=6115] ppid=6113 vsize=19456 CPUtime=218.55 cores=1,3
/proc/6115/stat : 6115 (lingeling) R 6113 6115 6115 0 -1 4202496 30373 0 0 0 21852 3 0 0 25 0 1 0 637707515 19922944 4061 33554432000 4194304 4352236 140733604318496 18446744073709551615 4328308 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/6115/statm: 4864 4061 129 39 0 3944 0
[pid=6079/tid=6114] ppid=6077 vsize=289256 CPUtime=0 cores=1,3
/proc/6079/task/6114/stat : 6114 (python) S 6077 6079 5042 0 -1 4202560 32 925 0 8 0 0 0 0 18 0 2 0 637707515 296198144 7177 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0

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

[startup+1122.3 s]
/proc/loadavg: 3.17 3.43 3.68 4/385 6275
/proc/meminfo: memFree=19697688/32951124 swapFree=67111348/67111528
[pid=6079] ppid=6077 vsize=309768 CPUtime=0.93 cores=1,3
/proc/6079/stat : 6079 (python) S 6077 6079 5042 0 -1 4202496 11318 925 88 8 49 44 0 0 19 0 4 0 637707194 317202432 7216 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 75
/proc/6079/statm: 77442 7216 1872 364 0 13354 0
[pid=6113] ppid=6079 vsize=289256 CPUtime=2.33 cores=1,3
/proc/6113/stat : 6113 (python) S 6079 6079 5042 0 -1 4202560 1205 0 0 0 124 109 0 0 16 0 2 0 637707514 296198144 5737 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6113/statm: 72314 5737 426 364 0 8232 0
[pid=6115] ppid=6113 vsize=35072 CPUtime=879.13 cores=1,3
/proc/6115/stat : 6115 (lingeling) T 6113 6115 6115 0 -1 4202496 83306 0 0 0 87903 10 0 0 25 0 1 0 637707515 35913728 7970 33554432000 4194304 4352236 140733604318496 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/6115/statm: 8768 7970 129 39 0 7848 0
[pid=6113/tid=6218] ppid=6079 vsize=289256 CPUtime=0 cores=1,3
/proc/6113/task/6218/stat : 6218 (python) S 6079 6079 5042 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 637766261 296198144 5737 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 514 18446604467976665152 0 0 -1 1 0 0 0
[pid=6258] ppid=6079 vsize=289268 CPUtime=0.52 cores=1,3
/proc/6258/stat : 6258 (python) S 6079 6079 5042 0 -1 4202560 1121 0 0 0 25 27 0 0 19 0 2 0 637795635 296210432 5727 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6258/statm: 72317 5727 400 364 0 8232 0
[pid=6260] ppid=6258 vsize=19212 CPUtime=195.98 cores=1,3
/proc/6260/stat : 6260 (lingeling) T 6258 6260 6260 0 -1 4202496 29422 0 0 0 19594 4 0 0 25 0 1 0 637795635 19673088 4005 33554432000 4194304 4352236 140733805594544 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/6260/statm: 4803 4005 129 39 0 3883 0
[pid=6258/tid=6271] ppid=6079 vsize=289268 CPUtime=0 cores=1,3
/proc/6258/task/6271/stat : 6271 (python) S 6079 6079 5042 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 637815285 296210432 5727 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 514 18446604471107209408 0 0 -1 1 0 0 0
[pid=6272] ppid=6079 vsize=299524 CPUtime=0.12 cores=1,3
/proc/6272/stat : 6272 (python) S 6079 6079 5042 0 -1 4202560 916 0 0 0 6 6 0 0 15 0 1 0 637815286 306712576 5711 33554432000 4194304 5683644 140735095743648 18446744073709551615 255106788934 0 0 16781312 514 2074030773706391813 0 0 17 1 0 0 0
/proc/6272/statm: 74881 5711 371 364 0 10793 0
[pid=6274] ppid=6272 vsize=53428 CPUtime=41.24 cores=1,3
/proc/6274/stat : 6274 (cryptominisat-2) R 6272 6274 6274 0 -1 4202496 19247 0 0 0 4118 6 0 0 25 0 1 0 637815286 54710272 6242 33554432000 4194304 4677096 140734674180192 18446744073709551615 4319623 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6274/statm: 13357 6242 392 118 0 8316 0
[pid=6079/tid=6114] ppid=6077 vsize=309768 CPUtime=0 cores=1,3
/proc/6079/task/6114/stat : 6114 (python) S 6077 6079 5042 0 -1 4202560 33 925 0 8 0 0 0 0 18 0 4 0 637707515 317202432 7216 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0
[pid=6079/tid=6259] ppid=6077 vsize=309768 CPUtime=0 cores=1,3
/proc/6079/task/6259/stat : 6259 (python) S 6077 6079 5042 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 4 0 637795635 317202432 7216 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0
[pid=6079/tid=6273] ppid=6077 vsize=309768 CPUtime=0 cores=1,3
/proc/6079/task/6273/stat : 6273 (python) S 6077 6079 5042 0 -1 4202560 25 925 0 8 0 0 0 0 20 0 4 0 637815286 317202432 7216 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1120.25
Current children cumulated vsize (KiB) 1295528

[startup+1182.3 s]
/proc/loadavg: 3.16 3.37 3.64 4/385 6276
/proc/meminfo: memFree=19544972/32951124 swapFree=67111348/67111528
[pid=6079] ppid=6077 vsize=309768 CPUtime=0.93 cores=1,3
/proc/6079/stat : 6079 (python) S 6077 6079 5042 0 -1 4202496 11318 925 88 8 49 44 0 0 19 0 4 0 637707194 317202432 7216 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 75
/proc/6079/statm: 77442 7216 1872 364 0 13354 0
[pid=6113] ppid=6079 vsize=289256 CPUtime=2.33 cores=1,3
/proc/6113/stat : 6113 (python) S 6079 6079 5042 0 -1 4202560 1205 0 0 0 124 109 0 0 16 0 2 0 637707514 296198144 5737 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6113/statm: 72314 5737 426 364 0 8232 0
[pid=6115] ppid=6113 vsize=35072 CPUtime=879.13 cores=1,3
/proc/6115/stat : 6115 (lingeling) T 6113 6115 6115 0 -1 4202496 83306 0 0 0 87903 10 0 0 25 0 1 0 637707515 35913728 7970 33554432000 4194304 4352236 140733604318496 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/6115/statm: 8768 7970 129 39 0 7848 0
[pid=6113/tid=6218] ppid=6079 vsize=289256 CPUtime=0 cores=1,3
/proc/6113/task/6218/stat : 6218 (python) S 6079 6079 5042 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 637766261 296198144 5737 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 514 18446604467976665152 0 0 -1 1 0 0 0
[pid=6258] ppid=6079 vsize=289268 CPUtime=0.52 cores=1,3
/proc/6258/stat : 6258 (python) S 6079 6079 5042 0 -1 4202560 1121 0 0 0 25 27 0 0 19 0 2 0 637795635 296210432 5727 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6258/statm: 72317 5727 400 364 0 8232 0
[pid=6260] ppid=6258 vsize=19212 CPUtime=195.98 cores=1,3
/proc/6260/stat : 6260 (lingeling) T 6258 6260 6260 0 -1 4202496 29422 0 0 0 19594 4 0 0 25 0 1 0 637795635 19673088 4005 33554432000 4194304 4352236 140733805594544 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/6260/statm: 4803 4005 129 39 0 3883 0
[pid=6258/tid=6271] ppid=6079 vsize=289268 CPUtime=0 cores=1,3
/proc/6258/task/6271/stat : 6271 (python) S 6079 6079 5042 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 637815285 296210432 5727 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 514 18446604471107209408 0 0 -1 1 0 0 0
[pid=6272] ppid=6079 vsize=299524 CPUtime=0.3 cores=1,3
/proc/6272/stat : 6272 (python) S 6079 6079 5042 0 -1 4202560 947 0 0 0 15 15 0 0 15 0 1 0 637815286 306712576 5711 33554432000 4194304 5683644 140735095743648 18446744073709551615 255106788934 0 0 16781312 514 2074030773706391813 0 0 17 1 0 0 0
/proc/6272/statm: 74881 5711 371 364 0 10793 0
[pid=6274] ppid=6272 vsize=58664 CPUtime=101.08 cores=1,3
/proc/6274/stat : 6274 (cryptominisat-2) R 6272 6274 6274 0 -1 4202496 34092 0 0 0 10095 13 0 0 25 0 1 0 637815286 60071936 7456 33554432000 4194304 4677096 140734674180192 18446744073709551615 4320122 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6274/statm: 14666 7456 392 118 0 9625 0
[pid=6079/tid=6114] ppid=6077 vsize=309768 CPUtime=0 cores=1,3
/proc/6079/task/6114/stat : 6114 (python) S 6077 6079 5042 0 -1 4202560 33 925 0 8 0 0 0 0 18 0 4 0 637707515 317202432 7216 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0
[pid=6079/tid=6259] ppid=6077 vsize=309768 CPUtime=0 cores=1,3
/proc/6079/task/6259/stat : 6259 (python) S 6077 6079 5042 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 4 0 637795635 317202432 7216 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0
[pid=6079/tid=6273] ppid=6077 vsize=309768 CPUtime=0 cores=1,3
/proc/6079/task/6273/stat : 6273 (python) S 6077 6079 5042 0 -1 4202560 25 925 0 8 0 0 0 0 20 0 4 0 637815286 317202432 7216 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1180.27
Current children cumulated vsize (KiB) 1300764

[startup+1242.3 s]
/proc/loadavg: 3.13 3.33 3.61 4/385 6278
/proc/meminfo: memFree=19511812/32951124 swapFree=67111348/67111528
[pid=6079] ppid=6077 vsize=309768 CPUtime=0.93 cores=1,3
/proc/6079/stat : 6079 (python) S 6077 6079 5042 0 -1 4202496 11318 925 88 8 49 44 0 0 19 0 4 0 637707194 317202432 7216 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 75
/proc/6079/statm: 77442 7216 1872 364 0 13354 0
[pid=6113] ppid=6079 vsize=289256 CPUtime=2.33 cores=1,3
/proc/6113/stat : 6113 (python) S 6079 6079 5042 0 -1 4202560 1205 0 0 0 124 109 0 0 16 0 2 0 637707514 296198144 5737 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6113/statm: 72314 5737 426 364 0 8232 0
[pid=6115] ppid=6113 vsize=35072 CPUtime=879.13 cores=1,3
/proc/6115/stat : 6115 (lingeling) T 6113 6115 6115 0 -1 4202496 83306 0 0 0 87903 10 0 0 25 0 1 0 637707515 35913728 7970 33554432000 4194304 4352236 140733604318496 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/6115/statm: 8768 7970 129 39 0 7848 0
[pid=6113/tid=6218] ppid=6079 vsize=289256 CPUtime=0 cores=1,3
/proc/6113/task/6218/stat : 6218 (python) S 6079 6079 5042 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 637766261 296198144 5737 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 514 18446604467976665152 0 0 -1 1 0 0 0
[pid=6258] ppid=6079 vsize=289268 CPUtime=0.52 cores=1,3
/proc/6258/stat : 6258 (python) S 6079 6079 5042 0 -1 4202560 1121 0 0 0 25 27 0 0 19 0 2 0 637795635 296210432 5727 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6258/statm: 72317 5727 400 364 0 8232 0
[pid=6260] ppid=6258 vsize=19212 CPUtime=195.98 cores=1,3
/proc/6260/stat : 6260 (lingeling) T 6258 6260 6260 0 -1 4202496 29422 0 0 0 19594 4 0 0 25 0 1 0 637795635 19673088 4005 33554432000 4194304 4352236 140733805594544 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/6260/statm: 4803 4005 129 39 0 3883 0
[pid=6258/tid=6271] ppid=6079 vsize=289268 CPUtime=0 cores=1,3
/proc/6258/task/6271/stat : 6271 (python) S 6079 6079 5042 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 637815285 296210432 5727 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 514 18446604471107209408 0 0 -1 1 0 0 0
[pid=6272] ppid=6079 vsize=299524 CPUtime=0.46 cores=1,3
/proc/6272/stat : 6272 (python) S 6079 6079 5042 0 -1 4202560 968 0 0 0 23 23 0 0 15 0 1 0 637815286 306712576 5711 33554432000 4194304 5683644 140735095743648 18446744073709551615 255106788934 0 0 16781312 514 2074030773706391813 0 0 17 1 0 0 0
/proc/6272/statm: 74881 5711 371 364 0 10793 0
[pid=6274] ppid=6272 vsize=69664 CPUtime=160.97 cores=1,3
/proc/6274/stat : 6274 (cryptominisat-2) R 6272 6274 6274 0 -1 4202496 48245 0 0 0 16082 15 0 0 25 0 1 0 637815286 71335936 10690 33554432000 4194304 4677096 140734674180192 18446744073709551615 255106465306 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6274/statm: 17416 10690 392 118 0 12375 0
[pid=6079/tid=6114] ppid=6077 vsize=309768 CPUtime=0 cores=1,3
/proc/6079/task/6114/stat : 6114 (python) S 6077 6079 5042 0 -1 4202560 33 925 0 8 0 0 0 0 18 0 4 0 637707515 317202432 7216 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0
[pid=6079/tid=6259] ppid=6077 vsize=309768 CPUtime=0 cores=1,3
/proc/6079/task/6259/stat : 6259 (python) S 6077 6079 5042 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 4 0 637795635 317202432 7216 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0
[pid=6079/tid=6273] ppid=6077 vsize=309768 CPUtime=0 cores=1,3
/proc/6079/task/6273/stat : 6273 (python) S 6077 6079 5042 0 -1 4202560 25 925 0 8 0 0 0 0 20 0 4 0 637815286 317202432 7216 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1240.32
Current children cumulated vsize (KiB) 1311764



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.05 3.27 3.57 4/385 6279
/proc/meminfo: memFree=19396444/32951124 swapFree=67111348/67111528
[pid=6079] ppid=6077 vsize=309768 CPUtime=0.93 cores=1,3
/proc/6079/stat : 6079 (python) S 6077 6079 5042 0 -1 4202496 11318 925 88 8 49 44 0 0 19 0 4 0 637707194 317202432 7216 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 75
/proc/6079/statm: 77442 7216 1872 364 0 13354 0
[pid=6113] ppid=6079 vsize=289256 CPUtime=2.33 cores=1,3
/proc/6113/stat : 6113 (python) S 6079 6079 5042 0 -1 4202560 1205 0 0 0 124 109 0 0 16 0 2 0 637707514 296198144 5737 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6113/statm: 72314 5737 426 364 0 8232 0
[pid=6115] ppid=6113 vsize=35072 CPUtime=879.13 cores=1,3
/proc/6115/stat : 6115 (lingeling) T 6113 6115 6115 0 -1 4202496 83306 0 0 0 87903 10 0 0 25 0 1 0 637707515 35913728 7970 33554432000 4194304 4352236 140733604318496 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/6115/statm: 8768 7970 129 39 0 7848 0
[pid=6113/tid=6218] ppid=6079 vsize=289256 CPUtime=0 cores=1,3
/proc/6113/task/6218/stat : 6218 (python) S 6079 6079 5042 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 2 0 637766261 296198144 5737 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 514 18446604467976665152 0 0 -1 1 0 0 0
[pid=6258] ppid=6079 vsize=289268 CPUtime=0.52 cores=1,3
/proc/6258/stat : 6258 (python) S 6079 6079 5042 0 -1 4202560 1121 0 0 0 25 27 0 0 19 0 2 0 637795635 296210432 5727 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/6258/statm: 72317 5727 400 364 0 8232 0
[pid=6260] ppid=6258 vsize=19212 CPUtime=195.98 cores=1,3
/proc/6260/stat : 6260 (lingeling) T 6258 6260 6260 0 -1 4202496 29422 0 0 0 19594 4 0 0 25 0 1 0 637795635 19673088 4005 33554432000 4194304 4352236 140733805594544 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/6260/statm: 4803 4005 129 39 0 3883 0
[pid=6258/tid=6271] ppid=6079 vsize=289268 CPUtime=0 cores=1,3
/proc/6258/task/6271/stat : 6271 (python) S 6079 6079 5042 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 637815285 296210432 5727 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 514 18446604471107209408 0 0 -1 1 0 0 0
[pid=6272] ppid=6079 vsize=299524 CPUtime=0.62 cores=1,3
/proc/6272/stat : 6272 (python) S 6079 6079 5042 0 -1 4202560 987 0 0 0 30 32 0 0 15 0 1 0 637815286 306712576 5711 33554432000 4194304 5683644 140735095743648 18446744073709551615 255106788934 0 0 16781312 514 6397789885486301445 0 0 17 1 0 0 0
/proc/6272/statm: 74881 5711 371 364 0 10793 0
[pid=6274] ppid=6272 vsize=70084 CPUtime=218.52 cores=1,3
/proc/6274/stat : 6274 (cryptominisat-2) R 6272 6274 6274 0 -1 4202496 59427 0 0 0 21833 19 0 0 25 0 1 0 637815286 71766016 10998 33554432000 4194304 4677096 140734674180192 18446744073709551615 4334569 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/6274/statm: 17521 10998 392 118 0 12480 0
[pid=6079/tid=6114] ppid=6077 vsize=309768 CPUtime=0 cores=1,3
/proc/6079/task/6114/stat : 6114 (python) S 6077 6079 5042 0 -1 4202560 33 925 0 8 0 0 0 0 18 0 4 0 637707515 317202432 7216 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0
[pid=6079/tid=6259] ppid=6077 vsize=309768 CPUtime=0 cores=1,3
/proc/6079/task/6259/stat : 6259 (python) S 6077 6079 5042 0 -1 4202560 28 925 0 8 0 0 0 0 20 0 4 0 637795635 317202432 7216 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0
[pid=6079/tid=6273] ppid=6077 vsize=309768 CPUtime=0 cores=1,3
/proc/6079/task/6273/stat : 6273 (python) S 6077 6079 5042 0 -1 4202560 25 925 0 8 0 0 0 0 20 0 4 0 637815286 317202432 7216 33554432000 4194304 5683644 140735095743648 18446744073709551615 255118592433 0 0 16781312 2 18446604467976666048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1298.03
Current children cumulated vsize (KiB) 1312184

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

Real time (s): 1300.04
CPU time (s): 1298.03
CPU user time (s): 1295.58
CPU system time (s): 2.45
CPU usage (%): 99.8457
Max. virtual memory (cumulated for all children) (KiB): 1323136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.496924
system time used= 0.45493
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12244
page faults= 96
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50455
involuntary context switches= 40

runsolver used 4.5683 second user time and 10.6264 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 11:48:30
IDJOB=3377876
IDBENCH=20472
IDSOLVER=1858
FILE ID=node144/3377876-1305452910
RUNJOBID= node144-1305452910-6055
PBS_JOBID= 13324838
Free space on /tmp= 73256 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.11.unsat.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-3377876-1305452910/watcher-3377876-1305452910 -o /tmp/evaluation-result-3377876-1305452910/solver-3377876-1305452910 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377876-1305452910.cnf -seed 1766876931 -budget 2400

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

MD5SUM BENCH= 90581094793af5fc10d4e4b9a10259ac
RANDOM SEED=1766876931

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21262284 kB
Buffers:        301136 kB
Cached:        3905460 kB
SwapCached:          0 kB
Active:        8427832 kB
Inactive:      2910520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21262284 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          114092 kB
Writeback:           0 kB
AnonPages:     7131440 kB
Mapped:          26796 kB
Slab:           249512 kB
PageTables:      37948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81979576 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= 73156 MiB
End job on node144 at 2011-05-15 12:10:13