Trace number 3377873

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.4 1300.04

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3586.1
Satisfiable
(Un)Satisfiability was proved
Number of variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

Solver Data

0.71/2.21	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.71/2.21	c INFO: solving HOME/instance-3377873-1305452591.cnf
0.71/2.21	c INFO: computing task features
2.50/4.06	c INFO: computed variable-clause graph statistics
3.90/5.41	c INFO: computed clause balance statistics
11.19/12.77	c INFO: computed variable balance statistics
18.09/19.64	c INFO: computed small-clause counts
18.19/19.76	c INFO: computed Horn-clause counts
40.60/42.11	c INFO: computed variable graph statistics
40.60/42.11	c INFO: collected features for HOME/instance-3377873-1305452591.cnf in 39.87 s
40.60/42.13	c INFO: running lingeling-276@0 for 388 with 2360 remaining (b = 0.41)
432.75/433.20	c INFO: running lingeling-276@0 for 97 with 1969 remaining (b = 0.21)
532.96/533.48	c INFO: running lingeling-276@391 for 194 with 1869 remaining (b = 0.09)
729.13/729.07	c INFO: running cryptominisat-2.9.0@0 for 1673 with 1673 remaining (b = 0.46)

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

running on 2 cores: 5,7

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: 0.92 1.04 1.79 3/370 18491
/proc/meminfo: memFree=29405960/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=16244 CPUtime=0 cores=5,7
/proc/18491/stat : 18491 (python) R 18489 18491 17591 0 -1 4202496 1013 0 0 0 0 0 0 0 17 0 1 0 637675388 16633856 887 33554432000 4194304 5683644 140736865569376 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18491/statm: 4061 891 372 364 0 548 0

[startup+0.088745 s]
/proc/loadavg: 0.92 1.04 1.79 3/370 18491
/proc/meminfo: memFree=29405960/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=29796 CPUtime=0.04 cores=5,7
/proc/18491/stat : 18491 (python) R 18489 18491 17591 0 -1 4202496 1459 0 1 0 3 1 0 0 17 0 1 0 637675388 30511104 1301 33554432000 4194304 5683644 140736865569376 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18491/statm: 7449 1305 443 364 0 819 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29796

[startup+0.10074 s]
/proc/loadavg: 0.92 1.04 1.79 3/370 18491
/proc/meminfo: memFree=29405960/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=30116 CPUtime=0.04 cores=5,7
/proc/18491/stat : 18491 (python) D 18489 18491 17591 0 -1 4202496 1513 0 1 0 3 1 0 0 17 0 1 0 637675388 30838784 1352 33554432000 4194304 5683644 140736865569376 18446744073709551615 212039653376 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18491/statm: 7529 1352 443 364 0 899 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30116

[startup+0.300704 s]
/proc/loadavg: 0.92 1.04 1.79 3/370 18491
/proc/meminfo: memFree=29405960/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=91832 CPUtime=0.11 cores=5,7
/proc/18491/stat : 18491 (python) D 18489 18491 17591 0 -1 4202496 2669 0 8 0 5 6 0 0 17 0 1 0 637675388 94035968 2394 33554432000 4194304 5683644 140736865569376 18446744073709551615 212039653376 0 0 16781312 2 0 0 0 17 5 0 0 1
/proc/18491/statm: 22958 2394 755 364 0 1623 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 91832

[startup+0.70063 s]
/proc/loadavg: 0.92 1.04 1.79 3/370 18491
/proc/meminfo: memFree=29405960/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=107300 CPUtime=0.15 cores=5,7
/proc/18491/stat : 18491 (python) D 18489 18491 17591 0 -1 4202496 3315 0 16 0 6 9 0 0 16 0 1 0 637675388 109875200 2994 33554432000 4194304 5683644 140736865569376 18446744073709551615 212039653376 0 0 16781312 2 0 0 0 17 5 0 0 25
/proc/18491/statm: 26825 2994 871 364 0 2056 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 107300

[startup+1.50049 s]
/proc/loadavg: 1.17 1.08 1.80 4/377 18515
/proc/meminfo: memFree=29312736/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=160668 CPUtime=0.46 cores=5,7
/proc/18491/stat : 18491 (python) D 18489 18491 17591 0 -1 4202496 6579 923 30 8 17 29 0 0 16 0 1 0 637675388 164524032 4696 33554432000 4194304 5683644 140736865569376 18446744073709551615 212034735638 0 0 16781312 2 18446744071562234166 0 0 17 5 0 0 30
/proc/18491/statm: 40167 4696 1257 364 0 3454 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 160668

[startup+3.10017 s]
/proc/loadavg: 1.17 1.08 1.80 3/377 18515
/proc/meminfo: memFree=29259000/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=352268 CPUtime=1.59 cores=5,7
/proc/18491/stat : 18491 (python) R 18489 18491 17591 0 -1 4202496 27336 923 78 8 117 42 0 0 16 0 1 0 637675388 360722432 25084 33554432000 4194304 5683644 140736865569376 18446744073709551615 212039316165 0 0 16781312 2 0 0 0 17 5 0 0 41
/proc/18491/statm: 88067 25084 1761 364 0 23991 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 352268
heavy processes:

[startup+6.3006 s]
/proc/loadavg: 1.17 1.08 1.80 7/380 18518
/proc/meminfo: memFree=28771704/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=393412 CPUtime=4.79 cores=5,7
/proc/18491/stat : 18491 (python) R 18489 18491 17591 0 -1 4202496 57961 923 78 8 434 45 0 0 22 0 1 0 637675388 402853888 35737 33554432000 4194304 5683644 140736865569376 18446744073709551615 5003956 0 0 16781312 2 0 0 0 17 5 0 0 41
/proc/18491/statm: 98353 35737 1826 364 0 34277 0
Current children cumulated CPU time (s) 4.79
Current children cumulated vsize (KiB) 393412
heavy processes:

[startup+12.7005 s]
/proc/loadavg: 1.82 1.23 1.84 7/380 18518
/proc/meminfo: memFree=28784668/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=393412 CPUtime=11.19 cores=5,7
/proc/18491/stat : 18491 (python) R 18489 18491 17591 0 -1 4202496 57961 923 78 8 1074 45 0 0 25 0 1 0 637675388 402853888 35737 33554432000 4194304 5683644 140736865569376 18446744073709551615 4602336 0 0 16781312 2 0 0 0 17 5 0 0 41
/proc/18491/statm: 98353 35737 1826 364 0 34277 0
Current children cumulated CPU time (s) 11.19
Current children cumulated vsize (KiB) 393412

[startup+25.5002 s]
/proc/loadavg: 2.16 1.32 1.86 6/380 18518
/proc/meminfo: memFree=28775008/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=398308 CPUtime=24 cores=5,7
/proc/18491/stat : 18491 (python) R 18489 18491 17591 0 -1 4202496 59192 923 78 8 2355 45 0 0 25 0 1 0 637675388 407867392 36968 33554432000 4194304 5683644 140736865569376 18446744073709551615 47094745450636 0 0 16781312 2 0 0 0 17 5 0 0 41
/proc/18491/statm: 99577 36968 1833 364 0 35501 0
Current children cumulated CPU time (s) 24
Current children cumulated vsize (KiB) 398308

[startup+51.1006 s]
/proc/loadavg: 2.94 1.59 1.93 7/383 18522
/proc/meminfo: memFree=28765228/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=399136 CPUtime=40.63 cores=5,7
/proc/18491/stat : 18491 (python) S 18489 18491 17591 0 -1 4202496 59475 923 78 8 4017 46 0 0 25 0 2 0 637675388 408715264 34646 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/18491/statm: 99784 34646 1867 364 0 35702 0
[pid=18520] ppid=18491 vsize=388892 CPUtime=0.01 cores=5,7
/proc/18520/stat : 18520 (python) S 18491 18491 17591 0 -1 4202560 887 0 0 0 0 1 0 0 18 0 1 0 637679601 398225408 33151 33554432000 4194304 5683644 140736865569376 18446744073709551615 212039675407 0 0 16781312 514 3079239767364174088 0 0 17 7 0 0 0
/proc/18520/statm: 97223 33151 376 364 0 33141 0
[pid=18522] ppid=18520 vsize=13744 CPUtime=8.96 cores=5,7
/proc/18522/stat : 18522 (lingeling) R 18520 18522 18522 0 -1 4202496 13938 0 0 0 894 2 0 0 25 0 1 0 637679601 14073856 2351 33554432000 4194304 4352236 140734884100080 18446744073709551615 4235111 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/18522/statm: 3436 2351 129 39 0 2516 0
[pid=18491/tid=18521] ppid=18489 vsize=399136 CPUtime=0 cores=5,7
/proc/18491/task/18521/stat : 18521 (python) S 18489 18491 17591 0 -1 4202560 31 923 0 8 0 0 0 0 25 0 2 0 637679601 408715264 34646 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 2 18446604468762972608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.6
Current children cumulated vsize (KiB) 801772

[startup+102.3 s]
/proc/loadavg: 3.62 1.99 2.05 7/389 18530
/proc/meminfo: memFree=28688260/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=399136 CPUtime=40.63 cores=5,7
/proc/18491/stat : 18491 (python) S 18489 18491 17591 0 -1 4202496 59475 923 78 8 4017 46 0 0 25 0 2 0 637675388 408715264 34646 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/18491/statm: 99784 34646 1867 364 0 35702 0
[pid=18520] ppid=18491 vsize=388892 CPUtime=0.16 cores=5,7
/proc/18520/stat : 18520 (python) S 18491 18491 17591 0 -1 4202560 913 0 0 0 8 8 0 0 18 0 1 0 637679601 398225408 33151 33554432000 4194304 5683644 140736865569376 18446744073709551615 212039675407 0 0 16781312 514 1623917101573964040 0 0 17 7 0 0 0
/proc/18520/statm: 97223 33151 376 364 0 33141 0
[pid=18522] ppid=18520 vsize=22408 CPUtime=60.15 cores=5,7
/proc/18522/stat : 18522 (lingeling) R 18520 18522 18522 0 -1 4202496 18938 0 0 0 6013 2 0 0 25 0 1 0 637679601 22945792 4772 33554432000 4194304 4352236 140734884100080 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/18522/statm: 5602 4772 129 39 0 4682 0
[pid=18491/tid=18521] ppid=18489 vsize=399136 CPUtime=0 cores=5,7
/proc/18491/task/18521/stat : 18521 (python) S 18489 18491 17591 0 -1 4202560 31 923 0 8 0 0 0 0 25 0 2 0 637679601 408715264 34646 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 2 18446604468762972608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.94
Current children cumulated vsize (KiB) 810436

[startup+162.301 s]
/proc/loadavg: 3.90 2.37 2.17 7/389 18531
/proc/meminfo: memFree=28692284/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=399136 CPUtime=40.63 cores=5,7
/proc/18491/stat : 18491 (python) S 18489 18491 17591 0 -1 4202496 59475 923 78 8 4017 46 0 0 25 0 2 0 637675388 408715264 34646 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/18491/statm: 99784 34646 1867 364 0 35702 0
[pid=18520] ppid=18491 vsize=388892 CPUtime=0.32 cores=5,7
/proc/18520/stat : 18520 (python) S 18491 18491 17591 0 -1 4202560 936 0 0 0 17 15 0 0 18 0 1 0 637679601 398225408 33151 33554432000 4194304 5683644 140736865569376 18446744073709551615 212039675407 0 0 16781312 514 1623917101573964040 0 0 17 7 0 0 0
/proc/18520/statm: 97223 33151 376 364 0 33141 0
[pid=18522] ppid=18520 vsize=29064 CPUtime=120.15 cores=5,7
/proc/18522/stat : 18522 (lingeling) R 18520 18522 18522 0 -1 4202496 24702 0 0 0 12013 2 0 0 25 0 1 0 637679601 29761536 6436 33554432000 4194304 4352236 140734884100080 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/18522/statm: 7266 6436 129 39 0 6346 0
[pid=18491/tid=18521] ppid=18489 vsize=399136 CPUtime=0 cores=5,7
/proc/18491/task/18521/stat : 18521 (python) S 18489 18491 17591 0 -1 4202560 31 923 0 8 0 0 0 0 25 0 2 0 637679601 408715264 34646 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 2 18446604468762972608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 161.1
Current children cumulated vsize (KiB) 817092

[startup+222.301 s]
/proc/loadavg: 3.96 2.66 2.28 7/386 18565
/proc/meminfo: memFree=28361804/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=399136 CPUtime=40.63 cores=5,7
/proc/18491/stat : 18491 (python) S 18489 18491 17591 0 -1 4202496 59475 923 78 8 4017 46 0 0 25 0 2 0 637675388 408715264 34646 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/18491/statm: 99784 34646 1867 364 0 35702 0
[pid=18520] ppid=18491 vsize=388892 CPUtime=0.48 cores=5,7
/proc/18520/stat : 18520 (python) S 18491 18491 17591 0 -1 4202560 955 0 0 0 26 22 0 0 18 0 1 0 637679601 398225408 33151 33554432000 4194304 5683644 140736865569376 18446744073709551615 212039675407 0 0 16781312 514 1623917101573964040 0 0 17 7 0 0 0
/proc/18520/statm: 97223 33151 376 364 0 33141 0
[pid=18522] ppid=18520 vsize=31112 CPUtime=180.16 cores=5,7
/proc/18522/stat : 18522 (lingeling) R 18520 18522 18522 0 -1 4202496 26238 0 0 0 18013 3 0 0 25 0 1 0 637679601 31858688 6948 33554432000 4194304 4352236 140734884100080 18446744073709551615 4241736 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/18522/statm: 7778 6948 129 39 0 6858 0
[pid=18491/tid=18521] ppid=18489 vsize=399136 CPUtime=0 cores=5,7
/proc/18491/task/18521/stat : 18521 (python) S 18489 18491 17591 0 -1 4202560 31 923 0 8 0 0 0 0 25 0 2 0 637679601 408715264 34646 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 2 18446604468762972608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 221.27
Current children cumulated vsize (KiB) 819140

[startup+282.3 s]
/proc/loadavg: 4.04 2.92 2.39 7/386 18566
/proc/meminfo: memFree=28357288/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=399136 CPUtime=40.63 cores=5,7
/proc/18491/stat : 18491 (python) S 18489 18491 17591 0 -1 4202496 59475 923 78 8 4017 46 0 0 25 0 2 0 637675388 408715264 34646 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/18491/statm: 99784 34646 1867 364 0 35702 0
[pid=18520] ppid=18491 vsize=388892 CPUtime=0.64 cores=5,7
/proc/18520/stat : 18520 (python) S 18491 18491 17591 0 -1 4202560 971 0 0 0 33 31 0 0 18 0 1 0 637679601 398225408 33151 33554432000 4194304 5683644 140736865569376 18446744073709551615 212039675407 0 0 16781312 514 1623917101573964040 0 0 17 7 0 0 0
/proc/18520/statm: 97223 33151 376 364 0 33141 0
[pid=18522] ppid=18520 vsize=35208 CPUtime=240.16 cores=5,7
/proc/18522/stat : 18522 (lingeling) R 18520 18522 18522 0 -1 4202496 31358 0 0 0 24013 3 0 0 25 0 1 0 637679601 36052992 7972 33554432000 4194304 4352236 140734884100080 18446744073709551615 4329024 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/18522/statm: 8802 7972 129 39 0 7882 0
[pid=18491/tid=18521] ppid=18489 vsize=399136 CPUtime=0 cores=5,7
/proc/18491/task/18521/stat : 18521 (python) S 18489 18491 17591 0 -1 4202560 31 923 0 8 0 0 0 0 25 0 2 0 637679601 408715264 34646 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 2 18446604468762972608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 281.43
Current children cumulated vsize (KiB) 823236

[startup+342.301 s]
/proc/loadavg: 4.01 3.11 2.49 7/386 18568
/proc/meminfo: memFree=28343100/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=399136 CPUtime=40.63 cores=5,7

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

[startup+1122.32 s]
/proc/loadavg: 4.16 4.07 3.40 7/429 18641
/proc/meminfo: memFree=22910092/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=419648 CPUtime=40.66 cores=5,7
/proc/18491/stat : 18491 (python) S 18489 18491 17591 0 -1 4202496 61101 923 78 8 4019 47 0 0 20 0 4 0 637675388 429719552 34659 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/18491/statm: 104912 34659 1872 364 0 40824 0
[pid=18520] ppid=18491 vsize=399136 CPUtime=1.64 cores=5,7
/proc/18520/stat : 18520 (python) S 18491 18491 17591 0 -1 4202560 1204 0 0 0 85 79 0 0 18 0 2 0 637679601 408715264 33196 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18520/statm: 99784 33196 416 364 0 35702 0
[pid=18522] ppid=18520 vsize=50568 CPUtime=586.65 cores=5,7
/proc/18522/stat : 18522 (lingeling) T 18520 18522 18522 0 -1 4202496 49534 0 0 0 58659 6 0 0 25 0 1 0 637679601 51781632 11812 33554432000 4194304 4352236 140734884100080 18446744073709551615 4328380 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/18522/statm: 12642 11812 129 39 0 11722 0
[pid=18520/tid=18572] ppid=18491 vsize=399136 CPUtime=0 cores=5,7
/proc/18520/task/18572/stat : 18572 (python) S 18491 18491 17591 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 637718707 408715264 33196 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 514 18446604462219569216 0 0 -1 7 0 0 0
[pid=18573] ppid=18491 vsize=399148 CPUtime=0.27 cores=5,7
/proc/18573/stat : 18573 (python) S 18491 18491 17591 0 -1 4202560 1095 0 0 0 15 12 0 0 19 0 2 0 637718708 408727552 33179 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18573/statm: 99787 33179 399 364 0 35702 0
[pid=18575] ppid=18573 vsize=26512 CPUtime=100.01 cores=5,7
/proc/18575/stat : 18575 (lingeling) T 18573 18575 18575 0 -1 4202496 23537 0 0 0 9998 3 0 0 25 0 1 0 637718709 27148288 5799 33554432000 4194304 4352236 140733485583824 18446744073709551615 4328375 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/18575/statm: 6628 5799 129 39 0 5708 0
[pid=18573/tid=18586] ppid=18491 vsize=399148 CPUtime=0 cores=5,7
/proc/18573/task/18586/stat : 18586 (python) S 18491 18491 17591 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 637728735 408727552 33179 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 514 18446604467166431360 0 0 -1 7 0 0 0
[pid=18604] ppid=18491 vsize=409404 CPUtime=1.23 cores=5,7
/proc/18604/stat : 18604 (python) S 18491 18491 17591 0 -1 4202560 1002 0 0 0 64 59 0 0 15 0 1 0 637748295 419229696 33153 33554432000 4194304 5683644 140736865569376 18446744073709551615 212039675462 0 0 16781312 514 1623917101573964038 0 0 17 5 0 0 0
/proc/18604/statm: 102351 33153 370 364 0 38263 0
[pid=18606] ppid=18604 vsize=482276 CPUtime=392.2 cores=5,7
/proc/18606/stat : 18606 (cryptominisat-2) R 18604 18606 18606 0 -1 4202496 112589 0 0 0 39199 21 0 0 25 0 1 0 637748295 493850624 101740 33554432000 4194304 4677096 140737447410880 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18606/statm: 120569 101740 394 118 0 115528 0
[pid=18491/tid=18521] ppid=18489 vsize=419648 CPUtime=0 cores=5,7
/proc/18491/task/18521/stat : 18521 (python) S 18489 18491 17591 0 -1 4202560 35 923 0 8 0 0 0 0 18 0 4 0 637679601 429719552 34659 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 2 18446604468762972608 0 0 -1 5 0 0 0
[pid=18491/tid=18574] ppid=18489 vsize=419648 CPUtime=0 cores=5,7
/proc/18491/task/18574/stat : 18574 (python) S 18489 18491 17591 0 -1 4202560 25 923 0 8 0 0 0 0 20 0 4 0 637718709 429719552 34659 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 2 18446604468762972608 0 0 -1 5 0 0 0
[pid=18491/tid=18605] ppid=18489 vsize=419648 CPUtime=0 cores=5,7
/proc/18491/task/18605/stat : 18605 (python) S 18489 18491 17591 0 -1 4202560 28 923 0 8 0 0 0 0 20 0 4 0 637748295 429719552 34659 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 2 18446604468762972608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.66
Current children cumulated vsize (KiB) 2186692

[startup+1182.3 s]
/proc/loadavg: 4.22 4.09 3.44 7/412 18678
/proc/meminfo: memFree=23022832/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=419648 CPUtime=40.66 cores=5,7
/proc/18491/stat : 18491 (python) S 18489 18491 17591 0 -1 4202496 61101 923 78 8 4019 47 0 0 20 0 4 0 637675388 429719552 34659 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/18491/statm: 104912 34659 1872 364 0 40824 0
[pid=18520] ppid=18491 vsize=399136 CPUtime=1.64 cores=5,7
/proc/18520/stat : 18520 (python) S 18491 18491 17591 0 -1 4202560 1204 0 0 0 85 79 0 0 18 0 2 0 637679601 408715264 33196 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18520/statm: 99784 33196 416 364 0 35702 0
[pid=18522] ppid=18520 vsize=50568 CPUtime=586.65 cores=5,7
/proc/18522/stat : 18522 (lingeling) T 18520 18522 18522 0 -1 4202496 49534 0 0 0 58659 6 0 0 25 0 1 0 637679601 51781632 11812 33554432000 4194304 4352236 140734884100080 18446744073709551615 4328380 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/18522/statm: 12642 11812 129 39 0 11722 0
[pid=18520/tid=18572] ppid=18491 vsize=399136 CPUtime=0 cores=5,7
/proc/18520/task/18572/stat : 18572 (python) S 18491 18491 17591 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 637718707 408715264 33196 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 514 18446604462219569216 0 0 -1 7 0 0 0
[pid=18573] ppid=18491 vsize=399148 CPUtime=0.27 cores=5,7
/proc/18573/stat : 18573 (python) S 18491 18491 17591 0 -1 4202560 1095 0 0 0 15 12 0 0 19 0 2 0 637718708 408727552 33179 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18573/statm: 99787 33179 399 364 0 35702 0
[pid=18575] ppid=18573 vsize=26512 CPUtime=100.01 cores=5,7
/proc/18575/stat : 18575 (lingeling) T 18573 18575 18575 0 -1 4202496 23537 0 0 0 9998 3 0 0 25 0 1 0 637718709 27148288 5799 33554432000 4194304 4352236 140733485583824 18446744073709551615 4328375 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/18575/statm: 6628 5799 129 39 0 5708 0
[pid=18573/tid=18586] ppid=18491 vsize=399148 CPUtime=0 cores=5,7
/proc/18573/task/18586/stat : 18586 (python) S 18491 18491 17591 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 637728735 408727552 33179 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 514 18446604467166431360 0 0 -1 7 0 0 0
[pid=18604] ppid=18491 vsize=409404 CPUtime=1.4 cores=5,7
/proc/18604/stat : 18604 (python) S 18491 18491 17591 0 -1 4202560 1002 0 0 0 72 68 0 0 15 0 1 0 637748295 419229696 33153 33554432000 4194304 5683644 140736865569376 18446744073709551615 212039675462 0 0 16781312 514 1623917101573964038 0 0 17 5 0 0 0
/proc/18604/statm: 102351 33153 370 364 0 38263 0
[pid=18606] ppid=18604 vsize=482924 CPUtime=452.05 cores=5,7
/proc/18606/stat : 18606 (cryptominisat-2) R 18604 18606 18606 0 -1 4202496 114935 0 0 0 45183 22 0 0 25 0 1 0 637748295 494514176 102987 33554432000 4194304 4677096 140737447410880 18446744073709551615 4319971 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18606/statm: 120731 102987 394 118 0 115690 0
[pid=18491/tid=18521] ppid=18489 vsize=419648 CPUtime=0 cores=5,7
/proc/18491/task/18521/stat : 18521 (python) S 18489 18491 17591 0 -1 4202560 35 923 0 8 0 0 0 0 18 0 4 0 637679601 429719552 34659 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 2 18446604468762972608 0 0 -1 5 0 0 0
[pid=18491/tid=18574] ppid=18489 vsize=419648 CPUtime=0 cores=5,7
/proc/18491/task/18574/stat : 18574 (python) S 18489 18491 17591 0 -1 4202560 25 923 0 8 0 0 0 0 20 0 4 0 637718709 429719552 34659 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 2 18446604468762972608 0 0 -1 5 0 0 0
[pid=18491/tid=18605] ppid=18489 vsize=419648 CPUtime=0 cores=5,7
/proc/18491/task/18605/stat : 18605 (python) S 18489 18491 17591 0 -1 4202560 28 923 0 8 0 0 0 0 20 0 4 0 637748295 429719552 34659 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 2 18446604468762972608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.68
Current children cumulated vsize (KiB) 2187340

[startup+1242.3 s]
/proc/loadavg: 4.19 4.10 3.49 7/415 18683
/proc/meminfo: memFree=22906164/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=419648 CPUtime=40.66 cores=5,7
/proc/18491/stat : 18491 (python) S 18489 18491 17591 0 -1 4202496 61101 923 78 8 4019 47 0 0 20 0 4 0 637675388 429719552 34659 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/18491/statm: 104912 34659 1872 364 0 40824 0
[pid=18520] ppid=18491 vsize=399136 CPUtime=1.64 cores=5,7
/proc/18520/stat : 18520 (python) S 18491 18491 17591 0 -1 4202560 1204 0 0 0 85 79 0 0 18 0 2 0 637679601 408715264 33196 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18520/statm: 99784 33196 416 364 0 35702 0
[pid=18522] ppid=18520 vsize=50568 CPUtime=586.65 cores=5,7
/proc/18522/stat : 18522 (lingeling) T 18520 18522 18522 0 -1 4202496 49534 0 0 0 58659 6 0 0 25 0 1 0 637679601 51781632 11812 33554432000 4194304 4352236 140734884100080 18446744073709551615 4328380 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/18522/statm: 12642 11812 129 39 0 11722 0
[pid=18520/tid=18572] ppid=18491 vsize=399136 CPUtime=0 cores=5,7
/proc/18520/task/18572/stat : 18572 (python) S 18491 18491 17591 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 637718707 408715264 33196 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 514 18446604462219569216 0 0 -1 7 0 0 0
[pid=18573] ppid=18491 vsize=399148 CPUtime=0.27 cores=5,7
/proc/18573/stat : 18573 (python) S 18491 18491 17591 0 -1 4202560 1095 0 0 0 15 12 0 0 19 0 2 0 637718708 408727552 33179 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18573/statm: 99787 33179 399 364 0 35702 0
[pid=18575] ppid=18573 vsize=26512 CPUtime=100.01 cores=5,7
/proc/18575/stat : 18575 (lingeling) T 18573 18575 18575 0 -1 4202496 23537 0 0 0 9998 3 0 0 25 0 1 0 637718709 27148288 5799 33554432000 4194304 4352236 140733485583824 18446744073709551615 4328375 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/18575/statm: 6628 5799 129 39 0 5708 0
[pid=18573/tid=18586] ppid=18491 vsize=399148 CPUtime=0 cores=5,7
/proc/18573/task/18586/stat : 18586 (python) S 18491 18491 17591 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 637728735 408727552 33179 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 514 18446604467166431360 0 0 -1 7 0 0 0
[pid=18604] ppid=18491 vsize=409404 CPUtime=1.57 cores=5,7
/proc/18604/stat : 18604 (python) S 18491 18491 17591 0 -1 4202560 1002 0 0 0 81 76 0 0 15 0 1 0 637748295 419229696 33153 33554432000 4194304 5683644 140736865569376 18446744073709551615 212039675462 0 0 16781312 514 1623917101573964038 0 0 17 5 0 0 0
/proc/18604/statm: 102351 33153 370 364 0 38263 0
[pid=18606] ppid=18604 vsize=484288 CPUtime=511.88 cores=5,7
/proc/18606/stat : 18606 (cryptominisat-2) R 18604 18606 18606 0 -1 4202496 116032 0 0 0 51166 22 0 0 25 0 1 0 637748295 495910912 103288 33554432000 4194304 4677096 140737447410880 18446744073709551615 4320135 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18606/statm: 121072 103288 394 118 0 116031 0
[pid=18491/tid=18521] ppid=18489 vsize=419648 CPUtime=0 cores=5,7
/proc/18491/task/18521/stat : 18521 (python) S 18489 18491 17591 0 -1 4202560 35 923 0 8 0 0 0 0 18 0 4 0 637679601 429719552 34659 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 2 18446604468762972608 0 0 -1 5 0 0 0
[pid=18491/tid=18574] ppid=18489 vsize=419648 CPUtime=0 cores=5,7
/proc/18491/task/18574/stat : 18574 (python) S 18489 18491 17591 0 -1 4202560 25 923 0 8 0 0 0 0 20 0 4 0 637718709 429719552 34659 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 2 18446604468762972608 0 0 -1 5 0 0 0
[pid=18491/tid=18605] ppid=18489 vsize=419648 CPUtime=0 cores=5,7
/proc/18491/task/18605/stat : 18605 (python) S 18489 18491 17591 0 -1 4202560 28 923 0 8 0 0 0 0 20 0 4 0 637748295 429719552 34659 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 2 18446604468762972608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1242.68
Current children cumulated vsize (KiB) 2188704



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.08 3.51 7/415 18684
/proc/meminfo: memFree=22880172/32951124 swapFree=51873460/67111528
[pid=18491] ppid=18489 vsize=419648 CPUtime=40.66 cores=5,7
/proc/18491/stat : 18491 (python) S 18489 18491 17591 0 -1 4202496 61101 923 78 8 4019 47 0 0 20 0 4 0 637675388 429719552 34659 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/18491/statm: 104912 34659 1872 364 0 40824 0
[pid=18520] ppid=18491 vsize=399136 CPUtime=1.64 cores=5,7
/proc/18520/stat : 18520 (python) S 18491 18491 17591 0 -1 4202560 1204 0 0 0 85 79 0 0 18 0 2 0 637679601 408715264 33196 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18520/statm: 99784 33196 416 364 0 35702 0
[pid=18522] ppid=18520 vsize=50568 CPUtime=586.65 cores=5,7
/proc/18522/stat : 18522 (lingeling) T 18520 18522 18522 0 -1 4202496 49534 0 0 0 58659 6 0 0 25 0 1 0 637679601 51781632 11812 33554432000 4194304 4352236 140734884100080 18446744073709551615 4328380 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/18522/statm: 12642 11812 129 39 0 11722 0
[pid=18520/tid=18572] ppid=18491 vsize=399136 CPUtime=0 cores=5,7
/proc/18520/task/18572/stat : 18572 (python) S 18491 18491 17591 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 637718707 408715264 33196 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 514 18446604462219569216 0 0 -1 7 0 0 0
[pid=18573] ppid=18491 vsize=399148 CPUtime=0.27 cores=5,7
/proc/18573/stat : 18573 (python) S 18491 18491 17591 0 -1 4202560 1095 0 0 0 15 12 0 0 19 0 2 0 637718708 408727552 33179 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18573/statm: 99787 33179 399 364 0 35702 0
[pid=18575] ppid=18573 vsize=26512 CPUtime=100.01 cores=5,7
/proc/18575/stat : 18575 (lingeling) T 18573 18575 18575 0 -1 4202496 23537 0 0 0 9998 3 0 0 25 0 1 0 637718709 27148288 5799 33554432000 4194304 4352236 140733485583824 18446744073709551615 4328375 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/18575/statm: 6628 5799 129 39 0 5708 0
[pid=18573/tid=18586] ppid=18491 vsize=399148 CPUtime=0 cores=5,7
/proc/18573/task/18586/stat : 18586 (python) S 18491 18491 17591 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 637728735 408727552 33179 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 514 18446604467166431360 0 0 -1 7 0 0 0
[pid=18604] ppid=18491 vsize=409404 CPUtime=1.73 cores=5,7
/proc/18604/stat : 18604 (python) S 18491 18491 17591 0 -1 4202560 1002 0 0 0 89 84 0 0 15 0 1 0 637748295 419229696 33153 33554432000 4194304 5683644 140736865569376 18446744073709551615 212039675462 0 0 16781312 514 1623917101573964038 0 0 17 5 0 0 0
/proc/18604/statm: 102351 33153 370 364 0 38263 0
[pid=18606] ppid=18604 vsize=484288 CPUtime=569.44 cores=5,7
/proc/18606/stat : 18606 (cryptominisat-2) R 18604 18606 18606 0 -1 4202496 117293 0 0 0 56921 23 0 0 25 0 1 0 637748295 495910912 103437 33554432000 4194304 4677096 140737447410880 18446744073709551615 4320155 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18606/statm: 121072 103437 394 118 0 116031 0
[pid=18491/tid=18521] ppid=18489 vsize=419648 CPUtime=0 cores=5,7
/proc/18491/task/18521/stat : 18521 (python) S 18489 18491 17591 0 -1 4202560 35 923 0 8 0 0 0 0 18 0 4 0 637679601 429719552 34659 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 2 18446604468762972608 0 0 -1 5 0 0 0
[pid=18491/tid=18574] ppid=18489 vsize=419648 CPUtime=0 cores=5,7
/proc/18491/task/18574/stat : 18574 (python) S 18489 18491 17591 0 -1 4202560 25 923 0 8 0 0 0 0 20 0 4 0 637718709 429719552 34659 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 2 18446604468762972608 0 0 -1 5 0 0 0
[pid=18491/tid=18605] ppid=18489 vsize=419648 CPUtime=0 cores=5,7
/proc/18491/task/18605/stat : 18605 (python) S 18489 18491 17591 0 -1 4202560 28 923 0 8 0 0 0 0 20 0 4 0 637748295 429719552 34659 33554432000 4194304 5683644 140736865569376 18446744073709551615 212051478961 0 0 16781312 2 18446604468762972608 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1300.4
Current children cumulated vsize (KiB) 2188704

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 18491 and gives
#  childrusage.ru_utime.tv_sec=40
#  childrusage.ru_utime.tv_usec=200888
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=488925
# CPU time returned by wait4() is 40.6898
# while last known CPU time is 1300.4
#
# 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): 1300.4
CPU user time (s): 1297.86
CPU system time (s): 2.54
CPU usage (%): 100.028
Max. virtual memory (cumulated for all children) (KiB): 2247780

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

runsolver used 4.78227 second user time and 11.3093 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-15 11:43:11
IDJOB=3377873
IDBENCH=20387
IDSOLVER=1858
FILE ID=node146/3377873-1305452591
RUNJOBID= node146-1305452590-18459
PBS_JOBID= 13324873
Free space on /tmp= 73268 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.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-3377873-1305452591/watcher-3377873-1305452591 -o /tmp/evaluation-result-3377873-1305452591/solver-3377873-1305452591 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377873-1305452591.cnf -seed 1370533225 -budget 2400

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED=1370533225

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.830
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:      29406612 kB
Buffers:        120576 kB
Cached:         939764 kB
SwapCached:      56148 kB
Active:         936784 kB
Inactive:      2372600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29406612 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:          137364 kB
Writeback:           0 kB
AnonPages:     2199812 kB
Mapped:          18276 kB
Slab:           109356 kB
PageTables:      59328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81793616 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= 73148 MiB
End job on node146 at 2011-05-15 12:04:53