Trace number 39702

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
bsolo 2006/05UNSAT 209.591 209.678

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag10.ucl.opb
MD5SUM02e31ca1ab9f95407d6e9ec422f4634a
Bench CategorySATUNSAT-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.06169
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables9071
Total number of constraints25914
Number of constraints which are clauses25190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints724
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.00	c Time Limit set via PBTIMEOUT to 1800
0.01	c INFO: OSL Context initialized.
0.50	c Initial problem consists of 9071 variables and 25914 constraints.
0.76	c Using non-optimization problem switches.
0.76	c No problem reductions applied in OPT. instance.
0.76	c	preprocess terminated. Elapsed time: 0.75
0.76	c After prepocess the problem consists of 8660 variables and 25088 constraints.
1.36	c Restart #1 #Var: 8660 LB: 0 @ 1.347
2.63	c Restart #2 #Var: 8660 LB: 0 @ 2.614
5.98	c Restart #3 #Var: 8660 LB: 0 @ 5.962
11.50	c Restart #4 #Var: 8660 LB: 0 @ 11.484
14.70	c Restart #5 #Var: 8660 LB: 0 @ 14.679
20.59	c Restart #6 #Var: 8660 LB: 0 @ 20.573
25.85	c Restart #7 #Var: 8660 LB: 0 @ 25.828
36.20	c Restart #8 #Var: 8660 LB: 0 @ 36.176
47.33	c Restart #9 #Var: 8660 LB: 0 @ 47.3
51.18	c Restart #10 #Var: 8660 LB: 0 @ 51.15
59.20	c Restart #11 #Var: 8660 LB: 0 @ 59.174
69.79	c Restart #12 #Var: 8660 LB: 0 @ 69.753
83.63	c Restart #13 #Var: 8660 LB: 0 @ 83.594
101.38	c Restart #14 #Var: 8660 LB: 0 @ 101.33
120.58	c Restart #15 #Var: 8660 LB: 0 @ 120.53
137.31	c Restart #16 #Var: 8660 LB: 0 @ 137.25
160.77	c Restart #17 #Var: 8660 LB: 0 @ 160.71
187.68	c Restart #18 #Var: 8660 LB: 0 @ 187.6
209.66	s UNSATISFIABLE
209.66	c Exit Code: 20
209.66	c Total time: 209.58 s

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

Enforcing CPU limit (will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1830 seconds
Enforcing Stack size limit: 67108864 bytes
Enforcing memory limit (will send SIGKILL): 1843200 Kb
Enforcing VSIZE limit: 1887436800 bytes
runsolver version 3.0.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node22/watcher-39702-1149235357 -o ROOT/results/node22/solver-39702-1149235357 -C 1800 -M 1800 -S 64 ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node22/39702-1149235357/instance-39702-1149235357.opb 

Current StackSize limit: 67108864 bytes

/proc/loadavg: 0.88 0.94 0.92 2/64 15472
/proc/meminfo: memFree=1451968/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=4748 CPUtime=0
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 215 0 0 0 0 0 0 0 19 0 1 0 84970011 4861952 185 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134713704 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 1187 195 145 55 0 79 0

[startup+10.0025 s]
/proc/loadavg: 0.90 0.94 0.92 2/64 15472
/proc/meminfo: memFree=1428552/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=28188 CPUtime=9.97
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 6845 0 0 0 994 3 0 0 25 0 1 0 84970011 28864512 6151 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134540702 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 7047 6151 300 55 0 5939 0
Current children cumulated CPU time (s) 9.97
Current children cumulated vsize (Kb) 28188

[startup+20.0091 s]
/proc/loadavg: 0.92 0.94 0.92 2/64 15472
/proc/meminfo: memFree=1427400/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=29244 CPUtime=19.98
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 7127 0 0 0 1993 5 0 0 25 0 1 0 84970011 29945856 6433 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134534798 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 7311 6433 300 55 0 6203 0
Current children cumulated CPU time (s) 19.98
Current children cumulated vsize (Kb) 29244

[startup+30.0148 s]
/proc/loadavg: 0.93 0.94 0.92 2/64 15472
/proc/meminfo: memFree=1426056/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=30564 CPUtime=29.99
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 7464 0 0 0 2993 6 0 0 25 0 1 0 84970011 31297536 6770 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134533897 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 7641 6770 300 55 0 6533 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (Kb) 30564

[startup+40.0205 s]
/proc/loadavg: 0.94 0.95 0.92 2/64 15472
/proc/meminfo: memFree=1425160/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=31488 CPUtime=39.98
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 7696 0 0 0 3992 6 0 0 25 0 1 0 84970011 32243712 7002 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134534809 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 7872 7002 300 55 0 6764 0
Current children cumulated CPU time (s) 39.98
Current children cumulated vsize (Kb) 31488

[startup+50.0262 s]
/proc/loadavg: 0.95 0.95 0.92 2/64 15472
/proc/meminfo: memFree=1423368/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=33332 CPUtime=49.98
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 8135 0 0 0 4991 7 0 0 25 0 1 0 84970011 34131968 7441 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 8333 7441 300 55 0 7225 0
Current children cumulated CPU time (s) 49.98
Current children cumulated vsize (Kb) 33332

[startup+60.0318 s]
/proc/loadavg: 0.96 0.95 0.92 2/64 15472
/proc/meminfo: memFree=1421256/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=35444 CPUtime=59.99
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 8665 0 0 0 5990 9 0 0 25 0 1 0 84970011 36294656 7971 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134534798 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 8861 7971 300 55 0 7753 0
Current children cumulated CPU time (s) 59.99
Current children cumulated vsize (Kb) 35444

[startup+70.0375 s]
/proc/loadavg: 0.96 0.95 0.92 2/64 15474
/proc/meminfo: memFree=1419592/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=37160 CPUtime=69.99
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 9083 0 0 0 6989 10 0 0 25 0 1 0 84970011 38051840 8389 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134540647 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 9290 8389 300 55 0 8182 0
Current children cumulated CPU time (s) 69.99
Current children cumulated vsize (Kb) 37160

[startup+80.0442 s]
/proc/loadavg: 0.97 0.95 0.92 2/64 15474
/proc/meminfo: memFree=1418248/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=38476 CPUtime=80
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 9434 0 0 0 7989 11 0 0 25 0 1 0 84970011 39399424 8740 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134540691 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 9619 8740 300 55 0 8511 0
Current children cumulated CPU time (s) 80
Current children cumulated vsize (Kb) 38476

[startup+90.0499 s]
/proc/loadavg: 0.97 0.95 0.92 2/64 15474
/proc/meminfo: memFree=1417032/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=39664 CPUtime=89.99
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 9727 0 0 0 8988 11 0 0 25 0 1 0 84970011 40615936 9033 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134534977 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 9916 9033 300 55 0 8808 0
Current children cumulated CPU time (s) 89.99
Current children cumulated vsize (Kb) 39664

[startup+100.056 s]
/proc/loadavg: 0.98 0.95 0.92 2/64 15474
/proc/meminfo: memFree=1416072/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=40588 CPUtime=100
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 9965 0 0 0 9988 12 0 0 25 0 1 0 84970011 41562112 9271 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134696481 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 10147 9271 300 55 0 9039 0
Current children cumulated CPU time (s) 100
Current children cumulated vsize (Kb) 40588

[startup+110.061 s]
/proc/loadavg: 0.98 0.95 0.92 2/64 15474
/proc/meminfo: memFree=1414600/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=42040 CPUtime=110
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 10332 0 0 0 10988 12 0 0 25 0 1 0 84970011 43048960 9638 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134541588 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 10510 9638 300 55 0 9402 0
Current children cumulated CPU time (s) 110
Current children cumulated vsize (Kb) 42040

[startup+120.067 s]
/proc/loadavg: 0.98 0.95 0.92 2/64 15474
/proc/meminfo: memFree=1413704/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=42964 CPUtime=120.01
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 10548 0 0 0 11988 13 0 0 25 0 1 0 84970011 43995136 9854 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134533916 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 10741 9854 300 55 0 9633 0
Current children cumulated CPU time (s) 120.01
Current children cumulated vsize (Kb) 42964

[startup+130.073 s]
/proc/loadavg: 0.98 0.95 0.92 2/64 15474
/proc/meminfo: memFree=1412616/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=44020 CPUtime=130.01
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 10825 0 0 0 12987 14 0 0 25 0 1 0 84970011 45076480 10131 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134540644 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 11005 10131 300 55 0 9897 0
Current children cumulated CPU time (s) 130.01
Current children cumulated vsize (Kb) 44020

[startup+140.078 s]
/proc/loadavg: 0.99 0.96 0.92 2/64 15474
/proc/meminfo: memFree=1411144/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=45604 CPUtime=140.01
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 11195 0 0 0 13986 15 0 0 25 0 1 0 84970011 46698496 10501 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134534809 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 11401 10501 300 55 0 10293 0
Current children cumulated CPU time (s) 140.01
Current children cumulated vsize (Kb) 45604

[startup+150.084 s]
/proc/loadavg: 0.99 0.96 0.92 2/64 15474
/proc/meminfo: memFree=1410184/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=46528 CPUtime=150.02
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 11433 0 0 0 14986 16 0 0 25 0 1 0 84970011 47644672 10739 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134541588 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 11632 10739 300 55 0 10524 0
Current children cumulated CPU time (s) 150.02
Current children cumulated vsize (Kb) 46528

[startup+160.09 s]
/proc/loadavg: 0.99 0.96 0.92 2/64 15474
/proc/meminfo: memFree=1409160/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=47448 CPUtime=160.01
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 11674 0 0 0 15985 16 0 0 25 0 1 0 84970011 48586752 10980 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134541593 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 11862 10980 300 55 0 10754 0
Current children cumulated CPU time (s) 160.01
Current children cumulated vsize (Kb) 47448

[startup+170.095 s]
/proc/loadavg: 0.99 0.96 0.92 2/64 15474
/proc/meminfo: memFree=1408072/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=48504 CPUtime=170.01
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 11944 0 0 0 16985 16 0 0 25 0 1 0 84970011 49668096 11250 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134718639 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 12126 11250 300 55 0 11018 0
Current children cumulated CPU time (s) 170.01
Current children cumulated vsize (Kb) 48504

[startup+180.101 s]
/proc/loadavg: 0.99 0.96 0.92 2/64 15474
/proc/meminfo: memFree=1407112/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=49560 CPUtime=180.02
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 12209 0 0 0 17985 17 0 0 25 0 1 0 84970011 50749440 11515 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134537565 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 12390 11515 300 55 0 11282 0
Current children cumulated CPU time (s) 180.02
Current children cumulated vsize (Kb) 49560

[startup+190.107 s]
/proc/loadavg: 0.99 0.96 0.92 2/64 15474
/proc/meminfo: memFree=1405896/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=50748 CPUtime=190.02
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 12500 0 0 0 18984 18 0 0 25 0 1 0 84970011 51965952 11806 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134534798 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 12687 11806 300 55 0 11579 0
Current children cumulated CPU time (s) 190.02
Current children cumulated vsize (Kb) 50748

[startup+200.112 s]
/proc/loadavg: 0.99 0.96 0.92 2/64 15474
/proc/meminfo: memFree=1405000/2055920 swapFree=4183844/4192956
[pid=15472] ppid=15470 vsize=51672 CPUtime=200.02
/proc/15472/stat : 15472 (bsolo) R 15470 15472 15427 0 -1 0 12719 0 0 0 19984 18 0 0 25 0 1 0 84970011 52912128 12025 18446744073709551615 134512640 134738892 4294956688 18446744073709551615 134719535 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15472/statm: 12918 12025 300 55 0 11810 0
Current children cumulated CPU time (s) 200.02
Current children cumulated vsize (Kb) 51672

Child status: 20
Real time (s): 209.678
CPU time (s): 209.591
CPU user time (s): 209.389
CPU system time (s): 0.201969
CPU usage (%): 99.9588
Max. virtual memory (cumulated for all children) (Kb): 51672

Launcher Data (download as text)

Begin job on node22 on Fri Jun  2 08:02:37 UTC 2006


FILE ID= 39702-1149235357

PBS_JOBID= 296871

BENCH NAME= ROOT/tmp/node22/39702-1149235357/instance-39702-1149235357.opb
COMMAND LINE= ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node22/39702-1149235357/instance-39702-1149235357.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node22/watcher-39702-1149235357 -o ROOT/results/node22/solver-39702-1149235357 -C 1800 -M 1800 -S 64  ROOT/solvers/PB/PB06final/user10/bsolo ROOT/tmp/node22/39702-1149235357/instance-39702-1149235357.opb

MD5SUM SOLVER= 05cada221eb1efaaae980ebc7509e7e8
MD5SUM BENCH=  02e31ca1ab9f95407d6e9ec422f4634a

RANDOM SEED= 404813594


/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.261
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.261
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:       1452176 kB
Buffers:         40008 kB
Cached:         487596 kB
SwapCached:       3204 kB
Active:         170788 kB
Inactive:       365560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1452176 kB
SwapTotal:     4192956 kB
SwapFree:      4183844 kB
Dirty:             160 kB
Writeback:           0 kB
Mapped:          14896 kB
Slab:            53416 kB
Committed_AS:   201576 kB
PageTables:       1404 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB


End job on node22 on Fri Jun  2 08:06:07 UTC 2006