Trace number 3377987

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)UNSAT 355.095 355.365

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark234.365
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

Solver Data

0.34/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.66	c INFO: solving HOME/instance-3377987-1305454765.cnf
0.34/0.66	c INFO: computing task features
2.52/2.81	c INFO: computed variable-clause graph statistics
2.61/2.90	c INFO: computed clause balance statistics
12.01/12.34	c INFO: computed variable balance statistics
19.71/20.02	c INFO: computed small-clause counts
19.82/20.13	c INFO: computed Horn-clause counts
31.53/31.91	c INFO: computed variable graph statistics
31.63/31.91	c INFO: collected features for HOME/instance-3377987-1305454765.cnf in 31.16 s
31.63/31.92	c INFO: running lingeling-276@0 for 582 with 2368 remaining (b = 0.35)
355.01/355.31	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-3377987-1305454765/watcher-3377987-1305454765 -o /tmp/evaluation-result-3377987-1305454765/solver-3377987-1305454765 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377987-1305454765.cnf -seed 314226685 -budget 2400 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 2.92 3.34 3.65 4/400 28775
/proc/meminfo: memFree=21945668/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=15184 CPUtime=0 cores=1,3
/proc/28775/stat : 28775 (python) S 28773 28775 27552 0 -1 4202496 725 0 0 0 0 0 0 0 20 0 1 0 657074284 15548416 616 33554432000 4194304 5683644 140733294136272 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/28775/statm: 3796 616 322 364 0 283 0

[startup+0.0452869 s]
/proc/loadavg: 2.92 3.34 3.65 4/400 28775
/proc/meminfo: memFree=21945668/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=18880 CPUtime=0.01 cores=1,3
/proc/28775/stat : 28775 (python) R 28773 28775 27552 0 -1 4202496 1278 0 0 0 1 0 0 0 18 0 1 0 657074284 19333120 1132 33554432000 4194304 5683644 140733294136272 18446744073709551615 4870108 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28775/statm: 4720 1133 421 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18880

[startup+0.100274 s]
/proc/loadavg: 2.92 3.34 3.65 4/400 28775
/proc/meminfo: memFree=21945668/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=85072 CPUtime=0.05 cores=1,3
/proc/28775/stat : 28775 (python) R 28773 28775 27552 0 -1 4202496 2484 0 0 0 4 1 0 0 17 0 1 0 657074284 87113728 2213 33554432000 4194304 5683644 140733294136272 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28775/statm: 21268 2218 707 364 0 1485 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85072

[startup+0.300281 s]
/proc/loadavg: 2.92 3.34 3.65 4/400 28775
/proc/meminfo: memFree=21945668/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=135748 CPUtime=0.17 cores=1,3
/proc/28775/stat : 28775 (python) R 28773 28775 27552 0 -1 4202496 5967 932 1 0 12 5 0 0 17 0 1 0 657074284 139005952 4148 33554432000 4194304 5683644 140733294136272 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28775/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700168 s]
/proc/loadavg: 2.92 3.34 3.65 4/400 28775
/proc/meminfo: memFree=21945668/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=292376 CPUtime=0.41 cores=1,3
/proc/28775/stat : 28775 (python) R 28773 28775 27552 0 -1 4202496 12742 932 1 0 29 12 0 0 15 0 1 0 657074284 299393024 10416 33554432000 4194304 5683644 140733294136272 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28775/statm: 73094 10416 1761 364 0 9018 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 292376

[startup+1.50102 s]
/proc/loadavg: 2.92 3.34 3.65 4/401 28780
/proc/meminfo: memFree=21887452/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=347508 CPUtime=1.21 cores=1,3
/proc/28775/stat : 28775 (python) R 28773 28775 27552 0 -1 4202496 26417 932 1 0 107 14 0 0 16 0 1 0 657074284 355848192 24091 33554432000 4194304 5683644 140733294136272 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28775/statm: 86877 24092 1761 364 0 22801 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 347508

[startup+3.10073 s]
/proc/loadavg: 2.92 3.34 3.65 4/401 28780
/proc/meminfo: memFree=21811688/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=416860 CPUtime=2.81 cores=1,3
/proc/28775/stat : 28775 (python) R 28773 28775 27552 0 -1 4202496 68153 932 1 0 261 20 0 0 18 0 1 0 657074284 426864640 41600 33554432000 4194304 5683644 140733294136272 18446744073709551615 212691083957 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28775/statm: 104215 41600 1826 364 0 40139 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 416860

[startup+6.30014 s]
/proc/loadavg: 3.01 3.35 3.65 4/401 28780
/proc/meminfo: memFree=21785660/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=416860 CPUtime=6.01 cores=1,3
/proc/28775/stat : 28775 (python) R 28773 28775 27552 0 -1 4202496 68153 932 1 0 581 20 0 0 25 0 1 0 657074284 426864640 41600 33554432000 4194304 5683644 140733294136272 18446744073709551615 4529264 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28775/statm: 104215 41600 1826 364 0 40139 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 416860

[startup+12.701 s]
/proc/loadavg: 3.01 3.35 3.64 4/401 28780
/proc/meminfo: memFree=21784200/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=416860 CPUtime=12.41 cores=1,3
/proc/28775/stat : 28775 (python) R 28773 28775 27552 0 -1 4202496 68154 932 1 0 1221 20 0 0 25 0 1 0 657074284 426864640 41601 33554432000 4194304 5683644 140733294136272 18446744073709551615 47438506018565 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28775/statm: 104215 41601 1827 364 0 40139 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 416860

[startup+25.5006 s]
/proc/loadavg: 3.01 3.33 3.63 4/401 28780
/proc/meminfo: memFree=21778844/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=422984 CPUtime=25.22 cores=1,3
/proc/28775/stat : 28775 (python) R 28773 28775 27552 0 -1 4202496 69691 932 1 0 2501 21 0 0 25 0 1 0 657074284 433135616 43138 33554432000 4194304 5683644 140733294136272 18446744073709551615 47438505773196 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28775/statm: 105746 43138 1833 364 0 41670 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 422984

[startup+51.101 s]
/proc/loadavg: 3.15 3.33 3.63 4/404 28784
/proc/meminfo: memFree=21751196/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=421840 CPUtime=31.64 cores=1,3
/proc/28775/stat : 28775 (python) S 28773 28775 27552 0 -1 4202496 69974 932 1 0 3143 21 0 0 25 0 2 0 657074284 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28775/statm: 105460 40323 1867 364 0 41378 0
[pid=28782] ppid=28775 vsize=411596 CPUtime=0.05 cores=1,3
/proc/28782/stat : 28782 (python) S 28775 28775 27552 0 -1 4202560 892 0 0 0 2 3 0 0 18 0 1 0 657077477 421474304 38828 33554432000 4194304 5683644 140733294136272 18446744073709551615 212687695375 0 0 16781312 514 2332741461675573508 0 0 17 1 0 0 0
/proc/28782/statm: 102899 38828 376 364 0 38817 0
[pid=28784] ppid=28782 vsize=36240 CPUtime=19.1 cores=1,3
/proc/28784/stat : 28784 (lingeling) R 28782 28784 28784 0 -1 4202496 14602 0 0 0 1907 3 0 0 25 0 1 0 657077478 37109760 8231 33554432000 4194304 4352236 140736517676848 18446744073709551615 4276521 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28784/statm: 9060 8231 129 39 0 8140 0
[pid=28775/tid=28783] ppid=28773 vsize=421840 CPUtime=0 cores=1,3
/proc/28775/task/28783/stat : 28783 (python) S 28773 28775 27552 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 657077478 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699498929 0 0 16781312 2 18446604469311679552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 869676

[startup+102.315 s]
/proc/loadavg: 3.14 3.30 3.60 4/404 28786
/proc/meminfo: memFree=21711336/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=421840 CPUtime=31.64 cores=1,3
/proc/28775/stat : 28775 (python) S 28773 28775 27552 0 -1 4202496 69974 932 1 0 3143 21 0 0 25 0 2 0 657074284 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28775/statm: 105460 40323 1867 364 0 41378 0
[pid=28782] ppid=28775 vsize=411596 CPUtime=0.2 cores=1,3
/proc/28782/stat : 28782 (python) S 28775 28775 27552 0 -1 4202560 917 0 0 0 9 11 0 0 18 0 1 0 657077477 421474304 38828 33554432000 4194304 5683644 140733294136272 18446744073709551615 212687695375 0 0 16781312 514 2332741461675573508 0 0 17 1 0 0 0
/proc/28782/statm: 102899 38828 376 364 0 38817 0
[pid=28784] ppid=28782 vsize=44556 CPUtime=70.16 cores=1,3
/proc/28784/stat : 28784 (lingeling) R 28782 28784 28784 0 -1 4202496 16776 0 0 0 7013 3 0 0 25 0 1 0 657077478 45625344 10310 33554432000 4194304 4352236 140736517676848 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28784/statm: 11139 10310 129 39 0 10219 0
[pid=28775/tid=28783] ppid=28773 vsize=421840 CPUtime=0 cores=1,3
/proc/28775/task/28783/stat : 28783 (python) S 28773 28775 27552 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 657077478 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699498929 0 0 16781312 2 18446604469311679552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 877992

[startup+162.301 s]
/proc/loadavg: 3.14 3.27 3.57 4/404 28787
/proc/meminfo: memFree=21705500/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=421840 CPUtime=31.64 cores=1,3
/proc/28775/stat : 28775 (python) S 28773 28775 27552 0 -1 4202496 69974 932 1 0 3143 21 0 0 25 0 2 0 657074284 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28775/statm: 105460 40323 1867 364 0 41378 0
[pid=28782] ppid=28775 vsize=411596 CPUtime=0.37 cores=1,3
/proc/28782/stat : 28782 (python) S 28775 28775 27552 0 -1 4202560 937 0 0 0 18 19 0 0 18 0 1 0 657077477 421474304 38828 33554432000 4194304 5683644 140733294136272 18446744073709551615 212687695375 0 0 16781312 514 2332741461675573508 0 0 17 1 0 0 0
/proc/28782/statm: 102899 38828 376 364 0 38817 0
[pid=28784] ppid=28782 vsize=50172 CPUtime=129.98 cores=1,3
/proc/28784/stat : 28784 (lingeling) R 28782 28784 28784 0 -1 4202496 17824 0 0 0 12995 3 0 0 25 0 1 0 657077478 51376128 11203 33554432000 4194304 4352236 140736517676848 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28784/statm: 12543 11203 129 39 0 11623 0
[pid=28775/tid=28783] ppid=28773 vsize=421840 CPUtime=0 cores=1,3
/proc/28775/task/28783/stat : 28783 (python) S 28773 28775 27552 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 657077478 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699498929 0 0 16781312 2 18446604469311679552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 883608

[startup+222.301 s]
/proc/loadavg: 3.05 3.22 3.53 4/404 28789
/proc/meminfo: memFree=21694936/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=421840 CPUtime=31.64 cores=1,3
/proc/28775/stat : 28775 (python) S 28773 28775 27552 0 -1 4202496 69974 932 1 0 3143 21 0 0 25 0 2 0 657074284 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28775/statm: 105460 40323 1867 364 0 41378 0
[pid=28782] ppid=28775 vsize=411596 CPUtime=0.53 cores=1,3
/proc/28782/stat : 28782 (python) S 28775 28775 27552 0 -1 4202560 954 0 0 0 27 26 0 0 18 0 1 0 657077477 421474304 38828 33554432000 4194304 5683644 140733294136272 18446744073709551615 212687695375 0 0 16781312 514 2332741461675573508 0 0 17 1 0 0 0
/proc/28782/statm: 102899 38828 376 364 0 38817 0
[pid=28784] ppid=28782 vsize=52720 CPUtime=189.83 cores=1,3
/proc/28784/stat : 28784 (lingeling) R 28782 28784 28784 0 -1 4202496 18464 0 0 0 18980 3 0 0 25 0 1 0 657077478 53985280 11840 33554432000 4194304 4352236 140736517676848 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28784/statm: 13180 11840 129 39 0 12260 0
[pid=28775/tid=28783] ppid=28773 vsize=421840 CPUtime=0 cores=1,3
/proc/28775/task/28783/stat : 28783 (python) S 28773 28775 27552 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 657077478 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699498929 0 0 16781312 2 18446604469311679552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 222
Current children cumulated vsize (KiB) 886156

[startup+282.301 s]
/proc/loadavg: 3.02 3.18 3.49 4/404 28790
/proc/meminfo: memFree=21699868/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=421840 CPUtime=31.64 cores=1,3
/proc/28775/stat : 28775 (python) S 28773 28775 27552 0 -1 4202496 69974 932 1 0 3143 21 0 0 25 0 2 0 657074284 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28775/statm: 105460 40323 1867 364 0 41378 0
[pid=28782] ppid=28775 vsize=411596 CPUtime=0.69 cores=1,3
/proc/28782/stat : 28782 (python) S 28775 28775 27552 0 -1 4202560 967 0 0 0 34 35 0 0 18 0 1 0 657077477 421474304 38828 33554432000 4194304 5683644 140733294136272 18446744073709551615 212687695375 0 0 16781312 514 2332741461675573508 0 0 17 1 0 0 0
/proc/28782/statm: 102899 38828 376 364 0 38817 0
[pid=28784] ppid=28782 vsize=55812 CPUtime=249.66 cores=1,3
/proc/28784/stat : 28784 (lingeling) R 28782 28784 28784 0 -1 4202496 19321 0 0 0 24963 3 0 0 25 0 1 0 657077478 57151488 12613 33554432000 4194304 4352236 140736517676848 18446744073709551615 4231316 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28784/statm: 13953 12613 129 39 0 13033 0
[pid=28775/tid=28783] ppid=28773 vsize=421840 CPUtime=0 cores=1,3
/proc/28775/task/28783/stat : 28783 (python) S 28773 28775 27552 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 657077478 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699498929 0 0 16781312 2 18446604469311679552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 281.99
Current children cumulated vsize (KiB) 889248

[startup+342.301 s]
/proc/loadavg: 2.92 3.14 3.46 4/386 28856
/proc/meminfo: memFree=21707620/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=421840 CPUtime=31.64 cores=1,3
/proc/28775/stat : 28775 (python) S 28773 28775 27552 0 -1 4202496 69974 932 1 0 3143 21 0 0 25 0 2 0 657074284 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28775/statm: 105460 40323 1867 364 0 41378 0
[pid=28782] ppid=28775 vsize=411596 CPUtime=0.86 cores=1,3
/proc/28782/stat : 28782 (python) S 28775 28775 27552 0 -1 4202560 967 0 0 0 42 44 0 0 18 0 1 0 657077477 421474304 38828 33554432000 4194304 5683644 140733294136272 18446744073709551615 212687695375 0 0 16781312 514 2332741461675573508 0 0 17 1 0 0 0
/proc/28782/statm: 102899 38828 376 364 0 38817 0
[pid=28784] ppid=28782 vsize=59904 CPUtime=309.49 cores=1,3
/proc/28784/stat : 28784 (lingeling) R 28782 28784 28784 0 -1 4202496 20345 0 0 0 30946 3 0 0 25 0 1 0 657077478 61341696 13636 33554432000 4194304 4352236 140736517676848 18446744073709551615 4276757 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28784/statm: 14976 13636 129 39 0 14056 0
[pid=28775/tid=28783] ppid=28773 vsize=421840 CPUtime=0 cores=1,3
/proc/28775/task/28783/stat : 28783 (python) S 28773 28775 27552 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 657077478 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699498929 0 0 16781312 2 18446604469311679552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 341.99
Current children cumulated vsize (KiB) 893340

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

[startup+345.5 s]
/proc/loadavg: 3.01 3.15 3.46 4/386 28856
/proc/meminfo: memFree=21684232/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=421840 CPUtime=31.64 cores=1,3
/proc/28775/stat : 28775 (python) S 28773 28775 27552 0 -1 4202496 69974 932 1 0 3143 21 0 0 25 0 2 0 657074284 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28775/statm: 105460 40323 1867 364 0 41378 0
[pid=28782] ppid=28775 vsize=411596 CPUtime=0.88 cores=1,3
/proc/28782/stat : 28782 (python) S 28775 28775 27552 0 -1 4202560 967 0 0 0 43 45 0 0 18 0 1 0 657077477 421474304 38828 33554432000 4194304 5683644 140733294136272 18446744073709551615 212687695375 0 0 16781312 514 2332741461675573508 0 0 17 1 0 0 0
/proc/28782/statm: 102899 38828 376 364 0 38817 0
[pid=28784] ppid=28782 vsize=59904 CPUtime=312.67 cores=1,3
/proc/28784/stat : 28784 (lingeling) R 28782 28784 28784 0 -1 4202496 20345 0 0 0 31264 3 0 0 25 0 1 0 657077478 61341696 13636 33554432000 4194304 4352236 140736517676848 18446744073709551615 4276728 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28784/statm: 14976 13636 129 39 0 14056 0
[pid=28775/tid=28783] ppid=28773 vsize=421840 CPUtime=0 cores=1,3
/proc/28775/task/28783/stat : 28783 (python) S 28773 28775 27552 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 657077478 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699498929 0 0 16781312 2 18446604469311679552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 345.19
Current children cumulated vsize (KiB) 893340

[startup+351.901 s]
/proc/loadavg: 3.01 3.15 3.46 4/386 28856
/proc/meminfo: memFree=21682920/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=421840 CPUtime=31.64 cores=1,3
/proc/28775/stat : 28775 (python) S 28773 28775 27552 0 -1 4202496 69974 932 1 0 3143 21 0 0 25 0 2 0 657074284 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28775/statm: 105460 40323 1867 364 0 41378 0
[pid=28782] ppid=28775 vsize=411596 CPUtime=0.9 cores=1,3
/proc/28782/stat : 28782 (python) S 28775 28775 27552 0 -1 4202560 967 0 0 0 44 46 0 0 18 0 1 0 657077477 421474304 38828 33554432000 4194304 5683644 140733294136272 18446744073709551615 212687695375 0 0 16781312 514 2332741461675573508 0 0 17 1 0 0 0
/proc/28782/statm: 102899 38828 376 364 0 38817 0
[pid=28784] ppid=28782 vsize=59904 CPUtime=319.07 cores=1,3
/proc/28784/stat : 28784 (lingeling) R 28782 28784 28784 0 -1 4202496 20345 0 0 0 31904 3 0 0 25 0 1 0 657077478 61341696 13636 33554432000 4194304 4352236 140736517676848 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28784/statm: 14976 13636 129 39 0 14056 0
[pid=28775/tid=28783] ppid=28773 vsize=421840 CPUtime=0 cores=1,3
/proc/28775/task/28783/stat : 28783 (python) S 28773 28775 27552 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 657077478 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699498929 0 0 16781312 2 18446604469311679552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 351.61
Current children cumulated vsize (KiB) 893340

[startup+353.501 s]
/proc/loadavg: 3.00 3.14 3.45 4/386 28856
/proc/meminfo: memFree=21683288/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=421840 CPUtime=31.64 cores=1,3
/proc/28775/stat : 28775 (python) S 28773 28775 27552 0 -1 4202496 69974 932 1 0 3143 21 0 0 25 0 2 0 657074284 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28775/statm: 105460 40323 1867 364 0 41378 0
[pid=28782] ppid=28775 vsize=411596 CPUtime=0.9 cores=1,3
/proc/28782/stat : 28782 (python) S 28775 28775 27552 0 -1 4202560 967 0 0 0 44 46 0 0 18 0 1 0 657077477 421474304 38828 33554432000 4194304 5683644 140733294136272 18446744073709551615 212687695375 0 0 16781312 514 2332741461675573508 0 0 17 1 0 0 0
/proc/28782/statm: 102899 38828 376 364 0 38817 0
[pid=28784] ppid=28782 vsize=59900 CPUtime=320.65 cores=1,3
/proc/28784/stat : 28784 (lingeling) R 28782 28784 28784 0 -1 4202496 20345 0 0 0 32062 3 0 0 25 0 1 0 657077478 61337600 13635 33554432000 4194304 4352236 140736517676848 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28784/statm: 14975 13635 129 39 0 14055 0
[pid=28775/tid=28783] ppid=28773 vsize=421840 CPUtime=0 cores=1,3
/proc/28775/task/28783/stat : 28783 (python) S 28773 28775 27552 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 657077478 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699498929 0 0 16781312 2 18446604469311679552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 353.19
Current children cumulated vsize (KiB) 893336

[startup+354.301 s]
/proc/loadavg: 3.00 3.14 3.45 4/386 28856
/proc/meminfo: memFree=21683288/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=421840 CPUtime=31.64 cores=1,3
/proc/28775/stat : 28775 (python) S 28773 28775 27552 0 -1 4202496 69974 932 1 0 3143 21 0 0 25 0 2 0 657074284 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28775/statm: 105460 40323 1867 364 0 41378 0
[pid=28782] ppid=28775 vsize=411596 CPUtime=0.9 cores=1,3
/proc/28782/stat : 28782 (python) S 28775 28775 27552 0 -1 4202560 967 0 0 0 44 46 0 0 18 0 1 0 657077477 421474304 38828 33554432000 4194304 5683644 140733294136272 18446744073709551615 212687695375 0 0 16781312 514 2332741461675573508 0 0 17 1 0 0 0
/proc/28782/statm: 102899 38828 376 364 0 38817 0
[pid=28784] ppid=28782 vsize=59900 CPUtime=321.45 cores=1,3
/proc/28784/stat : 28784 (lingeling) R 28782 28784 28784 0 -1 4202496 20345 0 0 0 32142 3 0 0 25 0 1 0 657077478 61337600 13635 33554432000 4194304 4352236 140736517676848 18446744073709551615 4328363 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28784/statm: 14975 13635 129 39 0 14055 0
[pid=28775/tid=28783] ppid=28773 vsize=421840 CPUtime=0 cores=1,3
/proc/28775/task/28783/stat : 28783 (python) S 28773 28775 27552 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 657077478 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699498929 0 0 16781312 2 18446604469311679552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 353.99
Current children cumulated vsize (KiB) 893336

[startup+355.101 s]
/proc/loadavg: 3.00 3.14 3.45 4/386 28856
/proc/meminfo: memFree=21683288/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=421840 CPUtime=31.64 cores=1,3
/proc/28775/stat : 28775 (python) S 28773 28775 27552 0 -1 4202496 69974 932 1 0 3143 21 0 0 25 0 2 0 657074284 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28775/statm: 105460 40323 1867 364 0 41378 0
[pid=28782] ppid=28775 vsize=411596 CPUtime=0.91 cores=1,3
/proc/28782/stat : 28782 (python) S 28775 28775 27552 0 -1 4202560 967 0 0 0 45 46 0 0 18 0 1 0 657077477 421474304 38828 33554432000 4194304 5683644 140733294136272 18446744073709551615 212687695375 0 0 16781312 514 2332741461675573508 0 0 17 1 0 0 0
/proc/28782/statm: 102899 38828 376 364 0 38817 0
[pid=28784] ppid=28782 vsize=59900 CPUtime=322.24 cores=1,3
/proc/28784/stat : 28784 (lingeling) R 28782 28784 28784 0 -1 4202496 20345 0 0 0 32221 3 0 0 25 0 1 0 657077478 61337600 13635 33554432000 4194304 4352236 140736517676848 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/28784/statm: 14975 13635 129 39 0 14055 0
[pid=28775/tid=28783] ppid=28773 vsize=421840 CPUtime=0 cores=1,3
/proc/28775/task/28783/stat : 28783 (python) S 28773 28775 27552 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 657077478 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699498929 0 0 16781312 2 18446604469311679552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 354.79
Current children cumulated vsize (KiB) 893336

[startup+355.314 s]
/proc/loadavg: 3.00 3.14 3.45 4/386 28856
/proc/meminfo: memFree=21683536/32951124 swapFree=67111348/67111528
[pid=28775] ppid=28773 vsize=421840 CPUtime=31.64 cores=1,3
/proc/28775/stat : 28775 (python) S 28773 28775 27552 0 -1 4202496 69974 932 1 0 3143 21 0 0 25 0 2 0 657074284 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28775/statm: 105460 40323 1867 364 0 41378 0
[pid=28782] ppid=28775 vsize=411596 CPUtime=0.94 cores=1,3
/proc/28782/stat : 28782 (python) R 28775 28775 27552 0 -1 4202560 968 0 0 0 48 46 0 0 15 0 1 0 657077477 421474304 38828 33554432000 4194304 5683644 140733294136272 18446744073709551615 212687695375 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/28782/statm: 102899 38828 376 364 0 38817 0
[pid=28784] ppid=28782 vsize=0 CPUtime=322.43 cores=1,3
/proc/28784/stat : 28784 (lingeling) R 28782 28784 28784 0 -1 4202500 20348 0 0 0 32239 4 0 0 25 0 1 0 657077478 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/28784/statm: 0 0 0 0 0 0 0
[pid=28775/tid=28783] ppid=28773 vsize=421840 CPUtime=0 cores=1,3
/proc/28775/task/28783/stat : 28783 (python) S 28773 28775 27552 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 2 0 657077478 431964160 40323 33554432000 4194304 5683644 140733294136272 18446744073709551615 212699498929 0 0 16781312 2 18446604469311679552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 355.01
Current children cumulated vsize (KiB) 833436

Child status: 0
Real time (s): 355.365
CPU time (s): 355.095
CPU user time (s): 354.343
CPU system time (s): 0.751885
CPU usage (%): 99.924
Max. virtual memory (cumulated for all children) (KiB): 893340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 354.343
system time used= 0.751885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111774
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= 3196
involuntary context switches= 1008

runsolver used 1.2958 second user time and 3.22551 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 12:19:25
IDJOB=3377987
IDBENCH=82431
IDSOLVER=1858
FILE ID=node139/3377987-1305454765
RUNJOBID= node139-1305453462-28372
PBS_JOBID= 13324881
Free space on /tmp= 73332 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377987-1305454765/watcher-3377987-1305454765 -o /tmp/evaluation-result-3377987-1305454765/solver-3377987-1305454765 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3377987-1305454765.cnf -seed 314226685 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=314226685

node139.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.852
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.70
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.852
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.852
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.852
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.75
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.852
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	: 5321.49
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.852
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.852
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.82
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.852
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:      21945824 kB
Buffers:        310904 kB
Cached:        3057728 kB
SwapCached:          0 kB
Active:        8638248 kB
Inactive:      2053216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21945824 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           44292 kB
Writeback:           0 kB
AnonPages:     7323260 kB
Mapped:          35960 kB
Slab:           204988 kB
PageTables:      44180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77616700 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= 73280 MiB
End job on node139 at 2011-05-15 12:25:21