Trace number 3377887

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) 1300.91 1300.06

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_11_ooo.cnf
MD5SUMf603f11fbfe855df381282b7bce010ea
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 variables88289
Number of clauses4187694
Sum of the clauses size12410354
Maximum clause length341
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23770000
Number of clauses of size 3347602
Number of clauses of size 41622
Number of clauses of size 51351
Number of clauses of size over 567118

Solver Data

0.37/1.17	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/1.17	c INFO: solving HOME/instance-3377887-1305457804.cnf
0.37/1.17	c INFO: computing task features
14.66/15.49	c INFO: computed variable-clause graph statistics
15.15/15.99	c INFO: computed clause balance statistics
78.85/79.66	c INFO: computed variable balance statistics
123.05/123.82	c INFO: computed small-clause counts
123.66/124.42	c INFO: computed Horn-clause counts
139.07/139.82	c INFO: computed variable graph statistics
139.07/139.83	c INFO: collected features for HOME/instance-3377887-1305457804.cnf in 138.07 s
139.07/139.85	c INFO: running lingeling-276@0 for 97 with 2261 remaining (b = 0.54)
238.59/239.17	c INFO: running lingeling-276@99 for 485 with 2162 remaining (b = 0.38)
725.33/724.50	c INFO: running lingeling-276@0 for 97 with 1677 remaining (b = 0.51)
825.53/824.80	c INFO: running cryptominisat-2.9.0@0 for 485 with 1577 remaining (b = 0.34)

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

running on 2 cores: 4,6

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.96 4.03 3.98 3/370 30352
/proc/meminfo: memFree=22274492/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=16236 CPUtime=0 cores=4,6
/proc/30352/stat : 30352 (python) S 30350 30352 30081 0 -1 4202496 998 0 0 0 0 0 0 0 17 0 1 0 638196414 16625664 872 33554432000 4194304 5683644 140734669319152 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/30352/statm: 4059 872 371 364 0 546 0

[startup+0.0914801 s]
/proc/loadavg: 3.96 4.03 3.98 3/370 30352
/proc/meminfo: memFree=22274492/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=47884 CPUtime=0.03 cores=4,6
/proc/30352/stat : 30352 (python) D 30350 30352 30081 0 -1 4202496 1929 0 0 0 3 0 0 0 17 0 1 0 638196414 49033216 1703 33554432000 4194304 5683644 140734669319152 18446744073709551615 228090527754 0 0 16781312 2 18446744071696489144 0 0 17 4 0 0 0
/proc/30352/statm: 11971 1703 471 364 0 1203 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 47884

[startup+0.100478 s]
/proc/loadavg: 3.96 4.03 3.98 3/370 30352
/proc/meminfo: memFree=22274492/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=47884 CPUtime=0.03 cores=4,6
/proc/30352/stat : 30352 (python) D 30350 30352 30081 0 -1 4202496 1929 0 0 0 3 0 0 0 17 0 1 0 638196414 49033216 1703 33554432000 4194304 5683644 140734669319152 18446744073709551615 228090527754 0 0 16781312 2 18446744071696489144 0 0 17 4 0 0 0
/proc/30352/statm: 11971 1703 471 364 0 1203 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 47884

[startup+0.30044 s]
/proc/loadavg: 3.96 4.03 3.98 3/370 30352
/proc/meminfo: memFree=22274492/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=47884 CPUtime=0.03 cores=4,6
/proc/30352/stat : 30352 (python) D 30350 30352 30081 0 -1 4202496 1929 0 0 0 3 0 0 0 17 0 1 0 638196414 49033216 1703 33554432000 4194304 5683644 140734669319152 18446744073709551615 228090527754 0 0 16781312 2 18446744071696489144 0 0 17 4 0 0 0
/proc/30352/statm: 11971 1703 471 364 0 1203 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 47884

[startup+0.700366 s]
/proc/loadavg: 3.96 4.03 3.98 3/370 30352
/proc/meminfo: memFree=22274492/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=47884 CPUtime=0.03 cores=4,6
/proc/30352/stat : 30352 (python) D 30350 30352 30081 0 -1 4202496 1929 0 0 0 3 0 0 0 17 0 1 0 638196414 49033216 1703 33554432000 4194304 5683644 140734669319152 18446744073709551615 228090527754 0 0 16781312 2 18446744071696489144 0 0 17 4 0 0 0
/proc/30352/statm: 11971 1703 471 364 0 1203 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 47884

[startup+1.50023 s]
/proc/loadavg: 3.96 4.03 3.98 4/371 30357
/proc/meminfo: memFree=22133868/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=380344 CPUtime=0.75 cores=4,6
/proc/30352/stat : 30352 (python) R 30350 30352 30081 0 -1 4202496 34570 932 1 0 62 13 0 0 17 0 1 0 638196414 389472256 32240 33554432000 4194304 5683644 140734669319152 18446744073709551615 4602358 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30352/statm: 95086 32240 1761 364 0 31010 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 380344

[startup+3.10092 s]
/proc/loadavg: 3.96 4.03 3.98 4/375 30366
/proc/meminfo: memFree=21849596/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=484072 CPUtime=2.35 cores=4,6
/proc/30352/stat : 30352 (python) R 30350 30352 30081 0 -1 4202496 59692 932 1 0 217 18 0 0 20 0 1 0 638196414 495689728 57362 33554432000 4194304 5683644 140734669319152 18446744073709551615 228095111877 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30352/statm: 121018 57362 1761 364 0 56942 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 484072
heavy processes:

[startup+6.30034 s]
/proc/loadavg: 3.96 4.03 3.98 5/375 30366
/proc/meminfo: memFree=20998048/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=691692 CPUtime=5.55 cores=4,6
/proc/30352/stat : 30352 (python) R 30350 30352 30081 0 -1 4202496 110599 932 1 0 531 24 0 0 25 0 1 0 638196414 708292608 108269 33554432000 4194304 5683644 140734669319152 18446744073709551615 228095111877 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30352/statm: 172923 108269 1761 364 0 108847 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 691692

[startup+12.7012 s]
/proc/loadavg: 3.97 4.03 3.98 5/375 30366
/proc/meminfo: memFree=19787372/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=1105908 CPUtime=11.95 cores=4,6
/proc/30352/stat : 30352 (python) R 30350 30352 30081 0 -1 4202496 206845 932 1 0 1157 38 0 0 25 0 1 0 638196414 1132449792 204515 33554432000 4194304 5683644 140734669319152 18446744073709551615 47339370179269 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30352/statm: 276477 204516 1761 364 0 212401 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 1105908

[startup+25.5008 s]
/proc/loadavg: 3.97 4.03 3.98 5/375 30366
/proc/meminfo: memFree=18727548/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=1104444 CPUtime=24.75 cores=4,6
/proc/30352/stat : 30352 (python) R 30350 30352 30081 0 -1 4202496 426343 932 1 0 2410 65 0 0 25 0 1 0 638196414 1130950656 213528 33554432000 4194304 5683644 140734669319152 18446744073709551615 228095109788 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30352/statm: 276111 213528 1826 364 0 212035 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 1104444

[startup+51.1011 s]
/proc/loadavg: 3.98 4.03 3.98 5/375 30367
/proc/meminfo: memFree=18002716/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=1104444 CPUtime=50.35 cores=4,6
/proc/30352/stat : 30352 (python) R 30350 30352 30081 0 -1 4202496 426343 932 1 0 4970 65 0 0 25 0 1 0 638196414 1130950656 213528 33554432000 4194304 5683644 140734669319152 18446744073709551615 228095118278 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30352/statm: 276111 213528 1826 364 0 212035 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 1104444

[startup+102.301 s]
/proc/loadavg: 4.19 4.07 4.00 5/375 30403
/proc/meminfo: memFree=17661464/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=1104444 CPUtime=101.56 cores=4,6
/proc/30352/stat : 30352 (python) R 30350 30352 30081 0 -1 4202496 426344 932 1 0 10091 65 0 0 25 0 1 0 638196414 1130950656 213529 33554432000 4194304 5683644 140734669319152 18446744073709551615 47339402770507 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30352/statm: 276111 213529 1827 364 0 212035 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 1104444

[startup+162.301 s]
/proc/loadavg: 4.07 4.05 4.00 5/378 30407
/proc/meminfo: memFree=17202608/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=746880 CPUtime=139.12 cores=4,6
/proc/30352/stat : 30352 (python) S 30350 30352 30081 0 -1 4202496 475616 932 1 0 13838 74 0 0 25 0 2 0 638196414 764805120 121615 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30352/statm: 186720 121615 1867 364 0 122638 0
[pid=30405] ppid=30352 vsize=736636 CPUtime=0.06 cores=4,6
/proc/30405/stat : 30405 (python) S 30352 30352 30081 0 -1 4202560 904 0 0 0 2 4 0 0 18 0 1 0 638210400 754315264 120120 33554432000 4194304 5683644 140734669319152 18446744073709551615 228095471119 0 0 16781312 514 813937671716962562 0 0 17 6 0 0 0
/proc/30405/statm: 184159 120120 376 364 0 120077 0
[pid=30407] ppid=30405 vsize=179140 CPUtime=22.41 cores=4,6
/proc/30407/stat : 30407 (lingeling) R 30405 30407 30407 0 -1 4202496 87350 0 0 0 2229 12 0 0 25 0 1 0 638210401 183439360 43955 33554432000 4194304 4352236 140737175542048 18446744073709551615 4284128 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30407/statm: 44785 43955 129 39 0 43865 0
[pid=30352/tid=30406] ppid=30350 vsize=746880 CPUtime=0 cores=4,6
/proc/30352/task/30406/stat : 30406 (python) S 30350 30352 30081 0 -1 4202560 32 932 0 0 0 0 0 0 25 0 2 0 638210401 764805120 121615 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 2 18446604453626328896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.59
Current children cumulated vsize (KiB) 1662656

[startup+222.314 s]
/proc/loadavg: 4.07 4.06 4.00 5/378 30409
/proc/meminfo: memFree=17175868/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=746880 CPUtime=139.12 cores=4,6
/proc/30352/stat : 30352 (python) S 30350 30352 30081 0 -1 4202496 475616 932 1 0 13838 74 0 0 25 0 2 0 638196414 764805120 121615 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30352/statm: 186720 121615 1867 364 0 122638 0
[pid=30405] ppid=30352 vsize=736636 CPUtime=0.23 cores=4,6
/proc/30405/stat : 30405 (python) S 30352 30352 30081 0 -1 4202560 930 0 0 0 11 12 0 0 18 0 1 0 638210400 754315264 120120 33554432000 4194304 5683644 140734669319152 18446744073709551615 228095471119 0 0 16781312 514 813937671716962562 0 0 17 6 0 0 0
/proc/30405/statm: 184159 120120 376 364 0 120077 0
[pid=30407] ppid=30405 vsize=206704 CPUtime=82.42 cores=4,6
/proc/30407/stat : 30407 (lingeling) R 30405 30407 30407 0 -1 4202496 131039 0 0 0 8226 16 0 0 25 0 1 0 638210401 211664896 50846 33554432000 4194304 4352236 140737175542048 18446744073709551615 4208055 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30407/statm: 51676 50846 129 39 0 50756 0
[pid=30352/tid=30406] ppid=30350 vsize=746880 CPUtime=0 cores=4,6
/proc/30352/task/30406/stat : 30406 (python) S 30350 30352 30081 0 -1 4202560 32 932 0 0 0 0 0 0 25 0 2 0 638210401 764805120 121615 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 2 18446604453626328896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 221.77
Current children cumulated vsize (KiB) 1690220

[startup+282.301 s]
/proc/loadavg: 4.02 4.04 4.00 5/382 30414
/proc/meminfo: memFree=17403324/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=746880 CPUtime=139.12 cores=4,6
/proc/30352/stat : 30352 (python) S 30350 30352 30081 0 -1 4202496 476172 932 1 0 13838 74 0 0 18 0 2 0 638196414 764805120 121624 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30352/statm: 186720 121624 1876 364 0 122638 0
[pid=30405] ppid=30352 vsize=746880 CPUtime=0.39 cores=4,6
/proc/30405/stat : 30405 (python) S 30352 30352 30081 0 -1 4202560 1182 0 0 0 20 19 0 0 18 0 2 0 638210400 764805120 120164 33554432000 4194304 5683644 140734669319152 18446744073709551615 228095471174 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30405/statm: 186720 120164 415 364 0 122638 0
[pid=30407] ppid=30405 vsize=241428 CPUtime=142.4 cores=4,6
/proc/30407/stat : 30407 (lingeling) R 30405 30407 30407 0 -1 4202496 172615 0 0 0 14219 21 0 0 25 0 1 0 638210401 247222272 59527 33554432000 4194304 4352236 140737175542048 18446744073709551615 4208551 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30407/statm: 60357 59527 129 39 0 59437 0
[pid=30405/tid=30410] ppid=30352 vsize=746880 CPUtime=0 cores=4,6
/proc/30405/task/30410/stat : 30410 (python) S 30352 30352 30081 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 638220331 764805120 120164 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 514 18446604453946691840 0 0 -1 6 0 0 0
[pid=30352/tid=30406] ppid=30350 vsize=746880 CPUtime=0 cores=4,6
/proc/30352/task/30406/stat : 30406 (python) S 30350 30352 30081 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 2 0 638210401 764805120 121624 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 2 18446604453626328896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 281.91
Current children cumulated vsize (KiB) 1735188

[startup+342.301 s]
/proc/loadavg: 4.01 4.03 4.00 5/382 30416
/proc/meminfo: memFree=17224484/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=746880 CPUtime=139.12 cores=4,6
/proc/30352/stat : 30352 (python) S 30350 30352 30081 0 -1 4202496 476172 932 1 0 13838 74 0 0 18 0 2 0 638196414 764805120 121624 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30352/statm: 186720 121624 1876 364 0 122638 0
[pid=30405] ppid=30352 vsize=746880 CPUtime=0.54 cores=4,6
/proc/30405/stat : 30405 (python) S 30352 30352 30081 0 -1 4202560 1200 0 0 0 28 26 0 0 18 0 2 0 638210400 764805120 120164 33554432000 4194304 5683644 140734669319152 18446744073709551615 228095471174 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30405/statm: 186720 120164 415 364 0 122638 0
[pid=30407] ppid=30405 vsize=215372 CPUtime=202.4 cores=4,6
/proc/30407/stat : 30407 (lingeling) R 30405 30407 30407 0 -1 4202496 206130 0 0 0 20215 25 0 0 25 0 1 0 638210401 220540928 52502 33554432000 4194304 4352236 140737175542048 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/30407/statm: 53843 52502 129 39 0 52923 0
[pid=30405/tid=30410] ppid=30352 vsize=746880 CPUtime=0 cores=4,6
/proc/30405/task/30410/stat : 30410 (python) S 30352 30352 30081 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 638220331 764805120 120164 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 514 18446604453946691840 0 0 -1 6 0 0 0
[pid=30352/tid=30406] ppid=30350 vsize=746880 CPUtime=0 cores=4,6
/proc/30352/task/30406/stat : 30406 (python) S 30350 30352 30081 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 2 0 638210401 764805120 121624 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 2 18446604453626328896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 1709132


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

[startup+1122.3 s]
/proc/loadavg: 4.04 4.06 4.01 5/408 30466
/proc/meminfo: memFree=14605852/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=767392 CPUtime=139.16 cores=4,6
/proc/30352/stat : 30352 (python) S 30350 30352 30081 0 -1 4202496 477258 932 1 0 13840 76 0 0 19 0 4 0 638196414 785809408 121636 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30352/statm: 191848 121636 1880 364 0 127760 0
[pid=30405] ppid=30352 vsize=746880 CPUtime=1.59 cores=4,6
/proc/30405/stat : 30405 (python) S 30352 30352 30081 0 -1 4202560 1208 0 0 0 87 72 0 0 18 0 2 0 638210400 764805120 120164 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30405/statm: 186720 120164 415 364 0 122638 0
[pid=30407] ppid=30405 vsize=229692 CPUtime=584.61 cores=4,6
/proc/30407/stat : 30407 (lingeling) T 30405 30407 30407 0 -1 4202496 358912 0 0 0 58418 43 0 0 25 0 1 0 638210401 235204608 56593 33554432000 4194304 4352236 140737175542048 18446744073709551615 4231116 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30407/statm: 57423 56593 129 39 0 56503 0
[pid=30405/tid=30410] ppid=30352 vsize=746880 CPUtime=0 cores=4,6
/proc/30405/task/30410/stat : 30410 (python) S 30352 30352 30081 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 638220331 764805120 120164 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 514 18446604453946691840 0 0 -1 6 0 0 0
[pid=30431] ppid=30352 vsize=746892 CPUtime=0.27 cores=4,6
/proc/30431/stat : 30431 (python) S 30352 30352 30081 0 -1 4202560 1094 0 0 0 15 12 0 0 19 0 2 0 638268865 764817408 120148 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30431/statm: 186723 120148 399 364 0 122638 0
[pid=30433] ppid=30431 vsize=211772 CPUtime=100 cores=4,6
/proc/30433/stat : 30433 (lingeling) T 30431 30433 30433 0 -1 4202496 157198 0 0 0 9981 19 0 0 25 0 1 0 638268866 216854528 52113 33554432000 4194304 4352236 140733523569328 18446744073709551615 4328022 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30433/statm: 52943 52113 129 39 0 52023 0
[pid=30431/tid=30438] ppid=30352 vsize=746892 CPUtime=0 cores=4,6
/proc/30431/task/30438/stat : 30438 (python) S 30352 30352 30081 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 638278894 764817408 120148 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 514 18446604453982658752 0 0 -1 6 0 0 0
[pid=30439] ppid=30352 vsize=757148 CPUtime=0.93 cores=4,6
/proc/30439/stat : 30439 (python) S 30352 30352 30081 0 -1 4202560 1000 0 0 0 50 43 0 0 15 0 1 0 638278895 775319552 120122 33554432000 4194304 5683644 140734669319152 18446744073709551615 228095471174 0 0 16781312 514 17012211257245139203 0 0 17 4 0 0 0
/proc/30439/statm: 189287 120122 370 364 0 125199 0
[pid=30441] ppid=30439 vsize=2379364 CPUtime=296.6 cores=4,6
/proc/30441/stat : 30441 (cryptominisat-2) R 30439 30441 30441 0 -1 4202496 534818 0 0 0 29586 74 0 0 25 0 1 0 638278896 2436468736 460969 33554432000 4194304 4677096 140733448840032 18446744073709551615 4320160 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30441/statm: 594841 460969 391 118 0 589800 0
[pid=30352/tid=30406] ppid=30350 vsize=767392 CPUtime=0 cores=4,6
/proc/30352/task/30406/stat : 30406 (python) S 30350 30352 30081 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 4 0 638210401 785809408 121636 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 2 18446604453626328896 0 0 -1 4 0 0 0
[pid=30352/tid=30432] ppid=30350 vsize=767392 CPUtime=0 cores=4,6
/proc/30352/task/30432/stat : 30432 (python) S 30350 30352 30081 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 4 0 638268866 785809408 121636 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 2 18446604453626328896 0 0 -1 4 0 0 0
[pid=30352/tid=30440] ppid=30350 vsize=767392 CPUtime=0 cores=4,6
/proc/30352/task/30440/stat : 30440 (python) S 30350 30352 30081 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 638278896 785809408 121636 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 2 18446604453626328896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1123.16
Current children cumulated vsize (KiB) 5839140

[startup+1182.3 s]
/proc/loadavg: 4.21 4.11 4.02 5/408 30467
/proc/meminfo: memFree=13992384/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=767392 CPUtime=139.16 cores=4,6
/proc/30352/stat : 30352 (python) S 30350 30352 30081 0 -1 4202496 477258 932 1 0 13840 76 0 0 19 0 4 0 638196414 785809408 121636 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30352/statm: 191848 121636 1880 364 0 127760 0
[pid=30405] ppid=30352 vsize=746880 CPUtime=1.59 cores=4,6
/proc/30405/stat : 30405 (python) S 30352 30352 30081 0 -1 4202560 1208 0 0 0 87 72 0 0 18 0 2 0 638210400 764805120 120164 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30405/statm: 186720 120164 415 364 0 122638 0
[pid=30407] ppid=30405 vsize=229692 CPUtime=584.61 cores=4,6
/proc/30407/stat : 30407 (lingeling) T 30405 30407 30407 0 -1 4202496 358912 0 0 0 58418 43 0 0 25 0 1 0 638210401 235204608 56593 33554432000 4194304 4352236 140737175542048 18446744073709551615 4231116 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30407/statm: 57423 56593 129 39 0 56503 0
[pid=30405/tid=30410] ppid=30352 vsize=746880 CPUtime=0 cores=4,6
/proc/30405/task/30410/stat : 30410 (python) S 30352 30352 30081 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 638220331 764805120 120164 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 514 18446604453946691840 0 0 -1 6 0 0 0
[pid=30431] ppid=30352 vsize=746892 CPUtime=0.27 cores=4,6
/proc/30431/stat : 30431 (python) S 30352 30352 30081 0 -1 4202560 1094 0 0 0 15 12 0 0 19 0 2 0 638268865 764817408 120148 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30431/statm: 186723 120148 399 364 0 122638 0
[pid=30433] ppid=30431 vsize=211772 CPUtime=100 cores=4,6
/proc/30433/stat : 30433 (lingeling) T 30431 30433 30433 0 -1 4202496 157198 0 0 0 9981 19 0 0 25 0 1 0 638268866 216854528 52113 33554432000 4194304 4352236 140733523569328 18446744073709551615 4328022 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30433/statm: 52943 52113 129 39 0 52023 0
[pid=30431/tid=30438] ppid=30352 vsize=746892 CPUtime=0 cores=4,6
/proc/30431/task/30438/stat : 30438 (python) S 30352 30352 30081 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 638278894 764817408 120148 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 514 18446604453982658752 0 0 -1 6 0 0 0
[pid=30439] ppid=30352 vsize=757148 CPUtime=1.12 cores=4,6
/proc/30439/stat : 30439 (python) S 30352 30352 30081 0 -1 4202560 1000 0 0 0 60 52 0 0 15 0 1 0 638278895 775319552 120122 33554432000 4194304 5683644 140734669319152 18446744073709551615 228095471174 0 0 16781312 514 813937671716962563 0 0 17 4 0 0 0
/proc/30439/statm: 189287 120122 370 364 0 125199 0
[pid=30441] ppid=30439 vsize=2245008 CPUtime=356.43 cores=4,6
/proc/30441/stat : 30441 (cryptominisat-2) R 30439 30441 30441 0 -1 4202496 557073 0 0 0 35565 78 0 0 25 0 1 0 638278896 2298888192 464096 33554432000 4194304 4677096 140733448840032 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30441/statm: 561252 464096 391 118 0 556211 0
[pid=30352/tid=30406] ppid=30350 vsize=767392 CPUtime=0 cores=4,6
/proc/30352/task/30406/stat : 30406 (python) S 30350 30352 30081 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 4 0 638210401 785809408 121636 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 2 18446604453626328896 0 0 -1 4 0 0 0
[pid=30352/tid=30432] ppid=30350 vsize=767392 CPUtime=0 cores=4,6
/proc/30352/task/30432/stat : 30432 (python) S 30350 30352 30081 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 4 0 638268866 785809408 121636 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 2 18446604453626328896 0 0 -1 4 0 0 0
[pid=30352/tid=30440] ppid=30350 vsize=767392 CPUtime=0 cores=4,6
/proc/30352/task/30440/stat : 30440 (python) S 30350 30352 30081 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 638278896 785809408 121636 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 2 18446604453626328896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1183.18
Current children cumulated vsize (KiB) 5704784

[startup+1242.3 s]
/proc/loadavg: 4.15 4.11 4.03 5/412 30473
/proc/meminfo: memFree=12865404/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=767392 CPUtime=139.16 cores=4,6
/proc/30352/stat : 30352 (python) S 30350 30352 30081 0 -1 4202496 477258 932 1 0 13840 76 0 0 19 0 4 0 638196414 785809408 121636 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30352/statm: 191848 121636 1880 364 0 127760 0
[pid=30405] ppid=30352 vsize=746880 CPUtime=1.59 cores=4,6
/proc/30405/stat : 30405 (python) S 30352 30352 30081 0 -1 4202560 1208 0 0 0 87 72 0 0 18 0 2 0 638210400 764805120 120164 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30405/statm: 186720 120164 415 364 0 122638 0
[pid=30407] ppid=30405 vsize=229692 CPUtime=584.61 cores=4,6
/proc/30407/stat : 30407 (lingeling) T 30405 30407 30407 0 -1 4202496 358912 0 0 0 58418 43 0 0 25 0 1 0 638210401 235204608 56593 33554432000 4194304 4352236 140737175542048 18446744073709551615 4231116 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30407/statm: 57423 56593 129 39 0 56503 0
[pid=30405/tid=30410] ppid=30352 vsize=746880 CPUtime=0 cores=4,6
/proc/30405/task/30410/stat : 30410 (python) S 30352 30352 30081 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 638220331 764805120 120164 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 514 18446604453946691840 0 0 -1 6 0 0 0
[pid=30431] ppid=30352 vsize=746892 CPUtime=0.27 cores=4,6
/proc/30431/stat : 30431 (python) S 30352 30352 30081 0 -1 4202560 1094 0 0 0 15 12 0 0 19 0 2 0 638268865 764817408 120148 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30431/statm: 186723 120148 399 364 0 122638 0
[pid=30433] ppid=30431 vsize=211772 CPUtime=100 cores=4,6
/proc/30433/stat : 30433 (lingeling) T 30431 30433 30433 0 -1 4202496 157198 0 0 0 9981 19 0 0 25 0 1 0 638268866 216854528 52113 33554432000 4194304 4352236 140733523569328 18446744073709551615 4328022 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30433/statm: 52943 52113 129 39 0 52023 0
[pid=30431/tid=30438] ppid=30352 vsize=746892 CPUtime=0 cores=4,6
/proc/30431/task/30438/stat : 30438 (python) S 30352 30352 30081 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 638278894 764817408 120148 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 514 18446604453982658752 0 0 -1 6 0 0 0
[pid=30439] ppid=30352 vsize=757148 CPUtime=1.29 cores=4,6
/proc/30439/stat : 30439 (python) S 30352 30352 30081 0 -1 4202560 1001 0 0 0 69 60 0 0 15 0 1 0 638278895 775319552 120122 33554432000 4194304 5683644 140734669319152 18446744073709551615 228095471174 0 0 16781312 514 813937671716962563 0 0 17 4 0 0 0
/proc/30439/statm: 189287 120122 370 364 0 125199 0
[pid=30441] ppid=30439 vsize=2394696 CPUtime=416.28 cores=4,6
/proc/30441/stat : 30441 (cryptominisat-2) R 30439 30441 30441 0 -1 4202496 572291 0 0 0 41548 80 0 0 25 0 1 0 638278896 2452168704 468894 33554432000 4194304 4677096 140733448840032 18446744073709551615 4319704 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30441/statm: 598674 468894 391 118 0 593633 0
[pid=30352/tid=30406] ppid=30350 vsize=767392 CPUtime=0 cores=4,6
/proc/30352/task/30406/stat : 30406 (python) S 30350 30352 30081 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 4 0 638210401 785809408 121636 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 2 18446604453626328896 0 0 -1 4 0 0 0
[pid=30352/tid=30432] ppid=30350 vsize=767392 CPUtime=0 cores=4,6
/proc/30352/task/30432/stat : 30432 (python) S 30350 30352 30081 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 4 0 638268866 785809408 121636 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 2 18446604453626328896 0 0 -1 4 0 0 0
[pid=30352/tid=30440] ppid=30350 vsize=767392 CPUtime=0 cores=4,6
/proc/30352/task/30440/stat : 30440 (python) S 30350 30352 30081 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 638278896 785809408 121636 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 2 18446604453626328896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1243.2
Current children cumulated vsize (KiB) 5854472



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.13 4.12 4.03 4/401 30475
/proc/meminfo: memFree=14574060/32951124 swapFree=65980216/67111528
[pid=30352] ppid=30350 vsize=767392 CPUtime=139.16 cores=4,6
/proc/30352/stat : 30352 (python) S 30350 30352 30081 0 -1 4202496 477258 932 1 0 13840 76 0 0 19 0 4 0 638196414 785809408 121636 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30352/statm: 191848 121636 1880 364 0 127760 0
[pid=30405] ppid=30352 vsize=746880 CPUtime=1.59 cores=4,6
/proc/30405/stat : 30405 (python) S 30352 30352 30081 0 -1 4202560 1208 0 0 0 87 72 0 0 18 0 2 0 638210400 764805120 120164 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30405/statm: 186720 120164 415 364 0 122638 0
[pid=30407] ppid=30405 vsize=229692 CPUtime=584.61 cores=4,6
/proc/30407/stat : 30407 (lingeling) T 30405 30407 30407 0 -1 4202496 358912 0 0 0 58418 43 0 0 25 0 1 0 638210401 235204608 56593 33554432000 4194304 4352236 140737175542048 18446744073709551615 4231116 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30407/statm: 57423 56593 129 39 0 56503 0
[pid=30405/tid=30410] ppid=30352 vsize=746880 CPUtime=0 cores=4,6
/proc/30405/task/30410/stat : 30410 (python) S 30352 30352 30081 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 638220331 764805120 120164 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 514 18446604453946691840 0 0 -1 6 0 0 0
[pid=30431] ppid=30352 vsize=746892 CPUtime=0.27 cores=4,6
/proc/30431/stat : 30431 (python) S 30352 30352 30081 0 -1 4202560 1094 0 0 0 15 12 0 0 19 0 2 0 638268865 764817408 120148 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30431/statm: 186723 120148 399 364 0 122638 0
[pid=30433] ppid=30431 vsize=211772 CPUtime=100 cores=4,6
/proc/30433/stat : 30433 (lingeling) T 30431 30433 30433 0 -1 4202496 157198 0 0 0 9981 19 0 0 25 0 1 0 638268866 216854528 52113 33554432000 4194304 4352236 140733523569328 18446744073709551615 4328022 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/30433/statm: 52943 52113 129 39 0 52023 0
[pid=30431/tid=30438] ppid=30352 vsize=746892 CPUtime=0 cores=4,6
/proc/30431/task/30438/stat : 30438 (python) S 30352 30352 30081 0 -1 4202560 52 0 0 0 0 0 0 0 19 0 2 0 638278894 764817408 120148 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 514 18446604453982658752 0 0 -1 6 0 0 0
[pid=30439] ppid=30352 vsize=757148 CPUtime=1.46 cores=4,6
/proc/30439/stat : 30439 (python) S 30352 30352 30081 0 -1 4202560 1001 0 0 0 79 67 0 0 15 0 1 0 638278895 775319552 120122 33554432000 4194304 5683644 140734669319152 18446744073709551615 228095471174 0 0 16781312 514 813937671716962563 0 0 17 4 0 0 0
/proc/30439/statm: 189287 120122 370 364 0 125199 0
[pid=30441] ppid=30439 vsize=2421520 CPUtime=473.82 cores=4,6
/proc/30441/stat : 30441 (cryptominisat-2) R 30439 30441 30441 0 -1 4202496 589568 0 0 0 47299 83 0 0 25 0 1 0 638278896 2479636480 475466 33554432000 4194304 4677096 140733448840032 18446744073709551615 4319802 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30441/statm: 605380 475466 391 118 0 600339 0
[pid=30352/tid=30406] ppid=30350 vsize=767392 CPUtime=0 cores=4,6
/proc/30352/task/30406/stat : 30406 (python) S 30350 30352 30081 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 4 0 638210401 785809408 121636 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 2 18446604453626328896 0 0 -1 4 0 0 0
[pid=30352/tid=30432] ppid=30350 vsize=767392 CPUtime=0 cores=4,6
/proc/30352/task/30432/stat : 30432 (python) S 30350 30352 30081 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 4 0 638268866 785809408 121636 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 2 18446604453626328896 0 0 -1 4 0 0 0
[pid=30352/tid=30440] ppid=30350 vsize=767392 CPUtime=0 cores=4,6
/proc/30352/task/30440/stat : 30440 (python) S 30350 30352 30081 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 4 0 638278896 785809408 121636 33554432000 4194304 5683644 140734669319152 18446744073709551615 228107274673 0 0 16781312 2 18446604453626328896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1300.91
Current children cumulated vsize (KiB) 5881296

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

Real time (s): 1300.06
CPU time (s): 1300.91
CPU user time (s): 1297.19
CPU system time (s): 3.72
CPU usage (%): 100.065
Max. virtual memory (cumulated for all children) (KiB): 5915216

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

runsolver used 5.01024 second user time and 10.6014 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-15 13:10:06
IDJOB=3377887
IDBENCH=88163
IDSOLVER=1858
FILE ID=node142/3377887-1305457804
RUNJOBID= node142-1305456501-30100
PBS_JOBID= 13324890
Free space on /tmp= 73276 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_11_ooo.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-3377887-1305457804/watcher-3377887-1305457804 -o /tmp/evaluation-result-3377887-1305457804/solver-3377887-1305457804 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377887-1305457804.cnf -seed 2127833254 -budget 2400

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

MD5SUM BENCH= f603f11fbfe855df381282b7bce010ea
RANDOM SEED=2127833254

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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:     32951124 kB
MemFree:      22274772 kB
Buffers:        333412 kB
Cached:        5292124 kB
SwapCached:      11520 kB
Active:        7316868 kB
Inactive:      3002472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22274772 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:          606964 kB
Writeback:           0 kB
AnonPages:     4690908 kB
Mapped:          25932 kB
Slab:           257448 kB
PageTables:      34704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77546736 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= 73056 MiB
End job on node142 at 2011-05-15 13:31:52