Trace number 3258744

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

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes3.cnf
MD5SUMd6877629cc818d7e31dc245fb95f0588
Bench CategoryCRAFTED (crafted 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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  305320   613120 |   91595       0        0     nan |  0.000 % |
1.10/1.12	c |         0 |  301907  1018597 |      --       0       --      -- |     --   | -3413/405477
1.10/1.12	c ==============================================================================
1.10/1.12	c Result  :   #vars: 2560   #clauses: 301907   #literals: 1018597
1.10/1.12	c CPU time:   1.11283 s
1.10/1.12	c ==============================================================================
1.29/1.30	c
1.29/1.30	c Starting glucose
1.29/1.30	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-3258744-1303477854/watcher-3258744-1303477854 -o /tmp/evaluation-result-3258744-1303477854/solver-3258744-1303477854 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3258744-1303477854.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: 4.01 4.02 3.93 3/181 25677
/proc/meminfo: memFree=17619720/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=0 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) R 25675 25677 24386 0 -1 4202496 316 0 0 0 0 0 0 0 24 0 1 0 440201305 8912896 252 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816056725 0 65538 4100 65536 0 0 0 17 0 0 0 0
/proc/25677/statm: 2176 252 211 178 0 69 0

[startup+0.0353751 s]
/proc/loadavg: 4.01 4.02 3.93 3/181 25677
/proc/meminfo: memFree=17619720/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=0 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 440201305 8912896 252 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25677/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100391 s]
/proc/loadavg: 4.01 4.02 3.93 3/181 25677
/proc/meminfo: memFree=17619720/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=0 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 440201305 8912896 252 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25677/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300373 s]
/proc/loadavg: 4.01 4.02 3.93 3/181 25677
/proc/meminfo: memFree=17619720/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=0 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 440201305 8912896 252 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25677/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700291 s]
/proc/loadavg: 4.01 4.02 3.93 3/181 25677
/proc/meminfo: memFree=17619720/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=0 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 333 0 0 0 0 0 0 0 24 0 1 0 440201305 8912896 252 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/25677/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50107 s]
/proc/loadavg: 3.93 4.00 3.93 4/188 25711
/proc/meminfo: memFree=17557780/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 8704

[startup+3.10083 s]
/proc/loadavg: 3.93 4.00 3.93 4/188 25713
/proc/meminfo: memFree=17544084/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=36160 CPUtime=1.79 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 11907 0 0 0 178 1 0 0 25 0 1 0 440201435 37027840 5708 33554432000 4194304 4260849 140736733444048 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 9040 5708 250 17 0 5681 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44864

[startup+6.30026 s]
/proc/loadavg: 3.85 3.99 3.92 4/188 25713
/proc/meminfo: memFree=17476144/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=66408 CPUtime=4.99 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 18883 0 0 0 497 2 0 0 25 0 1 0 440201435 68001792 12370 33554432000 4194304 4260849 140736733444048 18446744073709551615 4224632 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 16602 12370 250 17 0 13243 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 75112

[startup+12.7011 s]
/proc/loadavg: 3.78 3.97 3.91 4/188 25713
/proc/meminfo: memFree=17455852/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=66408 CPUtime=11.39 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 19844 0 0 0 1137 2 0 0 25 0 1 0 440201435 68001792 13326 33554432000 4194304 4260849 140736733444048 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 16602 13326 250 17 0 13243 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 75112

[startup+25.5007 s]
/proc/loadavg: 3.66 3.94 3.90 4/188 25713
/proc/meminfo: memFree=17424980/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=85264 CPUtime=24.18 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 30035 0 0 0 2415 3 0 0 25 0 1 0 440201435 87310336 18004 33554432000 4194304 4260849 140736733444048 18446744073709551615 4225149 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 21316 18004 250 17 0 17957 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 93968

[startup+51.101 s]
/proc/loadavg: 3.40 3.85 3.87 4/188 25714
/proc/meminfo: memFree=17399000/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=134584 CPUtime=49.79 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 45350 0 0 0 4974 5 0 0 25 0 1 0 440201435 137814016 25642 33554432000 4194304 4260849 140736733444048 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 33646 25642 250 17 0 30287 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 143288

[startup+102.307 s]
/proc/loadavg: 3.17 3.71 3.83 4/188 25715
/proc/meminfo: memFree=17390316/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=85264 CPUtime=100.99 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 84590 0 0 0 10087 12 0 0 25 0 1 0 440201435 87310336 18048 33554432000 4194304 4260849 140736733444048 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 21316 18048 250 17 0 17957 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 93968

[startup+162.301 s]
/proc/loadavg: 3.06 3.58 3.77 4/188 25717
/proc/meminfo: memFree=17276836/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=134584 CPUtime=161 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 137892 0 0 0 16080 20 0 0 25 0 1 0 440201435 137814016 28214 33554432000 4194304 4260849 140736733444048 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 33646 28214 250 17 0 30287 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 143288

[startup+222.3 s]
/proc/loadavg: 3.02 3.47 3.72 4/188 25718
/proc/meminfo: memFree=17243088/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=147400 CPUtime=221 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 178284 0 0 0 22072 28 0 0 25 0 1 0 440201435 150937600 31014 33554432000 4194304 4260849 140736733444048 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 36850 31014 250 17 0 33491 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 156104

[startup+282.3 s]
/proc/loadavg: 3.01 3.38 3.67 4/188 25720
/proc/meminfo: memFree=17223712/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=178220 CPUtime=280.99 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 208081 0 0 0 28067 32 0 0 25 0 1 0 440201435 182497280 33945 33554432000 4194304 4260849 140736733444048 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 44555 33945 250 17 0 41196 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 186924

[startup+342.3 s]
/proc/loadavg: 3.00 3.31 3.63 4/188 25722
/proc/meminfo: memFree=17239920/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=147400 CPUtime=340.99 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 247386 0 0 0 34060 39 0 0 25 0 1 0 440201435 150937600 30607 33554432000 4194304 4260849 140736733444048 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 36850 30607 250 17 0 33491 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 156104

[startup+402.301 s]
/proc/loadavg: 3.00 3.25 3.59 4/188 25723
/proc/meminfo: memFree=17227628/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=147400 CPUtime=401 cores=0,2

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

/proc/25713/statm: 36850 33441 250 17 0 33491 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 156104

[startup+642.301 s]
/proc/loadavg: 3.08 3.12 3.45 4/188 25730
/proc/meminfo: memFree=17163036/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=178220 CPUtime=641.01 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 386784 0 0 0 64032 69 0 0 25 0 1 0 440201435 182497280 37473 33554432000 4194304 4260849 140736733444048 18446744073709551615 4225080 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 44555 37473 250 17 0 41196 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 186924

[startup+702.301 s]
/proc/loadavg: 3.03 3.10 3.42 4/188 25731
/proc/meminfo: memFree=17190056/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=147400 CPUtime=701.01 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 415519 0 0 0 70025 76 0 0 25 0 1 0 440201435 150937600 30576 33554432000 4194304 4260849 140736733444048 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 36850 30576 250 17 0 33491 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 156104

[startup+762.307 s]
/proc/loadavg: 3.01 3.08 3.39 4/188 25733
/proc/meminfo: memFree=17162632/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=147400 CPUtime=761.02 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 436468 0 0 0 76021 81 0 0 25 0 1 0 440201435 150937600 33145 33554432000 4194304 4260849 140736733444048 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 36850 33145 250 17 0 33491 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 156104

[startup+822.301 s]
/proc/loadavg: 3.00 3.06 3.36 4/188 25734
/proc/meminfo: memFree=17150828/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=178220 CPUtime=821.01 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 455822 0 0 0 82015 86 0 0 25 0 1 0 440201435 182497280 34566 33554432000 4194304 4260849 140736733444048 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 44555 34566 250 17 0 41196 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 186924

[startup+882.301 s]
/proc/loadavg: 3.00 3.05 3.34 4/188 25739
/proc/meminfo: memFree=17135840/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=178220 CPUtime=881.01 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 477446 0 0 0 88010 91 0 0 25 0 1 0 440201435 182497280 37223 33554432000 4194304 4260849 140736733444048 18446744073709551615 4209346 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 44555 37223 250 17 0 41196 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 186924

[startup+942.301 s]
/proc/loadavg: 3.12 3.07 3.32 4/188 25741
/proc/meminfo: memFree=17092312/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=178220 CPUtime=941.02 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 499436 0 0 0 94006 96 0 0 25 0 1 0 440201435 182497280 39109 33554432000 4194304 4260849 140736733444048 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 44555 39109 250 17 0 41196 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 186924

[startup+1002.3 s]
/proc/loadavg: 3.04 3.05 3.30 4/188 25742
/proc/meminfo: memFree=17184784/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=178220 CPUtime=1001.01 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 538813 0 0 0 99998 103 0 0 25 0 1 0 440201435 182497280 36988 33554432000 4194304 4260849 140736733444048 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 44555 36988 250 17 0 41196 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 186924

[startup+1062.3 s]
/proc/loadavg: 3.01 3.04 3.28 4/188 25744
/proc/meminfo: memFree=17102172/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=178220 CPUtime=1061.02 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 564907 0 0 0 105993 109 0 0 25 0 1 0 440201435 182497280 39903 33554432000 4194304 4260849 140736733444048 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 44555 39903 250 17 0 41196 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 186924

[startup+1122.3 s]
/proc/loadavg: 3.00 3.03 3.26 4/188 25745
/proc/meminfo: memFree=17071012/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=228308 CPUtime=1121.02 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 591858 0 0 0 111987 115 0 0 25 0 1 0 440201435 233787392 43066 33554432000 4194304 4260849 140736733444048 18446744073709551615 4238413 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 57077 43066 250 17 0 53718 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 237012

[startup+1182.3 s]
/proc/loadavg: 3.00 3.02 3.24 4/188 25747
/proc/meminfo: memFree=17078428/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=228308 CPUtime=1181.02 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 617409 0 0 0 117981 121 0 0 25 0 1 0 440201435 233787392 44519 33554432000 4194304 4260849 140736733444048 18446744073709551615 4224647 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 57077 44519 250 17 0 53718 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 237012

[startup+1242.3 s]
/proc/loadavg: 3.00 3.02 3.22 4/188 25749
/proc/meminfo: memFree=17141024/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=147400 CPUtime=1241.03 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 650123 0 0 0 123975 128 0 0 25 0 1 0 440201435 150937600 31048 33554432000 4194304 4260849 140736733444048 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 36850 31048 250 17 0 33491 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 156104



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.01 3.20 4/188 25750
/proc/meminfo: memFree=17128612/32951124 swapFree=67111528/67111528
[pid=25677] ppid=25675 vsize=8704 CPUtime=1.29 cores=0,2
/proc/25677/stat : 25677 (glucose.sh) S 25675 25677 24386 0 -1 4202496 359 6218 0 0 0 0 127 2 18 0 1 0 440201305 8912896 254 33554432000 4194304 4922060 140733543576160 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25677/statm: 2176 254 211 178 0 69 0
[pid=25713] ppid=25677 vsize=178220 CPUtime=1298.73 cores=0,2
/proc/25713/stat : 25713 (glucose_static) R 25677 25677 24386 0 -1 4202496 660368 0 0 0 129742 131 0 0 25 0 1 0 440201435 182497280 41172 33554432000 4194304 4260849 140736733444048 18446744073709551615 4224812 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/25713/statm: 44555 41172 250 17 0 41196 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 186924

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 25677 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=276805
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=24996
# CPU time returned by wait4() is 1.3018
# 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): 1298.69
CPU system time (s): 1.33
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 286332

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

runsolver used 2.30865 second user time and 4.79427 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-22 15:10:54
IDJOB=3258744
IDBENCH=71423
IDSOLVER=1651
FILE ID=node147/3258744-1303477854
RUNJOBID= node147-1303476551-25510
PBS_JOBID= 13107198
Free space on /tmp= 71940 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2640c305320gyes3.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258744-1303477854/watcher-3258744-1303477854 -o /tmp/evaluation-result-3258744-1303477854/solver-3258744-1303477854 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3258744-1303477854.cnf 

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

MD5SUM BENCH= d6877629cc818d7e31dc245fb95f0588
RANDOM SEED=478544062

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
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.76
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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17619744 kB
Buffers:       1271524 kB
Cached:       13448964 kB
SwapCached:          0 kB
Active:        7263388 kB
Inactive:      7530696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17619744 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9372 kB
Writeback:           0 kB
AnonPages:       73300 kB
Mapped:          15096 kB
Slab:           473736 kB
PageTables:       4900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   225704 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= 71924 MiB
End job on node147 at 2011-04-22 15:32:36