Trace number 3292071

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) 1299.94 1300.01

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1263.53
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

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 = 9676386
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.02	
0.00/0.02	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.02	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.02	
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Number of variables:  482093                                               |
0.00/0.02	c |  Number of clauses:    9676386                                              |
3.46/3.51	c |  Parsing time:         3.25         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-3292071-1303782727/watcher-3292071-1303782727 -o /tmp/evaluation-result-3292071-1303782727/solver-3292071-1303782727 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3292071-1303782727.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: 3.97 3.98 3.91 4/192 32252
/proc/meminfo: memFree=11924704/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8700 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 321 0 0 0 0 0 0 0 22 0 1 0 568504228 8908800 249 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415391488 0 0 4100 65536 18446744071562362840 0 0 17 0 0 0 0
/proc/32252/statm: 2175 249 209 178 0 68 0

[startup+0.023929 s]
/proc/loadavg: 3.97 3.98 3.91 4/192 32252
/proc/meminfo: memFree=11924704/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100914 s]
/proc/loadavg: 3.97 3.98 3.91 4/192 32252
/proc/meminfo: memFree=11924704/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300876 s]
/proc/loadavg: 3.97 3.98 3.91 4/192 32252
/proc/meminfo: memFree=11924704/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700802 s]
/proc/loadavg: 3.97 3.98 3.91 4/192 32252
/proc/meminfo: memFree=11924704/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50072 s]
/proc/loadavg: 3.97 3.98 3.91 5/194 32256
/proc/meminfo: memFree=11760540/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=251128 CPUtime=1.47 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 59069 0 0 0 136 11 0 0 25 0 1 0 568504229 257155072 59010 33554432000 134512640 134556542 4286591328 18446744073709551615 3634684 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 62782 59011 197 11 0 62116 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 259832

[startup+3.10041 s]
/proc/loadavg: 3.97 3.98 3.91 5/194 32256
/proc/meminfo: memFree=11598720/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=491300 CPUtime=3.07 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 117160 0 0 0 286 21 0 0 25 0 1 0 568504229 503091200 117101 33554432000 134512640 134556542 4286591328 18446744073709551615 3634684 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 122825 117102 197 11 0 122159 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 500004

[startup+6.30081 s]
/proc/loadavg: 3.98 3.98 3.91 5/194 32256
/proc/meminfo: memFree=11378688/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=569060 CPUtime=6.27 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 135957 0 0 0 603 24 0 0 25 0 1 0 568504229 582717440 135894 33554432000 134512640 134556542 4286591328 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 142265 135894 213 11 0 141599 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 577764

[startup+12.7006 s]
/proc/loadavg: 3.98 3.98 3.91 5/194 32257
/proc/meminfo: memFree=11405228/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=571612 CPUtime=12.66 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 136605 0 0 0 1242 24 0 0 25 0 1 0 568504229 585330688 136542 33554432000 134512640 134556542 4286591328 18446744073709551615 134525424 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 142903 136542 213 11 0 142237 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 580316

[startup+25.5012 s]
/proc/loadavg: 4.13 4.01 3.92 5/194 32288
/proc/meminfo: memFree=10906212/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=573664 CPUtime=25.46 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 137068 0 0 0 2522 24 0 0 25 0 1 0 568504229 587431936 137005 33554432000 134512640 134556542 4286591328 18446744073709551615 134543413 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 143416 137005 213 11 0 142750 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 582368

[startup+51.1003 s]
/proc/loadavg: 4.21 4.04 3.93 5/194 32289
/proc/meminfo: memFree=10914800/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=576960 CPUtime=51.07 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 137887 0 0 0 5082 25 0 0 25 0 1 0 568504229 590807040 137824 33554432000 134512640 134556542 4286591328 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 144240 137824 213 11 0 143574 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 585664

[startup+102.307 s]
/proc/loadavg: 4.15 4.05 3.94 5/194 32323
/proc/meminfo: memFree=11340308/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=583100 CPUtime=102.27 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 139433 0 0 0 10202 25 0 0 25 0 1 0 568504229 597094400 139370 33554432000 134512640 134556542 4286591328 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 145775 139370 213 11 0 145109 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 591804

[startup+162.301 s]
/proc/loadavg: 4.05 4.04 3.94 5/194 32388
/proc/meminfo: memFree=11330324/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=588104 CPUtime=162.26 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 140639 0 0 0 16201 25 0 0 25 0 1 0 568504229 602218496 140576 33554432000 134512640 134556542 4286591328 18446744073709551615 134529895 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 147026 140576 213 11 0 146360 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 596808

[startup+222.301 s]
/proc/loadavg: 4.02 4.03 3.94 5/194 32390
/proc/meminfo: memFree=11309984/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=590512 CPUtime=222.26 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 141239 0 0 0 22201 25 0 0 25 0 1 0 568504229 604684288 141176 33554432000 134512640 134556542 4286591328 18446744073709551615 134529042 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 147628 141176 213 11 0 146962 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 599216

[startup+282.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/194 32392
/proc/meminfo: memFree=11270852/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=594008 CPUtime=282.27 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 142065 0 0 0 28201 26 0 0 25 0 1 0 568504229 608264192 142002 33554432000 134512640 134556542 4286591328 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 148502 142002 213 11 0 147836 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 602712

[startup+342.301 s]
/proc/loadavg: 4.00 4.02 3.94 5/194 32393
/proc/meminfo: memFree=11261800/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=597188 CPUtime=342.27 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 142861 0 0 0 34201 26 0 0 25 0 1 0 568504229 611520512 142798 33554432000 134512640 134556542 4286591328 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 149297 142798 213 11 0 148631 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 605892

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 3.94 5/194 32395
/proc/meminfo: memFree=11249884/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2

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

/proc/32256/statm: 151335 144811 213 11 0 150669 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 614044

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/194 456
/proc/meminfo: memFree=11796408/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=618020 CPUtime=642.27 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 148060 0 0 0 64199 28 0 0 25 0 1 0 568504229 632852480 147996 33554432000 134512640 134556542 4286591328 18446744073709551615 134536891 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 154505 147996 213 11 0 153839 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 626724

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/194 466
/proc/meminfo: memFree=11792436/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=618200 CPUtime=702.26 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 148074 0 0 0 70198 28 0 0 25 0 1 0 568504229 633036800 148010 33554432000 134512640 134556542 4286591328 18446744073709551615 134543398 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 154550 148010 213 11 0 153884 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 626904

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.94 5/194 467
/proc/meminfo: memFree=11779568/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=618200 CPUtime=762.27 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 148085 0 0 0 76199 28 0 0 25 0 1 0 568504229 633036800 148021 33554432000 134512640 134556542 4286591328 18446744073709551615 134529114 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 154550 148021 213 11 0 153884 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 626904

[startup+822.301 s]
/proc/loadavg: 4.04 4.01 3.94 5/194 471
/proc/meminfo: memFree=11773336/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=618200 CPUtime=822.26 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 148095 0 0 0 82198 28 0 0 25 0 1 0 568504229 633036800 148031 33554432000 134512640 134556542 4286591328 18446744073709551615 134536789 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 154550 148031 213 11 0 153884 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 626904

[startup+882.301 s]
/proc/loadavg: 4.09 4.02 3.95 5/194 473
/proc/meminfo: memFree=11768836/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=620972 CPUtime=882.26 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 148817 0 0 0 88198 28 0 0 25 0 1 0 568504229 635875328 148753 33554432000 134512640 134556542 4286591328 18446744073709551615 134528526 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 155243 148753 213 11 0 154577 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 629676

[startup+942.3 s]
/proc/loadavg: 4.03 4.02 3.95 5/194 474
/proc/meminfo: memFree=11744868/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=631496 CPUtime=942.26 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 151417 0 0 0 94197 29 0 0 25 0 1 0 568504229 646651904 151353 33554432000 134512640 134556542 4286591328 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 157874 151353 213 11 0 157208 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 640200

[startup+1002.3 s]
/proc/loadavg: 4.01 4.01 3.95 5/194 476
/proc/meminfo: memFree=11739116/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=631496 CPUtime=1002.25 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 151424 0 0 0 100196 29 0 0 25 0 1 0 568504229 646651904 151360 33554432000 134512640 134556542 4286591328 18446744073709551615 134536958 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 157874 151360 213 11 0 157208 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 640200

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/194 477
/proc/meminfo: memFree=11736468/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=631496 CPUtime=1062.25 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 151427 0 0 0 106196 29 0 0 25 0 1 0 568504229 646651904 151363 33554432000 134512640 134556542 4286591328 18446744073709551615 134537837 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 157874 151363 213 11 0 157208 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 640200

[startup+1122.3 s]
/proc/loadavg: 4.06 4.02 3.95 5/194 479
/proc/meminfo: memFree=11730600/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=631568 CPUtime=1122.24 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 151462 0 0 0 112195 29 0 0 25 0 1 0 568504229 646725632 151398 33554432000 134512640 134556542 4286591328 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 157892 151398 213 11 0 157226 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 640272

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.95 5/194 481
/proc/meminfo: memFree=11695592/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=631568 CPUtime=1182.24 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 151475 0 0 0 118195 29 0 0 25 0 1 0 568504229 646725632 151411 33554432000 134512640 134556542 4286591328 18446744073709551615 134528959 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 157892 151411 213 11 0 157226 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 640272

[startup+1242.3 s]
/proc/loadavg: 4.04 4.02 3.96 5/194 482
/proc/meminfo: memFree=11694056/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=631568 CPUtime=1242.24 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 151477 0 0 0 124195 29 0 0 25 0 1 0 568504229 646725632 151413 33554432000 134512640 134556542 4286591328 18446744073709551615 134536930 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 157892 151413 213 11 0 157226 0
Current children cumulated CPU time (s) 1242.24
Current children cumulated vsize (KiB) 640272



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.96 5/194 578
/proc/meminfo: memFree=12773684/32950928 swapFree=67111524/67111528
[pid=32252] ppid=32250 vsize=8704 CPUtime=0 cores=0,2
/proc/32252/stat : 32252 (ebglucose.sh) S 32250 32252 32153 0 -1 4202496 380 345 0 0 0 0 0 0 22 0 1 0 568504228 8912896 254 33554432000 4194304 4922060 140736670966576 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32252/statm: 2176 254 211 178 0 69 0
[pid=32256] ppid=32252 vsize=631568 CPUtime=1299.94 cores=0,2
/proc/32256/stat : 32256 (ebglucose_stati) R 32252 32252 32153 0 -1 4202496 151480 0 0 0 129965 29 0 0 25 0 1 0 568504229 646725632 151416 33554432000 134512640 134556542 4286591328 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/32256/statm: 157892 151416 213 11 0 157226 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 640272

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 32252 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=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1299.94
#
# 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): 1299.94
CPU user time (s): 1299.65
CPU system time (s): 0.29
CPU usage (%): 99.9945
Max. virtual memory (cumulated for all children) (KiB): 640272

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

runsolver used 2.20167 second user time and 4.90525 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-26 03:52:15
IDJOB=3292071
IDBENCH=85008
IDSOLVER=1652
FILE ID=node115/3292071-1303782727
RUNJOBID= node115-1303782716-32171
PBS_JOBID= 13157231
Free space on /tmp= 72180 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292071-1303782727/watcher-3292071-1303782727 -o /tmp/evaluation-result-3292071-1303782727/solver-3292071-1303782727 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3292071-1303782727.cnf

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=83992848

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11924860 kB
Buffers:       2294104 kB
Cached:       17367788 kB
SwapCached:          4 kB
Active:        8544820 kB
Inactive:     11920712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11924860 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          460752 kB
Writeback:           0 kB
AnonPages:      803056 kB
Mapped:          16316 kB
Slab:           494148 kB
PageTables:       6816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1048504 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= 72952 MiB
End job on node115 at 2011-04-26 04:13:58