Trace number 3317872

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-industrial? (MO) 2298.92 1131.4

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.29/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.29/0.46	c INFO: solving HOME/instance-3317872-1304271058.cnf
0.29/0.46	c INFO: computing task features
40.77/40.97	c INFO: computed variable-clause graph statistics
41.97/42.16	c INFO: computed clause balance statistics
190.19/190.37	c INFO: computed variable balance statistics
283.08/283.20	c INFO: computed small-clause counts
288.19/288.39	c INFO: computed Horn-clause counts
561.00/561.13	c INFO: computed variable graph statistics
561.00/561.16	c INFO: collected features for HOME/instance-3317872-1304271058.cnf in 558.77 s
561.00/561.19	c INFO: running lingeling-276@0 for 97 with 4239 remaining (b = 0.79)
561.09/561.23	c INFO: running precosat-570@0 for 97 with 4239 remaining (b = 0.67)
561.09/561.26	c INFO: running lingeling-276@0 for 485 with 4239 remaining (b = 0.90)
561.09/561.30	c INFO: running glucosER@0 for 291 with 4239 remaining (b = 0.85)
872.72/661.38	c INFO: running lingeling-276@0 for 97 with 4139 remaining (b = 0.49)
1086.54/727.49	c INFO: running cryptominisat-2.9.0@0 for 1067 with 4072 remaining (b = 0.71)
1297.28/797.62	c INFO: running lingeling-276@0 for 388 with 4002 remaining (b = 0.49)
1700.39/931.93	c INFO: running glucosER@99 for 194 with 3868 remaining (b = 0.73)
2292.28/1129.18	c INFO: running glucosER@0 for 291 with 3671 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.0 (svn: 935)

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

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

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: 7.95 7.84 6.79 6/210 26449
/proc/meminfo: memFree=23410480/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=15756 CPUtime=0 cores=0,2,4,6
/proc/26449/stat : 26449 (python) S 26447 26449 25680 0 -1 4202496 841 0 0 0 0 0 0 0 17 0 1 0 538706895 16134144 724 33554432000 4194304 5683644 140733635640768 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/26449/statm: 3939 724 334 364 0 426 0

[startup+0.0176011 s]
/proc/loadavg: 7.95 7.84 6.79 6/210 26449
/proc/meminfo: memFree=23410480/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=16244 CPUtime=0 cores=0,2,4,6
/proc/26449/stat : 26449 (python) R 26447 26449 25680 0 -1 4202496 1064 0 0 0 0 0 0 0 17 0 1 0 538706895 16633856 935 33554432000 4194304 5683644 140733635640768 18446744073709551615 230808862128 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26449/statm: 4061 935 381 364 0 548 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16244

[startup+0.100583 s]
/proc/loadavg: 7.95 7.84 6.79 6/210 26449
/proc/meminfo: memFree=23410480/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=104616 CPUtime=0.06 cores=0,2,4,6
/proc/26449/stat : 26449 (python) S 26447 26449 25680 0 -1 4202496 3146 0 0 0 4 2 0 0 17 0 1 0 538706895 107126784 2822 33554432000 4194304 5683644 140733635640768 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/26449/statm: 26154 2822 847 364 0 1902 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104616

[startup+0.300546 s]
/proc/loadavg: 7.95 7.84 6.79 6/210 26449
/proc/meminfo: memFree=23410480/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=170756 CPUtime=0.21 cores=0,2,4,6
/proc/26449/stat : 26449 (python) R 26447 26449 25680 0 -1 4202496 6735 933 1 0 15 6 0 0 17 0 1 0 538706895 174854144 4805 33554432000 4194304 5683644 140733635640768 18446744073709551615 230809161573 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26449/statm: 42689 4805 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 170756

[startup+0.700503 s]
/proc/loadavg: 7.95 7.84 6.79 6/210 26449
/proc/meminfo: memFree=23410480/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=499496 CPUtime=0.58 cores=0,2,4,6
/proc/26449/stat : 26449 (python) R 26447 26449 25680 0 -1 4202496 64462 933 1 0 39 19 0 0 17 0 1 0 538706895 511483904 62141 33554432000 4194304 5683644 140733635640768 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26449/statm: 124874 62142 1761 364 0 60798 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 499496

[startup+1.50036 s]
/proc/loadavg: 7.95 7.84 6.79 7/211 26454
/proc/meminfo: memFree=23150992/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=550908 CPUtime=1.37 cores=0,2,4,6
/proc/26449/stat : 26449 (python) R 26447 26449 25680 0 -1 4202496 77373 933 1 0 117 20 0 0 18 0 1 0 538706895 564129792 75052 33554432000 4194304 5683644 140733635640768 18446744073709551615 230808826565 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26449/statm: 137727 75053 1761 364 0 73651 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 550908

[startup+3.10104 s]
/proc/loadavg: 7.95 7.84 6.79 7/211 26454
/proc/meminfo: memFree=23079196/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=658016 CPUtime=2.98 cores=0,2,4,6
/proc/26449/stat : 26449 (python) R 26447 26449 25680 0 -1 4202496 103136 933 1 0 275 23 0 0 22 0 1 0 538706895 673808384 100815 33554432000 4194304 5683644 140733635640768 18446744073709551615 230808826565 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26449/statm: 164504 100816 1761 364 0 100428 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 658016

[startup+6.30048 s]
/proc/loadavg: 7.79 7.81 6.79 7/211 26455
/proc/meminfo: memFree=22869064/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=868792 CPUtime=6.18 cores=0,2,4,6
/proc/26449/stat : 26449 (python) R 26447 26449 25680 0 -1 4202496 154117 933 1 0 589 29 0 0 25 0 1 0 538706895 889643008 151796 33554432000 4194304 5683644 140733635640768 18446744073709551615 230808826565 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26449/statm: 217198 151797 1761 364 0 153122 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 868792

[startup+12.7003 s]
/proc/loadavg: 7.65 7.78 6.78 7/211 26455
/proc/meminfo: memFree=22448652/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=1281052 CPUtime=12.57 cores=0,2,4,6
/proc/26449/stat : 26449 (python) R 26447 26449 25680 0 -1 4202496 257202 933 1 0 1213 44 0 0 25 0 1 0 538706895 1311797248 254881 33554432000 4194304 5683644 140733635640768 18446744073709551615 230808826565 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26449/statm: 320263 254881 1761 364 0 256187 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1281052

[startup+25.5009 s]
/proc/loadavg: 7.28 7.69 6.77 7/211 26455
/proc/meminfo: memFree=21709860/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=2129208 CPUtime=25.38 cores=0,2,4,6
/proc/26449/stat : 26449 (python) R 26447 26449 25680 0 -1 4202496 438096 933 1 0 2471 67 0 0 25 0 1 0 538706895 2180308992 435775 33554432000 4194304 5683644 140733635640768 18446744073709551615 47947061344965 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26449/statm: 532302 435776 1761 364 0 468226 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 2129208

[startup+51.1003 s]
/proc/loadavg: 6.85 7.55 6.75 7/211 26456
/proc/meminfo: memFree=21625248/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=2045140 CPUtime=50.98 cores=0,2,4,6
/proc/26449/stat : 26449 (python) R 26447 26449 25680 0 -1 4202496 1262298 933 1 0 4939 159 0 0 25 0 1 0 538706895 2094223360 448670 33554432000 4194304 5683644 140733635640768 18446744073709551615 47947061408784 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26449/statm: 511285 448670 1826 364 0 447209 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 2045140

[startup+102.307 s]
/proc/loadavg: 6.54 7.36 6.72 7/202 26501
/proc/meminfo: memFree=21780324/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=2045140 CPUtime=102.18 cores=0,2,4,6
/proc/26449/stat : 26449 (python) R 26447 26449 25680 0 -1 4202496 1262298 933 1 0 10059 159 0 0 25 0 1 0 538706895 2094223360 448670 33554432000 4194304 5683644 140733635640768 18446744073709551615 4500320 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26449/statm: 511285 448670 1826 364 0 447209 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 2045140

[startup+162.301 s]
/proc/loadavg: 5.07 6.83 6.58 3/184 26700
/proc/meminfo: memFree=21913948/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=2045140 CPUtime=162.18 cores=0,2,4,6
/proc/26449/stat : 26449 (python) R 26447 26449 25680 0 -1 4202496 1262298 933 1 0 16057 161 0 0 25 0 1 0 538706895 2094223360 448670 33554432000 4194304 5683644 140733635640768 18446744073709551615 47947063936273 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26449/statm: 511285 448670 1826 364 0 447209 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 2045140

[startup+222.301 s]
/proc/loadavg: 3.13 5.94 6.29 3/184 26701
/proc/meminfo: memFree=21914640/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=2045140 CPUtime=222.18 cores=0,2,4,6
/proc/26449/stat : 26449 (python) R 26447 26449 25680 0 -1 4202496 1262299 933 1 0 22057 161 0 0 25 0 1 0 538706895 2094223360 448671 33554432000 4194304 5683644 140733635640768 18446744073709551615 47947061409519 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26449/statm: 511285 448671 1827 364 0 447209 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 2045140

[startup+282.301 s]
/proc/loadavg: 2.46 5.24 6.02 3/184 26703
/proc/meminfo: memFree=21914588/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=2045140 CPUtime=282.18 cores=0,2,4,6
/proc/26449/stat : 26449 (python) R 26447 26449 25680 0 -1 4202496 1262299 933 1 0 28057 161 0 0 25 0 1 0 538706895 2094223360 448671 33554432000 4194304 5683644 140733635640768 18446744073709551615 230808832896 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26449/statm: 511285 448671 1827 364 0 447209 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 2045140

[startup+342.301 s]
/proc/loadavg: 2.16 4.65 5.77 3/184 26705
/proc/meminfo: memFree=21911096/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=2045140 CPUtime=342.19 cores=0,2,4,6
/proc/26449/stat : 26449 (python) R 26447 26449 25680 0 -1 4202496 1659205 933 1 0 34019 200 0 0 25 0 1 0 538706895 2094223360 448677 33554432000 4194304 5683644 140733635640768 18446744073709551615 47947061164172 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26449/statm: 511285 448677 1833 364 0 447209 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 2045140

[startup+402.301 s]
/proc/loadavg: 2.06 4.16 5.53 3/184 26706
/proc/meminfo: memFree=21907344/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=2045140 CPUtime=402.19 cores=0,2,4,6
/proc/26449/stat : 26449 (python) R 26447 26449 25680 0 -1 4202496 1659205 933 1 0 40019 200 0 0 25 0 1 0 538706895 2094223360 448677 33554432000 4194304 5683644 140733635640768 18446744073709551615 47947061164172 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26449/statm: 511285 448677 1833 364 0 447209 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 2045140

[startup+462.301 s]
/proc/loadavg: 2.02 3.77 5.31 3/184 26708
/proc/meminfo: memFree=21899860/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=2045140 CPUtime=462.19 cores=0,2,4,6
/proc/26449/stat : 26449 (python) R 26447 26449 25680 0 -1 4202496 1659205 933 1 0 46019 200 0 0 25 0 1 0 538706895 2094223360 448677 33554432000 4194304 5683644 140733635640768 18446744073709551615 47947061164172 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26449/statm: 511285 448677 1833 364 0 447209 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 2045140

[startup+522.3 s]
/proc/loadavg: 2.01 3.44 5.10 3/184 26709
/proc/meminfo: memFree=21899948/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=2045140 CPUtime=522.19 cores=0,2,4,6
/proc/26449/stat : 26449 (python) R 26447 26449 25680 0 -1 4202496 1659205 933 1 0 52019 200 0 0 25 0 1 0 538706895 2094223360 448677 33554432000 4194304 5683644 140733635640768 18446744073709551615 47947093842688 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26449/statm: 511285 448677 1833 364 0 447209 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 2045140

[startup+582.301 s]
/proc/loadavg: 2.85 3.37 4.96 6/196 26723
/proc/meminfo: memFree=20785252/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=1249868 CPUtime=561.21 cores=0,2,4,6
/proc/26449/stat : 26449 (python) S 26447 26449 25680 0 -1 4202496 1661896 933 1 0 55910 211 0 0 23 0 5 0 538706895 1279864832 239664 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26449/statm: 312467 239664 1881 364 0 248376 0
[pid=26711] ppid=26449 vsize=1208856 CPUtime=0.04 cores=0,2,4,6
/proc/26711/stat : 26711 (python) S 26449 26449 25680 0 -1 4202560 967 0 0 0 1 3 0 0 18 0 1 0 538763015 1237868544 238148 33554432000 4194304 5683644 140733635640768 18446744073709551615 230809185807 0 0 16781312 514 9836706011107262724 0 0 17 2 0 0 0
/proc/26711/statm: 302214 238148 381 364 0 238132 0
[pid=26713] ppid=26711 vsize=235704 CPUtime=21.03 cores=0,2,4,6

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

Current children cumulated vsize (KiB) 14245316



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1131.3 s]
/proc/loadavg: 5.08 4.81 5.01 6/209 26751
/proc/meminfo: memFree=17337852/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=1280636 CPUtime=561.37 cores=0,2,4,6
/proc/26449/stat : 26449 (python) S 26447 26449 25680 0 -1 4202496 1664357 933 1 0 55920 217 0 0 20 0 8 0 538706895 1311371264 239683 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26449/statm: 320159 239683 1888 364 0 256059 0
[pid=26711] ppid=26449 vsize=1219100 CPUtime=0.59 cores=0,2,4,6
/proc/26711/stat : 26711 (python) S 26449 26449 25680 0 -1 4202560 1193 0 0 0 33 26 0 0 18 0 2 0 538763015 1248358400 238187 33554432000 4194304 5683644 140733635640768 18446744073709551615 230809185862 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26711/statm: 304775 238187 415 364 0 240693 0
[pid=26713] ppid=26711 vsize=321452 CPUtime=348.69 cores=0,2,4,6
/proc/26713/stat : 26713 (lingeling) R 26711 26713 26713 0 -1 4202496 271026 0 0 0 34834 35 0 0 25 0 1 0 538763017 329166848 79533 33554432000 4194304 4352236 140737274328880 18446744073709551615 4208886 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/26713/statm: 80363 79533 129 39 0 79443 0
[pid=26711/tid=26726] ppid=26449 vsize=1219100 CPUtime=0 cores=0,2,4,6
/proc/26711/task/26726/stat : 26726 (python) S 26449 26449 25680 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538773032 1248358400 238187 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 514 18446604453865372672 0 0 -1 2 0 0 0
[pid=26714] ppid=26449 vsize=1219112 CPUtime=0.23 cores=0,2,4,6
/proc/26714/stat : 26714 (python) S 26449 26449 25680 0 -1 4202560 1115 0 0 0 13 10 0 0 19 0 2 0 538763018 1248370688 238171 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26714/statm: 304778 238171 399 364 0 240693 0
[pid=26716] ppid=26714 vsize=1113160 CPUtime=98.57 cores=0,2,4,6
/proc/26716/stat : 26716 (precosat) T 26714 26716 26716 0 -1 4202496 297175 0 0 0 9801 56 0 0 25 0 1 0 538763020 1139875840 273902 33554432000 4194304 4890832 140736929452304 18446744073709551615 4238946 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/26716/statm: 278290 273902 86 171 0 278117 0
[pid=26714/tid=26732] ppid=26449 vsize=1219112 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26732/stat : 26732 (python) S 26449 26449 25680 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538779643 1248370688 238171 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 514 18446604453836189824 0 0 -1 6 0 0 0
[pid=26717] ppid=26449 vsize=1229368 CPUtime=0.77 cores=0,2,4,6
/proc/26717/stat : 26717 (python) S 26449 26449 25680 0 -1 4202560 984 0 0 0 43 34 0 0 18 0 1 0 538763022 1258872832 238145 33554432000 4194304 5683644 140733635640768 18446744073709551615 230809185862 0 0 16781312 514 9836706011107262721 0 0 17 4 0 0 0
/proc/26717/statm: 307342 238145 370 364 0 243254 0
[pid=26721] ppid=26717 vsize=293412 CPUtime=402.31 cores=0,2,4,6
/proc/26721/stat : 26721 (lingeling) R 26717 26721 26721 0 -1 4202496 288338 0 0 0 40191 40 0 0 25 0 1 0 538763028 300453888 71499 33554432000 4194304 4352236 140733567546240 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26721/statm: 73353 71499 129 39 0 72433 0
[pid=26719] ppid=26449 vsize=1239624 CPUtime=0.77 cores=0,2,4,6
/proc/26719/stat : 26719 (python) S 26449 26449 25680 0 -1 4202560 1159 0 0 0 43 34 0 0 18 0 2 0 538763025 1269374976 238179 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26719/statm: 309906 238179 399 364 0 245815 0
[pid=26722] ppid=26719 vsize=687176 CPUtime=490.42 cores=0,2,4,6
/proc/26722/stat : 26722 (glucoser_static) T 26719 26722 26722 0 -1 4202496 162831 0 8 0 49007 35 0 0 25 0 1 0 538763030 703668224 162561 33554432000 134512640 134580299 4288930992 18446744073709551615 134530118 0 0 16781312 8388611 18446744071562691360 0 0 17 4 0 0 20
/proc/26722/statm: 171794 162561 243 17 0 171122 0
[pid=26719/tid=26742] ppid=26449 vsize=1239624 CPUtime=0 cores=0,2,4,6
/proc/26719/task/26742/stat : 26742 (python) S 26449 26449 25680 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 538800087 1269374976 238179 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 514 18446604453856203968 0 0 -1 4 0 0 0
[pid=26727] ppid=26449 vsize=1249880 CPUtime=0.19 cores=0,2,4,6
/proc/26727/stat : 26727 (python) S 26449 26449 25680 0 -1 4202560 1127 0 0 0 10 9 0 0 19 0 2 0 538773034 1279877120 238183 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26727/statm: 312470 238183 399 364 0 248376 0
[pid=26729] ppid=26727 vsize=277740 CPUtime=102.7 cores=0,2,4,6
/proc/26729/stat : 26729 (lingeling) T 26727 26729 26729 0 -1 4202496 162837 0 0 0 10243 27 0 0 25 0 1 0 538773036 284405760 68605 33554432000 4194304 4352236 140733450441984 18446744073709551615 4207744 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/26729/statm: 69435 68605 129 39 0 68515 0
[pid=26727/tid=26738] ppid=26449 vsize=1249880 CPUtime=0 cores=0,2,4,6
/proc/26727/task/26738/stat : 26738 (python) S 26449 26449 25680 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538786656 1279877120 238183 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 514 18446604453878165632 0 0 -1 4 0 0 0
[pid=26733] ppid=26449 vsize=1260136 CPUtime=0.6 cores=0,2,4,6
/proc/26733/stat : 26733 (python) S 26449 26449 25680 0 -1 4202560 1010 0 0 0 34 26 0 0 15 0 1 0 538779645 1290379264 238157 33554432000 4194304 5683644 140733635640768 18446744073709551615 230809185862 0 0 16781312 514 9836706011107262722 0 0 17 6 0 0 0
/proc/26733/statm: 315034 238157 370 364 0 250937 0
[pid=26735] ppid=26733 vsize=3021444 CPUtime=290.65 cores=0,2,4,6
/proc/26735/stat : 26735 (cryptominisat-2) R 26733 26735 26735 0 -1 4202496 710499 0 0 0 28955 110 0 0 25 0 1 0 538779647 3093958656 637249 33554432000 4194304 4677096 140736053835840 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26735/statm: 755361 637249 393 118 0 750320 0
[pid=26749] ppid=26449 vsize=1270392 CPUtime=0.02 cores=0,2,4,6
/proc/26749/stat : 26749 (python) S 26449 26449 25680 0 -1 4202560 769 0 0 0 0 2 0 0 18 0 1 0 538819814 1300881408 238138 33554432000 4194304 5683644 140733635640768 18446744073709551615 230809185862 0 0 16781312 514 1724060899804676355 0 0 17 6 0 0 0
/proc/26749/statm: 317598 238138 347 364 0 253498 0
[pid=26751] ppid=26749 vsize=189476 CPUtime=1.04 cores=0,2,4,6
/proc/26751/stat : 26751 (glucoser_static) R 26749 26751 26751 0 -1 4202496 43354 0 0 0 95 9 0 0 24 0 1 0 538819816 194023424 43078 33554432000 134512640 134580299 4289771648 18446744073709551615 134519483 0 0 16781312 8388611 0 0 0 17 0 0 0 0
/proc/26751/statm: 47369 43078 224 17 0 46697 0
[pid=26449/tid=26712] ppid=26447 vsize=1280636 CPUtime=0 cores=0,2,4,6
/proc/26449/task/26712/stat : 26712 (python) S 26447 26449 25680 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 8 0 538763017 1311371264 239683 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 2 18446604448952144832 0 0 -1 4 0 0 0
[pid=26449/tid=26715] ppid=26447 vsize=1280636 CPUtime=0 cores=0,2,4,6
/proc/26449/task/26715/stat : 26715 (python) S 26447 26449 25680 0 -1 4202560 54 933 0 0 0 0 0 0 20 0 8 0 538763020 1311371264 239683 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 2 18446604448952144832 0 0 -1 6 0 0 0
[pid=26449/tid=26718] ppid=26447 vsize=1280636 CPUtime=0 cores=0,2,4,6
/proc/26449/task/26718/stat : 26718 (python) S 26447 26449 25680 0 -1 4202560 40 933 0 0 0 0 0 0 22 0 8 0 538763024 1311371264 239683 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 2 18446604448952144832 0 0 -1 4 0 0 0
[pid=26449/tid=26720] ppid=26447 vsize=1280636 CPUtime=0 cores=0,2,4,6
/proc/26449/task/26720/stat : 26720 (python) S 26447 26449 25680 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 8 0 538763028 1311371264 239683 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 2 18446604448952144832 0 0 -1 4 0 0 0
[pid=26449/tid=26728] ppid=26447 vsize=1280636 CPUtime=0 cores=0,2,4,6
/proc/26449/task/26728/stat : 26728 (python) S 26447 26449 25680 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 538773036 1311371264 239683 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 2 18446604448952144832 0 0 -1 4 0 0 0
[pid=26449/tid=26734] ppid=26447 vsize=1280636 CPUtime=0 cores=0,2,4,6
/proc/26449/task/26734/stat : 26734 (python) S 26447 26449 25680 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 8 0 538779647 1311371264 239683 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 2 18446604448952144832 0 0 -1 4 0 0 0
[pid=26449/tid=26750] ppid=26447 vsize=1280636 CPUtime=0 cores=0,2,4,6
/proc/26449/task/26750/stat : 26750 (python) S 26447 26449 25680 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 538819816 1311371264 239683 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 2 18446604448952144832 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2298.92
Current children cumulated vsize (KiB) 15872108

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

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

[startup+1131.3 s]
/proc/loadavg: 5.08 4.81 5.01 6/209 26751
/proc/meminfo: memFree=17337852/32951124 swapFree=67111448/67111528
[pid=26449] ppid=26447 vsize=1280636 CPUtime=561.37 cores=0,2,4,6
/proc/26449/stat : 26449 (python) S 26447 26449 25680 0 -1 4202496 1664357 933 1 0 55920 217 0 0 20 0 8 0 538706895 1311371264 239683 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26449/statm: 320159 239683 1888 364 0 256059 0
[pid=26711] ppid=26449 vsize=1219100 CPUtime=0.59 cores=0,2,4,6
/proc/26711/stat : 26711 (python) S 26449 26449 25680 0 -1 4202560 1193 0 0 0 33 26 0 0 18 0 2 0 538763015 1248358400 238187 33554432000 4194304 5683644 140733635640768 18446744073709551615 230809185862 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/26711/statm: 304775 238187 415 364 0 240693 0
[pid=26713] ppid=26711 vsize=321452 CPUtime=348.69 cores=0,2,4,6
/proc/26713/stat : 26713 (lingeling) R 26711 26713 26713 0 -1 4202496 271026 0 0 0 34834 35 0 0 25 0 1 0 538763017 329166848 79533 33554432000 4194304 4352236 140737274328880 18446744073709551615 4208886 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/26713/statm: 80363 79533 129 39 0 79443 0
[pid=26711/tid=26726] ppid=26449 vsize=1219100 CPUtime=0 cores=0,2,4,6
/proc/26711/task/26726/stat : 26726 (python) S 26449 26449 25680 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538773032 1248358400 238187 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 514 18446604453865372672 0 0 -1 2 0 0 0
[pid=26714] ppid=26449 vsize=1219112 CPUtime=0.23 cores=0,2,4,6
/proc/26714/stat : 26714 (python) S 26449 26449 25680 0 -1 4202560 1115 0 0 0 13 10 0 0 19 0 2 0 538763018 1248370688 238171 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/26714/statm: 304778 238171 399 364 0 240693 0
[pid=26716] ppid=26714 vsize=1113160 CPUtime=98.57 cores=0,2,4,6
/proc/26716/stat : 26716 (precosat) T 26714 26716 26716 0 -1 4202496 297175 0 0 0 9801 56 0 0 25 0 1 0 538763020 1139875840 273902 33554432000 4194304 4890832 140736929452304 18446744073709551615 4238946 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/26716/statm: 278290 273902 86 171 0 278117 0
[pid=26714/tid=26732] ppid=26449 vsize=1219112 CPUtime=0 cores=0,2,4,6
/proc/26714/task/26732/stat : 26732 (python) S 26449 26449 25680 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538779643 1248370688 238171 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 514 18446604453836189824 0 0 -1 6 0 0 0
[pid=26717] ppid=26449 vsize=1229368 CPUtime=0.77 cores=0,2,4,6
/proc/26717/stat : 26717 (python) S 26449 26449 25680 0 -1 4202560 984 0 0 0 43 34 0 0 18 0 1 0 538763022 1258872832 238145 33554432000 4194304 5683644 140733635640768 18446744073709551615 230809185862 0 0 16781312 514 9836706011107262721 0 0 17 4 0 0 0
/proc/26717/statm: 307342 238145 370 364 0 243254 0
[pid=26721] ppid=26717 vsize=293412 CPUtime=402.31 cores=0,2,4,6
/proc/26721/stat : 26721 (lingeling) R 26717 26721 26721 0 -1 4202496 288338 0 0 0 40191 40 0 0 25 0 1 0 538763028 300453888 71499 33554432000 4194304 4352236 140733567546240 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/26721/statm: 73353 71499 129 39 0 72433 0
[pid=26719] ppid=26449 vsize=1239624 CPUtime=0.77 cores=0,2,4,6
/proc/26719/stat : 26719 (python) S 26449 26449 25680 0 -1 4202560 1159 0 0 0 43 34 0 0 18 0 2 0 538763025 1269374976 238179 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26719/statm: 309906 238179 399 364 0 245815 0
[pid=26722] ppid=26719 vsize=687176 CPUtime=490.42 cores=0,2,4,6
/proc/26722/stat : 26722 (glucoser_static) T 26719 26722 26722 0 -1 4202496 162831 0 8 0 49007 35 0 0 25 0 1 0 538763030 703668224 162561 33554432000 134512640 134580299 4288930992 18446744073709551615 134530118 0 0 16781312 8388611 18446744071562691360 0 0 17 4 0 0 20
/proc/26722/statm: 171794 162561 243 17 0 171122 0
[pid=26719/tid=26742] ppid=26449 vsize=1239624 CPUtime=0 cores=0,2,4,6
/proc/26719/task/26742/stat : 26742 (python) S 26449 26449 25680 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 538800087 1269374976 238179 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 514 18446604453856203968 0 0 -1 4 0 0 0
[pid=26727] ppid=26449 vsize=1249880 CPUtime=0.19 cores=0,2,4,6
/proc/26727/stat : 26727 (python) S 26449 26449 25680 0 -1 4202560 1127 0 0 0 10 9 0 0 19 0 2 0 538773034 1279877120 238183 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820992459 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/26727/statm: 312470 238183 399 364 0 248376 0
[pid=26729] ppid=26727 vsize=277740 CPUtime=102.7 cores=0,2,4,6
/proc/26729/stat : 26729 (lingeling) T 26727 26729 26729 0 -1 4202496 162837 0 0 0 10243 27 0 0 25 0 1 0 538773036 284405760 68605 33554432000 4194304 4352236 140733450441984 18446744073709551615 4207744 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/26729/statm: 69435 68605 129 39 0 68515 0
[pid=26727/tid=26738] ppid=26449 vsize=1249880 CPUtime=0 cores=0,2,4,6
/proc/26727/task/26738/stat : 26738 (python) S 26449 26449 25680 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538786656 1279877120 238183 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 514 18446604453878165632 0 0 -1 4 0 0 0
[pid=26733] ppid=26449 vsize=1260136 CPUtime=0.6 cores=0,2,4,6
/proc/26733/stat : 26733 (python) S 26449 26449 25680 0 -1 4202560 1010 0 0 0 34 26 0 0 15 0 1 0 538779645 1290379264 238157 33554432000 4194304 5683644 140733635640768 18446744073709551615 230809185862 0 0 16781312 514 9836706011107262722 0 0 17 6 0 0 0
/proc/26733/statm: 315034 238157 370 364 0 250937 0
[pid=26735] ppid=26733 vsize=3021444 CPUtime=290.65 cores=0,2,4,6
/proc/26735/stat : 26735 (cryptominisat-2) R 26733 26735 26735 0 -1 4202496 710499 0 0 0 28955 110 0 0 25 0 1 0 538779647 3093958656 637249 33554432000 4194304 4677096 140736053835840 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26735/statm: 755361 637249 393 118 0 750320 0
[pid=26749] ppid=26449 vsize=1270392 CPUtime=0.02 cores=0,2,4,6
/proc/26749/stat : 26749 (python) S 26449 26449 25680 0 -1 4202560 769 0 0 0 0 2 0 0 18 0 1 0 538819814 1300881408 238138 33554432000 4194304 5683644 140733635640768 18446744073709551615 230809185862 0 0 16781312 514 1724060899804676355 0 0 17 6 0 0 0
/proc/26749/statm: 317598 238138 347 364 0 253498 0
[pid=26751] ppid=26749 vsize=189476 CPUtime=1.04 cores=0,2,4,6
/proc/26751/stat : 26751 (glucoser_static) R 26749 26751 26751 0 -1 4202496 43354 0 0 0 95 9 0 0 24 0 1 0 538819816 194023424 43078 33554432000 134512640 134580299 4289771648 18446744073709551615 134519483 0 0 16781312 8388611 0 0 0 17 0 0 0 0
/proc/26751/statm: 47369 43078 224 17 0 46697 0
[pid=26449/tid=26712] ppid=26447 vsize=1280636 CPUtime=0 cores=0,2,4,6
/proc/26449/task/26712/stat : 26712 (python) S 26447 26449 25680 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 8 0 538763017 1311371264 239683 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 2 18446604448952144832 0 0 -1 4 0 0 0
[pid=26449/tid=26715] ppid=26447 vsize=1280636 CPUtime=0 cores=0,2,4,6
/proc/26449/task/26715/stat : 26715 (python) S 26447 26449 25680 0 -1 4202560 54 933 0 0 0 0 0 0 20 0 8 0 538763020 1311371264 239683 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 2 18446604448952144832 0 0 -1 6 0 0 0
[pid=26449/tid=26718] ppid=26447 vsize=1280636 CPUtime=0 cores=0,2,4,6
/proc/26449/task/26718/stat : 26718 (python) S 26447 26449 25680 0 -1 4202560 40 933 0 0 0 0 0 0 22 0 8 0 538763024 1311371264 239683 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 2 18446604448952144832 0 0 -1 4 0 0 0
[pid=26449/tid=26720] ppid=26447 vsize=1280636 CPUtime=0 cores=0,2,4,6
/proc/26449/task/26720/stat : 26720 (python) S 26447 26449 25680 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 8 0 538763028 1311371264 239683 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 2 18446604448952144832 0 0 -1 4 0 0 0
[pid=26449/tid=26728] ppid=26447 vsize=1280636 CPUtime=0 cores=0,2,4,6
/proc/26449/task/26728/stat : 26728 (python) S 26447 26449 25680 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 538773036 1311371264 239683 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 2 18446604448952144832 0 0 -1 4 0 0 0
[pid=26449/tid=26734] ppid=26447 vsize=1280636 CPUtime=0 cores=0,2,4,6
/proc/26449/task/26734/stat : 26734 (python) S 26447 26449 25680 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 8 0 538779647 1311371264 239683 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 2 18446604448952144832 0 0 -1 4 0 0 0
[pid=26449/tid=26750] ppid=26447 vsize=1280636 CPUtime=0 cores=0,2,4,6
/proc/26449/task/26750/stat : 26750 (python) S 26447 26449 25680 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 538819816 1311371264 239683 33554432000 4194304 5683644 140733635640768 18446744073709551615 230820989361 0 0 16781312 2 18446604448952144832 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2298.92
Current children cumulated vsize (KiB) 15872108

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26449 and gives
#  childrusage.ru_utime.tv_sec=559
#  childrusage.ru_utime.tv_usec=208987
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=217662
# CPU time returned by wait4() is 561.427
# while last known CPU time is 2298.92
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1131.4
CPU time (s): 2298.92
CPU user time (s): 2292.22
CPU system time (s): 6.7
CPU usage (%): 203.192
Max. virtual memory (cumulated for all children) (KiB): 15872108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 559.209
system time used= 2.21766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1665295
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= 1064
involuntary context switches= 1128

runsolver used 2.09268 second user time and 4.44432 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-01 19:31:04
IDJOB=3317872
IDBENCH=85008
IDSOLVER=1706
FILE ID=node104/3317872-1304271058
RUNJOBID= node104-1304267294-25698
PBS_JOBID= 13173974
Free space on /tmp= 72536 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
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-3317872-1304271058/watcher-3317872-1304271058 -o /tmp/evaluation-result-3317872-1304271058/solver-3317872-1304271058 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317872-1304271058.cnf -seed 1860674053 -budget 4800 -cores 4

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=1860674053

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23410636 kB
Buffers:        451936 kB
Cached:        1638912 kB
SwapCached:         80 kB
Active:        7572444 kB
Inactive:      1522360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23410636 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:          245244 kB
Writeback:           0 kB
AnonPages:     7003648 kB
Mapped:          24940 kB
Slab:           359336 kB
PageTables:      24984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  8759108 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= 72536 MiB
End job on node104 at 2011-05-01 19:49:58