Trace number 2095289

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 112v4 ACSAT 1.9837 1.99932

DiagnosticValue
CHECKS154858
NODES200

General information on the benchmark

Namecsp/small/
normalized-patat-02-small-2.xml
MD5SUMc486301f2b85436b9e496c6b2c331268
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.127979
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1773
Maximum constraint arity17
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1695
Global constraints used (with number of constraints)alldifferent(78)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2095289-1247407290.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.38	     nbVariables=200  nbDomainTypes=15  minDomainSize=1  maxDomainSize=45  nbTotalValues=4659
0.29/0.38	       =>  wckTime=0.131  cpuTime=0.11  mem=8M868
0.29/0.38	   
0.29/0.38	   predicates being loaded...
0.39/0.44	   
0.39/0.44	   constraints being loaded...
1.28/1.34	     nbConstraints=1776  nbGlobalConstraints=81  nbSingletonDomainVariables=61  nbConflictsStructures=40
1.28/1.38	     nbSharedConflictsStructures=1304  nbUnbuiltConflictsStructures=34  nbSharedBinaryRepresentations=0
1.28/1.38	     nbEvaluationManagers=74  nbSharedEvaluationManagers=1621  minDegree=10  maxDegree=80  minArity=4  avgArity=4.3
1.28/1.38	     maxArity=17  nbGenerators=3  nbFusions=0  symmetryWckTime=0.186  symmetryCpuTime=0.11
1.28/1.38	       =>  wckTime=1.093  cpuTime=0.83  mem=37M287
1.38/1.44	   
1.38/1.44	   solver IterativeSystematicSolver being built... 
1.57/1.60	   
1.57/1.60	   INFO : Forward propagation technique limited 
1.57/1.67	       =>  wckTime=1.422  cpuTime=1.03  mem=44M822
1.67/1.74	   
1.67/1.74	   preprocessing
1.67/1.74	     nbConstraintChecks=32723  nbValidityChecks=1276  nbPropagations=200  nbRevisions=1404  nbUselessRevisions=1404
1.67/1.74	     nbRemovedValues=0  detectedInconsistency=no
1.67/1.74	       =>  wckTime=0.067  cpuTime=0.05  mem=45M802
1.88/1.97	   
1.88/1.97	   search
1.88/1.97	     run=0  nbConstraintChecks=122135  nbValidityChecks=137578  minDepth=201  maxDepth=200  nbPropagations=1810
1.88/1.97	     nbRevisions=6183  nbUselessRevisions=5665  nbAssignments=200  nbFailedAssignments=0  nbBacktracks=0
1.88/1.97	     nbVisitedNodes=201  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
1.88/1.97	     nbSEliminables=0  nbREliminables=126.39  nbIEliminables=10.54  nbDEliminables=0  nbPEliminables=0
1.88/1.97	       =>  wckTime=0.299  cpuTime=0.23  mem=46M748
1.88/1.97	   
1.88/1.97	   global
1.88/1.97	     nbConstraintChecks=154858  nbValidityChecks=138854  nbPropagations=2010  nbRevisions=7587  nbUselessRevisions=7069
1.88/1.97	     nbRestartNogoods=0  solvingWckTime=0.301  solvingCpuTime=0.24  expiredTime=no  totalExploration=no
1.88/1.97	     nbFoundSolutions=1  firstSolutionCpuTime=1.25  globalCpuTime=1.3
1.88/1.97	       =>  wckTime=1.726  cpuTime=1.27  mem=46M748
1.88/1.97	   
1.88/1.97	s SATISFIABLE
1.88/1.97	v 15 5 13 0 4 18 23 22 22 9 21 9 3 20 25 5 5 2 7 2 8 24 19 0 6 14 4 19 20 1 24 7 4 12 9 1 7 16 5 15 11 14 8 17 6 10 18 7 11 0 11 19 1 14 16 2 23 8 6 22 18 3 3 10 10 0 1 17 7 5 11 10 11 10 2 16 6 9 9 15 4 25 13 12 13 0 13 3 1 15 23 2 8 3 8 6 4 21 15 12 3 2 3 1 4 2 3 3 1 1 3 4 0 3 3 4 1 3 4 2 4 3 3 3 0 3 1 2 2 0 1 2 2 2 0 2 0 2 3 1 4 2 2 3 4 2 3 1 3 2 0 1 3 1 3 4 1 0 3 2 1 1 3 4 1 0 1 2 3 0 1 3 2 0 1 1 2 3 2 2 0 1 2 1 1 4 0 4 4 0 2 0 3 2 1 1 3 1 4 3 
1.88/1.97	d NODES 200
1.88/1.98	d CHECKS 154858
1.88/1.98	   
1.88/1.98	   totalWckTime=1.791  totalCpuTime=1.3

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2095289-1247407290/watcher-2095289-1247407290 -o /tmp/evaluation-result-2095289-1247407290/solver-2095289-1247407290 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095289-1247407290.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.95 4/80 30801
/proc/meminfo: memFree=1573304/2055920 swapFree=4192812/4192956
[pid=30801] ppid=30799 vsize=10676 CPUtime=0
/proc/30801/stat : 30801 (java) S 30799 30801 29944 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27796553 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30801/statm: 2669 474 207 9 0 1184 0
[pid=30801/tid=30802] ppid=30799 vsize=10676 CPUtime=0
/proc/30801/task/30802/stat : 30802 (java) R 30799 30801 29944 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27796555 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 11771864 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.043343 s]
/proc/loadavg: 2.00 2.00 1.95 4/80 30801
/proc/meminfo: memFree=1573304/2055920 swapFree=4192812/4192956
[pid=30801] ppid=30799 vsize=861936 CPUtime=0.03
/proc/30801/stat : 30801 (java) S 30799 30801 29944 0 -1 0 2294 0 1 0 2 1 0 0 18 0 5 0 27796553 882622464 1894 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/30801/statm: 215484 1894 867 9 0 210399 0
[pid=30801/tid=30802] ppid=30799 vsize=862776 CPUtime=0.02
/proc/30801/task/30802/stat : 30802 (java) S 30799 30801 29944 0 -1 64 1706 0 1 0 2 0 0 0 18 0 7 0 27796555 883482624 1978 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.109683 s]
/proc/loadavg: 2.00 2.00 1.95 4/80 30801
/proc/meminfo: memFree=1573304/2055920 swapFree=4192812/4192956
[pid=30801] ppid=30799 vsize=865984 CPUtime=0.09
/proc/30801/stat : 30801 (java) S 30799 30801 29944 0 -1 0 3849 0 1 0 7 2 0 0 18 0 9 0 27796553 886767616 3292 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30801/statm: 216496 3292 1735 9 0 210981 0
[pid=30801/tid=30802] ppid=30799 vsize=865984 CPUtime=0.07
/proc/30801/task/30802/stat : 30802 (java) R 30799 30801 29944 0 -1 64 2927 0 1 0 6 1 0 0 18 0 9 0 27796555 886767616 3292 996147200 134512640 134550932 4294955968 18446744073709551615 103851604 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301707 s]
/proc/loadavg: 2.00 2.00 1.95 4/80 30801
/proc/meminfo: memFree=1573304/2055920 swapFree=4192812/4192956
[pid=30801] ppid=30799 vsize=867404 CPUtime=0.29
/proc/30801/stat : 30801 (java) S 30799 30801 29944 0 -1 0 5981 0 1 0 25 4 0 0 18 0 9 0 27796553 888221696 5347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30801/statm: 216851 5347 1984 9 0 211309 0
[pid=30801/tid=30802] ppid=30799 vsize=867404 CPUtime=0.23
/proc/30801/task/30802/stat : 30802 (java) R 30799 30801 29944 0 -1 64 4988 0 1 0 20 3 0 0 18 0 9 0 27796555 888221696 5347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867404

[startup+0.702772 s]
/proc/loadavg: 2.00 2.00 1.95 4/80 30801
/proc/meminfo: memFree=1573304/2055920 swapFree=4192812/4192956
[pid=30801] ppid=30799 vsize=868756 CPUtime=0.69
/proc/30801/stat : 30801 (java) S 30799 30801 29944 0 -1 0 9453 0 1 0 63 6 0 0 18 0 9 0 27796553 889606144 8807 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30801/statm: 217189 8807 2037 9 0 211625 0
[pid=30801/tid=30802] ppid=30799 vsize=868756 CPUtime=0.51
/proc/30801/task/30802/stat : 30802 (java) R 30799 30801 29944 0 -1 64 8076 0 1 0 46 5 0 0 20 0 9 0 27796555 889606144 8808 996147200 134512640 134550932 4294955968 18446744073709551615 4125979796 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 868756

[startup+1.50191 s]
/proc/loadavg: 2.00 2.00 1.95 3/89 30810
/proc/meminfo: memFree=1537968/2055920 swapFree=4192812/4192956
[pid=30801] ppid=30799 vsize=869204 CPUtime=1.48
/proc/30801/stat : 30801 (java) S 30799 30801 29944 0 -1 0 23448 342 1 0 128 16 4 0 18 0 10 0 27796553 890064896 15242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30801/statm: 217301 15242 2656 9 0 211737 0
[pid=30801/tid=30802] ppid=30799 vsize=869204 CPUtime=1.1
/proc/30801/task/30802/stat : 30802 (java) R 30799 30801 29944 0 -1 64 14045 342 1 0 92 14 4 0 17 0 10 0 27796555 890064896 15242 996147200 134512640 134550932 4294955968 18446744073709551615 4126101072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30801/tid=30804] ppid=30799 vsize=869204 CPUtime=0.12
/proc/30801/task/30804/stat : 30804 (java) S 30799 30801 29944 0 -1 64 7657 342 0 0 8 0 4 0 16 0 10 0 27796556 890064896 15242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30801/tid=30805] ppid=30799 vsize=869204 CPUtime=0.04
/proc/30801/task/30805/stat : 30805 (java) S 30799 30801 29944 0 -1 64 16 342 0 0 0 0 4 0 16 0 10 0 27796556 890064896 15242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30801/tid=30806] ppid=30799 vsize=869204 CPUtime=0.04
/proc/30801/task/30806/stat : 30806 (java) S 30799 30801 29944 0 -1 64 10 342 0 0 0 0 4 0 16 0 10 0 27796556 890064896 15242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30801/tid=30807] ppid=30799 vsize=869204 CPUtime=0.04
/proc/30801/task/30807/stat : 30807 (java) S 30799 30801 29944 0 -1 64 2 342 0 0 0 0 4 0 18 0 10 0 27796559 890064896 15242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30801/tid=30808] ppid=30799 vsize=869204 CPUtime=0.3
/proc/30801/task/30808/stat : 30808 (java) S 30799 30801 29944 0 -1 64 910 342 0 0 26 0 4 0 15 0 10 0 27796559 890064896 15242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30801/tid=30809] ppid=30799 vsize=869204 CPUtime=0.04
/proc/30801/task/30809/stat : 30809 (java) S 30799 30801 29944 0 -1 64 1 342 0 0 0 0 4 0 19 0 10 0 27796559 890064896 15242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30801/tid=30810] ppid=30799 vsize=869204 CPUtime=0.04
/proc/30801/task/30810/stat : 30810 (java) S 30799 30801 29944 0 -1 64 12 342 0 0 0 0 4 0 15 0 10 0 27796559 890064896 15242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 869204

Solver just ended. Dumping a history of the last processes samples

[startup+1.90197 s]
/proc/loadavg: 2.00 2.00 1.95 3/89 30810
/proc/meminfo: memFree=1537968/2055920 swapFree=4192812/4192956
[pid=30801] ppid=30799 vsize=869204 CPUtime=1.88
/proc/30801/stat : 30801 (java) S 30799 30801 29944 0 -1 0 27425 466 1 0 165 18 4 1 18 0 9 0 27796553 890064896 16963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30801/statm: 217301 16963 2658 9 0 211737 0
[pid=30801/tid=30802] ppid=30799 vsize=869204 CPUtime=1.43
/proc/30801/task/30802/stat : 30802 (java) R 30799 30801 29944 0 -1 64 17983 466 1 0 123 15 4 1 20 0 9 0 27796555 890064896 16963 996147200 134512640 134550932 4294955968 18446744073709551615 4127232395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30801/tid=30804] ppid=30799 vsize=869204 CPUtime=0.13
/proc/30801/task/30804/stat : 30804 (java) S 30799 30801 29944 0 -1 64 7657 466 0 0 8 0 4 1 16 0 9 0 27796556 890064896 16963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30801/tid=30805] ppid=30799 vsize=869204 CPUtime=0.05
/proc/30801/task/30805/stat : 30805 (java) S 30799 30801 29944 0 -1 64 16 466 0 0 0 0 4 1 16 0 9 0 27796556 890064896 16963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30801/tid=30806] ppid=30799 vsize=869204 CPUtime=0.05
/proc/30801/task/30806/stat : 30806 (java) S 30799 30801 29944 0 -1 64 10 466 0 0 0 0 4 1 16 0 9 0 27796556 890064896 16963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30801/tid=30807] ppid=30799 vsize=869204 CPUtime=0.05
/proc/30801/task/30807/stat : 30807 (java) S 30799 30801 29944 0 -1 64 2 466 0 0 0 0 4 1 18 0 9 0 27796559 890064896 16963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30801/tid=30808] ppid=30799 vsize=869204 CPUtime=0.37
/proc/30801/task/30808/stat : 30808 (java) S 30799 30801 29944 0 -1 64 946 466 0 0 32 0 4 1 16 0 9 0 27796559 890064896 16963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30801/tid=30809] ppid=30799 vsize=869204 CPUtime=0.05
/proc/30801/task/30809/stat : 30809 (java) S 30799 30801 29944 0 -1 64 1 466 0 0 0 0 4 1 19 0 9 0 27796559 890064896 16963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30801/tid=30810] ppid=30799 vsize=869204 CPUtime=0.05
/proc/30801/task/30810/stat : 30810 (java) S 30799 30801 29944 0 -1 64 12 466 0 0 0 0 4 1 15 0 9 0 27796559 890064896 16963 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 869204

Child status: 0
Real time (s): 1.99932
CPU time (s): 1.9837
CPU user time (s): 1.77473
CPU system time (s): 0.208968
CPU usage (%): 99.2187
Max. virtual memory (cumulated for all children) (KiB): 869204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.77473
system time used= 0.208968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28052
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= 1610
involuntary context switches= 1646

runsolver used 0.006998 second user time and 0.008998 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-12 16:01:30
IDJOB=2095289
IDBENCH=55067
IDSOLVER=773
FILE ID=node3/2095289-1247407290
PBS_JOBID= 9510637
Free space on /tmp= 66408 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/small/normalized-patat-02-small-2.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095289-1247407290/watcher-2095289-1247407290 -o /tmp/evaluation-result-2095289-1247407290/solver-2095289-1247407290 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095289-1247407290.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c486301f2b85436b9e496c6b2c331268
RANDOM SEED=1743975240

node3.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.259
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.259
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:       1573784 kB
Buffers:         37724 kB
Cached:         126836 kB
SwapCached:          0 kB
Active:         167476 kB
Inactive:       253440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1573784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2276 kB
Writeback:           0 kB
Mapped:         117012 kB
Slab:            46292 kB
Committed_AS:  1000908 kB
PageTables:       1924 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= 66408 MiB
End job on node3 at 2009-07-12 16:01:32