Trace number 3378790

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-industrial (fixed)? (MO) 1789.43 1103.61

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq60_a.cnf
MD5SUM1e60a63f1ba68b9b3c423ca413b4fa2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark802.03
Satisfiable
(Un)Satisfiability was proved
Number of variables651875
Number of clauses9927770
Sum of the clauses size28821360
Maximum clause length195
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28783867
Number of clauses of size 3839934
Number of clauses of size 410777
Number of clauses of size 570916
Number of clauses of size over 5222275

Solver Data

0.31/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.48	c INFO: solving HOME/instance-3378790-1305467500.cnf
0.31/0.48	c INFO: computing task features
44.69/44.89	c INFO: computed variable-clause graph statistics
45.99/46.10	c INFO: computed clause balance statistics
201.60/201.79	c INFO: computed variable balance statistics
307.21/307.33	c INFO: computed small-clause counts
313.81/313.96	c INFO: computed Horn-clause counts
804.69/804.86	c INFO: computed variable graph statistics
804.69/804.89	c INFO: collected features for HOME/instance-3378790-1305467500.cnf in 802.16 s
804.79/804.90	c INFO: running lingeling-276@0 for 97 with 395 remaining (b = 0.78)
804.79/804.93	c INFO: running precosat-570@0 for 97 with 395 remaining (b = 0.63)
804.79/804.96	c INFO: running lingeling-276@0 for 395 with 395 remaining (b = 0.76)
804.79/804.98	c INFO: running precosat-570@0 for 97 with 395 remaining (b = 0.39)
1147.32/903.39	c INFO: running glucosER@0 for 297 with 297 remaining (b = 0.42)
1153.61/905.46	c INFO: running lingeling-276@0 for 295 with 295 remaining (b = 0.34)
1157.17/906.69	c INFO: running lingeling-276@0 for 97 with 293 remaining (b = 0.45)
1645.65/1055.39	c INFO: running cryptominisat-2.9.0@0 for 145 with 145 remaining (b = 0.16)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378790-1305467500/watcher-3378790-1305467500 -o /tmp/evaluation-result-3378790-1305467500/solver-3378790-1305467500 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378790-1305467500.cnf -seed 1253144142 -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: 6.06 8.33 8.87 3/486 27584
/proc/meminfo: memFree=14950032/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 1033 0 0 0 0 0 0 0 20 0 1 0 658348215 16629760 905 33554432000 4194304 5683644 140735334169632 18446744073709551615 4957392 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27584/statm: 4060 905 380 364 0 547 0

[startup+0.0597779 s]
/proc/loadavg: 6.06 8.33 8.87 3/486 27584
/proc/meminfo: memFree=14950032/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=30116 CPUtime=0.04 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 1515 0 0 0 3 1 0 0 17 0 1 0 658348215 30838784 1352 33554432000 4194304 5683644 140735334169632 18446744073709551615 218900807303 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27584/statm: 7529 1352 443 364 0 899 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30116

[startup+0.100752 s]
/proc/loadavg: 6.06 8.33 8.87 3/486 27584
/proc/meminfo: memFree=14950032/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=96952 CPUtime=0.07 cores=0,2,4,6
/proc/27584/stat : 27584 (python) S 27582 27584 25950 0 -1 4202496 2820 0 0 0 5 2 0 0 17 0 1 0 658348215 99278848 2523 33554432000 4194304 5683644 140735334169632 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/27584/statm: 24238 2523 792 364 0 1686 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 96952

[startup+0.300702 s]
/proc/loadavg: 6.06 8.33 8.87 3/486 27584
/proc/meminfo: memFree=14950032/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=154348 CPUtime=0.23 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 6346 931 1 0 17 6 0 0 17 0 1 0 658348215 158052352 4474 33554432000 4194304 5683644 140735334169632 18446744073709551615 218905729024 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27584/statm: 38587 4474 1250 364 0 3215 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 154348

[startup+0.700596 s]
/proc/loadavg: 6.06 8.33 8.87 3/486 27584
/proc/meminfo: memFree=14950032/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=509624 CPUtime=0.59 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 67083 931 1 0 39 20 0 0 18 0 1 0 658348215 521854976 64662 33554432000 4194304 5683644 140735334169632 18446744073709551615 5007616 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/27584/statm: 127406 64662 1761 364 0 63330 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 509624

[startup+1.50048 s]
/proc/loadavg: 6.06 8.33 8.87 4/487 27589
/proc/meminfo: memFree=14440384/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=561620 CPUtime=1.39 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 79875 931 1 0 117 22 0 0 19 0 1 0 658348215 575098880 77454 33554432000 4194304 5683644 140735334169632 18446744073709551615 218905391813 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27584/statm: 140405 77455 1761 364 0 76329 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 561620

[startup+3.1002 s]
/proc/loadavg: 6.06 8.33 8.87 4/487 27589
/proc/meminfo: memFree=14303240/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=669388 CPUtime=2.99 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 105651 931 1 0 270 29 0 0 22 0 1 0 658348215 685453312 103230 33554432000 4194304 5683644 140735334169632 18446744073709551615 218905391813 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27584/statm: 167347 103230 1761 364 0 103271 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 669388

[startup+6.30062 s]
/proc/loadavg: 5.97 8.27 8.85 4/487 27589
/proc/meminfo: memFree=13847176/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=882672 CPUtime=6.19 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 157010 931 1 0 583 36 0 0 25 0 1 0 658348215 903856128 154589 33554432000 4194304 5683644 140735334169632 18446744073709551615 218905391813 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27584/statm: 220668 154591 1761 364 0 156592 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 882672

[startup+12.7005 s]
/proc/loadavg: 5.74 8.18 8.81 4/487 27589
/proc/meminfo: memFree=13026596/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=1296384 CPUtime=12.59 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 260122 931 1 0 1209 50 0 0 25 0 1 0 658348215 1327497216 257701 33554432000 4194304 5683644 140735334169632 18446744073709551615 218905391813 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27584/statm: 324096 257702 1761 364 0 260020 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1296384

[startup+25.5012 s]
/proc/loadavg: 5.31 8.01 8.75 4/487 27589
/proc/meminfo: memFree=11633696/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=2185072 CPUtime=25.39 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 430382 931 1 0 2467 72 0 0 25 0 1 0 658348215 2237513728 427961 33554432000 4194304 5683644 140735334169632 18446744073709551615 46922165291717 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27584/statm: 546268 427962 1761 364 0 482192 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 2185072

[startup+51.1005 s]
/proc/loadavg: 4.48 7.55 8.57 4/487 27590
/proc/meminfo: memFree=11508420/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=2112848 CPUtime=50.98 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 1378915 931 1 0 4918 180 0 0 25 0 1 0 658348215 2163556352 465596 33554432000 4194304 5683644 140735334169632 18446744073709551615 218905391683 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27584/statm: 528212 465596 1826 364 0 464136 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 2112848

[startup+102.3 s]
/proc/loadavg: 3.64 6.85 8.28 4/487 27591
/proc/meminfo: memFree=11506224/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=2112848 CPUtime=102.18 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 1378915 931 1 0 10038 180 0 0 25 0 1 0 658348215 2163556352 465596 33554432000 4194304 5683644 140735334169632 18446744073709551615 46922165260589 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27584/statm: 528212 465596 1826 364 0 464136 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 2112848

[startup+162.3 s]
/proc/loadavg: 3.23 6.14 7.95 4/487 27593
/proc/meminfo: memFree=11506380/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=2112848 CPUtime=162.19 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 1378915 931 1 0 16039 180 0 0 25 0 1 0 658348215 2163556352 465596 33554432000 4194304 5683644 140735334169632 18446744073709551615 4457125 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27584/statm: 528212 465596 1826 364 0 464136 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 2112848

[startup+222.301 s]
/proc/loadavg: 3.08 5.57 7.63 4/487 27595
/proc/meminfo: memFree=11508208/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=2112848 CPUtime=222.19 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 1378916 931 1 0 22039 180 0 0 25 0 1 0 658348215 2163556352 465597 33554432000 4194304 5683644 140735334169632 18446744073709551615 218909139625 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27584/statm: 528212 465597 1827 364 0 464136 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 2112848

[startup+282.301 s]
/proc/loadavg: 3.03 5.10 7.34 4/487 27596
/proc/meminfo: memFree=11508168/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=2112848 CPUtime=282.19 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 1378916 931 1 0 28039 180 0 0 25 0 1 0 658348215 2163556352 465597 33554432000 4194304 5683644 140735334169632 18446744073709551615 46922165358627 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27584/statm: 528212 465597 1827 364 0 464136 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 2112848

[startup+342.301 s]
/proc/loadavg: 3.04 4.73 7.07 4/487 27598
/proc/meminfo: memFree=11508268/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=2112848 CPUtime=342.19 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 1863697 931 1 0 33989 230 0 0 25 0 1 0 658348215 2163556352 465603 33554432000 4194304 5683644 140735334169632 18446744073709551615 46922165110924 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27584/statm: 528212 465603 1833 364 0 464136 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 2112848

[startup+402.301 s]
/proc/loadavg: 3.01 4.41 6.81 4/487 27599
/proc/meminfo: memFree=11508724/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=2112848 CPUtime=402.19 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 1863697 931 1 0 39989 230 0 0 25 0 1 0 658348215 2163556352 465603 33554432000 4194304 5683644 140735334169632 18446744073709551615 46922165110912 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27584/statm: 528212 465603 1833 364 0 464136 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 2112848

[startup+462.301 s]
/proc/loadavg: 3.00 4.15 6.57 4/487 27601
/proc/meminfo: memFree=11508816/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=2112848 CPUtime=462.2 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 1863697 931 1 0 45990 230 0 0 25 0 1 0 658348215 2163556352 465603 33554432000 4194304 5683644 140735334169632 18446744073709551615 46922165110924 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27584/statm: 528212 465603 1833 364 0 464136 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 2112848

[startup+522.3 s]
/proc/loadavg: 3.00 3.94 6.35 4/487 27603
/proc/meminfo: memFree=11509032/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=2112848 CPUtime=522.19 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 1863697 931 1 0 51989 230 0 0 25 0 1 0 658348215 2163556352 465603 33554432000 4194304 5683644 140735334169632 18446744073709551615 46922165110924 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27584/statm: 528212 465603 1833 364 0 464136 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 2112848

[startup+582.317 s]
/proc/loadavg: 3.10 3.80 6.14 4/487 27613
/proc/meminfo: memFree=11509292/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=2112848 CPUtime=582.2 cores=0,2,4,6
/proc/27584/stat : 27584 (python) R 27582 27584 25950 0 -1 4202496 1863697 931 1 0 57990 230 0 0 25 0 1 0 658348215 2163556352 465603 33554432000 4194304 5683644 140735334169632 18446744073709551615 46922165110924 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27584/statm: 528212 465603 1833 364 0 464136 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2112848

[startup+642.301 s]

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

Current children cumulated vsize (KiB) 13396576

[startup+1062.3 s]
/proc/loadavg: 9.15 7.26 6.73 10/533 27675
/proc/meminfo: memFree=2777952/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=1329632 CPUtime=804.98 cores=0,2,4,6
/proc/27584/stat : 27584 (python) S 27582 27584 25950 0 -1 4202496 1868598 931 1 0 80249 249 0 0 19 0 8 0 658348215 1361543168 251923 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27584/statm: 332408 251923 1880 364 0 268308 0
[pid=27640] ppid=27584 vsize=1268096 CPUtime=1.03 cores=0,2,4,6
/proc/27640/stat : 27640 (python) S 27584 27584 25950 0 -1 4202560 1204 0 0 0 51 52 0 0 18 0 2 0 658428706 1298530304 250436 33554432000 4194304 5683644 140735334169632 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27640/statm: 317024 250436 416 364 0 252942 0
[pid=27642] ppid=27640 vsize=396788 CPUtime=220.39 cores=0,2,4,6
/proc/27642/stat : 27642 (lingeling) R 27640 27642 27642 0 -1 4202496 265205 0 0 0 21998 41 0 0 25 0 1 0 658428708 406310912 98367 33554432000 4194304 4352236 140734318573648 18446744073709551615 4245513 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/27642/statm: 99197 98367 129 39 0 98277 0
[pid=27640/tid=27659] ppid=27584 vsize=1268096 CPUtime=0 cores=0,2,4,6
/proc/27640/task/27659/stat : 27659 (python) S 27584 27584 25950 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658438554 1298530304 250436 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 514 18446604444804468928 0 0 -1 6 0 0 0
[pid=27643] ppid=27584 vsize=1268108 CPUtime=0.4 cores=0,2,4,6
/proc/27643/stat : 27643 (python) S 27584 27584 25950 0 -1 4202560 1096 0 0 0 20 20 0 0 19 0 2 0 658428708 1298542592 250419 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/27643/statm: 317027 250419 399 364 0 252942 0
[pid=27645] ppid=27643 vsize=1263428 CPUtime=100.07 cores=0,2,4,6
/proc/27645/stat : 27645 (precosat) T 27643 27645 27645 0 -1 4202496 318489 0 0 0 9955 52 0 0 25 0 1 0 658428711 1293750272 307703 33554432000 4194304 4890832 140734056246624 18446744073709551615 4295266 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/27645/statm: 315857 307703 86 171 0 315684 0
[pid=27643/tid=27663] ppid=27584 vsize=1268108 CPUtime=0 cores=0,2,4,6
/proc/27643/task/27663/stat : 27663 (python) S 27584 27584 25950 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658438761 1298542592 250419 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 514 18446604441753289088 0 0 -1 2 0 0 0
[pid=27646] ppid=27584 vsize=1278364 CPUtime=1.03 cores=0,2,4,6
/proc/27646/stat : 27646 (python) S 27584 27584 25950 0 -1 4202560 994 0 0 0 51 52 0 0 18 0 1 0 658428711 1309044736 250393 33554432000 4194304 5683644 140735334169632 18446744073709551615 218905751110 0 0 16781312 514 16713509128055521537 0 0 17 6 0 0 0
/proc/27646/statm: 319591 250393 370 364 0 255503 0
[pid=27650] ppid=27646 vsize=510644 CPUtime=176.96 cores=0,2,4,6
/proc/27650/stat : 27650 (lingeling) R 27646 27650 27650 0 -1 4202496 245940 0 0 0 17656 40 0 0 25 0 1 0 658428716 522899456 126862 33554432000 4194304 4352236 140735067627472 18446744073709551615 4245501 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/27650/statm: 127661 126862 129 39 0 126741 0
[pid=27648] ppid=27584 vsize=1288620 CPUtime=0.42 cores=0,2,4,6
/proc/27648/stat : 27648 (python) S 27584 27584 25950 0 -1 4202560 1126 0 0 0 22 20 0 0 19 0 2 0 658428714 1319546880 250427 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27648/statm: 322155 250427 399 364 0 258064 0
[pid=27651] ppid=27648 vsize=1262820 CPUtime=98.74 cores=0,2,4,6
/proc/27651/stat : 27651 (precosat) T 27648 27651 27651 0 -1 4202496 317474 0 0 0 9820 54 0 0 25 0 1 0 658428718 1293127680 306718 33554432000 4194304 4890832 140737402471584 18446744073709551615 4213742 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/27651/statm: 315705 306718 86 171 0 315532 0
[pid=27648/tid=27664] ppid=27584 vsize=1288620 CPUtime=0 cores=0,2,4,6
/proc/27648/task/27664/stat : 27664 (python) S 27584 27584 25950 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658438883 1319546880 250427 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 514 18446604445590176704 0 0 -1 6 0 0 0
[pid=27660] ppid=27584 vsize=1298876 CPUtime=0.64 cores=0,2,4,6
/proc/27660/stat : 27660 (python) S 27584 27584 25950 0 -1 4202560 981 0 0 0 32 32 0 0 18 0 1 0 658438554 1330049024 250401 33554432000 4194304 5683644 140735334169632 18446744073709551615 218905751110 0 0 16781312 514 16713509128055521538 0 0 17 6 0 0 0
/proc/27660/statm: 324719 250401 370 364 0 260625 0
[pid=27662] ppid=27660 vsize=695868 CPUtime=156.75 cores=0,2,4,6
/proc/27662/stat : 27662 (glucoser_static) R 27660 27662 27662 0 -1 4202496 166533 0 0 0 15645 30 0 0 25 0 1 0 658438557 712568832 166254 33554432000 134512640 134580299 4294147504 18446744073709551615 134553046 0 0 16781312 8388611 0 0 0 17 4 0 0 0
/proc/27662/statm: 173967 166254 243 17 0 173295 0
[pid=27665] ppid=27584 vsize=1309132 CPUtime=0.59 cores=0,2,4,6
/proc/27665/stat : 27665 (python) S 27584 27584 25950 0 -1 4202560 1124 0 0 0 28 31 0 0 19 0 2 0 658438884 1340551168 250435 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/27665/statm: 327283 250435 399 364 0 263186 0
[pid=27667] ppid=27665 vsize=376600 CPUtime=101.08 cores=0,2,4,6
/proc/27667/stat : 27667 (lingeling) T 27665 27667 27667 0 -1 4202496 168120 0 0 0 10072 36 0 0 25 0 1 0 658438886 385638400 93320 33554432000 4194304 4352236 140733841716752 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/27667/statm: 94150 93320 129 39 0 93230 0
[pid=27665/tid=27672] ppid=27584 vsize=1309132 CPUtime=0 cores=0,2,4,6
/proc/27665/task/27672/stat : 27672 (python) S 27584 27584 25950 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658453754 1340551168 250435 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 514 18446604447376709504 0 0 -1 2 0 0 0
[pid=27673] ppid=27584 vsize=1319388 CPUtime=0.03 cores=0,2,4,6
/proc/27673/stat : 27673 (python) S 27584 27584 25950 0 -1 4202560 916 0 0 0 0 3 0 0 18 0 1 0 658453754 1351053312 250409 33554432000 4194304 5683644 140735334169632 18446744073709551615 218905751110 0 0 16781312 514 5443526767396487425 0 0 17 4 0 0 0
/proc/27673/statm: 329847 250409 370 364 0 265747 0
[pid=27675] ppid=27673 vsize=600244 CPUtime=3.37 cores=0,2,4,6
/proc/27675/stat : 27675 (cryptominisat-2) R 27673 27675 27675 0 -1 4202496 119384 0 0 0 309 28 0 0 25 0 1 0 658453756 614649856 101549 33554432000 4194304 4677096 140735304062656 18446744073709551615 218905396088 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/27675/statm: 150061 101549 336 118 0 145020 0
[pid=27584/tid=27641] ppid=27582 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/27584/task/27641/stat : 27641 (python) S 27582 27584 25950 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 658428708 1361543168 251923 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 2 18446604453301557440 0 0 -1 6 0 0 0
[pid=27584/tid=27644] ppid=27582 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/27584/task/27644/stat : 27644 (python) S 27582 27584 25950 0 -1 4202560 22 931 0 0 0 0 0 0 25 0 8 0 658428710 1361543168 251923 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 2 18446604453301557440 0 0 -1 2 0 0 0
[pid=27584/tid=27647] ppid=27582 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/27584/task/27647/stat : 27647 (python) S 27582 27584 25950 0 -1 4202560 36 931 0 0 0 0 0 0 25 0 8 0 658428713 1361543168 251923 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 2 18446604453301557440 0 0 -1 6 0 0 0
[pid=27584/tid=27649] ppid=27582 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/27584/task/27649/stat : 27649 (python) S 27582 27584 25950 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 8 0 658428716 1361543168 251923 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 2 18446604453301557440 0 0 -1 6 0 0 0
[pid=27584/tid=27661] ppid=27582 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/27584/task/27661/stat : 27661 (python) S 27582 27584 25950 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 8 0 658438557 1361543168 251923 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 2 18446604453301557440 0 0 -1 2 0 0 0
[pid=27584/tid=27666] ppid=27582 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/27584/task/27666/stat : 27666 (python) S 27582 27584 25950 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 8 0 658438886 1361543168 251923 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 2 18446604453301557440 0 0 -1 2 0 0 0
[pid=27584/tid=27674] ppid=27582 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/27584/task/27674/stat : 27674 (python) S 27582 27584 25950 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 8 0 658453756 1361543168 251923 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 2 18446604453301557440 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1666.48
Current children cumulated vsize (KiB) 15466608



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1103.5 s]
/proc/loadavg: 9.18 7.51 6.83 10/533 27676
/proc/meminfo: memFree=2210652/32951124 swapFree=65581060/67111528
[pid=27584] ppid=27582 vsize=1329632 CPUtime=804.98 cores=0,2,4,6
/proc/27584/stat : 27584 (python) S 27582 27584 25950 0 -1 4202496 1868598 931 1 0 80249 249 0 0 19 0 8 0 658348215 1361543168 251923 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27584/statm: 332408 251923 1880 364 0 268308 0
[pid=27640] ppid=27584 vsize=1268096 CPUtime=1.19 cores=0,2,4,6
/proc/27640/stat : 27640 (python) S 27584 27584 25950 0 -1 4202560 1204 0 0 0 60 59 0 0 18 0 2 0 658428706 1298530304 250436 33554432000 4194304 5683644 140735334169632 18446744073709551615 218905751110 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27640/statm: 317024 250436 416 364 0 252942 0
[pid=27642] ppid=27640 vsize=396788 CPUtime=240.41 cores=0,2,4,6
/proc/27642/stat : 27642 (lingeling) R 27640 27642 27642 0 -1 4202496 265205 0 0 0 24000 41 0 0 25 0 1 0 658428708 406310912 98367 33554432000 4194304 4352236 140734318573648 18446744073709551615 4267820 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/27642/statm: 99197 98367 129 39 0 98277 0
[pid=27640/tid=27659] ppid=27584 vsize=1268096 CPUtime=0 cores=0,2,4,6
/proc/27640/task/27659/stat : 27659 (python) S 27584 27584 25950 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658438554 1298530304 250436 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 514 18446604444804468928 0 0 -1 6 0 0 0
[pid=27643] ppid=27584 vsize=1268108 CPUtime=0.4 cores=0,2,4,6
/proc/27643/stat : 27643 (python) S 27584 27584 25950 0 -1 4202560 1096 0 0 0 20 20 0 0 19 0 2 0 658428708 1298542592 250419 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/27643/statm: 317027 250419 399 364 0 252942 0
[pid=27645] ppid=27643 vsize=1263428 CPUtime=100.07 cores=0,2,4,6
/proc/27645/stat : 27645 (precosat) T 27643 27645 27645 0 -1 4202496 318489 0 0 0 9955 52 0 0 25 0 1 0 658428711 1293750272 307703 33554432000 4194304 4890832 140734056246624 18446744073709551615 4295266 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/27645/statm: 315857 307703 86 171 0 315684 0
[pid=27643/tid=27663] ppid=27584 vsize=1268108 CPUtime=0 cores=0,2,4,6
/proc/27643/task/27663/stat : 27663 (python) S 27584 27584 25950 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658438761 1298542592 250419 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 514 18446604441753289088 0 0 -1 2 0 0 0
[pid=27646] ppid=27584 vsize=1278364 CPUtime=1.18 cores=0,2,4,6
/proc/27646/stat : 27646 (python) S 27584 27584 25950 0 -1 4202560 994 0 0 0 59 59 0 0 18 0 1 0 658428711 1309044736 250393 33554432000 4194304 5683644 140735334169632 18446744073709551615 218905751110 0 0 16781312 514 16713509128055521537 0 0 17 6 0 0 0
/proc/27646/statm: 319591 250393 370 364 0 255503 0
[pid=27650] ppid=27646 vsize=364540 CPUtime=218.18 cores=0,2,4,6
/proc/27650/stat : 27650 (lingeling) R 27646 27650 27650 0 -1 4202496 273027 0 0 0 21773 45 0 0 25 0 1 0 658428716 373288960 90304 33554432000 4194304 4352236 140735067627472 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/27650/statm: 91135 90304 129 39 0 90215 0
[pid=27648] ppid=27584 vsize=1288620 CPUtime=0.42 cores=0,2,4,6
/proc/27648/stat : 27648 (python) S 27584 27584 25950 0 -1 4202560 1126 0 0 0 22 20 0 0 19 0 2 0 658428714 1319546880 250427 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27648/statm: 322155 250427 399 364 0 258064 0
[pid=27651] ppid=27648 vsize=1262820 CPUtime=98.74 cores=0,2,4,6
/proc/27651/stat : 27651 (precosat) T 27648 27651 27651 0 -1 4202496 317474 0 0 0 9820 54 0 0 25 0 1 0 658428718 1293127680 306718 33554432000 4194304 4890832 140737402471584 18446744073709551615 4213742 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/27651/statm: 315705 306718 86 171 0 315532 0
[pid=27648/tid=27664] ppid=27584 vsize=1288620 CPUtime=0 cores=0,2,4,6
/proc/27648/task/27664/stat : 27664 (python) S 27584 27584 25950 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658438883 1319546880 250427 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 514 18446604445590176704 0 0 -1 6 0 0 0
[pid=27660] ppid=27584 vsize=1298876 CPUtime=0.8 cores=0,2,4,6
/proc/27660/stat : 27660 (python) S 27584 27584 25950 0 -1 4202560 994 0 0 0 40 40 0 0 18 0 1 0 658438554 1330049024 250401 33554432000 4194304 5683644 140735334169632 18446744073709551615 218905751110 0 0 16781312 514 16713509128055521538 0 0 17 0 0 0 0
/proc/27660/statm: 324719 250401 370 364 0 260625 0
[pid=27662] ppid=27660 vsize=698672 CPUtime=197.79 cores=0,2,4,6
/proc/27662/stat : 27662 (glucoser_static) R 27660 27662 27662 0 -1 4202496 167210 0 0 0 19749 30 0 0 25 0 1 0 658438557 715440128 166931 33554432000 134512640 134580299 4294147504 18446744073709551615 134553119 0 0 16781312 8388611 0 0 0 17 4 0 0 0
/proc/27662/statm: 174668 166931 243 17 0 173996 0
[pid=27665] ppid=27584 vsize=1309132 CPUtime=0.59 cores=0,2,4,6
/proc/27665/stat : 27665 (python) S 27584 27584 25950 0 -1 4202560 1124 0 0 0 28 31 0 0 19 0 2 0 658438884 1340551168 250435 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/27665/statm: 327283 250435 399 364 0 263186 0
[pid=27667] ppid=27665 vsize=376600 CPUtime=101.08 cores=0,2,4,6
/proc/27667/stat : 27667 (lingeling) T 27665 27667 27667 0 -1 4202496 168120 0 0 0 10072 36 0 0 25 0 1 0 658438886 385638400 93320 33554432000 4194304 4352236 140733841716752 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/27667/statm: 94150 93320 129 39 0 93230 0
[pid=27665/tid=27672] ppid=27584 vsize=1309132 CPUtime=0 cores=0,2,4,6
/proc/27665/task/27672/stat : 27672 (python) S 27584 27584 25950 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658453754 1340551168 250435 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 514 18446604447376709504 0 0 -1 2 0 0 0
[pid=27673] ppid=27584 vsize=1319388 CPUtime=0.2 cores=0,2,4,6
/proc/27673/stat : 27673 (python) S 27584 27584 25950 0 -1 4202560 936 0 0 0 9 11 0 0 15 0 1 0 658453754 1351053312 250409 33554432000 4194304 5683644 140735334169632 18446744073709551615 218905751110 0 0 16781312 514 3046597191280853249 0 0 17 4 0 0 0
/proc/27673/statm: 329847 250409 370 364 0 265747 0
[pid=27675] ppid=27673 vsize=1167972 CPUtime=23.4 cores=0,2,4,6
/proc/27675/stat : 27675 (cryptominisat-2) R 27673 27675 27675 0 -1 4202496 242501 0 0 0 2292 48 0 0 25 0 1 0 658453756 1196003328 224601 33554432000 4194304 4677096 140735304062656 18446744073709551615 4485098 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/27675/statm: 291993 224601 366 118 0 286952 0
[pid=27584/tid=27641] ppid=27582 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/27584/task/27641/stat : 27641 (python) S 27582 27584 25950 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 658428708 1361543168 251923 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 2 18446604453301557440 0 0 -1 6 0 0 0
[pid=27584/tid=27644] ppid=27582 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/27584/task/27644/stat : 27644 (python) S 27582 27584 25950 0 -1 4202560 22 931 0 0 0 0 0 0 25 0 8 0 658428710 1361543168 251923 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 2 18446604453301557440 0 0 -1 2 0 0 0
[pid=27584/tid=27647] ppid=27582 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/27584/task/27647/stat : 27647 (python) S 27582 27584 25950 0 -1 4202560 36 931 0 0 0 0 0 0 25 0 8 0 658428713 1361543168 251923 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 2 18446604453301557440 0 0 -1 6 0 0 0
[pid=27584/tid=27649] ppid=27582 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/27584/task/27649/stat : 27649 (python) S 27582 27584 25950 0 -1 4202560 24 931 0 0 0 0 0 0 25 0 8 0 658428716 1361543168 251923 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 2 18446604453301557440 0 0 -1 6 0 0 0
[pid=27584/tid=27661] ppid=27582 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/27584/task/27661/stat : 27661 (python) S 27582 27584 25950 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 8 0 658438557 1361543168 251923 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 2 18446604453301557440 0 0 -1 2 0 0 0
[pid=27584/tid=27666] ppid=27582 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/27584/task/27666/stat : 27666 (python) S 27582 27584 25950 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 8 0 658438886 1361543168 251923 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 2 18446604453301557440 0 0 -1 2 0 0 0
[pid=27584/tid=27674] ppid=27582 vsize=1329632 CPUtime=0 cores=0,2,4,6
/proc/27584/task/27674/stat : 27674 (python) S 27582 27584 25950 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 8 0 658453756 1361543168 251923 33554432000 4194304 5683644 140735334169632 18446744073709551615 218917554609 0 0 16781312 2 18446604453301557440 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1789.43
Current children cumulated vsize (KiB) 15891036

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27584 and gives
#  childrusage.ru_utime.tv_sec=802
#  childrusage.ru_utime.tv_usec=496002
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=541613
# CPU time returned by wait4() is 805.038
# while last known CPU time is 1789.43
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1103.61
CPU time (s): 1789.43
CPU user time (s): 1781.48
CPU system time (s): 7.95
CPU usage (%): 162.143
Max. virtual memory (cumulated for all children) (KiB): 15891036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 802.496
system time used= 2.54161
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1869533
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= 1968
involuntary context switches= 1486

runsolver used 5.36418 second user time and 12.2411 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-15 15:51:44
IDJOB=3378790
IDBENCH=88158
IDSOLVER=1860
FILE ID=node137/3378790-1305467500
RUNJOBID= node137-1305467500-27562
PBS_JOBID= 13324972
Free space on /tmp= 73296 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq60_a.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-3378790-1305467500/watcher-3378790-1305467500 -o /tmp/evaluation-result-3378790-1305467500/solver-3378790-1305467500 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378790-1305467500.cnf -seed 1253144142 -budget 4800 -cores 4

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

MD5SUM BENCH= 1e60a63f1ba68b9b3c423ca413b4fa2b
RANDOM SEED=1253144142

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14950188 kB
Buffers:        317304 kB
Cached:        4936488 kB
SwapCached:      36320 kB
Active:        7352372 kB
Inactive:     10357564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14950188 kB
SwapTotal:    67111528 kB
SwapFree:     65581060 kB
Dirty:          482268 kB
Writeback:           0 kB
AnonPages:    12429832 kB
Mapped:          34716 kB
Slab:           158884 kB
PageTables:      63164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 144330788 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= 73232 MiB
End job on node137 at 2011-05-15 16:10:11