Trace number 3378041

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand064.cnf
MD5SUM49dbd2fb16b3d5ce554d30c48729a56d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables92464
Number of clauses276623
Sum of the clauses size645451
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2184414
Number of clauses of size 392207
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.98	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.98	c INFO: solving HOME/instance-3378041-1305453261.cnf
0.36/0.98	c INFO: computing task features
1.23/1.85	c INFO: computed variable-clause graph statistics
1.23/1.88	c INFO: computed clause balance statistics
5.73/6.38	c INFO: computed variable balance statistics
9.13/9.70	c INFO: computed small-clause counts
9.13/9.75	c INFO: computed Horn-clause counts
20.03/20.63	c INFO: computed variable graph statistics
20.03/20.63	c INFO: collected features for HOME/instance-3378041-1305453261.cnf in 19.62 s
20.03/20.64	c INFO: running lingeling-276@0 for 388 with 2380 remaining (b = 0.60)
415.14/415.73	c INFO: running lingeling-276@393 for 97 with 1986 remaining (b = 0.09)
510.33/510.99	c INFO: running lingeling-276@0 for 97 with 1891 remaining (b = 0.36)
609.88/610.28	c INFO: running lingeling-276@488 for 97 with 1792 remaining (b = 0.03)
707.34/707.56	c INFO: running cryptominisat-2.9.0@0 for 1695 with 1695 remaining (b = 0.56)

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-3378041-1305453261/watcher-3378041-1305453261 -o /tmp/evaluation-result-3378041-1305453261/solver-3378041-1305453261 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378041-1305453261.cnf -seed 809139793 -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: 4.07 3.93 3.87 5/370 6195
/proc/meminfo: memFree=20962672/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=15080 CPUtime=0 cores=0,2
/proc/6195/stat : 6195 (python) S 6193 6195 5042 0 -1 4202496 649 0 0 0 0 0 0 0 23 0 1 0 637742222 15441920 545 33554432000 4194304 5683644 140735568726992 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/6195/statm: 3770 545 312 364 0 257 0

[startup+0.094763 s]
/proc/loadavg: 4.07 3.93 3.87 5/370 6195
/proc/meminfo: memFree=20962672/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=52412 CPUtime=0.05 cores=0,2
/proc/6195/stat : 6195 (python) R 6193 6195 5042 0 -1 4202496 2015 0 0 0 4 1 0 0 17 0 1 0 637742222 53669888 1775 33554432000 4194304 5683644 140735568726992 18446744073709551615 255106766848 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6195/statm: 13103 1775 484 364 0 1284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 52412

[startup+0.100757 s]
/proc/loadavg: 4.07 3.93 3.87 5/370 6195
/proc/meminfo: memFree=20962672/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=80052 CPUtime=0.06 cores=0,2
/proc/6195/stat : 6195 (python) R 6193 6195 5042 0 -1 4202496 2152 0 0 0 5 1 0 0 17 0 1 0 637742222 81973248 1906 33554432000 4194304 5683644 140735568726992 18446744073709551615 255101845127 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6195/statm: 20549 1906 536 364 0 1324 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 80052

[startup+0.300671 s]
/proc/loadavg: 4.07 3.93 3.87 5/370 6195
/proc/meminfo: memFree=20962672/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=107296 CPUtime=0.09 cores=0,2
/proc/6195/stat : 6195 (python) S 6193 6195 5042 0 -1 4202496 3338 0 0 0 6 3 0 0 16 0 1 0 637742222 109871104 3000 33554432000 4194304 5683644 140735568726992 18446744073709551615 255106764645 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/6195/statm: 26824 3000 871 364 0 2055 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 107296

[startup+0.700632 s]
/proc/loadavg: 4.07 3.93 3.87 5/370 6195
/proc/meminfo: memFree=20962672/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=135752 CPUtime=0.22 cores=0,2
/proc/6195/stat : 6195 (python) R 6193 6195 5042 0 -1 4202496 5983 931 1 0 16 6 0 0 15 0 1 0 637742222 139010048 4151 33554432000 4194304 5683644 140735568726992 18446744073709551615 255106768640 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6195/statm: 33937 4153 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 135752

[startup+1.50052 s]
/proc/loadavg: 4.07 3.93 3.87 5/371 6200
/proc/meminfo: memFree=20932780/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=315492 CPUtime=0.93 cores=0,2
/proc/6195/stat : 6195 (python) R 6193 6195 5042 0 -1 4202496 18217 931 1 0 81 12 0 0 16 0 1 0 637742222 323063808 15885 33554432000 4194304 5683644 140735568726992 18446744073709551615 47386256716879 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6195/statm: 78873 15886 1761 364 0 14797 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 315492

[startup+3.10025 s]
/proc/loadavg: 4.07 3.93 3.87 5/371 6200
/proc/meminfo: memFree=20886776/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=329724 CPUtime=2.53 cores=0,2
/proc/6195/stat : 6195 (python) R 6193 6195 5042 0 -1 4202496 30994 931 1 0 240 13 0 0 18 0 1 0 637742222 337637376 19816 33554432000 4194304 5683644 140735568726992 18446744073709551615 47386086015277 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6195/statm: 82431 19816 1826 364 0 18355 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 329724

[startup+6.30068 s]
/proc/loadavg: 4.07 3.93 3.87 5/371 6200
/proc/meminfo: memFree=20885912/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=329724 CPUtime=5.73 cores=0,2
/proc/6195/stat : 6195 (python) R 6193 6195 5042 0 -1 4202496 30994 931 1 0 560 13 0 0 25 0 1 0 637742222 337637376 19816 33554432000 4194304 5683644 140735568726992 18446744073709551615 5005768 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6195/statm: 82431 19816 1826 364 0 18355 0
Current children cumulated CPU time (s) 5.73
Current children cumulated vsize (KiB) 329724

[startup+12.7005 s]
/proc/loadavg: 4.06 3.94 3.87 5/371 6200
/proc/meminfo: memFree=20887200/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=331888 CPUtime=12.13 cores=0,2
/proc/6195/stat : 6195 (python) R 6193 6195 5042 0 -1 4202496 31542 931 1 0 1200 13 0 0 25 0 1 0 637742222 339853312 20364 33554432000 4194304 5683644 140735568726992 18446744073709551615 47386085865600 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6195/statm: 82972 20364 1833 364 0 18896 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 331888

[startup+25.5013 s]
/proc/loadavg: 4.05 3.94 3.87 5/374 6204
/proc/meminfo: memFree=20846388/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=337916 CPUtime=20.07 cores=0,2
/proc/6195/stat : 6195 (python) S 6193 6195 5042 0 -1 4202496 31832 931 1 0 1994 13 0 0 25 0 2 0 637742222 346025984 19350 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6195/statm: 84479 19350 1875 364 0 20397 0
[pid=6202] ppid=6195 vsize=327672 CPUtime=0.01 cores=0,2
/proc/6202/stat : 6202 (python) S 6195 6195 5042 0 -1 4202560 888 0 0 0 0 1 0 0 18 0 1 0 637744286 335536128 17847 33554432000 4194304 5683644 140735568726992 18446744073709551615 255106788879 0 0 16781312 514 1461106646708093188 0 0 17 0 0 0 0
/proc/6202/statm: 81918 17847 376 364 0 17836 0
[pid=6204] ppid=6202 vsize=37376 CPUtime=4.81 cores=0,2
/proc/6204/stat : 6204 (lingeling) R 6202 6204 6204 0 -1 4202496 14333 0 0 0 480 1 0 0 25 0 1 0 637744287 38273024 8512 33554432000 4194304 4352236 140734377708640 18446744073709551615 4207627 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/6204/statm: 9344 8512 127 39 0 8424 0
[pid=6195/tid=6203] ppid=6193 vsize=337916 CPUtime=0 cores=0,2
/proc/6195/task/6203/stat : 6203 (python) S 6193 6195 5042 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 637744287 346025984 19350 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 2 18446604446039971968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 702964

[startup+51.1008 s]
/proc/loadavg: 4.03 3.94 3.87 5/374 6204
/proc/meminfo: memFree=20855908/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=337916 CPUtime=20.07 cores=0,2
/proc/6195/stat : 6195 (python) S 6193 6195 5042 0 -1 4202496 31832 931 1 0 1994 13 0 0 25 0 2 0 637742222 346025984 19350 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6195/statm: 84479 19350 1875 364 0 20397 0
[pid=6202] ppid=6195 vsize=327672 CPUtime=0.08 cores=0,2
/proc/6202/stat : 6202 (python) S 6195 6195 5042 0 -1 4202560 900 0 0 0 4 4 0 0 18 0 1 0 637744286 335536128 17847 33554432000 4194304 5683644 140735568726992 18446744073709551615 255106788879 0 0 16781312 514 16989618488022630660 0 0 17 0 0 0 0
/proc/6202/statm: 81918 17847 376 364 0 17836 0
[pid=6204] ppid=6202 vsize=39368 CPUtime=30.34 cores=0,2
/proc/6204/stat : 6204 (lingeling) R 6202 6204 6204 0 -1 4202496 22690 0 0 0 3032 2 0 0 25 0 1 0 637744287 40312832 9012 33554432000 4194304 4352236 140734377708640 18446744073709551615 4234513 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/6204/statm: 9842 9012 129 39 0 8922 0
[pid=6195/tid=6203] ppid=6193 vsize=337916 CPUtime=0 cores=0,2
/proc/6195/task/6203/stat : 6203 (python) S 6193 6195 5042 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 637744287 346025984 19350 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 2 18446604446039971968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 704956

[startup+102.314 s]
/proc/loadavg: 4.14 3.98 3.89 5/382 6214
/proc/meminfo: memFree=20514472/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=337916 CPUtime=20.07 cores=0,2
/proc/6195/stat : 6195 (python) S 6193 6195 5042 0 -1 4202496 31832 931 1 0 1994 13 0 0 25 0 2 0 637742222 346025984 19350 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6195/statm: 84479 19350 1875 364 0 20397 0
[pid=6202] ppid=6195 vsize=327672 CPUtime=0.21 cores=0,2
/proc/6202/stat : 6202 (python) S 6195 6195 5042 0 -1 4202560 922 0 0 0 10 11 0 0 18 0 1 0 637744286 335536128 17847 33554432000 4194304 5683644 140735568726992 18446744073709551615 255106788879 0 0 16781312 514 16989618488022630660 0 0 17 0 0 0 0
/proc/6202/statm: 81918 17847 376 364 0 17836 0
[pid=6204] ppid=6202 vsize=40208 CPUtime=81.41 cores=0,2
/proc/6204/stat : 6204 (lingeling) R 6202 6204 6204 0 -1 4202496 23382 0 0 0 8139 2 0 0 25 0 1 0 637744287 41172992 9222 33554432000 4194304 4352236 140734377708640 18446744073709551615 4233914 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/6204/statm: 10052 9222 129 39 0 9132 0
[pid=6195/tid=6203] ppid=6193 vsize=337916 CPUtime=0 cores=0,2
/proc/6195/task/6203/stat : 6203 (python) S 6193 6195 5042 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 637744287 346025984 19350 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 2 18446604446039971968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 705796

[startup+162.301 s]
/proc/loadavg: 4.05 3.98 3.89 5/382 6215
/proc/meminfo: memFree=20425908/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=337916 CPUtime=20.07 cores=0,2
/proc/6195/stat : 6195 (python) S 6193 6195 5042 0 -1 4202496 31832 931 1 0 1994 13 0 0 25 0 2 0 637742222 346025984 19350 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6195/statm: 84479 19350 1875 364 0 20397 0
[pid=6202] ppid=6195 vsize=327672 CPUtime=0.39 cores=0,2
/proc/6202/stat : 6202 (python) S 6195 6195 5042 0 -1 4202560 942 0 0 0 21 18 0 0 18 0 1 0 637744286 335536128 17847 33554432000 4194304 5683644 140735568726992 18446744073709551615 255106788879 0 0 16781312 514 16989618488022630660 0 0 17 0 0 0 0
/proc/6202/statm: 81918 17847 376 364 0 17836 0
[pid=6204] ppid=6202 vsize=40200 CPUtime=141.23 cores=0,2
/proc/6204/stat : 6204 (lingeling) R 6202 6204 6204 0 -1 4202496 23892 0 0 0 14121 2 0 0 25 0 1 0 637744287 41164800 9252 33554432000 4194304 4352236 140734377708640 18446744073709551615 4320587 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/6204/statm: 10050 9252 129 39 0 9130 0
[pid=6195/tid=6203] ppid=6193 vsize=337916 CPUtime=0 cores=0,2
/proc/6195/task/6203/stat : 6203 (python) S 6193 6195 5042 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 637744287 346025984 19350 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 2 18446604446039971968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.69
Current children cumulated vsize (KiB) 705788

[startup+222.301 s]
/proc/loadavg: 4.22 4.03 3.91 5/382 6217
/proc/meminfo: memFree=20387912/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=337916 CPUtime=20.07 cores=0,2
/proc/6195/stat : 6195 (python) S 6193 6195 5042 0 -1 4202496 31832 931 1 0 1994 13 0 0 25 0 2 0 637742222 346025984 19350 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6195/statm: 84479 19350 1875 364 0 20397 0
[pid=6202] ppid=6195 vsize=327672 CPUtime=0.56 cores=0,2
/proc/6202/stat : 6202 (python) S 6195 6195 5042 0 -1 4202560 961 0 0 0 31 25 0 0 18 0 1 0 637744286 335536128 17847 33554432000 4194304 5683644 140735568726992 18446744073709551615 255106788879 0 0 16781312 514 16989618488022630660 0 0 17 0 0 0 0
/proc/6202/statm: 81918 17847 376 364 0 17836 0
[pid=6204] ppid=6202 vsize=33264 CPUtime=201.07 cores=0,2
/proc/6204/stat : 6204 (lingeling) R 6202 6204 6204 0 -1 4202496 26703 0 0 0 20105 2 0 0 25 0 1 0 637744287 34062336 7486 33554432000 4194304 4352236 140734377708640 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/6204/statm: 8316 7486 129 39 0 7396 0
[pid=6195/tid=6203] ppid=6193 vsize=337916 CPUtime=0 cores=0,2
/proc/6195/task/6203/stat : 6203 (python) S 6193 6195 5042 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 637744287 346025984 19350 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 2 18446604446039971968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 221.7
Current children cumulated vsize (KiB) 698852

[startup+282.301 s]
/proc/loadavg: 4.08 4.02 3.91 5/383 6220
/proc/meminfo: memFree=20169580/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=337916 CPUtime=20.07 cores=0,2
/proc/6195/stat : 6195 (python) S 6193 6195 5042 0 -1 4202496 31832 931 1 0 1994 13 0 0 25 0 2 0 637742222 346025984 19350 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6195/statm: 84479 19350 1875 364 0 20397 0
[pid=6202] ppid=6195 vsize=327672 CPUtime=0.73 cores=0,2
/proc/6202/stat : 6202 (python) S 6195 6195 5042 0 -1 4202560 973 0 0 0 40 33 0 0 18 0 1 0 637744286 335536128 17847 33554432000 4194304 5683644 140735568726992 18446744073709551615 255106788879 0 0 16781312 514 16989618488022630660 0 0 17 0 0 0 0
/proc/6202/statm: 81918 17847 376 364 0 17836 0
[pid=6204] ppid=6202 vsize=42352 CPUtime=260.92 cores=0,2
/proc/6204/stat : 6204 (lingeling) R 6202 6204 6204 0 -1 4202496 33548 0 0 0 26089 3 0 0 25 0 1 0 637744287 43368448 9758 33554432000 4194304 4352236 140734377708640 18446744073709551615 4271298 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/6204/statm: 10588 9758 129 39 0 9668 0
[pid=6195/tid=6203] ppid=6193 vsize=337916 CPUtime=0 cores=0,2
/proc/6195/task/6203/stat : 6203 (python) S 6193 6195 5042 0 -1 4202560 31 931 0 0 0 0 0 0 25 0 2 0 637744287 346025984 19350 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 2 18446604446039971968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 281.72

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

[startup+1122.3 s]
/proc/loadavg: 3.00 3.15 3.47 4/373 6351
/proc/meminfo: memFree=18404228/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=358428 CPUtime=20.11 cores=0,2
/proc/6195/stat : 6195 (python) S 6193 6195 5042 0 -1 4202496 33553 931 1 0 1997 14 0 0 19 0 4 0 637742222 367030272 19363 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6195/statm: 89607 19363 1880 364 0 25519 0
[pid=6202] ppid=6195 vsize=337916 CPUtime=1.7 cores=0,2
/proc/6202/stat : 6202 (python) S 6195 6195 5042 0 -1 4202560 1204 0 0 0 95 75 0 0 18 0 2 0 637744286 346025984 17892 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6202/statm: 84479 17892 416 364 0 20397 0
[pid=6204] ppid=6202 vsize=47872 CPUtime=586.1 cores=0,2
/proc/6204/stat : 6204 (lingeling) T 6202 6204 6204 0 -1 4202496 43595 0 0 0 58605 5 0 0 25 0 1 0 637744287 49020928 11138 33554432000 4194304 4352236 140734377708640 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/6204/statm: 11968 11138 129 39 0 11048 0
[pid=6202/tid=6233] ppid=6195 vsize=337916 CPUtime=0 cores=0,2
/proc/6202/task/6233/stat : 6233 (python) S 6195 6195 5042 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 637783794 346025984 17892 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 514 18446604444662949056 0 0 -1 0 0 0 0
[pid=6255] ppid=6195 vsize=337928 CPUtime=0.26 cores=0,2
/proc/6255/stat : 6255 (python) S 6195 6195 5042 0 -1 4202560 1094 0 0 0 14 12 0 0 19 0 2 0 637793322 346038272 17875 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6255/statm: 84482 17875 399 364 0 20397 0
[pid=6257] ppid=6255 vsize=40232 CPUtime=99.26 cores=0,2
/proc/6257/stat : 6257 (lingeling) T 6255 6257 6257 0 -1 4202496 24895 0 0 0 9924 2 0 0 25 0 1 0 637793322 41197568 9228 33554432000 4194304 4352236 140737202748144 18446744073709551615 4329081 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/6257/statm: 10058 9228 129 39 0 9138 0
[pid=6255/tid=6263] ppid=6195 vsize=337928 CPUtime=0 cores=0,2
/proc/6255/task/6263/stat : 6263 (python) S 6195 6195 5042 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 637803250 346038272 17875 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 514 18446604453972174848 0 0 -1 2 0 0 0
[pid=6267] ppid=6195 vsize=348184 CPUtime=1.28 cores=0,2
/proc/6267/stat : 6267 (python) S 6195 6195 5042 0 -1 4202560 1016 0 0 0 73 55 0 0 15 0 1 0 637812979 356540416 17850 33554432000 4194304 5683644 140735568726992 18446744073709551615 255106788934 0 0 16781312 514 16989618488022630659 0 0 17 0 0 0 0
/proc/6267/statm: 87046 17850 371 364 0 22958 0
[pid=6269] ppid=6267 vsize=1034060 CPUtime=414.33 cores=0,2
/proc/6269/stat : 6269 (cryptominisat-2) R 6267 6269 6269 0 -1 4202496 333443 0 0 0 41384 49 0 0 25 0 1 0 637812979 1058877440 207933 33554432000 4194304 4677096 140734766182864 18446744073709551615 255106465547 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6269/statm: 258515 207933 393 118 0 253474 0
[pid=6195/tid=6203] ppid=6193 vsize=358428 CPUtime=0 cores=0,2
/proc/6195/task/6203/stat : 6203 (python) S 6193 6195 5042 0 -1 4202560 36 931 0 0 0 0 0 0 18 0 4 0 637744287 367030272 19363 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 2 18446604446039971968 0 0 -1 0 0 0 0
[pid=6195/tid=6256] ppid=6193 vsize=358428 CPUtime=0 cores=0,2
/proc/6195/task/6256/stat : 6256 (python) S 6193 6195 5042 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 4 0 637793322 367030272 19363 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 2 18446604446039971968 0 0 -1 0 0 0 0
[pid=6195/tid=6268] ppid=6193 vsize=358428 CPUtime=0 cores=0,2
/proc/6195/task/6268/stat : 6268 (python) S 6193 6195 5042 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 4 0 637812979 367030272 19363 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 2 18446604446039971968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1123.04
Current children cumulated vsize (KiB) 2504620

[startup+1182.3 s]
/proc/loadavg: 3.00 3.12 3.43 4/373 6353
/proc/meminfo: memFree=18405728/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=358428 CPUtime=20.11 cores=0,2
/proc/6195/stat : 6195 (python) S 6193 6195 5042 0 -1 4202496 33553 931 1 0 1997 14 0 0 19 0 4 0 637742222 367030272 19363 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6195/statm: 89607 19363 1880 364 0 25519 0
[pid=6202] ppid=6195 vsize=337916 CPUtime=1.7 cores=0,2
/proc/6202/stat : 6202 (python) S 6195 6195 5042 0 -1 4202560 1204 0 0 0 95 75 0 0 18 0 2 0 637744286 346025984 17892 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6202/statm: 84479 17892 416 364 0 20397 0
[pid=6204] ppid=6202 vsize=47872 CPUtime=586.1 cores=0,2
/proc/6204/stat : 6204 (lingeling) T 6202 6204 6204 0 -1 4202496 43595 0 0 0 58605 5 0 0 25 0 1 0 637744287 49020928 11138 33554432000 4194304 4352236 140734377708640 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/6204/statm: 11968 11138 129 39 0 11048 0
[pid=6202/tid=6233] ppid=6195 vsize=337916 CPUtime=0 cores=0,2
/proc/6202/task/6233/stat : 6233 (python) S 6195 6195 5042 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 637783794 346025984 17892 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 514 18446604444662949056 0 0 -1 0 0 0 0
[pid=6255] ppid=6195 vsize=337928 CPUtime=0.26 cores=0,2
/proc/6255/stat : 6255 (python) S 6195 6195 5042 0 -1 4202560 1094 0 0 0 14 12 0 0 19 0 2 0 637793322 346038272 17875 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6255/statm: 84482 17875 399 364 0 20397 0
[pid=6257] ppid=6255 vsize=40232 CPUtime=99.26 cores=0,2
/proc/6257/stat : 6257 (lingeling) T 6255 6257 6257 0 -1 4202496 24895 0 0 0 9924 2 0 0 25 0 1 0 637793322 41197568 9228 33554432000 4194304 4352236 140737202748144 18446744073709551615 4329081 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/6257/statm: 10058 9228 129 39 0 9138 0
[pid=6255/tid=6263] ppid=6195 vsize=337928 CPUtime=0 cores=0,2
/proc/6255/task/6263/stat : 6263 (python) S 6195 6195 5042 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 637803250 346038272 17875 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 514 18446604453972174848 0 0 -1 2 0 0 0
[pid=6267] ppid=6195 vsize=348184 CPUtime=1.47 cores=0,2
/proc/6267/stat : 6267 (python) S 6195 6195 5042 0 -1 4202560 1017 0 0 0 84 63 0 0 15 0 1 0 637812979 356540416 17850 33554432000 4194304 5683644 140735568726992 18446744073709551615 255106788934 0 0 16781312 514 16989618488022630659 0 0 17 0 0 0 0
/proc/6267/statm: 87046 17850 371 364 0 22958 0
[pid=6269] ppid=6267 vsize=978628 CPUtime=474.27 cores=0,2
/proc/6269/stat : 6269 (cryptominisat-2) R 6267 6269 6269 0 -1 4202496 344575 0 0 0 47375 52 0 0 25 0 1 0 637812979 1002115072 206933 33554432000 4194304 4677096 140734766182864 18446744073709551615 4336475 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6269/statm: 244657 206933 393 118 0 239616 0
[pid=6195/tid=6203] ppid=6193 vsize=358428 CPUtime=0 cores=0,2
/proc/6195/task/6203/stat : 6203 (python) S 6193 6195 5042 0 -1 4202560 36 931 0 0 0 0 0 0 18 0 4 0 637744287 367030272 19363 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 2 18446604446039971968 0 0 -1 0 0 0 0
[pid=6195/tid=6256] ppid=6193 vsize=358428 CPUtime=0 cores=0,2
/proc/6195/task/6256/stat : 6256 (python) S 6193 6195 5042 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 4 0 637793322 367030272 19363 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 2 18446604446039971968 0 0 -1 0 0 0 0
[pid=6195/tid=6268] ppid=6193 vsize=358428 CPUtime=0 cores=0,2
/proc/6195/task/6268/stat : 6268 (python) S 6193 6195 5042 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 4 0 637812979 367030272 19363 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 2 18446604446039971968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1183.17
Current children cumulated vsize (KiB) 2449188

[startup+1242.3 s]
/proc/loadavg: 3.00 3.09 3.40 4/373 6354
/proc/meminfo: memFree=18401052/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=358428 CPUtime=20.11 cores=0,2
/proc/6195/stat : 6195 (python) S 6193 6195 5042 0 -1 4202496 33553 931 1 0 1997 14 0 0 19 0 4 0 637742222 367030272 19363 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6195/statm: 89607 19363 1880 364 0 25519 0
[pid=6202] ppid=6195 vsize=337916 CPUtime=1.7 cores=0,2
/proc/6202/stat : 6202 (python) S 6195 6195 5042 0 -1 4202560 1204 0 0 0 95 75 0 0 18 0 2 0 637744286 346025984 17892 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6202/statm: 84479 17892 416 364 0 20397 0
[pid=6204] ppid=6202 vsize=47872 CPUtime=586.1 cores=0,2
/proc/6204/stat : 6204 (lingeling) T 6202 6204 6204 0 -1 4202496 43595 0 0 0 58605 5 0 0 25 0 1 0 637744287 49020928 11138 33554432000 4194304 4352236 140734377708640 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/6204/statm: 11968 11138 129 39 0 11048 0
[pid=6202/tid=6233] ppid=6195 vsize=337916 CPUtime=0 cores=0,2
/proc/6202/task/6233/stat : 6233 (python) S 6195 6195 5042 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 637783794 346025984 17892 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 514 18446604444662949056 0 0 -1 0 0 0 0
[pid=6255] ppid=6195 vsize=337928 CPUtime=0.26 cores=0,2
/proc/6255/stat : 6255 (python) S 6195 6195 5042 0 -1 4202560 1094 0 0 0 14 12 0 0 19 0 2 0 637793322 346038272 17875 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6255/statm: 84482 17875 399 364 0 20397 0
[pid=6257] ppid=6255 vsize=40232 CPUtime=99.26 cores=0,2
/proc/6257/stat : 6257 (lingeling) T 6255 6257 6257 0 -1 4202496 24895 0 0 0 9924 2 0 0 25 0 1 0 637793322 41197568 9228 33554432000 4194304 4352236 140737202748144 18446744073709551615 4329081 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/6257/statm: 10058 9228 129 39 0 9138 0
[pid=6255/tid=6263] ppid=6195 vsize=337928 CPUtime=0 cores=0,2
/proc/6255/task/6263/stat : 6263 (python) S 6195 6195 5042 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 637803250 346038272 17875 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 514 18446604453972174848 0 0 -1 2 0 0 0
[pid=6267] ppid=6195 vsize=348184 CPUtime=1.64 cores=0,2
/proc/6267/stat : 6267 (python) S 6195 6195 5042 0 -1 4202560 1018 0 0 0 94 70 0 0 15 0 1 0 637812979 356540416 17850 33554432000 4194304 5683644 140735568726992 18446744073709551615 255106788934 0 0 16781312 514 16989618488022630659 0 0 17 0 0 0 0
/proc/6267/statm: 87046 17850 371 364 0 22958 0
[pid=6269] ppid=6267 vsize=982956 CPUtime=534.23 cores=0,2
/proc/6269/stat : 6269 (cryptominisat-2) R 6267 6269 6269 0 -1 4202496 354960 0 0 0 53368 55 0 0 25 0 1 0 637812979 1006546944 208031 33554432000 4194304 4677096 140734766182864 18446744073709551615 4318801 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6269/statm: 245739 208031 393 118 0 240698 0
[pid=6195/tid=6203] ppid=6193 vsize=358428 CPUtime=0 cores=0,2
/proc/6195/task/6203/stat : 6203 (python) S 6193 6195 5042 0 -1 4202560 36 931 0 0 0 0 0 0 18 0 4 0 637744287 367030272 19363 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 2 18446604446039971968 0 0 -1 0 0 0 0
[pid=6195/tid=6256] ppid=6193 vsize=358428 CPUtime=0 cores=0,2
/proc/6195/task/6256/stat : 6256 (python) S 6193 6195 5042 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 4 0 637793322 367030272 19363 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 2 18446604446039971968 0 0 -1 0 0 0 0
[pid=6195/tid=6268] ppid=6193 vsize=358428 CPUtime=0 cores=0,2
/proc/6195/task/6268/stat : 6268 (python) S 6193 6195 5042 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 4 0 637812979 367030272 19363 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 2 18446604446039971968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1243.3
Current children cumulated vsize (KiB) 2453516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.04 3.09 3.38 4/373 6356
/proc/meminfo: memFree=18393028/32951124 swapFree=67111348/67111528
[pid=6195] ppid=6193 vsize=358428 CPUtime=20.11 cores=0,2
/proc/6195/stat : 6195 (python) S 6193 6195 5042 0 -1 4202496 33553 931 1 0 1997 14 0 0 19 0 4 0 637742222 367030272 19363 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6195/statm: 89607 19363 1880 364 0 25519 0
[pid=6202] ppid=6195 vsize=337916 CPUtime=1.7 cores=0,2
/proc/6202/stat : 6202 (python) S 6195 6195 5042 0 -1 4202560 1204 0 0 0 95 75 0 0 18 0 2 0 637744286 346025984 17892 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6202/statm: 84479 17892 416 364 0 20397 0
[pid=6204] ppid=6202 vsize=47872 CPUtime=586.1 cores=0,2
/proc/6204/stat : 6204 (lingeling) T 6202 6204 6204 0 -1 4202496 43595 0 0 0 58605 5 0 0 25 0 1 0 637744287 49020928 11138 33554432000 4194304 4352236 140734377708640 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/6204/statm: 11968 11138 129 39 0 11048 0
[pid=6202/tid=6233] ppid=6195 vsize=337916 CPUtime=0 cores=0,2
/proc/6202/task/6233/stat : 6233 (python) S 6195 6195 5042 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 637783794 346025984 17892 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 514 18446604444662949056 0 0 -1 0 0 0 0
[pid=6255] ppid=6195 vsize=337928 CPUtime=0.26 cores=0,2
/proc/6255/stat : 6255 (python) S 6195 6195 5042 0 -1 4202560 1094 0 0 0 14 12 0 0 19 0 2 0 637793322 346038272 17875 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6255/statm: 84482 17875 399 364 0 20397 0
[pid=6257] ppid=6255 vsize=40232 CPUtime=99.26 cores=0,2
/proc/6257/stat : 6257 (lingeling) T 6255 6257 6257 0 -1 4202496 24895 0 0 0 9924 2 0 0 25 0 1 0 637793322 41197568 9228 33554432000 4194304 4352236 140737202748144 18446744073709551615 4329081 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/6257/statm: 10058 9228 129 39 0 9138 0
[pid=6255/tid=6263] ppid=6195 vsize=337928 CPUtime=0 cores=0,2
/proc/6255/task/6263/stat : 6263 (python) S 6195 6195 5042 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 637803250 346038272 17875 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 514 18446604453972174848 0 0 -1 2 0 0 0
[pid=6267] ppid=6195 vsize=348184 CPUtime=1.84 cores=0,2
/proc/6267/stat : 6267 (python) S 6195 6195 5042 0 -1 4202560 1018 0 0 0 105 79 0 0 15 0 1 0 637812979 356540416 17850 33554432000 4194304 5683644 140735568726992 18446744073709551615 255106788934 0 0 16781312 514 16989618488022630659 0 0 17 0 0 0 0
/proc/6267/statm: 87046 17850 371 364 0 22958 0
[pid=6269] ppid=6267 vsize=1055136 CPUtime=591.88 cores=0,2
/proc/6269/stat : 6269 (cryptominisat-2) R 6267 6269 6269 0 -1 4202496 372091 0 0 0 59130 58 0 0 25 0 1 0 637812979 1080459264 210048 33554432000 4194304 4677096 140734766182864 18446744073709551615 4336232 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6269/statm: 263784 210048 393 118 0 258743 0
[pid=6195/tid=6203] ppid=6193 vsize=358428 CPUtime=0 cores=0,2
/proc/6195/task/6203/stat : 6203 (python) S 6193 6195 5042 0 -1 4202560 36 931 0 0 0 0 0 0 18 0 4 0 637744287 367030272 19363 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 2 18446604446039971968 0 0 -1 0 0 0 0
[pid=6195/tid=6256] ppid=6193 vsize=358428 CPUtime=0 cores=0,2
/proc/6195/task/6256/stat : 6256 (python) S 6193 6195 5042 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 4 0 637793322 367030272 19363 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 2 18446604446039971968 0 0 -1 0 0 0 0
[pid=6195/tid=6268] ppid=6193 vsize=358428 CPUtime=0 cores=0,2
/proc/6195/task/6268/stat : 6268 (python) S 6193 6195 5042 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 4 0 637812979 367030272 19363 33554432000 4194304 5683644 140735568726992 18446744073709551615 255118592433 0 0 16781312 2 18446604446039971968 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.15
Current children cumulated vsize (KiB) 2525696

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 6195 and gives
#  childrusage.ru_utime.tv_sec=19
#  childrusage.ru_utime.tv_usec=974963
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=155976
# CPU time returned by wait4() is 20.1309
# while last known CPU time is 1301.15
#
# 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): 1301.15
CPU user time (s): 1298.7
CPU system time (s): 2.45
CPU usage (%): 100.085
Max. virtual memory (cumulated for all children) (KiB): 2561692

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

runsolver used 4.94725 second user time and 10.3544 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 11:54:21
IDJOB=3378041
IDBENCH=70797
IDSOLVER=1858
FILE ID=node144/3378041-1305453261
RUNJOBID= node144-1305452910-6053
PBS_JOBID= 13324838
Free space on /tmp= 73152 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxororand/maxxororand064.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-3378041-1305453261/watcher-3378041-1305453261 -o /tmp/evaluation-result-3378041-1305453261/solver-3378041-1305453261 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378041-1305453261.cnf -seed 809139793 -budget 2400

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

MD5SUM BENCH= 49dbd2fb16b3d5ce554d30c48729a56d
RANDOM SEED=809139793

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:      20962952 kB
Buffers:        302144 kB
Cached:        3969484 kB
SwapCached:          0 kB
Active:        8767888 kB
Inactive:      2865640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20962952 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           36120 kB
Writeback:           0 kB
AnonPages:     7361508 kB
Mapped:          33900 kB
Slab:           248624 kB
PageTables:      41836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 82456324 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= 73004 MiB
End job on node144 at 2011-05-15 12:16:03