Trace number 3284021

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.02 1300.01

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_19_UNKNOWN.cnf
MD5SUM4cf2a693df1b6e5a084b88e84ec5f2af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.5608
Satisfiable
(Un)Satisfiability was proved
Number of variables4020
Number of clauses466486
Sum of the clauses size1393798
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26187
Number of clauses of size 3460268
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

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.15	c ==============================================================================
0.00/0.15	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.15	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.15	c ==============================================================================
0.00/0.15	c |         0 |  466486  1393798 |  139945       0        0     nan |  0.000 % |
3.59/3.61	c |         0 |  464591  2028804 |      --       0       --      -- |     --   | -1895/635006
3.59/3.61	c ==============================================================================
3.59/3.61	c Result  :   #vars: 2624   #clauses: 464591   #literals: 2028804
3.59/3.61	c CPU time:   3.58146 s
3.59/3.61	c ==============================================================================
3.89/3.95	c
3.89/3.95	c Starting glucose
3.89/3.95	c
3.89/3.95	
3.89/3.95	c This is EBGlucose 1.0 -- based on Glucose version 1.0
3.89/3.95	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
3.89/3.95	
3.89/3.95	c ============================[ Problem Statistics ]=============================
3.89/3.95	c |                                                                             |
3.89/3.95	c |  Number of variables:  2624                                                 |
3.89/3.95	c |  Number of clauses:    464591                                               |
3.94/4.09	c |  Parsing time:         0.13         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-3284021-1303759317/watcher-3284021-1303759317 -o /tmp/evaluation-result-3284021-1303759317/solver-3284021-1303759317 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3284021-1303759317.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.84 3.94 3.62 5/192 7930
/proc/meminfo: memFree=24353816/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=0 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) R 7928 7930 5867 0 -1 4202496 337 233 0 0 0 0 0 0 25 0 1 0 566162173 8912896 252 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457886101 0 65538 4100 65536 0 0 0 17 0 0 0 0
/proc/7930/statm: 2176 252 211 178 0 69 0

[startup+0.019299 s]
/proc/loadavg: 3.84 3.94 3.62 5/192 7930
/proc/meminfo: memFree=24353816/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=0 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 566162173 8912896 252 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7930/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100273 s]
/proc/loadavg: 3.84 3.94 3.62 5/192 7930
/proc/meminfo: memFree=24353816/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=0 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 566162173 8912896 252 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7930/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300247 s]
/proc/loadavg: 3.84 3.94 3.62 5/192 7930
/proc/meminfo: memFree=24353816/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=0 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 566162173 8912896 252 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7930/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701184 s]
/proc/loadavg: 3.84 3.94 3.62 5/192 7930
/proc/meminfo: memFree=24353816/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=0 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 566162173 8912896 252 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7930/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50104 s]
/proc/loadavg: 3.84 3.94 3.62 5/194 7934
/proc/meminfo: memFree=24307576/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=0 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 566162173 8912896 252 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7930/statm: 2176 252 211 178 0 69 0
[pid=7932] ppid=7930 vsize=49540 CPUtime=1.49 cores=0,2
/proc/7932/stat : 7932 (SatELite_releas) R 7930 7930 5867 0 -1 4202496 11582 0 0 0 146 3 0 0 25 0 1 0 566162173 50728960 11537 33554432000 134512640 135144230 4292284144 18446744073709551615 134588195 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/7932/statm: 12385 11537 78 155 0 12228 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58244

[startup+3.10075 s]
/proc/loadavg: 3.84 3.94 3.62 5/194 7966
/proc/meminfo: memFree=24312168/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=0 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 566162173 8912896 252 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/7930/statm: 2176 252 211 178 0 69 0
[pid=7932] ppid=7930 vsize=49540 CPUtime=3.09 cores=0,2
/proc/7932/stat : 7932 (SatELite_releas) R 7930 7930 5867 0 -1 4202496 11582 0 0 0 306 3 0 0 25 0 1 0 566162173 50728960 11537 33554432000 134512640 135144230 4292284144 18446744073709551615 134588149 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/7932/statm: 12385 11537 78 155 0 12228 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58244

[startup+6.30112 s]
/proc/loadavg: 3.85 3.94 3.62 5/194 7967
/proc/meminfo: memFree=24304276/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=45104 CPUtime=2.33 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 10868 0 0 0 232 1 0 0 25 0 1 0 566162568 46186496 10809 33554432000 134512640 134556542 4287565264 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 11276 10809 213 11 0 10610 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 53808

[startup+12.7009 s]
/proc/loadavg: 3.86 3.94 3.63 5/194 7967
/proc/meminfo: memFree=24285672/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=55676 CPUtime=8.74 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 13444 0 0 0 872 2 0 0 25 0 1 0 566162568 57012224 13385 33554432000 134512640 134556542 4287565264 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 13919 13385 213 11 0 13253 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 64380

[startup+25.5005 s]
/proc/loadavg: 3.89 3.94 3.63 5/194 7968
/proc/meminfo: memFree=24275484/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=63816 CPUtime=21.53 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 15429 0 0 0 2151 2 0 0 25 0 1 0 566162568 65347584 15370 33554432000 134512640 134556542 4287565264 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 15954 15370 213 11 0 15288 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 72520

[startup+51.1008 s]
/proc/loadavg: 3.93 3.94 3.64 5/194 7969
/proc/meminfo: memFree=24265928/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=69464 CPUtime=47.13 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 16834 0 0 0 4711 2 0 0 25 0 1 0 566162568 71131136 16775 33554432000 134512640 134556542 4287565264 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 17366 16775 213 11 0 16700 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 78168

[startup+102.306 s]
/proc/loadavg: 3.45 3.81 3.61 4/187 7989
/proc/meminfo: memFree=24313568/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=81108 CPUtime=98.34 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 19676 0 0 0 9831 3 0 0 25 0 1 0 566162568 83054592 19617 33554432000 134512640 134556542 4287565264 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 20277 19617 213 11 0 19611 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 89812

[startup+162.301 s]
/proc/loadavg: 2.56 3.49 3.51 3/180 8008
/proc/meminfo: memFree=24378572/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=86236 CPUtime=158.34 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 20972 0 0 0 15831 3 0 0 25 0 1 0 566162568 88305664 20913 33554432000 134512640 134556542 4287565264 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 21559 20913 213 11 0 20893 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 94940

[startup+222.301 s]
/proc/loadavg: 2.21 3.22 3.41 3/180 8010
/proc/meminfo: memFree=24368140/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=94752 CPUtime=218.34 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 23091 0 0 0 21830 4 0 0 25 0 1 0 566162568 97026048 23032 33554432000 134512640 134556542 4287565264 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 23688 23032 213 11 0 23022 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 103456

[startup+282.301 s]
/proc/loadavg: 2.07 2.99 3.32 3/180 8012
/proc/meminfo: memFree=24360556/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=97552 CPUtime=278.34 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 23742 0 0 0 27830 4 0 0 25 0 1 0 566162568 99893248 23683 33554432000 134512640 134556542 4287565264 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 24388 23683 213 11 0 23722 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 106256

[startup+342.301 s]
/proc/loadavg: 2.02 2.81 3.24 3/180 8013
/proc/meminfo: memFree=24354712/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=102228 CPUtime=338.35 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 24884 0 0 0 33829 6 0 0 25 0 1 0 566162568 104681472 24825 33554432000 134512640 134556542 4287565264 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 25557 24825 213 11 0 24891 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 110932

[startup+402.3 s]
/proc/loadavg: 2.01 2.66 3.16 3/180 8015
/proc/meminfo: memFree=24348860/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2

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

/proc/7967/statm: 29843 29014 213 11 0 29177 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 128076

[startup+642.301 s]
/proc/loadavg: 2.00 2.29 2.88 3/180 8021
/proc/meminfo: memFree=24323360/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=122300 CPUtime=638.37 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 29796 0 0 0 63829 8 0 0 25 0 1 0 566162568 125235200 29737 33554432000 134512640 134556542 4287565264 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 30575 29737 213 11 0 29909 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 131004

[startup+702.301 s]
/proc/loadavg: 2.00 2.23 2.83 3/180 8023
/proc/meminfo: memFree=24317132/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=125900 CPUtime=698.36 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 30619 0 0 0 69828 8 0 0 25 0 1 0 566162568 128921600 30560 33554432000 134512640 134556542 4287565264 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 31475 30560 213 11 0 30809 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 134604

[startup+762.306 s]
/proc/loadavg: 2.00 2.19 2.77 3/180 8024
/proc/meminfo: memFree=24311288/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=128496 CPUtime=758.36 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 31163 0 0 0 75828 8 0 0 25 0 1 0 566162568 131579904 31104 33554432000 134512640 134556542 4287565264 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 32124 31104 213 11 0 31458 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 137200

[startup+822.3 s]
/proc/loadavg: 2.05 2.17 2.72 3/180 8026
/proc/meminfo: memFree=24305568/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=130700 CPUtime=818.36 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 31732 0 0 0 81828 8 0 0 25 0 1 0 566162568 133836800 31628 33554432000 134512640 134556542 4287565264 18446744073709551615 134537328 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 32675 31628 213 11 0 32009 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 139404

[startup+882.301 s]
/proc/loadavg: 2.02 2.13 2.68 3/180 8028
/proc/meminfo: memFree=24300460/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=135068 CPUtime=878.36 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 32810 0 0 0 87827 9 0 0 25 0 1 0 566162568 138309632 32706 33554432000 134512640 134556542 4287565264 18446744073709551615 134537328 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 33767 32706 213 11 0 33101 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 143772

[startup+942.301 s]
/proc/loadavg: 2.00 2.11 2.63 3/180 8029
/proc/meminfo: memFree=24295476/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=139184 CPUtime=938.37 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 33823 0 0 0 93827 10 0 0 25 0 1 0 566162568 142524416 33719 33554432000 134512640 134556542 4287565264 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 34796 33719 213 11 0 34130 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 147888

[startup+1002.3 s]
/proc/loadavg: 2.00 2.08 2.59 3/180 8031
/proc/meminfo: memFree=24292344/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=140408 CPUtime=998.37 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 34109 0 0 0 99827 10 0 0 25 0 1 0 566162568 143777792 34005 33554432000 134512640 134556542 4287565264 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 35102 34005 213 11 0 34436 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 149112

[startup+1062.3 s]
/proc/loadavg: 2.00 2.07 2.55 3/180 8035
/proc/meminfo: memFree=24289900/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=141668 CPUtime=1058.37 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 34366 0 0 0 105826 11 0 0 25 0 1 0 566162568 145068032 34262 33554432000 134512640 134556542 4287565264 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 35417 34262 213 11 0 34751 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 150372

[startup+1122.3 s]
/proc/loadavg: 2.00 2.05 2.51 3/180 8037
/proc/meminfo: memFree=24280704/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=150708 CPUtime=1118.37 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 36510 0 0 0 111826 11 0 0 25 0 1 0 566162568 154324992 36406 33554432000 134512640 134556542 4287565264 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 37677 36406 213 11 0 37011 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 159412

[startup+1182.3 s]
/proc/loadavg: 2.04 2.05 2.48 3/180 8039
/proc/meminfo: memFree=24274976/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=155624 CPUtime=1178.38 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 37664 0 0 0 117826 12 0 0 25 0 1 0 566162568 159358976 37560 33554432000 134512640 134556542 4287565264 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 38906 37560 213 11 0 38240 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 164328

[startup+1242.3 s]
/proc/loadavg: 2.01 2.04 2.45 3/180 8040
/proc/meminfo: memFree=24273100/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=156568 CPUtime=1238.38 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 37930 0 0 0 123826 12 0 0 25 0 1 0 566162568 160325632 37826 33554432000 134512640 134556542 4287565264 18446744073709551615 134537366 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 39142 37826 213 11 0 38476 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 165272



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.03 2.42 3/180 8042
/proc/meminfo: memFree=24271084/32951124 swapFree=67111348/67111528
[pid=7930] ppid=7928 vsize=8704 CPUtime=3.94 cores=0,2
/proc/7930/stat : 7930 (ebglucose.sh) S 7928 7930 5867 0 -1 4202496 379 11817 0 0 0 0 389 5 18 0 1 0 566162173 8912896 255 33554432000 4194304 4922060 140736961413680 18446744073709551615 252457884805 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/7930/statm: 2176 255 211 178 0 69 0
[pid=7967] ppid=7930 vsize=157756 CPUtime=1296.08 cores=0,2
/proc/7967/stat : 7967 (ebglucose_stati) R 7930 7930 5867 0 -1 4202496 38219 0 0 0 129596 12 0 0 25 0 1 0 566162568 161542144 38115 33554432000 134512640 134556542 4287565264 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/7967/statm: 39439 38115 213 11 0 38773 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 166460

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 7930 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=898407
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=51992
# CPU time returned by wait4() is 3.9504
# 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): 1299.85
CPU system time (s): 0.17
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 166460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.89841
system time used= 0.051992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12196
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= 9
involuntary context switches= 52

runsolver used 2.38364 second user time and 4.36634 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-25 21:21:57
IDJOB=3284021
IDBENCH=71095
IDSOLVER=1652
FILE ID=node111/3284021-1303759317
RUNJOBID= node111-1303758013-7646
PBS_JOBID= 13154051
Free space on /tmp= 70620 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_19_UNKNOWN.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284021-1303759317/watcher-3284021-1303759317 -o /tmp/evaluation-result-3284021-1303759317/solver-3284021-1303759317 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3284021-1303759317.cnf

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

MD5SUM BENCH= 4cf2a693df1b6e5a084b88e84ec5f2af
RANDOM SEED=710430589

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24354220 kB
Buffers:       1214160 kB
Cached:        6701932 kB
SwapCached:        132 kB
Active:        2616904 kB
Inactive:      5508972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24354220 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           13252 kB
Writeback:           0 kB
AnonPages:      209784 kB
Mapped:          16384 kB
Slab:           406112 kB
PageTables:       5192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   406176 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= 70616 MiB
End job on node111 at 2011-04-25 21:43:39