Trace number 2095233

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 5.32219 5.42861

DiagnosticValue
CHECKS721133
NODES4299

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-cache-inv8-ucl.xml
MD5SUM5af99e5f727cea27c2adbc1dbff3c6e5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.12483
Satisfiable
(Un)Satisfiability was proved
Number of variables2355
Number of constraints6743
Maximum constraint arity9
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6743
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2095233-1247406983.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.58/0.65	     nbVariables=2355  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=4710
0.58/0.65	       =>  wckTime=0.41  cpuTime=0.26  mem=13M744
0.58/0.65	   
0.58/0.65	   predicates being loaded...
0.68/0.72	   
0.68/0.72	   constraints being loaded...
2.34/2.45	     nbConstraints=6553  nbMergedConstraints=190  nbConvertedConstraints=4344  nbConvertConstraintsChecks=536
2.34/2.45	     nbExtensionStructures=2  nbSharedExtensionStructures=4342  nbConflictsStructures=5
2.34/2.45	     nbSharedConflictsStructures=6548  nbSharedBinaryRepresentations=5  nbEvaluationManagers=3
2.34/2.45	     nbSharedEvaluationManagers=2206  minDegree=1  maxDegree=109  minArity=2  avgArity=2.42  maxArity=9  nbGenerators=0
2.34/2.45	     nbFusions=0  symmetryWckTime=0.428  symmetryCpuTime=0.16
2.34/2.45	       =>  wckTime=2.212  cpuTime=1.58  mem=29M436
2.45/2.59	   
2.45/2.59	   solver IterativeSystematicSolver being built... 
2.85/2.90	       =>  wckTime=2.66  cpuTime=1.85  mem=54M733
2.85/2.94	   
2.85/2.94	   preprocessing
2.85/2.94	     nbConstraintChecks=0  nbPropagations=2355  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.85/2.94	     detectedInconsistency=no
2.85/2.94	       =>  wckTime=0.032  cpuTime=0.02  mem=55M744
5.22/5.36	   
5.22/5.36	   search
5.22/5.36	     run=5  nbConstraintChecks=721133  nbValidityChecks=496217  minDepth=18  maxDepth=2355  nbPropagations=202515
5.22/5.36	     nbRevisions=1777515  nbUselessRevisions=1583863  nbAssignments=4299  nbFailedAssignments=171  nbBacktracks=1437
5.22/5.36	     nbVisitedNodes=4671  nbRestartNogoods=12  nbFoundSolutions=1  nbSEliminables=?  nbREliminables=?  nbIEliminables=?
5.22/5.36	     nbDEliminables=?  nbPEliminables=?
5.22/5.36	       =>  wckTime=2.453  cpuTime=2.35  mem=56M772
5.22/5.36	   
5.22/5.36	   global
5.22/5.36	     nbConstraintChecks=721133  nbValidityChecks=496217  nbPropagations=204870  nbRevisions=1777515
5.22/5.36	     nbUselessRevisions=1583863  nbRestartNogoods=12  solvingWckTime=2.455  solvingCpuTime=2.36  expiredTime=no
5.22/5.36	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=4.19  globalCpuTime=4.26
5.22/5.36	       =>  wckTime=5.121  cpuTime=4.21  mem=56M772
5.22/5.36	   
5.22/5.36	s SATISFIABLE
5.22/5.36	v 1 1 0 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 0 1 1 1 0 1 0 0 1 1 0 1 1 1 0 0 0 0 0 1 0 1 1 1 0 1 1 1 0 0 0 0 1 1 0 1 0 1 1 1 0 1 0 1 1 1 1 1 1 1 0 1 0 1 0 1 0 1 0 0 0 1 1 0 1 1 0 1 0 1 1 0 1 0 1 1 1 0 1 1 0 1 0 1 0 1 1 1 1 0 0 1 1 0 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 1 1 1 1 0 1 0 0 0 0 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0 0 1 1 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 1 0 1 1 0 1 1 0 0 1 1 0 0 0 0 1 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 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 1 1 1 0 0 1 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 0 0 0 0 0 0 0 0 1 1 1 0 1 1 0 1 0 0 0 0 1 1 1 0 0 1 1 0 1 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 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 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 1 1 1 0 1 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 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 0 0 0 1 0 0 0 0 0 0 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 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 0 0 1 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 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 0 0 1 1 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 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 0 1 0 0 0 0 0 0 0 0 0 1 0 1 1 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 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 1 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 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 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 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 1 1 1 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 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 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 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 0 0 0 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 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 1 1 0 0 1 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 1 1 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 1 1 1 1 1 1 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 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 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 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 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 1 1 0 0 0 0 1 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 1 1 0 1 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 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 1 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 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 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 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 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 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 0 0 0 0 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 1 1 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 
5.22/5.36	d NODES 4299
5.22/5.36	d CHECKS 721133
5.22/5.36	   
5.22/5.36	   totalWckTime=5.178  totalCpuTime=4.26

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-2095233-1247406983/watcher-2095233-1247406983 -o /tmp/evaluation-result-2095233-1247406983/solver-2095233-1247406983 -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-2095233-1247406983.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.99 1.98 1.95 4/80 3333
/proc/meminfo: memFree=1468456/2055920 swapFree=4192812/4192956
[pid=3333] ppid=3331 vsize=1616 CPUtime=0
/proc/3333/stat : 3333 (java) D 3331 3333 2209 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 27762227 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/3333/statm: 404 148 122 9 0 46 0

[startup+0.062493 s]
/proc/loadavg: 1.99 1.98 1.95 4/80 3333
/proc/meminfo: memFree=1468456/2055920 swapFree=4192812/4192956
[pid=3333] ppid=3331 vsize=864024 CPUtime=0.04
/proc/3333/stat : 3333 (java) S 3331 3333 2209 0 -1 0 2806 0 1 0 3 1 0 0 18 0 9 0 27762227 884760576 2343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3333/statm: 216006 2343 1110 9 0 210899 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864024

[startup+0.102497 s]
/proc/loadavg: 1.99 1.98 1.95 4/80 3333
/proc/meminfo: memFree=1468456/2055920 swapFree=4192812/4192956
[pid=3333] ppid=3331 vsize=865984 CPUtime=0.09
/proc/3333/stat : 3333 (java) S 3331 3333 2209 0 -1 0 3792 0 1 0 7 2 0 0 18 0 9 0 27762227 886767616 3242 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3333/statm: 216496 3242 1709 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.302517 s]
/proc/loadavg: 1.99 1.98 1.95 4/80 3333
/proc/meminfo: memFree=1468456/2055920 swapFree=4192812/4192956
[pid=3333] ppid=3331 vsize=866296 CPUtime=0.28
/proc/3333/stat : 3333 (java) S 3331 3333 2209 0 -1 0 5700 0 1 0 25 3 0 0 18 0 9 0 27762227 887087104 5103 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3333/statm: 216574 5103 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.702551 s]
/proc/loadavg: 1.99 1.98 1.95 4/80 3333
/proc/meminfo: memFree=1468456/2055920 swapFree=4192812/4192956
[pid=3333] ppid=3331 vsize=867624 CPUtime=0.68
/proc/3333/stat : 3333 (java) S 3331 3333 2209 0 -1 0 8868 0 1 0 62 6 0 0 18 0 9 0 27762227 888446976 8223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3333/statm: 216906 8223 2029 9 0 211342 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867624

[startup+1.50263 s]
/proc/loadavg: 2.07 2.00 1.96 3/89 3342
/proc/meminfo: memFree=1431072/2055920 swapFree=4192812/4192956
[pid=3333] ppid=3331 vsize=867624 CPUtime=1.47
/proc/3333/stat : 3333 (java) S 3331 3333 2209 0 -1 0 15655 0 1 0 127 20 0 0 18 0 9 0 27762227 888446976 15006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3333/statm: 216906 15006 2044 9 0 211342 0
[pid=3333/tid=3335] ppid=3331 vsize=867624 CPUtime=1.23
/proc/3333/task/3335/stat : 3335 (java) R 3331 3333 2209 0 -1 64 14270 0 1 0 105 18 0 0 25 0 9 0 27762228 888446976 15006 996147200 134512640 134550932 4294955968 18446744073709551615 4126535249 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3336] ppid=3331 vsize=867624 CPUtime=0
/proc/3333/task/3336/stat : 3336 (java) S 3331 3333 2209 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 27762230 888446976 15006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3337] ppid=3331 vsize=867624 CPUtime=0
/proc/3333/task/3337/stat : 3337 (java) S 3331 3333 2209 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 27762230 888446976 15006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3338] ppid=3331 vsize=867624 CPUtime=0
/proc/3333/task/3338/stat : 3338 (java) S 3331 3333 2209 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 27762230 888446976 15006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3339] ppid=3331 vsize=867624 CPUtime=0
/proc/3333/task/3339/stat : 3339 (java) S 3331 3333 2209 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27762232 888446976 15006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3340] ppid=3331 vsize=867624 CPUtime=0.22
/proc/3333/task/3340/stat : 3340 (java) S 3331 3333 2209 0 -1 64 686 0 0 0 21 1 0 0 16 0 9 0 27762232 888446976 15006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3341] ppid=3331 vsize=867624 CPUtime=0
/proc/3333/task/3341/stat : 3341 (java) S 3331 3333 2209 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 27762232 888446976 15006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3342] ppid=3331 vsize=867624 CPUtime=0
/proc/3333/task/3342/stat : 3342 (java) S 3331 3333 2209 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27762232 888446976 15006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867624

[startup+3.10177 s]
/proc/loadavg: 2.07 2.00 1.96 3/89 3342
/proc/meminfo: memFree=1401248/2055920 swapFree=4192812/4192956
[pid=3333] ppid=3331 vsize=868052 CPUtime=3.04
/proc/3333/stat : 3333 (java) S 3331 3333 2209 0 -1 0 37267 644 1 0 239 43 21 1 18 0 9 0 27762227 888885248 21717 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3333/statm: 217013 21717 2662 9 0 211449 0
[pid=3333/tid=3335] ppid=3331 vsize=868052 CPUtime=2.43
/proc/3333/task/3335/stat : 3335 (java) R 3331 3333 2209 0 -1 64 26520 644 1 0 183 38 21 1 25 0 9 0 27762228 888885248 21717 996147200 134512640 134550932 4294955968 18446744073709551615 4127226808 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3336] ppid=3331 vsize=868052 CPUtime=0.44
/proc/3333/task/3336/stat : 3336 (java) S 3331 3333 2209 0 -1 64 8970 644 0 0 20 2 21 1 17 0 9 0 27762230 888885248 21717 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3337] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3337/stat : 3337 (java) S 3331 3333 2209 0 -1 64 20 644 0 0 0 0 21 1 16 0 9 0 27762230 888885248 21717 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3338] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3338/stat : 3338 (java) S 3331 3333 2209 0 -1 64 9 644 0 0 0 0 21 1 15 0 9 0 27762230 888885248 21717 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3339] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3339/stat : 3339 (java) S 3331 3333 2209 0 -1 64 2 644 0 0 0 0 21 1 18 0 9 0 27762232 888885248 21717 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3340] ppid=3331 vsize=868052 CPUtime=0.57
/proc/3333/task/3340/stat : 3340 (java) S 3331 3333 2209 0 -1 64 936 644 0 0 34 1 21 1 16 0 9 0 27762232 888885248 21717 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3341] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3341/stat : 3341 (java) S 3331 3333 2209 0 -1 64 0 644 0 0 0 0 21 1 19 0 9 0 27762232 888885248 21717 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3342] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3342/stat : 3342 (java) S 3331 3333 2209 0 -1 64 10 644 0 0 0 0 21 1 15 0 9 0 27762232 888885248 21717 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868052

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

[startup+4.70191 s]
/proc/loadavg: 2.07 2.00 1.96 3/89 3346
/proc/meminfo: memFree=1391456/2055920 swapFree=4192812/4192956
[pid=3333] ppid=3331 vsize=868052 CPUtime=4.63
/proc/3333/stat : 3333 (java) S 3331 3333 2209 0 -1 0 37289 644 1 0 398 43 21 1 18 0 9 0 27762227 888885248 21730 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3333/statm: 217013 21730 2662 9 0 211449 0
[pid=3333/tid=3335] ppid=3331 vsize=868052 CPUtime=3.99
/proc/3333/task/3335/stat : 3335 (java) R 3331 3333 2209 0 -1 64 26527 644 1 0 339 38 21 1 25 0 9 0 27762228 888885248 21730 996147200 134512640 134550932 4294955968 18446744073709551615 4127325907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3336] ppid=3331 vsize=868052 CPUtime=0.44
/proc/3333/task/3336/stat : 3336 (java) S 3331 3333 2209 0 -1 64 8970 644 0 0 20 2 21 1 16 0 9 0 27762230 888885248 21730 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3337] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3337/stat : 3337 (java) S 3331 3333 2209 0 -1 64 20 644 0 0 0 0 21 1 16 0 9 0 27762230 888885248 21730 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3338] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3338/stat : 3338 (java) S 3331 3333 2209 0 -1 64 9 644 0 0 0 0 21 1 15 0 9 0 27762230 888885248 21730 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3339] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3339/stat : 3339 (java) S 3331 3333 2209 0 -1 64 2 644 0 0 0 0 21 1 18 0 9 0 27762232 888885248 21730 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3340] ppid=3331 vsize=868052 CPUtime=0.6
/proc/3333/task/3340/stat : 3340 (java) S 3331 3333 2209 0 -1 64 950 644 0 0 37 1 21 1 15 0 9 0 27762232 888885248 21730 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3341] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3341/stat : 3341 (java) S 3331 3333 2209 0 -1 64 0 644 0 0 0 0 21 1 19 0 9 0 27762232 888885248 21730 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3342] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3342/stat : 3342 (java) S 3331 3333 2209 0 -1 64 11 644 0 0 0 0 21 1 15 0 9 0 27762232 888885248 21730 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 868052

[startup+5.10194 s]
/proc/loadavg: 2.07 2.00 1.96 3/89 3346
/proc/meminfo: memFree=1391456/2055920 swapFree=4192812/4192956
[pid=3333] ppid=3331 vsize=868052 CPUtime=5.03
/proc/3333/stat : 3333 (java) S 3331 3333 2209 0 -1 0 37292 644 1 0 438 43 21 1 18 0 9 0 27762227 888885248 21733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3333/statm: 217013 21733 2662 9 0 211449 0
[pid=3333/tid=3335] ppid=3331 vsize=868052 CPUtime=4.38
/proc/3333/task/3335/stat : 3335 (java) R 3331 3333 2209 0 -1 64 26527 644 1 0 378 38 21 1 25 0 9 0 27762228 888885248 21733 996147200 134512640 134550932 4294955968 18446744073709551615 4127325907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3336] ppid=3331 vsize=868052 CPUtime=0.44
/proc/3333/task/3336/stat : 3336 (java) S 3331 3333 2209 0 -1 64 8970 644 0 0 20 2 21 1 16 0 9 0 27762230 888885248 21733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3337] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3337/stat : 3337 (java) S 3331 3333 2209 0 -1 64 20 644 0 0 0 0 21 1 16 0 9 0 27762230 888885248 21733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3338] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3338/stat : 3338 (java) S 3331 3333 2209 0 -1 64 9 644 0 0 0 0 21 1 15 0 9 0 27762230 888885248 21733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3339] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3339/stat : 3339 (java) S 3331 3333 2209 0 -1 64 2 644 0 0 0 0 21 1 18 0 9 0 27762232 888885248 21733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3340] ppid=3331 vsize=868052 CPUtime=0.61
/proc/3333/task/3340/stat : 3340 (java) S 3331 3333 2209 0 -1 64 953 644 0 0 38 1 21 1 15 0 9 0 27762232 888885248 21733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3341] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3341/stat : 3341 (java) S 3331 3333 2209 0 -1 64 0 644 0 0 0 0 21 1 19 0 9 0 27762232 888885248 21733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3342] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3342/stat : 3342 (java) S 3331 3333 2209 0 -1 64 11 644 0 0 0 0 21 1 15 0 9 0 27762232 888885248 21733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 868052

[startup+5.30196 s]
/proc/loadavg: 2.07 2.00 1.96 3/89 3346
/proc/meminfo: memFree=1391456/2055920 swapFree=4192812/4192956
[pid=3333] ppid=3331 vsize=868052 CPUtime=5.22
/proc/3333/stat : 3333 (java) S 3331 3333 2209 0 -1 0 37292 644 1 0 457 43 21 1 18 0 9 0 27762227 888885248 21733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3333/statm: 217013 21733 2662 9 0 211449 0
[pid=3333/tid=3335] ppid=3331 vsize=868052 CPUtime=4.58
/proc/3333/task/3335/stat : 3335 (java) R 3331 3333 2209 0 -1 64 26527 644 1 0 398 38 21 1 25 0 9 0 27762228 888885248 21733 996147200 134512640 134550932 4294955968 18446744073709551615 4127330016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3336] ppid=3331 vsize=868052 CPUtime=0.44
/proc/3333/task/3336/stat : 3336 (java) S 3331 3333 2209 0 -1 64 8970 644 0 0 20 2 21 1 17 0 9 0 27762230 888885248 21733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3337] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3337/stat : 3337 (java) S 3331 3333 2209 0 -1 64 20 644 0 0 0 0 21 1 16 0 9 0 27762230 888885248 21733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3338] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3338/stat : 3338 (java) S 3331 3333 2209 0 -1 64 9 644 0 0 0 0 21 1 15 0 9 0 27762230 888885248 21733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3339] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3339/stat : 3339 (java) S 3331 3333 2209 0 -1 64 2 644 0 0 0 0 21 1 18 0 9 0 27762232 888885248 21733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3340] ppid=3331 vsize=868052 CPUtime=0.61
/proc/3333/task/3340/stat : 3340 (java) S 3331 3333 2209 0 -1 64 953 644 0 0 38 1 21 1 15 0 9 0 27762232 888885248 21733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3341] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3341/stat : 3341 (java) S 3331 3333 2209 0 -1 64 0 644 0 0 0 0 21 1 19 0 9 0 27762232 888885248 21733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3342] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3342/stat : 3342 (java) S 3331 3333 2209 0 -1 64 11 644 0 0 0 0 21 1 15 0 9 0 27762232 888885248 21733 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.22
Current children cumulated vsize (KiB) 868052

[startup+5.40297 s]
/proc/loadavg: 2.07 2.00 1.96 2/89 3346
/proc/meminfo: memFree=1391328/2055920 swapFree=4192812/4192956
[pid=3333] ppid=3331 vsize=868052 CPUtime=5.29
/proc/3333/stat : 3333 (java) S 3331 3333 2209 0 -1 0 37429 644 1 0 464 43 21 1 18 0 9 0 27762227 888885248 21737 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3333/statm: 217013 21737 2662 9 0 211449 0
[pid=3333/tid=3335] ppid=3331 vsize=868052 CPUtime=4.64
/proc/3333/task/3335/stat : 3335 (java) S 3331 3333 2209 0 -1 64 26641 644 1 0 404 38 21 1 25 0 9 0 27762228 888885248 21737 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3336] ppid=3331 vsize=868052 CPUtime=0.44
/proc/3333/task/3336/stat : 3336 (java) S 3331 3333 2209 0 -1 64 8970 644 0 0 20 2 21 1 17 0 9 0 27762230 888885248 21737 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3337] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3337/stat : 3337 (java) S 3331 3333 2209 0 -1 64 20 644 0 0 0 0 21 1 16 0 9 0 27762230 888885248 21737 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3338] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3338/stat : 3338 (java) S 3331 3333 2209 0 -1 64 9 644 0 0 0 0 21 1 15 0 9 0 27762230 888885248 21737 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3339] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3339/stat : 3339 (java) S 3331 3333 2209 0 -1 64 2 644 0 0 0 0 21 1 18 0 9 0 27762232 888885248 21737 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3340] ppid=3331 vsize=868052 CPUtime=0.61
/proc/3333/task/3340/stat : 3340 (java) S 3331 3333 2209 0 -1 64 954 644 0 0 38 1 21 1 15 0 9 0 27762232 888885248 21737 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3341] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3341/stat : 3341 (java) S 3331 3333 2209 0 -1 64 0 644 0 0 0 0 21 1 19 0 9 0 27762232 888885248 21737 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3333/tid=3342] ppid=3331 vsize=868052 CPUtime=0.22
/proc/3333/task/3342/stat : 3342 (java) S 3331 3333 2209 0 -1 64 33 644 0 0 0 0 21 1 15 0 9 0 27762232 888885248 21737 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 868052

Child status: 0
Real time (s): 5.42861
CPU time (s): 5.32219
CPU user time (s): 4.85626
CPU system time (s): 0.465929
CPU usage (%): 98.0397
Max. virtual memory (cumulated for all children) (KiB): 868052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.85626
system time used= 0.465929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38101
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= 1805
involuntary context switches= 2027

runsolver used 0.011998 second user time and 0.025996 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-12 15:56:23
IDJOB=2095233
IDBENCH=55002
IDSOLVER=773
FILE ID=node43/2095233-1247406983
PBS_JOBID= 9510557
Free space on /tmp= 66256 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-cache-inv8-ucl.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-2095233-1247406983/watcher-2095233-1247406983 -o /tmp/evaluation-result-2095233-1247406983/solver-2095233-1247406983 -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-2095233-1247406983.xml

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

MD5SUM BENCH= 5af99e5f727cea27c2adbc1dbff3c6e5
RANDOM SEED=1951408875

node43.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.213
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	: 5931.00
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.213
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:       1468936 kB
Buffers:         80972 kB
Cached:         342328 kB
SwapCached:          0 kB
Active:         257552 kB
Inactive:       241108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1468936 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3012 kB
Writeback:           0 kB
Mapped:          95804 kB
Slab:            73360 kB
Committed_AS:  1029764 kB
PageTables:       1988 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= 66252 MiB
End job on node43 at 2009-07-12 15:56:29