Trace number 3321585

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) 5219.74 3370.45

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
MD5SUM48f03e5fbe31fc85b9a464480fc8aa5a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark745.077
Satisfiable
(Un)Satisfiability was proved
Number of variables1575206
Number of clauses8464620
Sum of the clauses size20118920
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 28393300
Number of clauses of size 3400
Number of clauses of size 41600
Number of clauses of size 54000
Number of clauses of size over 564600

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3321585-1304347597.cnf
0.36/0.67	c INFO: computing task features
49.84/50.15	c INFO: computed variable-clause graph statistics
50.84/51.14	c INFO: computed clause balance statistics
172.94/173.26	c INFO: computed variable balance statistics
260.74/261.03	c INFO: computed small-clause counts
274.35/274.68	c INFO: computed Horn-clause counts
3104.73/3104.94	c INFO: computed variable graph statistics
3104.73/3104.96	c INFO: collected features for HOME/instance-3321585-1304347597.cnf in 3101.54 s
3104.82/3105.00	c INFO: running cryptominisat-2.9.0@0 for 582 with 36895 remaining (b = 0.37)
3104.82/3105.04	c INFO: running cryptominisat-2.9.0@0 for 1261 with 36895 remaining (b = 0.62)
3104.82/3105.09	c INFO: running lingeling-276@0 for 388 with 36895 remaining (b = 0.26)
3104.93/3105.13	c INFO: running cryptominisat-2.9.0@0 for 1940 with 36895 remaining (b = 0.68)
3104.93/3105.18	c INFO: running glucose@0 for 5821 with 36895 remaining (b = 0.91)
3105.02/3105.23	c INFO: running glucose@0 for 5821 with 36895 remaining (b = 0.90)
3105.02/3105.27	c INFO: running glucose@0 for 5821 with 36895 remaining (b = 0.90)
3105.12/3105.32	c INFO: running glucose@0 for 5821 with 36895 remaining (b = 0.88)

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-3321585-1304347597/watcher-3321585-1304347597 -o /tmp/evaluation-result-3321585-1304347597/solver-3321585-1304347597 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321585-1304347597.cnf -seed 979334343 -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.54 7.30 5.16 1/280 15205
/proc/meminfo: memFree=19154832/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=15760 CPUtime=0 cores=0-7
/proc/15205/stat : 15205 (python) R 15203 15205 14423 0 -1 4202496 844 0 0 0 0 0 0 0 21 0 1 0 527176531 16138240 727 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039653376 0 2147483391 16781312 2 0 0 0 17 6 0 0 0
/proc/15205/statm: 3940 727 334 364 0 427 0

[startup+0.0154689 s]
/proc/loadavg: 7.54 7.30 5.16 1/280 15205
/proc/meminfo: memFree=19154832/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=15904 CPUtime=0 cores=0-7
/proc/15205/stat : 15205 (python) S 15203 15205 14423 0 -1 4202496 943 0 0 0 0 0 0 0 21 0 1 0 527176531 16285696 820 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/15205/statm: 3976 820 357 364 0 463 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15904

[startup+0.100455 s]
/proc/loadavg: 7.54 7.30 5.16 1/280 15205
/proc/meminfo: memFree=19154832/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=87704 CPUtime=0.06 cores=0-7
/proc/15205/stat : 15205 (python) S 15203 15205 14423 0 -1 4202496 2637 0 0 0 5 1 0 0 21 0 1 0 527176531 89808896 2354 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/15205/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300465 s]
/proc/loadavg: 7.54 7.30 5.16 1/280 15205
/proc/meminfo: memFree=19154832/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=135748 CPUtime=0.19 cores=0-7
/proc/15205/stat : 15205 (python) S 15203 15205 14423 0 -1 4202496 5961 930 1 0 14 5 0 0 17 0 1 0 527176531 139005952 4150 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039651333 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/15205/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.70034 s]
/proc/loadavg: 7.54 7.30 5.16 1/280 15205
/proc/meminfo: memFree=19154832/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=449036 CPUtime=0.45 cores=0-7
/proc/15205/stat : 15205 (python) R 15203 15205 14423 0 -1 4202496 23608 930 1 0 31 14 0 0 16 0 1 0 527176531 459812864 21290 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039655168 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15205/statm: 112259 21330 1758 364 0 48183 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 449036

[startup+1.5002 s]
/proc/loadavg: 7.54 7.30 5.16 2/281 15210
/proc/meminfo: memFree=18947256/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=498516 CPUtime=1.24 cores=0-7
/proc/15205/stat : 15205 (python) R 15203 15205 14423 0 -1 4202496 64014 930 1 0 103 21 0 0 17 0 1 0 527176531 510480384 61696 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039341826 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15205/statm: 124629 61696 1761 364 0 60553 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 498516

[startup+3.10091 s]
/proc/loadavg: 7.02 7.19 5.14 2/281 15210
/proc/meminfo: memFree=18874344/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=605484 CPUtime=2.84 cores=0-7
/proc/15205/stat : 15205 (python) R 15203 15205 14423 0 -1 4202496 89919 930 1 0 261 23 0 0 19 0 1 0 527176531 620015616 87601 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039316165 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15205/statm: 151371 87601 1761 364 0 87295 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 605484

[startup+6.30034 s]
/proc/loadavg: 7.02 7.19 5.14 2/281 15210
/proc/meminfo: memFree=18650672/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=816468 CPUtime=6.04 cores=0-7
/proc/15205/stat : 15205 (python) R 15203 15205 14423 0 -1 4202496 141586 930 1 0 573 31 0 0 25 0 1 0 527176531 836063232 139268 33554432000 4194304 5683644 140733616749760 18446744073709551615 47482661733668 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15205/statm: 204117 139268 1761 364 0 140041 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 816468

[startup+12.7002 s]
/proc/loadavg: 6.09 6.99 5.09 2/281 15210
/proc/meminfo: memFree=18225200/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=1250180 CPUtime=12.44 cores=0-7
/proc/15205/stat : 15205 (python) R 15203 15205 14423 0 -1 4202496 244499 930 1 0 1198 46 0 0 25 0 1 0 527176531 1280184320 242181 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039316165 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15205/statm: 312545 242183 1761 364 0 248469 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1250180

[startup+25.5099 s]
/proc/loadavg: 5.31 6.79 5.05 2/281 15210
/proc/meminfo: memFree=17529304/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=1924856 CPUtime=25.25 cores=0-7
/proc/15205/stat : 15205 (python) R 15203 15205 14423 0 -1 4202496 728535 930 1 0 2426 99 0 0 25 0 1 0 527176531 1971052544 411884 33554432000 4194304 5683644 140733616749760 18446744073709551615 47482491295354 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15205/statm: 481214 411886 1814 364 0 417138 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 1924856

[startup+51.1003 s]
/proc/loadavg: 3.84 6.33 4.94 2/281 15211
/proc/meminfo: memFree=17673884/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=1738764 CPUtime=50.84 cores=0-7
/proc/15205/stat : 15205 (python) R 15203 15205 14423 0 -1 4202496 1598038 930 1 0 4892 192 0 0 25 0 1 0 527176531 1780494336 372070 33554432000 4194304 5683644 140733616749760 18446744073709551615 47482496032368 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15205/statm: 434691 372070 1820 364 0 370615 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 1738764

[startup+102.3 s]
/proc/loadavg: 2.23 5.50 4.73 2/281 15212
/proc/meminfo: memFree=17739440/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=1672632 CPUtime=102.04 cores=0-7
/proc/15205/stat : 15205 (python) R 15203 15205 14423 0 -1 4202496 1598044 930 1 0 10012 192 0 0 25 0 1 0 527176531 1712775168 355543 33554432000 4194304 5683644 140733616749760 18446744073709551615 4510807 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15205/statm: 418158 355543 1826 364 0 354082 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 1672632

[startup+162.3 s]
/proc/loadavg: 1.45 4.68 4.49 2/281 15214
/proc/meminfo: memFree=17739504/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=1672632 CPUtime=162.04 cores=0-7
/proc/15205/stat : 15205 (python) R 15203 15205 14423 0 -1 4202496 1598044 930 1 0 16012 192 0 0 25 0 1 0 527176531 1712775168 355543 33554432000 4194304 5683644 140733616749760 18446744073709551615 5005913 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15205/statm: 418158 355543 1826 364 0 354082 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 1672632

[startup+222.301 s]
/proc/loadavg: 1.15 3.96 4.25 2/281 15215
/proc/meminfo: memFree=17739948/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=1672632 CPUtime=222.05 cores=0-7
/proc/15205/stat : 15205 (python) R 15203 15205 14423 0 -1 4202496 1598045 930 1 0 22013 192 0 0 25 0 1 0 527176531 1712775168 355544 33554432000 4194304 5683644 140733616749760 18446744073709551615 4525814 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15205/statm: 418158 355544 1827 364 0 354082 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 1672632

[startup+282.301 s]
/proc/loadavg: 1.13 3.47 4.07 2/281 15217
/proc/meminfo: memFree=17739784/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=1672632 CPUtime=282.05 cores=0-7
/proc/15205/stat : 15205 (python) R 15203 15205 14423 0 -1 4202496 2507366 930 1 0 27913 292 0 0 25 0 1 0 527176531 1712775168 355550 33554432000 4194304 5683644 140733616749760 18446744073709551615 47482490882176 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15205/statm: 418158 355550 1833 364 0 354082 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 1672632

[startup+342.309 s]
/proc/loadavg: 1.04 2.99 3.86 2/281 15219
/proc/meminfo: memFree=17739984/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=1672632 CPUtime=342.06 cores=0-7
/proc/15205/stat : 15205 (python) R 15203 15205 14423 0 -1 4202496 2507366 930 1 0 33914 292 0 0 25 0 1 0 527176531 1712775168 355550 33554432000 4194304 5683644 140733616749760 18446744073709551615 47482490882188 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15205/statm: 418158 355550 1833 364 0 354082 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 1672632

[startup+402.301 s]
/proc/loadavg: 1.02 2.65 3.69 2/281 15220
/proc/meminfo: memFree=17739928/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=1672632 CPUtime=402.06 cores=0-7
/proc/15205/stat : 15205 (python) R 15203 15205 14423 0 -1 4202496 2507366 930 1 0 39914 292 0 0 25 0 1 0 527176531 1712775168 355550 33554432000 4194304 5683644 140733616749760 18446744073709551615 47482490882176 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15205/statm: 418158 355550 1833 364 0 354082 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 1672632

[startup+462.301 s]
/proc/loadavg: 1.00 2.32 3.51 2/281 15222
/proc/meminfo: memFree=17740120/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=1672632 CPUtime=462.06 cores=0-7
/proc/15205/stat : 15205 (python) R 15203 15205 14423 0 -1 4202496 2507366 930 1 0 45914 292 0 0 25 0 1 0 527176531 1712775168 355550 33554432000 4194304 5683644 140733616749760 18446744073709551615 47482490882188 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15205/statm: 418158 355550 1833 364 0 354082 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 1672632

[startup+522.301 s]
/proc/loadavg: 1.00 2.10 3.36 2/281 15223
/proc/meminfo: memFree=17740196/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=1672632 CPUtime=522.06 cores=0-7
/proc/15205/stat : 15205 (python) R 15203 15205 14423 0 -1 4202496 2507366 930 1 0 51914 292 0 0 25 0 1 0 527176531 1712775168 355550 33554432000 4194304 5683644 140733616749760 18446744073709551615 47482490882188 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15205/statm: 418158 355550 1833 364 0 354082 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 1672632

[startup+582.3 s]
/proc/loadavg: 1.00 1.88 3.20 2/281 15225
/proc/meminfo: memFree=17740408/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=1672632 CPUtime=582.06 cores=0-7
/proc/15205/stat : 15205 (python) R 15203 15205 14423 0 -1 4202496 2507366 930 1 0 57914 292 0 0 25 0 1 0 527176531 1712775168 355550 33554432000 4194304 5683644 140733616749760 18446744073709551615 47482490882176 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15205/statm: 418158 355550 1833 364 0 354082 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 1672632

[startup+642.301 s]

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

Current children cumulated vsize (KiB) 20196004

[startup+3342.3 s]
/proc/loadavg: 8.05 4.93 2.70 9/305 15342
/proc/meminfo: memFree=2786808/32951124 swapFree=66779152/67111528
[pid=15205] ppid=15203 vsize=1217376 CPUtime=3105.16 cores=0-7
/proc/15205/stat : 15205 (python) S 15203 15205 14423 0 -1 4202496 2513218 930 1 0 310206 310 0 0 20 0 9 0 527176531 1246593024 204927 33554432000 4194304 5683644 140733616749760 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15205/statm: 304344 204927 1889 364 0 240241 0
[pid=15312] ppid=15205 vsize=1069804 CPUtime=0.59 cores=0-7
/proc/15312/stat : 15312 (python) S 15205 15205 14423 0 -1 4202560 1181 0 0 0 32 27 0 0 15 0 1 0 527487031 1095479296 203381 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039675407 0 0 16781312 514 12440455103092064513 0 0 17 3 0 0 0
/proc/15312/statm: 267451 203381 377 364 0 203369 0
[pid=15314] ppid=15312 vsize=3192444 CPUtime=237.21 cores=0-7
/proc/15314/stat : 15314 (cryptominisat-2) R 15312 15314 15314 0 -1 4202496 2720823 0 0 0 23350 371 0 0 25 0 1 0 527487033 3269062656 678543 33554432000 4194304 4677096 140736315770944 18446744073709551615 212039352769 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15314/statm: 798111 678552 390 118 0 793070 0
[pid=15315] ppid=15205 vsize=1080060 CPUtime=0.61 cores=0-7
/proc/15315/stat : 15315 (python) S 15205 15205 14423 0 -1 4202560 1182 0 0 0 35 26 0 0 15 0 1 0 527487035 1105981440 203379 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039675462 0 0 16781312 514 16503317693491806468 0 0 17 0 0 0 0
/proc/15315/statm: 270015 203379 371 364 0 205930 0
[pid=15317] ppid=15315 vsize=5448784 CPUtime=237.21 cores=0-7
/proc/15317/stat : 15317 (cryptominisat-2) R 15315 15317 15317 0 -1 4202496 6654553 0 0 0 22904 817 0 0 25 0 1 0 527487037 5579554816 1222136 33554432000 4194304 4677096 140734209656784 18446744073709551615 4365684 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15317/statm: 1362196 1222140 390 118 0 1357155 0
[pid=15318] ppid=15205 vsize=1090316 CPUtime=0.53 cores=0-7
/proc/15318/stat : 15318 (python) S 15205 15205 14423 0 -1 4202560 960 0 0 0 27 26 0 0 18 0 1 0 527487040 1116483584 203382 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039675462 0 0 16781312 514 6770898156960841988 0 0 17 1 0 0 0
/proc/15318/statm: 272579 203382 370 364 0 208491 0
[pid=15320] ppid=15318 vsize=335512 CPUtime=237.13 cores=0-7
/proc/15320/stat : 15320 (lingeling) R 15318 15320 15320 0 -1 4202496 252724 0 0 0 23677 36 0 0 25 0 1 0 527487042 343564288 83048 33554432000 4194304 4352236 140734992263216 18446744073709551615 4207619 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15320/statm: 83878 83048 129 39 0 82958 0
[pid=15321] ppid=15205 vsize=1100572 CPUtime=0.64 cores=0-7
/proc/15321/stat : 15321 (python) S 15205 15205 14423 0 -1 4202560 1223 0 0 0 36 28 0 0 15 0 1 0 527487044 1126985728 203387 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039675462 0 0 16781312 514 6203211511742038273 0 0 17 5 0 0 0
/proc/15321/statm: 275143 203387 371 364 0 211052 0
[pid=15323] ppid=15321 vsize=5363488 CPUtime=236.91 cores=0-7
/proc/15323/stat : 15323 (cryptominisat-2) R 15321 15323 15323 0 -1 4202496 6611955 0 0 0 22787 904 0 0 25 0 1 0 527487046 5492211712 1221755 33554432000 4194304 4677096 140737117741200 18446744073709551615 212039352789 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/15323/statm: 1340872 1221755 390 118 0 1335831 0
[pid=15324] ppid=15205 vsize=1176364 CPUtime=0.52 cores=0-7
/proc/15324/stat : 15324 (python) S 15205 15205 14423 0 -1 4202560 997 0 0 0 25 27 0 0 18 0 1 0 527487049 1204596736 203392 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039675462 0 0 16781312 514 6770898156960841988 0 0 17 1 0 0 0
/proc/15324/statm: 294091 203392 370 364 0 229997 0
[pid=15326] ppid=15324 vsize=762360 CPUtime=236.45 cores=0-7
/proc/15326/stat : 15326 (glucose_static) R 15324 15326 15326 0 -1 4202496 181930 0 0 0 23609 36 0 0 25 0 1 0 527487051 780656640 181632 33554432000 134512640 135217611 4289291600 18446744073709551615 134528068 0 0 16781312 8388611 0 0 0 17 0 0 0 0
/proc/15326/statm: 190590 181632 78 173 0 190415 0
[pid=15327] ppid=15205 vsize=1186620 CPUtime=0.53 cores=0-7
/proc/15327/stat : 15327 (python) S 15205 15205 14423 0 -1 4202560 1007 0 0 0 27 26 0 0 18 0 1 0 527487054 1215098880 203396 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039675462 0 0 16781312 514 6770898156960841988 0 0 17 1 0 0 0
/proc/15327/statm: 296655 203396 370 364 0 232558 0
[pid=15329] ppid=15327 vsize=756876 CPUtime=234.27 cores=0-7
/proc/15329/stat : 15329 (glucose_static) R 15327 15329 15329 0 -1 4202496 180539 0 0 0 23393 34 0 0 25 0 1 0 527487055 775041024 180240 33554432000 134512640 135217611 4290872640 18446744073709551615 134527938 0 0 16781312 8388611 0 0 0 17 7 0 0 0
/proc/15329/statm: 189219 180240 78 173 0 189044 0
[pid=15330] ppid=15205 vsize=1196876 CPUtime=0.53 cores=0-7
/proc/15330/stat : 15330 (python) S 15205 15205 14423 0 -1 4202560 999 0 0 0 25 28 0 0 18 0 1 0 527487058 1225601024 203400 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039675462 0 0 16781312 514 6770898156960841988 0 0 17 1 0 0 0
/proc/15330/statm: 299219 203400 370 364 0 235119 0
[pid=15332] ppid=15330 vsize=764572 CPUtime=236.95 cores=0-7
/proc/15332/stat : 15332 (glucose_static) R 15330 15332 15332 0 -1 4202496 182461 0 0 0 23667 28 0 0 25 0 1 0 527487062 782921728 182163 33554432000 134512640 135217611 4292385408 18446744073709551615 134527868 0 0 16781312 8388611 0 0 0 17 6 0 0 0
/proc/15332/statm: 191143 182163 78 173 0 190968 0
[pid=15333] ppid=15205 vsize=1207132 CPUtime=0.53 cores=0-7
/proc/15333/stat : 15333 (python) S 15205 15205 14423 0 -1 4202560 1036 0 0 0 27 26 0 0 18 0 1 0 527487063 1236103168 203410 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039675462 0 0 16781312 514 6770898156960841985 0 0 17 1 0 0 0
/proc/15333/statm: 301783 203410 376 364 0 237680 0
[pid=15335] ppid=15333 vsize=757292 CPUtime=233.35 cores=0-7
/proc/15335/stat : 15335 (glucose_static) R 15333 15335 15335 0 -1 4202496 180661 0 0 0 23302 33 0 0 25 0 1 0 527487065 775467008 180356 33554432000 134512640 135217611 4294496448 18446744073709551615 134527899 0 0 16781312 8388611 0 0 0 17 1 0 0 0
/proc/15335/statm: 189323 180356 78 173 0 189148 0
[pid=15205/tid=15313] ppid=15203 vsize=1217376 CPUtime=0 cores=0-7
/proc/15205/task/15313/stat : 15313 (python) S 15203 15205 14423 0 -1 4202560 25 930 0 0 0 0 0 0 25 0 9 0 527487032 1246593024 204927 33554432000 4194304 5683644 140733616749760 18446744073709551615 212051478961 0 0 16781312 2 18446604441152535360 0 0 -1 0 0 0 0
[pid=15205/tid=15316] ppid=15203 vsize=1217376 CPUtime=0 cores=0-7
/proc/15205/task/15316/stat : 15316 (python) S 15203 15205 14423 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 9 0 527487037 1246593024 204927 33554432000 4194304 5683644 140733616749760 18446744073709551615 212051478961 0 0 16781312 2 18446604441152535360 0 0 -1 2 0 0 0
[pid=15205/tid=15319] ppid=15203 vsize=1217376 CPUtime=0 cores=0-7
/proc/15205/task/15319/stat : 15319 (python) S 15203 15205 14423 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 9 0 527487042 1246593024 204927 33554432000 4194304 5683644 140733616749760 18446744073709551615 212051478961 0 0 16781312 2 18446604441152535360 0 0 -1 0 0 0 0
[pid=15205/tid=15322] ppid=15203 vsize=1217376 CPUtime=0 cores=0-7
/proc/15205/task/15322/stat : 15322 (python) S 15203 15205 14423 0 -1 4202560 19 930 0 0 0 0 0 0 18 0 9 0 527487046 1246593024 204927 33554432000 4194304 5683644 140733616749760 18446744073709551615 212051478961 0 0 16781312 2 18446604441152535360 0 0 -1 5 0 0 0
[pid=15205/tid=15325] ppid=15203 vsize=1217376 CPUtime=0 cores=0-7
/proc/15205/task/15325/stat : 15325 (python) S 15203 15205 14423 0 -1 4202560 23 930 0 0 0 0 0 0 19 0 9 0 527487051 1246593024 204927 33554432000 4194304 5683644 140733616749760 18446744073709551615 212051478961 0 0 16781312 2 18446604441152535360 0 0 -1 0 0 0 0
[pid=15205/tid=15328] ppid=15203 vsize=1217376 CPUtime=0 cores=0-7
/proc/15205/task/15328/stat : 15328 (python) S 15203 15205 14423 0 -1 4202560 19 930 0 0 0 0 0 0 20 0 9 0 527487055 1246593024 204927 33554432000 4194304 5683644 140733616749760 18446744073709551615 212051478961 0 0 16781312 2 18446604441152535360 0 0 -1 7 0 0 0
[pid=15205/tid=15331] ppid=15203 vsize=1217376 CPUtime=0 cores=0-7
/proc/15205/task/15331/stat : 15331 (python) S 15203 15205 14423 0 -1 4202560 24 930 0 0 0 0 0 0 19 0 9 0 527487060 1246593024 204927 33554432000 4194304 5683644 140733616749760 18446744073709551615 212051478961 0 0 16781312 2 18446604441152535360 0 0 -1 1 0 0 0
[pid=15205/tid=15334] ppid=15203 vsize=1217376 CPUtime=0 cores=0-7
/proc/15205/task/15334/stat : 15334 (python) S 15203 15205 14423 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 527487065 1246593024 204927 33554432000 4194304 5683644 140733616749760 18446744073709551615 212051478961 0 0 16781312 2 18446604441152535360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4999.12
Current children cumulated vsize (KiB) 27706448



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+3370.3 s]
/proc/loadavg: 8.10 5.19 2.84 10/305 15342
/proc/meminfo: memFree=88580/32951124 swapFree=66374836/67111528
[pid=15205] ppid=15203 vsize=1217376 CPUtime=3105.16 cores=0-7
/proc/15205/stat : 15205 (python) S 15203 15205 14423 0 -1 4202496 2513218 930 1 0 310206 310 0 0 20 0 9 0 527176531 1246593024 204927 33554432000 4194304 5683644 140733616749760 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/15205/statm: 304344 204927 1889 364 0 240241 0
[pid=15312] ppid=15205 vsize=1069804 CPUtime=0.69 cores=0-7
/proc/15312/stat : 15312 (python) S 15205 15205 14423 0 -1 4202560 1188 0 0 0 38 31 0 0 15 0 1 0 527487031 1095479296 203381 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039675407 0 0 16781312 514 12440455103092064513 0 0 17 2 0 0 0
/proc/15312/statm: 267451 203381 377 364 0 203369 0
[pid=15314] ppid=15312 vsize=4616404 CPUtime=264.78 cores=0-7
/proc/15314/stat : 15314 (cryptominisat-2) R 15312 15314 15314 0 -1 4202496 4917633 0 0 0 25730 748 0 0 25 0 1 0 527487033 4727197696 1026973 33554432000 4194304 4677096 140736315770944 18446744073709551615 4300461 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/15314/statm: 1154101 1026973 390 118 0 1149060 0
[pid=15315] ppid=15205 vsize=1080060 CPUtime=0.69 cores=0-7
/proc/15315/stat : 15315 (python) S 15205 15205 14423 0 -1 4202560 1192 0 0 0 41 28 0 0 15 0 1 0 527487035 1105981440 203379 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039675462 0 0 16781312 514 16503317693491806468 0 0 17 2 0 0 0
/proc/15315/statm: 270015 203379 371 364 0 205930 0
[pid=15317] ppid=15315 vsize=6778760 CPUtime=265.08 cores=0-7
/proc/15317/stat : 15317 (cryptominisat-2) R 15315 15317 15317 0 -1 4202496 9115782 0 0 0 25348 1160 0 0 25 0 1 0 527487037 6941450240 1552378 33554432000 4194304 4677096 140734209656784 18446744073709551615 4244530 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15317/statm: 1694690 1552378 390 118 0 1689649 0
[pid=15318] ppid=15205 vsize=1090316 CPUtime=0.6 cores=0-7
/proc/15318/stat : 15318 (python) S 15205 15205 14423 0 -1 4202560 962 0 0 0 30 30 0 0 18 0 1 0 527487040 1116483584 203382 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039675462 0 0 16781312 514 6770898156960841988 0 0 17 3 0 0 0
/proc/15318/statm: 272579 203382 370 364 0 208491 0
[pid=15320] ppid=15318 vsize=335512 CPUtime=265.15 cores=0-7
/proc/15320/stat : 15320 (lingeling) R 15318 15320 15320 0 -1 4202496 252724 0 0 0 26479 36 0 0 25 0 1 0 527487042 343564288 83048 33554432000 4194304 4352236 140734992263216 18446744073709551615 4207597 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15320/statm: 83878 83048 129 39 0 82958 0
[pid=15321] ppid=15205 vsize=1100572 CPUtime=0.74 cores=0-7
/proc/15321/stat : 15321 (python) S 15205 15205 14423 0 -1 4202560 1231 0 0 0 42 32 0 0 15 0 1 0 527487044 1126985728 203387 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039675462 0 0 16781312 514 6203211511742038273 0 0 17 5 0 0 0
/proc/15321/statm: 275143 203387 371 364 0 211052 0
[pid=15323] ppid=15321 vsize=6449388 CPUtime=264.8 cores=0-7
/proc/15323/stat : 15323 (cryptominisat-2) R 15321 15323 15323 0 -1 4202496 8834066 0 0 0 25165 1315 0 0 25 0 1 0 527487046 6604173312 1492946 33554432000 4194304 4677096 140737117741200 18446744073709551615 4395622 0 0 16781312 2 0 0 0 17 5 0 0 3
/proc/15323/statm: 1612347 1492946 390 118 0 1607306 0
[pid=15324] ppid=15205 vsize=1176364 CPUtime=0.59 cores=0-7
/proc/15324/stat : 15324 (python) S 15205 15205 14423 0 -1 4202560 999 0 0 0 29 30 0 0 18 0 1 0 527487049 1204596736 203392 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039675462 0 0 16781312 514 6770898156960841988 0 0 17 1 0 0 0
/proc/15324/statm: 294091 203392 370 364 0 229997 0
[pid=15326] ppid=15324 vsize=833292 CPUtime=263.59 cores=0-7
/proc/15326/stat : 15326 (glucose_static) R 15324 15326 15326 0 -1 4202496 199652 0 0 0 26318 41 0 0 25 0 1 0 527487051 853291008 199354 33554432000 134512640 135217611 4289291600 18446744073709551615 134527931 0 0 16781312 8388611 0 0 0 17 6 0 0 0
/proc/15326/statm: 208323 199354 78 173 0 208148 0
[pid=15327] ppid=15205 vsize=1186620 CPUtime=0.59 cores=0-7
/proc/15327/stat : 15327 (python) S 15205 15205 14423 0 -1 4202560 1009 0 0 0 29 30 0 0 18 0 1 0 527487054 1215098880 203396 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039675462 0 0 16781312 514 4351184367750447364 0 0 17 3 0 0 0
/proc/15327/statm: 296655 203396 370 364 0 232558 0
[pid=15329] ppid=15327 vsize=821420 CPUtime=261.78 cores=0-7
/proc/15329/stat : 15329 (glucose_static) R 15327 15329 15329 0 -1 4202496 196659 0 0 0 26140 38 0 0 25 0 1 0 527487055 841134080 196360 33554432000 134512640 135217611 4290872640 18446744073709551615 134527899 0 0 16781312 8388611 0 0 0 17 7 0 0 3
/proc/15329/statm: 205355 196360 78 173 0 205180 0
[pid=15330] ppid=15205 vsize=1196876 CPUtime=0.59 cores=0-7
/proc/15330/stat : 15330 (python) S 15205 15205 14423 0 -1 4202560 1002 0 0 0 29 30 0 0 18 0 1 0 527487058 1225601024 203400 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039675462 0 0 16781312 514 6770898156960841988 0 0 17 7 0 0 0
/proc/15330/statm: 299219 203400 370 364 0 235119 0
[pid=15332] ppid=15330 vsize=836244 CPUtime=264.25 cores=0-7
/proc/15332/stat : 15332 (glucose_static) R 15330 15332 15332 0 -1 4202496 200379 0 0 0 26394 31 0 0 25 0 1 0 527487062 856313856 200081 33554432000 134512640 135217611 4292385408 18446744073709551615 134528012 0 0 16781312 8388611 0 0 0 17 2 0 0 3
/proc/15332/statm: 209061 200081 78 173 0 208886 0
[pid=15333] ppid=15205 vsize=1207132 CPUtime=0.59 cores=0-7
/proc/15333/stat : 15333 (python) S 15205 15205 14423 0 -1 4202560 1038 0 0 0 31 28 0 0 18 0 1 0 527487063 1236103168 203410 33554432000 4194304 5683644 140733616749760 18446744073709551615 212039675462 0 0 16781312 514 6770898156960841985 0 0 17 7 0 0 0
/proc/15333/statm: 301783 203410 376 364 0 237680 0
[pid=15335] ppid=15333 vsize=824100 CPUtime=260.07 cores=0-7
/proc/15335/stat : 15335 (glucose_static) R 15333 15335 15335 0 -1 4202496 197350 0 0 0 25970 37 0 0 25 0 1 0 527487065 843878400 197045 33554432000 134512640 135217611 4294496448 18446744073709551615 134532912 0 0 16781312 8388611 0 0 0 17 1 0 0 0
/proc/15335/statm: 206025 197045 78 173 0 205850 0
[pid=15205/tid=15313] ppid=15203 vsize=1217376 CPUtime=0 cores=0-7
/proc/15205/task/15313/stat : 15313 (python) S 15203 15205 14423 0 -1 4202560 25 930 0 0 0 0 0 0 25 0 9 0 527487032 1246593024 204927 33554432000 4194304 5683644 140733616749760 18446744073709551615 212051478961 0 0 16781312 2 18446604441152535360 0 0 -1 0 0 0 0
[pid=15205/tid=15316] ppid=15203 vsize=1217376 CPUtime=0 cores=0-7
/proc/15205/task/15316/stat : 15316 (python) S 15203 15205 14423 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 9 0 527487037 1246593024 204927 33554432000 4194304 5683644 140733616749760 18446744073709551615 212051478961 0 0 16781312 2 18446604441152535360 0 0 -1 2 0 0 0
[pid=15205/tid=15319] ppid=15203 vsize=1217376 CPUtime=0 cores=0-7
/proc/15205/task/15319/stat : 15319 (python) S 15203 15205 14423 0 -1 4202560 22 930 0 0 0 0 0 0 19 0 9 0 527487042 1246593024 204927 33554432000 4194304 5683644 140733616749760 18446744073709551615 212051478961 0 0 16781312 2 18446604441152535360 0 0 -1 0 0 0 0
[pid=15205/tid=15322] ppid=15203 vsize=1217376 CPUtime=0 cores=0-7
/proc/15205/task/15322/stat : 15322 (python) S 15203 15205 14423 0 -1 4202560 19 930 0 0 0 0 0 0 18 0 9 0 527487046 1246593024 204927 33554432000 4194304 5683644 140733616749760 18446744073709551615 212051478961 0 0 16781312 2 18446604441152535360 0 0 -1 5 0 0 0
[pid=15205/tid=15325] ppid=15203 vsize=1217376 CPUtime=0 cores=0-7
/proc/15205/task/15325/stat : 15325 (python) S 15203 15205 14423 0 -1 4202560 23 930 0 0 0 0 0 0 19 0 9 0 527487051 1246593024 204927 33554432000 4194304 5683644 140733616749760 18446744073709551615 212051478961 0 0 16781312 2 18446604441152535360 0 0 -1 0 0 0 0
[pid=15205/tid=15328] ppid=15203 vsize=1217376 CPUtime=0 cores=0-7
/proc/15205/task/15328/stat : 15328 (python) S 15203 15205 14423 0 -1 4202560 19 930 0 0 0 0 0 0 20 0 9 0 527487055 1246593024 204927 33554432000 4194304 5683644 140733616749760 18446744073709551615 212051478961 0 0 16781312 2 18446604441152535360 0 0 -1 7 0 0 0
[pid=15205/tid=15331] ppid=15203 vsize=1217376 CPUtime=0 cores=0-7
/proc/15205/task/15331/stat : 15331 (python) S 15203 15205 14423 0 -1 4202560 24 930 0 0 0 0 0 0 19 0 9 0 527487060 1246593024 204927 33554432000 4194304 5683644 140733616749760 18446744073709551615 212051478961 0 0 16781312 2 18446604441152535360 0 0 -1 1 0 0 0
[pid=15205/tid=15334] ppid=15203 vsize=1217376 CPUtime=0 cores=0-7
/proc/15205/task/15334/stat : 15334 (python) S 15203 15205 14423 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 527487065 1246593024 204927 33554432000 4194304 5683644 140733616749760 18446744073709551615 212051478961 0 0 16781312 2 18446604441152535360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5219.74
Current children cumulated vsize (KiB) 31820240

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 15205 and gives
#  childrusage.ru_utime.tv_sec=3102
#  childrusage.ru_utime.tv_usec=70413
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=175517
# CPU time returned by wait4() is 3105.25
# while last known CPU time is 5219.74
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3370.45
CPU time (s): 5219.74
CPU user time (s): 5180.19
CPU system time (s): 39.55
CPU usage (%): 154.868
Max. virtual memory (cumulated for all children) (KiB): 31820240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3102.07
system time used= 3.17552
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2514154
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= 3002
involuntary context switches= 4589

runsolver used 8.80266 second user time and 19.83 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-02 16:46:42
IDJOB=3321585
IDBENCH=82388
IDSOLVER=1710
FILE ID=node146/3321585-1304347597
RUNJOBID= node146-1304337556-14437
PBS_JOBID= 13178039
Free space on /tmp= 73292 MiB

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

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=979334343

node146.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.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.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.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.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.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.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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19154988 kB
Buffers:        215804 kB
Cached:        1563232 kB
SwapCached:      35936 kB
Active:       11180972 kB
Inactive:      2263404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19154988 kB
SwapTotal:    67111528 kB
SwapFree:     66779152 kB
Dirty:          202924 kB
Writeback:           0 kB
AnonPages:    11630240 kB
Mapped:          22016 kB
Slab:           245752 kB
PageTables:      41388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 55315884 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= 73260 MiB
End job on node146 at 2011-05-02 17:42:55