Trace number 292088

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
minisat SAT 2007 (with assertions)SAT 70.6583 70.6815

General information on the benchmark

Namerandom/OnTreshold/5SAT/v70/
unif-k5-r21.3-v70-c1491-S2006871543-06.SAT.shuffled.cnf
MD5SUM06c43aaaf710a2f2b372f8fd10d7af7e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.027995
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses1491
Sum of the clauses size7455
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51491
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  70                                                   |
0.00/0.00	c |  Number of clauses:    1491                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |      70     1491     7455 |      497        0    nan |  0.000 % |
0.00/0.01	c |       101 |      70     1491     7455 |      546      101     18 |  0.021 % |
0.00/0.01	c |       251 |      70     1491     7455 |      601      251     17 |  0.021 % |
0.00/0.02	c |       477 |      70     1491     7455 |      661      477     17 |  0.021 % |
0.00/0.03	c |       814 |      70     1491     7455 |      727      472     16 |  0.021 % |
0.00/0.04	c |      1320 |      70     1491     7455 |      800      608     16 |  0.021 % |
0.00/0.06	c |      2082 |      70     1491     7455 |      880      554     15 |  0.021 % |
0.00/0.09	c |      3222 |      70     1491     7455 |      968      803     15 |  0.021 % |
0.10/0.13	c |      4932 |      70     1491     7455 |     1065      552     14 |  0.021 % |
0.20/0.20	c |      7496 |      70     1491     7455 |     1171      957     15 |  0.021 % |
0.30/0.31	c |     11341 |      70     1491     7455 |     1289      665     14 |  0.021 % |
0.41/0.48	c |     17107 |      70     1491     7455 |     1417     1223     14 |  0.021 % |
0.71/0.74	c |     25757 |      70     1491     7455 |     1559     1298     14 |  0.021 % |
1.12/1.13	c |     38733 |      70     1491     7455 |     1715      920     15 |  0.021 % |
1.63/1.74	c |     58194 |      70     1491     7455 |     1887     1397     14 |  0.021 % |
2.66/2.68	c |     87388 |      70     1491     7455 |     2076     1149     15 |  0.021 % |
4.10/4.12	c |    131178 |      70     1491     7455 |     2283     2070     14 |  0.021 % |
6.35/6.36	c |    196862 |      70     1491     7455 |     2512     2271     14 |  0.021 % |
9.83/9.83	c |    295390 |      70     1491     7455 |     2763     2172     13 |  0.021 % |
15.16/15.22	c |    443180 |      70     1491     7455 |     3039     2684     15 |  0.021 % |
23.55/23.67	c |    664864 |      70     1491     7455 |     3343     2920     13 |  0.021 % |
36.76/36.82	c |    997391 |      70     1491     7455 |     3677     2885     13 |  0.021 % |
57.35/57.39	c |   1496179 |      70     1491     7455 |     4045     3098     13 |  0.062 % |
70.55/70.67	c ===============================================================================
70.55/70.67	c Verified 1426 original clauses.
70.55/70.67	c Verified 0 eliminated clauses.
70.55/70.67	c restarts              : 23
70.55/70.67	c conflicts             : 1810481        (25625 /sec)
70.55/70.67	c decisions             : 1995904        (1.79 % random) (28249 /sec)
70.55/70.67	c propagations          : 23651904       (334756 /sec)
70.55/70.67	c conflict literals     : 25605859       (23.80 % deleted)
70.55/70.67	c Memory used           : 2.87 MB
70.55/70.67	c CPU time              : 70.6543 s
70.55/70.67	c 
70.55/70.68	s SATISFIABLE
70.55/70.68	v 1 -2 -3 -4 -5 -6 -7 -8 -9 -10 11 12 13 -14 15 16 17 18 19 -20 -21 -22 -23 -24 -25 -26 -27 -28 29 30 31 32 -33 34 35 -36 37 38 -39 -40 41 -42 -43 -44 45 46 -47 48 49 -50 51 -52 -53 54 -55 -56 57 -58 -59 60 61 -62 63 64 -65 66 -67 -68 69 70 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node1/watcher-292088-1171749923 -o ROOT/results/node1/solver-292088-1171749923 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/292088-1171749923/minisat /tmp/evaluation/292088-1171749923/instance-292088-1171749923.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: 1.00 1.00 0.94 2/77 4404
/proc/meminfo: memFree=1713720/2055920 swapFree=4158120/4192956
[pid=4404] ppid=4402 vsize=1888 CPUtime=0
/proc/4404/stat : 4404 (minisat) R 4402 4404 3542 0 -1 4194304 122 0 0 0 0 0 0 0 20 0 1 0 194947419 1933312 106 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 472 106 58 138 0 331 0

[startup+0.107349 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 4404
/proc/meminfo: memFree=1713720/2055920 swapFree=4158120/4192956
[pid=4404] ppid=4402 vsize=1876 CPUtime=0.1
/proc/4404/stat : 4404 (minisat) R 4402 4404 3542 0 -1 4194304 156 0 0 0 10 0 0 0 21 0 1 0 194947419 1921024 140 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134551019 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 469 140 73 138 0 328 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1876

[startup+0.515396 s]
/proc/loadavg: 1.00 1.00 0.94 2/77 4404
/proc/meminfo: memFree=1713720/2055920 swapFree=4158120/4192956
[pid=4404] ppid=4402 vsize=2008 CPUtime=0.51
/proc/4404/stat : 4404 (minisat) R 4402 4404 3542 0 -1 4194304 181 0 0 0 51 0 0 0 24 0 1 0 194947419 2056192 165 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 502 165 73 138 0 361 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2008

[startup+1.33549 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 4405
/proc/meminfo: memFree=1713328/2055920 swapFree=4158120/4192956
[pid=4404] ppid=4402 vsize=2008 CPUtime=1.33
/proc/4404/stat : 4404 (minisat) R 4402 4404 3542 0 -1 4194304 200 0 0 0 133 0 0 0 25 0 1 0 194947419 2056192 184 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550656 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 502 184 73 138 0 361 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2008

[startup+2.97168 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 4405
/proc/meminfo: memFree=1713136/2055920 swapFree=4158120/4192956
[pid=4404] ppid=4402 vsize=2140 CPUtime=2.96
/proc/4404/stat : 4404 (minisat) R 4402 4404 3542 0 -1 4194304 223 0 0 0 296 0 0 0 25 0 1 0 194947419 2191360 207 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550573 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 535 207 73 138 0 394 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 2140

[startup+6.25507 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 4405
/proc/meminfo: memFree=1712944/2055920 swapFree=4158120/4192956
[pid=4404] ppid=4402 vsize=2272 CPUtime=6.25
/proc/4404/stat : 4404 (minisat) R 4402 4404 3542 0 -1 4194304 246 0 0 0 625 0 0 0 25 0 1 0 194947419 2326528 230 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550596 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 568 230 73 138 0 427 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 2272

[startup+12.7118 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 4405
/proc/meminfo: memFree=1712752/2055920 swapFree=4158120/4192956
[pid=4404] ppid=4402 vsize=2404 CPUtime=12.7
/proc/4404/stat : 4404 (minisat) R 4402 4404 3542 0 -1 4194304 286 0 0 0 1270 0 0 0 25 0 1 0 194947419 2461696 270 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550692 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 601 270 73 138 0 460 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 2404

[startup+25.5133 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 4405
/proc/meminfo: memFree=1712560/2055920 swapFree=4158120/4192956
[pid=4404] ppid=4402 vsize=2540 CPUtime=25.5
/proc/4404/stat : 4404 (minisat) R 4402 4404 3542 0 -1 4194304 320 0 0 0 2550 0 0 0 25 0 1 0 194947419 2600960 304 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550729 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 635 304 73 138 0 494 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 2540

[startup+51.1243 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 4405
/proc/meminfo: memFree=1712368/2055920 swapFree=4158120/4192956
[pid=4404] ppid=4402 vsize=2804 CPUtime=51.1
/proc/4404/stat : 4404 (minisat) R 4402 4404 3542 0 -1 4194304 381 0 0 0 5110 0 0 0 25 0 1 0 194947419 2871296 365 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550729 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 701 365 73 138 0 560 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 2804

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

[startup+52.4545 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 4405
/proc/meminfo: memFree=1712304/2055920 swapFree=4158120/4192956
[pid=4404] ppid=4402 vsize=2804 CPUtime=52.43
/proc/4404/stat : 4404 (minisat) R 4402 4404 3542 0 -1 4194304 381 0 0 0 5243 0 0 0 25 0 1 0 194947419 2871296 365 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134551920 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 701 365 73 138 0 560 0
Current children cumulated CPU time (s) 52.43
Current children cumulated vsize (KiB) 2804

[startup+59.0122 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 4405
/proc/meminfo: memFree=1712304/2055920 swapFree=4158120/4192956
[pid=4404] ppid=4402 vsize=2804 CPUtime=58.99
/proc/4404/stat : 4404 (minisat) R 4402 4404 3542 0 -1 4194304 391 0 0 0 5899 0 0 0 25 0 1 0 194947419 2871296 375 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550729 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 701 375 73 138 0 560 0
Current children cumulated CPU time (s) 58.99
Current children cumulated vsize (KiB) 2804

[startup+65.57 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 4405
/proc/meminfo: memFree=1712240/2055920 swapFree=4158120/4192956
[pid=4404] ppid=4402 vsize=2936 CPUtime=65.54
/proc/4404/stat : 4404 (minisat) R 4402 4404 3542 0 -1 4194304 402 0 0 0 6554 0 0 0 25 0 1 0 194947419 3006464 386 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550596 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 734 386 73 138 0 593 0
Current children cumulated CPU time (s) 65.54
Current children cumulated vsize (KiB) 2936

[startup+68.8464 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 4405
/proc/meminfo: memFree=1712240/2055920 swapFree=4158120/4192956
[pid=4404] ppid=4402 vsize=2936 CPUtime=68.82
/proc/4404/stat : 4404 (minisat) R 4402 4404 3542 0 -1 4194304 407 0 0 0 6882 0 0 0 25 0 1 0 194947419 3006464 391 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550596 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 734 391 73 138 0 593 0
Current children cumulated CPU time (s) 68.82
Current children cumulated vsize (KiB) 2936

[startup+69.6625 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 4405
/proc/meminfo: memFree=1712240/2055920 swapFree=4158120/4192956
[pid=4404] ppid=4402 vsize=2936 CPUtime=69.63
/proc/4404/stat : 4404 (minisat) R 4402 4404 3542 0 -1 4194304 407 0 0 0 6963 0 0 0 25 0 1 0 194947419 3006464 391 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550571 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 734 391 73 138 0 593 0
Current children cumulated CPU time (s) 69.63
Current children cumulated vsize (KiB) 2936

[startup+70.0745 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 4405
/proc/meminfo: memFree=1712176/2055920 swapFree=4158120/4192956
[pid=4404] ppid=4402 vsize=2936 CPUtime=70.04
/proc/4404/stat : 4404 (minisat) R 4402 4404 3542 0 -1 4194304 409 0 0 0 7004 0 0 0 25 0 1 0 194947419 3006464 393 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550713 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 734 393 73 138 0 593 0
Current children cumulated CPU time (s) 70.04
Current children cumulated vsize (KiB) 2936

[startup+70.4826 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 4405
/proc/meminfo: memFree=1712176/2055920 swapFree=4158120/4192956
[pid=4404] ppid=4402 vsize=2936 CPUtime=70.45
/proc/4404/stat : 4404 (minisat) R 4402 4404 3542 0 -1 4194304 409 0 0 0 7045 0 0 0 25 0 1 0 194947419 3006464 393 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134563388 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 734 393 73 138 0 593 0
Current children cumulated CPU time (s) 70.45
Current children cumulated vsize (KiB) 2936

[startup+70.5846 s]
/proc/loadavg: 1.00 1.00 0.94 2/78 4405
/proc/meminfo: memFree=1712176/2055920 swapFree=4158120/4192956
[pid=4404] ppid=4402 vsize=2936 CPUtime=70.55
/proc/4404/stat : 4404 (minisat) R 4402 4404 3542 0 -1 4194304 409 0 0 0 7055 0 0 0 25 0 1 0 194947419 3006464 393 18446744073709551615 134512640 135078472 4294956624 18446744073709551615 134550587 0 0 4096 3 0 0 0 17 1 0 0
/proc/4404/statm: 734 393 73 138 0 593 0
Current children cumulated CPU time (s) 70.55
Current children cumulated vsize (KiB) 2936

Child status: 0
Real time (s): 70.6815
CPU time (s): 70.6583
CPU user time (s): 70.6553
CPU system time (s): 0.002999
CPU usage (%): 99.9671
Max. virtual memory (cumulated for all children) (KiB): 2936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.6553
system time used= 0.002999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 415
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= 109

runsolver used 0.085986 second user time and 0.162975 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Sat Feb 17 22:05:23 UTC 2007

IDJOB= 292088
IDBENCH= 19831
IDSOLVER= 109
FILE ID= node1/292088-1171749923

PBS_JOBID= 3839267

Free space on /tmp= 66552 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v70/unif-k5-r21.3-v70-c1491-S2006871543-06.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/292088-1171749923/minisat /tmp/evaluation/292088-1171749923/instance-292088-1171749923.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-292088-1171749923 -o ROOT/results/node1/solver-292088-1171749923 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/292088-1171749923/minisat /tmp/evaluation/292088-1171749923/instance-292088-1171749923.cnf            

META MD5SUM SOLVER= 120abd248b069e44985635f055606c5a
MD5SUM BENCH=  06c43aaaf710a2f2b372f8fd10d7af7e

RANDOM SEED= 180417497

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1714192 kB
Buffers:         46536 kB
Cached:         203388 kB
SwapCached:      15276 kB
Active:         208036 kB
Inactive:        65116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714192 kB
SwapTotal:     4192956 kB
SwapFree:      4158120 kB
Dirty:             988 kB
Writeback:           0 kB
Mapped:          29924 kB
Slab:            54168 kB
Committed_AS:   596428 kB
PageTables:       1740 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= 66552 MiB

End job on node1 on Sat Feb 17 22:06:34 UTC 2007