Trace number 3378037

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)? (TO) 1299.94 1300.04

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate032.cnf
MD5SUM8d76aa747359ea8ccf15726792949452
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 variables8527
Number of clauses25484
Sum of the clauses size59460
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 216988
Number of clauses of size 38494
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.88/2.40	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.88/2.40	c INFO: solving HOME/instance-3378037-1305453224.cnf
0.88/2.40	c INFO: computing task features
0.88/2.43	c INFO: computed variable-clause graph statistics
0.88/2.44	c INFO: computed clause balance statistics
1.28/2.82	c INFO: computed variable balance statistics
1.58/3.12	c INFO: computed small-clause counts
1.58/3.12	c INFO: computed Horn-clause counts
1.70/3.24	c INFO: computed variable graph statistics
1.70/3.24	c INFO: collected features for HOME/instance-3378037-1305453224.cnf in 0.88 s
1.70/3.25	c INFO: running lingeling-276@0 for 582 with 2399 remaining (b = 0.58)
588.83/590.38	c INFO: running lingeling-276@0 for 97 with 1813 remaining (b = 0.25)
689.07/690.59	c INFO: running cryptominisat-2.9.0@0 for 1713 with 1713 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-3378037-1305453224/watcher-3378037-1305453224 -o /tmp/evaluation-result-3378037-1305453224/solver-3378037-1305453224 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378037-1305453224.cnf -seed 759624000 -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: 3.45 3.86 3.52 5/274 5880
/proc/meminfo: memFree=20636260/32950904 swapFree=67057400/67111528
[pid=5880] ppid=5878 vsize=6240 CPUtime=0 cores=0,2
/proc/5880/stat : 5880 (python) D 5878 5880 4476 0 -1 4194304 95 0 2 0 0 0 0 0 20 0 1 0 656922205 6389760 50 33554432000 4194304 5683644 140735660552720 18446744073709551615 237273955975 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5880/statm: 1560 50 40 364 0 42 0

[startup+0.06381 s]
/proc/loadavg: 3.45 3.86 3.52 5/274 5880
/proc/meminfo: memFree=20636260/32950904 swapFree=67057400/67111528
[pid=5880] ppid=5878 vsize=16392 CPUtime=0.01 cores=0,2
/proc/5880/stat : 5880 (python) S 5878 5880 4476 0 -1 4202496 1069 0 7 0 1 0 0 0 17 0 1 0 656922205 16785408 947 33554432000 4194304 5683644 140735660552720 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699945619 0 0 17 0 0 0 1
/proc/5880/statm: 4098 947 383 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+0.100801 s]
/proc/loadavg: 3.45 3.86 3.52 5/274 5880
/proc/meminfo: memFree=20636260/32950904 swapFree=67057400/67111528
[pid=5880] ppid=5878 vsize=16536 CPUtime=0.02 cores=0,2
/proc/5880/stat : 5880 (python) D 5878 5880 4476 0 -1 4202496 1177 0 7 0 1 1 0 0 17 0 1 0 656922205 16932864 1045 33554432000 4194304 5683644 140735660552720 18446744073709551615 237278879488 0 0 16781312 2 18446744071562234166 0 0 17 0 0 0 2
/proc/5880/statm: 4134 1045 417 364 0 621 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16536

[startup+0.300751 s]
/proc/loadavg: 3.45 3.86 3.52 5/274 5880
/proc/meminfo: memFree=20636260/32950904 swapFree=67057400/67111528
[pid=5880] ppid=5878 vsize=38900 CPUtime=0.09 cores=0,2
/proc/5880/stat : 5880 (python) D 5878 5880 4476 0 -1 4202496 1650 0 13 0 3 6 0 0 17 0 1 0 656922205 39833600 1490 33554432000 4194304 5683644 140735660552720 18446744073709551615 237278875493 0 0 16781312 2 0 0 0 17 0 0 0 3
/proc/5880/statm: 9725 1490 455 364 0 1025 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38900

[startup+0.700706 s]
/proc/loadavg: 3.45 3.86 3.52 5/274 5880
/proc/meminfo: memFree=20636260/32950904 swapFree=67057400/67111528
[pid=5880] ppid=5878 vsize=107424 CPUtime=0.23 cores=0,2
/proc/5880/stat : 5880 (python) S 5878 5880 4476 0 -1 4202496 3360 0 21 0 6 17 0 0 16 0 1 0 656922205 110002176 3038 33554432000 4194304 5683644 140735660552720 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 6
/proc/5880/statm: 26856 3038 871 364 0 2087 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 107424

[startup+1.50052 s]
/proc/loadavg: 3.45 3.86 3.52 2/293 5900
/proc/meminfo: memFree=20568312/32950904 swapFree=67057400/67111528
[pid=5880] ppid=5878 vsize=135892 CPUtime=0.61 cores=0,2
/proc/5880/stat : 5880 (python) S 5878 5880 4476 0 -1 4202496 6054 925 28 9 17 44 0 0 17 0 1 0 656922205 139153408 4202 33554432000 4194304 5683644 140735660552720 18446744073709551615 237273955908 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 9
/proc/5880/statm: 33973 4202 1032 364 0 3159 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 135892

[startup+3.10015 s]
/proc/loadavg: 3.58 3.87 3.53 5/285 5908
/proc/meminfo: memFree=20524032/32950904 swapFree=67057400/67111528
[pid=5880] ppid=5878 vsize=282468 CPUtime=1.58 cores=0,2
/proc/5880/stat : 5880 (python) R 5878 5880 4476 0 -1 4202496 10958 925 84 9 103 55 0 0 16 0 1 0 656922205 289247232 8004 33554432000 4194304 5683644 140735660552720 18446744073709551615 47842962775704 0 0 16781312 2 0 0 0 17 0 0 0 27
/proc/5880/statm: 70617 8004 1827 364 0 6541 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 282468
heavy processes:

[startup+6.30058 s]
/proc/loadavg: 3.58 3.87 3.53 6/291 5914
/proc/meminfo: memFree=20421328/32950904 swapFree=67057400/67111528
[pid=5880] ppid=5878 vsize=290948 CPUtime=1.75 cores=0,2
/proc/5880/stat : 5880 (python) S 5878 5880 4476 0 -1 4202496 11330 925 84 9 119 56 0 0 17 0 2 0 656922205 297930752 7600 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/5880/statm: 72737 7600 1867 364 0 8655 0
[pid=5912] ppid=5880 vsize=280704 CPUtime=0 cores=0,2
/proc/5912/stat : 5912 (python) S 5880 5880 4476 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 656922530 287440896 6083 33554432000 4194304 5683644 140735660552720 18446744073709551615 237278899727 0 0 16781312 514 4294309517463617795 0 0 17 0 0 0 0
/proc/5912/statm: 70176 6083 354 364 0 6094 0
[pid=5914] ppid=5912 vsize=6204 CPUtime=3.03 cores=0,2
/proc/5914/stat : 5914 (lingeling) R 5912 5914 5914 0 -1 4202496 1540 0 0 0 303 0 0 0 25 0 1 0 656922531 6352896 721 33554432000 4194304 4352236 140733546159168 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/5914/statm: 1551 721 129 39 0 631 0
[pid=5880/tid=5913] ppid=5878 vsize=290948 CPUtime=0 cores=0,2
/proc/5880/task/5913/stat : 5913 (python) S 5878 5880 4476 0 -1 4202560 31 925 0 9 0 0 0 0 18 0 2 0 656922531 297930752 7600 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 577856
heavy processes:

[startup+12.7005 s]
/proc/loadavg: 3.61 3.88 3.53 6/294 5918
/proc/meminfo: memFree=20399596/32950904 swapFree=67057400/67111528
[pid=5880] ppid=5878 vsize=290948 CPUtime=1.75 cores=0,2
/proc/5880/stat : 5880 (python) S 5878 5880 4476 0 -1 4202496 11330 925 84 9 119 56 0 0 17 0 2 0 656922205 297930752 7600 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/5880/statm: 72737 7600 1867 364 0 8655 0
[pid=5912] ppid=5880 vsize=280704 CPUtime=0 cores=0,2
/proc/5912/stat : 5912 (python) S 5880 5880 4476 0 -1 4202560 885 0 0 0 0 0 0 0 18 0 1 0 656922530 287440896 6106 33554432000 4194304 5683644 140735660552720 18446744073709551615 237278899727 0 0 16781312 514 4294309517463617795 0 0 17 0 0 0 0
/proc/5912/statm: 70176 6106 377 364 0 6094 0
[pid=5914] ppid=5912 vsize=8364 CPUtime=9.42 cores=0,2
/proc/5914/stat : 5914 (lingeling) R 5912 5914 5914 0 -1 4202496 2183 0 0 0 942 0 0 0 25 0 1 0 656922531 8564736 1261 33554432000 4194304 4352236 140733546159168 18446744073709551615 4328075 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/5914/statm: 2091 1261 129 39 0 1171 0
[pid=5880/tid=5913] ppid=5878 vsize=290948 CPUtime=0 cores=0,2
/proc/5880/task/5913/stat : 5913 (python) S 5878 5880 4476 0 -1 4202560 31 925 0 9 0 0 0 0 18 0 2 0 656922531 297930752 7600 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (KiB) 580016

[startup+25.5012 s]
/proc/loadavg: 3.70 3.88 3.54 7/297 5921
/proc/meminfo: memFree=20374744/32950904 swapFree=67057400/67111528
[pid=5880] ppid=5878 vsize=290948 CPUtime=1.75 cores=0,2
/proc/5880/stat : 5880 (python) S 5878 5880 4476 0 -1 4202496 11330 925 84 9 119 56 0 0 17 0 2 0 656922205 297930752 7600 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/5880/statm: 72737 7600 1867 364 0 8655 0
[pid=5912] ppid=5880 vsize=280704 CPUtime=0.04 cores=0,2
/proc/5912/stat : 5912 (python) S 5880 5880 4476 0 -1 4202560 893 0 0 0 2 2 0 0 18 0 1 0 656922530 287440896 6106 33554432000 4194304 5683644 140735660552720 18446744073709551615 237278899727 0 0 16781312 514 6419828492258476291 0 0 17 0 0 0 0
/proc/5912/statm: 70176 6106 377 364 0 6094 0
[pid=5914] ppid=5912 vsize=8620 CPUtime=22.18 cores=0,2
/proc/5914/stat : 5914 (lingeling) R 5912 5914 5914 0 -1 4202496 2258 0 0 0 2218 0 0 0 25 0 1 0 656922531 8826880 1336 33554432000 4194304 4352236 140733546159168 18446744073709551615 4328159 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/5914/statm: 2155 1336 129 39 0 1235 0
[pid=5880/tid=5913] ppid=5878 vsize=290948 CPUtime=0 cores=0,2
/proc/5880/task/5913/stat : 5913 (python) S 5878 5880 4476 0 -1 4202560 31 925 0 9 0 0 0 0 18 0 2 0 656922531 297930752 7600 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.97
Current children cumulated vsize (KiB) 580272

[startup+51.1007 s]
/proc/loadavg: 3.80 3.89 3.55 6/297 5922
/proc/meminfo: memFree=20373576/32950904 swapFree=67057400/67111528
[pid=5880] ppid=5878 vsize=290948 CPUtime=1.75 cores=0,2
/proc/5880/stat : 5880 (python) S 5878 5880 4476 0 -1 4202496 11330 925 84 9 119 56 0 0 17 0 2 0 656922205 297930752 7600 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/5880/statm: 72737 7600 1867 364 0 8655 0
[pid=5912] ppid=5880 vsize=280704 CPUtime=0.09 cores=0,2
/proc/5912/stat : 5912 (python) S 5880 5880 4476 0 -1 4202560 904 0 0 0 5 4 0 0 18 0 1 0 656922530 287440896 6106 33554432000 4194304 5683644 140735660552720 18446744073709551615 237278899727 0 0 16781312 514 6419828492258476291 0 0 17 0 0 0 0
/proc/5912/statm: 70176 6106 377 364 0 6094 0
[pid=5914] ppid=5912 vsize=9068 CPUtime=47.73 cores=0,2
/proc/5914/stat : 5914 (lingeling) R 5912 5914 5914 0 -1 4202496 2359 0 0 0 4773 0 0 0 25 0 1 0 656922531 9285632 1437 33554432000 4194304 4352236 140733546159168 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/5914/statm: 2267 1437 129 39 0 1347 0
[pid=5880/tid=5913] ppid=5878 vsize=290948 CPUtime=0 cores=0,2
/proc/5880/task/5913/stat : 5913 (python) S 5878 5880 4476 0 -1 4202560 31 925 0 9 0 0 0 0 18 0 2 0 656922531 297930752 7600 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.57
Current children cumulated vsize (KiB) 580720

[startup+102.31 s]
/proc/loadavg: 3.92 3.91 3.57 6/297 5923
/proc/meminfo: memFree=20365928/32950904 swapFree=67057400/67111528
[pid=5880] ppid=5878 vsize=290948 CPUtime=1.75 cores=0,2
/proc/5880/stat : 5880 (python) S 5878 5880 4476 0 -1 4202496 11330 925 84 9 119 56 0 0 17 0 2 0 656922205 297930752 7600 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/5880/statm: 72737 7600 1867 364 0 8655 0
[pid=5912] ppid=5880 vsize=280704 CPUtime=0.19 cores=0,2
/proc/5912/stat : 5912 (python) S 5880 5880 4476 0 -1 4202560 926 0 0 0 10 9 0 0 18 0 1 0 656922530 287440896 6106 33554432000 4194304 5683644 140735660552720 18446744073709551615 237278899727 0 0 16781312 514 6419828492258476291 0 0 17 0 0 0 0
/proc/5912/statm: 70176 6106 377 364 0 6094 0
[pid=5914] ppid=5912 vsize=9432 CPUtime=98.84 cores=0,2
/proc/5914/stat : 5914 (lingeling) R 5912 5914 5914 0 -1 4202496 2450 0 0 0 9884 0 0 0 25 0 1 0 656922531 9658368 1528 33554432000 4194304 4352236 140733546159168 18446744073709551615 4231294 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/5914/statm: 2358 1528 129 39 0 1438 0
[pid=5880/tid=5913] ppid=5878 vsize=290948 CPUtime=0 cores=0,2
/proc/5880/task/5913/stat : 5913 (python) S 5878 5880 4476 0 -1 4202560 31 925 0 9 0 0 0 0 18 0 2 0 656922531 297930752 7600 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.78
Current children cumulated vsize (KiB) 581084

[startup+162.301 s]
/proc/loadavg: 3.97 3.92 3.59 6/297 5925
/proc/meminfo: memFree=20359560/32950904 swapFree=67057400/67111528
[pid=5880] ppid=5878 vsize=290948 CPUtime=1.75 cores=0,2
/proc/5880/stat : 5880 (python) S 5878 5880 4476 0 -1 4202496 11330 925 84 9 119 56 0 0 17 0 2 0 656922205 297930752 7600 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/5880/statm: 72737 7600 1867 364 0 8655 0
[pid=5912] ppid=5880 vsize=280704 CPUtime=0.32 cores=0,2
/proc/5912/stat : 5912 (python) S 5880 5880 4476 0 -1 4202560 945 0 0 0 17 15 0 0 18 0 1 0 656922530 287440896 6106 33554432000 4194304 5683644 140735660552720 18446744073709551615 237278899727 0 0 16781312 514 6419828492258476291 0 0 17 0 0 0 0
/proc/5912/statm: 70176 6106 377 364 0 6094 0
[pid=5914] ppid=5912 vsize=9456 CPUtime=158.71 cores=0,2
/proc/5914/stat : 5914 (lingeling) R 5912 5914 5914 0 -1 4202496 2776 0 0 0 15871 0 0 0 25 0 1 0 656922531 9682944 1534 33554432000 4194304 4352236 140733546159168 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/5914/statm: 2364 1534 129 39 0 1444 0
[pid=5880/tid=5913] ppid=5878 vsize=290948 CPUtime=0 cores=0,2
/proc/5880/task/5913/stat : 5913 (python) S 5878 5880 4476 0 -1 4202560 31 925 0 9 0 0 0 0 18 0 2 0 656922531 297930752 7600 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 581108

[startup+222.301 s]
/proc/loadavg: 3.99 3.93 3.62 6/297 5926
/proc/meminfo: memFree=20341940/32950904 swapFree=67057400/67111528
[pid=5880] ppid=5878 vsize=290948 CPUtime=1.75 cores=0,2
/proc/5880/stat : 5880 (python) S 5878 5880 4476 0 -1 4202496 11330 925 84 9 119 56 0 0 17 0 2 0 656922205 297930752 7600 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/5880/statm: 72737 7600 1867 364 0 8655 0
[pid=5912] ppid=5880 vsize=280704 CPUtime=0.44 cores=0,2
/proc/5912/stat : 5912 (python) S 5880 5880 4476 0 -1 4202560 964 0 0 0 24 20 0 0 18 0 1 0 656922530 287440896 6106 33554432000 4194304 5683644 140735660552720 18446744073709551615 237278899727 0 0 16781312 514 6419828492258476291 0 0 17 0 0 0 0
/proc/5912/statm: 70176 6106 377 364 0 6094 0
[pid=5914] ppid=5912 vsize=9456 CPUtime=218.59 cores=0,2
/proc/5914/stat : 5914 (lingeling) R 5912 5914 5914 0 -1 4202496 3032 0 0 0 21859 0 0 0 25 0 1 0 656922531 9682944 1534 33554432000 4194304 4352236 140733546159168 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/5914/statm: 2364 1534 129 39 0 1444 0
[pid=5880/tid=5913] ppid=5878 vsize=290948 CPUtime=0 cores=0,2
/proc/5880/task/5913/stat : 5913 (python) S 5878 5880 4476 0 -1 4202560 31 925 0 9 0 0 0 0 18 0 2 0 656922531 297930752 7600 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0

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

[startup+1122.3 s]
/proc/loadavg: 4.15 4.04 3.86 6/329 5994
/proc/meminfo: memFree=19263256/32950904 swapFree=67057400/67111528
[pid=5880] ppid=5878 vsize=311460 CPUtime=1.77 cores=0,2
/proc/5880/stat : 5880 (python) S 5878 5880 4476 0 -1 4202496 12922 925 84 9 121 56 0 0 20 0 4 0 656922205 318935040 7626 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/5880/statm: 77865 7626 1872 364 0 13777 0
[pid=5912] ppid=5880 vsize=290948 CPUtime=1.22 cores=0,2
/proc/5912/stat : 5912 (python) S 5880 5880 4476 0 -1 4202560 1201 0 0 0 67 55 0 0 19 0 2 0 656922530 297930752 6150 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5912/statm: 72737 6150 416 364 0 8655 0
[pid=5914] ppid=5912 vsize=10608 CPUtime=585.95 cores=0,2
/proc/5914/stat : 5914 (lingeling) T 5912 5914 5914 0 -1 4202496 5496 0 0 0 58593 2 0 0 25 0 1 0 656922531 10862592 1822 33554432000 4194304 4352236 140733546159168 18446744073709551615 4328068 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/5914/statm: 2652 1822 129 39 0 1732 0
[pid=5912/tid=5951] ppid=5880 vsize=290948 CPUtime=0 cores=0,2
/proc/5912/task/5951/stat : 5951 (python) S 5880 5880 4476 0 -1 4202560 42 0 0 0 0 0 0 0 19 0 2 0 656981243 297930752 6150 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 514 18446604453912540096 0 0 -1 2 0 0 0
[pid=5952] ppid=5880 vsize=290960 CPUtime=0.2 cores=0,2
/proc/5952/stat : 5952 (python) S 5880 5880 4476 0 -1 4202560 1099 0 0 0 10 10 0 0 19 0 2 0 656981243 297943040 6134 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5952/statm: 72740 6134 400 364 0 8655 0
[pid=5954] ppid=5952 vsize=8656 CPUtime=100.02 cores=0,2
/proc/5954/stat : 5954 (lingeling) T 5952 5954 5954 0 -1 4202496 2514 0 0 0 10002 0 0 0 25 0 1 0 656981244 8863744 1335 33554432000 4194304 4352236 140734589209936 18446744073709551615 4231318 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/5954/statm: 2164 1335 129 39 0 1244 0
[pid=5952/tid=5966] ppid=5880 vsize=290960 CPUtime=0 cores=0,2
/proc/5952/task/5966/stat : 5966 (python) S 5880 5880 4476 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656991263 297943040 6134 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 514 18446604441203346368 0 0 -1 2 0 0 0
[pid=5967] ppid=5880 vsize=301216 CPUtime=0.96 cores=0,2
/proc/5967/stat : 5967 (python) S 5880 5880 4476 0 -1 4202560 992 0 0 0 52 44 0 0 15 0 1 0 656991264 308445184 6121 33554432000 4194304 5683644 140735660552720 18446744073709551615 237278899782 0 0 16781312 514 8886618017840988420 0 0 17 2 0 0 0
/proc/5967/statm: 75304 6121 371 364 0 11216 0
[pid=5969] ppid=5967 vsize=94208 CPUtime=431.7 cores=0,2
/proc/5969/stat : 5969 (cryptominisat-2) R 5967 5969 5969 0 -1 4202496 43818 0 0 0 43156 14 0 0 25 0 1 0 656991265 96468992 16132 33554432000 4194304 4677096 140736447329840 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5969/statm: 23552 16132 393 118 0 18511 0
[pid=5880/tid=5913] ppid=5878 vsize=311460 CPUtime=0 cores=0,2
/proc/5880/task/5913/stat : 5913 (python) S 5878 5880 4476 0 -1 4202560 31 925 0 9 0 0 0 0 18 0 4 0 656922531 318935040 7626 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0
[pid=5880/tid=5953] ppid=5878 vsize=311460 CPUtime=0 cores=0,2
/proc/5880/task/5953/stat : 5953 (python) S 5878 5880 4476 0 -1 4202560 26 925 0 9 0 0 0 0 20 0 4 0 656981244 318935040 7626 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0
[pid=5880/tid=5968] ppid=5878 vsize=311460 CPUtime=0 cores=0,2
/proc/5880/task/5968/stat : 5968 (python) S 5878 5880 4476 0 -1 4202560 26 925 0 9 0 0 0 0 20 0 4 0 656991265 318935040 7626 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 1308056

[startup+1182.3 s]
/proc/loadavg: 4.06 4.03 3.86 6/329 5996
/proc/meminfo: memFree=19249584/32950904 swapFree=67057400/67111528
[pid=5880] ppid=5878 vsize=311460 CPUtime=1.77 cores=0,2
/proc/5880/stat : 5880 (python) S 5878 5880 4476 0 -1 4202496 12922 925 84 9 121 56 0 0 20 0 4 0 656922205 318935040 7626 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/5880/statm: 77865 7626 1872 364 0 13777 0
[pid=5912] ppid=5880 vsize=290948 CPUtime=1.22 cores=0,2
/proc/5912/stat : 5912 (python) S 5880 5880 4476 0 -1 4202560 1201 0 0 0 67 55 0 0 19 0 2 0 656922530 297930752 6150 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5912/statm: 72737 6150 416 364 0 8655 0
[pid=5914] ppid=5912 vsize=10608 CPUtime=585.95 cores=0,2
/proc/5914/stat : 5914 (lingeling) T 5912 5914 5914 0 -1 4202496 5496 0 0 0 58593 2 0 0 25 0 1 0 656922531 10862592 1822 33554432000 4194304 4352236 140733546159168 18446744073709551615 4328068 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/5914/statm: 2652 1822 129 39 0 1732 0
[pid=5912/tid=5951] ppid=5880 vsize=290948 CPUtime=0 cores=0,2
/proc/5912/task/5951/stat : 5951 (python) S 5880 5880 4476 0 -1 4202560 42 0 0 0 0 0 0 0 19 0 2 0 656981243 297930752 6150 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 514 18446604453912540096 0 0 -1 2 0 0 0
[pid=5952] ppid=5880 vsize=290960 CPUtime=0.2 cores=0,2
/proc/5952/stat : 5952 (python) S 5880 5880 4476 0 -1 4202560 1099 0 0 0 10 10 0 0 19 0 2 0 656981243 297943040 6134 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5952/statm: 72740 6134 400 364 0 8655 0
[pid=5954] ppid=5952 vsize=8656 CPUtime=100.02 cores=0,2
/proc/5954/stat : 5954 (lingeling) T 5952 5954 5954 0 -1 4202496 2514 0 0 0 10002 0 0 0 25 0 1 0 656981244 8863744 1335 33554432000 4194304 4352236 140734589209936 18446744073709551615 4231318 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/5954/statm: 2164 1335 129 39 0 1244 0
[pid=5952/tid=5966] ppid=5880 vsize=290960 CPUtime=0 cores=0,2
/proc/5952/task/5966/stat : 5966 (python) S 5880 5880 4476 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656991263 297943040 6134 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 514 18446604441203346368 0 0 -1 2 0 0 0
[pid=5967] ppid=5880 vsize=301216 CPUtime=1.1 cores=0,2
/proc/5967/stat : 5967 (python) S 5880 5880 4476 0 -1 4202560 992 0 0 0 58 52 0 0 15 0 1 0 656991264 308445184 6121 33554432000 4194304 5683644 140735660552720 18446744073709551615 237278899782 0 0 16781312 514 6419828492258476292 0 0 17 2 0 0 0
/proc/5967/statm: 75304 6121 371 364 0 11216 0
[pid=5969] ppid=5967 vsize=94288 CPUtime=491.7 cores=0,2
/proc/5969/stat : 5969 (cryptominisat-2) R 5967 5969 5969 0 -1 4202496 48779 0 0 0 49155 15 0 0 25 0 1 0 656991265 96550912 16859 33554432000 4194304 4677096 140736447329840 18446744073709551615 4338155 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5969/statm: 23572 16859 393 118 0 18531 0
[pid=5880/tid=5913] ppid=5878 vsize=311460 CPUtime=0 cores=0,2
/proc/5880/task/5913/stat : 5913 (python) S 5878 5880 4476 0 -1 4202560 31 925 0 9 0 0 0 0 18 0 4 0 656922531 318935040 7626 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0
[pid=5880/tid=5953] ppid=5878 vsize=311460 CPUtime=0 cores=0,2
/proc/5880/task/5953/stat : 5953 (python) S 5878 5880 4476 0 -1 4202560 26 925 0 9 0 0 0 0 20 0 4 0 656981244 318935040 7626 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0
[pid=5880/tid=5968] ppid=5878 vsize=311460 CPUtime=0 cores=0,2
/proc/5880/task/5968/stat : 5968 (python) S 5878 5880 4476 0 -1 4202560 26 925 0 9 0 0 0 0 20 0 4 0 656991265 318935040 7626 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 1308136

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 3.87 6/329 5997
/proc/meminfo: memFree=19242492/32950904 swapFree=67057400/67111528
[pid=5880] ppid=5878 vsize=311460 CPUtime=1.77 cores=0,2
/proc/5880/stat : 5880 (python) S 5878 5880 4476 0 -1 4202496 12922 925 84 9 121 56 0 0 20 0 4 0 656922205 318935040 7626 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/5880/statm: 77865 7626 1872 364 0 13777 0
[pid=5912] ppid=5880 vsize=290948 CPUtime=1.22 cores=0,2
/proc/5912/stat : 5912 (python) S 5880 5880 4476 0 -1 4202560 1201 0 0 0 67 55 0 0 19 0 2 0 656922530 297930752 6150 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5912/statm: 72737 6150 416 364 0 8655 0
[pid=5914] ppid=5912 vsize=10608 CPUtime=585.95 cores=0,2
/proc/5914/stat : 5914 (lingeling) T 5912 5914 5914 0 -1 4202496 5496 0 0 0 58593 2 0 0 25 0 1 0 656922531 10862592 1822 33554432000 4194304 4352236 140733546159168 18446744073709551615 4328068 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/5914/statm: 2652 1822 129 39 0 1732 0
[pid=5912/tid=5951] ppid=5880 vsize=290948 CPUtime=0 cores=0,2
/proc/5912/task/5951/stat : 5951 (python) S 5880 5880 4476 0 -1 4202560 42 0 0 0 0 0 0 0 19 0 2 0 656981243 297930752 6150 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 514 18446604453912540096 0 0 -1 2 0 0 0
[pid=5952] ppid=5880 vsize=290960 CPUtime=0.2 cores=0,2
/proc/5952/stat : 5952 (python) S 5880 5880 4476 0 -1 4202560 1099 0 0 0 10 10 0 0 19 0 2 0 656981243 297943040 6134 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5952/statm: 72740 6134 400 364 0 8655 0
[pid=5954] ppid=5952 vsize=8656 CPUtime=100.02 cores=0,2
/proc/5954/stat : 5954 (lingeling) T 5952 5954 5954 0 -1 4202496 2514 0 0 0 10002 0 0 0 25 0 1 0 656981244 8863744 1335 33554432000 4194304 4352236 140734589209936 18446744073709551615 4231318 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/5954/statm: 2164 1335 129 39 0 1244 0
[pid=5952/tid=5966] ppid=5880 vsize=290960 CPUtime=0 cores=0,2
/proc/5952/task/5966/stat : 5966 (python) S 5880 5880 4476 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656991263 297943040 6134 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 514 18446604441203346368 0 0 -1 2 0 0 0
[pid=5967] ppid=5880 vsize=301216 CPUtime=1.23 cores=0,2
/proc/5967/stat : 5967 (python) S 5880 5880 4476 0 -1 4202560 992 0 0 0 65 58 0 0 15 0 1 0 656991264 308445184 6121 33554432000 4194304 5683644 140735660552720 18446744073709551615 237278899782 0 0 16781312 514 8886618017840988420 0 0 17 2 0 0 0
/proc/5967/statm: 75304 6121 371 364 0 11216 0
[pid=5969] ppid=5967 vsize=94444 CPUtime=551.7 cores=0,2
/proc/5969/stat : 5969 (cryptominisat-2) R 5967 5969 5969 0 -1 4202496 54477 0 0 0 55153 17 0 0 25 0 1 0 656991265 96710656 16197 33554432000 4194304 4677096 140736447329840 18446744073709551615 4318908 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5969/statm: 23611 16197 393 118 0 18570 0
[pid=5880/tid=5913] ppid=5878 vsize=311460 CPUtime=0 cores=0,2
/proc/5880/task/5913/stat : 5913 (python) S 5878 5880 4476 0 -1 4202560 31 925 0 9 0 0 0 0 18 0 4 0 656922531 318935040 7626 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0
[pid=5880/tid=5953] ppid=5878 vsize=311460 CPUtime=0 cores=0,2
/proc/5880/task/5953/stat : 5953 (python) S 5878 5880 4476 0 -1 4202560 26 925 0 9 0 0 0 0 20 0 4 0 656981244 318935040 7626 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0
[pid=5880/tid=5968] ppid=5878 vsize=311460 CPUtime=0 cores=0,2
/proc/5880/task/5968/stat : 5968 (python) S 5878 5880 4476 0 -1 4202560 26 925 0 9 0 0 0 0 20 0 4 0 656991265 318935040 7626 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1308292



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.87 6/329 5999
/proc/meminfo: memFree=19197084/32950904 swapFree=67057400/67111528
[pid=5880] ppid=5878 vsize=311460 CPUtime=1.77 cores=0,2
/proc/5880/stat : 5880 (python) S 5878 5880 4476 0 -1 4202496 12922 925 84 9 121 56 0 0 20 0 4 0 656922205 318935040 7626 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 27
/proc/5880/statm: 77865 7626 1872 364 0 13777 0
[pid=5912] ppid=5880 vsize=290948 CPUtime=1.22 cores=0,2
/proc/5912/stat : 5912 (python) S 5880 5880 4476 0 -1 4202560 1201 0 0 0 67 55 0 0 19 0 2 0 656922530 297930752 6150 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5912/statm: 72737 6150 416 364 0 8655 0
[pid=5914] ppid=5912 vsize=10608 CPUtime=585.95 cores=0,2
/proc/5914/stat : 5914 (lingeling) T 5912 5914 5914 0 -1 4202496 5496 0 0 0 58593 2 0 0 25 0 1 0 656922531 10862592 1822 33554432000 4194304 4352236 140733546159168 18446744073709551615 4328068 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/5914/statm: 2652 1822 129 39 0 1732 0
[pid=5912/tid=5951] ppid=5880 vsize=290948 CPUtime=0 cores=0,2
/proc/5912/task/5951/stat : 5951 (python) S 5880 5880 4476 0 -1 4202560 42 0 0 0 0 0 0 0 19 0 2 0 656981243 297930752 6150 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 514 18446604453912540096 0 0 -1 2 0 0 0
[pid=5952] ppid=5880 vsize=290960 CPUtime=0.2 cores=0,2
/proc/5952/stat : 5952 (python) S 5880 5880 4476 0 -1 4202560 1099 0 0 0 10 10 0 0 19 0 2 0 656981243 297943040 6134 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/5952/statm: 72740 6134 400 364 0 8655 0
[pid=5954] ppid=5952 vsize=8656 CPUtime=100.02 cores=0,2
/proc/5954/stat : 5954 (lingeling) T 5952 5954 5954 0 -1 4202496 2514 0 0 0 10002 0 0 0 25 0 1 0 656981244 8863744 1335 33554432000 4194304 4352236 140734589209936 18446744073709551615 4231318 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/5954/statm: 2164 1335 129 39 0 1244 0
[pid=5952/tid=5966] ppid=5880 vsize=290960 CPUtime=0 cores=0,2
/proc/5952/task/5966/stat : 5966 (python) S 5880 5880 4476 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656991263 297943040 6134 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 514 18446604441203346368 0 0 -1 2 0 0 0
[pid=5967] ppid=5880 vsize=301216 CPUtime=1.37 cores=0,2
/proc/5967/stat : 5967 (python) S 5880 5880 4476 0 -1 4202560 1001 0 0 0 72 65 0 0 15 0 1 0 656991264 308445184 6122 33554432000 4194304 5683644 140735660552720 18446744073709551615 237278899782 0 0 16781312 514 6419828492258476292 0 0 17 2 0 0 0
/proc/5967/statm: 75304 6122 372 364 0 11216 0
[pid=5969] ppid=5967 vsize=94560 CPUtime=609.41 cores=0,2
/proc/5969/stat : 5969 (cryptominisat-2) R 5967 5969 5969 0 -1 4202496 59621 0 0 0 60921 20 0 0 25 0 1 0 656991265 96829440 16490 33554432000 4194304 4677096 140736447329840 18446744073709551615 4318809 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/5969/statm: 23640 16490 393 118 0 18599 0
[pid=5880/tid=5913] ppid=5878 vsize=311460 CPUtime=0 cores=0,2
/proc/5880/task/5913/stat : 5913 (python) S 5878 5880 4476 0 -1 4202560 31 925 0 9 0 0 0 0 18 0 4 0 656922531 318935040 7626 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0
[pid=5880/tid=5953] ppid=5878 vsize=311460 CPUtime=0 cores=0,2
/proc/5880/task/5953/stat : 5953 (python) S 5878 5880 4476 0 -1 4202560 26 925 0 9 0 0 0 0 20 0 4 0 656981244 318935040 7626 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0
[pid=5880/tid=5968] ppid=5878 vsize=311460 CPUtime=0 cores=0,2
/proc/5880/task/5968/stat : 5968 (python) S 5878 5880 4476 0 -1 4202560 26 925 0 9 0 0 0 0 20 0 4 0 656991265 318935040 7626 33554432000 4194304 5683644 140735660552720 18446744073709551615 237290703281 0 0 16781312 2 18446604441203344576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 1308408

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 5880 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=217814
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=570913
# CPU time returned by wait4() is 1.78873
# while last known CPU time is 1299.94
#
# 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): 1299.94
CPU user time (s): 1297.86
CPU system time (s): 2.08
CPU usage (%): 99.9927
Max. virtual memory (cumulated for all children) (KiB): 1318440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.21781
system time used= 0.570913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14195
page faults= 93
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59447
involuntary context switches= 48

runsolver used 3.59345 second user time and 8.5677 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 11:53:44
IDJOB=3378037
IDBENCH=70775
IDSOLVER=1858
FILE ID=node121/3378037-1305453224
RUNJOBID= node121-1305453224-5849
PBS_JOBID= 13324845
Free space on /tmp= 73496 MiB

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

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

MD5SUM BENCH= 8d76aa747359ea8ccf15726792949452
RANDOM SEED=759624000

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20636416 kB
Buffers:        312024 kB
Cached:        6275084 kB
SwapCached:       7656 kB
Active:        6583140 kB
Inactive:      5374092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20636416 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:          132972 kB
Writeback:           0 kB
AnonPages:     5367424 kB
Mapped:          21728 kB
Slab:           269512 kB
PageTables:      24644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30667336 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= 73364 MiB
End job on node121 at 2011-05-15 12:15:27