Trace number 1048835

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 3.36249 3.44903

DiagnosticValue
CHECKS18673
NODES2788

General information on the benchmark

Namecsp/pseudo/ssa/
normalized-ssa-7552-160.xml
MD5SUMe598d7a1d43cd9ef4a8450c20f329ea5
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 benchmark0.291955
Satisfiable
(Un)Satisfiability was proved
Number of variables2782
Number of constraints4513
Maximum constraint arity5
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4513
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.08	
0.04/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.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1048835-1215044162.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.48/0.55	     nbVariables=2782  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2  nbTotalValues=5514
0.48/0.55	       =>  wckTime=0.3  cpuTime=0.19  mem=15M663
0.48/0.55	   
0.48/0.55	   predicates being loaded...
0.59/0.60	   
0.59/0.60	   constraints being loaded...
2.25/2.30	     nbConstraints=4736  nbGlobalConstraints=223  nbSingletonDomainVariables=50  nbConvertedConstraints=3830
2.25/2.30	     nbConvertConstraintsChecks=153  nbExtensionStructures=40  nbSharedExtensionStructures=3826
2.25/2.30	     nbConflictsStructures=51  nbSharedConflictsStructures=4498  nbSharedBinaryRepresentations=82
2.25/2.30	     nbEvaluationManagers=11  nbSharedEvaluationManagers=672  minDegree=2  maxDegree=137  minArity=2  avgArity=2.26
2.25/2.30	     maxArity=12  nbGenerators=223  nbFusions=0  symmetryWckTime=0.885  symmetryCpuTime=0.26
2.25/2.30	       =>  wckTime=2.056  cpuTime=1.23  mem=16M515
2.35/2.41	   
2.35/2.41	   solver IterativeSystematicSolver being built... 
2.45/2.51	   
2.45/2.51	   INFO : Forward propagation technique limited 
2.56/2.69	       =>  wckTime=2.448  cpuTime=1.46  mem=45M695
2.66/2.73	   
2.66/2.73	   preprocessing
2.66/2.73	     nbConstraintChecks=0  nbPropagations=2782  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.66/2.73	     detectedInconsistency=no
2.66/2.73	       =>  wckTime=0.025  cpuTime=0.01  mem=45M695
3.24/3.39	   
3.24/3.39	   search
3.24/3.39	     run=0  nbConstraintChecks=18673  nbValidityChecks=1588  minDepth=53  maxDepth=2782  nbPropagations=8534
3.24/3.39	     nbRevisions=11864  nbUselessRevisions=8881  nbAssignments=2788  nbFailedAssignments=6  nbBacktracks=0
3.24/3.39	     nbVisitedNodes=2795  nbRestartNogoods=0  nbFoundSolutions=1  nbSEliminables=?  nbREliminables=?  nbIEliminables=?
3.24/3.39	     nbDEliminables=?  nbPEliminables=?
3.24/3.39	       =>  wckTime=0.689  cpuTime=0.61  mem=46M690
3.24/3.39	   
3.24/3.39	   global
3.24/3.39	     nbConstraintChecks=18673  nbValidityChecks=1588  nbPropagations=11316  nbRevisions=11864  nbUselessRevisions=8881
3.24/3.39	     nbRestartNogoods=0  solvingWckTime=0.692  solvingCpuTime=0.61  expiredTime=no  totalExploration=no
3.24/3.39	     nbFoundSolutions=1  firstSolutionCpuTime=2.06  globalCpuTime=2.11
3.24/3.39	       =>  wckTime=3.146  cpuTime=2.08  mem=46M690
3.24/3.39	   
3.24/3.39	s SATISFIABLE
3.24/3.39	v 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 1 0 1 0 
3.24/3.39	d NODES 2788
3.24/3.39	d CHECKS 18673
3.24/3.40	   
3.24/3.40	   totalWckTime=3.213  totalCpuTime=2.11

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048835-1215044162/watcher-1048835-1215044162 -o /tmp/evaluation-result-1048835-1215044162/solver-1048835-1215044162 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1048835-1215044162.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.88 1.97 1.99 4/93 19277
/proc/meminfo: memFree=1741192/2055920 swapFree=4178936/4192956
[pid=19277] ppid=19275 vsize=10616 CPUtime=0
/proc/19277/stat : 19277 (java) S 19275 19277 18262 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1983386569 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19277/statm: 2654 472 209 9 0 1184 0
[pid=19277/tid=19278] ppid=19275 vsize=10616 CPUtime=0
/proc/19277/task/19278/stat : 19278 (java) R 19275 19277 18262 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1983386570 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 2682840 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.054047 s]
/proc/loadavg: 1.88 1.97 1.99 4/93 19277
/proc/meminfo: memFree=1741192/2055920 swapFree=4178936/4192956
[pid=19277] ppid=19275 vsize=863832 CPUtime=0.04
/proc/19277/stat : 19277 (java) S 19275 19277 18262 0 -1 0 2630 0 1 0 3 1 0 0 18 0 9 0 1983386569 884563968 2197 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19277/statm: 215958 2197 1030 9 0 210937 0
[pid=19277/tid=19278] ppid=19275 vsize=863832 CPUtime=0.02
/proc/19277/task/19278/stat : 19278 (java) R 19275 19277 18262 0 -1 64 1731 0 1 0 2 0 0 0 20 0 9 0 1983386570 884563968 2197 996147200 134512640 134550740 4294955984 18446744073709551615 102485953 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863832

[startup+0.101053 s]
/proc/loadavg: 1.88 1.97 1.99 4/93 19277
/proc/meminfo: memFree=1741192/2055920 swapFree=4178936/4192956
[pid=19277] ppid=19275 vsize=865884 CPUtime=0.08
/proc/19277/stat : 19277 (java) S 19275 19277 18262 0 -1 0 3768 0 1 0 7 1 0 0 18 0 9 0 1983386569 886665216 3224 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19277/statm: 216471 3224 1711 9 0 211026 0
[pid=19277/tid=19278] ppid=19275 vsize=865884 CPUtime=0.06
/proc/19277/task/19278/stat : 19278 (java) R 19275 19277 18262 0 -1 64 2857 0 1 0 6 0 0 0 18 0 9 0 1983386570 886665216 3224 996147200 134512640 134550740 4294955984 18446744073709551615 102836355 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301072 s]
/proc/loadavg: 1.88 1.97 1.99 4/93 19277
/proc/meminfo: memFree=1741192/2055920 swapFree=4178936/4192956
[pid=19277] ppid=19275 vsize=866284 CPUtime=0.29
/proc/19277/stat : 19277 (java) S 19275 19277 18262 0 -1 0 5901 0 1 0 25 4 0 0 18 0 9 0 1983386569 887074816 5275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19277/statm: 216571 5275 1954 9 0 211099 0
[pid=19277/tid=19278] ppid=19275 vsize=866284 CPUtime=0.22
/proc/19277/task/19278/stat : 19278 (java) R 19275 19277 18262 0 -1 64 4926 0 1 0 20 2 0 0 19 0 9 0 1983386570 887074816 5275 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.701115 s]
/proc/loadavg: 1.88 1.97 1.99 4/93 19277
/proc/meminfo: memFree=1741192/2055920 swapFree=4178936/4192956
[pid=19277] ppid=19275 vsize=867416 CPUtime=0.68
/proc/19277/stat : 19277 (java) S 19275 19277 18262 0 -1 0 9873 0 1 0 63 5 0 0 18 0 9 0 1983386569 888233984 9233 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19277/statm: 216854 9234 2012 9 0 211360 0
[pid=19277/tid=19278] ppid=19275 vsize=867416 CPUtime=0.5
/proc/19277/task/19278/stat : 19278 (java) R 19275 19277 18262 0 -1 64 8550 0 1 0 46 4 0 0 21 0 9 0 1983386570 888233984 9234 996147200 134512640 134550740 4294955984 18446744073709551615 4126852366 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867416

[startup+1.50121 s]
/proc/loadavg: 1.88 1.97 1.99 4/102 19286
/proc/meminfo: memFree=1699776/2055920 swapFree=4178936/4192956
[pid=19277] ppid=19275 vsize=867540 CPUtime=1.49
/proc/19277/stat : 19277 (java) S 19275 19277 18262 0 -1 0 16974 0 1 0 124 25 0 0 18 0 9 0 1983386569 888360960 16331 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19277/statm: 216885 16332 2015 9 0 211391 0
[pid=19277/tid=19278] ppid=19275 vsize=867540 CPUtime=1.22
/proc/19277/task/19278/stat : 19278 (java) R 19275 19277 18262 0 -1 64 15598 0 1 0 99 23 0 0 20 0 9 0 1983386570 888360960 16333 996147200 134512640 134550740 4294955984 18446744073709551615 4127063810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19277/tid=19280] ppid=19275 vsize=867540 CPUtime=0
/proc/19277/task/19280/stat : 19280 (java) S 19275 19277 18262 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1983386572 888360960 16333 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19281] ppid=19275 vsize=867540 CPUtime=0
/proc/19277/task/19281/stat : 19281 (java) S 19275 19277 18262 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1983386572 888360960 16334 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19282] ppid=19275 vsize=867540 CPUtime=0
/proc/19277/task/19282/stat : 19282 (java) S 19275 19277 18262 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983386572 888360960 16335 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19283] ppid=19275 vsize=867540 CPUtime=0
/proc/19277/task/19283/stat : 19283 (java) S 19275 19277 18262 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983386574 888360960 16335 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19284] ppid=19275 vsize=867540 CPUtime=0.24
/proc/19277/task/19284/stat : 19284 (java) S 19275 19277 18262 0 -1 64 680 0 0 0 24 0 0 0 15 0 9 0 1983386574 888360960 16335 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19277/tid=19285] ppid=19275 vsize=867540 CPUtime=0
/proc/19277/task/19285/stat : 19285 (java) S 19275 19277 18262 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983386574 888360960 16336 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19286] ppid=19275 vsize=867540 CPUtime=0
/proc/19277/task/19286/stat : 19286 (java) S 19275 19277 18262 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983386574 888360960 16337 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867540

[startup+3.10138 s]
/proc/loadavg: 1.88 1.97 1.99 4/104 19290
/proc/meminfo: memFree=1673584/2055920 swapFree=4178936/4192956
[pid=19277] ppid=19275 vsize=867992 CPUtime=3.05
/proc/19277/stat : 19277 (java) S 19275 19277 18262 0 -1 0 34522 610 1 0 227 31 46 1 18 0 9 0 1983386569 888823808 21590 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19277/statm: 216998 21590 2637 9 0 211504 0
[pid=19277/tid=19278] ppid=19275 vsize=867992 CPUtime=2.47
/proc/19277/task/19278/stat : 19278 (java) R 19275 19277 18262 0 -1 64 25654 610 1 0 173 27 46 1 23 0 9 0 1983386570 888823808 21590 996147200 134512640 134550740 4294955984 18446744073709551615 4126457403 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19280] ppid=19275 vsize=867992 CPUtime=0.64
/proc/19277/task/19280/stat : 19280 (java) S 19275 19277 18262 0 -1 64 7097 610 0 0 16 1 46 1 17 0 9 0 1983386572 888823808 21590 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19281] ppid=19275 vsize=867992 CPUtime=0.47
/proc/19277/task/19281/stat : 19281 (java) S 19275 19277 18262 0 -1 64 17 610 0 0 0 0 46 1 17 0 9 0 1983386572 888823808 21590 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19282] ppid=19275 vsize=867992 CPUtime=0.47
/proc/19277/task/19282/stat : 19282 (java) S 19275 19277 18262 0 -1 64 11 610 0 0 0 0 46 1 16 0 9 0 1983386572 888823808 21590 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19283] ppid=19275 vsize=867992 CPUtime=0.47
/proc/19277/task/19283/stat : 19283 (java) S 19275 19277 18262 0 -1 64 1 610 0 0 0 0 46 1 18 0 9 0 1983386574 888823808 21590 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19284] ppid=19275 vsize=867992 CPUtime=0.83
/proc/19277/task/19284/stat : 19284 (java) S 19275 19277 18262 0 -1 64 932 610 0 0 36 0 46 1 15 0 9 0 1983386574 888823808 21590 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19285] ppid=19275 vsize=867992 CPUtime=0.47
/proc/19277/task/19285/stat : 19285 (java) S 19275 19277 18262 0 -1 64 1 610 0 0 0 0 46 1 19 0 9 0 1983386574 888823808 21590 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19286] ppid=19275 vsize=867992 CPUtime=0.47
/proc/19277/task/19286/stat : 19286 (java) S 19275 19277 18262 0 -1 64 10 610 0 0 0 0 46 1 15 0 9 0 1983386574 888823808 21590 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867992

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

[startup+3.3064 s]
/proc/loadavg: 1.88 1.97 1.99 3/102 19290
/proc/meminfo: memFree=1664824/2055920 swapFree=4178936/4192956
[pid=19277] ppid=19275 vsize=867992 CPUtime=3.24
/proc/19277/stat : 19277 (java) S 19275 19277 18262 0 -1 0 34530 610 1 0 246 31 46 1 18 0 9 0 1983386569 888823808 21598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19277/statm: 216998 21598 2637 9 0 211504 0
[pid=19277/tid=19278] ppid=19275 vsize=867992 CPUtime=2.65
/proc/19277/task/19278/stat : 19278 (java) R 19275 19277 18262 0 -1 64 25654 610 1 0 191 27 46 1 25 0 9 0 1983386570 888823808 21598 996147200 134512640 134550740 4294955984 18446744073709551615 4127270937 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19280] ppid=19275 vsize=867992 CPUtime=0.64
/proc/19277/task/19280/stat : 19280 (java) S 19275 19277 18262 0 -1 64 7097 610 0 0 16 1 46 1 17 0 9 0 1983386572 888823808 21598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19281] ppid=19275 vsize=867992 CPUtime=0.47
/proc/19277/task/19281/stat : 19281 (java) S 19275 19277 18262 0 -1 64 17 610 0 0 0 0 46 1 17 0 9 0 1983386572 888823808 21598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19282] ppid=19275 vsize=867992 CPUtime=0.47
/proc/19277/task/19282/stat : 19282 (java) S 19275 19277 18262 0 -1 64 11 610 0 0 0 0 46 1 16 0 9 0 1983386572 888823808 21598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19283] ppid=19275 vsize=867992 CPUtime=0.47
/proc/19277/task/19283/stat : 19283 (java) S 19275 19277 18262 0 -1 64 1 610 0 0 0 0 46 1 18 0 9 0 1983386574 888823808 21598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19284] ppid=19275 vsize=867992 CPUtime=0.84
/proc/19277/task/19284/stat : 19284 (java) S 19275 19277 18262 0 -1 64 940 610 0 0 37 0 46 1 15 0 9 0 1983386574 888823808 21598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19285] ppid=19275 vsize=867992 CPUtime=0.47
/proc/19277/task/19285/stat : 19285 (java) S 19275 19277 18262 0 -1 64 1 610 0 0 0 0 46 1 19 0 9 0 1983386574 888823808 21598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19286] ppid=19275 vsize=867992 CPUtime=0.47
/proc/19277/task/19286/stat : 19286 (java) S 19275 19277 18262 0 -1 64 10 610 0 0 0 0 46 1 15 0 9 0 1983386574 888823808 21598 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 867992

[startup+3.40241 s]
/proc/loadavg: 1.88 1.97 1.99 3/102 19290
/proc/meminfo: memFree=1664824/2055920 swapFree=4178936/4192956
[pid=19277] ppid=19275 vsize=867992 CPUtime=3.33
/proc/19277/stat : 19277 (java) S 19275 19277 18262 0 -1 0 34646 610 1 0 255 31 46 1 18 0 9 0 1983386569 888823808 21608 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19277/statm: 216998 21608 2637 9 0 211504 0
[pid=19277/tid=19278] ppid=19275 vsize=867992 CPUtime=2.73
/proc/19277/task/19278/stat : 19278 (java) S 19275 19277 18262 0 -1 64 25766 610 1 0 199 27 46 1 25 0 9 0 1983386570 888823808 21608 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19280] ppid=19275 vsize=867992 CPUtime=0.64
/proc/19277/task/19280/stat : 19280 (java) S 19275 19277 18262 0 -1 64 7097 610 0 0 16 1 46 1 17 0 9 0 1983386572 888823808 21608 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19281] ppid=19275 vsize=867992 CPUtime=0.47
/proc/19277/task/19281/stat : 19281 (java) S 19275 19277 18262 0 -1 64 17 610 0 0 0 0 46 1 17 0 9 0 1983386572 888823808 21608 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19282] ppid=19275 vsize=867992 CPUtime=0.47
/proc/19277/task/19282/stat : 19282 (java) S 19275 19277 18262 0 -1 64 11 610 0 0 0 0 46 1 16 0 9 0 1983386572 888823808 21608 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19283] ppid=19275 vsize=867992 CPUtime=0.47
/proc/19277/task/19283/stat : 19283 (java) S 19275 19277 18262 0 -1 64 1 610 0 0 0 0 46 1 18 0 9 0 1983386574 888823808 21608 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19284] ppid=19275 vsize=867992 CPUtime=0.85
/proc/19277/task/19284/stat : 19284 (java) S 19275 19277 18262 0 -1 64 944 610 0 0 38 0 46 1 15 0 9 0 1983386574 888823808 21608 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19285] ppid=19275 vsize=867992 CPUtime=0.47
/proc/19277/task/19285/stat : 19285 (java) S 19275 19277 18262 0 -1 64 1 610 0 0 0 0 46 1 19 0 9 0 1983386574 888823808 21608 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19277/tid=19286] ppid=19275 vsize=867992 CPUtime=0.47
/proc/19277/task/19286/stat : 19286 (java) S 19275 19277 18262 0 -1 64 10 610 0 0 0 0 46 1 15 0 9 0 1983386574 888823808 21608 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.33
Current children cumulated vsize (KiB) 867992

Child status: 0
Real time (s): 3.44903
CPU time (s): 3.36249
CPU user time (s): 3.01954
CPU system time (s): 0.342947
CPU usage (%): 97.4908
Max. virtual memory (cumulated for all children) (KiB): 867992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.01954
system time used= 0.342947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35286
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= 1966
involuntary context switches= 2054

runsolver used 0.009998 second user time and 0.022996 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-03 02:16:02
IDJOB=1048835
IDBENCH=54518
IDSOLVER=363
FILE ID=node64/1048835-1215044162
PBS_JOBID= 7875048
Free space on /tmp= 66528 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/ssa/normalized-ssa-7552-160.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048835-1215044162/watcher-1048835-1215044162 -o /tmp/evaluation-result-1048835-1215044162/solver-1048835-1215044162 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1048835-1215044162.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e598d7a1d43cd9ef4a8450c20f329ea5
RANDOM SEED=1717045208

node64.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.248
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.248
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:       1741672 kB
Buffers:         30344 kB
Cached:         124300 kB
SwapCached:       7196 kB
Active:         213724 kB
Inactive:        37404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1741672 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:            2784 kB
Writeback:           0 kB
Mapped:         112936 kB
Slab:            47480 kB
Committed_AS:  4557336 kB
PageTables:       2176 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= 66528 MiB
End job on node64 at 2008-07-03 02:16:06