Trace number 3308343

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
SAT09 reference solver:LySAT i/2009-03-20? (TO) 1300.02 1300.01

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   23237    63534 |    6971       0        0     nan |  0.000 % |
0.00/0.10	c |         0 |   15594    54914 |      --       0       --      -- |     --   | -7643/-8620
0.00/0.10	c ==============================================================================
0.00/0.10	c Result  :   #vars: 2673   #clauses: 15594   #literals: 54914
0.00/0.10	c CPU time:   0.095985 s
0.00/0.10	c ==============================================================================
0.00/0.11	c lySAT 0.1
0.00/0.11	c minisat core +  additionnal features
0.00/0.11	c ============================[ Problem Statistics ]=============================
0.00/0.11	c |                                                                             |
0.00/0.11	c |  Number of variables:  2673                                                 |
0.00/0.11	c |  Number of clauses:    15594                                                |
0.00/0.12	c |  Parsing time:         0.00         s                                       |

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-3308343-1303983198/watcher-3308343-1303983198 -o /tmp/evaluation-result-3308343-1303983198/solver-3308343-1303983198 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308343-1303983198.cnf i 

running on 2 cores: 5,7

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: 0.24 0.06 0.02 5/196 29083
/proc/meminfo: memFree=21415892/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) R 29081 29083 29020 0 -1 4202496 314 0 0 0 0 0 0 0 21 0 1 0 509917678 8908800 250 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377121685 0 65538 4100 65536 0 0 0 17 5 0 0 0
/proc/29083/statm: 2175 250 209 178 0 68 0

[startup+0.0451289 s]
/proc/loadavg: 0.24 0.06 0.02 5/196 29083
/proc/meminfo: memFree=21415892/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 509917678 8908800 250 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29083/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101105 s]
/proc/loadavg: 0.24 0.06 0.02 5/196 29083
/proc/meminfo: memFree=21415892/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 509917678 8908800 250 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/29083/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301036 s]
/proc/loadavg: 0.24 0.06 0.02 5/196 29083
/proc/meminfo: memFree=21415892/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8700

[startup+0.700962 s]
/proc/loadavg: 0.24 0.06 0.02 5/196 29083
/proc/meminfo: memFree=21415892/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8700

[startup+1.50085 s]
/proc/loadavg: 0.24 0.06 0.02 5/198 29086
/proc/meminfo: memFree=21326968/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=5108 CPUtime=1.38 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 1029 0 0 0 138 0 0 0 25 0 1 0 509917689 5230592 984 33554432000 134512640 135226915 4289153280 18446744073709551615 134537129 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 1277 984 82 175 0 1100 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13808

[startup+3.10056 s]
/proc/loadavg: 0.24 0.06 0.02 5/198 29086
/proc/meminfo: memFree=21317648/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=6424 CPUtime=2.98 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 1339 0 0 0 298 0 0 0 25 0 1 0 509917689 6578176 1294 33554432000 134512640 135226915 4289153280 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 1606 1294 82 175 0 1429 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15124

[startup+6.30096 s]
/proc/loadavg: 0.54 0.13 0.04 5/198 29089
/proc/meminfo: memFree=21487776/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=7832 CPUtime=6.17 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 1708 0 0 0 617 0 0 0 25 0 1 0 509917689 8019968 1663 33554432000 134512640 135226915 4289153280 18446744073709551615 134536926 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 1958 1663 82 175 0 1781 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16532

[startup+12.7008 s]
/proc/loadavg: 0.82 0.19 0.06 5/198 29089
/proc/meminfo: memFree=21475324/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=11168 CPUtime=12.57 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 2539 0 0 0 1257 0 0 0 25 0 1 0 509917689 11436032 2494 33554432000 134512640 135226915 4289153280 18446744073709551615 134536849 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 2792 2494 82 175 0 2615 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 19868

[startup+25.5004 s]
/proc/loadavg: 1.52 0.38 0.12 5/198 29089
/proc/meminfo: memFree=21453500/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=17060 CPUtime=25.38 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 3955 0 0 0 2537 1 0 0 25 0 1 0 509917689 17469440 3910 33554432000 134512640 135226915 4289153280 18446744073709551615 134537079 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 4265 3910 82 175 0 4088 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25760

[startup+51.1007 s]
/proc/loadavg: 2.37 0.67 0.22 5/198 29090
/proc/meminfo: memFree=21411316/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=25360 CPUtime=50.97 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 6004 0 0 0 5095 2 0 0 25 0 1 0 509917689 25968640 5959 33554432000 134512640 135226915 4289153280 18446744073709551615 134539213 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 6340 5959 82 175 0 6163 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34060

[startup+102.307 s]
/proc/loadavg: 3.35 1.19 0.42 5/198 29092
/proc/meminfo: memFree=21360460/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=34336 CPUtime=102.19 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 8208 0 0 0 10216 3 0 0 25 0 1 0 509917689 35160064 8163 33554432000 134512640 135226915 4289153280 18446744073709551615 134537032 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 8584 8163 82 175 0 8407 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 43036

[startup+162.301 s]
/proc/loadavg: 3.76 1.70 0.64 5/198 29093
/proc/meminfo: memFree=21312320/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=43064 CPUtime=162.18 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 10314 0 0 0 16215 3 0 0 25 0 1 0 509917689 44097536 10269 33554432000 134512640 135226915 4289153280 18446744073709551615 134536830 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 10766 10269 82 175 0 10589 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 51764

[startup+222.301 s]
/proc/loadavg: 3.99 2.13 0.86 5/198 29095
/proc/meminfo: memFree=21265048/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=51804 CPUtime=222.19 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 12503 0 0 0 22214 5 0 0 25 0 1 0 509917689 53047296 12458 33554432000 134512640 135226915 4289153280 18446744073709551615 134536839 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 12951 12458 82 175 0 12774 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 60504

[startup+282.301 s]
/proc/loadavg: 4.06 2.49 1.06 5/198 29096
/proc/meminfo: memFree=21218012/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=60624 CPUtime=282.19 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 14560 0 0 0 28213 6 0 0 25 0 1 0 509917689 62078976 14515 33554432000 134512640 135226915 4289153280 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 15156 14515 82 175 0 14979 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 69324

[startup+342.301 s]
/proc/loadavg: 4.02 2.76 1.24 5/198 29098
/proc/meminfo: memFree=21201000/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=65972 CPUtime=342.18 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 15857 0 0 0 34212 6 0 0 25 0 1 0 509917689 67555328 15812 33554432000 134512640 135226915 4289153280 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 16493 15812 82 175 0 16316 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 74672

[startup+402.301 s]
/proc/loadavg: 4.01 2.98 1.41 5/198 29099
/proc/meminfo: memFree=21166520/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7

################
# More data... #
################

/proc/29086/statm: 25904 24926 82 175 0 25727 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 112316

[startup+642.3 s]
/proc/loadavg: 4.06 3.55 1.99 5/198 29106
/proc/meminfo: memFree=21029780/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=103616 CPUtime=642.2 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 24971 0 0 0 64211 9 0 0 25 0 1 0 509917689 106102784 24926 33554432000 134512640 135226915 4289153280 18446744073709551615 134536794 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 25904 24926 82 175 0 25727 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 112316

[startup+702.301 s]
/proc/loadavg: 4.07 3.65 2.12 5/198 29107
/proc/meminfo: memFree=21013872/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=103616 CPUtime=702.2 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 24979 0 0 0 70211 9 0 0 25 0 1 0 509917689 106102784 24934 33554432000 134512640 135226915 4289153280 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 25904 24934 82 175 0 25727 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 112316

[startup+762.307 s]
/proc/loadavg: 4.09 3.72 2.24 5/198 29109
/proc/meminfo: memFree=20984452/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=105384 CPUtime=762.2 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 25310 0 0 0 76211 9 0 0 25 0 1 0 509917689 107913216 25265 33554432000 134512640 135226915 4289153280 18446744073709551615 134537026 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 26346 25265 82 175 0 26169 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 114084

[startup+822.301 s]
/proc/loadavg: 4.03 3.77 2.35 5/198 29111
/proc/meminfo: memFree=20925772/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=123656 CPUtime=822.2 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 29512 0 0 0 82209 11 0 0 25 0 1 0 509917689 126623744 29467 33554432000 134512640 135226915 4289153280 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 30914 29467 82 175 0 30737 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 132356

[startup+882.301 s]
/proc/loadavg: 4.04 3.82 2.45 5/198 29112
/proc/meminfo: memFree=20911124/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=137948 CPUtime=882.2 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 33021 0 0 0 88206 14 0 0 25 0 1 0 509917689 141258752 32976 33554432000 134512640 135226915 4289153280 18446744073709551615 134536797 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 34487 32976 82 175 0 34310 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 146648

[startup+942.301 s]
/proc/loadavg: 4.01 3.85 2.55 5/198 29114
/proc/meminfo: memFree=20905040/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=142008 CPUtime=942.21 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 34117 0 0 0 94206 15 0 0 25 0 1 0 509917689 145416192 34072 33554432000 134512640 135226915 4289153280 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 35502 34072 82 175 0 35325 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 150708

[startup+1002.3 s]
/proc/loadavg: 4.00 3.88 2.64 5/198 29116
/proc/meminfo: memFree=20857904/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=142008 CPUtime=1002.21 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 34117 0 0 0 100206 15 0 0 25 0 1 0 509917689 145416192 34072 33554432000 134512640 135226915 4289153280 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 35502 34072 82 175 0 35325 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 150708

[startup+1062.3 s]
/proc/loadavg: 4.00 3.90 2.72 5/198 29117
/proc/meminfo: memFree=20819196/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=142008 CPUtime=1062.21 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 34121 0 0 0 106206 15 0 0 25 0 1 0 509917689 145416192 34076 33554432000 134512640 135226915 4289153280 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 35502 34076 82 175 0 35325 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 150708

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.80 5/198 29119
/proc/meminfo: memFree=20806896/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=142008 CPUtime=1122.21 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 34141 0 0 0 112206 15 0 0 25 0 1 0 509917689 145416192 34096 33554432000 134512640 135226915 4289153280 18446744073709551615 134525807 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 35502 34096 82 175 0 35325 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 150708

[startup+1182.3 s]
/proc/loadavg: 4.05 3.94 2.87 5/198 29120
/proc/meminfo: memFree=20806496/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=142332 CPUtime=1182.21 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 34214 0 0 0 118206 15 0 0 25 0 1 0 509917689 145747968 34169 33554432000 134512640 135226915 4289153280 18446744073709551615 134536757 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 35583 34169 82 175 0 35406 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 151032

[startup+1242.3 s]
/proc/loadavg: 4.05 3.96 2.95 5/198 29122
/proc/meminfo: memFree=20799900/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=143388 CPUtime=1242.21 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 34464 0 0 0 124206 15 0 0 25 0 1 0 509917689 146829312 34419 33554432000 134512640 135226915 4289153280 18446744073709551615 134536794 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 35847 34419 82 175 0 35670 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 152088



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 3.99 3.02 2/189 29126
/proc/meminfo: memFree=21418332/32951124 swapFree=67111524/67111528
[pid=29083] ppid=29081 vsize=8700 CPUtime=0.1 cores=5,7
/proc/29083/stat : 29083 (lysat.sh) S 29081 29083 29020 0 -1 4202496 356 1151 0 0 0 0 10 0 20 0 1 0 509917678 8908800 252 33554432000 4194304 4922060 140736176223456 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/29083/statm: 2175 252 209 178 0 68 0
[pid=29086] ppid=29083 vsize=153916 CPUtime=1299.92 cores=5,7
/proc/29086/stat : 29086 (LySATi) R 29083 29083 29020 0 -1 4202496 37098 0 0 0 129976 16 0 0 25 0 1 0 509917689 157609984 37053 33554432000 134512640 135226915 4289153280 18446744073709551615 134536922 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/29086/statm: 38479 37053 82 175 0 38302 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 162616

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29083 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=106983
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=5999
# CPU time returned by wait4() is 0.112982
# while last known CPU time is 1300.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.86
CPU system time (s): 0.16
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 162616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.106983
system time used= 0.005999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1507
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= 6
involuntary context switches= 2

runsolver used 1.88171 second user time and 5.22121 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-28 11:33:18
IDJOB=3308343
IDBENCH=20399
IDSOLVER=1692
FILE ID=node135/3308343-1303983198
RUNJOBID= node135-1303983196-29041
PBS_JOBID= 13168691
Free space on /tmp= 71072 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308343-1303983198/watcher-3308343-1303983198 -o /tmp/evaluation-result-3308343-1303983198/solver-3308343-1303983198 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308343-1303983198.cnf i

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=306077417

node135.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.851
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.851
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21416908 kB
Buffers:       1869736 kB
Cached:        8823112 kB
SwapCached:          4 kB
Active:        2571440 kB
Inactive:      8378008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21416908 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           52472 kB
Writeback:          24 kB
AnonPages:      255972 kB
Mapped:          15572 kB
Slab:           521248 kB
PageTables:       5796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   459416 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71108 MiB
End job on node135 at 2011-04-28 11:55:00