Trace number 2095053

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 27.9627 28.2628

DiagnosticValue
CHECKS8156530
NODES0

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-neos20.xml
MD5SUM8df3601537f146e29101cbf7de6286ca
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.8971
Satisfiable
(Un)Satisfiability was proved
Number of variables8411
Number of constraints3209
Maximum constraint arity270
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3209
Global constraints used (with number of constraints)

Solver Data

0.05/0.10	
0.05/0.10	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-2095053-1247406219.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.67/0.74	     nbVariables=8411  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=12344
0.67/0.74	       =>  wckTime=0.465  cpuTime=0.35  mem=35M213
0.67/0.74	   
0.67/0.74	   predicates being loaded...
1.07/1.16	   
1.07/1.16	   constraints being loaded...
5.33/5.41	     nbConstraints=1538  nbGlobalConstraints=136  nbMergedConstraints=1807  nbSingletonDomainVariables=4478
5.33/5.41	     nbConvertedConstraints=251  nbConvertConstraintsChecks=6649  nbExtensionStructures=177
5.33/5.41	     nbSharedExtensionStructures=248  nbConflictsStructures=196  nbSharedConflictsStructures=787
5.33/5.41	     nbUnbuiltConflictsStructures=64  nbSharedBinaryRepresentations=704  nbEvaluationManagers=83
5.33/5.41	     nbSharedEvaluationManagers=1068  minDegree=1  maxDegree=66  minArity=2  avgArity=15.89  maxArity=270
5.33/5.41	     nbGenerators=136  nbFusions=0  symmetryWckTime=0.685  symmetryCpuTime=0.17
5.33/5.41	       =>  wckTime=5.143  cpuTime=4.07  mem=65M32
5.42/5.58	   
5.42/5.58	   solver IterativeSystematicSolver being built... 
5.72/5.88	   
5.72/5.88	   INFO : Forward propagation technique limited 
6.11/6.23	       =>  wckTime=5.959  cpuTime=4.6  mem=75M171
27.91/28.21	   
27.91/28.21	   preprocessing
27.91/28.21	     nbConstraintChecks=8156532  nbValidityChecks=1140  nbPropagations=1  nbRevisions=1141  nbUselessRevisions=1140
27.91/28.21	     nbRemovedValues=2  detectedInconsistency=yes
27.91/28.21	       =>  wckTime=21.968  cpuTime=21.75  mem=81M265
27.91/28.21	   
27.91/28.21	   global
27.91/28.21	     nbConstraintChecks=8156532  nbValidityChecks=1140  nbPropagations=1  nbRevisions=1141  nbUselessRevisions=1140
27.91/28.21	     nbRestartNogoods=0  solvingWckTime=21.973  solvingCpuTime=21.76  expiredTime=no  totalExploration=yes
27.91/28.21	     nbFoundSolutions=0  globalCpuTime=26.4
27.91/28.21	       =>  wckTime=27.94  cpuTime=26.36  mem=81M265
27.91/28.21	   
27.91/28.21	s UNSATISFIABLE
27.91/28.21	d NODES 0
27.91/28.21	d CHECKS 8156532
27.91/28.22	   
27.91/28.22	   totalWckTime=28.014  totalCpuTime=26.4

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-2095053-1247406219/watcher-2095053-1247406219 -o /tmp/evaluation-result-2095053-1247406219/solver-2095053-1247406219 -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-2095053-1247406219.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.16 2.04 1.96 4/80 29955
/proc/meminfo: memFree=1750880/2055920 swapFree=4192812/4192956
[pid=29955] ppid=29953 vsize=18576 CPUtime=0
/proc/29955/stat : 29955 (runsolver) R 29953 29955 28929 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27685974 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 272836914471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29955/statm: 4644 284 249 26 0 2626 0

[startup+0.073812 s]
/proc/loadavg: 2.16 2.04 1.96 4/80 29955
/proc/meminfo: memFree=1750880/2055920 swapFree=4192812/4192956
[pid=29955] ppid=29953 vsize=864024 CPUtime=0.05
/proc/29955/stat : 29955 (java) S 29953 29955 28929 0 -1 0 2835 0 1 0 4 1 0 0 18 0 9 0 27685974 884760576 2369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29955/statm: 216006 2369 1122 9 0 210899 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.101815 s]
/proc/loadavg: 2.16 2.04 1.96 4/80 29955
/proc/meminfo: memFree=1750880/2055920 swapFree=4192812/4192956
[pid=29955] ppid=29953 vsize=865984 CPUtime=0.08
/proc/29955/stat : 29955 (java) S 29953 29955 28929 0 -1 0 3675 0 1 0 6 2 0 0 18 0 9 0 27685974 886767616 3156 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29955/statm: 216496 3156 1684 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301828 s]
/proc/loadavg: 2.16 2.04 1.96 4/80 29955
/proc/meminfo: memFree=1750880/2055920 swapFree=4192812/4192956
[pid=29955] ppid=29953 vsize=866300 CPUtime=0.28
/proc/29955/stat : 29955 (java) S 29953 29955 28929 0 -1 0 5701 0 1 0 25 3 0 0 18 0 9 0 27685974 887091200 5108 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29955/statm: 216575 5108 1923 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866300

[startup+0.701856 s]
/proc/loadavg: 2.16 2.04 1.96 4/80 29955
/proc/meminfo: memFree=1750880/2055920 swapFree=4192812/4192956
[pid=29955] ppid=29953 vsize=867532 CPUtime=0.67
/proc/29955/stat : 29955 (java) S 29953 29955 28929 0 -1 0 12361 0 1 0 60 7 0 0 18 0 9 0 27685974 888352768 11723 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29955/statm: 216883 11723 2002 9 0 211341 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867532

[startup+1.50291 s]
/proc/loadavg: 2.15 2.04 1.96 4/89 29964
/proc/meminfo: memFree=1688088/2055920 swapFree=4192812/4192956
[pid=29955] ppid=29953 vsize=867532 CPUtime=1.46
/proc/29955/stat : 29955 (java) S 29953 29955 28929 0 -1 0 18324 0 1 0 136 10 0 0 18 0 9 0 27685974 888352768 17653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29955/statm: 216883 17653 2029 9 0 211341 0
[pid=29955/tid=29957] ppid=29953 vsize=867532 CPUtime=1.22
/proc/29955/task/29957/stat : 29957 (java) R 29953 29955 28929 0 -1 64 15793 0 1 0 113 9 0 0 25 0 9 0 27685975 888352768 17653 996147200 134512640 134550932 4294955968 18446744073709551615 103206923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29958] ppid=29953 vsize=867532 CPUtime=0.04
/proc/29955/task/29958/stat : 29958 (java) S 29953 29955 28929 0 -1 64 1182 0 0 0 4 0 0 0 17 0 9 0 27685977 888352768 17653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29959] ppid=29953 vsize=867532 CPUtime=0
/proc/29955/task/29959/stat : 29959 (java) S 29953 29955 28929 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27685977 888352768 17653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29960] ppid=29953 vsize=867532 CPUtime=0
/proc/29955/task/29960/stat : 29960 (java) S 29953 29955 28929 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27685977 888352768 17653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29961] ppid=29953 vsize=867532 CPUtime=0
/proc/29955/task/29961/stat : 29961 (java) S 29953 29955 28929 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27685979 888352768 17653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29962] ppid=29953 vsize=867532 CPUtime=0.19
/proc/29955/task/29962/stat : 29962 (java) S 29953 29955 28929 0 -1 64 647 0 0 0 19 0 0 0 15 0 9 0 27685979 888352768 17653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29963] ppid=29953 vsize=867532 CPUtime=0
/proc/29955/task/29963/stat : 29963 (java) S 29953 29955 28929 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27685979 888352768 17653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29964] ppid=29953 vsize=867532 CPUtime=0
/proc/29955/task/29964/stat : 29964 (java) S 29953 29955 28929 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27685979 888352768 17653 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867532

[startup+3.10301 s]
/proc/loadavg: 2.15 2.04 1.96 3/89 29964
/proc/meminfo: memFree=1679008/2055920 swapFree=4192812/4192956
[pid=29955] ppid=29953 vsize=867532 CPUtime=3.05
/proc/29955/stat : 29955 (java) S 29953 29955 28929 0 -1 0 26794 0 1 0 286 19 0 0 18 0 9 0 27685974 888352768 26117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29955/statm: 216883 26117 2033 9 0 211341 0
[pid=29955/tid=29957] ppid=29953 vsize=867532 CPUtime=2.57
/proc/29955/task/29957/stat : 29957 (java) R 29953 29955 28929 0 -1 64 15835 0 1 0 244 13 0 0 25 0 9 0 27685975 888352768 26117 996147200 134512640 134550932 4294955968 18446744073709551615 103206786 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29958] ppid=29953 vsize=867532 CPUtime=0.2
/proc/29955/task/29958/stat : 29958 (java) S 29953 29955 28929 0 -1 64 9563 0 0 0 16 4 0 0 16 0 9 0 27685977 888352768 26117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29959] ppid=29953 vsize=867532 CPUtime=0
/proc/29955/task/29959/stat : 29959 (java) S 29953 29955 28929 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27685977 888352768 26117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29960] ppid=29953 vsize=867532 CPUtime=0
/proc/29955/task/29960/stat : 29960 (java) S 29953 29955 28929 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27685977 888352768 26117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29961] ppid=29953 vsize=867532 CPUtime=0
/proc/29955/task/29961/stat : 29961 (java) S 29953 29955 28929 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 27685979 888352768 26117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29962] ppid=29953 vsize=867532 CPUtime=0.25
/proc/29955/task/29962/stat : 29962 (java) S 29953 29955 28929 0 -1 64 694 0 0 0 25 0 0 0 15 0 9 0 27685979 888352768 26117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29963] ppid=29953 vsize=867532 CPUtime=0
/proc/29955/task/29963/stat : 29963 (java) S 29953 29955 28929 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27685979 888352768 26117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29964] ppid=29953 vsize=867532 CPUtime=0
/proc/29955/task/29964/stat : 29964 (java) S 29953 29955 28929 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27685979 888352768 26117 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867532

[startup+6.30123 s]
/proc/loadavg: 2.15 2.04 1.96 4/90 29968
/proc/meminfo: memFree=1634072/2055920 swapFree=4192812/4192956
[pid=29955] ppid=29953 vsize=867856 CPUtime=6.21
/proc/29955/stat : 29955 (java) S 29953 29955 28929 0 -1 0 56159 934 1 0 547 29 43 2 18 0 9 0 27685974 888684544 33984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29955/statm: 216964 33984 2641 9 0 211422 0
[pid=29955/tid=29957] ppid=29953 vsize=867856 CPUtime=5.31
/proc/29955/task/29957/stat : 29957 (java) R 29953 29955 28929 0 -1 64 28771 934 1 0 468 18 43 2 25 0 9 0 27685975 888684544 33984 996147200 134512640 134550932 4294955968 18446744073709551615 4127050855 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29958] ppid=29953 vsize=867856 CPUtime=0.96
/proc/29955/task/29958/stat : 29958 (java) S 29953 29955 28929 0 -1 64 25527 934 0 0 43 8 43 2 16 0 9 0 27685977 888684544 33984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29959] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29959/stat : 29959 (java) S 29953 29955 28929 0 -1 64 21 934 0 0 0 0 43 2 16 0 9 0 27685977 888684544 33984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29960] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29960/stat : 29960 (java) S 29953 29955 28929 0 -1 64 25 934 0 0 0 0 43 2 15 0 9 0 27685977 888684544 33984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29961] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29961/stat : 29961 (java) S 29953 29955 28929 0 -1 64 1 934 0 0 0 0 43 2 18 0 9 0 27685979 888684544 33984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29962] ppid=29953 vsize=867856 CPUtime=0.8
/proc/29955/task/29962/stat : 29962 (java) S 29953 29955 28929 0 -1 64 968 934 0 0 34 1 43 2 15 0 9 0 27685979 888684544 33984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29963] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29963/stat : 29963 (java) S 29953 29955 28929 0 -1 64 1 934 0 0 0 0 43 2 19 0 9 0 27685979 888684544 33984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29964] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29964/stat : 29964 (java) S 29953 29955 28929 0 -1 64 38 934 0 0 0 0 43 2 15 0 9 0 27685979 888684544 33984 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867856

[startup+12.7026 s]
/proc/loadavg: 2.20 2.06 1.96 3/89 29968
/proc/meminfo: memFree=1624600/2055920 swapFree=4192812/4192956
[pid=29955] ppid=29953 vsize=867856 CPUtime=12.55
/proc/29955/stat : 29955 (java) S 29953 29955 28929 0 -1 0 56162 934 1 0 1181 29 43 2 18 0 9 0 27685974 888684544 33985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29955/statm: 216964 33985 2641 9 0 211422 0
[pid=29955/tid=29957] ppid=29953 vsize=867856 CPUtime=11.65
/proc/29955/task/29957/stat : 29957 (java) R 29953 29955 28929 0 -1 64 28771 934 1 0 1102 18 43 2 25 0 9 0 27685975 888684544 33985 996147200 134512640 134550932 4294955968 18446744073709551615 4127040696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29958] ppid=29953 vsize=867856 CPUtime=0.96
/proc/29955/task/29958/stat : 29958 (java) S 29953 29955 28929 0 -1 64 25527 934 0 0 43 8 43 2 16 0 9 0 27685977 888684544 33985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29959] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29959/stat : 29959 (java) S 29953 29955 28929 0 -1 64 21 934 0 0 0 0 43 2 16 0 9 0 27685977 888684544 33985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29960] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29960/stat : 29960 (java) S 29953 29955 28929 0 -1 64 25 934 0 0 0 0 43 2 15 0 9 0 27685977 888684544 33985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29961] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29961/stat : 29961 (java) S 29953 29955 28929 0 -1 64 1 934 0 0 0 0 43 2 18 0 9 0 27685979 888684544 33985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29962] ppid=29953 vsize=867856 CPUtime=0.81
/proc/29955/task/29962/stat : 29962 (java) S 29953 29955 28929 0 -1 64 971 934 0 0 35 1 43 2 16 0 9 0 27685979 888684544 33985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29963] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29963/stat : 29963 (java) S 29953 29955 28929 0 -1 64 1 934 0 0 0 0 43 2 19 0 9 0 27685979 888684544 33985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29964] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29964/stat : 29964 (java) S 29953 29955 28929 0 -1 64 38 934 0 0 0 0 43 2 15 0 9 0 27685979 888684544 33985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867856

[startup+25.5015 s]
/proc/loadavg: 2.17 2.05 1.96 3/89 29968
/proc/meminfo: memFree=1624664/2055920 swapFree=4192812/4192956
[pid=29955] ppid=29953 vsize=867856 CPUtime=25.23
/proc/29955/stat : 29955 (java) S 29953 29955 28929 0 -1 0 56165 934 1 0 2449 29 43 2 18 0 9 0 27685974 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29955/statm: 216964 33987 2641 9 0 211422 0
[pid=29955/tid=29957] ppid=29953 vsize=867856 CPUtime=24.32
/proc/29955/task/29957/stat : 29957 (java) R 29953 29955 28929 0 -1 64 28771 934 1 0 2369 18 43 2 25 0 9 0 27685975 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4127091763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29958] ppid=29953 vsize=867856 CPUtime=0.96
/proc/29955/task/29958/stat : 29958 (java) S 29953 29955 28929 0 -1 64 25527 934 0 0 43 8 43 2 16 0 9 0 27685977 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29959] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29959/stat : 29959 (java) S 29953 29955 28929 0 -1 64 21 934 0 0 0 0 43 2 16 0 9 0 27685977 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29960] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29960/stat : 29960 (java) S 29953 29955 28929 0 -1 64 25 934 0 0 0 0 43 2 15 0 9 0 27685977 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29961] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29961/stat : 29961 (java) S 29953 29955 28929 0 -1 64 1 934 0 0 0 0 43 2 18 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29962] ppid=29953 vsize=867856 CPUtime=0.81
/proc/29955/task/29962/stat : 29962 (java) S 29953 29955 28929 0 -1 64 974 934 0 0 35 1 43 2 17 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29963] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29963/stat : 29963 (java) S 29953 29955 28929 0 -1 64 1 934 0 0 0 0 43 2 19 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29964] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29964/stat : 29964 (java) S 29953 29955 28929 0 -1 64 38 934 0 0 0 0 43 2 15 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867856

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

[startup+27.1026 s]
/proc/loadavg: 2.16 2.05 1.96 3/89 29968
/proc/meminfo: memFree=1624728/2055920 swapFree=4192812/4192956
[pid=29955] ppid=29953 vsize=867856 CPUtime=26.82
/proc/29955/stat : 29955 (java) S 29953 29955 28929 0 -1 0 56165 934 1 0 2608 29 43 2 18 0 9 0 27685974 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29955/statm: 216964 33987 2641 9 0 211422 0
[pid=29955/tid=29957] ppid=29953 vsize=867856 CPUtime=25.91
/proc/29955/task/29957/stat : 29957 (java) R 29953 29955 28929 0 -1 64 28771 934 1 0 2528 18 43 2 25 0 9 0 27685975 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4127050900 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29958] ppid=29953 vsize=867856 CPUtime=0.96
/proc/29955/task/29958/stat : 29958 (java) S 29953 29955 28929 0 -1 64 25527 934 0 0 43 8 43 2 16 0 9 0 27685977 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29959] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29959/stat : 29959 (java) S 29953 29955 28929 0 -1 64 21 934 0 0 0 0 43 2 16 0 9 0 27685977 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29960] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29960/stat : 29960 (java) S 29953 29955 28929 0 -1 64 25 934 0 0 0 0 43 2 15 0 9 0 27685977 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29961] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29961/stat : 29961 (java) S 29953 29955 28929 0 -1 64 1 934 0 0 0 0 43 2 18 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29962] ppid=29953 vsize=867856 CPUtime=0.81
/proc/29955/task/29962/stat : 29962 (java) S 29953 29955 28929 0 -1 64 974 934 0 0 35 1 43 2 17 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29963] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29963/stat : 29963 (java) S 29953 29955 28929 0 -1 64 1 934 0 0 0 0 43 2 19 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29964] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29964/stat : 29964 (java) S 29953 29955 28929 0 -1 64 38 934 0 0 0 0 43 2 15 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.82
Current children cumulated vsize (KiB) 867856

[startup+27.9027 s]
/proc/loadavg: 2.16 2.05 1.96 3/89 29968
/proc/meminfo: memFree=1624728/2055920 swapFree=4192812/4192956
[pid=29955] ppid=29953 vsize=867856 CPUtime=27.61
/proc/29955/stat : 29955 (java) S 29953 29955 28929 0 -1 0 56167 934 1 0 2687 29 43 2 18 0 9 0 27685974 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29955/statm: 216964 33987 2641 9 0 211422 0
[pid=29955/tid=29957] ppid=29953 vsize=867856 CPUtime=26.7
/proc/29955/task/29957/stat : 29957 (java) R 29953 29955 28929 0 -1 64 28773 934 1 0 2607 18 43 2 25 0 9 0 27685975 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4127050896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29958] ppid=29953 vsize=867856 CPUtime=0.96
/proc/29955/task/29958/stat : 29958 (java) S 29953 29955 28929 0 -1 64 25527 934 0 0 43 8 43 2 17 0 9 0 27685977 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29959] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29959/stat : 29959 (java) S 29953 29955 28929 0 -1 64 21 934 0 0 0 0 43 2 16 0 9 0 27685977 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29960] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29960/stat : 29960 (java) S 29953 29955 28929 0 -1 64 25 934 0 0 0 0 43 2 15 0 9 0 27685977 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29961] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29961/stat : 29961 (java) S 29953 29955 28929 0 -1 64 1 934 0 0 0 0 43 2 18 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29962] ppid=29953 vsize=867856 CPUtime=0.81
/proc/29955/task/29962/stat : 29962 (java) S 29953 29955 28929 0 -1 64 974 934 0 0 35 1 43 2 17 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29963] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29963/stat : 29963 (java) S 29953 29955 28929 0 -1 64 1 934 0 0 0 0 43 2 19 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29964] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29964/stat : 29964 (java) S 29953 29955 28929 0 -1 64 38 934 0 0 0 0 43 2 15 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.61
Current children cumulated vsize (KiB) 867856

[startup+28.1027 s]
/proc/loadavg: 2.16 2.05 1.96 3/89 29968
/proc/meminfo: memFree=1624728/2055920 swapFree=4192812/4192956
[pid=29955] ppid=29953 vsize=867856 CPUtime=27.81
/proc/29955/stat : 29955 (java) S 29953 29955 28929 0 -1 0 56167 934 1 0 2707 29 43 2 18 0 9 0 27685974 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29955/statm: 216964 33987 2641 9 0 211422 0
[pid=29955/tid=29957] ppid=29953 vsize=867856 CPUtime=26.9
/proc/29955/task/29957/stat : 29957 (java) R 29953 29955 28929 0 -1 64 28773 934 1 0 2627 18 43 2 25 0 9 0 27685975 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4127056217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29958] ppid=29953 vsize=867856 CPUtime=0.96
/proc/29955/task/29958/stat : 29958 (java) S 29953 29955 28929 0 -1 64 25527 934 0 0 43 8 43 2 17 0 9 0 27685977 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29959] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29959/stat : 29959 (java) S 29953 29955 28929 0 -1 64 21 934 0 0 0 0 43 2 16 0 9 0 27685977 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29960] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29960/stat : 29960 (java) S 29953 29955 28929 0 -1 64 25 934 0 0 0 0 43 2 15 0 9 0 27685977 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29961] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29961/stat : 29961 (java) S 29953 29955 28929 0 -1 64 1 934 0 0 0 0 43 2 18 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29962] ppid=29953 vsize=867856 CPUtime=0.81
/proc/29955/task/29962/stat : 29962 (java) S 29953 29955 28929 0 -1 64 974 934 0 0 35 1 43 2 17 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29963] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29963/stat : 29963 (java) S 29953 29955 28929 0 -1 64 1 934 0 0 0 0 43 2 19 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29964] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29964/stat : 29964 (java) S 29953 29955 28929 0 -1 64 38 934 0 0 0 0 43 2 15 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.81
Current children cumulated vsize (KiB) 867856

[startup+28.2027 s]
/proc/loadavg: 2.16 2.05 1.96 3/89 29968
/proc/meminfo: memFree=1624728/2055920 swapFree=4192812/4192956
[pid=29955] ppid=29953 vsize=867856 CPUtime=27.91
/proc/29955/stat : 29955 (java) S 29953 29955 28929 0 -1 0 56167 934 1 0 2717 29 43 2 18 0 9 0 27685974 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29955/statm: 216964 33987 2641 9 0 211422 0
[pid=29955/tid=29957] ppid=29953 vsize=867856 CPUtime=27
/proc/29955/task/29957/stat : 29957 (java) R 29953 29955 28929 0 -1 64 28773 934 1 0 2637 18 43 2 25 0 9 0 27685975 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4127089504 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29958] ppid=29953 vsize=867856 CPUtime=0.96
/proc/29955/task/29958/stat : 29958 (java) S 29953 29955 28929 0 -1 64 25527 934 0 0 43 8 43 2 17 0 9 0 27685977 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29959] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29959/stat : 29959 (java) S 29953 29955 28929 0 -1 64 21 934 0 0 0 0 43 2 16 0 9 0 27685977 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29960] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29960/stat : 29960 (java) S 29953 29955 28929 0 -1 64 25 934 0 0 0 0 43 2 15 0 9 0 27685977 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29961] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29961/stat : 29961 (java) S 29953 29955 28929 0 -1 64 1 934 0 0 0 0 43 2 18 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29962] ppid=29953 vsize=867856 CPUtime=0.81
/proc/29955/task/29962/stat : 29962 (java) S 29953 29955 28929 0 -1 64 974 934 0 0 35 1 43 2 17 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29963] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29963/stat : 29963 (java) S 29953 29955 28929 0 -1 64 1 934 0 0 0 0 43 2 19 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29955/tid=29964] ppid=29953 vsize=867856 CPUtime=0.45
/proc/29955/task/29964/stat : 29964 (java) S 29953 29955 28929 0 -1 64 38 934 0 0 0 0 43 2 15 0 9 0 27685979 888684544 33987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.91
Current children cumulated vsize (KiB) 867856

Child status: 0
Real time (s): 28.2628
CPU time (s): 27.9627
CPU user time (s): 27.6208
CPU system time (s): 0.341948
CPU usage (%): 98.9382
Max. virtual memory (cumulated for all children) (KiB): 867944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.6208
system time used= 0.341948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57133
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= 2425
involuntary context switches= 3474

runsolver used 0.046992 second user time and 0.093985 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 15:43:39
IDJOB=2095053
IDBENCH=54839
IDSOLVER=773
FILE ID=node39/2095053-1247406219
PBS_JOBID= 9510566
Free space on /tmp= 66428 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-neos20.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-2095053-1247406219/watcher-2095053-1247406219 -o /tmp/evaluation-result-2095053-1247406219/solver-2095053-1247406219 -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-2095053-1247406219.xml

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

MD5SUM BENCH= 8df3601537f146e29101cbf7de6286ca
RANDOM SEED=1025064686

node39.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.236
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.236
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:       1751360 kB
Buffers:         32656 kB
Cached:         100148 kB
SwapCached:          0 kB
Active:         192444 kB
Inactive:        47568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3496 kB
Writeback:           0 kB
Mapped:         127680 kB
Slab:            49600 kB
Committed_AS:   994392 kB
PageTables:       1964 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= 66428 MiB
End job on node39 at 2009-07-12 15:44:08