Trace number 3293589

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
EBGlucose 1.0? (TO) 1300.04 1300.01

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.301
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

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.00	c num clauses = 8562505
0.00/0.00	c too many clauses .. no preprocessing
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.00	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  569795                                               |
0.00/0.00	c |  Number of clauses:    8562505                                              |
2.88/2.94	c |  Parsing time:         2.70         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3293589-1303786045/watcher-3293589-1303786045 -o /tmp/evaluation-result-3293589-1303786045/solver-3293589-1303786045 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3293589-1303786045.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.51 3.87 3.67 4/186 26086
/proc/meminfo: memFree=15452876/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0

[startup+0.066054 s]
/proc/loadavg: 3.51 3.87 3.67 4/186 26086
/proc/meminfo: memFree=15452876/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101049 s]
/proc/loadavg: 3.51 3.87 3.67 4/186 26086
/proc/meminfo: memFree=15452876/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.474977 s]
/proc/loadavg: 3.51 3.87 3.67 4/186 26086
/proc/meminfo: memFree=15452876/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70094 s]
/proc/loadavg: 3.51 3.87 3.67 4/186 26086
/proc/meminfo: memFree=15452876/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50079 s]
/proc/loadavg: 3.51 3.87 3.67 5/194 26099
/proc/meminfo: memFree=15083660/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=260928 CPUtime=1.49 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 62621 0 0 0 137 12 0 0 25 0 1 0 471020625 267190272 62561 33554432000 134512640 134556542 4294260384 18446744073709551615 4294960144 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 65232 62561 197 11 0 64566 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 269632

[startup+3.10049 s]
/proc/loadavg: 3.51 3.87 3.67 5/194 26099
/proc/meminfo: memFree=14683520/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=522592 CPUtime=3.09 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 123033 0 0 0 286 23 0 0 25 0 1 0 471020625 535134208 122973 33554432000 134512640 134556542 4294260384 18446744073709551615 134542668 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 130648 122973 204 11 0 129982 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 531296

[startup+6.30088 s]
/proc/loadavg: 3.63 3.89 3.68 5/194 26099
/proc/meminfo: memFree=14309964/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=538040 CPUtime=6.28 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 126765 0 0 0 605 23 0 0 25 0 1 0 471020625 550952960 126697 33554432000 134512640 134556542 4294260384 18446744073709551615 134536936 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 134510 126697 207 11 0 133844 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 546744

[startup+12.7007 s]
/proc/loadavg: 3.82 3.93 3.69 5/194 26101
/proc/meminfo: memFree=14410220/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=540692 CPUtime=12.69 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 127409 0 0 0 1245 24 0 0 25 0 1 0 471020625 553668608 127341 33554432000 134512640 134556542 4294260384 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 135173 127341 213 11 0 134507 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 549396

[startup+25.5073 s]
/proc/loadavg: 3.86 3.93 3.70 5/194 26101
/proc/meminfo: memFree=14304700/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=543620 CPUtime=25.5 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 128164 0 0 0 2526 24 0 0 25 0 1 0 471020625 556666880 128096 33554432000 134512640 134556542 4294260384 18446744073709551615 134536950 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 135905 128096 213 11 0 135239 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 552324

[startup+51.1004 s]
/proc/loadavg: 3.91 3.93 3.70 5/194 26132
/proc/meminfo: memFree=13943940/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=546136 CPUtime=51.09 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 128779 0 0 0 5085 24 0 0 25 0 1 0 471020625 559243264 128711 33554432000 134512640 134556542 4294260384 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 136534 128711 213 11 0 135868 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 554840

[startup+102.301 s]
/proc/loadavg: 3.96 3.94 3.72 5/194 26133
/proc/meminfo: memFree=13886540/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=549312 CPUtime=102.29 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 129586 0 0 0 10204 25 0 0 25 0 1 0 471020625 562495488 129518 33554432000 134512640 134556542 4294260384 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 137328 129518 213 11 0 136662 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 558016

[startup+162.3 s]
/proc/loadavg: 3.98 3.95 3.73 5/194 26135
/proc/meminfo: memFree=13863848/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=554496 CPUtime=162.29 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 130864 0 0 0 16203 26 0 0 25 0 1 0 471020625 567803904 130796 33554432000 134512640 134556542 4294260384 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 138624 130796 213 11 0 137958 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 563200

[startup+222.301 s]
/proc/loadavg: 3.99 3.95 3.75 5/194 26136
/proc/meminfo: memFree=13853940/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=556408 CPUtime=222.3 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 131369 0 0 0 22204 26 0 0 25 0 1 0 471020625 569761792 131301 33554432000 134512640 134556542 4294260384 18446744073709551615 134531174 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 139102 131301 213 11 0 138436 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 565112

[startup+282.301 s]
/proc/loadavg: 3.99 3.96 3.76 5/194 26138
/proc/meminfo: memFree=13838780/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=556628 CPUtime=282.3 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 131380 0 0 0 28204 26 0 0 25 0 1 0 471020625 569987072 131312 33554432000 134512640 134556542 4294260384 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 139157 131312 213 11 0 138491 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 565332

[startup+342.307 s]
/proc/loadavg: 4.05 3.98 3.77 5/194 26139
/proc/meminfo: memFree=13834288/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=556628 CPUtime=342.31 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 131406 0 0 0 34205 26 0 0 25 0 1 0 471020625 569987072 131338 33554432000 134512640 134556542 4294260384 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 139157 131338 213 11 0 138491 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 565332

[startup+402.301 s]
/proc/loadavg: 4.06 4.00 3.79 5/194 26141
/proc/meminfo: memFree=13831784/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7

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

/proc/26089/statm: 139296 131479 213 11 0 138630 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 565888

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.83 5/194 26147
/proc/meminfo: memFree=13806532/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=557340 CPUtime=642.31 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 131594 0 0 0 64205 26 0 0 25 0 1 0 471020625 570716160 131526 33554432000 134512640 134556542 4294260384 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 139335 131526 213 11 0 138669 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 566044

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/194 26149
/proc/meminfo: memFree=13805528/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=557732 CPUtime=702.31 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 131663 0 0 0 70205 26 0 0 25 0 1 0 471020625 571117568 131595 33554432000 134512640 134556542 4294260384 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 139433 131595 213 11 0 138767 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 566436

[startup+762.301 s]
/proc/loadavg: 4.05 4.01 3.85 5/194 26151
/proc/meminfo: memFree=13803124/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=558004 CPUtime=762.31 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 131730 0 0 0 76205 26 0 0 25 0 1 0 471020625 571396096 131662 33554432000 134512640 134556542 4294260384 18446744073709551615 134537129 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 139501 131662 213 11 0 138835 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 566708

[startup+822.301 s]
/proc/loadavg: 4.02 4.01 3.85 5/194 26161
/proc/meminfo: memFree=13792672/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=558152 CPUtime=822.31 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 131770 0 0 0 82205 26 0 0 25 0 1 0 471020625 571547648 131702 33554432000 134512640 134556542 4294260384 18446744073709551615 134526920 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 139538 131702 213 11 0 138872 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 566856

[startup+882.3 s]
/proc/loadavg: 4.07 4.02 3.87 5/194 26163
/proc/meminfo: memFree=13790436/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=558420 CPUtime=882.32 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 131823 0 0 0 88206 26 0 0 25 0 1 0 471020625 571822080 131755 33554432000 134512640 134556542 4294260384 18446744073709551615 134528964 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 139605 131755 213 11 0 138939 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 567124

[startup+942.301 s]
/proc/loadavg: 4.02 4.01 3.87 5/194 26164
/proc/meminfo: memFree=13790184/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=558540 CPUtime=942.32 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 131870 0 0 0 94206 26 0 0 25 0 1 0 471020625 571944960 131802 33554432000 134512640 134556542 4294260384 18446744073709551615 134542064 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 139635 131802 213 11 0 138969 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 567244

[startup+1002.31 s]
/proc/loadavg: 4.01 4.01 3.88 5/194 26166
/proc/meminfo: memFree=13772916/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=562444 CPUtime=1002.33 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 132819 0 0 0 100206 27 0 0 25 0 1 0 471020625 575942656 132750 33554432000 134512640 134556542 4294260384 18446744073709551615 134536984 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 140611 132750 213 11 0 139945 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 571148

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/194 26168
/proc/meminfo: memFree=13772044/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=562712 CPUtime=1062.33 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 132899 0 0 0 106206 27 0 0 25 0 1 0 471020625 576217088 132830 33554432000 134512640 134556542 4294260384 18446744073709551615 134528908 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 140678 132830 213 11 0 140012 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 571416

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/194 26169
/proc/meminfo: memFree=13771308/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=562712 CPUtime=1122.33 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 132904 0 0 0 112206 27 0 0 25 0 1 0 471020625 576217088 132835 33554432000 134512640 134556542 4294260384 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 140678 132835 213 11 0 140012 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 571416

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/194 26171
/proc/meminfo: memFree=13763208/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=562712 CPUtime=1182.33 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 132908 0 0 0 118206 27 0 0 25 0 1 0 471020625 576217088 132839 33554432000 134512640 134556542 4294260384 18446744073709551615 134530132 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 140678 132839 213 11 0 140012 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 571416

[startup+1242.3 s]
/proc/loadavg: 4.08 4.02 3.91 5/194 26172
/proc/meminfo: memFree=13762684/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=562712 CPUtime=1242.33 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 132911 0 0 0 124206 27 0 0 25 0 1 0 471020625 576217088 132842 33554432000 134512640 134556542 4294260384 18446744073709551615 134537005 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 140678 132842 213 11 0 140012 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 571416



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.01 3.91 4/191 26175
/proc/meminfo: memFree=14068592/32951124 swapFree=67111528/67111528
[pid=26086] ppid=26084 vsize=8704 CPUtime=0 cores=5,7
/proc/26086/stat : 26086 (ebglucose.sh) S 26084 26086 24832 0 -1 4202496 380 345 0 0 0 0 0 0 21 0 1 0 471020625 8912896 255 33554432000 4194304 4922060 140737070197200 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26086/statm: 2176 255 211 178 0 69 0
[pid=26089] ppid=26086 vsize=562712 CPUtime=1300.04 cores=5,7
/proc/26089/stat : 26089 (ebglucose_stati) R 26086 26086 24832 0 -1 4202496 132912 0 0 0 129977 27 0 0 25 0 1 0 471020625 576217088 132843 33554432000 134512640 134556542 4294260384 18446744073709551615 134536861 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/26089/statm: 140678 132843 213 11 0 140012 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 571416

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 26086 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 1300.04
#
# 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.04
CPU user time (s): 1299.77
CPU system time (s): 0.27
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 571416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
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= 725
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= 10
involuntary context switches= 7

runsolver used 1.90871 second user time and 5.18821 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-26 04:47:30
IDJOB=3293589
IDBENCH=88159
IDSOLVER=1652
FILE ID=node141/3293589-1303786045
RUNJOBID= node141-1303786045-26052
PBS_JOBID= 13157228
Free space on /tmp= 71228 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293589-1303786045/watcher-3293589-1303786045 -o /tmp/evaluation-result-3293589-1303786045/solver-3293589-1303786045 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3293589-1303786045.cnf

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

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=484768949

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:      15453156 kB
Buffers:       1597288 kB
Cached:       14941668 kB
SwapCached:          0 kB
Active:        6854652 kB
Inactive:     10053364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15453156 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          537532 kB
Writeback:           0 kB
AnonPages:      369472 kB
Mapped:          16216 kB
Slab:           524724 kB
PageTables:       5692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   551556 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= 71152 MiB
End job on node141 at 2011-04-26 05:09:12