Trace number 203709

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 4.14737 4.21562

DiagnosticValue
CHECKS15272227
NODES10030

General information on the benchmark

Namerandom/rand-2-27/
rand-27-27-351-163-56021_ext.xml
MD5SUM6870228c8c4555a1dae20765d35134fe
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 benchmark4.14737
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/203709-1168163524/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=27  nbDomainTypes=1  minDomainSize=27  maxDomainSize=27
0.43	       =>  wckTime=0.106  cpuTime=0.1  mem=6M951
0.43	   
0.43	   relations being loaded...
0.56	   
0.56	   constraints being loaded...
0.69	     nbConstraints=351  nbRelationTypes=351  nbExtensionStructures=351  nbSharedExtensionStructures=0
0.69	     nbConflictsStructures=351  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=967  maxDegree=26
0.69	     maxArity=2
0.69	       =>  wckTime=0.369  cpuTime=0.29  mem=15M761
0.73	   
0.73	   solver IterativeSystematicSolver being built... 
0.90	       =>  wckTime=0.575  cpuTime=0.42  mem=15M372
0.95	   
0.95	   preprocessing
0.95	     nbConstraintChecks=67057  nbPropagations=781  nbRevisions=8078  nbUselessRevisions=7125  nbSingletonTests=36
0.95	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
0.95	       =>  wckTime=0.049  cpuTime=0.03  mem=15M372
0.98	   
0.98	   search
0.98	     run=0  nbConstraintChecks=44040  nbPropagations=1254  nbRevisions=16552  nbUselessRevisions=14545  nbAssignments=26
0.98	     nbFailedAssignments=11  nbBacktracks=10  nbVisitedNodes=44  nbRestartNogoods=0  mapSize=10  nbInferences=0
0.98	     nbTooLargeKeys=0
0.98	       =>  wckTime=0.076  cpuTime=0.05  mem=15M372
0.99	   
0.99	   search
0.99	     run=1  nbConstraintChecks=98400  nbPropagations=3069  nbRevisions=43494  nbUselessRevisions=38247  nbAssignments=61
0.99	     nbFailedAssignments=25  nbBacktracks=25  nbVisitedNodes=103  nbRestartNogoods=1  mapSize=24  nbInferences=0
0.99	     nbTooLargeKeys=0
0.99	       =>  wckTime=0.093  cpuTime=0.06  mem=15M372
1.02	   
1.02	   search
1.02	     run=2  nbConstraintChecks=176455  nbPropagations=5756  nbRevisions=88061  nbUselessRevisions=77396
1.02	     nbAssignments=115  nbFailedAssignments=50  nbBacktracks=49  nbVisitedNodes=200  nbRestartNogoods=4  mapSize=48
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.116  cpuTime=0.08  mem=15M372
1.05	   
1.05	   search
1.05	     run=3  nbConstraintChecks=294085  nbPropagations=9698  nbRevisions=157759  nbUselessRevisions=138504
1.05	     nbAssignments=190  nbFailedAssignments=82  nbBacktracks=84  nbVisitedNodes=336  nbRestartNogoods=5  mapSize=82
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.145  cpuTime=0.1  mem=15M372
1.08	   
1.08	   search
1.08	     run=4  nbConstraintChecks=450047  nbPropagations=15281  nbRevisions=262254  nbUselessRevisions=230220
1.08	     nbAssignments=293  nbFailedAssignments=130  nbBacktracks=134  nbVisitedNodes=523  nbRestartNogoods=10  mapSize=131
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.176  cpuTime=0.13  mem=15M372
1.13	   
1.13	   search
1.13	     run=5  nbConstraintChecks=684723  nbPropagations=23363  nbRevisions=419839  nbUselessRevisions=368750
1.14	     nbAssignments=452  nbFailedAssignments=207  nbBacktracks=209  nbVisitedNodes=811  nbRestartNogoods=14  mapSize=205
1.14	     nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.234  cpuTime=0.18  mem=15M372
1.21	   
1.21	   search
1.21	     run=6  nbConstraintChecks=1082004  nbPropagations=35488  nbRevisions=662396  nbUselessRevisions=581871
1.21	     nbAssignments=705  nbFailedAssignments=326  nbBacktracks=322  nbVisitedNodes=1248  nbRestartNogoods=20  mapSize=317
1.21	     nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.308  cpuTime=0.25  mem=15M372
1.31	   
1.31	   search
1.31	     run=7  nbConstraintChecks=1599604  nbPropagations=53011  nbRevisions=1021543  nbUselessRevisions=897271
1.31	     nbAssignments=1049  nbFailedAssignments=494  nbBacktracks=492  nbVisitedNodes=1885  nbRestartNogoods=25
1.31	     mapSize=487  nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.406  cpuTime=0.35  mem=15M372
1.46	   
1.46	   search
1.46	     run=8  nbConstraintChecks=2350438  nbPropagations=78250  nbRevisions=1550880  nbUselessRevisions=1362475
1.46	     nbAssignments=1544  nbFailedAssignments=725  nbBacktracks=748  nbVisitedNodes=2796  nbRestartNogoods=30
1.46	     mapSize=737  nbInferences=0  nbTooLargeKeys=0
1.46	       =>  wckTime=0.558  cpuTime=0.48  mem=15M372
1.62	   
1.62	   INFO : Stopping hyperNogood (mapSize=1029, nbTooLargekeys=0, mem=15M372)
1.66	   
1.66	   search
1.66	     run=9  nbConstraintChecks=3470972  nbPropagations=114829  nbRevisions=2331880  nbUselessRevisions=2049394
1.66	     nbAssignments=2283  nbFailedAssignments=1073  nbBacktracks=1132  nbVisitedNodes=4143  nbRestartNogoods=37
1.66	       =>  wckTime=0.76  cpuTime=0.67  mem=15M372
2.01	   
2.01	   search
2.01	     run=10  nbConstraintChecks=5130159  nbPropagations=168741  nbRevisions=3491517  nbUselessRevisions=3068843
2.01	     nbAssignments=3408  nbFailedAssignments=1615  nbBacktracks=1709  nbVisitedNodes=6222  nbRestartNogoods=46
2.01	       =>  wckTime=1.113  cpuTime=1.02  mem=15M372
2.56	   
2.56	   search
2.56	     run=11  nbConstraintChecks=7694349  nbPropagations=248243  nbRevisions=5223457  nbUselessRevisions=4591017
2.56	     nbAssignments=5064  nbFailedAssignments=2401  nbBacktracks=2573  nbVisitedNodes=9286  nbRestartNogoods=51
2.56	       =>  wckTime=1.659  cpuTime=1.56  mem=15M372
3.38	   
3.38	   search
3.38	     run=12  nbConstraintChecks=11464495  nbPropagations=366408  nbRevisions=7807120  nbUselessRevisions=6860391
3.38	     nbAssignments=7587  nbFailedAssignments=3621  nbBacktracks=3871  nbVisitedNodes=13970  nbRestartNogoods=59
3.38	       =>  wckTime=2.476  cpuTime=2.37  mem=15M372
4.18	   
4.18	   search
4.18	     run=13  nbConstraintChecks=15205170  nbPropagations=522435  nbRevisions=11233731  nbUselessRevisions=9871524
4.18	     nbAssignments=10030  nbFailedAssignments=4752  nbBacktracks=5156  nbVisitedNodes=18477  nbRestartNogoods=71
4.19	       =>  wckTime=3.284  cpuTime=3.17  mem=15M372
4.19	   
4.19	   global
4.19	     nbConstraintChecks=15272227  nbPropagations=523216  nbRevisions=11241809  nbUselessRevisions=9878649
4.19	     nbRestartNogoods=71  solvingWckTime=3.286  solvingCpuTime=3.17  expiredTime=no  totalExploration=no
4.19	     nbFoundSolutions=1  globalCpuTime=3.63
4.19	       =>  wckTime=3.866  cpuTime=3.59  mem=15M372
4.19	   
4.19	s SATISFIABLE
4.19	v 4 22 4 20 9 5 18 2 11 12 16 10 0 4 3 12 10 1 14 0 5 13 11 21 13 13 12 
4.19	d NODES 10030
4.19	d CHECKS 15272227
4.19	   
4.19	   totalWckTime=3.947  totalCpuTime=3.64

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/node13/watcher-203709-1168163524 -o ROOT/results/node13/solver-203709-1168163524 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/203709-1168163524/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.91 1.96 1.98 4/88 3297
/proc/meminfo: memFree=1579216/2055920 swapFree=4192812/4192956
[pid=3296] ppid=3294 vsize=18540 CPUtime=0
/proc/3296/stat : 3296 (runsolver) R 3294 3296 3048 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 164747454 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 269757246759 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/3296/statm: 4635 279 244 17 0 2626 0

[startup+0.108012 s]
/proc/loadavg: 1.91 1.96 1.98 4/88 3297
/proc/meminfo: memFree=1579216/2055920 swapFree=4192812/4192956
[pid=3296] ppid=3294 vsize=914988 CPUtime=0.08
/proc/3296/stat : 3296 (java) R 3294 3296 3048 0 -1 0 2980 0 1 0 7 1 0 0 17 0 8 0 164747454 936947712 2726 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072929762 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3296/statm: 228747 2726 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.516063 s]
/proc/loadavg: 1.91 1.96 1.98 4/88 3297
/proc/meminfo: memFree=1579216/2055920 swapFree=4192812/4192956
[pid=3296] ppid=3294 vsize=915328 CPUtime=0.49
/proc/3296/stat : 3296 (java) R 3294 3296 3048 0 -1 0 6826 0 1 0 45 4 0 0 18 0 8 0 164747454 937295872 6565 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073456122 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3296/statm: 228832 6565 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33817 s]
/proc/loadavg: 1.91 1.96 1.98 3/95 3304
/proc/meminfo: memFree=1553112/2055920 swapFree=4192812/4192956
[pid=3296] ppid=3294 vsize=915456 CPUtime=1.3
/proc/3296/stat : 3296 (java) R 3294 3296 3048 0 -1 0 9214 0 1 0 123 7 0 0 24 0 8 0 164747454 937426944 8952 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073802059 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3296/statm: 228864 8952 2524 14 0 215334 0
[pid=3296/tid=3298] ppid=3294 vsize=915456 CPUtime=0.03
/proc/3296/task/3298/stat : 3298 (java) S 3294 3296 3048 0 -1 64 362 0 0 0 3 0 0 0 16 0 8 0 164747458 937426944 8952 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3296/tid=3299] ppid=3294 vsize=915456 CPUtime=0
/proc/3296/task/3299/stat : 3299 (java) S 3294 3296 3048 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164747458 937426944 8952 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3296/tid=3300] ppid=3294 vsize=915456 CPUtime=0
/proc/3296/task/3300/stat : 3300 (java) S 3294 3296 3048 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 164747458 937426944 8952 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3296/tid=3301] ppid=3294 vsize=915456 CPUtime=0
/proc/3296/task/3301/stat : 3301 (java) S 3294 3296 3048 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164747462 937426944 8952 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3296/tid=3302] ppid=3294 vsize=915456 CPUtime=0.2
/proc/3296/task/3302/stat : 3302 (java) S 3294 3296 3048 0 -1 64 377 0 0 0 19 1 0 0 15 0 8 0 164747462 937426944 8952 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3296/tid=3303] ppid=3294 vsize=915456 CPUtime=0
/proc/3296/task/3303/stat : 3303 (java) S 3294 3296 3048 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164747462 937426944 8952 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3296/tid=3304] ppid=3294 vsize=915456 CPUtime=0
/proc/3296/task/3304/stat : 3304 (java) S 3294 3296 3048 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164747462 937426944 8952 18446744073709551615 134512640 134570532 4294956464 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) 915456

[startup+2.9814 s]
/proc/loadavg: 1.92 1.96 1.98 3/95 3304
/proc/meminfo: memFree=1553048/2055920 swapFree=4192812/4192956
[pid=3296] ppid=3294 vsize=915456 CPUtime=2.93
/proc/3296/stat : 3296 (java) R 3294 3296 3048 0 -1 0 9231 0 1 0 286 7 0 0 25 0 8 0 164747454 937426944 8967 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073812115 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/3296/statm: 228864 8967 2524 14 0 215334 0
[pid=3296/tid=3298] ppid=3294 vsize=915456 CPUtime=0.03
/proc/3296/task/3298/stat : 3298 (java) S 3294 3296 3048 0 -1 64 362 0 0 0 3 0 0 0 17 0 8 0 164747458 937426944 8967 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3296/tid=3299] ppid=3294 vsize=915456 CPUtime=0
/proc/3296/task/3299/stat : 3299 (java) S 3294 3296 3048 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 164747458 937426944 8967 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3296/tid=3300] ppid=3294 vsize=915456 CPUtime=0
/proc/3296/task/3300/stat : 3300 (java) S 3294 3296 3048 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 164747458 937426944 8967 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3296/tid=3301] ppid=3294 vsize=915456 CPUtime=0
/proc/3296/task/3301/stat : 3301 (java) S 3294 3296 3048 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 164747462 937426944 8967 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3296/tid=3302] ppid=3294 vsize=915456 CPUtime=0.24
/proc/3296/task/3302/stat : 3302 (java) S 3294 3296 3048 0 -1 64 394 0 0 0 23 1 0 0 15 0 8 0 164747462 937426944 8967 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3296/tid=3303] ppid=3294 vsize=915456 CPUtime=0
/proc/3296/task/3303/stat : 3303 (java) S 3294 3296 3048 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 164747462 937426944 8967 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3296/tid=3304] ppid=3294 vsize=915456 CPUtime=0
/proc/3296/task/3304/stat : 3304 (java) S 3294 3296 3048 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 164747462 937426944 8967 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 4.21562
CPU time (s): 4.14737
CPU user time (s): 4.06038
CPU system time (s): 0.086986
CPU usage (%): 98.3809
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.06038
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9239
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= 1197
involuntary context switches= 1415

runsolver used 0.006998 s user time and 0.022996 s system time

The end

Launcher Data (download as text)

Begin job on node13 on Sun Jan  7 09:52:05 UTC 2007


IDJOB= 203709
IDBENCH= 3977
FILE ID= node13/203709-1168163524

PBS_JOBID= 3478306

Free space on /tmp= 66322 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-27/rand-27-27-351-163-56021_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/203709-1168163524/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-203709-1168163524 -o ROOT/results/node13/solver-203709-1168163524 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/203709-1168163524/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  6870228c8c4555a1dae20765d35134fe

RANDOM SEED= 647712241

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.247
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.247
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:       1579632 kB
Buffers:         54424 kB
Cached:         286936 kB
SwapCached:          0 kB
Active:         131844 kB
Inactive:       264152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2016 kB
Writeback:           0 kB
Mapped:          75168 kB
Slab:            64840 kB
Committed_AS:  4077852 kB
PageTables:       2420 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= 66322 MiB



End job on node13 on Sun Jan  7 09:52:09 UTC 2007