Trace number 3377878

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2982.37
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.79/2.05	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.79/2.05	c INFO: solving HOME/instance-3377878-1305453261.cnf
0.79/2.05	c INFO: computing task features
2.85/4.10	c INFO: computed variable-clause graph statistics
2.85/4.18	c INFO: computed clause balance statistics
12.75/14.03	c INFO: computed variable balance statistics
19.95/21.30	c INFO: computed small-clause counts
20.15/21.46	c INFO: computed Horn-clause counts
70.26/71.57	c INFO: computed variable graph statistics
70.26/71.57	c INFO: collected features for HOME/instance-3377878-1305453261.cnf in 69.46 s
70.26/71.58	c INFO: running lingeling-276@0 for 388 with 2330 remaining (b = 0.74)
465.32/466.45	c INFO: running lingeling-276@0 for 97 with 1936 remaining (b = 0.51)
565.62/566.70	c INFO: running lingeling-276@394 for 97 with 1836 remaining (b = 0.08)
662.87/663.94	c INFO: running cryptominisat-2.9.0@0 for 1739 with 1739 remaining (b = 0.61)

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.89 5/300 16418
/proc/meminfo: memFree=16515692/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=15184 CPUtime=0 cores=0,2
/proc/16418/stat : 16418 (python) S 16415 16418 15311 0 -1 4202496 723 0 0 0 0 0 0 0 20 0 1 0 656928923 15548416 615 33554432000 4194304 5683644 140736273017056 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/16418/statm: 3796 615 321 364 0 283 0

[startup+0.0310091 s]
/proc/loadavg: 3.68 3.93 3.89 5/300 16418
/proc/meminfo: memFree=16515692/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=16404 CPUtime=0.01 cores=0,2
/proc/16418/stat : 16418 (python) R 16415 16418 15311 0 -1 4202496 1158 0 0 0 1 0 0 0 17 0 1 0 656928923 16797696 1025 33554432000 4194304 5683644 140736273017056 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16418/statm: 4101 1027 413 364 0 588 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16404

[startup+0.100981 s]
/proc/loadavg: 3.68 3.93 3.89 5/300 16418
/proc/meminfo: memFree=16515692/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=34428 CPUtime=0.05 cores=0,2
/proc/16418/stat : 16418 (python) D 16415 16418 15311 0 -1 4202496 1550 0 1 0 3 2 0 0 17 0 1 0 656928923 35254272 1388 33554432000 4194304 5683644 140736273017056 18446744073709551615 218370955264 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16418/statm: 8607 1388 448 364 0 945 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34428

[startup+0.300948 s]
/proc/loadavg: 3.68 3.93 3.89 5/300 16418
/proc/meminfo: memFree=16515692/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=91832 CPUtime=0.11 cores=0,2
/proc/16418/stat : 16418 (python) D 16415 16418 15311 0 -1 4202496 2671 0 6 0 5 6 0 0 16 0 1 0 656928923 94035968 2394 33554432000 4194304 5683644 140736273017056 18446744073709551615 218370955264 0 0 16781312 2 0 0 0 17 0 0 0 1
/proc/16418/statm: 22958 2394 755 364 0 1623 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 91832

[startup+0.700893 s]
/proc/loadavg: 3.68 3.93 3.89 5/300 16418
/proc/meminfo: memFree=16515692/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=124068 CPUtime=0.25 cores=0,2
/proc/16418/stat : 16418 (python) D 16415 16418 15311 0 -1 4202496 4221 0 20 0 9 16 0 0 16 0 1 0 656928923 127045632 3851 33554432000 4194304 5683644 140736273017056 18446744073709551615 218370955264 0 0 16781312 2 0 0 0 17 0 0 0 7
/proc/16418/statm: 31017 3851 991 364 0 2828 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 124068

[startup+1.50074 s]
/proc/loadavg: 3.68 3.93 3.89 4/304 16443
/proc/meminfo: memFree=16421088/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=210656 CPUtime=0.6 cores=0,2
/proc/16418/stat : 16418 (python) R 16415 16418 15311 0 -1 4202496 7280 923 42 8 21 39 0 0 16 0 1 0 656928923 215711744 5331 33554432000 4194304 5683644 140736273017056 18446744073709551615 218366037526 0 0 16781312 2 0 0 0 17 0 0 0 12
/proc/16418/statm: 52664 5333 1504 364 0 4044 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 210656

[startup+3.1005 s]
/proc/loadavg: 3.55 3.90 3.88 8/304 16443
/proc/meminfo: memFree=16325600/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=351680 CPUtime=1.85 cores=0,2
/proc/16418/stat : 16418 (python) R 16415 16418 15311 0 -1 4202496 27319 923 62 8 132 53 0 0 16 0 1 0 656928923 360120320 25049 33554432000 4194304 5683644 140736273017056 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 0 0 0 21
/proc/16418/statm: 87920 25050 1761 364 0 23844 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 351680
heavy processes:

[startup+6.30091 s]
/proc/loadavg: 3.55 3.90 3.88 5/307 16447
/proc/meminfo: memFree=16049140/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=399144 CPUtime=5.05 cores=0,2
/proc/16418/stat : 16418 (python) R 16415 16418 15311 0 -1 4202496 52957 923 62 8 449 56 0 0 22 0 1 0 656928923 408723456 37170 33554432000 4194304 5683644 140736273017056 18446744073709551615 47706577391917 0 0 16781312 2 0 0 0 17 0 0 0 21
/proc/16418/statm: 99786 37170 1826 364 0 35710 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 399144

[startup+12.7008 s]
/proc/loadavg: 3.91 3.97 3.91 5/307 16447
/proc/meminfo: memFree=16048316/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=399144 CPUtime=11.45 cores=0,2
/proc/16418/stat : 16418 (python) R 16415 16418 15311 0 -1 4202496 52957 923 62 8 1089 56 0 0 25 0 1 0 656928923 408723456 37170 33554432000 4194304 5683644 140736273017056 18446744073709551615 4500432 0 0 16781312 2 0 0 0 17 0 0 0 21
/proc/16418/statm: 99786 37170 1826 364 0 35710 0
Current children cumulated CPU time (s) 11.45
Current children cumulated vsize (KiB) 399144

[startup+25.5005 s]
/proc/loadavg: 3.93 3.97 3.91 5/310 16450
/proc/meminfo: memFree=16018068/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=399144 CPUtime=24.25 cores=0,2
/proc/16418/stat : 16418 (python) R 16415 16418 15311 0 -1 4202496 52964 923 62 8 2369 56 0 0 25 0 1 0 656928923 408723456 37177 33554432000 4194304 5683644 140736273017056 18446744073709551615 47706577242240 0 0 16781312 2 0 0 0 17 0 0 0 21
/proc/16418/statm: 99786 37177 1833 364 0 35710 0
Current children cumulated CPU time (s) 24.25
Current children cumulated vsize (KiB) 399144

[startup+51.101 s]
/proc/loadavg: 4.06 4.00 3.92 5/310 16451
/proc/meminfo: memFree=16013912/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=399144 CPUtime=49.85 cores=0,2
/proc/16418/stat : 16418 (python) R 16415 16418 15311 0 -1 4202496 52964 923 62 8 4929 56 0 0 25 0 1 0 656928923 408723456 37177 33554432000 4194304 5683644 140736273017056 18446744073709551615 47706577242240 0 0 16781312 2 0 0 0 17 0 0 0 21
/proc/16418/statm: 99786 37177 1833 364 0 35710 0
Current children cumulated CPU time (s) 49.85
Current children cumulated vsize (KiB) 399144

[startup+102.312 s]
/proc/loadavg: 4.06 4.01 3.92 5/316 16458
/proc/meminfo: memFree=15883856/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=400244 CPUtime=70.34 cores=0,2
/proc/16418/stat : 16418 (python) S 16415 16418 15311 0 -1 4202496 53254 923 62 8 6978 56 0 0 25 0 2 0 656928923 409849856 34931 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/16418/statm: 100061 34931 1875 364 0 35979 0
[pid=16455] ppid=16418 vsize=390000 CPUtime=0.07 cores=0,2
/proc/16455/stat : 16455 (python) S 16418 16418 15311 0 -1 4202560 900 0 0 0 4 3 0 0 18 0 1 0 656936081 399360000 33428 33554432000 4194304 5683644 140736273017056 18446744073709551615 218370977295 0 0 16781312 514 9983794278624624898 0 0 17 0 0 0 0
/proc/16455/statm: 97500 33428 376 364 0 33418 0
[pid=16457] ppid=16455 vsize=76720 CPUtime=30.64 cores=0,2
/proc/16457/stat : 16457 (lingeling) R 16455 16457 16457 0 -1 4202496 29236 0 0 0 3061 3 0 0 25 0 1 0 656936082 78561280 18350 33554432000 4194304 4352236 140737222604384 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16457/statm: 19180 18350 129 39 0 18260 0
[pid=16418/tid=16456] ppid=16415 vsize=400244 CPUtime=0 cores=0,2
/proc/16418/task/16456/stat : 16456 (python) S 16415 16418 15311 0 -1 4202560 30 923 0 8 0 0 0 0 25 0 2 0 656936082 409849856 34931 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.05
Current children cumulated vsize (KiB) 866964

[startup+162.301 s]
/proc/loadavg: 4.02 4.01 3.92 5/316 16460
/proc/meminfo: memFree=15862600/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=400244 CPUtime=70.34 cores=0,2
/proc/16418/stat : 16418 (python) S 16415 16418 15311 0 -1 4202496 53254 923 62 8 6978 56 0 0 25 0 2 0 656928923 409849856 34931 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/16418/statm: 100061 34931 1875 364 0 35979 0
[pid=16455] ppid=16418 vsize=390000 CPUtime=0.2 cores=0,2
/proc/16455/stat : 16455 (python) S 16418 16418 15311 0 -1 4202560 927 0 0 0 10 10 0 0 18 0 1 0 656936081 399360000 33428 33554432000 4194304 5683644 140736273017056 18446744073709551615 218370977295 0 0 16781312 514 9983794278624624898 0 0 17 0 0 0 0
/proc/16455/statm: 97500 33428 376 364 0 33418 0
[pid=16457] ppid=16455 vsize=93104 CPUtime=90.52 cores=0,2
/proc/16457/stat : 16457 (lingeling) R 16455 16457 16457 0 -1 4202496 37932 0 0 0 9048 4 0 0 25 0 1 0 656936082 95338496 20399 33554432000 4194304 4352236 140737222604384 18446744073709551615 4234441 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16457/statm: 23276 20399 129 39 0 22356 0
[pid=16418/tid=16456] ppid=16415 vsize=400244 CPUtime=0 cores=0,2
/proc/16418/task/16456/stat : 16456 (python) S 16415 16418 15311 0 -1 4202560 30 923 0 8 0 0 0 0 25 0 2 0 656936082 409849856 34931 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.06
Current children cumulated vsize (KiB) 883348

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.92 5/316 16461
/proc/meminfo: memFree=15861708/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=400244 CPUtime=70.34 cores=0,2
/proc/16418/stat : 16418 (python) S 16415 16418 15311 0 -1 4202496 53254 923 62 8 6978 56 0 0 25 0 2 0 656928923 409849856 34931 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/16418/statm: 100061 34931 1875 364 0 35979 0
[pid=16455] ppid=16418 vsize=390000 CPUtime=0.34 cores=0,2
/proc/16455/stat : 16455 (python) S 16418 16418 15311 0 -1 4202560 947 0 0 0 18 16 0 0 18 0 1 0 656936081 399360000 33428 33554432000 4194304 5683644 140736273017056 18446744073709551615 218370977295 0 0 16781312 514 9983794278624624898 0 0 17 0 0 0 0
/proc/16455/statm: 97500 33428 376 364 0 33418 0
[pid=16457] ppid=16455 vsize=93104 CPUtime=150.4 cores=0,2
/proc/16457/stat : 16457 (lingeling) R 16455 16457 16457 0 -1 4202496 37932 0 0 0 15036 4 0 0 25 0 1 0 656936082 95338496 20399 33554432000 4194304 4352236 140737222604384 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16457/statm: 23276 20399 129 39 0 22356 0
[pid=16418/tid=16456] ppid=16415 vsize=400244 CPUtime=0 cores=0,2
/proc/16418/task/16456/stat : 16456 (python) S 16415 16418 15311 0 -1 4202560 30 923 0 8 0 0 0 0 25 0 2 0 656936082 409849856 34931 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 221.08
Current children cumulated vsize (KiB) 883348

[startup+282.301 s]
/proc/loadavg: 4.07 4.02 3.93 5/316 16463
/proc/meminfo: memFree=15849020/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=400244 CPUtime=70.34 cores=0,2
/proc/16418/stat : 16418 (python) S 16415 16418 15311 0 -1 4202496 53254 923 62 8 6978 56 0 0 25 0 2 0 656928923 409849856 34931 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/16418/statm: 100061 34931 1875 364 0 35979 0
[pid=16455] ppid=16418 vsize=390000 CPUtime=0.48 cores=0,2
/proc/16455/stat : 16455 (python) S 16418 16418 15311 0 -1 4202560 964 0 0 0 25 23 0 0 18 0 1 0 656936081 399360000 33428 33554432000 4194304 5683644 140736273017056 18446744073709551615 218370977295 0 0 16781312 514 9983794278624624898 0 0 17 0 0 0 0
/proc/16455/statm: 97500 33428 376 364 0 33418 0
[pid=16457] ppid=16455 vsize=93104 CPUtime=210.27 cores=0,2
/proc/16457/stat : 16457 (lingeling) R 16455 16457 16457 0 -1 4202496 37932 0 0 0 21023 4 0 0 25 0 1 0 656936082 95338496 20399 33554432000 4194304 4352236 140737222604384 18446744073709551615 4207619 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16457/statm: 23276 20399 129 39 0 22356 0
[pid=16418/tid=16456] ppid=16415 vsize=400244 CPUtime=0 cores=0,2
/proc/16418/task/16456/stat : 16456 (python) S 16415 16418 15311 0 -1 4202560 30 923 0 8 0 0 0 0 25 0 2 0 656936082 409849856 34931 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 281.09
Current children cumulated vsize (KiB) 883348

[startup+342.301 s]
/proc/loadavg: 4.02 4.01 3.93 5/316 16465
/proc/meminfo: memFree=15840044/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=400244 CPUtime=70.34 cores=0,2
/proc/16418/stat : 16418 (python) S 16415 16418 15311 0 -1 4202496 53254 923 62 8 6978 56 0 0 25 0 2 0 656928923 409849856 34931 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/16418/statm: 100061 34931 1875 364 0 35979 0
[pid=16455] ppid=16418 vsize=390000 CPUtime=0.62 cores=0,2
/proc/16455/stat : 16455 (python) S 16418 16418 15311 0 -1 4202560 977 0 0 0 33 29 0 0 18 0 1 0 656936081 399360000 33428 33554432000 4194304 5683644 140736273017056 18446744073709551615 218370977295 0 0 16781312 514 9983794278624624898 0 0 17 0 0 0 0
/proc/16455/statm: 97500 33428 376 364 0 33418 0
[pid=16457] ppid=16455 vsize=93100 CPUtime=270.13 cores=0,2
/proc/16457/stat : 16457 (lingeling) R 16455 16457 16457 0 -1 4202496 37932 0 0 0 27009 4 0 0 25 0 1 0 656936082 95334400 20398 33554432000 4194304 4352236 140737222604384 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/16457/statm: 23275 20398 129 39 0 22355 0
[pid=16418/tid=16456] ppid=16415 vsize=400244 CPUtime=0 cores=0,2

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

[startup+1182.3 s]
/proc/loadavg: 4.24 4.07 3.98 5/348 16534
/proc/meminfo: memFree=11714340/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=420756 CPUtime=70.37 cores=0,2
/proc/16418/stat : 16418 (python) S 16415 16418 15311 0 -1 4202496 54898 923 62 8 6980 57 0 0 20 0 4 0 656928923 430854144 34944 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/16418/statm: 105189 34944 1880 364 0 41101 0
[pid=16455] ppid=16418 vsize=465780 CPUtime=1.17 cores=0,2
/proc/16455/stat : 16455 (python) S 16418 16418 15311 0 -1 4202560 1211 0 0 0 64 53 0 0 18 0 2 0 656936081 476958720 33475 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16455/statm: 116445 33475 416 364 0 52363 0
[pid=16457] ppid=16455 vsize=93100 CPUtime=491.12 cores=0,2
/proc/16457/stat : 16457 (lingeling) T 16455 16457 16457 0 -1 4202496 38444 0 0 0 49107 5 0 0 25 0 1 0 656936082 95334400 20910 33554432000 4194304 4352236 140737222604384 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/16457/statm: 23275 20910 129 39 0 22355 0
[pid=16455/tid=16482] ppid=16418 vsize=465780 CPUtime=0 cores=0,2
/proc/16455/task/16482/stat : 16482 (python) S 16418 16418 15311 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 656975568 476958720 33475 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 514 18446604453939753152 0 0 -1 2 0 0 0
[pid=16483] ppid=16418 vsize=400256 CPUtime=0.23 cores=0,2
/proc/16483/stat : 16483 (python) S 16418 16418 15311 0 -1 4202560 1098 0 0 0 13 10 0 0 19 0 2 0 656975569 409862144 33456 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16483/statm: 100064 33456 399 364 0 35979 0
[pid=16485] ppid=16483 vsize=93108 CPUtime=100.03 cores=0,2
/proc/16485/stat : 16485 (lingeling) T 16483 16485 16485 0 -1 4202496 38794 0 0 0 10000 3 0 0 25 0 1 0 656975569 95342592 20399 33554432000 4194304 4352236 140734380222720 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/16485/statm: 23277 20399 129 39 0 22357 0
[pid=16483/tid=16496] ppid=16418 vsize=400256 CPUtime=0 cores=0,2
/proc/16483/task/16496/stat : 16496 (python) S 16418 16418 15311 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656985592 409862144 33456 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 514 18446604444941999168 0 0 -1 2 0 0 0
[pid=16506] ppid=16418 vsize=410512 CPUtime=1.4 cores=0,2
/proc/16506/stat : 16506 (python) S 16418 16418 15311 0 -1 4202560 998 0 0 0 76 64 0 0 15 0 1 0 656995317 420364288 33430 33554432000 4194304 5683644 140736273017056 18446744073709551615 218370977350 0 0 16781312 514 2269396402071109888 0 0 17 0 0 0 0
/proc/16506/statm: 102628 33430 370 364 0 38540 0
[pid=16509] ppid=16506 vsize=1794216 CPUtime=517.08 cores=0,2
/proc/16509/stat : 16509 (cryptominisat-2) R 16506 16509 16509 0 -1 4202496 422438 0 0 0 51638 70 0 0 25 0 1 0 656995318 1837277184 349628 33554432000 4194304 4677096 140733803810880 18446744073709551615 4336210 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16509/statm: 448554 349628 392 118 0 443513 0
[pid=16418/tid=16456] ppid=16415 vsize=420756 CPUtime=0 cores=0,2
/proc/16418/task/16456/stat : 16456 (python) S 16415 16418 15311 0 -1 4202560 34 923 0 8 0 0 0 0 18 0 4 0 656936082 430854144 34944 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 0 0 0 0
[pid=16418/tid=16484] ppid=16415 vsize=420756 CPUtime=0 cores=0,2
/proc/16418/task/16484/stat : 16484 (python) S 16415 16418 15311 0 -1 4202560 30 923 0 8 0 0 0 0 20 0 4 0 656975569 430854144 34944 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 2 0 0 0
[pid=16418/tid=16508] ppid=16415 vsize=420756 CPUtime=0 cores=0,2
/proc/16418/task/16508/stat : 16508 (python) S 16415 16418 15311 0 -1 4202560 26 923 0 8 0 0 0 0 20 0 4 0 656995318 430854144 34944 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1181.4
Current children cumulated vsize (KiB) 3677728

[startup+1242.3 s]
/proc/loadavg: 4.12 4.07 3.99 5/348 16535
/proc/meminfo: memFree=11701528/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=420756 CPUtime=70.37 cores=0,2
/proc/16418/stat : 16418 (python) S 16415 16418 15311 0 -1 4202496 54898 923 62 8 6980 57 0 0 20 0 4 0 656928923 430854144 34944 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/16418/statm: 105189 34944 1880 364 0 41101 0
[pid=16455] ppid=16418 vsize=465780 CPUtime=1.17 cores=0,2
/proc/16455/stat : 16455 (python) S 16418 16418 15311 0 -1 4202560 1211 0 0 0 64 53 0 0 18 0 2 0 656936081 476958720 33475 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16455/statm: 116445 33475 416 364 0 52363 0
[pid=16457] ppid=16455 vsize=93100 CPUtime=491.12 cores=0,2
/proc/16457/stat : 16457 (lingeling) T 16455 16457 16457 0 -1 4202496 38444 0 0 0 49107 5 0 0 25 0 1 0 656936082 95334400 20910 33554432000 4194304 4352236 140737222604384 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/16457/statm: 23275 20910 129 39 0 22355 0
[pid=16455/tid=16482] ppid=16418 vsize=465780 CPUtime=0 cores=0,2
/proc/16455/task/16482/stat : 16482 (python) S 16418 16418 15311 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 656975568 476958720 33475 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 514 18446604453939753152 0 0 -1 2 0 0 0
[pid=16483] ppid=16418 vsize=400256 CPUtime=0.23 cores=0,2
/proc/16483/stat : 16483 (python) S 16418 16418 15311 0 -1 4202560 1098 0 0 0 13 10 0 0 19 0 2 0 656975569 409862144 33456 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16483/statm: 100064 33456 399 364 0 35979 0
[pid=16485] ppid=16483 vsize=93108 CPUtime=100.03 cores=0,2
/proc/16485/stat : 16485 (lingeling) T 16483 16485 16485 0 -1 4202496 38794 0 0 0 10000 3 0 0 25 0 1 0 656975569 95342592 20399 33554432000 4194304 4352236 140734380222720 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/16485/statm: 23277 20399 129 39 0 22357 0
[pid=16483/tid=16496] ppid=16418 vsize=400256 CPUtime=0 cores=0,2
/proc/16483/task/16496/stat : 16496 (python) S 16418 16418 15311 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656985592 409862144 33456 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 514 18446604444941999168 0 0 -1 2 0 0 0
[pid=16506] ppid=16418 vsize=410512 CPUtime=1.54 cores=0,2
/proc/16506/stat : 16506 (python) S 16418 16418 15311 0 -1 4202560 998 0 0 0 83 71 0 0 15 0 1 0 656995317 420364288 33430 33554432000 4194304 5683644 140736273017056 18446744073709551615 218370977350 0 0 16781312 514 2269396402071109888 0 0 17 0 0 0 0
/proc/16506/statm: 102628 33430 370 364 0 38540 0
[pid=16509] ppid=16506 vsize=1798320 CPUtime=576.96 cores=0,2
/proc/16509/stat : 16509 (cryptominisat-2) R 16506 16509 16509 0 -1 4202496 434085 0 0 0 57623 73 0 0 25 0 1 0 656995318 1841479680 350844 33554432000 4194304 4677096 140733803810880 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16509/statm: 449580 350844 392 118 0 444539 0
[pid=16418/tid=16456] ppid=16415 vsize=420756 CPUtime=0 cores=0,2
/proc/16418/task/16456/stat : 16456 (python) S 16415 16418 15311 0 -1 4202560 34 923 0 8 0 0 0 0 18 0 4 0 656936082 430854144 34944 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 0 0 0 0
[pid=16418/tid=16484] ppid=16415 vsize=420756 CPUtime=0 cores=0,2
/proc/16418/task/16484/stat : 16484 (python) S 16415 16418 15311 0 -1 4202560 30 923 0 8 0 0 0 0 20 0 4 0 656975569 430854144 34944 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 2 0 0 0
[pid=16418/tid=16508] ppid=16415 vsize=420756 CPUtime=0 cores=0,2
/proc/16418/task/16508/stat : 16508 (python) S 16415 16418 15311 0 -1 4202560 26 923 0 8 0 0 0 0 20 0 4 0 656995318 430854144 34944 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1241.42
Current children cumulated vsize (KiB) 3681832



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.05 3.99 4/336 16538
/proc/meminfo: memFree=11742216/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=420756 CPUtime=70.37 cores=0,2
/proc/16418/stat : 16418 (python) S 16415 16418 15311 0 -1 4202496 54898 923 62 8 6980 57 0 0 20 0 4 0 656928923 430854144 34944 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/16418/statm: 105189 34944 1880 364 0 41101 0
[pid=16455] ppid=16418 vsize=465780 CPUtime=1.17 cores=0,2
/proc/16455/stat : 16455 (python) S 16418 16418 15311 0 -1 4202560 1211 0 0 0 64 53 0 0 18 0 2 0 656936081 476958720 33475 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16455/statm: 116445 33475 416 364 0 52363 0
[pid=16457] ppid=16455 vsize=93100 CPUtime=491.12 cores=0,2
/proc/16457/stat : 16457 (lingeling) T 16455 16457 16457 0 -1 4202496 38444 0 0 0 49107 5 0 0 25 0 1 0 656936082 95334400 20910 33554432000 4194304 4352236 140737222604384 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/16457/statm: 23275 20910 129 39 0 22355 0
[pid=16455/tid=16482] ppid=16418 vsize=465780 CPUtime=0 cores=0,2
/proc/16455/task/16482/stat : 16482 (python) S 16418 16418 15311 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 656975568 476958720 33475 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 514 18446604453939753152 0 0 -1 2 0 0 0
[pid=16483] ppid=16418 vsize=400256 CPUtime=0.23 cores=0,2
/proc/16483/stat : 16483 (python) S 16418 16418 15311 0 -1 4202560 1098 0 0 0 13 10 0 0 19 0 2 0 656975569 409862144 33456 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16483/statm: 100064 33456 399 364 0 35979 0
[pid=16485] ppid=16483 vsize=93108 CPUtime=100.03 cores=0,2
/proc/16485/stat : 16485 (lingeling) T 16483 16485 16485 0 -1 4202496 38794 0 0 0 10000 3 0 0 25 0 1 0 656975569 95342592 20399 33554432000 4194304 4352236 140734380222720 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/16485/statm: 23277 20399 129 39 0 22357 0
[pid=16483/tid=16496] ppid=16418 vsize=400256 CPUtime=0 cores=0,2
/proc/16483/task/16496/stat : 16496 (python) S 16418 16418 15311 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656985592 409862144 33456 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 514 18446604444941999168 0 0 -1 2 0 0 0
[pid=16506] ppid=16418 vsize=410512 CPUtime=1.71 cores=0,2
/proc/16506/stat : 16506 (python) S 16418 16418 15311 0 -1 4202560 998 0 0 0 93 78 0 0 15 0 1 0 656995317 420364288 33430 33554432000 4194304 5683644 140736273017056 18446744073709551615 218370977350 0 0 16781312 514 9983794278624624896 0 0 17 0 0 0 0
/proc/16506/statm: 102628 33430 370 364 0 38540 0
[pid=16509] ppid=16506 vsize=1804120 CPUtime=634.52 cores=0,2
/proc/16509/stat : 16509 (cryptominisat-2) R 16506 16509 16509 0 -1 4202496 446093 0 0 0 63376 76 0 0 25 0 1 0 656995318 1847418880 351970 33554432000 4194304 4677096 140733803810880 18446744073709551615 4318752 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16509/statm: 451030 351970 392 118 0 445989 0
[pid=16418/tid=16456] ppid=16415 vsize=420756 CPUtime=0 cores=0,2
/proc/16418/task/16456/stat : 16456 (python) S 16415 16418 15311 0 -1 4202560 34 923 0 8 0 0 0 0 18 0 4 0 656936082 430854144 34944 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 0 0 0 0
[pid=16418/tid=16484] ppid=16415 vsize=420756 CPUtime=0 cores=0,2
/proc/16418/task/16484/stat : 16484 (python) S 16415 16418 15311 0 -1 4202560 30 923 0 8 0 0 0 0 20 0 4 0 656975569 430854144 34944 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 2 0 0 0
[pid=16418/tid=16508] ppid=16415 vsize=420756 CPUtime=0 cores=0,2
/proc/16418/task/16508/stat : 16508 (python) S 16415 16418 15311 0 -1 4202560 26 923 0 8 0 0 0 0 20 0 4 0 656995318 430854144 34944 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1299.15
Current children cumulated vsize (KiB) 3687632

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 4.05 4.05 3.99 4/336 16538
/proc/meminfo: memFree=11742216/32951124 swapFree=52307768/67111528
[pid=16418] ppid=16415 vsize=420756 CPUtime=70.37 cores=0,2
/proc/16418/stat : 16418 (python) S 16415 16418 15311 0 -1 4202496 54898 923 62 8 6980 57 0 0 20 0 4 0 656928923 430854144 34944 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 21
/proc/16418/statm: 105189 34944 1880 364 0 41101 0
[pid=16455] ppid=16418 vsize=465780 CPUtime=1.17 cores=0,2
/proc/16455/stat : 16455 (python) S 16418 16418 15311 0 -1 4202560 1211 0 0 0 64 53 0 0 18 0 2 0 656936081 476958720 33475 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16455/statm: 116445 33475 416 364 0 52363 0
[pid=16457] ppid=16455 vsize=93100 CPUtime=491.12 cores=0,2
/proc/16457/stat : 16457 (lingeling) T 16455 16457 16457 0 -1 4202496 38444 0 0 0 49107 5 0 0 25 0 1 0 656936082 95334400 20910 33554432000 4194304 4352236 140737222604384 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/16457/statm: 23275 20910 129 39 0 22355 0
[pid=16455/tid=16482] ppid=16418 vsize=465780 CPUtime=0 cores=0,2
/proc/16455/task/16482/stat : 16482 (python) S 16418 16418 15311 0 -1 4202560 45 0 0 0 0 0 0 0 18 0 2 0 656975568 476958720 33475 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 514 18446604453939753152 0 0 -1 2 0 0 0
[pid=16483] ppid=16418 vsize=400256 CPUtime=0.23 cores=0,2
/proc/16483/stat : 16483 (python) S 16418 16418 15311 0 -1 4202560 1098 0 0 0 13 10 0 0 19 0 2 0 656975569 409862144 33456 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382783947 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16483/statm: 100064 33456 399 364 0 35979 0
[pid=16485] ppid=16483 vsize=93108 CPUtime=100.03 cores=0,2
/proc/16485/stat : 16485 (lingeling) T 16483 16485 16485 0 -1 4202496 38794 0 0 0 10000 3 0 0 25 0 1 0 656975569 95342592 20399 33554432000 4194304 4352236 140734380222720 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/16485/statm: 23277 20399 129 39 0 22357 0
[pid=16483/tid=16496] ppid=16418 vsize=400256 CPUtime=0 cores=0,2
/proc/16483/task/16496/stat : 16496 (python) S 16418 16418 15311 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656985592 409862144 33456 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 514 18446604444941999168 0 0 -1 2 0 0 0
[pid=16506] ppid=16418 vsize=410512 CPUtime=1.71 cores=0,2
/proc/16506/stat : 16506 (python) S 16418 16418 15311 0 -1 4202560 998 0 0 0 93 78 0 0 15 0 1 0 656995317 420364288 33430 33554432000 4194304 5683644 140736273017056 18446744073709551615 218370977350 0 0 16781312 514 9983794278624624896 0 0 17 0 0 0 0
/proc/16506/statm: 102628 33430 370 364 0 38540 0
[pid=16509] ppid=16506 vsize=1804120 CPUtime=634.52 cores=0,2
/proc/16509/stat : 16509 (cryptominisat-2) R 16506 16509 16509 0 -1 4202496 446093 0 0 0 63376 76 0 0 25 0 1 0 656995318 1847418880 351970 33554432000 4194304 4677096 140733803810880 18446744073709551615 4318752 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16509/statm: 451030 351970 392 118 0 445989 0
[pid=16418/tid=16456] ppid=16415 vsize=420756 CPUtime=0 cores=0,2
/proc/16418/task/16456/stat : 16456 (python) S 16415 16418 15311 0 -1 4202560 34 923 0 8 0 0 0 0 18 0 4 0 656936082 430854144 34944 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 0 0 0 0
[pid=16418/tid=16484] ppid=16415 vsize=420756 CPUtime=0 cores=0,2
/proc/16418/task/16484/stat : 16484 (python) S 16415 16418 15311 0 -1 4202560 30 923 0 8 0 0 0 0 20 0 4 0 656975569 430854144 34944 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 2 0 0 0
[pid=16418/tid=16508] ppid=16415 vsize=420756 CPUtime=0 cores=0,2
/proc/16418/task/16508/stat : 16508 (python) S 16415 16418 15311 0 -1 4202560 26 923 0 8 0 0 0 0 20 0 4 0 656995318 430854144 34944 33554432000 4194304 5683644 140736273017056 18446744073709551615 218382780849 0 0 16781312 2 18446604451738328000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1299.15
Current children cumulated vsize (KiB) 3687632

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16418 and gives
#  childrusage.ru_utime.tv_sec=69
#  childrusage.ru_utime.tv_usec=806387
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=587910
# CPU time returned by wait4() is 70.3943
# while last known CPU time is 1299.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.04
CPU time (s): 1299.15
CPU user time (s): 1296.33
CPU system time (s): 2.82
CPU usage (%): 99.9316
Max. virtual memory (cumulated for all children) (KiB): 3771112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.8064
system time used= 0.58791
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55821
page faults= 70
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48770
involuntary context switches= 197

runsolver used 4.10738 second user time and 8.63769 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 11:54:21
IDJOB=3377878
IDBENCH=70808
IDSOLVER=1858
FILE ID=node101/3377878-1305453261
RUNJOBID= node101-1305453261-16381
PBS_JOBID= 13324878
Free space on /tmp= 73708 MiB

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

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
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:      16516344 kB
Buffers:        334236 kB
Cached:        6153432 kB
SwapCached:      14848 kB
Active:       11022836 kB
Inactive:      5130280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16516344 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:          119540 kB
Writeback:           0 kB
AnonPages:     9660832 kB
Mapped:          15884 kB
Slab:           157012 kB
PageTables:      62412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42030184 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= 73640 MiB
End job on node101 at 2011-05-15 12:16:04