Trace number 214171

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 40.2669 40.6658

DiagnosticValue
CHECKS11296940
NODES45663

General information on the benchmark

NamepseudoSeries/par/
par-16-3.xml
MD5SUM3b8fc65b25c670efdfb93e76af6cd06b
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 benchmark2.13
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2030
Number of constraints4283
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4283
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/214171-1168077651/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.56	     nbVariables=2030  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2
0.56	       =>  wckTime=0.261  cpuTime=0.17  mem=10M820
0.56	   
0.56	   predicates being loaded...
0.57	   
0.57	   constraints being loaded...
1.26	     nbConstraints=4283  nbSingletonDomainVariables=790  nbConvertedConstraints=1971  nbConvertConstraintsChecks=64
1.26	     nbExtensionStructures=7  nbSharedExtensionStructures=1964  nbConflictsStructures=22
1.26	     nbSharedConflictsStructures=4261  nbSharedBinaryRepresentations=16  nbEvaluationManagers=15
1.26	     nbSharedEvaluationManagers=2297  maxDegree=43  maxArity=3
1.26	       =>  wckTime=0.96  cpuTime=0.77  mem=36M174
1.35	   
1.35	   solver IterativeSystematicSolver being built... 
1.64	       =>  wckTime=1.338  cpuTime=1.0  mem=37M45
1.67	   
1.67	   preprocessing
1.67	     nbConstraintChecks=0  nbPropagations=2030  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.67	     detectedInconsistency=no
1.67	       =>  wckTime=0.025  cpuTime=0.02  mem=37M45
1.80	   
1.80	   search
1.80	     run=0  nbConstraintChecks=14215  nbValidityChecks=4920  nbPropagations=6600  nbRevisions=14470
1.80	     nbUselessRevisions=9892  nbAssignments=42  nbFailedAssignments=4  nbBacktracks=14  nbVisitedNodes=51
1.80	     nbRestartNogoods=0  mapSize=7  nbInferences=0  nbTooLargeKeys=0
1.80	       =>  wckTime=0.15  cpuTime=0.11  mem=37M45
1.86	   
1.86	   search
1.86	     run=1  nbConstraintChecks=27882  nbValidityChecks=11057  nbPropagations=17806  nbRevisions=43530
1.86	     nbUselessRevisions=29761  nbAssignments=84  nbFailedAssignments=8  nbBacktracks=30  nbVisitedNodes=101
1.86	     nbRestartNogoods=1  mapSize=14  nbInferences=0  nbTooLargeKeys=0
1.86	       =>  wckTime=0.213  cpuTime=0.17  mem=37M45
1.94	   
1.94	   search
1.94	     run=2  nbConstraintChecks=50642  nbValidityChecks=21367  nbPropagations=36628  nbRevisions=96703
1.94	     nbUselessRevisions=66102  nbAssignments=141  nbFailedAssignments=15  nbBacktracks=52  nbVisitedNodes=172
1.94	     nbRestartNogoods=2  mapSize=25  nbInferences=0  nbTooLargeKeys=0
1.94	       =>  wckTime=0.292  cpuTime=0.25  mem=37M45
2.03	   
2.03	   search
2.03	     run=3  nbConstraintChecks=74014  nbValidityChecks=32052  nbPropagations=63276  nbRevisions=174806
2.03	     nbUselessRevisions=119527  nbAssignments=211  nbFailedAssignments=22  nbBacktracks=88  nbVisitedNodes=256
2.03	     nbRestartNogoods=5  mapSize=36  nbInferences=0  nbTooLargeKeys=0
2.03	       =>  wckTime=0.385  cpuTime=0.34  mem=38M19
2.16	   
2.16	   search
2.16	     run=4  nbConstraintChecks=105895  nbValidityChecks=46612  nbPropagations=100613  nbRevisions=286818
2.16	     nbUselessRevisions=196135  nbAssignments=304  nbFailedAssignments=33  nbBacktracks=152  nbVisitedNodes=370
2.16	     nbRestartNogoods=8  mapSize=56  nbInferences=0  nbTooLargeKeys=0
2.16	       =>  wckTime=0.51  cpuTime=0.46  mem=38M19
2.31	   
2.31	   search
2.31	     run=5  nbConstraintChecks=141356  nbValidityChecks=62880  nbPropagations=149770  nbRevisions=436602
2.31	     nbUselessRevisions=298655  nbAssignments=425  nbFailedAssignments=44  nbBacktracks=229  nbVisitedNodes=513
2.31	     nbRestartNogoods=9  mapSize=75  nbInferences=0  nbTooLargeKeys=0
2.31	       =>  wckTime=0.668  cpuTime=0.62  mem=38M19
2.54	   
2.54	   search
2.54	     run=6  nbConstraintChecks=202401  nbValidityChecks=90988  nbPropagations=219266  nbRevisions=651420
2.54	     nbUselessRevisions=445779  nbAssignments=595  nbFailedAssignments=66  nbBacktracks=359  nbVisitedNodes=727
2.54	     nbRestartNogoods=12  mapSize=118  nbInferences=0  nbTooLargeKeys=0
2.54	       =>  wckTime=0.891  cpuTime=0.84  mem=38M19
2.81	   
2.81	   search
2.81	     run=7  nbConstraintChecks=245380  nbValidityChecks=112923  nbPropagations=303108  nbRevisions=915235
2.81	     nbUselessRevisions=627357  nbAssignments=835  nbFailedAssignments=95  nbBacktracks=532  nbVisitedNodes=1032
2.81	     nbRestartNogoods=13  mapSize=179  nbInferences=0  nbTooLargeKeys=0
2.81	       =>  wckTime=1.169  cpuTime=1.11  mem=38M19
3.23	   
3.23	   search
3.23	     run=8  nbConstraintChecks=316422  nbValidityChecks=149128  nbPropagations=410628  nbRevisions=1259894
3.23	     nbUselessRevisions=865822  nbAssignments=1178  nbFailedAssignments=136  nbBacktracks=804  nbVisitedNodes=1466
3.23	     nbRestartNogoods=17  mapSize=268  nbInferences=0  nbTooLargeKeys=0
3.23	       =>  wckTime=1.579  cpuTime=1.52  mem=38M19
3.79	   
3.79	   search
3.79	     run=9  nbConstraintChecks=396094  nbValidityChecks=196879  nbPropagations=544966  nbRevisions=1706481
3.79	     nbUselessRevisions=1178563  nbAssignments=1665  nbFailedAssignments=198  nbBacktracks=1190  nbVisitedNodes=2085
3.79	     nbRestartNogoods=19  mapSize=396  nbInferences=0  nbTooLargeKeys=0
3.79	       =>  wckTime=2.14  cpuTime=2.06  mem=38M19
4.59	   
4.59	   search
4.59	     run=10  nbConstraintChecks=524454  nbValidityChecks=275303  nbPropagations=722555  nbRevisions=2321496
4.59	     nbUselessRevisions=1614696  nbAssignments=2373  nbFailedAssignments=290  nbBacktracks=1766  nbVisitedNodes=2985
4.59	     nbRestartNogoods=23  mapSize=583  nbInferences=0  nbTooLargeKeys=0
4.59	       =>  wckTime=2.943  cpuTime=2.84  mem=38M19
5.67	   
5.67	   search
5.67	     run=11  nbConstraintChecks=737786  nbValidityChecks=410435  nbPropagations=973633  nbRevisions=3229289
5.67	     nbUselessRevisions=2266734  nbAssignments=3410  nbFailedAssignments=418  nbBacktracks=2630  nbVisitedNodes=4315
5.67	     nbRestartNogoods=28  mapSize=872  nbInferences=0  nbTooLargeKeys=0
5.67	       =>  wckTime=4.024  cpuTime=3.92  mem=38M19
6.31	   
6.31	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=38M993)
7.12	   
7.12	   search
7.12	     run=12  nbConstraintChecks=1149493  nbValidityChecks=662281  nbPropagations=1367051  nbRevisions=4685258
7.12	     nbUselessRevisions=3319090  nbAssignments=4974  nbFailedAssignments=632  nbBacktracks=3929  nbVisitedNodes=6295
7.12	     nbRestartNogoods=32
7.12	       =>  wckTime=5.474  cpuTime=5.36  mem=38M993
9.01	   
9.01	   search
9.01	     run=13  nbConstraintChecks=1800968  nbValidityChecks=1051539  nbPropagations=1973412  nbRevisions=6965242
9.01	     nbUselessRevisions=4971901  nbAssignments=7303  nbFailedAssignments=973  nbBacktracks=5876  nbVisitedNodes=9294
9.01	     nbRestartNogoods=39
9.01	       =>  wckTime=7.366  cpuTime=7.25  mem=38M993
11.68	   
11.68	   search
11.68	     run=14  nbConstraintChecks=2728329  nbValidityChecks=1549660  nbPropagations=2892861  nbRevisions=10366070
11.68	     nbUselessRevisions=7423129  nbAssignments=10656  nbFailedAssignments=1366  nbBacktracks=8800  nbVisitedNodes=13445
11.68	     nbRestartNogoods=45
11.68	       =>  wckTime=10.037  cpuTime=9.92  mem=38M993
15.45	   
15.45	   search
15.45	     run=15  nbConstraintChecks=3878761  nbValidityChecks=2199632  nbPropagations=4201168  nbRevisions=15211748
15.45	     nbUselessRevisions=10917466  nbAssignments=15575  nbFailedAssignments=1874  nbBacktracks=13181
15.45	     nbVisitedNodes=19462  nbRestartNogoods=51
15.45	       =>  wckTime=13.807  cpuTime=13.67  mem=38M993
21.13	   
21.13	   search
21.13	     run=16  nbConstraintChecks=5350725  nbValidityChecks=3085713  nbPropagations=6014327  nbRevisions=21983227
21.13	     nbUselessRevisions=15816402  nbAssignments=22988  nbFailedAssignments=2688  nbBacktracks=19760
21.13	     nbVisitedNodes=28548  nbRestartNogoods=56
21.13	       =>  wckTime=19.482  cpuTime=19.28  mem=38M993
31.34	   
31.34	   search
31.34	     run=17  nbConstraintChecks=8320476  nbValidityChecks=4994760  nbPropagations=8837809  nbRevisions=32846120
31.34	     nbUselessRevisions=23751624  nbAssignments=34433  nbFailedAssignments=4254  nbBacktracks=29614
31.34	     nbVisitedNodes=43184  nbRestartNogoods=61
31.34	       =>  wckTime=29.692  cpuTime=29.37  mem=38M993
40.60	   
40.60	   search
40.60	     run=18  nbConstraintChecks=11296940  nbValidityChecks=6738144  nbPropagations=12649830  nbRevisions=47471228
40.60	     nbUselessRevisions=34430400  nbAssignments=45663  nbFailedAssignments=5563  nbBacktracks=37505
40.60	     nbVisitedNodes=57011  nbRestartNogoods=66
40.60	       =>  wckTime=38.957  cpuTime=38.53  mem=38M993
40.60	   
40.61	   global
40.61	     nbConstraintChecks=11296940  nbValidityChecks=6738144  nbPropagations=12651860  nbRevisions=47471228
40.61	     nbUselessRevisions=34430400  nbRestartNogoods=66  solvingWckTime=38.958  solvingCpuTime=38.53  expiredTime=no
40.61	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=39.58
40.61	       =>  wckTime=40.303  cpuTime=39.53  mem=38M993
40.61	   
40.61	s SATISFIABLE
40.61	v 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 
40.61	d NODES 45663
40.61	d CHECKS 11296940
40.61	   
40.61	   totalWckTime=40.386  totalCpuTime=39.58

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/node61/watcher-214171-1168077651 -o ROOT/results/node61/solver-214171-1168077651 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/214171-1168077651/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.92 0.98 0.99 5/73 5982
/proc/meminfo: memFree=1347984/2055920 swapFree=4192812/4192956
[pid=5981] ppid=5976 vsize=18540 CPUtime=0
/proc/5981/stat : 5981 (runsolver) D 5976 5981 5845 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156162940 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 246406507815 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/5981/statm: 4635 279 244 17 0 2626 0

[startup+0.107535 s]
/proc/loadavg: 0.92 0.98 0.99 5/73 5982
/proc/meminfo: memFree=1347984/2055920 swapFree=4192812/4192956
[pid=5981] ppid=5976 vsize=914988 CPUtime=0.08
/proc/5981/stat : 5981 (java) R 5976 5981 5845 0 -1 0 3065 0 1 0 7 1 0 0 25 0 8 0 156162940 936947712 2811 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5981/statm: 228747 2812 1451 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515606 s]
/proc/loadavg: 0.92 0.98 0.99 5/73 5982
/proc/meminfo: memFree=1347984/2055920 swapFree=4192812/4192956
[pid=5981] ppid=5976 vsize=915328 CPUtime=0.49
/proc/5981/stat : 5981 (java) R 5976 5981 5845 0 -1 0 6716 0 1 0 45 4 0 0 25 0 8 0 156162940 937295872 6455 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073555148 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5981/statm: 228832 6455 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33776 s]
/proc/loadavg: 0.92 0.98 0.99 3/87 5996
/proc/meminfo: memFree=1275680/2055920 swapFree=4192812/4192956
[pid=5981] ppid=5976 vsize=915824 CPUtime=1.31
/proc/5981/stat : 5981 (java) R 5976 5981 5845 0 -1 0 13813 0 1 0 105 26 0 0 25 0 8 0 156162940 937803776 13550 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5981/statm: 228956 13550 2182 14 0 215426 0
[pid=5981/tid=5986] ppid=5976 vsize=915824 CPUtime=0.06
/proc/5981/task/5986/stat : 5986 (java) R 5976 5981 5845 0 -1 64 384 0 0 0 6 0 0 0 16 0 8 0 156162944 937803776 13550 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155526115 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5981/tid=5987] ppid=5976 vsize=915824 CPUtime=0
/proc/5981/task/5987/stat : 5987 (java) S 5976 5981 5845 0 -1 64 10 0 0 0 0 0 0 0 22 0 8 0 156162944 937803776 13550 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5988] ppid=5976 vsize=915824 CPUtime=0
/proc/5981/task/5988/stat : 5988 (java) S 5976 5981 5845 0 -1 64 4 0 0 0 0 0 0 0 23 0 8 0 156162944 937803776 13550 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5993] ppid=5976 vsize=915824 CPUtime=0
/proc/5981/task/5993/stat : 5993 (java) S 5976 5981 5845 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156162947 937803776 13550 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5994] ppid=5976 vsize=915824 CPUtime=0.22
/proc/5981/task/5994/stat : 5994 (java) S 5976 5981 5845 0 -1 64 433 0 0 0 20 2 0 0 15 0 8 0 156162947 937803776 13550 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5981/tid=5995] ppid=5976 vsize=915824 CPUtime=0
/proc/5981/task/5995/stat : 5995 (java) S 5976 5981 5845 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 156162947 937803776 13550 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5996] ppid=5976 vsize=915824 CPUtime=0
/proc/5981/task/5996/stat : 5996 (java) S 5976 5981 5845 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156162947 937803776 13550 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) 915824

[startup+2.98004 s]
/proc/loadavg: 1.01 1.00 1.00 2/75 6004
/proc/meminfo: memFree=1300032/2055920 swapFree=4192812/4192956
[pid=5981] ppid=5976 vsize=915732 CPUtime=2.94
/proc/5981/stat : 5981 (java) S 5976 5981 5845 0 -1 0 14831 0 1 0 265 29 0 0 16 0 8 0 156162940 937709568 14566 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5981/statm: 228933 14566 2533 14 0 215403 0
[pid=5981/tid=5986] ppid=5976 vsize=915732 CPUtime=0.07
/proc/5981/task/5986/stat : 5986 (java) S 5976 5981 5845 0 -1 64 913 0 0 0 7 0 0 0 17 0 8 0 156162944 937709568 14566 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5981/tid=5987] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5987/stat : 5987 (java) S 5976 5981 5845 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156162944 937709568 14566 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5981/tid=5988] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5988/stat : 5988 (java) S 5976 5981 5845 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156162944 937709568 14566 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5981/tid=5993] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5993/stat : 5993 (java) S 5976 5981 5845 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156162947 937709568 14566 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5994] ppid=5976 vsize=915732 CPUtime=0.34
/proc/5981/task/5994/stat : 5994 (java) S 5976 5981 5845 0 -1 64 507 0 0 0 31 3 0 0 16 0 8 0 156162947 937709568 14566 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5995] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5995/stat : 5995 (java) S 5976 5981 5845 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 156162947 937709568 14566 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5996] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5996/stat : 5996 (java) S 5976 5981 5845 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156162947 937709568 14566 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) 915732

[startup+6.27062 s]
/proc/loadavg: 1.01 1.00 1.00 2/75 6010
/proc/meminfo: memFree=1301504/2055920 swapFree=4192812/4192956
[pid=5981] ppid=5976 vsize=915732 CPUtime=6.22
/proc/5981/stat : 5981 (java) R 5976 5981 5845 0 -1 0 14854 0 1 0 592 30 0 0 25 0 8 0 156162940 937709568 14585 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074107323 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5981/statm: 228933 14585 2533 14 0 215403 0
[pid=5981/tid=5986] ppid=5976 vsize=915732 CPUtime=0.07
/proc/5981/task/5986/stat : 5986 (java) S 5976 5981 5845 0 -1 64 913 0 0 0 7 0 0 0 17 0 8 0 156162944 937709568 14585 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5987] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5987/stat : 5987 (java) S 5976 5981 5845 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156162944 937709568 14585 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5981/tid=5988] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5988/stat : 5988 (java) S 5976 5981 5845 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156162944 937709568 14585 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5981/tid=5993] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5993/stat : 5993 (java) S 5976 5981 5845 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156162947 937709568 14585 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5994] ppid=5976 vsize=915732 CPUtime=0.38
/proc/5981/task/5994/stat : 5994 (java) S 5976 5981 5845 0 -1 64 526 0 0 0 34 4 0 0 15 0 8 0 156162947 937709568 14585 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5995] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5995/stat : 5995 (java) S 5976 5981 5845 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 156162947 937709568 14585 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5996] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5996/stat : 5996 (java) S 5976 5981 5845 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156162947 937709568 14585 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915732

[startup+12.7527 s]
/proc/loadavg: 1.08 1.02 1.00 2/81 6089
/proc/meminfo: memFree=1300232/2055920 swapFree=4192812/4192956
[pid=5981] ppid=5976 vsize=915732 CPUtime=12.69
/proc/5981/stat : 5981 (java) R 5976 5981 5845 0 -1 0 14860 0 1 0 1238 31 0 0 25 0 8 0 156162940 937709568 14588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074107323 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5981/statm: 228933 14588 2533 14 0 215403 0
[pid=5981/tid=5986] ppid=5976 vsize=915732 CPUtime=0.07
/proc/5981/task/5986/stat : 5986 (java) S 5976 5981 5845 0 -1 64 913 0 0 0 7 0 0 0 16 0 8 0 156162944 937709568 14588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5987] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5987/stat : 5987 (java) S 5976 5981 5845 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156162944 937709568 14588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5981/tid=5988] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5988/stat : 5988 (java) S 5976 5981 5845 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156162944 937709568 14588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5981/tid=5993] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5993/stat : 5993 (java) S 5976 5981 5845 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156162947 937709568 14588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5994] ppid=5976 vsize=915732 CPUtime=0.38
/proc/5981/task/5994/stat : 5994 (java) S 5976 5981 5845 0 -1 64 529 0 0 0 34 4 0 0 17 0 8 0 156162947 937709568 14588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5995] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5995/stat : 5995 (java) S 5976 5981 5845 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 156162947 937709568 14588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5996] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5996/stat : 5996 (java) S 5976 5981 5845 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156162947 937709568 14588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 915732

[startup+25.615 s]
/proc/loadavg: 1.22 1.05 1.01 3/93 6182
/proc/meminfo: memFree=1245416/2055920 swapFree=4192812/4192956
[pid=5981] ppid=5976 vsize=915732 CPUtime=25.43
/proc/5981/stat : 5981 (java) R 5976 5981 5845 0 -1 0 14860 0 1 0 2511 32 0 0 25 0 8 0 156162940 937709568 14588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942952 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5981/statm: 228933 14588 2533 14 0 215403 0
[pid=5981/tid=5986] ppid=5976 vsize=915732 CPUtime=0.07
/proc/5981/task/5986/stat : 5986 (java) S 5976 5981 5845 0 -1 64 913 0 0 0 7 0 0 0 16 0 8 0 156162944 937709568 14588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5987] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5987/stat : 5987 (java) S 5976 5981 5845 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156162944 937709568 14588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5981/tid=5988] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5988/stat : 5988 (java) S 5976 5981 5845 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156162944 937709568 14588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5981/tid=5993] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5993/stat : 5993 (java) S 5976 5981 5845 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 156162947 937709568 14588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5994] ppid=5976 vsize=915732 CPUtime=0.38
/proc/5981/task/5994/stat : 5994 (java) S 5976 5981 5845 0 -1 64 529 0 0 0 34 4 0 0 17 0 8 0 156162947 937709568 14588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5995] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5995/stat : 5995 (java) S 5976 5981 5845 0 -1 64 0 0 0 0 0 0 0 0 25 0 8 0 156162947 937709568 14588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5981/tid=5996] ppid=5976 vsize=915732 CPUtime=0
/proc/5981/task/5996/stat : 5996 (java) S 5976 5981 5845 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156162947 937709568 14588 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 915732

Child status: 0
Real time (s): 40.6658
CPU time (s): 40.2669
CPU user time (s): 39.9259
CPU system time (s): 0.340948
CPU usage (%): 99.019
Max. virtual memory (cumulated for all children) (KiB): 915824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.9259
system time used= 0.340948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14869
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= 2416
involuntary context switches= 2505

runsolver used 0.046992 s user time and 0.138978 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Sat Jan  6 10:00:51 UTC 2007


IDJOB= 214171
IDBENCH= 4904
FILE ID= node61/214171-1168077651

PBS_JOBID= 3476064

Free space on /tmp= 66508 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/par/par-16-3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/214171-1168077651/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-214171-1168077651 -o ROOT/results/node61/solver-214171-1168077651 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/214171-1168077651/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3b8fc65b25c670efdfb93e76af6cd06b

RANDOM SEED= 761015501

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.259
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.259
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:       1348808 kB
Buffers:         47668 kB
Cached:         555492 kB
SwapCached:          0 kB
Active:          90288 kB
Inactive:       533164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1348808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4392 kB
Writeback:           0 kB
Mapped:          30980 kB
Slab:            69412 kB
Committed_AS:  2972552 kB
PageTables:       1668 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= 66508 MiB



End job on node61 on Sat Jan  6 10:01:32 UTC 2007