Trace number 3385493

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-random (fixed)UNSAT 12.2021 2.32366

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v300-c1278-S1990987164-054.UNKNOWN.cnf
MD5SUM3975d01606b3f85c20c5745dab9f365e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.58876
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses1278
Sum of the clauses size3834
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31278
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.47	c INFO: solving HOME/instance-3385493-1305567327.cnf
0.32/0.47	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.32/0.50	c INFO: computed variable balance statistics
0.41/0.51	c INFO: computed small-clause counts
0.41/0.51	c INFO: computed Horn-clause counts
0.41/0.52	c INFO: computed variable graph statistics
0.41/0.52	c INFO: collected features for HOME/instance-3385493-1305567327.cnf in 0.05 s
0.41/0.55	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.55)
0.41/0.58	c INFO: running march_hi@0 for 679 with 4999 remaining (b = 0.52)
0.50/0.61	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.39)
0.50/0.64	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.35)
0.50/0.67	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.15)
0.60/0.70	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.08)
0.60/0.73	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.20)
0.60/0.76	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.18)
12.13/2.30	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3385493-1305567327/watcher-3385493-1305567327 -o /tmp/evaluation-result-3385493-1305567327/solver-3385493-1305567327 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385493-1305567327.cnf -seed 1026320414 -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: 8.91 8.55 7.69 2/427 5108
/proc/meminfo: memFree=18769652/32951132 swapFree=64496000/67111528
[pid=5108] ppid=5106 vsize=16236 CPUtime=0 cores=0-7
/proc/5108/stat : 5108 (python) R 5106 5108 4528 0 -1 4202496 996 0 0 0 0 0 0 0 24 0 1 0 668332334 16625664 869 33554432000 4194304 5683644 140733459648400 18446744073709551615 210646807237 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/5108/statm: 4059 869 368 364 0 546 0

[startup+0.0601301 s]
/proc/loadavg: 8.91 8.55 7.69 2/427 5108
/proc/meminfo: memFree=18769652/32951132 swapFree=64496000/67111528
[pid=5108] ppid=5106 vsize=38900 CPUtime=0.04 cores=0-7
/proc/5108/stat : 5108 (python) S 5106 5108 4528 0 -1 4202496 1657 0 0 0 3 1 0 0 24 0 1 0 668332334 39833600 1485 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 7 0 0 0
/proc/5108/statm: 9725 1485 455 364 0 1025 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38900

[startup+0.10127 s]
/proc/loadavg: 8.91 8.55 7.69 2/427 5108
/proc/meminfo: memFree=18769652/32951132 swapFree=64496000/67111528
[pid=5108] ppid=5106 vsize=104224 CPUtime=0.07 cores=0-7
/proc/5108/stat : 5108 (python) S 5106 5108 4528 0 -1 4202496 3058 0 0 0 5 2 0 0 24 0 1 0 668332334 106725376 2741 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 7 0 0 0
/proc/5108/statm: 26056 2741 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.301179 s]
/proc/loadavg: 8.91 8.55 7.69 2/427 5108
/proc/meminfo: memFree=18769652/32951132 swapFree=64496000/67111528
[pid=5108] ppid=5106 vsize=170752 CPUtime=0.24 cores=0-7
/proc/5108/stat : 5108 (python) S 5106 5108 4528 0 -1 4202496 6741 931 1 0 17 7 0 0 17 0 1 0 668332334 174850048 4809 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 7 0 0 0
/proc/5108/statm: 42688 4809 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 170752

[startup+0.701006 s]
/proc/loadavg: 8.91 8.55 7.69 2/427 5108
/proc/meminfo: memFree=18769652/32951132 swapFree=64496000/67111528
[pid=5108] ppid=5106 vsize=330384 CPUtime=0.6 cores=0-7
/proc/5108/stat : 5108 (python) R 5106 5108 4528 0 -1 4202496 13593 931 1 0 50 10 0 0 20 0 6 0 668332334 338313216 7251 33554432000 4194304 5683644 140733459648400 18446744073709551615 210646807079 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5108/statm: 82596 7251 1882 364 0 18502 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 330384

[startup+1.50087 s]
/proc/loadavg: 8.91 8.55 7.69 12/452 5137
/proc/meminfo: memFree=18710760/32951132 swapFree=64496000/67111528
[pid=5108] ppid=5106 vsize=360776 CPUtime=0.66 cores=0-7
/proc/5108/stat : 5108 (python) S 5106 5108 4528 0 -1 4202496 15768 931 1 0 56 10 0 0 25 0 9 0 668332334 369434624 7176 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5108/statm: 90194 7176 1889 364 0 26091 0
[pid=5114] ppid=5108 vsize=278576 CPUtime=0 cores=0-7
/proc/5114/stat : 5114 (python) S 5108 5108 4528 0 -1 4202560 713 0 0 0 0 0 0 0 18 0 1 0 668332389 285261824 5551 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647166479 0 0 16781312 514 5879046346815569919 0 0 17 7 0 0 0
/proc/5114/statm: 69644 5551 347 364 0 5562 0
[pid=5116] ppid=5114 vsize=454884 CPUtime=0.94 cores=0-7
/proc/5116/stat : 5116 (TNM) R 5114 5116 5116 0 -1 4202496 406 0 0 0 94 0 0 0 21 0 1 0 668332389 465801216 143 33554432000 134512640 135008748 4290729920 18446744073709551615 134529097 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5116/statm: 113721 143 46 122 0 112621 0
[pid=5117] ppid=5108 vsize=289304 CPUtime=0 cores=0-7
/proc/5117/stat : 5117 (python) S 5108 5108 4528 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 668332392 296247296 5684 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647166534 0 0 16781312 514 9209865640314110212 0 0 17 1 0 0 0
/proc/5117/statm: 72326 5684 348 364 0 8241 0
[pid=5119] ppid=5117 vsize=1756 CPUtime=0.91 cores=0-7
/proc/5119/stat : 5119 (march_hi) R 5117 5119 5119 0 -1 4202496 523 0 0 0 91 0 0 0 25 0 1 0 668332392 1798144 261 33554432000 4194304 4955518 140737210040624 18446744073709551615 4209692 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5119/statm: 439 261 104 186 0 252 0
[pid=5120] ppid=5108 vsize=299560 CPUtime=0 cores=0-7
/proc/5120/stat : 5120 (python) S 5108 5108 4528 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 668332395 306749440 5688 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647166534 0 0 16781312 514 15257219175500710151 0 0 17 4 0 0 0
/proc/5120/statm: 74890 5688 348 364 0 10802 0
[pid=5122] ppid=5120 vsize=1756 CPUtime=0.88 cores=0-7
/proc/5122/stat : 5122 (march_hi) R 5120 5122 5122 0 -1 4202496 524 0 0 0 88 0 0 0 25 0 1 0 668332395 1798144 261 33554432000 4194304 4955518 140734830972688 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5122/statm: 439 261 104 186 0 252 0
[pid=5123] ppid=5108 vsize=309444 CPUtime=0 cores=0-7
/proc/5123/stat : 5123 (python) S 5108 5108 4528 0 -1 4202560 762 0 0 0 0 0 0 0 19 0 1 0 668332398 316870656 5584 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647166534 0 0 16781312 514 9209861242267599111 0 0 17 5 0 0 0
/proc/5123/statm: 77361 5584 348 364 0 13270 0
[pid=5125] ppid=5123 vsize=1756 CPUtime=0.83 cores=0-7
/proc/5125/stat : 5125 (march_hi) R 5123 5125 5125 0 -1 4202496 524 0 0 0 83 0 0 0 25 0 1 0 668332398 1798144 261 33554432000 4194304 4955518 140737000419200 18446744073709551615 4263652 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5125/statm: 439 261 104 186 0 252 0
[pid=5126] ppid=5108 vsize=320140 CPUtime=0 cores=0-7
/proc/5126/stat : 5126 (python) S 5108 5108 4528 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 668332401 327823360 5696 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647166534 0 0 16781312 514 14758142051560161543 0 0 17 3 0 0 0
/proc/5126/statm: 80035 5696 348 364 0 15941 0
[pid=5128] ppid=5126 vsize=1756 CPUtime=0.52 cores=0-7
/proc/5128/stat : 5128 (march_hi) R 5126 5128 5128 0 -1 4202496 521 0 0 0 52 0 0 0 22 0 1 0 668332402 1798144 257 33554432000 4194304 4955518 140734724426848 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5128/statm: 439 257 104 186 0 252 0
[pid=5129] ppid=5108 vsize=330396 CPUtime=0 cores=0-7
/proc/5129/stat : 5129 (python) S 5108 5108 4528 0 -1 4202560 766 0 0 0 0 0 0 0 21 0 1 0 668332404 338325504 5717 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647166534 0 0 16781312 514 15156535521355759615 0 0 17 5 0 0 0
/proc/5129/statm: 82599 5717 348 364 0 18502 0
[pid=5131] ppid=5129 vsize=1017800 CPUtime=0.77 cores=0-7
/proc/5131/stat : 5131 (gnovelty+2) R 5129 5131 5131 0 -1 4202496 422 0 0 0 77 0 0 0 25 0 1 0 668332405 1042227200 158 33554432000 134512640 135663704 4291928144 18446744073709551615 135007711 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5131/statm: 254450 158 113 282 0 254166 0
[pid=5132] ppid=5108 vsize=340652 CPUtime=0 cores=0-7
/proc/5132/stat : 5132 (python) S 5108 5108 4528 0 -1 4202560 788 0 0 0 0 0 0 0 17 0 1 0 668332408 348827648 5721 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647166534 0 0 16781312 514 5607368985076007172 0 0 17 0 0 0 0
/proc/5132/statm: 85163 5721 348 364 0 21063 0
[pid=5137] ppid=5132 vsize=1624 CPUtime=0.29 cores=0-7
/proc/5137/stat : 5137 (march_hi) R 5132 5137 5137 0 -1 4202496 520 0 0 0 29 0 0 0 25 0 1 0 668332414 1662976 253 33554432000 4194304 4955518 140736670466544 18446744073709551615 4238573 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5137/statm: 406 253 104 186 0 219 0
[pid=5134] ppid=5108 vsize=350532 CPUtime=0 cores=0-7
/proc/5134/stat : 5134 (python) S 5108 5108 4528 0 -1 4202560 818 0 0 0 0 0 0 0 20 0 1 0 668332411 358944768 5637 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647166534 0 0 16781312 514 53220765125804292 0 0 17 3 0 0 0
/proc/5134/statm: 87633 5637 354 364 0 23530 0
[pid=5136] ppid=5134 vsize=1756 CPUtime=0.72 cores=0-7
/proc/5136/stat : 5136 (march_hi) R 5134 5136 5136 0 -1 4202496 527 0 0 0 72 0 0 0 25 0 1 0 668332411 1798144 258 33554432000 4194304 4955518 140735461657904 18446744073709551615 4209653 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5136/statm: 439 258 104 186 0 252 0
[pid=5108/tid=5115] ppid=5106 vsize=360776 CPUtime=0 cores=0-7
/proc/5108/task/5115/stat : 5115 (python) S 5106 5108 4528 0 -1 4202560 27 931 0 0 0 0 0 0 19 0 9 0 668332389 369434624 7176 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 7 0 0 0
[pid=5108/tid=5118] ppid=5106 vsize=360776 CPUtime=0 cores=0-7
/proc/5108/task/5118/stat : 5118 (python) S 5106 5108 4528 0 -1 4202560 25 931 0 0 0 0 0 0 21 0 9 0 668332392 369434624 7176 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 3 0 0 0
[pid=5108/tid=5121] ppid=5106 vsize=360776 CPUtime=0 cores=0-7
/proc/5108/task/5121/stat : 5121 (python) S 5106 5108 4528 0 -1 4202560 19 931 0 0 0 0 0 0 23 0 9 0 668332395 369434624 7176 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 7 0 0 0
[pid=5108/tid=5124] ppid=5106 vsize=360776 CPUtime=0 cores=0-7
/proc/5108/task/5124/stat : 5124 (python) S 5106 5108 4528 0 -1 4202560 19 931 0 0 0 0 0 0 25 0 9 0 668332398 369434624 7176 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 5 0 0 0
[pid=5108/tid=5127] ppid=5106 vsize=360776 CPUtime=0 cores=0-7
/proc/5108/task/5127/stat : 5127 (python) S 5106 5108 4528 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 668332401 369434624 7176 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 3 0 0 0
[pid=5108/tid=5130] ppid=5106 vsize=360776 CPUtime=0 cores=0-7
/proc/5108/task/5130/stat : 5130 (python) S 5106 5108 4528 0 -1 4202560 23 931 0 0 0 0 0 0 22 0 9 0 668332405 369434624 7176 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 5 0 0 0
[pid=5108/tid=5133] ppid=5106 vsize=360776 CPUtime=0 cores=0-7
/proc/5108/task/5133/stat : 5133 (python) S 5106 5108 4528 0 -1 4202560 26 931 0 0 0 0 0 0 23 0 9 0 668332408 369434624 7176 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 3 0 0 0
[pid=5108/tid=5135] ppid=5106 vsize=360776 CPUtime=0 cores=0-7
/proc/5108/task/5135/stat : 5135 (python) S 5106 5108 4528 0 -1 4202560 28 931 0 0 0 0 0 0 25 0 9 0 668332411 369434624 7176 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.52
Current children cumulated vsize (KiB) 4362468

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

[startup+1.9008 s]
/proc/loadavg: 8.91 8.55 7.69 12/452 5137
/proc/meminfo: memFree=18710760/32951132 swapFree=64496000/67111528
[pid=5108] ppid=5106 vsize=360776 CPUtime=0.66 cores=0-7
/proc/5108/stat : 5108 (python) S 5106 5108 4528 0 -1 4202496 15768 931 1 0 56 10 0 0 25 0 9 0 668332334 369434624 7176 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5108/statm: 90194 7176 1889 364 0 26091 0
[pid=5114] ppid=5108 vsize=278576 CPUtime=0 cores=0-7
/proc/5114/stat : 5114 (python) S 5108 5108 4528 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 668332389 285261824 5558 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647166479 0 0 16781312 514 5879046346815569919 0 0 17 7 0 0 0
/proc/5114/statm: 69644 5558 354 364 0 5562 0
[pid=5116] ppid=5114 vsize=454884 CPUtime=1.34 cores=0-7
/proc/5116/stat : 5116 (TNM) R 5114 5116 5116 0 -1 4202496 406 0 0 0 134 0 0 0 23 0 1 0 668332389 465801216 143 33554432000 134512640 135008748 4290729920 18446744073709551615 134527526 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/5116/statm: 113721 143 46 122 0 112621 0
[pid=5117] ppid=5108 vsize=289304 CPUtime=0 cores=0-7
/proc/5117/stat : 5117 (python) S 5108 5108 4528 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 1 0 668332392 296247296 5684 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647166534 0 0 16781312 514 9209865640314110212 0 0 17 1 0 0 0
/proc/5117/statm: 72326 5684 348 364 0 8241 0
[pid=5119] ppid=5117 vsize=1756 CPUtime=1.31 cores=0-7
/proc/5119/stat : 5119 (march_hi) R 5117 5119 5119 0 -1 4202496 526 0 0 0 131 0 0 0 25 0 1 0 668332392 1798144 264 33554432000 4194304 4955518 140737210040624 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/5119/statm: 439 264 104 186 0 252 0
[pid=5120] ppid=5108 vsize=299560 CPUtime=0 cores=0-7
/proc/5120/stat : 5120 (python) S 5108 5108 4528 0 -1 4202560 761 0 0 0 0 0 0 0 15 0 1 0 668332395 306749440 5688 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647166534 0 0 16781312 514 15257219175500710151 0 0 17 4 0 0 0
/proc/5120/statm: 74890 5688 348 364 0 10802 0
[pid=5122] ppid=5120 vsize=1756 CPUtime=1.27 cores=0-7
/proc/5122/stat : 5122 (march_hi) R 5120 5122 5122 0 -1 4202496 528 0 0 0 127 0 0 0 25 0 1 0 668332395 1798144 265 33554432000 4194304 4955518 140734830972688 18446744073709551615 4209653 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/5122/statm: 439 265 104 186 0 252 0
[pid=5123] ppid=5108 vsize=309444 CPUtime=0 cores=0-7
/proc/5123/stat : 5123 (python) S 5108 5108 4528 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 668332398 316870656 5584 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647166534 0 0 16781312 514 9209861242267599111 0 0 17 5 0 0 0
/proc/5123/statm: 77361 5584 348 364 0 13270 0
[pid=5125] ppid=5123 vsize=1756 CPUtime=1.23 cores=0-7
/proc/5125/stat : 5125 (march_hi) R 5123 5125 5125 0 -1 4202496 528 0 0 0 123 0 0 0 25 0 1 0 668332398 1798144 265 33554432000 4194304 4955518 140737000419200 18446744073709551615 4261370 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/5125/statm: 439 265 104 186 0 252 0
[pid=5126] ppid=5108 vsize=320140 CPUtime=0 cores=0-7
/proc/5126/stat : 5126 (python) S 5108 5108 4528 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 668332401 327823360 5696 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647166534 0 0 16781312 514 14758142051560161543 0 0 17 3 0 0 0
/proc/5126/statm: 80035 5696 348 364 0 15941 0
[pid=5128] ppid=5126 vsize=1756 CPUtime=0.72 cores=0-7
/proc/5128/stat : 5128 (march_hi) R 5126 5128 5128 0 -1 4202496 522 0 0 0 72 0 0 0 22 0 1 0 668332402 1798144 258 33554432000 4194304 4955518 140734724426848 18446744073709551615 4209699 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5128/statm: 439 258 104 186 0 252 0
[pid=5129] ppid=5108 vsize=330396 CPUtime=0 cores=0-7
/proc/5129/stat : 5129 (python) S 5108 5108 4528 0 -1 4202560 766 0 0 0 0 0 0 0 18 0 1 0 668332404 338325504 5717 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647166534 0 0 16781312 514 15156535521355727109 0 0 17 5 0 0 0
/proc/5129/statm: 82599 5717 348 364 0 18502 0
[pid=5131] ppid=5129 vsize=1017800 CPUtime=1.17 cores=0-7
/proc/5131/stat : 5131 (gnovelty+2) R 5129 5131 5131 0 -1 4202496 422 0 0 0 117 0 0 0 25 0 1 0 668332405 1042227200 158 33554432000 134512640 135663704 4291928144 18446744073709551615 134524566 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5131/statm: 254450 158 113 282 0 254166 0
[pid=5132] ppid=5108 vsize=340652 CPUtime=0 cores=0-7
/proc/5132/stat : 5132 (python) S 5108 5108 4528 0 -1 4202560 793 0 0 0 0 0 0 0 15 0 1 0 668332408 348827648 5721 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647166534 0 0 16781312 514 2529114242691334404 0 0 17 0 0 0 0
/proc/5132/statm: 85163 5721 348 364 0 21063 0
[pid=5137] ppid=5132 vsize=1756 CPUtime=0.49 cores=0-7
/proc/5137/stat : 5137 (march_hi) R 5132 5137 5137 0 -1 4202496 522 0 0 0 49 0 0 0 25 0 1 0 668332414 1798144 255 33554432000 4194304 4955518 140736670466544 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/5137/statm: 439 255 104 186 0 252 0
[pid=5134] ppid=5108 vsize=350532 CPUtime=0 cores=0-7
/proc/5134/stat : 5134 (python) S 5108 5108 4528 0 -1 4202560 820 0 0 0 0 0 0 0 16 0 1 0 668332411 358944768 5637 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647166534 0 0 16781312 514 53220765125804292 0 0 17 3 0 0 0
/proc/5134/statm: 87633 5637 354 364 0 23530 0
[pid=5136] ppid=5134 vsize=1756 CPUtime=1.12 cores=0-7
/proc/5136/stat : 5136 (march_hi) R 5134 5136 5136 0 -1 4202496 533 0 0 0 112 0 0 0 25 0 1 0 668332411 1798144 264 33554432000 4194304 4955518 140735461657904 18446744073709551615 4209692 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/5136/statm: 439 264 104 186 0 252 0
[pid=5108/tid=5115] ppid=5106 vsize=360776 CPUtime=0 cores=0-7
/proc/5108/task/5115/stat : 5115 (python) S 5106 5108 4528 0 -1 4202560 27 931 0 0 0 0 0 0 19 0 9 0 668332389 369434624 7176 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 7 0 0 0
[pid=5108/tid=5118] ppid=5106 vsize=360776 CPUtime=0 cores=0-7
/proc/5108/task/5118/stat : 5118 (python) S 5106 5108 4528 0 -1 4202560 25 931 0 0 0 0 0 0 21 0 9 0 668332392 369434624 7176 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 3 0 0 0
[pid=5108/tid=5121] ppid=5106 vsize=360776 CPUtime=0 cores=0-7
/proc/5108/task/5121/stat : 5121 (python) S 5106 5108 4528 0 -1 4202560 19 931 0 0 0 0 0 0 23 0 9 0 668332395 369434624 7176 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 7 0 0 0
[pid=5108/tid=5124] ppid=5106 vsize=360776 CPUtime=0 cores=0-7
/proc/5108/task/5124/stat : 5124 (python) S 5106 5108 4528 0 -1 4202560 19 931 0 0 0 0 0 0 25 0 9 0 668332398 369434624 7176 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 5 0 0 0
[pid=5108/tid=5127] ppid=5106 vsize=360776 CPUtime=0 cores=0-7
/proc/5108/task/5127/stat : 5127 (python) S 5106 5108 4528 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 668332401 369434624 7176 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 3 0 0 0
[pid=5108/tid=5130] ppid=5106 vsize=360776 CPUtime=0 cores=0-7
/proc/5108/task/5130/stat : 5130 (python) S 5106 5108 4528 0 -1 4202560 23 931 0 0 0 0 0 0 22 0 9 0 668332405 369434624 7176 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 5 0 0 0
[pid=5108/tid=5133] ppid=5106 vsize=360776 CPUtime=0 cores=0-7
/proc/5108/task/5133/stat : 5133 (python) S 5106 5108 4528 0 -1 4202560 26 931 0 0 0 0 0 0 23 0 9 0 668332408 369434624 7176 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 3 0 0 0
[pid=5108/tid=5135] ppid=5106 vsize=360776 CPUtime=0 cores=0-7
/proc/5108/task/5135/stat : 5135 (python) S 5106 5108 4528 0 -1 4202560 28 931 0 0 0 0 0 0 25 0 9 0 668332411 369434624 7176 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.31
Current children cumulated vsize (KiB) 4362600

[startup+2.3018 s]
/proc/loadavg: 8.91 8.55 7.69 10/452 5137
/proc/meminfo: memFree=18709644/32951132 swapFree=64496000/67111528
[pid=5108] ppid=5106 vsize=360776 CPUtime=8.04 cores=0-7
/proc/5108/stat : 5108 (python) S 5106 5108 4528 0 -1 4202496 15820 7867 1 0 56 11 732 5 17 0 9 0 668332334 369434624 7177 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658976575 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5108/statm: 90194 7177 1890 364 0 26091 0
[pid=5123] ppid=5108 vsize=0 CPUtime=1.61 cores=0-7
/proc/5123/stat : 5123 (python) Z 5108 5108 4528 0 -1 4202588 1054 530 0 0 0 0 161 0 15 0 1 0 668332398 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 5 0 0 0
/proc/5123/statm: 0 0 0 0 0 0 0
[pid=5126] ppid=5108 vsize=0 CPUtime=0.92 cores=0-7
/proc/5126/stat : 5126 (python) R 5108 5108 4528 0 -1 4202564 834 525 0 0 0 0 92 0 15 0 1 0 668332401 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5126/statm: 0 0 0 0 0 0 0
[pid=5129] ppid=5108 vsize=330396 CPUtime=0 cores=0-7
/proc/5129/stat : 5129 (python) S 5108 5108 4528 0 -1 4202560 766 0 0 0 0 0 0 0 18 0 1 0 668332404 338325504 5717 33554432000 4194304 5683644 140733459648400 18446744073709551615 210647166534 0 0 16781312 514 15156535521355727109 0 0 17 5 0 0 0
/proc/5129/statm: 82599 5717 348 364 0 18502 0
[pid=5131] ppid=5129 vsize=1017800 CPUtime=1.56 cores=0-7
/proc/5131/stat : 5131 (gnovelty+2) R 5129 5131 5131 0 -1 4202496 422 0 0 0 156 0 0 0 25 0 1 0 668332405 1042227200 158 33554432000 134512640 135663704 4291928144 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/5131/statm: 254450 158 113 282 0 254166 0
[pid=5108/tid=5115] ppid=5106 vsize=360776 CPUtime=7.37 cores=0-7
/proc/5108/task/5115/stat : 5115 (python) S 5106 5108 4528 0 -1 4202560 27 7867 0 0 0 0 732 5 19 0 9 0 668332389 369434624 7177 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 7 0 0 0
[pid=5108/tid=5118] ppid=5106 vsize=360776 CPUtime=7.37 cores=0-7
/proc/5108/task/5118/stat : 5118 (python) S 5106 5108 4528 0 -1 4202560 25 7867 0 0 0 0 732 5 21 0 9 0 668332392 369434624 7177 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 3 0 0 0
[pid=5108/tid=5121] ppid=5106 vsize=360776 CPUtime=7.37 cores=0-7
/proc/5108/task/5121/stat : 5121 (python) S 5106 5108 4528 0 -1 4202560 19 7867 0 0 0 0 732 5 23 0 9 0 668332395 369434624 7177 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 7 0 0 0
[pid=5108/tid=5124] ppid=5106 vsize=360776 CPUtime=8.3 cores=0-7
/proc/5108/task/5124/stat : 5124 (python) S 5106 5108 4528 0 -1 4202560 19 9226 0 0 0 0 824 6 25 0 9 0 668332398 369434624 7177 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 5 0 0 0
[pid=5108/tid=5127] ppid=5106 vsize=360776 CPUtime=8.3 cores=0-7
/proc/5108/task/5127/stat : 5127 (python) S 5106 5108 4528 0 -1 4202560 29 9226 0 0 0 0 824 6 20 0 9 0 668332401 369434624 7177 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 3 0 0 0
[pid=5108/tid=5130] ppid=5106 vsize=360776 CPUtime=8.3 cores=0-7
/proc/5108/task/5130/stat : 5130 (python) S 5106 5108 4528 0 -1 4202560 23 9226 0 0 0 0 824 6 22 0 9 0 668332405 369434624 7177 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 5 0 0 0
[pid=5108/tid=5133] ppid=5106 vsize=360776 CPUtime=8.3 cores=0-7
/proc/5108/task/5133/stat : 5133 (python) S 5106 5108 4528 0 -1 4202560 26 9226 0 0 0 0 824 6 23 0 9 0 668332408 369434624 7177 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 3 0 0 0
[pid=5108/tid=5135] ppid=5106 vsize=360776 CPUtime=8.3 cores=0-7
/proc/5108/task/5135/stat : 5135 (python) S 5106 5108 4528 0 -1 4202560 28 9226 0 0 0 0 824 6 25 0 9 0 668332411 369434624 7177 33554432000 4194304 5683644 140733459648400 18446744073709551615 210658970033 0 0 16781312 2 18446604460736568256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 1708972

Child status: 0
Real time (s): 2.32366
CPU time (s): 12.2021
CPU user time (s): 12.0222
CPU system time (s): 0.179972
CPU usage (%): 525.126
Max. virtual memory (cumulated for all children) (KiB): 4362600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.0222
system time used= 0.179972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32216
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= 2242
involuntary context switches= 1129

runsolver used 0.012998 second user time and 0.034994 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-16 19:35:27
IDJOB=3385493
IDBENCH=82758
IDSOLVER=1870
FILE ID=node129/3385493-1305567327
RUNJOBID= node129-1305564963-4542
PBS_JOBID= 13350121
Free space on /tmp= 73284 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v300-c1278-S1990987164-054.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385493-1305567327/watcher-3385493-1305567327 -o /tmp/evaluation-result-3385493-1305567327/solver-3385493-1305567327 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385493-1305567327.cnf -seed 1026320414 -budget 40000 -cores 8

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

MD5SUM BENCH= 3975d01606b3f85c20c5745dab9f365e
RANDOM SEED=1026320414

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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:     32951132 kB
MemFree:      18770188 kB
Buffers:        288884 kB
Cached:        7037708 kB
SwapCached:      52664 kB
Active:        4943776 kB
Inactive:      8974996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18770188 kB
SwapTotal:    67111528 kB
SwapFree:     64496000 kB
Dirty:           32144 kB
Writeback:           4 kB
AnonPages:     6549364 kB
Mapped:          22836 kB
Slab:           142168 kB
PageTables:      50736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 116420752 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73252 MiB
End job on node129 at 2011-05-16 19:35:30