Trace number 205195

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 3.49547 3.60373

DiagnosticValue
CHECKS13772609
NODES14941

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-9_ext.xml
MD5SUM16c7582879427ca51d1074f4966be2cb
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 benchmark0.361944
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables30
Number of constraints227
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension227
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/205195-1168167302/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.44	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15
0.44	       =>  wckTime=0.104  cpuTime=0.09  mem=6M951
0.44	   
0.44	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.62	     nbConstraints=227  nbRelationTypes=227  nbExtensionStructures=227  nbSharedExtensionStructures=0
0.62	     nbConflictsStructures=227  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2895  maxDegree=20
0.62	     maxArity=2
0.62	       =>  wckTime=0.283  cpuTime=0.21  mem=10M853
0.66	   
0.66	   solver IterativeSystematicSolver being built... 
0.84	       =>  wckTime=0.502  cpuTime=0.35  mem=14M685
0.88	   
0.88	   preprocessing
0.88	     nbConstraintChecks=33827  nbPropagations=627  nbRevisions=4462  nbUselessRevisions=3599  nbSingletonTests=39
0.88	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.88	       =>  wckTime=0.044  cpuTime=0.02  mem=14M685
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=26476  nbPropagations=1108  nbRevisions=9803  nbUselessRevisions=7847  nbAssignments=26
0.91	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=45  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.068  cpuTime=0.05  mem=14M685
0.93	   
0.93	   search
0.93	     run=1  nbConstraintChecks=65784  nbPropagations=2886  nbRevisions=27772  nbUselessRevisions=22259  nbAssignments=63
0.93	     nbFailedAssignments=27  nbBacktracks=25  nbVisitedNodes=109  nbRestartNogoods=3  mapSize=23  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.09  cpuTime=0.06  mem=14M685
0.94	   
0.94	   search
0.94	     run=2  nbConstraintChecks=104282  nbPropagations=5407  nbRevisions=54380  nbUselessRevisions=43659
0.94	     nbAssignments=105  nbFailedAssignments=42  nbBacktracks=48  nbVisitedNodes=178  nbRestartNogoods=5  mapSize=42
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.105  cpuTime=0.07  mem=14M685
0.96	   
0.96	   search
0.96	     run=3  nbConstraintChecks=169532  nbPropagations=9108  nbRevisions=93860  nbUselessRevisions=75198
0.96	     nbAssignments=179  nbFailedAssignments=69  nbBacktracks=81  nbVisitedNodes=289  nbRestartNogoods=8  mapSize=70
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.123  cpuTime=0.09  mem=14M685
0.99	   
0.99	   search
0.99	     run=4  nbConstraintChecks=265246  nbPropagations=14546  nbRevisions=154779  nbUselessRevisions=123748
0.99	     nbAssignments=289  nbFailedAssignments=125  nbBacktracks=133  nbVisitedNodes=484  nbRestartNogoods=13  mapSize=115
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.148  cpuTime=0.11  mem=14M685
1.02	   
1.02	   search
1.02	     run=5  nbConstraintChecks=398868  nbPropagations=22277  nbRevisions=243180  nbUselessRevisions=193996
1.02	     nbAssignments=430  nbFailedAssignments=187  nbBacktracks=209  nbVisitedNodes=732  nbRestartNogoods=14  mapSize=185
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.184  cpuTime=0.14  mem=14M685
1.07	   
1.07	   search
1.07	     run=6  nbConstraintChecks=595751  nbPropagations=33550  nbRevisions=374119  nbUselessRevisions=298119
1.07	     nbAssignments=646  nbFailedAssignments=285  nbBacktracks=322  nbVisitedNodes=1115  nbRestartNogoods=17  mapSize=282
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.229  cpuTime=0.19  mem=14M685
1.14	   
1.14	   search
1.14	     run=7  nbConstraintChecks=891108  nbPropagations=49992  nbRevisions=568492  nbUselessRevisions=452925
1.14	     nbAssignments=965  nbFailedAssignments=430  nbBacktracks=493  nbVisitedNodes=1681  nbRestartNogoods=21  mapSize=437
1.14	     nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.304  cpuTime=0.26  mem=14M685
1.23	   
1.23	   search
1.24	     run=8  nbConstraintChecks=1287010  nbPropagations=73803  nbRevisions=856220  nbUselessRevisions=683422
1.24	     nbAssignments=1420  nbFailedAssignments=625  nbBacktracks=750  nbVisitedNodes=2494  nbRestartNogoods=26
1.24	     mapSize=664  nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.397  cpuTime=0.35  mem=14M685
1.37	   
1.37	   search
1.37	     run=9  nbConstraintChecks=1841073  nbPropagations=107620  nbRevisions=1267176  nbUselessRevisions=1012200
1.37	     nbAssignments=2085  nbFailedAssignments=902  nbBacktracks=1135  nbVisitedNodes=3654  nbRestartNogoods=32
1.37	     mapSize=995  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.53  cpuTime=0.46  mem=14M685
1.38	   
1.38	   INFO : Stopping hyperNogood (mapSize=1006, nbTooLargekeys=0, mem=14M685)
1.56	   
1.56	   search
1.56	     run=10  nbConstraintChecks=2749830  nbPropagations=158073  nbRevisions=1884015  nbUselessRevisions=1506653
1.56	     nbAssignments=3083  nbFailedAssignments=1319  nbBacktracks=1711  nbVisitedNodes=5448  nbRestartNogoods=36
1.56	       =>  wckTime=0.717  cpuTime=0.64  mem=14M685
1.81	   
1.81	   search
1.81	     run=11  nbConstraintChecks=4087808  nbPropagations=232454  nbRevisions=2790540  nbUselessRevisions=2232291
1.81	     nbAssignments=4546  nbFailedAssignments=1905  nbBacktracks=2575  nbVisitedNodes=8011  nbRestartNogoods=42
1.81	       =>  wckTime=0.968  cpuTime=0.88  mem=14M685
2.20	   
2.20	   search
2.20	     run=12  nbConstraintChecks=6284470  nbPropagations=345381  nbRevisions=4169243  nbUselessRevisions=3333954
2.20	     nbAssignments=6915  nbFailedAssignments=2962  nbBacktracks=3873  nbVisitedNodes=12248  nbRestartNogoods=49
2.20	       =>  wckTime=1.359  cpuTime=1.27  mem=14M685
2.74	   
2.74	   search
2.74	     run=13  nbConstraintChecks=9301893  nbPropagations=512071  nbRevisions=6203642  nbUselessRevisions=4958680
2.74	     nbAssignments=10273  nbFailedAssignments=4369  nbBacktracks=5819  nbVisitedNodes=18179  nbRestartNogoods=57
2.74	       =>  wckTime=1.902  cpuTime=1.81  mem=14M685
3.54	   
3.54	   search
3.54	     run=14  nbConstraintChecks=13738782  nbPropagations=756283  nbRevisions=9219931  nbUselessRevisions=7370524
3.54	     nbAssignments=14941  nbFailedAssignments=6430  nbBacktracks=8396  nbVisitedNodes=26548  nbRestartNogoods=64
3.54	       =>  wckTime=2.699  cpuTime=2.59  mem=14M685
3.54	   
3.54	   global
3.54	     nbConstraintChecks=13772609  nbPropagations=756910  nbRevisions=9224393  nbUselessRevisions=7374123
3.54	     nbRestartNogoods=64  solvingWckTime=2.7  solvingCpuTime=2.59  expiredTime=no  totalExploration=no
3.54	     nbFoundSolutions=1  globalCpuTime=2.99
3.54	       =>  wckTime=3.206  cpuTime=2.94  mem=14M685
3.54	   
3.54	s SATISFIABLE
3.54	v 14 1 12 6 1 9 12 12 7 5 6 12 13 0 0 10 9 13 8 1 2 13 11 10 6 5 6 6 9 3 
3.54	d NODES 14941
3.54	d CHECKS 13772609
3.54	   
3.54	   totalWckTime=3.29  totalCpuTime=3.0

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/node14/watcher-205195-1168167302 -o ROOT/results/node14/solver-205195-1168167302 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/205195-1168167302/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.23 1.67 1.84 4/97 26014
/proc/meminfo: memFree=1029456/2055920 swapFree=4182236/4192956
[pid=26013] ppid=26011 vsize=18540 CPUtime=0
/proc/26013/stat : 26013 (runsolver) R 26011 26013 25617 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 165125720 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 212234464551 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/26013/statm: 4635 279 244 17 0 2626 0

[startup+0.107548 s]
/proc/loadavg: 1.23 1.67 1.84 4/97 26014
/proc/meminfo: memFree=1029456/2055920 swapFree=4182236/4192956
[pid=26013] ppid=26011 vsize=913068 CPUtime=0.08
/proc/26013/stat : 26013 (java) S 26011 26013 25617 0 -1 0 2860 0 1 0 7 1 0 0 18 0 8 0 165125720 934981632 2606 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26013/statm: 228267 2606 1395 14 0 215168 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913068

[startup+0.519588 s]
/proc/loadavg: 1.23 1.67 1.84 4/97 26014
/proc/meminfo: memFree=1029456/2055920 swapFree=4182236/4192956
[pid=26013] ppid=26011 vsize=915328 CPUtime=0.49
/proc/26013/stat : 26013 (java) R 26011 26013 25617 0 -1 0 6481 0 1 0 45 4 0 0 18 0 8 0 165125720 937295872 6220 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072926792 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26013/statm: 228832 6220 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34366 s]
/proc/loadavg: 1.29 1.67 1.84 3/104 26021
/proc/meminfo: memFree=1005848/2055920 swapFree=4182236/4192956
[pid=26013] ppid=26011 vsize=915452 CPUtime=1.3
/proc/26013/stat : 26013 (java) R 26011 26013 25617 0 -1 0 8627 0 1 0 123 7 0 0 24 0 8 0 165125720 937422848 8365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073801675 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26013/statm: 228863 8365 2524 14 0 215333 0
[pid=26013/tid=26015] ppid=26011 vsize=915452 CPUtime=0.03
/proc/26013/task/26015/stat : 26015 (java) S 26011 26013 25617 0 -1 64 206 0 0 0 3 0 0 0 16 0 8 0 165125725 937422848 8365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26013/tid=26016] ppid=26011 vsize=915452 CPUtime=0
/proc/26013/task/26016/stat : 26016 (java) S 26011 26013 25617 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165125725 937422848 8365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26013/tid=26017] ppid=26011 vsize=915452 CPUtime=0
/proc/26013/task/26017/stat : 26017 (java) S 26011 26013 25617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 165125725 937422848 8365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26013/tid=26018] ppid=26011 vsize=915452 CPUtime=0
/proc/26013/task/26018/stat : 26018 (java) S 26011 26013 25617 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165125729 937422848 8365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26013/tid=26019] ppid=26011 vsize=915452 CPUtime=0.22
/proc/26013/task/26019/stat : 26019 (java) S 26011 26013 25617 0 -1 64 382 0 0 0 21 1 0 0 15 0 8 0 165125729 937422848 8365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26013/tid=26020] ppid=26011 vsize=915452 CPUtime=0
/proc/26013/task/26020/stat : 26020 (java) S 26011 26013 25617 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165125729 937422848 8365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26013/tid=26021] ppid=26011 vsize=915452 CPUtime=0
/proc/26013/task/26021/stat : 26021 (java) S 26011 26013 25617 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165125729 937422848 8365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915452

[startup+2.98081 s]
/proc/loadavg: 1.29 1.67 1.84 3/104 26021
/proc/meminfo: memFree=1006424/2055920 swapFree=4182236/4192956
[pid=26013] ppid=26011 vsize=915452 CPUtime=2.92
/proc/26013/stat : 26013 (java) R 26011 26013 25617 0 -1 0 8652 0 1 0 285 7 0 0 25 0 8 0 165125720 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073793416 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26013/statm: 228863 8388 2524 14 0 215333 0
[pid=26013/tid=26015] ppid=26011 vsize=915452 CPUtime=0.03
/proc/26013/task/26015/stat : 26015 (java) S 26011 26013 25617 0 -1 64 206 0 0 0 3 0 0 0 17 0 8 0 165125725 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26013/tid=26016] ppid=26011 vsize=915452 CPUtime=0
/proc/26013/task/26016/stat : 26016 (java) S 26011 26013 25617 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165125725 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26013/tid=26017] ppid=26011 vsize=915452 CPUtime=0
/proc/26013/task/26017/stat : 26017 (java) S 26011 26013 25617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 165125725 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26013/tid=26018] ppid=26011 vsize=915452 CPUtime=0
/proc/26013/task/26018/stat : 26018 (java) S 26011 26013 25617 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165125729 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26013/tid=26019] ppid=26011 vsize=915452 CPUtime=0.23
/proc/26013/task/26019/stat : 26019 (java) S 26011 26013 25617 0 -1 64 389 0 0 0 22 1 0 0 15 0 8 0 165125729 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26013/tid=26020] ppid=26011 vsize=915452 CPUtime=0
/proc/26013/task/26020/stat : 26020 (java) S 26011 26013 25617 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 165125729 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26013/tid=26021] ppid=26011 vsize=915452 CPUtime=0
/proc/26013/task/26021/stat : 26021 (java) S 26011 26013 25617 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 165125729 937422848 8388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 3.60373
CPU time (s): 3.49547
CPU user time (s): 3.41248
CPU system time (s): 0.082987
CPU usage (%): 96.9959
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.41248
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8744
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= 1199
involuntary context switches= 1482

runsolver used 0.012998 s user time and 0.016997 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sun Jan  7 10:55:04 UTC 2007


IDJOB= 205195
IDBENCH= 4107
FILE ID= node14/205195-1168167302

PBS_JOBID= 3478721

Free space on /tmp= 66341 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  16c7582879427ca51d1074f4966be2cb

RANDOM SEED= 222190075

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.227
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.227
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:       1029936 kB
Buffers:         27908 kB
Cached:         137936 kB
SwapCached:       4156 kB
Active:         848680 kB
Inactive:       108124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1029936 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:            1796 kB
Writeback:           0 kB
Mapped:         810420 kB
Slab:            52524 kB
Committed_AS:  5905292 kB
PageTables:       3672 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= 66341 MiB



End job on node14 on Sun Jan  7 10:55:14 UTC 2007