Trace number 3378040

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor128.cnf
MD5SUM065c126f0d55807310a398728b44423f
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 variables200440
Number of clauses599015
Sum of the clauses size1397699
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399342
Number of clauses of size 3199671
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.60/1.80	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.60/1.80	c INFO: solving HOME/instance-3378040-1305453261.cnf
0.60/1.80	c INFO: computing task features
2.40/3.64	c INFO: computed variable-clause graph statistics
2.50/3.71	c INFO: computed clause balance statistics
11.79/13.01	c INFO: computed variable balance statistics
18.89/20.10	c INFO: computed small-clause counts
18.99/20.26	c INFO: computed Horn-clause counts
65.19/66.44	c INFO: computed variable graph statistics
65.19/66.44	c INFO: collected features for HOME/instance-3378040-1305453261.cnf in 64.63 s
65.19/66.45	c INFO: running lingeling-276@0 for 388 with 2335 remaining (b = 0.74)
457.83/458.29	c INFO: running lingeling-276@0 for 97 with 1943 remaining (b = 0.51)
558.12/558.51	c INFO: running cryptominisat-2.9.0@0 for 1843 with 1843 remaining (b = 0.62)

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-3378040-1305453261/watcher-3378040-1305453261 -o /tmp/evaluation-result-3378040-1305453261/solver-3378040-1305453261 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378040-1305453261.cnf -seed 238133998 -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.68 3.93 3.89 1/303 16425
/proc/meminfo: memFree=16465148/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=15524 CPUtime=0 cores=4,6
/proc/16425/stat : 16425 (python) R 16422 16425 15311 0 -1 4202496 823 0 0 0 0 0 0 0 17 0 1 0 656928952 15896576 708 33554432000 4194304 5683644 140733814932720 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16425/statm: 3881 711 334 364 0 368 0

[startup+0.0250201 s]
/proc/loadavg: 3.68 3.93 3.89 1/303 16425
/proc/meminfo: memFree=16465148/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=16404 CPUtime=0.01 cores=4,6
/proc/16425/stat : 16425 (python) R 16422 16425 15311 0 -1 4202496 1088 0 0 0 1 0 0 0 17 0 1 0 656928952 16797696 958 33554432000 4194304 5683644 140733814932720 18446744073709551615 5210636 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16425/statm: 4101 961 389 364 0 588 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16404

[startup+0.101018 s]
/proc/loadavg: 3.68 3.93 3.89 1/303 16425
/proc/meminfo: memFree=16465148/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=54540 CPUtime=0.05 cores=4,6
/proc/16425/stat : 16425 (python) R 16422 16425 15311 0 -1 4202496 2049 0 0 0 4 1 0 0 17 0 1 0 656928952 55848960 1808 33554432000 4194304 5683644 140733814932720 18446744073709551615 218370955264 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16425/statm: 13635 1808 492 364 0 1285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54540

[startup+0.300971 s]
/proc/loadavg: 3.68 3.93 3.89 1/303 16425
/proc/meminfo: memFree=16465148/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=115768 CPUtime=0.11 cores=4,6
/proc/16425/stat : 16425 (python) R 16422 16425 15311 0 -1 4202496 3640 0 2 0 7 4 0 0 17 0 1 0 656928952 118546432 3280 33554432000 4194304 5683644 140733814932720 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 1
/proc/16425/statm: 28942 3283 895 364 0 2443 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 115768

[startup+0.700899 s]
/proc/loadavg: 3.68 3.93 3.89 1/303 16425
/proc/meminfo: memFree=16465148/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=135752 CPUtime=0.26 cores=4,6
/proc/16425/stat : 16425 (python) D 16422 16425 15311 0 -1 4202496 5966 926 7 8 15 11 0 0 17 0 1 0 656928952 139010048 4148 33554432000 4194304 5683644 140733814932720 18446744073709551615 218370762523 0 0 16781312 2 0 0 0 17 4 0 0 3
/proc/16425/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 135752

[startup+1.50079 s]
/proc/loadavg: 3.68 3.93 3.89 5/304 16443
/proc/meminfo: memFree=16411396/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=246712 CPUtime=0.52 cores=4,6
/proc/16425/stat : 16425 (python) D 16422 16425 15311 0 -1 4202496 8229 926 48 8 29 23 0 0 16 0 1 0 656928952 252633088 6162 33554432000 4194304 5683644 140733814932720 18446744073709551615 218370957056 0 0 16781312 2 18446744071562234166 0 0 17 4 0 0 13
/proc/16425/statm: 61678 6162 1621 364 0 4680 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 246712

[startup+3.10049 s]
/proc/loadavg: 3.55 3.90 3.88 5/304 16443
/proc/meminfo: memFree=16269552/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=375088 CPUtime=1.9 cores=4,6
/proc/16425/stat : 16425 (python) R 16422 16425 15311 0 -1 4202496 32768 926 55 8 163 27 0 0 17 0 1 0 656928952 384090112 30491 33554432000 4194304 5683644 140733814932720 18446744073709551615 4623648 0 0 16781312 2 0 0 0 17 4 0 0 18
/proc/16425/statm: 93772 30491 1761 364 0 29696 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 375088
heavy processes:

[startup+6.30089 s]
/proc/loadavg: 3.55 3.90 3.88 5/307 16447
/proc/meminfo: memFree=16048272/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=399216 CPUtime=5.09 cores=4,6
/proc/16425/stat : 16425 (python) R 16422 16425 15311 0 -1 4202496 52986 926 55 8 480 29 0 0 23 0 1 0 656928952 408797184 37188 33554432000 4194304 5683644 140733814932720 18446744073709551615 46990659052880 0 0 16781312 2 0 0 0 17 4 0 0 18
/proc/16425/statm: 99804 37188 1826 364 0 35728 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 399216

[startup+12.7008 s]
/proc/loadavg: 3.91 3.97 3.91 5/307 16447
/proc/meminfo: memFree=16048192/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=399216 CPUtime=11.49 cores=4,6
/proc/16425/stat : 16425 (python) R 16422 16425 15311 0 -1 4202496 52986 926 55 8 1120 29 0 0 25 0 1 0 656928952 408797184 37188 33554432000 4194304 5683644 140733814932720 18446744073709551615 4579981 0 0 16781312 2 0 0 0 17 4 0 0 18
/proc/16425/statm: 99804 37188 1826 364 0 35728 0
Current children cumulated CPU time (s) 11.49
Current children cumulated vsize (KiB) 399216

[startup+25.5005 s]
/proc/loadavg: 3.93 3.97 3.91 5/310 16450
/proc/meminfo: memFree=16020424/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=399216 CPUtime=24.29 cores=4,6
/proc/16425/stat : 16425 (python) R 16422 16425 15311 0 -1 4202496 52993 926 55 8 2400 29 0 0 25 0 1 0 656928952 408797184 37195 33554432000 4194304 5683644 140733814932720 18446744073709551615 46990656276620 0 0 16781312 2 0 0 0 17 4 0 0 18
/proc/16425/statm: 99804 37195 1833 364 0 35728 0
Current children cumulated CPU time (s) 24.29
Current children cumulated vsize (KiB) 399216

[startup+51.101 s]
/proc/loadavg: 4.06 4.00 3.92 5/310 16451
/proc/meminfo: memFree=16013416/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=399216 CPUtime=49.89 cores=4,6
/proc/16425/stat : 16425 (python) R 16422 16425 15311 0 -1 4202496 52993 926 55 8 4960 29 0 0 25 0 1 0 656928952 408797184 37195 33554432000 4194304 5683644 140733814932720 18446744073709551615 46990656276620 0 0 16781312 2 0 0 0 17 4 0 0 18
/proc/16425/statm: 99804 37195 1833 364 0 35728 0
Current children cumulated CPU time (s) 49.89
Current children cumulated vsize (KiB) 399216

[startup+102.311 s]
/proc/loadavg: 4.06 4.01 3.92 5/316 16458
/proc/meminfo: memFree=15883856/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=400316 CPUtime=65.25 cores=4,6
/proc/16425/stat : 16425 (python) S 16422 16425 15311 0 -1 4202496 53274 926 55 8 6496 29 0 0 25 0 2 0 656928952 409923584 34941 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 18
/proc/16425/statm: 100079 34941 1867 364 0 35997 0
[pid=16452] ppid=16425 vsize=390072 CPUtime=0.07 cores=4,6
/proc/16452/stat : 16452 (python) S 16425 16425 15311 0 -1 4202560 894 0 0 0 3 4 0 0 18 0 1 0 656935598 399433728 33446 33554432000 4194304 5683644 140733814932720 18446744073709551615 218370977295 0 0 16781312 514 15732920677939773703 0 0 17 6 0 0 0
/proc/16452/statm: 97518 33446 376 364 0 33436 0
[pid=16454] ppid=16452 vsize=72248 CPUtime=35.84 cores=4,6
/proc/16454/stat : 16454 (lingeling) R 16452 16454 16454 0 -1 4202496 28786 0 0 0 3581 3 0 0 25 0 1 0 656935599 73981952 17232 33554432000 4194304 4352236 140735700068848 18446744073709551615 4207896 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16454/statm: 18062 17232 129 39 0 17142 0
[pid=16425/tid=16453] ppid=16422 vsize=400316 CPUtime=0 cores=4,6
/proc/16425/task/16453/stat : 16453 (python) S 16422 16425 15311 0 -1 4202560 28 926 0 8 0 0 0 0 25 0 2 0 656935598 409923584 34941 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 2 18446604452259795072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.16
Current children cumulated vsize (KiB) 862636

[startup+162.301 s]
/proc/loadavg: 4.02 4.01 3.92 5/316 16460
/proc/meminfo: memFree=15862600/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=400316 CPUtime=65.25 cores=4,6
/proc/16425/stat : 16425 (python) S 16422 16425 15311 0 -1 4202496 53274 926 55 8 6496 29 0 0 25 0 2 0 656928952 409923584 34941 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 18
/proc/16425/statm: 100079 34941 1867 364 0 35997 0
[pid=16452] ppid=16425 vsize=390072 CPUtime=0.21 cores=4,6
/proc/16452/stat : 16452 (python) S 16425 16425 15311 0 -1 4202560 922 0 0 0 11 10 0 0 18 0 1 0 656935598 399433728 33446 33554432000 4194304 5683644 140733814932720 18446744073709551615 218370977295 0 0 16781312 514 15732920677939773703 0 0 17 6 0 0 0
/proc/16452/statm: 97518 33446 376 364 0 33436 0
[pid=16454] ppid=16452 vsize=92724 CPUtime=95.83 cores=4,6
/proc/16454/stat : 16454 (lingeling) R 16452 16454 16454 0 -1 4202496 38492 0 0 0 9579 4 0 0 25 0 1 0 656935599 94949376 20304 33554432000 4194304 4352236 140735700068848 18446744073709551615 4311641 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16454/statm: 23181 20304 129 39 0 22261 0
[pid=16425/tid=16453] ppid=16422 vsize=400316 CPUtime=0 cores=4,6
/proc/16425/task/16453/stat : 16453 (python) S 16422 16425 15311 0 -1 4202560 28 926 0 8 0 0 0 0 25 0 2 0 656935598 409923584 34941 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 2 18446604452259795072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 161.29
Current children cumulated vsize (KiB) 883112

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.92 5/316 16461
/proc/meminfo: memFree=15861708/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=400316 CPUtime=65.25 cores=4,6
/proc/16425/stat : 16425 (python) S 16422 16425 15311 0 -1 4202496 53274 926 55 8 6496 29 0 0 25 0 2 0 656928952 409923584 34941 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 18
/proc/16425/statm: 100079 34941 1867 364 0 35997 0
[pid=16452] ppid=16425 vsize=390072 CPUtime=0.34 cores=4,6
/proc/16452/stat : 16452 (python) S 16425 16425 15311 0 -1 4202560 941 0 0 0 18 16 0 0 18 0 1 0 656935598 399433728 33446 33554432000 4194304 5683644 140733814932720 18446744073709551615 218370977295 0 0 16781312 514 15732920677939773703 0 0 17 6 0 0 0
/proc/16452/statm: 97518 33446 376 364 0 33436 0
[pid=16454] ppid=16452 vsize=92724 CPUtime=155.83 cores=4,6
/proc/16454/stat : 16454 (lingeling) R 16452 16454 16454 0 -1 4202496 38492 0 0 0 15579 4 0 0 25 0 1 0 656935599 94949376 20304 33554432000 4194304 4352236 140735700068848 18446744073709551615 4241364 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16454/statm: 23181 20304 129 39 0 22261 0
[pid=16425/tid=16453] ppid=16422 vsize=400316 CPUtime=0 cores=4,6
/proc/16425/task/16453/stat : 16453 (python) S 16422 16425 15311 0 -1 4202560 28 926 0 8 0 0 0 0 25 0 2 0 656935598 409923584 34941 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 2 18446604452259795072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 221.42
Current children cumulated vsize (KiB) 883112

[startup+282.301 s]
/proc/loadavg: 4.07 4.02 3.93 5/316 16463
/proc/meminfo: memFree=15849020/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=400316 CPUtime=65.25 cores=4,6
/proc/16425/stat : 16425 (python) S 16422 16425 15311 0 -1 4202496 53274 926 55 8 6496 29 0 0 25 0 2 0 656928952 409923584 34941 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 18
/proc/16425/statm: 100079 34941 1867 364 0 35997 0
[pid=16452] ppid=16425 vsize=390072 CPUtime=0.47 cores=4,6
/proc/16452/stat : 16452 (python) S 16425 16425 15311 0 -1 4202560 960 0 0 0 24 23 0 0 18 0 1 0 656935598 399433728 33446 33554432000 4194304 5683644 140733814932720 18446744073709551615 218370977295 0 0 16781312 514 15732920677939773703 0 0 17 6 0 0 0
/proc/16452/statm: 97518 33446 376 364 0 33436 0
[pid=16454] ppid=16452 vsize=92724 CPUtime=215.83 cores=4,6
/proc/16454/stat : 16454 (lingeling) R 16452 16454 16454 0 -1 4202496 38492 0 0 0 21579 4 0 0 25 0 1 0 656935599 94949376 20304 33554432000 4194304 4352236 140735700068848 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16454/statm: 23181 20304 129 39 0 22261 0
[pid=16425/tid=16453] ppid=16422 vsize=400316 CPUtime=0 cores=4,6
/proc/16425/task/16453/stat : 16453 (python) S 16422 16425 15311 0 -1 4202560 28 926 0 8 0 0 0 0 25 0 2 0 656935598 409923584 34941 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 2 18446604452259795072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 281.55
Current children cumulated vsize (KiB) 883112

[startup+342.301 s]
/proc/loadavg: 4.02 4.01 3.93 5/316 16465
/proc/meminfo: memFree=15840044/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=400316 CPUtime=65.25 cores=4,6
/proc/16425/stat : 16425 (python) S 16422 16425 15311 0 -1 4202496 53274 926 55 8 6496 29 0 0 25 0 2 0 656928952 409923584 34941 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 18
/proc/16425/statm: 100079 34941 1867 364 0 35997 0
[pid=16452] ppid=16425 vsize=390072 CPUtime=0.59 cores=4,6
/proc/16452/stat : 16452 (python) S 16425 16425 15311 0 -1 4202560 966 0 0 0 31 28 0 0 18 0 1 0 656935598 399433728 33446 33554432000 4194304 5683644 140733814932720 18446744073709551615 218370977295 0 0 16781312 514 15732920677939773703 0 0 17 6 0 0 0
/proc/16452/statm: 97518 33446 376 364 0 33436 0
[pid=16454] ppid=16452 vsize=92720 CPUtime=275.84 cores=4,6
/proc/16454/stat : 16454 (lingeling) R 16452 16454 16454 0 -1 4202496 38492 0 0 0 27580 4 0 0 25 0 1 0 656935599 94945280 20303 33554432000 4194304 4352236 140735700068848 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16454/statm: 23180 20303 129 39 0 22260 0
[pid=16425/tid=16453] ppid=16422 vsize=400316 CPUtime=0 cores=4,6

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

[startup+1122.3 s]
/proc/loadavg: 4.08 4.03 3.97 5/348 16532
/proc/meminfo: memFree=11743264/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=420828 CPUtime=65.28 cores=4,6
/proc/16425/stat : 16425 (python) S 16422 16425 15311 0 -1 4202496 54892 926 55 8 6498 30 0 0 20 0 4 0 656928952 430927872 34962 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 18
/proc/16425/statm: 105207 34962 1880 364 0 41119 0
[pid=16452] ppid=16425 vsize=400316 CPUtime=0.85 cores=4,6
/proc/16452/stat : 16452 (python) S 16425 16425 15311 0 -1 4202560 1194 0 0 0 45 40 0 0 19 0 2 0 656935598 409923584 33490 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16452/statm: 100079 33490 415 364 0 35997 0
[pid=16454] ppid=16452 vsize=92716 CPUtime=391.82 cores=4,6
/proc/16454/stat : 16454 (lingeling) T 16452 16454 16454 0 -1 4202496 38492 0 0 0 39178 4 0 0 25 0 1 0 656935599 94941184 20302 33554432000 4194304 4352236 140735700068848 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/16454/statm: 23179 20302 129 39 0 22259 0
[pid=16452/tid=16478] ppid=16425 vsize=400316 CPUtime=0 cores=4,6
/proc/16452/task/16478/stat : 16478 (python) S 16425 16425 15311 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656974780 409923584 33490 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 514 18446604447190564928 0 0 -1 6 0 0 0
[pid=16479] ppid=16425 vsize=400328 CPUtime=0.21 cores=4,6
/proc/16479/stat : 16479 (python) S 16425 16425 15311 0 -1 4202560 1100 0 0 0 12 9 0 0 19 0 2 0 656974781 409935872 33474 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16479/statm: 100082 33474 399 364 0 35997 0
[pid=16481] ppid=16479 vsize=89216 CPUtime=99.98 cores=4,6
/proc/16481/stat : 16481 (lingeling) T 16479 16481 16481 0 -1 4202496 36103 0 0 0 9994 4 0 0 25 0 1 0 656974782 91357184 21474 33554432000 4194304 4352236 140733932566176 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16481/statm: 22304 21474 129 39 0 21384 0
[pid=16479/tid=16492] ppid=16425 vsize=400328 CPUtime=0 cores=4,6
/proc/16479/task/16492/stat : 16492 (python) S 16425 16425 15311 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656984803 409935872 33474 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 514 18446604453985335104 0 0 -1 6 0 0 0
[pid=16493] ppid=16425 vsize=410584 CPUtime=1.41 cores=4,6
/proc/16493/stat : 16493 (python) S 16425 16425 15311 0 -1 4202560 992 0 0 0 83 58 0 0 15 0 1 0 656984804 420438016 33448 33554432000 4194304 5683644 140733814932720 18446744073709551615 218370977350 0 0 16781312 514 15732920677939773702 0 0 17 6 0 0 0
/proc/16493/statm: 102646 33448 370 364 0 38558 0
[pid=16495] ppid=16493 vsize=1764724 CPUtime=563.78 cores=4,6
/proc/16495/stat : 16495 (cryptominisat-2) R 16493 16495 16495 0 -1 4202496 454347 0 0 0 56306 72 0 0 25 0 1 0 656984804 1807077376 352209 33554432000 4194304 4677096 140736318952048 18446744073709551615 4334804 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16495/statm: 441181 352209 471 118 0 436140 0
[pid=16425/tid=16453] ppid=16422 vsize=420828 CPUtime=0 cores=4,6
/proc/16425/task/16453/stat : 16453 (python) S 16422 16425 15311 0 -1 4202560 28 926 0 8 0 0 0 0 25 0 4 0 656935598 430927872 34962 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 2 18446604452259795072 0 0 -1 4 0 0 0
[pid=16425/tid=16480] ppid=16422 vsize=420828 CPUtime=0 cores=4,6
/proc/16425/task/16480/stat : 16480 (python) S 16422 16425 15311 0 -1 4202560 30 926 0 8 0 0 0 0 20 0 4 0 656974782 430927872 34962 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 2 18446604452259795072 0 0 -1 4 0 0 0
[pid=16425/tid=16494] ppid=16422 vsize=420828 CPUtime=0 cores=4,6
/proc/16425/task/16494/stat : 16494 (python) S 16422 16425 15311 0 -1 4202560 26 926 0 8 0 0 0 0 20 0 4 0 656984804 430927872 34962 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 2 18446604452259795072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1123.33
Current children cumulated vsize (KiB) 3578712

[startup+1182.3 s]
/proc/loadavg: 4.22 4.07 3.98 5/348 16534
/proc/meminfo: memFree=11713844/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=420828 CPUtime=65.28 cores=4,6
/proc/16425/stat : 16425 (python) S 16422 16425 15311 0 -1 4202496 54892 926 55 8 6498 30 0 0 20 0 4 0 656928952 430927872 34962 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 18
/proc/16425/statm: 105207 34962 1880 364 0 41119 0
[pid=16452] ppid=16425 vsize=400316 CPUtime=0.85 cores=4,6
/proc/16452/stat : 16452 (python) S 16425 16425 15311 0 -1 4202560 1194 0 0 0 45 40 0 0 19 0 2 0 656935598 409923584 33490 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16452/statm: 100079 33490 415 364 0 35997 0
[pid=16454] ppid=16452 vsize=92716 CPUtime=391.82 cores=4,6
/proc/16454/stat : 16454 (lingeling) T 16452 16454 16454 0 -1 4202496 38492 0 0 0 39178 4 0 0 25 0 1 0 656935599 94941184 20302 33554432000 4194304 4352236 140735700068848 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/16454/statm: 23179 20302 129 39 0 22259 0
[pid=16452/tid=16478] ppid=16425 vsize=400316 CPUtime=0 cores=4,6
/proc/16452/task/16478/stat : 16478 (python) S 16425 16425 15311 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656974780 409923584 33490 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 514 18446604447190564928 0 0 -1 6 0 0 0
[pid=16479] ppid=16425 vsize=400328 CPUtime=0.21 cores=4,6
/proc/16479/stat : 16479 (python) S 16425 16425 15311 0 -1 4202560 1100 0 0 0 12 9 0 0 19 0 2 0 656974781 409935872 33474 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16479/statm: 100082 33474 399 364 0 35997 0
[pid=16481] ppid=16479 vsize=89216 CPUtime=99.98 cores=4,6
/proc/16481/stat : 16481 (lingeling) T 16479 16481 16481 0 -1 4202496 36103 0 0 0 9994 4 0 0 25 0 1 0 656974782 91357184 21474 33554432000 4194304 4352236 140733932566176 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16481/statm: 22304 21474 129 39 0 21384 0
[pid=16479/tid=16492] ppid=16425 vsize=400328 CPUtime=0 cores=4,6
/proc/16479/task/16492/stat : 16492 (python) S 16425 16425 15311 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656984803 409935872 33474 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 514 18446604453985335104 0 0 -1 6 0 0 0
[pid=16493] ppid=16425 vsize=410584 CPUtime=1.55 cores=4,6
/proc/16493/stat : 16493 (python) S 16425 16425 15311 0 -1 4202560 992 0 0 0 92 63 0 0 15 0 1 0 656984804 420438016 33448 33554432000 4194304 5683644 140733814932720 18446744073709551615 218370977350 0 0 16781312 514 15732920677939773702 0 0 17 6 0 0 0
/proc/16493/statm: 102646 33448 370 364 0 38558 0
[pid=16495] ppid=16493 vsize=1765156 CPUtime=623.78 cores=4,6
/proc/16495/stat : 16495 (cryptominisat-2) R 16493 16495 16495 0 -1 4202496 468895 0 0 0 62303 75 0 0 25 0 1 0 656984804 1807519744 352826 33554432000 4194304 4677096 140736318952048 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16495/statm: 441289 352826 471 118 0 436248 0
[pid=16425/tid=16453] ppid=16422 vsize=420828 CPUtime=0 cores=4,6
/proc/16425/task/16453/stat : 16453 (python) S 16422 16425 15311 0 -1 4202560 28 926 0 8 0 0 0 0 25 0 4 0 656935598 430927872 34962 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 2 18446604452259795072 0 0 -1 4 0 0 0
[pid=16425/tid=16480] ppid=16422 vsize=420828 CPUtime=0 cores=4,6
/proc/16425/task/16480/stat : 16480 (python) S 16422 16425 15311 0 -1 4202560 30 926 0 8 0 0 0 0 20 0 4 0 656974782 430927872 34962 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 2 18446604452259795072 0 0 -1 4 0 0 0
[pid=16425/tid=16494] ppid=16422 vsize=420828 CPUtime=0 cores=4,6
/proc/16425/task/16494/stat : 16494 (python) S 16422 16425 15311 0 -1 4202560 26 926 0 8 0 0 0 0 20 0 4 0 656984804 430927872 34962 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 2 18446604452259795072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1183.47
Current children cumulated vsize (KiB) 3579144

[startup+1242.3 s]
/proc/loadavg: 4.12 4.07 3.99 5/348 16536
/proc/meminfo: memFree=11700536/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=420828 CPUtime=65.28 cores=4,6
/proc/16425/stat : 16425 (python) S 16422 16425 15311 0 -1 4202496 54892 926 55 8 6498 30 0 0 20 0 4 0 656928952 430927872 34962 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 18
/proc/16425/statm: 105207 34962 1880 364 0 41119 0
[pid=16452] ppid=16425 vsize=400316 CPUtime=0.85 cores=4,6
/proc/16452/stat : 16452 (python) S 16425 16425 15311 0 -1 4202560 1194 0 0 0 45 40 0 0 19 0 2 0 656935598 409923584 33490 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16452/statm: 100079 33490 415 364 0 35997 0
[pid=16454] ppid=16452 vsize=92716 CPUtime=391.82 cores=4,6
/proc/16454/stat : 16454 (lingeling) T 16452 16454 16454 0 -1 4202496 38492 0 0 0 39178 4 0 0 25 0 1 0 656935599 94941184 20302 33554432000 4194304 4352236 140735700068848 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/16454/statm: 23179 20302 129 39 0 22259 0
[pid=16452/tid=16478] ppid=16425 vsize=400316 CPUtime=0 cores=4,6
/proc/16452/task/16478/stat : 16478 (python) S 16425 16425 15311 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656974780 409923584 33490 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 514 18446604447190564928 0 0 -1 6 0 0 0
[pid=16479] ppid=16425 vsize=400328 CPUtime=0.21 cores=4,6
/proc/16479/stat : 16479 (python) S 16425 16425 15311 0 -1 4202560 1100 0 0 0 12 9 0 0 19 0 2 0 656974781 409935872 33474 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16479/statm: 100082 33474 399 364 0 35997 0
[pid=16481] ppid=16479 vsize=89216 CPUtime=99.98 cores=4,6
/proc/16481/stat : 16481 (lingeling) T 16479 16481 16481 0 -1 4202496 36103 0 0 0 9994 4 0 0 25 0 1 0 656974782 91357184 21474 33554432000 4194304 4352236 140733932566176 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16481/statm: 22304 21474 129 39 0 21384 0
[pid=16479/tid=16492] ppid=16425 vsize=400328 CPUtime=0 cores=4,6
/proc/16479/task/16492/stat : 16492 (python) S 16425 16425 15311 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656984803 409935872 33474 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 514 18446604453985335104 0 0 -1 6 0 0 0
[pid=16493] ppid=16425 vsize=410584 CPUtime=1.7 cores=4,6
/proc/16493/stat : 16493 (python) S 16425 16425 15311 0 -1 4202560 992 0 0 0 100 70 0 0 15 0 1 0 656984804 420438016 33448 33554432000 4194304 5683644 140733814932720 18446744073709551615 218370977350 0 0 16781312 514 15732920677939773702 0 0 17 6 0 0 0
/proc/16493/statm: 102646 33448 370 364 0 38558 0
[pid=16495] ppid=16493 vsize=1766708 CPUtime=683.79 cores=4,6
/proc/16495/stat : 16495 (cryptominisat-2) R 16493 16495 16495 0 -1 4202496 483277 0 0 0 68300 79 0 0 25 0 1 0 656984804 1809108992 353040 33554432000 4194304 4677096 140736318952048 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16495/statm: 441677 353040 471 118 0 436636 0
[pid=16425/tid=16453] ppid=16422 vsize=420828 CPUtime=0 cores=4,6
/proc/16425/task/16453/stat : 16453 (python) S 16422 16425 15311 0 -1 4202560 28 926 0 8 0 0 0 0 25 0 4 0 656935598 430927872 34962 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 2 18446604452259795072 0 0 -1 4 0 0 0
[pid=16425/tid=16480] ppid=16422 vsize=420828 CPUtime=0 cores=4,6
/proc/16425/task/16480/stat : 16480 (python) S 16422 16425 15311 0 -1 4202560 30 926 0 8 0 0 0 0 20 0 4 0 656974782 430927872 34962 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 2 18446604452259795072 0 0 -1 4 0 0 0
[pid=16425/tid=16494] ppid=16422 vsize=420828 CPUtime=0 cores=4,6
/proc/16425/task/16494/stat : 16494 (python) S 16422 16425 15311 0 -1 4202560 26 926 0 8 0 0 0 0 20 0 4 0 656984804 430927872 34962 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 2 18446604452259795072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1243.63
Current children cumulated vsize (KiB) 3580696



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.05 3.99 2/315 16540
/proc/meminfo: memFree=14371192/32951124 swapFree=52307768/67111528
[pid=16425] ppid=16422 vsize=420828 CPUtime=65.28 cores=4,6
/proc/16425/stat : 16425 (python) S 16422 16425 15311 0 -1 4202496 54892 926 55 8 6498 30 0 0 20 0 4 0 656928952 430927872 34962 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 18
/proc/16425/statm: 105207 34962 1880 364 0 41119 0
[pid=16452] ppid=16425 vsize=400316 CPUtime=0.85 cores=4,6
/proc/16452/stat : 16452 (python) S 16425 16425 15311 0 -1 4202560 1194 0 0 0 45 40 0 0 19 0 2 0 656935598 409923584 33490 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16452/statm: 100079 33490 415 364 0 35997 0
[pid=16454] ppid=16452 vsize=92716 CPUtime=391.82 cores=4,6
/proc/16454/stat : 16454 (lingeling) T 16452 16454 16454 0 -1 4202496 38492 0 0 0 39178 4 0 0 25 0 1 0 656935599 94941184 20302 33554432000 4194304 4352236 140735700068848 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/16454/statm: 23179 20302 129 39 0 22259 0
[pid=16452/tid=16478] ppid=16425 vsize=400316 CPUtime=0 cores=4,6
/proc/16452/task/16478/stat : 16478 (python) S 16425 16425 15311 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656974780 409923584 33490 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 514 18446604447190564928 0 0 -1 6 0 0 0
[pid=16479] ppid=16425 vsize=400328 CPUtime=0.21 cores=4,6
/proc/16479/stat : 16479 (python) S 16425 16425 15311 0 -1 4202560 1100 0 0 0 12 9 0 0 19 0 2 0 656974781 409935872 33474 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/16479/statm: 100082 33474 399 364 0 35997 0
[pid=16481] ppid=16479 vsize=89216 CPUtime=99.98 cores=4,6
/proc/16481/stat : 16481 (lingeling) T 16479 16481 16481 0 -1 4202496 36103 0 0 0 9994 4 0 0 25 0 1 0 656974782 91357184 21474 33554432000 4194304 4352236 140733932566176 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/16481/statm: 22304 21474 129 39 0 21384 0
[pid=16479/tid=16492] ppid=16425 vsize=400328 CPUtime=0 cores=4,6
/proc/16479/task/16492/stat : 16492 (python) S 16425 16425 15311 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656984803 409935872 33474 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 514 18446604453985335104 0 0 -1 6 0 0 0
[pid=16493] ppid=16425 vsize=410584 CPUtime=1.85 cores=4,6
/proc/16493/stat : 16493 (python) S 16425 16425 15311 0 -1 4202560 992 0 0 0 108 77 0 0 15 0 1 0 656984804 420438016 33448 33554432000 4194304 5683644 140733814932720 18446744073709551615 218370977350 0 0 16781312 514 15732920677939773702 0 0 17 6 0 0 0
/proc/16493/statm: 102646 33448 370 364 0 38558 0
[pid=16495] ppid=16493 vsize=1898228 CPUtime=741.49 cores=4,6
/proc/16495/stat : 16495 (cryptominisat-2) R 16493 16495 16495 0 -1 4202496 504249 0 0 0 74066 83 0 0 25 0 1 0 656984804 1943785472 367000 33554432000 4194304 4677096 140736318952048 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16495/statm: 474557 367000 471 118 0 469516 0
[pid=16425/tid=16453] ppid=16422 vsize=420828 CPUtime=0 cores=4,6
/proc/16425/task/16453/stat : 16453 (python) S 16422 16425 15311 0 -1 4202560 28 926 0 8 0 0 0 0 25 0 4 0 656935598 430927872 34962 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 2 18446604452259795072 0 0 -1 4 0 0 0
[pid=16425/tid=16480] ppid=16422 vsize=420828 CPUtime=0 cores=4,6
/proc/16425/task/16480/stat : 16480 (python) S 16422 16425 15311 0 -1 4202560 30 926 0 8 0 0 0 0 20 0 4 0 656974782 430927872 34962 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 2 18446604452259795072 0 0 -1 4 0 0 0
[pid=16425/tid=16494] ppid=16422 vsize=420828 CPUtime=0 cores=4,6
/proc/16425/task/16494/stat : 16494 (python) S 16422 16425 15311 0 -1 4202560 26 926 0 8 0 0 0 0 20 0 4 0 656984804 430927872 34962 33554432000 4194304 5683644 140733814932720 18446744073709551615 218382780849 0 0 16781312 2 18446604452259795072 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1301.48
Current children cumulated vsize (KiB) 3712216

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

Real time (s): 1300.04
CPU time (s): 1301.48
CPU user time (s): 1299.01
CPU system time (s): 2.47
CPU usage (%): 100.111
Max. virtual memory (cumulated for all children) (KiB): 3712216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.9801
system time used= 0.320951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55819
page faults= 63
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40671
involuntary context switches= 132

runsolver used 4.13537 second user time and 8.48071 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 11:54:22
IDJOB=3378040
IDBENCH=70815
IDSOLVER=1858
FILE ID=node101/3378040-1305453261
RUNJOBID= node101-1305453261-16382
PBS_JOBID= 13324878
Free space on /tmp= 73640 MiB

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

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

MD5SUM BENCH= 065c126f0d55807310a398728b44423f
RANDOM SEED=238133998

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.74
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.841
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.83
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16465428 kB
Buffers:        334504 kB
Cached:        6189636 kB
SwapCached:      14848 kB
Active:       11079044 kB
Inactive:      5122320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16465428 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:          153296 kB
Writeback:           0 kB
AnonPages:     9674024 kB
Mapped:          15884 kB
Slab:           159092 kB
PageTables:      62800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42063516 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= 73700 MiB
End job on node101 at 2011-05-15 12:16:04