Trace number 3498357

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-seq-industrial (fixed)? (MO) 2470.17 2469.65

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
MD5SUMce0d180356398dfbcfd2bbbb1cb3f9e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark363.759
Satisfiable
(Un)Satisfiability was proved
Number of variables1260306
Number of clauses6771840
Sum of the clauses size16095280
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 26714640
Number of clauses of size 3320
Number of clauses of size 41280
Number of clauses of size 53200
Number of clauses of size over 551680

Solver Data

0.18/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.18/0.70	c INFO: solving HOME/instance-3498357-1307953213.cnf
0.18/0.70	c INFO: computing task features
35.52/35.80	c INFO: computed variable-clause graph statistics
36.31/36.60	c INFO: computed clause balance statistics
132.81/133.17	c INFO: computed variable balance statistics
202.61/202.98	c INFO: computed small-clause counts
211.52/211.80	c INFO: computed Horn-clause counts
2030.26/2030.53	c INFO: computed variable graph statistics
2030.26/2030.54	c INFO: collected features for HOME/instance-3498357-1307953213.cnf in 2027.84 s
2030.26/2030.56	c INFO: running cryptominisat-2.9.0@0 for 1455 with 2972 remaining (b = 0.72)

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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498357-1307953213/watcher-3498357-1307953213 -o /var/tmp/evaluation-result-3498357-1307953213/solver-3498357-1307953213 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498357-1307953213.cnf -seed 454281895 -budget 5000 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.54 0.51 0.18 3/177 22443
/proc/meminfo: memFree=9068072/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/22443/stat : 22443 (python) S 22441 22443 22344 0 -1 4202496 725 0 0 0 0 0 0 0 22 0 1 0 887737061 15548416 615 33554432000 4194304 5683644 140735587639088 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/22443/statm: 3796 615 321 364 0 283 0

[startup+0.02312 s]
/proc/loadavg: 1.54 0.51 0.18 3/177 22443
/proc/meminfo: memFree=9068072/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=16244 CPUtime=0 cores=0,2,4,6
/proc/22443/stat : 22443 (python) R 22441 22443 22344 0 -1 4202496 1064 0 0 0 0 0 0 0 17 0 1 0 887737061 16633856 935 33554432000 4194304 5683644 140735587639088 18446744073709551615 254261616384 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22443/statm: 4061 935 381 364 0 548 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16244

[startup+0.101188 s]
/proc/loadavg: 1.54 0.51 0.18 3/177 22443
/proc/meminfo: memFree=9068072/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=87704 CPUtime=0.06 cores=0,2,4,6
/proc/22443/stat : 22443 (python) S 22441 22443 22344 0 -1 4202496 2638 0 0 0 4 2 0 0 17 0 1 0 887737061 89808896 2354 33554432000 4194304 5683644 140735587639088 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/22443/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.301066 s]
/proc/loadavg: 1.54 0.51 0.18 3/177 22443
/proc/meminfo: memFree=9068072/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=135752 CPUtime=0.18 cores=0,2,4,6
/proc/22443/stat : 22443 (python) S 22441 22443 22344 0 -1 4202496 5975 932 1 0 12 6 0 0 17 0 1 0 887737061 139010048 4150 33554432000 4194304 5683644 140735587639088 18446744073709551615 254261612549 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/22443/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+1.21391 s]
/proc/loadavg: 1.54 0.51 0.18 3/177 22443
/proc/meminfo: memFree=9068072/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=439864 CPUtime=0.92 cores=0,2,4,6
/proc/22443/stat : 22443 (python) R 22441 22443 22344 0 -1 4202496 49533 932 1 0 72 20 0 0 16 0 1 0 887737061 450420736 47203 33554432000 4194304 5683644 140735587639088 18446744073709551615 4445106 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22443/statm: 109966 47205 1761 364 0 45890 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 439864

[startup+1.50086 s]
/proc/loadavg: 1.54 0.51 0.18 3/177 22443
/proc/meminfo: memFree=9068072/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=459328 CPUtime=1.21 cores=0,2,4,6
/proc/22443/stat : 22443 (python) R 22441 22443 22344 0 -1 4202496 54080 932 1 0 100 21 0 0 16 0 1 0 887737061 470351872 51750 33554432000 4194304 5683644 140735587639088 18446744073709551615 254261277381 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22443/statm: 114832 51750 1761 364 0 50756 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 459328

[startup+3.10061 s]
/proc/loadavg: 1.65 0.55 0.19 3/178 22448
/proc/meminfo: memFree=8781300/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=558584 CPUtime=2.81 cores=0,2,4,6
/proc/22443/stat : 22443 (python) R 22441 22443 22344 0 -1 4202496 78988 932 1 0 255 26 0 0 18 0 1 0 887737061 571990016 76658 33554432000 4194304 5683644 140735587639088 18446744073709551615 4570201 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22443/statm: 139646 76659 1761 364 0 75570 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 558584

[startup+6.30603 s]
/proc/loadavg: 1.65 0.55 0.19 3/181 22451
/proc/meminfo: memFree=8534824/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=779636 CPUtime=6.02 cores=0,2,4,6
/proc/22443/stat : 22443 (python) R 22441 22443 22344 0 -1 4202496 132405 932 1 0 568 34 0 0 25 0 1 0 887737061 798347264 130075 33554432000 4194304 5683644 140735587639088 18446744073709551615 254261277381 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22443/statm: 194909 130075 1761 364 0 130833 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 779636

[startup+12.7009 s]
/proc/loadavg: 1.71 0.60 0.21 3/181 22451
/proc/meminfo: memFree=8161080/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=1223116 CPUtime=12.41 cores=0,2,4,6
/proc/22443/stat : 22443 (python) R 22441 22443 22344 0 -1 4202496 239086 932 1 0 1192 49 0 0 25 0 1 0 887737061 1252470784 236756 33554432000 4194304 5683644 140735587639088 18446744073709551615 254261277729 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22443/statm: 305779 236756 1761 364 0 241703 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 1223116

[startup+25.5007 s]
/proc/loadavg: 1.75 0.65 0.23 3/181 22452
/proc/meminfo: memFree=7706976/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=1595480 CPUtime=25.21 cores=0,2,4,6
/proc/22443/stat : 22443 (python) R 22441 22443 22344 0 -1 4202496 920029 932 1 0 2396 125 0 0 25 0 1 0 887737061 1633771520 336243 33554432000 4194304 5683644 140735587639088 18446744073709551615 47046468685963 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22443/statm: 398870 336243 1814 364 0 334794 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 1595480

[startup+51.1011 s]
/proc/loadavg: 1.84 0.75 0.28 3/181 22453
/proc/meminfo: memFree=7868820/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=1393692 CPUtime=50.81 cores=0,2,4,6
/proc/22443/stat : 22443 (python) R 22441 22443 22344 0 -1 4202496 1147363 932 1 0 4929 152 0 0 25 0 1 0 887737061 1427140608 285808 33554432000 4194304 5683644 140735587639088 18446744073709551615 254261283753 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22443/statm: 348423 285808 1826 364 0 284347 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 1393692

[startup+102.301 s]
/proc/loadavg: 1.93 0.96 0.37 3/181 22454
/proc/meminfo: memFree=7828104/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=1393692 CPUtime=102.01 cores=0,2,4,6
/proc/22443/stat : 22443 (python) R 22441 22443 22344 0 -1 4202496 1147363 932 1 0 10049 152 0 0 25 0 1 0 887737061 1427140608 285808 33554432000 4194304 5683644 140735587639088 18446744073709551615 4603468 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22443/statm: 348423 285808 1826 364 0 284347 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 1393692

[startup+162.301 s]
/proc/loadavg: 1.97 1.13 0.46 3/185 22459
/proc/meminfo: memFree=7304260/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=1393692 CPUtime=162.01 cores=0,2,4,6
/proc/22443/stat : 22443 (python) R 22441 22443 22344 0 -1 4202496 1147364 932 1 0 16049 152 0 0 25 0 1 0 887737061 1427140608 285809 33554432000 4194304 5683644 140735587639088 18446744073709551615 47046466195050 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22443/statm: 348423 285809 1827 364 0 284347 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 1393692

[startup+222.301 s]
/proc/loadavg: 1.99 1.30 0.57 3/185 22461
/proc/meminfo: memFree=7273840/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=1393692 CPUtime=222.02 cores=0,2,4,6
/proc/22443/stat : 22443 (python) R 22441 22443 22344 0 -1 4202496 1742585 932 1 0 21989 213 0 0 25 0 1 0 887737061 1427140608 285815 33554432000 4194304 5683644 140735587639088 18446744073709551615 47046465947788 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22443/statm: 348423 285815 1833 364 0 284347 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 1393692

[startup+282.3 s]
/proc/loadavg: 1.99 1.42 0.65 3/185 22463
/proc/meminfo: memFree=7267456/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=1393692 CPUtime=282.02 cores=0,2,4,6
/proc/22443/stat : 22443 (python) R 22441 22443 22344 0 -1 4202496 1742585 932 1 0 27989 213 0 0 25 0 1 0 887737061 1427140608 285815 33554432000 4194304 5683644 140735587639088 18446744073709551615 47046465947788 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22443/statm: 348423 285815 1833 364 0 284347 0
Current children cumulated CPU time (s) 282.02
Current children cumulated vsize (KiB) 1393692

[startup+342.301 s]
/proc/loadavg: 1.99 1.53 0.73 3/185 22467
/proc/meminfo: memFree=7268068/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=1393692 CPUtime=342.02 cores=0,2,4,6
/proc/22443/stat : 22443 (python) R 22441 22443 22344 0 -1 4202496 1742585 932 1 0 33989 213 0 0 25 0 1 0 887737061 1427140608 285815 33554432000 4194304 5683644 140735587639088 18446744073709551615 47046465947788 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22443/statm: 348423 285815 1833 364 0 284347 0
Current children cumulated CPU time (s) 342.02
Current children cumulated vsize (KiB) 1393692

[startup+402.306 s]
/proc/loadavg: 1.99 1.61 0.81 3/185 22469
/proc/meminfo: memFree=7248608/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=1393692 CPUtime=402.03 cores=0,2,4,6
/proc/22443/stat : 22443 (python) R 22441 22443 22344 0 -1 4202496 1742585 932 1 0 39990 213 0 0 25 0 1 0 887737061 1427140608 285815 33554432000 4194304 5683644 140735587639088 18446744073709551615 47046465947788 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22443/statm: 348423 285815 1833 364 0 284347 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 1393692

[startup+462.301 s]
/proc/loadavg: 1.99 1.68 0.88 3/185 22470
/proc/meminfo: memFree=7244168/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=1393692 CPUtime=462.02 cores=0,2,4,6
/proc/22443/stat : 22443 (python) R 22441 22443 22344 0 -1 4202496 1742585 932 1 0 45989 213 0 0 25 0 1 0 887737061 1427140608 285815 33554432000 4194304 5683644 140735587639088 18446744073709551615 47046465947776 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22443/statm: 348423 285815 1833 364 0 284347 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 1393692

[startup+522.301 s]
/proc/loadavg: 1.99 1.73 0.95 3/185 22472
/proc/meminfo: memFree=7242812/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=1393692 CPUtime=522.02 cores=0,2,4,6
/proc/22443/stat : 22443 (python) R 22441 22443 22344 0 -1 4202496 1742585 932 1 0 51989 213 0 0 25 0 1 0 887737061 1427140608 285815 33554432000 4194304 5683644 140735587639088 18446744073709551615 47046465947788 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22443/statm: 348423 285815 1833 364 0 284347 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 1393692

[startup+582.3 s]
/proc/loadavg: 1.99 1.78 1.01 3/181 22520
/proc/meminfo: memFree=8084820/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=1393692 CPUtime=582.03 cores=0,2,4,6
/proc/22443/stat : 22443 (python) R 22441 22443 22344 0 -1 4202496 1742585 932 1 0 57987 216 0 0 25 0 1 0 887737061 1427140608 285815 33554432000 4194304 5683644 140735587639088 18446744073709551615 47046498626417 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22443/statm: 348423 285815 1833 364 0 284347 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 1393692

[startup+642.301 s]

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

Current children cumulated CPU time (s) 1962.06
Current children cumulated vsize (KiB) 1393692

[startup+2022.3 s]
/proc/loadavg: 2.00 1.99 1.76 3/194 22571
/proc/meminfo: memFree=7711288/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=1393692 CPUtime=2022.06 cores=0,2,4,6
/proc/22443/stat : 22443 (python) R 22441 22443 22344 0 -1 4202496 1742585 932 1 0 201990 216 0 0 25 0 1 0 887737061 1427140608 285815 33554432000 4194304 5683644 140735587639088 18446744073709551615 47046465947788 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22443/statm: 348423 285815 1833 364 0 284347 0
Current children cumulated CPU time (s) 2022.06
Current children cumulated vsize (KiB) 1393692

[startup+2082.3 s]
/proc/loadavg: 2.00 1.99 1.77 3/197 22576
/proc/meminfo: memFree=7132628/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=921660 CPUtime=2030.33 cores=0,2,4,6
/proc/22443/stat : 22443 (python) S 22441 22443 22344 0 -1 4202496 1742874 932 1 0 202814 219 0 0 25 0 2 0 887737061 943779840 165278 33554432000 4194304 5683644 140735587639088 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22443/statm: 230415 165278 1867 364 0 166333 0
[pid=22572] ppid=22443 vsize=911416 CPUtime=0.08 cores=0,2,4,6
/proc/22572/stat : 22572 (python) S 22443 22443 22344 0 -1 4202560 920 0 0 0 4 4 0 0 15 0 1 0 887940118 933289984 163783 33554432000 4194304 5683644 140735587639088 18446744073709551615 254261636623 0 0 16781312 514 15625960186789724420 0 0 17 0 0 0 0
/proc/22572/statm: 227854 163783 376 364 0 163772 0
[pid=22574] ppid=22572 vsize=1434424 CPUtime=51.69 cores=0,2,4,6
/proc/22574/stat : 22574 (cryptominisat-2) R 22572 22574 22574 0 -1 4202496 298561 0 0 0 5133 36 0 0 25 0 1 0 887940120 1468850176 263133 33554432000 4194304 4677096 140733915096128 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22574/statm: 358606 263133 387 118 0 353565 0
[pid=22443/tid=22573] ppid=22441 vsize=921660 CPUtime=0 cores=0,2,4,6
/proc/22443/task/22573/stat : 22573 (python) S 22441 22443 22344 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 887940120 943779840 165278 33554432000 4194304 5683644 140735587639088 18446744073709551615 254273440177 0 0 16781312 2 18446604453952502656 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2082.1
Current children cumulated vsize (KiB) 3267500

[startup+2142.3 s]
/proc/loadavg: 2.00 1.99 1.78 3/200 22580
/proc/meminfo: memFree=7029140/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=921660 CPUtime=2030.33 cores=0,2,4,6
/proc/22443/stat : 22443 (python) S 22441 22443 22344 0 -1 4202496 1742874 932 1 0 202814 219 0 0 25 0 2 0 887737061 943779840 165278 33554432000 4194304 5683644 140735587639088 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22443/statm: 230415 165278 1867 364 0 166333 0
[pid=22572] ppid=22443 vsize=911416 CPUtime=0.16 cores=0,2,4,6
/proc/22572/stat : 22572 (python) S 22443 22443 22344 0 -1 4202560 1037 0 0 0 8 8 0 0 15 0 1 0 887940118 933289984 163788 33554432000 4194304 5683644 140735587639088 18446744073709551615 254261636623 0 0 16781312 514 4559802268030828804 0 0 17 0 0 0 0
/proc/22572/statm: 227854 163788 381 364 0 163772 0
[pid=22574] ppid=22572 vsize=1489088 CPUtime=111.69 cores=0,2,4,6
/proc/22574/stat : 22574 (cryptominisat-2) R 22572 22574 22574 0 -1 4202496 336883 0 0 0 11128 41 0 0 25 0 1 0 887940120 1524826112 276985 33554432000 4194304 4677096 140733915096128 18446744073709551615 4336400 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22574/statm: 372272 276985 387 118 0 367231 0
[pid=22443/tid=22573] ppid=22441 vsize=921660 CPUtime=0 cores=0,2,4,6
/proc/22443/task/22573/stat : 22573 (python) S 22441 22443 22344 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 887940120 943779840 165278 33554432000 4194304 5683644 140735587639088 18446744073709551615 254273440177 0 0 16781312 2 18446604453952502656 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2142.18
Current children cumulated vsize (KiB) 3322164

[startup+2202.3 s]
/proc/loadavg: 2.00 1.99 1.79 3/200 22582
/proc/meminfo: memFree=7002308/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=921660 CPUtime=2030.33 cores=0,2,4,6
/proc/22443/stat : 22443 (python) S 22441 22443 22344 0 -1 4202496 1742874 932 1 0 202814 219 0 0 25 0 2 0 887737061 943779840 165278 33554432000 4194304 5683644 140735587639088 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22443/statm: 230415 165278 1867 364 0 166333 0
[pid=22572] ppid=22443 vsize=911416 CPUtime=0.24 cores=0,2,4,6
/proc/22572/stat : 22572 (python) S 22443 22443 22344 0 -1 4202560 1059 0 0 0 12 12 0 0 15 0 1 0 887940118 933289984 163788 33554432000 4194304 5683644 140735587639088 18446744073709551615 254261636623 0 0 16781312 514 15625960186789724420 0 0 17 0 0 0 0
/proc/22572/statm: 227854 163788 381 364 0 163772 0
[pid=22574] ppid=22572 vsize=1377520 CPUtime=171.7 cores=0,2,4,6
/proc/22574/stat : 22574 (cryptominisat-2) R 22572 22574 22574 0 -1 4202496 361154 0 0 0 17124 46 0 0 25 0 1 0 887940120 1410580480 279386 33554432000 4194304 4677096 140733915096128 18446744073709551615 4336189 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22574/statm: 344380 279386 387 118 0 339339 0
[pid=22443/tid=22573] ppid=22441 vsize=921660 CPUtime=0 cores=0,2,4,6
/proc/22443/task/22573/stat : 22573 (python) S 22441 22443 22344 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 887940120 943779840 165278 33554432000 4194304 5683644 140735587639088 18446744073709551615 254273440177 0 0 16781312 2 18446604453952502656 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2202.27
Current children cumulated vsize (KiB) 3210596

[startup+2262.3 s]
/proc/loadavg: 2.00 1.99 1.80 4/200 22583
/proc/meminfo: memFree=5043436/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=921660 CPUtime=2030.33 cores=0,2,4,6
/proc/22443/stat : 22443 (python) S 22441 22443 22344 0 -1 4202496 1742874 932 1 0 202814 219 0 0 25 0 2 0 887737061 943779840 165278 33554432000 4194304 5683644 140735587639088 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22443/statm: 230415 165278 1867 364 0 166333 0
[pid=22572] ppid=22443 vsize=911416 CPUtime=0.36 cores=0,2,4,6
/proc/22572/stat : 22572 (python) S 22443 22443 22344 0 -1 4202560 1267 0 0 0 19 17 0 0 15 0 1 0 887940118 933289984 163789 33554432000 4194304 5683644 140735587639088 18446744073709551615 254261636623 0 0 16781312 514 4559802268030828804 0 0 17 0 0 0 0
/proc/22572/statm: 227854 163789 382 364 0 163772 0
[pid=22574] ppid=22572 vsize=3529624 CPUtime=231.7 cores=0,2,4,6
/proc/22574/stat : 22574 (cryptominisat-2) R 22572 22574 22574 0 -1 4202496 3384611 0 0 0 22777 393 0 0 25 0 1 0 887940120 3614334976 764694 33554432000 4194304 4677096 140733915096128 18446744073709551615 254261616512 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22574/statm: 882406 764694 390 118 0 877365 0
[pid=22443/tid=22573] ppid=22441 vsize=921660 CPUtime=0 cores=0,2,4,6
/proc/22443/task/22573/stat : 22573 (python) S 22441 22443 22344 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 887940120 943779840 165278 33554432000 4194304 5683644 140735587639088 18446744073709551615 254273440177 0 0 16781312 2 18446604453952502656 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2262.39
Current children cumulated vsize (KiB) 5362700

[startup+2322.3 s]
/proc/loadavg: 2.10 2.02 1.82 3/204 22589
/proc/meminfo: memFree=1990096/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=921660 CPUtime=2030.33 cores=0,2,4,6
/proc/22443/stat : 22443 (python) S 22441 22443 22344 0 -1 4202496 1742874 932 1 0 202814 219 0 0 25 0 2 0 887737061 943779840 165278 33554432000 4194304 5683644 140735587639088 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22443/statm: 230415 165278 1867 364 0 166333 0
[pid=22572] ppid=22443 vsize=911416 CPUtime=0.5 cores=0,2,4,6
/proc/22572/stat : 22572 (python) S 22443 22443 22344 0 -1 4202560 1289 0 0 0 28 22 0 0 15 0 1 0 887940118 933289984 163789 33554432000 4194304 5683644 140735587639088 18446744073709551615 254261636623 0 0 16781312 514 4559802268030828804 0 0 17 0 0 0 0
/proc/22572/statm: 227854 163789 382 364 0 163772 0
[pid=22574] ppid=22572 vsize=6320092 CPUtime=291.7 cores=0,2,4,6
/proc/22574/stat : 22574 (cryptominisat-2) R 22572 22574 22574 0 -1 4202496 9363352 0 0 0 27925 1245 0 0 25 0 1 0 887940120 6471774208 1473078 33554432000 4194304 4677096 140733915096128 18446744073709551615 254261314005 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22574/statm: 1580023 1473085 390 118 0 1574982 0
[pid=22443/tid=22573] ppid=22441 vsize=921660 CPUtime=0 cores=0,2,4,6
/proc/22443/task/22573/stat : 22573 (python) S 22441 22443 22344 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 887940120 943779840 165278 33554432000 4194304 5683644 140735587639088 18446744073709551615 254273440177 0 0 16781312 2 18446604453952502656 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2322.53
Current children cumulated vsize (KiB) 8153168

[startup+2382.31 s]
/proc/loadavg: 2.07 2.03 1.83 3/204 22591
/proc/meminfo: memFree=118484/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=921660 CPUtime=2030.33 cores=0,2,4,6
/proc/22443/stat : 22443 (python) S 22441 22443 22344 0 -1 4202496 1742874 932 1 0 202814 219 0 0 25 0 2 0 887737061 943779840 165278 33554432000 4194304 5683644 140735587639088 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22443/statm: 230415 165278 1867 364 0 166333 0
[pid=22572] ppid=22443 vsize=911416 CPUtime=0.64 cores=0,2,4,6
/proc/22572/stat : 22572 (python) S 22443 22443 22344 0 -1 4202560 1310 0 0 0 37 27 0 0 15 0 1 0 887940118 933289984 163789 33554432000 4194304 5683644 140735587639088 18446744073709551615 254261636623 0 0 16781312 514 4559802268030828804 0 0 17 0 0 0 0
/proc/22572/statm: 227854 163789 382 364 0 163772 0
[pid=22574] ppid=22572 vsize=9406908 CPUtime=351.7 cores=0,2,4,6
/proc/22574/stat : 22574 (cryptominisat-2) R 22572 22574 22574 0 -1 4202496 14967263 0 0 0 33133 2037 0 0 25 0 1 0 887940120 9632673792 2222458 33554432000 4194304 4677096 140733915096128 18446744073709551615 4566575 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22574/statm: 2351727 2222458 390 118 0 2346686 0
[pid=22443/tid=22573] ppid=22441 vsize=921660 CPUtime=0 cores=0,2,4,6
/proc/22443/task/22573/stat : 22573 (python) S 22441 22443 22344 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 887940120 943779840 165278 33554432000 4194304 5683644 140735587639088 18446744073709551615 254273440177 0 0 16781312 2 18446604453952502656 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2382.67
Current children cumulated vsize (KiB) 11239984

[startup+2442.3 s]
/proc/loadavg: 2.02 2.02 1.84 3/205 22593
/proc/meminfo: memFree=266464/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=921660 CPUtime=2030.33 cores=0,2,4,6
/proc/22443/stat : 22443 (python) S 22441 22443 22344 0 -1 4202496 1742874 932 1 0 202814 219 0 0 25 0 2 0 887737061 943779840 165278 33554432000 4194304 5683644 140735587639088 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22443/statm: 230415 165278 1867 364 0 166333 0
[pid=22572] ppid=22443 vsize=911416 CPUtime=0.78 cores=0,2,4,6
/proc/22572/stat : 22572 (python) S 22443 22443 22344 0 -1 4202560 1332 0 0 0 46 32 0 0 15 0 1 0 887940118 933289984 163789 33554432000 4194304 5683644 140735587639088 18446744073709551615 254261636623 0 0 16781312 514 4559802268030828804 0 0 17 0 0 0 0
/proc/22572/statm: 227854 163789 382 364 0 163772 0
[pid=22574] ppid=22572 vsize=12606252 CPUtime=411.7 cores=0,2,4,6
/proc/22574/stat : 22574 (cryptominisat-2) R 22572 22574 22574 0 -1 4202496 20727107 0 0 0 38351 2819 0 0 25 0 1 0 887940120 12908802048 3022294 33554432000 4194304 4677096 140733915096128 18446744073709551615 4386369 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22574/statm: 3151563 3022294 390 118 0 3146522 0
[pid=22443/tid=22573] ppid=22441 vsize=921660 CPUtime=0 cores=0,2,4,6
/proc/22443/task/22573/stat : 22573 (python) S 22441 22443 22344 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 887940120 943779840 165278 33554432000 4194304 5683644 140735587639088 18446744073709551615 254273440177 0 0 16781312 2 18446604453952502656 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2442.81
Current children cumulated vsize (KiB) 14439328



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+2469.6 s]
/proc/loadavg: 2.01 2.02 1.84 3/205 22603
/proc/meminfo: memFree=110860/32951124 swapFree=67057920/67111528
[pid=22443] ppid=22441 vsize=921660 CPUtime=2030.33 cores=0,2,4,6
/proc/22443/stat : 22443 (python) S 22441 22443 22344 0 -1 4202496 1742874 932 1 0 202814 219 0 0 25 0 2 0 887737061 943779840 165278 33554432000 4194304 5683644 140735587639088 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22443/statm: 230415 165278 1867 364 0 166333 0
[pid=22572] ppid=22443 vsize=911416 CPUtime=0.84 cores=0,2,4,6
/proc/22572/stat : 22572 (python) S 22443 22443 22344 0 -1 4202560 1342 0 0 0 50 34 0 0 15 0 1 0 887940118 933289984 163789 33554432000 4194304 5683644 140735587639088 18446744073709551615 254261636623 0 0 16781312 514 4559802268030828804 0 0 17 0 0 0 0
/proc/22572/statm: 227854 163789 382 364 0 163772 0
[pid=22574] ppid=22572 vsize=14054952 CPUtime=439 cores=0,2,4,6
/proc/22574/stat : 22574 (cryptominisat-2) R 22572 22574 22574 0 -1 4202496 23362619 0 0 0 40721 3179 0 0 25 0 1 0 887940120 14392270848 3384469 33554432000 4194304 4677096 140733915096128 18446744073709551615 4293840 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/22574/statm: 3513738 3384469 390 118 0 3508697 0
[pid=22443/tid=22573] ppid=22441 vsize=921660 CPUtime=0 cores=0,2,4,6
/proc/22443/task/22573/stat : 22573 (python) S 22441 22443 22344 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 887940120 943779840 165278 33554432000 4194304 5683644 140735587639088 18446744073709551615 254273440177 0 0 16781312 2 18446604453952502656 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2470.17
Current children cumulated vsize (KiB) 15888028

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 22443 and gives
#  childrusage.ru_utime.tv_sec=2028
#  childrusage.ru_utime.tv_usec=149674
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=231660
# CPU time returned by wait4() is 2030.38
# while last known CPU time is 2470.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 2469.65
CPU time (s): 2470.17
CPU user time (s): 2435.85
CPU system time (s): 34.32
CPU usage (%): 100.021
Max. virtual memory (cumulated for all children) (KiB): 15888028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2028.15
system time used= 2.23166
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1743806
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= 2859
involuntary context switches= 25399

runsolver used 3.99139 second user time and 7.66683 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-13 10:20:17
IDJOB=3498357
IDBENCH=82374
IDSOLVER=1991
FILE ID=node140/3498357-1307953213
RUNJOBID= node140-1307953114-22362
PBS_JOBID= 13559688
Free space on /var/tmp= 2736 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.040-NOTKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498357-1307953213/watcher-3498357-1307953213 -o /var/tmp/evaluation-result-3498357-1307953213/solver-3498357-1307953213 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498357-1307953213.cnf -seed 454281895 -budget 5000

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

MD5SUM BENCH= ce0d180356398dfbcfd2bbbb1cb3f9e5
RANDOM SEED=454281895

node140.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.833
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.833
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	: 5226.14
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.833
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.833
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.77
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.833
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.833
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.833
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.833
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:       9067756 kB
Buffers:        103312 kB
Cached:       22770560 kB
SwapCached:       7476 kB
Active:        7883116 kB
Inactive:     15215740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9067756 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:          179036 kB
Writeback:           0 kB
AnonPages:      222528 kB
Mapped:          18504 kB
Slab:           718272 kB
PageTables:       5664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   418664 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 /var/tmp at the end= 2716 MiB
End job on node140 at 2011-06-13 11:01:29