Trace number 207895

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 ACSAT 3.2735 3.33838

DiagnosticValue
CHECKS3422235
NODES2712

General information on the benchmark

NametravellingSalesman/travellingSalesman-25/
tsp-25-66_ext.xml
MD5SUMfcadb94f08912b090e26967068500721
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03269
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/207895-1168074412/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=76  nbDomainTypes=5  minDomainSize=1  maxDomainSize=1001
0.41	       =>  wckTime=0.112  cpuTime=0.1  mem=7M931
0.41	   
0.41	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.62	     nbConstraints=350  nbRelationTypes=28  nbSingletonDomainVariables=2  nbExtensionStructures=29
0.62	     nbSharedExtensionStructures=321  nbConflictsStructures=29  nbSharedConflictsStructures=321
0.62	     nbSharedBinaryRepresentations=25495  maxDegree=25  maxArity=3
0.62	       =>  wckTime=0.316  cpuTime=0.23  mem=13M812
0.66	   
0.66	   solver IterativeSystematicSolver being built... 
0.84	       =>  wckTime=0.533  cpuTime=0.36  mem=18M111
0.90	   
0.90	   preprocessing
0.90	     nbConstraintChecks=48824  nbValidityChecks=22698  nbPropagations=173  nbRevisions=224  nbUselessRevisions=35
0.90	     nbRemovedValues=26458  detectedInconsistency=no
0.90	       =>  wckTime=0.063  cpuTime=0.04  mem=18M111
0.98	   
0.98	   search
0.98	     run=0  nbConstraintChecks=60930  nbValidityChecks=59877  nbPropagations=1909  nbRevisions=4772
0.98	     nbUselessRevisions=2567  nbAssignments=18  nbFailedAssignments=5  nbBacktracks=11  nbVisitedNodes=31
0.98	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.135  cpuTime=0.1  mem=18M111
1.05	   
1.05	   search
1.05	     run=1  nbConstraintChecks=154673  nbValidityChecks=148728  nbPropagations=7177  nbRevisions=18569
1.05	     nbUselessRevisions=10049  nbAssignments=59  nbFailedAssignments=24  nbBacktracks=27  nbVisitedNodes=102
1.05	     nbRestartNogoods=3  mapSize=22  nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.212  cpuTime=0.16  mem=18M111
1.12	   
1.12	   search
1.12	     run=2  nbConstraintChecks=242202  nbValidityChecks=235307  nbPropagations=16038  nbRevisions=42363
1.12	     nbUselessRevisions=22958  nbAssignments=116  nbFailedAssignments=52  nbBacktracks=51  nbVisitedNodes=200
1.12	     nbRestartNogoods=13  mapSize=43  nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.276  cpuTime=0.22  mem=18M111
1.16	   
1.16	   search
1.16	     run=3  nbConstraintChecks=293792  nbValidityChecks=280640  nbPropagations=27487  nbRevisions=74197
1.16	     nbUselessRevisions=40820  nbAssignments=175  nbFailedAssignments=66  nbBacktracks=92  nbVisitedNodes=287
1.16	     nbRestartNogoods=18  mapSize=64  nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.317  cpuTime=0.26  mem=18M111
1.26	   
1.26	   search
1.26	     run=4  nbConstraintChecks=453624  nbValidityChecks=408759  nbPropagations=43942  nbRevisions=121364
1.26	     nbUselessRevisions=67712  nbAssignments=261  nbFailedAssignments=97  nbBacktracks=144  nbVisitedNodes=435
1.26	     nbRestartNogoods=21  mapSize=103  nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.413  cpuTime=0.35  mem=19M86
1.38	   
1.38	   search
1.38	     run=5  nbConstraintChecks=634831  nbValidityChecks=581347  nbPropagations=68255  nbRevisions=192355
1.38	     nbUselessRevisions=108551  nbAssignments=395  nbFailedAssignments=141  nbBacktracks=225  nbVisitedNodes=663
1.38	     nbRestartNogoods=27  mapSize=169  nbInferences=0  nbTooLargeKeys=0
1.38	       =>  wckTime=0.538  cpuTime=0.48  mem=19M86
1.64	   
1.64	   search
1.64	     run=6  nbConstraintChecks=1040083  nbValidityChecks=954249  nbPropagations=108444  nbRevisions=311239
1.64	     nbUselessRevisions=176869  nbAssignments=609  nbFailedAssignments=229  nbBacktracks=341  nbVisitedNodes=1035
1.64	     nbRestartNogoods=34  mapSize=258  nbInferences=0  nbTooLargeKeys=0
1.64	       =>  wckTime=0.796  cpuTime=0.73  mem=19M86
1.83	   
1.83	   search
1.83	     run=7  nbConstraintChecks=1293283  nbValidityChecks=1211417  nbPropagations=159922  nbRevisions=459520
1.83	     nbUselessRevisions=260714  nbAssignments=871  nbFailedAssignments=298  nbBacktracks=513  nbVisitedNodes=1433
1.83	     nbRestartNogoods=44  mapSize=343  nbInferences=0  nbTooLargeKeys=0
1.83	       =>  wckTime=0.986  cpuTime=0.92  mem=20M61
2.22	   
2.22	   search
2.22	     run=8  nbConstraintChecks=1889897  nbValidityChecks=1737636  nbPropagations=237117  nbRevisions=686265
2.22	     nbUselessRevisions=390844  nbAssignments=1295  nbFailedAssignments=455  nbBacktracks=771  nbVisitedNodes=2133
2.22	     nbRestartNogoods=53  mapSize=516  nbInferences=0  nbTooLargeKeys=0
2.22	       =>  wckTime=1.38  cpuTime=1.3  mem=21M36
2.80	   
2.80	   search
2.80	     run=9  nbConstraintChecks=2733856  nbValidityChecks=2523599  nbPropagations=351851  nbRevisions=1024270
2.80	     nbUselessRevisions=586180  nbAssignments=1918  nbFailedAssignments=681  nbBacktracks=1157  nbVisitedNodes=3146
2.80	     nbRestartNogoods=65  mapSize=770  nbInferences=0  nbTooLargeKeys=0
2.80	       =>  wckTime=1.957  cpuTime=1.85  mem=22M987
3.20	   
3.20	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=23M962)
3.28	   
3.28	   search
3.28	     run=10  nbConstraintChecks=3373411  nbValidityChecks=3174742  nbPropagations=497213  nbRevisions=1443953
3.28	     nbUselessRevisions=825484  nbAssignments=2712  nbFailedAssignments=864  nbBacktracks=1692  nbVisitedNodes=4343
3.28	     nbRestartNogoods=75
3.28	       =>  wckTime=2.439  cpuTime=2.33  mem=23M962
3.28	   
3.28	   global
3.28	     nbConstraintChecks=3422235  nbValidityChecks=3197440  nbPropagations=497386  nbRevisions=1444177
3.28	     nbUselessRevisions=825519  nbRestartNogoods=75  solvingWckTime=2.44  solvingCpuTime=2.33  expiredTime=no
3.28	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=2.75
3.28	       =>  wckTime=2.979  cpuTime=2.7  mem=23M962
3.28	   
3.28	s SATISFIABLE
3.28	v 5 9 8 3 7 1 20 12 4 8 2 14 19 3 6 1 17 1 21 1 25 3 14 22 18 1 16 5 10 2 12 1 3 3 13 0 9 4 15 0 22 4 1 4 24 8 23 4 11 6 12 13 25 33 47 50 51 52 53 56 78 79 84 86 87 90 90 94 94 98 102 110 114 120 120 0 
3.28	d NODES 2712
3.28	d CHECKS 3422235
3.28	   
3.28	   totalWckTime=3.062  totalCpuTime=2.75

Verifier Data (download as text)

OK

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-207895-1168074412 -o ROOT/results/node42/solver-207895-1168074412 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/207895-1168074412/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.29 1.25 1.34 6/69 23775
/proc/meminfo: memFree=1349616/2055920 swapFree=4191892/4192956
[pid=23773] ppid=23770 vsize=1788 CPUtime=0
/proc/23773/stat : 23773 (java) R 23770 23773 23583 0 -1 0 190 0 0 0 0 0 0 0 18 0 1 0 155840605 1830912 159 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23773/statm: 446 158 123 14 0 91 0

[startup+0.104221 s]
/proc/loadavg: 1.29 1.25 1.34 6/69 23775
/proc/meminfo: memFree=1349616/2055920 swapFree=4191892/4192956
[pid=23773] ppid=23770 vsize=916012 CPUtime=0.09
/proc/23773/stat : 23773 (java) R 23770 23773 23583 0 -1 0 3059 0 1 0 8 1 0 0 24 0 8 0 155840605 937996288 2805 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155583510 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23773/statm: 229003 2805 1449 14 0 215498 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 916012

[startup+0.512264 s]
/proc/loadavg: 1.29 1.25 1.34 6/69 23775
/proc/meminfo: memFree=1349616/2055920 swapFree=4191892/4192956
[pid=23773] ppid=23770 vsize=916352 CPUtime=0.49
/proc/23773/stat : 23773 (java) R 23770 23773 23583 0 -1 0 6735 0 1 0 45 4 0 0 18 0 8 0 155840605 938344448 6474 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23773/statm: 229088 6474 2138 14 0 215558 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 916352

[startup+1.33736 s]
/proc/loadavg: 1.29 1.25 1.34 3/87 23819
/proc/meminfo: memFree=1292576/2055920 swapFree=4191892/4192956
[pid=23773] ppid=23770 vsize=916484 CPUtime=1.31
/proc/23773/stat : 23773 (java) R 23770 23773 23583 0 -1 0 9598 0 1 0 125 6 0 0 24 0 8 0 155840605 938479616 9335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073861537 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23773/statm: 229121 9335 2517 14 0 215591 0
[pid=23773/tid=23782] ppid=23770 vsize=916484 CPUtime=0.03
/proc/23773/task/23782/stat : 23782 (java) S 23770 23773 23583 0 -1 64 598 0 0 0 3 0 0 0 16 0 8 0 155840609 938479616 9335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23773/tid=23786] ppid=23770 vsize=916484 CPUtime=0
/proc/23773/task/23786/stat : 23786 (java) S 23770 23773 23583 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155840609 938479616 9335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23773/tid=23787] ppid=23770 vsize=916484 CPUtime=0
/proc/23773/task/23787/stat : 23787 (java) S 23770 23773 23583 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155840609 938479616 9335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23773/tid=23802] ppid=23770 vsize=916484 CPUtime=0
/proc/23773/task/23802/stat : 23802 (java) S 23770 23773 23583 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155840612 938479616 9335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23773/tid=23803] ppid=23770 vsize=916484 CPUtime=0.22
/proc/23773/task/23803/stat : 23803 (java) S 23770 23773 23583 0 -1 64 388 0 0 0 22 0 0 0 15 0 8 0 155840612 938479616 9335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23773/tid=23804] ppid=23770 vsize=916484 CPUtime=0
/proc/23773/task/23804/stat : 23804 (java) S 23770 23773 23583 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155840612 938479616 9335 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23773/tid=23805] ppid=23770 vsize=916484 CPUtime=0
/proc/23773/task/23805/stat : 23805 (java) S 23770 23773 23583 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155840612 938479616 9335 18446744073709551615 134512640 134570532 4294956480 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) 916484

[startup+2.98954 s]
/proc/loadavg: 1.29 1.25 1.34 3/87 23819
/proc/meminfo: memFree=1287264/2055920 swapFree=4191892/4192956
[pid=23773] ppid=23770 vsize=916484 CPUtime=2.96
/proc/23773/stat : 23773 (java) R 23770 23773 23583 0 -1 0 10717 0 1 0 289 7 0 0 25 0 8 0 155840605 938479616 10453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073913687 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23773/statm: 229121 10453 2517 14 0 215591 0
[pid=23773/tid=23782] ppid=23770 vsize=916484 CPUtime=0.03
/proc/23773/task/23782/stat : 23782 (java) S 23770 23773 23583 0 -1 64 598 0 0 0 3 0 0 0 17 0 8 0 155840609 938479616 10453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23773/tid=23786] ppid=23770 vsize=916484 CPUtime=0
/proc/23773/task/23786/stat : 23786 (java) S 23770 23773 23583 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155840609 938479616 10453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23773/tid=23787] ppid=23770 vsize=916484 CPUtime=0
/proc/23773/task/23787/stat : 23787 (java) S 23770 23773 23583 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155840609 938479616 10453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23773/tid=23802] ppid=23770 vsize=916484 CPUtime=0
/proc/23773/task/23802/stat : 23802 (java) S 23770 23773 23583 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155840612 938479616 10453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23773/tid=23803] ppid=23770 vsize=916484 CPUtime=0.26
/proc/23773/task/23803/stat : 23803 (java) S 23770 23773 23583 0 -1 64 404 0 0 0 25 1 0 0 15 0 8 0 155840612 938479616 10453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23773/tid=23804] ppid=23770 vsize=916484 CPUtime=0
/proc/23773/task/23804/stat : 23804 (java) S 23770 23773 23583 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155840612 938479616 10453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23773/tid=23805] ppid=23770 vsize=916484 CPUtime=0
/proc/23773/task/23805/stat : 23805 (java) S 23770 23773 23583 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155840612 938479616 10453 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 916484

Child status: 0
Real time (s): 3.33838
CPU time (s): 3.2735
CPU user time (s): 3.19151
CPU system time (s): 0.081987
CPU usage (%): 98.0567
Max. virtual memory (cumulated for all children) (KiB): 916484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.19151
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11008
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= 1310
involuntary context switches= 1570

runsolver used 0.004999 s user time and 0.015997 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sat Jan  6 09:06:52 UTC 2007


IDJOB= 207895
IDBENCH= 4342
FILE ID= node42/207895-1168074412

PBS_JOBID= 3476019

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/travellingSalesman/travellingSalesman-25/tsp-25-66_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/207895-1168074412/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-207895-1168074412 -o ROOT/results/node42/solver-207895-1168074412 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/207895-1168074412/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  fcadb94f08912b090e26967068500721

RANDOM SEED= 326567872

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:       1350552 kB
Buffers:         49824 kB
Cached:         561228 kB
SwapCached:        268 kB
Active:         108396 kB
Inactive:       522228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1350552 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            2068 kB
Writeback:           0 kB
Mapped:          28524 kB
Slab:            60524 kB
Committed_AS:  2665944 kB
PageTables:       1616 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= 66541 MiB



End job on node42 on Sat Jan  6 09:06:57 UTC 2007