Trace number 205261

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 ESACUNSAT 3.16852 3.28616

DiagnosticValue
CHECKS12364826
NODES13588

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.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=esac.xml
0.39	   
0.39	   instance
0.39	     name=/tmp/evaluation/205261-1168167385/unknown.xml
0.42	   
0.42	   domains being loaded...
0.42	   
0.42	   variables being loaded...
0.46	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15
0.46	       =>  wckTime=0.114  cpuTime=0.09  mem=6M951
0.46	   
0.46	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.63	     nbConstraints=223  nbRelationTypes=223  nbExtensionStructures=223  nbSharedExtensionStructures=0
0.63	     nbConflictsStructures=223  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2775  maxDegree=18
0.63	     maxArity=2
0.63	       =>  wckTime=0.285  cpuTime=0.19  mem=10M852
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.84	       =>  wckTime=0.495  cpuTime=0.33  mem=14M681
0.89	   
0.89	   preprocessing
0.89	     nbConstraintChecks=35426  nbPropagations=652  nbRevisions=4472  nbUselessRevisions=3513  nbSingletonTests=41
0.89	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.89	       =>  wckTime=0.044  cpuTime=0.03  mem=14M681
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=22572  nbPropagations=1074  nbRevisions=8873  nbUselessRevisions=6988  nbAssignments=23
0.91	     nbFailedAssignments=8  nbBacktracks=11  nbVisitedNodes=40  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.066  cpuTime=0.04  mem=14M681
0.93	   
0.93	   search
0.93	     run=1  nbConstraintChecks=53505  nbPropagations=2745  nbRevisions=24303  nbUselessRevisions=19158  nbAssignments=55
0.93	     nbFailedAssignments=18  nbBacktracks=26  nbVisitedNodes=94  nbRestartNogoods=2  mapSize=25  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.083  cpuTime=0.05  mem=14M681
0.95	   
0.95	   search
0.95	     run=2  nbConstraintChecks=98097  nbPropagations=5246  nbRevisions=48136  nbUselessRevisions=38104
0.95	     nbAssignments=110  nbFailedAssignments=32  nbBacktracks=49  nbVisitedNodes=164  nbRestartNogoods=6  mapSize=45
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.103  cpuTime=0.07  mem=14M681
0.96	   
0.96	   search
0.96	     run=3  nbConstraintChecks=152609  nbPropagations=8745  nbRevisions=83423  nbUselessRevisions=66070
0.96	     nbAssignments=175  nbFailedAssignments=58  nbBacktracks=85  nbVisitedNodes=275  nbRestartNogoods=9  mapSize=75
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.117  cpuTime=0.08  mem=14M681
0.98	   
0.98	   search
0.98	     run=4  nbConstraintChecks=240206  nbPropagations=13816  nbRevisions=135549  nbUselessRevisions=106812
0.98	     nbAssignments=266  nbFailedAssignments=93  nbBacktracks=135  nbVisitedNodes=430  nbRestartNogoods=12  mapSize=119
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.14  cpuTime=0.1  mem=14M681
1.01	   
1.01	   search
1.01	     run=5  nbConstraintChecks=337406  nbPropagations=20762  nbRevisions=208871  nbUselessRevisions=164211
1.01	     nbAssignments=394  nbFailedAssignments=141  nbBacktracks=211  nbVisitedNodes=647  nbRestartNogoods=14  mapSize=181
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.168  cpuTime=0.13  mem=14M681
1.05	   
1.05	   search
1.05	     run=6  nbConstraintChecks=517541  nbPropagations=30952  nbRevisions=321733  nbUselessRevisions=253019
1.05	     nbAssignments=597  nbFailedAssignments=226  nbBacktracks=324  nbVisitedNodes=1002  nbRestartNogoods=18  mapSize=277
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.209  cpuTime=0.17  mem=14M681
1.11	   
1.11	   search
1.11	     run=7  nbConstraintChecks=796352  nbPropagations=46124  nbRevisions=492818  nbUselessRevisions=387685
1.11	     nbAssignments=898  nbFailedAssignments=351  nbBacktracks=495  nbVisitedNodes=1541  nbRestartNogoods=28  mapSize=432
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.27  cpuTime=0.23  mem=14M681
1.21	   
1.21	   search
1.21	     run=8  nbConstraintChecks=1232283  nbPropagations=68818  nbRevisions=751969  nbUselessRevisions=591106
1.21	     nbAssignments=1341  nbFailedAssignments=534  nbBacktracks=751  nbVisitedNodes=2322  nbRestartNogoods=36
1.21	     mapSize=646  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.37  cpuTime=0.32  mem=14M681
1.34	   
1.34	   search
1.34	     run=9  nbConstraintChecks=1778710  nbPropagations=101766  nbRevisions=1131605  nbUselessRevisions=889950
1.34	     nbAssignments=1976  nbFailedAssignments=780  nbBacktracks=1136  nbVisitedNodes=3434  nbRestartNogoods=43
1.34	     mapSize=978  nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.497  cpuTime=0.43  mem=14M681
1.37	   
1.37	   INFO : Stopping hyperNogood (mapSize=1028, nbTooLargekeys=0, mem=14M681)
1.52	   
1.52	   search
1.52	     run=10  nbConstraintChecks=2661115  nbPropagations=150700  nbRevisions=1700875  nbUselessRevisions=1338400
1.52	     nbAssignments=2976  nbFailedAssignments=1199  nbBacktracks=1713  nbVisitedNodes=5201  nbRestartNogoods=50
1.52	       =>  wckTime=0.674  cpuTime=0.59  mem=14M681
1.75	   
1.75	   search
1.75	     run=11  nbConstraintChecks=3950215  nbPropagations=222868  nbRevisions=2541421  nbUselessRevisions=2001384
1.75	     nbAssignments=4397  nbFailedAssignments=1750  nbBacktracks=2578  nbVisitedNodes=7681  nbRestartNogoods=59
1.75	       =>  wckTime=0.906  cpuTime=0.82  mem=14M681
2.11	   
2.11	   search
2.11	     run=12  nbConstraintChecks=5982284  nbPropagations=330885  nbRevisions=3808416  nbUselessRevisions=2999905
2.11	     nbAssignments=6615  nbFailedAssignments=2665  nbBacktracks=3879  nbVisitedNodes=11616  nbRestartNogoods=66
2.11	       =>  wckTime=1.267  cpuTime=1.18  mem=14M681
2.63	   
2.63	   search
2.63	     run=13  nbConstraintChecks=8906687  nbPropagations=491661  nbRevisions=5700377  nbUselessRevisions=4492905
2.63	     nbAssignments=9877  nbFailedAssignments=3977  nbBacktracks=5826  nbVisitedNodes=17311  nbRestartNogoods=71
2.63	       =>  wckTime=1.786  cpuTime=1.69  mem=14M681
3.23	   
3.23	   search
3.23	     run=14  nbConstraintChecks=12329400  nbPropagations=712390  nbRevisions=8313906  nbUselessRevisions=6555656
3.23	     nbAssignments=13588  nbFailedAssignments=5491  nbBacktracks=8024  nbVisitedNodes=23824  nbRestartNogoods=77
3.23	       =>  wckTime=2.387  cpuTime=2.28  mem=14M681
3.23	   
3.23	   global
3.23	     nbConstraintChecks=12364826  nbPropagations=713042  nbRevisions=8318378  nbUselessRevisions=6559169
3.23	     nbRestartNogoods=77  solvingWckTime=2.389  solvingCpuTime=2.29  expiredTime=no  totalExploration=yes
3.23	     nbFoundSolutions=0  globalCpuTime=2.66
3.23	       =>  wckTime=2.887  cpuTime=2.62  mem=14M681
3.23	   
3.23	s UNSATISFIABLE
3.23	d NODES 13588
3.23	d CHECKS 12364826
3.23	   
3.24	   totalWckTime=2.969  totalCpuTime=2.66

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/node7/watcher-205261-1168167385 -o ROOT/results/node7/solver-205261-1168167385 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/205261-1168167385/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.29 1.78 1.97 4/88 18375
/proc/meminfo: memFree=1738632/2055920 swapFree=4192812/4192956
[pid=18374] ppid=18372 vsize=18540 CPUtime=0
/proc/18374/stat : 18374 (runsolver) D 18372 18374 18307 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 165135023 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 244671114535 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/18374/statm: 4635 279 244 17 0 2626 0

[startup+0.107123 s]
/proc/loadavg: 1.29 1.78 1.97 4/88 18375
/proc/meminfo: memFree=1738632/2055920 swapFree=4192812/4192956
[pid=18374] ppid=18372 vsize=913068 CPUtime=0.07
/proc/18374/stat : 18374 (java) S 18372 18374 18307 0 -1 0 2848 0 1 0 6 1 0 0 18 0 8 0 165135023 934981632 2594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18374/statm: 228267 2594 1395 14 0 215168 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 913068

[startup+0.51517 s]
/proc/loadavg: 1.29 1.78 1.97 4/88 18375
/proc/meminfo: memFree=1738632/2055920 swapFree=4192812/4192956
[pid=18374] ppid=18372 vsize=915328 CPUtime=0.45
/proc/18374/stat : 18374 (java) R 18372 18374 18307 0 -1 0 6315 0 8 0 41 4 0 0 18 0 8 0 165135023 937295872 6061 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18374/statm: 228832 6061 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.33925 s]
/proc/loadavg: 1.29 1.78 1.97 3/95 18382
/proc/meminfo: memFree=1713104/2055920 swapFree=4192812/4192956
[pid=18374] ppid=18372 vsize=915452 CPUtime=1.27
/proc/18374/stat : 18374 (java) R 18372 18374 18307 0 -1 0 8621 0 8 0 119 8 0 0 24 0 8 0 165135023 937422848 8366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073784377 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18374/statm: 228863 8366 2524 14 0 215333 0
[pid=18374/tid=18376] ppid=18372 vsize=915452 CPUtime=0.03
/proc/18374/task/18376/stat : 18376 (java) S 18372 18374 18307 0 -1 64 205 0 0 0 3 0 0 0 16 0 8 0 165135029 937422848 8366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18374/tid=18377] ppid=18372 vsize=915452 CPUtime=0
/proc/18374/task/18377/stat : 18377 (java) S 18372 18374 18307 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165135029 937422848 8366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18374/tid=18378] ppid=18372 vsize=915452 CPUtime=0
/proc/18374/task/18378/stat : 18378 (java) S 18372 18374 18307 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 165135029 937422848 8366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18374/tid=18379] ppid=18372 vsize=915452 CPUtime=0
/proc/18374/task/18379/stat : 18379 (java) S 18372 18374 18307 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165135032 937422848 8366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18374/tid=18380] ppid=18372 vsize=915452 CPUtime=0.22
/proc/18374/task/18380/stat : 18380 (java) S 18372 18374 18307 0 -1 64 382 0 0 0 21 1 0 0 16 0 8 0 165135032 937422848 8366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18374/tid=18381] ppid=18372 vsize=915452 CPUtime=0
/proc/18374/task/18381/stat : 18381 (java) S 18372 18374 18307 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165135032 937422848 8366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18374/tid=18382] ppid=18372 vsize=915452 CPUtime=0
/proc/18374/task/18382/stat : 18382 (java) S 18372 18374 18307 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165135033 937422848 8366 18446744073709551615 134512640 134570532 4294956480 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) 915452

[startup+2.98842 s]
/proc/loadavg: 1.29 1.78 1.97 3/95 18382
/proc/meminfo: memFree=1712848/2055920 swapFree=4192812/4192956
[pid=18374] ppid=18372 vsize=915452 CPUtime=2.9
/proc/18374/stat : 18374 (java) R 18372 18374 18307 0 -1 0 8645 0 8 0 282 8 0 0 25 0 8 0 165135023 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073823825 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18374/statm: 228863 8389 2524 14 0 215333 0
[pid=18374/tid=18376] ppid=18372 vsize=915452 CPUtime=0.03
/proc/18374/task/18376/stat : 18376 (java) S 18372 18374 18307 0 -1 64 205 0 0 0 3 0 0 0 17 0 8 0 165135029 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18374/tid=18377] ppid=18372 vsize=915452 CPUtime=0
/proc/18374/task/18377/stat : 18377 (java) S 18372 18374 18307 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 165135029 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18374/tid=18378] ppid=18372 vsize=915452 CPUtime=0
/proc/18374/task/18378/stat : 18378 (java) S 18372 18374 18307 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 165135029 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18374/tid=18379] ppid=18372 vsize=915452 CPUtime=0
/proc/18374/task/18379/stat : 18379 (java) S 18372 18374 18307 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 165135032 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18374/tid=18380] ppid=18372 vsize=915452 CPUtime=0.24
/proc/18374/task/18380/stat : 18380 (java) S 18372 18374 18307 0 -1 64 390 0 0 0 23 1 0 0 15 0 8 0 165135032 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18374/tid=18381] ppid=18372 vsize=915452 CPUtime=0
/proc/18374/task/18381/stat : 18381 (java) S 18372 18374 18307 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 165135032 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18374/tid=18382] ppid=18372 vsize=915452 CPUtime=0
/proc/18374/task/18382/stat : 18382 (java) S 18372 18374 18307 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 165135033 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 3.28616
CPU time (s): 3.16852
CPU user time (s): 3.07453
CPU system time (s): 0.093985
CPU usage (%): 96.4202
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.07453
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8738
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1202
involuntary context switches= 1474

runsolver used 0.006998 s user time and 0.014997 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sun Jan  7 10:56:28 UTC 2007


IDJOB= 205261
IDBENCH= 4115
FILE ID= node7/205261-1168167385

PBS_JOBID= 3478762

Free space on /tmp= 66550 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 esac.xml 1 XSax /tmp/evaluation/205261-1168167385/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-205261-1168167385 -o ROOT/results/node7/solver-205261-1168167385 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/205261-1168167385/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7d4d0712f747674d4039c362aac30b40

RANDOM SEED= 651678682

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:       1739112 kB
Buffers:         55656 kB
Cached:         121484 kB
SwapCached:          0 kB
Active:         160020 kB
Inactive:       101464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2000 kB
Writeback:           0 kB
Mapped:         104612 kB
Slab:            39924 kB
Committed_AS:  4742512 kB
PageTables:       2384 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= 66550 MiB



End job on node7 on Sun Jan  7 10:56:39 UTC 2007