Trace number 1773751

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
precosat 236UNSAT 12.3741 12.3788

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo016.cnf
MD5SUM576249eded8a3c95c0b3aa8dcd51992e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark12.3741
Satisfiable
(Un)Satisfiability was proved
Number of variables2945
Number of clauses8738
Sum of the clauses size20386
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 25824
Number of clauses of size 32912
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-1773751-1241186388.cnf
0.00/0.00	c found header 'p cnf 2945 8738'
0.00/0.01	c finished parsing
0.00/0.01	c
0.00/0.01	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.01	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.01	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.01	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.01	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.01	c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.01	c
0.00/0.01	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.00/0.01	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.00/0.01	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.00/0.01	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.00/0.01	c
0.00/0.01	c starting search after 0.0 seconds
0.00/0.01	c no decision limit
0.00/0.01	c
0.00/0.01	c       original/binary      fixed     eliminated      learned       agility
0.00/0.01	c   seconds        variables     equivalent    conflicts       height       MB
0.00/0.01	c
0.00/0.01	c *    0.0     8736    2943      2     0      0       0      0    0.0   0    1
0.10/0.12	c s    0.1     5625     862     20    74   1989       0      0    0.0   0    1
0.10/0.12	c l    0.1     5625     862     20    74   1989       0   5145    0.0   0    1
0.10/0.14	c N    0.1     5625     862     20    74   1989     100    100   25.5  31    1
0.10/0.16	c R    0.2     5625     862     20    74   1989     200    200   26.5  18    1
0.20/0.21	c N    0.2     5730     862     20    74   1989     802    800   31.0  29    1
0.20/0.23	c B    0.2     5730     862     20    74   1989    1001    999   31.1  24    1
0.20/0.25	c s    0.3     5730     862     20    74   1989    1138   1136   31.1  25    1
0.30/0.31	c B    0.3     5730     862     20    74   1989    2002   2000   30.5  22    1
0.30/0.35	c N    0.4     5730     862     20    74   1989    2405   2403   30.4  29    1
0.50/0.57	c +    0.6     5730     862     20    74   1989    5146   5659   31.7  29    2
0.60/0.66	c N    0.7     5730     862     20    74   1989    6409   5745   30.7  26    2
0.60/0.66	c +    0.7     5730     862     20    74   1989    6430   6224   30.7  28    2
0.70/0.75	c B    0.8     5730     862     20    74   1989    8006   6319   29.6  32    2
0.70/0.75	c +    0.8     5730     862     20    74   1989    8035   6846   29.6  32    2
0.80/0.89	c +    0.9     5730     862     20    74   1989   10041   7530   28.5  27    2
0.90/0.94	c s    0.9     5745     862     20    74   1989   10417   7297   28.3  24    2
1.10/1.11	c +    1.1     5749     862     20    74   1989   12550   8283   26.7  18    2
1.30/1.35	c s    1.4     5749     862     20    74   1989   15057   8332   26.1  14    2
1.39/1.40	c
1.39/1.40	c       original/binary      fixed     eliminated      learned       agility
1.39/1.40	c   seconds        variables     equivalent    conflicts       height       MB
1.39/1.40	c
1.39/1.40	c +    1.4     5749     862     20    74   1989   15686   9111   26.4  12    2
1.39/1.45	c R    1.5     5749     862     20    74   1989   16031   8654   26.4  12    2
1.69/1.75	c +    1.8     5749     862     20    74   1989   19608  10022   26.2  24    2
2.10/2.10	c B    2.1     5749     862     20    74   1989   24011  10109   25.0  22    2
2.10/2.15	c +    2.1     5749     862     20    74   1989   24510  11024   24.9  20    2
2.69/2.70	c +    2.7     5749     862     20    74   1989   30635  12126   24.2  27    2
3.39/3.41	c +    3.4     5749     862     20    74   1989   38292  13338   23.6  25    3
3.39/3.43	c R    3.4     5749     862     20    74   1989   38479  12405   23.6  25    3
3.49/3.52	c s    3.5     5750     862     20    74   1989   39041  12966   23.4  17    2
4.40/4.46	c +    4.5     5750     862     20    74   1989   47866  14671   22.4  20    3
4.99/5.07	c s    5.1     5751     862     20    74   1989   53354  14671   22.2  37    2
5.79/5.80	c +    5.8     5752     862     20    74   1989   59830  16138   21.8  25    3
5.89/5.90	c s    5.9     5752     862     20    74   1989   60652  15552   21.8  19    2
6.29/6.32	c B    6.3     5752     862     20    74   1989   64028  16146   21.6  18    3
6.79/6.88	c s    6.9     5753     862     20    74   1989   68359  16247   21.4  23    2
7.59/7.62	c +    7.6     5759     862     20    74   1989   74785  17751   21.1  27    3
7.99/8.00	c s    8.0     5761     862     20    74   1989   77869  17818   21.0  24    3
9.09/9.18	c s    9.2     5762     862     20    74   1989   87540  17782   20.2  16    2
9.39/9.48	c R    9.5     5766     862     20    74   1989   89792  17759   20.1  13    3
9.89/9.99	c
9.89/9.99	c       original/binary      fixed     eliminated      learned       agility
9.89/9.99	c   seconds        variables     equivalent    conflicts       height       MB
9.89/9.99	c
9.89/9.99	c +   10.0     9060     844     21    91   1989   93480  19526   19.9  27    3
10.49/10.50	c s   10.5     5575     836     21    91   1997   96486  18504   19.8  20    2
10.49/10.50	c -   10.5     5575     836     21    91   1997   96486  19331   19.8  20    2
11.79/11.87	c s   11.9     5540     833     22    93   1997  106005  19010   19.2  25    3
12.29/12.37	c 0   12.4     8183     395    456    97   1997  109196  19330   18.9  24    3
12.29/12.37	c
12.29/12.37	s UNSATISFIABLE
12.29/12.37	c
12.29/12.37	c 109196 conflicts, 147070 decisions, 1 random
12.29/12.37	c 6 iterations, 184 restarts, 157 skipped
12.29/12.37	c 14 enlarged, 81 shrunken, 1067 rescored, 45 rebiased
12.29/12.37	c 12 simplifications, 0 reductions
12.29/12.37	c
12.29/12.37	c vars: 456 fixed, 97 equiv, 1997 elim, 159 merged
12.29/12.37	c elim: 107865 resolutions, 2 phases, 2 rounds
12.29/12.37	c sbst: 98% substituted, 0.0% nots, 97.2% ands, 2.8% xors, 0.0% ites
12.29/12.37	c arty: 2.02 and 2.00 xor average arity
12.29/12.37	c prbe: 28605 probed, 11 phases, 12 rounds
12.29/12.37	c prbe: 17 failed, 1 lifted, 19 merged
12.29/12.37	c sccs: 1 non trivial, 0 fixed, 1 merged
12.29/12.37	c hash: 39 units, 139 merged
12.29/12.37	c mins: 2009707 learned, 27% deleted, 56 strong, 62 depth
12.29/12.37	c subs: 104 forward, 824 backward, 7315 doms
12.29/12.37	c strs: 64 forward, 2 backward
12.29/12.37	c doms: 7392 dominators, 7090 high, 115 low
12.29/12.37	c prps: 11193412 propagations, 0.90 megaprops
12.29/12.37	c
12.29/12.37	c 12.4 seconds, 4 MB max, 10 MB recycled

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773751-1241186388/watcher-1773751-1241186388 -o /tmp/evaluation-result-1773751-1241186388/solver-1773751-1241186388 -C 10000 -W 12000 -M 1800 HOME/precosat HOME/instance-1773751-1241186388.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.97 3/64 28231
/proc/meminfo: memFree=790448/2055920 swapFree=4191900/4192956
[pid=28231] ppid=28229 vsize=1204 CPUtime=0
/proc/28231/stat : 28231 (precosat) R 28229 28231 28194 0 -1 4194304 210 0 0 0 0 0 0 0 18 0 1 0 146667370 1232896 195 1992294400 134512640 135151029 4294956240 18446744073709551615 134697845 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28231/statm: 301 195 63 155 0 144 0

[startup+0.0834791 s]
/proc/loadavg: 0.92 0.98 0.97 3/64 28231
/proc/meminfo: memFree=790448/2055920 swapFree=4191900/4192956
[pid=28231] ppid=28229 vsize=2184 CPUtime=0.08
/proc/28231/stat : 28231 (precosat) R 28229 28231 28194 0 -1 4194304 483 0 0 0 8 0 0 0 18 0 1 0 146667370 2236416 467 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28231/statm: 546 467 79 155 0 389 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2184

[startup+0.101479 s]
/proc/loadavg: 0.92 0.98 0.97 3/64 28231
/proc/meminfo: memFree=790448/2055920 swapFree=4191900/4192956
[pid=28231] ppid=28229 vsize=2376 CPUtime=0.1
/proc/28231/stat : 28231 (precosat) R 28229 28231 28194 0 -1 4194304 504 0 0 0 10 0 0 0 18 0 1 0 146667370 2433024 488 1992294400 134512640 135151029 4294956240 18446744073709551615 134548203 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28231/statm: 594 488 79 155 0 437 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2376

[startup+0.3015 s]
/proc/loadavg: 0.92 0.98 0.97 3/64 28231
/proc/meminfo: memFree=790448/2055920 swapFree=4191900/4192956
[pid=28231] ppid=28229 vsize=2376 CPUtime=0.3
/proc/28231/stat : 28231 (precosat) R 28229 28231 28194 0 -1 4194304 528 0 0 0 30 0 0 0 19 0 1 0 146667370 2433024 512 1992294400 134512640 135151029 4294956240 18446744073709551615 134566928 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28231/statm: 594 512 79 155 0 437 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2376

[startup+0.701539 s]
/proc/loadavg: 0.92 0.98 0.97 3/64 28231
/proc/meminfo: memFree=790448/2055920 swapFree=4191900/4192956
[pid=28231] ppid=28229 vsize=2512 CPUtime=0.7
/proc/28231/stat : 28231 (precosat) R 28229 28231 28194 0 -1 4194304 561 0 0 0 70 0 0 0 22 0 1 0 146667370 2572288 545 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28231/statm: 628 545 79 155 0 471 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2512

[startup+1.50162 s]
/proc/loadavg: 0.93 0.98 0.97 2/65 28232
/proc/meminfo: memFree=788264/2055920 swapFree=4191900/4192956
[pid=28231] ppid=28229 vsize=2964 CPUtime=1.49
/proc/28231/stat : 28231 (precosat) R 28229 28231 28194 0 -1 4194304 658 0 0 0 149 0 0 0 25 0 1 0 146667370 3035136 642 1992294400 134512640 135151029 4294956240 18446744073709551615 134580473 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28231/statm: 741 642 79 155 0 584 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2964

[startup+3.10178 s]
/proc/loadavg: 0.93 0.98 0.97 2/65 28232
/proc/meminfo: memFree=787688/2055920 swapFree=4191900/4192956
[pid=28231] ppid=28229 vsize=3624 CPUtime=3.09
/proc/28231/stat : 28231 (precosat) R 28229 28231 28194 0 -1 4194304 832 0 0 0 309 0 0 0 25 0 1 0 146667370 3710976 816 1992294400 134512640 135151029 4294956240 18446744073709551615 134554823 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28231/statm: 906 816 79 155 0 749 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3624

[startup+6.3011 s]
/proc/loadavg: 0.93 0.98 0.97 2/65 28232
/proc/meminfo: memFree=786856/2055920 swapFree=4191900/4192956
[pid=28231] ppid=28229 vsize=4028 CPUtime=6.29
/proc/28231/stat : 28231 (precosat) R 28229 28231 28194 0 -1 4194304 928 0 0 0 629 0 0 0 25 0 1 0 146667370 4124672 912 1992294400 134512640 135151029 4294956240 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28231/statm: 1007 912 79 155 0 850 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4028

Solver just ended. Dumping a history of the last processes samples

[startup+9.50141 s]
/proc/loadavg: 0.93 0.98 0.97 2/65 28232
/proc/meminfo: memFree=786536/2055920 swapFree=4191900/4192956
[pid=28231] ppid=28229 vsize=4396 CPUtime=9.49
/proc/28231/stat : 28231 (precosat) R 28229 28231 28194 0 -1 4194304 1070 0 0 0 949 0 0 0 25 0 1 0 146667370 4501504 1014 1992294400 134512640 135151029 4294956240 18446744073709551615 134574652 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28231/statm: 1099 1014 79 155 0 942 0
Current children cumulated CPU time (s) 9.49
Current children cumulated vsize (KiB) 4396

[startup+11.1016 s]
/proc/loadavg: 0.94 0.98 0.97 2/65 28232
/proc/meminfo: memFree=786152/2055920 swapFree=4191900/4192956
[pid=28231] ppid=28229 vsize=4776 CPUtime=11.09
/proc/28231/stat : 28231 (precosat) R 28229 28231 28194 0 -1 4194304 1153 0 0 0 1109 0 0 0 25 0 1 0 146667370 4890624 1097 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28231/statm: 1194 1097 79 155 0 1037 0
Current children cumulated CPU time (s) 11.09
Current children cumulated vsize (KiB) 4776

[startup+11.9017 s]
/proc/loadavg: 0.94 0.98 0.97 2/65 28232
/proc/meminfo: memFree=786152/2055920 swapFree=4191900/4192956
[pid=28231] ppid=28229 vsize=4776 CPUtime=11.89
/proc/28231/stat : 28231 (precosat) R 28229 28231 28194 0 -1 4194304 1173 0 0 0 1189 0 0 0 25 0 1 0 146667370 4890624 1106 1992294400 134512640 135151029 4294956240 18446744073709551615 134574250 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28231/statm: 1194 1106 79 155 0 1037 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 4776

[startup+12.3017 s]
/proc/loadavg: 0.94 0.98 0.97 2/65 28232
/proc/meminfo: memFree=786024/2055920 swapFree=4191900/4192956
[pid=28231] ppid=28229 vsize=4776 CPUtime=12.29
/proc/28231/stat : 28231 (precosat) R 28229 28231 28194 0 -1 4194304 1174 0 0 0 1229 0 0 0 25 0 1 0 146667370 4890624 1107 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28231/statm: 1194 1107 79 155 0 1037 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 4776

Child status: 20
Real time (s): 12.3788
CPU time (s): 12.3741
CPU user time (s): 12.3671
CPU system time (s): 0.006998
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 4792

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

runsolver used 0.011998 second user time and 0.040993 second system time

The end

Launcher Data

Begin job on node36 at 2009-05-01 15:59:48
IDJOB=1773751
IDBENCH=70788
IDSOLVER=607
FILE ID=node36/1773751-1241186388
PBS_JOBID= 9224608
Free space on /tmp= 66464 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo016.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773751-1241186388/watcher-1773751-1241186388 -o /tmp/evaluation-result-1773751-1241186388/solver-1773751-1241186388 -C 10000 -W 12000 -M 1800  HOME/precosat HOME/instance-1773751-1241186388.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 576249eded8a3c95c0b3aa8dcd51992e
RANDOM SEED=747100234

node36.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        790928 kB
Buffers:         83680 kB
Cached:        1064864 kB
SwapCached:        384 kB
Active:          26024 kB
Inactive:      1135828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        790928 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:             952 kB
Writeback:           0 kB
Mapped:          21688 kB
Slab:            89128 kB
Committed_AS:   643796 kB
PageTables:       1356 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node36 at 2009-05-01 16:00:00