Trace number 227059

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 ESACSAT 2.80157 2.90455

DiagnosticValue
CHECKS5096327
NODES7666

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-11_ext.xml
MD5SUM0c40a2c88751c0f6cb25cb5ca525bda8
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 benchmark1.40079
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.36	   
0.36	Abscon 109 (November, 2006)
0.36	   
0.36	   configuration
0.36	     name=esac.xml
0.39	   
0.39	   instance
0.39	     name=/tmp/evaluation/227059-1168277334/unknown.xml
0.42	   
0.42	   domains being loaded...
0.43	   
0.43	   variables being loaded...
0.46	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.46	       =>  wckTime=0.102  cpuTime=0.09  mem=6M951
0.46	   
0.46	   relations being loaded...
0.57	   
0.57	   constraints being loaded...
0.75	     nbConstraints=753  nbRelationTypes=753  nbExtensionStructures=753  nbSharedExtensionStructures=0
0.75	     nbConflictsStructures=753  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=11916  maxDegree=39
0.76	     maxArity=2
0.76	       =>  wckTime=0.393  cpuTime=0.26  mem=11M947
0.80	   
0.80	   solver IterativeSystematicSolver being built... 
0.97	       =>  wckTime=0.604  cpuTime=0.4  mem=15M7
1.02	   
1.02	   preprocessing
1.02	     nbConstraintChecks=19859  nbPropagations=766  nbRevisions=4449  nbUselessRevisions=3569  nbSingletonTests=45
1.02	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
1.02	       =>  wckTime=0.054  cpuTime=0.03  mem=15M7
1.05	   
1.05	   search
1.05	     run=0  nbConstraintChecks=12806  nbPropagations=1072  nbRevisions=8306  nbUselessRevisions=6827  nbAssignments=23
1.05	     nbFailedAssignments=5  nbBacktracks=10  nbVisitedNodes=35  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.05	     nbTooLargeKeys=0
1.05	       =>  wckTime=0.082  cpuTime=0.05  mem=15M7
1.07	   
1.07	   search
1.07	     run=1  nbConstraintChecks=31094  nbPropagations=2575  nbRevisions=22318  nbUselessRevisions=18454  nbAssignments=53
1.07	     nbFailedAssignments=11  nbBacktracks=26  nbVisitedNodes=81  nbRestartNogoods=2  mapSize=23  nbInferences=0
1.07	     nbTooLargeKeys=0
1.07	       =>  wckTime=0.102  cpuTime=0.07  mem=15M7
1.09	   
1.09	   search
1.09	     run=2  nbConstraintChecks=57080  nbPropagations=4604  nbRevisions=44742  nbUselessRevisions=37318  nbAssignments=92
1.09	     nbFailedAssignments=21  nbBacktracks=49  nbVisitedNodes=141  nbRestartNogoods=4  mapSize=41  nbInferences=0
1.09	     nbTooLargeKeys=0
1.09	       =>  wckTime=0.119  cpuTime=0.08  mem=15M7
1.10	   
1.10	   search
1.10	     run=3  nbConstraintChecks=88424  nbPropagations=7294  nbRevisions=76293  nbUselessRevisions=63839
1.10	     nbAssignments=145  nbFailedAssignments=34  nbBacktracks=82  nbVisitedNodes=221  nbRestartNogoods=6  mapSize=66
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.134  cpuTime=0.1  mem=15M7
1.13	   
1.13	   search
1.13	     run=4  nbConstraintChecks=141137  nbPropagations=11045  nbRevisions=125092  nbUselessRevisions=104942
1.13	     nbAssignments=222  nbFailedAssignments=55  nbBacktracks=132  nbVisitedNodes=347  nbRestartNogoods=8  mapSize=110
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.158  cpuTime=0.12  mem=15M7
1.16	   
1.16	   search
1.16	     run=5  nbConstraintChecks=212127  nbPropagations=16194  nbRevisions=196498  nbUselessRevisions=165416
1.16	     nbAssignments=336  nbFailedAssignments=88  nbBacktracks=208  nbVisitedNodes=529  nbRestartNogoods=11  mapSize=172
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.197  cpuTime=0.15  mem=15M7
1.21	   
1.21	   search
1.21	     run=6  nbConstraintChecks=329029  nbPropagations=23559  nbRevisions=306031  nbUselessRevisions=258551
1.21	     nbAssignments=506  nbFailedAssignments=137  nbBacktracks=325  nbVisitedNodes=804  nbRestartNogoods=13  mapSize=266
1.21	     nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.247  cpuTime=0.19  mem=15M7
1.29	   
1.29	   search
1.29	     run=7  nbConstraintChecks=522623  nbPropagations=34475  nbRevisions=476426  nbUselessRevisions=403749
1.29	     nbAssignments=764  nbFailedAssignments=218  nbBacktracks=498  nbVisitedNodes=1228  nbRestartNogoods=15  mapSize=412
1.29	     nbInferences=0  nbTooLargeKeys=0
1.29	       =>  wckTime=0.321  cpuTime=0.27  mem=15M7
1.38	   
1.38	   search
1.38	     run=8  nbConstraintChecks=760292  nbPropagations=49831  nbRevisions=727618  nbUselessRevisions=618895
1.38	     nbAssignments=1130  nbFailedAssignments=319  nbBacktracks=757  nbVisitedNodes=1817  nbRestartNogoods=18
1.38	     mapSize=610  nbInferences=0  nbTooLargeKeys=0
1.38	       =>  wckTime=0.414  cpuTime=0.36  mem=15M7
1.55	   
1.55	   search
1.55	     run=9  nbConstraintChecks=1152294  nbPropagations=72504  nbRevisions=1107988  nbUselessRevisions=944502
1.55	     nbAssignments=1695  nbFailedAssignments=491  nbBacktracks=1144  nbVisitedNodes=2751  nbRestartNogoods=23
1.55	     mapSize=933  nbInferences=0  nbTooLargeKeys=0
1.55	       =>  wckTime=0.583  cpuTime=0.51  mem=15M7
1.60	   
1.60	   INFO : Stopping hyperNogood (mapSize=1016, nbTooLargekeys=0, mem=15M7)
1.76	   
1.76	   search
1.76	     run=10  nbConstraintChecks=1749330  nbPropagations=106185  nbRevisions=1683621  nbUselessRevisions=1437602
1.76	     nbAssignments=2532  nbFailedAssignments=743  nbBacktracks=1723  nbVisitedNodes=4124  nbRestartNogoods=28
1.76	       =>  wckTime=0.797  cpuTime=0.71  mem=15M7
2.01	   
2.01	   search
2.01	     run=11  nbConstraintChecks=2493397  nbPropagations=153828  nbRevisions=2514621  nbUselessRevisions=2152494
2.01	     nbAssignments=3714  nbFailedAssignments=1049  nbBacktracks=2589  nbVisitedNodes=6016  nbRestartNogoods=33
2.01	       =>  wckTime=1.042  cpuTime=0.95  mem=15M7
2.41	   
2.41	   search
2.41	     run=12  nbConstraintChecks=3706131  nbPropagations=223928  nbRevisions=3755607  nbUselessRevisions=3221430
2.41	     nbAssignments=5540  nbFailedAssignments=1568  nbBacktracks=3890  nbVisitedNodes=8978  nbRestartNogoods=42
2.41	       =>  wckTime=1.442  cpuTime=1.34  mem=15M7
2.86	   
2.86	   search
2.86	     run=13  nbConstraintChecks=5076468  nbPropagations=319652  nbRevisions=5453223  nbUselessRevisions=4683460
2.86	     nbAssignments=7666  nbFailedAssignments=2185  nbBacktracks=5359  nbVisitedNodes=12406  nbRestartNogoods=47
2.86	       =>  wckTime=1.892  cpuTime=1.8  mem=15M7
2.86	   
2.86	   global
2.86	     nbConstraintChecks=5096327  nbPropagations=320418  nbRevisions=5457672  nbUselessRevisions=4687029
2.86	     nbRestartNogoods=47  solvingWckTime=1.893  solvingCpuTime=1.8  expiredTime=no  totalExploration=no
2.86	     nbFoundSolutions=1  globalCpuTime=2.25
2.86	       =>  wckTime=2.499  cpuTime=2.2  mem=15M7
2.86	   
2.86	s SATISFIABLE
2.86	v 4 5 6 1 2 4 5 2 7 4 4 4 6 0 6 4 1 4 1 7 5 3 6 6 5 3 5 4 5 2 7 6 3 2 5 2 1 0 6 4 
2.86	d NODES 7666
2.86	d CHECKS 5096327
2.86	   
2.86	   totalWckTime=2.582  totalCpuTime=2.25

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/node1/watcher-227059-1168277334 -o ROOT/results/node1/solver-227059-1168277334 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227059-1168277334/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.95 1.96 1.97 4/89 1113
/proc/meminfo: memFree=1347448/2055920 swapFree=4165612/4192956
[pid=1112] ppid=1110 vsize=89776 CPUtime=0
/proc/1112/stat : 1112 (java) D 1110 1112 970 0 -1 0 1273 0 1 0 0 0 0 0 17 0 1 0 176129215 91930624 1022 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/1112/statm: 226919 1918 1089 14 0 214502 0
[pid=1112/tid=1114] ppid=1110 vsize=907676 CPUtime=0
/proc/1112/task/1114/stat : 1114 (java) S 1110 1112 970 0 -1 64 5 0 0 0 0 0 0 0 19 0 4 0 176129219 929460224 1918 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0
[pid=1112/tid=1115] ppid=1110 vsize=907676 CPUtime=0
/proc/1112/task/1115/stat : 1115 (java) S 1110 1112 970 0 -1 64 9 0 0 0 0 0 0 0 19 0 4 0 176129219 929460224 1918 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0
[pid=1112/tid=1116] ppid=1110 vsize=907676 CPUtime=0
/proc/1112/task/1116/stat : 1116 (java) R 1110 1112 970 0 -1 64 0 0 0 0 0 0 0 0 20 0 4 0 176129219 929460224 1918 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 6676440 0 4 0 7368 0 0 0 -1 1 0 0

[startup+0.102634 s]
/proc/loadavg: 1.95 1.96 1.97 4/89 1113
/proc/meminfo: memFree=1347448/2055920 swapFree=4165612/4192956
[pid=1112] ppid=1110 vsize=907808 CPUtime=0.05
/proc/1112/stat : 1112 (java) D 1110 1112 970 0 -1 0 2455 0 1 0 4 1 0 0 17 0 4 0 176129215 929595392 2202 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/1112/statm: 226952 2202 1214 14 0 214535 0
[pid=1112/tid=1114] ppid=1110 vsize=907808 CPUtime=0
/proc/1112/task/1114/stat : 1114 (java) S 1110 1112 970 0 -1 64 5 0 0 0 0 0 0 0 19 0 4 0 176129219 929595392 2202 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23755 0 0 0 -1 1 0 0
[pid=1112/tid=1115] ppid=1110 vsize=907808 CPUtime=0
/proc/1112/task/1115/stat : 1115 (java) S 1110 1112 970 0 -1 64 9 0 0 0 0 0 0 0 19 0 4 0 176129219 929595392 2202 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23755 0 0 0 -1 1 0 0
[pid=1112/tid=1116] ppid=1110 vsize=907808 CPUtime=0
/proc/1112/task/1116/stat : 1116 (java) S 1110 1112 970 0 -1 64 4 0 0 0 0 0 0 0 20 0 4 0 176129219 929595392 2202 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23755 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.514683 s]
/proc/loadavg: 1.95 1.96 1.97 4/89 1113
/proc/meminfo: memFree=1347448/2055920 swapFree=4165612/4192956
[pid=1112] ppid=1110 vsize=915328 CPUtime=0.45
/proc/1112/stat : 1112 (java) R 1110 1112 970 0 -1 0 6171 0 1 0 41 4 0 0 18 0 8 0 176129215 937295872 5910 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1112/statm: 228832 5910 2137 14 0 215302 0
[pid=1112/tid=1114] ppid=1110 vsize=915328 CPUtime=0
/proc/1112/task/1114/stat : 1114 (java) S 1110 1112 970 0 -1 64 5 0 0 0 0 0 0 0 19 0 8 0 176129219 937295872 5910 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1112/tid=1115] ppid=1110 vsize=915328 CPUtime=0
/proc/1112/task/1115/stat : 1115 (java) S 1110 1112 970 0 -1 64 9 0 0 0 0 0 0 0 19 0 8 0 176129219 937295872 5910 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1112/tid=1116] ppid=1110 vsize=915328 CPUtime=0
/proc/1112/task/1116/stat : 1116 (java) S 1110 1112 970 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 176129219 937295872 5910 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.34378 s]
/proc/loadavg: 1.95 1.96 1.97 3/96 1120
/proc/meminfo: memFree=1323392/2055920 swapFree=4165612/4192956
[pid=1112] ppid=1110 vsize=915584 CPUtime=1.27
/proc/1112/stat : 1112 (java) R 1110 1112 970 0 -1 0 8753 0 1 0 120 7 0 0 24 0 8 0 176129215 937558016 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073904777 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1112/statm: 228896 8491 2524 14 0 215366 0
[pid=1112/tid=1114] ppid=1110 vsize=915584 CPUtime=0.03
/proc/1112/task/1114/stat : 1114 (java) S 1110 1112 970 0 -1 64 303 0 0 0 3 0 0 0 16 0 8 0 176129219 937558016 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1112/tid=1115] ppid=1110 vsize=915584 CPUtime=0
/proc/1112/task/1115/stat : 1115 (java) S 1110 1112 970 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176129219 937558016 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1112/tid=1116] ppid=1110 vsize=915584 CPUtime=0
/proc/1112/task/1116/stat : 1116 (java) S 1110 1112 970 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176129219 937558016 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1112/tid=1117] ppid=1110 vsize=915584 CPUtime=0
/proc/1112/task/1117/stat : 1117 (java) S 1110 1112 970 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176129227 937558016 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1112/tid=1118] ppid=1110 vsize=915584 CPUtime=0.25
/proc/1112/task/1118/stat : 1118 (java) S 1110 1112 970 0 -1 64 405 0 0 0 24 1 0 0 15 0 8 0 176129227 937558016 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1112/tid=1119] ppid=1110 vsize=915584 CPUtime=0
/proc/1112/task/1119/stat : 1119 (java) S 1110 1112 970 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176129227 937558016 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1112/tid=1120] ppid=1110 vsize=915584 CPUtime=0
/proc/1112/task/1120/stat : 1120 (java) S 1110 1112 970 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176129227 937558016 8491 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 2.90455
CPU time (s): 2.80157
CPU user time (s): 2.72059
CPU system time (s): 0.080987
CPU usage (%): 96.4545
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.72059
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= 8893
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= 1315
involuntary context switches= 1540

runsolver used 0.008998 s user time and 0.019996 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Mon Jan  8 17:28:55 UTC 2007


IDJOB= 227059
IDBENCH= 6039
FILE ID= node1/227059-1168277334

PBS_JOBID= 3483102

Free space on /tmp= 66310 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-11_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227059-1168277334/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-227059-1168277334 -o ROOT/results/node1/solver-227059-1168277334 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227059-1168277334/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0c40a2c88751c0f6cb25cb5ca525bda8

RANDOM SEED= 651137341

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:       1347928 kB
Buffers:         59976 kB
Cached:         506108 kB
SwapCached:       3620 kB
Active:         309540 kB
Inactive:       339860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1347928 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:          94584 kB
Slab:            43280 kB
Committed_AS:  5560036 kB
PageTables:       2416 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= 66310 MiB



End job on node1 on Mon Jan  8 17:28:58 UTC 2007