Trace number 2099364

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 ESACUNSAT 18.2752 18.4332

DiagnosticValue
CHECKS52846900
NODES70240

General information on the benchmark

Namecsp/tightness0.1/
normalized-rand-2-40-8-753-100-55_ext.xml
MD5SUMa18cb4e57c8f639e6e62ecf25f045723
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.57031
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2099364-1247418082.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.28/0.36	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8  nbTotalValues=320
0.28/0.36	       =>  wckTime=0.11  cpuTime=0.09  mem=7M892
0.28/0.36	   
0.28/0.36	   relations being loaded...
0.37/0.47	   
0.37/0.47	   constraints being loaded...
0.68/0.76	     nbConstraints=753  nbRelationTypes=753  nbExtensionStructures=753  nbSharedExtensionStructures=0
0.68/0.76	     nbConflictsStructures=753  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=11918  minDegree=35
0.68/0.76	     maxDegree=39  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.088  symmetryCpuTime=0.05
0.68/0.76	       =>  wckTime=0.51  cpuTime=0.33  mem=19M685
0.76/0.82	   
0.76/0.82	   solver IterativeSystematicSolver being built... 
0.86/0.95	       =>  wckTime=0.707  cpuTime=0.44  mem=20M577
0.95/1.01	   
0.95/1.01	   preprocessing
0.95/1.01	     nbConstraintChecks=21738  nbPropagations=818  nbRevisions=5200  nbUselessRevisions=4120  nbSingletonTests=48
0.95/1.01	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
0.95/1.01	       =>  wckTime=0.055  cpuTime=0.03  mem=20M577
1.06/1.12	   
1.06/1.12	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M569)
18.17/18.37	   
18.17/18.37	   search
18.17/18.37	     run=17  nbConstraintChecks=52825113  minDepth=0  maxDepth=15  nbPropagations=3525714  nbRevisions=64016765
18.17/18.37	     nbUselessRevisions=55451642  nbAssignments=70240  nbFailedAssignments=20760  nbInferredBacktracks=6
18.17/18.37	     nbBacktracks=49347  nbVisitedNodes=114814  nbRestartNogoods=93  nbSEliminables=9.08  nbREliminables=0.95
18.17/18.37	     nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
18.17/18.37	       =>  wckTime=17.412  cpuTime=17.24  mem=21M569
18.17/18.37	   
18.17/18.37	   global
18.17/18.37	     nbConstraintChecks=52846851  nbPropagations=3526532  nbRevisions=64021965  nbUselessRevisions=55455762
18.17/18.37	     nbRestartNogoods=93  solvingWckTime=17.416  solvingCpuTime=17.24  expiredTime=no  totalExploration=yes
18.17/18.37	     nbFoundSolutions=0  globalCpuTime=17.72
18.17/18.37	       =>  wckTime=18.124  cpuTime=17.68  mem=21M569
18.17/18.37	   
18.17/18.37	s UNSATISFIABLE
18.17/18.37	d NODES 70240
18.17/18.37	d CHECKS 52846851
18.17/18.38	   
18.17/18.38	   totalWckTime=18.192  totalCpuTime=17.72

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-2099364-1247418082/watcher-2099364-1247418082 -o /tmp/evaluation-result-2099364-1247418082/solver-2099364-1247418082 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2099364-1247418082.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 2.00 4/80 30584
/proc/meminfo: memFree=1670976/2055920 swapFree=4191904/4192956
[pid=30584] ppid=30582 vsize=18576 CPUtime=0
/proc/30584/stat : 30584 (runsolver) R 30582 30584 29638 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28870770 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 244276849959 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30584/statm: 4644 284 249 26 0 2626 0

[startup+0.0686661 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 30584
/proc/meminfo: memFree=1670976/2055920 swapFree=4191904/4192956
[pid=30584] ppid=30582 vsize=864144 CPUtime=0.04
/proc/30584/stat : 30584 (java) S 30582 30584 29638 0 -1 0 2916 0 1 0 3 1 0 0 19 0 9 0 28870770 884883456 2426 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30584/statm: 216036 2427 1151 9 0 210929 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864144

[startup+0.101668 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 30584
/proc/meminfo: memFree=1670976/2055920 swapFree=4191904/4192956
[pid=30584] ppid=30582 vsize=865980 CPUtime=0.09
/proc/30584/stat : 30584 (java) S 30582 30584 29638 0 -1 0 3746 0 1 0 7 2 0 0 19 0 9 0 28870770 886763520 3214 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30584/statm: 216495 3214 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301691 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 30584
/proc/meminfo: memFree=1670976/2055920 swapFree=4191904/4192956
[pid=30584] ppid=30582 vsize=866472 CPUtime=0.28
/proc/30584/stat : 30584 (java) S 30582 30584 29638 0 -1 0 5967 0 1 0 24 4 0 0 19 0 9 0 28870770 887267328 5333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30584/statm: 216618 5333 1984 9 0 211076 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866472

[startup+0.701736 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 30584
/proc/meminfo: memFree=1670976/2055920 swapFree=4191904/4192956
[pid=30584] ppid=30582 vsize=867500 CPUtime=0.68
/proc/30584/stat : 30584 (java) S 30582 30584 29638 0 -1 0 9267 0 1 0 62 6 0 0 19 0 9 0 28870770 888320000 8619 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30584/statm: 216875 8620 2017 9 0 211333 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867500

[startup+1.50283 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30597
/proc/meminfo: memFree=1639352/2055920 swapFree=4191904/4192956
[pid=30584] ppid=30582 vsize=868044 CPUtime=1.45
/proc/30584/stat : 30584 (java) S 30582 30584 29638 0 -1 0 17324 309 1 0 135 10 0 0 19 0 9 0 28870770 888877056 10782 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30584/statm: 217011 10782 2656 9 0 211447 0
[pid=30584/tid=30586] ppid=30582 vsize=868044 CPUtime=1.1
/proc/30584/task/30586/stat : 30586 (java) R 30582 30584 29638 0 -1 64 12494 309 1 0 103 7 0 0 25 0 9 0 28870771 888877056 10782 996147200 134512640 134550932 4294955968 18446744073709551615 4127048108 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30587] ppid=30582 vsize=868044 CPUtime=0.04
/proc/30584/task/30587/stat : 30587 (java) S 30582 30584 29638 0 -1 64 3121 309 0 0 4 0 0 0 16 0 9 0 28870773 888877056 10782 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30588] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30588/stat : 30588 (java) S 30582 30584 29638 0 -1 64 17 309 0 0 0 0 0 0 16 0 9 0 28870773 888877056 10782 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30589] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30589/stat : 30589 (java) S 30582 30584 29638 0 -1 64 8 309 0 0 0 0 0 0 15 0 9 0 28870773 888877056 10782 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30590] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30590/stat : 30590 (java) S 30582 30584 29638 0 -1 64 2 309 0 0 0 0 0 0 24 0 9 0 28870775 888877056 10782 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30591] ppid=30582 vsize=868044 CPUtime=0.27
/proc/30584/task/30591/stat : 30591 (java) S 30582 30584 29638 0 -1 64 871 309 0 0 27 0 0 0 15 0 9 0 28870775 888877056 10782 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30592] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30592/stat : 30592 (java) S 30582 30584 29638 0 -1 64 1 309 0 0 0 0 0 0 25 0 9 0 28870775 888877056 10782 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30593] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30593/stat : 30593 (java) S 30582 30584 29638 0 -1 64 9 309 0 0 0 0 0 0 15 0 9 0 28870775 888877056 10782 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868044

[startup+3.10301 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30597
/proc/meminfo: memFree=1637880/2055920 swapFree=4191904/4192956
[pid=30584] ppid=30582 vsize=868044 CPUtime=3.05
/proc/30584/stat : 30584 (java) S 30582 30584 29638 0 -1 0 17342 309 1 0 295 10 0 0 19 0 9 0 28870770 888877056 10799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30584/statm: 217011 10799 2656 9 0 211447 0
[pid=30584/tid=30586] ppid=30582 vsize=868044 CPUtime=2.67
/proc/30584/task/30586/stat : 30586 (java) R 30582 30584 29638 0 -1 64 12497 309 1 0 260 7 0 0 25 0 9 0 28870771 888877056 10799 996147200 134512640 134550932 4294955968 18446744073709551615 4127044144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30587] ppid=30582 vsize=868044 CPUtime=0.04
/proc/30584/task/30587/stat : 30587 (java) S 30582 30584 29638 0 -1 64 3121 309 0 0 4 0 0 0 17 0 9 0 28870773 888877056 10799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30588] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30588/stat : 30588 (java) S 30582 30584 29638 0 -1 64 17 309 0 0 0 0 0 0 16 0 9 0 28870773 888877056 10799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30589] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30589/stat : 30589 (java) S 30582 30584 29638 0 -1 64 8 309 0 0 0 0 0 0 15 0 9 0 28870773 888877056 10799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30590] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30590/stat : 30590 (java) S 30582 30584 29638 0 -1 64 2 309 0 0 0 0 0 0 24 0 9 0 28870775 888877056 10799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30591] ppid=30582 vsize=868044 CPUtime=0.29
/proc/30584/task/30591/stat : 30591 (java) S 30582 30584 29638 0 -1 64 886 309 0 0 29 0 0 0 16 0 9 0 28870775 888877056 10799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30592] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30592/stat : 30592 (java) S 30582 30584 29638 0 -1 64 1 309 0 0 0 0 0 0 25 0 9 0 28870775 888877056 10799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30593] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30593/stat : 30593 (java) S 30582 30584 29638 0 -1 64 9 309 0 0 0 0 0 0 15 0 9 0 28870775 888877056 10799 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868044

[startup+6.30137 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30597
/proc/meminfo: memFree=1637688/2055920 swapFree=4191904/4192956
[pid=30584] ppid=30582 vsize=868044 CPUtime=6.23
/proc/30584/stat : 30584 (java) S 30582 30584 29638 0 -1 0 17370 309 1 0 613 10 0 0 19 0 9 0 28870770 888877056 10801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30584/statm: 217011 10801 2656 9 0 211447 0
[pid=30584/tid=30586] ppid=30582 vsize=868044 CPUtime=5.85
/proc/30584/task/30586/stat : 30586 (java) R 30582 30584 29638 0 -1 64 12501 309 1 0 578 7 0 0 25 0 9 0 28870771 888877056 10801 996147200 134512640 134550932 4294955968 18446744073709551615 4127062072 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30587] ppid=30582 vsize=868044 CPUtime=0.04
/proc/30584/task/30587/stat : 30587 (java) S 30582 30584 29638 0 -1 64 3121 309 0 0 4 0 0 0 16 0 9 0 28870773 888877056 10801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30588] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30588/stat : 30588 (java) S 30582 30584 29638 0 -1 64 17 309 0 0 0 0 0 0 16 0 9 0 28870773 888877056 10801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30589] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30589/stat : 30589 (java) S 30582 30584 29638 0 -1 64 8 309 0 0 0 0 0 0 15 0 9 0 28870773 888877056 10801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30590] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30590/stat : 30590 (java) S 30582 30584 29638 0 -1 64 2 309 0 0 0 0 0 0 24 0 9 0 28870775 888877056 10801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30591] ppid=30582 vsize=868044 CPUtime=0.29
/proc/30584/task/30591/stat : 30591 (java) S 30582 30584 29638 0 -1 64 886 309 0 0 29 0 0 0 16 0 9 0 28870775 888877056 10801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30592] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30592/stat : 30592 (java) S 30582 30584 29638 0 -1 64 1 309 0 0 0 0 0 0 25 0 9 0 28870775 888877056 10801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30593] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30593/stat : 30593 (java) S 30582 30584 29638 0 -1 64 33 309 0 0 0 0 0 0 15 0 9 0 28870775 888877056 10801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868044

[startup+12.7021 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30597
/proc/meminfo: memFree=1637496/2055920 swapFree=4191904/4192956
[pid=30584] ppid=30582 vsize=868044 CPUtime=12.59
/proc/30584/stat : 30584 (java) S 30582 30584 29638 0 -1 0 17371 309 1 0 1249 10 0 0 19 0 9 0 28870770 888877056 10802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30584/statm: 217011 10802 2656 9 0 211447 0
[pid=30584/tid=30586] ppid=30582 vsize=868044 CPUtime=12.22
/proc/30584/task/30586/stat : 30586 (java) R 30582 30584 29638 0 -1 64 12502 309 1 0 1215 7 0 0 25 0 9 0 28870771 888877056 10802 996147200 134512640 134550932 4294955968 18446744073709551615 4127046675 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30587] ppid=30582 vsize=868044 CPUtime=0.04
/proc/30584/task/30587/stat : 30587 (java) S 30582 30584 29638 0 -1 64 3121 309 0 0 4 0 0 0 16 0 9 0 28870773 888877056 10802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30588] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30588/stat : 30588 (java) S 30582 30584 29638 0 -1 64 17 309 0 0 0 0 0 0 16 0 9 0 28870773 888877056 10802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30589] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30589/stat : 30589 (java) S 30582 30584 29638 0 -1 64 8 309 0 0 0 0 0 0 15 0 9 0 28870773 888877056 10802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30590] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30590/stat : 30590 (java) S 30582 30584 29638 0 -1 64 2 309 0 0 0 0 0 0 24 0 9 0 28870775 888877056 10802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30591] ppid=30582 vsize=868044 CPUtime=0.29
/proc/30584/task/30591/stat : 30591 (java) S 30582 30584 29638 0 -1 64 886 309 0 0 29 0 0 0 16 0 9 0 28870775 888877056 10802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30592] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30592/stat : 30592 (java) S 30582 30584 29638 0 -1 64 1 309 0 0 0 0 0 0 25 0 9 0 28870775 888877056 10802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30593] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30593/stat : 30593 (java) S 30582 30584 29638 0 -1 64 33 309 0 0 0 0 0 0 15 0 9 0 28870775 888877056 10802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 868044

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

[startup+15.9015 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30597
/proc/meminfo: memFree=1637496/2055920 swapFree=4191904/4192956
[pid=30584] ppid=30582 vsize=868044 CPUtime=15.78
/proc/30584/stat : 30584 (java) S 30582 30584 29638 0 -1 0 17371 309 1 0 1568 10 0 0 19 0 9 0 28870770 888877056 10802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30584/statm: 217011 10802 2656 9 0 211447 0
[pid=30584/tid=30586] ppid=30582 vsize=868044 CPUtime=15.4
/proc/30584/task/30586/stat : 30586 (java) R 30582 30584 29638 0 -1 64 12502 309 1 0 1533 7 0 0 25 0 9 0 28870771 888877056 10802 996147200 134512640 134550932 4294955968 18446744073709551615 4126385325 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30587] ppid=30582 vsize=868044 CPUtime=0.04
/proc/30584/task/30587/stat : 30587 (java) S 30582 30584 29638 0 -1 64 3121 309 0 0 4 0 0 0 16 0 9 0 28870773 888877056 10802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30588] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30588/stat : 30588 (java) S 30582 30584 29638 0 -1 64 17 309 0 0 0 0 0 0 16 0 9 0 28870773 888877056 10802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30589] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30589/stat : 30589 (java) S 30582 30584 29638 0 -1 64 8 309 0 0 0 0 0 0 15 0 9 0 28870773 888877056 10802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30590] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30590/stat : 30590 (java) S 30582 30584 29638 0 -1 64 2 309 0 0 0 0 0 0 24 0 9 0 28870775 888877056 10802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30591] ppid=30582 vsize=868044 CPUtime=0.29
/proc/30584/task/30591/stat : 30591 (java) S 30582 30584 29638 0 -1 64 886 309 0 0 29 0 0 0 16 0 9 0 28870775 888877056 10802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30592] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30592/stat : 30592 (java) S 30582 30584 29638 0 -1 64 1 309 0 0 0 0 0 0 25 0 9 0 28870775 888877056 10802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30593] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30593/stat : 30593 (java) S 30582 30584 29638 0 -1 64 33 309 0 0 0 0 0 0 15 0 9 0 28870775 888877056 10802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.78
Current children cumulated vsize (KiB) 868044

[startup+17.5016 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30597
/proc/meminfo: memFree=1637496/2055920 swapFree=4191904/4192956
[pid=30584] ppid=30582 vsize=868044 CPUtime=17.38
/proc/30584/stat : 30584 (java) S 30582 30584 29638 0 -1 0 17372 309 1 0 1728 10 0 0 19 0 9 0 28870770 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30584/statm: 217011 10803 2656 9 0 211447 0
[pid=30584/tid=30586] ppid=30582 vsize=868044 CPUtime=17
/proc/30584/task/30586/stat : 30586 (java) R 30582 30584 29638 0 -1 64 12503 309 1 0 1693 7 0 0 25 0 9 0 28870771 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4127044852 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30587] ppid=30582 vsize=868044 CPUtime=0.04
/proc/30584/task/30587/stat : 30587 (java) S 30582 30584 29638 0 -1 64 3121 309 0 0 4 0 0 0 16 0 9 0 28870773 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30588] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30588/stat : 30588 (java) S 30582 30584 29638 0 -1 64 17 309 0 0 0 0 0 0 16 0 9 0 28870773 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30589] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30589/stat : 30589 (java) S 30582 30584 29638 0 -1 64 8 309 0 0 0 0 0 0 15 0 9 0 28870773 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30590] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30590/stat : 30590 (java) S 30582 30584 29638 0 -1 64 2 309 0 0 0 0 0 0 24 0 9 0 28870775 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30591] ppid=30582 vsize=868044 CPUtime=0.29
/proc/30584/task/30591/stat : 30591 (java) S 30582 30584 29638 0 -1 64 886 309 0 0 29 0 0 0 16 0 9 0 28870775 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30592] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30592/stat : 30592 (java) S 30582 30584 29638 0 -1 64 1 309 0 0 0 0 0 0 25 0 9 0 28870775 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30593] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30593/stat : 30593 (java) S 30582 30584 29638 0 -1 64 33 309 0 0 0 0 0 0 15 0 9 0 28870775 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.38
Current children cumulated vsize (KiB) 868044

[startup+17.9017 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30597
/proc/meminfo: memFree=1637496/2055920 swapFree=4191904/4192956
[pid=30584] ppid=30582 vsize=868044 CPUtime=17.77
/proc/30584/stat : 30584 (java) S 30582 30584 29638 0 -1 0 17372 309 1 0 1767 10 0 0 19 0 9 0 28870770 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30584/statm: 217011 10803 2656 9 0 211447 0
[pid=30584/tid=30586] ppid=30582 vsize=868044 CPUtime=17.39
/proc/30584/task/30586/stat : 30586 (java) R 30582 30584 29638 0 -1 64 12503 309 1 0 1732 7 0 0 25 0 9 0 28870771 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4127042880 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30587] ppid=30582 vsize=868044 CPUtime=0.04
/proc/30584/task/30587/stat : 30587 (java) S 30582 30584 29638 0 -1 64 3121 309 0 0 4 0 0 0 16 0 9 0 28870773 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30588] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30588/stat : 30588 (java) S 30582 30584 29638 0 -1 64 17 309 0 0 0 0 0 0 16 0 9 0 28870773 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30589] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30589/stat : 30589 (java) S 30582 30584 29638 0 -1 64 8 309 0 0 0 0 0 0 15 0 9 0 28870773 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30590] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30590/stat : 30590 (java) S 30582 30584 29638 0 -1 64 2 309 0 0 0 0 0 0 24 0 9 0 28870775 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30591] ppid=30582 vsize=868044 CPUtime=0.29
/proc/30584/task/30591/stat : 30591 (java) S 30582 30584 29638 0 -1 64 886 309 0 0 29 0 0 0 16 0 9 0 28870775 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30592] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30592/stat : 30592 (java) S 30582 30584 29638 0 -1 64 1 309 0 0 0 0 0 0 25 0 9 0 28870775 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30593] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30593/stat : 30593 (java) S 30582 30584 29638 0 -1 64 33 309 0 0 0 0 0 0 15 0 9 0 28870775 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.77
Current children cumulated vsize (KiB) 868044

[startup+18.3017 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30597
/proc/meminfo: memFree=1637496/2055920 swapFree=4191904/4192956
[pid=30584] ppid=30582 vsize=868044 CPUtime=18.17
/proc/30584/stat : 30584 (java) S 30582 30584 29638 0 -1 0 17372 309 1 0 1807 10 0 0 19 0 9 0 28870770 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30584/statm: 217011 10803 2656 9 0 211447 0
[pid=30584/tid=30586] ppid=30582 vsize=868044 CPUtime=17.79
/proc/30584/task/30586/stat : 30586 (java) R 30582 30584 29638 0 -1 64 12503 309 1 0 1772 7 0 0 25 0 9 0 28870771 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4127041992 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30587] ppid=30582 vsize=868044 CPUtime=0.04
/proc/30584/task/30587/stat : 30587 (java) S 30582 30584 29638 0 -1 64 3121 309 0 0 4 0 0 0 16 0 9 0 28870773 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30588] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30588/stat : 30588 (java) S 30582 30584 29638 0 -1 64 17 309 0 0 0 0 0 0 16 0 9 0 28870773 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30589] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30589/stat : 30589 (java) S 30582 30584 29638 0 -1 64 8 309 0 0 0 0 0 0 15 0 9 0 28870773 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30590] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30590/stat : 30590 (java) S 30582 30584 29638 0 -1 64 2 309 0 0 0 0 0 0 24 0 9 0 28870775 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30591] ppid=30582 vsize=868044 CPUtime=0.29
/proc/30584/task/30591/stat : 30591 (java) S 30582 30584 29638 0 -1 64 886 309 0 0 29 0 0 0 16 0 9 0 28870775 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30592] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30592/stat : 30592 (java) S 30582 30584 29638 0 -1 64 1 309 0 0 0 0 0 0 25 0 9 0 28870775 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30593] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30593/stat : 30593 (java) S 30582 30584 29638 0 -1 64 33 309 0 0 0 0 0 0 15 0 9 0 28870775 888877056 10803 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.17
Current children cumulated vsize (KiB) 868044

[startup+18.4017 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30597
/proc/meminfo: memFree=1637496/2055920 swapFree=4191904/4192956
[pid=30584] ppid=30582 vsize=868044 CPUtime=18.24
/proc/30584/stat : 30584 (java) S 30582 30584 29638 0 -1 0 17461 309 1 0 1814 10 0 0 19 0 9 0 28870770 888877056 10891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30584/statm: 217011 10891 2656 9 0 211447 0
[pid=30584/tid=30586] ppid=30582 vsize=868044 CPUtime=17.86
/proc/30584/task/30586/stat : 30586 (java) S 30582 30584 29638 0 -1 64 12592 309 1 0 1779 7 0 0 25 0 9 0 28870771 888877056 10891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30587] ppid=30582 vsize=868044 CPUtime=0.04
/proc/30584/task/30587/stat : 30587 (java) S 30582 30584 29638 0 -1 64 3121 309 0 0 4 0 0 0 16 0 9 0 28870773 888877056 10891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30588] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30588/stat : 30588 (java) S 30582 30584 29638 0 -1 64 17 309 0 0 0 0 0 0 16 0 9 0 28870773 888877056 10891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30589] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30589/stat : 30589 (java) S 30582 30584 29638 0 -1 64 8 309 0 0 0 0 0 0 15 0 9 0 28870773 888877056 10891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30590] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30590/stat : 30590 (java) S 30582 30584 29638 0 -1 64 2 309 0 0 0 0 0 0 24 0 9 0 28870775 888877056 10891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30591] ppid=30582 vsize=868044 CPUtime=0.3
/proc/30584/task/30591/stat : 30591 (java) S 30582 30584 29638 0 -1 64 886 309 0 0 30 0 0 0 16 0 9 0 28870775 888877056 10891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30592] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30592/stat : 30592 (java) S 30582 30584 29638 0 -1 64 1 309 0 0 0 0 0 0 25 0 9 0 28870775 888877056 10891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30584/tid=30593] ppid=30582 vsize=868044 CPUtime=0
/proc/30584/task/30593/stat : 30593 (java) S 30582 30584 29638 0 -1 64 33 309 0 0 0 0 0 0 15 0 9 0 28870775 888877056 10891 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.24
Current children cumulated vsize (KiB) 868044

Child status: 0
Real time (s): 18.4332
CPU time (s): 18.2752
CPU user time (s): 18.1572
CPU system time (s): 0.117982
CPU usage (%): 99.1431
Max. virtual memory (cumulated for all children) (KiB): 868044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.1572
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17799
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= 1891
involuntary context switches= 2539

runsolver used 0.021996 second user time and 0.06199 second system time

The end

Launcher Data

Begin job on node63 at 2009-07-12 19:01:22
IDJOB=2099364
IDBENCH=60185
IDSOLVER=774
FILE ID=node63/2099364-1247418082
PBS_JOBID= 9510688
Free space on /tmp= 66224 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/tightness0.1/normalized-rand-2-40-8-753-100-55_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2099364-1247418082/watcher-2099364-1247418082 -o /tmp/evaluation-result-2099364-1247418082/solver-2099364-1247418082 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2099364-1247418082.xml

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

MD5SUM BENCH= a18cb4e57c8f639e6e62ecf25f045723
RANDOM SEED=1380813943

node63.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1671456 kB
Buffers:         69584 kB
Cached:         200524 kB
SwapCached:        260 kB
Active:         206452 kB
Inactive:       116540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1671456 kB
SwapTotal:     4192956 kB
SwapFree:      4191904 kB
Dirty:            2500 kB
Writeback:           0 kB
Mapped:          72712 kB
Slab:            46564 kB
Committed_AS:  1010880 kB
PageTables:       1960 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66220 MiB
End job on node63 at 2009-07-12 19:01:41