Trace number 3378042

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.24 1300.03

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
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 variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.86/2.40	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.86/2.40	c INFO: solving HOME/instance-3378042-1305453224.cnf
0.86/2.40	c INFO: computing task features
0.86/2.40	c INFO: computed variable-clause graph statistics
0.86/2.40	c INFO: computed clause balance statistics
0.96/2.57	c INFO: computed variable balance statistics
1.16/2.72	c INFO: computed small-clause counts
1.16/2.72	c INFO: computed Horn-clause counts
1.16/2.76	c INFO: computed variable graph statistics
1.16/2.76	c INFO: collected features for HOME/instance-3378042-1305453224.cnf in 0.43 s
1.16/2.78	c INFO: running lingeling-276@0 for 582 with 2399 remaining (b = 0.58)
588.54/589.87	c INFO: running lingeling-276@586 for 291 with 1813 remaining (b = 0.17)
882.20/883.44	c INFO: running lingeling-276@0 for 194 with 1520 remaining (b = 0.35)
1077.03/1077.86	c INFO: running cryptominisat-2.9.0@0 for 485 with 1326 remaining (b = 0.40)

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.45 3.86 3.52 2/279 5886
/proc/meminfo: memFree=20630364/32950904 swapFree=67057400/67111528
[pid=5886] ppid=5884 vsize=15752 CPUtime=0 cores=1,3
/proc/5886/stat : 5886 (python) R 5884 5886 4476 0 -1 4202496 838 0 0 0 0 0 0 0 17 0 1 0 656922208 16130048 723 33554432000 4194304 5683644 140734427602080 18446744073709551615 237278877696 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/5886/statm: 3939 723 334 364 0 426 0

[startup+0.0945199 s]
/proc/loadavg: 3.45 3.86 3.52 2/279 5886
/proc/meminfo: memFree=20630364/32950904 swapFree=67057400/67111528
[pid=5886] ppid=5884 vsize=18884 CPUtime=0.02 cores=1,3
/proc/5886/stat : 5886 (python) R 5884 5886 4476 0 -1 4202496 1237 0 1 0 1 1 0 0 17 0 1 0 656922208 19337216 1095 33554432000 4194304 5683644 140734427602080 18446744073709551615 237278879488 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/5886/statm: 4721 1097 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100507 s]
/proc/loadavg: 3.45 3.86 3.52 2/279 5886
/proc/meminfo: memFree=20630364/32950904 swapFree=67057400/67111528
[pid=5886] ppid=5884 vsize=18880 CPUtime=0.02 cores=1,3
/proc/5886/stat : 5886 (python) R 5884 5886 4476 0 -1 4202496 1256 0 1 0 1 1 0 0 17 0 1 0 656922208 19333120 1112 33554432000 4194304 5683644 140734427602080 18446744073709551615 237278877696 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/5886/statm: 4720 1112 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.300468 s]
/proc/loadavg: 3.45 3.86 3.52 2/279 5886
/proc/meminfo: memFree=20630364/32950904 swapFree=67057400/67111528
[pid=5886] ppid=5884 vsize=45816 CPUtime=0.09 cores=1,3
/proc/5886/stat : 5886 (python) D 5884 5886 4476 0 -1 4202496 1919 0 8 0 3 6 0 0 17 0 1 0 656922208 46915584 1701 33554432000 4194304 5683644 140734427602080 18446744073709551615 237278877696 0 0 16781312 2 0 0 0 17 1 0 0 2
/proc/5886/statm: 11454 1701 470 364 0 1203 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45816

[startup+0.700386 s]
/proc/loadavg: 3.45 3.86 3.52 2/279 5886
/proc/meminfo: memFree=20630364/32950904 swapFree=67057400/67111528
[pid=5886] ppid=5884 vsize=111020 CPUtime=0.21 cores=1,3
/proc/5886/stat : 5886 (python) D 5884 5886 4476 0 -1 4202496 3460 0 18 0 6 15 0 0 16 0 1 0 656922208 113684480 3129 33554432000 4194304 5683644 140734427602080 18446744073709551615 237278877696 0 0 16781312 2 0 0 0 17 1 0 0 6
/proc/5886/statm: 27755 3129 881 364 0 2291 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 111020

[startup+1.50025 s]
/proc/loadavg: 3.45 3.86 3.52 5/285 5908
/proc/meminfo: memFree=20568044/32950904 swapFree=67057400/67111528
[pid=5886] ppid=5884 vsize=148960 CPUtime=0.55 cores=1,3
/proc/5886/stat : 5886 (python) D 5884 5886 4476 0 -1 4202496 6256 922 27 9 16 39 0 0 17 0 1 0 656922208 152535040 4403 33554432000 4194304 5683644 140734427602080 18446744073709551615 237273959958 0 0 16781312 2 18446744071562234166 0 0 17 1 0 0 9
/proc/5886/statm: 37240 4403 1202 364 0 3181 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 148960

[startup+3.10089 s]
/proc/loadavg: 3.58 3.87 3.53 5/285 5908
/proc/meminfo: memFree=20523164/32950904 swapFree=67057400/67111528
[pid=5886] ppid=5884 vsize=289928 CPUtime=1.24 cores=1,3
/proc/5886/stat : 5886 (python) S 5884 5886 4476 0 -1 4202496 10380 922 77 9 72 52 0 0 17 0 2 0 656922208 296886272 7377 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 26
/proc/5886/statm: 72482 7377 1867 364 0 8400 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 289928
heavy processes:

[startup+6.30032 s]
/proc/loadavg: 3.58 3.87 3.53 5/291 5914
/proc/meminfo: memFree=20421328/32950904 swapFree=67057400/67111528
[pid=5886] ppid=5884 vsize=289928 CPUtime=1.24 cores=1,3
/proc/5886/stat : 5886 (python) S 5884 5886 4476 0 -1 4202496 10380 922 77 9 72 52 0 0 17 0 2 0 656922208 296886272 7377 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 26
/proc/5886/statm: 72482 7377 1867 364 0 8400 0
[pid=5909] ppid=5886 vsize=279684 CPUtime=0 cores=1,3
/proc/5909/stat : 5909 (python) S 5886 5886 4476 0 -1 4202560 742 0 0 0 0 0 0 0 15 0 1 0 656922487 286396416 5860 33554432000 4194304 5683644 140734427602080 18446744073709551615 237278899727 0 0 16781312 514 12525483086047052037 0 0 17 1 0 0 0
/proc/5909/statm: 69921 5860 354 364 0 5839 0
[pid=5911] ppid=5909 vsize=7664 CPUtime=3.49 cores=1,3
/proc/5911/stat : 5911 (lingeling) R 5909 5911 5911 0 -1 4202496 1901 0 0 0 349 0 0 0 25 0 1 0 656922487 7847936 1117 33554432000 4194304 4352236 140736027554288 18446744073709551615 4207870 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/5911/statm: 1916 1117 129 39 0 996 0
[pid=5886/tid=5910] ppid=5884 vsize=289928 CPUtime=0 cores=1,3
/proc/5886/task/5910/stat : 5910 (python) S 5884 5886 4476 0 -1 4202560 30 922 0 9 0 0 0 0 18 0 2 0 656922487 296886272 7377 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 577276
heavy processes:

[startup+12.7002 s]
/proc/loadavg: 3.61 3.88 3.53 5/294 5918
/proc/meminfo: memFree=20399596/32950904 swapFree=67057400/67111528
[pid=5886] ppid=5884 vsize=289928 CPUtime=1.24 cores=1,3
/proc/5886/stat : 5886 (python) S 5884 5886 4476 0 -1 4202496 10380 922 77 9 72 52 0 0 17 0 2 0 656922208 296886272 7377 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 26
/proc/5886/statm: 72482 7377 1867 364 0 8400 0
[pid=5909] ppid=5886 vsize=279684 CPUtime=0 cores=1,3
/proc/5909/stat : 5909 (python) S 5886 5886 4476 0 -1 4202560 892 0 0 0 0 0 0 0 15 0 1 0 656922487 286396416 5883 33554432000 4194304 5683644 140734427602080 18446744073709551615 237278899727 0 0 16781312 514 12525483086047052037 0 0 17 1 0 0 0
/proc/5909/statm: 69921 5883 377 364 0 5839 0
[pid=5911] ppid=5909 vsize=9172 CPUtime=9.88 cores=1,3
/proc/5911/stat : 5911 (lingeling) R 5909 5911 5911 0 -1 4202496 3142 0 0 0 988 0 0 0 25 0 1 0 656922487 9392128 1462 33554432000 4194304 4352236 140736027554288 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/5911/statm: 2293 1462 129 39 0 1373 0
[pid=5886/tid=5910] ppid=5884 vsize=289928 CPUtime=0 cores=1,3
/proc/5886/task/5910/stat : 5910 (python) S 5884 5886 4476 0 -1 4202560 30 922 0 9 0 0 0 0 18 0 2 0 656922487 296886272 7377 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.12
Current children cumulated vsize (KiB) 578784

[startup+25.5009 s]
/proc/loadavg: 3.70 3.88 3.54 5/297 5921
/proc/meminfo: memFree=20374744/32950904 swapFree=67057400/67111528
[pid=5886] ppid=5884 vsize=289928 CPUtime=1.24 cores=1,3
/proc/5886/stat : 5886 (python) S 5884 5886 4476 0 -1 4202496 10380 922 77 9 72 52 0 0 17 0 2 0 656922208 296886272 7377 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 26
/proc/5886/statm: 72482 7377 1867 364 0 8400 0
[pid=5909] ppid=5886 vsize=279684 CPUtime=0.04 cores=1,3
/proc/5909/stat : 5909 (python) S 5886 5886 4476 0 -1 4202560 902 0 0 0 2 2 0 0 15 0 1 0 656922487 286396416 5883 33554432000 4194304 5683644 140734427602080 18446744073709551615 237278899727 0 0 16781312 514 9118065211192869125 0 0 17 1 0 0 0
/proc/5909/statm: 69921 5883 377 364 0 5839 0
[pid=5911] ppid=5909 vsize=9404 CPUtime=22.66 cores=1,3
/proc/5911/stat : 5911 (lingeling) R 5909 5911 5911 0 -1 4202496 4999 0 0 0 2266 0 0 0 25 0 1 0 656922487 9629696 1527 33554432000 4194304 4352236 140736027554288 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/5911/statm: 2351 1527 129 39 0 1431 0
[pid=5886/tid=5910] ppid=5884 vsize=289928 CPUtime=0 cores=1,3
/proc/5886/task/5910/stat : 5910 (python) S 5884 5886 4476 0 -1 4202560 30 922 0 9 0 0 0 0 18 0 2 0 656922487 296886272 7377 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 23.94
Current children cumulated vsize (KiB) 579016

[startup+51.1004 s]
/proc/loadavg: 3.80 3.89 3.55 5/297 5922
/proc/meminfo: memFree=20373576/32950904 swapFree=67057400/67111528
[pid=5886] ppid=5884 vsize=289928 CPUtime=1.24 cores=1,3
/proc/5886/stat : 5886 (python) S 5884 5886 4476 0 -1 4202496 10380 922 77 9 72 52 0 0 17 0 2 0 656922208 296886272 7377 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 26
/proc/5886/statm: 72482 7377 1867 364 0 8400 0
[pid=5909] ppid=5886 vsize=279684 CPUtime=0.09 cores=1,3
/proc/5909/stat : 5909 (python) S 5886 5886 4476 0 -1 4202560 912 0 0 0 5 4 0 0 15 0 1 0 656922487 286396416 5883 33554432000 4194304 5683644 140734427602080 18446744073709551615 237278899727 0 0 16781312 514 9118065211192869125 0 0 17 1 0 0 0
/proc/5909/statm: 69921 5883 377 364 0 5839 0
[pid=5911] ppid=5909 vsize=10176 CPUtime=48.23 cores=1,3
/proc/5911/stat : 5911 (lingeling) R 5909 5911 5911 0 -1 4202496 7585 0 0 0 4822 1 0 0 25 0 1 0 656922487 10420224 1745 33554432000 4194304 4352236 140736027554288 18446744073709551615 4328380 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/5911/statm: 2544 1745 129 39 0 1624 0
[pid=5886/tid=5910] ppid=5884 vsize=289928 CPUtime=0 cores=1,3
/proc/5886/task/5910/stat : 5910 (python) S 5884 5886 4476 0 -1 4202560 30 922 0 9 0 0 0 0 18 0 2 0 656922487 296886272 7377 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.56
Current children cumulated vsize (KiB) 579788

[startup+102.31 s]
/proc/loadavg: 3.92 3.91 3.57 6/297 5923
/proc/meminfo: memFree=20365928/32950904 swapFree=67057400/67111528
[pid=5886] ppid=5884 vsize=289928 CPUtime=1.24 cores=1,3
/proc/5886/stat : 5886 (python) S 5884 5886 4476 0 -1 4202496 10380 922 77 9 72 52 0 0 17 0 2 0 656922208 296886272 7377 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 26
/proc/5886/statm: 72482 7377 1867 364 0 8400 0
[pid=5909] ppid=5886 vsize=279684 CPUtime=0.18 cores=1,3
/proc/5909/stat : 5909 (python) S 5886 5886 4476 0 -1 4202560 932 0 0 0 9 9 0 0 15 0 1 0 656922487 286396416 5883 33554432000 4194304 5683644 140734427602080 18446744073709551615 237278899727 0 0 16781312 514 9118065211192869125 0 0 17 1 0 0 0
/proc/5909/statm: 69921 5883 377 364 0 5839 0
[pid=5911] ppid=5909 vsize=13376 CPUtime=99.36 cores=1,3
/proc/5911/stat : 5911 (lingeling) R 5909 5911 5911 0 -1 4202496 13281 0 0 0 9935 1 0 0 25 0 1 0 656922487 13697024 2545 33554432000 4194304 4352236 140736027554288 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/5911/statm: 3344 2545 129 39 0 2424 0
[pid=5886/tid=5910] ppid=5884 vsize=289928 CPUtime=0 cores=1,3
/proc/5886/task/5910/stat : 5910 (python) S 5884 5886 4476 0 -1 4202560 30 922 0 9 0 0 0 0 18 0 2 0 656922487 296886272 7377 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.78
Current children cumulated vsize (KiB) 582988

[startup+162.301 s]
/proc/loadavg: 3.97 3.92 3.59 5/297 5925
/proc/meminfo: memFree=20359560/32950904 swapFree=67057400/67111528
[pid=5886] ppid=5884 vsize=289928 CPUtime=1.24 cores=1,3
/proc/5886/stat : 5886 (python) S 5884 5886 4476 0 -1 4202496 10380 922 77 9 72 52 0 0 17 0 2 0 656922208 296886272 7377 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 26
/proc/5886/statm: 72482 7377 1867 364 0 8400 0
[pid=5909] ppid=5886 vsize=279684 CPUtime=0.31 cores=1,3
/proc/5909/stat : 5909 (python) S 5886 5886 4476 0 -1 4202560 951 0 0 0 16 15 0 0 15 0 1 0 656922487 286396416 5883 33554432000 4194304 5683644 140734427602080 18446744073709551615 237278899727 0 0 16781312 514 9118065211192869125 0 0 17 1 0 0 0
/proc/5909/statm: 69921 5883 377 364 0 5839 0
[pid=5911] ppid=5909 vsize=14912 CPUtime=159.26 cores=1,3
/proc/5911/stat : 5911 (lingeling) R 5909 5911 5911 0 -1 4202496 17185 0 0 0 15924 2 0 0 25 0 1 0 656922487 15269888 2929 33554432000 4194304 4352236 140736027554288 18446744073709551615 4328392 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/5911/statm: 3728 2929 129 39 0 2808 0
[pid=5886/tid=5910] ppid=5884 vsize=289928 CPUtime=0 cores=1,3
/proc/5886/task/5910/stat : 5910 (python) S 5884 5886 4476 0 -1 4202560 30 922 0 9 0 0 0 0 18 0 2 0 656922487 296886272 7377 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 584524

[startup+222.301 s]
/proc/loadavg: 3.99 3.93 3.62 5/297 5926
/proc/meminfo: memFree=20341940/32950904 swapFree=67057400/67111528
[pid=5886] ppid=5884 vsize=289928 CPUtime=1.24 cores=1,3
/proc/5886/stat : 5886 (python) S 5884 5886 4476 0 -1 4202496 10380 922 77 9 72 52 0 0 17 0 2 0 656922208 296886272 7377 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 26
/proc/5886/statm: 72482 7377 1867 364 0 8400 0
[pid=5909] ppid=5886 vsize=279684 CPUtime=0.42 cores=1,3
/proc/5909/stat : 5909 (python) S 5886 5886 4476 0 -1 4202560 969 0 0 0 22 20 0 0 15 0 1 0 656922487 286396416 5883 33554432000 4194304 5683644 140734427602080 18446744073709551615 237278899727 0 0 16781312 514 9118065211192869125 0 0 17 1 0 0 0
/proc/5909/statm: 69921 5883 377 364 0 5839 0
[pid=5911] ppid=5909 vsize=15168 CPUtime=219.16 cores=1,3
/proc/5911/stat : 5911 (lingeling) R 5909 5911 5911 0 -1 4202496 23681 0 0 0 21914 2 0 0 25 0 1 0 656922487 15532032 2993 33554432000 4194304 4352236 140736027554288 18446744073709551615 4329032 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/5911/statm: 3792 2993 129 39 0 2872 0
[pid=5886/tid=5910] ppid=5884 vsize=289928 CPUtime=0 cores=1,3
/proc/5886/task/5910/stat : 5910 (python) S 5884 5886 4476 0 -1 4202560 30 922 0 9 0 0 0 0 18 0 2 0 656922487 296886272 7377 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0

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

[startup+1122.3 s]
/proc/loadavg: 4.15 4.04 3.86 5/329 5994
/proc/meminfo: memFree=19263256/32950904 swapFree=67057400/67111528
[pid=5886] ppid=5884 vsize=310800 CPUtime=1.26 cores=1,3
/proc/5886/stat : 5886 (python) S 5884 5886 4476 0 -1 4202496 11992 922 77 9 74 52 0 0 19 0 4 0 656922208 318259200 7448 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 26
/proc/5886/statm: 77700 7448 1872 364 0 13612 0
[pid=5909] ppid=5886 vsize=289928 CPUtime=1.79 cores=1,3
/proc/5909/stat : 5909 (python) S 5886 5886 4476 0 -1 4202560 1207 0 0 0 93 86 0 0 15 0 2 0 656922487 296886272 5928 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5909/statm: 72482 5928 417 364 0 8400 0
[pid=5911] ppid=5909 vsize=24776 CPUtime=879.22 cores=1,3
/proc/5911/stat : 5911 (lingeling) T 5909 5911 5911 0 -1 4202496 61955 0 0 0 87915 7 0 0 25 0 1 0 656922487 25370624 5395 33554432000 4194304 4352236 140736027554288 18446744073709551615 4278732 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/5911/statm: 6194 5395 129 39 0 5274 0
[pid=5909/tid=5950] ppid=5886 vsize=289928 CPUtime=0 cores=1,3
/proc/5909/task/5950/stat : 5950 (python) S 5886 5886 4476 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 656981194 296886272 5928 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 514 18446604468713911424 0 0 -1 1 0 0 0
[pid=5982] ppid=5886 vsize=290300 CPUtime=0.42 cores=1,3
/proc/5982/stat : 5982 (python) S 5886 5886 4476 0 -1 4202560 1119 0 0 0 21 21 0 0 19 0 2 0 657010552 297267200 5969 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/5982/statm: 72575 5969 400 364 0 8490 0
[pid=5984] ppid=5982 vsize=16712 CPUtime=194.41 cores=1,3
/proc/5984/stat : 5984 (lingeling) T 5982 5984 5984 0 -1 4202496 18694 0 0 0 19438 3 0 0 25 0 1 0 657010553 17113088 3380 33554432000 4194304 4352236 140734080029696 18446744073709551615 4328105 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/5984/statm: 4178 3380 129 39 0 3258 0
[pid=5982/tid=5990] ppid=5886 vsize=290300 CPUtime=0 cores=1,3
/proc/5982/task/5990/stat : 5990 (python) S 5886 5886 4476 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657029994 297267200 5969 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 514 18446604471145429760 0 0 -1 3 0 0 0
[pid=5991] ppid=5886 vsize=300556 CPUtime=0.1 cores=1,3
/proc/5991/stat : 5991 (python) S 5886 5886 4476 0 -1 4202560 932 0 0 0 4 6 0 0 15 0 1 0 657029995 307769344 5943 33554432000 4194304 5683644 140734427602080 18446744073709551615 237278899782 0 0 16781312 514 9118065211192869126 0 0 17 1 0 0 0
/proc/5991/statm: 75139 5943 371 364 0 11051 0
[pid=5993] ppid=5991 vsize=55856 CPUtime=44.32 cores=1,3
/proc/5993/stat : 5993 (cryptominisat-2) R 5991 5993 5993 0 -1 4202496 21768 0 0 0 4426 6 0 0 25 0 1 0 657029995 57196544 7486 33554432000 4194304 4677096 140735149217504 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/5993/statm: 13964 7486 391 118 0 8923 0
[pid=5886/tid=5910] ppid=5884 vsize=310800 CPUtime=0 cores=1,3
/proc/5886/task/5910/stat : 5910 (python) S 5884 5886 4476 0 -1 4202560 31 922 0 9 0 0 0 0 18 0 4 0 656922487 318259200 7448 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0
[pid=5886/tid=5983] ppid=5884 vsize=310800 CPUtime=0 cores=1,3
/proc/5886/task/5983/stat : 5983 (python) S 5884 5886 4476 0 -1 4202560 31 922 0 9 0 0 0 0 20 0 4 0 657010553 318259200 7448 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0
[pid=5886/tid=5992] ppid=5884 vsize=310800 CPUtime=0 cores=1,3
/proc/5886/task/5992/stat : 5992 (python) S 5884 5886 4476 0 -1 4202560 26 922 0 9 0 0 0 0 20 0 4 0 657029995 318259200 7448 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1121.52
Current children cumulated vsize (KiB) 1288928

[startup+1182.3 s]
/proc/loadavg: 4.06 4.03 3.86 5/329 5996
/proc/meminfo: memFree=19249336/32950904 swapFree=67057400/67111528
[pid=5886] ppid=5884 vsize=310800 CPUtime=1.26 cores=1,3
/proc/5886/stat : 5886 (python) S 5884 5886 4476 0 -1 4202496 11992 922 77 9 74 52 0 0 19 0 4 0 656922208 318259200 7448 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 26
/proc/5886/statm: 77700 7448 1872 364 0 13612 0
[pid=5909] ppid=5886 vsize=289928 CPUtime=1.79 cores=1,3
/proc/5909/stat : 5909 (python) S 5886 5886 4476 0 -1 4202560 1207 0 0 0 93 86 0 0 15 0 2 0 656922487 296886272 5928 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5909/statm: 72482 5928 417 364 0 8400 0
[pid=5911] ppid=5909 vsize=24776 CPUtime=879.22 cores=1,3
/proc/5911/stat : 5911 (lingeling) T 5909 5911 5911 0 -1 4202496 61955 0 0 0 87915 7 0 0 25 0 1 0 656922487 25370624 5395 33554432000 4194304 4352236 140736027554288 18446744073709551615 4278732 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/5911/statm: 6194 5395 129 39 0 5274 0
[pid=5909/tid=5950] ppid=5886 vsize=289928 CPUtime=0 cores=1,3
/proc/5909/task/5950/stat : 5950 (python) S 5886 5886 4476 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 656981194 296886272 5928 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 514 18446604468713911424 0 0 -1 1 0 0 0
[pid=5982] ppid=5886 vsize=290300 CPUtime=0.42 cores=1,3
/proc/5982/stat : 5982 (python) S 5886 5886 4476 0 -1 4202560 1119 0 0 0 21 21 0 0 19 0 2 0 657010552 297267200 5969 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/5982/statm: 72575 5969 400 364 0 8490 0
[pid=5984] ppid=5982 vsize=16712 CPUtime=194.41 cores=1,3
/proc/5984/stat : 5984 (lingeling) T 5982 5984 5984 0 -1 4202496 18694 0 0 0 19438 3 0 0 25 0 1 0 657010553 17113088 3380 33554432000 4194304 4352236 140734080029696 18446744073709551615 4328105 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/5984/statm: 4178 3380 129 39 0 3258 0
[pid=5982/tid=5990] ppid=5886 vsize=290300 CPUtime=0 cores=1,3
/proc/5982/task/5990/stat : 5990 (python) S 5886 5886 4476 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657029994 297267200 5969 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 514 18446604471145429760 0 0 -1 3 0 0 0
[pid=5991] ppid=5886 vsize=300556 CPUtime=0.25 cores=1,3
/proc/5991/stat : 5991 (python) S 5886 5886 4476 0 -1 4202560 956 0 0 0 12 13 0 0 15 0 1 0 657029995 307769344 5943 33554432000 4194304 5683644 140734427602080 18446744073709551615 237278899782 0 0 16781312 514 9118065211192869126 0 0 17 1 0 0 0
/proc/5991/statm: 75139 5943 371 364 0 11051 0
[pid=5993] ppid=5991 vsize=62960 CPUtime=104.17 cores=1,3
/proc/5993/stat : 5993 (cryptominisat-2) R 5991 5993 5993 0 -1 4202496 37792 0 0 0 10407 10 0 0 25 0 1 0 657029995 64471040 9494 33554432000 4194304 4677096 140735149217504 18446744073709551615 4319826 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/5993/statm: 15740 9494 391 118 0 10699 0
[pid=5886/tid=5910] ppid=5884 vsize=310800 CPUtime=0 cores=1,3
/proc/5886/task/5910/stat : 5910 (python) S 5884 5886 4476 0 -1 4202560 31 922 0 9 0 0 0 0 18 0 4 0 656922487 318259200 7448 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0
[pid=5886/tid=5983] ppid=5884 vsize=310800 CPUtime=0 cores=1,3
/proc/5886/task/5983/stat : 5983 (python) S 5884 5886 4476 0 -1 4202560 31 922 0 9 0 0 0 0 20 0 4 0 657010553 318259200 7448 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0
[pid=5886/tid=5992] ppid=5884 vsize=310800 CPUtime=0 cores=1,3
/proc/5886/task/5992/stat : 5992 (python) S 5884 5886 4476 0 -1 4202560 26 922 0 9 0 0 0 0 20 0 4 0 657029995 318259200 7448 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1181.52
Current children cumulated vsize (KiB) 1296032

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 3.87 5/329 5997
/proc/meminfo: memFree=19242492/32950904 swapFree=67057400/67111528
[pid=5886] ppid=5884 vsize=310800 CPUtime=1.26 cores=1,3
/proc/5886/stat : 5886 (python) S 5884 5886 4476 0 -1 4202496 11992 922 77 9 74 52 0 0 19 0 4 0 656922208 318259200 7448 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 26
/proc/5886/statm: 77700 7448 1872 364 0 13612 0
[pid=5909] ppid=5886 vsize=289928 CPUtime=1.79 cores=1,3
/proc/5909/stat : 5909 (python) S 5886 5886 4476 0 -1 4202560 1207 0 0 0 93 86 0 0 15 0 2 0 656922487 296886272 5928 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5909/statm: 72482 5928 417 364 0 8400 0
[pid=5911] ppid=5909 vsize=24776 CPUtime=879.22 cores=1,3
/proc/5911/stat : 5911 (lingeling) T 5909 5911 5911 0 -1 4202496 61955 0 0 0 87915 7 0 0 25 0 1 0 656922487 25370624 5395 33554432000 4194304 4352236 140736027554288 18446744073709551615 4278732 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/5911/statm: 6194 5395 129 39 0 5274 0
[pid=5909/tid=5950] ppid=5886 vsize=289928 CPUtime=0 cores=1,3
/proc/5909/task/5950/stat : 5950 (python) S 5886 5886 4476 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 656981194 296886272 5928 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 514 18446604468713911424 0 0 -1 1 0 0 0
[pid=5982] ppid=5886 vsize=290300 CPUtime=0.42 cores=1,3
/proc/5982/stat : 5982 (python) S 5886 5886 4476 0 -1 4202560 1119 0 0 0 21 21 0 0 19 0 2 0 657010552 297267200 5969 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/5982/statm: 72575 5969 400 364 0 8490 0
[pid=5984] ppid=5982 vsize=16712 CPUtime=194.41 cores=1,3
/proc/5984/stat : 5984 (lingeling) T 5982 5984 5984 0 -1 4202496 18694 0 0 0 19438 3 0 0 25 0 1 0 657010553 17113088 3380 33554432000 4194304 4352236 140734080029696 18446744073709551615 4328105 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/5984/statm: 4178 3380 129 39 0 3258 0
[pid=5982/tid=5990] ppid=5886 vsize=290300 CPUtime=0 cores=1,3
/proc/5982/task/5990/stat : 5990 (python) S 5886 5886 4476 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657029994 297267200 5969 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 514 18446604471145429760 0 0 -1 3 0 0 0
[pid=5991] ppid=5886 vsize=300556 CPUtime=0.38 cores=1,3
/proc/5991/stat : 5991 (python) S 5886 5886 4476 0 -1 4202560 979 0 0 0 18 20 0 0 15 0 1 0 657029995 307769344 5943 33554432000 4194304 5683644 140734427602080 18446744073709551615 237278899782 0 0 16781312 514 5634016332274958598 0 0 17 1 0 0 0
/proc/5991/statm: 75139 5943 371 364 0 11051 0
[pid=5993] ppid=5991 vsize=81656 CPUtime=164.04 cores=1,3
/proc/5993/stat : 5993 (cryptominisat-2) R 5991 5993 5993 0 -1 4202496 54696 0 0 0 16389 15 0 0 25 0 1 0 657029995 83615744 13045 33554432000 4194304 4677096 140735149217504 18446744073709551615 4320184 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/5993/statm: 20414 13045 391 118 0 15373 0
[pid=5886/tid=5910] ppid=5884 vsize=310800 CPUtime=0 cores=1,3
/proc/5886/task/5910/stat : 5910 (python) S 5884 5886 4476 0 -1 4202560 31 922 0 9 0 0 0 0 18 0 4 0 656922487 318259200 7448 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0
[pid=5886/tid=5983] ppid=5884 vsize=310800 CPUtime=0 cores=1,3
/proc/5886/task/5983/stat : 5983 (python) S 5884 5886 4476 0 -1 4202560 31 922 0 9 0 0 0 0 20 0 4 0 657010553 318259200 7448 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0
[pid=5886/tid=5992] ppid=5884 vsize=310800 CPUtime=0 cores=1,3
/proc/5886/task/5992/stat : 5992 (python) S 5884 5886 4476 0 -1 4202560 26 922 0 9 0 0 0 0 20 0 4 0 657029995 318259200 7448 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1241.52
Current children cumulated vsize (KiB) 1314728



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.87 5/321 6001
/proc/meminfo: memFree=19490476/32950904 swapFree=67057400/67111528
[pid=5886] ppid=5884 vsize=310800 CPUtime=1.26 cores=1,3
/proc/5886/stat : 5886 (python) S 5884 5886 4476 0 -1 4202496 11992 922 77 9 74 52 0 0 19 0 4 0 656922208 318259200 7448 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 26
/proc/5886/statm: 77700 7448 1872 364 0 13612 0
[pid=5909] ppid=5886 vsize=289928 CPUtime=1.79 cores=1,3
/proc/5909/stat : 5909 (python) S 5886 5886 4476 0 -1 4202560 1207 0 0 0 93 86 0 0 15 0 2 0 656922487 296886272 5928 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/5909/statm: 72482 5928 417 364 0 8400 0
[pid=5911] ppid=5909 vsize=24776 CPUtime=879.22 cores=1,3
/proc/5911/stat : 5911 (lingeling) T 5909 5911 5911 0 -1 4202496 61955 0 0 0 87915 7 0 0 25 0 1 0 656922487 25370624 5395 33554432000 4194304 4352236 140736027554288 18446744073709551615 4278732 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/5911/statm: 6194 5395 129 39 0 5274 0
[pid=5909/tid=5950] ppid=5886 vsize=289928 CPUtime=0 cores=1,3
/proc/5909/task/5950/stat : 5950 (python) S 5886 5886 4476 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 656981194 296886272 5928 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 514 18446604468713911424 0 0 -1 1 0 0 0
[pid=5982] ppid=5886 vsize=290300 CPUtime=0.42 cores=1,3
/proc/5982/stat : 5982 (python) S 5886 5886 4476 0 -1 4202560 1119 0 0 0 21 21 0 0 19 0 2 0 657010552 297267200 5969 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290706379 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/5982/statm: 72575 5969 400 364 0 8490 0
[pid=5984] ppid=5982 vsize=16712 CPUtime=194.41 cores=1,3
/proc/5984/stat : 5984 (lingeling) T 5982 5984 5984 0 -1 4202496 18694 0 0 0 19438 3 0 0 25 0 1 0 657010553 17113088 3380 33554432000 4194304 4352236 140734080029696 18446744073709551615 4328105 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/5984/statm: 4178 3380 129 39 0 3258 0
[pid=5982/tid=5990] ppid=5886 vsize=290300 CPUtime=0 cores=1,3
/proc/5982/task/5990/stat : 5990 (python) S 5886 5886 4476 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 657029994 297267200 5969 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 514 18446604471145429760 0 0 -1 3 0 0 0
[pid=5991] ppid=5886 vsize=300556 CPUtime=0.53 cores=1,3
/proc/5991/stat : 5991 (python) S 5886 5886 4476 0 -1 4202560 996 0 0 0 26 27 0 0 15 0 1 0 657029995 307769344 5943 33554432000 4194304 5683644 140734427602080 18446744073709551615 237278899782 0 0 16781312 514 5634016332274958598 0 0 17 1 0 0 0
/proc/5991/statm: 75139 5943 371 364 0 11051 0
[pid=5993] ppid=5991 vsize=82100 CPUtime=221.61 cores=1,3
/proc/5993/stat : 5993 (cryptominisat-2) R 5991 5993 5993 0 -1 4202496 65258 0 0 0 22142 19 0 0 25 0 1 0 657029995 84070400 13291 33554432000 4194304 4677096 140735149217504 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/5993/statm: 20525 13291 391 118 0 15484 0
[pid=5886/tid=5910] ppid=5884 vsize=310800 CPUtime=0 cores=1,3
/proc/5886/task/5910/stat : 5910 (python) S 5884 5886 4476 0 -1 4202560 31 922 0 9 0 0 0 0 18 0 4 0 656922487 318259200 7448 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0
[pid=5886/tid=5983] ppid=5884 vsize=310800 CPUtime=0 cores=1,3
/proc/5886/task/5983/stat : 5983 (python) S 5884 5886 4476 0 -1 4202560 31 922 0 9 0 0 0 0 20 0 4 0 657010553 318259200 7448 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0
[pid=5886/tid=5992] ppid=5884 vsize=310800 CPUtime=0 cores=1,3
/proc/5886/task/5992/stat : 5992 (python) S 5884 5886 4476 0 -1 4202560 26 922 0 9 0 0 0 0 20 0 4 0 657029995 318259200 7448 33554432000 4194304 5683644 140734427602080 18446744073709551615 237290703281 0 0 16781312 2 18446604468713913216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1299.24
Current children cumulated vsize (KiB) 1315172

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

Real time (s): 1300.03
CPU time (s): 1299.24
CPU user time (s): 1297.09
CPU system time (s): 2.15
CPU usage (%): 99.939
Max. virtual memory (cumulated for all children) (KiB): 1356956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.750885
system time used= 0.530919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12915
page faults= 86
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58418
involuntary context switches= 50

runsolver used 3.59745 second user time and 8.02678 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-15 11:53:44
IDJOB=3378042
IDBENCH=70785
IDSOLVER=1858
FILE ID=node121/3378042-1305453224
RUNJOBID= node121-1305453224-5851
PBS_JOBID= 13324845
Free space on /tmp= 73488 MiB

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

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
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:      20630644 kB
Buffers:        312036 kB
Cached:        6277788 kB
SwapCached:       7656 kB
Active:        6606936 kB
Inactive:      5356428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20630644 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:          133748 kB
Writeback:           0 kB
AnonPages:     5370916 kB
Mapped:          22116 kB
Slab:           269512 kB
PageTables:      24644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30688540 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