Trace number 3498505

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)? (MO) 1941.81 1940.61

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 benchmark1144.59
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.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.68	c INFO: solving HOME/instance-3498505-1307956661.cnf
0.36/0.68	c INFO: computing task features
40.92/41.25	c INFO: computed variable-clause graph statistics
42.12/42.44	c INFO: computed clause balance statistics
188.23/188.59	c INFO: computed variable balance statistics
285.13/285.44	c INFO: computed small-clause counts
290.33/290.63	c INFO: computed Horn-clause counts
562.94/563.26	c INFO: computed variable graph statistics
562.94/563.29	c INFO: collected features for HOME/instance-3498505-1307956661.cnf in 560.64 s
563.04/563.32	c INFO: running lingeling-276@0 for 97 with 4439 remaining (b = 0.79)
663.34/663.52	c INFO: running precosat-570@0 for 97 with 4339 remaining (b = 0.67)
763.64/763.71	c INFO: running lingeling-276@99 for 388 with 4239 remaining (b = 0.89)
1154.59/1154.19	c INFO: running lingeling-276@0 for 97 with 3849 remaining (b = 0.77)
1253.89/1253.39	c INFO: running precosat-570@99 for 97 with 3750 remaining (b = 0.55)
1350.24/1349.53	c INFO: running glucosER@0 for 291 with 3654 remaining (b = 0.90)
1642.90/1641.94	c INFO: running precosat-570@0 for 97 with 3362 remaining (b = 0.56)
1743.20/1742.15	c INFO: running lingeling-276@0 for 97 with 3262 remaining (b = 0.43)
1842.52/1841.36	c INFO: running cryptominisat-2.9.0@0 for 1455 with 3163 remaining (b = 0.74)

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.1 (svn: 989)

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-3498505-1307956661/watcher-3498505-1307956661 -o /tmp/evaluation-result-3498505-1307956661/solver-3498505-1307956661 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498505-1307956661.cnf -seed 941871311 -budget 5000 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.01 2.01 1.92 2/201 26808
/proc/meminfo: memFree=31546004/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/26808/stat : 26808 (python) S 26806 26808 26390 0 -1 4202496 728 0 0 0 0 0 0 0 22 0 1 0 907264667 15548416 617 33554432000 4194304 5683644 140737132479408 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/26808/statm: 3796 617 322 364 0 283 0

[startup+0.0381151 s]
/proc/loadavg: 2.01 2.01 1.92 2/201 26808
/proc/meminfo: memFree=31546004/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=18884 CPUtime=0.01 cores=0,2,4,6
/proc/26808/stat : 26808 (python) S 26806 26808 26390 0 -1 4202496 1251 0 0 0 1 0 0 0 22 0 1 0 907264667 19337216 1105 33554432000 4194304 5683644 140737132479408 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/26808/statm: 4721 1105 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.101065 s]
/proc/loadavg: 2.01 2.01 1.92 2/201 26808
/proc/meminfo: memFree=31546004/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=87704 CPUtime=0.06 cores=0,2,4,6
/proc/26808/stat : 26808 (python) R 26806 26808 26390 0 -1 4202496 2639 0 0 0 5 1 0 0 17 0 1 0 907264667 89808896 2354 33554432000 4194304 5683644 140737132479408 18446744073709551615 255377299456 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26808/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.301033 s]
/proc/loadavg: 2.01 2.01 1.92 2/201 26808
/proc/meminfo: memFree=31546004/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/26808/stat : 26808 (python) R 26806 26808 26390 0 -1 4202496 5972 930 1 0 14 4 0 0 18 0 1 0 907264667 139005952 4148 33554432000 4194304 5683644 140737132479408 18446744073709551615 255377297413 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26808/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.701026 s]
/proc/loadavg: 2.01 2.01 1.92 2/201 26808
/proc/meminfo: memFree=31546004/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=491340 CPUtime=0.42 cores=0,2,4,6
/proc/26808/stat : 26808 (python) R 26806 26808 26390 0 -1 4202496 19884 930 1 0 31 11 0 0 17 0 1 0 907264667 503132160 17554 33554432000 4194304 5683644 140737132479408 18446744073709551615 255377301248 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26808/statm: 122835 17603 1758 364 0 58759 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 491340

[startup+1.50084 s]
/proc/loadavg: 2.01 2.01 1.92 3/202 26813
/proc/meminfo: memFree=31296044/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=537476 CPUtime=1.22 cores=0,2,4,6
/proc/26808/stat : 26808 (python) R 26806 26808 26390 0 -1 4202496 73908 930 1 0 102 20 0 0 18 0 1 0 907264667 550375424 71577 33554432000 4194304 5683644 140737132479408 18446744073709551615 4602443 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26808/statm: 134369 71578 1761 364 0 70293 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 537476

[startup+3.10054 s]
/proc/loadavg: 2.01 2.01 1.92 3/202 26813
/proc/meminfo: memFree=31296044/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=641428 CPUtime=2.82 cores=0,2,4,6
/proc/26808/stat : 26808 (python) R 26806 26808 26390 0 -1 4202496 99453 930 1 0 258 24 0 0 20 0 1 0 907264667 656822272 97122 33554432000 4194304 5683644 140737132479408 18446744073709551615 255376962245 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26808/statm: 160357 97122 1761 364 0 96281 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 641428

[startup+6.30098 s]
/proc/loadavg: 2.01 2.01 1.92 3/202 26813
/proc/meminfo: memFree=31010456/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=842572 CPUtime=6.02 cores=0,2,4,6
/proc/26808/stat : 26808 (python) R 26806 26808 26390 0 -1 4202496 150165 930 1 0 572 30 0 0 25 0 1 0 907264667 862793728 147834 33554432000 4194304 5683644 140737132479408 18446744073709551615 255376962593 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26808/statm: 210643 147834 1761 364 0 146567 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 842572

[startup+12.7008 s]
/proc/loadavg: 2.01 2.01 1.92 3/202 26813
/proc/meminfo: memFree=30590900/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=1267848 CPUtime=12.42 cores=0,2,4,6
/proc/26808/stat : 26808 (python) R 26806 26808 26390 0 -1 4202496 252007 930 1 0 1197 45 0 0 25 0 1 0 907264667 1298276352 249676 33554432000 4194304 5683644 140737132479408 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26808/statm: 316995 249677 1761 364 0 252919 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1267848

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.92 3/203 26815
/proc/meminfo: memFree=29879540/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=2129204 CPUtime=25.22 cores=0,2,4,6
/proc/26808/stat : 26808 (python) R 26806 26808 26390 0 -1 4202496 425398 930 1 0 2454 68 0 0 25 0 1 0 907264667 2180304896 423067 33554432000 4194304 5683644 140737132479408 18446744073709551615 47037267962565 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26808/statm: 532301 423068 1761 364 0 468225 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 2129204

[startup+51.1007 s]
/proc/loadavg: 2.00 2.00 1.92 3/203 26815
/proc/meminfo: memFree=29751360/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=2045140 CPUtime=50.82 cores=0,2,4,6
/proc/26808/stat : 26808 (python) R 26806 26808 26390 0 -1 4202496 1262309 930 1 0 4920 162 0 0 25 0 1 0 907264667 2094223360 448670 33554432000 4194304 5683644 140737132479408 18446744073709551615 4324495 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26808/statm: 511285 448670 1826 364 0 447209 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 2045140

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/203 26817
/proc/meminfo: memFree=29750596/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=2045140 CPUtime=102.03 cores=0,2,4,6
/proc/26808/stat : 26808 (python) R 26806 26808 26390 0 -1 4202496 1262309 930 1 0 10041 162 0 0 25 0 1 0 907264667 2094223360 448670 33554432000 4194304 5683644 140737132479408 18446744073709551615 255376959861 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26808/statm: 511285 448670 1826 364 0 447209 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 2045140

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/206 26821
/proc/meminfo: memFree=29715952/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=2045140 CPUtime=162.03 cores=0,2,4,6
/proc/26808/stat : 26808 (python) R 26806 26808 26390 0 -1 4202496 1262309 930 1 0 16041 162 0 0 25 0 1 0 907264667 2094223360 448670 33554432000 4194304 5683644 140737132479408 18446744073709551615 47037268015312 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26808/statm: 511285 448670 1826 364 0 447209 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 2045140

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.92 3/206 26823
/proc/meminfo: memFree=29693048/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=2045140 CPUtime=222.04 cores=0,2,4,6
/proc/26808/stat : 26808 (python) R 26806 26808 26390 0 -1 4202496 1262310 930 1 0 22042 162 0 0 25 0 1 0 907264667 2094223360 448671 33554432000 4194304 5683644 140737132479408 18446744073709551615 4602711 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26808/statm: 511285 448671 1827 364 0 447209 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 2045140

[startup+282.301 s]
/proc/loadavg: 2.03 2.01 1.93 3/206 26824
/proc/meminfo: memFree=29681264/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=2045140 CPUtime=282.03 cores=0,2,4,6
/proc/26808/stat : 26808 (python) R 26806 26808 26390 0 -1 4202496 1262310 930 1 0 28041 162 0 0 25 0 1 0 907264667 2094223360 448671 33554432000 4194304 5683644 140737132479408 18446744073709551615 4623682 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26808/statm: 511285 448671 1827 364 0 447209 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 2045140

[startup+342.301 s]
/proc/loadavg: 2.14 2.05 1.94 3/206 26826
/proc/meminfo: memFree=29679584/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=2045140 CPUtime=342.03 cores=0,2,4,6
/proc/26808/stat : 26808 (python) R 26806 26808 26390 0 -1 4202496 1659216 930 1 0 33998 205 0 0 25 0 1 0 907264667 2094223360 448677 33554432000 4194304 5683644 140737132479408 18446744073709551615 47037267781760 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26808/statm: 511285 448677 1833 364 0 447209 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 2045140

[startup+402.301 s]
/proc/loadavg: 2.11 2.06 1.95 3/206 26828
/proc/meminfo: memFree=29674940/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=2045140 CPUtime=402.03 cores=0,2,4,6
/proc/26808/stat : 26808 (python) R 26806 26808 26390 0 -1 4202496 1659216 930 1 0 39998 205 0 0 25 0 1 0 907264667 2094223360 448677 33554432000 4194304 5683644 140737132479408 18446744073709551615 47037267781763 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26808/statm: 511285 448677 1833 364 0 447209 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 2045140

[startup+462.301 s]
/proc/loadavg: 2.18 2.08 1.96 3/206 26829
/proc/meminfo: memFree=29663228/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=2045140 CPUtime=462.03 cores=0,2,4,6
/proc/26808/stat : 26808 (python) R 26806 26808 26390 0 -1 4202496 1659216 930 1 0 45998 205 0 0 25 0 1 0 907264667 2094223360 448677 33554432000 4194304 5683644 140737132479408 18446744073709551615 47037267781760 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26808/statm: 511285 448677 1833 364 0 447209 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 2045140

[startup+522.3 s]
/proc/loadavg: 2.07 2.06 1.96 3/206 26831
/proc/meminfo: memFree=29670120/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=2045140 CPUtime=522.03 cores=0,2,4,6
/proc/26808/stat : 26808 (python) R 26806 26808 26390 0 -1 4202496 1659216 930 1 0 51998 205 0 0 25 0 1 0 907264667 2094223360 448677 33554432000 4194304 5683644 140737132479408 18446744073709551615 47037267781772 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26808/statm: 511285 448677 1833 364 0 447209 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 2045140

[startup+582.301 s]
/proc/loadavg: 2.06 2.06 1.97 3/209 26835
/proc/meminfo: memFree=30253588/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=1219100 CPUtime=563.08 cores=0,2,4,6
/proc/26808/stat : 26808 (python) S 26806 26808 26390 0 -1 4202496 1659576 930 1 0 56097 211 0 0 25 0 2 0 907264667 1248358400 239646 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/26808/statm: 304775 239646 1875 364 0 240693 0
[pid=26833] ppid=26808 vsize=1208856 CPUtime=0.04 cores=0,2,4,6
/proc/26833/stat : 26833 (python) S 26808 26808 26390 0 -1 4202560 948 0 0 0 1 3 0 0 18 0 1 0 907321000 1237868544 238148 33554432000 4194304 5683644 140737132479408 18446744073709551615 255377321487 0 0 16781312 514 13013626112310214916 0 0 17 6 0 0 0
/proc/26833/statm: 302214 238148 381 364 0 238132 0
[pid=26835] ppid=26833 vsize=235952 CPUtime=18.92 cores=0,2,4,6

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

/proc/meminfo: memFree=25083560/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=1346172 CPUtime=563.35 cores=0,2,4,6
/proc/26808/stat : 26808 (python) S 26806 26808 26390 0 -1 4202496 1664254 930 1 0 56112 223 0 0 20 0 8 0 907264667 1378480128 239745 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26808/statm: 336543 239745 1888 364 0 272443 0
[pid=26833] ppid=26808 vsize=1219100 CPUtime=0.67 cores=0,2,4,6
/proc/26833/stat : 26833 (python) S 26808 26808 26390 0 -1 4202560 1209 0 0 0 38 29 0 0 18 0 2 0 907321000 1248358400 238187 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26833/statm: 304775 238187 415 364 0 240693 0
[pid=26835] ppid=26833 vsize=281664 CPUtime=490.59 cores=0,2,4,6
/proc/26835/stat : 26835 (lingeling) T 26833 26835 26835 0 -1 4202496 312730 0 0 0 49017 42 0 0 25 0 1 0 907321002 288423936 69613 33554432000 4194304 4352236 140735200990928 18446744073709551615 4278623 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/26835/statm: 70416 69613 129 39 0 69496 0
[pid=26833/tid=26840] ppid=26808 vsize=1219100 CPUtime=0 cores=0,2,4,6
/proc/26833/task/26840/stat : 26840 (python) S 26808 26808 26390 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 907331017 1248358400 238187 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 514 18446604453869380864 0 0 -1 0 0 0 0
[pid=26841] ppid=26808 vsize=1219112 CPUtime=0.28 cores=0,2,4,6
/proc/26841/stat : 26841 (python) S 26808 26808 26390 0 -1 4202560 1132 0 0 0 13 15 0 0 18 0 2 0 907331019 1248370688 238171 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26841/statm: 304778 238171 399 364 0 240693 0
[pid=26843] ppid=26841 vsize=1074396 CPUtime=196.25 cores=0,2,4,6
/proc/26843/stat : 26843 (precosat) T 26841 26843 26843 0 -1 4202496 282345 0 0 0 19577 48 0 0 25 0 1 0 907331021 1100181504 258699 33554432000 4194304 4890832 140736385354320 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/26843/statm: 268599 258699 86 171 0 268426 0
[pid=26841/tid=26849] ppid=26808 vsize=1219112 CPUtime=0 cores=0,2,4,6
/proc/26841/task/26849/stat : 26849 (python) S 26808 26808 26390 0 -1 4202560 52 0 0 0 0 0 0 0 18 0 2 0 907341036 1248370688 238171 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 514 18446604453847610688 0 0 -1 4 0 0 0
[pid=26862] ppid=26808 vsize=1229368 CPUtime=0.15 cores=0,2,4,6
/proc/26862/stat : 26862 (python) S 26808 26808 26390 0 -1 4202560 1102 0 0 0 7 8 0 0 19 0 2 0 907380086 1258872832 238175 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26862/statm: 307342 238175 399 364 0 243254 0
[pid=26864] ppid=26862 vsize=245772 CPUtime=99.12 cores=0,2,4,6
/proc/26864/stat : 26864 (lingeling) T 26862 26864 26864 0 -1 4202496 170849 0 0 0 9884 28 0 0 25 0 1 0 907380089 251670528 60614 33554432000 4194304 4352236 140735806463600 18446744073709551615 4207874 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/26864/statm: 61443 60614 129 39 0 60523 0
[pid=26862/tid=26867] ppid=26808 vsize=1229368 CPUtime=0 cores=0,2,4,6
/proc/26862/task/26867/stat : 26867 (python) S 26808 26808 26390 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907390004 1258872832 238175 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 514 18446604453847724992 0 0 -1 0 0 0 0
[pid=26871] ppid=26808 vsize=1239624 CPUtime=0.4 cores=0,2,4,6
/proc/26871/stat : 26871 (python) S 26808 26808 26390 0 -1 4202560 1148 0 0 0 21 19 0 0 19 0 2 0 907399620 1269374976 238179 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26871/statm: 309906 238179 399 364 0 245815 0
[pid=26873] ppid=26871 vsize=674652 CPUtime=292.24 cores=0,2,4,6
/proc/26873/stat : 26873 (glucoser_static) T 26871 26873 26873 0 -1 4202496 159686 0 12 0 29193 31 0 0 25 0 1 0 907399623 690843648 159424 33554432000 134512640 134580299 4287657920 18446744073709551615 134552879 0 0 16781312 8388611 18446744071562691360 0 0 17 0 0 0 11
/proc/26873/statm: 168663 159424 243 17 0 167991 0
[pid=26871/tid=26882] ppid=26808 vsize=1239624 CPUtime=0 cores=0,2,4,6
/proc/26871/task/26882/stat : 26882 (python) S 26808 26808 26390 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 907428860 1269374976 238179 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 514 18446604453851546816 0 0 -1 2 0 0 0
[pid=26883] ppid=26808 vsize=1315416 CPUtime=0.16 cores=0,2,4,6
/proc/26883/stat : 26883 (python) S 26808 26808 26390 0 -1 4202560 1017 0 0 0 9 7 0 0 19 0 2 0 907428862 1346985984 238300 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26883/statm: 328854 238300 399 364 0 264760 0
[pid=26885] ppid=26883 vsize=1118396 CPUtime=100.12 cores=0,2,4,6
/proc/26885/stat : 26885 (precosat) T 26883 26885 26885 0 -1 4202496 299121 0 0 0 9966 46 0 0 25 0 1 0 907428864 1145237504 275786 33554432000 4194304 4890832 140736989123968 18446744073709551615 4246687 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/26885/statm: 279599 275786 86 171 0 279426 0
[pid=26883/tid=26888] ppid=26808 vsize=1315416 CPUtime=0 cores=0,2,4,6
/proc/26883/task/26888/stat : 26888 (python) S 26808 26808 26390 0 -1 4202560 106 0 0 0 0 0 0 0 19 0 2 0 907438881 1346985984 238300 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 514 18446604453841413376 0 0 -1 0 0 0 0
[pid=26889] ppid=26808 vsize=1325672 CPUtime=0.16 cores=0,2,4,6
/proc/26889/stat : 26889 (python) S 26808 26808 26390 0 -1 4202560 1100 0 0 0 8 8 0 0 19 0 2 0 907438883 1357488128 238249 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26889/statm: 331418 238249 399 364 0 267321 0
[pid=26891] ppid=26889 vsize=278448 CPUtime=99.13 cores=0,2,4,6
/proc/26891/stat : 26891 (lingeling) T 26889 26891 26891 0 -1 4202496 162942 0 0 0 9889 24 0 0 25 0 1 0 907438885 285130752 68782 33554432000 4194304 4352236 140735527385456 18446744073709551615 4233914 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/26891/statm: 69612 68782 129 39 0 68692 0
[pid=26889/tid=26895] ppid=26808 vsize=1325672 CPUtime=0 cores=0,2,4,6
/proc/26889/task/26895/stat : 26895 (python) S 26808 26808 26390 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 907448801 1357488128 238249 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 514 18446604453847724096 0 0 -1 6 0 0 0
[pid=26896] ppid=26808 vsize=1335928 CPUtime=0.15 cores=0,2,4,6
/proc/26896/stat : 26896 (python) S 26808 26808 26390 0 -1 4202560 960 0 0 0 8 7 0 0 15 0 1 0 907448803 1367990272 238223 33554432000 4194304 5683644 140737132479408 18446744073709551615 255377321542 0 0 16781312 514 16516991220094828803 0 0 17 2 0 0 0
/proc/26896/statm: 333982 238223 370 364 0 269882 0
[pid=26898] ppid=26896 vsize=1969664 CPUtime=99.04 cores=0,2,4,6
/proc/26898/stat : 26898 (cryptominisat-2) R 26896 26898 26898 0 -1 4202496 501433 0 0 0 9839 65 0 0 25 0 1 0 907448805 2016935936 419668 33554432000 4194304 4677096 140737362450736 18446744073709551615 4454496 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26898/statm: 492416 419668 393 118 0 487375 0
[pid=26808/tid=26834] ppid=26806 vsize=1346172 CPUtime=0 cores=0,2,4,6
/proc/26808/task/26834/stat : 26834 (python) S 26806 26808 26390 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 8 0 907321002 1378480128 239745 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 2 18446604453841392768 0 0 -1 6 0 0 0
[pid=26808/tid=26842] ppid=26806 vsize=1346172 CPUtime=0 cores=0,2,4,6
/proc/26808/task/26842/stat : 26842 (python) S 26806 26808 26390 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 8 0 907331021 1378480128 239745 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 2 18446604453841392768 0 0 -1 6 0 0 0
[pid=26808/tid=26863] ppid=26806 vsize=1346172 CPUtime=0 cores=0,2,4,6
/proc/26808/task/26863/stat : 26863 (python) S 26806 26808 26390 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 8 0 907380088 1378480128 239745 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 2 18446604453841392768 0 0 -1 6 0 0 0
[pid=26808/tid=26872] ppid=26806 vsize=1346172 CPUtime=0 cores=0,2,4,6
/proc/26808/task/26872/stat : 26872 (python) S 26806 26808 26390 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 8 0 907399622 1378480128 239745 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 2 18446604453841392768 0 0 -1 2 0 0 0
[pid=26808/tid=26884] ppid=26806 vsize=1346172 CPUtime=0 cores=0,2,4,6
/proc/26808/task/26884/stat : 26884 (python) S 26806 26808 26390 0 -1 4202560 70 930 0 0 0 0 0 0 20 0 8 0 907428864 1378480128 239745 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 2 18446604453841392768 0 0 -1 6 0 0 0
[pid=26808/tid=26890] ppid=26806 vsize=1346172 CPUtime=0 cores=0,2,4,6
/proc/26808/task/26890/stat : 26890 (python) S 26806 26808 26390 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 8 0 907438885 1378480128 239745 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 2 18446604453841392768 0 0 -1 2 0 0 0
[pid=26808/tid=26897] ppid=26806 vsize=1346172 CPUtime=0 cores=0,2,4,6
/proc/26808/task/26897/stat : 26897 (python) S 26806 26808 26390 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 8 0 907448805 1378480128 239745 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 2 18446604453841392768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1941.81
Current children cumulated vsize (KiB) 15873384

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

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

[startup+1940.51 s]
/proc/loadavg: 2.07 2.05 2.00 3/238 26901
/proc/meminfo: memFree=25083560/32951124 swapFree=67072804/67111528
[pid=26808] ppid=26806 vsize=1346172 CPUtime=563.35 cores=0,2,4,6
/proc/26808/stat : 26808 (python) S 26806 26808 26390 0 -1 4202496 1664254 930 1 0 56112 223 0 0 20 0 8 0 907264667 1378480128 239745 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26808/statm: 336543 239745 1888 364 0 272443 0
[pid=26833] ppid=26808 vsize=1219100 CPUtime=0.67 cores=0,2,4,6
/proc/26833/stat : 26833 (python) S 26808 26808 26390 0 -1 4202560 1209 0 0 0 38 29 0 0 18 0 2 0 907321000 1248358400 238187 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26833/statm: 304775 238187 415 364 0 240693 0
[pid=26835] ppid=26833 vsize=281664 CPUtime=490.59 cores=0,2,4,6
/proc/26835/stat : 26835 (lingeling) T 26833 26835 26835 0 -1 4202496 312730 0 0 0 49017 42 0 0 25 0 1 0 907321002 288423936 69613 33554432000 4194304 4352236 140735200990928 18446744073709551615 4278623 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/26835/statm: 70416 69613 129 39 0 69496 0
[pid=26833/tid=26840] ppid=26808 vsize=1219100 CPUtime=0 cores=0,2,4,6
/proc/26833/task/26840/stat : 26840 (python) S 26808 26808 26390 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 907331017 1248358400 238187 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 514 18446604453869380864 0 0 -1 0 0 0 0
[pid=26841] ppid=26808 vsize=1219112 CPUtime=0.28 cores=0,2,4,6
/proc/26841/stat : 26841 (python) S 26808 26808 26390 0 -1 4202560 1132 0 0 0 13 15 0 0 18 0 2 0 907331019 1248370688 238171 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26841/statm: 304778 238171 399 364 0 240693 0
[pid=26843] ppid=26841 vsize=1074396 CPUtime=196.25 cores=0,2,4,6
/proc/26843/stat : 26843 (precosat) T 26841 26843 26843 0 -1 4202496 282345 0 0 0 19577 48 0 0 25 0 1 0 907331021 1100181504 258699 33554432000 4194304 4890832 140736385354320 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/26843/statm: 268599 258699 86 171 0 268426 0
[pid=26841/tid=26849] ppid=26808 vsize=1219112 CPUtime=0 cores=0,2,4,6
/proc/26841/task/26849/stat : 26849 (python) S 26808 26808 26390 0 -1 4202560 52 0 0 0 0 0 0 0 18 0 2 0 907341036 1248370688 238171 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 514 18446604453847610688 0 0 -1 4 0 0 0
[pid=26862] ppid=26808 vsize=1229368 CPUtime=0.15 cores=0,2,4,6
/proc/26862/stat : 26862 (python) S 26808 26808 26390 0 -1 4202560 1102 0 0 0 7 8 0 0 19 0 2 0 907380086 1258872832 238175 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26862/statm: 307342 238175 399 364 0 243254 0
[pid=26864] ppid=26862 vsize=245772 CPUtime=99.12 cores=0,2,4,6
/proc/26864/stat : 26864 (lingeling) T 26862 26864 26864 0 -1 4202496 170849 0 0 0 9884 28 0 0 25 0 1 0 907380089 251670528 60614 33554432000 4194304 4352236 140735806463600 18446744073709551615 4207874 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/26864/statm: 61443 60614 129 39 0 60523 0
[pid=26862/tid=26867] ppid=26808 vsize=1229368 CPUtime=0 cores=0,2,4,6
/proc/26862/task/26867/stat : 26867 (python) S 26808 26808 26390 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907390004 1258872832 238175 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 514 18446604453847724992 0 0 -1 0 0 0 0
[pid=26871] ppid=26808 vsize=1239624 CPUtime=0.4 cores=0,2,4,6
/proc/26871/stat : 26871 (python) S 26808 26808 26390 0 -1 4202560 1148 0 0 0 21 19 0 0 19 0 2 0 907399620 1269374976 238179 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26871/statm: 309906 238179 399 364 0 245815 0
[pid=26873] ppid=26871 vsize=674652 CPUtime=292.24 cores=0,2,4,6
/proc/26873/stat : 26873 (glucoser_static) T 26871 26873 26873 0 -1 4202496 159686 0 12 0 29193 31 0 0 25 0 1 0 907399623 690843648 159424 33554432000 134512640 134580299 4287657920 18446744073709551615 134552879 0 0 16781312 8388611 18446744071562691360 0 0 17 0 0 0 11
/proc/26873/statm: 168663 159424 243 17 0 167991 0
[pid=26871/tid=26882] ppid=26808 vsize=1239624 CPUtime=0 cores=0,2,4,6
/proc/26871/task/26882/stat : 26882 (python) S 26808 26808 26390 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 907428860 1269374976 238179 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 514 18446604453851546816 0 0 -1 2 0 0 0
[pid=26883] ppid=26808 vsize=1315416 CPUtime=0.16 cores=0,2,4,6
/proc/26883/stat : 26883 (python) S 26808 26808 26390 0 -1 4202560 1017 0 0 0 9 7 0 0 19 0 2 0 907428862 1346985984 238300 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/26883/statm: 328854 238300 399 364 0 264760 0
[pid=26885] ppid=26883 vsize=1118396 CPUtime=100.12 cores=0,2,4,6
/proc/26885/stat : 26885 (precosat) T 26883 26885 26885 0 -1 4202496 299121 0 0 0 9966 46 0 0 25 0 1 0 907428864 1145237504 275786 33554432000 4194304 4890832 140736989123968 18446744073709551615 4246687 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/26885/statm: 279599 275786 86 171 0 279426 0
[pid=26883/tid=26888] ppid=26808 vsize=1315416 CPUtime=0 cores=0,2,4,6
/proc/26883/task/26888/stat : 26888 (python) S 26808 26808 26390 0 -1 4202560 106 0 0 0 0 0 0 0 19 0 2 0 907438881 1346985984 238300 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 514 18446604453841413376 0 0 -1 0 0 0 0
[pid=26889] ppid=26808 vsize=1325672 CPUtime=0.16 cores=0,2,4,6
/proc/26889/stat : 26889 (python) S 26808 26808 26390 0 -1 4202560 1100 0 0 0 8 8 0 0 19 0 2 0 907438883 1357488128 238249 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26889/statm: 331418 238249 399 364 0 267321 0
[pid=26891] ppid=26889 vsize=278448 CPUtime=99.13 cores=0,2,4,6
/proc/26891/stat : 26891 (lingeling) T 26889 26891 26891 0 -1 4202496 162942 0 0 0 9889 24 0 0 25 0 1 0 907438885 285130752 68782 33554432000 4194304 4352236 140735527385456 18446744073709551615 4233914 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/26891/statm: 69612 68782 129 39 0 68692 0
[pid=26889/tid=26895] ppid=26808 vsize=1325672 CPUtime=0 cores=0,2,4,6
/proc/26889/task/26895/stat : 26895 (python) S 26808 26808 26390 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 907448801 1357488128 238249 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 514 18446604453847724096 0 0 -1 6 0 0 0
[pid=26896] ppid=26808 vsize=1335928 CPUtime=0.15 cores=0,2,4,6
/proc/26896/stat : 26896 (python) S 26808 26808 26390 0 -1 4202560 960 0 0 0 8 7 0 0 15 0 1 0 907448803 1367990272 238223 33554432000 4194304 5683644 140737132479408 18446744073709551615 255377321542 0 0 16781312 514 16516991220094828803 0 0 17 2 0 0 0
/proc/26896/statm: 333982 238223 370 364 0 269882 0
[pid=26898] ppid=26896 vsize=1969664 CPUtime=99.04 cores=0,2,4,6
/proc/26898/stat : 26898 (cryptominisat-2) R 26896 26898 26898 0 -1 4202496 501433 0 0 0 9839 65 0 0 25 0 1 0 907448805 2016935936 419668 33554432000 4194304 4677096 140737362450736 18446744073709551615 4454496 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26898/statm: 492416 419668 393 118 0 487375 0
[pid=26808/tid=26834] ppid=26806 vsize=1346172 CPUtime=0 cores=0,2,4,6
/proc/26808/task/26834/stat : 26834 (python) S 26806 26808 26390 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 8 0 907321002 1378480128 239745 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 2 18446604453841392768 0 0 -1 6 0 0 0
[pid=26808/tid=26842] ppid=26806 vsize=1346172 CPUtime=0 cores=0,2,4,6
/proc/26808/task/26842/stat : 26842 (python) S 26806 26808 26390 0 -1 4202560 31 930 0 0 0 0 0 0 18 0 8 0 907331021 1378480128 239745 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 2 18446604453841392768 0 0 -1 6 0 0 0
[pid=26808/tid=26863] ppid=26806 vsize=1346172 CPUtime=0 cores=0,2,4,6
/proc/26808/task/26863/stat : 26863 (python) S 26806 26808 26390 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 8 0 907380088 1378480128 239745 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 2 18446604453841392768 0 0 -1 6 0 0 0
[pid=26808/tid=26872] ppid=26806 vsize=1346172 CPUtime=0 cores=0,2,4,6
/proc/26808/task/26872/stat : 26872 (python) S 26806 26808 26390 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 8 0 907399622 1378480128 239745 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 2 18446604453841392768 0 0 -1 2 0 0 0
[pid=26808/tid=26884] ppid=26806 vsize=1346172 CPUtime=0 cores=0,2,4,6
/proc/26808/task/26884/stat : 26884 (python) S 26806 26808 26390 0 -1 4202560 70 930 0 0 0 0 0 0 20 0 8 0 907428864 1378480128 239745 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 2 18446604453841392768 0 0 -1 6 0 0 0
[pid=26808/tid=26890] ppid=26806 vsize=1346172 CPUtime=0 cores=0,2,4,6
/proc/26808/task/26890/stat : 26890 (python) S 26806 26808 26390 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 8 0 907438885 1378480128 239745 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 2 18446604453841392768 0 0 -1 2 0 0 0
[pid=26808/tid=26897] ppid=26806 vsize=1346172 CPUtime=0 cores=0,2,4,6
/proc/26808/task/26897/stat : 26897 (python) S 26806 26808 26390 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 8 0 907448805 1378480128 239745 33554432000 4194304 5683644 140737132479408 18446744073709551615 255389125041 0 0 16781312 2 18446604453841392768 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1941.81
Current children cumulated vsize (KiB) 15873384

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26808 and gives
#  childrusage.ru_utime.tv_sec=561
#  childrusage.ru_utime.tv_usec=124696
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=281653
# CPU time returned by wait4() is 563.406
# while last known CPU time is 1941.81
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1940.61
CPU time (s): 1941.81
CPU user time (s): 1935.81
CPU system time (s): 6
CPU usage (%): 100.062
Max. virtual memory (cumulated for all children) (KiB): 15873384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 561.125
system time used= 2.28165
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1665189
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= 2906
involuntary context switches= 1131

runsolver used 4.15737 second user time and 7.92679 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-13 11:17:48
IDJOB=3498505
IDBENCH=85008
IDSOLVER=1991
FILE ID=node135/3498505-1307956661
RUNJOBID= node135-1307953114-26408
PBS_JOBID= 13559693
Free space on /tmp= 73648 MiB

SOLVER NAME= borg-sat 11.03.02-seq-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
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498505-1307956661/watcher-3498505-1307956661 -o /tmp/evaluation-result-3498505-1307956661/solver-3498505-1307956661 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498505-1307956661.cnf -seed 941871311 -budget 5000

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=941871311

node135.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.851
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.70
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.851
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.83
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31546060 kB
Buffers:        188284 kB
Cached:         674072 kB
SwapCached:       6348 kB
Active:         823948 kB
Inactive:       362872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31546060 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:          245236 kB
Writeback:           0 kB
AnonPages:      323668 kB
Mapped:          17468 kB
Slab:           148260 kB
PageTables:       9188 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   876004 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73616 MiB
End job on node135 at 2011-06-13 11:50:11