Trace number 242272

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 ACUNSAT 2.15667 2.2308

DiagnosticValue
CHECKS217183
NODES39078

General information on the benchmark

Namedimacs/dubois/
dubois-20_ext.xml
MD5SUM4a2e30bf9ba24666a7d302b06a36c221
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.027995
SatisfiableNO
(Un)Satisfiability was proved
Number of variables60
Number of constraints40
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension40
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=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/242272-1168085486/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=60  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.42	       =>  wckTime=0.095  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.42	   
0.42	   constraints being loaded...
0.45	     nbConstraints=40  nbRelationTypes=2  nbExtensionStructures=2  nbSharedExtensionStructures=38
0.45	     nbConflictsStructures=2  nbSharedConflictsStructures=38  nbSharedBinaryRepresentations=0  maxDegree=2  maxArity=3
0.45	       =>  wckTime=0.133  cpuTime=0.1  mem=6M951
0.49	   
0.49	   solver IterativeSystematicSolver being built... 
0.67	       =>  wckTime=0.348  cpuTime=0.25  mem=14M454
0.67	   
0.67	   preprocessing
0.67	     nbConstraintChecks=0  nbPropagations=60  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.67	     detectedInconsistency=no
0.67	       =>  wckTime=0.0010  cpuTime=0.0  mem=14M454
0.71	   
0.71	   search
0.71	     run=0  nbConstraintChecks=180  nbValidityChecks=320  nbPropagations=137  nbRevisions=178  nbUselessRevisions=120
0.71	     nbAssignments=39  nbFailedAssignments=1  nbBacktracks=19  nbVisitedNodes=42  nbRestartNogoods=0  mapSize=1
0.71	     nbInferences=0  nbTooLargeKeys=0
0.71	       =>  wckTime=0.035  cpuTime=0.02  mem=15M462
0.72	   
0.72	   search
0.72	     run=1  nbConstraintChecks=344  nbValidityChecks=832  nbPropagations=388  nbRevisions=589  nbUselessRevisions=380
0.72	     nbAssignments=96  nbFailedAssignments=7  nbBacktracks=37  nbVisitedNodes=113  nbRestartNogoods=1  mapSize=12
0.72	     nbInferences=2  nbTooLargeKeys=0
0.72	       =>  wckTime=0.05  cpuTime=0.03  mem=15M462
0.73	   
0.73	   search
0.73	     run=2  nbConstraintChecks=531  nbValidityChecks=1418  nbPropagations=770  nbRevisions=1256  nbUselessRevisions=784
0.73	     nbAssignments=160  nbFailedAssignments=14  nbBacktracks=64  nbVisitedNodes=191  nbRestartNogoods=2  mapSize=25
0.73	     nbInferences=3  nbTooLargeKeys=0
0.73	       =>  wckTime=0.064  cpuTime=0.05  mem=15M462
0.75	   
0.75	   search
0.75	     run=3  nbConstraintChecks=782  nbValidityChecks=2174  nbPropagations=1319  nbRevisions=2242
0.75	     nbUselessRevisions=1361  nbAssignments=237  nbFailedAssignments=23  nbBacktracks=97  nbVisitedNodes=287
0.75	     nbRestartNogoods=3  mapSize=40  nbInferences=5  nbTooLargeKeys=0
0.75	       =>  wckTime=0.081  cpuTime=0.06  mem=15M462
0.77	   
0.77	   search
0.77	     run=4  nbConstraintChecks=1136  nbValidityChecks=3214  nbPropagations=2095  nbRevisions=3665
0.77	     nbUselessRevisions=2180  nbAssignments=338  nbFailedAssignments=34  nbBacktracks=149  nbVisitedNodes=416
0.77	     nbRestartNogoods=6  mapSize=64  nbInferences=12  nbTooLargeKeys=0
0.77	       =>  wckTime=0.099  cpuTime=0.07  mem=15M462
0.79	   
0.79	   search
0.79	     run=5  nbConstraintChecks=1618  nbValidityChecks=4653  nbPropagations=3214  nbRevisions=5714
0.79	     nbUselessRevisions=3329  nbAssignments=460  nbFailedAssignments=44  nbBacktracks=230  nbVisitedNodes=574
0.79	     nbRestartNogoods=8  mapSize=99  nbInferences=28  nbTooLargeKeys=0
0.79	       =>  wckTime=0.117  cpuTime=0.08  mem=15M462
0.82	   
0.82	   search
0.82	     run=6  nbConstraintChecks=2306  nbValidityChecks=6799  nbPropagations=4830  nbRevisions=8688
0.82	     nbUselessRevisions=5000  nbAssignments=635  nbFailedAssignments=48  nbBacktracks=343  nbVisitedNodes=796
0.82	     nbRestartNogoods=9  mapSize=143  nbInferences=68  nbTooLargeKeys=0
0.82	       =>  wckTime=0.146  cpuTime=0.09  mem=15M462
0.84	   
0.84	   search
0.84	     run=7  nbConstraintChecks=4345  nbValidityChecks=13356  nbPropagations=8003  nbRevisions=14620
0.84	     nbUselessRevisions=8268  nbAssignments=921  nbFailedAssignments=53  nbBacktracks=513  nbVisitedNodes=1181
0.84	     nbRestartNogoods=12  mapSize=238  nbInferences=158  nbTooLargeKeys=0
0.84	       =>  wckTime=0.169  cpuTime=0.11  mem=15M462
0.87	   
0.87	   search
0.87	     run=8  nbConstraintChecks=8332  nbValidityChecks=26463  nbPropagations=14259  nbRevisions=26436
0.87	     nbUselessRevisions=14701  nbAssignments=1374  nbFailedAssignments=56  nbBacktracks=771  nbVisitedNodes=1809
0.87	     nbRestartNogoods=16  mapSize=409  nbInferences=330  nbTooLargeKeys=0
0.87	       =>  wckTime=0.202  cpuTime=0.15  mem=15M462
0.93	   
0.93	   search
0.93	     run=9  nbConstraintChecks=14130  nbValidityChecks=45176  nbPropagations=24959  nbRevisions=46686
0.93	     nbUselessRevisions=25652  nbAssignments=2027  nbFailedAssignments=60  nbBacktracks=1158  nbVisitedNodes=2710
0.93	     nbRestartNogoods=20  mapSize=654  nbInferences=574  nbTooLargeKeys=0
0.93	       =>  wckTime=0.261  cpuTime=0.18  mem=15M462
0.98	   
0.98	   search
0.98	     run=10  nbConstraintChecks=23109  nbValidityChecks=74123  nbPropagations=42581  nbRevisions=80081
0.98	     nbUselessRevisions=43613  nbAssignments=3010  nbFailedAssignments=60  nbBacktracks=1734  nbVisitedNodes=4079
0.98	     nbRestartNogoods=23  mapSize=1034  nbInferences=960  nbTooLargeKeys=0
0.98	       =>  wckTime=0.313  cpuTime=0.23  mem=15M462
1.05	   
1.05	   search
1.05	     run=11  nbConstraintChecks=36415  nbValidityChecks=116902  nbPropagations=70469  nbRevisions=132965
1.05	     nbUselessRevisions=71965  nbAssignments=4467  nbFailedAssignments=60  nbBacktracks=2598  nbVisitedNodes=6108
1.05	     nbRestartNogoods=29  mapSize=1599  nbInferences=1532  nbTooLargeKeys=0
1.05	       =>  wckTime=0.378  cpuTime=0.29  mem=15M462
1.13	   
1.13	   search
1.13	     run=12  nbConstraintChecks=50542  nbValidityChecks=160994  nbPropagations=108861  nbRevisions=205580
1.13	     nbUselessRevisions=111064  nbAssignments=6537  nbFailedAssignments=62  nbBacktracks=3900  nbVisitedNodes=8933
1.13	     nbRestartNogoods=36  mapSize=2351  nbInferences=2283  nbTooLargeKeys=0
1.13	       =>  wckTime=0.461  cpuTime=0.37  mem=15M462
1.23	   
1.23	   search
1.23	     run=13  nbConstraintChecks=65471  nbValidityChecks=206405  nbPropagations=157658  nbRevisions=297355
1.23	     nbUselessRevisions=161058  nbAssignments=9567  nbFailedAssignments=62  nbBacktracks=5849  nbVisitedNodes=13022
1.23	     nbRestartNogoods=39  mapSize=3404  nbInferences=3342  nbTooLargeKeys=0
1.23	       =>  wckTime=0.561  cpuTime=0.47  mem=15M462
1.39	   
1.39	   search
1.39	     run=14  nbConstraintChecks=90107  nbValidityChecks=278535  nbPropagations=222240  nbRevisions=418925
1.39	     nbUselessRevisions=228815  nbAssignments=14375  nbFailedAssignments=62  nbBacktracks=8769  nbVisitedNodes=19698
1.39	     nbRestartNogoods=45  mapSize=5266  nbInferences=5210  nbTooLargeKeys=0
1.39	       =>  wckTime=0.716  cpuTime=0.62  mem=16M437
1.62	   
1.62	   search
1.62	     run=15  nbConstraintChecks=128084  nbValidityChecks=388338  nbPropagations=310459  nbRevisions=585532
1.62	     nbUselessRevisions=323859  nbAssignments=21706  nbFailedAssignments=62  nbBacktracks=13147  nbVisitedNodes=29963
1.62	     nbRestartNogoods=51  mapSize=8197  nbInferences=8144  nbTooLargeKeys=0
1.62	       =>  wckTime=0.954  cpuTime=0.86  mem=16M437
1.97	   
1.97	   search
1.97	     run=16  nbConstraintChecks=182592  nbValidityChecks=547447  nbPropagations=433700  nbRevisions=818273
1.97	     nbUselessRevisions=458259  nbAssignments=32413  nbFailedAssignments=62  nbBacktracks=19718  nbVisitedNodes=44784
1.97	     nbRestartNogoods=54  mapSize=12306  nbInferences=12258  nbTooLargeKeys=0
1.97	       =>  wckTime=1.298  cpuTime=1.2  mem=17M412
2.18	   
2.18	   search
2.18	     run=17  nbConstraintChecks=217183  nbValidityChecks=646860  nbPropagations=578369  nbRevisions=1091889
2.18	     nbUselessRevisions=617497  nbAssignments=39078  nbFailedAssignments=62  nbBacktracks=23690  nbVisitedNodes=54142
2.18	     nbRestartNogoods=59  mapSize=14998  nbInferences=14952  nbTooLargeKeys=0
2.18	       =>  wckTime=1.509  cpuTime=1.41  mem=17M412
2.18	   
2.18	   global
2.18	     nbConstraintChecks=217183  nbValidityChecks=646860  nbPropagations=578429  nbRevisions=1091889
2.18	     nbUselessRevisions=617497  nbRestartNogoods=59  solvingWckTime=1.51  solvingCpuTime=1.41  expiredTime=no
2.18	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=1.72
2.18	       =>  wckTime=1.859  cpuTime=1.66  mem=17M412
2.18	   
2.18	s UNSATISFIABLE
2.18	d NODES 39078
2.18	d CHECKS 217183
2.18	   
2.18	   totalWckTime=1.94  totalCpuTime=1.72

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/node3/watcher-242272-1168085486 -o ROOT/results/node3/solver-242272-1168085486 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/242272-1168085486/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: 1.00 1.30 1.61 4/93 32268
/proc/meminfo: memFree=1263912/2055920 swapFree=4192812/4192956
[pid=32267] ppid=32265 vsize=9948 CPUtime=0
/proc/32267/stat : 32267 (java) S 32265 32267 32088 0 -1 0 723 0 0 0 0 0 0 0 16 0 1 0 156945420 10186752 472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 17 1 0 0
/proc/32267/statm: 2487 472 386 14 0 1142 0

[startup+0.102761 s]
/proc/loadavg: 1.00 1.30 1.61 4/93 32268
/proc/meminfo: memFree=1263912/2055920 swapFree=4192812/4192956
[pid=32267] ppid=32265 vsize=913228 CPUtime=0.08
/proc/32267/stat : 32267 (java) R 32265 32267 32088 0 -1 0 2920 0 1 0 6 2 0 0 17 0 8 0 156945420 935145472 2666 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32267/statm: 228307 2666 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913228

[startup+0.51083 s]
/proc/loadavg: 1.00 1.30 1.61 4/93 32268
/proc/meminfo: memFree=1263912/2055920 swapFree=4192812/4192956
[pid=32267] ppid=32265 vsize=915404 CPUtime=0.48
/proc/32267/stat : 32267 (java) R 32265 32267 32088 0 -1 0 6559 0 1 0 44 4 0 0 18 0 8 0 156945420 937373696 6297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32267/statm: 228851 6297 2370 14 0 215321 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915404

[startup+1.33496 s]
/proc/loadavg: 1.16 1.32 1.62 3/100 32275
/proc/meminfo: memFree=1239728/2055920 swapFree=4192812/4192956
[pid=32267] ppid=32265 vsize=915404 CPUtime=1.29
/proc/32267/stat : 32267 (java) R 32265 32267 32088 0 -1 0 8846 0 1 0 123 6 0 0 24 0 8 0 156945420 937373696 8584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073682265 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32267/statm: 228851 8584 2518 14 0 215321 0
[pid=32267/tid=32269] ppid=32265 vsize=915404 CPUtime=0.02
/proc/32267/task/32269/stat : 32269 (java) S 32265 32267 32088 0 -1 64 120 0 0 0 2 0 0 0 16 0 8 0 156945424 937373696 8584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32267/tid=32270] ppid=32265 vsize=915404 CPUtime=0
/proc/32267/task/32270/stat : 32270 (java) S 32265 32267 32088 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156945424 937373696 8584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32267/tid=32271] ppid=32265 vsize=915404 CPUtime=0
/proc/32267/task/32271/stat : 32271 (java) S 32265 32267 32088 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156945424 937373696 8584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32267/tid=32272] ppid=32265 vsize=915404 CPUtime=0
/proc/32267/task/32272/stat : 32272 (java) S 32265 32267 32088 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156945428 937373696 8584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32267/tid=32273] ppid=32265 vsize=915404 CPUtime=0.17
/proc/32267/task/32273/stat : 32273 (java) S 32265 32267 32088 0 -1 64 364 0 0 0 16 1 0 0 15 0 8 0 156945428 937373696 8584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32267/tid=32274] ppid=32265 vsize=915404 CPUtime=0
/proc/32267/task/32274/stat : 32274 (java) S 32265 32267 32088 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156945428 937373696 8584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32267/tid=32275] ppid=32265 vsize=915404 CPUtime=0
/proc/32267/task/32275/stat : 32275 (java) S 32265 32267 32088 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156945428 937373696 8584 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915404

Child status: 0
Real time (s): 2.2308
CPU time (s): 2.15667
CPU user time (s): 2.08268
CPU system time (s): 0.073988
CPU usage (%): 96.677
Max. virtual memory (cumulated for all children) (KiB): 915404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.08268
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9400
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= 978
involuntary context switches= 1253

runsolver used 0.003999 s user time and 0.012998 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Jan  6 12:11:31 UTC 2007


IDJOB= 242272
IDBENCH= 7380
FILE ID= node3/242272-1168085486

PBS_JOBID= 3476308

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/dimacs/dubois/dubois-20_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/242272-1168085486/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-242272-1168085486 -o ROOT/results/node3/solver-242272-1168085486 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/242272-1168085486/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  4a2e30bf9ba24666a7d302b06a36c221

RANDOM SEED= 265841784

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.279
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.279
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:       1264392 kB
Buffers:         66320 kB
Cached:         519364 kB
SwapCached:          0 kB
Active:         188884 kB
Inactive:       507544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1264392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1728 kB
Writeback:           0 kB
Mapped:         139728 kB
Slab:            79760 kB
Committed_AS:  4612948 kB
PageTables:       2220 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= 66542 MiB



End job on node3 on Sat Jan  6 12:11:42 UTC 2007