Trace number 252582

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 43.4904 43.7129

DiagnosticValue
CHECKS22176316
NODES12453

General information on the benchmark

NamesocialGolfers/
socialGolfer-6-3-8.xml
MD5SUMf48056a29e890b3334c681202da6c1bf
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.65568
SatisfiableYES
(Un)Satisfiability was proved
Number of variables2808
Number of constraints13716
Maximum constraint arity24
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13716
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/252582-1168087187/unknown.xml
0.37	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.52	     nbVariables=2808  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.52	       =>  wckTime=0.207  cpuTime=0.14  mem=7M861
0.52	   
0.52	   predicates being loaded...
0.53	   
0.53	   constraints being loaded...
2.42	     nbConstraints=13716  nbConflictsStructures=3  nbSharedConflictsStructures=13665  nbUnbuiltConflictsStructures=1
2.42	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=4  nbSharedEvaluationManagers=13712  maxDegree=25
2.42	     maxArity=24
2.42	       =>  wckTime=2.108  cpuTime=1.74  mem=20M92
2.52	   
2.52	   solver IterativeSystematicSolver being built... 
3.09	       =>  wckTime=2.772  cpuTime=2.17  mem=28M427
3.14	   
3.14	   preprocessing
3.14	     nbConstraintChecks=0  nbPropagations=2808  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.14	     detectedInconsistency=no
3.14	       =>  wckTime=0.041  cpuTime=0.03  mem=29M436
3.31	   
3.31	   search
3.31	     run=0  nbConstraintChecks=834  nbValidityChecks=1154  nbPropagations=3097  nbRevisions=960  nbUselessRevisions=794
3.31	     nbAssignments=144  nbFailedAssignments=4  nbBacktracks=11  nbVisitedNodes=152  nbRestartNogoods=0  mapSize=6
3.31	     nbInferences=0  nbTooLargeKeys=0
3.31	       =>  wckTime=0.216  cpuTime=0.18  mem=30M445
3.49	   
3.49	   search
3.49	     run=1  nbConstraintChecks=6028  nbValidityChecks=4781  nbPropagations=6704  nbRevisions=4932
3.49	     nbUselessRevisions=4233  nbAssignments=341  nbFailedAssignments=8  nbBacktracks=30  nbVisitedNodes=362
3.49	     nbRestartNogoods=1  mapSize=18  nbInferences=0  nbTooLargeKeys=0
3.49	       =>  wckTime=0.4  cpuTime=0.34  mem=30M445
8.90	   
8.90	   search
8.90	     run=2  nbConstraintChecks=3681260  nbValidityChecks=16130  nbPropagations=11008  nbRevisions=17053
8.90	     nbUselessRevisions=15295  nbAssignments=607  nbFailedAssignments=15  nbBacktracks=55  nbVisitedNodes=642
8.90	     nbRestartNogoods=2  mapSize=30  nbInferences=0  nbTooLargeKeys=0
8.90	       =>  wckTime=5.809  cpuTime=5.73  mem=30M445
18.99	   
18.99	   search
18.99	     run=3  nbConstraintChecks=10507300  nbValidityChecks=47853  nbPropagations=16833  nbRevisions=51453
18.99	     nbUselessRevisions=47285  nbAssignments=981  nbFailedAssignments=25  nbBacktracks=92  nbVisitedNodes=1037
18.99	     nbRestartNogoods=4  mapSize=45  nbInferences=0  nbTooLargeKeys=0
18.99	       =>  wckTime=15.893  cpuTime=15.75  mem=30M445
23.41	   
23.41	   search
23.41	     run=4  nbConstraintChecks=13023942  nbValidityChecks=118790  nbPropagations=26251  nbRevisions=146564
23.41	     nbUselessRevisions=137019  nbAssignments=2118  nbFailedAssignments=48  nbBacktracks=142  nbVisitedNodes=2221
23.41	     nbRestartNogoods=10  mapSize=78  nbInferences=0  nbTooLargeKeys=0
23.41	       =>  wckTime=20.32  cpuTime=20.14  mem=33M470
27.93	   
27.93	   search
27.93	     run=5  nbConstraintChecks=15617879  nbValidityChecks=193567  nbPropagations=39471  nbRevisions=301182
27.93	     nbUselessRevisions=283339  nbAssignments=3296  nbFailedAssignments=69  nbBacktracks=226  nbVisitedNodes=3428
27.93	     nbRestartNogoods=24  mapSize=102  nbInferences=0  nbTooLargeKeys=0
27.93	       =>  wckTime=24.835  cpuTime=24.63  mem=36M496
33.24	   
33.24	   search
33.24	     run=6  nbConstraintChecks=19034905  nbValidityChecks=241805  nbPropagations=54539  nbRevisions=492364
33.24	     nbUselessRevisions=464036  nbAssignments=3916  nbFailedAssignments=89  nbBacktracks=345  nbVisitedNodes=4094
33.24	     nbRestartNogoods=30  mapSize=147  nbInferences=0  nbTooLargeKeys=0
33.24	       =>  wckTime=30.142  cpuTime=29.91  mem=36M496
36.05	   
36.05	   search
36.05	     run=7  nbConstraintChecks=20365765  nbValidityChecks=309898  nbPropagations=72516  nbRevisions=736568
36.05	     nbUselessRevisions=695819  nbAssignments=5130  nbFailedAssignments=113  nbBacktracks=522  nbVisitedNodes=5352
36.05	     nbRestartNogoods=32  mapSize=182  nbInferences=0  nbTooLargeKeys=0
36.05	       =>  wckTime=32.952  cpuTime=32.71  mem=40M530
38.96	   
38.96	   search
38.96	     run=8  nbConstraintChecks=21689681  nbValidityChecks=388306  nbPropagations=94053  nbRevisions=1043630
38.96	     nbUselessRevisions=988056  nbAssignments=6489  nbFailedAssignments=139  nbBacktracks=791  nbVisitedNodes=6759
38.96	     nbRestartNogoods=36  mapSize=227  nbInferences=0  nbTooLargeKeys=0
38.96	       =>  wckTime=35.862  cpuTime=35.6  mem=44M564
40.37	   
40.37	   search
40.37	     run=9  nbConstraintChecks=21958330  nbValidityChecks=473553  nbPropagations=118784  nbRevisions=1414994
40.37	     nbUselessRevisions=1342169  nbAssignments=7883  nbFailedAssignments=209  nbBacktracks=1190  nbVisitedNodes=8293
40.37	     nbRestartNogoods=39  mapSize=341  nbInferences=0  nbTooLargeKeys=0
40.37	       =>  wckTime=37.275  cpuTime=37.0  mem=47M590
41.89	   
41.89	   search
41.89	     run=10  nbConstraintChecks=22135446  nbValidityChecks=575074  nbPropagations=148858  nbRevisions=1872763
41.89	     nbUselessRevisions=1778197  nbAssignments=9576  nbFailedAssignments=265  nbBacktracks=1783  nbVisitedNodes=10104
41.89	     nbRestartNogoods=41  mapSize=451  nbInferences=0  nbTooLargeKeys=0
41.89	       =>  wckTime=38.794  cpuTime=38.5  mem=53M641
43.68	   
43.68	   search
43.68	     run=11  nbConstraintChecks=22176316  nbValidityChecks=644390  nbPropagations=184259  nbRevisions=2385441
43.68	     nbUselessRevisions=2266560  nbAssignments=12453  nbFailedAssignments=285  nbBacktracks=1832  nbVisitedNodes=13009
43.68	     nbRestartNogoods=49  mapSize=464  nbInferences=0  nbTooLargeKeys=0
43.68	       =>  wckTime=40.591  cpuTime=40.3  mem=67M761
43.69	   
43.69	   global
43.69	     nbConstraintChecks=22176316  nbValidityChecks=644390  nbPropagations=187067  nbRevisions=2385441
43.69	     nbUselessRevisions=2266560  nbRestartNogoods=49  solvingWckTime=40.592  solvingCpuTime=40.3  expiredTime=no
43.69	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=42.52
43.69	       =>  wckTime=43.372  cpuTime=42.47  mem=67M761
43.69	   
43.69	s SATISFIABLE
43.69	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 
43.69	d NODES 12453
43.69	d CHECKS 22176316
43.69	   
43.69	   totalWckTime=43.452  totalCpuTime=42.52

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-252582-1168087187 -o ROOT/results/node42/solver-252582-1168087187 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/252582-1168087187/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: 2.06 1.97 1.67 4/80 27938
/proc/meminfo: memFree=1539424/2055920 swapFree=4191892/4192956
[pid=27937] ppid=27935 vsize=18540 CPUtime=0
/proc/27937/stat : 27937 (runsolver) R 27935 27937 27626 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 157117929 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 259415141671 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27937/statm: 4635 279 244 17 0 2626 0

[startup+0.107815 s]
/proc/loadavg: 2.06 1.97 1.67 4/80 27938
/proc/meminfo: memFree=1539424/2055920 swapFree=4191892/4192956
[pid=27937] ppid=27935 vsize=914988 CPUtime=0.09
/proc/27937/stat : 27937 (java) S 27935 27937 27626 0 -1 0 2994 0 1 0 8 1 0 0 17 0 8 0 157117929 936947712 2740 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27937/statm: 228747 2740 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515862 s]
/proc/loadavg: 2.06 1.97 1.67 4/80 27938
/proc/meminfo: memFree=1539424/2055920 swapFree=4191892/4192956
[pid=27937] ppid=27935 vsize=915328 CPUtime=0.49
/proc/27937/stat : 27937 (java) R 27935 27937 27626 0 -1 0 6163 0 1 0 46 3 0 0 18 0 8 0 157117929 937295872 5902 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073541568 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27937/statm: 228832 5902 2126 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33895 s]
/proc/loadavg: 2.05 1.97 1.67 3/87 27945
/proc/meminfo: memFree=1477928/2055920 swapFree=4191892/4192956
[pid=27937] ppid=27935 vsize=915620 CPUtime=1.31
/proc/27937/stat : 27937 (java) R 27935 27937 27626 0 -1 0 17786 0 1 0 114 17 0 0 25 0 8 0 157117929 937594880 17524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073831829 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27937/statm: 228905 17524 2179 14 0 215375 0
[pid=27937/tid=27939] ppid=27935 vsize=915620 CPUtime=0.04
/proc/27937/task/27939/stat : 27939 (java) S 27935 27937 27626 0 -1 64 1184 0 0 0 4 0 0 0 17 0 8 0 157117934 937594880 17524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27940] ppid=27935 vsize=915620 CPUtime=0
/proc/27937/task/27940/stat : 27940 (java) S 27935 27937 27626 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157117934 937594880 17524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27941] ppid=27935 vsize=915620 CPUtime=0
/proc/27937/task/27941/stat : 27941 (java) S 27935 27937 27626 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157117934 937594880 17524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27942] ppid=27935 vsize=915620 CPUtime=0
/proc/27937/task/27942/stat : 27942 (java) S 27935 27937 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157117937 937594880 17524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27943] ppid=27935 vsize=915620 CPUtime=0.18
/proc/27937/task/27943/stat : 27943 (java) S 27935 27937 27626 0 -1 64 411 0 0 0 17 1 0 0 16 0 8 0 157117937 937594880 17524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27944] ppid=27935 vsize=915620 CPUtime=0
/proc/27937/task/27944/stat : 27944 (java) S 27935 27937 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157117937 937594880 17524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27945] ppid=27935 vsize=915620 CPUtime=0
/proc/27937/task/27945/stat : 27945 (java) S 27935 27937 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157117937 937594880 17524 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) 915620

[startup+2.99214 s]
/proc/loadavg: 2.05 1.97 1.67 3/87 27945
/proc/meminfo: memFree=1477544/2055920 swapFree=4191892/4192956
[pid=27937] ppid=27935 vsize=915728 CPUtime=2.95
/proc/27937/stat : 27937 (java) R 27935 27937 27626 0 -1 0 24479 0 1 0 226 69 0 0 25 0 8 0 157117929 937705472 24197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154546278 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27937/statm: 228932 24197 2521 14 0 215402 0
[pid=27937/tid=27939] ppid=27935 vsize=915728 CPUtime=0.3
/proc/27937/task/27939/stat : 27939 (java) S 27935 27937 27626 0 -1 64 7420 0 0 0 27 3 0 0 16 0 8 0 157117934 937705472 24197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27940] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27940/stat : 27940 (java) S 27935 27937 27626 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157117934 937705472 24197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27941] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27941/stat : 27941 (java) S 27935 27937 27626 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 157117934 937705472 24197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27942] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27942/stat : 27942 (java) S 27935 27937 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157117937 937705472 24197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27943] ppid=27935 vsize=915728 CPUtime=0.26
/proc/27937/task/27943/stat : 27943 (java) S 27935 27937 27626 0 -1 64 471 0 0 0 25 1 0 0 16 0 8 0 157117937 937705472 24197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27944] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27944/stat : 27944 (java) S 27935 27937 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157117937 937705472 24197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27945] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27945/stat : 27945 (java) S 27935 27937 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157117937 937705472 24197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915728

[startup+6.27749 s]
/proc/loadavg: 2.05 1.97 1.68 3/87 27945
/proc/meminfo: memFree=1448808/2055920 swapFree=4191892/4192956
[pid=27937] ppid=27935 vsize=915728 CPUtime=6.22
/proc/27937/stat : 27937 (java) R 27935 27937 27626 0 -1 0 25333 0 1 0 552 70 0 0 25 0 8 0 157117929 937705472 25048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073842080 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27937/statm: 228932 25048 2538 14 0 215402 0
[pid=27937/tid=27939] ppid=27935 vsize=915728 CPUtime=0.34
/proc/27937/task/27939/stat : 27939 (java) S 27935 27937 27626 0 -1 64 8206 0 0 0 31 3 0 0 16 0 8 0 157117934 937705472 25048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27940] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27940/stat : 27940 (java) S 27935 27937 27626 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157117934 937705472 25048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27941] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27941/stat : 27941 (java) S 27935 27937 27626 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157117934 937705472 25048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27942] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27942/stat : 27942 (java) S 27935 27937 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157117937 937705472 25048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27943] ppid=27935 vsize=915728 CPUtime=0.33
/proc/27937/task/27943/stat : 27943 (java) S 27935 27937 27626 0 -1 64 498 0 0 0 31 2 0 0 16 0 8 0 157117937 937705472 25048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27944] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27944/stat : 27944 (java) S 27935 27937 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157117937 937705472 25048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27945] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27945/stat : 27945 (java) S 27935 27937 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157117937 937705472 25048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915728

[startup+12.7632 s]
/proc/loadavg: 2.05 1.97 1.68 3/87 27945
/proc/meminfo: memFree=1448808/2055920 swapFree=4191892/4192956
[pid=27937] ppid=27935 vsize=915728 CPUtime=12.68
/proc/27937/stat : 27937 (java) R 27935 27937 27626 0 -1 0 25337 0 1 0 1198 70 0 0 25 0 8 0 157117929 937705472 25051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073841376 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27937/statm: 228932 25051 2538 14 0 215402 0
[pid=27937/tid=27939] ppid=27935 vsize=915728 CPUtime=0.34
/proc/27937/task/27939/stat : 27939 (java) S 27935 27937 27626 0 -1 64 8206 0 0 0 31 3 0 0 17 0 8 0 157117934 937705472 25051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27940] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27940/stat : 27940 (java) S 27935 27937 27626 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157117934 937705472 25051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27941] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27941/stat : 27941 (java) S 27935 27937 27626 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157117934 937705472 25051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27942] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27942/stat : 27942 (java) S 27935 27937 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157117937 937705472 25051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27943] ppid=27935 vsize=915728 CPUtime=0.34
/proc/27937/task/27943/stat : 27943 (java) S 27935 27937 27626 0 -1 64 501 0 0 0 32 2 0 0 16 0 8 0 157117937 937705472 25051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27944] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27944/stat : 27944 (java) S 27935 27937 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157117937 937705472 25051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27945] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27945/stat : 27945 (java) S 27935 27937 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157117937 937705472 25051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915728

[startup+25.6006 s]
/proc/loadavg: 2.04 1.97 1.68 3/87 27945
/proc/meminfo: memFree=1448936/2055920 swapFree=4191892/4192956
[pid=27937] ppid=27935 vsize=915728 CPUtime=25.46
/proc/27937/stat : 27937 (java) R 27935 27937 27626 0 -1 0 25352 0 1 0 2475 71 0 0 25 0 8 0 157117929 937705472 25062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073842188 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/27937/statm: 228932 25062 2538 14 0 215402 0
[pid=27937/tid=27939] ppid=27935 vsize=915728 CPUtime=0.34
/proc/27937/task/27939/stat : 27939 (java) S 27935 27937 27626 0 -1 64 8206 0 0 0 31 3 0 0 16 0 8 0 157117934 937705472 25062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27940] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27940/stat : 27940 (java) S 27935 27937 27626 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 157117934 937705472 25062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27941] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27941/stat : 27941 (java) S 27935 27937 27626 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157117934 937705472 25062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27942] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27942/stat : 27942 (java) S 27935 27937 27626 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 157117937 937705472 25062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27943] ppid=27935 vsize=915728 CPUtime=0.36
/proc/27937/task/27943/stat : 27943 (java) S 27935 27937 27626 0 -1 64 514 0 0 0 34 2 0 0 16 0 8 0 157117937 937705472 25062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27944] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27944/stat : 27944 (java) S 27935 27937 27626 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157117937 937705472 25062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=27937/tid=27945] ppid=27935 vsize=915728 CPUtime=0
/proc/27937/task/27945/stat : 27945 (java) S 27935 27937 27626 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157117937 937705472 25062 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915728

Child status: 0
Real time (s): 43.7129
CPU time (s): 43.4904
CPU user time (s): 42.7595
CPU system time (s): 0.730888
CPU usage (%): 99.4909
Max. virtual memory (cumulated for all children) (KiB): 915948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.7595
system time used= 0.730888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25371
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= 2562
involuntary context switches= 3135

runsolver used 0.044993 s user time and 0.152976 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sat Jan  6 12:39:47 UTC 2007


IDJOB= 252582
IDBENCH= 12955
FILE ID= node42/252582-1168087187

PBS_JOBID= 3476582

Free space on /tmp= 66540 MiB

BENCH NAME= HOME/pub/bench/CPAI06/socialGolfers/socialGolfer-6-3-8.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/252582-1168087187/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-252582-1168087187 -o ROOT/results/node42/solver-252582-1168087187 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/252582-1168087187/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f48056a29e890b3334c681202da6c1bf

RANDOM SEED= 976299018

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:       1539904 kB
Buffers:         29672 kB
Cached:         372348 kB
SwapCached:        268 kB
Active:          86684 kB
Inactive:       360432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539904 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3656 kB
Writeback:           0 kB
Mapped:          64084 kB
Slab:            54240 kB
Committed_AS:  3613916 kB
PageTables:       1880 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= 66540 MiB



End job on node42 on Sat Jan  6 12:40:31 UTC 2007