Trace number 2097602

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 112v4 ESACSAT 1.3408 1.37995

DiagnosticValue
CHECKS137728
NODES252

General information on the benchmark

Namecsp/langford2/
normalized-langford-2-20.xml
MD5SUMac93d30a66ab288a3e01eb7f585af8dc
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.034994
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints800
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension0
Number of constraints which are defined in intension800
Global constraints used (with number of constraints)

Solver Data

0.07/0.10	
0.07/0.10	Abscon 112 (May, 2008)
0.17/0.27	
0.17/0.27	   configuration
0.17/0.27	     name=esac.xml
0.27/0.30	   
0.27/0.30	   instance
0.27/0.30	     name=HOME/instance-2097602-1247413586.xml
0.27/0.34	   
0.27/0.34	   domains being loaded...
0.27/0.35	   
0.27/0.35	   variables being loaded...
0.27/0.38	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40  nbTotalValues=1600
0.27/0.38	       =>  wckTime=0.115  cpuTime=0.11  mem=7M892
0.27/0.38	   
0.27/0.38	   predicates being loaded...
0.38/0.45	   
0.38/0.45	   constraints being loaded...
0.87/0.96	     nbConstraints=781  nbGlobalConstraints=1  nbMergedConstraints=20  nbConvertedConstraints=780
0.87/0.96	     nbConvertConstraintsChecks=33600  nbExtensionStructures=21  nbSharedExtensionStructures=759
0.87/0.96	     nbConflictsStructures=21  nbSharedConflictsStructures=759  nbSharedBinaryRepresentations=1599  minDegree=40
0.87/0.96	     maxDegree=40  minArity=2  avgArity=2.05  maxArity=40  nbGenerators=0  nbFusions=0  symmetryWckTime=0.097
0.87/0.96	     symmetryCpuTime=0.05  nbCliques=1
0.87/0.96	       =>  wckTime=0.687  cpuTime=0.48  mem=18M663
0.96/1.02	   
0.96/1.02	   solver IterativeSystematicSolver being built... 
0.96/1.09	   
0.96/1.09	   INFO : Forward propagation technique limited 
1.06/1.16	       =>  wckTime=0.893  cpuTime=0.59  mem=20M152
1.15/1.24	   
1.15/1.24	   preprocessing
1.15/1.24	     nbConstraintChecks=46904  nbPropagations=1082  nbRevisions=2867  nbUselessRevisions=1907  nbSingletonTests=62
1.15/1.24	     nbEffectiveSingletonTests=0  nbACRemovals=460  nbFoundSingletons=0  nbRemovedValues=460  detectedInconsistency=no
1.15/1.24	       =>  wckTime=0.072  cpuTime=0.05  mem=21M242
1.25/1.36	   
1.25/1.36	   search
1.25/1.36	     run=2  nbConstraintChecks=90824  minDepth=20  maxDepth=40  nbPropagations=9156  nbRevisions=29038
1.25/1.36	     nbUselessRevisions=20563  nbAssignments=252  nbFailedAssignments=30  nbBacktracks=122  nbVisitedNodes=317
1.25/1.36	     nbRestartNogoods=7  nbFoundSolutions=1  mapSize=50  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
1.25/1.36	     nbREliminables=0  nbIEliminables=28.03  nbDEliminables=0  nbPEliminables=0
1.25/1.36	       =>  wckTime=0.191  cpuTime=0.15  mem=22M332
1.25/1.36	   
1.25/1.36	   global
1.25/1.36	     nbConstraintChecks=137728  nbPropagations=10238  nbRevisions=31905  nbUselessRevisions=22470  nbRestartNogoods=7
1.25/1.36	     solvingWckTime=0.195  solvingCpuTime=0.15  expiredTime=no  totalExploration=no  nbFoundSolutions=1
1.25/1.36	     firstSolutionCpuTime=0.74  globalCpuTime=0.78
1.25/1.36	       =>  wckTime=1.089  cpuTime=0.74  mem=22M332
1.25/1.36	   
1.25/1.36	s SATISFIABLE
1.25/1.36	v 31 9 10 34 29 30 28 17 6 27 3 7 11 4 8 1 5 13 2 0 33 12 14 39 35 37 36 26 16 38 15 20 25 19 24 18 23 32 22 21 
1.25/1.36	d NODES 252
1.25/1.36	d CHECKS 137728
1.25/1.36	   
1.25/1.36	   totalWckTime=1.16  totalCpuTime=0.78

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097602-1247413586/watcher-2097602-1247413586 -o /tmp/evaluation-result-2097602-1247413586/solver-2097602-1247413586 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097602-1247413586.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 2.03 2.00 2.00 4/80 665
/proc/meminfo: memFree=1674976/2055920 swapFree=4192812/4192956
[pid=665] ppid=663 vsize=10676 CPUtime=0
/proc/665/stat : 665 (java) S 663 665 31096 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28425041 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/665/statm: 2669 474 207 9 0 1184 0
[pid=665/tid=666] ppid=663 vsize=10676 CPUtime=0
/proc/665/task/666/stat : 666 (java) R 663 665 31096 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28425042 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 2310104 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.094641 s]
/proc/loadavg: 2.03 2.00 2.00 4/80 665
/proc/meminfo: memFree=1674976/2055920 swapFree=4192812/4192956
[pid=665] ppid=663 vsize=865956 CPUtime=0.07
/proc/665/stat : 665 (java) S 663 665 31096 0 -1 0 3458 0 1 0 6 1 0 0 18 0 9 0 28425041 886738944 2943 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/665/statm: 216489 2943 1520 9 0 210981 0
[pid=665/tid=666] ppid=663 vsize=865956 CPUtime=0.05
/proc/665/task/666/stat : 666 (java) R 663 665 31096 0 -1 64 2542 0 1 0 4 1 0 0 20 0 9 0 28425042 886738944 2943 996147200 134512640 134550932 4294955968 18446744073709551615 4159512519 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865956

[startup+0.10164 s]
/proc/loadavg: 2.03 2.00 2.00 4/80 665
/proc/meminfo: memFree=1674976/2055920 swapFree=4192812/4192956
[pid=665] ppid=663 vsize=865984 CPUtime=0.07
/proc/665/stat : 665 (java) S 663 665 31096 0 -1 0 3670 0 1 0 6 1 0 0 18 0 9 0 28425041 886767616 3153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/665/statm: 216496 3153 1684 9 0 210981 0
[pid=665/tid=666] ppid=663 vsize=865984 CPUtime=0.06
/proc/665/task/666/stat : 666 (java) R 663 665 31096 0 -1 64 2753 0 1 0 5 1 0 0 20 0 9 0 28425042 886767616 3153 996147200 134512640 134550932 4294955968 18446744073709551615 102509120 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865984

[startup+0.301664 s]
/proc/loadavg: 2.03 2.00 2.00 4/80 665
/proc/meminfo: memFree=1674976/2055920 swapFree=4192812/4192956
[pid=665] ppid=663 vsize=866300 CPUtime=0.27
/proc/665/stat : 665 (java) S 663 665 31096 0 -1 0 5713 0 1 0 24 3 0 0 18 0 9 0 28425041 887091200 5116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/665/statm: 216575 5116 1928 9 0 211053 0
[pid=665/tid=666] ppid=663 vsize=866300 CPUtime=0.21
/proc/665/task/666/stat : 666 (java) R 663 665 31096 0 -1 64 4731 0 1 0 19 2 0 0 18 0 9 0 28425042 887091200 5116 996147200 134512640 134550932 4294955968 18446744073709551615 4125977358 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866300

[startup+0.701706 s]
/proc/loadavg: 2.03 2.00 2.00 4/80 665
/proc/meminfo: memFree=1674976/2055920 swapFree=4192812/4192956
[pid=665] ppid=663 vsize=867772 CPUtime=0.67
/proc/665/stat : 665 (java) S 663 665 31096 0 -1 0 8372 0 1 0 62 5 0 0 18 0 9 0 28425041 888598528 7724 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/665/statm: 216943 7724 2039 9 0 211379 0
[pid=665/tid=666] ppid=663 vsize=867772 CPUtime=0.49
/proc/665/task/666/stat : 666 (java) R 663 665 31096 0 -1 64 6996 0 1 0 45 4 0 0 20 0 9 0 28425042 888598528 7724 996147200 134512640 134550932 4294955968 18446744073709551615 4125959277 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867772

Solver just ended. Dumping a history of the last processes samples

[startup+1.10775 s]
/proc/loadavg: 2.03 2.00 2.00 4/89 678
/proc/meminfo: memFree=1647640/2055920 swapFree=4192812/4192956
[pid=665] ppid=663 vsize=868420 CPUtime=1.06
/proc/665/stat : 665 (java) S 663 665 31096 0 -1 0 15080 315 1 0 95 11 0 0 18 0 9 0 28425041 889262080 9865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/665/statm: 217105 9865 2655 9 0 211541 0
[pid=665/tid=666] ppid=663 vsize=868420 CPUtime=0.73
/proc/665/task/666/stat : 666 (java) R 663 665 31096 0 -1 64 10510 315 1 0 65 8 0 0 22 0 9 0 28425042 889262080 9865 996147200 134512640 134550932 4294955968 18446744073709551615 102281225 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=665/tid=668] ppid=663 vsize=868420 CPUtime=0.04
/proc/665/task/668/stat : 668 (java) S 663 665 31096 0 -1 64 2831 315 0 0 4 0 0 0 17 0 9 0 28425044 889262080 9865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=665/tid=669] ppid=663 vsize=868420 CPUtime=0
/proc/665/task/669/stat : 669 (java) S 663 665 31096 0 -1 64 16 315 0 0 0 0 0 0 16 0 9 0 28425044 889262080 9865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=665/tid=670] ppid=663 vsize=868420 CPUtime=0
/proc/665/task/670/stat : 670 (java) S 663 665 31096 0 -1 64 10 315 0 0 0 0 0 0 16 0 9 0 28425044 889262080 9865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=665/tid=671] ppid=663 vsize=868420 CPUtime=0
/proc/665/task/671/stat : 671 (java) S 663 665 31096 0 -1 64 2 315 0 0 0 0 0 0 18 0 9 0 28425046 889262080 9865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=665/tid=672] ppid=663 vsize=868420 CPUtime=0.24
/proc/665/task/672/stat : 672 (java) S 663 665 31096 0 -1 64 895 315 0 0 24 0 0 0 15 0 9 0 28425046 889262080 9865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=665/tid=673] ppid=663 vsize=868420 CPUtime=0
/proc/665/task/673/stat : 673 (java) S 663 665 31096 0 -1 64 1 315 0 0 0 0 0 0 19 0 9 0 28425046 889262080 9865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=665/tid=674] ppid=663 vsize=868420 CPUtime=0
/proc/665/task/674/stat : 674 (java) S 663 665 31096 0 -1 64 13 315 0 0 0 0 0 0 15 0 9 0 28425046 889262080 9865 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 868420

[startup+1.30341 s]
/proc/loadavg: 2.03 2.00 2.00 4/89 678
/proc/meminfo: memFree=1647640/2055920 swapFree=4192812/4192956
[pid=665] ppid=663 vsize=868420 CPUtime=1.25
/proc/665/stat : 665 (java) S 663 665 31096 0 -1 0 17066 315 1 0 113 12 0 0 18 0 9 0 28425041 889262080 10912 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/665/statm: 217105 10912 2657 9 0 211541 0
[pid=665/tid=666] ppid=663 vsize=868420 CPUtime=0.88
/proc/665/task/666/stat : 666 (java) R 663 665 31096 0 -1 64 12468 315 1 0 79 9 0 0 24 0 9 0 28425042 889262080 10912 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=665/tid=668] ppid=663 vsize=868420 CPUtime=0.04
/proc/665/task/668/stat : 668 (java) S 663 665 31096 0 -1 64 2831 315 0 0 4 0 0 0 17 0 9 0 28425044 889262080 10912 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=665/tid=669] ppid=663 vsize=868420 CPUtime=0
/proc/665/task/669/stat : 669 (java) S 663 665 31096 0 -1 64 16 315 0 0 0 0 0 0 16 0 9 0 28425044 889262080 10912 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=665/tid=670] ppid=663 vsize=868420 CPUtime=0
/proc/665/task/670/stat : 670 (java) S 663 665 31096 0 -1 64 10 315 0 0 0 0 0 0 16 0 9 0 28425044 889262080 10912 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=665/tid=671] ppid=663 vsize=868420 CPUtime=0
/proc/665/task/671/stat : 671 (java) S 663 665 31096 0 -1 64 2 315 0 0 0 0 0 0 18 0 9 0 28425046 889262080 10912 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=665/tid=672] ppid=663 vsize=868420 CPUtime=0.28
/proc/665/task/672/stat : 672 (java) S 663 665 31096 0 -1 64 923 315 0 0 28 0 0 0 15 0 9 0 28425046 889262080 10912 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=665/tid=673] ppid=663 vsize=868420 CPUtime=0
/proc/665/task/673/stat : 673 (java) S 663 665 31096 0 -1 64 1 315 0 0 0 0 0 0 19 0 9 0 28425046 889262080 10912 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=665/tid=674] ppid=663 vsize=868420 CPUtime=0
/proc/665/task/674/stat : 674 (java) S 663 665 31096 0 -1 64 13 315 0 0 0 0 0 0 15 0 9 0 28425046 889262080 10912 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 868420

Child status: 0
Real time (s): 1.37995
CPU time (s): 1.3408
CPU user time (s): 1.19782
CPU system time (s): 0.142978
CPU usage (%): 97.1626
Max. virtual memory (cumulated for all children) (KiB): 868420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.19782
system time used= 0.142978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17521
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= 1441
involuntary context switches= 1520

runsolver used 0.008998 second user time and 0.012998 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 17:46:26
IDJOB=2097602
IDBENCH=57557
IDSOLVER=774
FILE ID=node35/2097602-1247413586
PBS_JOBID= 9510573
Free space on /tmp= 66300 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/langford2/normalized-langford-2-20.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097602-1247413586/watcher-2097602-1247413586 -o /tmp/evaluation-result-2097602-1247413586/solver-2097602-1247413586 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097602-1247413586.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ac93d30a66ab288a3e01eb7f585af8dc
RANDOM SEED=1062202688

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.213
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.213
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:       1675456 kB
Buffers:         39968 kB
Cached:         132004 kB
SwapCached:          0 kB
Active:         248528 kB
Inactive:        77684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1675456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2412 kB
Writeback:           0 kB
Mapped:         174676 kB
Slab:            39312 kB
Committed_AS:  1035312 kB
PageTables:       2080 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= 66296 MiB
End job on node35 at 2009-07-12 17:46:28