Trace number 224319

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ACSAT 3.08053 3.1726

DiagnosticValue
CHECKS25015394
NODES8686

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-27_ext.xml
MD5SUMac3756fdfa2d3a5a8c0eda2b6730c3b7
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.08053
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28	   
0.28	Abscon 109 (November, 2006)
0.28	   
0.28	   configuration
0.28	     name=mac.xml
0.31	   
0.31	   instance
0.31	     name=/tmp/evaluation/224319-1168080511/unknown.xml
0.34	   
0.34	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.38	     nbVariables=40  nbDomainTypes=1  minDomainSize=80  maxDomainSize=80
0.38	       =>  wckTime=0.096  cpuTime=0.08  mem=6M951
0.38	   
0.38	   relations being loaded...
0.55	   
0.55	   constraints being loaded...
0.64	     nbConstraints=103  nbRelationTypes=103  nbExtensionStructures=103  nbSharedExtensionStructures=0
0.64	     nbConflictsStructures=103  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=8  maxArity=2
0.64	       =>  wckTime=0.352  cpuTime=0.31  mem=21M617
0.68	   
0.68	   solver IterativeSystematicSolver being built... 
0.83	       =>  wckTime=0.54  cpuTime=0.42  mem=15M148
0.83	   
0.83	   preprocessing
0.83	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.83	     detectedInconsistency=no
0.83	       =>  wckTime=0.0020  cpuTime=0.0  mem=15M148
0.89	   
0.89	   search
0.89	     run=0  nbConstraintChecks=70936  nbPropagations=850  nbRevisions=3252  nbUselessRevisions=1725  nbAssignments=31
0.89	     nbFailedAssignments=14  nbBacktracks=10  nbVisitedNodes=52  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.055  cpuTime=0.03  mem=15M148
0.91	   
0.91	   search
0.91	     run=1  nbConstraintChecks=209214  nbPropagations=3021  nbRevisions=12144  nbUselessRevisions=6434  nbAssignments=73
0.91	     nbFailedAssignments=35  nbBacktracks=26  nbVisitedNodes=127  nbRestartNogoods=3  mapSize=22  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.081  cpuTime=0.05  mem=15M148
0.93	   
0.93	   search
0.93	     run=2  nbConstraintChecks=348410  nbPropagations=6863  nbRevisions=27992  nbUselessRevisions=14890
0.93	     nbAssignments=138  nbFailedAssignments=70  nbBacktracks=49  nbVisitedNodes=240  nbRestartNogoods=9  mapSize=41
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.102  cpuTime=0.07  mem=15M148
0.96	   
0.96	   search
0.96	     run=3  nbConstraintChecks=598587  nbPropagations=13550  nbRevisions=55979  nbUselessRevisions=29584
0.96	     nbAssignments=223  nbFailedAssignments=116  nbBacktracks=82  nbVisitedNodes=397  nbRestartNogoods=12  mapSize=73
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.132  cpuTime=0.09  mem=15M148
1.02	   
1.02	   search
1.02	     run=4  nbConstraintChecks=1132758  nbPropagations=25348  nbRevisions=106474  nbUselessRevisions=55679
1.02	     nbAssignments=388  nbFailedAssignments=226  nbBacktracks=132  nbVisitedNodes=714  nbRestartNogoods=15  mapSize=122
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.185  cpuTime=0.14  mem=15M148
1.06	   
1.06	   search
1.06	     run=5  nbConstraintChecks=1584568  nbPropagations=42206  nbRevisions=179057  nbUselessRevisions=93176
1.06	     nbAssignments=568  nbFailedAssignments=322  nbBacktracks=207  nbVisitedNodes=1041  nbRestartNogoods=19  mapSize=187
1.06	     nbInferences=1  nbTooLargeKeys=0
1.06	       =>  wckTime=0.231  cpuTime=0.19  mem=15M148
1.15	   
1.15	   search
1.15	     run=6  nbConstraintChecks=2526623  nbPropagations=68848  nbRevisions=293288  nbUselessRevisions=151823
1.15	     nbAssignments=879  nbFailedAssignments=514  nbBacktracks=321  nbVisitedNodes=1629  nbRestartNogoods=22  mapSize=289
1.15	     nbInferences=1  nbTooLargeKeys=0
1.15	       =>  wckTime=0.323  cpuTime=0.27  mem=15M148
1.24	   
1.24	   search
1.24	     run=7  nbConstraintChecks=3360390  nbPropagations=105208  nbRevisions=450151  nbUselessRevisions=233283
1.24	     nbAssignments=1254  nbFailedAssignments=706  nbBacktracks=491  nbVisitedNodes=2303  nbRestartNogoods=33
1.24	     mapSize=428  nbInferences=6  nbTooLargeKeys=0
1.24	       =>  wckTime=0.41  cpuTime=0.36  mem=15M148
1.45	   
1.45	   search
1.45	     run=8  nbConstraintChecks=5535372  nbPropagations=163217  nbRevisions=704116  nbUselessRevisions=365208
1.45	     nbAssignments=1887  nbFailedAssignments=1079  nbBacktracks=748  nbVisitedNodes=3499  nbRestartNogoods=43
1.45	     mapSize=663  nbInferences=6  nbTooLargeKeys=0
1.45	       =>  wckTime=0.618  cpuTime=0.55  mem=15M148
1.66	   
1.66	   search
1.66	     run=9  nbConstraintChecks=7726971  nbPropagations=247655  nbRevisions=1072564  nbUselessRevisions=557548
1.66	     nbAssignments=2804  nbFailedAssignments=1603  nbBacktracks=1133  nbVisitedNodes=5198  nbRestartNogoods=47
1.66	     mapSize=1010  nbInferences=9  nbTooLargeKeys=0
1.66	       =>  wckTime=0.823  cpuTime=0.75  mem=16M123
2.00	   
2.00	   search
2.00	     run=10  nbConstraintChecks=11767159  nbPropagations=373240  nbRevisions=1618875  nbUselessRevisions=841552
2.00	     nbAssignments=4135  nbFailedAssignments=2353  nbBacktracks=1710  nbVisitedNodes=7642  nbRestartNogoods=53
2.00	     mapSize=1491  nbInferences=9  nbTooLargeKeys=0
2.00	       =>  wckTime=1.171  cpuTime=1.09  mem=16M123
2.22	   
2.22	   INFO : Stopping hyperNogood (mapSize=1807, nbTooLargekeys=0, mem=16M123)
2.62	   
2.62	   search
2.62	     run=11  nbConstraintChecks=19645652  nbPropagations=575383  nbRevisions=2500514  nbUselessRevisions=1298839
2.62	     nbAssignments=6522  nbFailedAssignments=3870  nbBacktracks=2574  nbVisitedNodes=12174  nbRestartNogoods=70
2.62	       =>  wckTime=1.787  cpuTime=1.71  mem=16M123
3.07	   
3.07	   search
3.07	     run=12  nbConstraintChecks=25015394  nbPropagations=842416  nbRevisions=3664212  nbUselessRevisions=1904216
3.07	     nbAssignments=8686  nbFailedAssignments=5157  nbBacktracks=3411  nbVisitedNodes=16214  nbRestartNogoods=76
3.07	       =>  wckTime=2.24  cpuTime=2.16  mem=16M123
3.07	   
3.07	   global
3.07	     nbConstraintChecks=25015394  nbPropagations=842456  nbRevisions=3664212  nbUselessRevisions=1904216
3.07	     nbRestartNogoods=76  solvingWckTime=2.241  solvingCpuTime=2.16  expiredTime=no  totalExploration=no
3.07	     nbFoundSolutions=1  globalCpuTime=2.62
3.07	       =>  wckTime=2.786  cpuTime=2.58  mem=16M123
3.08	   
3.08	s SATISFIABLE
3.08	v 31 18 67 70 18 79 55 71 61 37 16 60 27 57 43 67 56 78 6 1 57 24 23 70 77 64 33 2 9 2 50 16 64 16 7 55 58 73 12 74 
3.08	d NODES 8686
3.08	d CHECKS 25015394
3.08	   
3.08	   totalWckTime=2.862  totalCpuTime=2.62

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

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

/proc/loadavg: 1.49 1.84 1.94 4/93 22603
/proc/meminfo: memFree=1329576/2055920 swapFree=4191880/4192956
[pid=22602] ppid=22600 vsize=1784 CPUtime=0
/proc/22602/stat : 22602 (java) D 22600 22602 22423 0 -1 0 374 0 0 0 0 0 0 0 18 0 1 0 156446433 1826816 163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7205668 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/22602/statm: 446 163 128 14 0 91 0

[startup+0.104419 s]
/proc/loadavg: 1.49 1.84 1.94 4/93 22603
/proc/meminfo: memFree=1329576/2055920 swapFree=4191880/4192956
[pid=22602] ppid=22600 vsize=914988 CPUtime=0.09
/proc/22602/stat : 22602 (java) R 22600 22602 22423 0 -1 0 3088 0 1 0 8 1 0 0 22 0 8 0 156446433 936947712 2834 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22602/statm: 228747 2835 1458 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.513344 s]
/proc/loadavg: 1.49 1.84 1.94 4/93 22603
/proc/meminfo: memFree=1329576/2055920 swapFree=4191880/4192956
[pid=22602] ppid=22600 vsize=915328 CPUtime=0.5
/proc/22602/stat : 22602 (java) R 22600 22602 22423 0 -1 0 8133 0 1 0 47 3 0 0 25 0 8 0 156446433 937295872 7872 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073567406 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22602/statm: 228832 7873 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.34119 s]
/proc/loadavg: 1.61 1.85 1.95 3/100 22610
/proc/meminfo: memFree=1298480/2055920 swapFree=4191880/4192956
[pid=22602] ppid=22600 vsize=915464 CPUtime=1.33
/proc/22602/stat : 22602 (java) R 22600 22602 22423 0 -1 0 10524 0 1 0 127 6 0 0 25 0 8 0 156446433 937435136 10262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073752968 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22602/statm: 228866 10262 2513 14 0 215336 0
[pid=22602/tid=22604] ppid=22600 vsize=915464 CPUtime=0.03
/proc/22602/task/22604/stat : 22604 (java) S 22600 22602 22423 0 -1 64 352 0 0 0 3 0 0 0 16 0 8 0 156446436 937435136 10262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22602/tid=22605] ppid=22600 vsize=915464 CPUtime=0
/proc/22602/task/22605/stat : 22605 (java) S 22600 22602 22423 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156446437 937435136 10262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22602/tid=22606] ppid=22600 vsize=915464 CPUtime=0
/proc/22602/task/22606/stat : 22606 (java) S 22600 22602 22423 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156446437 937435136 10262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22602/tid=22607] ppid=22600 vsize=915464 CPUtime=0
/proc/22602/task/22607/stat : 22607 (java) S 22600 22602 22423 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156446440 937435136 10262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22602/tid=22608] ppid=22600 vsize=915464 CPUtime=0.18
/proc/22602/task/22608/stat : 22608 (java) S 22600 22602 22423 0 -1 64 366 0 0 0 17 1 0 0 16 0 8 0 156446440 937435136 10262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22602/tid=22609] ppid=22600 vsize=915464 CPUtime=0
/proc/22602/task/22609/stat : 22609 (java) S 22600 22602 22423 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156446440 937435136 10262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22602/tid=22610] ppid=22600 vsize=915464 CPUtime=0
/proc/22602/task/22610/stat : 22610 (java) S 22600 22602 22423 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156446440 937435136 10262 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 915464

[startup+2.9789 s]
/proc/loadavg: 1.61 1.85 1.95 3/100 22610
/proc/meminfo: memFree=1298288/2055920 swapFree=4191880/4192956
[pid=22602] ppid=22600 vsize=915464 CPUtime=2.96
/proc/22602/stat : 22602 (java) R 22600 22602 22423 0 -1 0 10535 0 1 0 290 6 0 0 25 0 8 0 156446433 937435136 10272 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073770265 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22602/statm: 228866 10272 2513 14 0 215336 0
[pid=22602/tid=22604] ppid=22600 vsize=915464 CPUtime=0.03
/proc/22602/task/22604/stat : 22604 (java) S 22600 22602 22423 0 -1 64 352 0 0 0 3 0 0 0 17 0 8 0 156446436 937435136 10272 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22602/tid=22605] ppid=22600 vsize=915464 CPUtime=0
/proc/22602/task/22605/stat : 22605 (java) S 22600 22602 22423 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156446437 937435136 10272 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22602/tid=22606] ppid=22600 vsize=915464 CPUtime=0
/proc/22602/task/22606/stat : 22606 (java) S 22600 22602 22423 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156446437 937435136 10272 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22602/tid=22607] ppid=22600 vsize=915464 CPUtime=0
/proc/22602/task/22607/stat : 22607 (java) S 22600 22602 22423 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 156446440 937435136 10272 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22602/tid=22608] ppid=22600 vsize=915464 CPUtime=0.2
/proc/22602/task/22608/stat : 22608 (java) S 22600 22602 22423 0 -1 64 376 0 0 0 19 1 0 0 15 0 8 0 156446440 937435136 10272 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22602/tid=22609] ppid=22600 vsize=915464 CPUtime=0
/proc/22602/task/22609/stat : 22609 (java) S 22600 22602 22423 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156446440 937435136 10272 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22602/tid=22610] ppid=22600 vsize=915464 CPUtime=0
/proc/22602/task/22610/stat : 22610 (java) S 22600 22602 22423 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156446440 937435136 10272 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 3.1726
CPU time (s): 3.08053
CPU user time (s): 3.00854
CPU system time (s): 0.071989
CPU usage (%): 97.098
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.00854
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10546
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= 1082
involuntary context switches= 1401

runsolver used 0.006998 s user time and 0.015997 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Jan  6 10:48:33 UTC 2007


IDJOB= 224319
IDBENCH= 5734
FILE ID= node16/224319-1168080511

PBS_JOBID= 3475863

Free space on /tmp= 66500 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-27_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224319-1168080511/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-224319-1168080511 -o ROOT/results/node16/solver-224319-1168080511 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224319-1168080511/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  ac3756fdfa2d3a5a8c0eda2b6730c3b7

RANDOM SEED= 127070283

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.220
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.220
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:       1329992 kB
Buffers:         64416 kB
Cached:         485708 kB
SwapCached:        268 kB
Active:         230076 kB
Inactive:       398144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1329992 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2568 kB
Writeback:           0 kB
Mapped:         106520 kB
Slab:            82160 kB
Committed_AS:  4685184 kB
PageTables:       2472 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= 66500 MiB



End job on node16 on Sat Jan  6 10:48:39 UTC 2007