Trace number 2098363

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACSAT 7.84481 7.9285

DiagnosticValue
CHECKS564591
NODES8297

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-13-26-8-4-2_glb.xml
MD5SUM884340605e3e8bc7ac8f6eb619a2704d
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.265958
Satisfiable
(Un)Satisfiability was proved
Number of variables2366
Number of constraints2145
Maximum constraint arity26
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2028
Global constraints used (with number of constraints)weightedsum(117)

Solver Data

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2098363-1247414472.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.49/0.53	     nbVariables=2366  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=4732
0.49/0.53	       =>  wckTime=0.284  cpuTime=0.18  mem=13M744
0.49/0.53	   
0.49/0.53	   predicates being loaded...
0.49/0.59	   
0.49/0.59	   constraints being loaded...
3.26/3.33	     nbConstraints=2182  nbGlobalConstraints=154  nbConflictsStructures=1  nbSharedConflictsStructures=2027
3.26/3.33	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=2027  minDegree=4  maxDegree=18
3.26/3.34	     minArity=3  avgArity=9.54  maxArity=624  nbGenerators=37  nbFusions=0  symmetryWckTime=2.253  symmetryCpuTime=1.85
3.26/3.34	       =>  wckTime=3.092  cpuTime=2.5  mem=32M743
3.34/3.42	   
3.34/3.42	   solver IterativeSystematicSolver being built... 
3.45/3.53	   
3.45/3.53	   INFO : Forward propagation technique limited 
3.65/3.70	       =>  wckTime=3.458  cpuTime=2.73  mem=48M716
3.65/3.74	   
3.65/3.74	   preprocessing
3.65/3.74	     nbConstraintChecks=0  nbPropagations=2366  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.65/3.74	     detectedInconsistency=no
3.65/3.74	       =>  wckTime=0.027  cpuTime=0.01  mem=49M869
7.70/7.89	   
7.70/7.90	   search
7.70/7.90	     run=9  nbConstraintChecks=564591  nbValidityChecks=820849  minDepth=6  maxDepth=2366  nbPropagations=638688
7.70/7.90	     nbRevisions=2084083  nbUselessRevisions=1487951  nbAssignments=8297  nbFailedAssignments=893  nbBacktracks=4633
7.70/7.90	     nbVisitedNodes=9817  nbRestartNogoods=49  nbFoundSolutions=1  nbSEliminables=?  nbREliminables=?  nbIEliminables=?
7.70/7.90	     nbDEliminables=?  nbPEliminables=?
7.70/7.90	       =>  wckTime=4.187  cpuTime=4.04  mem=50M873
7.80/7.90	   
7.80/7.90	   global
7.80/7.90	     nbConstraintChecks=564591  nbValidityChecks=820849  nbPropagations=641054  nbRevisions=2084083
7.80/7.90	     nbUselessRevisions=1487951  nbRestartNogoods=49  solvingWckTime=4.189  solvingCpuTime=4.04  expiredTime=no
7.80/7.90	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=6.76  globalCpuTime=6.81
7.80/7.90	       =>  wckTime=7.655  cpuTime=6.78  mem=50M873
7.80/7.90	   
7.80/7.90	s SATISFIABLE
7.80/7.90	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 1 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 1 1 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 1 1 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 1 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
7.80/7.90	d NODES 8297
7.80/7.90	d CHECKS 564591
7.80/7.90	   
7.80/7.90	   totalWckTime=7.723  totalCpuTime=6.81

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098363-1247414472/watcher-2098363-1247414472 -o /tmp/evaluation-result-2098363-1247414472/solver-2098363-1247414472 -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-2098363-1247414472.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: 1.93 2.04 2.01 4/80 2503
/proc/meminfo: memFree=1749728/2055920 swapFree=4192812/4192956
[pid=2503] ppid=2501 vsize=1616 CPUtime=0
/proc/2503/stat : 2503 (java) D 2501 2503 31887 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 28509961 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/2503/statm: 404 148 122 9 0 46 0

[startup+0.074758 s]
/proc/loadavg: 1.93 2.04 2.01 4/80 2503
/proc/meminfo: memFree=1749728/2055920 swapFree=4192812/4192956
[pid=2503] ppid=2501 vsize=864144 CPUtime=0.06
/proc/2503/stat : 2503 (java) S 2501 2503 31887 0 -1 0 3088 0 1 0 5 1 0 0 18 0 9 0 28509961 884883456 2573 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2503/statm: 216036 2573 1226 9 0 210929 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864144

[startup+0.101764 s]
/proc/loadavg: 1.93 2.04 2.01 4/80 2503
/proc/meminfo: memFree=1749728/2055920 swapFree=4192812/4192956
[pid=2503] ppid=2501 vsize=865980 CPUtime=0.08
/proc/2503/stat : 2503 (java) S 2501 2503 31887 0 -1 0 3768 0 1 0 7 1 0 0 18 0 9 0 28509961 886763520 3229 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2503/statm: 216495 3230 1705 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301777 s]
/proc/loadavg: 1.93 2.04 2.01 4/80 2503
/proc/meminfo: memFree=1749728/2055920 swapFree=4192812/4192956
[pid=2503] ppid=2501 vsize=866380 CPUtime=0.29
/proc/2503/stat : 2503 (java) S 2501 2503 31887 0 -1 0 6079 0 1 0 25 4 0 0 18 0 9 0 28509961 887173120 5445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2503/statm: 216595 5445 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701812 s]
/proc/loadavg: 1.93 2.04 2.01 4/80 2503
/proc/meminfo: memFree=1749728/2055920 swapFree=4192812/4192956
[pid=2503] ppid=2501 vsize=867612 CPUtime=0.69
/proc/2503/stat : 2503 (java) S 2501 2503 31887 0 -1 0 9841 0 1 0 62 7 0 0 18 0 9 0 28509961 888434688 9195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2503/statm: 216903 9195 2038 9 0 211339 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867612

[startup+1.50188 s]
/proc/loadavg: 1.93 2.04 2.01 3/89 2512
/proc/meminfo: memFree=1710424/2055920 swapFree=4192812/4192956
[pid=2503] ppid=2501 vsize=867936 CPUtime=1.46
/proc/2503/stat : 2503 (java) S 2501 2503 31887 0 -1 0 19144 598 1 0 105 18 23 0 18 0 10 0 28509961 888766464 14669 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2503/statm: 216984 14669 2047 9 0 211420 0
[pid=2503/tid=2505] ppid=2501 vsize=867936 CPUtime=1.2
/proc/2503/task/2505/stat : 2505 (java) R 2501 2503 31887 0 -1 64 17384 598 1 0 82 15 23 0 16 0 10 0 28509962 888766464 14669 996147200 134512640 134550932 4294955968 18446744073709551615 4126916823 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2506] ppid=2501 vsize=867936 CPUtime=0.23
/proc/2503/task/2506/stat : 2506 (java) S 2501 2503 31887 0 -1 64 3 598 0 0 0 0 23 0 16 0 10 0 28509963 888766464 14669 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2507] ppid=2501 vsize=867936 CPUtime=0.23
/proc/2503/task/2507/stat : 2507 (java) S 2501 2503 31887 0 -1 64 11 598 0 0 0 0 23 0 21 0 10 0 28509963 888766464 14669 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2508] ppid=2501 vsize=867936 CPUtime=0.23
/proc/2503/task/2508/stat : 2508 (java) S 2501 2503 31887 0 -1 64 4 598 0 0 0 0 23 0 22 0 10 0 28509963 888766464 14669 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2509] ppid=2501 vsize=867936 CPUtime=0.23
/proc/2503/task/2509/stat : 2509 (java) S 2501 2503 31887 0 -1 64 2 598 0 0 0 0 23 0 23 0 10 0 28509965 888766464 14669 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2510] ppid=2501 vsize=867936 CPUtime=0.46
/proc/2503/task/2510/stat : 2510 (java) S 2501 2503 31887 0 -1 64 933 598 0 0 23 0 23 0 15 0 10 0 28509965 888766464 14669 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2511] ppid=2501 vsize=867936 CPUtime=0.23
/proc/2503/task/2511/stat : 2511 (java) S 2501 2503 31887 0 -1 64 0 598 0 0 0 0 23 0 24 0 10 0 28509965 888766464 14669 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2512] ppid=2501 vsize=867936 CPUtime=0.23
/proc/2503/task/2512/stat : 2512 (java) S 2501 2503 31887 0 -1 64 11 598 0 0 0 0 23 0 15 0 10 0 28509965 888766464 14669 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867936

[startup+3.10301 s]
/proc/loadavg: 1.93 2.04 2.01 3/89 2516
/proc/meminfo: memFree=1686088/2055920 swapFree=4192812/4192956
[pid=2503] ppid=2501 vsize=867848 CPUtime=3.06
/proc/2503/stat : 2503 (java) S 2501 2503 31887 0 -1 0 31175 720 1 0 261 21 23 1 18 0 9 0 28509961 888676352 19778 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2503/statm: 216962 19778 2045 9 0 211420 0
[pid=2503/tid=2505] ppid=2501 vsize=867848 CPUtime=2.69
/proc/2503/task/2505/stat : 2505 (java) R 2501 2503 31887 0 -1 64 23514 720 1 0 228 17 23 1 25 0 9 0 28509962 888676352 19778 996147200 134512640 134550932 4294955968 18446744073709551615 4127162173 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2506] ppid=2501 vsize=867848 CPUtime=0.32
/proc/2503/task/2506/stat : 2506 (java) S 2501 2503 31887 0 -1 64 5868 720 0 0 7 1 23 1 16 0 9 0 28509963 888676352 19778 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2507] ppid=2501 vsize=867848 CPUtime=0.24
/proc/2503/task/2507/stat : 2507 (java) S 2501 2503 31887 0 -1 64 21 720 0 0 0 0 23 1 16 0 9 0 28509963 888676352 19778 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2508] ppid=2501 vsize=867848 CPUtime=0.24
/proc/2503/task/2508/stat : 2508 (java) S 2501 2503 31887 0 -1 64 17 720 0 0 0 0 23 1 16 0 9 0 28509963 888676352 19778 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2509] ppid=2501 vsize=867848 CPUtime=0.24
/proc/2503/task/2509/stat : 2509 (java) S 2501 2503 31887 0 -1 64 2 720 0 0 0 0 23 1 23 0 9 0 28509965 888676352 19778 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2510] ppid=2501 vsize=867848 CPUtime=0.49
/proc/2503/task/2510/stat : 2510 (java) S 2501 2503 31887 0 -1 64 942 720 0 0 24 1 23 1 15 0 9 0 28509965 888676352 19778 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2511] ppid=2501 vsize=867848 CPUtime=0.24
/proc/2503/task/2511/stat : 2511 (java) S 2501 2503 31887 0 -1 64 0 720 0 0 0 0 23 1 24 0 9 0 28509965 888676352 19778 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2512] ppid=2501 vsize=867848 CPUtime=0.24
/proc/2503/task/2512/stat : 2512 (java) S 2501 2503 31887 0 -1 64 11 720 0 0 0 0 23 1 15 0 9 0 28509965 888676352 19778 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867848

[startup+6.30227 s]
/proc/loadavg: 1.93 2.04 2.01 3/89 2516
/proc/meminfo: memFree=1676488/2055920 swapFree=4192812/4192956
[pid=2503] ppid=2501 vsize=868044 CPUtime=6.22
/proc/2503/stat : 2503 (java) S 2501 2503 31887 0 -1 0 33003 720 1 0 576 22 23 1 18 0 9 0 28509961 888877056 20796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2503/statm: 217011 20796 2663 9 0 211447 0
[pid=2503/tid=2505] ppid=2501 vsize=868044 CPUtime=5.63
/proc/2503/task/2505/stat : 2505 (java) R 2501 2503 31887 0 -1 64 23710 720 1 0 522 17 23 1 17 0 9 0 28509962 888877056 20796 996147200 134512640 134550932 4294955968 18446744073709551615 4127351667 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2506] ppid=2501 vsize=868044 CPUtime=0.4
/proc/2503/task/2506/stat : 2506 (java) S 2501 2503 31887 0 -1 64 7392 720 0 0 14 2 23 1 16 0 9 0 28509963 888877056 20796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2507] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2507/stat : 2507 (java) S 2501 2503 31887 0 -1 64 21 720 0 0 0 0 23 1 16 0 9 0 28509963 888877056 20796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2508] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2508/stat : 2508 (java) S 2501 2503 31887 0 -1 64 17 720 0 0 0 0 23 1 16 0 9 0 28509963 888877056 20796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2509] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2509/stat : 2509 (java) S 2501 2503 31887 0 -1 64 2 720 0 0 0 0 23 1 23 0 9 0 28509965 888877056 20796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2510] ppid=2501 vsize=868044 CPUtime=0.63
/proc/2503/task/2510/stat : 2510 (java) S 2501 2503 31887 0 -1 64 1028 720 0 0 38 1 23 1 15 0 9 0 28509965 888877056 20796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2511] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2511/stat : 2511 (java) S 2501 2503 31887 0 -1 64 0 720 0 0 0 0 23 1 24 0 9 0 28509965 888877056 20796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2512] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2512/stat : 2512 (java) S 2501 2503 31887 0 -1 64 33 720 0 0 0 0 23 1 15 0 9 0 28509965 888877056 20796 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868044

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

[startup+7.10233 s]
/proc/loadavg: 1.93 2.04 2.01 3/89 2516
/proc/meminfo: memFree=1676488/2055920 swapFree=4192812/4192956
[pid=2503] ppid=2501 vsize=868044 CPUtime=7.01
/proc/2503/stat : 2503 (java) S 2501 2503 31887 0 -1 0 33013 720 1 0 655 22 23 1 18 0 9 0 28509961 888877056 20798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2503/statm: 217011 20798 2663 9 0 211447 0
[pid=2503/tid=2505] ppid=2501 vsize=868044 CPUtime=6.41
/proc/2503/task/2505/stat : 2505 (java) R 2501 2503 31887 0 -1 64 23710 720 1 0 600 17 23 1 24 0 9 0 28509962 888877056 20798 996147200 134512640 134550932 4294955968 18446744073709551615 4127325804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2506] ppid=2501 vsize=868044 CPUtime=0.4
/proc/2503/task/2506/stat : 2506 (java) S 2501 2503 31887 0 -1 64 7392 720 0 0 14 2 23 1 16 0 9 0 28509963 888877056 20798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2507] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2507/stat : 2507 (java) S 2501 2503 31887 0 -1 64 21 720 0 0 0 0 23 1 16 0 9 0 28509963 888877056 20798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2508] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2508/stat : 2508 (java) S 2501 2503 31887 0 -1 64 17 720 0 0 0 0 23 1 16 0 9 0 28509963 888877056 20798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2509] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2509/stat : 2509 (java) S 2501 2503 31887 0 -1 64 2 720 0 0 0 0 23 1 23 0 9 0 28509965 888877056 20798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2510] ppid=2501 vsize=868044 CPUtime=0.64
/proc/2503/task/2510/stat : 2510 (java) S 2501 2503 31887 0 -1 64 1038 720 0 0 39 1 23 1 15 0 9 0 28509965 888877056 20798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2511] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2511/stat : 2511 (java) S 2501 2503 31887 0 -1 64 0 720 0 0 0 0 23 1 24 0 9 0 28509965 888877056 20798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2512] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2512/stat : 2512 (java) S 2501 2503 31887 0 -1 64 33 720 0 0 0 0 23 1 15 0 9 0 28509965 888877056 20798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.01
Current children cumulated vsize (KiB) 868044

[startup+7.50237 s]
/proc/loadavg: 1.93 2.04 2.01 3/89 2516
/proc/meminfo: memFree=1676488/2055920 swapFree=4192812/4192956
[pid=2503] ppid=2501 vsize=868044 CPUtime=7.41
/proc/2503/stat : 2503 (java) S 2501 2503 31887 0 -1 0 33013 720 1 0 695 22 23 1 18 0 9 0 28509961 888877056 20798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2503/statm: 217011 20798 2663 9 0 211447 0
[pid=2503/tid=2505] ppid=2501 vsize=868044 CPUtime=6.81
/proc/2503/task/2505/stat : 2505 (java) R 2501 2503 31887 0 -1 64 23710 720 1 0 640 17 23 1 19 0 9 0 28509962 888877056 20798 996147200 134512640 134550932 4294955968 18446744073709551615 4127325804 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2506] ppid=2501 vsize=868044 CPUtime=0.4
/proc/2503/task/2506/stat : 2506 (java) S 2501 2503 31887 0 -1 64 7392 720 0 0 14 2 23 1 16 0 9 0 28509963 888877056 20798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2507] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2507/stat : 2507 (java) S 2501 2503 31887 0 -1 64 21 720 0 0 0 0 23 1 16 0 9 0 28509963 888877056 20798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2508] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2508/stat : 2508 (java) S 2501 2503 31887 0 -1 64 17 720 0 0 0 0 23 1 16 0 9 0 28509963 888877056 20798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2509] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2509/stat : 2509 (java) S 2501 2503 31887 0 -1 64 2 720 0 0 0 0 23 1 23 0 9 0 28509965 888877056 20798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2510] ppid=2501 vsize=868044 CPUtime=0.64
/proc/2503/task/2510/stat : 2510 (java) S 2501 2503 31887 0 -1 64 1038 720 0 0 39 1 23 1 15 0 9 0 28509965 888877056 20798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2511] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2511/stat : 2511 (java) S 2501 2503 31887 0 -1 64 0 720 0 0 0 0 23 1 24 0 9 0 28509965 888877056 20798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2512] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2512/stat : 2512 (java) S 2501 2503 31887 0 -1 64 33 720 0 0 0 0 23 1 15 0 9 0 28509965 888877056 20798 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 868044

[startup+7.90139 s]
/proc/loadavg: 1.93 2.04 2.01 3/89 2516
/proc/meminfo: memFree=1676488/2055920 swapFree=4192812/4192956
[pid=2503] ppid=2501 vsize=868044 CPUtime=7.8
/proc/2503/stat : 2503 (java) S 2501 2503 31887 0 -1 0 33025 720 1 0 734 22 23 1 18 0 9 0 28509961 888877056 20802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2503/statm: 217011 20802 2663 9 0 211447 0
[pid=2503/tid=2505] ppid=2501 vsize=868044 CPUtime=7.2
/proc/2503/task/2505/stat : 2505 (java) R 2501 2503 31887 0 -1 64 23719 720 1 0 679 17 23 1 22 0 9 0 28509962 888877056 20802 996147200 134512640 134550932 4294955968 18446744073709551615 134517208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2506] ppid=2501 vsize=868044 CPUtime=0.4
/proc/2503/task/2506/stat : 2506 (java) S 2501 2503 31887 0 -1 64 7392 720 0 0 14 2 23 1 16 0 9 0 28509963 888877056 20802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2507] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2507/stat : 2507 (java) S 2501 2503 31887 0 -1 64 21 720 0 0 0 0 23 1 16 0 9 0 28509963 888877056 20802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2508] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2508/stat : 2508 (java) S 2501 2503 31887 0 -1 64 17 720 0 0 0 0 23 1 16 0 9 0 28509963 888877056 20802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2509] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2509/stat : 2509 (java) S 2501 2503 31887 0 -1 64 2 720 0 0 0 0 23 1 23 0 9 0 28509965 888877056 20802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2510] ppid=2501 vsize=868044 CPUtime=0.64
/proc/2503/task/2510/stat : 2510 (java) S 2501 2503 31887 0 -1 64 1041 720 0 0 39 1 23 1 16 0 9 0 28509965 888877056 20802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2503/tid=2511] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2511/stat : 2511 (java) S 2501 2503 31887 0 -1 64 0 720 0 0 0 0 23 1 24 0 9 0 28509965 888877056 20802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2503/tid=2512] ppid=2501 vsize=868044 CPUtime=0.24
/proc/2503/task/2512/stat : 2512 (java) S 2501 2503 31887 0 -1 64 33 720 0 0 0 0 23 1 15 0 9 0 28509965 888877056 20802 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 868044

Child status: 0
Real time (s): 7.9285
CPU time (s): 7.84481
CPU user time (s): 7.58885
CPU system time (s): 0.255961
CPU usage (%): 98.9444
Max. virtual memory (cumulated for all children) (KiB): 868044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.58885
system time used= 0.255961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33774
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= 2282
involuntary context switches= 2407

runsolver used 0.014997 second user time and 0.037994 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-12 18:01:13
IDJOB=2098363
IDBENCH=58591
IDSOLVER=773
FILE ID=node69/2098363-1247414472
PBS_JOBID= 9510510
Free space on /tmp= 66504 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-13-26-8-4-2_glb.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-2098363-1247414472/watcher-2098363-1247414472 -o /tmp/evaluation-result-2098363-1247414472/solver-2098363-1247414472 -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-2098363-1247414472.xml

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

MD5SUM BENCH= 884340605e3e8bc7ac8f6eb619a2704d
RANDOM SEED=215187513

node69.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.211
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.211
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:       1750208 kB
Buffers:         40732 kB
Cached:         118048 kB
SwapCached:          0 kB
Active:         183564 kB
Inactive:        64720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1750208 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2528 kB
Writeback:           0 kB
Mapped:         109948 kB
Slab:            42384 kB
Committed_AS:  1006124 kB
PageTables:       2048 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= 66500 MiB
End job on node69 at 2009-07-12 18:01:21