Trace number 195361

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 3.07553 3.51789

DiagnosticValue
CHECKS1017182
NODES4128

General information on the benchmark

Namerlfap/rlfapGraphsMod/
graph14-f28.xml
MD5SUM20f9358485fb6b663286405b27294657
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.93755
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables916
Number of constraints4638
Maximum constraint arity2
Maximum domain size18
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4638
Global constraints used (with number of constraints)

Solver Data (download as text)

0.68	   
0.68	Abscon 109 (November, 2006)
0.68	   
0.68	   configuration
0.68	     name=mac.xml
0.72	   
0.72	   instance
0.72	     name=/tmp/evaluation/195361-1168069810/unknown.xml
0.75	   
0.75	   domains being loaded...
0.76	   
0.76	   variables being loaded...
0.87	     nbVariables=916  nbDomainTypes=5  minDomainSize=8  maxDomainSize=18
0.87	       =>  wckTime=0.184  cpuTime=0.14  mem=8M836
0.88	   
0.88	   predicates being loaded...
0.88	   
0.88	   constraints being loaded...
1.62	     nbConstraints=4638  nbConvertedConstraints=4638  nbConvertConstraintsChecks=101610  nbExtensionStructures=396
1.63	     nbSharedExtensionStructures=4242  nbConflictsStructures=396  nbSharedConflictsStructures=4242
1.63	     nbSharedBinaryRepresentations=12469  maxDegree=26  maxArity=2
1.63	       =>  wckTime=0.934  cpuTime=0.77  mem=33M232
1.70	   
1.70	   solver IterativeSystematicSolver being built... 
1.90	       =>  wckTime=1.21  cpuTime=0.92  mem=20M534
1.99	   
1.99	   preprocessing
1.99	     nbConstraintChecks=15122  nbPropagations=1374  nbRevisions=916  nbUselessRevisions=0  nbRemovedValues=3230
1.99	     detectedInconsistency=no
1.99	       =>  wckTime=0.085  cpuTime=0.08  mem=20M534
2.08	   
2.08	   search
2.08	     run=0  nbConstraintChecks=23634  nbPropagations=2358  nbRevisions=3446  nbUselessRevisions=1056  nbAssignments=110
2.08	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=126  nbRestartNogoods=0  mapSize=5  nbInferences=0
2.08	     nbTooLargeKeys=0
2.08	       =>  wckTime=0.177  cpuTime=0.16  mem=21M508
2.12	   
2.12	   search
2.12	     run=1  nbConstraintChecks=43895  nbPropagations=5537  nbRevisions=9125  nbUselessRevisions=3011  nbAssignments=207
2.12	     nbFailedAssignments=21  nbBacktracks=31  nbVisitedNodes=238  nbRestartNogoods=2  mapSize=11  nbInferences=0
2.12	     nbTooLargeKeys=0
2.12	       =>  wckTime=0.22  cpuTime=0.2  mem=22M482
2.17	   
2.17	   search
2.17	     run=2  nbConstraintChecks=68117  nbPropagations=9667  nbRevisions=17619  nbUselessRevisions=6170  nbAssignments=315
2.17	     nbFailedAssignments=42  nbBacktracks=54  nbVisitedNodes=376  nbRestartNogoods=3  mapSize=20  nbInferences=0
2.17	     nbTooLargeKeys=0
2.17	       =>  wckTime=0.266  cpuTime=0.24  mem=22M482
2.24	   
2.24	   search
2.24	     run=3  nbConstraintChecks=109267  nbPropagations=15409  nbRevisions=31258  nbUselessRevisions=11602
2.24	     nbAssignments=513  nbFailedAssignments=73  nbBacktracks=90  nbVisitedNodes=617  nbRestartNogoods=5  mapSize=35
2.24	     nbInferences=0  nbTooLargeKeys=0
2.24	       =>  wckTime=0.34  cpuTime=0.31  mem=23M456
2.30	   
2.30	   search
2.30	     run=4  nbConstraintChecks=155321  nbPropagations=22640  nbRevisions=49972  nbUselessRevisions=19013
2.30	     nbAssignments=648  nbFailedAssignments=113  nbBacktracks=140  nbVisitedNodes=809  nbRestartNogoods=12  mapSize=55
2.30	     nbInferences=1  nbTooLargeKeys=0
2.30	       =>  wckTime=0.396  cpuTime=0.37  mem=23M456
2.41	   
2.41	   search
2.41	     run=5  nbConstraintChecks=219501  nbPropagations=32379  nbRevisions=77184  nbUselessRevisions=30146
2.41	     nbAssignments=951  nbFailedAssignments=187  nbBacktracks=216  nbVisitedNodes=1209  nbRestartNogoods=24  mapSize=88
2.41	     nbInferences=1  nbTooLargeKeys=0
2.41	       =>  wckTime=0.505  cpuTime=0.48  mem=24M431
2.57	   
2.57	   search
2.57	     run=6  nbConstraintChecks=300785  nbPropagations=45436  nbRevisions=115826  nbUselessRevisions=46693
2.57	     nbAssignments=1475  nbFailedAssignments=302  nbBacktracks=330  nbVisitedNodes=1886  nbRestartNogoods=34
2.57	     mapSize=133  nbInferences=1  nbTooLargeKeys=0
2.57	       =>  wckTime=0.668  cpuTime=0.63  mem=25M405
2.72	   
2.72	   search
2.72	     run=7  nbConstraintChecks=392511  nbPropagations=61668  nbRevisions=166378  nbUselessRevisions=68625
2.72	     nbAssignments=1862  nbFailedAssignments=430  nbBacktracks=503  nbVisitedNodes=2455  nbRestartNogoods=68
2.72	     mapSize=203  nbInferences=1  nbTooLargeKeys=0
2.72	       =>  wckTime=0.814  cpuTime=0.76  mem=26M379
2.90	   
2.90	   search
2.90	     run=8  nbConstraintChecks=516033  nbPropagations=82189  nbRevisions=234113  nbUselessRevisions=98743
2.90	     nbAssignments=2370  nbFailedAssignments=601  nbBacktracks=760  nbVisitedNodes=3223  nbRestartNogoods=84
2.90	     mapSize=314  nbInferences=2  nbTooLargeKeys=0
2.90	       =>  wckTime=0.995  cpuTime=0.93  mem=28M327
3.20	   
3.20	   search
3.20	     run=9  nbConstraintChecks=790660  nbPropagations=111092  nbRevisions=341060  nbUselessRevisions=148275
3.20	     nbAssignments=3310  nbFailedAssignments=989  nbBacktracks=1145  nbVisitedNodes=4680  nbRestartNogoods=99
3.20	     mapSize=475  nbInferences=3  nbTooLargeKeys=0
3.20	       =>  wckTime=1.297  cpuTime=1.23  mem=30M275
3.46	   
3.46	   search
3.46	     run=10  nbConstraintChecks=1002060  nbPropagations=146538  nbRevisions=475832  nbUselessRevisions=209452
3.46	     nbAssignments=4128  nbFailedAssignments=1456  nbBacktracks=1496  nbVisitedNodes=6124  nbRestartNogoods=121
3.46	     mapSize=663  nbInferences=4  nbTooLargeKeys=0
3.46	       =>  wckTime=1.554  cpuTime=1.48  mem=31M249
3.46	   
3.46	   global
3.46	     nbConstraintChecks=1017182  nbPropagations=147912  nbRevisions=476748  nbUselessRevisions=209452
3.46	     nbRestartNogoods=121  solvingWckTime=1.555  solvingCpuTime=1.48  expiredTime=no  totalExploration=yes
3.46	     nbFoundSolutions=0  globalCpuTime=2.45
3.46	       =>  wckTime=2.768  cpuTime=2.4  mem=31M249
3.46	   
3.46	s UNSATISFIABLE
3.46	d NODES 4128
3.46	d CHECKS 1017182
3.46	   
3.46	   totalWckTime=2.846  totalCpuTime=2.45

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/node76/watcher-195361-1168069810 -o ROOT/results/node76/solver-195361-1168069810 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195361-1168069810/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: 0.78 0.95 0.98 6/78 29588
/proc/meminfo: memFree=1818944/2055888 swapFree=4096420/4096564
[pid=29587] ppid=29582 vsize=18544 CPUtime=0
/proc/29587/stat : 29587 (runsolver) D 29582 29587 29451 0 -1 4194368 18 0 0 0 0 0 0 0 19 0 1 0 155378446 18989056 280 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 206843737111 0 0 4096 24578 18446744071563481621 0 0 17 0 0 0
/proc/29587/statm: 4636 280 245 17 0 2626 0

[startup+0.106286 s]
/proc/loadavg: 0.78 0.95 0.98 6/78 29588
/proc/meminfo: memFree=1818944/2055888 swapFree=4096420/4096564
[pid=29587] ppid=29582 vsize=9796 CPUtime=0
/proc/29587/stat : 29587 (java) D 29582 29587 29451 0 -1 0 544 0 12 0 0 0 0 0 18 0 1 0 155378446 10031104 341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153424128 0 0 4096 0 18446744071563481621 0 0 17 0 0 0
/proc/29587/statm: 2449 341 263 14 0 1138 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9796

[startup+0.515059 s]
/proc/loadavg: 0.78 0.95 0.98 6/78 29588
/proc/meminfo: memFree=1818944/2055888 swapFree=4096420/4096564
[pid=29587] ppid=29582 vsize=915124 CPUtime=0.18
/proc/29587/stat : 29587 (java) R 29582 29587 29451 0 -1 0 3594 0 89 0 14 4 0 0 18 0 8 0 155378446 937086976 3430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152815842 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29587/statm: 228781 3431 1710 14 0 215275 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 915124

[startup+1.34122 s]
/proc/loadavg: 0.78 0.95 0.98 4/92 29602
/proc/meminfo: memFree=1734800/2055888 swapFree=4096420/4096564
[pid=29587] ppid=29582 vsize=915636 CPUtime=0.94
/proc/29587/stat : 29587 (java) R 29582 29587 29451 0 -1 0 11147 0 103 0 81 13 0 0 22 0 8 0 155378446 937611264 10989 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29587/statm: 228908 10990 2170 14 0 215377 0
[pid=29587/tid=29590] ppid=29582 vsize=915636 CPUtime=0
/proc/29587/task/29590/stat : 29590 (java) S 29582 29587 29451 0 -1 64 8 0 0 0 0 0 0 0 17 0 8 0 155378472 937611264 10990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29587/tid=29591] ppid=29582 vsize=915632 CPUtime=0
/proc/29587/task/29591/stat : 29591 (java) S 29582 29587 29451 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 155378473 937607168 10990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29587/tid=29593] ppid=29582 vsize=915632 CPUtime=0
/proc/29587/task/29593/stat : 29593 (java) S 29582 29587 29451 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 155378473 937607168 10990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29587/tid=29595] ppid=29582 vsize=915632 CPUtime=0
/proc/29587/task/29595/stat : 29595 (java) S 29582 29587 29451 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155378478 937607168 10991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29587/tid=29597] ppid=29582 vsize=915632 CPUtime=0.16
/proc/29587/task/29597/stat : 29597 (java) S 29582 29587 29451 0 -1 64 428 0 0 0 16 0 0 0 15 0 8 0 155378478 937607168 10991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29587/tid=29599] ppid=29582 vsize=915632 CPUtime=0
/proc/29587/task/29599/stat : 29599 (java) S 29582 29587 29451 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 155378478 937607168 10991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29587/tid=29601] ppid=29582 vsize=915636 CPUtime=0
/proc/29587/task/29601/stat : 29601 (java) S 29582 29587 29451 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155378478 937611264 10991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 915636

[startup+2.98654 s]
/proc/loadavg: 0.78 0.95 0.98 3/92 29602
/proc/meminfo: memFree=1705488/2055888 swapFree=4096420/4096564
[pid=29587] ppid=29582 vsize=915732 CPUtime=2.58
/proc/29587/stat : 29587 (java) R 29582 29587 29451 0 -1 0 13968 0 104 0 230 28 0 0 25 0 8 0 155378446 937709568 13809 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074021489 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29587/statm: 228933 13809 2532 14 0 215402 0
[pid=29587/tid=29590] ppid=29582 vsize=915732 CPUtime=0.06
/proc/29587/task/29590/stat : 29590 (java) S 29582 29587 29451 0 -1 64 925 0 0 0 6 0 0 0 17 0 8 0 155378472 937709568 13809 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29587/tid=29591] ppid=29582 vsize=915732 CPUtime=0
/proc/29587/task/29591/stat : 29591 (java) S 29582 29587 29451 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155378473 937709568 13809 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29587/tid=29593] ppid=29582 vsize=915732 CPUtime=0
/proc/29587/task/29593/stat : 29593 (java) S 29582 29587 29451 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155378473 937709568 13809 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29587/tid=29595] ppid=29582 vsize=915732 CPUtime=0
/proc/29587/task/29595/stat : 29595 (java) S 29582 29587 29451 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155378478 937709568 13809 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29587/tid=29597] ppid=29582 vsize=915732 CPUtime=0.31
/proc/29587/task/29597/stat : 29597 (java) S 29582 29587 29451 0 -1 64 503 0 0 0 29 2 0 0 15 0 8 0 155378478 937709568 13809 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29587/tid=29599] ppid=29582 vsize=915732 CPUtime=0
/proc/29587/task/29599/stat : 29599 (java) S 29582 29587 29451 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 155378478 937709568 13809 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29587/tid=29601] ppid=29582 vsize=915732 CPUtime=0
/proc/29587/task/29601/stat : 29601 (java) S 29582 29587 29451 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155378478 937709568 13809 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 915732

Child status: 0
Real time (s): 3.51789
CPU time (s): 3.07553
CPU user time (s): 2.78358
CPU system time (s): 0.291955
CPU usage (%): 87.4255
Max. virtual memory (cumulated for all children) (KiB): 915772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.78358
system time used= 0.291955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13977
page faults= 104
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1743
involuntary context switches= 1711

runsolver used 0.006998 s user time and 0.015997 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sat Jan  6 07:50:12 UTC 2007


IDJOB= 195361
IDBENCH= 3264
FILE ID= node76/195361-1168069810

PBS_JOBID= 3475934

Free space on /tmp= 66639 MiB

BENCH NAME= HOME/pub/bench/CPAI06/rlfap/rlfapGraphsMod/graph14-f28.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195361-1168069810/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-195361-1168069810 -o ROOT/results/node76/solver-195361-1168069810 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/195361-1168069810/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  20f9358485fb6b663286405b27294657

RANDOM SEED= 315207394

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1819840 kB
Buffers:         18896 kB
Cached:         140020 kB
SwapCached:          0 kB
Active:          47080 kB
Inactive:       132340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1819840 kB
SwapTotal:     4096564 kB
SwapFree:      4096420 kB
Dirty:            4640 kB
Writeback:           0 kB
Mapped:          30952 kB
Slab:            42568 kB
Committed_AS:  5720952 kB
PageTables:       1648 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66639 MiB



End job on node76 on Sat Jan  6 07:50:17 UTC 2007