Trace number 225741

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.98224 5.08431

DiagnosticValue
CHECKS75836831
NODES5725

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-41_ext.xml
MD5SUM62243d68ad0c4f8ec6a426719b5be701
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.75428
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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/225741-1168273272/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=180  maxDomainSize=180
0.40	       =>  wckTime=0.099  cpuTime=0.08  mem=6M951
0.40	   
0.40	   relations being loaded...
0.74	   
0.74	   constraints being loaded...
0.87	     nbConstraints=84  nbRelationTypes=84  nbExtensionStructures=84  nbSharedExtensionStructures=0
0.87	     nbConflictsStructures=84  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=9  maxArity=2
0.87	       =>  wckTime=0.569  cpuTime=0.5  mem=36M313
0.92	   
0.92	   solver IterativeSystematicSolver being built... 
1.08	       =>  wckTime=0.785  cpuTime=0.64  mem=16M386
1.16	   
1.16	   preprocessing
1.16	     nbConstraintChecks=591479  nbPropagations=1056  nbRevisions=4141  nbUselessRevisions=2282  nbSingletonTests=54
1.16	     nbEffectiveSingletonTests=0  nbESACBranches=14  nbRemovedValues=0  detectedInconsistency=no
1.16	       =>  wckTime=0.078  cpuTime=0.05  mem=16M386
1.21	   
1.21	   search
1.21	     run=0  nbConstraintChecks=388674  nbPropagations=2166  nbRevisions=8403  nbUselessRevisions=4353  nbAssignments=33
1.21	     nbFailedAssignments=22  nbBacktracks=10  nbVisitedNodes=63  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.21	     nbTooLargeKeys=0
1.21	       =>  wckTime=0.128  cpuTime=0.09  mem=16M386
1.26	   
1.26	   search
1.26	     run=1  nbConstraintChecks=994614  nbPropagations=5874  nbRevisions=23393  nbUselessRevisions=11899
1.26	     nbAssignments=86  nbFailedAssignments=57  nbBacktracks=26  nbVisitedNodes=162  nbRestartNogoods=3  mapSize=22
1.26	     nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.171  cpuTime=0.13  mem=16M386
1.36	   
1.36	   search
1.36	     run=2  nbConstraintChecks=2725585  nbPropagations=13161  nbRevisions=53071  nbUselessRevisions=26488
1.36	     nbAssignments=204  nbFailedAssignments=118  nbBacktracks=48  nbVisitedNodes=326  nbRestartNogoods=16  mapSize=41
1.36	     nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.27  cpuTime=0.22  mem=16M386
1.43	   
1.43	   search
1.43	     run=3  nbConstraintChecks=3947616  nbPropagations=23931  nbRevisions=97001  nbUselessRevisions=47469
1.43	     nbAssignments=286  nbFailedAssignments=166  nbBacktracks=81  nbVisitedNodes=484  nbRestartNogoods=20  mapSize=74
1.43	     nbInferences=0  nbTooLargeKeys=0
1.43	       =>  wckTime=0.34  cpuTime=0.28  mem=16M386
1.57	   
1.57	   search
1.57	     run=4  nbConstraintChecks=6595898  nbPropagations=40919  nbRevisions=166311  nbUselessRevisions=80533
1.57	     nbAssignments=491  nbFailedAssignments=319  nbBacktracks=131  nbVisitedNodes=885  nbRestartNogoods=22  mapSize=120
1.57	     nbInferences=0  nbTooLargeKeys=0
1.57	       =>  wckTime=0.487  cpuTime=0.42  mem=16M386
1.76	   
1.76	   search
1.76	     run=5  nbConstraintChecks=10183784  nbPropagations=66990  nbRevisions=271432  nbUselessRevisions=130038
1.76	     nbAssignments=757  nbFailedAssignments=509  nbBacktracks=206  nbVisitedNodes=1403  nbRestartNogoods=24  mapSize=191
1.76	     nbInferences=0  nbTooLargeKeys=0
1.76	       =>  wckTime=0.677  cpuTime=0.61  mem=16M386
2.02	   
2.02	   search
2.02	     run=6  nbConstraintChecks=15177227  nbPropagations=105097  nbRevisions=425974  nbUselessRevisions=203158
2.02	     nbAssignments=1149  nbFailedAssignments=785  nbBacktracks=319  nbVisitedNodes=2161  nbRestartNogoods=32
2.02	     mapSize=294  nbInferences=0  nbTooLargeKeys=0
2.02	       =>  wckTime=0.933  cpuTime=0.86  mem=17M358
2.52	   
2.52	   search
2.52	     run=7  nbConstraintChecks=24890933  nbPropagations=166387  nbRevisions=677317  nbUselessRevisions=320994
2.52	     nbAssignments=1886  nbFailedAssignments=1351  nbBacktracks=489  nbVisitedNodes=3613  nbRestartNogoods=32
2.52	     mapSize=457  nbInferences=0  nbTooLargeKeys=0
2.52	       =>  wckTime=1.436  cpuTime=1.34  mem=17M358
3.06	   
3.06	   search
3.06	     run=8  nbConstraintChecks=35683342  nbPropagations=253281  nbRevisions=1034240  nbUselessRevisions=489474
3.06	     nbAssignments=2761  nbFailedAssignments=1969  nbBacktracks=745  nbVisitedNodes=5312  nbRestartNogoods=34
3.06	     mapSize=689  nbInferences=0  nbTooLargeKeys=0
3.06	       =>  wckTime=1.977  cpuTime=1.87  mem=17M358
3.83	   
3.83	   INFO : Stopping hyperNogood (mapSize=1001, nbTooLargekeys=0, mem=17M358)
3.89	   
3.89	   search
3.89	     run=9  nbConstraintChecks=52202971  nbPropagations=378087  nbRevisions=1548114  nbUselessRevisions=732796
3.89	     nbAssignments=4016  nbFailedAssignments=2837  nbBacktracks=1130  nbVisitedNodes=7750  nbRestartNogoods=37
3.89	       =>  wckTime=2.807  cpuTime=2.68  mem=17M358
5.06	   
5.06	   search
5.06	     run=10  nbConstraintChecks=75245352  nbPropagations=554461  nbRevisions=2277575  nbUselessRevisions=1080456
5.06	     nbAssignments=5725  nbFailedAssignments=4053  nbBacktracks=1621  nbVisitedNodes=11083  nbRestartNogoods=45
5.06	       =>  wckTime=3.976  cpuTime=3.81  mem=17M358
5.06	   
5.06	   global
5.06	     nbConstraintChecks=75836831  nbPropagations=555517  nbRevisions=2281716  nbUselessRevisions=1082738
5.06	     nbRestartNogoods=45  solvingWckTime=3.977  solvingCpuTime=3.81  expiredTime=no  totalExploration=yes
5.06	     nbFoundSolutions=0  globalCpuTime=4.5
5.06	       =>  wckTime=4.767  cpuTime=4.45  mem=17M358
5.07	   
5.07	s UNSATISFIABLE
5.07	d NODES 5725
5.07	d CHECKS 75836831
5.07	   
5.07	   totalWckTime=4.842  totalCpuTime=4.51

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/node43/watcher-225741-1168273272 -o ROOT/results/node43/solver-225741-1168273272 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/225741-1168273272/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.20 1.05 1.04 4/81 14797
/proc/meminfo: memFree=1655440/2055920 swapFree=4192812/4192956
[pid=14796] ppid=14794 vsize=18540 CPUtime=0
/proc/14796/stat : 14796 (runsolver) R 14794 14796 14184 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 175726390 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 216849247527 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14796/statm: 4635 279 244 17 0 2626 0

[startup+0.104471 s]
/proc/loadavg: 1.20 1.05 1.04 4/81 14797
/proc/meminfo: memFree=1655440/2055920 swapFree=4192812/4192956
[pid=14796] ppid=14794 vsize=914988 CPUtime=0.09
/proc/14796/stat : 14796 (java) R 14794 14796 14184 0 -1 0 3017 0 1 0 7 2 0 0 24 0 8 0 175726390 936947712 2763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155183293 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14796/statm: 228747 2763 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.512536 s]
/proc/loadavg: 1.20 1.05 1.04 4/81 14797
/proc/meminfo: memFree=1655440/2055920 swapFree=4192812/4192956
[pid=14796] ppid=14794 vsize=915328 CPUtime=0.48
/proc/14796/stat : 14796 (java) R 14794 14796 14184 0 -1 0 7838 0 1 0 42 6 0 0 25 0 8 0 175726390 937295872 7577 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073566423 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14796/statm: 228832 7577 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33567 s]
/proc/loadavg: 1.20 1.05 1.04 3/88 14804
/proc/meminfo: memFree=1573912/2055920 swapFree=4192812/4192956
[pid=14796] ppid=14794 vsize=915464 CPUtime=1.29
/proc/14796/stat : 14796 (java) R 14794 14796 14184 0 -1 0 14366 0 1 0 120 9 0 0 25 0 8 0 175726390 937435136 14104 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14796/statm: 228866 14104 2524 14 0 215336 0
[pid=14796/tid=14798] ppid=14794 vsize=915464 CPUtime=0.04
/proc/14796/task/14798/stat : 14798 (java) S 14794 14796 14184 0 -1 64 611 0 0 0 4 0 0 0 17 0 8 0 175726394 937435136 14104 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14796/tid=14799] ppid=14794 vsize=915464 CPUtime=0
/proc/14796/task/14799/stat : 14799 (java) S 14794 14796 14184 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175726394 937435136 14104 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14796/tid=14800] ppid=14794 vsize=915464 CPUtime=0
/proc/14796/task/14800/stat : 14800 (java) S 14794 14796 14184 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175726394 937435136 14104 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14796/tid=14801] ppid=14794 vsize=915464 CPUtime=0
/proc/14796/task/14801/stat : 14801 (java) S 14794 14796 14184 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175726397 937435136 14104 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14796/tid=14802] ppid=14794 vsize=915464 CPUtime=0.17
/proc/14796/task/14802/stat : 14802 (java) R 14794 14796 14184 0 -1 64 356 0 0 0 16 1 0 0 15 0 8 0 175726397 937435136 14104 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155475397 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14796/tid=14803] ppid=14794 vsize=915464 CPUtime=0
/proc/14796/task/14803/stat : 14803 (java) S 14794 14796 14184 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 175726397 937435136 14104 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14796/tid=14804] ppid=14794 vsize=915464 CPUtime=0
/proc/14796/task/14804/stat : 14804 (java) S 14794 14796 14184 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175726397 937435136 14104 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915464

[startup+2.97994 s]
/proc/loadavg: 1.34 1.08 1.05 3/88 14804
/proc/meminfo: memFree=1570840/2055920 swapFree=4192812/4192956
[pid=14796] ppid=14794 vsize=915464 CPUtime=2.92
/proc/14796/stat : 14796 (java) R 14794 14796 14184 0 -1 0 14385 0 1 0 282 10 0 0 25 0 8 0 175726390 937435136 14121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073732247 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14796/statm: 228866 14121 2524 14 0 215336 0
[pid=14796/tid=14798] ppid=14794 vsize=915464 CPUtime=0.04
/proc/14796/task/14798/stat : 14798 (java) S 14794 14796 14184 0 -1 64 611 0 0 0 4 0 0 0 17 0 8 0 175726394 937435136 14121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14796/tid=14799] ppid=14794 vsize=915464 CPUtime=0
/proc/14796/task/14799/stat : 14799 (java) S 14794 14796 14184 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175726394 937435136 14121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14796/tid=14800] ppid=14794 vsize=915464 CPUtime=0
/proc/14796/task/14800/stat : 14800 (java) S 14794 14796 14184 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175726394 937435136 14121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14796/tid=14801] ppid=14794 vsize=915464 CPUtime=0
/proc/14796/task/14801/stat : 14801 (java) S 14794 14796 14184 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175726397 937435136 14121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14796/tid=14802] ppid=14794 vsize=915464 CPUtime=0.2
/proc/14796/task/14802/stat : 14802 (java) S 14794 14796 14184 0 -1 64 373 0 0 0 19 1 0 0 16 0 8 0 175726397 937435136 14121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14796/tid=14803] ppid=14794 vsize=915464 CPUtime=0
/proc/14796/task/14803/stat : 14803 (java) S 14794 14796 14184 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 175726397 937435136 14121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14796/tid=14804] ppid=14794 vsize=915464 CPUtime=0
/proc/14796/task/14804/stat : 14804 (java) S 14794 14796 14184 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 175726397 937435136 14121 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 5.08431
CPU time (s): 4.98224
CPU user time (s): 4.86726
CPU system time (s): 0.114982
CPU usage (%): 97.9924
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.86726
system time used= 0.114982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14397
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= 1146
involuntary context switches= 1497

runsolver used 0.010998 s user time and 0.021996 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Mon Jan  8 16:21:13 UTC 2007


IDJOB= 225741
IDBENCH= 5890
FILE ID= node43/225741-1168273272

PBS_JOBID= 3483250

Free space on /tmp= 66493 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  62243d68ad0c4f8ec6a426719b5be701

RANDOM SEED= 393111127

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.278
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.278
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:       1671408 kB
Buffers:         54564 kB
Cached:         220292 kB
SwapCached:          0 kB
Active:         198536 kB
Inactive:       132752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1671408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8704 kB
Writeback:           0 kB
Mapped:          75472 kB
Slab:            38552 kB
Committed_AS:  4716572 kB
PageTables:       1912 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= 66493 MiB



End job on node43 on Mon Jan  8 16:21:18 UTC 2007