Trace number 3378928

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-par-industrial (fixed)? (MO) 1744.37 858.024

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1263.53
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

Solver Data

0.30/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.30/0.48	c INFO: solving HOME/instance-3378928-1305467273.cnf
0.30/0.48	c INFO: computing task features
40.19/40.37	c INFO: computed variable-clause graph statistics
41.39/41.56	c INFO: computed clause balance statistics
187.29/187.40	c INFO: computed variable balance statistics
283.09/283.20	c INFO: computed small-clause counts
288.30/288.41	c INFO: computed Horn-clause counts
560.70/560.90	c INFO: computed variable graph statistics
560.83/560.93	c INFO: collected features for HOME/instance-3378928-1305467273.cnf in 558.45 s
560.83/560.94	c INFO: running lingeling-276@0 for 97 with 639 remaining (b = 0.79)
560.83/560.96	c INFO: running precosat-570@0 for 97 with 639 remaining (b = 0.67)
560.83/560.98	c INFO: running lingeling-276@0 for 97 with 639 remaining (b = 0.54)
560.83/561.00	c INFO: running precosat-570@0 for 97 with 639 remaining (b = 0.34)
956.73/660.33	c INFO: running lingeling-276@0 for 540 with 540 remaining (b = 0.45)
956.73/660.37	c INFO: running cryptominisat-2.9.0@0 for 540 with 540 remaining (b = 0.42)
960.29/661.29	c INFO: running lingeling-276@0 for 194 with 539 remaining (b = 0.19)
960.68/661.32	c INFO: running precosat-570@0 for 97 with 539 remaining (b = 0.30)
1356.43/760.64	c INFO: running lingeling-276@0 for 439 with 439 remaining (b = 0.52)
1739.96/856.89	c INFO: running glucosER@0 for 343 with 343 remaining (b = 0.78)

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-3378928-1305467273/watcher-3378928-1305467273 -o /tmp/evaluation-result-3378928-1305467273/solver-3378928-1305467273 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378928-1305467273.cnf -seed 869652457 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 5.30 7.31 7.86 2/392 23734
/proc/meminfo: memFree=17137264/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=16240 CPUtime=0 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 1037 0 0 0 0 0 0 0 22 0 1 0 658330404 16629760 909 33554432000 4194304 5683644 140736960727136 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/23734/statm: 4060 909 380 364 0 547 0

[startup+0.060019 s]
/proc/loadavg: 5.30 7.31 7.86 2/392 23734
/proc/meminfo: memFree=17137264/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=36508 CPUtime=0.04 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 1619 0 0 0 3 1 0 0 17 0 1 0 658330404 37384192 1450 33554432000 4194304 5683644 140736960727136 18446744073709551615 212436015104 0 2147483391 16781312 2 0 0 0 17 3 0 0 0
/proc/23734/statm: 9128 1451 452 364 0 945 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36508

[startup+0.101025 s]
/proc/loadavg: 5.30 7.31 7.86 2/392 23734
/proc/meminfo: memFree=17137264/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=104216 CPUtime=0.07 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 3036 0 0 0 5 2 0 0 17 0 1 0 658330404 106717184 2725 33554432000 4194304 5683644 140736960727136 18446744073709551615 212436015104 0 2147483391 16781312 2 0 0 0 17 3 0 0 0
/proc/23734/statm: 26054 2725 847 364 0 1802 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104216

[startup+0.300973 s]
/proc/loadavg: 5.30 7.31 7.86 2/392 23734
/proc/meminfo: memFree=17137264/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=157380 CPUtime=0.22 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 6587 933 1 0 17 5 0 0 17 0 1 0 658330404 161157120 4696 33554432000 4194304 5683644 140736960727136 18446744073709551615 4620147 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23734/statm: 39345 4696 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 157380

[startup+0.700896 s]
/proc/loadavg: 5.30 7.31 7.86 2/392 23734
/proc/meminfo: memFree=17137264/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=498716 CPUtime=0.59 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 64306 933 1 0 40 19 0 0 17 0 1 0 658330404 510685184 61986 33554432000 4194304 5683644 140736960727136 18446744073709551615 212435677893 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23734/statm: 124679 61988 1761 364 0 60603 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 498716

[startup+1.50076 s]
/proc/loadavg: 5.30 7.31 7.86 3/393 23739
/proc/meminfo: memFree=16874624/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=553560 CPUtime=1.38 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 77452 933 1 0 117 21 0 0 18 0 1 0 658330404 566845440 75132 33554432000 4194304 5683644 140736960727136 18446744073709551615 212435677893 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23734/statm: 138390 75132 1761 364 0 74314 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 553560

[startup+3.10045 s]
/proc/loadavg: 5.30 7.31 7.86 3/393 23739
/proc/meminfo: memFree=16801464/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=659332 CPUtime=2.99 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 103680 933 1 0 275 24 0 0 21 0 1 0 658330404 675155968 101360 33554432000 4194304 5683644 140736960727136 18446744073709551615 212435677893 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23734/statm: 164833 101360 1761 364 0 100757 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 659332

[startup+6.30083 s]
/proc/loadavg: 5.04 7.22 7.83 3/393 23739
/proc/meminfo: memFree=16642984/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=872088 CPUtime=6.19 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 155472 933 1 0 587 32 0 0 25 0 1 0 658330404 893018112 153152 33554432000 4194304 5683644 140736960727136 18446744073709551615 212435677893 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23734/statm: 218022 153152 1761 364 0 153946 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 872088

[startup+12.7006 s]
/proc/loadavg: 4.80 7.13 7.80 3/393 23739
/proc/meminfo: memFree=16211992/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=1288968 CPUtime=12.59 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 260323 933 1 0 1211 48 0 0 25 0 1 0 658330404 1319903232 258003 33554432000 4194304 5683644 140736960727136 18446744073709551615 212435677893 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23734/statm: 322242 258003 1761 364 0 258166 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1288968

[startup+25.5002 s]
/proc/loadavg: 4.18 6.88 7.70 3/393 23739
/proc/meminfo: memFree=15442452/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=2129204 CPUtime=25.38 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 450537 933 1 0 2464 74 0 0 25 0 1 0 658330404 2180304896 448217 33554432000 4194304 5683644 140736960727136 18446744073709551615 47690268170949 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23734/statm: 532301 448218 1761 364 0 468225 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 2129204

[startup+51.1003 s]
/proc/loadavg: 3.43 6.49 7.55 3/393 23740
/proc/meminfo: memFree=15402532/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=2045136 CPUtime=50.99 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 1262296 933 1 0 4934 165 0 0 25 0 1 0 658330404 2094219264 448669 33554432000 4194304 5683644 140736960727136 18446744073709551615 4418228 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23734/statm: 511284 448669 1826 364 0 447208 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 2045136

[startup+102.314 s]
/proc/loadavg: 2.62 5.79 7.25 3/393 23741
/proc/meminfo: memFree=15402068/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=2045136 CPUtime=102.2 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 1262296 933 1 0 10055 165 0 0 25 0 1 0 658330404 2094219264 448669 33554432000 4194304 5683644 140736960727136 18446744073709551615 47690268046332 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23734/statm: 511284 448669 1826 364 0 447208 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 2045136

[startup+162.3 s]
/proc/loadavg: 2.23 5.10 6.92 3/393 23743
/proc/meminfo: memFree=15401632/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=2045136 CPUtime=162.19 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 1262296 933 1 0 16054 165 0 0 25 0 1 0 658330404 2094219264 448669 33554432000 4194304 5683644 140736960727136 18446744073709551615 4942017 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23734/statm: 511284 448669 1826 364 0 447208 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 2045136

[startup+222.301 s]
/proc/loadavg: 2.15 4.55 6.62 3/393 23745
/proc/meminfo: memFree=15402296/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=2045136 CPUtime=222.19 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 1262297 933 1 0 22054 165 0 0 25 0 1 0 658330404 2094219264 448670 33554432000 4194304 5683644 140736960727136 18446744073709551615 47690268268581 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23734/statm: 511284 448670 1827 364 0 447208 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 2045136

[startup+282.301 s]
/proc/loadavg: 2.05 4.08 6.33 3/393 23746
/proc/meminfo: memFree=15402508/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=2045136 CPUtime=282.19 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 1262297 933 1 0 28054 165 0 0 25 0 1 0 658330404 2094219264 448670 33554432000 4194304 5683644 140736960727136 18446744073709551615 4862016 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23734/statm: 511284 448670 1827 364 0 447208 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 2045136

[startup+342.301 s]
/proc/loadavg: 2.02 3.70 6.05 3/393 23748
/proc/meminfo: memFree=15402328/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=2045136 CPUtime=342.2 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 1659203 933 1 0 34013 207 0 0 25 0 1 0 658330404 2094219264 448676 33554432000 4194304 5683644 140736960727136 18446744073709551615 47690267990156 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23734/statm: 511284 448676 1833 364 0 447208 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 2045136

[startup+402.301 s]
/proc/loadavg: 3.58 3.80 5.93 6/405 23761
/proc/meminfo: memFree=13684496/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=2045136 CPUtime=402.2 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 1659203 933 1 0 40013 207 0 0 25 0 1 0 658330404 2094219264 448676 33554432000 4194304 5683644 140736960727136 18446744073709551615 47690267990156 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23734/statm: 511284 448676 1833 364 0 447208 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 2045136

[startup+462.3 s]
/proc/loadavg: 4.59 4.04 5.88 7/411 23769
/proc/meminfo: memFree=12558316/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=2045136 CPUtime=462.2 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 1659203 933 1 0 46013 207 0 0 25 0 1 0 658330404 2094219264 448676 33554432000 4194304 5683644 140736960727136 18446744073709551615 47690267990156 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23734/statm: 511284 448676 1833 364 0 447208 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 2045136

[startup+522.301 s]
/proc/loadavg: 4.85 4.21 5.82 6/411 23771
/proc/meminfo: memFree=11687116/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=2045136 CPUtime=522.2 cores=1,3,5,7
/proc/23734/stat : 23734 (python) R 23732 23734 21694 0 -1 4202496 1659203 933 1 0 52013 207 0 0 25 0 1 0 658330404 2094219264 448676 33554432000 4194304 5683644 140736960727136 18446744073709551615 47690267990156 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/23734/statm: 511284 448676 1833 364 0 447208 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 2045136

[startup+582.301 s]
/proc/loadavg: 5.79 4.55 5.83 9/423 23784
/proc/meminfo: memFree=9553488/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=1249864 CPUtime=560.92 cores=1,3,5,7
/proc/23734/stat : 23734 (python) S 23732 23734 21694 0 -1 4202496 1661845 933 1 0 55876 216 0 0 24 0 5 0 658330404 1279860736 239663 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23734/statm: 312466 239663 1881 364 0 248375 0
[pid=23773] ppid=23734 vsize=1208852 CPUtime=0.06 cores=1,3,5,7
/proc/23773/stat : 23773 (python) S 23734 23734 21694 0 -1 4202560 892 0 0 0 2 4 0 0 18 0 1 0 658386499 1237864448 238142 33554432000 4194304 5683644 140736960727136 18446744073709551615 212436037135 0 0 16781312 514 13723066198923378950 0 0 17 7 0 0 0
/proc/23773/statm: 302213 238142 376 364 0 238131 0
[pid=23775] ppid=23773 vsize=235692 CPUtime=21.32 cores=1,3,5,7

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

Current children cumulated vsize (KiB) 14150048



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+857.901 s]
/proc/loadavg: 4.78 5.59 6.02 5/416 23843
/proc/meminfo: memFree=7195188/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=1280632 CPUtime=560.99 cores=1,3,5,7
/proc/23734/stat : 23734 (python) S 23732 23734 21694 0 -1 4202496 1664230 933 1 0 55879 220 0 0 19 0 8 0 658330404 1311367168 239682 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23734/statm: 320158 239682 1888 364 0 256058 0
[pid=23773] ppid=23734 vsize=1219096 CPUtime=0.93 cores=1,3,5,7
/proc/23773/stat : 23773 (python) S 23734 23734 21694 0 -1 4202560 1192 0 0 0 44 49 0 0 18 0 2 0 658386499 1248354304 238186 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23773/statm: 304774 238186 415 364 0 240692 0
[pid=23775] ppid=23773 vsize=282376 CPUtime=293.24 cores=1,3,5,7
/proc/23775/stat : 23775 (lingeling) T 23773 23775 23775 0 -1 4202496 246704 0 0 0 29282 42 0 0 25 0 1 0 658386501 289153024 69764 33554432000 4194304 4352236 140735755515984 18446744073709551615 4234523 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/23775/statm: 70594 69764 129 39 0 69674 0
[pid=23773/tid=23803] ppid=23734 vsize=1219096 CPUtime=0 cores=1,3,5,7
/proc/23773/task/23803/stat : 23803 (python) S 23734 23734 21694 0 -1 4202560 121 0 0 0 0 0 0 0 18 0 2 0 658396534 1248354304 238186 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 514 18446604458612630464 0 0 -1 7 0 0 0
[pid=23776] ppid=23734 vsize=1219108 CPUtime=0.65 cores=1,3,5,7
/proc/23776/stat : 23776 (python) S 23734 23734 21694 0 -1 4202560 1154 0 0 0 33 32 0 0 18 0 2 0 658386501 1248366592 238170 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23776/statm: 304777 238170 399 364 0 240692 0
[pid=23778] ppid=23776 vsize=1076368 CPUtime=198.29 cores=1,3,5,7
/proc/23778/stat : 23778 (precosat) T 23776 23778 23778 0 -1 4202496 288141 0 0 0 19776 53 0 0 25 0 1 0 658386502 1102200832 264840 33554432000 4194304 4890832 140735194636544 18446744073709551615 4232334 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/23778/statm: 269092 264840 86 171 0 268919 0
[pid=23776/tid=23791] ppid=23734 vsize=1219108 CPUtime=0 cores=1,3,5,7
/proc/23776/task/23791/stat : 23791 (python) S 23734 23734 21694 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 658396437 1248366592 238170 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 514 18446604468639228160 0 0 -1 7 0 0 0
[pid=23779] ppid=23734 vsize=1229364 CPUtime=0.61 cores=1,3,5,7
/proc/23779/stat : 23779 (python) R 23734 23734 21694 0 -1 4202560 1143 0 0 0 31 30 0 0 18 0 2 0 658386503 1258868736 238174 33554432000 4194304 5683644 140736960727136 18446744073709551615 212436060295 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23779/statm: 307342 238174 399 364 0 243254 0
[pid=23781] ppid=23779 vsize=279552 CPUtime=193.96 cores=1,3,5,7
/proc/23781/stat : 23781 (lingeling) R 23779 23781 23781 0 -1 4202496 203030 0 0 0 19359 37 0 0 25 0 1 0 658386504 286261248 69057 33554432000 4194304 4352236 140735291498448 18446744073709551615 4283933 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/23781/statm: 69888 69057 129 39 0 68968 0
[pid=23779/tid=23804] ppid=23734 vsize=1229364 CPUtime=0 cores=1,3,5,7
/proc/23779/task/23804/stat : 23804 (python) S 23734 23734 21694 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658396536 1258868736 238174 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 514 18446604468639229056 0 0 -1 7 0 0 0
[pid=23782] ppid=23734 vsize=1239620 CPUtime=0.31 cores=1,3,5,7
/proc/23782/stat : 23782 (python) S 23734 23734 21694 0 -1 4202560 1123 0 0 0 13 18 0 0 19 0 2 0 658386505 1269370880 238178 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23782/statm: 309905 238178 399 364 0 245814 0
[pid=23784] ppid=23782 vsize=1413296 CPUtime=98.75 cores=1,3,5,7
/proc/23784/stat : 23784 (precosat) T 23782 23784 23784 0 -1 4202496 358924 0 0 0 9806 69 0 0 25 0 1 0 658386507 1447215104 348005 33554432000 4194304 4890832 140734697088320 18446744073709551615 4238505 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/23784/statm: 353324 348005 86 171 0 353151 0
[pid=23782/tid=23794] ppid=23734 vsize=1239620 CPUtime=0 cores=1,3,5,7
/proc/23782/task/23794/stat : 23794 (python) S 23734 23734 21694 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658396441 1269370880 238178 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 514 18446604469673433920 0 0 -1 5 0 0 0
[pid=23792] ppid=23734 vsize=1249876 CPUtime=0.61 cores=1,3,5,7
/proc/23792/stat : 23792 (python) S 23734 23734 21694 0 -1 4202560 992 0 0 0 29 32 0 0 18 0 1 0 658396437 1279873024 238152 33554432000 4194304 5683644 140736960727136 18446744073709551615 212436037190 0 0 16781312 514 13723066198923378949 0 0 17 3 0 0 0
/proc/23792/statm: 312469 238152 370 364 0 248375 0
[pid=23795] ppid=23792 vsize=281004 CPUtime=196.9 cores=1,3,5,7
/proc/23795/stat : 23795 (lingeling) R 23792 23795 23795 0 -1 4202496 203478 0 0 0 19651 39 0 0 25 0 1 0 658396441 287748096 69421 33554432000 4194304 4352236 140736265927120 18446744073709551615 4276518 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/23795/statm: 70251 69421 129 39 0 69331 0
[pid=23796] ppid=23734 vsize=1260132 CPUtime=0.65 cores=1,3,5,7
/proc/23796/stat : 23796 (python) S 23734 23734 21694 0 -1 4202560 997 0 0 0 32 33 0 0 15 0 1 0 658396442 1290375168 238156 33554432000 4194304 5683644 140736960727136 18446744073709551615 212436037190 0 0 16781312 514 12397934789422711045 0 0 17 5 0 0 0
/proc/23796/statm: 315033 238156 370 364 0 250936 0
[pid=23798] ppid=23796 vsize=2523400 CPUtime=197.49 cores=1,3,5,7
/proc/23798/stat : 23798 (cryptominisat-2) R 23796 23798 23798 0 -1 4202496 567984 0 0 0 19654 95 0 0 25 0 1 0 658396443 2583961600 523154 33554432000 4194304 4677096 140737084012144 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23798/statm: 630850 523154 391 118 0 625809 0
[pid=23841] ppid=23734 vsize=1270388 CPUtime=0.01 cores=1,3,5,7
/proc/23841/stat : 23841 (python) S 23734 23734 21694 0 -1 4202560 742 0 0 0 0 1 0 0 19 0 1 0 658416094 1300877312 238133 33554432000 4194304 5683644 140736960727136 18446744073709551615 212436037190 0 0 16781312 514 12441180505888522239 0 0 17 5 0 0 0
/proc/23841/statm: 317597 238133 343 364 0 253497 0
[pid=23843] ppid=23841 vsize=186156 CPUtime=0.98 cores=1,3,5,7
/proc/23843/stat : 23843 (glucoser_static) R 23841 23843 23843 0 -1 4202496 42348 0 0 0 90 8 0 0 23 0 1 0 658416096 190623744 42076 33554432000 134512640 134580299 4291778272 18446744073709551615 134554707 0 0 16781312 8388611 0 0 0 17 5 0 0 0
/proc/23843/statm: 46539 42076 224 17 0 45867 0
[pid=23734/tid=23774] ppid=23732 vsize=1280632 CPUtime=0 cores=1,3,5,7
/proc/23734/task/23774/stat : 23774 (python) S 23732 23734 21694 0 -1 4202560 67 933 0 0 0 0 0 0 18 0 8 0 658386500 1311367168 239682 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 2 18446604466539335936 0 0 -1 7 0 0 0
[pid=23734/tid=23777] ppid=23732 vsize=1280632 CPUtime=0 cores=1,3,5,7
/proc/23734/task/23777/stat : 23777 (python) S 23732 23734 21694 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 8 0 658386502 1311367168 239682 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 2 18446604466539335936 0 0 -1 7 0 0 0
[pid=23734/tid=23780] ppid=23732 vsize=1280632 CPUtime=0 cores=1,3,5,7
/proc/23734/task/23780/stat : 23780 (python) S 23732 23734 21694 0 -1 4202560 38 933 0 0 0 0 0 0 18 0 8 0 658386504 1311367168 239682 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 2 18446604466539335936 0 0 -1 5 0 0 0
[pid=23734/tid=23783] ppid=23732 vsize=1280632 CPUtime=0 cores=1,3,5,7
/proc/23734/task/23783/stat : 23783 (python) S 23732 23734 21694 0 -1 4202560 26 933 0 0 0 0 0 0 24 0 8 0 658386507 1311367168 239682 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 2 18446604466539335936 0 0 -1 5 0 0 0
[pid=23734/tid=23793] ppid=23732 vsize=1280632 CPUtime=0 cores=1,3,5,7
/proc/23734/task/23793/stat : 23793 (python) S 23732 23734 21694 0 -1 4202560 35 933 0 0 0 0 0 0 20 0 8 0 658396439 1311367168 239682 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 2 18446604466539335936 0 0 -1 5 0 0 0
[pid=23734/tid=23797] ppid=23732 vsize=1280632 CPUtime=0 cores=1,3,5,7
/proc/23734/task/23797/stat : 23797 (python) S 23732 23734 21694 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 8 0 658396443 1311367168 239682 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 2 18446604466539335936 0 0 -1 5 0 0 0
[pid=23734/tid=23842] ppid=23732 vsize=1280632 CPUtime=0 cores=1,3,5,7
/proc/23734/task/23842/stat : 23842 (python) S 23732 23734 21694 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 8 0 658416095 1311367168 239682 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 2 18446604466539335936 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1744.37
Current children cumulated vsize (KiB) 16010368

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

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

[startup+857.901 s]
/proc/loadavg: 4.78 5.59 6.02 5/416 23843
/proc/meminfo: memFree=7195188/32951124 swapFree=57331800/67111528
[pid=23734] ppid=23732 vsize=1280632 CPUtime=560.99 cores=1,3,5,7
/proc/23734/stat : 23734 (python) S 23732 23734 21694 0 -1 4202496 1664230 933 1 0 55879 220 0 0 19 0 8 0 658330404 1311367168 239682 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23734/statm: 320158 239682 1888 364 0 256058 0
[pid=23773] ppid=23734 vsize=1219096 CPUtime=0.93 cores=1,3,5,7
/proc/23773/stat : 23773 (python) S 23734 23734 21694 0 -1 4202560 1192 0 0 0 44 49 0 0 18 0 2 0 658386499 1248354304 238186 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23773/statm: 304774 238186 415 364 0 240692 0
[pid=23775] ppid=23773 vsize=282376 CPUtime=293.24 cores=1,3,5,7
/proc/23775/stat : 23775 (lingeling) T 23773 23775 23775 0 -1 4202496 246704 0 0 0 29282 42 0 0 25 0 1 0 658386501 289153024 69764 33554432000 4194304 4352236 140735755515984 18446744073709551615 4234523 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/23775/statm: 70594 69764 129 39 0 69674 0
[pid=23773/tid=23803] ppid=23734 vsize=1219096 CPUtime=0 cores=1,3,5,7
/proc/23773/task/23803/stat : 23803 (python) S 23734 23734 21694 0 -1 4202560 121 0 0 0 0 0 0 0 18 0 2 0 658396534 1248354304 238186 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 514 18446604458612630464 0 0 -1 7 0 0 0
[pid=23776] ppid=23734 vsize=1219108 CPUtime=0.65 cores=1,3,5,7
/proc/23776/stat : 23776 (python) S 23734 23734 21694 0 -1 4202560 1154 0 0 0 33 32 0 0 18 0 2 0 658386501 1248366592 238170 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/23776/statm: 304777 238170 399 364 0 240692 0
[pid=23778] ppid=23776 vsize=1076368 CPUtime=198.29 cores=1,3,5,7
/proc/23778/stat : 23778 (precosat) T 23776 23778 23778 0 -1 4202496 288141 0 0 0 19776 53 0 0 25 0 1 0 658386502 1102200832 264840 33554432000 4194304 4890832 140735194636544 18446744073709551615 4232334 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/23778/statm: 269092 264840 86 171 0 268919 0
[pid=23776/tid=23791] ppid=23734 vsize=1219108 CPUtime=0 cores=1,3,5,7
/proc/23776/task/23791/stat : 23791 (python) S 23734 23734 21694 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 658396437 1248366592 238170 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 514 18446604468639228160 0 0 -1 7 0 0 0
[pid=23779] ppid=23734 vsize=1229364 CPUtime=0.61 cores=1,3,5,7
/proc/23779/stat : 23779 (python) R 23734 23734 21694 0 -1 4202560 1143 0 0 0 31 30 0 0 18 0 2 0 658386503 1258868736 238174 33554432000 4194304 5683644 140736960727136 18446744073709551615 212436060295 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23779/statm: 307342 238174 399 364 0 243254 0
[pid=23781] ppid=23779 vsize=279552 CPUtime=193.96 cores=1,3,5,7
/proc/23781/stat : 23781 (lingeling) R 23779 23781 23781 0 -1 4202496 203030 0 0 0 19359 37 0 0 25 0 1 0 658386504 286261248 69057 33554432000 4194304 4352236 140735291498448 18446744073709551615 4283933 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/23781/statm: 69888 69057 129 39 0 68968 0
[pid=23779/tid=23804] ppid=23734 vsize=1229364 CPUtime=0 cores=1,3,5,7
/proc/23779/task/23804/stat : 23804 (python) S 23734 23734 21694 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658396536 1258868736 238174 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 514 18446604468639229056 0 0 -1 7 0 0 0
[pid=23782] ppid=23734 vsize=1239620 CPUtime=0.31 cores=1,3,5,7
/proc/23782/stat : 23782 (python) S 23734 23734 21694 0 -1 4202560 1123 0 0 0 13 18 0 0 19 0 2 0 658386505 1269370880 238178 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/23782/statm: 309905 238178 399 364 0 245814 0
[pid=23784] ppid=23782 vsize=1413296 CPUtime=98.75 cores=1,3,5,7
/proc/23784/stat : 23784 (precosat) T 23782 23784 23784 0 -1 4202496 358924 0 0 0 9806 69 0 0 25 0 1 0 658386507 1447215104 348005 33554432000 4194304 4890832 140734697088320 18446744073709551615 4238505 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/23784/statm: 353324 348005 86 171 0 353151 0
[pid=23782/tid=23794] ppid=23734 vsize=1239620 CPUtime=0 cores=1,3,5,7
/proc/23782/task/23794/stat : 23794 (python) S 23734 23734 21694 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658396441 1269370880 238178 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 514 18446604469673433920 0 0 -1 5 0 0 0
[pid=23792] ppid=23734 vsize=1249876 CPUtime=0.61 cores=1,3,5,7
/proc/23792/stat : 23792 (python) S 23734 23734 21694 0 -1 4202560 992 0 0 0 29 32 0 0 18 0 1 0 658396437 1279873024 238152 33554432000 4194304 5683644 140736960727136 18446744073709551615 212436037190 0 0 16781312 514 13723066198923378949 0 0 17 3 0 0 0
/proc/23792/statm: 312469 238152 370 364 0 248375 0
[pid=23795] ppid=23792 vsize=281004 CPUtime=196.9 cores=1,3,5,7
/proc/23795/stat : 23795 (lingeling) R 23792 23795 23795 0 -1 4202496 203478 0 0 0 19651 39 0 0 25 0 1 0 658396441 287748096 69421 33554432000 4194304 4352236 140736265927120 18446744073709551615 4276518 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/23795/statm: 70251 69421 129 39 0 69331 0
[pid=23796] ppid=23734 vsize=1260132 CPUtime=0.65 cores=1,3,5,7
/proc/23796/stat : 23796 (python) S 23734 23734 21694 0 -1 4202560 997 0 0 0 32 33 0 0 15 0 1 0 658396442 1290375168 238156 33554432000 4194304 5683644 140736960727136 18446744073709551615 212436037190 0 0 16781312 514 12397934789422711045 0 0 17 5 0 0 0
/proc/23796/statm: 315033 238156 370 364 0 250936 0
[pid=23798] ppid=23796 vsize=2523400 CPUtime=197.49 cores=1,3,5,7
/proc/23798/stat : 23798 (cryptominisat-2) R 23796 23798 23798 0 -1 4202496 567984 0 0 0 19654 95 0 0 25 0 1 0 658396443 2583961600 523154 33554432000 4194304 4677096 140737084012144 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/23798/statm: 630850 523154 391 118 0 625809 0
[pid=23841] ppid=23734 vsize=1270388 CPUtime=0.01 cores=1,3,5,7
/proc/23841/stat : 23841 (python) S 23734 23734 21694 0 -1 4202560 742 0 0 0 0 1 0 0 19 0 1 0 658416094 1300877312 238133 33554432000 4194304 5683644 140736960727136 18446744073709551615 212436037190 0 0 16781312 514 12441180505888522239 0 0 17 5 0 0 0
/proc/23841/statm: 317597 238133 343 364 0 253497 0
[pid=23843] ppid=23841 vsize=186156 CPUtime=0.98 cores=1,3,5,7
/proc/23843/stat : 23843 (glucoser_static) R 23841 23843 23843 0 -1 4202496 42348 0 0 0 90 8 0 0 23 0 1 0 658416096 190623744 42076 33554432000 134512640 134580299 4291778272 18446744073709551615 134554707 0 0 16781312 8388611 0 0 0 17 5 0 0 0
/proc/23843/statm: 46539 42076 224 17 0 45867 0
[pid=23734/tid=23774] ppid=23732 vsize=1280632 CPUtime=0 cores=1,3,5,7
/proc/23734/task/23774/stat : 23774 (python) S 23732 23734 21694 0 -1 4202560 67 933 0 0 0 0 0 0 18 0 8 0 658386500 1311367168 239682 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 2 18446604466539335936 0 0 -1 7 0 0 0
[pid=23734/tid=23777] ppid=23732 vsize=1280632 CPUtime=0 cores=1,3,5,7
/proc/23734/task/23777/stat : 23777 (python) S 23732 23734 21694 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 8 0 658386502 1311367168 239682 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 2 18446604466539335936 0 0 -1 7 0 0 0
[pid=23734/tid=23780] ppid=23732 vsize=1280632 CPUtime=0 cores=1,3,5,7
/proc/23734/task/23780/stat : 23780 (python) S 23732 23734 21694 0 -1 4202560 38 933 0 0 0 0 0 0 18 0 8 0 658386504 1311367168 239682 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 2 18446604466539335936 0 0 -1 5 0 0 0
[pid=23734/tid=23783] ppid=23732 vsize=1280632 CPUtime=0 cores=1,3,5,7
/proc/23734/task/23783/stat : 23783 (python) S 23732 23734 21694 0 -1 4202560 26 933 0 0 0 0 0 0 24 0 8 0 658386507 1311367168 239682 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 2 18446604466539335936 0 0 -1 5 0 0 0
[pid=23734/tid=23793] ppid=23732 vsize=1280632 CPUtime=0 cores=1,3,5,7
/proc/23734/task/23793/stat : 23793 (python) S 23732 23734 21694 0 -1 4202560 35 933 0 0 0 0 0 0 20 0 8 0 658396439 1311367168 239682 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 2 18446604466539335936 0 0 -1 5 0 0 0
[pid=23734/tid=23797] ppid=23732 vsize=1280632 CPUtime=0 cores=1,3,5,7
/proc/23734/task/23797/stat : 23797 (python) S 23732 23734 21694 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 8 0 658396443 1311367168 239682 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 2 18446604466539335936 0 0 -1 5 0 0 0
[pid=23734/tid=23842] ppid=23732 vsize=1280632 CPUtime=0 cores=1,3,5,7
/proc/23734/task/23842/stat : 23842 (python) S 23732 23734 21694 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 8 0 658416095 1311367168 239682 33554432000 4194304 5683644 140736960727136 18446744073709551615 212447840689 0 0 16781312 2 18446604466539335936 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1744.37
Current children cumulated vsize (KiB) 16010368

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23734 and gives
#  childrusage.ru_utime.tv_sec=558
#  childrusage.ru_utime.tv_usec=798049
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=255657
# CPU time returned by wait4() is 561.054
# while last known CPU time is 1744.37
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 858.024
CPU time (s): 1744.37
CPU user time (s): 1736.79
CPU system time (s): 7.58
CPU usage (%): 203.301
Max. virtual memory (cumulated for all children) (KiB): 16010368

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

runsolver used 3.08953 second user time and 7.74682 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 15:48:00
IDJOB=3378928
IDBENCH=85008
IDSOLVER=1860
FILE ID=node102/3378928-1305467273
RUNJOBID= node102-1305467247-23666
PBS_JOBID= 13324973
Free space on /tmp= 73220 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378928-1305467273/watcher-3378928-1305467273 -o /tmp/evaluation-result-3378928-1305467273/solver-3378928-1305467273 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378928-1305467273.cnf -seed 869652457 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=869652457

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      17137420 kB
Buffers:         49940 kB
Cached:        1185312 kB
SwapCached:      89980 kB
Active:        6258252 kB
Inactive:      9338588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17137420 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:          428968 kB
Writeback:           0 kB
AnonPages:    14282892 kB
Mapped:          24416 kB
Slab:            76636 kB
PageTables:      73016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 95327320 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= 73368 MiB
End job on node102 at 2011-05-15 16:02:21