Trace number 3322755

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-industrialUNSAT 4745.69 4686.42

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-18-U-10652.cnf
MD5SUMf0f11935e861485056485b47c5e1a7c3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.38633
Satisfiable
(Un)Satisfiability was proved
Number of variables1987351
Number of clauses5963534
Sum of the clauses size14253662
Maximum clause length1155
Minimum clause length1
Number of clauses of size 1109
Number of clauses of size 23971661
Number of clauses of size 31984242
Number of clauses of size 4766
Number of clauses of size 5765
Number of clauses of size over 55991

Solver Data

0.34/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.67	c INFO: solving HOME/instance-3322755-1304356122.cnf
0.34/0.67	c INFO: computing task features
40.23/40.59	c INFO: computed variable-clause graph statistics
40.93/41.29	c INFO: computed clause balance statistics
134.43/134.72	c INFO: computed variable balance statistics
203.43/203.72	c INFO: computed small-clause counts
215.44/215.75	c INFO: computed Horn-clause counts
4677.24/4677.33	c INFO: computed variable graph statistics
4677.24/4677.35	c INFO: collected features for HOME/instance-3322755-1304356122.cnf in 4673.76 s
4677.24/4677.38	c INFO: running lingeling-276@0 for 97 with 35323 remaining (b = 0.99)
4677.33/4677.42	c INFO: running glucose@0 for 97 with 35323 remaining (b = 0.98)
4677.33/4677.46	c INFO: running SApperloT@0 for 97 with 35323 remaining (b = 0.76)
4677.43/4677.50	c INFO: running lingeling-276@0 for 485 with 35323 remaining (b = 0.79)
4677.43/4677.55	c INFO: running SApperloT@0 for 97 with 35323 remaining (b = 0.32)
4677.43/4677.59	c INFO: running cryptominisat-2.9.0@0 for 485 with 35323 remaining (b = 0.60)
4677.53/4677.63	c INFO: running precosat-570@0 for 388 with 35323 remaining (b = 0.46)
4677.53/4677.68	c INFO: running lingeling-276@0 for 1261 with 35323 remaining (b = 0.66)
4745.21/4686.15	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3322755-1304356122/watcher-3322755-1304356122 -o /tmp/evaluation-result-3322755-1304356122/solver-3322755-1304356122 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322755-1304356122.cnf -seed 1667919757 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.86 6.32 7.37 1/286 1526
/proc/meminfo: memFree=17997584/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=15080 CPUtime=0 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 650 0 0 0 0 0 0 0 20 0 1 0 528028351 15441920 545 33554432000 4194304 5683644 140735860195024 18446744073709551615 4509442 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 3770 545 312 364 0 257 0

[startup+0.087881 s]
/proc/loadavg: 4.86 6.32 7.37 1/286 1526
/proc/meminfo: memFree=17997584/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=54532 CPUtime=0.05 cores=0-7
/proc/1526/stat : 1526 (python) S 1524 1526 32756 0 -1 4202496 2079 0 0 0 4 1 0 0 20 0 1 0 528028351 55840768 1834 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/1526/statm: 13633 1834 492 364 0 1283 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54532

[startup+0.100827 s]
/proc/loadavg: 4.86 6.32 7.37 1/286 1526
/proc/meminfo: memFree=17997584/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=89764 CPUtime=0.06 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 2672 0 0 0 4 2 0 0 17 0 1 0 528028351 91918336 2387 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338381824 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 22441 2387 750 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89764

[startup+0.300842 s]
/proc/loadavg: 4.86 6.32 7.37 1/286 1526
/proc/meminfo: memFree=17997584/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=135748 CPUtime=0.19 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 5962 932 1 0 14 5 0 0 18 0 1 0 528028351 139005952 4150 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338189083 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700741 s]
/proc/loadavg: 4.86 6.32 7.37 1/286 1526
/proc/meminfo: memFree=17997584/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=399292 CPUtime=0.43 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 23079 932 1 0 29 14 0 0 17 0 1 0 528028351 408875008 20761 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338383616 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 99823 20794 1758 364 0 35747 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 399292

[startup+1.50055 s]
/proc/loadavg: 4.86 6.32 7.37 2/287 1531
/proc/meminfo: memFree=17840600/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=449184 CPUtime=1.22 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 51553 932 1 0 104 18 0 0 18 0 1 0 528028351 459964416 49235 33554432000 4194304 5683644 140735860195024 18446744073709551615 4444928 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 112296 49238 1761 364 0 48220 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 449184

[startup+3.10027 s]
/proc/loadavg: 4.86 6.32 7.37 2/287 1531
/proc/meminfo: memFree=17766200/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=557252 CPUtime=2.82 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 78241 932 1 0 261 21 0 0 21 0 1 0 528028351 570626048 75923 33554432000 4194304 5683644 140735860195024 18446744073709551615 47463320318674 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 139313 75924 1761 364 0 75237 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 557252

[startup+6.3006 s]
/proc/loadavg: 4.55 6.23 7.33 2/287 1531
/proc/meminfo: memFree=17547480/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=772592 CPUtime=6.02 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 131511 932 1 0 575 27 0 0 25 0 1 0 528028351 791134208 129193 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338044613 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 193148 129196 1761 364 0 129072 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 772592

[startup+12.7003 s]
/proc/loadavg: 4.27 6.14 7.30 2/287 1531
/proc/meminfo: memFree=17111152/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=1161864 CPUtime=12.42 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 228083 932 1 0 1199 43 0 0 25 0 1 0 528028351 1189748736 225765 33554432000 4194304 5683644 140735860195024 18446744073709551615 47463149707918 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 290466 225765 1761 364 0 226390 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1161864

[startup+25.5008 s]
/proc/loadavg: 3.54 5.89 7.20 2/287 1532
/proc/meminfo: memFree=16822564/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=1437156 CPUtime=25.22 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 998704 932 1 0 2396 126 0 0 25 0 1 0 528028351 1471647744 292835 33554432000 4194304 5683644 140735860195024 18446744073709551615 47463149868666 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 359289 292837 1814 364 0 295213 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 1437156

[startup+51.1007 s]
/proc/loadavg: 2.74 5.51 7.03 2/287 1532
/proc/meminfo: memFree=17005508/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=1251296 CPUtime=50.82 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 2003374 932 1 0 4849 233 0 0 25 0 1 0 528028351 1281327104 250209 33554432000 4194304 5683644 140735860195024 18446744073709551615 47463152231030 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 312824 250209 1826 364 0 248748 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 1251296

[startup+102.31 s]
/proc/loadavg: 1.75 4.81 6.72 2/287 1534
/proc/meminfo: memFree=17005368/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=1251296 CPUtime=102.03 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 2003374 932 1 0 9970 233 0 0 25 0 1 0 528028351 1281327104 250209 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338070259 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 312824 250209 1826 364 0 248748 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 1251296

[startup+162.301 s]
/proc/loadavg: 1.27 4.12 6.36 2/287 1535
/proc/meminfo: memFree=17004196/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=1252320 CPUtime=162.03 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 2011362 932 1 0 15969 234 0 0 25 0 1 0 528028351 1282375680 250466 33554432000 4194304 5683644 140735860195024 18446744073709551615 4523408 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 313080 250466 1827 364 0 249004 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 1252320

[startup+222.301 s]
/proc/loadavg: 1.10 3.55 6.02 2/287 1537
/proc/meminfo: memFree=17003008/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=1253236 CPUtime=222.03 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 2799744 932 1 0 21883 320 0 0 25 0 1 0 528028351 1283313664 250701 33554432000 4194304 5683644 140735860195024 18446744073709551615 47463149455500 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 313309 250701 1833 364 0 249233 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 1253236

[startup+282.301 s]
/proc/loadavg: 1.03 3.08 5.70 2/287 1539
/proc/meminfo: memFree=17003220/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=1253236 CPUtime=282.03 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 2799744 932 1 0 27883 320 0 0 25 0 1 0 528028351 1283313664 250701 33554432000 4194304 5683644 140735860195024 18446744073709551615 47463149455500 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 313309 250701 1833 364 0 249233 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 1253236

[startup+342.301 s]
/proc/loadavg: 1.01 2.70 5.40 2/287 1540
/proc/meminfo: memFree=17003684/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=1253236 CPUtime=342.03 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 2799744 932 1 0 33883 320 0 0 25 0 1 0 528028351 1283313664 250701 33554432000 4194304 5683644 140735860195024 18446744073709551615 47463149455488 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 313309 250701 1833 364 0 249233 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 1253236

[startup+402.301 s]
/proc/loadavg: 1.00 2.39 5.13 2/287 1542
/proc/meminfo: memFree=17003652/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=1253236 CPUtime=402.04 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 2799744 932 1 0 39884 320 0 0 25 0 1 0 528028351 1283313664 250701 33554432000 4194304 5683644 140735860195024 18446744073709551615 47463149455500 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 313309 250701 1833 364 0 249233 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 1253236

[startup+462.301 s]
/proc/loadavg: 1.00 2.13 4.86 2/287 1543
/proc/meminfo: memFree=17003844/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=1253236 CPUtime=462.04 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 2799744 932 1 0 45884 320 0 0 25 0 1 0 528028351 1283313664 250701 33554432000 4194304 5683644 140735860195024 18446744073709551615 47463149455500 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 313309 250701 1833 364 0 249233 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 1253236

[startup+522.3 s]
/proc/loadavg: 1.00 1.92 4.62 2/287 1545
/proc/meminfo: memFree=17003680/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=1253236 CPUtime=522.04 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 2799744 932 1 0 51884 320 0 0 25 0 1 0 528028351 1283313664 250701 33554432000 4194304 5683644 140735860195024 18446744073709551615 47463149455488 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 313309 250701 1833 364 0 249233 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 1253236

[startup+582.3 s]
/proc/loadavg: 1.04 1.77 4.40 2/287 1547
/proc/meminfo: memFree=17004012/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=1253236 CPUtime=582.05 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 2799744 932 1 0 57885 320 0 0 25 0 1 0 528028351 1283313664 250701 33554432000 4194304 5683644 140735860195024 18446744073709551615 47463149455500 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1526/statm: 313309 250701 1833 364 0 249233 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 1253236

[startup+642.3 s]

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

[pid=1526/tid=1691] ppid=1524 vsize=956388 CPUtime=0 cores=0-7
/proc/1526/task/1691/stat : 1691 (python) S 1524 1526 32756 0 -1 4202560 32 932 0 0 0 0 0 0 21 0 9 0 528496116 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 4 0 0 0
[pid=1526/tid=1694] ppid=1524 vsize=956388 CPUtime=0 cores=0-7
/proc/1526/task/1694/stat : 1694 (python) S 1524 1526 32756 0 -1 4202560 33 932 0 0 0 0 0 0 22 0 9 0 528496121 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4734.56
Current children cumulated vsize (KiB) 12557404

[startup+4685.5 s]
/proc/loadavg: 1.57 1.12 1.04 9/311 1695
/proc/meminfo: memFree=13227484/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=956388 CPUtime=4677.63 cores=0-7
/proc/1526/stat : 1526 (python) S 1524 1526 32756 0 -1 4202496 2816907 932 1 0 467426 337 0 0 22 0 9 0 528028351 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1526/statm: 239097 139821 1889 364 0 174994 0
[pid=1672] ppid=1526 vsize=808816 CPUtime=0.02 cores=0-7
/proc/1672/stat : 1672 (python) S 1526 1526 32756 0 -1 4202560 913 0 0 0 0 2 0 0 18 0 1 0 528496089 828227584 138165 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338403855 0 0 16781312 514 4415177181437591811 0 0 17 1 0 0 0
/proc/1672/statm: 202204 138165 376 364 0 138122 0
[pid=1674] ppid=1672 vsize=287928 CPUtime=8.08 cores=0-7
/proc/1674/stat : 1674 (lingeling) R 1672 1674 1674 0 -1 4202496 171435 0 0 0 780 28 0 0 25 0 1 0 528496091 294838272 71135 33554432000 4194304 4352236 140734309289600 18446744073709551615 4255829 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/1674/statm: 71982 71135 118 39 0 71062 0
[pid=1675] ppid=1526 vsize=819072 CPUtime=0.02 cores=0-7
/proc/1675/stat : 1675 (python) S 1526 1526 32756 0 -1 4202560 900 0 0 0 0 2 0 0 18 0 1 0 528496093 838729728 138163 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338403910 0 0 16781312 514 4325455933099442436 0 0 17 0 0 0 0
/proc/1675/statm: 204768 138163 370 364 0 140683 0
[pid=1677] ppid=1675 vsize=569096 CPUtime=8.04 cores=0-7
/proc/1677/stat : 1677 (glucose_static) R 1675 1677 1677 0 -1 4202496 129459 0 0 0 786 18 0 0 25 0 1 0 528496095 582754304 129098 33554432000 134512640 135217611 4291478400 18446744073709551615 134532912 0 0 16781312 8388611 0 0 0 17 2 0 0 0
/proc/1677/statm: 142274 129098 75 173 0 142099 0
[pid=1678] ppid=1526 vsize=829328 CPUtime=0.02 cores=0-7
/proc/1678/stat : 1678 (python) S 1526 1526 32756 0 -1 4202560 906 0 0 0 0 2 0 0 18 0 1 0 528496098 849231872 138167 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338403910 0 0 16781312 514 4218189777716871426 0 0 17 1 0 0 0
/proc/1678/statm: 207332 138167 370 364 0 143244 0
[pid=1680] ppid=1678 vsize=300032 CPUtime=7.99 cores=0-7
/proc/1680/stat : 1680 (SApperloT-base) R 1678 1680 1680 0 -1 4202496 70299 0 0 0 785 14 0 0 25 0 1 0 528496099 307232768 68012 33554432000 134512640 135674940 4291134544 18446744073709551615 134564017 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/1680/statm: 75008 68012 99 284 0 74722 0
[pid=1681] ppid=1526 vsize=839584 CPUtime=0.02 cores=0-7
/proc/1681/stat : 1681 (python) S 1526 1526 32756 0 -1 4202560 946 0 0 0 0 2 0 0 18 0 1 0 528496102 859734016 138171 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338403910 0 0 16781312 514 4218193626007568644 0 0 17 1 0 0 0
/proc/1681/statm: 209896 138171 370 364 0 145805 0
[pid=1683] ppid=1681 vsize=314984 CPUtime=7.95 cores=0-7
/proc/1683/stat : 1683 (lingeling) R 1681 1683 1683 0 -1 4202496 147532 0 0 0 769 26 0 0 25 0 1 0 528496103 322543616 77899 33554432000 4194304 4352236 140733617555008 18446744073709551615 4242482 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1683/statm: 78746 77899 118 39 0 77826 0
[pid=1684] ppid=1526 vsize=915376 CPUtime=0.02 cores=0-7
/proc/1684/stat : 1684 (python) S 1526 1526 32756 0 -1 4202560 798 0 0 0 0 2 0 0 18 0 1 0 528496106 937345024 138293 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338403910 0 0 16781312 514 4450089974154363138 0 0 17 1 0 0 0
/proc/1684/statm: 228844 138293 371 364 0 164750 0
[pid=1686] ppid=1684 vsize=301564 CPUtime=7.9 cores=0-7
/proc/1686/stat : 1686 (SApperloT-base) R 1684 1686 1686 0 -1 4202496 70993 0 0 0 776 14 0 0 25 0 1 0 528496108 308801536 68509 33554432000 134512640 135674940 4292190208 18446744073709551615 134555846 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/1686/statm: 75391 68509 99 284 0 75105 0
[pid=1687] ppid=1526 vsize=925632 CPUtime=0.02 cores=0-7
/proc/1687/stat : 1687 (python) S 1526 1526 32756 0 -1 4202560 814 0 0 0 0 2 0 0 15 0 1 0 528496110 947847168 138282 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338403910 0 0 16781312 514 693189034171662596 0 0 17 7 0 0 0
/proc/1687/statm: 231408 138282 371 364 0 167311 0
[pid=1689] ppid=1687 vsize=1164104 CPUtime=7.76 cores=0-7
/proc/1689/stat : 1689 (cryptominisat-2) R 1687 1689 1689 0 -1 4202496 261548 0 0 0 741 35 0 0 25 0 1 0 528496112 1192042496 226742 33554432000 4194304 4677096 140735759258688 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/1689/statm: 291026 226742 361 118 0 285985 0
[pid=1690] ppid=1526 vsize=935888 CPUtime=0.02 cores=0-7
/proc/1690/stat : 1690 (python) S 1526 1526 32756 0 -1 4202560 822 0 0 0 0 2 0 0 18 0 1 0 528496115 958349312 138272 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338403910 0 0 16781312 514 693196730753057028 0 0 17 1 0 0 0
/proc/1690/statm: 233972 138272 371 364 0 169872 0
[pid=1692] ppid=1690 vsize=1127056 CPUtime=7.78 cores=0-7
/proc/1692/stat : 1692 (precosat) R 1690 1692 1692 0 -1 4202496 284769 0 0 0 739 39 0 0 25 0 1 0 528496118 1154105344 276461 33554432000 4194304 4890832 140733498423536 18446744073709551615 4475901 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/1692/statm: 281764 276472 74 171 0 281591 0
[pid=1693] ppid=1526 vsize=946144 CPUtime=0.02 cores=0-7
/proc/1693/stat : 1693 (python) S 1526 1526 32756 0 -1 4202560 870 0 0 0 0 2 0 0 18 0 1 0 528496119 968851456 138305 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338403910 0 0 16781312 514 693185185880965379 0 0 17 1 0 0 0
/proc/1693/statm: 236536 138305 377 364 0 172433 0
[pid=1695] ppid=1693 vsize=415416 CPUtime=7.66 cores=0-7
/proc/1695/stat : 1695 (lingeling) R 1693 1695 1695 0 -1 4202496 156262 0 0 0 741 25 0 0 25 0 1 0 528496121 425385984 103006 33554432000 4194304 4352236 140734215462736 18446744073709551615 4209503 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1695/statm: 103854 103006 118 39 0 102934 0
[pid=1526/tid=1673] ppid=1524 vsize=956388 CPUtime=0 cores=0-7
/proc/1526/task/1673/stat : 1673 (python) S 1524 1526 32756 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 528496091 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=1526/tid=1676] ppid=1524 vsize=956388 CPUtime=0 cores=0-7
/proc/1526/task/1676/stat : 1676 (python) S 1524 1526 32756 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 528496095 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 2 0 0 0
[pid=1526/tid=1679] ppid=1524 vsize=956388 CPUtime=0 cores=0-7
/proc/1526/task/1679/stat : 1679 (python) S 1524 1526 32756 0 -1 4202560 22 932 0 0 0 0 0 0 19 0 9 0 528496099 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=1526/tid=1682] ppid=1524 vsize=956388 CPUtime=0 cores=0-7
/proc/1526/task/1682/stat : 1682 (python) S 1524 1526 32756 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 9 0 528496103 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 5 0 0 0
[pid=1526/tid=1685] ppid=1524 vsize=956388 CPUtime=0 cores=0-7
/proc/1526/task/1685/stat : 1685 (python) S 1524 1526 32756 0 -1 4202560 62 932 0 0 0 0 0 0 19 0 9 0 528496108 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=1526/tid=1688] ppid=1524 vsize=956388 CPUtime=0 cores=0-7
/proc/1526/task/1688/stat : 1688 (python) S 1524 1526 32756 0 -1 4202560 35 932 0 0 0 0 0 0 20 0 9 0 528496112 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 7 0 0 0
[pid=1526/tid=1691] ppid=1524 vsize=956388 CPUtime=0 cores=0-7
/proc/1526/task/1691/stat : 1691 (python) S 1524 1526 32756 0 -1 4202560 32 932 0 0 0 0 0 0 21 0 9 0 528496116 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 4 0 0 0
[pid=1526/tid=1694] ppid=1524 vsize=956388 CPUtime=0 cores=0-7
/proc/1526/task/1694/stat : 1694 (python) S 1524 1526 32756 0 -1 4202560 33 932 0 0 0 0 0 0 22 0 9 0 528496121 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4740.95
Current children cumulated vsize (KiB) 12456408

[startup+4685.9 s]
/proc/loadavg: 1.57 1.12 1.04 9/311 1695
/proc/meminfo: memFree=13410748/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=956388 CPUtime=4677.63 cores=0-7
/proc/1526/stat : 1526 (python) S 1524 1526 32756 0 -1 4202496 2816907 932 1 0 467426 337 0 0 22 0 9 0 528028351 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/1526/statm: 239097 139821 1889 364 0 174994 0
[pid=1672] ppid=1526 vsize=808816 CPUtime=0.02 cores=0-7
/proc/1672/stat : 1672 (python) S 1526 1526 32756 0 -1 4202560 913 0 0 0 0 2 0 0 18 0 1 0 528496089 828227584 138165 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338403855 0 0 16781312 514 4415177181437591811 0 0 17 1 0 0 0
/proc/1672/statm: 202204 138165 376 364 0 138122 0
[pid=1674] ppid=1672 vsize=287928 CPUtime=8.48 cores=0-7
/proc/1674/stat : 1674 (lingeling) R 1672 1674 1674 0 -1 4202496 171435 0 0 0 820 28 0 0 25 0 1 0 528496091 294838272 71135 33554432000 4194304 4352236 140734309289600 18446744073709551615 4257285 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/1674/statm: 71982 71135 118 39 0 71062 0
[pid=1675] ppid=1526 vsize=819072 CPUtime=0.02 cores=0-7
/proc/1675/stat : 1675 (python) S 1526 1526 32756 0 -1 4202560 900 0 0 0 0 2 0 0 18 0 1 0 528496093 838729728 138163 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338403910 0 0 16781312 514 4325455933099442436 0 0 17 0 0 0 0
/proc/1675/statm: 204768 138163 370 364 0 140683 0
[pid=1677] ppid=1675 vsize=569096 CPUtime=8.44 cores=0-7
/proc/1677/stat : 1677 (glucose_static) R 1675 1677 1677 0 -1 4202496 129473 0 0 0 826 18 0 0 25 0 1 0 528496095 582754304 129112 33554432000 134512640 135217611 4291478400 18446744073709551615 134532638 0 0 16781312 8388611 0 0 0 17 2 0 0 0
/proc/1677/statm: 142274 129112 75 173 0 142099 0
[pid=1678] ppid=1526 vsize=829328 CPUtime=0.02 cores=0-7
/proc/1678/stat : 1678 (python) S 1526 1526 32756 0 -1 4202560 906 0 0 0 0 2 0 0 18 0 1 0 528496098 849231872 138167 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338403910 0 0 16781312 514 4218189777716871426 0 0 17 1 0 0 0
/proc/1678/statm: 207332 138167 370 364 0 143244 0
[pid=1680] ppid=1678 vsize=300032 CPUtime=8.4 cores=0-7
/proc/1680/stat : 1680 (SApperloT-base) R 1678 1680 1680 0 -1 4202496 70338 0 0 0 826 14 0 0 25 0 1 0 528496099 307232768 68051 33554432000 134512640 135674940 4291134544 18446744073709551615 134564250 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/1680/statm: 75008 68051 99 284 0 74722 0
[pid=1681] ppid=1526 vsize=839584 CPUtime=0.02 cores=0-7
/proc/1681/stat : 1681 (python) S 1526 1526 32756 0 -1 4202560 946 0 0 0 0 2 0 0 18 0 1 0 528496102 859734016 138171 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338403910 0 0 16781312 514 4218193626007568644 0 0 17 1 0 0 0
/proc/1681/statm: 209896 138171 370 364 0 145805 0
[pid=1683] ppid=1681 vsize=284708 CPUtime=8.35 cores=0-7
/proc/1683/stat : 1683 (lingeling) R 1681 1683 1683 0 -1 4202496 162300 0 0 0 808 27 0 0 25 0 1 0 528496103 291540992 70330 33554432000 4194304 4352236 140733617555008 18446744073709551615 4242592 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/1683/statm: 71177 70330 118 39 0 70257 0
[pid=1684] ppid=1526 vsize=915376 CPUtime=0.02 cores=0-7
/proc/1684/stat : 1684 (python) S 1526 1526 32756 0 -1 4202560 800 0 0 0 0 2 0 0 15 0 1 0 528496106 937345024 138293 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350213951 0 0 16781312 514 18446744071562312847 0 0 17 1 0 0 0
/proc/1684/statm: 228844 138293 371 364 0 164750 0
[pid=1686] ppid=1684 vsize=0 CPUtime=8.31 cores=0-7
/proc/1686/stat : 1686 (SApperloT-base) R 1684 1686 1686 0 -1 4202500 70997 0 0 0 817 14 0 0 25 0 1 0 528496108 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/1686/statm: 0 0 0 0 0 0 0
[pid=1687] ppid=1526 vsize=925632 CPUtime=0.02 cores=0-7
/proc/1687/stat : 1687 (python) S 1526 1526 32756 0 -1 4202560 814 0 0 0 0 2 0 0 15 0 1 0 528496110 947847168 138282 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338403910 0 0 16781312 514 693189034171662596 0 0 17 7 0 0 0
/proc/1687/statm: 231408 138282 371 364 0 167311 0
[pid=1689] ppid=1687 vsize=1174344 CPUtime=8.15 cores=0-7
/proc/1689/stat : 1689 (cryptominisat-2) R 1687 1689 1689 0 -1 4202496 263581 0 0 0 780 35 0 0 25 0 1 0 528496112 1202528256 228775 33554432000 4194304 4677096 140735759258688 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/1689/statm: 293586 228775 361 118 0 288545 0
[pid=1690] ppid=1526 vsize=935888 CPUtime=0.02 cores=0-7
/proc/1690/stat : 1690 (python) S 1526 1526 32756 0 -1 4202560 822 0 0 0 0 2 0 0 18 0 1 0 528496115 958349312 138272 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338403910 0 0 16781312 514 693196730753057028 0 0 17 1 0 0 0
/proc/1690/statm: 233972 138272 371 364 0 169872 0
[pid=1692] ppid=1690 vsize=1142584 CPUtime=8.19 cores=0-7
/proc/1692/stat : 1692 (precosat) R 1690 1692 1692 0 -1 4202496 292293 0 0 0 779 40 0 0 25 0 1 0 528496118 1170006016 283985 33554432000 4194304 4890832 140733498423536 18446744073709551615 4213994 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/1692/statm: 285646 283985 74 171 0 285473 0
[pid=1693] ppid=1526 vsize=946144 CPUtime=0.02 cores=0-7
/proc/1693/stat : 1693 (python) S 1526 1526 32756 0 -1 4202560 870 0 0 0 0 2 0 0 18 0 1 0 528496119 968851456 138305 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338403910 0 0 16781312 514 693185185880965379 0 0 17 1 0 0 0
/proc/1693/statm: 236536 138305 377 364 0 172433 0
[pid=1695] ppid=1693 vsize=317056 CPUtime=8.07 cores=0-7
/proc/1695/stat : 1695 (lingeling) R 1693 1695 1695 0 -1 4202496 156262 0 0 0 781 26 0 0 25 0 1 0 528496121 324665344 78416 33554432000 4194304 4352236 140734215462736 18446744073709551615 4255325 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1695/statm: 79264 78416 118 39 0 78344 0
[pid=1526/tid=1673] ppid=1524 vsize=956388 CPUtime=0 cores=0-7
/proc/1526/task/1673/stat : 1673 (python) S 1524 1526 32756 0 -1 4202560 26 932 0 0 0 0 0 0 25 0 9 0 528496091 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=1526/tid=1676] ppid=1524 vsize=956388 CPUtime=0 cores=0-7
/proc/1526/task/1676/stat : 1676 (python) S 1524 1526 32756 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 528496095 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 2 0 0 0
[pid=1526/tid=1679] ppid=1524 vsize=956388 CPUtime=0 cores=0-7
/proc/1526/task/1679/stat : 1679 (python) S 1524 1526 32756 0 -1 4202560 22 932 0 0 0 0 0 0 19 0 9 0 528496099 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=1526/tid=1682] ppid=1524 vsize=956388 CPUtime=0 cores=0-7
/proc/1526/task/1682/stat : 1682 (python) S 1524 1526 32756 0 -1 4202560 25 932 0 0 0 0 0 0 18 0 9 0 528496103 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 5 0 0 0
[pid=1526/tid=1685] ppid=1524 vsize=956388 CPUtime=0 cores=0-7
/proc/1526/task/1685/stat : 1685 (python) S 1524 1526 32756 0 -1 4202560 62 932 0 0 0 0 0 0 19 0 9 0 528496108 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=1526/tid=1688] ppid=1524 vsize=956388 CPUtime=0 cores=0-7
/proc/1526/task/1688/stat : 1688 (python) S 1524 1526 32756 0 -1 4202560 35 932 0 0 0 0 0 0 20 0 9 0 528496112 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 7 0 0 0
[pid=1526/tid=1691] ppid=1524 vsize=956388 CPUtime=0 cores=0-7
/proc/1526/task/1691/stat : 1691 (python) S 1524 1526 32756 0 -1 4202560 32 932 0 0 0 0 0 0 21 0 9 0 528496116 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 4 0 0 0
[pid=1526/tid=1694] ppid=1524 vsize=956388 CPUtime=0 cores=0-7
/proc/1526/task/1694/stat : 1694 (python) S 1524 1526 32756 0 -1 4202560 33 932 0 0 0 0 0 0 22 0 9 0 528496121 979341312 139821 33554432000 4194304 5683644 140735860195024 18446744073709551615 270350207409 0 0 16781312 2 18446604453985335104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4744.18
Current children cumulated vsize (KiB) 12051976

[startup+4686.3 s]
/proc/loadavg: 1.57 1.12 1.04 9/311 1695
/proc/meminfo: memFree=13410748/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=905060 CPUtime=4745.55 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202496 2898607 1326590 1 0 467436 342 6525 252 16 0 1 0 528028351 926781440 139751 33554432000 4194304 5683644 140735860195024 18446744073709551615 270338039223 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1526/statm: 226265 139751 1873 364 0 162189 0
Current children cumulated CPU time (s) 4745.55
Current children cumulated vsize (KiB) 905060

[startup+4686.4 s]
/proc/loadavg: 1.57 1.12 1.04 9/311 1695
/proc/meminfo: memFree=13410748/32951124 swapFree=67111356/67111528
[pid=1526] ppid=1524 vsize=0 CPUtime=4745.66 cores=0-7
/proc/1526/stat : 1526 (python) R 1524 1526 32756 0 -1 4202500 2942630 1326590 1 0 467442 347 6525 252 16 0 1 0 528028351 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/1526/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4745.66
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 4686.42
CPU time (s): 4745.69
CPU user time (s): 4739.67
CPU system time (s): 6.01308
CPU usage (%): 101.265
Max. virtual memory (cumulated for all children) (KiB): 12557404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4739.67
system time used= 6.01309
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4269220
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= 3224
involuntary context switches= 7452

runsolver used 11.4163 second user time and 26.9729 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-02 19:08:47
IDJOB=3322755
IDBENCH=88172
IDSOLVER=1710
FILE ID=node143/3322755-1304356122
RUNJOBID= node143-1304349042-302
PBS_JOBID= 13178670
Free space on /tmp= 73432 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-18-U-10652.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-3322755-1304356122/watcher-3322755-1304356122 -o /tmp/evaluation-result-3322755-1304356122/solver-3322755-1304356122 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322755-1304356122.cnf -seed 1667919757 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f0f11935e861485056485b47c5e1a7c3
RANDOM SEED=1667919757

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17997864 kB
Buffers:        323488 kB
Cached:        2068108 kB
SwapCached:        168 kB
Active:       12957056 kB
Inactive:      1655128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17997864 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:          152888 kB
Writeback:           0 kB
AnonPages:    12220104 kB
Mapped:          25304 kB
Slab:           232560 kB
PageTables:      42840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 55242692 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= 73400 MiB
End job on node143 at 2011-05-02 20:26:54