Trace number 3317561

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-random? (exit code) 73.0389 37.5009

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1610857498-043.SATISFIABLE.cnf
MD5SUM0d600e03980bc39de7eca1909ca62db5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.006998
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.38/1.15	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/1.15	c INFO: solving HOME/instance-3317561-1304270091.cnf
0.38/1.15	c INFO: computing task features
0.38/1.16	c INFO: computed variable-clause graph statistics
0.38/1.16	c INFO: computed clause balance statistics
0.45/1.20	c INFO: computed variable balance statistics
0.45/1.23	c INFO: computed small-clause counts
0.45/1.23	c INFO: computed Horn-clause counts
0.45/1.24	c INFO: computed variable graph statistics
0.45/1.24	c INFO: collected features for HOME/instance-3317561-1304270091.cnf in 0.08 s
0.45/1.26	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.57)
0.45/1.29	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.32)
0.56/1.32	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.07)
0.56/1.35	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.31)
0.56/1.35	Traceback (most recent call last):
0.56/1.35	  File "HOME/solve", line 33, in <module>
0.56/1.35	    plac.call(main)
0.56/1.35	  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.56/1.35	    cmd, result = parser_from(obj).consume(arglist)
0.56/1.35	  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.56/1.35	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.56/1.35	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.56/1.35	    (_, answer, _) = solver(input_path, budget, cores)
0.56/1.35	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.56/1.35	    process.die()
0.56/1.35	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.56/1.35	    os.kill(self._process.pid, signal.SIGUSR1)
0.56/1.35	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: 935)

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-3317561-1304270091/watcher-3317561-1304270091 -o /tmp/evaluation-result-3317561-1304270091/solver-3317561-1304270091 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317561-1304270091.cnf -seed 496160418 -budget 4800 -cores 4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.61 8.53 8.21 6/238 24669
/proc/meminfo: memFree=29738484/32951124 swapFree=67107188/67111528
[pid=24669] ppid=24667 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/24669/stat : 24669 (python) R 24667 24669 23486 0 -1 4202496 806 0 0 0 0 0 0 0 25 0 1 0 538607593 15753216 691 33554432000 4194304 5683644 140735198663536 18446744073709551615 4358288 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/24669/statm: 3846 693 332 364 0 333 0

[startup+0.0523809 s]
/proc/loadavg: 8.61 8.53 8.21 6/238 24669
/proc/meminfo: memFree=29738484/32951124 swapFree=67107188/67111528
[pid=24669] ppid=24667 vsize=23188 CPUtime=0.02 cores=1,3,5,7
/proc/24669/stat : 24669 (python) S 24667 24669 23486 0 -1 4202496 1325 0 0 0 2 0 0 0 25 0 1 0 538607593 23744512 1173 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204645376 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/24669/statm: 5797 1173 432 364 0 724 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23188

[startup+0.100376 s]
/proc/loadavg: 8.61 8.53 8.21 6/238 24669
/proc/meminfo: memFree=29738484/32951124 swapFree=67107188/67111528
[pid=24669] ppid=24667 vsize=47940 CPUtime=0.04 cores=1,3,5,7
/proc/24669/stat : 24669 (python) D 24667 24669 23486 0 -1 4202496 1939 0 0 0 3 1 0 0 25 0 1 0 538607593 49090560 1711 33554432000 4194304 5683644 140735198663536 18446744073709551615 210199723751 0 0 16781312 2 18446744071696489144 0 0 17 3 0 0 0
/proc/24669/statm: 11985 1711 479 364 0 1204 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 47940

[startup+0.300327 s]
/proc/loadavg: 8.61 8.53 8.21 6/238 24669
/proc/meminfo: memFree=29738484/32951124 swapFree=67107188/67111528
[pid=24669] ppid=24667 vsize=47940 CPUtime=0.04 cores=1,3,5,7
/proc/24669/stat : 24669 (python) D 24667 24669 23486 0 -1 4202496 1939 0 0 0 3 1 0 0 25 0 1 0 538607593 49090560 1711 33554432000 4194304 5683644 140735198663536 18446744073709551615 210199723751 0 0 16781312 2 18446744071696489144 0 0 17 3 0 0 0
/proc/24669/statm: 11985 1711 479 364 0 1204 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 47940

[startup+0.700269 s]
/proc/loadavg: 8.61 8.53 8.21 6/238 24669
/proc/meminfo: memFree=29738484/32951124 swapFree=67107188/67111528
[pid=24669] ppid=24667 vsize=126300 CPUtime=0.13 cores=1,3,5,7
/proc/24669/stat : 24669 (python) R 24667 24669 23486 0 -1 4202496 4708 934 1 0 10 3 0 0 18 0 1 0 538607593 129331200 3895 33554432000 4194304 5683644 140735198663536 18446744073709551615 5168776 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/24669/statm: 31575 3895 1001 364 0 2870 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 126300

[startup+1.50013 s]
/proc/loadavg: 8.61 8.53 8.21 6/239 24674
/proc/meminfo: memFree=29720248/32951124 swapFree=67107188/67111528
[pid=24669] ppid=24667 vsize=310076 CPUtime=0.64 cores=1,3,5,7
/proc/24669/stat : 24669 (python) S 24667 24669 23486 0 -1 4202496 12532 3958 1 0 50 11 3 0 18 0 1 0 538607593 317517824 7274 33554432000 4194304 5683644 140735198663536 18446744073709551615 210216477503 0 0 16781312 2 18446744071562232103 0 0 17 3 0 0 0
/proc/24669/statm: 77519 7274 1883 364 0 13428 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 310076

[startup+3.10085 s]
/proc/loadavg: 8.61 8.53 8.21 8/243 24688
/proc/meminfo: memFree=29705088/32951124 swapFree=67107188/67111528
[pid=24669] ppid=24667 vsize=310076 CPUtime=0.64 cores=1,3,5,7
/proc/24669/stat : 24669 (python) S 24667 24669 23486 0 -1 4202496 12532 3958 1 0 50 11 3 0 18 0 1 0 538607593 317517824 7274 33554432000 4194304 5683644 140735198663536 18446744073709551615 210216477503 0 0 16781312 2 18446744071562232103 0 0 17 3 0 0 0
/proc/24669/statm: 77519 7274 1883 364 0 13428 0
[pid=24679] ppid=24669 vsize=289360 CPUtime=0 cores=1,3,5,7
/proc/24679/stat : 24679 (python) S 24669 24669 23486 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 538607723 296304640 5697 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 5625893140368949512 0 0 17 3 0 0 0
/proc/24679/statm: 72340 5697 348 364 0 8255 0
[pid=24681] ppid=24679 vsize=2652 CPUtime=1.79 cores=1,3,5,7
/proc/24681/stat : 24681 (march_hi) R 24679 24681 24681 0 -1 4202496 739 0 0 0 179 0 0 0 25 0 1 0 538607723 2715648 476 33554432000 4194304 4955518 140733771892224 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24681/statm: 663 476 104 186 0 476 0
[pid=24686] ppid=24669 vsize=310076 CPUtime=0 cores=1,3,5,7
/proc/24686/stat : 24686 (python) S 24669 24669 23486 0 -1 4202560 770 0 0 0 0 0 0 0 15 0 1 0 538607728 317517824 5739 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 13673135181177782534 0 0 17 3 0 0 0
/proc/24686/statm: 77519 5739 348 364 0 13428 0
[pid=24688] ppid=24686 vsize=2652 CPUtime=1.74 cores=1,3,5,7
/proc/24688/stat : 24688 (march_hi) R 24686 24688 24688 0 -1 4202496 738 0 0 0 174 0 0 0 25 0 1 0 538607729 2715648 474 33554432000 4194304 4955518 140736330116720 18446744073709551615 4227811 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24688/statm: 663 474 104 186 0 476 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 914816

[startup+6.30032 s]
/proc/loadavg: 8.48 8.51 8.21 8/243 24688
/proc/meminfo: memFree=29703520/32951124 swapFree=67107188/67111528
[pid=24669] ppid=24667 vsize=310076 CPUtime=0.64 cores=1,3,5,7
/proc/24669/stat : 24669 (python) S 24667 24669 23486 0 -1 4202496 12532 3958 1 0 50 11 3 0 18 0 1 0 538607593 317517824 7274 33554432000 4194304 5683644 140735198663536 18446744073709551615 210216477503 0 0 16781312 2 18446744071562232103 0 0 17 3 0 0 0
/proc/24669/statm: 77519 7274 1883 364 0 13428 0
[pid=24679] ppid=24669 vsize=289360 CPUtime=0 cores=1,3,5,7
/proc/24679/stat : 24679 (python) S 24669 24669 23486 0 -1 4202560 905 0 0 0 0 0 0 0 15 0 1 0 538607723 296304640 5720 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 16444410808277893384 0 0 17 3 0 0 0
/proc/24679/statm: 72340 5720 371 364 0 8255 0
[pid=24681] ppid=24679 vsize=3596 CPUtime=4.99 cores=1,3,5,7
/proc/24681/stat : 24681 (march_hi) R 24679 24681 24681 0 -1 4202496 885 0 0 0 499 0 0 0 25 0 1 0 538607723 3682304 622 33554432000 4194304 4955518 140733771892224 18446744073709551615 4238735 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24681/statm: 899 622 104 186 0 712 0
[pid=24686] ppid=24669 vsize=310076 CPUtime=0 cores=1,3,5,7
/proc/24686/stat : 24686 (python) S 24669 24669 23486 0 -1 4202560 905 0 0 0 0 0 0 0 15 0 1 0 538607728 317517824 5762 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 5629749952281280774 0 0 17 3 0 0 0
/proc/24686/statm: 77519 5762 371 364 0 13428 0
[pid=24688] ppid=24686 vsize=3596 CPUtime=4.94 cores=1,3,5,7
/proc/24688/stat : 24688 (march_hi) R 24686 24688 24688 0 -1 4202496 885 0 0 0 494 0 0 0 25 0 1 0 538607729 3682304 621 33554432000 4194304 4955518 140736330116720 18446744073709551615 4289796 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24688/statm: 899 621 104 186 0 712 0
Current children cumulated CPU time (s) 10.57
Current children cumulated vsize (KiB) 916704

[startup+12.7002 s]
/proc/loadavg: 8.36 8.48 8.20 8/243 24688
/proc/meminfo: memFree=29697740/32951124 swapFree=67107188/67111528
[pid=24669] ppid=24667 vsize=310076 CPUtime=0.64 cores=1,3,5,7
/proc/24669/stat : 24669 (python) S 24667 24669 23486 0 -1 4202496 12532 3958 1 0 50 11 3 0 18 0 1 0 538607593 317517824 7274 33554432000 4194304 5683644 140735198663536 18446744073709551615 210216477503 0 0 16781312 2 18446744071562232103 0 0 17 3 0 0 0
/proc/24669/statm: 77519 7274 1883 364 0 13428 0
[pid=24679] ppid=24669 vsize=289360 CPUtime=0.01 cores=1,3,5,7
/proc/24679/stat : 24679 (python) S 24669 24669 23486 0 -1 4202560 909 0 0 0 0 1 0 0 15 0 1 0 538607723 296304640 5720 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 5625893140368949512 0 0 17 3 0 0 0
/proc/24679/statm: 72340 5720 371 364 0 8255 0
[pid=24681] ppid=24679 vsize=5488 CPUtime=11.39 cores=1,3,5,7
/proc/24681/stat : 24681 (march_hi) R 24679 24681 24681 0 -1 4202496 1201 0 0 0 1139 0 0 0 25 0 1 0 538607723 5619712 938 33554432000 4194304 4955518 140733771892224 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24681/statm: 1372 938 104 186 0 1185 0
[pid=24686] ppid=24669 vsize=310076 CPUtime=0.02 cores=1,3,5,7
/proc/24686/stat : 24686 (python) S 24669 24669 23486 0 -1 4202560 912 0 0 0 1 1 0 0 15 0 1 0 538607728 317517824 5762 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 13673135181177782534 0 0 17 3 0 0 0
/proc/24686/statm: 77519 5762 371 364 0 13428 0
[pid=24688] ppid=24686 vsize=5488 CPUtime=11.34 cores=1,3,5,7
/proc/24688/stat : 24688 (march_hi) R 24686 24688 24688 0 -1 4202496 1201 0 0 0 1134 0 0 0 25 0 1 0 538607729 5619712 937 33554432000 4194304 4955518 140736330116720 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24688/statm: 1372 937 104 186 0 1185 0
Current children cumulated CPU time (s) 23.4
Current children cumulated vsize (KiB) 920488

[startup+25.5011 s]
/proc/loadavg: 8.13 8.42 8.18 8/247 24693
/proc/meminfo: memFree=29684484/32951124 swapFree=67107188/67111528
[pid=24669] ppid=24667 vsize=310076 CPUtime=0.64 cores=1,3,5,7
/proc/24669/stat : 24669 (python) S 24667 24669 23486 0 -1 4202496 12532 3958 1 0 50 11 3 0 18 0 1 0 538607593 317517824 7274 33554432000 4194304 5683644 140735198663536 18446744073709551615 210216477503 0 0 16781312 2 18446744071562232103 0 0 17 3 0 0 0
/proc/24669/statm: 77519 7274 1883 364 0 13428 0
[pid=24679] ppid=24669 vsize=289360 CPUtime=0.03 cores=1,3,5,7
/proc/24679/stat : 24679 (python) S 24669 24669 23486 0 -1 4202560 915 0 0 0 2 1 0 0 15 0 1 0 538607723 296304640 5720 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 5625893140368949512 0 0 17 3 0 0 0
/proc/24679/statm: 72340 5720 371 364 0 8255 0
[pid=24681] ppid=24679 vsize=7124 CPUtime=24.19 cores=1,3,5,7
/proc/24681/stat : 24681 (march_hi) R 24679 24681 24681 0 -1 4202496 1693 0 0 0 2419 0 0 0 25 0 1 0 538607723 7294976 1430 33554432000 4194304 4955518 140733771892224 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24681/statm: 1781 1430 104 186 0 1594 0
[pid=24686] ppid=24669 vsize=310076 CPUtime=0.04 cores=1,3,5,7
/proc/24686/stat : 24686 (python) S 24669 24669 23486 0 -1 4202560 918 0 0 0 2 2 0 0 15 0 1 0 538607728 317517824 5762 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 13673135181177782534 0 0 17 7 0 0 0
/proc/24686/statm: 77519 5762 371 364 0 13428 0
[pid=24688] ppid=24686 vsize=7124 CPUtime=24.13 cores=1,3,5,7
/proc/24688/stat : 24688 (march_hi) R 24686 24688 24688 0 -1 4202496 1695 0 0 0 2413 0 0 0 25 0 1 0 538607729 7294976 1431 33554432000 4194304 4955518 140736330116720 18446744073709551615 4227597 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24688/statm: 1781 1431 104 186 0 1594 0
Current children cumulated CPU time (s) 49.03
Current children cumulated vsize (KiB) 923760

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

[startup+31.908 s]
/proc/loadavg: 8.04 8.40 8.18 8/247 24693
/proc/meminfo: memFree=29678516/32951124 swapFree=67107188/67111528
[pid=24669] ppid=24667 vsize=310076 CPUtime=0.64 cores=1,3,5,7
/proc/24669/stat : 24669 (python) S 24667 24669 23486 0 -1 4202496 12532 3958 1 0 50 11 3 0 18 0 1 0 538607593 317517824 7274 33554432000 4194304 5683644 140735198663536 18446744073709551615 210216477503 0 0 16781312 2 18446744071562232103 0 0 17 3 0 0 0
/proc/24669/statm: 77519 7274 1883 364 0 13428 0
[pid=24679] ppid=24669 vsize=289360 CPUtime=0.04 cores=1,3,5,7
/proc/24679/stat : 24679 (python) S 24669 24669 23486 0 -1 4202560 916 0 0 0 2 2 0 0 15 0 1 0 538607723 296304640 5720 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 5625893140368949512 0 0 17 3 0 0 0
/proc/24679/statm: 72340 5720 371 364 0 8255 0
[pid=24681] ppid=24679 vsize=8848 CPUtime=30.6 cores=1,3,5,7
/proc/24681/stat : 24681 (march_hi) R 24679 24681 24681 0 -1 4202496 1940 0 0 0 3060 0 0 0 25 0 1 0 538607723 9060352 1677 33554432000 4194304 4955518 140733771892224 18446744073709551615 4261411 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24681/statm: 2212 1677 104 186 0 2025 0
[pid=24686] ppid=24669 vsize=310076 CPUtime=0.04 cores=1,3,5,7
/proc/24686/stat : 24686 (python) S 24669 24669 23486 0 -1 4202560 920 0 0 0 2 2 0 0 15 0 1 0 538607728 317517824 5762 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 13673135181177782534 0 0 17 7 0 0 0
/proc/24686/statm: 77519 5762 371 364 0 13428 0
[pid=24688] ppid=24686 vsize=8848 CPUtime=30.54 cores=1,3,5,7
/proc/24688/stat : 24688 (march_hi) R 24686 24688 24688 0 -1 4202496 1942 0 0 0 3054 0 0 0 25 0 1 0 538607729 9060352 1678 33554432000 4194304 4955518 140736330116720 18446744073709551615 4261461 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24688/statm: 2212 1678 104 186 0 2025 0
Current children cumulated CPU time (s) 61.86
Current children cumulated vsize (KiB) 927208

[startup+35.1005 s]
/proc/loadavg: 7.96 8.38 8.17 8/247 24693
/proc/meminfo: memFree=29676024/32951124 swapFree=67107188/67111528
[pid=24669] ppid=24667 vsize=310076 CPUtime=0.64 cores=1,3,5,7
/proc/24669/stat : 24669 (python) S 24667 24669 23486 0 -1 4202496 12532 3958 1 0 50 11 3 0 18 0 1 0 538607593 317517824 7274 33554432000 4194304 5683644 140735198663536 18446744073709551615 210216477503 0 0 16781312 2 18446744071562232103 0 0 17 3 0 0 0
/proc/24669/statm: 77519 7274 1883 364 0 13428 0
[pid=24679] ppid=24669 vsize=289360 CPUtime=0.04 cores=1,3,5,7
/proc/24679/stat : 24679 (python) S 24669 24669 23486 0 -1 4202560 918 0 0 0 2 2 0 0 15 0 1 0 538607723 296304640 5720 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 5625893140368949512 0 0 17 3 0 0 0
/proc/24679/statm: 72340 5720 371 364 0 8255 0
[pid=24681] ppid=24679 vsize=9812 CPUtime=33.8 cores=1,3,5,7
/proc/24681/stat : 24681 (march_hi) R 24679 24681 24681 0 -1 4202496 2060 0 0 0 3380 0 0 0 25 0 1 0 538607723 10047488 1797 33554432000 4194304 4955518 140733771892224 18446744073709551615 4209688 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24681/statm: 2453 1797 104 186 0 2266 0
[pid=24686] ppid=24669 vsize=310076 CPUtime=0.05 cores=1,3,5,7
/proc/24686/stat : 24686 (python) S 24669 24669 23486 0 -1 4202560 921 0 0 0 2 3 0 0 15 0 1 0 538607728 317517824 5762 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 13673135181177782534 0 0 17 7 0 0 0
/proc/24686/statm: 77519 5762 371 364 0 13428 0
[pid=24688] ppid=24686 vsize=9812 CPUtime=33.74 cores=1,3,5,7
/proc/24688/stat : 24688 (march_hi) R 24686 24688 24688 0 -1 4202496 2063 0 0 0 3374 0 0 0 25 0 1 0 538607729 10047488 1799 33554432000 4194304 4955518 140736330116720 18446744073709551615 4238735 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24688/statm: 2453 1799 104 186 0 2266 0
Current children cumulated CPU time (s) 68.27
Current children cumulated vsize (KiB) 929136

[startup+36.7012 s]
/proc/loadavg: 7.96 8.38 8.17 8/247 24693
/proc/meminfo: memFree=29675404/32951124 swapFree=67107188/67111528
[pid=24669] ppid=24667 vsize=310076 CPUtime=0.64 cores=1,3,5,7
/proc/24669/stat : 24669 (python) S 24667 24669 23486 0 -1 4202496 12532 3958 1 0 50 11 3 0 18 0 1 0 538607593 317517824 7274 33554432000 4194304 5683644 140735198663536 18446744073709551615 210216477503 0 0 16781312 2 18446744071562232103 0 0 17 3 0 0 0
/proc/24669/statm: 77519 7274 1883 364 0 13428 0
[pid=24679] ppid=24669 vsize=289360 CPUtime=0.04 cores=1,3,5,7
/proc/24679/stat : 24679 (python) S 24669 24669 23486 0 -1 4202560 918 0 0 0 2 2 0 0 15 0 1 0 538607723 296304640 5720 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 5625893140368949512 0 0 17 3 0 0 0
/proc/24679/statm: 72340 5720 371 364 0 8255 0
[pid=24681] ppid=24679 vsize=9812 CPUtime=35.39 cores=1,3,5,7
/proc/24681/stat : 24681 (march_hi) R 24679 24681 24681 0 -1 4202496 2117 0 0 0 3539 0 0 0 25 0 1 0 538607723 10047488 1854 33554432000 4194304 4955518 140733771892224 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24681/statm: 2453 1854 104 186 0 2266 0
[pid=24686] ppid=24669 vsize=310076 CPUtime=0.05 cores=1,3,5,7
/proc/24686/stat : 24686 (python) S 24669 24669 23486 0 -1 4202560 921 0 0 0 2 3 0 0 15 0 1 0 538607728 317517824 5762 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 13673135181177782534 0 0 17 7 0 0 0
/proc/24686/statm: 77519 5762 371 364 0 13428 0
[pid=24688] ppid=24686 vsize=9812 CPUtime=35.33 cores=1,3,5,7
/proc/24688/stat : 24688 (march_hi) R 24686 24688 24688 0 -1 4202496 2120 0 0 0 3533 0 0 0 25 0 1 0 538607729 10047488 1856 33554432000 4194304 4955518 140736330116720 18446744073709551615 4210556 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24688/statm: 2453 1856 104 186 0 2266 0
Current children cumulated CPU time (s) 71.45
Current children cumulated vsize (KiB) 929136

[startup+37.1012 s]
/proc/loadavg: 7.96 8.38 8.17 8/247 24693
/proc/meminfo: memFree=29675404/32951124 swapFree=67107188/67111528
[pid=24669] ppid=24667 vsize=310076 CPUtime=0.64 cores=1,3,5,7
/proc/24669/stat : 24669 (python) S 24667 24669 23486 0 -1 4202496 12532 3958 1 0 50 11 3 0 18 0 1 0 538607593 317517824 7274 33554432000 4194304 5683644 140735198663536 18446744073709551615 210216477503 0 0 16781312 2 18446744071562232103 0 0 17 3 0 0 0
/proc/24669/statm: 77519 7274 1883 364 0 13428 0
[pid=24679] ppid=24669 vsize=289360 CPUtime=0.04 cores=1,3,5,7
/proc/24679/stat : 24679 (python) S 24669 24669 23486 0 -1 4202560 918 0 0 0 2 2 0 0 15 0 1 0 538607723 296304640 5720 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 5625893140368949512 0 0 17 3 0 0 0
/proc/24679/statm: 72340 5720 371 364 0 8255 0
[pid=24681] ppid=24679 vsize=9812 CPUtime=35.79 cores=1,3,5,7
/proc/24681/stat : 24681 (march_hi) R 24679 24681 24681 0 -1 4202496 2133 0 0 0 3579 0 0 0 25 0 1 0 538607723 10047488 1870 33554432000 4194304 4955518 140733771892224 18446744073709551615 4227859 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24681/statm: 2453 1870 104 186 0 2266 0
[pid=24686] ppid=24669 vsize=310076 CPUtime=0.05 cores=1,3,5,7
/proc/24686/stat : 24686 (python) S 24669 24669 23486 0 -1 4202560 921 0 0 0 2 3 0 0 15 0 1 0 538607728 317517824 5762 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 13673135181177782534 0 0 17 7 0 0 0
/proc/24686/statm: 77519 5762 371 364 0 13428 0
[pid=24688] ppid=24686 vsize=9812 CPUtime=35.73 cores=1,3,5,7
/proc/24688/stat : 24688 (march_hi) R 24686 24688 24688 0 -1 4202496 2136 0 0 0 3573 0 0 0 25 0 1 0 538607729 10047488 1872 33554432000 4194304 4955518 140736330116720 18446744073709551615 4235400 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24688/statm: 2453 1872 104 186 0 2266 0
Current children cumulated CPU time (s) 72.25
Current children cumulated vsize (KiB) 929136

[startup+37.3011 s]
/proc/loadavg: 7.96 8.38 8.17 8/247 24693
/proc/meminfo: memFree=29674652/32951124 swapFree=67107188/67111528
[pid=24669] ppid=24667 vsize=310076 CPUtime=0.64 cores=1,3,5,7
/proc/24669/stat : 24669 (python) S 24667 24669 23486 0 -1 4202496 12532 3958 1 0 50 11 3 0 18 0 1 0 538607593 317517824 7274 33554432000 4194304 5683644 140735198663536 18446744073709551615 210216477503 0 0 16781312 2 18446744071562232103 0 0 17 3 0 0 0
/proc/24669/statm: 77519 7274 1883 364 0 13428 0
[pid=24679] ppid=24669 vsize=289360 CPUtime=0.04 cores=1,3,5,7
/proc/24679/stat : 24679 (python) S 24669 24669 23486 0 -1 4202560 918 0 0 0 2 2 0 0 15 0 1 0 538607723 296304640 5720 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 5625893140368949512 0 0 17 3 0 0 0
/proc/24679/statm: 72340 5720 371 364 0 8255 0
[pid=24681] ppid=24679 vsize=9812 CPUtime=36 cores=1,3,5,7
/proc/24681/stat : 24681 (march_hi) R 24679 24681 24681 0 -1 4202496 2141 0 0 0 3600 0 0 0 25 0 1 0 538607723 10047488 1878 33554432000 4194304 4955518 140733771892224 18446744073709551615 4227800 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24681/statm: 2453 1878 104 186 0 2266 0
[pid=24686] ppid=24669 vsize=310076 CPUtime=0.05 cores=1,3,5,7
/proc/24686/stat : 24686 (python) S 24669 24669 23486 0 -1 4202560 921 0 0 0 2 3 0 0 15 0 1 0 538607728 317517824 5762 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 13673135181177782534 0 0 17 7 0 0 0
/proc/24686/statm: 77519 5762 371 364 0 13428 0
[pid=24688] ppid=24686 vsize=9812 CPUtime=35.94 cores=1,3,5,7
/proc/24688/stat : 24688 (march_hi) R 24686 24688 24688 0 -1 4202496 2145 0 0 0 3594 0 0 0 25 0 1 0 538607729 10047488 1881 33554432000 4194304 4955518 140736330116720 18446744073709551615 4227824 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24688/statm: 2453 1881 104 186 0 2266 0
Current children cumulated CPU time (s) 72.67
Current children cumulated vsize (KiB) 929136

[startup+37.4081 s]
/proc/loadavg: 7.96 8.38 8.17 8/247 24693
/proc/meminfo: memFree=29674652/32951124 swapFree=67107188/67111528
[pid=24669] ppid=24667 vsize=310076 CPUtime=0.64 cores=1,3,5,7
/proc/24669/stat : 24669 (python) S 24667 24669 23486 0 -1 4202496 12532 3958 1 0 50 11 3 0 18 0 1 0 538607593 317517824 7274 33554432000 4194304 5683644 140735198663536 18446744073709551615 210216477503 0 0 16781312 2 18446744071562232103 0 0 17 3 0 0 0
/proc/24669/statm: 77519 7274 1883 364 0 13428 0
[pid=24679] ppid=24669 vsize=289360 CPUtime=0.04 cores=1,3,5,7
/proc/24679/stat : 24679 (python) S 24669 24669 23486 0 -1 4202560 918 0 0 0 2 2 0 0 15 0 1 0 538607723 296304640 5720 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 5625893140368949512 0 0 17 3 0 0 0
/proc/24679/statm: 72340 5720 371 364 0 8255 0
[pid=24681] ppid=24679 vsize=9812 CPUtime=36.1 cores=1,3,5,7
/proc/24681/stat : 24681 (march_hi) R 24679 24681 24681 0 -1 4202496 2145 0 0 0 3610 0 0 0 25 0 1 0 538607723 10047488 1882 33554432000 4194304 4955518 140733771892224 18446744073709551615 4238341 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/24681/statm: 2453 1882 104 186 0 2266 0
[pid=24686] ppid=24669 vsize=310076 CPUtime=0.05 cores=1,3,5,7
/proc/24686/stat : 24686 (python) S 24669 24669 23486 0 -1 4202560 921 0 0 0 2 3 0 0 15 0 1 0 538607728 317517824 5762 33554432000 4194304 5683644 140735198663536 18446744073709551615 210204667462 0 0 16781312 514 13673135181177782534 0 0 17 7 0 0 0
/proc/24686/statm: 77519 5762 371 364 0 13428 0
[pid=24688] ppid=24686 vsize=9812 CPUtime=36.04 cores=1,3,5,7
/proc/24688/stat : 24688 (march_hi) R 24686 24688 24688 0 -1 4202496 2149 0 0 0 3604 0 0 0 25 0 1 0 538607729 10047488 1885 33554432000 4194304 4955518 140736330116720 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/24688/statm: 2453 1885 104 186 0 2266 0
Current children cumulated CPU time (s) 72.87
Current children cumulated vsize (KiB) 929136

Child status: 1
Real time (s): 37.5009
CPU time (s): 73.0389
CPU user time (s): 72.8349
CPU system time (s): 0.203968
CPU usage (%): 194.766
Max. virtual memory (cumulated for all children) (KiB): 929136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.8349
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27405
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= 3472
involuntary context switches= 175

runsolver used 0.070989 second user time and 0.176973 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-01 19:14:51
IDJOB=3317561
IDBENCH=83026
IDSOLVER=1705
FILE ID=node130/3317561-1304270091
RUNJOBID= node130-1304267282-23505
PBS_JOBID= 13173949
Free space on /tmp= 72668 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1610857498-043.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-3317561-1304270091/watcher-3317561-1304270091 -o /tmp/evaluation-result-3317561-1304270091/solver-3317561-1304270091 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317561-1304270091.cnf -seed 496160418 -budget 4800 -cores 4

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

MD5SUM BENCH= 0d600e03980bc39de7eca1909ca62db5
RANDOM SEED=496160418

node130.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.838
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.67
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.838
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.838
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.838
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.81
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.838
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.75
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29738888 kB
Buffers:        235748 kB
Cached:        1497448 kB
SwapCached:       1948 kB
Active:        1668456 kB
Inactive:      1248396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29738888 kB
SwapTotal:    67111528 kB
SwapFree:     67107188 kB
Dirty:           31864 kB
Writeback:           0 kB
AnonPages:     1182344 kB
Mapped:          24960 kB
Slab:           220404 kB
PageTables:      15140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 20912344 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= 72636 MiB
End job on node130 at 2011-05-01 19:15:28