Trace number 3265212

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
glucose 2? (TO) 1300.02 1300.01

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-040-039.shuffled-as.sat05-1194.cnf
MD5SUM8c84d9b9f2d75de33656119bc03a9afb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.3841
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses30460
Sum of the clauses size62400
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 230420
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
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 |   30460    62400 |    9137       0        0     nan |  0.000 % |
0.00/0.15	c |         0 |   30420   118560 |      --       0       --      -- |     --   | -40/56160
0.00/0.15	c ==============================================================================
0.00/0.15	c Result  :   #vars: 1520   #clauses: 30420   #literals: 118560
0.00/0.15	c CPU time:   0.156976 s
0.00/0.15	c ==============================================================================
0.00/0.17	c
0.00/0.17	c Starting glucose
0.00/0.17	c

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-3265212-1303551102/watcher-3265212-1303551102 -o /tmp/evaluation-result-3265212-1303551102/solver-3265212-1303551102 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3265212-1303551102.cnf 

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: 0.92 1.82 2.95 5/192 8176
/proc/meminfo: memFree=14551460/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 335 0 0 0 0 0 0 0 22 0 1 0 466711109 8912896 253 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 253 211 178 0 69 0

[startup+0.022629 s]
/proc/loadavg: 0.92 1.82 2.95 5/192 8176
/proc/meminfo: memFree=14551460/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 335 0 0 0 0 0 0 0 22 0 1 0 466711109 8912896 253 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100614 s]
/proc/loadavg: 0.92 1.82 2.95 5/192 8176
/proc/meminfo: memFree=14551460/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 335 0 0 0 0 0 0 0 22 0 1 0 466711109 8912896 253 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300581 s]
/proc/loadavg: 0.92 1.82 2.95 5/192 8176
/proc/meminfo: memFree=14551460/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8704

[startup+0.700507 s]
/proc/loadavg: 0.92 1.82 2.95 5/192 8176
/proc/meminfo: memFree=14551460/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 8704

[startup+1.50037 s]
/proc/loadavg: 0.92 1.82 2.95 4/188 8227
/proc/meminfo: memFree=14534488/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=39296 CPUtime=1.31 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 9037 0 0 0 130 1 0 0 25 0 1 0 466711127 40239104 5872 33554432000 4194304 4260849 140737364427552 18446744073709551615 4224428 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 9824 5872 240 17 0 6465 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 48000

[startup+3.1011 s]
/proc/loadavg: 0.92 1.82 2.95 5/194 8239
/proc/meminfo: memFree=14494516/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=46480 CPUtime=2.91 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 11526 0 0 0 290 1 0 0 25 0 1 0 466711127 47595520 8333 33554432000 4194304 4260849 140737364427552 18446744073709551615 4224665 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 11620 8333 240 17 0 8261 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 55184

[startup+6.30053 s]
/proc/loadavg: 1.17 1.86 2.95 5/194 8239
/proc/meminfo: memFree=14457480/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=65156 CPUtime=6.11 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 14808 0 0 0 609 2 0 0 25 0 1 0 466711127 66719744 11614 33554432000 4194304 4260849 140737364427552 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 16289 11614 240 17 0 12930 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 73860

[startup+12.7004 s]
/proc/loadavg: 1.40 1.89 2.96 5/194 8239
/proc/meminfo: memFree=14454824/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=59368 CPUtime=12.51 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 15184 0 0 0 1249 2 0 0 25 0 1 0 466711127 60792832 8403 33554432000 4194304 4260849 140737364427552 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 14842 8403 240 17 0 11483 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 68072

[startup+25.5011 s]
/proc/loadavg: 1.97 1.99 2.97 5/194 8240
/proc/meminfo: memFree=14398408/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=78224 CPUtime=25.32 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 26336 0 0 0 2528 4 0 0 25 0 1 0 466711127 80101376 14692 33554432000 4194304 4260849 140737364427552 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 19556 14692 240 17 0 16197 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 86928

[startup+51.1006 s]
/proc/loadavg: 2.66 2.15 3.00 5/194 8240
/proc/meminfo: memFree=14330640/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=78224 CPUtime=50.92 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 52322 0 0 0 5084 8 0 0 25 0 1 0 466711127 80101376 16296 33554432000 4194304 4260849 140737364427552 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 19556 16296 240 17 0 16197 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86928

[startup+102.307 s]
/proc/loadavg: 3.46 2.46 3.06 5/194 8242
/proc/meminfo: memFree=14243448/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=127544 CPUtime=102.12 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 217909 0 0 0 10182 30 0 0 25 0 1 0 466711127 130605056 27339 33554432000 4194304 4260849 140737364427552 18446744073709551615 4225129 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 31886 27339 240 17 0 28527 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 136248

[startup+162.301 s]
/proc/loadavg: 3.78 2.72 3.11 5/194 8243
/proc/meminfo: memFree=14193588/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=127544 CPUtime=162.11 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 388366 0 0 0 16157 54 0 0 25 0 1 0 466711127 130605056 25787 33554432000 4194304 4260849 140737364427552 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 31886 25787 240 17 0 28527 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 136248

[startup+222.3 s]
/proc/loadavg: 4.00 2.98 3.17 5/194 8245
/proc/meminfo: memFree=14110004/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=127544 CPUtime=222.11 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 537060 0 0 0 22136 75 0 0 25 0 1 0 466711127 130605056 27602 33554432000 4194304 4260849 140737364427552 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 31886 27602 240 17 0 28527 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 136248

[startup+282.301 s]
/proc/loadavg: 4.00 3.15 3.21 5/194 8247
/proc/meminfo: memFree=14156988/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=158364 CPUtime=282.12 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 672067 0 0 0 28114 98 0 0 25 0 1 0 466711127 162164736 30868 33554432000 4194304 4260849 140737364427552 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 39591 30868 240 17 0 36232 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 167068

[startup+342.301 s]
/proc/loadavg: 4.00 3.30 3.26 5/194 8248
/proc/meminfo: memFree=14033568/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=158364 CPUtime=342.12 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 798186 0 0 0 34093 119 0 0 25 0 1 0 466711127 162164736 33049 33554432000 4194304 4260849 140737364427552 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 39591 33049 240 17 0 36232 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 167068

[startup+402.3 s]
/proc/loadavg: 4.00 3.43 3.30 5/194 8250
/proc/meminfo: memFree=14060452/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3

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

/proc/8179/statm: 31886 25552 240 17 0 28527 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 136248

[startup+642.301 s]
/proc/loadavg: 4.00 3.75 3.46 5/194 8256
/proc/meminfo: memFree=14014968/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=158364 CPUtime=642.13 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 1372651 0 0 0 63992 221 0 0 25 0 1 0 466711127 162164736 33400 33554432000 4194304 4260849 140737364427552 18446744073709551615 4226278 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 39591 33400 240 17 0 36232 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 167068

[startup+702.3 s]
/proc/loadavg: 4.00 3.79 3.49 5/194 8258
/proc/meminfo: memFree=14025724/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=127544 CPUtime=702.13 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 1486877 0 0 0 69972 241 0 0 25 0 1 0 466711127 130605056 25881 33554432000 4194304 4260849 140737364427552 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 31886 25881 240 17 0 28527 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 136248

[startup+762.307 s]
/proc/loadavg: 4.00 3.83 3.52 5/194 8259
/proc/meminfo: memFree=13943372/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=158364 CPUtime=762.13 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 1598230 0 0 0 75951 262 0 0 25 0 1 0 466711127 162164736 35252 33554432000 4194304 4260849 140737364427552 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 39591 35252 240 17 0 36232 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 167068

[startup+822.3 s]
/proc/loadavg: 4.04 3.87 3.55 5/194 8261
/proc/meminfo: memFree=14005612/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=158364 CPUtime=822.14 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 1724420 0 0 0 81928 286 0 0 25 0 1 0 466711127 162164736 34366 33554432000 4194304 4260849 140737364427552 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 39591 34366 240 17 0 36232 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 167068

[startup+882.301 s]
/proc/loadavg: 4.01 3.89 3.58 5/194 8263
/proc/meminfo: memFree=13973208/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=158364 CPUtime=882.13 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 1849760 0 0 0 87907 306 0 0 25 0 1 0 466711127 162164736 29286 33554432000 4194304 4260849 140737364427552 18446744073709551615 4225104 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 39591 29286 240 17 0 36232 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 167068

[startup+942.301 s]
/proc/loadavg: 4.00 3.91 3.60 5/194 8264
/proc/meminfo: memFree=13919240/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=158364 CPUtime=942.14 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 1961620 0 0 0 93884 330 0 0 25 0 1 0 466711127 162164736 32357 33554432000 4194304 4260849 140737364427552 18446744073709551615 4227820 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 39591 32358 240 17 0 36232 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 167068

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 3.62 5/194 8266
/proc/meminfo: memFree=13962496/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=158364 CPUtime=1002.14 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 2075987 0 0 0 99862 352 0 0 25 0 1 0 466711127 162164736 35353 33554432000 4194304 4260849 140737364427552 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 39591 35353 240 17 0 36232 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 167068

[startup+1062.3 s]
/proc/loadavg: 4.00 3.93 3.64 5/194 8267
/proc/meminfo: memFree=13860056/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=208452 CPUtime=1062.14 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 2191982 0 0 0 105839 375 0 0 25 0 1 0 466711127 213454848 36809 33554432000 4194304 4260849 140737364427552 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 52113 36809 240 17 0 48754 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 217156

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.66 5/194 8269
/proc/meminfo: memFree=13907888/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=127544 CPUtime=1122.14 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 2298458 0 0 0 111821 393 0 0 25 0 1 0 466711127 130605056 26137 33554432000 4194304 4260849 140737364427552 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 31886 26137 240 17 0 28527 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 136248

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.68 5/194 8271
/proc/meminfo: memFree=13892984/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=208452 CPUtime=1182.14 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 2401825 0 0 0 117801 413 0 0 25 0 1 0 466711127 213454848 37810 33554432000 4194304 4260849 140737364427552 18446744073709551615 4224677 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 52113 37810 240 17 0 48754 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 217156

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.69 5/194 8272
/proc/meminfo: memFree=13905728/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=208452 CPUtime=1242.14 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 2500601 0 0 0 123779 435 0 0 25 0 1 0 466711127 213454848 41791 33554432000 4194304 4260849 140737364427552 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 52113 41791 240 17 0 48754 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 217156



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.71 4/191 8275
/proc/meminfo: memFree=13994880/32951124 swapFree=67111528/67111528
[pid=8176] ppid=8174 vsize=8704 CPUtime=0.17 cores=1,3
/proc/8176/stat : 8176 (glucose.sh) S 8174 8176 7764 0 -1 4202496 361 828 0 0 0 0 17 0 21 0 1 0 466711109 8912896 255 33554432000 4194304 4922060 140735401649024 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8176/statm: 2176 255 211 178 0 69 0
[pid=8179] ppid=8176 vsize=208452 CPUtime=1299.85 cores=1,3
/proc/8179/stat : 8179 (glucose_static) R 8176 8176 7764 0 -1 4202496 2598580 0 0 0 129535 450 0 0 25 0 1 0 466711127 213454848 44934 33554432000 4194304 4260849 140737364427552 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8179/statm: 52113 44934 240 17 0 48754 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 217156

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 8176 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=174973
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.176972
# 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): 1295.52
CPU system time (s): 4.5
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 266476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.174973
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1189
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= 3

runsolver used 2.06569 second user time and 5.03823 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-23 11:31:42
IDJOB=3265212
IDBENCH=85456
IDSOLVER=1651
FILE ID=node108/3265212-1303551102
RUNJOBID= node108-1303551101-8130
PBS_JOBID= 13143146
Free space on /tmp= 71440 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-040-039.shuffled-as.sat05-1194.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265212-1303551102/watcher-3265212-1303551102 -o /tmp/evaluation-result-3265212-1303551102/solver-3265212-1303551102 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3265212-1303551102.cnf 

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

MD5SUM BENCH= 8c84d9b9f2d75de33656119bc03a9afb
RANDOM SEED=136750033

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14551864 kB
Buffers:       2249188 kB
Cached:       15505144 kB
SwapCached:          0 kB
Active:        9862800 kB
Inactive:      7967992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14551864 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8568 kB
Writeback:           0 kB
AnonPages:       75164 kB
Mapped:          14880 kB
Slab:           504692 kB
PageTables:       4744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   274556 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= 71440 MiB
End job on node108 at 2011-04-23 11:53:24