Trace number 3380778

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-industrial (fixed)? (MO) 3938.1 2288.32

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.07/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.07/0.67	c INFO: solving HOME/instance-3380778-1305491970.cnf
0.07/0.67	c INFO: computing task features
38.53/38.80	c INFO: computed variable-clause graph statistics
39.34/39.68	c INFO: computed clause balance statistics
144.94/145.29	c INFO: computed variable balance statistics
218.94/219.23	c INFO: computed small-clause counts
228.65/228.95	c INFO: computed Horn-clause counts
2051.30/2051.60	c INFO: computed variable graph statistics
2051.40/2051.62	c INFO: collected features for HOME/instance-3380778-1305491970.cnf in 2048.87 s
2051.40/2051.64	c INFO: running cryptominisat-2.9.0@0 for 1455 with 2949 remaining (b = 0.72)
2051.40/2051.67	c INFO: running cryptominisat-2.9.0@0 for 1455 with 2949 remaining (b = 0.62)
2051.40/2051.70	c INFO: running lingeling-276@0 for 388 with 2948 remaining (b = 0.30)
2051.51/2051.73	c INFO: running cryptominisat-2.9.0@0 for 1261 with 2948 remaining (b = 0.42)
2051.51/2051.76	c INFO: running lingeling-276@0 for 1358 with 2948 remaining (b = 0.43)
2051.51/2051.78	c INFO: running glucose@0 for 194 with 2948 remaining (b = 0.09)
2051.59/2051.81	c INFO: running precosat-570@0 for 776 with 2948 remaining (b = 0.20)
2051.59/2051.84	c INFO: running lingeling-276@0 for 97 with 2948 remaining (b = 0.07)
2853.73/2152.20	c INFO: running cryptominisat-2.9.0@0 for 1940 with 2848 remaining (b = 0.45)
3620.55/2248.31	c INFO: running precosat-570@0 for 2752 with 2752 remaining (b = 0.46)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3380778-1305491970/watcher-3380778-1305491970 -o /tmp/evaluation-result-3380778-1305491970/solver-3380778-1305491970 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380778-1305491970.cnf -seed 1128126563 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 5.63 2.97 4.27 2/323 30075
/proc/meminfo: memFree=19703400/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=15776 CPUtime=0 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 887 0 0 0 0 0 0 0 20 0 1 0 660795278 16154624 770 33554432000 4194304 5683644 140737279428624 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30075/statm: 3944 770 343 364 0 431 0

[startup+0.110393 s]
/proc/loadavg: 5.63 2.97 4.27 2/323 30075
/proc/meminfo: memFree=19703400/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=96952 CPUtime=0.07 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 2816 0 0 0 5 2 0 0 20 0 1 0 660795278 99278848 2521 33554432000 4194304 5683644 140737279428624 18446744073709551615 5116961 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30075/statm: 24238 2521 790 364 0 1686 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 96952

[startup+1.42214 s]
/proc/loadavg: 5.63 2.97 4.27 2/323 30075
/proc/meminfo: memFree=19703400/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=459320 CPUtime=1.16 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 54063 936 1 0 98 18 0 0 17 0 1 0 660795278 470343680 51743 33554432000 4194304 5683644 140737279428624 18446744073709551615 4602358 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30075/statm: 114830 51745 1761 364 0 50754 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 459320

[startup+1.50113 s]
/proc/loadavg: 5.63 2.97 4.27 2/323 30075
/proc/meminfo: memFree=19703400/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=463260 CPUtime=1.23 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 55439 936 1 0 105 18 0 0 17 0 1 0 660795278 474378240 53119 33554432000 4194304 5683644 140737279428624 18446744073709551615 271550198469 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30075/statm: 115815 53119 1761 364 0 51739 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 463260

[startup+1.60111 s]
/proc/loadavg: 5.63 2.97 4.27 2/323 30075
/proc/meminfo: memFree=19703400/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=471648 CPUtime=1.33 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 57016 936 1 0 115 18 0 0 17 0 1 0 660795278 482967552 54696 33554432000 4194304 5683644 140737279428624 18446744073709551615 4602336 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30075/statm: 117912 54697 1761 364 0 53836 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 471648

[startup+1.70109 s]
/proc/loadavg: 5.63 2.97 4.27 2/323 30075
/proc/meminfo: memFree=19703400/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=476612 CPUtime=1.44 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 58747 936 1 0 125 19 0 0 17 0 1 0 660795278 488050688 56427 33554432000 4194304 5683644 140737279428624 18446744073709551615 271550198469 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30075/statm: 119153 56427 1761 364 0 55077 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 476612

[startup+3.10084 s]
/proc/loadavg: 5.63 2.97 4.27 2/324 30080
/proc/meminfo: memFree=19442492/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=573292 CPUtime=2.84 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 82048 936 1 0 262 22 0 0 19 0 1 0 660795278 587051008 79728 33554432000 4194304 5683644 140737279428624 18446744073709551615 271550198469 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30075/statm: 143323 79728 1761 364 0 79247 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 573292

[startup+6.30027 s]
/proc/loadavg: 5.34 2.95 4.26 2/324 30080
/proc/meminfo: memFree=19226988/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=785304 CPUtime=6.04 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 134610 936 1 0 575 29 0 0 25 0 1 0 660795278 804151296 132290 33554432000 4194304 5683644 140737279428624 18446744073709551615 4571230 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/30075/statm: 196326 132290 1761 364 0 132250 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 785304

[startup+12.7011 s]
/proc/loadavg: 4.99 2.92 4.24 2/324 30080
/proc/meminfo: memFree=18828600/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=1172596 CPUtime=12.44 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 230459 936 1 0 1199 45 0 0 25 0 1 0 660795278 1200738304 228139 33554432000 4194304 5683644 140737279428624 18446744073709551615 4603052 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/30075/statm: 293149 228140 1761 364 0 229073 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1172596

[startup+25.5108 s]
/proc/loadavg: 4.11 2.83 4.19 2/324 30080
/proc/meminfo: memFree=18378252/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=1648380 CPUtime=25.25 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 811763 936 1 0 2410 115 0 0 25 0 1 0 660795278 1687941120 347032 33554432000 4194304 5683644 140737279428624 18446744073709551615 271550235093 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/30075/statm: 412095 347054 1814 364 0 348019 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 1648380

[startup+51.1001 s]
/proc/loadavg: 3.10 2.69 4.11 2/324 30081
/proc/meminfo: memFree=18568304/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=1393684 CPUtime=50.83 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 1147350 936 1 0 4928 155 0 0 25 0 1 0 660795278 1427132416 285806 33554432000 4194304 5683644 140737279428624 18446744073709551615 4509116 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/30075/statm: 348421 285806 1826 364 0 284345 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 1393684

[startup+102.301 s]
/proc/loadavg: 1.98 2.45 3.95 2/324 30082
/proc/meminfo: memFree=18568796/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=1393684 CPUtime=102.03 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 1147350 936 1 0 10048 155 0 0 25 0 1 0 660795278 1427132416 285806 33554432000 4194304 5683644 140737279428624 18446744073709551615 47988761351934 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/30075/statm: 348421 285806 1826 364 0 284345 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 1393684

[startup+162.301 s]
/proc/loadavg: 1.36 2.18 3.76 2/324 30084
/proc/meminfo: memFree=18568280/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=1393684 CPUtime=162.05 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 1147351 936 1 0 16049 156 0 0 25 0 1 0 660795278 1427132416 285807 33554432000 4194304 5683644 140737279428624 18446744073709551615 4643410 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/30075/statm: 348421 285807 1827 364 0 284345 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 1393684

[startup+222.301 s]
/proc/loadavg: 1.13 1.96 3.59 2/324 30086
/proc/meminfo: memFree=18456784/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=1552408 CPUtime=222.06 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 1360953 936 1 0 22027 179 0 0 25 0 1 0 660795278 1589665792 314231 33554432000 4194304 5683644 140737279428624 18446744073709551615 47988758996602 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/30075/statm: 388102 314232 1829 364 0 324026 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 1552408

[startup+282.3 s]
/proc/loadavg: 1.05 1.78 3.42 2/324 30087
/proc/meminfo: memFree=18569096/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=1393684 CPUtime=282.05 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 1742572 936 1 0 27982 223 0 0 25 0 1 0 660795278 1427132416 285813 33554432000 4194304 5683644 140737279428624 18446744073709551615 47988758583436 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/30075/statm: 348421 285813 1833 364 0 284345 0
Current children cumulated CPU time (s) 282.05
Current children cumulated vsize (KiB) 1393684

[startup+342.311 s]
/proc/loadavg: 1.02 1.64 3.27 2/324 30089
/proc/meminfo: memFree=18569204/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=1393684 CPUtime=342.06 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 1742572 936 1 0 33983 223 0 0 25 0 1 0 660795278 1427132416 285813 33554432000 4194304 5683644 140737279428624 18446744073709551615 47988758583424 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30075/statm: 348421 285813 1833 364 0 284345 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 1393684

[startup+402.3 s]
/proc/loadavg: 1.00 1.52 3.12 2/324 30090
/proc/meminfo: memFree=18569180/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=1393684 CPUtime=402.05 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 1742572 936 1 0 39982 223 0 0 25 0 1 0 660795278 1427132416 285813 33554432000 4194304 5683644 140737279428624 18446744073709551615 47988758583424 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30075/statm: 348421 285813 1833 364 0 284345 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 1393684

[startup+462.3 s]
/proc/loadavg: 1.00 1.42 2.99 2/324 30092
/proc/meminfo: memFree=18569280/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=1393684 CPUtime=462.05 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 1742572 936 1 0 45982 223 0 0 25 0 1 0 660795278 1427132416 285813 33554432000 4194304 5683644 140737279428624 18446744073709551615 47988758583436 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30075/statm: 348421 285813 1833 364 0 284345 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 1393684

[startup+522.301 s]
/proc/loadavg: 1.00 1.34 2.86 2/324 30094
/proc/meminfo: memFree=18569504/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=1393684 CPUtime=522.05 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 1742572 936 1 0 51982 223 0 0 25 0 1 0 660795278 1427132416 285813 33554432000 4194304 5683644 140737279428624 18446744073709551615 47988758583436 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30075/statm: 348421 285813 1833 364 0 284345 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 1393684

[startup+582.301 s]
/proc/loadavg: 1.00 1.28 2.74 2/324 30095
/proc/meminfo: memFree=18569608/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=1393684 CPUtime=582.05 cores=0-7
/proc/30075/stat : 30075 (python) R 30073 30075 29444 0 -1 4202496 1742572 936 1 0 57982 223 0 0 25 0 1 0 660795278 1427132416 285813 33554432000 4194304 5683644 140737279428624 18446744073709551615 47988758583424 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30075/statm: 348421 285813 1833 364 0 284345 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 1393684

[startup+642.301 s]

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

[pid=30075/tid=30154] ppid=30073 vsize=1079492 CPUtime=0 cores=0-7
/proc/30075/task/30154/stat : 30154 (python) S 30073 30075 29444 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 11 0 661000450 1105399808 165456 33554432000 4194304 5683644 140737279428624 18446744073709551615 271562361265 0 0 16781312 2 18446604448915484928 0 0 -1 0 0 0 0
[pid=30075/tid=30157] ppid=30073 vsize=1079492 CPUtime=0 cores=0-7
/proc/30075/task/30157/stat : 30157 (python) S 30073 30075 29444 0 -1 4202560 19 936 0 0 0 0 0 0 22 0 11 0 661000453 1105399808 165456 33554432000 4194304 5683644 140737279428624 18446744073709551615 271562361265 0 0 16781312 2 18446604448915484928 0 0 -1 4 0 0 0
[pid=30075/tid=30160] ppid=30073 vsize=1079492 CPUtime=0 cores=0-7
/proc/30075/task/30160/stat : 30160 (python) S 30073 30075 29444 0 -1 4202560 23 936 0 0 0 0 0 0 18 0 11 0 661000455 1105399808 165456 33554432000 4194304 5683644 140737279428624 18446744073709551615 271562361265 0 0 16781312 2 18446604448915484928 0 0 -1 6 0 0 0
[pid=30075/tid=30163] ppid=30073 vsize=1079492 CPUtime=0 cores=0-7
/proc/30075/task/30163/stat : 30163 (python) S 30073 30075 29444 0 -1 4202560 23 936 0 0 0 0 0 0 21 0 11 0 661000458 1105399808 165456 33554432000 4194304 5683644 140737279428624 18446744073709551615 271562361265 0 0 16781312 2 18446604448915484928 0 0 -1 1 0 0 0
[pid=30075/tid=30166] ppid=30073 vsize=1079492 CPUtime=0 cores=0-7
/proc/30075/task/30166/stat : 30166 (python) S 30073 30075 29444 0 -1 4202560 41 936 0 0 0 0 0 0 19 0 11 0 661000461 1105399808 165456 33554432000 4194304 5683644 140737279428624 18446744073709551615 271562361265 0 0 16781312 2 18446604448915484928 0 0 -1 6 0 0 0
[pid=30075/tid=30168] ppid=30073 vsize=1079492 CPUtime=0 cores=0-7
/proc/30075/task/30168/stat : 30168 (python) S 30073 30075 29444 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 11 0 661000464 1105399808 165456 33554432000 4194304 5683644 140737279428624 18446744073709551615 271562361265 0 0 16781312 2 18446604448915484928 0 0 -1 6 0 0 0
[pid=30075/tid=30176] ppid=30073 vsize=1079492 CPUtime=0 cores=0-7
/proc/30075/task/30176/stat : 30176 (python) S 30073 30075 29444 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 11 0 661010500 1105399808 165456 33554432000 4194304 5683644 140737279428624 18446744073709551615 271562361265 0 0 16781312 2 18446604448915484928 0 0 -1 1 0 0 0
[pid=30075/tid=30183] ppid=30073 vsize=1079492 CPUtime=0 cores=0-7
/proc/30075/task/30183/stat : 30183 (python) S 30073 30075 29444 0 -1 4202560 62 936 0 0 0 0 0 0 20 0 11 0 661020110 1105399808 165456 33554432000 4194304 5683644 140737279428624 18446744073709551615 271562361265 0 0 16781312 2 18446604448915484928 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3938.06
Current children cumulated vsize (KiB) 31790628

[startup+2288.29 s]
/proc/loadavg: 8.20 4.94 2.88 9/356 30185
/proc/meminfo: memFree=114520/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=0 CPUtime=2051.81 cores=0-7
/proc/30075/stat : 30075 (python) Z 30073 30075 29444 0 -1 4203548 1749775 936 1 0 204930 251 0 0 18 0 2 0 660795278 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30075/statm: 0 0 0 0 0 0 0
[pid=30147] ppid=30075 vsize=0 CPUtime=0.82 cores=0-7
/proc/30147/stat : 30147 (python) Z 30075 30075 29444 0 -1 4203612 1287 0 0 0 44 38 0 0 15 0 1 0 661000442 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30147/statm: 0 0 0 0 0 0 0
[pid=30149] ppid=1 vsize=0 CPUtime=236.11 cores=0-7
/proc/30149/stat : 30149 (cryptominisat-2) R 1 30149 30149 0 -1 4203524 5379707 0 0 0 22837 774 0 0 25 0 1 0 661000444 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30149/statm: 0 0 0 0 0 0 0
[pid=30150] ppid=30075 vsize=0 CPUtime=0.71 cores=0-7
/proc/30150/stat : 30150 (python) Z 30075 30075 29444 0 -1 4203612 1186 0 0 0 38 33 0 0 15 0 1 0 661000445 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/30150/statm: 0 0 0 0 0 0 0
[pid=30152] ppid=1 vsize=0 CPUtime=236.58 cores=0-7
/proc/30152/stat : 30152 (cryptominisat-2) R 1 30152 30152 0 -1 4203524 7000155 0 0 0 22665 993 0 0 25 0 1 0 661000447 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30152/statm: 0 0 0 0 0 0 0
[pid=30153] ppid=30075 vsize=0 CPUtime=0.6 cores=0-7
/proc/30153/stat : 30153 (python) Z 30075 30075 29444 0 -1 4203612 1005 0 0 0 30 30 0 0 18 0 1 0 661000448 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30153/statm: 0 0 0 0 0 0 0
[pid=30156] ppid=30075 vsize=0 CPUtime=0.72 cores=0-7
/proc/30156/stat : 30156 (python) Z 30075 30075 29444 0 -1 4203612 1213 0 0 0 37 35 0 0 15 0 1 0 661000451 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30156/statm: 0 0 0 0 0 0 0
[pid=30158] ppid=1 vsize=0 CPUtime=236.19 cores=0-7
/proc/30158/stat : 30158 (cryptominisat-2) R 1 30158 30158 0 -1 4203524 6661335 0 0 0 22753 866 0 0 25 0 1 0 661000453 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30158/statm: 0 0 0 0 0 0 0
[pid=30159] ppid=30075 vsize=0 CPUtime=0.64 cores=0-7
/proc/30159/stat : 30159 (python) Z 30075 30075 29444 0 -1 4203612 1002 0 0 0 29 35 0 0 15 0 1 0 661000454 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30159/statm: 0 0 0 0 0 0 0
[pid=30162] ppid=30075 vsize=0 CPUtime=0.52 cores=0-7
/proc/30162/stat : 30162 (python) Z 30075 30075 29444 0 -1 4203612 1144 0 0 0 25 27 0 0 18 0 1 0 661000457 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/30162/statm: 0 0 0 0 0 0 0
[pid=30164] ppid=1 vsize=659912 CPUtime=195.93 cores=0-7
/proc/30164/stat : 30164 (glucose_static) T 1 30164 30164 0 -1 4202496 154625 0 0 0 19565 28 0 0 25 0 1 0 661000458 675749888 154293 33554432000 134512640 135217611 4292350048 18446744073709551615 134528138 0 0 16781312 8388611 18446744071562691360 0 0 17 2 0 0 0
/proc/30164/statm: 164978 154293 78 173 0 164803 0
[pid=30165] ppid=30075 vsize=0 CPUtime=0.62 cores=0-7
/proc/30165/stat : 30165 (python) Z 30075 30075 29444 0 -1 4203612 996 0 0 0 30 32 0 0 15 0 1 0 661000460 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30165/statm: 0 0 0 0 0 0 0
[pid=30169] ppid=1 vsize=0 CPUtime=235.7 cores=0-7
/proc/30169/stat : 30169 (precosat) R 1 30169 30169 0 -1 4203524 515416 0 0 0 23488 82 0 0 25 0 1 0 661000464 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/30169/statm: 0 0 0 0 0 0 0
[pid=30167] ppid=30075 vsize=0 CPUtime=0.27 cores=0-7
/proc/30167/stat : 30167 (python) Z 30075 30075 29444 0 -1 4203612 1174 0 0 0 13 14 0 0 18 0 1 0 661000463 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30167/statm: 0 0 0 0 0 0 0
[pid=30170] ppid=1 vsize=302536 CPUtime=99.78 cores=0-7
/proc/30170/stat : 30170 (lingeling) T 1 30170 30170 0 -1 4202496 188797 0 0 0 9946 32 0 0 25 0 1 0 661000465 309796864 74804 33554432000 4194304 4352236 140737067637280 18446744073709551615 4278813 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30170/statm: 75634 74804 129 39 0 74714 0
[pid=30175] ppid=30075 vsize=0 CPUtime=0.37 cores=0-7
/proc/30175/stat : 30175 (python) Z 30075 30075 29444 0 -1 4203612 1020 0 0 0 17 20 0 0 15 0 1 0 661010499 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30175/statm: 0 0 0 0 0 0 0
[pid=30177] ppid=1 vsize=0 CPUtime=135.35 cores=0-7
/proc/30177/stat : 30177 (cryptominisat-2) R 1 30177 30177 0 -1 4203524 353007 0 0 0 13467 68 0 0 25 0 1 0 661010501 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30177/statm: 0 0 0 0 0 0 0
[pid=30182] ppid=30075 vsize=0 CPUtime=0.11 cores=0-7
/proc/30182/stat : 30182 (python) Z 30075 30075 29444 0 -1 4203612 845 0 0 0 4 7 0 0 15 0 1 0 661020109 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30182/statm: 0 0 0 0 0 0 0
[pid=30075/tid=30148] ppid=30073 vsize=0 CPUtime=0.08 cores=0-7
/proc/30075/task/30148/stat : 30148 (python) R 30073 30075 29444 0 -1 4203588 27 936 0 0 0 8 0 0 18 0 2 0 661000444 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3432.83
Current children cumulated vsize (KiB) 962448
#
############


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

[startup+2288.3 s]
/proc/loadavg: 8.20 4.94 2.88 9/356 30185
/proc/meminfo: memFree=114520/32951124 swapFree=67056788/67111528
[pid=30075] ppid=30073 vsize=0 CPUtime=2051.81 cores=0-7
/proc/30075/stat : 30075 (python) Z 30073 30075 29444 0 -1 4203548 1749775 936 1 0 204930 251 0 0 18 0 2 0 660795278 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30075/statm: 0 0 0 0 0 0 0
[pid=30147] ppid=30075 vsize=0 CPUtime=0.82 cores=0-7
/proc/30147/stat : 30147 (python) Z 30075 30075 29444 0 -1 4203612 1287 0 0 0 44 38 0 0 15 0 1 0 661000442 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30147/statm: 0 0 0 0 0 0 0
[pid=30149] ppid=1 vsize=0 CPUtime=236.12 cores=0-7
/proc/30149/stat : 30149 (cryptominisat-2) R 1 30149 30149 0 -1 4203524 5379707 0 0 0 22837 775 0 0 25 0 1 0 661000444 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30149/statm: 0 0 0 0 0 0 0
[pid=30150] ppid=30075 vsize=0 CPUtime=0.71 cores=0-7
/proc/30150/stat : 30150 (python) Z 30075 30075 29444 0 -1 4203612 1186 0 0 0 38 33 0 0 15 0 1 0 661000445 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/30150/statm: 0 0 0 0 0 0 0
[pid=30152] ppid=1 vsize=0 CPUtime=236.59 cores=0-7
/proc/30152/stat : 30152 (cryptominisat-2) R 1 30152 30152 0 -1 4203524 7000155 0 0 0 22665 994 0 0 25 0 1 0 661000447 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/30152/statm: 0 0 0 0 0 0 0
[pid=30153] ppid=30075 vsize=0 CPUtime=0.6 cores=0-7
/proc/30153/stat : 30153 (python) Z 30075 30075 29444 0 -1 4203612 1005 0 0 0 30 30 0 0 18 0 1 0 661000448 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30153/statm: 0 0 0 0 0 0 0
[pid=30156] ppid=30075 vsize=0 CPUtime=0.72 cores=0-7
/proc/30156/stat : 30156 (python) Z 30075 30075 29444 0 -1 4203612 1213 0 0 0 37 35 0 0 15 0 1 0 661000451 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30156/statm: 0 0 0 0 0 0 0
[pid=30158] ppid=1 vsize=0 CPUtime=236.19 cores=0-7
/proc/30158/stat : 30158 (cryptominisat-2) R 1 30158 30158 0 -1 4203524 6661335 0 0 0 22753 866 0 0 25 0 1 0 661000453 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30158/statm: 0 0 0 0 0 0 0
[pid=30159] ppid=30075 vsize=0 CPUtime=0.64 cores=0-7
/proc/30159/stat : 30159 (python) Z 30075 30075 29444 0 -1 4203612 1002 0 0 0 29 35 0 0 15 0 1 0 661000454 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30159/statm: 0 0 0 0 0 0 0
[pid=30162] ppid=30075 vsize=0 CPUtime=0.52 cores=0-7
/proc/30162/stat : 30162 (python) Z 30075 30075 29444 0 -1 4203612 1144 0 0 0 25 27 0 0 18 0 1 0 661000457 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/30162/statm: 0 0 0 0 0 0 0
[pid=30164] ppid=1 vsize=659912 CPUtime=195.93 cores=0-7
/proc/30164/stat : 30164 (glucose_static) T 1 30164 30164 0 -1 4202496 154625 0 0 0 19565 28 0 0 25 0 1 0 661000458 675749888 154293 33554432000 134512640 135217611 4292350048 18446744073709551615 134528138 0 0 16781312 8388611 18446744071562691360 0 0 17 2 0 0 0
/proc/30164/statm: 164978 154293 78 173 0 164803 0
[pid=30165] ppid=30075 vsize=0 CPUtime=0.62 cores=0-7
/proc/30165/stat : 30165 (python) Z 30075 30075 29444 0 -1 4203612 996 0 0 0 30 32 0 0 15 0 1 0 661000460 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30165/statm: 0 0 0 0 0 0 0
[pid=30169] ppid=1 vsize=0 CPUtime=235.71 cores=0-7
/proc/30169/stat : 30169 (precosat) R 1 30169 30169 0 -1 4203524 515416 0 0 0 23488 83 0 0 25 0 1 0 661000464 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/30169/statm: 0 0 0 0 0 0 0
[pid=30167] ppid=30075 vsize=0 CPUtime=0.27 cores=0-7
/proc/30167/stat : 30167 (python) Z 30075 30075 29444 0 -1 4203612 1174 0 0 0 13 14 0 0 18 0 1 0 661000463 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30167/statm: 0 0 0 0 0 0 0
[pid=30170] ppid=1 vsize=302536 CPUtime=99.78 cores=0-7
/proc/30170/stat : 30170 (lingeling) T 1 30170 30170 0 -1 4202496 188797 0 0 0 9946 32 0 0 25 0 1 0 661000465 309796864 74804 33554432000 4194304 4352236 140737067637280 18446744073709551615 4278813 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/30170/statm: 75634 74804 129 39 0 74714 0
[pid=30175] ppid=30075 vsize=0 CPUtime=0.37 cores=0-7
/proc/30175/stat : 30175 (python) Z 30075 30075 29444 0 -1 4203612 1020 0 0 0 17 20 0 0 15 0 1 0 661010499 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30175/statm: 0 0 0 0 0 0 0
[pid=30177] ppid=1 vsize=0 CPUtime=135.36 cores=0-7
/proc/30177/stat : 30177 (cryptominisat-2) R 1 30177 30177 0 -1 4203524 353007 0 0 0 13467 69 0 0 25 0 1 0 661010501 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30177/statm: 0 0 0 0 0 0 0
[pid=30182] ppid=30075 vsize=0 CPUtime=0.11 cores=0-7
/proc/30182/stat : 30182 (python) Z 30075 30075 29444 0 -1 4203612 845 0 0 0 4 7 0 0 15 0 1 0 661020109 0 0 33554432000 0 0 0 0 0 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30182/statm: 0 0 0 0 0 0 0
[pid=30075/tid=30148] ppid=30073 vsize=0 CPUtime=0.09 cores=0-7
/proc/30075/task/30148/stat : 30148 (python) R 30073 30075 29444 0 -1 4203588 27 936 0 0 0 9 0 0 18 0 2 0 661000444 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3432.87
Current children cumulated vsize (KiB) 962448

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30075 and gives
#  childrusage.ru_utime.tv_sec=2049
#  childrusage.ru_utime.tv_usec=302458
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=544613
# CPU time returned by wait4() is 2051.85
# while last known CPU time is 3432.87
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


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

Real time (s): 2288.32
CPU time (s): 3938.1
CPU user time (s): 3904.24
CPU system time (s): 33.86
CPU usage (%): 172.095
Max. virtual memory (cumulated for all children) (KiB): 31790628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2049.3
system time used= 2.54461
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1750711
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= 3004
involuntary context switches= 3608

runsolver used 6.64299 second user time and 16.0916 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 22:39:34
IDJOB=3380778
IDBENCH=82374
IDSOLVER=1864
FILE ID=node133/3380778-1305491970
RUNJOBID= node133-1305490831-29459
PBS_JOBID= 13325411
Free space on /tmp= 73492 MiB

SOLVER NAME= borg-sat 11.03.02-par-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 -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380778-1305491970/watcher-3380778-1305491970 -o /tmp/evaluation-result-3380778-1305491970/solver-3380778-1305491970 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380778-1305491970.cnf -seed 1128126563 -budget 40000 -cores 8

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

MD5SUM BENCH= ce0d180356398dfbcfd2bbbb1cb3f9e5
RANDOM SEED=1128126563

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.82
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.834
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:      19703804 kB
Buffers:        314288 kB
Cached:        4428308 kB
SwapCached:       8756 kB
Active:        9689936 kB
Inactive:      3250748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19703804 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:          165856 kB
Writeback:           0 kB
AnonPages:     8195576 kB
Mapped:          28000 kB
Slab:           205908 kB
PageTables:      33624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 63753692 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73464 MiB
End job on node133 at 2011-05-15 23:17:44