Trace number 3265124

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/
easier/php-045-035.shuffled-as.sat05-1181.cnf
MD5SUM057b78ff24cc0773c9c67e770a7b9de2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.4072
Satisfiable
(Un)Satisfiability was proved
Number of variables1575
Number of clauses34695
Sum of the clauses size70875
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 234650
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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 |   34695    70875 |   10408       0        0     nan |  0.000 % |
0.00/0.19	c |         0 |   34650   134640 |      --       0       --      -- |     --   | -45/63765
0.00/0.19	c ==============================================================================
0.00/0.19	c Result  :   #vars: 1530   #clauses: 34650   #literals: 134640
0.00/0.19	c CPU time:   0.188971 s
0.00/0.19	c ==============================================================================
0.00/0.21	c
0.00/0.21	c Starting glucose
0.00/0.21	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-3265124-1303551101/watcher-3265124-1303551101 -o /tmp/evaluation-result-3265124-1303551101/solver-3265124-1303551101 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3265124-1303551101.cnf 

running on 2 cores: 0,2

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 2/180 8151
/proc/meminfo: memFree=14562744/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) R 8149 8151 7764 0 -1 4202496 315 0 0 0 0 0 0 0 22 0 1 0 466711084 8912896 252 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612930965 0 65538 4100 65536 0 0 0 17 0 0 0 0
/proc/8151/statm: 2176 252 211 178 0 69 0

[startup+0.0678691 s]
/proc/loadavg: 0.92 1.82 2.95 2/180 8151
/proc/meminfo: memFree=14562744/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 466711084 8912896 252 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8151/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100887 s]
/proc/loadavg: 0.92 1.82 2.95 2/180 8151
/proc/meminfo: memFree=14562744/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 332 0 0 0 0 0 0 0 22 0 1 0 466711084 8912896 252 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8151/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300768 s]
/proc/loadavg: 0.92 1.82 2.95 2/180 8151
/proc/meminfo: memFree=14562744/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 8704

[startup+0.700698 s]
/proc/loadavg: 0.92 1.82 2.95 2/180 8151
/proc/meminfo: memFree=14562744/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 8704

[startup+1.50062 s]
/proc/loadavg: 0.92 1.82 2.95 4/188 8197
/proc/meminfo: memFree=14537216/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=27864 CPUtime=1.26 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 8218 0 0 0 125 1 0 0 25 0 1 0 466711106 28532736 3731 33554432000 4194304 4260849 140733888743984 18446744073709551615 4224737 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 6966 3731 240 17 0 3607 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 36568

[startup+3.10033 s]
/proc/loadavg: 0.92 1.82 2.95 5/194 8239
/proc/meminfo: memFree=14503320/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=39356 CPUtime=2.87 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 10562 0 0 0 285 2 0 0 25 0 1 0 466711106 40300544 6017 33554432000 4194304 4260849 140733888743984 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 9839 6017 240 17 0 6480 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 48060

[startup+6.30077 s]
/proc/loadavg: 1.17 1.86 2.95 5/194 8239
/proc/meminfo: memFree=14457480/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=46540 CPUtime=6.07 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 12969 0 0 0 604 3 0 0 25 0 1 0 466711106 47656960 8373 33554432000 4194304 4260849 140733888743984 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 11635 8373 240 17 0 8276 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 55244

[startup+12.7006 s]
/proc/loadavg: 1.40 1.89 2.96 5/194 8239
/proc/meminfo: memFree=14456808/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=46540 CPUtime=12.47 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 12969 0 0 0 1244 3 0 0 25 0 1 0 466711106 47656960 8373 33554432000 4194304 4260849 140733888743984 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 11635 8373 240 17 0 8276 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 55244

[startup+25.5004 s]
/proc/loadavg: 1.97 1.99 2.97 5/194 8240
/proc/meminfo: memFree=14400144/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=69816 CPUtime=25.27 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 28989 0 0 0 2521 6 0 0 25 0 1 0 466711106 71491584 11860 33554432000 4194304 4260849 140733888743984 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 17454 11860 241 17 0 14095 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 78520

[startup+51.1008 s]
/proc/loadavg: 2.66 2.15 3.00 5/194 8240
/proc/meminfo: memFree=14330640/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=81656 CPUtime=50.87 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 32117 0 0 0 5081 6 0 0 25 0 1 0 466711106 83615744 14974 33554432000 4194304 4260849 140733888743984 18446744073709551615 4209401 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 20414 14974 241 17 0 17055 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 90360

[startup+102.307 s]
/proc/loadavg: 3.42 2.44 3.05 5/194 8242
/proc/meminfo: memFree=14245060/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=81656 CPUtime=102.08 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 108716 0 0 0 10191 17 0 0 25 0 1 0 466711106 83615744 15854 33554432000 4194304 4260849 140733888743984 18446744073709551615 4225091 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 20414 15854 241 17 0 17055 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 90360

[startup+162.301 s]
/proc/loadavg: 3.78 2.72 3.11 5/194 8243
/proc/meminfo: memFree=14196564/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=130976 CPUtime=162.07 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 249737 0 0 0 16168 39 0 0 25 0 1 0 466711106 134119424 27685 33554432000 4194304 4260849 140733888743984 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 32744 27685 249 17 0 29385 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 139680

[startup+222.301 s]
/proc/loadavg: 4.00 2.96 3.17 5/194 8245
/proc/meminfo: memFree=14113104/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=130976 CPUtime=222.07 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 368082 0 0 0 22148 59 0 0 25 0 1 0 466711106 134119424 28350 33554432000 4194304 4260849 140733888743984 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 32744 28350 249 17 0 29385 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 139680

[startup+282.301 s]
/proc/loadavg: 4.00 3.15 3.21 5/194 8247
/proc/meminfo: memFree=14159468/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=130976 CPUtime=282.07 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 479031 0 0 0 28129 78 0 0 25 0 1 0 466711106 134119424 27389 33554432000 4194304 4260849 140733888743984 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 32744 27390 249 17 0 29385 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 139680

[startup+342.3 s]
/proc/loadavg: 4.00 3.30 3.26 5/194 8248
/proc/meminfo: memFree=14037288/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=161796 CPUtime=342.08 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 573969 0 0 0 34111 97 0 0 25 0 1 0 466711106 165679104 32079 33554432000 4194304 4260849 140733888743984 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 40449 32079 249 17 0 37090 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 170500

[startup+402.301 s]
/proc/loadavg: 4.00 3.43 3.30 5/194 8250
/proc/meminfo: memFree=14063428/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2

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

/proc/8157/statm: 33379 27111 251 17 0 30020 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 142220

[startup+642.3 s]
/proc/loadavg: 4.00 3.75 3.46 5/194 8256
/proc/meminfo: memFree=14020920/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=164336 CPUtime=642.09 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 1141365 0 0 0 64005 204 0 0 25 0 1 0 466711106 168280064 30347 33554432000 4194304 4260849 140733888743984 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 41084 30347 251 17 0 37725 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 173040

[startup+702.301 s]
/proc/loadavg: 4.00 3.79 3.49 5/194 8258
/proc/meminfo: memFree=14031304/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=164336 CPUtime=702.09 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 1255843 0 0 0 69984 225 0 0 25 0 1 0 466711106 168280064 34395 33554432000 4194304 4260849 140733888743984 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 41084 34395 251 17 0 37725 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 173040

[startup+762.307 s]
/proc/loadavg: 4.00 3.82 3.52 5/194 8259
/proc/meminfo: memFree=13963832/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=214424 CPUtime=762.1 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 1353115 0 0 0 75966 244 0 0 25 0 1 0 466711106 219570176 41177 33554432000 4194304 4260849 140733888743984 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 53606 41177 251 17 0 50247 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 223128

[startup+822.3 s]
/proc/loadavg: 4.04 3.87 3.55 5/194 8261
/proc/meminfo: memFree=14010200/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=164336 CPUtime=822.09 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 1465866 0 0 0 81942 267 0 0 25 0 1 0 466711106 168280064 32939 33554432000 4194304 4260849 140733888743984 18446744073709551615 4229280 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 41084 32939 251 17 0 37725 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 173040

[startup+882.301 s]
/proc/loadavg: 4.01 3.89 3.57 5/194 8263
/proc/meminfo: memFree=13977796/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=133516 CPUtime=882.09 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 1559467 0 0 0 87924 285 0 0 25 0 1 0 466711106 136720384 29783 33554432000 4194304 4260849 140733888743984 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 33379 29783 251 17 0 30020 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 142220

[startup+942.301 s]
/proc/loadavg: 4.00 3.91 3.60 5/194 8264
/proc/meminfo: memFree=13922464/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=214424 CPUtime=942.09 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 1644578 0 0 0 93908 301 0 0 25 0 1 0 466711106 219570176 41299 33554432000 4194304 4260849 140733888743984 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 53606 41299 251 17 0 50247 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 223128

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 3.62 5/194 8266
/proc/meminfo: memFree=13922816/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=214424 CPUtime=1002.1 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 1741129 0 0 0 99888 322 0 0 25 0 1 0 466711106 219570176 38249 33554432000 4194304 4260849 140733888743984 18446744073709551615 4209295 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 53606 38249 251 17 0 50247 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 223128

[startup+1062.3 s]
/proc/loadavg: 4.00 3.93 3.64 5/194 8267
/proc/meminfo: memFree=13864024/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=214424 CPUtime=1062.1 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 1824246 0 0 0 105871 339 0 0 25 0 1 0 466711106 219570176 43584 33554432000 4194304 4260849 140733888743984 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 53606 43584 251 17 0 50247 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 223128

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.66 5/194 8269
/proc/meminfo: memFree=13850352/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=214424 CPUtime=1122.1 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 1927272 0 0 0 111853 357 0 0 25 0 1 0 466711106 219570176 38964 33554432000 4194304 4260849 140733888743984 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 53606 38964 251 17 0 50247 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 223128

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.68 5/194 8271
/proc/meminfo: memFree=13854172/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=214424 CPUtime=1182.09 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 2015724 0 0 0 117836 373 0 0 25 0 1 0 466711106 219570176 44573 33554432000 4194304 4260849 140733888743984 18446744073709551615 4224685 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 53606 44573 251 17 0 50247 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 223128

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.69 5/194 8272
/proc/meminfo: memFree=13909820/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=164336 CPUtime=1242.1 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 2114800 0 0 0 123817 393 0 0 25 0 1 0 466711106 168280064 33558 33554432000 4194304 4260849 140733888743984 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 41084 33558 251 17 0 37725 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 173040



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.71 5/194 8274
/proc/meminfo: memFree=13850644/32951124 swapFree=67111528/67111528
[pid=8151] ppid=8149 vsize=8704 CPUtime=0.21 cores=0,2
/proc/8151/stat : 8151 (glucose.sh) S 8149 8151 7764 0 -1 4202496 359 860 0 0 0 0 21 0 21 0 1 0 466711084 8912896 254 33554432000 4194304 4922060 140733730033104 18446744073709551615 270612929669 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8151/statm: 2176 254 211 178 0 69 0
[pid=8157] ppid=8151 vsize=164336 CPUtime=1299.81 cores=0,2
/proc/8157/stat : 8157 (glucose_static) R 8151 8151 7764 0 -1 4202496 2202929 0 0 0 129570 411 0 0 25 0 1 0 466711106 168280064 36755 33554432000 4194304 4260849 140733888743984 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/8157/statm: 41084 36755 251 17 0 37725 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 173040

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 8151 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=211967
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=3999
# CPU time returned by wait4() is 0.215966
# 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.91
CPU system time (s): 4.11
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 272448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.211967
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1219
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= 8
involuntary context switches= 4

runsolver used 2.27965 second user time and 4.82427 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-23 11:31:41
IDJOB=3265124
IDBENCH=85438
IDSOLVER=1651
FILE ID=node108/3265124-1303551101
RUNJOBID= node108-1303551101-8128
PBS_JOBID= 13143146
Free space on /tmp= 71444 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/easier/php-045-035.shuffled-as.sat05-1181.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265124-1303551101/watcher-3265124-1303551101 -o /tmp/evaluation-result-3265124-1303551101/solver-3265124-1303551101 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3265124-1303551101.cnf 

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

MD5SUM BENCH= 057b78ff24cc0773c9c67e770a7b9de2
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:      14563016 kB
Buffers:       2249152 kB
Cached:       15500524 kB
SwapCached:          0 kB
Active:        9852124 kB
Inactive:      7967700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14563016 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3912 kB
Writeback:           0 kB
AnonPages:       69344 kB
Mapped:          15268 kB
Slab:           504692 kB
PageTables:       4744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   218024 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:23