Trace number 3498375

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) 2127.2 2126.65

General information on the benchmark

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

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3498375-1307953356.cnf
0.36/0.67	c INFO: computing task features
31.02/31.38	c INFO: computed variable-clause graph statistics
31.82/32.11	c INFO: computed clause balance statistics
116.73/117.05	c INFO: computed variable balance statistics
177.53/177.89	c INFO: computed small-clause counts
184.94/185.20	c INFO: computed Horn-clause counts
1664.96/1665.23	c INFO: computed variable graph statistics
1664.96/1665.25	c INFO: collected features for HOME/instance-3498375-1307953356.cnf in 1662.87 s
1664.96/1665.27	c INFO: running cryptominisat-2.9.0@0 for 1649 with 3337 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 /var/tmp/evaluation-result-3498375-1307953356/watcher-3498375-1307953356 -o /var/tmp/evaluation-result-3498375-1307953356/solver-3498375-1307953356 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498375-1307953356.cnf -seed 1292154303 -budget 5000 

running on 4 cores: 1,3,5,7

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.95 1.07 0.43 2/184 14589
/proc/meminfo: memFree=4666132/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/14589/stat : 14589 (python) S 14587 14589 14479 0 -1 4202496 728 0 0 0 0 0 0 0 22 0 1 0 985566680 15548416 616 33554432000 4194304 5683644 140735211749104 18446744073709551615 216735176704 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/14589/statm: 3797 617 322 364 0 284 0

[startup+0.0583129 s]
/proc/loadavg: 1.95 1.07 0.43 2/184 14589
/proc/meminfo: memFree=4666132/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=29784 CPUtime=0.02 cores=1,3,5,7
/proc/14589/stat : 14589 (python) S 14587 14589 14479 0 -1 4202496 1414 0 0 0 2 0 0 0 22 0 1 0 985566680 30498816 1256 33554432000 4194304 5683644 140735211749104 18446744073709551615 216735176704 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/14589/statm: 7446 1256 443 364 0 816 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29784

[startup+0.101386 s]
/proc/loadavg: 1.95 1.07 0.43 2/184 14589
/proc/meminfo: memFree=4666132/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=89764 CPUtime=0.05 cores=1,3,5,7
/proc/14589/stat : 14589 (python) S 14587 14589 14479 0 -1 4202496 2673 0 0 0 4 1 0 0 17 0 1 0 985566680 91918336 2387 33554432000 4194304 5683644 140735211749104 18446744073709551615 216735176704 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/14589/statm: 22441 2387 750 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89764

[startup+0.300984 s]
/proc/loadavg: 1.95 1.07 0.43 2/184 14589
/proc/meminfo: memFree=4666132/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/14589/stat : 14589 (python) S 14587 14589 14479 0 -1 4202496 5967 934 1 0 14 5 0 0 17 0 1 0 985566680 139005952 4150 33554432000 4194304 5683644 140735211749104 18446744073709551615 216735174661 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/14589/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.70496 s]
/proc/loadavg: 1.95 1.07 0.43 2/184 14589
/proc/meminfo: memFree=4666132/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=398656 CPUtime=0.43 cores=1,3,5,7
/proc/14589/stat : 14589 (python) R 14587 14589 14479 0 -1 4202496 23593 934 1 0 30 13 0 0 16 0 1 0 985566680 408223744 21269 33554432000 4194304 5683644 140735211749104 18446744073709551615 216735178496 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14589/statm: 99664 21297 1758 364 0 35588 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 398656

[startup+1.50074 s]
/proc/loadavg: 1.95 1.07 0.43 3/185 14594
/proc/meminfo: memFree=4507032/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=449292 CPUtime=1.22 cores=1,3,5,7
/proc/14589/stat : 14589 (python) R 14587 14589 14479 0 -1 4202496 51875 934 1 0 105 17 0 0 17 0 1 0 985566680 460075008 49550 33554432000 4194304 5683644 140735211749104 18446744073709551615 216734839493 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14589/statm: 112323 49551 1761 364 0 48247 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 449292

[startup+3.10046 s]
/proc/loadavg: 1.95 1.07 0.43 3/185 14594
/proc/meminfo: memFree=4433680/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=556788 CPUtime=2.83 cores=1,3,5,7
/proc/14589/stat : 14589 (python) R 14587 14589 14479 0 -1 4202496 78000 934 1 0 262 21 0 0 19 0 1 0 985566680 570150912 75675 33554432000 4194304 5683644 140735211749104 18446744073709551615 216734839493 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14589/statm: 139197 75675 1761 364 0 75121 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 556788

[startup+6.30091 s]
/proc/loadavg: 1.96 1.08 0.44 3/185 14594
/proc/meminfo: memFree=4193340/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=769224 CPUtime=6.02 cores=1,3,5,7
/proc/14589/stat : 14589 (python) R 14587 14589 14479 0 -1 4202496 130220 934 1 0 573 29 0 0 25 0 1 0 985566680 787685376 127895 33554432000 4194304 5683644 140735211749104 18446744073709551615 216734839493 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14589/statm: 192306 127896 1761 364 0 128230 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 769224

[startup+12.7008 s]
/proc/loadavg: 1.96 1.10 0.44 3/185 14594
/proc/meminfo: memFree=3762088/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=1203860 CPUtime=12.43 cores=1,3,5,7
/proc/14589/stat : 14589 (python) R 14587 14589 14479 0 -1 4202496 233468 934 1 0 1199 44 0 0 25 0 1 0 985566680 1232752640 231143 33554432000 4194304 5683644 140735211749104 18446744073709551615 5114052 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14589/statm: 300965 231143 1761 364 0 236889 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1203860

[startup+25.5005 s]
/proc/loadavg: 2.04 1.14 0.47 3/185 14594
/proc/meminfo: memFree=3452096/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=1341232 CPUtime=25.22 cores=1,3,5,7
/proc/14589/stat : 14589 (python) R 14587 14589 14479 0 -1 4202496 961426 934 1 0 2395 127 0 0 25 0 1 0 985566680 1373421568 272682 33554432000 4194304 5683644 140735211749104 18446744073709551615 47405298757500 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14589/statm: 335308 272682 1815 364 0 271232 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 1341232

[startup+51.1011 s]
/proc/loadavg: 2.02 1.22 0.51 3/185 14595
/proc/meminfo: memFree=3627564/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=1292988 CPUtime=50.82 cores=1,3,5,7
/proc/14589/stat : 14589 (python) R 14587 14589 14479 0 -1 4202496 997621 934 1 0 4951 131 0 0 25 0 1 0 985566680 1324019712 260632 33554432000 4194304 5683644 140735211749104 18446744073709551615 4529282 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14589/statm: 323247 260632 1826 364 0 259171 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 1292988

[startup+102.301 s]
/proc/loadavg: 2.01 1.34 0.59 3/185 14596
/proc/meminfo: memFree=3627376/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=1292988 CPUtime=102.02 cores=1,3,5,7
/proc/14589/stat : 14589 (python) R 14587 14589 14479 0 -1 4202496 997621 934 1 0 10071 131 0 0 25 0 1 0 985566680 1324019712 260632 33554432000 4194304 5683644 140735211749104 18446744073709551615 216734839323 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14589/statm: 323247 260632 1826 364 0 259171 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 1292988

[startup+162.301 s]
/proc/loadavg: 2.00 1.46 0.67 3/185 14598
/proc/meminfo: memFree=3625900/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=1292988 CPUtime=162.03 cores=1,3,5,7
/proc/14589/stat : 14589 (python) R 14587 14589 14479 0 -1 4202496 997622 934 1 0 16072 131 0 0 25 0 1 0 985566680 1324019712 260633 33554432000 4194304 5683644 140735211749104 18446744073709551615 4662462 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14589/statm: 323247 260633 1827 364 0 259171 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 1292988

[startup+222.301 s]
/proc/loadavg: 2.00 1.55 0.75 3/185 14600
/proc/meminfo: memFree=3626784/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=1292988 CPUtime=222.03 cores=1,3,5,7
/proc/14589/stat : 14589 (python) R 14587 14589 14479 0 -1 4202496 1492129 934 1 0 22020 183 0 0 25 0 1 0 985566680 1324019712 260639 33554432000 4194304 5683644 140735211749104 18446744073709551615 47405298772108 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14589/statm: 323247 260639 1833 364 0 259171 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 1292988

[startup+282.301 s]
/proc/loadavg: 2.00 1.63 0.83 3/185 14601
/proc/meminfo: memFree=3625944/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=1292988 CPUtime=282.03 cores=1,3,5,7
/proc/14589/stat : 14589 (python) R 14587 14589 14479 0 -1 4202496 1492129 934 1 0 28020 183 0 0 25 0 1 0 985566680 1324019712 260639 33554432000 4194304 5683644 140735211749104 18446744073709551615 47405298772096 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14589/statm: 323247 260639 1833 364 0 259171 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 1292988

[startup+342.301 s]
/proc/loadavg: 2.00 1.70 0.90 3/185 14603
/proc/meminfo: memFree=3612584/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=1292988 CPUtime=342.03 cores=1,3,5,7
/proc/14589/stat : 14589 (python) R 14587 14589 14479 0 -1 4202496 1492129 934 1 0 34020 183 0 0 25 0 1 0 985566680 1324019712 260639 33554432000 4194304 5683644 140735211749104 18446744073709551615 47405298772108 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14589/statm: 323247 260639 1833 364 0 259171 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 1292988

[startup+402.3 s]
/proc/loadavg: 2.00 1.75 0.97 3/186 14605
/proc/meminfo: memFree=3609256/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=1292988 CPUtime=402.03 cores=1,3,5,7
/proc/14589/stat : 14589 (python) R 14587 14589 14479 0 -1 4202496 1492129 934 1 0 40020 183 0 0 25 0 1 0 985566680 1324019712 260639 33554432000 4194304 5683644 140735211749104 18446744073709551615 47405298772108 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14589/statm: 323247 260639 1833 364 0 259171 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 1292988

[startup+462.301 s]
/proc/loadavg: 2.00 1.79 1.03 3/186 14607
/proc/meminfo: memFree=3609096/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=1292988 CPUtime=462.04 cores=1,3,5,7
/proc/14589/stat : 14589 (python) R 14587 14589 14479 0 -1 4202496 1492129 934 1 0 46021 183 0 0 25 0 1 0 985566680 1324019712 260639 33554432000 4194304 5683644 140735211749104 18446744073709551615 47405298772108 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14589/statm: 323247 260639 1833 364 0 259171 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 1292988

[startup+522.3 s]
/proc/loadavg: 2.00 1.83 1.09 3/189 14612
/proc/meminfo: memFree=3597400/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=1292988 CPUtime=522.03 cores=1,3,5,7
/proc/14589/stat : 14589 (python) R 14587 14589 14479 0 -1 4202496 1492129 934 1 0 52020 183 0 0 25 0 1 0 985566680 1324019712 260639 33554432000 4194304 5683644 140735211749104 18446744073709551615 47405298772096 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14589/statm: 323247 260639 1833 364 0 259171 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 1292988

[startup+582.306 s]
/proc/loadavg: 2.07 1.87 1.14 3/190 14614
/proc/meminfo: memFree=3590184/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=1292988 CPUtime=582.04 cores=1,3,5,7
/proc/14589/stat : 14589 (python) R 14587 14589 14479 0 -1 4202496 1492129 934 1 0 58021 183 0 0 25 0 1 0 985566680 1324019712 260639 33554432000 4194304 5683644 140735211749104 18446744073709551615 47405298772108 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14589/statm: 323247 260639 1833 364 0 259171 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 1292988

[startup+642.3 s]

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

Current children cumulated CPU time (s) 1602.06
Current children cumulated vsize (KiB) 1292988

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.71 3/201 14657
/proc/meminfo: memFree=3525572/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=1292988 CPUtime=1662.06 cores=1,3,5,7
/proc/14589/stat : 14589 (python) R 14587 14589 14479 0 -1 4202496 1492129 934 1 0 166023 183 0 0 25 0 1 0 985566680 1324019712 260639 33554432000 4194304 5683644 140735211749104 18446744073709551615 47405298772108 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14589/statm: 323247 260639 1833 364 0 259171 0
Current children cumulated CPU time (s) 1662.06
Current children cumulated vsize (KiB) 1292988

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.72 3/204 14662
/proc/meminfo: memFree=2917276/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=864284 CPUtime=1665.04 cores=1,3,5,7
/proc/14589/stat : 14589 (python) S 14587 14589 14479 0 -1 4202496 1492501 934 1 0 166318 186 0 0 20 0 2 0 985566680 885026816 150942 33554432000 4194304 5683644 140735211749104 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14589/statm: 216071 150942 1875 364 0 151989 0
[pid=14658] ppid=14589 vsize=854040 CPUtime=0.08 cores=1,3,5,7
/proc/14658/stat : 14658 (python) S 14589 14589 14479 0 -1 4202560 1018 0 0 0 3 5 0 0 16 0 1 0 985733207 874536960 149444 33554432000 4194304 5683644 140735211749104 18446744073709551615 216735198735 0 0 16781312 514 7274703180900827400 0 0 17 3 0 0 0
/proc/14658/statm: 213510 149444 381 364 0 149428 0
[pid=14660] ppid=14658 vsize=1442376 CPUtime=56.99 cores=1,3,5,7
/proc/14660/stat : 14660 (cryptominisat-2) R 14658 14660 14660 0 -1 4202496 305042 0 0 0 5660 39 0 0 25 0 1 0 985733208 1476993024 261210 33554432000 4194304 4677096 140737227093264 18446744073709551615 4336177 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14660/statm: 360594 261210 387 118 0 355553 0
[pid=14589/tid=14659] ppid=14587 vsize=864284 CPUtime=0 cores=1,3,5,7
/proc/14589/task/14659/stat : 14659 (python) S 14587 14589 14479 0 -1 4202560 101 934 0 0 0 0 0 0 20 0 2 0 985733208 885026816 150942 33554432000 4194304 5683644 140735211749104 18446744073709551615 216747002289 0 0 16781312 2 18446604461628770496 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1722.11
Current children cumulated vsize (KiB) 3160700

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.74 3/204 14663
/proc/meminfo: memFree=2844196/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=864284 CPUtime=1665.04 cores=1,3,5,7
/proc/14589/stat : 14589 (python) S 14587 14589 14479 0 -1 4202496 1492501 934 1 0 166318 186 0 0 20 0 2 0 985566680 885026816 150942 33554432000 4194304 5683644 140735211749104 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14589/statm: 216071 150942 1875 364 0 151989 0
[pid=14658] ppid=14589 vsize=854040 CPUtime=0.15 cores=1,3,5,7
/proc/14658/stat : 14658 (python) S 14589 14589 14479 0 -1 4202560 1044 0 0 0 7 8 0 0 15 0 1 0 985733207 874536960 149444 33554432000 4194304 5683644 140735211749104 18446744073709551615 216735198735 0 0 16781312 514 7274703180900827400 0 0 17 3 0 0 0
/proc/14658/statm: 213510 149444 381 364 0 149428 0
[pid=14660] ppid=14658 vsize=1511900 CPUtime=117 cores=1,3,5,7
/proc/14660/stat : 14660 (cryptominisat-2) R 14658 14660 14660 0 -1 4202496 336682 0 0 0 11656 44 0 0 25 0 1 0 985733208 1548185600 279189 33554432000 4194304 4677096 140737227093264 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14660/statm: 377975 279189 387 118 0 372934 0
[pid=14589/tid=14659] ppid=14587 vsize=864284 CPUtime=0 cores=1,3,5,7
/proc/14589/task/14659/stat : 14659 (python) S 14587 14589 14479 0 -1 4202560 101 934 0 0 0 0 0 0 20 0 2 0 985733208 885026816 150942 33554432000 4194304 5683644 140735211749104 18446744073709551615 216747002289 0 0 16781312 2 18446604461628770496 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1782.19
Current children cumulated vsize (KiB) 3230224

[startup+1842.3 s]
/proc/loadavg: 2.00 1.99 1.75 3/205 14666
/proc/meminfo: memFree=2633964/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=864284 CPUtime=1665.04 cores=1,3,5,7
/proc/14589/stat : 14589 (python) S 14587 14589 14479 0 -1 4202496 1492501 934 1 0 166318 186 0 0 20 0 2 0 985566680 885026816 150942 33554432000 4194304 5683644 140735211749104 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14589/statm: 216071 150942 1875 364 0 151989 0
[pid=14658] ppid=14589 vsize=854040 CPUtime=0.24 cores=1,3,5,7
/proc/14658/stat : 14658 (python) S 14589 14589 14479 0 -1 4202560 1318 0 0 0 11 13 0 0 15 0 1 0 985733207 874536960 149445 33554432000 4194304 5683644 140735211749104 18446744073709551615 216735198735 0 0 16781312 514 4512074667292328200 0 0 17 3 0 0 0
/proc/14658/statm: 213510 149445 382 364 0 149428 0
[pid=14660] ppid=14658 vsize=1847908 CPUtime=176.99 cores=1,3,5,7
/proc/14660/stat : 14660 (cryptominisat-2) R 14658 14660 14660 0 -1 4202496 576169 0 0 0 17626 73 0 0 19 0 1 0 985733208 1892257792 367946 33554432000 4194304 4677096 140737227093264 18446744073709551615 216735221895 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14660/statm: 461977 367434 390 118 0 456936 0
[pid=14589/tid=14659] ppid=14587 vsize=864284 CPUtime=0 cores=1,3,5,7
/proc/14589/task/14659/stat : 14659 (python) S 14587 14589 14479 0 -1 4202560 101 934 0 0 0 0 0 0 20 0 2 0 985733208 885026816 150942 33554432000 4194304 5683644 140735211749104 18446744073709551615 216747002289 0 0 16781312 2 18446604461628770496 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1842.27
Current children cumulated vsize (KiB) 3566232

[startup+1902.31 s]
/proc/loadavg: 2.00 1.99 1.76 3/205 14667
/proc/meminfo: memFree=295260/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=864284 CPUtime=1665.04 cores=1,3,5,7
/proc/14589/stat : 14589 (python) S 14587 14589 14479 0 -1 4202496 1492501 934 1 0 166318 186 0 0 20 0 2 0 985566680 885026816 150942 33554432000 4194304 5683644 140735211749104 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14589/statm: 216071 150942 1875 364 0 151989 0
[pid=14658] ppid=14589 vsize=854040 CPUtime=0.37 cores=1,3,5,7
/proc/14658/stat : 14658 (python) S 14589 14589 14479 0 -1 4202560 1355 0 0 0 20 17 0 0 15 0 1 0 985733207 874536960 149445 33554432000 4194304 5683644 140735211749104 18446744073709551615 216735198735 0 0 16781312 514 4512074667292328200 0 0 17 3 0 0 0
/proc/14658/statm: 213510 149445 382 364 0 149428 0
[pid=14660] ppid=14658 vsize=4275448 CPUtime=237 cores=1,3,5,7
/proc/14660/stat : 14660 (cryptominisat-2) R 14658 14660 14660 0 -1 4202496 6185059 0 0 0 22827 873 0 0 25 0 1 0 985733208 4378058752 992058 33554432000 4194304 4677096 140737227093264 18446744073709551615 4365684 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14660/statm: 1068862 992058 390 118 0 1063821 0
[pid=14589/tid=14659] ppid=14587 vsize=864284 CPUtime=0 cores=1,3,5,7
/proc/14589/task/14659/stat : 14659 (python) S 14587 14589 14479 0 -1 4202560 101 934 0 0 0 0 0 0 20 0 2 0 985733208 885026816 150942 33554432000 4194304 5683644 140735211749104 18446744073709551615 216747002289 0 0 16781312 2 18446604461628770496 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1902.41
Current children cumulated vsize (KiB) 5993772

[startup+1962.3 s]
/proc/loadavg: 2.03 2.00 1.78 3/205 14669
/proc/meminfo: memFree=137040/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=864284 CPUtime=1665.04 cores=1,3,5,7
/proc/14589/stat : 14589 (python) S 14587 14589 14479 0 -1 4202496 1492501 934 1 0 166318 186 0 0 20 0 2 0 985566680 885026816 150942 33554432000 4194304 5683644 140735211749104 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14589/statm: 216071 150942 1875 364 0 151989 0
[pid=14658] ppid=14589 vsize=854040 CPUtime=0.5 cores=1,3,5,7
/proc/14658/stat : 14658 (python) S 14589 14589 14479 0 -1 4202560 1378 0 0 0 27 23 0 0 15 0 1 0 985733207 874536960 149445 33554432000 4194304 5683644 140735211749104 18446744073709551615 216735198735 0 0 16781312 514 4512074667292328200 0 0 17 3 0 0 0
/proc/14658/statm: 213510 149445 382 364 0 149428 0
[pid=14660] ppid=14658 vsize=7075208 CPUtime=297 cores=1,3,5,7
/proc/14660/stat : 14660 (cryptominisat-2) R 14658 14660 14660 0 -1 4202496 11900218 0 0 0 28020 1680 0 0 25 0 1 0 985733208 7245012992 1673913 33554432000 4194304 4677096 140737227093264 18446744073709551615 4333627 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14660/statm: 1768802 1673923 390 118 0 1763761 0
[pid=14589/tid=14659] ppid=14587 vsize=864284 CPUtime=0 cores=1,3,5,7
/proc/14589/task/14659/stat : 14659 (python) S 14587 14589 14479 0 -1 4202560 101 934 0 0 0 0 0 0 20 0 2 0 985733208 885026816 150942 33554432000 4194304 5683644 140735211749104 18446744073709551615 216747002289 0 0 16781312 2 18446604461628770496 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1962.54
Current children cumulated vsize (KiB) 8793532

[startup+2022.3 s]
/proc/loadavg: 2.01 2.00 1.79 3/205 14671
/proc/meminfo: memFree=266892/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=864284 CPUtime=1665.04 cores=1,3,5,7
/proc/14589/stat : 14589 (python) S 14587 14589 14479 0 -1 4202496 1492501 934 1 0 166318 186 0 0 20 0 2 0 985566680 885026816 150942 33554432000 4194304 5683644 140735211749104 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14589/statm: 216071 150942 1875 364 0 151989 0
[pid=14658] ppid=14589 vsize=854040 CPUtime=0.62 cores=1,3,5,7
/proc/14658/stat : 14658 (python) S 14589 14589 14479 0 -1 4202560 1400 0 0 0 33 29 0 0 15 0 1 0 985733207 874536960 149445 33554432000 4194304 5683644 140735211749104 18446744073709551615 216735198735 0 0 16781312 514 4512074667292328200 0 0 17 3 0 0 0
/proc/14658/statm: 213510 149445 382 364 0 149428 0
[pid=14660] ppid=14658 vsize=9509680 CPUtime=356.99 cores=1,3,5,7
/proc/14660/stat : 14660 (cryptominisat-2) R 14658 14660 14660 0 -1 4202496 17635465 0 0 0 33210 2489 0 0 25 0 1 0 985733208 9737912320 2296253 33554432000 4194304 4677096 140737227093264 18446744073709551615 4365684 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14660/statm: 2377420 2296254 390 118 0 2372379 0
[pid=14589/tid=14659] ppid=14587 vsize=864284 CPUtime=0 cores=1,3,5,7
/proc/14589/task/14659/stat : 14659 (python) S 14587 14589 14479 0 -1 4202560 101 934 0 0 0 0 0 0 20 0 2 0 985733208 885026816 150942 33554432000 4194304 5683644 140735211749104 18446744073709551615 216747002289 0 0 16781312 2 18446604461628770496 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2022.65
Current children cumulated vsize (KiB) 11228004

[startup+2082.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/205 14672
/proc/meminfo: memFree=207192/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=864284 CPUtime=1665.04 cores=1,3,5,7
/proc/14589/stat : 14589 (python) S 14587 14589 14479 0 -1 4202496 1492501 934 1 0 166318 186 0 0 20 0 2 0 985566680 885026816 150942 33554432000 4194304 5683644 140735211749104 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14589/statm: 216071 150942 1875 364 0 151989 0
[pid=14658] ppid=14589 vsize=854040 CPUtime=0.75 cores=1,3,5,7
/proc/14658/stat : 14658 (python) S 14589 14589 14479 0 -1 4202560 1423 0 0 0 42 33 0 0 15 0 1 0 985733207 874536960 149445 33554432000 4194304 5683644 140735211749104 18446744073709551615 216735198735 0 0 16781312 514 4512074667292328200 0 0 17 3 0 0 0
/proc/14658/statm: 213510 149445 382 364 0 149428 0
[pid=14660] ppid=14658 vsize=12055868 CPUtime=417 cores=1,3,5,7
/proc/14660/stat : 14660 (cryptominisat-2) R 14658 14660 14660 0 -1 4202496 23514557 0 0 0 38378 3322 0 0 25 0 1 0 985733208 12345208832 2932584 33554432000 4194304 4677096 140737227093264 18446744073709551615 4365684 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14660/statm: 3013967 2932588 390 118 0 3008926 0
[pid=14589/tid=14659] ppid=14587 vsize=864284 CPUtime=0 cores=1,3,5,7
/proc/14589/task/14659/stat : 14659 (python) S 14587 14589 14479 0 -1 4202560 101 934 0 0 0 0 0 0 20 0 2 0 985733208 885026816 150942 33554432000 4194304 5683644 140735211749104 18446744073709551615 216747002289 0 0 16781312 2 18446604461628770496 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2082.79
Current children cumulated vsize (KiB) 13774192



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+2126.6 s]
/proc/loadavg: 2.00 2.00 1.81 3/205 14673
/proc/meminfo: memFree=121980/32951124 swapFree=67054712/67111528
[pid=14589] ppid=14587 vsize=864284 CPUtime=1665.04 cores=1,3,5,7
/proc/14589/stat : 14589 (python) S 14587 14589 14479 0 -1 4202496 1492501 934 1 0 166318 186 0 0 20 0 2 0 985566680 885026816 150942 33554432000 4194304 5683644 140735211749104 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/14589/statm: 216071 150942 1875 364 0 151989 0
[pid=14658] ppid=14589 vsize=854040 CPUtime=0.84 cores=1,3,5,7
/proc/14658/stat : 14658 (python) S 14589 14589 14479 0 -1 4202560 1442 0 0 0 49 35 0 0 15 0 1 0 985733207 874536960 149445 33554432000 4194304 5683644 140735211749104 18446744073709551615 216735198735 0 0 16781312 514 4512074667292328200 0 0 17 3 0 0 0
/proc/14658/statm: 213510 149445 382 364 0 149428 0
[pid=14660] ppid=14658 vsize=14213048 CPUtime=461.32 cores=1,3,5,7
/proc/14660/stat : 14660 (cryptominisat-2) R 14658 14660 14660 0 -1 4202496 27092244 0 0 0 42309 3823 0 0 25 0 1 0 985733208 14554161152 3447709 33554432000 4194304 4677096 140737227093264 18446744073709551615 4395229 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14660/statm: 3553262 3447718 390 118 0 3548221 0
[pid=14589/tid=14659] ppid=14587 vsize=864284 CPUtime=0 cores=1,3,5,7
/proc/14589/task/14659/stat : 14659 (python) S 14587 14589 14479 0 -1 4202560 101 934 0 0 0 0 0 0 20 0 2 0 985733208 885026816 150942 33554432000 4194304 5683644 140735211749104 18446744073709551615 216747002289 0 0 16781312 2 18446604461628770496 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2127.2
Current children cumulated vsize (KiB) 15931372

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 14589 and gives
#  childrusage.ru_utime.tv_sec=1663
#  childrusage.ru_utime.tv_usec=187157
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=895711
# CPU time returned by wait4() is 1665.08
# while last known CPU time is 2127.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 2126.65
CPU time (s): 2127.2
CPU user time (s): 2086.76
CPU system time (s): 40.44
CPU usage (%): 100.026
Max. virtual memory (cumulated for all children) (KiB): 15931372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1663.19
system time used= 1.89571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1493435
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= 2853
involuntary context switches= 4240

runsolver used 3.19451 second user time and 6.94894 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-13 10:22:40
IDJOB=3498375
IDBENCH=82413
IDSOLVER=1991
FILE ID=node119/3498375-1307953356
RUNJOBID= node119-1307953121-14498
PBS_JOBID= 13559709
Free space on /var/tmp= 2732 MiB

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

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

MD5SUM BENCH= c6d3480970bb2819448dd0a800a3cf1c
RANDOM SEED=1292154303

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       4666784 kB
Buffers:        102680 kB
Cached:       27138776 kB
SwapCached:      11032 kB
Active:       12130524 kB
Inactive:     15275504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4666784 kB
SwapTotal:    67111528 kB
SwapFree:     67054712 kB
Dirty:          152712 kB
Writeback:           0 kB
AnonPages:      161892 kB
Mapped:          19196 kB
Slab:           811768 kB
PageTables:       6808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   469312 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= 2700 MiB
End job on node119 at 2011-06-13 10:58:09