Trace number 247653

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 ACUNSAT 6.03008 6.1062

DiagnosticValue
CHECKS12867892
NODES23255

General information on the benchmark

Namelangford/
slangford-3-11-ext.xml
MD5SUMa63b53c58cc85f1e586b8a11ebe118fe
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.65975
SatisfiableNO
(Un)Satisfiability was proved
Number of variables33
Number of constraints572
Maximum constraint arity2
Maximum domain size33
Number of constraints which are defined in extension572
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=mac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/247653-1168085861/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.44	     nbVariables=33  nbDomainTypes=1  minDomainSize=33  maxDomainSize=33
0.44	       =>  wckTime=0.096  cpuTime=0.09  mem=6M951
0.44	   
0.44	   relations being loaded...
0.46	   
0.46	   constraints being loaded...
0.60	     nbConstraints=528  nbRelationTypes=13  nbMergedConstraints=44  nbExtensionStructures=12
0.60	     nbSharedExtensionStructures=516  nbConflictsStructures=12  nbSharedConflictsStructures=516
0.60	     nbSharedBinaryRepresentations=725  maxDegree=32  maxArity=2
0.60	       =>  wckTime=0.26  cpuTime=0.18  mem=9M893
0.64	   
0.64	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.446  cpuTime=0.3  mem=13M534
0.80	   
0.80	   preprocessing
0.80	     nbConstraintChecks=1661  nbPropagations=55  nbRevisions=55  nbUselessRevisions=0  nbRemovedValues=462
0.80	     detectedInconsistency=no
0.80	       =>  wckTime=0.015  cpuTime=0.02  mem=13M534
0.84	   
0.84	   search
0.84	     run=0  nbConstraintChecks=14462  nbPropagations=467  nbRevisions=2626  nbUselessRevisions=1619  nbAssignments=31
0.84	     nbFailedAssignments=7  nbBacktracks=18  nbVisitedNodes=43  nbRestartNogoods=0  mapSize=6  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.048  cpuTime=0.03  mem=14M509
0.86	   
0.86	   search
0.86	     run=1  nbConstraintChecks=27127  nbPropagations=1369  nbRevisions=7538  nbUselessRevisions=4663  nbAssignments=68
0.86	     nbFailedAssignments=14  nbBacktracks=36  nbVisitedNodes=91  nbRestartNogoods=1  mapSize=12  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.068  cpuTime=0.04  mem=14M509
0.87	   
0.87	   search
0.87	     run=2  nbConstraintChecks=40797  nbPropagations=2735  nbRevisions=14787  nbUselessRevisions=9102  nbAssignments=114
0.87	     nbFailedAssignments=24  nbBacktracks=66  nbVisitedNodes=152  nbRestartNogoods=4  mapSize=21  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.081  cpuTime=0.05  mem=14M509
0.89	   
0.89	   search
0.89	     run=3  nbConstraintChecks=60974  nbPropagations=4782  nbRevisions=26146  nbUselessRevisions=16230
0.89	     nbAssignments=168  nbFailedAssignments=36  nbBacktracks=102  nbVisitedNodes=228  nbRestartNogoods=5  mapSize=33
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.097  cpuTime=0.06  mem=14M509
0.90	   
0.90	   search
0.90	     run=4  nbConstraintChecks=85820  nbPropagations=7721  nbRevisions=42744  nbUselessRevisions=26751
0.90	     nbAssignments=247  nbFailedAssignments=55  nbBacktracks=156  nbVisitedNodes=338  nbRestartNogoods=6  mapSize=50
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.111  cpuTime=0.08  mem=14M509
0.92	   
0.92	   search
0.92	     run=5  nbConstraintChecks=126475  nbPropagations=11977  nbRevisions=67790  nbUselessRevisions=42802
0.92	     nbAssignments=357  nbFailedAssignments=83  nbBacktracks=235  nbVisitedNodes=496  nbRestartNogoods=7  mapSize=76
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.132  cpuTime=0.1  mem=14M509
0.96	   
0.96	   search
0.96	     run=6  nbConstraintChecks=183689  nbPropagations=18284  nbRevisions=105587  nbUselessRevisions=67371
0.96	     nbAssignments=526  nbFailedAssignments=126  nbBacktracks=349  nbVisitedNodes=741  nbRestartNogoods=8  mapSize=118
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.166  cpuTime=0.13  mem=14M509
1.00	   
1.00	   search
1.00	     run=7  nbConstraintChecks=279797  nbPropagations=27898  nbRevisions=165418  nbUselessRevisions=107011
1.00	     nbAssignments=786  nbFailedAssignments=206  nbBacktracks=520  nbVisitedNodes=1132  nbRestartNogoods=14  mapSize=192
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.215  cpuTime=0.18  mem=14M509
1.09	   
1.09	   search
1.09	     run=8  nbConstraintChecks=449746  nbPropagations=43726  nbRevisions=270161  nbUselessRevisions=179005
1.09	     nbAssignments=1198  nbFailedAssignments=352  nbBacktracks=777  nbVisitedNodes=1788  nbRestartNogoods=16
1.09	     mapSize=327  nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.303  cpuTime=0.26  mem=14M509
1.24	   
1.24	   search
1.24	     run=9  nbConstraintChecks=750489  nbPropagations=70220  nbRevisions=452567  nbUselessRevisions=306419
1.24	     nbAssignments=1873  nbFailedAssignments=631  nbBacktracks=1161  nbVisitedNodes=2905  nbRestartNogoods=22
1.24	     mapSize=552  nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.454  cpuTime=0.4  mem=14M509
1.49	   
1.49	   search
1.49	     run=10  nbConstraintChecks=1329511  nbPropagations=117255  nbRevisions=791536  nbUselessRevisions=547706
1.49	     nbAssignments=2953  nbFailedAssignments=1126  nbBacktracks=1743  nbVisitedNodes=4804  nbRestartNogoods=31
1.49	     mapSize=1004  nbInferences=0  nbTooLargeKeys=0
1.49	       =>  wckTime=0.704  cpuTime=0.63  mem=14M509
1.50	   
1.50	   INFO : Stopping hyperNogood (mapSize=1010, nbTooLargekeys=0, mem=14M509)
1.85	   
1.85	   search
1.85	     run=11  nbConstraintChecks=2240689  nbPropagations=196015  nbRevisions=1381292  nbUselessRevisions=973555
1.85	     nbAssignments=4666  nbFailedAssignments=1968  nbBacktracks=2607  nbVisitedNodes=7843  nbRestartNogoods=36
1.85	       =>  wckTime=1.063  cpuTime=0.99  mem=14M509
2.47	   
2.47	   search
2.47	     run=12  nbConstraintChecks=3788828  nbPropagations=328387  nbRevisions=2416229  nbUselessRevisions=1734487
2.47	     nbAssignments=7299  nbFailedAssignments=3294  nbBacktracks=3904  nbVisitedNodes=12641  nbRestartNogoods=48
2.47	       =>  wckTime=1.677  cpuTime=1.6  mem=14M509
3.39	   
3.39	   search
3.39	     run=13  nbConstraintChecks=6138627  nbPropagations=542366  nbRevisions=4118996  nbUselessRevisions=2995086
3.39	     nbAssignments=11267  nbFailedAssignments=5308  nbBacktracks=5850  nbVisitedNodes=19958  nbRestartNogoods=54
3.39	       =>  wckTime=2.601  cpuTime=2.53  mem=14M509
4.70	   
4.70	   search
4.70	     run=14  nbConstraintChecks=9422110  nbPropagations=872422  nbRevisions=6752298  nbUselessRevisions=4947051
4.70	     nbAssignments=17143  nbFailedAssignments=8256  nbBacktracks=8769  nbVisitedNodes=30649  nbRestartNogoods=72
4.70	       =>  wckTime=3.91  cpuTime=3.84  mem=14M509
6.09	   
6.09	   search
6.09	     run=15  nbConstraintChecks=12866231  nbPropagations=1325178  nbRevisions=10363037  nbUselessRevisions=7626144
6.09	     nbAssignments=23255  nbFailedAssignments=11284  nbBacktracks=11854  nbVisitedNodes=41753  nbRestartNogoods=81
6.09	       =>  wckTime=5.298  cpuTime=5.22  mem=14M509
6.09	   
6.09	   global
6.09	     nbConstraintChecks=12867892  nbPropagations=1325233  nbRevisions=10363092  nbUselessRevisions=7626144
6.09	     nbRestartNogoods=81  solvingWckTime=5.3  solvingCpuTime=5.22  expiredTime=no  totalExploration=yes
6.09	     nbFoundSolutions=0  globalCpuTime=5.56
6.09	       =>  wckTime=5.749  cpuTime=5.52  mem=14M509
6.09	   
6.09	s UNSATISFIABLE
6.09	d NODES 23255
6.09	d CHECKS 12867892
6.09	   
6.09	   totalWckTime=5.823  totalCpuTime=5.57

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node60/watcher-247653-1168085861 -o ROOT/results/node60/solver-247653-1168085861 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247653-1168085861/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.00 0.26 0.96 3/65 14547
/proc/meminfo: memFree=1468264/2055920 swapFree=4192812/4192956
[pid=14546] ppid=14544 vsize=1784 CPUtime=0
/proc/14546/stat : 14546 (java) D 14544 14546 14249 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 156985522 1826816 158 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/14546/statm: 446 158 123 14 0 91 0

[startup+0.104372 s]
/proc/loadavg: 0.00 0.26 0.96 3/65 14547
/proc/meminfo: memFree=1468264/2055920 swapFree=4192812/4192956
[pid=14546] ppid=14544 vsize=907808 CPUtime=0.05
/proc/14546/stat : 14546 (java) R 14544 14546 14249 0 -1 0 2437 0 1 0 4 1 0 0 19 0 4 0 156985522 929595392 2184 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4160643169 0 4 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/14546/statm: 226952 2184 1206 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.514409 s]
/proc/loadavg: 0.00 0.26 0.96 3/65 14547
/proc/meminfo: memFree=1468264/2055920 swapFree=4192812/4192956
[pid=14546] ppid=14544 vsize=915328 CPUtime=0.44
/proc/14546/stat : 14546 (java) S 14544 14546 14249 0 -1 0 6263 0 1 0 40 4 0 0 16 0 8 0 156985522 937295872 6002 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14546/statm: 228832 6002 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 915328

[startup+1.34249 s]
/proc/loadavg: 0.08 0.27 0.96 2/72 14554
/proc/meminfo: memFree=1444848/2055920 swapFree=4192812/4192956
[pid=14546] ppid=14544 vsize=915460 CPUtime=1.26
/proc/14546/stat : 14546 (java) R 14544 14546 14249 0 -1 0 8562 0 1 0 119 7 0 0 17 0 8 0 156985522 937431040 8300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817352 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14546/statm: 228865 8300 2513 14 0 215335 0
[pid=14546/tid=14548] ppid=14544 vsize=915460 CPUtime=0.02
/proc/14546/task/14548/stat : 14548 (java) S 14544 14546 14249 0 -1 64 195 0 0 0 2 0 0 0 16 0 8 0 156985529 937431040 8300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14546/tid=14549] ppid=14544 vsize=915460 CPUtime=0
/proc/14546/task/14549/stat : 14549 (java) S 14544 14546 14249 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156985530 937431040 8300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14546/tid=14550] ppid=14544 vsize=915460 CPUtime=0
/proc/14546/task/14550/stat : 14550 (java) S 14544 14546 14249 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156985530 937431040 8300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14546/tid=14551] ppid=14544 vsize=915460 CPUtime=0
/proc/14546/task/14551/stat : 14551 (java) S 14544 14546 14249 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156985533 937431040 8300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14546/tid=14552] ppid=14544 vsize=915460 CPUtime=0.2
/proc/14546/task/14552/stat : 14552 (java) S 14544 14546 14249 0 -1 64 391 0 0 0 19 1 0 0 15 0 8 0 156985533 937431040 8300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14546/tid=14553] ppid=14544 vsize=915460 CPUtime=0
/proc/14546/task/14553/stat : 14553 (java) S 14544 14546 14249 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156985533 937431040 8300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14546/tid=14554] ppid=14544 vsize=915460 CPUtime=0
/proc/14546/task/14554/stat : 14554 (java) S 14544 14546 14249 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156985533 937431040 8300 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 915460

[startup+2.98165 s]
/proc/loadavg: 0.08 0.27 0.96 2/72 14554
/proc/meminfo: memFree=1444592/2055920 swapFree=4192812/4192956
[pid=14546] ppid=14544 vsize=915460 CPUtime=2.9
/proc/14546/stat : 14546 (java) R 14544 14546 14249 0 -1 0 8592 0 1 0 283 7 0 0 17 0 8 0 156985522 937431040 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073834689 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14546/statm: 228865 8329 2514 14 0 215335 0
[pid=14546/tid=14548] ppid=14544 vsize=915460 CPUtime=0.02
/proc/14546/task/14548/stat : 14548 (java) S 14544 14546 14249 0 -1 64 195 0 0 0 2 0 0 0 17 0 8 0 156985529 937431040 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14546/tid=14549] ppid=14544 vsize=915460 CPUtime=0
/proc/14546/task/14549/stat : 14549 (java) S 14544 14546 14249 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156985530 937431040 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14546/tid=14550] ppid=14544 vsize=915460 CPUtime=0
/proc/14546/task/14550/stat : 14550 (java) S 14544 14546 14249 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156985530 937431040 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14546/tid=14551] ppid=14544 vsize=915460 CPUtime=0
/proc/14546/task/14551/stat : 14551 (java) S 14544 14546 14249 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156985533 937431040 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14546/tid=14552] ppid=14544 vsize=915460 CPUtime=0.21
/proc/14546/task/14552/stat : 14552 (java) S 14544 14546 14249 0 -1 64 396 0 0 0 20 1 0 0 15 0 8 0 156985533 937431040 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14546/tid=14553] ppid=14544 vsize=915460 CPUtime=0
/proc/14546/task/14553/stat : 14553 (java) S 14544 14546 14249 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156985533 937431040 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14546/tid=14554] ppid=14544 vsize=915460 CPUtime=0
/proc/14546/task/14554/stat : 14554 (java) S 14544 14546 14249 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156985533 937431040 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 6.1062
CPU time (s): 6.03008
CPU user time (s): 5.9491
CPU system time (s): 0.080987
CPU usage (%): 98.7535
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.94909
system time used= 0.080987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8692
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= 975
involuntary context switches= 134

runsolver used 0.009998 s user time and 0.022996 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Sat Jan  6 12:17:44 UTC 2007


IDJOB= 247653
IDBENCH= 11648
FILE ID= node60/247653-1168085861

PBS_JOBID= 3476318

Free space on /tmp= 66552 MiB

BENCH NAME= HOME/pub/bench/CPAI06/langford/slangford-3-11-ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247653-1168085861/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-247653-1168085861 -o ROOT/results/node60/solver-247653-1168085861 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/247653-1168085861/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a63b53c58cc85f1e586b8a11ebe118fe

RANDOM SEED= 921233943

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.236
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.236
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:       1468672 kB
Buffers:         48788 kB
Cached:         449448 kB
SwapCached:          0 kB
Active:          62912 kB
Inactive:       450568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1468672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1712 kB
Writeback:           0 kB
Mapped:          25456 kB
Slab:            59768 kB
Committed_AS:  3325676 kB
PageTables:       1464 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= 66552 MiB



End job on node60 on Sat Jan  6 12:18:08 UTC 2007