Trace number 205262

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 2.98754 3.05452

DiagnosticValue
CHECKS12340121
NODES13680

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-49_ext.xml
MD5SUM7d4d0712f747674d4039c362aac30b40
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 benchmark0.78188
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables30
Number of constraints223
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension223
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/205262-1168073399/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15
0.39	       =>  wckTime=0.092  cpuTime=0.07  mem=6M951
0.39	   
0.39	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.55	     nbConstraints=223  nbRelationTypes=223  nbExtensionStructures=223  nbSharedExtensionStructures=0
0.55	     nbConflictsStructures=223  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2775  maxDegree=18
0.55	     maxArity=2
0.55	       =>  wckTime=0.248  cpuTime=0.16  mem=10M852
0.58	   
0.58	   solver IterativeSystematicSolver being built... 
0.73	       =>  wckTime=0.433  cpuTime=0.28  mem=13M590
0.74	   
0.74	   preprocessing
0.74	     nbConstraintChecks=0  nbPropagations=30  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.74	     detectedInconsistency=no
0.74	       =>  wckTime=0.0020  cpuTime=0.0  mem=13M590
0.78	   
0.78	   search
0.78	     run=0  nbConstraintChecks=18688  nbPropagations=380  nbRevisions=3809  nbUselessRevisions=3042  nbAssignments=22
0.78	     nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=37  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.78	     nbTooLargeKeys=0
0.78	       =>  wckTime=0.042  cpuTime=0.02  mem=14M582
0.79	   
0.79	   search
0.79	     run=1  nbConstraintChecks=42465  nbPropagations=1242  nbRevisions=12625  nbUselessRevisions=10008  nbAssignments=53
0.79	     nbFailedAssignments=19  nbBacktracks=26  nbVisitedNodes=88  nbRestartNogoods=1  mapSize=23  nbInferences=0
0.79	     nbTooLargeKeys=0
0.79	       =>  wckTime=0.059  cpuTime=0.03  mem=14M582
0.82	   
0.82	   search
0.82	     run=2  nbConstraintChecks=79790  nbPropagations=2772  nbRevisions=29011  nbUselessRevisions=23046  nbAssignments=94
0.82	     nbFailedAssignments=32  nbBacktracks=50  nbVisitedNodes=156  nbRestartNogoods=3  mapSize=40  nbInferences=0
0.82	     nbTooLargeKeys=0
0.82	       =>  wckTime=0.083  cpuTime=0.05  mem=14M582
0.83	   
0.83	   search
0.83	     run=3  nbConstraintChecks=115759  nbPropagations=5041  nbRevisions=53284  nbUselessRevisions=42309
0.83	     nbAssignments=148  nbFailedAssignments=47  nbBacktracks=85  nbVisitedNodes=244  nbRestartNogoods=6  mapSize=65
0.83	     nbInferences=0  nbTooLargeKeys=0
0.83	       =>  wckTime=0.093  cpuTime=0.06  mem=14M582
0.85	   
0.85	   search
0.85	     run=4  nbConstraintChecks=212865  nbPropagations=9052  nbRevisions=98770  nbUselessRevisions=78609
0.85	     nbAssignments=249  nbFailedAssignments=94  nbBacktracks=136  nbVisitedNodes=427  nbRestartNogoods=9  mapSize=112
0.85	     nbInferences=0  nbTooLargeKeys=0
0.85	       =>  wckTime=0.116  cpuTime=0.08  mem=14M582
0.88	   
0.88	   search
0.88	     run=5  nbConstraintChecks=334259  nbPropagations=15273  nbRevisions=169085  nbUselessRevisions=134290
0.88	     nbAssignments=387  nbFailedAssignments=154  nbBacktracks=211  nbVisitedNodes=670  nbRestartNogoods=11  mapSize=179
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.146  cpuTime=0.1  mem=14M582
0.92	   
0.92	   search
0.92	     run=6  nbConstraintChecks=514063  nbPropagations=24812  nbRevisions=277443  nbUselessRevisions=219864
0.92	     nbAssignments=602  nbFailedAssignments=251  nbBacktracks=325  nbVisitedNodes=1053  nbRestartNogoods=13  mapSize=281
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.186  cpuTime=0.14  mem=14M582
0.97	   
0.97	   search
0.97	     run=7  nbConstraintChecks=780161  nbPropagations=39145  nbRevisions=441613  nbUselessRevisions=349340
0.97	     nbAssignments=897  nbFailedAssignments=373  nbBacktracks=495  nbVisitedNodes=1571  nbRestartNogoods=17  mapSize=418
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.241  cpuTime=0.2  mem=14M582
1.05	   
1.05	   search
1.05	     run=8  nbConstraintChecks=1153543  nbPropagations=60421  nbRevisions=686737  nbUselessRevisions=542781
1.05	     nbAssignments=1328  nbFailedAssignments=544  nbBacktracks=752  nbVisitedNodes=2322  nbRestartNogoods=20
1.05	     mapSize=639  nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.32  cpuTime=0.27  mem=14M582
1.18	   
1.18	   search
1.18	     run=9  nbConstraintChecks=1744174  nbPropagations=92374  nbRevisions=1059350  nbUselessRevisions=837206
1.18	     nbAssignments=2001  nbFailedAssignments=829  nbBacktracks=1136  nbVisitedNodes=3509  nbRestartNogoods=24
1.18	     mapSize=983  nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.444  cpuTime=0.39  mem=14M582
1.20	   
1.20	   INFO : Stopping hyperNogood (mapSize=1032, nbTooLargekeys=0, mem=14M582)
1.34	   
1.34	   search
1.34	     run=10  nbConstraintChecks=2606360  nbPropagations=139923  nbRevisions=1615511  nbUselessRevisions=1276651
1.34	     nbAssignments=2962  nbFailedAssignments=1212  nbBacktracks=1712  nbVisitedNodes=5182  nbRestartNogoods=29
1.34	       =>  wckTime=0.612  cpuTime=0.55  mem=14M582
1.58	   
1.58	   search
1.58	     run=11  nbConstraintChecks=3891307  nbPropagations=210919  nbRevisions=2450473  nbUselessRevisions=1937277
1.58	     nbAssignments=4455  nbFailedAssignments=1837  nbBacktracks=2577  nbVisitedNodes=7813  nbRestartNogoods=36
1.58	       =>  wckTime=0.848  cpuTime=0.78  mem=14M582
1.94	   
1.94	   search
1.94	     run=12  nbConstraintChecks=5960337  nbPropagations=317892  nbRevisions=3704237  nbUselessRevisions=2925486
1.94	     nbAssignments=6653  nbFailedAssignments=2733  nbBacktracks=3875  nbVisitedNodes=11683  nbRestartNogoods=41
1.94	       =>  wckTime=1.204  cpuTime=1.13  mem=14M582
2.44	   
2.44	   search
2.44	     run=13  nbConstraintChecks=8915293  nbPropagations=478263  nbRevisions=5587840  nbUselessRevisions=4411747
2.44	     nbAssignments=9972  nbFailedAssignments=4101  nbBacktracks=5821  nbVisitedNodes=17534  nbRestartNogoods=51
2.44	       =>  wckTime=1.71  cpuTime=1.64  mem=14M582
2.99	   
2.99	   search
2.99	     run=14  nbConstraintChecks=12340121  nbPropagations=698159  nbRevisions=8189042  nbUselessRevisions=6462630
2.99	     nbAssignments=13680  nbFailedAssignments=5681  nbBacktracks=7950  nbVisitedNodes=24080  nbRestartNogoods=55
2.99	       =>  wckTime=2.259  cpuTime=2.18  mem=14M582
2.99	   
2.99	   global
2.99	     nbConstraintChecks=12340121  nbPropagations=698189  nbRevisions=8189042  nbUselessRevisions=6462630
2.99	     nbRestartNogoods=55  solvingWckTime=2.26  solvingCpuTime=2.18  expiredTime=no  totalExploration=yes
2.99	     nbFoundSolutions=0  globalCpuTime=2.53
2.99	       =>  wckTime=2.696  cpuTime=2.47  mem=14M582
3.00	   
3.00	s UNSATISFIABLE
3.00	d NODES 13680
3.00	d CHECKS 12340121
3.00	   
3.00	   totalWckTime=2.771  totalCpuTime=2.53

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/node35/watcher-205262-1168073399 -o ROOT/results/node35/solver-205262-1168073399 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/205262-1168073399/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.50 0.88 1.12 2/69 12595
/proc/meminfo: memFree=1699648/2055920 swapFree=4192812/4192956
[pid=12594] ppid=12591 vsize=1784 CPUtime=0
/proc/12594/stat : 12594 (java) D 12591 12594 12404 0 -1 0 165 0 0 0 0 0 0 0 20 0 1 0 155734019 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/12594/statm: 446 140 106 14 0 91 0

[startup+0.103354 s]
/proc/loadavg: 0.50 0.88 1.12 2/69 12595
/proc/meminfo: memFree=1699648/2055920 swapFree=4192812/4192956
[pid=12594] ppid=12591 vsize=914988 CPUtime=0.09
/proc/12594/stat : 12594 (java) R 12591 12594 12404 0 -1 0 3000 0 1 0 7 2 0 0 21 0 8 0 155734019 936947712 2746 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12594/statm: 228747 2746 1428 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.512401 s]
/proc/loadavg: 0.50 0.88 1.12 2/69 12595
/proc/meminfo: memFree=1699648/2055920 swapFree=4192812/4192956
[pid=12594] ppid=12591 vsize=915328 CPUtime=0.49
/proc/12594/stat : 12594 (java) R 12591 12594 12404 0 -1 0 6747 0 1 0 45 4 0 0 24 0 8 0 155734019 937295872 6486 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12594/statm: 228832 6486 2147 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33349 s]
/proc/loadavg: 0.50 0.88 1.12 2/87 12640
/proc/meminfo: memFree=1650608/2055920 swapFree=4192812/4192956
[pid=12594] ppid=12591 vsize=915452 CPUtime=1.31
/proc/12594/stat : 12594 (java) R 12591 12594 12404 0 -1 0 8538 0 1 0 125 6 0 0 17 0 8 0 155734019 937422848 8276 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073790777 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12594/statm: 228863 8276 2513 14 0 215333 0
[pid=12594/tid=12597] ppid=12591 vsize=915452 CPUtime=0.02
/proc/12594/task/12597/stat : 12597 (java) S 12591 12594 12404 0 -1 64 206 0 0 0 2 0 0 0 17 0 8 0 155734023 937422848 8276 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12594/tid=12598] ppid=12591 vsize=915452 CPUtime=0
/proc/12594/task/12598/stat : 12598 (java) S 12591 12594 12404 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155734024 937422848 8276 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12594/tid=12599] ppid=12591 vsize=915452 CPUtime=0
/proc/12594/task/12599/stat : 12599 (java) S 12591 12594 12404 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155734024 937422848 8276 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12594/tid=12607] ppid=12591 vsize=915452 CPUtime=0
/proc/12594/task/12607/stat : 12607 (java) S 12591 12594 12404 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155734027 937422848 8276 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12594/tid=12608] ppid=12591 vsize=915452 CPUtime=0.21
/proc/12594/task/12608/stat : 12608 (java) S 12591 12594 12404 0 -1 64 386 0 0 0 20 1 0 0 16 0 8 0 155734027 937422848 8276 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12594/tid=12609] ppid=12591 vsize=915452 CPUtime=0
/proc/12594/task/12609/stat : 12609 (java) S 12591 12594 12404 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155734027 937422848 8276 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12594/tid=12610] ppid=12591 vsize=915452 CPUtime=0
/proc/12594/task/12610/stat : 12610 (java) S 12591 12594 12404 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155734027 937422848 8276 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) 915452

[startup+2.97069 s]
/proc/loadavg: 0.50 0.88 1.12 2/75 12648
/proc/meminfo: memFree=1674320/2055920 swapFree=4192812/4192956
[pid=12594] ppid=12591 vsize=915452 CPUtime=2.95
/proc/12594/stat : 12594 (java) R 12591 12594 12404 0 -1 0 8550 0 1 0 288 7 0 0 25 0 8 0 155734019 937422848 8287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798412 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12594/statm: 228863 8287 2513 14 0 215333 0
[pid=12594/tid=12597] ppid=12591 vsize=915452 CPUtime=0.02
/proc/12594/task/12597/stat : 12597 (java) S 12591 12594 12404 0 -1 64 206 0 0 0 2 0 0 0 17 0 8 0 155734023 937422848 8287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12594/tid=12598] ppid=12591 vsize=915452 CPUtime=0
/proc/12594/task/12598/stat : 12598 (java) S 12591 12594 12404 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155734024 937422848 8287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12594/tid=12599] ppid=12591 vsize=915452 CPUtime=0
/proc/12594/task/12599/stat : 12599 (java) S 12591 12594 12404 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155734024 937422848 8287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12594/tid=12607] ppid=12591 vsize=915452 CPUtime=0
/proc/12594/task/12607/stat : 12607 (java) S 12591 12594 12404 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155734027 937422848 8287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12594/tid=12608] ppid=12591 vsize=915452 CPUtime=0.21
/proc/12594/task/12608/stat : 12608 (java) S 12591 12594 12404 0 -1 64 388 0 0 0 20 1 0 0 15 0 8 0 155734027 937422848 8287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12594/tid=12609] ppid=12591 vsize=915452 CPUtime=0
/proc/12594/task/12609/stat : 12609 (java) S 12591 12594 12404 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155734027 937422848 8287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12594/tid=12610] ppid=12591 vsize=915452 CPUtime=0
/proc/12594/task/12610/stat : 12610 (java) S 12591 12594 12404 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155734027 937422848 8287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 3.05452
CPU time (s): 2.98754
CPU user time (s): 2.90956
CPU system time (s): 0.077988
CPU usage (%): 97.8075
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.90956
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8644
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= 1160
involuntary context switches= 1272

runsolver used 0.002999 s user time and 0.024996 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Sat Jan  6 08:50:02 UTC 2007


IDJOB= 205262
IDBENCH= 4115
FILE ID= node35/205262-1168073399

PBS_JOBID= 3475997

Free space on /tmp= 66559 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-30-15/rand-2-30-15-306-230-49_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/205262-1168073399/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-205262-1168073399 -o ROOT/results/node35/solver-205262-1168073399 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/205262-1168073399/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7d4d0712f747674d4039c362aac30b40

RANDOM SEED= 397174442

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.234
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.234
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:       1700392 kB
Buffers:         25800 kB
Cached:         233824 kB
SwapCached:          0 kB
Active:          62288 kB
Inactive:       217440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1700392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2088 kB
Writeback:           0 kB
Mapped:          30296 kB
Slab:            61520 kB
Committed_AS:  3012040 kB
PageTables:       1620 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= 66558 MiB



End job on node35 on Sat Jan  6 08:50:09 UTC 2007