Trace number 226061

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 3.99239 4.04449

DiagnosticValue
CHECKS56532527
NODES4625

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-9_ext.xml
MD5SUM80112ebf5d8a4e2280b5572e1a08de27
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 benchmark3.99239
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.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/226061-1168274356/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=180  maxDomainSize=180
0.39	       =>  wckTime=0.097  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.72	   
0.72	   constraints being loaded...
0.84	     nbConstraints=84  nbRelationTypes=84  nbExtensionStructures=84  nbSharedExtensionStructures=0
0.84	     nbConflictsStructures=84  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=9  maxArity=2
0.84	       =>  wckTime=0.552  cpuTime=0.5  mem=36M338
0.89	   
0.89	   solver IterativeSystematicSolver being built... 
1.04	       =>  wckTime=0.752  cpuTime=0.62  mem=16M382
1.12	   
1.12	   preprocessing
1.12	     nbConstraintChecks=651739  nbPropagations=1135  nbRevisions=4460  nbUselessRevisions=2568  nbSingletonTests=54
1.12	     nbEffectiveSingletonTests=0  nbESACBranches=13  nbRemovedValues=0  detectedInconsistency=no
1.12	       =>  wckTime=0.072  cpuTime=0.05  mem=16M382
1.16	   
1.16	   search
1.16	     run=0  nbConstraintChecks=255080  nbPropagations=1781  nbRevisions=6856  nbUselessRevisions=3756  nbAssignments=24
1.16	     nbFailedAssignments=12  nbBacktracks=11  nbVisitedNodes=44  nbRestartNogoods=0  mapSize=7  nbInferences=0
1.16	     nbTooLargeKeys=0
1.16	       =>  wckTime=0.114  cpuTime=0.09  mem=16M382
1.22	   
1.22	   search
1.22	     run=1  nbConstraintChecks=1158360  nbPropagations=5513  nbRevisions=21359  nbUselessRevisions=11299
1.22	     nbAssignments=97  nbFailedAssignments=64  nbBacktracks=26  nbVisitedNodes=175  nbRestartNogoods=10  mapSize=20
1.22	     nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.169  cpuTime=0.14  mem=16M382
1.26	   
1.26	   search
1.26	     run=2  nbConstraintChecks=1742130  nbPropagations=11209  nbRevisions=43148  nbUselessRevisions=22238
1.26	     nbAssignments=155  nbFailedAssignments=97  nbBacktracks=48  nbVisitedNodes=279  nbRestartNogoods=15  mapSize=38
1.26	     nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.21  cpuTime=0.17  mem=16M382
1.32	   
1.32	   search
1.32	     run=3  nbConstraintChecks=2996473  nbPropagations=20038  nbRevisions=76778  nbUselessRevisions=38860
1.32	     nbAssignments=261  nbFailedAssignments=162  nbBacktracks=81  nbVisitedNodes=473  nbRestartNogoods=23  mapSize=68
1.32	     nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.276  cpuTime=0.24  mem=16M382
1.54	   
1.54	   search
1.54	     run=4  nbConstraintChecks=7396790  nbPropagations=37019  nbRevisions=145048  nbUselessRevisions=72374
1.54	     nbAssignments=587  nbFailedAssignments=437  nbBacktracks=132  nbVisitedNodes=1121  nbRestartNogoods=25  mapSize=119
1.54	     nbInferences=0  nbTooLargeKeys=0
1.54	       =>  wckTime=0.489  cpuTime=0.44  mem=16M382
1.66	   
1.66	   search
1.66	     run=5  nbConstraintChecks=9672434  nbPropagations=60142  nbRevisions=236543  nbUselessRevisions=116761
1.66	     nbAssignments=786  nbFailedAssignments=560  nbBacktracks=208  nbVisitedNodes=1499  nbRestartNogoods=25  mapSize=183
1.66	     nbInferences=0  nbTooLargeKeys=0
1.66	       =>  wckTime=0.609  cpuTime=0.57  mem=16M382
1.80	   
1.80	   search
1.80	     run=6  nbConstraintChecks=12277535  nbPropagations=91043  nbRevisions=357032  nbUselessRevisions=174658
1.80	     nbAssignments=1021  nbFailedAssignments=681  nbBacktracks=321  nbVisitedNodes=1931  nbRestartNogoods=25
1.80	     mapSize=275  nbInferences=0  nbTooLargeKeys=0
1.80	       =>  wckTime=0.751  cpuTime=0.71  mem=17M353
2.02	   
2.02	   search
2.02	     run=7  nbConstraintChecks=16618509  nbPropagations=134100  nbRevisions=523841  nbUselessRevisions=254185
2.02	     nbAssignments=1413  nbFailedAssignments=896  nbBacktracks=492  nbVisitedNodes=2640  nbRestartNogoods=37
2.02	     mapSize=410  nbInferences=0  nbTooLargeKeys=0
2.02	       =>  wckTime=0.973  cpuTime=0.93  mem=17M353
2.59	   
2.59	   search
2.59	     run=8  nbConstraintChecks=28107883  nbPropagations=204216  nbRevisions=797826  nbUselessRevisions=384613
2.59	     nbAssignments=2320  nbFailedAssignments=1546  nbBacktracks=748  nbVisitedNodes=4396  nbRestartNogoods=43
2.59	     mapSize=635  nbInferences=0  nbTooLargeKeys=0
2.59	       =>  wckTime=1.547  cpuTime=1.49  mem=17M353
3.20	   
3.20	   search
3.20	     run=9  nbConstraintChecks=40012670  nbPropagations=307479  nbRevisions=1198365  nbUselessRevisions=574410
3.20	     nbAssignments=3329  nbFailedAssignments=2167  nbBacktracks=1132  nbVisitedNodes=6308  nbRestartNogoods=55
3.20	     mapSize=963  nbInferences=0  nbTooLargeKeys=0
3.20	       =>  wckTime=2.152  cpuTime=2.09  mem=17M353
3.32	   
3.32	   INFO : Stopping hyperNogood (mapSize=1017, nbTooLargekeys=0, mem=17M353)
3.99	   
3.99	   search
3.99	     run=10  nbConstraintChecks=55880788  nbPropagations=453300  nbRevisions=1762785  nbUselessRevisions=841102
3.99	     nbAssignments=4625  nbFailedAssignments=3000  nbBacktracks=1591  nbVisitedNodes=8777  nbRestartNogoods=61
3.99	       =>  wckTime=2.944  cpuTime=2.88  mem=17M353
3.99	   
3.99	   global
3.99	     nbConstraintChecks=56532527  nbPropagations=454435  nbRevisions=1767245  nbUselessRevisions=843670
3.99	     nbRestartNogoods=61  solvingWckTime=2.945  solvingCpuTime=2.88  expiredTime=no  totalExploration=yes
3.99	     nbFoundSolutions=0  globalCpuTime=3.54
3.99	       =>  wckTime=3.702  cpuTime=3.5  mem=17M353
3.99	   
3.99	s UNSATISFIABLE
3.99	d NODES 4625
3.99	d CHECKS 56532527
4.00	   
4.00	   totalWckTime=3.777  totalCpuTime=3.54

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/node42/watcher-226061-1168274356 -o ROOT/results/node42/solver-226061-1168274356 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/226061-1168274356/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.14 1.03 1.01 4/73 26934
/proc/meminfo: memFree=1823760/2055920 swapFree=4191892/4192956
[pid=26933] ppid=26931 vsize=172 CPUtime=0
/proc/26933/stat : 26933 (java) R 26931 26933 26315 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 175834848 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 12407083 0 0 4096 0 0 0 0 17 0 0 0
/proc/26933/statm: 43 24 18 14 0 3 0

[startup+0.106576 s]
/proc/loadavg: 1.14 1.03 1.01 4/73 26934
/proc/meminfo: memFree=1823760/2055920 swapFree=4191892/4192956
[pid=26933] ppid=26931 vsize=914988 CPUtime=0.09
/proc/26933/stat : 26933 (java) R 26931 26933 26315 0 -1 0 3072 0 1 0 8 1 0 0 24 0 8 0 175834848 936947712 2818 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152096428 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26933/statm: 228747 2818 1454 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514619 s]
/proc/loadavg: 1.14 1.03 1.01 4/73 26934
/proc/meminfo: memFree=1823760/2055920 swapFree=4191892/4192956
[pid=26933] ppid=26931 vsize=915328 CPUtime=0.49
/proc/26933/stat : 26933 (java) R 26931 26933 26315 0 -1 0 8174 0 1 0 45 4 0 0 25 0 8 0 175834848 937295872 7913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073586030 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26933/statm: 228832 7914 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33571 s]
/proc/loadavg: 1.21 1.05 1.01 3/80 26941
/proc/meminfo: memFree=1768984/2055920 swapFree=4191892/4192956
[pid=26933] ppid=26931 vsize=915464 CPUtime=1.31
/proc/26933/stat : 26933 (java) R 26931 26933 26315 0 -1 0 14354 0 1 0 124 7 0 0 25 0 8 0 175834848 937435136 14092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073732537 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26933/statm: 228866 14092 2524 14 0 215336 0
[pid=26933/tid=26935] ppid=26931 vsize=915464 CPUtime=0.03
/proc/26933/task/26935/stat : 26935 (java) S 26931 26933 26315 0 -1 64 611 0 0 0 3 0 0 0 17 0 8 0 175834851 937435136 14092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26933/tid=26936] ppid=26931 vsize=915464 CPUtime=0
/proc/26933/task/26936/stat : 26936 (java) S 26931 26933 26315 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175834852 937435136 14092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26933/tid=26937] ppid=26931 vsize=915464 CPUtime=0
/proc/26933/task/26937/stat : 26937 (java) S 26931 26933 26315 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175834852 937435136 14092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26933/tid=26938] ppid=26931 vsize=915464 CPUtime=0
/proc/26933/task/26938/stat : 26938 (java) S 26931 26933 26315 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175834855 937435136 14092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26933/tid=26939] ppid=26931 vsize=915464 CPUtime=0.16
/proc/26933/task/26939/stat : 26939 (java) S 26931 26933 26315 0 -1 64 358 0 0 0 15 1 0 0 15 0 8 0 175834855 937435136 14092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26933/tid=26940] ppid=26931 vsize=915464 CPUtime=0
/proc/26933/task/26940/stat : 26940 (java) S 26931 26933 26315 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 175834855 937435136 14092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26933/tid=26941] ppid=26931 vsize=915464 CPUtime=0
/proc/26933/task/26941/stat : 26941 (java) S 26931 26933 26315 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175834855 937435136 14092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.97289 s]
/proc/loadavg: 1.21 1.05 1.01 3/80 26941
/proc/meminfo: memFree=1761560/2055920 swapFree=4191892/4192956
[pid=26933] ppid=26931 vsize=915464 CPUtime=2.94
/proc/26933/stat : 26933 (java) R 26931 26933 26315 0 -1 0 14371 0 1 0 287 7 0 0 25 0 8 0 175834848 937435136 14107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746279 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26933/statm: 228866 14107 2524 14 0 215336 0
[pid=26933/tid=26935] ppid=26931 vsize=915464 CPUtime=0.03
/proc/26933/task/26935/stat : 26935 (java) S 26931 26933 26315 0 -1 64 611 0 0 0 3 0 0 0 17 0 8 0 175834851 937435136 14107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26933/tid=26936] ppid=26931 vsize=915464 CPUtime=0
/proc/26933/task/26936/stat : 26936 (java) S 26931 26933 26315 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175834852 937435136 14107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26933/tid=26937] ppid=26931 vsize=915464 CPUtime=0
/proc/26933/task/26937/stat : 26937 (java) S 26931 26933 26315 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175834852 937435136 14107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26933/tid=26938] ppid=26931 vsize=915464 CPUtime=0
/proc/26933/task/26938/stat : 26938 (java) S 26931 26933 26315 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 175834855 937435136 14107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26933/tid=26939] ppid=26931 vsize=915464 CPUtime=0.19
/proc/26933/task/26939/stat : 26939 (java) S 26931 26933 26315 0 -1 64 372 0 0 0 18 1 0 0 15 0 8 0 175834855 937435136 14107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26933/tid=26940] ppid=26931 vsize=915464 CPUtime=0
/proc/26933/task/26940/stat : 26940 (java) S 26931 26933 26315 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 175834855 937435136 14107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26933/tid=26941] ppid=26931 vsize=915464 CPUtime=0
/proc/26933/task/26941/stat : 26941 (java) S 26931 26933 26315 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175834855 937435136 14107 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 4.04449
CPU time (s): 3.99239
CPU user time (s): 3.90441
CPU system time (s): 0.087986
CPU usage (%): 98.7119
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.90441
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14383
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= 1167
involuntary context switches= 1301

runsolver used 0.006998 s user time and 0.018997 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Mon Jan  8 16:39:16 UTC 2007


IDJOB= 226061
IDBENCH= 5930
FILE ID= node42/226061-1168274356

PBS_JOBID= 3483274

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  80112ebf5d8a4e2280b5572e1a08de27

RANDOM SEED= 676510408

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.229
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.229
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:       1824304 kB
Buffers:         33440 kB
Cached:         117708 kB
SwapCached:        356 kB
Active:         105892 kB
Inactive:        71320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824304 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            5948 kB
Writeback:           0 kB
Mapped:          35552 kB
Slab:            39884 kB
Committed_AS:  3803472 kB
PageTables:       1796 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= 66559 MiB



End job on node42 on Mon Jan  8 16:39:20 UTC 2007