Trace number 3285355

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
MD5SUM6ed645315c9ffb8177453b955fbe1737
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1200.86
Satisfiable
(Un)Satisfiability was proved
Number of variables109684
Number of clauses1767096
Sum of the clauses size4034296
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21705200
Number of clauses of size 34800
Number of clauses of size 422200
Number of clauses of size 59600
Number of clauses of size over 524600

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.48	c ==============================================================================
0.00/0.48	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.48	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.48	c ==============================================================================
0.00/0.48	c |         0 | 1393438  3185745 |  418031       0        0     nan |  0.000 % |
1.88/1.95	c |         0 |  995897  2319315 |      --       0       --      -- |     --   | -35/-52
1.88/1.95	c ==============================================================================
1.88/1.95	c Result  :   #vars: 71796   #clauses: 995897   #literals: 2319315
1.88/1.95	c CPU time:   1.87372 s
1.88/1.95	c ==============================================================================
2.29/2.37	c
2.29/2.37	c Starting glucose
2.29/2.37	c
2.29/2.37	
2.29/2.37	c This is EBGlucose 1.0 -- based on Glucose version 1.0
2.29/2.37	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
2.29/2.37	
2.29/2.37	c ============================[ Problem Statistics ]=============================
2.29/2.37	c |                                                                             |
2.29/2.37	c |  Number of variables:  71796                                                |
2.29/2.37	c |  Number of clauses:    995897                                               |
2.36/2.67	c |  Parsing time:         0.27         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-3285355-1303762861/watcher-3285355-1303762861 -o /tmp/evaluation-result-3285355-1303762861/solver-3285355-1303762861 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3285355-1303762861.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 0.96 2.07 2.68 3/182 8371
/proc/meminfo: memFree=20644324/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=0 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 220477516 8912896 252 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 252 211 178 0 69 0

[startup+0.0508979 s]
/proc/loadavg: 0.96 2.07 2.68 3/182 8371
/proc/meminfo: memFree=20644324/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=0 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 220477516 8912896 252 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100907 s]
/proc/loadavg: 0.96 2.07 2.68 3/182 8371
/proc/meminfo: memFree=20644324/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=0 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 220477516 8912896 252 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300846 s]
/proc/loadavg: 0.96 2.07 2.68 3/182 8371
/proc/meminfo: memFree=20644324/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=0 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 220477516 8912896 252 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700735 s]
/proc/loadavg: 0.96 2.07 2.68 3/182 8371
/proc/meminfo: memFree=20644324/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=0 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 220477516 8912896 252 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50063 s]
/proc/loadavg: 0.96 2.07 2.68 5/186 8379
/proc/meminfo: memFree=20503000/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=0 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 220477516 8912896 252 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 252 211 178 0 69 0
[pid=8373] ppid=8371 vsize=113036 CPUtime=1.48 cores=4,6
/proc/8373/stat : 8373 (SatELite_releas) R 8371 8371 5286 0 -1 4202496 28191 0 0 0 142 6 0 0 25 0 1 0 220477516 115748864 25227 33554432000 134512640 135144230 4290615680 18446744073709551615 134585414 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8373/statm: 28259 25227 78 155 0 28102 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 121740

[startup+3.10039 s]
/proc/loadavg: 1.21 2.10 2.69 5/190 8387
/proc/meminfo: memFree=20268196/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 8704
heavy processes:

[startup+6.3008 s]
/proc/loadavg: 1.21 2.10 2.69 5/194 8397
/proc/meminfo: memFree=19921388/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=69172 CPUtime=3.9 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 16336 0 0 0 387 3 0 0 25 0 1 0 220477754 70832128 16252 33554432000 134512640 134556542 4290741488 18446744073709551615 134531015 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 17293 16252 213 11 0 16627 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 77876

[startup+12.7007 s]
/proc/loadavg: 1.71 2.18 2.70 5/194 8399
/proc/meminfo: memFree=19972504/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=81632 CPUtime=10.3 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 19450 0 0 0 1026 4 0 0 25 0 1 0 220477754 83591168 19364 33554432000 134512640 134556542 4290741488 18446744073709551615 134529852 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 20408 19364 213 11 0 19742 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 90336

[startup+25.5005 s]
/proc/loadavg: 2.06 2.24 2.72 5/194 8399
/proc/meminfo: memFree=19861644/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=109116 CPUtime=23.1 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 26320 0 0 0 2305 5 0 0 25 0 1 0 220477754 111734784 26232 33554432000 134512640 134556542 4290741488 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 27279 26232 213 11 0 26613 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 117820

[startup+51.1009 s]
/proc/loadavg: 2.79 2.39 2.76 5/194 8400
/proc/meminfo: memFree=19706880/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=139960 CPUtime=48.7 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 34024 0 0 0 4864 6 0 0 25 0 1 0 220477754 143319040 33931 33554432000 134512640 134556542 4290741488 18446744073709551615 134530167 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 34990 33931 213 11 0 34324 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 148664

[startup+102.307 s]
/proc/loadavg: 3.51 2.66 2.83 5/194 8401
/proc/meminfo: memFree=19566436/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=158448 CPUtime=99.9 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 38630 0 0 0 9984 6 0 0 25 0 1 0 220477754 162250752 38535 33554432000 134512640 134556542 4290741488 18446744073709551615 134529948 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 39612 38535 213 11 0 38946 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 167152

[startup+162.3 s]
/proc/loadavg: 3.82 2.90 2.90 5/194 8403
/proc/meminfo: memFree=19558824/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=158448 CPUtime=159.89 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 38642 0 0 0 15983 6 0 0 25 0 1 0 220477754 162250752 38547 33554432000 134512640 134556542 4290741488 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 39612 38547 213 11 0 38946 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 167152

[startup+222.301 s]
/proc/loadavg: 3.93 3.10 2.96 5/190 8409
/proc/meminfo: memFree=19910724/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=162248 CPUtime=219.89 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 39596 0 0 0 21983 6 0 0 25 0 1 0 220477754 166141952 39501 33554432000 134512640 134556542 4290741488 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 40562 39501 213 11 0 39896 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 170952

[startup+282.3 s]
/proc/loadavg: 3.34 3.08 2.96 4/187 8425
/proc/meminfo: memFree=19974964/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=181380 CPUtime=279.9 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 44356 0 0 0 27982 8 0 0 25 0 1 0 220477754 185733120 44259 33554432000 134512640 134556542 4290741488 18446744073709551615 134529954 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 45345 44259 213 11 0 44679 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 190084

[startup+342.301 s]
/proc/loadavg: 3.18 3.08 2.97 4/187 8427
/proc/meminfo: memFree=19928916/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=183284 CPUtime=339.91 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 44836 0 0 0 33983 8 0 0 25 0 1 0 220477754 187682816 44739 33554432000 134512640 134556542 4290741488 18446744073709551615 134530199 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 45821 44739 213 11 0 45155 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 191988

[startup+402.301 s]
/proc/loadavg: 3.14 3.08 2.97 4/187 8428
/proc/meminfo: memFree=19925644/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0

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

/proc/8388/statm: 49819 48735 213 11 0 49153 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 207980

[startup+642.301 s]
/proc/loadavg: 3.04 3.04 2.98 4/187 8435
/proc/meminfo: memFree=19848312/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=221972 CPUtime=639.91 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 54515 0 0 0 63982 9 0 0 25 0 1 0 220477754 227299328 54409 33554432000 134512640 134556542 4290741488 18446744073709551615 134529862 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 55493 54409 213 11 0 54827 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 230676

[startup+702.3 s]
/proc/loadavg: 3.01 3.03 2.98 4/187 8436
/proc/meminfo: memFree=19846520/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=221972 CPUtime=699.91 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 54519 0 0 0 69982 9 0 0 25 0 1 0 220477754 227299328 54413 33554432000 134512640 134556542 4290741488 18446744073709551615 134530199 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 55493 54413 213 11 0 54827 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 230676

[startup+762.307 s]
/proc/loadavg: 3.00 3.02 2.98 4/187 8438
/proc/meminfo: memFree=19834192/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=225916 CPUtime=759.91 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 55494 0 0 0 75982 9 0 0 25 0 1 0 220477754 231337984 55388 33554432000 134512640 134556542 4290741488 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 56479 55388 213 11 0 55813 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 234620

[startup+822.3 s]
/proc/loadavg: 3.00 3.02 2.98 4/187 8439
/proc/meminfo: memFree=19814048/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=236100 CPUtime=819.91 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 58058 0 0 0 81981 10 0 0 25 0 1 0 220477754 241766400 57950 33554432000 134512640 134556542 4290741488 18446744073709551615 134536915 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 59025 57950 213 11 0 58359 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 244804

[startup+882.301 s]
/proc/loadavg: 3.00 3.01 2.98 4/187 8441
/proc/meminfo: memFree=19804320/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=245992 CPUtime=879.92 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 60517 0 0 0 87981 11 0 0 25 0 1 0 220477754 251895808 60408 33554432000 134512640 134556542 4290741488 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 61498 60408 213 11 0 60832 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 254696

[startup+942.301 s]
/proc/loadavg: 3.00 3.01 2.98 4/187 8443
/proc/meminfo: memFree=19798320/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=245992 CPUtime=939.92 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 60519 0 0 0 93981 11 0 0 25 0 1 0 220477754 251895808 60410 33554432000 134512640 134556542 4290741488 18446744073709551615 134529948 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 61498 60410 213 11 0 60832 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 254696

[startup+1002.3 s]
/proc/loadavg: 3.04 3.02 2.98 5/187 8444
/proc/meminfo: memFree=19752268/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=245984 CPUtime=999.92 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 60520 0 0 0 99981 11 0 0 25 0 1 0 220477754 251887616 60411 33554432000 134512640 134556542 4290741488 18446744073709551615 134537101 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 61496 60411 213 11 0 60830 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 254688

[startup+1062.3 s]
/proc/loadavg: 3.01 3.01 2.98 4/187 8446
/proc/meminfo: memFree=19742788/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=249352 CPUtime=1059.92 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 61377 0 0 0 105981 11 0 0 25 0 1 0 220477754 255336448 61267 33554432000 134512640 134556542 4290741488 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 62338 61267 213 11 0 61672 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 258056

[startup+1122.3 s]
/proc/loadavg: 3.00 3.00 2.98 4/187 8447
/proc/meminfo: memFree=19742860/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=249352 CPUtime=1119.92 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 61378 0 0 0 111981 11 0 0 25 0 1 0 220477754 255336448 61268 33554432000 134512640 134556542 4290741488 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 62338 61268 213 11 0 61672 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 258056

[startup+1182.3 s]
/proc/loadavg: 3.05 3.02 2.99 4/187 8449
/proc/meminfo: memFree=19742928/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=249352 CPUtime=1179.92 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 61381 0 0 0 117981 11 0 0 25 0 1 0 220477754 255336448 61271 33554432000 134512640 134556542 4290741488 18446744073709551615 134530051 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 62338 61271 213 11 0 61672 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 258056

[startup+1242.3 s]
/proc/loadavg: 3.02 3.01 2.99 4/187 8451
/proc/meminfo: memFree=19742264/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=249352 CPUtime=1239.92 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 61386 0 0 0 123981 11 0 0 25 0 1 0 220477754 255336448 61276 33554432000 134512640 134556542 4290741488 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8388/statm: 62338 61276 213 11 0 61672 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 258056



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.00 2.99 3/184 8453
/proc/meminfo: memFree=19863380/32951124 swapFree=67111528/67111528
[pid=8371] ppid=8369 vsize=8704 CPUtime=2.36 cores=4,6
/proc/8371/stat : 8371 (ebglucose.sh) S 8369 8371 5286 0 -1 4202496 380 31250 0 0 0 0 226 10 18 0 1 0 220477516 8912896 255 33554432000 4194304 4922060 140734124724064 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8371/statm: 2176 255 211 178 0 69 0
[pid=8388] ppid=8371 vsize=249352 CPUtime=1297.62 cores=4,6
/proc/8388/stat : 8388 (ebglucose_stati) R 8371 8371 5286 0 -1 4202496 61386 0 0 0 129751 11 0 0 25 0 1 0 220477754 255336448 61276 33554432000 134512640 134556542 4290741488 18446744073709551615 134529948 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/8388/statm: 62338 61276 213 11 0 61672 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 258056

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 8371 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=266655
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=101984
# CPU time returned by wait4() is 2.36864
# while last known CPU time is 1299.98
#
# 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.98
CPU user time (s): 1299.77
CPU system time (s): 0.21
CPU usage (%): 99.9976
Max. virtual memory (cumulated for all children) (KiB): 258056

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

runsolver used 2.26166 second user time and 4.84826 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-25 22:21:03
IDJOB=3285355
IDBENCH=82379
IDSOLVER=1652
FILE ID=node107/3285355-1303762861
RUNJOBID= node107-1303762861-8344
PBS_JOBID= 13154055
Free space on /tmp= 71584 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285355-1303762861/watcher-3285355-1303762861 -o /tmp/evaluation-result-3285355-1303762861/solver-3285355-1303762861 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3285355-1303762861.cnf

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=110656002

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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:      20644604 kB
Buffers:       2028552 kB
Cached:        9687884 kB
SwapCached:          0 kB
Active:        7881496 kB
Inactive:      3944144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20644604 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           64572 kB
Writeback:           0 kB
AnonPages:      108040 kB
Mapped:          15204 kB
Slab:           416720 kB
PageTables:       5164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   260508 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= 71448 MiB
End job on node107 at 2011-04-25 22:42:45