Trace number 3385448

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)? (exit code) 36.9024 9.78149

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1263625223-038.SATISFIABLE.cnf
MD5SUMbcd207ee685856d0ca572e80c3354408
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010997
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.46	c INFO: solving HOME/instance-3385448-1305566705.cnf
0.30/0.46	c INFO: computing task features
0.30/0.47	c INFO: computed variable-clause graph statistics
0.30/0.47	c INFO: computed clause balance statistics
0.39/0.51	c INFO: computed variable balance statistics
0.39/0.54	c INFO: computed small-clause counts
0.39/0.54	c INFO: computed Horn-clause counts
0.39/0.54	c INFO: computed variable graph statistics
0.39/0.54	c INFO: collected features for HOME/instance-3385448-1305566705.cnf in 0.08 s
0.39/0.57	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.57)
0.48/0.60	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.35)
0.48/0.63	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.31)
0.48/0.67	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.09)
0.63/0.70	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.63/0.73	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.26)
0.63/0.76	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.23)
0.63/0.79	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.21)
0.80/0.80	Traceback (most recent call last):
0.80/0.80	  File "HOME/solve", line 33, in <module>
0.80/0.80	    plac.call(main)
0.80/0.80	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
0.80/0.80	    cmd, result = parser_from(obj).consume(arglist)
0.80/0.80	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
0.80/0.80	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.80/0.80	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.80/0.80	    (_, answer, _) = solver(input_path, budget / cores, cores)
0.80/0.80	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.80/0.80	    process.die()
0.80/0.80	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.80/0.80	    os.kill(self._process.pid, signal.SIGUSR1)
0.80/0.80	OSError: [Errno 3] No such process

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-3385448-1305566705/watcher-3385448-1305566705 -o /tmp/evaluation-result-3385448-1305566705/solver-3385448-1305566705 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385448-1305566705.cnf -seed 116777666 -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.46 8.31 7.01 1/481 671
/proc/meminfo: memFree=16051800/32951124 swapFree=62248504/67111528
[pid=671] ppid=669 vsize=15080 CPUtime=0 cores=0-7
/proc/671/stat : 671 (python) R 669 671 32646 0 -1 4202496 614 0 0 0 0 0 0 0 25 0 1 0 668268272 15441920 511 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905726821 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/671/statm: 3770 513 300 364 0 257 0

[startup+0.0291211 s]
/proc/loadavg: 8.46 8.31 7.01 1/481 671
/proc/meminfo: memFree=16051800/32951124 swapFree=62248504/67111528
[pid=671] ppid=669 vsize=18884 CPUtime=0.01 cores=0-7
/proc/671/stat : 671 (python) R 669 671 32646 0 -1 4202496 1261 0 0 0 1 0 0 0 25 0 1 0 668268272 19337216 1114 33554432000 4194304 5683644 140737356505232 18446744073709551615 5308573 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/671/statm: 4721 1114 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.101121 s]
/proc/loadavg: 8.46 8.31 7.01 1/481 671
/proc/meminfo: memFree=16051800/32951124 swapFree=62248504/67111528
[pid=671] ppid=669 vsize=104228 CPUtime=0.07 cores=0-7
/proc/671/stat : 671 (python) S 669 671 32646 0 -1 4202496 3071 0 0 0 5 2 0 0 25 0 1 0 668268272 106729472 2752 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905729024 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/671/statm: 26057 2752 847 364 0 1805 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.301078 s]
/proc/loadavg: 8.46 8.31 7.01 1/481 671
/proc/meminfo: memFree=16051800/32951124 swapFree=62248504/67111528
[pid=671] ppid=669 vsize=170756 CPUtime=0.22 cores=0-7
/proc/671/stat : 671 (python) R 669 671 32646 0 -1 4202496 6737 931 1 0 17 5 0 0 17 0 1 0 668268272 174854144 4808 33554432000 4194304 5683644 140737356505232 18446744073709551615 4988737 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/671/statm: 42688 4807 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 170756

[startup+0.700959 s]
/proc/loadavg: 8.46 8.31 7.01 1/481 671
/proc/meminfo: memFree=16051800/32951124 swapFree=62248504/67111528
[pid=671] ppid=669 vsize=385648 CPUtime=0.63 cores=0-7
/proc/671/stat : 671 (python) R 669 671 32646 0 -1 4202496 12652 2424 1 0 50 8 4 1 18 0 5 0 668268272 394903552 7386 33554432000 4194304 5683644 140737356505232 18446744073709551615 4532118 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/671/statm: 96412 7386 1880 364 0 32318 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 385648

[startup+1.50084 s]
/proc/loadavg: 8.46 8.31 7.01 5/490 702
/proc/meminfo: memFree=16009932/32951124 swapFree=62248504/67111528
[pid=671] ppid=669 vsize=375440 CPUtime=1 cores=0-7
/proc/671/stat : 671 (python) S 669 671 32646 0 -1 4202496 15440 6643 1 0 60 8 30 2 18 0 1 0 668268272 384450560 7410 33554432000 4194304 5683644 140737356505232 18446744073709551615 218917561151 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/671/statm: 93860 7410 1891 364 0 29757 0
[pid=680] ppid=671 vsize=289344 CPUtime=0 cores=0-7
/proc/680/stat : 680 (python) S 671 671 32646 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 668268333 296288256 5694 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 10928806934807019778 0 0 17 1 0 0 0
/proc/680/statm: 72336 5694 348 364 0 8251 0
[pid=682] ppid=680 vsize=2440 CPUtime=0.88 cores=0-7
/proc/682/stat : 682 (march_hi) R 680 682 682 0 -1 4202496 687 0 0 0 88 0 0 0 23 0 1 0 668268333 2498560 419 33554432000 4194304 4955518 140735825786816 18446744073709551615 4282585 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/682/statm: 610 419 104 186 0 423 0
[pid=684] ppid=671 vsize=365136 CPUtime=0 cores=0-7
/proc/684/stat : 684 (python) S 671 671 32646 0 -1 4202560 714 0 0 0 0 0 0 0 15 0 1 0 668268336 373899264 5871 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 3435701162211246339 0 0 17 5 0 0 0
/proc/684/statm: 91284 5871 348 364 0 27196 0
[pid=686] ppid=684 vsize=2440 CPUtime=0.85 cores=0-7
/proc/686/stat : 686 (march_hi) R 684 686 686 0 -1 4202496 669 0 0 0 85 0 0 0 23 0 1 0 668268336 2498560 418 33554432000 4194304 4955518 140736420611872 18446744073709551615 4224656 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/686/statm: 610 418 104 186 0 423 0
[pid=696] ppid=671 vsize=406160 CPUtime=0 cores=0-7
/proc/696/stat : 696 (python) S 671 671 32646 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 668268348 415907840 5876 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 876367946237051137 0 0 17 0 0 0 0
/proc/696/statm: 101540 5876 348 364 0 37440 0
[pid=698] ppid=696 vsize=2440 CPUtime=0.72 cores=0-7
/proc/698/stat : 698 (march_hi) R 696 698 698 0 -1 4202496 671 0 0 0 72 0 0 0 22 0 1 0 668268349 2498560 412 33554432000 4194304 4955518 140737186477984 18446744073709551615 4224691 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/698/statm: 610 412 104 186 0 423 0
[pid=700] ppid=671 vsize=416416 CPUtime=0 cores=0-7
/proc/700/stat : 700 (python) S 671 671 32646 0 -1 4202560 784 0 0 0 0 0 0 0 15 0 1 0 668268352 426409984 5889 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 10207245832009253123 0 0 17 6 0 0 0
/proc/700/statm: 104104 5889 354 364 0 40001 0
[pid=702] ppid=700 vsize=2440 CPUtime=0.69 cores=0-7
/proc/702/stat : 702 (march_hi) R 700 702 702 0 -1 4202496 673 0 0 0 69 0 0 0 22 0 1 0 668268352 2498560 411 33554432000 4194304 4955518 140736040912048 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/702/statm: 610 411 104 186 0 423 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 1862256

[startup+3.10056 s]
/proc/loadavg: 8.10 8.24 7.00 5/490 702
/proc/meminfo: memFree=16007948/32951124 swapFree=62248504/67111528
[pid=671] ppid=669 vsize=375440 CPUtime=1 cores=0-7
/proc/671/stat : 671 (python) S 669 671 32646 0 -1 4202496 15440 6643 1 0 60 8 30 2 18 0 1 0 668268272 384450560 7410 33554432000 4194304 5683644 140737356505232 18446744073709551615 218917561151 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/671/statm: 93860 7410 1891 364 0 29757 0
[pid=680] ppid=671 vsize=289344 CPUtime=0 cores=0-7
/proc/680/stat : 680 (python) S 671 671 32646 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 668268333 296288256 5694 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 10928806934807019778 0 0 17 1 0 0 0
/proc/680/statm: 72336 5694 348 364 0 8251 0
[pid=682] ppid=680 vsize=2904 CPUtime=2.48 cores=0-7
/proc/682/stat : 682 (march_hi) R 680 682 682 0 -1 4202496 758 0 0 0 248 0 0 0 25 0 1 0 668268333 2973696 490 33554432000 4194304 4955518 140735825786816 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/682/statm: 726 490 104 186 0 539 0
[pid=684] ppid=671 vsize=365136 CPUtime=0 cores=0-7
/proc/684/stat : 684 (python) S 671 671 32646 0 -1 4202560 716 0 0 0 0 0 0 0 15 0 1 0 668268336 373899264 5871 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 3435701162211246339 0 0 17 5 0 0 0
/proc/684/statm: 91284 5871 348 364 0 27196 0
[pid=686] ppid=684 vsize=2904 CPUtime=2.45 cores=0-7
/proc/686/stat : 686 (march_hi) R 684 686 686 0 -1 4202496 740 0 0 0 245 0 0 0 25 0 1 0 668268336 2973696 489 33554432000 4194304 4955518 140736420611872 18446744073709551615 4224679 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/686/statm: 726 489 104 186 0 539 0
[pid=696] ppid=671 vsize=406160 CPUtime=0 cores=0-7
/proc/696/stat : 696 (python) S 671 671 32646 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 668268348 415907840 5876 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 876367946237051137 0 0 17 0 0 0 0
/proc/696/statm: 101540 5876 348 364 0 37440 0
[pid=698] ppid=696 vsize=2904 CPUtime=2.32 cores=0-7
/proc/698/stat : 698 (march_hi) R 696 698 698 0 -1 4202496 741 0 0 0 232 0 0 0 25 0 1 0 668268349 2973696 482 33554432000 4194304 4955518 140737186477984 18446744073709551615 4227060 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/698/statm: 726 482 104 186 0 539 0
[pid=700] ppid=671 vsize=416416 CPUtime=0 cores=0-7
/proc/700/stat : 700 (python) S 671 671 32646 0 -1 4202560 784 0 0 0 0 0 0 0 15 0 1 0 668268352 426409984 5889 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 10207245832009253123 0 0 17 6 0 0 0
/proc/700/statm: 104104 5889 354 364 0 40001 0
[pid=702] ppid=700 vsize=2904 CPUtime=2.29 cores=0-7
/proc/702/stat : 702 (march_hi) R 700 702 702 0 -1 4202496 744 0 0 0 229 0 0 0 25 0 1 0 668268352 2973696 482 33554432000 4194304 4955518 140736040912048 18446744073709551615 4227522 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/702/statm: 726 482 104 186 0 539 0
Current children cumulated CPU time (s) 10.54
Current children cumulated vsize (KiB) 1864112

[startup+6.30098 s]
/proc/loadavg: 8.10 8.24 7.00 5/490 702
/proc/meminfo: memFree=16007460/32951124 swapFree=62248504/67111528
[pid=671] ppid=669 vsize=375440 CPUtime=1 cores=0-7
/proc/671/stat : 671 (python) S 669 671 32646 0 -1 4202496 15440 6643 1 0 60 8 30 2 18 0 1 0 668268272 384450560 7410 33554432000 4194304 5683644 140737356505232 18446744073709551615 218917561151 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/671/statm: 93860 7410 1891 364 0 29757 0
[pid=680] ppid=671 vsize=289344 CPUtime=0.01 cores=0-7
/proc/680/stat : 680 (python) S 671 671 32646 0 -1 4202560 908 0 0 0 0 1 0 0 15 0 1 0 668268333 296288256 5717 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 10928806934807019778 0 0 17 1 0 0 0
/proc/680/statm: 72336 5717 371 364 0 8251 0
[pid=682] ppid=680 vsize=3472 CPUtime=5.68 cores=0-7
/proc/682/stat : 682 (march_hi) R 680 682 682 0 -1 4202496 886 0 0 0 568 0 0 0 25 0 1 0 668268333 3555328 618 33554432000 4194304 4955518 140735825786816 18446744073709551615 4263571 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/682/statm: 868 618 104 186 0 681 0
[pid=684] ppid=671 vsize=365136 CPUtime=0.02 cores=0-7
/proc/684/stat : 684 (python) S 671 671 32646 0 -1 4202560 794 0 0 0 1 1 0 0 15 0 1 0 668268336 373899264 5894 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 3435701162211246339 0 0 17 5 0 0 0
/proc/684/statm: 91284 5894 371 364 0 27196 0
[pid=686] ppid=684 vsize=3472 CPUtime=5.64 cores=0-7
/proc/686/stat : 686 (march_hi) R 684 686 686 0 -1 4202496 869 0 0 0 564 0 0 0 25 0 1 0 668268336 3555328 618 33554432000 4194304 4955518 140736420611872 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/686/statm: 868 618 104 186 0 681 0
[pid=696] ppid=671 vsize=406160 CPUtime=0.02 cores=0-7
/proc/696/stat : 696 (python) S 671 671 32646 0 -1 4202560 830 0 0 0 1 1 0 0 15 0 1 0 668268348 415907840 5899 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 876367946237051137 0 0 17 0 0 0 0
/proc/696/statm: 101540 5899 371 364 0 37440 0
[pid=698] ppid=696 vsize=3472 CPUtime=5.52 cores=0-7
/proc/698/stat : 698 (march_hi) R 696 698 698 0 -1 4202496 870 0 0 0 552 0 0 0 25 0 1 0 668268349 3555328 611 33554432000 4194304 4955518 140737186477984 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/698/statm: 868 611 104 186 0 681 0
[pid=700] ppid=671 vsize=416416 CPUtime=0.02 cores=0-7
/proc/700/stat : 700 (python) S 671 671 32646 0 -1 4202560 872 0 0 0 1 1 0 0 15 0 1 0 668268352 426409984 5912 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 10207245832009253123 0 0 17 6 0 0 0
/proc/700/statm: 104104 5912 377 364 0 40001 0
[pid=702] ppid=700 vsize=3472 CPUtime=5.49 cores=0-7
/proc/702/stat : 702 (march_hi) R 700 702 702 0 -1 4202496 874 0 0 0 549 0 0 0 25 0 1 0 668268352 3555328 612 33554432000 4194304 4955518 140736040912048 18446744073709551615 4235311 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/702/statm: 868 612 104 186 0 681 0
Current children cumulated CPU time (s) 23.4
Current children cumulated vsize (KiB) 1866384

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

[startup+7.90069 s]
/proc/loadavg: 7.77 8.17 6.98 5/490 702
/proc/meminfo: memFree=16005312/32951124 swapFree=62248504/67111528
[pid=671] ppid=669 vsize=375440 CPUtime=1 cores=0-7
/proc/671/stat : 671 (python) S 669 671 32646 0 -1 4202496 15440 6643 1 0 60 8 30 2 18 0 1 0 668268272 384450560 7410 33554432000 4194304 5683644 140737356505232 18446744073709551615 218917561151 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/671/statm: 93860 7410 1891 364 0 29757 0
[pid=680] ppid=671 vsize=289344 CPUtime=0.01 cores=0-7
/proc/680/stat : 680 (python) S 671 671 32646 0 -1 4202560 908 0 0 0 0 1 0 0 15 0 1 0 668268333 296288256 5717 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 10928806934807019778 0 0 17 1 0 0 0
/proc/680/statm: 72336 5717 371 364 0 8251 0
[pid=682] ppid=680 vsize=3824 CPUtime=7.28 cores=0-7
/proc/682/stat : 682 (march_hi) R 680 682 682 0 -1 4202496 1007 0 0 0 728 0 0 0 25 0 1 0 668268333 3915776 714 33554432000 4194304 4955518 140735825786816 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/682/statm: 956 714 104 186 0 769 0
[pid=684] ppid=671 vsize=365136 CPUtime=0.02 cores=0-7
/proc/684/stat : 684 (python) S 671 671 32646 0 -1 4202560 794 0 0 0 1 1 0 0 15 0 1 0 668268336 373899264 5894 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 3435701162211246339 0 0 17 5 0 0 0
/proc/684/statm: 91284 5894 371 364 0 27196 0
[pid=686] ppid=684 vsize=3824 CPUtime=7.24 cores=0-7
/proc/686/stat : 686 (march_hi) R 684 686 686 0 -1 4202496 989 0 0 0 724 0 0 0 25 0 1 0 668268336 3915776 713 33554432000 4194304 4955518 140736420611872 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/686/statm: 956 713 104 186 0 769 0
[pid=696] ppid=671 vsize=406160 CPUtime=0.02 cores=0-7
/proc/696/stat : 696 (python) S 671 671 32646 0 -1 4202560 830 0 0 0 1 1 0 0 15 0 1 0 668268348 415907840 5899 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 876367946237051137 0 0 17 0 0 0 0
/proc/696/statm: 101540 5899 371 364 0 37440 0
[pid=698] ppid=696 vsize=3824 CPUtime=7.12 cores=0-7
/proc/698/stat : 698 (march_hi) R 696 698 698 0 -1 4202496 990 0 0 0 712 0 0 0 25 0 1 0 668268349 3915776 706 33554432000 4194304 4955518 140737186477984 18446744073709551615 4244449 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/698/statm: 956 706 104 186 0 769 0
[pid=700] ppid=671 vsize=416416 CPUtime=0.02 cores=0-7
/proc/700/stat : 700 (python) S 671 671 32646 0 -1 4202560 872 0 0 0 1 1 0 0 15 0 1 0 668268352 426409984 5912 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 10207245832009253123 0 0 17 6 0 0 0
/proc/700/statm: 104104 5912 377 364 0 40001 0
[pid=702] ppid=700 vsize=3824 CPUtime=7.09 cores=0-7
/proc/702/stat : 702 (march_hi) R 700 702 702 0 -1 4202496 996 0 0 0 709 0 0 0 25 0 1 0 668268352 3915776 709 33554432000 4194304 4955518 140736040912048 18446744073709551615 4209751 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/702/statm: 956 709 104 186 0 769 0
Current children cumulated CPU time (s) 29.8
Current children cumulated vsize (KiB) 1867792

[startup+8.70055 s]
/proc/loadavg: 7.77 8.17 6.98 5/490 702
/proc/meminfo: memFree=16005816/32951124 swapFree=62248504/67111528
[pid=671] ppid=669 vsize=375440 CPUtime=1 cores=0-7
/proc/671/stat : 671 (python) S 669 671 32646 0 -1 4202496 15440 6643 1 0 60 8 30 2 18 0 1 0 668268272 384450560 7410 33554432000 4194304 5683644 140737356505232 18446744073709551615 218917561151 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/671/statm: 93860 7410 1891 364 0 29757 0
[pid=680] ppid=671 vsize=289344 CPUtime=0.01 cores=0-7
/proc/680/stat : 680 (python) S 671 671 32646 0 -1 4202560 909 0 0 0 0 1 0 0 15 0 1 0 668268333 296288256 5717 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 10928806934807019778 0 0 17 1 0 0 0
/proc/680/statm: 72336 5717 371 364 0 8251 0
[pid=682] ppid=680 vsize=4336 CPUtime=8.08 cores=0-7
/proc/682/stat : 682 (march_hi) R 680 682 682 0 -1 4202496 1036 0 0 0 808 0 0 0 25 0 1 0 668268333 4440064 743 33554432000 4194304 4955518 140735825786816 18446744073709551615 4227902 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/682/statm: 1084 743 104 186 0 897 0
[pid=684] ppid=671 vsize=365136 CPUtime=0.02 cores=0-7
/proc/684/stat : 684 (python) S 671 671 32646 0 -1 4202560 794 0 0 0 1 1 0 0 15 0 1 0 668268336 373899264 5894 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 3435701162211246339 0 0 17 5 0 0 0
/proc/684/statm: 91284 5894 371 364 0 27196 0
[pid=686] ppid=684 vsize=4336 CPUtime=8.04 cores=0-7
/proc/686/stat : 686 (march_hi) R 684 686 686 0 -1 4202496 1018 0 0 0 804 0 0 0 25 0 1 0 668268336 4440064 742 33554432000 4194304 4955518 140736420611872 18446744073709551615 4227583 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/686/statm: 1084 742 104 186 0 897 0
[pid=696] ppid=671 vsize=406160 CPUtime=0.02 cores=0-7
/proc/696/stat : 696 (python) S 671 671 32646 0 -1 4202560 830 0 0 0 1 1 0 0 15 0 1 0 668268348 415907840 5899 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 876367946237051137 0 0 17 0 0 0 0
/proc/696/statm: 101540 5899 371 364 0 37440 0
[pid=698] ppid=696 vsize=4336 CPUtime=7.92 cores=0-7
/proc/698/stat : 698 (march_hi) R 696 698 698 0 -1 4202496 1021 0 0 0 792 0 0 0 25 0 1 0 668268349 4440064 737 33554432000 4194304 4955518 140737186477984 18446744073709551615 4238289 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/698/statm: 1084 737 104 186 0 897 0
[pid=700] ppid=671 vsize=416416 CPUtime=0.02 cores=0-7
/proc/700/stat : 700 (python) S 671 671 32646 0 -1 4202560 872 0 0 0 1 1 0 0 15 0 1 0 668268352 426409984 5912 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 10207245832009253123 0 0 17 6 0 0 0
/proc/700/statm: 104104 5912 377 364 0 40001 0
[pid=702] ppid=700 vsize=4336 CPUtime=7.89 cores=0-7
/proc/702/stat : 702 (march_hi) R 700 702 702 0 -1 4202496 1025 0 0 0 789 0 0 0 25 0 1 0 668268352 4440064 738 33554432000 4194304 4955518 140736040912048 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/702/statm: 1084 738 104 186 0 897 0
Current children cumulated CPU time (s) 33
Current children cumulated vsize (KiB) 1869840

[startup+9.5004 s]
/proc/loadavg: 7.77 8.17 6.98 5/490 702
/proc/meminfo: memFree=16005816/32951124 swapFree=62248504/67111528
[pid=671] ppid=669 vsize=375440 CPUtime=1 cores=0-7
/proc/671/stat : 671 (python) S 669 671 32646 0 -1 4202496 15440 6643 1 0 60 8 30 2 18 0 1 0 668268272 384450560 7410 33554432000 4194304 5683644 140737356505232 18446744073709551615 218917561151 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/671/statm: 93860 7410 1891 364 0 29757 0
[pid=680] ppid=671 vsize=289344 CPUtime=0.01 cores=0-7
/proc/680/stat : 680 (python) S 671 671 32646 0 -1 4202560 909 0 0 0 0 1 0 0 15 0 1 0 668268333 296288256 5717 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 10928806934807019778 0 0 17 1 0 0 0
/proc/680/statm: 72336 5717 371 364 0 8251 0
[pid=682] ppid=680 vsize=4336 CPUtime=8.88 cores=0-7
/proc/682/stat : 682 (march_hi) R 680 682 682 0 -1 4202496 1069 0 0 0 888 0 0 0 25 0 1 0 668268333 4440064 776 33554432000 4194304 4955518 140735825786816 18446744073709551615 4227831 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/682/statm: 1084 776 104 186 0 897 0
[pid=684] ppid=671 vsize=365136 CPUtime=0.02 cores=0-7
/proc/684/stat : 684 (python) S 671 671 32646 0 -1 4202560 794 0 0 0 1 1 0 0 15 0 1 0 668268336 373899264 5894 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 3435701162211246339 0 0 17 5 0 0 0
/proc/684/statm: 91284 5894 371 364 0 27196 0
[pid=686] ppid=684 vsize=4336 CPUtime=8.84 cores=0-7
/proc/686/stat : 686 (march_hi) R 684 686 686 0 -1 4202496 1051 0 0 0 884 0 0 0 25 0 1 0 668268336 4440064 775 33554432000 4194304 4955518 140736420611872 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/686/statm: 1084 775 104 186 0 897 0
[pid=696] ppid=671 vsize=406160 CPUtime=0.02 cores=0-7
/proc/696/stat : 696 (python) S 671 671 32646 0 -1 4202560 830 0 0 0 1 1 0 0 15 0 1 0 668268348 415907840 5899 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 876367946237051137 0 0 17 0 0 0 0
/proc/696/statm: 101540 5899 371 364 0 37440 0
[pid=698] ppid=696 vsize=4336 CPUtime=8.72 cores=0-7
/proc/698/stat : 698 (march_hi) R 696 698 698 0 -1 4202496 1052 0 0 0 872 0 0 0 25 0 1 0 668268349 4440064 768 33554432000 4194304 4955518 140737186477984 18446744073709551615 4295488 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/698/statm: 1084 768 104 186 0 897 0
[pid=700] ppid=671 vsize=416416 CPUtime=0.02 cores=0-7
/proc/700/stat : 700 (python) S 671 671 32646 0 -1 4202560 872 0 0 0 1 1 0 0 15 0 1 0 668268352 426409984 5912 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 10207245832009253123 0 0 17 6 0 0 0
/proc/700/statm: 104104 5912 377 364 0 40001 0
[pid=702] ppid=700 vsize=4336 CPUtime=8.69 cores=0-7
/proc/702/stat : 702 (march_hi) R 700 702 702 0 -1 4202496 1057 0 0 0 869 0 0 0 25 0 1 0 668268352 4440064 770 33554432000 4194304 4955518 140736040912048 18446744073709551615 4209679 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/702/statm: 1084 770 104 186 0 897 0
Current children cumulated CPU time (s) 36.2
Current children cumulated vsize (KiB) 1869840

[startup+9.70038 s]
/proc/loadavg: 7.77 8.17 6.98 5/490 702
/proc/meminfo: memFree=16005816/32951124 swapFree=62248504/67111528
[pid=671] ppid=669 vsize=375440 CPUtime=18.92 cores=0-7
/proc/671/stat : 671 (python) S 669 671 32646 0 -1 4202496 15440 11036 1 0 60 8 1818 6 16 0 1 0 668268272 384450560 7410 33554432000 4194304 5683644 140737356505232 18446744073709551615 218917561151 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/671/statm: 93860 7410 1891 364 0 29757 0
[pid=696] ppid=671 vsize=406160 CPUtime=0.02 cores=0-7
/proc/696/stat : 696 (python) S 671 671 32646 0 -1 4202560 830 0 0 0 1 1 0 0 15 0 1 0 668268348 415907840 5899 33554432000 4194304 5683644 140737356505232 18446744073709551615 218905751110 0 0 16781312 514 876367946237051137 0 0 17 0 0 0 0
/proc/696/statm: 101540 5899 371 364 0 37440 0
[pid=698] ppid=696 vsize=4336 CPUtime=8.92 cores=0-7
/proc/698/stat : 698 (march_hi) R 696 698 698 0 -1 4202496 1060 0 0 0 892 0 0 0 25 0 1 0 668268349 4440064 776 33554432000 4194304 4955518 140737186477984 18446744073709551615 4261393 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/698/statm: 1084 776 104 186 0 897 0
[pid=700] ppid=671 vsize=0 CPUtime=8.9 cores=0-7
/proc/700/stat : 700 (python) Z 671 671 32646 0 -1 4202588 1160 1071 0 0 1 1 888 0 16 0 1 0 668268352 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/700/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 36.76
Current children cumulated vsize (KiB) 785936

Child status: 1
Real time (s): 9.78149
CPU time (s): 36.9024
CPU user time (s): 36.7164
CPU system time (s): 0.185971
CPU usage (%): 377.268
Max. virtual memory (cumulated for all children) (KiB): 1869840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.7164
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35148
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= 2001
involuntary context switches= 335

runsolver used 0.044993 second user time and 0.12898 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-16 19:25:05
IDJOB=3385448
IDBENCH=82713
IDSOLVER=1870
FILE ID=node137/3385448-1305566705
RUNJOBID= node137-1305564962-32660
PBS_JOBID= 13350113
Free space on /tmp= 73664 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1263625223-038.SATISFIABLE.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-3385448-1305566705/watcher-3385448-1305566705 -o /tmp/evaluation-result-3385448-1305566705/solver-3385448-1305566705 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385448-1305566705.cnf -seed 116777666 -budget 40000 -cores 8

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

MD5SUM BENCH= bcd207ee685856d0ca572e80c3354408
RANDOM SEED=116777666

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16052080 kB
Buffers:        327324 kB
Cached:        4384684 kB
SwapCached:      25020 kB
Active:        6917840 kB
Inactive:      9701436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16052080 kB
SwapTotal:    67111528 kB
SwapFree:     62248504 kB
Dirty:           32204 kB
Writeback:           0 kB
AnonPages:    11892108 kB
Mapped:          30856 kB
Slab:           139228 kB
PageTables:      67688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 146920520 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73632 MiB
End job on node137 at 2011-05-16 19:25:15