Trace number 2098139

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 ACUNSAT 2.86356 2.79679

DiagnosticValue
CHECKS0
NODES0

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-5/
normalized-lei450-05c-04.xml
MD5SUM51e3a409d29f8ba8e006b0765e6c3201
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.346946
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints9803
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9803
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.19/0.26	   
0.19/0.26	   instance
0.19/0.27	     name=HOME/instance-2098139-1247414229.xml
0.31/0.30	   
0.31/0.30	   domains being loaded...
0.31/0.31	   
0.31/0.31	   variables being loaded...
0.31/0.38	     nbVariables=450  nbDomainTypes=1  minDomainSize=4  maxDomainSize=4  nbTotalValues=1800
0.31/0.39	       =>  wckTime=0.141  cpuTime=0.14  mem=9M843
0.31/0.39	   
0.31/0.39	   predicates being loaded...
0.44/0.43	   
0.44/0.43	   constraints being loaded...
2.49/2.41	     nbConstraints=9871  nbGlobalConstraints=68  nbConvertedConstraints=9803  nbConvertConstraintsChecks=16
2.49/2.41	     nbExtensionStructures=1  nbSharedExtensionStructures=9802  nbConflictsStructures=1
2.49/2.41	     nbSharedConflictsStructures=9802  nbSharedBinaryRepresentations=4  minDegree=27  maxDegree=66  minArity=2
2.49/2.41	     avgArity=2.02  maxArity=5  nbGenerators=0  nbFusions=0  symmetryWckTime=0.481  symmetryCpuTime=0.21  nbCliques=68
2.49/2.41	       =>  wckTime=2.173  cpuTime=1.75  mem=29M687
2.58/2.56	   
2.58/2.57	   solver IterativeSystematicSolver being built... 
2.68/2.63	   
2.68/2.63	   INFO : Forward propagation technique limited 
2.78/2.72	       =>  wckTime=2.486  cpuTime=1.9  mem=30M711
2.78/2.73	   
2.78/2.73	   preprocessing
2.78/2.73	     nbConstraintChecks=0  nbPropagations=2  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.78/2.73	     detectedInconsistency=yes
2.78/2.73	       =>  wckTime=0.0040  cpuTime=0.0  mem=30M711
2.78/2.73	   
2.78/2.73	   global
2.78/2.73	     nbConstraintChecks=0  nbPropagations=2  nbRestartNogoods=0  solvingWckTime=0.0070  solvingCpuTime=0.0
2.78/2.73	     expiredTime=no  totalExploration=yes  nbFoundSolutions=0  globalCpuTime=1.94
2.78/2.73	       =>  wckTime=2.495  cpuTime=1.9  mem=31M729
2.78/2.73	   
2.78/2.73	s UNSATISFIABLE
2.78/2.73	d NODES 0
2.78/2.73	d CHECKS 0
2.78/2.73	   
2.78/2.73	   totalWckTime=2.545  totalCpuTime=1.95

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098139-1247414229/watcher-2098139-1247414229 -o /tmp/evaluation-result-2098139-1247414229/solver-2098139-1247414229 -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-2098139-1247414229.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.22 2.07 2.02 3/80 32657
/proc/meminfo: memFree=1707488/2055920 swapFree=4192812/4192956
[pid=32657] ppid=32655 vsize=18576 CPUtime=0
/proc/32657/stat : 32657 (runsolver) R 32655 32657 29865 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28485618 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 233402068263 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/32657/statm: 4644 284 249 26 0 2626 0

[startup+0.0736011 s]
/proc/loadavg: 2.22 2.07 2.02 3/80 32657
/proc/meminfo: memFree=1707488/2055920 swapFree=4192812/4192956
[pid=32657] ppid=32655 vsize=864024 CPUtime=0.04
/proc/32657/stat : 32657 (java) S 32655 32657 29865 0 -1 0 2828 0 1 0 3 1 0 0 18 0 9 0 28485618 884760576 2362 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32657/statm: 216006 2362 1118 9 0 210899 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864024

[startup+0.102633 s]
/proc/loadavg: 2.22 2.07 2.02 3/80 32657
/proc/meminfo: memFree=1707488/2055920 swapFree=4192812/4192956
[pid=32657] ppid=32655 vsize=865984 CPUtime=0.07
/proc/32657/stat : 32657 (java) S 32655 32657 29865 0 -1 0 3720 0 1 0 6 1 0 0 18 0 9 0 28485618 886767616 3188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32657/statm: 216496 3188 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865984

[startup+0.301623 s]
/proc/loadavg: 2.22 2.07 2.02 3/80 32657
/proc/meminfo: memFree=1707488/2055920 swapFree=4192812/4192956
[pid=32657] ppid=32655 vsize=867408 CPUtime=0.31
/proc/32657/stat : 32657 (java) S 32655 32657 29865 0 -1 0 6157 0 1 0 27 4 0 0 18 0 9 0 28485618 888225792 5523 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32657/statm: 216852 5523 1990 9 0 211310 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 867408

[startup+0.701654 s]
/proc/loadavg: 2.22 2.07 2.02 3/80 32657
/proc/meminfo: memFree=1707488/2055920 swapFree=4192812/4192956
[pid=32657] ppid=32655 vsize=868696 CPUtime=0.81
/proc/32657/stat : 32657 (java) S 32655 32657 29865 0 -1 0 10595 0 1 0 73 8 0 0 18 0 9 0 28485618 889544704 9949 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32657/statm: 217174 9950 2037 9 0 211610 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 868696

[startup+1.50274 s]
/proc/loadavg: 2.22 2.07 2.02 3/89 32701
/proc/meminfo: memFree=1742368/2055920 swapFree=4192812/4192956
[pid=32657] ppid=32655 vsize=868700 CPUtime=1.61
/proc/32657/stat : 32657 (java) S 32655 32657 29865 0 -1 0 16894 0 1 0 128 33 0 0 18 0 9 0 28485618 889548800 16245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32657/statm: 217175 16245 2041 9 0 211611 0
[pid=32657/tid=32659] ppid=32655 vsize=868700 CPUtime=1.39
/proc/32657/task/32659/stat : 32659 (java) R 32655 32657 29865 0 -1 64 15491 0 1 0 108 31 0 0 20 0 9 0 28485620 889548800 16245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32660] ppid=32655 vsize=868700 CPUtime=0
/proc/32657/task/32660/stat : 32660 (java) S 32655 32657 29865 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 28485622 889548800 16245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32661] ppid=32655 vsize=868700 CPUtime=0
/proc/32657/task/32661/stat : 32661 (java) S 32655 32657 29865 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 28485622 889548800 16245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32662] ppid=32655 vsize=868700 CPUtime=0
/proc/32657/task/32662/stat : 32662 (java) S 32655 32657 29865 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28485622 889548800 16245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32663] ppid=32655 vsize=868700 CPUtime=0
/proc/32657/task/32663/stat : 32663 (java) S 32655 32657 29865 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28485624 889548800 16245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32664] ppid=32655 vsize=868700 CPUtime=0.19
/proc/32657/task/32664/stat : 32664 (java) S 32655 32657 29865 0 -1 64 705 0 0 0 19 0 0 0 16 0 9 0 28485624 889548800 16245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32665] ppid=32655 vsize=868700 CPUtime=0
/proc/32657/task/32665/stat : 32665 (java) S 32655 32657 29865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28485624 889548800 16245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32666] ppid=32655 vsize=868700 CPUtime=0
/proc/32657/task/32666/stat : 32666 (java) S 32655 32657 29865 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28485624 889548800 16245 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 868700

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

[startup+2.30282 s]
/proc/loadavg: 2.22 2.07 2.02 3/91 32703
/proc/meminfo: memFree=1687056/2055920 swapFree=4192812/4192956
[pid=32657] ppid=32655 vsize=868932 CPUtime=2.38
/proc/32657/stat : 32657 (java) S 32655 32657 29865 0 -1 0 19852 600 1 0 165 52 20 1 18 0 10 0 28485618 889786368 18577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32657/statm: 217233 18577 2033 9 0 211691 0
[pid=32657/tid=32659] ppid=32655 vsize=868932 CPUtime=2.06
/proc/32657/task/32659/stat : 32659 (java) R 32655 32657 29865 0 -1 64 16335 600 1 0 136 49 20 1 16 0 10 0 28485620 889786368 18577 996147200 134512640 134550932 4294955968 18446744073709551615 4125960407 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32660] ppid=32655 vsize=868932 CPUtime=0.29
/proc/32657/task/32660/stat : 32660 (java) S 32655 32657 29865 0 -1 64 1970 600 0 0 8 0 20 1 17 0 10 0 28485622 889786368 18577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32661] ppid=32655 vsize=868932 CPUtime=0.21
/proc/32657/task/32661/stat : 32661 (java) S 32655 32657 29865 0 -1 64 15 600 0 0 0 0 20 1 16 0 10 0 28485622 889786368 18577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32662] ppid=32655 vsize=868932 CPUtime=0.21
/proc/32657/task/32662/stat : 32662 (java) S 32655 32657 29865 0 -1 64 5 600 0 0 0 0 20 1 16 0 10 0 28485622 889786368 18577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32663] ppid=32655 vsize=868932 CPUtime=0.21
/proc/32657/task/32663/stat : 32663 (java) S 32655 32657 29865 0 -1 64 2 600 0 0 0 0 20 1 18 0 10 0 28485624 889786368 18577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32664] ppid=32655 vsize=868932 CPUtime=0.41
/proc/32657/task/32664/stat : 32664 (java) R 32655 32657 29865 0 -1 64 715 600 0 0 20 0 20 1 16 0 10 0 28485624 889786368 18577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32665] ppid=32655 vsize=868932 CPUtime=0.21
/proc/32657/task/32665/stat : 32665 (java) S 32655 32657 29865 0 -1 64 1 600 0 0 0 0 20 1 19 0 10 0 28485624 889786368 18577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32666] ppid=32655 vsize=868932 CPUtime=0.21
/proc/32657/task/32666/stat : 32666 (java) S 32655 32657 29865 0 -1 64 7 600 0 0 0 0 20 1 15 0 10 0 28485624 889786368 18577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 868932

[startup+2.70186 s]
/proc/loadavg: 2.22 2.07 2.02 3/91 32703
/proc/meminfo: memFree=1687056/2055920 swapFree=4192812/4192956
[pid=32657] ppid=32655 vsize=869148 CPUtime=2.78
/proc/32657/stat : 32657 (java) S 32655 32657 29865 0 -1 0 30122 600 1 0 202 55 20 1 18 0 10 0 28485618 890007552 21676 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32657/statm: 217287 21676 2662 9 0 211723 0
[pid=32657/tid=32659] ppid=32655 vsize=869148 CPUtime=2.27
/proc/32657/task/32659/stat : 32659 (java) R 32655 32657 29865 0 -1 64 21114 600 1 0 156 50 20 1 16 0 10 0 28485620 890007552 21676 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32660] ppid=32655 vsize=869148 CPUtime=0.44
/proc/32657/task/32660/stat : 32660 (java) R 32655 32657 29865 0 -1 64 7243 600 0 0 21 2 20 1 17 0 10 0 28485622 890007552 21677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32661] ppid=32655 vsize=869148 CPUtime=0.21
/proc/32657/task/32661/stat : 32661 (java) S 32655 32657 29865 0 -1 64 17 600 0 0 0 0 20 1 16 0 10 0 28485622 890007552 21677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32662] ppid=32655 vsize=869148 CPUtime=0.21
/proc/32657/task/32662/stat : 32662 (java) S 32655 32657 29865 0 -1 64 8 600 0 0 0 0 20 1 16 0 10 0 28485622 890007552 21677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32663] ppid=32655 vsize=869148 CPUtime=0.21
/proc/32657/task/32663/stat : 32663 (java) S 32655 32657 29865 0 -1 64 2 600 0 0 0 0 20 1 18 0 10 0 28485624 890007552 21677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32664] ppid=32655 vsize=869148 CPUtime=0.45
/proc/32657/task/32664/stat : 32664 (java) S 32655 32657 29865 0 -1 64 920 600 0 0 24 0 20 1 15 0 10 0 28485624 890007552 21677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32665] ppid=32655 vsize=869148 CPUtime=0.21
/proc/32657/task/32665/stat : 32665 (java) S 32655 32657 29865 0 -1 64 1 600 0 0 0 0 20 1 19 0 10 0 28485624 890007552 21677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32666] ppid=32655 vsize=869148 CPUtime=0.21
/proc/32657/task/32666/stat : 32666 (java) S 32655 32657 29865 0 -1 64 12 600 0 0 0 0 20 1 15 0 10 0 28485624 890007552 21677 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 869148

Child status: 0
Real time (s): 2.79679
CPU time (s): 2.86356
CPU user time (s): 2.27065
CPU system time (s): 0.592909
CPU usage (%): 102.387
Max. virtual memory (cumulated for all children) (KiB): 873204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.27065
system time used= 0.592909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32037
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= 734
involuntary context switches= 717

runsolver used 0.005999 second user time and 0.015997 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 17:57:10
IDJOB=2098139
IDBENCH=58313
IDSOLVER=773
FILE ID=node70/2098139-1247414229
PBS_JOBID= 9510507
Free space on /tmp= 66416 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-5/normalized-lei450-05c-04.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-2098139-1247414229/watcher-2098139-1247414229 -o /tmp/evaluation-result-2098139-1247414229/solver-2098139-1247414229 -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-2098139-1247414229.xml

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

MD5SUM BENCH= 51e3a409d29f8ba8e006b0765e6c3201
RANDOM SEED=1637104093

node70.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.214
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.214
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:       1708096 kB
Buffers:         41240 kB
Cached:         145556 kB
SwapCached:          0 kB
Active:         198424 kB
Inactive:        92596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7620 kB
Writeback:           0 kB
Mapped:         124760 kB
Slab:            42092 kB
Committed_AS:   998424 kB
PageTables:       1928 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= 66416 MiB
End job on node70 at 2009-07-12 17:57:12