Trace number 226042

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
Abscon 109 ESACUNSAT 4.52531 4.55466

DiagnosticValue
CHECKS67955246
NODES5776

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-77_ext.xml
MD5SUMfac67cd0a751f9f2d8d6f7a217c6eb28
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.52531
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/226042-1168274306/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.39	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=180  maxDomainSize=180
0.42	       =>  wckTime=0.106  cpuTime=0.1  mem=6M951
0.42	   
0.42	   relations being loaded...
0.77	   
0.77	   constraints being loaded...
0.90	     nbConstraints=84  nbRelationTypes=84  nbExtensionStructures=84  nbSharedExtensionStructures=0
0.90	     nbConflictsStructures=84  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=9  maxArity=2
0.90	       =>  wckTime=0.585  cpuTime=0.53  mem=35M605
0.97	   
0.97	   solver IterativeSystematicSolver being built... 
1.13	       =>  wckTime=0.814  cpuTime=0.66  mem=16M317
1.21	   
1.21	   preprocessing
1.21	     nbConstraintChecks=596379  nbPropagations=1180  nbRevisions=4365  nbUselessRevisions=2351  nbSingletonTests=57
1.21	     nbEffectiveSingletonTests=0  nbESACBranches=14  nbRemovedValues=0  detectedInconsistency=no
1.21	       =>  wckTime=0.078  cpuTime=0.07  mem=16M317
1.26	   
1.26	   search
1.26	     run=0  nbConstraintChecks=213124  nbPropagations=2171  nbRevisions=7997  nbUselessRevisions=3955  nbAssignments=31
1.26	     nbFailedAssignments=16  nbBacktracks=10  nbVisitedNodes=56  nbRestartNogoods=0  mapSize=10  nbInferences=0
1.26	     nbTooLargeKeys=0
1.26	       =>  wckTime=0.123  cpuTime=0.1  mem=16M317
1.30	   
1.30	   search
1.30	     run=1  nbConstraintChecks=894710  nbPropagations=6064  nbRevisions=22856  nbUselessRevisions=11437
1.30	     nbAssignments=99  nbFailedAssignments=68  nbBacktracks=25  nbVisitedNodes=189  nbRestartNogoods=4  mapSize=25
1.30	     nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.166  cpuTime=0.15  mem=16M317
1.34	   
1.34	   search
1.34	     run=2  nbConstraintChecks=1421640  nbPropagations=11930  nbRevisions=44939  nbUselessRevisions=22200
1.34	     nbAssignments=159  nbFailedAssignments=101  nbBacktracks=49  nbVisitedNodes=294  nbRestartNogoods=18  mapSize=44
1.34	     nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.205  cpuTime=0.18  mem=16M317
1.40	   
1.40	   search
1.40	     run=3  nbConstraintChecks=2319414  nbPropagations=20368  nbRevisions=77135  nbUselessRevisions=37892
1.40	     nbAssignments=264  nbFailedAssignments=171  nbBacktracks=82  nbVisitedNodes=490  nbRestartNogoods=25  mapSize=69
1.40	     nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.259  cpuTime=0.23  mem=16M317
1.48	   
1.48	   search
1.48	     run=4  nbConstraintChecks=3933733  nbPropagations=32932  nbRevisions=125709  nbUselessRevisions=61725
1.48	     nbAssignments=404  nbFailedAssignments=258  nbBacktracks=133  nbVisitedNodes=756  nbRestartNogoods=31  mapSize=115
1.48	     nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.344  cpuTime=0.31  mem=16M317
1.59	   
1.59	   search
1.59	     run=5  nbConstraintChecks=5862883  nbPropagations=50959  nbRevisions=195780  nbUselessRevisions=95968
1.59	     nbAssignments=598  nbFailedAssignments=375  nbBacktracks=209  nbVisitedNodes=1119  nbRestartNogoods=35  mapSize=178
1.59	     nbInferences=0  nbTooLargeKeys=0
1.59	       =>  wckTime=0.449  cpuTime=0.41  mem=16M317
1.76	   
1.76	   search
1.76	     run=6  nbConstraintChecks=9259899  nbPropagations=77647  nbRevisions=300943  nbUselessRevisions=147408
1.76	     nbAssignments=917  nbFailedAssignments=579  nbBacktracks=322  nbVisitedNodes=1720  nbRestartNogoods=38  mapSize=268
1.76	     nbInferences=0  nbTooLargeKeys=0
1.76	       =>  wckTime=0.627  cpuTime=0.59  mem=17M285
2.05	   
2.05	   search
2.05	     run=7  nbConstraintChecks=14343755  nbPropagations=118077  nbRevisions=461078  nbUselessRevisions=224737
2.05	     nbAssignments=1369  nbFailedAssignments=860  nbBacktracks=492  nbVisitedNodes=2569  nbRestartNogoods=41
2.05	     mapSize=405  nbInferences=0  nbTooLargeKeys=0
2.05	       =>  wckTime=0.91  cpuTime=0.87  mem=17M285
2.53	   
2.53	   search
2.53	     run=8  nbConstraintChecks=24096803  nbPropagations=182052  nbRevisions=718465  nbUselessRevisions=349533
2.53	     nbAssignments=2196  nbFailedAssignments=1427  nbBacktracks=749  nbVisitedNodes=4173  nbRestartNogoods=48
2.53	     mapSize=643  nbInferences=0  nbTooLargeKeys=0
2.53	       =>  wckTime=1.392  cpuTime=1.33  mem=17M285
3.31	   
3.32	   search
3.32	     run=9  nbConstraintChecks=41043637  nbPropagations=284568  nbRevisions=1139963  nbUselessRevisions=555903
3.32	     nbAssignments=3578  nbFailedAssignments=2419  nbBacktracks=1133  nbVisitedNodes=6893  nbRestartNogoods=56
3.32	     mapSize=1015  nbInferences=0  nbTooLargeKeys=0
3.32	       =>  wckTime=2.178  cpuTime=2.11  mem=17M285
3.36	   
3.36	   INFO : Stopping hyperNogood (mapSize=1030, nbTooLargekeys=0, mem=17M285)
4.53	   
4.53	   search
4.53	     run=10  nbConstraintChecks=67358867  nbPropagations=449053  nbRevisions=1819947  nbUselessRevisions=891069
4.53	     nbAssignments=5776  nbFailedAssignments=4043  nbBacktracks=1704  nbVisitedNodes=11232  nbRestartNogoods=65
4.53	       =>  wckTime=3.393  cpuTime=3.31  mem=17M285
4.53	   
4.53	   global
4.53	     nbConstraintChecks=67955246  nbPropagations=450233  nbRevisions=1824312  nbUselessRevisions=893420
4.53	     nbRestartNogoods=65  solvingWckTime=3.394  solvingCpuTime=3.31  expiredTime=no  totalExploration=yes
4.53	     nbFoundSolutions=0  globalCpuTime=4.02
4.53	       =>  wckTime=4.213  cpuTime=3.97  mem=17M285
4.53	   
4.53	s UNSATISFIABLE
4.53	d NODES 5776
4.53	d CHECKS 67955246
4.53	   
4.53	   totalWckTime=4.296  totalCpuTime=4.03

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node7/watcher-226042-1168274306 -o ROOT/results/node7/solver-226042-1168274306 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/226042-1168274306/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.64 2.69 2.49 4/94 1734
/proc/meminfo: memFree=1115864/2055920 swapFree=4192812/4192956
[pid=1733] ppid=1731 vsize=18540 CPUtime=0
/proc/1733/stat : 1733 (runsolver) R 1731 1733 1064 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 175826277 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1733/statm: 4635 279 244 17 0 2626 0

[startup+0.10407 s]
/proc/loadavg: 2.64 2.69 2.49 4/94 1734
/proc/meminfo: memFree=1115864/2055920 swapFree=4192812/4192956
[pid=1733] ppid=1731 vsize=913228 CPUtime=0.07
/proc/1733/stat : 1733 (java) D 1731 1733 1064 0 -1 0 2919 0 1 0 6 1 0 0 17 0 8 0 175826277 935145472 2665 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1733/statm: 228307 2665 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913228

[startup+0.512105 s]
/proc/loadavg: 2.64 2.69 2.49 4/94 1734
/proc/meminfo: memFree=1115864/2055920 swapFree=4192812/4192956
[pid=1733] ppid=1731 vsize=915328 CPUtime=0.48
/proc/1733/stat : 1733 (java) R 1731 1733 1064 0 -1 0 7331 0 1 0 43 5 0 0 20 0 8 0 175826277 937295872 7070 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073586014 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1733/statm: 228832 7071 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33419 s]
/proc/loadavg: 2.67 2.70 2.49 4/101 1741
/proc/meminfo: memFree=1069536/2055920 swapFree=4192812/4192956
[pid=1733] ppid=1731 vsize=915464 CPUtime=1.31
/proc/1733/stat : 1733 (java) R 1731 1733 1064 0 -1 0 14333 0 1 0 120 11 0 0 25 0 8 0 175826277 937435136 14071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073732478 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1733/statm: 228866 14071 2524 14 0 215336 0
[pid=1733/tid=1735] ppid=1731 vsize=915464 CPUtime=0.04
/proc/1733/task/1735/stat : 1735 (java) S 1731 1733 1064 0 -1 64 611 0 0 0 4 0 0 0 17 0 8 0 175826282 937435136 14071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1733/tid=1736] ppid=1731 vsize=915464 CPUtime=0
/proc/1733/task/1736/stat : 1736 (java) S 1731 1733 1064 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 175826282 937435136 14071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1733/tid=1737] ppid=1731 vsize=915464 CPUtime=0
/proc/1733/task/1737/stat : 1737 (java) S 1731 1733 1064 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175826282 937435136 14071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1733/tid=1738] ppid=1731 vsize=915464 CPUtime=0
/proc/1733/task/1738/stat : 1738 (java) S 1731 1733 1064 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175826286 937435136 14071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1733/tid=1739] ppid=1731 vsize=915464 CPUtime=0.17
/proc/1733/task/1739/stat : 1739 (java) S 1731 1733 1064 0 -1 64 356 0 0 0 16 1 0 0 15 0 8 0 175826286 937435136 14071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1733/tid=1740] ppid=1731 vsize=915464 CPUtime=0
/proc/1733/task/1740/stat : 1740 (java) S 1731 1733 1064 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 175826286 937435136 14071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1733/tid=1741] ppid=1731 vsize=915464 CPUtime=0
/proc/1733/task/1741/stat : 1741 (java) S 1731 1733 1064 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175826286 937435136 14071 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.98836 s]
/proc/loadavg: 2.67 2.70 2.49 4/101 1741
/proc/meminfo: memFree=1069344/2055920 swapFree=4192812/4192956
[pid=1733] ppid=1731 vsize=915464 CPUtime=2.96
/proc/1733/stat : 1733 (java) R 1731 1733 1064 0 -1 0 14351 0 1 0 285 11 0 0 25 0 8 0 175826277 937435136 14088 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073742906 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1733/statm: 228866 14088 2524 14 0 215336 0
[pid=1733/tid=1735] ppid=1731 vsize=915464 CPUtime=0.04
/proc/1733/task/1735/stat : 1735 (java) S 1731 1733 1064 0 -1 64 611 0 0 0 4 0 0 0 17 0 8 0 175826282 937435136 14088 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=1733/tid=1736] ppid=1731 vsize=915464 CPUtime=0
/proc/1733/task/1736/stat : 1736 (java) S 1731 1733 1064 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 175826282 937435136 14088 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1733/tid=1737] ppid=1731 vsize=915464 CPUtime=0
/proc/1733/task/1737/stat : 1737 (java) S 1731 1733 1064 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175826282 937435136 14088 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1733/tid=1738] ppid=1731 vsize=915464 CPUtime=0
/proc/1733/task/1738/stat : 1738 (java) S 1731 1733 1064 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 175826286 937435136 14088 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1733/tid=1739] ppid=1731 vsize=915464 CPUtime=0.22
/proc/1733/task/1739/stat : 1739 (java) S 1731 1733 1064 0 -1 64 372 0 0 0 21 1 0 0 16 0 8 0 175826286 937435136 14088 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=1733/tid=1740] ppid=1731 vsize=915464 CPUtime=0
/proc/1733/task/1740/stat : 1740 (java) S 1731 1733 1064 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 175826286 937435136 14088 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1733/tid=1741] ppid=1731 vsize=915464 CPUtime=0
/proc/1733/task/1741/stat : 1741 (java) S 1731 1733 1064 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175826286 937435136 14088 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 4.55466
CPU time (s): 4.52531
CPU user time (s): 4.40133
CPU system time (s): 0.123981
CPU usage (%): 99.3557
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.40133
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14364
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1176
involuntary context switches= 1280

runsolver used 0.004999 s user time and 0.025996 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Mon Jan  8 16:38:27 UTC 2007


IDJOB= 226042
IDBENCH= 5928
FILE ID= node7/226042-1168274306

PBS_JOBID= 3483031

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.9/rand-2-40-180-84-900-77_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/226042-1168274306/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-226042-1168274306 -o ROOT/results/node7/solver-226042-1168274306 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/226042-1168274306/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  fac67cd0a751f9f2d8d6f7a217c6eb28

RANDOM SEED= 414802476

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.220
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.220
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:       1116344 kB
Buffers:         62080 kB
Cached:         161912 kB
SwapCached:          0 kB
Active:         787848 kB
Inactive:        97348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1116344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3588 kB
Writeback:           0 kB
Mapped:         686792 kB
Slab:            37820 kB
Committed_AS:  6020988 kB
PageTables:       3604 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= 66549 MiB



End job on node7 on Mon Jan  8 16:38:33 UTC 2007