Trace number 308162

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, and are wall clock time (not CPU 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
March KS 2007-02-08UNSAT 98.552 98.5898

General information on the benchmark

Namerandom/2+p/p0.7/v3500/
unif2p-p0.7-v3500-c9345-S1832504551-17-UNSAT.cnf
MD5SUMb9122f271ef3adea0bb053b0ffbf32d8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark98.552
Satisfiable
(Un)Satisfiability was proved
Number of variables3498
Number of clauses9344
Sum of the clauses size25229
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22803
Number of clauses of size 36541
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.10/0.13	c main():: ***                                   [ march satisfiability solver ]                                   ***
0.10/0.13	c main()::  **            Copyright (C) 2001-2004 M. Dufour, M. Heule, J. van Zwieten and H. van Maaren            **
0.10/0.13	c main()::   * This program may be redistributed and/or modified under the terms of the GNU Gereral Public License *
0.10/0.13	c main()::
0.10/0.13	c initFormula():: searching for DIMACS p-line....
0.10/0.13	c initFormula():: the DIMACS p-line indicates a CNF of 3500 variables and 9344 clauses.
0.10/0.13	c parseCNF():: parsing....
0.10/0.13	c parseCNF():: the CNF contains 0 unary clauses.
0.10/0.13	c runParser():: parsing was successful, warming up engines...
0.10/0.13	c find_and_remove_tautogolies():: found and removed 2 tautologies
0.10/0.13	c simplify_formula():: removed 0 tautological, 701 satisfied and 0 duplicate clauses
0.10/0.13	c preprocessing fase I completed:: there are now 3291 free variables and 8643 clauses.
0.10/0.13	c stat :: sign balance is biased by 0.729
0.10/0.13	c shorten_equivalence(): average equivalence length reduced from nan to nan
0.10/0.13	c using 3-SAT heuristics (occurence based diff)
0.10/0.13	c longest clause has size 3
0.10/0.13	c simplify_formula():: removed 0 tautological, 0 satisfied and 27 duplicate clauses
0.10/0.13	c resolvent_look() :: found 21 resolvents
0.10/0.13	c lessRedundantTransformation():: nothing to be done.
0.10/0.13	c transformTo3SAT():: you gave me 3500 variables and 8664 clauses.
0.10/0.13	c transformTo3SAT():: by the way, the maximal clause length before transformation was 3.
0.10/0.13	c transformTo3SAT():: I will add 0 variables and 0 clauses!
0.10/0.13	c transformTo3SAT():: the transformation yielded 3500 variabels and 8664 clauses.
0.10/0.13	c main():: clause / variable ratio: ( 8664 / 3500 ) = 2.48
0.10/0.13	c longest clause has size 3
0.10/0.13	c simplify_formula():: removed 0 tautological, 0 satisfied and 0 duplicate clauses
0.10/0.13	c dynamic_preselect_setsize :: on
0.10/0.13	c suggested doublelook initial :: 0
0.10/0.13	c main():: all systems go!
0.10/0.13	c |----------------------------------------------------------------|
c |****
c |********
c |****************
c |********************************
c |*********************************
c |**********************************
c |***********************************
c |************************************
c |*************************************
c |**************************************
c |***************************************
c |****************************************
c |*****************************************
c |******************************************
c |*******************************************
c |********************************************
c |*********************************************
c |**********************************************
c |***********************************************
c |************************************************
c |*************************************************
c |**************************************************
c |***************************************************
c |****************************************************
c |*****************************************************
c |******************************************************
c |*******************************************************
c |********************************************************
c |*********************************************************
c |**********************************************************
c |***********************************************************
c |************************************************************
c |*************************************************************
c |**************************************************************
c |***************************************************************
c |****************************************************************| 0 NC: 12931 JD: 0
98.49/98.58	c |----------------------------------------------------------------|
c |
98.49/98.58	c
98.49/98.58	c main():: nodeCount: 12931
98.49/98.58	c main():: dead ends in main: 12
98.49/98.58	c main():: lookAheadCount: 5281190
98.49/98.58	c main():: unitResolveCount: 752028
98.49/98.58	c main():: time=98.560000
98.49/98.58	c main():: necessary_assignments: 10720
98.49/98.58	c main():: bin_sat: 0, bin_unsat 0
98.49/98.58	c main():: doublelook: #: 107546, succes #: 86495
98.49/98.58	c main():: doublelook: overall 2.067 of all possible doublelooks executed
98.49/98.58	c main():: doublelook: succesrate: 80.426, average DL_trigger: 12904.310
98.49/98.58	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node71/watcher-308162-1172516762 -o ROOT/results/node71/solver-308162-1172516762 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/308162-1172516762/march_ks /tmp/evaluation/308162-1172516762/instance-308162-1172516762.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.00 1.12 3/64 18337
/proc/meminfo: memFree=1941616/2055920 swapFree=4182992/4192956
[pid=18337] ppid=18335 vsize=928 CPUtime=0
/proc/18337/stat : 18337 (march_ks) R 18335 18337 18032 0 -1 4194304 161 0 0 0 0 0 0 0 18 0 1 0 271633970 950272 146 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134662703 0 0 4096 0 0 0 0 17 1 0 0
/proc/18337/statm: 232 146 47 123 0 107 0

[startup+0.107729 s]
/proc/loadavg: 0.99 1.00 1.12 3/64 18337
/proc/meminfo: memFree=1941616/2055920 swapFree=4182992/4192956
[pid=18337] ppid=18335 vsize=2960 CPUtime=0.1
/proc/18337/stat : 18337 (march_ks) R 18335 18337 18032 0 -1 4194304 1712 0 0 0 10 0 0 0 18 0 1 0 271633970 3031040 592 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134628934 0 0 4096 0 0 0 0 17 1 0 0
/proc/18337/statm: 740 592 67 123 0 615 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2960

[startup+0.515817 s]
/proc/loadavg: 0.99 1.00 1.12 3/64 18337
/proc/meminfo: memFree=1941616/2055920 swapFree=4182992/4192956
[pid=18337] ppid=18335 vsize=4488 CPUtime=0.5
/proc/18337/stat : 18337 (march_ks) R 18335 18337 18032 0 -1 4194304 2183 0 0 0 50 0 0 0 21 0 1 0 271633970 4595712 974 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526435 0 0 4096 0 0 0 0 17 1 0 0
/proc/18337/statm: 1122 974 73 123 0 997 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 4488

[startup+1.33899 s]
/proc/loadavg: 0.99 1.00 1.12 2/65 18338
/proc/meminfo: memFree=1937960/2055920 swapFree=4182992/4192956
[pid=18337] ppid=18335 vsize=4656 CPUtime=1.33
/proc/18337/stat : 18337 (march_ks) R 18335 18337 18032 0 -1 4194304 2201 0 0 0 133 0 0 0 25 0 1 0 271633970 4767744 992 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134542380 0 0 4096 0 0 0 0 17 1 0 0
/proc/18337/statm: 1164 992 73 123 0 1039 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 4656

[startup+2.97535 s]
/proc/loadavg: 0.99 1.00 1.12 2/65 18338
/proc/meminfo: memFree=1937768/2055920 swapFree=4182992/4192956
[pid=18337] ppid=18335 vsize=4784 CPUtime=2.96
/proc/18337/stat : 18337 (march_ks) R 18335 18337 18032 0 -1 4194304 2224 0 0 0 296 0 0 0 25 0 1 0 271633970 4898816 1015 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538160 0 0 4096 0 0 0 0 17 1 0 0
/proc/18337/statm: 1196 1015 73 123 0 1071 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 4784

[startup+6.25506 s]
/proc/loadavg: 0.99 1.00 1.12 2/65 18338
/proc/meminfo: memFree=1937448/2055920 swapFree=4182992/4192956
[pid=18337] ppid=18335 vsize=4912 CPUtime=6.24
/proc/18337/stat : 18337 (march_ks) R 18335 18337 18032 0 -1 4194304 2263 0 0 0 624 0 0 0 25 0 1 0 271633970 5029888 1054 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134597901 0 0 4096 0 0 0 0 17 1 0 0
/proc/18337/statm: 1228 1054 73 123 0 1103 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 4912

[startup+12.7085 s]
/proc/loadavg: 0.99 1.00 1.12 2/65 18338
/proc/meminfo: memFree=1937128/2055920 swapFree=4182992/4192956
[pid=18337] ppid=18335 vsize=5184 CPUtime=12.69
/proc/18337/stat : 18337 (march_ks) R 18335 18337 18032 0 -1 4194304 2332 0 0 0 1269 0 0 0 25 0 1 0 271633970 5308416 1123 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526435 0 0 4096 0 0 0 0 17 1 0 0
/proc/18337/statm: 1296 1123 73 123 0 1171 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5184

[startup+25.5092 s]
/proc/loadavg: 0.99 1.00 1.11 2/65 18338
/proc/meminfo: memFree=1936936/2055920 swapFree=4182992/4192956
[pid=18337] ppid=18335 vsize=5444 CPUtime=25.49
/proc/18337/stat : 18337 (march_ks) R 18335 18337 18032 0 -1 4194304 2388 0 0 0 2549 0 0 0 25 0 1 0 271633970 5574656 1179 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526463 0 0 4096 0 0 0 0 17 1 0 0
/proc/18337/statm: 1361 1179 73 123 0 1236 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5444

[startup+51.1178 s]
/proc/loadavg: 0.99 1.00 1.11 2/65 18338
/proc/meminfo: memFree=1936552/2055920 swapFree=4182992/4192956
[pid=18337] ppid=18335 vsize=5772 CPUtime=51.08
/proc/18337/stat : 18337 (march_ks) R 18335 18337 18032 0 -1 4194304 2476 0 0 0 5108 0 0 0 25 0 1 0 271633970 5910528 1267 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 1 0 0
/proc/18337/statm: 1443 1267 73 123 0 1318 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5772

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

[startup+52.4501 s]
/proc/loadavg: 0.99 1.00 1.11 2/65 18338
/proc/meminfo: memFree=1936552/2055920 swapFree=4182992/4192956
[pid=18337] ppid=18335 vsize=5840 CPUtime=52.41
/proc/18337/stat : 18337 (march_ks) R 18335 18337 18032 0 -1 4194304 2481 0 0 0 5241 0 0 0 25 0 1 0 271633970 5980160 1272 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538142 0 0 4096 0 0 0 0 17 1 0 0
/proc/18337/statm: 1460 1272 73 123 0 1335 0
Current children cumulated CPU time (s) 52.41
Current children cumulated vsize (KiB) 5840

[startup+78.6688 s]
/proc/loadavg: 0.99 1.00 1.10 2/65 18338
/proc/meminfo: memFree=1936360/2055920 swapFree=4182992/4192956
[pid=18337] ppid=18335 vsize=6064 CPUtime=78.63
/proc/18337/stat : 18337 (march_ks) R 18335 18337 18032 0 -1 4194304 2536 0 0 0 7862 1 0 0 25 0 1 0 271633970 6209536 1327 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/18337/statm: 1516 1327 73 123 0 1391 0
Current children cumulated CPU time (s) 78.63
Current children cumulated vsize (KiB) 6064

[startup+91.7786 s]
/proc/loadavg: 1.13 1.03 1.11 2/65 18338
/proc/meminfo: memFree=1936296/2055920 swapFree=4182992/4192956
[pid=18337] ppid=18335 vsize=6196 CPUtime=91.74
/proc/18337/stat : 18337 (march_ks) R 18335 18337 18032 0 -1 4194304 2564 0 0 0 9173 1 0 0 25 0 1 0 271633970 6344704 1355 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538215 0 0 4096 0 0 0 0 17 1 0 0
/proc/18337/statm: 1549 1355 73 123 0 1424 0
Current children cumulated CPU time (s) 91.74
Current children cumulated vsize (KiB) 6196

[startup+95.0573 s]
/proc/loadavg: 1.12 1.03 1.11 2/65 18338
/proc/meminfo: memFree=1936232/2055920 swapFree=4182992/4192956
[pid=18337] ppid=18335 vsize=6196 CPUtime=95.01
/proc/18337/stat : 18337 (march_ks) R 18335 18337 18032 0 -1 4194304 2572 0 0 0 9500 1 0 0 25 0 1 0 271633970 6344704 1363 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/18337/statm: 1549 1363 73 123 0 1424 0
Current children cumulated CPU time (s) 95.01
Current children cumulated vsize (KiB) 6196

[startup+96.6937 s]
/proc/loadavg: 1.12 1.03 1.11 2/65 18338
/proc/meminfo: memFree=1936232/2055920 swapFree=4182992/4192956
[pid=18337] ppid=18335 vsize=6196 CPUtime=96.65
/proc/18337/stat : 18337 (march_ks) R 18335 18337 18032 0 -1 4194304 2576 0 0 0 9664 1 0 0 25 0 1 0 271633970 6344704 1367 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134526533 0 0 4096 0 0 0 0 17 1 0 0
/proc/18337/statm: 1549 1367 73 123 0 1424 0
Current children cumulated CPU time (s) 96.65
Current children cumulated vsize (KiB) 6196

[startup+97.5169 s]
/proc/loadavg: 1.12 1.03 1.11 2/65 18338
/proc/meminfo: memFree=1936168/2055920 swapFree=4182992/4192956
[pid=18337] ppid=18335 vsize=6196 CPUtime=97.47
/proc/18337/stat : 18337 (march_ks) R 18335 18337 18032 0 -1 4194304 2577 0 0 0 9746 1 0 0 25 0 1 0 271633970 6344704 1368 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134563569 0 0 4096 0 0 0 0 17 1 0 0
/proc/18337/statm: 1549 1368 73 123 0 1424 0
Current children cumulated CPU time (s) 97.47
Current children cumulated vsize (KiB) 6196

[startup+98.3361 s]
/proc/loadavg: 1.11 1.03 1.11 2/65 18338
/proc/meminfo: memFree=1936168/2055920 swapFree=4182992/4192956
[pid=18337] ppid=18335 vsize=6196 CPUtime=98.29
/proc/18337/stat : 18337 (march_ks) R 18335 18337 18032 0 -1 4194304 2579 0 0 0 9828 1 0 0 25 0 1 0 271633970 6344704 1370 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538142 0 0 4096 0 0 0 0 17 1 0 0
/proc/18337/statm: 1549 1370 73 123 0 1424 0
Current children cumulated CPU time (s) 98.29
Current children cumulated vsize (KiB) 6196

[startup+98.5401 s]
/proc/loadavg: 1.11 1.03 1.11 2/65 18338
/proc/meminfo: memFree=1936168/2055920 swapFree=4182992/4192956
[pid=18337] ppid=18335 vsize=6348 CPUtime=98.49
/proc/18337/stat : 18337 (march_ks) R 18335 18337 18032 0 -1 4194304 2579 0 0 0 9848 1 0 0 25 0 1 0 271633970 6500352 1370 18446744073709551615 134512640 135019032 4294956704 18446744073709551615 134538152 0 0 4096 0 0 0 0 17 1 0 0
/proc/18337/statm: 1587 1370 73 123 0 1462 0
Current children cumulated CPU time (s) 98.49
Current children cumulated vsize (KiB) 6348

Child status: 20
Real time (s): 98.5898
CPU time (s): 98.552
CPU user time (s): 98.537
CPU system time (s): 0.014997
CPU usage (%): 99.9616
Max. virtual memory (cumulated for all children) (KiB): 6348

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

runsolver used 0.052991 second user time and 0.220966 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Mon Feb 26 19:06:02 UTC 2007

IDJOB= 308162
IDBENCH= 20224
IDSOLVER= 111
FILE ID= node71/308162-1172516762

PBS_JOBID= 3971774

Free space on /tmp= 66558 MiB

SOLVER NAME= March KS 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.7/v3500/unif2p-p0.7-v3500-c9345-S1832504551-17-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/308162-1172516762/march_ks /tmp/evaluation/308162-1172516762/instance-308162-1172516762.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-308162-1172516762 -o ROOT/results/node71/solver-308162-1172516762 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/308162-1172516762/march_ks /tmp/evaluation/308162-1172516762/instance-308162-1172516762.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  b9122f271ef3adea0bb053b0ffbf32d8

RANDOM SEED= 375465410

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.266
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.266
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:       1942088 kB
Buffers:         16604 kB
Cached:          52588 kB
SwapCached:       3704 kB
Active:          27148 kB
Inactive:        51292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1942088 kB
SwapTotal:     4192956 kB
SwapFree:      4182992 kB
Dirty:            2408 kB
Writeback:           0 kB
Mapped:          15104 kB
Slab:            21404 kB
Committed_AS:   760504 kB
PageTables:       1448 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= 66558 MiB

End job on node71 on Mon Feb 26 19:07:40 UTC 2007