Trace number 3286491

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
priss 1.0UNSAT 240.394 62.5535

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-18-step15.cnf
MD5SUMcabee0328f774a95ab72be66123bb39b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.8798
Satisfiable
(Un)Satisfiability was proved
Number of variables130021
Number of clauses2509375
Sum of the clauses size5678283
Maximum clause length1921
Minimum clause length1
Number of clauses of size 1456
Number of clauses of size 22437138
Number of clauses of size 310555
Number of clauses of size 46624
Number of clauses of size 53927
Number of clauses of size over 550675

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 24191
0.00/0.74	c parsetime: 736040us
0.00/0.74	c parsed 2509375 clauses with 130021 variables
0.00/0.89	c NW started thread 0 successfully (1087646016)
1.11/1.04	c NW started thread 1 successfully (1109600576)
1.63/1.21	c NW started thread 2 successfully (1120090432)
2.38/1.41	c NW started thread 3 successfully (1098135872)
115.94/30.09	c preprocessor returned 132021 variables
115.94/30.09	c preprocessing returned UNKNOWN
115.94/30.09	c PP set 2724 variables
115.94/30.09	c pp time: 28640316us (28s)
138.71/35.72	c HTE
161.68/41.58	c subsumption
161.68/41.58	c simplified formula contains 0 unit clauses
163.27/41.90	c preprocessor returned 130321 variables
163.27/41.90	c preprocessing returned UNKNOWN
163.27/41.90	c PP set 2724 variables
163.27/41.90	c pp time: 40825638us (40s)
167.29/42.91	c preprocessor returned 130321 variables
167.29/42.91	c preprocessing returned UNKNOWN
167.29/42.91	c PP set 2724 variables
167.29/42.91	c pp time: 41999152us (41s)
167.29/42.92	c preprocessor returned 130321 variables
167.29/42.92	c preprocessing returned UNKNOWN
167.29/42.92	c PP set 2724 variables
167.29/42.92	c pp time: 41664802us (41s)
184.46/47.24	c HTE
198.82/50.85	c added unsatisfied clause
198.82/50.85	c failed to add network clauses
206.75/52.82	c subsumption
206.75/52.82	c simplified formula contains 0 unit clauses
222.71/56.84	c HTE
237.88/60.63	c ====================
237.88/60.63	c implication/decision inf%(inf)
237.88/60.63	c decisions:           131511
237.88/60.63	c last level:          0
237.88/60.63	c conflicts:           12075
237.88/60.63	c restarts:            79
237.88/60.63	c rejected_restarts    0
237.88/60.63	c removals:            5
237.88/60.63	c removed clauses:     6565
237.88/60.63	c oft clauses:         0
237.88/60.65	c ====================
237.88/60.66	c solvetime: 18762136us (18s)
238.27/60.78	c sended clauses   | 668 | 742 | 677 | 43 |
238.27/60.78	c received clauses | 0 | 83 | 111 | 130 |
238.27/60.78	c join all other threads
238.27/60.78	c joined thread 0
238.27/60.78	c joined thread 1
238.27/60.78	c joined thread 2
240.23/62.48	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: 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-3286491-1304050972/watcher-3286491-1304050972 -o /tmp/evaluation-result-3286491-1304050972/solver-3286491-1304050972 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3286491-1304050972.cnf 531956113 4800 15500 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: 7.44 7.79 7.88 6/182 24190
/proc/meminfo: memFree=14521204/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24190/stat : 24190 (priss.sh) S 24188 24190 22103 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 497513215 8908800 252 33554432000 4194304 4922060 140734776654224 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24190/statm: 2175 252 211 178 0 68 0

[startup+0.0149821 s]
/proc/loadavg: 7.44 7.79 7.88 6/182 24190
/proc/meminfo: memFree=14521204/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24190/stat : 24190 (priss.sh) S 24188 24190 22103 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 497513215 8908800 252 33554432000 4194304 4922060 140734776654224 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24190/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10098 s]
/proc/loadavg: 7.44 7.79 7.88 6/182 24190
/proc/meminfo: memFree=14521204/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24190/stat : 24190 (priss.sh) S 24188 24190 22103 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 497513215 8908800 252 33554432000 4194304 4922060 140734776654224 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24190/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300937 s]
/proc/loadavg: 7.44 7.79 7.88 6/182 24190
/proc/meminfo: memFree=14521204/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24190/stat : 24190 (priss.sh) S 24188 24190 22103 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 497513215 8908800 252 33554432000 4194304 4922060 140734776654224 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24190/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700865 s]
/proc/loadavg: 7.44 7.79 7.88 6/182 24190
/proc/meminfo: memFree=14521204/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24190/stat : 24190 (priss.sh) S 24188 24190 22103 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 497513215 8908800 252 33554432000 4194304 4922060 140734776654224 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24190/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50068 s]
/proc/loadavg: 7.24 7.74 7.86 7/185 24193
/proc/meminfo: memFree=14230400/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24190/stat : 24190 (priss.sh) S 24188 24190 22103 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 497513215 8908800 252 33554432000 4194304 4922060 140734776654224 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24190/statm: 2175 252 211 178 0 68 0
[pid=24191] ppid=24190 vsize=947576 CPUtime=2.76 cores=1,3,5,7
/proc/24191/stat : 24191 (priss) S 24190 24190 22103 0 -1 4202496 201151 0 0 0 239 37 0 0 18 0 5 0 497513215 970317824 195654 33554432000 4194304 5787044 140737217660032 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/24191/statm: 236894 195657 345 389 0 232644 0
[pid=24191/tid=24193] ppid=24190 vsize=947576 CPUtime=0.58 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (priss) R 24190 24190 22103 0 -1 4202560 35915 0 0 0 48 10 0 0 18 0 5 0 497513304 970317824 195659 33554432000 4194304 5787044 140737217660032 18446744073709551615 233509958689 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 956276

[startup+3.1004 s]
/proc/loadavg: 7.24 7.74 7.86 9/188 24196
/proc/meminfo: memFree=13282192/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24190/stat : 24190 (priss.sh) S 24188 24190 22103 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 497513215 8908800 252 33554432000 4194304 4922060 140734776654224 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24190/statm: 2175 252 211 178 0 68 0
[pid=24191] ppid=24190 vsize=1828452 CPUtime=8.81 cores=1,3,5,7
/proc/24191/stat : 24191 (priss) S 24190 24190 22103 0 -1 4202496 426010 0 0 0 762 119 0 0 18 0 5 0 497513215 1872334848 420513 33554432000 4194304 5787044 140737217660032 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/24191/statm: 457113 420513 345 389 0 452863 0
[pid=24191/tid=24193] ppid=24190 vsize=1828452 CPUtime=2.09 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (priss) R 24190 24190 22103 0 -1 4202560 78527 0 0 0 181 28 0 0 18 0 5 0 497513304 1872334848 420513 33554432000 4194304 5787044 140737217660032 18446744073709551615 233509955382 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24191/tid=24194] ppid=24190 vsize=1828452 CPUtime=1.95 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (priss) R 24190 24190 22103 0 -1 4202560 77516 0 0 0 181 14 0 0 18 0 5 0 497513320 1872334848 420513 33554432000 4194304 5787044 140737217660032 18446744073709551615 4307762 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24191/tid=24195] ppid=24190 vsize=1828452 CPUtime=1.76 cores=1,3,5,7
/proc/24191/task/24195/stat : 24195 (priss) R 24190 24190 22103 0 -1 4202560 78304 0 0 0 145 31 0 0 18 0 5 0 497513337 1872334848 420513 33554432000 4194304 5787044 140737217660032 18446744073709551615 47428808995991 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=24191/tid=24196] ppid=24190 vsize=1828452 CPUtime=1.6 cores=1,3,5,7
/proc/24191/task/24196/stat : 24196 (priss) R 24190 24190 22103 0 -1 4202560 77454 0 0 0 131 29 0 0 18 0 5 0 497513356 1872334848 420513 33554432000 4194304 5787044 140737217660032 18446744073709551615 47428809310294 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 8.81
Current children cumulated vsize (KiB) 1837152

[startup+6.30083 s]
/proc/loadavg: 7.38 7.76 7.87 9/188 24196
/proc/meminfo: memFree=13708748/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24190/stat : 24190 (priss.sh) S 24188 24190 22103 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 497513215 8908800 252 33554432000 4194304 4922060 140734776654224 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24190/statm: 2175 252 211 178 0 68 0
[pid=24191] ppid=24190 vsize=1048284 CPUtime=21.28 cores=1,3,5,7
/proc/24191/stat : 24191 (priss) S 24190 24190 22103 0 -1 4202496 449059 0 0 0 2001 127 0 0 18 0 5 0 497513215 1073442816 202383 33554432000 4194304 5787044 140737217660032 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/24191/statm: 262071 202383 349 389 0 257821 0
[pid=24191/tid=24193] ppid=24190 vsize=1048284 CPUtime=4.98 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (priss) R 24190 24190 22103 0 -1 4202560 84302 0 0 0 468 30 0 0 19 0 5 0 497513304 1073442816 202383 33554432000 4194304 5787044 140737217660032 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24191/tid=24194] ppid=24190 vsize=1048284 CPUtime=5.15 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (priss) R 24190 24190 22103 0 -1 4202560 83267 0 0 0 499 16 0 0 25 0 5 0 497513320 1073442816 202383 33554432000 4194304 5787044 140737217660032 18446744073709551615 4330518 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24191/tid=24195] ppid=24190 vsize=1048284 CPUtime=4.96 cores=1,3,5,7
/proc/24191/task/24195/stat : 24195 (priss) R 24190 24190 22103 0 -1 4202560 84078 0 0 0 464 32 0 0 25 0 5 0 497513337 1073442816 202383 33554432000 4194304 5787044 140737217660032 18446744073709551615 4330472 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=24191/tid=24196] ppid=24190 vsize=1048284 CPUtime=4.77 cores=1,3,5,7
/proc/24191/task/24196/stat : 24196 (priss) R 24190 24190 22103 0 -1 4202560 83203 0 0 0 447 30 0 0 25 0 5 0 497513356 1073442816 202383 33554432000 4194304 5787044 140737217660032 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 21.28
Current children cumulated vsize (KiB) 1056984

[startup+12.7007 s]
/proc/loadavg: 7.43 7.77 7.87 9/188 24196
/proc/meminfo: memFree=13698496/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24190/stat : 24190 (priss.sh) S 24188 24190 22103 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 497513215 8908800 252 33554432000 4194304 4922060 140734776654224 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24190/statm: 2175 252 211 178 0 68 0
[pid=24191] ppid=24190 vsize=1069016 CPUtime=46.84 cores=1,3,5,7
/proc/24191/stat : 24191 (priss) S 24190 24190 22103 0 -1 4202496 479749 0 0 0 4553 131 0 0 18 0 5 0 497513215 1094672384 203515 33554432000 4194304 5787044 140737217660032 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/24191/statm: 267254 203515 351 389 0 263004 0
[pid=24191/tid=24193] ppid=24190 vsize=1069016 CPUtime=11.38 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (priss) R 24190 24190 22103 0 -1 4202560 88424 0 0 0 1107 31 0 0 25 0 5 0 497513304 1094672384 203515 33554432000 4194304 5787044 140737217660032 18446744073709551615 4340052 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24191/tid=24194] ppid=24190 vsize=1069016 CPUtime=11.56 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (priss) R 24190 24190 22103 0 -1 4202560 92068 0 0 0 1138 18 0 0 25 0 5 0 497513320 1094672384 203515 33554432000 4194304 5787044 140737217660032 18446744073709551615 4340052 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24191/tid=24195] ppid=24190 vsize=1069016 CPUtime=11.36 cores=1,3,5,7
/proc/24191/task/24195/stat : 24195 (priss) R 24190 24190 22103 0 -1 4202560 92627 0 0 0 1103 33 0 0 25 0 5 0 497513337 1094672384 203515 33554432000 4194304 5787044 140737217660032 18446744073709551615 4340054 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=24191/tid=24196] ppid=24190 vsize=1069016 CPUtime=11.14 cores=1,3,5,7
/proc/24191/task/24196/stat : 24196 (priss) R 24190 24190 22103 0 -1 4202560 92421 0 0 0 1082 32 0 0 25 0 5 0 497513356 1094672384 203515 33554432000 4194304 5787044 140737217660032 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 46.84
Current children cumulated vsize (KiB) 1077716

[startup+25.5004 s]
/proc/loadavg: 7.56 7.78 7.87 9/188 24196
/proc/meminfo: memFree=13279524/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24190/stat : 24190 (priss.sh) S 24188 24190 22103 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 497513215 8908800 252 33554432000 4194304 4922060 140734776654224 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24190/statm: 2175 252 211 178 0 68 0
[pid=24191] ppid=24190 vsize=1492064 CPUtime=97.97 cores=1,3,5,7
/proc/24191/stat : 24191 (priss) S 24190 24190 22103 0 -1 4202496 580742 0 0 0 9644 153 0 0 18 0 5 0 497513215 1527873536 304508 33554432000 4194304 5787044 140737217660032 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/24191/statm: 373016 304508 355 389 0 368766 0
[pid=24191/tid=24193] ppid=24190 vsize=1492064 CPUtime=24.18 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (priss) R 24190 24190 22103 0 -1 4202560 99388 0 0 0 2385 33 0 0 25 0 5 0 497513304 1527873536 304508 33554432000 4194304 5787044 140737217660032 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24191/tid=24194] ppid=24190 vsize=1492064 CPUtime=24.35 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (priss) R 24190 24190 22103 0 -1 4202560 108906 0 0 0 2415 20 0 0 25 0 5 0 497513320 1527873536 304508 33554432000 4194304 5787044 140737217660032 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24191/tid=24195] ppid=24190 vsize=1492064 CPUtime=24.16 cores=1,3,5,7
/proc/24191/task/24195/stat : 24195 (priss) R 24190 24190 22103 0 -1 4202560 99236 0 0 0 2382 34 0 0 25 0 5 0 497513337 1527873536 304508 33554432000 4194304 5787044 140737217660032 18446744073709551615 233509991517 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=24191/tid=24196] ppid=24190 vsize=1492064 CPUtime=23.86 cores=1,3,5,7
/proc/24191/task/24196/stat : 24196 (priss) R 24190 24190 22103 0 -1 4202560 159003 0 0 0 2338 48 0 0 25 0 5 0 497513356 1527873536 304508 33554432000 4194304 5787044 140737217660032 18446744073709551615 233509946456 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 97.97
Current children cumulated vsize (KiB) 1500764

[startup+51.1008 s]
/proc/loadavg: 7.78 7.81 7.88 9/188 24197
/proc/meminfo: memFree=13020324/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24190/stat : 24190 (priss.sh) S 24188 24190 22103 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 497513215 8908800 252 33554432000 4194304 4922060 140734776654224 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24190/statm: 2175 252 211 178 0 68 0
[pid=24191] ppid=24190 vsize=1794204 CPUtime=200.02 cores=1,3,5,7
/proc/24191/stat : 24191 (priss) S 24190 24190 22103 0 -1 4202496 803460 0 0 0 19798 204 0 0 18 0 5 0 497513215 1837264896 359023 33554432000 4194304 5787044 140737217660032 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/24191/statm: 448551 359023 419 389 0 444301 0
[pid=24191/tid=24193] ppid=24190 vsize=1794204 CPUtime=49.64 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (priss) R 24190 24190 22103 0 -1 4202560 158726 0 0 0 4917 47 0 0 25 0 5 0 497513304 1837264896 359023 33554432000 4194304 5787044 140737217660032 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24191/tid=24194] ppid=24190 vsize=1794204 CPUtime=49.91 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (priss) R 24190 24190 22103 0 -1 4202560 149476 0 0 0 4961 30 0 0 25 0 5 0 497513320 1837264896 359023 33554432000 4194304 5787044 140737217660032 18446744073709551615 4254881 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=24191/tid=24195] ppid=24190 vsize=1794204 CPUtime=49.73 cores=1,3,5,7
/proc/24191/task/24195/stat : 24195 (priss) R 24190 24190 22103 0 -1 4202560 141565 0 0 0 4930 43 0 0 25 0 5 0 497513337 1837264896 359023 33554432000 4194304 5787044 140737217660032 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=24191/tid=24196] ppid=24190 vsize=1794204 CPUtime=49.32 cores=1,3,5,7
/proc/24191/task/24196/stat : 24196 (priss) R 24190 24190 22103 0 -1 4202560 239484 0 0 0 4866 66 0 0 25 0 5 0 497513356 1837264896 359023 33554432000 4194304 5787044 140737217660032 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 200.02
Current children cumulated vsize (KiB) 1802904

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

[startup+57.5007 s]
/proc/loadavg: 7.80 7.81 7.88 9/188 24197
/proc/meminfo: memFree=13001848/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24190/stat : 24190 (priss.sh) S 24188 24190 22103 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 497513215 8908800 252 33554432000 4194304 4922060 140734776654224 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24190/statm: 2175 252 211 178 0 68 0
[pid=24191] ppid=24190 vsize=1809280 CPUtime=225.5 cores=1,3,5,7
/proc/24191/stat : 24191 (priss) S 24190 24190 22103 0 -1 4202496 811913 0 0 0 22344 206 0 0 18 0 5 0 497513215 1852702720 362449 33554432000 4194304 5787044 140737217660032 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/24191/statm: 452320 362449 420 389 0 448070 0
[pid=24191/tid=24193] ppid=24190 vsize=1809280 CPUtime=56.01 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (priss) R 24190 24190 22103 0 -1 4202560 158735 0 0 0 5553 48 0 0 25 0 5 0 497513304 1852702720 362449 33554432000 4194304 5787044 140737217660032 18446744073709551615 5576685 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24191/tid=24194] ppid=24190 vsize=1809280 CPUtime=56.24 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (priss) R 24190 24190 22103 0 -1 4202560 149575 0 0 0 5594 30 0 0 25 0 5 0 497513320 1852702720 362449 33554432000 4194304 5787044 140737217660032 18446744073709551615 5588265 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24191/tid=24195] ppid=24190 vsize=1809280 CPUtime=56.13 cores=1,3,5,7
/proc/24191/task/24195/stat : 24195 (priss) R 24190 24190 22103 0 -1 4202560 141655 0 0 0 5570 43 0 0 25 0 5 0 497513337 1852702720 362449 33554432000 4194304 5787044 140737217660032 18446744073709551615 5586769 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=24191/tid=24196] ppid=24190 vsize=1809280 CPUtime=55.71 cores=1,3,5,7
/proc/24191/task/24196/stat : 24196 (priss) R 24190 24190 22103 0 -1 4202560 247739 0 0 0 5503 68 0 0 25 0 5 0 497513356 1852702720 362449 33554432000 4194304 5787044 140737217660032 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 225.5
Current children cumulated vsize (KiB) 1817980

[startup+60.7011 s]
/proc/loadavg: 7.81 7.81 7.88 9/188 24197
/proc/meminfo: memFree=12995152/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24190/stat : 24190 (priss.sh) S 24188 24190 22103 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 497513215 8908800 252 33554432000 4194304 4922060 140734776654224 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24190/statm: 2175 252 211 178 0 68 0
[pid=24191] ppid=24190 vsize=1809280 CPUtime=238.27 cores=1,3,5,7
/proc/24191/stat : 24191 (priss) S 24190 24190 22103 0 -1 4202496 812535 0 0 0 23620 207 0 0 18 0 5 0 497513215 1852702720 362666 33554432000 4194304 5787044 140737217660032 18446744073709551615 233522121137 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/24191/statm: 452320 362666 432 389 0 448070 0
[pid=24191/tid=24193] ppid=24190 vsize=1809280 CPUtime=59.21 cores=1,3,5,7
/proc/24191/task/24193/stat : 24193 (priss) R 24190 24190 22103 0 -1 4202560 158735 0 0 0 5873 48 0 0 25 0 5 0 497513304 1852702720 362666 33554432000 4194304 5787044 140737217660032 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=24191/tid=24194] ppid=24190 vsize=1809280 CPUtime=59.42 cores=1,3,5,7
/proc/24191/task/24194/stat : 24194 (priss) R 24190 24190 22103 0 -1 4202560 149587 0 0 0 5911 31 0 0 18 0 5 0 497513320 1852702720 362666 33554432000 4194304 5787044 140737217660032 18446744073709551615 233509952865 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=24191/tid=24195] ppid=24190 vsize=1809280 CPUtime=59.32 cores=1,3,5,7
/proc/24191/task/24195/stat : 24195 (priss) S 24190 24190 22103 0 -1 4202560 142265 0 0 0 5889 43 0 0 18 0 5 0 497513337 1852702720 362666 33554432000 4194304 5787044 140737217660032 18446744073709551615 233510402542 0 0 4096 0 18446604460146473856 0 0 -1 5 0 0 0
[pid=24191/tid=24196] ppid=24190 vsize=1809280 CPUtime=58.91 cores=1,3,5,7
/proc/24191/task/24196/stat : 24196 (priss) R 24190 24190 22103 0 -1 4202560 247739 0 0 0 5823 68 0 0 25 0 5 0 497513356 1852702720 362666 33554432000 4194304 5787044 140737217660032 18446744073709551615 4332714 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 238.27
Current children cumulated vsize (KiB) 1817980

[startup+61.501 s]
/proc/loadavg: 7.81 7.81 7.88 6/185 24197
/proc/meminfo: memFree=12998028/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24190/stat : 24190 (priss.sh) S 24188 24190 22103 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 497513215 8908800 252 33554432000 4194304 4922060 140734776654224 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24190/statm: 2175 252 211 178 0 68 0
[pid=24191] ppid=24190 vsize=1784896 CPUtime=239.34 cores=1,3,5,7
/proc/24191/stat : 24191 (priss) S 24190 24190 22103 0 -1 4202496 815261 0 0 0 23715 219 0 0 18 0 2 0 497513215 1827733504 362336 33554432000 4194304 5787044 140737217660032 18446744073709551615 233522100197 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/24191/statm: 446224 362337 448 389 0 441974 0
[pid=24191/tid=24196] ppid=24190 vsize=1784896 CPUtime=59.72 cores=1,3,5,7
/proc/24191/task/24196/stat : 24196 (priss) R 24190 24190 22103 0 -1 4202560 250453 0 0 0 5904 68 0 0 25 0 2 0 497513356 1827733504 362340 33554432000 4194304 5787044 140737217660032 18446744073709551615 233509956693 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 239.34
Current children cumulated vsize (KiB) 1793596

[startup+62.3009 s]
/proc/loadavg: 7.81 7.81 7.88 6/185 24197
/proc/meminfo: memFree=12998028/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24190/stat : 24190 (priss.sh) S 24188 24190 22103 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 497513215 8908800 252 33554432000 4194304 4922060 140734776654224 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24190/statm: 2175 252 211 178 0 68 0
[pid=24191] ppid=24190 vsize=1850432 CPUtime=240.13 cores=1,3,5,7
/proc/24191/stat : 24191 (priss) S 24190 24190 22103 0 -1 4202496 833690 0 0 0 23792 221 0 0 18 0 2 0 497513215 1894842368 380765 33554432000 4194304 5787044 140737217660032 18446744073709551615 233522100197 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/24191/statm: 462608 380765 448 389 0 458358 0
[pid=24191/tid=24196] ppid=24190 vsize=1850432 CPUtime=60.51 cores=1,3,5,7
/proc/24191/task/24196/stat : 24196 (priss) R 24190 24190 22103 0 -1 4202560 268878 0 0 0 5981 70 0 0 25 0 2 0 497513356 1894842368 380765 33554432000 4194304 5787044 140737217660032 18446744073709551615 233509946482 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 240.13
Current children cumulated vsize (KiB) 1859132

[startup+62.505 s]
/proc/loadavg: 7.81 7.81 7.88 6/185 24197
/proc/meminfo: memFree=12998028/32951124 swapFree=67111528/67111528
[pid=24190] ppid=24188 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/24190/stat : 24190 (priss.sh) S 24188 24190 22103 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 497513215 8908800 252 33554432000 4194304 4922060 140734776654224 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24190/statm: 2175 252 211 178 0 68 0
[pid=24191] ppid=24190 vsize=0 CPUtime=240.34 cores=1,3,5,7
/proc/24191/stat : 24191 (priss) R 24190 24190 22103 0 -1 4202500 833730 0 0 0 23811 223 0 0 15 0 1 0 497513215 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/24191/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 240.34
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 62.5535
CPU time (s): 240.394
CPU user time (s): 238.115
CPU system time (s): 2.27965
CPU usage (%): 384.302
Max. virtual memory (cumulated for all children) (KiB): 1933976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 238.115
system time used= 2.27965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 834069
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127319
involuntary context switches= 1811

runsolver used 0.100984 second user time and 0.249962 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 06:22:54
IDJOB=3286491
IDBENCH=82426
IDSOLVER=1603
FILE ID=node145/3286491-1304050972
RUNJOBID= node145-1304036411-22122
PBS_JOBID= 13170354
Free space on /tmp= 72160 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-18-step15.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286491-1304050972/watcher-3286491-1304050972 -o /tmp/evaluation-result-3286491-1304050972/solver-3286491-1304050972 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3286491-1304050972.cnf 531956113 4800 15500 4

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

MD5SUM BENCH= cabee0328f774a95ab72be66123bb39b
RANDOM SEED=531956113

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.83
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.786
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14521228 kB
Buffers:       2099648 kB
Cached:       15263776 kB
SwapCached:          0 kB
Active:        5659844 kB
Inactive:     12197200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14521228 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           44276 kB
Writeback:           0 kB
AnonPages:      492812 kB
Mapped:          15624 kB
Slab:           509660 kB
PageTables:       5548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   695220 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= 72156 MiB
End job on node145 at 2011-04-29 06:23:56