Trace number 3380804

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) 5062.51 3161.63

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUM6c2d25eda70423643946d76935ceb950
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1512832
Number of clauses8233086
Sum of the clauses size19530286
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 28165680
Number of clauses of size 31280
Number of clauses of size 41600
Number of clauses of size 51600
Number of clauses of size over 562080

Solver Data

0.36/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.68	c INFO: solving HOME/instance-3380804-1305492733.cnf
0.36/0.68	c INFO: computing task features
46.83/47.18	c INFO: computed variable-clause graph statistics
47.83/48.16	c INFO: computed clause balance statistics
168.43/168.75	c INFO: computed variable balance statistics
253.64/253.95	c INFO: computed small-clause counts
266.54/266.84	c INFO: computed Horn-clause counts
2884.04/2884.28	c INFO: computed variable graph statistics
2884.13/2884.31	c INFO: collected features for HOME/instance-3380804-1305492733.cnf in 2880.91 s
2884.13/2884.33	c INFO: running precosat-570@0 for 97 with 2116 remaining (b = 0.10)
2884.13/2884.35	c INFO: running cryptominisat-2.9.0@0 for 1940 with 2116 remaining (b = 0.81)
2884.13/2884.37	c INFO: running lingeling-276@0 for 388 with 2116 remaining (b = 0.22)
2884.13/2884.39	c INFO: running cryptominisat-2.9.0@0 for 582 with 2116 remaining (b = 0.27)
2884.22/2884.42	c INFO: running cryptominisat-2.9.0@0 for 1940 with 2116 remaining (b = 0.66)
2884.22/2884.44	c INFO: running lingeling-276@0 for 388 with 2116 remaining (b = 0.12)
2884.22/2884.47	c INFO: running cryptominisat-2.9.0@0 for 1940 with 2116 remaining (b = 0.51)
2884.22/2884.49	c INFO: running glucose@0 for 194 with 2116 remaining (b = 0.05)
3683.98/2984.68	c INFO: running lingeling-276@0 for 1746 with 2015 remaining (b = 0.41)
4453.75/3081.18	c INFO: running glucose@99 for 97 with 1919 remaining (b = 0.02)

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-3380804-1305492733/watcher-3380804-1305492733 -o /tmp/evaluation-result-3380804-1305492733/solver-3380804-1305492733 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380804-1305492733.cnf -seed 2028883805 -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.51 2.55 3.69 1/411 25585
/proc/meminfo: memFree=16832684/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=15776 CPUtime=0 cores=0-7
/proc/25585/stat : 25585 (python) S 25583 25585 25345 0 -1 4202496 895 0 0 0 0 0 0 0 17 0 1 0 739504369 16154624 777 33554432000 4194304 5683644 140734539349216 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/25585/statm: 3944 777 343 364 0 431 0

[startup+0.0925159 s]
/proc/loadavg: 4.51 2.55 3.69 1/411 25585
/proc/meminfo: memFree=16832684/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=84476 CPUtime=0.05 cores=0-7
/proc/25585/stat : 25585 (python) R 25583 25585 25345 0 -1 4202496 2334 0 0 0 4 1 0 0 17 0 1 0 739504369 86503424 2064 33554432000 4194304 5683644 140734539349216 18446744073709551615 252575495568 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25585/statm: 21119 2069 672 364 0 1336 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84476

[startup+0.100531 s]
/proc/loadavg: 4.51 2.55 3.69 1/411 25585
/proc/meminfo: memFree=16832684/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=87708 CPUtime=0.05 cores=0-7
/proc/25585/stat : 25585 (python) R 25583 25585 25345 0 -1 4202496 2638 0 0 0 4 1 0 0 17 0 1 0 739504369 89812992 2355 33554432000 4194304 5683644 140734539349216 18446744073709551615 47034428822208 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25585/statm: 21927 2355 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.300517 s]
/proc/loadavg: 4.51 2.55 3.69 1/411 25585
/proc/meminfo: memFree=16832684/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=135752 CPUtime=0.18 cores=0-7
/proc/25585/stat : 25585 (python) S 25583 25585 25345 0 -1 4202496 5967 934 1 0 14 4 0 0 18 0 1 0 739504369 139010048 4151 33554432000 4194304 5683644 140734539349216 18446744073709551615 252458061829 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/25585/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700368 s]
/proc/loadavg: 4.51 2.55 3.69 1/411 25585
/proc/meminfo: memFree=16832684/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=443548 CPUtime=0.42 cores=0-7
/proc/25585/stat : 25585 (python) R 25583 25585 25345 0 -1 4202496 19480 934 1 0 29 13 0 0 17 0 1 0 739504369 454193152 17159 33554432000 4194304 5683644 140734539349216 18446744073709551615 252458065664 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25585/statm: 110887 17191 1758 364 0 46811 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 443548

[startup+1.96513 s]
/proc/loadavg: 4.51 2.55 3.69 1/411 25585
/proc/meminfo: memFree=16832684/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=529580 CPUtime=1.69 cores=0-7
/proc/25585/stat : 25585 (python) R 25583 25585 25345 0 -1 4202496 71352 934 1 0 147 22 0 0 19 0 1 0 739504369 542289920 69030 33554432000 4194304 5683644 140734539349216 18446744073709551615 47034608335801 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25585/statm: 132395 69031 1761 364 0 68319 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 529580

[startup+3.10092 s]
/proc/loadavg: 4.51 2.55 3.69 2/412 25590
/proc/meminfo: memFree=16551180/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=607120 CPUtime=2.82 cores=0-7
/proc/25585/stat : 25585 (python) R 25583 25585 25345 0 -1 4202496 90828 934 1 0 258 24 0 0 21 0 1 0 739504369 621690880 88506 33554432000 4194304 5683644 140734539349216 18446744073709551615 4571056 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25585/statm: 151780 88507 1761 364 0 87704 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 607120

[startup+6.30033 s]
/proc/loadavg: 4.23 2.52 3.67 2/412 25590
/proc/meminfo: memFree=16329076/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=838916 CPUtime=6.03 cores=0-7
/proc/25585/stat : 25585 (python) R 25583 25585 25345 0 -1 4202496 145652 934 1 0 571 32 0 0 25 0 1 0 739504369 859049984 143330 33554432000 4194304 5683644 140734539349216 18446744073709551615 5007104 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25585/statm: 209729 143330 1761 364 0 145653 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 838916

[startup+12.7001 s]
/proc/loadavg: 3.97 2.49 3.66 2/412 25590
/proc/meminfo: memFree=15877624/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=1281624 CPUtime=12.43 cores=0-7
/proc/25585/stat : 25585 (python) R 25583 25585 25345 0 -1 4202496 255006 934 1 0 1194 49 0 0 25 0 1 0 739504369 1312382976 252684 33554432000 4194304 5683644 140734539349216 18446744073709551615 4639786 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25585/statm: 320406 252685 1761 364 0 256330 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1281624

[startup+25.5008 s]
/proc/loadavg: 3.31 2.42 3.62 2/412 25590
/proc/meminfo: memFree=15266644/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=1876852 CPUtime=25.23 cores=0-7
/proc/25585/stat : 25585 (python) R 25583 25585 25345 0 -1 4202496 807951 934 1 0 2412 111 0 0 25 0 1 0 739504369 1921896448 403841 33554432000 4194304 5683644 140734539349216 18446744073709551615 47034437887610 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25585/statm: 469213 403842 1814 364 0 405137 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 1876852

[startup+51.101 s]
/proc/loadavg: 2.52 2.31 3.55 2/412 25591
/proc/meminfo: memFree=15459840/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=1631376 CPUtime=50.83 cores=0-7
/proc/25585/stat : 25585 (python) R 25583 25585 25345 0 -1 4202496 1521229 934 1 0 4891 192 0 0 25 0 1 0 739504369 1670529024 345229 33554432000 4194304 5683644 140734539349216 18446744073709551615 47034440250715 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25585/statm: 407844 345229 1826 364 0 343768 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 1631376

[startup+102.314 s]
/proc/loadavg: 1.66 2.10 3.41 2/412 25592
/proc/meminfo: memFree=15459872/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=1631376 CPUtime=102.04 cores=0-7
/proc/25585/stat : 25585 (python) R 25583 25585 25345 0 -1 4202496 1521229 934 1 0 10012 192 0 0 25 0 1 0 739504369 1670529024 345229 33554432000 4194304 5683644 140734539349216 18446744073709551615 252457752330 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25585/statm: 407844 345229 1826 364 0 343768 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 1631376

[startup+162.3 s]
/proc/loadavg: 1.31 1.91 3.26 2/412 25594
/proc/meminfo: memFree=15459700/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=1631376 CPUtime=162.03 cores=0-7
/proc/25585/stat : 25585 (python) R 25583 25585 25345 0 -1 4202496 1521229 934 1 0 16011 192 0 0 25 0 1 0 739504369 1670529024 345229 33554432000 4194304 5683644 140734539349216 18446744073709551615 252457732992 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25585/statm: 407844 345229 1826 364 0 343768 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 1631376

[startup+222.3 s]
/proc/loadavg: 1.11 1.75 3.12 2/412 25596
/proc/meminfo: memFree=15459920/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=1631376 CPUtime=222.03 cores=0-7
/proc/25585/stat : 25585 (python) R 25583 25585 25345 0 -1 4202496 1521230 934 1 0 22011 192 0 0 25 0 1 0 739504369 1670529024 345230 33554432000 4194304 5683644 140734539349216 18446744073709551615 47034437528928 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25585/statm: 407844 345230 1827 364 0 343768 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 1631376

[startup+282.301 s]
/proc/loadavg: 1.04 1.61 2.98 2/412 25597
/proc/meminfo: memFree=15459980/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=1631376 CPUtime=282.04 cores=0-7
/proc/25585/stat : 25585 (python) R 25583 25585 25345 0 -1 4202496 2373529 934 1 0 27913 291 0 0 25 0 1 0 739504369 1670529024 345236 33554432000 4194304 5683644 140734539349216 18446744073709551615 47034437474444 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25585/statm: 407844 345236 1833 364 0 343768 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 1631376

[startup+342.301 s]
/proc/loadavg: 1.01 1.49 2.85 2/412 25599
/proc/meminfo: memFree=15460072/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=1631376 CPUtime=342.04 cores=0-7
/proc/25585/stat : 25585 (python) R 25583 25585 25345 0 -1 4202496 2373529 934 1 0 33913 291 0 0 25 0 1 0 739504369 1670529024 345236 33554432000 4194304 5683644 140734539349216 18446744073709551615 47034437474444 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25585/statm: 407844 345236 1833 364 0 343768 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 1631376

[startup+402.301 s]
/proc/loadavg: 1.00 1.40 2.74 2/412 25600
/proc/meminfo: memFree=15460036/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=1631376 CPUtime=402.04 cores=0-7
/proc/25585/stat : 25585 (python) R 25583 25585 25345 0 -1 4202496 2373529 934 1 0 39913 291 0 0 25 0 1 0 739504369 1670529024 345236 33554432000 4194304 5683644 140734539349216 18446744073709551615 47034437474444 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25585/statm: 407844 345236 1833 364 0 343768 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 1631376

[startup+462.301 s]
/proc/loadavg: 1.00 1.33 2.62 2/412 25602
/proc/meminfo: memFree=15460112/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=1631376 CPUtime=462.04 cores=0-7
/proc/25585/stat : 25585 (python) R 25583 25585 25345 0 -1 4202496 2373529 934 1 0 45913 291 0 0 25 0 1 0 739504369 1670529024 345236 33554432000 4194304 5683644 140734539349216 18446744073709551615 47034437474432 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25585/statm: 407844 345236 1833 364 0 343768 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 1631376

[startup+522.3 s]
/proc/loadavg: 1.00 1.26 2.52 2/412 25603
/proc/meminfo: memFree=15460060/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=1631376 CPUtime=522.04 cores=0-7
/proc/25585/stat : 25585 (python) R 25583 25585 25345 0 -1 4202496 2373529 934 1 0 51913 291 0 0 25 0 1 0 739504369 1670529024 345236 33554432000 4194304 5683644 140734539349216 18446744073709551615 47034437474444 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25585/statm: 407844 345236 1833 364 0 343768 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 1631376

[startup+582.3 s]
/proc/loadavg: 1.00 1.21 2.42 2/412 25614
/proc/meminfo: memFree=15459468/32951124 swapFree=59305804/67111528
[pid=25585] ppid=25583 vsize=1631376 CPUtime=582.04 cores=0-7
/proc/25585/stat : 25585 (python) R 25583 25585 25345 0 -1 4202496 2373529 934 1 0 57913 291 0 0 25 0 1 0 739504369 1670529024 345236 33554432000 4194304 5683644 140734539349216 18446744073709551615 47034437474444 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/25585/statm: 407844 345236 1833 364 0 343768 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 1631376

[startup+642.301 s]

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

/proc/25686/statm: 266657 197460 370 364 0 202569 0
[pid=25688] ppid=25686 vsize=314272 CPUtime=217.84 cores=0-7
/proc/25688/stat : 25688 (lingeling) R 25686 25688 25688 0 -1 4202496 242161 0 0 0 21745 39 0 0 25 0 1 0 739792809 321814528 77738 33554432000 4194304 4352236 140735029875968 18446744073709551615 4278776 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/25688/statm: 78568 77738 129 39 0 77648 0
[pid=25689] ppid=25585 vsize=1076884 CPUtime=0.8 cores=0-7
/proc/25689/stat : 25689 (python) S 25585 25585 25345 0 -1 4202560 1260 0 0 0 44 36 0 0 15 0 1 0 739792809 1102729216 197465 33554432000 4194304 5683644 140734539349216 18446744073709551615 252458085958 0 0 16781312 514 9494885442512716033 0 0 17 5 0 0 0
/proc/25689/statm: 269221 197465 371 364 0 205130 0
[pid=25691] ppid=25689 vsize=3734968 CPUtime=217.67 cores=0-7
/proc/25691/stat : 25691 (cryptominisat-2) R 25689 25691 25691 0 -1 4202496 3422674 0 0 0 21176 591 0 0 25 0 1 0 739792811 3824607232 836736 33554432000 4194304 4677096 140736605250528 18446744073709551615 4365684 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25691/statm: 933742 836740 390 118 0 928701 0
[pid=25692] ppid=25585 vsize=1152676 CPUtime=0.72 cores=0-7
/proc/25692/stat : 25692 (python) S 25585 25585 25345 0 -1 4202560 806 0 0 0 37 35 0 0 15 0 1 0 739792812 1180340224 197586 33554432000 4194304 5683644 140734539349216 18446744073709551615 252458085958 0 0 16781312 514 857548700921069825 0 0 17 0 0 0 0
/proc/25692/statm: 288169 197586 371 364 0 224075 0
[pid=25694] ppid=25692 vsize=1724064 CPUtime=216.91 cores=0-7
/proc/25694/stat : 25694 (cryptominisat-2) R 25692 25694 25694 0 -1 4202496 417054 0 0 0 21624 67 0 0 25 0 1 0 739792813 1765441536 340603 33554432000 4194304 4677096 140733746248928 18446744073709551615 4319417 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/25694/statm: 431016 340603 387 118 0 425975 0
[pid=25695] ppid=25585 vsize=1162932 CPUtime=0.7 cores=0-7
/proc/25695/stat : 25695 (python) S 25585 25585 25345 0 -1 4202560 809 0 0 0 34 36 0 0 18 0 1 0 739792814 1190842368 197559 33554432000 4194304 5683644 140734539349216 18446744073709551615 252458085958 0 0 16781312 514 857548700921069825 0 0 17 1 0 0 0
/proc/25695/statm: 290733 197559 371 364 0 226636 0
[pid=25697] ppid=25695 vsize=307916 CPUtime=212.21 cores=0-7
/proc/25697/stat : 25697 (lingeling) R 25695 25697 25697 0 -1 4202496 256048 0 0 0 21182 39 0 0 25 0 1 0 739792816 315305984 76149 33554432000 4194304 4352236 140736588983920 18446744073709551615 4284243 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/25697/statm: 76979 76149 129 39 0 76059 0
[pid=25698] ppid=25585 vsize=1173188 CPUtime=0.89 cores=0-7
/proc/25698/stat : 25698 (python) S 25585 25585 25345 0 -1 4202560 1079 0 0 0 47 42 0 0 15 0 1 0 739792817 1201344512 197790 33554432000 4194304 5683644 140734539349216 18446744073709551615 252458085958 0 0 16781312 514 11127176424643854593 0 0 17 1 0 0 0
/proc/25698/statm: 293297 197790 372 364 0 229197 0
[pid=25702] ppid=25698 vsize=3034680 CPUtime=216.24 cores=0-7
/proc/25702/stat : 25702 (cryptominisat-2) R 25698 25702 25702 0 -1 4202496 2211403 0 0 0 21255 369 0 0 25 0 1 0 739792821 3107512320 643113 33554432000 4194304 4677096 140736768621856 18446744073709551615 4395229 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/25702/statm: 758670 643122 390 118 0 753629 0
[pid=25700] ppid=25585 vsize=1183444 CPUtime=0.69 cores=0-7
/proc/25700/stat : 25700 (python) S 25585 25585 25345 0 -1 4202560 1053 0 0 0 35 34 0 0 18 0 2 0 739792819 1211846656 197604 33554432000 4194304 5683644 140734539349216 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25700/statm: 295861 197604 405 364 0 231758 0
[pid=25703] ppid=25700 vsize=597740 CPUtime=216.06 cores=0-7
/proc/25703/stat : 25703 (glucose_static) R 25700 25703 25703 0 -1 4202496 145217 0 0 0 21580 26 0 0 25 0 1 0 739792822 612085760 144953 33554432000 134512640 135217611 4289922096 18446744073709551615 134527881 0 0 16781312 8388611 0 0 0 17 4 0 0 0
/proc/25703/statm: 149435 144953 78 173 0 149260 0
[pid=25700/tid=25713] ppid=25585 vsize=1183444 CPUtime=0 cores=0-7
/proc/25700/task/25713/stat : 25713 (python) S 25585 25585 25345 0 -1 4202560 77 0 0 0 0 0 0 0 19 0 2 0 739812486 1211846656 197604 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 514 18446604453877590848 0 0 -1 1 0 0 0
[pid=25707] ppid=25585 vsize=1193700 CPUtime=0.37 cores=0-7
/proc/25707/stat : 25707 (python) S 25585 25585 25345 0 -1 4202560 867 0 0 0 19 18 0 0 18 0 1 0 739802838 1222348800 197653 33554432000 4194304 5683644 140734539349216 18446744073709551615 252458085958 0 0 16781312 514 857548700921069825 0 0 17 4 0 0 0
/proc/25707/statm: 298425 197653 377 364 0 234319 0
[pid=25709] ppid=25707 vsize=291692 CPUtime=117.27 cores=0-7
/proc/25709/stat : 25709 (lingeling) R 25707 25709 25709 0 -1 4202496 200943 0 0 0 11690 37 0 0 25 0 1 0 739802840 298692608 72093 33554432000 4194304 4352236 140737351263840 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/25709/statm: 72923 72093 129 39 0 72003 0
[pid=25585/tid=25681] ppid=25583 vsize=1203944 CPUtime=0 cores=0-7
/proc/25585/task/25681/stat : 25681 (python) S 25583 25585 25345 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 10 0 739792804 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 2 18446604443583227776 0 0 -1 3 0 0 0
[pid=25585/tid=25684] ppid=25583 vsize=1203944 CPUtime=0 cores=0-7
/proc/25585/task/25684/stat : 25684 (python) S 25583 25585 25345 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 10 0 739792806 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 2 18446604443583227776 0 0 -1 2 0 0 0
[pid=25585/tid=25687] ppid=25583 vsize=1203944 CPUtime=0 cores=0-7
/proc/25585/task/25687/stat : 25687 (python) S 25583 25585 25345 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 10 0 739792808 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 2 18446604443583227776 0 0 -1 0 0 0 0
[pid=25585/tid=25690] ppid=25583 vsize=1203944 CPUtime=0 cores=0-7
/proc/25585/task/25690/stat : 25690 (python) S 25583 25585 25345 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 10 0 739792811 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 2 18446604443583227776 0 0 -1 5 0 0 0
[pid=25585/tid=25693] ppid=25583 vsize=1203944 CPUtime=0 cores=0-7
/proc/25585/task/25693/stat : 25693 (python) S 25583 25585 25345 0 -1 4202560 56 934 0 0 0 0 0 0 20 0 10 0 739792813 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 2 18446604443583227776 0 0 -1 0 0 0 0
[pid=25585/tid=25696] ppid=25583 vsize=1203944 CPUtime=0 cores=0-7
/proc/25585/task/25696/stat : 25696 (python) S 25583 25585 25345 0 -1 4202560 32 934 0 0 0 0 0 0 21 0 10 0 739792816 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 2 18446604443583227776 0 0 -1 7 0 0 0
[pid=25585/tid=25699] ppid=25583 vsize=1203944 CPUtime=0 cores=0-7
/proc/25585/task/25699/stat : 25699 (python) S 25583 25585 25345 0 -1 4202560 43 934 0 0 0 0 0 0 22 0 10 0 739792818 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 2 18446604443583227776 0 0 -1 4 0 0 0
[pid=25585/tid=25701] ppid=25583 vsize=1203944 CPUtime=0 cores=0-7
/proc/25585/task/25701/stat : 25701 (python) S 25583 25585 25345 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 10 0 739792821 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 2 18446604443583227776 0 0 -1 4 0 0 0
[pid=25585/tid=25708] ppid=25583 vsize=1203944 CPUtime=0 cores=0-7
/proc/25585/task/25708/stat : 25708 (python) S 25583 25585 25345 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 10 0 739802840 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 2 18446604443583227776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4622.71
Current children cumulated vsize (KiB) 25147600



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+3161.52 s]
/proc/loadavg: 8.62 5.40 2.92 11/441 25715
/proc/meminfo: memFree=92476/32951124 swapFree=57420524/67111528
[pid=25585] ppid=25583 vsize=1203944 CPUtime=2884.36 cores=0-7
/proc/25585/stat : 25585 (python) S 25583 25585 25345 0 -1 4202496 2379958 934 1 0 288129 307 0 0 18 0 10 0 739504369 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25585/statm: 300986 199134 1892 364 0 236880 0
[pid=25680] ppid=25585 vsize=1056360 CPUtime=0.33 cores=0-7
/proc/25680/stat : 25680 (python) S 25585 25585 25345 0 -1 4202560 1174 0 0 0 16 17 0 0 19 0 2 0 739792803 1081712640 197501 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25680/statm: 264090 197501 414 364 0 200008 0
[pid=25682] ppid=25680 vsize=1433468 CPUtime=100.3 cores=0-7
/proc/25682/stat : 25682 (precosat) T 25680 25682 25682 0 -1 4202496 439138 0 0 0 9965 65 0 0 25 0 1 0 739792804 1467871232 344316 33554432000 4194304 4890832 140735540182736 18446744073709551615 4295294 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/25682/statm: 358367 344316 86 171 0 358194 0
[pid=25680/tid=25706] ppid=25585 vsize=1056360 CPUtime=0 cores=0-7
/proc/25680/task/25706/stat : 25706 (python) S 25585 25585 25345 0 -1 4202560 123 0 0 0 0 0 0 0 20 0 2 0 739802837 1081712640 197501 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 514 18446604442300536832 0 0 -1 1 0 0 0
[pid=25683] ppid=25585 vsize=1056372 CPUtime=0.98 cores=0-7
/proc/25683/stat : 25683 (python) S 25585 25585 25345 0 -1 4202560 1243 0 0 0 52 46 0 0 15 0 1 0 739792805 1081724928 197457 33554432000 4194304 5683644 140734539349216 18446744073709551615 252458085958 0 0 16781312 514 16611008260362699011 0 0 17 2 0 0 26
/proc/25683/statm: 264093 197457 371 364 0 200008 0
[pid=25685] ppid=25683 vsize=4527184 CPUtime=269.96 cores=0-7
/proc/25685/stat : 25685 (cryptominisat-2) R 25683 25685 25685 0 -1 4202496 5181428 0 0 0 25936 1060 0 0 25 0 1 0 739792806 4635836416 995526 33554432000 4194304 4677096 140735480481200 18446744073709551615 4366687 0 0 16781312 2 0 0 0 17 2 0 0 676
/proc/25685/statm: 1131796 995528 390 118 0 1126755 0
[pid=25686] ppid=25585 vsize=1066628 CPUtime=0.91 cores=0-7
/proc/25686/stat : 25686 (python) S 25585 25585 25345 0 -1 4202560 976 0 0 0 44 47 0 0 18 0 1 0 739792807 1092227072 197460 33554432000 4194304 5683644 140734539349216 18446744073709551615 252458085958 0 0 16781312 514 857548700921069828 0 0 17 5 0 0 15
/proc/25686/statm: 266657 197460 370 364 0 202569 0
[pid=25688] ppid=25686 vsize=314228 CPUtime=276.53 cores=0-7
/proc/25688/stat : 25688 (lingeling) R 25686 25688 25688 0 -1 4202496 242161 0 0 0 27613 40 0 0 25 0 1 0 739792809 321769472 77727 33554432000 4194304 4352236 140735029875968 18446744073709551615 4308376 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/25688/statm: 78557 77727 129 39 0 77637 0
[pid=25689] ppid=25585 vsize=1076884 CPUtime=1.07 cores=0-7
/proc/25689/stat : 25689 (python) S 25585 25585 25345 0 -1 4202560 1274 0 0 0 58 49 0 0 15 0 1 0 739792809 1102729216 197465 33554432000 4194304 5683644 140734539349216 18446744073709551615 252458085958 0 0 16781312 514 9494885442512716033 0 0 17 7 0 0 44
/proc/25689/statm: 269221 197465 371 364 0 205130 0
[pid=25691] ppid=25689 vsize=5924744 CPUtime=269.23 cores=0-7
/proc/25691/stat : 25691 (cryptominisat-2) R 25689 25691 25691 0 -1 4202496 7436154 0 0 0 25632 1291 0 0 25 0 1 0 739792811 6066937856 1383422 33554432000 4194304 4677096 140736605250528 18446744073709551615 4364843 0 0 16781312 2 0 0 0 17 7 0 0 647
/proc/25691/statm: 1481186 1383422 390 118 0 1476145 0
[pid=25692] ppid=25585 vsize=1152676 CPUtime=0.91 cores=0-7
/proc/25692/stat : 25692 (python) S 25585 25585 25345 0 -1 4202560 806 0 0 0 46 45 0 0 15 0 1 0 739792812 1180340224 197586 33554432000 4194304 5683644 140734539349216 18446744073709551615 252458085958 0 0 16781312 514 857548700921069825 0 0 17 0 0 0 0
/proc/25692/statm: 288169 197586 371 364 0 224075 0
[pid=25694] ppid=25692 vsize=1799460 CPUtime=270.31 cores=0-7
/proc/25694/stat : 25694 (cryptominisat-2) R 25692 25694 25694 0 -1 4202496 462040 0 0 0 26922 109 0 0 25 0 1 0 739792813 1842647040 343947 33554432000 4194304 4677096 140733746248928 18446744073709551615 252457763446 0 0 16781312 2 0 0 0 17 0 0 0 506
/proc/25694/statm: 449865 343947 388 118 0 444824 0
[pid=25695] ppid=25585 vsize=1162932 CPUtime=0.89 cores=0-7
/proc/25695/stat : 25695 (python) S 25585 25585 25345 0 -1 4202560 809 0 0 0 44 45 0 0 18 0 1 0 739792814 1190842368 197559 33554432000 4194304 5683644 140734539349216 18446744073709551615 252458085958 0 0 16781312 514 857548700921069825 0 0 17 4 0 0 0
/proc/25695/statm: 290733 197559 371 364 0 226636 0
[pid=25697] ppid=25695 vsize=307916 CPUtime=270.45 cores=0-7
/proc/25697/stat : 25697 (lingeling) R 25695 25697 25697 0 -1 4202496 256048 0 0 0 27005 40 0 0 25 0 1 0 739792816 315305984 76149 33554432000 4194304 4352236 140736588983920 18446744073709551615 4273791 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/25697/statm: 76979 76149 129 39 0 76059 0
[pid=25698] ppid=25585 vsize=1173188 CPUtime=1.13 cores=0-7
/proc/25698/stat : 25698 (python) S 25585 25585 25345 0 -1 4202560 1092 0 0 0 60 53 0 0 15 0 1 0 739792817 1201344512 197803 33554432000 4194304 5683644 140734539349216 18446744073709551615 252458085958 0 0 16781312 514 11127176424643854593 0 0 17 0 0 0 0
/proc/25698/statm: 293297 197803 372 364 0 229197 0
[pid=25702] ppid=25698 vsize=5114288 CPUtime=267.63 cores=0-7
/proc/25702/stat : 25702 (cryptominisat-2) R 25698 25702 25702 0 -1 4202496 6445889 0 0 0 25629 1134 0 0 25 0 1 0 739792821 5237030912 1163383 33554432000 4194304 4677096 140736768621856 18446744073709551615 4333627 0 0 16781312 2 0 0 0 17 1 0 0 631
/proc/25702/statm: 1278572 1163383 390 118 0 1273531 0
[pid=25700] ppid=25585 vsize=1183444 CPUtime=0.92 cores=0-7
/proc/25700/stat : 25700 (python) S 25585 25585 25345 0 -1 4202560 1053 0 0 0 45 47 0 0 18 0 2 0 739792819 1211846656 197604 33554432000 4194304 5683644 140734539349216 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 82
/proc/25700/statm: 295861 197604 405 364 0 231758 0
[pid=25703] ppid=25700 vsize=631796 CPUtime=270.48 cores=0-7
/proc/25703/stat : 25703 (glucose_static) R 25700 25703 25703 0 -1 4202496 153720 0 0 0 27006 42 0 0 25 0 1 0 739792822 646959104 153456 33554432000 134512640 135217611 4289922096 18446744073709551615 134527931 0 0 16781312 8388611 0 0 0 17 4 0 0 340
/proc/25703/statm: 157949 153456 78 173 0 157774 0
[pid=25700/tid=25713] ppid=25585 vsize=1183444 CPUtime=0 cores=0-7
/proc/25700/task/25713/stat : 25713 (python) S 25585 25585 25345 0 -1 4202560 77 0 0 0 0 0 0 0 19 0 2 0 739812486 1211846656 197604 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 514 18446604453877590848 0 0 -1 1 0 0 0
[pid=25707] ppid=25585 vsize=1193700 CPUtime=0.6 cores=0-7
/proc/25707/stat : 25707 (python) S 25585 25585 25345 0 -1 4202560 867 0 0 0 29 31 0 0 18 0 1 0 739802838 1222348800 197653 33554432000 4194304 5683644 140734539349216 18446744073709551615 252458085958 0 0 16781312 514 857548700921069825 0 0 17 1 0 0 21
/proc/25707/statm: 298425 197653 377 364 0 234319 0
[pid=25709] ppid=25707 vsize=445560 CPUtime=175.52 cores=0-7
/proc/25709/stat : 25709 (lingeling) R 25707 25709 25709 0 -1 4202496 242241 0 0 0 17505 47 0 0 25 0 1 0 739802840 456253440 110560 33554432000 4194304 4352236 140737351263840 18446744073709551615 4243216 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/25709/statm: 111390 110560 129 39 0 110470 0
[pid=25585/tid=25681] ppid=25583 vsize=1203944 CPUtime=0 cores=0-7
/proc/25585/task/25681/stat : 25681 (python) S 25583 25585 25345 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 10 0 739792804 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 2 18446604443583227776 0 0 -1 3 0 0 0
[pid=25585/tid=25684] ppid=25583 vsize=1203944 CPUtime=0 cores=0-7
/proc/25585/task/25684/stat : 25684 (python) S 25583 25585 25345 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 10 0 739792806 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 2 18446604443583227776 0 0 -1 2 0 0 0
[pid=25585/tid=25687] ppid=25583 vsize=1203944 CPUtime=0 cores=0-7
/proc/25585/task/25687/stat : 25687 (python) S 25583 25585 25345 0 -1 4202560 24 934 0 0 0 0 0 0 19 0 10 0 739792808 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 2 18446604443583227776 0 0 -1 0 0 0 0
[pid=25585/tid=25690] ppid=25583 vsize=1203944 CPUtime=0 cores=0-7
/proc/25585/task/25690/stat : 25690 (python) S 25583 25585 25345 0 -1 4202560 27 934 0 0 0 0 0 0 18 0 10 0 739792811 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 2 18446604443583227776 0 0 -1 5 0 0 0
[pid=25585/tid=25693] ppid=25583 vsize=1203944 CPUtime=0 cores=0-7
/proc/25585/task/25693/stat : 25693 (python) S 25583 25585 25345 0 -1 4202560 56 934 0 0 0 0 0 0 20 0 10 0 739792813 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 2 18446604443583227776 0 0 -1 0 0 0 0
[pid=25585/tid=25696] ppid=25583 vsize=1203944 CPUtime=0 cores=0-7
/proc/25585/task/25696/stat : 25696 (python) S 25583 25585 25345 0 -1 4202560 32 934 0 0 0 0 0 0 21 0 10 0 739792816 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 2 18446604443583227776 0 0 -1 7 0 0 0
[pid=25585/tid=25699] ppid=25583 vsize=1203944 CPUtime=0 cores=0-7
/proc/25585/task/25699/stat : 25699 (python) S 25583 25585 25345 0 -1 4202560 43 934 0 0 0 0 0 0 22 0 10 0 739792818 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 2 18446604443583227776 0 0 -1 4 0 0 0
[pid=25585/tid=25701] ppid=25583 vsize=1203944 CPUtime=0 cores=0-7
/proc/25585/task/25701/stat : 25701 (python) S 25583 25585 25345 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 10 0 739792821 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 2 18446604443583227776 0 0 -1 4 0 0 0
[pid=25585/tid=25708] ppid=25583 vsize=1203944 CPUtime=0 cores=0-7
/proc/25585/task/25708/stat : 25708 (python) S 25583 25585 25345 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 10 0 739802840 1232838656 199134 33554432000 4194304 5683644 140734539349216 18446744073709551615 252469889457 0 0 16781312 2 18446604443583227776 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5062.51
Current children cumulated vsize (KiB) 31824772

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 25585 and gives
#  childrusage.ru_utime.tv_sec=2881
#  childrusage.ru_utime.tv_usec=297976
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=117526
# CPU time returned by wait4() is 2884.42
# while last known CPU time is 5062.51
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3161.63
CPU time (s): 5062.51
CPU user time (s): 5017.36
CPU system time (s): 45.15
CPU usage (%): 160.123
Max. virtual memory (cumulated for all children) (KiB): 31824772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2881.3
system time used= 3.11753
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2380899
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= 3237
involuntary context switches= 4675

runsolver used 11.4443 second user time and 28.8546 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 22:52:19
IDJOB=3380804
IDBENCH=82404
IDSOLVER=1864
FILE ID=node111/3380804-1305492733
RUNJOBID= node111-1305488549-25359
PBS_JOBID= 13325401
Free space on /tmp= 73472 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.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-3380804-1305492733/watcher-3380804-1305492733 -o /tmp/evaluation-result-3380804-1305492733/solver-3380804-1305492733 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380804-1305492733.cnf -seed 2028883805 -budget 40000 -cores 8

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

MD5SUM BENCH= 6c2d25eda70423643946d76935ceb950
RANDOM SEED=2028883805

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.86
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.849
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.849
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.849
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.67
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.849
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:      16832964 kB
Buffers:        302588 kB
Cached:        7082940 kB
SwapCached:      13712 kB
Active:        7026180 kB
Inactive:      8824936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16832964 kB
SwapTotal:    67111528 kB
SwapFree:     59305804 kB
Dirty:          197500 kB
Writeback:           0 kB
AnonPages:     8461340 kB
Mapped:          26372 kB
Slab:           140004 kB
PageTables:      56332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 123458820 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= 73440 MiB
End job on node111 at 2011-05-15 23:45:03