Trace number 3381360

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)UNSAT 4771.63 4689.73

General information on the benchmark

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

Solver Data

0.34/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.68	c INFO: solving HOME/instance-3381360-1305514000.cnf
0.34/0.68	c INFO: computing task features
41.02/41.39	c INFO: computed variable-clause graph statistics
41.82/42.10	c INFO: computed clause balance statistics
136.33/136.66	c INFO: computed variable balance statistics
205.73/206.08	c INFO: computed small-clause counts
217.82/218.19	c INFO: computed Horn-clause counts
4678.75/4678.91	c INFO: computed variable graph statistics
4678.75/4678.93	c INFO: collected features for HOME/instance-3381360-1305514000.cnf in 4675.05 s
4678.75/4678.94	c INFO: running lingeling-276@0 for 97 with 321 remaining (b = 0.99)
4678.75/4678.96	c INFO: running glucose@0 for 97 with 321 remaining (b = 0.98)
4678.75/4678.98	c INFO: running lingeling-276@0 for 321 with 321 remaining (b = 0.92)
4678.84/4679.00	c INFO: running precosat-570@0 for 97 with 321 remaining (b = 0.83)
4678.84/4679.03	c INFO: running lingeling-276@0 for 321 with 321 remaining (b = 0.42)
4678.84/4679.05	c INFO: running cryptominisat-2.9.0@0 for 321 with 321 remaining (b = 0.37)
4678.84/4679.08	c INFO: running precosat-570@0 for 321 with 321 remaining (b = 0.31)
4678.95/4679.10	c INFO: running lingeling-276@0 for 321 with 321 remaining (b = 0.25)
4761.14/4689.51	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3381360-1305514000/watcher-3381360-1305514000 -o /tmp/evaluation-result-3381360-1305514000/solver-3381360-1305514000 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381360-1305514000.cnf -seed 514311489 -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: 7.46 7.92 7.91 1/354 7121
/proc/meminfo: memFree=23121940/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=15184 CPUtime=0 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 726 0 0 0 0 0 0 0 21 0 1 0 643815998 15548416 616 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510293428 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7121/statm: 3796 616 322 364 0 283 0

[startup+0.0503809 s]
/proc/loadavg: 7.46 7.92 7.91 1/354 7121
/proc/meminfo: memFree=23121940/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=18880 CPUtime=0.02 cores=0-7
/proc/7121/stat : 7121 (python) S 7119 7121 7096 0 -1 4202496 1287 0 0 0 2 0 0 0 21 0 1 0 643815998 19333120 1140 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/7121/statm: 4720 1140 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100407 s]
/proc/loadavg: 7.46 7.92 7.91 1/354 7121
/proc/meminfo: memFree=23121940/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=87700 CPUtime=0.06 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 2636 0 0 0 5 1 0 0 18 0 1 0 643815998 89804800 2353 33554432000 4194304 5683644 140736122461680 18446744073709551615 47923577389760 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7121/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87700

[startup+0.300311 s]
/proc/loadavg: 7.46 7.92 7.91 1/354 7121
/proc/meminfo: memFree=23121940/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=135748 CPUtime=0.18 cores=0-7
/proc/7121/stat : 7121 (python) S 7119 7121 7096 0 -1 4202496 5962 934 1 0 13 5 0 0 17 0 1 0 643815998 139005952 4149 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510293509 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/7121/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.70024 s]
/proc/loadavg: 7.46 7.92 7.91 1/354 7121
/proc/meminfo: memFree=23121940/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=399292 CPUtime=0.41 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 17076 934 1 0 29 12 0 0 16 0 1 0 643815998 408875008 14761 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510297344 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7121/statm: 99823 14783 1758 364 0 35747 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 399292

[startup+2.12798 s]
/proc/loadavg: 7.46 7.92 7.91 1/354 7121
/proc/meminfo: memFree=23121940/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=486004 CPUtime=1.85 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 60923 934 1 0 165 20 0 0 18 0 1 0 643815998 497668096 58607 33554432000 4194304 5683644 140736122461680 18446744073709551615 233509958341 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7121/statm: 121501 58607 1761 364 0 57425 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 486004

[startup+3.10079 s]
/proc/loadavg: 7.46 7.92 7.91 2/355 7126
/proc/meminfo: memFree=22880256/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=551680 CPUtime=2.82 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 76486 934 1 0 260 22 0 0 19 0 1 0 643815998 564920320 74170 33554432000 4194304 5683644 140736122461680 18446744073709551615 233509993940 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7121/statm: 137920 74170 1761 364 0 73844 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 551680

[startup+6.30021 s]
/proc/loadavg: 6.94 7.80 7.87 2/355 7126
/proc/meminfo: memFree=22672824/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=759784 CPUtime=6.02 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 127654 934 1 0 573 29 0 0 25 0 1 0 643815998 778018816 125338 33554432000 4194304 5683644 140736122461680 18446744073709551615 4444983 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7121/statm: 189946 125339 1761 364 0 125870 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 759784

[startup+12.7011 s]
/proc/loadavg: 6.46 7.69 7.83 2/355 7126
/proc/meminfo: memFree=22253604/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=1161864 CPUtime=12.42 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 228081 934 1 0 1199 43 0 0 25 0 1 0 643815998 1189748736 225765 33554432000 4194304 5683644 140736122461680 18446744073709551615 5114052 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7121/statm: 290466 225765 1761 364 0 226390 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1161864

[startup+25.5128 s]
/proc/loadavg: 5.25 7.36 7.72 2/355 7126
/proc/meminfo: memFree=21964072/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=1437156 CPUtime=25.23 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 954536 934 1 0 2397 126 0 0 25 0 1 0 643815998 1471647744 295261 33554432000 4194304 5683644 140736122461680 18446744073709551615 47923586455162 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7121/statm: 359289 295263 1814 364 0 295213 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 1437156

[startup+51.1002 s]
/proc/loadavg: 3.80 6.85 7.54 2/355 7127
/proc/meminfo: memFree=22129412/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=1251296 CPUtime=50.82 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 2003372 934 1 0 4834 248 0 0 25 0 1 0 643815998 1281327104 250209 33554432000 4194304 5683644 140736122461680 18446744073709551615 4539162 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7121/statm: 312824 250209 1826 364 0 248748 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 1251296

[startup+102.301 s]
/proc/loadavg: 2.21 5.95 7.20 2/355 7128
/proc/meminfo: memFree=22129028/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=1251296 CPUtime=102.02 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 2003372 934 1 0 9954 248 0 0 25 0 1 0 643815998 1281327104 250209 33554432000 4194304 5683644 140736122461680 18446744073709551615 233509952498 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7121/statm: 312824 250209 1826 364 0 248748 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 1251296

[startup+162.3 s]
/proc/loadavg: 1.44 5.04 6.81 2/355 7130
/proc/meminfo: memFree=22127860/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=1252320 CPUtime=162.02 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 2011360 934 1 0 15953 249 0 0 25 0 1 0 643815998 1282375680 250466 33554432000 4194304 5683644 140736122461680 18446744073709551615 47923586319405 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7121/statm: 313080 250466 1827 364 0 249004 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 1252320

[startup+222.301 s]
/proc/loadavg: 1.16 4.30 6.44 2/355 7132
/proc/meminfo: memFree=22127288/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=1253236 CPUtime=222.03 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 2799742 934 1 0 21863 340 0 0 25 0 1 0 643815998 1283313664 250701 33554432000 4194304 5683644 140736122461680 18446744073709551615 47923586041984 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7121/statm: 313309 250701 1833 364 0 249233 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 1253236

[startup+282.301 s]
/proc/loadavg: 1.06 3.70 6.10 2/355 7133
/proc/meminfo: memFree=22127316/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=1253236 CPUtime=282.03 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 2799742 934 1 0 27863 340 0 0 25 0 1 0 643815998 1283313664 250701 33554432000 4194304 5683644 140736122461680 18446744073709551615 47923586041984 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7121/statm: 313309 250701 1833 364 0 249233 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 1253236

[startup+342.312 s]
/proc/loadavg: 1.02 3.21 5.78 2/355 7135
/proc/meminfo: memFree=22127500/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=1253236 CPUtime=342.04 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 2799742 934 1 0 33864 340 0 0 25 0 1 0 643815998 1283313664 250701 33554432000 4194304 5683644 140736122461680 18446744073709551615 47923586041984 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7121/statm: 313309 250701 1833 364 0 249233 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 1253236

[startup+402.3 s]
/proc/loadavg: 1.00 2.80 5.47 2/355 7136
/proc/meminfo: memFree=22127312/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=1253236 CPUtime=402.03 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 2799742 934 1 0 39863 340 0 0 25 0 1 0 643815998 1283313664 250701 33554432000 4194304 5683644 140736122461680 18446744073709551615 47923586041996 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7121/statm: 313309 250701 1833 364 0 249233 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 1253236

[startup+462.301 s]
/proc/loadavg: 1.00 2.47 5.19 2/355 7138
/proc/meminfo: memFree=22127376/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=1253236 CPUtime=462.03 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 2799742 934 1 0 45863 340 0 0 25 0 1 0 643815998 1283313664 250701 33554432000 4194304 5683644 140736122461680 18446744073709551615 47923586041996 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7121/statm: 313309 250701 1833 364 0 249233 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 1253236

[startup+522.301 s]
/proc/loadavg: 1.06 2.22 4.93 2/355 7140
/proc/meminfo: memFree=22127444/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=1253236 CPUtime=522.03 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 2799742 934 1 0 51863 340 0 0 25 0 1 0 643815998 1283313664 250701 33554432000 4194304 5683644 140736122461680 18446744073709551615 47923586041996 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7121/statm: 313309 250701 1833 364 0 249233 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 1253236

[startup+582.301 s]
/proc/loadavg: 1.02 1.99 4.68 2/355 7141
/proc/meminfo: memFree=22127376/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=1253236 CPUtime=582.03 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 2799742 934 1 0 57863 340 0 0 25 0 1 0 643815998 1283313664 250701 33554432000 4194304 5683644 140736122461680 18446744073709551615 47923586041984 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7121/statm: 313309 250701 1833 364 0 249233 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 1253236

[startup+642.3 s]

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

[pid=7272] ppid=7121 vsize=808816 CPUtime=0.03 cores=0-7
/proc/7272/stat : 7272 (python) S 7121 7121 7096 0 -1 4202560 887 0 0 0 0 3 0 0 18 0 1 0 644283893 828227584 138165 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510317583 0 0 16781312 514 5524587712398459138 0 0 17 1 0 0 0
/proc/7272/statm: 202204 138165 376 364 0 138122 0
[pid=7274] ppid=7272 vsize=307836 CPUtime=9.42 cores=0-7
/proc/7274/stat : 7274 (lingeling) R 7272 7274 7274 0 -1 4202496 190984 0 0 0 912 30 0 0 25 0 1 0 644283894 315224064 76113 33554432000 4194304 4352236 140736771390960 18446744073709551615 4242634 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/7274/statm: 76959 76113 118 39 0 76039 0
[pid=7275] ppid=7121 vsize=819072 CPUtime=0.02 cores=0-7
/proc/7275/stat : 7275 (python) S 7121 7121 7096 0 -1 4202560 931 0 0 0 0 2 0 0 18 0 1 0 644283895 838729728 138163 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510317638 0 0 16781312 514 5524580015817064706 0 0 17 0 0 0 0
/proc/7275/statm: 204768 138163 370 364 0 140683 0
[pid=7277] ppid=7275 vsize=569472 CPUtime=9.4 cores=0-7
/proc/7277/stat : 7277 (glucose_static) R 7275 7277 7277 0 -1 4202496 129564 0 0 0 917 23 0 0 25 0 1 0 644283897 583139328 129193 33554432000 134512640 135217611 4290652912 18446744073709551615 134532638 0 0 16781312 8388611 0 0 0 17 5 0 0 0
/proc/7277/statm: 142368 129193 75 173 0 142193 0
[pid=7278] ppid=7121 vsize=829328 CPUtime=0.02 cores=0-7
/proc/7278/stat : 7278 (python) S 7121 7121 7096 0 -1 4202560 895 0 0 0 0 2 0 0 18 0 1 0 644283897 849231872 138167 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510317638 0 0 16781312 514 4427760817139581187 0 0 17 1 0 0 0
/proc/7278/statm: 207332 138167 370 364 0 143244 0
[pid=7280] ppid=7278 vsize=305644 CPUtime=9.39 cores=0-7
/proc/7280/stat : 7280 (lingeling) R 7278 7280 7280 0 -1 4202496 182220 0 0 0 912 27 0 0 25 0 1 0 644283899 312979456 75564 33554432000 4194304 4352236 140735461044000 18446744073709551615 4242598 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/7280/statm: 76411 75564 118 39 0 75491 0
[pid=7281] ppid=7121 vsize=839584 CPUtime=0.02 cores=0-7
/proc/7281/stat : 7281 (python) S 7121 7121 7096 0 -1 4202560 914 0 0 0 0 2 0 0 18 0 1 0 644283899 859734016 138171 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510317638 0 0 16781312 514 6067229411176841473 0 0 17 6 0 0 0
/proc/7281/statm: 209896 138171 370 364 0 145805 0
[pid=7283] ppid=7281 vsize=1055760 CPUtime=9.22 cores=0-7
/proc/7283/stat : 7283 (precosat) R 7281 7283 7283 0 -1 4202496 293810 0 0 0 874 48 0 0 25 0 1 0 644283901 1081098240 262271 33554432000 4194304 4890832 140733995835136 18446744073709551615 4452253 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/7283/statm: 263940 262271 78 171 0 263767 0
[pid=7284] ppid=7121 vsize=849840 CPUtime=0.02 cores=0-7
/proc/7284/stat : 7284 (python) S 7121 7121 7096 0 -1 4202560 923 0 0 0 0 2 0 0 18 0 1 0 644283901 870236160 138175 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510317638 0 0 16781312 514 2944135351955849474 0 0 17 4 0 0 0
/proc/7284/statm: 212460 138175 370 364 0 148366 0
[pid=7286] ppid=7284 vsize=365092 CPUtime=9.31 cores=0-7
/proc/7286/stat : 7286 (lingeling) R 7284 7286 7286 0 -1 4202496 190533 0 0 0 902 29 0 0 25 0 1 0 644283903 373854208 77731 33554432000 4194304 4352236 140735035761488 18446744073709551615 233510340743 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/7286/statm: 91273 77731 118 39 0 90353 0
[pid=7287] ppid=7121 vsize=860096 CPUtime=0.03 cores=0-7
/proc/7287/stat : 7287 (python) S 7121 7121 7096 0 -1 4202560 921 0 0 0 1 2 0 0 15 0 1 0 644283904 880738304 138179 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510317638 0 0 16781312 514 4351035521363837186 0 0 17 6 0 0 0
/proc/7287/statm: 215024 138179 370 364 0 150927 0
[pid=7289] ppid=7287 vsize=1214036 CPUtime=9.28 cores=0-7
/proc/7289/stat : 7289 (cryptominisat-2) R 7287 7289 7289 0 -1 4202496 270383 0 0 0 892 36 0 0 25 0 1 0 644283906 1243172864 235574 33554432000 4194304 4677096 140736630835328 18446744073709551615 4319761 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7289/statm: 303509 235574 362 118 0 298468 0
[pid=7290] ppid=7121 vsize=870352 CPUtime=0.03 cores=0-7
/proc/7290/stat : 7290 (python) S 7121 7121 7096 0 -1 4202560 909 0 0 0 0 3 0 0 18 0 1 0 644283906 891240448 138183 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510317638 0 0 16781312 514 2944127655374455041 0 0 17 1 0 0 0
/proc/7290/statm: 217588 138183 370 364 0 153488 0
[pid=7295] ppid=7290 vsize=1077432 CPUtime=9.22 cores=0-7
/proc/7295/stat : 7295 (precosat) R 7290 7295 7295 0 -1 4202496 299408 0 0 0 876 46 0 0 25 0 1 0 644283912 1103290368 267337 33554432000 4194304 4890832 140734462593728 18446744073709551615 4295221 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/7295/statm: 269358 267337 78 171 0 269185 0
[pid=7292] ppid=7121 vsize=880608 CPUtime=0.03 cores=0-7
/proc/7292/stat : 7292 (python) S 7121 7121 7096 0 -1 4202560 915 0 0 0 0 3 0 0 18 0 1 0 644283909 901742592 138187 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510317638 0 0 16781312 514 2944123807083757828 0 0 17 4 0 0 0
/proc/7292/statm: 220152 138187 370 364 0 156049 0
[pid=7294] ppid=7292 vsize=304840 CPUtime=9.2 cores=0-7
/proc/7294/stat : 7294 (lingeling) R 7292 7294 7294 0 -1 4202496 175309 0 0 0 888 32 0 0 25 0 1 0 644283910 312156160 75363 33554432000 4194304 4352236 140736306247184 18446744073709551615 4255325 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7294/statm: 76210 75363 118 39 0 75290 0
[pid=7121/tid=7273] ppid=7119 vsize=890852 CPUtime=0 cores=0-7
/proc/7121/task/7273/stat : 7273 (python) S 7119 7121 7096 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 9 0 644283894 912232448 139702 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522121137 0 0 16781312 2 18446604441969548032 0 0 -1 2 0 0 0
[pid=7121/tid=7276] ppid=7119 vsize=890852 CPUtime=0 cores=0-7
/proc/7121/task/7276/stat : 7276 (python) S 7119 7121 7096 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 644283896 912232448 139702 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522121137 0 0 16781312 2 18446604441969548032 0 0 -1 4 0 0 0
[pid=7121/tid=7279] ppid=7119 vsize=890852 CPUtime=0 cores=0-7
/proc/7121/task/7279/stat : 7279 (python) S 7119 7121 7096 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 644283899 912232448 139702 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522121137 0 0 16781312 2 18446604441969548032 0 0 -1 0 0 0 0
[pid=7121/tid=7282] ppid=7119 vsize=890852 CPUtime=0 cores=0-7
/proc/7121/task/7282/stat : 7282 (python) S 7119 7121 7096 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 9 0 644283901 912232448 139702 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522121137 0 0 16781312 2 18446604441969548032 0 0 -1 0 0 0 0
[pid=7121/tid=7285] ppid=7119 vsize=890852 CPUtime=0 cores=0-7
/proc/7121/task/7285/stat : 7285 (python) S 7119 7121 7096 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 9 0 644283903 912232448 139702 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522121137 0 0 16781312 2 18446604441969548032 0 0 -1 0 0 0 0
[pid=7121/tid=7288] ppid=7119 vsize=890852 CPUtime=0 cores=0-7
/proc/7121/task/7288/stat : 7288 (python) S 7119 7121 7096 0 -1 4202560 23 934 0 0 0 0 0 0 24 0 9 0 644283905 912232448 139702 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522121137 0 0 16781312 2 18446604441969548032 0 0 -1 6 0 0 0
[pid=7121/tid=7291] ppid=7119 vsize=890852 CPUtime=0 cores=0-7
/proc/7121/task/7291/stat : 7291 (python) S 7119 7121 7096 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 644283908 912232448 139702 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522121137 0 0 16781312 2 18446604441969548032 0 0 -1 4 0 0 0
[pid=7121/tid=7293] ppid=7119 vsize=890852 CPUtime=0 cores=0-7
/proc/7121/task/7293/stat : 7293 (python) S 7119 7121 7096 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 9 0 644283910 912232448 139702 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522121137 0 0 16781312 2 18446604441969548032 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4753.6
Current children cumulated vsize (KiB) 12848660

[startup+4689.2 s]
/proc/loadavg: 1.56 1.12 1.04 9/379 7296
/proc/meminfo: memFree=17774080/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=890852 CPUtime=4678.96 cores=0-7
/proc/7121/stat : 7121 (python) S 7119 7121 7096 0 -1 4202496 2816964 934 1 0 467538 358 0 0 25 0 9 0 643815998 912232448 139702 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7121/statm: 222713 139702 1881 364 0 158610 0
[pid=7272] ppid=7121 vsize=808816 CPUtime=0.05 cores=0-7
/proc/7272/stat : 7272 (python) S 7121 7121 7096 0 -1 4202560 893 0 0 0 1 4 0 0 18 0 1 0 644283893 828227584 138165 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510317583 0 0 16781312 514 1245544364130664706 0 0 17 1 0 0 0
/proc/7272/statm: 202204 138165 376 364 0 138122 0
[pid=7274] ppid=7272 vsize=307836 CPUtime=10.21 cores=0-7
/proc/7274/stat : 7274 (lingeling) R 7272 7274 7274 0 -1 4202496 190985 0 0 0 991 30 0 0 25 0 1 0 644283894 315224064 76114 33554432000 4194304 4352236 140736771390960 18446744073709551615 4242515 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/7274/statm: 76959 76114 119 39 0 76039 0
[pid=7275] ppid=7121 vsize=819072 CPUtime=0.04 cores=0-7
/proc/7275/stat : 7275 (python) S 7121 7121 7096 0 -1 4202560 937 0 0 0 1 3 0 0 16 0 1 0 644283895 838729728 138163 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510317638 0 0 16781312 514 8167832082391728386 0 0 17 0 0 0 0
/proc/7275/statm: 204768 138163 370 364 0 140683 0
[pid=7277] ppid=7275 vsize=0 CPUtime=10.18 cores=0-7
/proc/7277/stat : 7277 (glucose_static) R 7275 7277 7277 0 -1 4202500 129576 0 0 0 993 25 0 0 25 0 1 0 644283897 0 0 33554432000 0 0 0 0 0 0 0 16781312 8388611 18446744073709551615 0 0 17 5 0 0 0
/proc/7277/statm: 0 0 0 0 0 0 0
[pid=7278] ppid=7121 vsize=829328 CPUtime=0.04 cores=0-7
/proc/7278/stat : 7278 (python) S 7121 7121 7096 0 -1 4202560 898 0 0 0 1 3 0 0 18 0 1 0 644283897 849231872 138167 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510317638 0 0 16781312 514 1245544364130664707 0 0 17 1 0 0 0
/proc/7278/statm: 207332 138167 370 364 0 143244 0
[pid=7280] ppid=7278 vsize=305644 CPUtime=10.18 cores=0-7
/proc/7280/stat : 7280 (lingeling) R 7278 7280 7280 0 -1 4202496 182221 0 0 0 991 27 0 0 25 0 1 0 644283899 312979456 75565 33554432000 4194304 4352236 140735461044000 18446744073709551615 4257381 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/7280/statm: 76411 75565 119 39 0 75491 0
[pid=7281] ppid=7121 vsize=839584 CPUtime=0.04 cores=0-7
/proc/7281/stat : 7281 (python) S 7121 7121 7096 0 -1 4202560 917 0 0 0 1 3 0 0 18 0 1 0 644283899 859734016 138171 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510317638 0 0 16781312 514 1245544364130664705 0 0 17 6 0 0 0
/proc/7281/statm: 209896 138171 370 364 0 145805 0
[pid=7283] ppid=7281 vsize=1055760 CPUtime=10 cores=0-7
/proc/7283/stat : 7283 (precosat) R 7281 7283 7283 0 -1 4202496 293869 0 0 0 952 48 0 0 25 0 1 0 644283901 1081098240 262330 33554432000 4194304 4890832 140733995835136 18446744073709551615 4295221 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/7283/statm: 263940 262330 78 171 0 263767 0
[pid=7284] ppid=7121 vsize=849840 CPUtime=0.04 cores=0-7
/proc/7284/stat : 7284 (python) S 7121 7121 7096 0 -1 4202560 926 0 0 0 1 3 0 0 18 0 1 0 644283901 870236160 138175 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510317638 0 0 16781312 514 1245544364130664706 0 0 17 4 0 0 0
/proc/7284/statm: 212460 138175 370 364 0 148366 0
[pid=7286] ppid=7284 vsize=305916 CPUtime=10.08 cores=0-7
/proc/7286/stat : 7286 (lingeling) R 7284 7286 7286 0 -1 4202496 190534 0 0 0 979 29 0 0 25 0 1 0 644283903 313257984 75633 33554432000 4194304 4352236 140735035761488 18446744073709551615 4207597 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/7286/statm: 76479 75633 119 39 0 75559 0
[pid=7287] ppid=7121 vsize=860096 CPUtime=0.03 cores=0-7
/proc/7287/stat : 7287 (python) S 7121 7121 7096 0 -1 4202560 921 0 0 0 1 2 0 0 15 0 1 0 644283904 880738304 138179 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510317638 0 0 16781312 514 4351035521363837186 0 0 17 6 0 0 0
/proc/7287/statm: 215024 138179 370 364 0 150927 0
[pid=7289] ppid=7287 vsize=1243988 CPUtime=10.05 cores=0-7
/proc/7289/stat : 7289 (cryptominisat-2) R 7287 7289 7289 0 -1 4202496 275282 0 0 0 969 36 0 0 25 0 1 0 644283906 1273843712 240473 33554432000 4194304 4677096 140736630835328 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/7289/statm: 310997 240473 362 118 0 305956 0
[pid=7290] ppid=7121 vsize=870352 CPUtime=0.03 cores=0-7
/proc/7290/stat : 7290 (python) S 7121 7121 7096 0 -1 4202560 909 0 0 0 0 3 0 0 18 0 1 0 644283906 891240448 138183 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510317638 0 0 16781312 514 2944127655374455041 0 0 17 1 0 0 0
/proc/7290/statm: 217588 138183 370 364 0 153488 0
[pid=7295] ppid=7290 vsize=1077432 CPUtime=9.99 cores=0-7
/proc/7295/stat : 7295 (precosat) R 7290 7295 7295 0 -1 4202496 299440 0 0 0 953 46 0 0 25 0 1 0 644283912 1103290368 267369 33554432000 4194304 4890832 140734462593728 18446744073709551615 4295266 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/7295/statm: 269358 267369 78 171 0 269185 0
[pid=7292] ppid=7121 vsize=880608 CPUtime=0.03 cores=0-7
/proc/7292/stat : 7292 (python) S 7121 7121 7096 0 -1 4202560 915 0 0 0 0 3 0 0 18 0 1 0 644283909 901742592 138187 33554432000 4194304 5683644 140736122461680 18446744073709551615 233510317638 0 0 16781312 514 2944123807083757828 0 0 17 4 0 0 0
/proc/7292/statm: 220152 138187 370 364 0 156049 0
[pid=7294] ppid=7292 vsize=304840 CPUtime=9.95 cores=0-7
/proc/7294/stat : 7294 (lingeling) R 7292 7294 7294 0 -1 4202496 189799 0 0 0 961 34 0 0 25 0 1 0 644283910 312156160 75364 33554432000 4194304 4352236 140736306247184 18446744073709551615 4257117 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/7294/statm: 76210 75364 119 39 0 75290 0
[pid=7121/tid=7273] ppid=7119 vsize=890852 CPUtime=0 cores=0-7
/proc/7121/task/7273/stat : 7273 (python) S 7119 7121 7096 0 -1 4202560 24 934 0 0 0 0 0 0 25 0 9 0 644283894 912232448 139702 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522121137 0 0 16781312 2 18446604441969548032 0 0 -1 2 0 0 0
[pid=7121/tid=7276] ppid=7119 vsize=890852 CPUtime=0 cores=0-7
/proc/7121/task/7276/stat : 7276 (python) S 7119 7121 7096 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 644283896 912232448 139702 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522121137 0 0 16781312 2 18446604441969548032 0 0 -1 4 0 0 0
[pid=7121/tid=7279] ppid=7119 vsize=890852 CPUtime=0 cores=0-7
/proc/7121/task/7279/stat : 7279 (python) S 7119 7121 7096 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 644283899 912232448 139702 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522121137 0 0 16781312 2 18446604441969548032 0 0 -1 0 0 0 0
[pid=7121/tid=7282] ppid=7119 vsize=890852 CPUtime=0 cores=0-7
/proc/7121/task/7282/stat : 7282 (python) S 7119 7121 7096 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 9 0 644283901 912232448 139702 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522121137 0 0 16781312 2 18446604441969548032 0 0 -1 0 0 0 0
[pid=7121/tid=7285] ppid=7119 vsize=890852 CPUtime=0 cores=0-7
/proc/7121/task/7285/stat : 7285 (python) S 7119 7121 7096 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 9 0 644283903 912232448 139702 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522121137 0 0 16781312 2 18446604441969548032 0 0 -1 0 0 0 0
[pid=7121/tid=7288] ppid=7119 vsize=890852 CPUtime=0 cores=0-7
/proc/7121/task/7288/stat : 7288 (python) S 7119 7121 7096 0 -1 4202560 23 934 0 0 0 0 0 0 24 0 9 0 644283905 912232448 139702 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522121137 0 0 16781312 2 18446604441969548032 0 0 -1 6 0 0 0
[pid=7121/tid=7291] ppid=7119 vsize=890852 CPUtime=0 cores=0-7
/proc/7121/task/7291/stat : 7291 (python) S 7119 7121 7096 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 644283908 912232448 139702 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522121137 0 0 16781312 2 18446604441969548032 0 0 -1 4 0 0 0
[pid=7121/tid=7293] ppid=7119 vsize=890852 CPUtime=0 cores=0-7
/proc/7121/task/7293/stat : 7293 (python) S 7119 7121 7096 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 9 0 644283910 912232448 139702 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522121137 0 0 16781312 2 18446604441969548032 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4759.9
Current children cumulated vsize (KiB) 12249964

[startup+4689.6 s]
/proc/loadavg: 2.08 1.23 1.08 4/370 7297
/proc/meminfo: memFree=21066716/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=849772 CPUtime=4761.47 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 2875818 1762460 1 0 467542 363 7902 340 16 0 2 0 643815998 870166528 139671 33554432000 4194304 5683644 140736122461680 18446744073709551615 233509952951 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7121/statm: 212443 139671 1866 364 0 148366 0
[pid=7121/tid=7288] ppid=7119 vsize=849772 CPUtime=82.42 cores=0-7
/proc/7121/task/7288/stat : 7288 (python) S 7119 7121 7096 0 -1 4202560 24 1762460 0 0 0 0 7902 340 18 0 2 0 644283905 870166528 139671 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522121137 0 0 16781312 0 18446604441969548032 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4761.47
Current children cumulated vsize (KiB) 849772

[startup+4689.7 s]
/proc/loadavg: 2.08 1.23 1.08 4/370 7297
/proc/meminfo: memFree=21066716/32951124 swapFree=67023148/67111528
[pid=7121] ppid=7119 vsize=849772 CPUtime=4761.57 cores=0-7
/proc/7121/stat : 7121 (python) R 7119 7121 7096 0 -1 4202496 2942537 1762460 1 0 467548 367 7902 340 16 0 2 0 643815998 870166528 139672 33554432000 4194304 5683644 140736122461680 18446744073709551615 233509952951 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/7121/statm: 212443 139672 1867 364 0 148366 0
[pid=7121/tid=7288] ppid=7119 vsize=849772 CPUtime=82.42 cores=0-7
/proc/7121/task/7288/stat : 7288 (python) S 7119 7121 7096 0 -1 4202560 24 1762460 0 0 0 0 7902 340 18 0 2 0 644283905 870166528 139672 33554432000 4194304 5683644 140736122461680 18446744073709551615 233522121137 0 0 16781312 0 18446604441969548032 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4761.57
Current children cumulated vsize (KiB) 849772

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 10.0093
#  lost CPU user time (s): 9.83936
#  lost CPU system time (s): 0.170001

Real time (s): 4689.73
CPU time (s): 4771.63
CPU user time (s): 4764.35
CPU system time (s): 7.28192
CPU usage (%): 101.746
Max. virtual memory (cumulated for all children) (KiB): 13144748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4754.51
system time used= 7.11192
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4705140
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= 3269
involuntary context switches= 7478

runsolver used 14.1039 second user time and 32.87 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-16 04:46:41
IDJOB=3381360
IDBENCH=88172
IDSOLVER=1864
FILE ID=node145/3381360-1305514000
RUNJOBID= node145-1305514000-7110
PBS_JOBID= 13325553
Free space on /tmp= 73608 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-18-U-10652.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3381360-1305514000/watcher-3381360-1305514000 -o /tmp/evaluation-result-3381360-1305514000/solver-3381360-1305514000 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3381360-1305514000.cnf -seed 514311489 -budget 40000 -cores 8

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

MD5SUM BENCH= f0f11935e861485056485b47c5e1a7c3
RANDOM SEED=514311489

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23122344 kB
Buffers:         58452 kB
Cached:         537540 kB
SwapCached:       4796 kB
Active:        6534632 kB
Inactive:      3047160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23122344 kB
SwapTotal:    67111528 kB
SwapFree:     67023148 kB
Dirty:          152924 kB
Writeback:           0 kB
AnonPages:     8980684 kB
Mapped:          27916 kB
Slab:           139300 kB
PageTables:      42104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83669112 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= 73576 MiB
End job on node145 at 2011-05-16 06:04:51