Trace number 3498363

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) 3871.84 3871.35

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.34/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.70	c INFO: solving HOME/instance-3498363-1307953258.cnf
0.34/0.70	c INFO: computing task features
54.50/54.82	c INFO: computed variable-clause graph statistics
55.60/55.94	c INFO: computed clause balance statistics
181.50/181.87	c INFO: computed variable balance statistics
270.22/270.50	c INFO: computed small-clause counts
285.51/285.81	c INFO: computed Horn-clause counts
3457.76/3457.91	c INFO: computed variable graph statistics
3457.76/3457.94	c INFO: collected features for HOME/instance-3498363-1307953258.cnf in 3454.23 s
3457.76/3457.96	c INFO: running cryptominisat-2.9.0@0 for 1545 with 1545 remaining (b = 0.75)

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 /tmp/evaluation-result-3498363-1307953258/watcher-3498363-1307953258 -o /tmp/evaluation-result-3498363-1307953258/solver-3498363-1307953258 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498363-1307953258.cnf -seed 1700814506 -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.90 0.74 0.27 2/180 21405
/proc/meminfo: memFree=31372704/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/21405/stat : 21405 (python) S 21403 21405 21302 0 -1 4202496 735 0 0 0 0 0 0 0 24 0 1 0 906923218 15548416 622 33554432000 4194304 5683644 140735508752944 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/21405/statm: 3796 622 322 364 0 283 0

[startup+0.06274 s]
/proc/loadavg: 1.90 0.74 0.27 2/180 21405
/proc/meminfo: memFree=31372704/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=29792 CPUtime=0.04 cores=0,2,4,6
/proc/21405/stat : 21405 (python) S 21403 21405 21302 0 -1 4202496 1457 0 0 0 3 1 0 0 17 0 1 0 906923218 30507008 1296 33554432000 4194304 5683644 140735508752944 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/21405/statm: 7448 1296 443 364 0 818 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29792

[startup+0.100822 s]
/proc/loadavg: 1.90 0.74 0.27 2/180 21405
/proc/meminfo: memFree=31372704/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=85624 CPUtime=0.06 cores=0,2,4,6
/proc/21405/stat : 21405 (python) S 21403 21405 21302 0 -1 4202496 2632 0 0 0 5 1 0 0 17 0 1 0 906923218 87678976 2348 33554432000 4194304 5683644 140735508752944 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/21405/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.30043 s]
/proc/loadavg: 1.90 0.74 0.27 2/180 21405
/proc/meminfo: memFree=31372704/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=135752 CPUtime=0.17 cores=0,2,4,6
/proc/21405/stat : 21405 (python) S 21403 21405 21302 0 -1 4202496 5975 932 1 0 13 4 0 0 17 0 1 0 906923218 139010048 4148 33554432000 4194304 5683644 140735508752944 18446744073709551615 254500687877 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/21405/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.707373 s]
/proc/loadavg: 1.90 0.74 0.27 2/180 21405
/proc/meminfo: memFree=31372704/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=449044 CPUtime=0.41 cores=0,2,4,6
/proc/21405/stat : 21405 (python) R 21403 21405 21302 0 -1 4202496 12076 932 1 0 31 10 0 0 16 0 1 0 906923218 459821056 9742 33554432000 4194304 5683644 140735508752944 18446744073709551615 254500691712 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21405/statm: 112261 9762 1758 364 0 48185 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 449044

[startup+1.50022 s]
/proc/loadavg: 1.90 0.74 0.27 3/181 21410
/proc/meminfo: memFree=31147288/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=493432 CPUtime=1.2 cores=0,2,4,6
/proc/21405/stat : 21405 (python) R 21403 21405 21302 0 -1 4202496 62879 932 1 0 99 21 0 0 17 0 1 0 906923218 505274368 60545 33554432000 4194304 5683644 140735508752944 18446744073709551615 254500352709 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21405/statm: 123358 60545 1761 364 0 59282 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 493432

[startup+3.10091 s]
/proc/loadavg: 1.91 0.76 0.28 3/181 21410
/proc/meminfo: memFree=31056148/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=593708 CPUtime=2.81 cores=0,2,4,6
/proc/21405/stat : 21405 (python) R 21403 21405 21302 0 -1 4202496 87519 932 1 0 256 25 0 0 19 0 1 0 906923218 607956992 85185 33554432000 4194304 5683644 140735508752944 18446744073709551615 254500352709 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21405/statm: 148427 85185 1761 364 0 84351 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 593708

[startup+6.30026 s]
/proc/loadavg: 1.91 0.76 0.28 3/181 21410
/proc/meminfo: memFree=30806800/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=801292 CPUtime=6 cores=0,2,4,6
/proc/21405/stat : 21405 (python) R 21403 21405 21302 0 -1 4202496 136759 932 1 0 568 32 0 0 25 0 1 0 906923218 820523008 134425 33554432000 4194304 5683644 140735508752944 18446744073709551615 5007392 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21405/statm: 200323 134426 1761 364 0 136247 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 801292

[startup+12.701 s]
/proc/loadavg: 1.92 0.80 0.30 3/181 21411
/proc/meminfo: memFree=30365496/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1196904 CPUtime=12.4 cores=0,2,4,6
/proc/21405/stat : 21405 (python) R 21403 21405 21302 0 -1 4202496 234813 932 1 0 1193 47 0 0 25 0 1 0 906923218 1225629696 232479 33554432000 4194304 5683644 140735508752944 18446744073709551615 254500352709 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21405/statm: 299226 232479 1761 364 0 235150 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 1196904

[startup+25.5004 s]
/proc/loadavg: 1.93 0.84 0.31 3/181 21411
/proc/meminfo: memFree=29903292/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1792600 CPUtime=25.21 cores=0,2,4,6
/proc/21405/stat : 21405 (python) R 21403 21405 21302 0 -1 4202496 591476 932 1 0 2427 94 0 0 25 0 1 0 906923218 1835622400 374009 33554432000 4194304 5683644 140735508752944 18446744073709551615 47082481980114 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21405/statm: 448150 374032 1807 364 0 384074 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 1792600

[startup+51.1003 s]
/proc/loadavg: 1.96 0.93 0.36 3/181 21412
/proc/meminfo: memFree=29435664/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1738772 CPUtime=50.8 cores=0,2,4,6
/proc/21405/stat : 21405 (python) R 21403 21405 21302 0 -1 4202496 1548451 932 1 0 4879 201 0 0 25 0 1 0 906923218 1780502528 372066 33554432000 4194304 5683644 140735508752944 18446744073709551615 47082481975216 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21405/statm: 434693 372066 1815 364 0 370617 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 1738772

[startup+102.306 s]
/proc/loadavg: 1.98 1.11 0.45 3/181 21413
/proc/meminfo: memFree=29246568/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1672640 CPUtime=102 cores=0,2,4,6
/proc/21405/stat : 21405 (python) R 21403 21405 21302 0 -1 4202496 1598062 932 1 0 9993 207 0 0 25 0 1 0 906923218 1712783360 355544 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512515924 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21405/statm: 418160 355544 1826 364 0 354084 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 1672640

[startup+162.301 s]
/proc/loadavg: 1.99 1.26 0.54 3/181 21415
/proc/meminfo: memFree=29233204/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1672640 CPUtime=162 cores=0,2,4,6
/proc/21405/stat : 21405 (python) R 21403 21405 21302 0 -1 4202496 1598062 932 1 0 15992 208 0 0 25 0 1 0 906923218 1712783360 355544 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512515924 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21405/statm: 418160 355544 1826 364 0 354084 0
Current children cumulated CPU time (s) 162
Current children cumulated vsize (KiB) 1672640

[startup+222.301 s]
/proc/loadavg: 1.99 1.40 0.63 3/181 21416
/proc/meminfo: memFree=29180352/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1672640 CPUtime=222 cores=0,2,4,6
/proc/21405/stat : 21405 (python) R 21403 21405 21302 0 -1 4202496 1598063 932 1 0 21992 208 0 0 25 0 1 0 906923218 1712783360 355545 33554432000 4194304 5683644 140735508752944 18446744073709551615 47082482134724 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21405/statm: 418160 355545 1827 364 0 354084 0
Current children cumulated CPU time (s) 222
Current children cumulated vsize (KiB) 1672640

[startup+282.301 s]
/proc/loadavg: 1.99 1.50 0.71 3/178 21461
/proc/meminfo: memFree=29501860/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1871036 CPUtime=282.01 cores=0,2,4,6
/proc/21405/stat : 21405 (python) R 21403 21405 21302 0 -1 4202496 2294340 932 1 0 27914 287 0 0 25 0 1 0 906923218 1915940864 390502 33554432000 4194304 5683644 140735508752944 18446744073709551615 47082482402938 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21405/statm: 467759 390504 1829 364 0 403683 0
Current children cumulated CPU time (s) 282.01
Current children cumulated vsize (KiB) 1871036

[startup+342.301 s]
/proc/loadavg: 1.99 1.59 0.79 3/178 21462
/proc/meminfo: memFree=29691740/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1672640 CPUtime=342.01 cores=0,2,4,6
/proc/21405/stat : 21405 (python) R 21403 21405 21302 0 -1 4202496 2507384 932 1 0 33889 312 0 0 25 0 1 0 906923218 1712783360 355551 33554432000 4194304 5683644 140735508752944 18446744073709551615 47082481989772 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21405/statm: 418160 355551 1833 364 0 354084 0
Current children cumulated CPU time (s) 342.01
Current children cumulated vsize (KiB) 1672640

[startup+402.301 s]
/proc/loadavg: 1.99 1.66 0.86 3/178 21464
/proc/meminfo: memFree=29691660/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1672640 CPUtime=402.02 cores=0,2,4,6
/proc/21405/stat : 21405 (python) R 21403 21405 21302 0 -1 4202496 2507384 932 1 0 39890 312 0 0 25 0 1 0 906923218 1712783360 355551 33554432000 4194304 5683644 140735508752944 18446744073709551615 47082481989760 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21405/statm: 418160 355551 1833 364 0 354084 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 1672640

[startup+462.3 s]
/proc/loadavg: 1.99 1.72 0.93 3/181 21469
/proc/meminfo: memFree=29877812/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1672640 CPUtime=462.02 cores=0,2,4,6
/proc/21405/stat : 21405 (python) R 21403 21405 21302 0 -1 4202496 2507384 932 1 0 45890 312 0 0 25 0 1 0 906923218 1712783360 355551 33554432000 4194304 5683644 140735508752944 18446744073709551615 47082481989772 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21405/statm: 418160 355551 1833 364 0 354084 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 1672640

[startup+522.3 s]
/proc/loadavg: 1.99 1.77 0.99 3/178 21513
/proc/meminfo: memFree=30529716/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1672640 CPUtime=522.03 cores=0,2,4,6
/proc/21405/stat : 21405 (python) R 21403 21405 21302 0 -1 4202496 2507384 932 1 0 51890 313 0 0 25 0 1 0 906923218 1712783360 355551 33554432000 4194304 5683644 140735508752944 18446744073709551615 47082481989772 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21405/statm: 418160 355551 1833 364 0 354084 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 1672640

[startup+582.3 s]
/proc/loadavg: 2.06 1.82 1.06 3/178 21561
/proc/meminfo: memFree=30461956/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1672640 CPUtime=582.03 cores=0,2,4,6
/proc/21405/stat : 21405 (python) R 21403 21405 21302 0 -1 4202496 2507384 932 1 0 57890 313 0 0 25 0 1 0 906923218 1712783360 355551 33554432000 4194304 5683644 140735508752944 18446744073709551615 47082481989760 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21405/statm: 418160 355551 1833 364 0 354084 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 1672640

[startup+642.3 s]

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

/proc/21405/statm: 270014 204876 1867 364 0 205932 0
[pid=21753] ppid=21405 vsize=1069812 CPUtime=0.01 cores=0,2,4,6
/proc/21753/stat : 21753 (python) S 21405 21405 21302 0 -1 4202560 887 0 0 0 0 1 0 0 15 0 1 0 907269015 1095487488 203381 33554432000 4194304 5683644 140735508752944 18446744073709551615 254500711951 0 0 16781312 514 4238317987330785279 0 0 17 0 0 0 0
/proc/21753/statm: 267453 203381 376 364 0 203371 0
[pid=21755] ppid=21753 vsize=795172 CPUtime=4.29 cores=0,2,4,6
/proc/21755/stat : 21755 (cryptominisat-2) R 21753 21755 21755 0 -1 4202496 198412 0 0 0 397 32 0 0 25 0 1 0 907269016 814256128 162372 33554432000 4194304 4677096 140736483535344 18446744073709551615 4236140 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/21755/statm: 198793 162372 361 118 0 193752 0
[pid=21405/tid=21754] ppid=21403 vsize=1080056 CPUtime=0 cores=0,2,4,6
/proc/21405/task/21754/stat : 21754 (python) S 21403 21405 21302 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 2 0 907269016 1105977344 204876 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512515505 0 0 16781312 2 18446604453904460672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3462.13
Current children cumulated vsize (KiB) 2945040

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/192 21757
/proc/meminfo: memFree=29283264/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1080056 CPUtime=3457.83 cores=0,2,4,6
/proc/21405/stat : 21405 (python) S 21403 21405 21302 0 -1 4202496 2507669 932 1 0 345454 329 0 0 25 0 2 0 906923218 1105977344 204876 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21405/statm: 270014 204876 1867 364 0 205932 0
[pid=21753] ppid=21405 vsize=1069812 CPUtime=0.1 cores=0,2,4,6
/proc/21753/stat : 21753 (python) S 21405 21405 21302 0 -1 4202560 920 0 0 0 4 6 0 0 15 0 1 0 907269015 1095487488 203381 33554432000 4194304 5683644 140735508752944 18446744073709551615 254500711951 0 0 16781312 514 4292985976046715140 0 0 17 0 0 0 0
/proc/21753/statm: 267453 203381 376 364 0 203371 0
[pid=21755] ppid=21753 vsize=1575456 CPUtime=64.28 cores=0,2,4,6
/proc/21755/stat : 21755 (cryptominisat-2) R 21753 21755 21755 0 -1 4202496 340526 0 0 0 6377 51 0 0 25 0 1 0 907269016 1613266944 304486 33554432000 4194304 4677096 140736483535344 18446744073709551615 4335811 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21755/statm: 393864 304486 387 118 0 388823 0
[pid=21405/tid=21754] ppid=21403 vsize=1080056 CPUtime=0 cores=0,2,4,6
/proc/21405/task/21754/stat : 21754 (python) S 21403 21405 21302 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 2 0 907269016 1105977344 204876 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512515505 0 0 16781312 2 18446604453904460672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3522.21
Current children cumulated vsize (KiB) 3725324

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/192 21759
/proc/meminfo: memFree=29130936/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1080056 CPUtime=3457.83 cores=0,2,4,6
/proc/21405/stat : 21405 (python) S 21403 21405 21302 0 -1 4202496 2507669 932 1 0 345454 329 0 0 25 0 2 0 906923218 1105977344 204876 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21405/statm: 270014 204876 1867 364 0 205932 0
[pid=21753] ppid=21405 vsize=1069812 CPUtime=0.18 cores=0,2,4,6
/proc/21753/stat : 21753 (python) S 21405 21405 21302 0 -1 4202560 943 0 0 0 8 10 0 0 15 0 1 0 907269015 1095487488 203381 33554432000 4194304 5683644 140735508752944 18446744073709551615 254500711951 0 0 16781312 514 4292985976046715140 0 0 17 0 0 0 0
/proc/21753/statm: 267453 203381 376 364 0 203371 0
[pid=21755] ppid=21753 vsize=1637720 CPUtime=124.28 cores=0,2,4,6
/proc/21755/stat : 21755 (cryptominisat-2) R 21753 21755 21755 0 -1 4202496 379361 0 0 0 12372 56 0 0 25 0 1 0 907269016 1677025280 343321 33554432000 4194304 4677096 140736483535344 18446744073709551615 4336150 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21755/statm: 409430 343321 387 118 0 404389 0
[pid=21405/tid=21754] ppid=21403 vsize=1080056 CPUtime=0 cores=0,2,4,6
/proc/21405/task/21754/stat : 21754 (python) S 21403 21405 21302 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 2 0 907269016 1105977344 204876 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512515505 0 0 16781312 2 18446604453904460672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3582.29
Current children cumulated vsize (KiB) 3787588

[startup+3642.3 s]
/proc/loadavg: 2.05 2.01 1.92 3/192 21760
/proc/meminfo: memFree=29101008/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1080056 CPUtime=3457.83 cores=0,2,4,6
/proc/21405/stat : 21405 (python) S 21403 21405 21302 0 -1 4202496 2507669 932 1 0 345454 329 0 0 25 0 2 0 906923218 1105977344 204876 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21405/statm: 270014 204876 1867 364 0 205932 0
[pid=21753] ppid=21405 vsize=1069812 CPUtime=0.27 cores=0,2,4,6
/proc/21753/stat : 21753 (python) S 21405 21405 21302 0 -1 4202560 964 0 0 0 13 14 0 0 15 0 1 0 907269015 1095487488 203381 33554432000 4194304 5683644 140735508752944 18446744073709551615 254500711951 0 0 16781312 514 4292985976046715140 0 0 17 0 0 0 0
/proc/21753/statm: 267453 203381 376 364 0 203371 0
[pid=21755] ppid=21753 vsize=1785736 CPUtime=184.26 cores=0,2,4,6
/proc/21755/stat : 21755 (cryptominisat-2) R 21753 21755 21755 0 -1 4202496 424938 0 0 0 18363 63 0 0 25 0 1 0 907269016 1828593664 344087 33554432000 4194304 4677096 140736483535344 18446744073709551615 254500389459 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21755/statm: 446434 344087 388 118 0 441393 0
[pid=21405/tid=21754] ppid=21403 vsize=1080056 CPUtime=0 cores=0,2,4,6
/proc/21405/task/21754/stat : 21754 (python) S 21403 21405 21302 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 2 0 907269016 1105977344 204876 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512515505 0 0 16781312 2 18446604453904460672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3642.36
Current children cumulated vsize (KiB) 3935604

[startup+3702.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/193 21763
/proc/meminfo: memFree=26106584/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1080056 CPUtime=3457.83 cores=0,2,4,6
/proc/21405/stat : 21405 (python) S 21403 21405 21302 0 -1 4202496 2507669 932 1 0 345454 329 0 0 25 0 2 0 906923218 1105977344 204876 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21405/statm: 270014 204876 1867 364 0 205932 0
[pid=21753] ppid=21405 vsize=1069812 CPUtime=0.4 cores=0,2,4,6
/proc/21753/stat : 21753 (python) S 21405 21405 21302 0 -1 4202560 1181 0 0 0 20 20 0 0 15 0 1 0 907269015 1095487488 203382 33554432000 4194304 5683644 140735508752944 18446744073709551615 254500711951 0 0 16781312 514 2886429133439467780 0 0 17 0 0 0 0
/proc/21753/statm: 267453 203382 377 364 0 203371 0
[pid=21755] ppid=21753 vsize=4884520 CPUtime=244.24 cores=0,2,4,6
/proc/21755/stat : 21755 (cryptominisat-2) R 21753 21755 21755 0 -1 4202496 5564706 0 0 0 23773 651 0 0 25 0 1 0 907269016 5001748480 1102429 33554432000 4194304 4677096 140736483535344 18446744073709551615 4567440 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21755/statm: 1221130 1102429 390 118 0 1216089 0
[pid=21405/tid=21754] ppid=21403 vsize=1080056 CPUtime=0 cores=0,2,4,6
/proc/21405/task/21754/stat : 21754 (python) S 21403 21405 21302 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 2 0 907269016 1105977344 204876 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512515505 0 0 16781312 2 18446604453904460672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3702.47
Current children cumulated vsize (KiB) 7034388

[startup+3762.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/193 21765
/proc/meminfo: memFree=22902748/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1080056 CPUtime=3457.83 cores=0,2,4,6
/proc/21405/stat : 21405 (python) S 21403 21405 21302 0 -1 4202496 2507669 932 1 0 345454 329 0 0 25 0 2 0 906923218 1105977344 204876 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21405/statm: 270014 204876 1867 364 0 205932 0
[pid=21753] ppid=21405 vsize=1069812 CPUtime=0.54 cores=0,2,4,6
/proc/21753/stat : 21753 (python) S 21405 21405 21302 0 -1 4202560 1201 0 0 0 29 25 0 0 15 0 1 0 907269015 1095487488 203382 33554432000 4194304 5683644 140735508752944 18446744073709551615 254500711951 0 0 16781312 514 2886429133439467780 0 0 17 0 0 0 0
/proc/21753/statm: 267453 203382 377 364 0 203371 0
[pid=21755] ppid=21753 vsize=7872976 CPUtime=304.24 cores=0,2,4,6
/proc/21755/stat : 21755 (cryptominisat-2) R 21753 21755 21755 0 -1 4202496 11586954 0 0 0 29102 1322 0 0 25 0 1 0 907269016 8061927424 1847198 33554432000 4194304 4677096 140736483535344 18446744073709551615 254500389333 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21755/statm: 1968244 1847209 390 118 0 1963203 0
[pid=21405/tid=21754] ppid=21403 vsize=1080056 CPUtime=0 cores=0,2,4,6
/proc/21405/task/21754/stat : 21754 (python) S 21403 21405 21302 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 2 0 907269016 1105977344 204876 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512515505 0 0 16781312 2 18446604453904460672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3762.61
Current children cumulated vsize (KiB) 10022844

[startup+3822.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/196 21769
/proc/meminfo: memFree=19809360/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1080056 CPUtime=3457.83 cores=0,2,4,6
/proc/21405/stat : 21405 (python) S 21403 21405 21302 0 -1 4202496 2507669 932 1 0 345454 329 0 0 25 0 2 0 906923218 1105977344 204876 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21405/statm: 270014 204876 1867 364 0 205932 0
[pid=21753] ppid=21405 vsize=1069812 CPUtime=0.67 cores=0,2,4,6
/proc/21753/stat : 21753 (python) S 21405 21405 21302 0 -1 4202560 1220 0 0 0 37 30 0 0 15 0 1 0 907269015 1095487488 203382 33554432000 4194304 5683644 140735508752944 18446744073709551615 254500711951 0 0 16781312 514 2886429133439467780 0 0 17 0 0 0 0
/proc/21753/statm: 267453 203382 377 364 0 203371 0
[pid=21755] ppid=21753 vsize=11031556 CPUtime=364.23 cores=0,2,4,6
/proc/21755/stat : 21755 (cryptominisat-2) R 21753 21755 21755 0 -1 4202496 17328321 0 0 0 34452 1971 0 0 25 0 1 0 907269016 11296313344 2638857 33554432000 4194304 4677096 140736483535344 18446744073709551615 4365859 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21755/statm: 2757889 2638857 390 118 0 2752848 0
[pid=21405/tid=21754] ppid=21403 vsize=1080056 CPUtime=0 cores=0,2,4,6
/proc/21405/task/21754/stat : 21754 (python) S 21403 21405 21302 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 2 0 907269016 1105977344 204876 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512515505 0 0 16781312 2 18446604453904460672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3822.73
Current children cumulated vsize (KiB) 13181424



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+3871.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/196 21771
/proc/meminfo: memFree=17010144/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1080056 CPUtime=3457.83 cores=0,2,4,6
/proc/21405/stat : 21405 (python) S 21403 21405 21302 0 -1 4202496 2507669 932 1 0 345454 329 0 0 25 0 2 0 906923218 1105977344 204876 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21405/statm: 270014 204876 1867 364 0 205932 0
[pid=21753] ppid=21405 vsize=1069812 CPUtime=0.77 cores=0,2,4,6
/proc/21753/stat : 21753 (python) S 21405 21405 21302 0 -1 4202560 1236 0 0 0 43 34 0 0 15 0 1 0 907269015 1095487488 203382 33554432000 4194304 5683644 140735508752944 18446744073709551615 254500711951 0 0 16781312 514 2886429133439467780 0 0 17 0 0 0 0
/proc/21753/statm: 267453 203382 377 364 0 203371 0
[pid=21755] ppid=21753 vsize=13733048 CPUtime=413.24 cores=0,2,4,6
/proc/21755/stat : 21755 (cryptominisat-2) R 21753 21755 21755 0 -1 4202496 22280432 0 0 0 38788 2536 0 0 25 0 1 0 907269016 14062641152 3300996 33554432000 4194304 4677096 140736483535344 18446744073709551615 4563892 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21755/statm: 3433262 3300996 390 118 0 3428221 0
[pid=21405/tid=21754] ppid=21403 vsize=1080056 CPUtime=0 cores=0,2,4,6
/proc/21405/task/21754/stat : 21754 (python) S 21403 21405 21302 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 2 0 907269016 1105977344 204876 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512515505 0 0 16781312 2 18446604453904460672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3871.84
Current children cumulated vsize (KiB) 15882916

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+3871.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/196 21771
/proc/meminfo: memFree=17010144/32950928 swapFree=67053884/67111528
[pid=21405] ppid=21403 vsize=1080056 CPUtime=3457.83 cores=0,2,4,6
/proc/21405/stat : 21405 (python) S 21403 21405 21302 0 -1 4202496 2507669 932 1 0 345454 329 0 0 25 0 2 0 906923218 1105977344 204876 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21405/statm: 270014 204876 1867 364 0 205932 0
[pid=21753] ppid=21405 vsize=1069812 CPUtime=0.77 cores=0,2,4,6
/proc/21753/stat : 21753 (python) S 21405 21405 21302 0 -1 4202560 1236 0 0 0 43 34 0 0 15 0 1 0 907269015 1095487488 203382 33554432000 4194304 5683644 140735508752944 18446744073709551615 254500711951 0 0 16781312 514 2886429133439467780 0 0 17 0 0 0 0
/proc/21753/statm: 267453 203382 377 364 0 203371 0
[pid=21755] ppid=21753 vsize=13733048 CPUtime=413.24 cores=0,2,4,6
/proc/21755/stat : 21755 (cryptominisat-2) R 21753 21755 21755 0 -1 4202496 22280432 0 0 0 38788 2536 0 0 25 0 1 0 907269016 14062641152 3300996 33554432000 4194304 4677096 140736483535344 18446744073709551615 4563892 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21755/statm: 3433262 3300996 390 118 0 3428221 0
[pid=21405/tid=21754] ppid=21403 vsize=1080056 CPUtime=0 cores=0,2,4,6
/proc/21405/task/21754/stat : 21754 (python) S 21403 21405 21302 0 -1 4202560 33 932 0 0 0 0 0 0 25 0 2 0 907269016 1105977344 204876 33554432000 4194304 5683644 140735508752944 18446744073709551615 254512515505 0 0 16781312 2 18446604453904460672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3871.84
Current children cumulated vsize (KiB) 15882916

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21405 and gives
#  childrusage.ru_utime.tv_sec=3454
#  childrusage.ru_utime.tv_usec=550828
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=333493
# CPU time returned by wait4() is 3457.88
# while last known CPU time is 3871.84
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3871.35
CPU time (s): 3871.84
CPU user time (s): 3842.85
CPU system time (s): 28.99
CPU usage (%): 100.013
Max. virtual memory (cumulated for all children) (KiB): 15882916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3454.55
system time used= 3.33349
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2508601
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= 2866
involuntary context switches= 46016

runsolver used 5.98709 second user time and 12.0372 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-13 10:21:03
IDJOB=3498363
IDBENCH=82388
IDSOLVER=1991
FILE ID=node149/3498363-1307953258
RUNJOBID= node149-1307953113-21320
PBS_JOBID= 13559679
Free space on /tmp= 73840 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.050-SAT.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 /tmp/evaluation-result-3498363-1307953258/watcher-3498363-1307953258 -o /tmp/evaluation-result-3498363-1307953258/solver-3498363-1307953258 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498363-1307953258.cnf -seed 1700814506 -budget 5000

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

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=1700814506

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.73
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.806
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.806
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.806
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.82
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.806
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:     32950928 kB
MemFree:      31373008 kB
Buffers:        172692 kB
Cached:         539644 kB
SwapCached:      22728 kB
Active:        1129000 kB
Inactive:       245960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31373008 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:          203128 kB
Writeback:           0 kB
AnonPages:      660224 kB
Mapped:          15472 kB
Slab:           135852 kB
PageTables:       7616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1165620 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= 73820 MiB
End job on node149 at 2011-06-13 11:25:39