Trace number 3321609

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrial? (MO) 3804.24 1972.74

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-three-cities-sequential-14nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.030-NOTKNOWN.cnf
MD5SUMc6d3480970bb2819448dd0a800a3cf1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3527.13
Satisfiable
(Un)Satisfiability was proved
Number of variables1134832
Number of clauses6175026
Sum of the clauses size14647926
Maximum clause length1178
Minimum clause length1
Number of clauses of size 1846
Number of clauses of size 26124260
Number of clauses of size 3960
Number of clauses of size 41200
Number of clauses of size 51200
Number of clauses of size over 546560

Solver Data

0.54/38.29	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.54/38.29	c INFO: solving HOME/instance-3321609-1304348184.cnf
0.54/38.29	c INFO: computing task features
31.14/68.81	c INFO: computed variable-clause graph statistics
31.84/69.53	c INFO: computed clause balance statistics
118.34/156.10	c INFO: computed variable balance statistics
179.94/217.64	c INFO: computed small-clause counts
187.24/224.92	c INFO: computed Horn-clause counts
1667.07/1704.79	c INFO: computed variable graph statistics
1667.17/1704.81	c INFO: collected features for HOME/instance-3321609-1304348184.cnf in 1664.93 s
1667.17/1704.84	c INFO: running cryptominisat-2.9.0@0 for 582 with 38333 remaining (b = 0.40)
1667.17/1704.89	c INFO: running cryptominisat-2.9.0@0 for 1261 with 38333 remaining (b = 0.59)
1667.29/1704.93	c INFO: running lingeling-276@0 for 388 with 38333 remaining (b = 0.31)
1667.29/1704.98	c INFO: running lingeling-276@0 for 97 with 38333 remaining (b = 0.11)
1667.49/1705.02	c INFO: running cryptominisat-2.9.0@0 for 1940 with 38333 remaining (b = 0.61)
1667.49/1705.07	c INFO: running glucose@0 for 5821 with 38333 remaining (b = 0.82)
1667.67/1705.11	c INFO: running glucose@0 for 5821 with 38333 remaining (b = 0.81)
1667.67/1705.16	c INFO: running glucose@0 for 5821 with 38333 remaining (b = 0.80)
2467.27/1805.19	c INFO: running glucose@0 for 5821 with 38233 remaining (b = 0.79)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3321609-1304348184/watcher-3321609-1304348184 -o /tmp/evaluation-result-3321609-1304348184/solver-3321609-1304348184 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321609-1304348184.cnf -seed 1198444273 -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: 5.48 7.07 7.66 2/198 16651
/proc/meminfo: memFree=26579300/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=11800 CPUtime=0 cores=0-7
/proc/16651/stat : 16651 (runsolver) R 16649 16651 16566 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 546418456 12083200 54 33554432000 4194304 5434984 140736669269872 18446744073709551615 5055495 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/16651/statm: 2950 54 34 303 0 2644 0

[startup+0.0117651 s]
/proc/loadavg: 5.48 7.07 7.66 2/198 16651
/proc/meminfo: memFree=26579300/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=11800 CPUtime=0 cores=0-7
/proc/16651/stat : 16651 (runsolver) R 16649 16651 16566 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 546418456 12083200 54 33554432000 4194304 5434984 140736669269872 18446744073709551615 5055495 0 0 4096 24578 0 0 0 17 2 0 0 0
/proc/16651/statm: 2950 54 34 303 0 2644 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11800

[startup+0.100726 s]
/proc/loadavg: 5.48 7.07 7.66 2/198 16651
/proc/meminfo: memFree=26579300/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=4 CPUtime=0.03 cores=0-7
/proc/16651/stat : 16651 (python) R 16649 16651 16566 0 -1 4194304 47 0 0 0 0 3 0 0 20 0 1 0 546418456 4096 1 33554432000 0 0 0 18446744073709551615 5055495 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16651/statm: 1 1 0 0 0 1 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 4

[startup+0.300689 s]
/proc/loadavg: 5.48 7.07 7.66 2/198 16651
/proc/meminfo: memFree=26579300/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=47936 CPUtime=0.1 cores=0-7
/proc/16651/stat : 16651 (python) D 16649 16651 16566 0 -1 4202496 1939 0 0 0 4 6 0 0 21 0 1 0 546418456 49086464 1711 33554432000 4194304 5683644 140734307996192 18446744073709551615 274659884679 0 0 16781312 2 18446744071562154983 0 0 17 6 0 0 0
/proc/16651/statm: 11984 1711 479 364 0 1203 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 47936

[startup+0.700631 s]
/proc/loadavg: 5.48 7.07 7.66 2/198 16651
/proc/meminfo: memFree=26579300/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=47936 CPUtime=0.1 cores=0-7
/proc/16651/stat : 16651 (python) D 16649 16651 16566 0 -1 4202496 1939 0 0 0 4 6 0 0 21 0 1 0 546418456 49086464 1711 33554432000 4194304 5683644 140734307996192 18446744073709551615 274659884679 0 0 16781312 2 18446744071562154983 0 0 17 6 0 0 0
/proc/16651/statm: 11984 1711 479 364 0 1203 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 47936

[startup+1.50049 s]
/proc/loadavg: 5.48 7.07 7.66 1/199 16652
/proc/meminfo: memFree=26574456/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=47936 CPUtime=0.1 cores=0-7
/proc/16651/stat : 16651 (python) D 16649 16651 16566 0 -1 4202496 1939 0 0 0 4 6 0 0 21 0 1 0 546418456 49086464 1711 33554432000 4194304 5683644 140734307996192 18446744073709551615 274659884679 0 0 16781312 2 18446744071562154983 0 0 17 6 0 0 0
/proc/16651/statm: 11984 1711 479 364 0 1203 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 47936

[startup+3.10021 s]
/proc/loadavg: 5.48 7.07 7.66 1/199 16652
/proc/meminfo: memFree=26574240/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=58864 CPUtime=0.1 cores=0-7
/proc/16651/stat : 16651 (python) D 16649 16651 16566 0 -1 4202496 2108 0 0 0 4 6 0 0 17 0 1 0 546418456 60276736 1861 33554432000 4194304 5683644 140734307996192 18446744073709551615 274659885066 0 0 16781312 2 18446744071696489144 0 0 17 7 0 0 263
/proc/16651/statm: 14716 1861 501 364 0 1318 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 58864
heavy processes:

[startup+6.30066 s]
/proc/loadavg: 5.36 7.02 7.64 1/199 16652
/proc/meminfo: memFree=26573148/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=58864 CPUtime=0.1 cores=0-7
/proc/16651/stat : 16651 (python) D 16649 16651 16566 0 -1 4202496 2108 0 0 0 4 6 0 0 17 0 1 0 546418456 60276736 1861 33554432000 4194304 5683644 140734307996192 18446744073709551615 274659885066 0 0 16781312 2 18446744071696489144 0 0 17 7 0 0 263
/proc/16651/statm: 14716 1861 501 364 0 1318 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 58864
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 5.25 6.97 7.62 1/199 16652
/proc/meminfo: memFree=26573296/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=58864 CPUtime=0.1 cores=0-7
/proc/16651/stat : 16651 (python) D 16649 16651 16566 0 -1 4202496 2108 0 0 0 4 6 0 0 17 0 1 0 546418456 60276736 1861 33554432000 4194304 5683644 140734307996192 18446744073709551615 274659885066 0 0 16781312 2 18446744071696489144 0 0 17 7 0 0 263
/proc/16651/statm: 14716 1861 501 364 0 1318 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 58864
heavy processes:

[startup+25.5003 s]
/proc/loadavg: 4.89 6.81 7.55 1/199 16653
/proc/meminfo: memFree=26575024/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=58864 CPUtime=0.1 cores=0-7
/proc/16651/stat : 16651 (python) D 16649 16651 16566 0 -1 4202496 2108 0 0 0 4 6 0 0 17 0 1 0 546418456 60276736 1861 33554432000 4194304 5683644 140734307996192 18446744073709551615 274659885066 0 0 16781312 2 18446744071696489144 0 0 17 7 0 0 263
/proc/16651/statm: 14716 1861 501 364 0 1318 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 58864
heavy processes:

[startup+51.1009 s]
/proc/loadavg: 4.23 6.50 7.43 2/199 16657
/proc/meminfo: memFree=25664076/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=1203860 CPUtime=13.44 cores=0-7
/proc/16651/stat : 16651 (python) R 16649 16651 16566 0 -1 4202496 233464 932 1 0 1284 50 2 8 25 0 1 0 546418456 1232752640 231144 33554432000 4194304 5683644 140734307996192 18446744073709551615 47691072876740 0 0 16781312 2 0 0 0 17 6 0 0 603
/proc/16651/statm: 300965 231144 1761 364 0 236889 0
Current children cumulated CPU time (s) 13.44
Current children cumulated vsize (KiB) 1203860
heavy processes:

[startup+102.307 s]
/proc/loadavg: 2.39 5.60 7.07 2/199 16659
/proc/meminfo: memFree=25547332/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=1292992 CPUtime=64.65 cores=0-7
/proc/16651/stat : 16651 (python) R 16649 16651 16566 0 -1 4202496 997616 932 1 0 6321 134 2 8 25 0 1 0 546418456 1324023808 260633 33554432000 4194304 5683644 140734307996192 18446744073709551615 274664469019 0 0 16781312 2 0 0 0 17 6 0 0 603
/proc/16651/statm: 323248 260633 1826 364 0 259172 0
Current children cumulated CPU time (s) 64.65
Current children cumulated vsize (KiB) 1292992
heavy processes:

[startup+162.301 s]
/proc/loadavg: 1.55 4.83 6.72 2/199 16660
/proc/meminfo: memFree=25547336/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=1292992 CPUtime=124.64 cores=0-7
/proc/16651/stat : 16651 (python) R 16649 16651 16566 0 -1 4202496 997617 932 1 0 12320 134 2 8 25 0 1 0 546418456 1324023808 260634 33554432000 4194304 5683644 140734307996192 18446744073709551615 4539738 0 0 16781312 2 0 0 0 17 6 0 0 603
/proc/16651/statm: 323248 260634 1827 364 0 259172 0
Current children cumulated CPU time (s) 124.64
Current children cumulated vsize (KiB) 1292992
heavy processes:

[startup+222.3 s]
/proc/loadavg: 1.18 4.08 6.33 2/199 16662
/proc/meminfo: memFree=25369260/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=1437724 CPUtime=184.64 cores=0-7
/proc/16651/stat : 16651 (python) R 16649 16651 16566 0 -1 4202496 1317158 932 1 0 18288 166 2 8 25 0 1 0 546418456 1472229376 290711 33554432000 4194304 5683644 140734307996192 18446744073709551615 47691073050234 0 0 16781312 2 0 0 0 17 6 0 0 603
/proc/16651/statm: 359431 290712 1829 364 0 295355 0
Current children cumulated CPU time (s) 184.64
Current children cumulated vsize (KiB) 1437724

[startup+282.301 s]
/proc/loadavg: 1.07 3.56 6.02 2/199 16672
/proc/meminfo: memFree=25548212/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=1292992 CPUtime=244.64 cores=0-7
/proc/16651/stat : 16651 (python) R 16649 16651 16566 0 -1 4202496 1492124 932 1 0 24269 185 2 8 25 0 1 0 546418456 1324023808 260640 33554432000 4194304 5683644 140734307996192 18446744073709551615 47691072637056 0 0 16781312 2 0 0 0 17 6 0 0 603
/proc/16651/statm: 323248 260640 1833 364 0 259172 0
Current children cumulated CPU time (s) 244.64
Current children cumulated vsize (KiB) 1292992

[startup+342.301 s]
/proc/loadavg: 1.02 3.09 5.70 2/199 16674
/proc/meminfo: memFree=25548328/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=1292992 CPUtime=304.64 cores=0-7
/proc/16651/stat : 16651 (python) R 16649 16651 16566 0 -1 4202496 1492124 932 1 0 30269 185 2 8 25 0 1 0 546418456 1324023808 260640 33554432000 4194304 5683644 140734307996192 18446744073709551615 47691072637068 0 0 16781312 2 0 0 0 17 6 0 0 603
/proc/16651/statm: 323248 260640 1833 364 0 259172 0
Current children cumulated CPU time (s) 304.64
Current children cumulated vsize (KiB) 1292992

[startup+402.301 s]
/proc/loadavg: 1.01 2.71 5.40 2/199 16676
/proc/meminfo: memFree=25548448/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=1292992 CPUtime=364.64 cores=0-7
/proc/16651/stat : 16651 (python) R 16649 16651 16566 0 -1 4202496 1492124 932 1 0 36269 185 2 8 25 0 1 0 546418456 1324023808 260640 33554432000 4194304 5683644 140734307996192 18446744073709551615 47691072637068 0 0 16781312 2 0 0 0 17 6 0 0 603
/proc/16651/statm: 323248 260640 1833 364 0 259172 0
Current children cumulated CPU time (s) 364.64
Current children cumulated vsize (KiB) 1292992

[startup+462.301 s]
/proc/loadavg: 1.00 2.39 5.13 2/199 16677
/proc/meminfo: memFree=25548564/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=1292992 CPUtime=424.64 cores=0-7
/proc/16651/stat : 16651 (python) R 16649 16651 16566 0 -1 4202496 1492124 932 1 0 42269 185 2 8 25 0 1 0 546418456 1324023808 260640 33554432000 4194304 5683644 140734307996192 18446744073709551615 47691072637068 0 0 16781312 2 0 0 0 17 6 0 0 603
/proc/16651/statm: 323248 260640 1833 364 0 259172 0
Current children cumulated CPU time (s) 424.64
Current children cumulated vsize (KiB) 1292992

[startup+522.3 s]
/proc/loadavg: 1.00 2.14 4.86 2/199 16679
/proc/meminfo: memFree=25548556/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=1292992 CPUtime=484.65 cores=0-7
/proc/16651/stat : 16651 (python) R 16649 16651 16566 0 -1 4202496 1492124 932 1 0 48270 185 2 8 25 0 1 0 546418456 1324023808 260640 33554432000 4194304 5683644 140734307996192 18446744073709551615 47691072637056 0 0 16781312 2 0 0 0 17 6 0 0 603
/proc/16651/statm: 323248 260640 1833 364 0 259172 0
Current children cumulated CPU time (s) 484.65
Current children cumulated vsize (KiB) 1292992

[startup+582.301 s]
/proc/loadavg: 1.00 1.93 4.62 2/199 16683
/proc/meminfo: memFree=25548900/32951132 swapFree=67111356/67111528

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

[pid=16720] ppid=16651 vsize=874556 CPUtime=0.39 cores=0-7
/proc/16720/stat : 16720 (python) S 16651 16651 16566 0 -1 4202560 1001 0 0 0 19 20 0 0 18 0 1 0 546588950 895545344 149442 33554432000 4194304 5683644 140734307996192 18446744073709551615 274664828486 0 0 16781312 514 17178998370790768897 0 0 17 1 0 0 0
/proc/16720/statm: 218639 149442 370 364 0 154551 0
[pid=16722] ppid=16720 vsize=273776 CPUtime=257.33 cores=0-7
/proc/16722/stat : 16722 (lingeling) R 16720 16722 16722 0 -1 4202496 154422 0 0 0 25708 25 0 0 25 0 1 0 546588951 280346624 67614 33554432000 4194304 4352236 140736449139088 18446744073709551615 4309132 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/16722/statm: 68444 67614 129 39 0 67524 0
[pid=16723] ppid=16651 vsize=950348 CPUtime=0.16 cores=0-7
/proc/16723/stat : 16723 (python) S 16651 16651 16566 0 -1 4202560 989 0 0 0 8 8 0 0 19 0 2 0 546588954 973156352 149593 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16723/statm: 237587 149593 399 364 0 173496 0
[pid=16725] ppid=16723 vsize=272012 CPUtime=100.14 cores=0-7
/proc/16725/stat : 16725 (lingeling) T 16723 16725 16725 0 -1 4202496 135462 0 0 0 9991 23 0 0 25 0 1 0 546588956 278540288 67172 33554432000 4194304 4352236 140736431082848 18446744073709551615 4278730 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/16725/statm: 68003 67172 129 39 0 67083 0
[pid=16723/tid=16741] ppid=16651 vsize=950348 CPUtime=0 cores=0-7
/proc/16723/task/16741/stat : 16741 (python) S 16651 16651 16566 0 -1 4202560 88 0 0 0 0 0 0 0 19 0 2 0 546598972 973156352 149593 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 514 18446604440278878976 0 0 -1 1 0 0 0
[pid=16726] ppid=16651 vsize=960604 CPUtime=0.73 cores=0-7
/proc/16726/stat : 16726 (python) S 16651 16651 16566 0 -1 4202560 1151 0 0 0 45 28 0 0 15 0 1 0 546588959 983658496 149792 33554432000 4194304 5683644 140734307996192 18446744073709551615 274664828486 0 0 16781312 514 3820068437049180418 0 0 17 7 0 0 0
/proc/16726/statm: 240151 149792 372 364 0 176057 0
[pid=16728] ppid=16726 vsize=6878788 CPUtime=253.3 cores=0-7
/proc/16728/stat : 16728 (cryptominisat-2) R 16726 16728 16728 0 -1 4202496 10413563 0 0 0 23994 1336 0 0 25 0 1 0 546588960 7043878912 1626366 33554432000 4194304 4677096 140736686601056 18446744073709551615 4563749 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/16728/statm: 1719697 1626366 390 118 0 1714656 0
[pid=16729] ppid=16651 vsize=970860 CPUtime=0.4 cores=0-7
/proc/16729/stat : 16729 (python) S 16651 16651 16566 0 -1 4202560 806 0 0 0 20 20 0 0 18 0 1 0 546588963 994160640 149626 33554432000 4194304 5683644 140734307996192 18446744073709551615 274664828486 0 0 16781312 514 17178998370790768900 0 0 17 4 0 0 0
/proc/16729/statm: 242715 149626 371 364 0 178618 0
[pid=16731] ppid=16729 vsize=452304 CPUtime=256.74 cores=0-7
/proc/16731/stat : 16731 (glucose_static) R 16729 16731 16731 0 -1 4202496 108955 0 0 0 25653 21 0 0 25 0 1 0 546588965 463159296 108696 33554432000 134512640 135217611 4291043264 18446744073709551615 134542963 0 0 16781312 8388611 0 0 0 17 5 0 0 0
/proc/16731/statm: 113076 108696 78 173 0 112901 0
[pid=16732] ppid=16651 vsize=981116 CPUtime=0.39 cores=0-7
/proc/16732/stat : 16732 (python) S 16651 16651 16566 0 -1 4202560 814 0 0 0 21 18 0 0 18 0 1 0 546588968 1004662784 149563 33554432000 4194304 5683644 140734307996192 18446744073709551615 274664828486 0 0 16781312 514 17178998370790768897 0 0 17 0 0 0 0
/proc/16732/statm: 245279 149563 371 364 0 181179 0
[pid=16734] ppid=16732 vsize=454368 CPUtime=256.24 cores=0-7
/proc/16734/stat : 16734 (glucose_static) R 16732 16734 16734 0 -1 4202496 109483 0 0 0 25601 23 0 0 25 0 1 0 546588969 465272832 109221 33554432000 134512640 135217611 4290606224 18446744073709551615 134533007 0 0 16781312 8388611 0 0 0 17 0 0 0 0
/proc/16734/statm: 113592 109221 78 173 0 113417 0
[pid=16735] ppid=16651 vsize=991372 CPUtime=0.39 cores=0-7
/proc/16735/stat : 16735 (python) S 16651 16651 16566 0 -1 4202560 858 0 0 0 20 19 0 0 18 0 1 0 546588972 1015164928 149571 33554432000 4194304 5683644 140734307996192 18446744073709551615 274664828486 0 0 16781312 514 17178998370790768899 0 0 17 4 0 0 0
/proc/16735/statm: 247843 149571 377 364 0 183740 0
[pid=16737] ppid=16735 vsize=451288 CPUtime=256.19 cores=0-7
/proc/16737/stat : 16737 (glucose_static) R 16735 16737 16737 0 -1 4202496 108714 0 0 0 25597 22 0 0 25 0 1 0 546588974 462118912 108449 33554432000 134512640 135217611 4290481360 18446744073709551615 134527899 0 0 16781312 8388611 0 0 0 17 1 0 0 0
/proc/16737/statm: 112822 108449 78 173 0 112647 0
[pid=16742] ppid=16651 vsize=1001628 CPUtime=0.25 cores=0-7
/proc/16742/stat : 16742 (python) S 16651 16651 16566 0 -1 4202560 833 0 0 0 13 12 0 0 18 0 1 0 546598976 1025667072 149644 33554432000 4194304 5683644 140734307996192 18446744073709551615 274664828486 0 0 16781312 514 17178998370790768899 0 0 17 4 0 0 0
/proc/16742/statm: 250407 149644 371 364 0 186301 0
[pid=16744] ppid=16742 vsize=414108 CPUtime=156.35 cores=0-7
/proc/16744/stat : 16744 (glucose_static) R 16742 16744 16744 0 -1 4202496 99358 0 0 0 15617 18 0 0 25 0 1 0 546598977 424046592 99092 33554432000 134512640 135217611 4292393312 18446744073709551615 134527899 0 0 16781312 8388611 0 0 0 17 4 0 0 0
/proc/16744/statm: 103527 99092 78 173 0 103352 0
[pid=16651/tid=16715] ppid=16649 vsize=1011872 CPUtime=0.1 cores=0-7
/proc/16651/task/16715/stat : 16715 (python) S 16649 16651 16566 0 -1 4202560 26 932 0 0 0 0 2 8 25 0 10 0 546588942 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 2 18446604444071182784 0 0 -1 2 0 0 0
[pid=16651/tid=16718] ppid=16649 vsize=1011872 CPUtime=0.1 cores=0-7
/proc/16651/task/16718/stat : 16718 (python) S 16649 16651 16566 0 -1 4202560 22 932 0 0 0 0 2 8 25 0 10 0 546588947 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 2 18446604444071182784 0 0 -1 2 0 0 0
[pid=16651/tid=16721] ppid=16649 vsize=1011872 CPUtime=0.1 cores=0-7
/proc/16651/task/16721/stat : 16721 (python) S 16649 16651 16566 0 -1 4202560 24 932 0 0 0 0 2 8 18 0 10 0 546588951 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 2 18446604444071182784 0 0 -1 5 0 0 0
[pid=16651/tid=16724] ppid=16649 vsize=1011872 CPUtime=0.1 cores=0-7
/proc/16651/task/16724/stat : 16724 (python) S 16649 16651 16566 0 -1 4202560 54 932 0 0 0 0 2 8 18 0 10 0 546588956 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 2 18446604444071182784 0 0 -1 5 0 0 0
[pid=16651/tid=16727] ppid=16649 vsize=1011872 CPUtime=0.1 cores=0-7
/proc/16651/task/16727/stat : 16727 (python) S 16649 16651 16566 0 -1 4202560 34 932 0 0 0 0 2 8 19 0 10 0 546588960 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 2 18446604444071182784 0 0 -1 0 0 0 0
[pid=16651/tid=16730] ppid=16649 vsize=1011872 CPUtime=0.1 cores=0-7
/proc/16651/task/16730/stat : 16730 (python) S 16649 16651 16566 0 -1 4202560 33 932 0 0 0 0 2 8 21 0 10 0 546588965 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 2 18446604444071182784 0 0 -1 4 0 0 0
[pid=16651/tid=16733] ppid=16649 vsize=1011872 CPUtime=0.1 cores=0-7
/proc/16651/task/16733/stat : 16733 (python) S 16649 16651 16566 0 -1 4202560 35 932 0 0 0 0 2 8 23 0 10 0 546588969 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 2 18446604444071182784 0 0 -1 0 0 0 0
[pid=16651/tid=16736] ppid=16649 vsize=1011872 CPUtime=0.1 cores=0-7
/proc/16651/task/16736/stat : 16736 (python) S 16649 16651 16566 0 -1 4202560 35 932 0 0 0 0 2 8 25 0 10 0 546588974 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 2 18446604444071182784 0 0 -1 4 0 0 0
[pid=16651/tid=16743] ppid=16649 vsize=1011872 CPUtime=0.1 cores=0-7
/proc/16651/task/16743/stat : 16743 (python) S 16649 16651 16566 0 -1 4202560 40 932 0 0 0 0 2 8 20 0 10 0 546598977 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 2 18446604444071182784 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3722
Current children cumulated vsize (KiB) 30139956



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1972.6 s]
/proc/loadavg: 8.69 5.49 3.67 9/227 16756
/proc/meminfo: memFree=4849720/32951132 swapFree=67111356/67111528
[pid=16651] ppid=16649 vsize=1011872 CPUtime=1667.59 cores=0-7
/proc/16651/stat : 16651 (python) S 16649 16651 16566 0 -1 4202496 1498130 932 1 0 166547 202 2 8 19 0 10 0 546418456 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 603
/proc/16651/statm: 252968 151169 1892 364 0 188862 0
[pid=16714] ppid=16651 vsize=854044 CPUtime=0.56 cores=0-7
/proc/16714/stat : 16714 (python) S 16651 16651 16566 0 -1 4202560 1276 0 0 0 29 27 0 0 15 0 1 0 546588941 874541056 149441 33554432000 4194304 5683644 140734307996192 18446744073709551615 274664828431 0 0 16781312 514 5625897538415460612 0 0 17 1 0 0 0
/proc/16714/statm: 213511 149441 377 364 0 149429 0
[pid=16716] ppid=16714 vsize=5887832 CPUtime=267.72 cores=0-7
/proc/16716/stat : 16716 (cryptominisat-2) R 16714 16716 16716 0 -1 4202496 9501906 0 0 0 25505 1267 0 0 25 0 1 0 546588943 6029139968 1376081 33554432000 4194304 4677096 140735059875712 18446744073709551615 4293862 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/16716/statm: 1471958 1376081 390 118 0 1466917 0
[pid=16717] ppid=16651 vsize=864300 CPUtime=0.59 cores=0-7
/proc/16717/stat : 16717 (python) S 16651 16651 16566 0 -1 4202560 1277 0 0 0 31 28 0 0 15 0 1 0 546588945 885043200 149439 33554432000 4194304 5683644 140734307996192 18446744073709551615 274664828486 0 0 16781312 514 18394855925266481409 0 0 17 2 0 0 0
/proc/16717/statm: 216075 149439 371 364 0 151990 0
[pid=16719] ppid=16717 vsize=6657888 CPUtime=267.15 cores=0-7
/proc/16719/stat : 16719 (cryptominisat-2) R 16717 16719 16719 0 -1 4202496 11190347 0 0 0 25398 1317 0 0 25 0 1 0 546588947 6817677312 1578745 33554432000 4194304 4677096 140737294130960 18446744073709551615 4366630 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/16719/statm: 1664472 1578748 390 118 0 1659431 0
[pid=16720] ppid=16651 vsize=874556 CPUtime=0.41 cores=0-7
/proc/16720/stat : 16720 (python) S 16651 16651 16566 0 -1 4202560 1001 0 0 0 20 21 0 0 18 0 1 0 546588950 895545344 149442 33554432000 4194304 5683644 140734307996192 18446744073709551615 274664828486 0 0 16781312 514 17178998370790768897 0 0 17 1 0 0 0
/proc/16720/statm: 218639 149442 370 364 0 154551 0
[pid=16722] ppid=16720 vsize=273776 CPUtime=267.63 cores=0-7
/proc/16722/stat : 16722 (lingeling) R 16720 16722 16722 0 -1 4202496 154422 0 0 0 26738 25 0 0 25 0 1 0 546588951 280346624 67614 33554432000 4194304 4352236 140736449139088 18446744073709551615 4208886 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/16722/statm: 68444 67614 129 39 0 67524 0
[pid=16723] ppid=16651 vsize=950348 CPUtime=0.16 cores=0-7
/proc/16723/stat : 16723 (python) S 16651 16651 16566 0 -1 4202560 989 0 0 0 8 8 0 0 19 0 2 0 546588954 973156352 149593 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16723/statm: 237587 149593 399 364 0 173496 0
[pid=16725] ppid=16723 vsize=272012 CPUtime=100.14 cores=0-7
/proc/16725/stat : 16725 (lingeling) T 16723 16725 16725 0 -1 4202496 135462 0 0 0 9991 23 0 0 25 0 1 0 546588956 278540288 67172 33554432000 4194304 4352236 140736431082848 18446744073709551615 4278730 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/16725/statm: 68003 67172 129 39 0 67083 0
[pid=16723/tid=16741] ppid=16651 vsize=950348 CPUtime=0 cores=0-7
/proc/16723/task/16741/stat : 16741 (python) S 16651 16651 16566 0 -1 4202560 88 0 0 0 0 0 0 0 19 0 2 0 546598972 973156352 149593 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 514 18446604440278878976 0 0 -1 1 0 0 0
[pid=16726] ppid=16651 vsize=960604 CPUtime=0.76 cores=0-7
/proc/16726/stat : 16726 (python) S 16651 16651 16566 0 -1 4202560 1155 0 0 0 47 29 0 0 15 0 1 0 546588959 983658496 149796 33554432000 4194304 5683644 140734307996192 18446744073709551615 274664828486 0 0 16781312 514 3820068437049180418 0 0 17 7 0 0 0
/proc/16726/statm: 240151 149796 372 364 0 176057 0
[pid=16728] ppid=16726 vsize=7380168 CPUtime=263.41 cores=0-7
/proc/16728/stat : 16728 (cryptominisat-2) R 16726 16728 16728 0 -1 4202496 11298782 0 0 0 24891 1450 0 0 25 0 1 0 546588960 7557292032 1740022 33554432000 4194304 4677096 140736686601056 18446744073709551615 4395279 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/16728/statm: 1845042 1740022 390 118 0 1840001 0
[pid=16729] ppid=16651 vsize=970860 CPUtime=0.41 cores=0-7
/proc/16729/stat : 16729 (python) S 16651 16651 16566 0 -1 4202560 806 0 0 0 21 20 0 0 18 0 1 0 546588963 994160640 149626 33554432000 4194304 5683644 140734307996192 18446744073709551615 274664828486 0 0 16781312 514 17178998370790768900 0 0 17 4 0 0 0
/proc/16729/statm: 242715 149626 371 364 0 178618 0
[pid=16731] ppid=16729 vsize=466064 CPUtime=267.04 cores=0-7
/proc/16731/stat : 16731 (glucose_static) R 16729 16731 16731 0 -1 4202496 112433 0 0 0 26683 21 0 0 25 0 1 0 546588965 477249536 112174 33554432000 134512640 135217611 4291043264 18446744073709551615 134527881 0 0 16781312 8388611 0 0 0 17 5 0 0 0
/proc/16731/statm: 116516 112174 78 173 0 116341 0
[pid=16732] ppid=16651 vsize=981116 CPUtime=0.4 cores=0-7
/proc/16732/stat : 16732 (python) S 16651 16651 16566 0 -1 4202560 814 0 0 0 22 18 0 0 18 0 1 0 546588968 1004662784 149563 33554432000 4194304 5683644 140734307996192 18446744073709551615 274664828486 0 0 16781312 514 17178998370790768897 0 0 17 0 0 0 0
/proc/16732/statm: 245279 149563 371 364 0 181179 0
[pid=16734] ppid=16732 vsize=467072 CPUtime=266.54 cores=0-7
/proc/16734/stat : 16734 (glucose_static) R 16732 16734 16734 0 -1 4202496 112675 0 0 0 26630 24 0 0 25 0 1 0 546588969 478281728 112413 33554432000 134512640 135217611 4290606224 18446744073709551615 134528138 0 0 16781312 8388611 0 0 0 17 0 0 0 0
/proc/16734/statm: 116768 112413 78 173 0 116593 0
[pid=16735] ppid=16651 vsize=991372 CPUtime=0.4 cores=0-7
/proc/16735/stat : 16735 (python) S 16651 16651 16566 0 -1 4202560 858 0 0 0 21 19 0 0 18 0 1 0 546588972 1015164928 149571 33554432000 4194304 5683644 140734307996192 18446744073709551615 274664828486 0 0 16781312 514 17178998370790768899 0 0 17 4 0 0 0
/proc/16735/statm: 247843 149571 377 364 0 183740 0
[pid=16737] ppid=16735 vsize=465372 CPUtime=266.45 cores=0-7
/proc/16737/stat : 16737 (glucose_static) R 16735 16737 16737 0 -1 4202496 112262 0 0 0 26622 23 0 0 25 0 1 0 546588974 476540928 111997 33554432000 134512640 135217611 4290481360 18446744073709551615 134527868 0 0 16781312 8388611 0 0 0 17 1 0 0 0
/proc/16737/statm: 116343 111997 78 173 0 116168 0
[pid=16742] ppid=16651 vsize=1001628 CPUtime=0.26 cores=0-7
/proc/16742/stat : 16742 (python) S 16651 16651 16566 0 -1 4202560 833 0 0 0 14 12 0 0 18 0 1 0 546598976 1025667072 149644 33554432000 4194304 5683644 140734307996192 18446744073709551615 274664828486 0 0 16781312 514 17178998370790768899 0 0 17 4 0 0 0
/proc/16742/statm: 250407 149644 371 364 0 186301 0
[pid=16744] ppid=16742 vsize=416672 CPUtime=166.62 cores=0-7
/proc/16744/stat : 16744 (glucose_static) R 16742 16744 16744 0 -1 4202496 100031 0 0 0 16644 18 0 0 25 0 1 0 546598977 426672128 99765 33554432000 134512640 135217611 4292393312 18446744073709551615 134528190 0 0 16781312 8388611 0 0 0 17 4 0 0 0
/proc/16744/statm: 104168 99765 78 173 0 103993 0
[pid=16651/tid=16715] ppid=16649 vsize=1011872 CPUtime=0.1 cores=0-7
/proc/16651/task/16715/stat : 16715 (python) S 16649 16651 16566 0 -1 4202560 26 932 0 0 0 0 2 8 25 0 10 0 546588942 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 2 18446604444071182784 0 0 -1 2 0 0 0
[pid=16651/tid=16718] ppid=16649 vsize=1011872 CPUtime=0.1 cores=0-7
/proc/16651/task/16718/stat : 16718 (python) S 16649 16651 16566 0 -1 4202560 22 932 0 0 0 0 2 8 25 0 10 0 546588947 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 2 18446604444071182784 0 0 -1 2 0 0 0
[pid=16651/tid=16721] ppid=16649 vsize=1011872 CPUtime=0.1 cores=0-7
/proc/16651/task/16721/stat : 16721 (python) S 16649 16651 16566 0 -1 4202560 24 932 0 0 0 0 2 8 18 0 10 0 546588951 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 2 18446604444071182784 0 0 -1 5 0 0 0
[pid=16651/tid=16724] ppid=16649 vsize=1011872 CPUtime=0.1 cores=0-7
/proc/16651/task/16724/stat : 16724 (python) S 16649 16651 16566 0 -1 4202560 54 932 0 0 0 0 2 8 18 0 10 0 546588956 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 2 18446604444071182784 0 0 -1 5 0 0 0
[pid=16651/tid=16727] ppid=16649 vsize=1011872 CPUtime=0.1 cores=0-7
/proc/16651/task/16727/stat : 16727 (python) S 16649 16651 16566 0 -1 4202560 34 932 0 0 0 0 2 8 19 0 10 0 546588960 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 2 18446604444071182784 0 0 -1 0 0 0 0
[pid=16651/tid=16730] ppid=16649 vsize=1011872 CPUtime=0.1 cores=0-7
/proc/16651/task/16730/stat : 16730 (python) S 16649 16651 16566 0 -1 4202560 33 932 0 0 0 0 2 8 21 0 10 0 546588965 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 2 18446604444071182784 0 0 -1 4 0 0 0
[pid=16651/tid=16733] ppid=16649 vsize=1011872 CPUtime=0.1 cores=0-7
/proc/16651/task/16733/stat : 16733 (python) S 16649 16651 16566 0 -1 4202560 35 932 0 0 0 0 2 8 23 0 10 0 546588969 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 2 18446604444071182784 0 0 -1 0 0 0 0
[pid=16651/tid=16736] ppid=16649 vsize=1011872 CPUtime=0.1 cores=0-7
/proc/16651/task/16736/stat : 16736 (python) S 16649 16651 16566 0 -1 4202560 35 932 0 0 0 0 2 8 25 0 10 0 546588974 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 2 18446604444071182784 0 0 -1 4 0 0 0
[pid=16651/tid=16743] ppid=16649 vsize=1011872 CPUtime=0.1 cores=0-7
/proc/16651/task/16743/stat : 16743 (python) S 16649 16651 16566 0 -1 4202560 40 932 0 0 0 0 2 8 20 0 10 0 546598977 1036156928 151169 33554432000 4194304 5683644 140734307996192 18446744073709551615 274676631985 0 0 16781312 2 18446604444071182784 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3804.24
Current children cumulated vsize (KiB) 31747556

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 16651 and gives
#  childrusage.ru_utime.tv_sec=1665
#  childrusage.ru_utime.tv_usec=496806
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=172669
# CPU time returned by wait4() is 1667.67
# while last known CPU time is 3804.24
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1972.74
CPU time (s): 3804.24
CPU user time (s): 3758.64
CPU system time (s): 45.6
CPU usage (%): 192.841
Max. virtual memory (cumulated for all children) (KiB): 31747556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1665.5
system time used= 2.17267
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1499068
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= 3039
involuntary context switches= 2562

runsolver used 3.76743 second user time and 8.97963 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-02 16:56:28
IDJOB=3321609
IDBENCH=82413
IDSOLVER=1710
FILE ID=node131/3321609-1304348184
RUNJOBID= node131-1304348116-16580
PBS_JOBID= 13178662
Free space on /tmp= 72760 MiB

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

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

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=1198444273

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:     32951132 kB
MemFree:      26579704 kB
Buffers:        308332 kB
Cached:        2172844 kB
SwapCached:        168 kB
Active:        4070780 kB
Inactive:      1958216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26579704 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:          152144 kB
Writeback:          20 kB
AnonPages:     3547360 kB
Mapped:          20772 kB
Slab:           267588 kB
PageTables:      13020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  3970316 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72728 MiB
End job on node131 at 2011-05-02 17:29:23