Trace number 2094840

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 ESACSAT 3.33049 3.34983

DiagnosticValue
CHECKS12253
NODES0

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-prom2-pi.xml
MD5SUMcc9ab4c5eff05c6d6b3cee9d0281395c
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.797877
Satisfiable
(Un)Satisfiability was proved
Number of variables2617
Number of constraints1979
Maximum constraint arity30
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1979
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2094840-1247405264.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.49/0.55	     nbVariables=2617  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=5225
0.49/0.55	       =>  wckTime=0.302  cpuTime=0.19  mem=14M719
0.49/0.55	   
0.49/0.55	   predicates being loaded...
0.58/0.63	   
0.58/0.63	   constraints being loaded...
2.37/2.45	     nbConstraints=1980  nbGlobalConstraints=20  nbMergedConstraints=19  nbSingletonDomainVariables=9
2.37/2.45	     nbDisconnectedVariables=7  nbConvertedConstraints=64  nbConvertConstraintsChecks=20818  nbExtensionStructures=3
2.37/2.45	     nbSharedExtensionStructures=62  nbConflictsStructures=32  nbSharedConflictsStructures=1732
2.37/2.45	     nbUnbuiltConflictsStructures=17  nbSharedBinaryRepresentations=8  nbEvaluationManagers=46
2.37/2.45	     nbSharedEvaluationManagers=1850  minDegree=1  maxDegree=18  minArity=2  avgArity=7.78  maxArity=30  nbGenerators=20
2.37/2.45	     nbFusions=0  symmetryWckTime=0.358  symmetryCpuTime=0.17
2.37/2.45	       =>  wckTime=2.206  cpuTime=1.7  mem=55M632
2.47/2.57	   
2.47/2.57	   solver IterativeSystematicSolver being built... 
2.66/2.75	   
2.66/2.75	   INFO : Forward propagation technique limited 
2.86/2.94	       =>  wckTime=2.691  cpuTime=1.99  mem=41M551
3.27/3.32	   
3.27/3.32	   preprocessing
3.27/3.32	     nbConstraintChecks=12253  nbValidityChecks=61716  nbPropagations=5722  nbRevisions=34532  nbUselessRevisions=34044
3.27/3.32	     nbSingletonTests=2617  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  firstSolutionCpuTime=2.32
3.27/3.32	     nbRemovedValues=0  detectedInconsistency=no
3.27/3.32	       =>  wckTime=0.373  cpuTime=0.34  mem=43M530
3.27/3.32	   
3.27/3.32	   global
3.27/3.32	     nbConstraintChecks=12253  nbValidityChecks=61716  nbPropagations=5722  nbRevisions=34532  nbUselessRevisions=34044
3.27/3.32	     nbRestartNogoods=0  solvingWckTime=0.377  solvingCpuTime=0.35  expiredTime=no  totalExploration=no
3.27/3.32	     nbFoundSolutions=1  firstSolutionCpuTime=2.32  globalCpuTime=2.39
3.27/3.32	       =>  wckTime=3.075  cpuTime=2.34  mem=43M530
3.27/3.32	   
3.27/3.32	s SATISFIABLE
3.27/3.32	v 0 0 1 0 0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 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 1 0 0 0 0 0 1 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 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 1 0 0 0 1 0 0 0 0 0 1 0 0 1 1 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 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 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 1 0 0 0 0 1 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 1 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 1 0 1 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 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 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 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 1 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 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 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 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 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 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 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 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 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 1 0 0 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 1 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 1 1 0 0 1 1 0 1 1 0 1 0 0 0 0 0 1 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 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 1 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 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 1 1 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 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 1 1 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 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 1 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 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 1 1 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 1 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 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 0 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 0 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 1 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 1 1 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 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 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 0 1 1 0 1 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 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 1 0 0 1 1 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 1 0 0 1 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 1 0 1 0 0 1 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 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 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 1 0 0 0 1 0 0 0 0 0 1 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 1 0 0 1 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 0 0 1 1 1 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 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 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 1 1 0 1 0 0 0 1 1 0 1 0 1 
3.27/3.32	d NODES 0
3.27/3.32	d CHECKS 12253
3.27/3.32	   
3.27/3.32	   totalWckTime=3.142  totalCpuTime=2.39

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-2094840-1247405264/watcher-2094840-1247405264 -o /tmp/evaluation-result-2094840-1247405264/solver-2094840-1247405264 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2094840-1247405264.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.04 1.93 4/81 32533
/proc/meminfo: memFree=1704744/2055920 swapFree=4192812/4192956
[pid=32533] ppid=32531 vsize=18576 CPUtime=0
/proc/32533/stat : 32533 (runsolver) R 32531 32533 31350 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 27591767 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 243665530151 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/32533/statm: 4644 284 249 26 0 2626 0

[startup+0.105973 s]
/proc/loadavg: 2.09 2.04 1.93 4/81 32533
/proc/meminfo: memFree=1704744/2055920 swapFree=4192812/4192956
[pid=32533] ppid=32531 vsize=865980 CPUtime=0.09
/proc/32533/stat : 32533 (java) S 32531 32533 31350 0 -1 0 3788 0 1 0 7 2 0 0 18 0 9 0 27591767 886763520 3243 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32533/statm: 216495 3245 1712 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.202991 s]
/proc/loadavg: 2.09 2.04 1.93 4/81 32533
/proc/meminfo: memFree=1704744/2055920 swapFree=4192812/4192956
[pid=32533] ppid=32531 vsize=866144 CPUtime=0.18
/proc/32533/stat : 32533 (java) S 32531 32533 31350 0 -1 0 4862 0 1 0 16 2 0 0 18 0 9 0 27591767 886931456 4280 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32533/statm: 216536 4291 1888 9 0 211014 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866144

[startup+0.303007 s]
/proc/loadavg: 2.09 2.04 1.93 4/81 32533
/proc/meminfo: memFree=1704744/2055920 swapFree=4192812/4192956
[pid=32533] ppid=32531 vsize=866380 CPUtime=0.28
/proc/32533/stat : 32533 (java) S 32531 32533 31350 0 -1 0 5989 0 1 0 25 3 0 0 18 0 9 0 27591767 887173120 5355 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32533/statm: 216595 5357 1985 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.70108 s]
/proc/loadavg: 2.09 2.04 1.93 4/81 32533
/proc/meminfo: memFree=1704744/2055920 swapFree=4192812/4192956
[pid=32533] ppid=32531 vsize=867616 CPUtime=0.69
/proc/32533/stat : 32533 (java) S 32531 32533 31350 0 -1 0 9986 0 1 0 63 6 0 0 18 0 9 0 27591767 888438784 9340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32533/statm: 216904 9340 2039 9 0 211340 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867616

[startup+1.50122 s]
/proc/loadavg: 2.09 2.04 1.93 3/90 32542
/proc/meminfo: memFree=1651616/2055920 swapFree=4192812/4192956
[pid=32533] ppid=32531 vsize=867528 CPUtime=1.48
/proc/32533/stat : 32533 (java) S 32531 32533 31350 0 -1 0 19793 0 1 0 132 16 0 0 18 0 9 0 27591767 888348672 19119 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32533/statm: 216882 19119 2032 9 0 211340 0
[pid=32533/tid=32535] ppid=32531 vsize=867528 CPUtime=1.18
/proc/32533/task/32535/stat : 32535 (java) R 32531 32533 31350 0 -1 64 15816 0 1 0 105 13 0 0 25 0 9 0 27591769 888348672 19119 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32536] ppid=32531 vsize=867528 CPUtime=0.05
/proc/32533/task/32536/stat : 32536 (java) S 32531 32533 31350 0 -1 64 2585 0 0 0 4 1 0 0 16 0 9 0 27591770 888348672 19119 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32537] ppid=32531 vsize=867528 CPUtime=0
/proc/32533/task/32537/stat : 32537 (java) S 32531 32533 31350 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27591770 888348672 19119 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32538] ppid=32531 vsize=867528 CPUtime=0
/proc/32533/task/32538/stat : 32538 (java) S 32531 32533 31350 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27591770 888348672 19119 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32539] ppid=32531 vsize=867528 CPUtime=0
/proc/32533/task/32539/stat : 32539 (java) S 32531 32533 31350 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 27591772 888348672 19119 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32540] ppid=32531 vsize=867528 CPUtime=0.23
/proc/32533/task/32540/stat : 32540 (java) S 32531 32533 31350 0 -1 64 690 0 0 0 23 0 0 0 16 0 9 0 27591772 888348672 19119 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32541] ppid=32531 vsize=867528 CPUtime=0
/proc/32533/task/32541/stat : 32541 (java) S 32531 32533 31350 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 27591772 888348672 19119 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32542] ppid=32531 vsize=867528 CPUtime=0
/proc/32533/task/32542/stat : 32542 (java) S 32531 32533 31350 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27591772 888348672 19119 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867528

[startup+3.10252 s]
/proc/loadavg: 2.09 2.04 1.93 3/90 32542
/proc/meminfo: memFree=1616864/2055920 swapFree=4192812/4192956
[pid=32533] ppid=32531 vsize=867960 CPUtime=3.07
/proc/32533/stat : 32533 (java) S 32531 32533 31350 0 -1 0 44779 617 1 0 269 25 12 1 18 0 9 0 27591767 888791040 26560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32533/statm: 216990 26560 2640 9 0 211448 0
[pid=32533/tid=32535] ppid=32531 vsize=867960 CPUtime=2.43
/proc/32533/task/32535/stat : 32535 (java) R 32531 32533 31350 0 -1 64 28300 617 1 0 213 17 12 1 25 0 9 0 27591769 888791040 26560 996147200 134512640 134550932 4294955968 18446744073709551615 4127390192 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32536] ppid=32531 vsize=867960 CPUtime=0.36
/proc/32533/task/32536/stat : 32536 (java) S 32531 32533 31350 0 -1 64 14678 617 0 0 19 4 12 1 16 0 9 0 27591770 888791040 26560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32537] ppid=32531 vsize=867960 CPUtime=0.13
/proc/32533/task/32537/stat : 32537 (java) S 32531 32533 31350 0 -1 64 21 617 0 0 0 0 12 1 16 0 9 0 27591770 888791040 26560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32538] ppid=32531 vsize=867960 CPUtime=0.13
/proc/32533/task/32538/stat : 32538 (java) S 32531 32533 31350 0 -1 64 9 617 0 0 0 0 12 1 15 0 9 0 27591770 888791040 26560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32539] ppid=32531 vsize=867960 CPUtime=0.13
/proc/32533/task/32539/stat : 32539 (java) S 32531 32533 31350 0 -1 64 2 617 0 0 0 0 12 1 24 0 9 0 27591772 888791040 26560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32540] ppid=32531 vsize=867960 CPUtime=0.49
/proc/32533/task/32540/stat : 32540 (java) S 32531 32533 31350 0 -1 64 954 617 0 0 35 1 12 1 15 0 9 0 27591772 888791040 26560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32541] ppid=32531 vsize=867960 CPUtime=0.13
/proc/32533/task/32541/stat : 32541 (java) S 32531 32533 31350 0 -1 64 0 617 0 0 0 0 12 1 25 0 9 0 27591772 888791040 26560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32542] ppid=32531 vsize=867960 CPUtime=0.13
/proc/32533/task/32542/stat : 32542 (java) S 32531 32533 31350 0 -1 64 10 617 0 0 0 0 12 1 15 0 9 0 27591772 888791040 26560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 867960

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

[startup+3.20253 s]
/proc/loadavg: 2.09 2.04 1.93 3/90 32542
/proc/meminfo: memFree=1616864/2055920 swapFree=4192812/4192956
[pid=32533] ppid=32531 vsize=867960 CPUtime=3.17
/proc/32533/stat : 32533 (java) S 32531 32533 31350 0 -1 0 44781 617 1 0 279 25 12 1 18 0 9 0 27591767 888791040 26562 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32533/statm: 216990 26562 2640 9 0 211448 0
[pid=32533/tid=32535] ppid=32531 vsize=867960 CPUtime=2.53
/proc/32533/task/32535/stat : 32535 (java) R 32531 32533 31350 0 -1 64 28300 617 1 0 223 17 12 1 25 0 9 0 27591769 888791040 26562 996147200 134512640 134550932 4294955968 18446744073709551615 4127094983 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32536] ppid=32531 vsize=867960 CPUtime=0.36
/proc/32533/task/32536/stat : 32536 (java) S 32531 32533 31350 0 -1 64 14678 617 0 0 19 4 12 1 16 0 9 0 27591770 888791040 26562 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32537] ppid=32531 vsize=867960 CPUtime=0.13
/proc/32533/task/32537/stat : 32537 (java) S 32531 32533 31350 0 -1 64 21 617 0 0 0 0 12 1 16 0 9 0 27591770 888791040 26562 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32538] ppid=32531 vsize=867960 CPUtime=0.13
/proc/32533/task/32538/stat : 32538 (java) S 32531 32533 31350 0 -1 64 9 617 0 0 0 0 12 1 15 0 9 0 27591770 888791040 26562 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32539] ppid=32531 vsize=867960 CPUtime=0.13
/proc/32533/task/32539/stat : 32539 (java) S 32531 32533 31350 0 -1 64 2 617 0 0 0 0 12 1 24 0 9 0 27591772 888791040 26562 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32540] ppid=32531 vsize=867960 CPUtime=0.49
/proc/32533/task/32540/stat : 32540 (java) S 32531 32533 31350 0 -1 64 956 617 0 0 35 1 12 1 16 0 9 0 27591772 888791040 26562 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32541] ppid=32531 vsize=867960 CPUtime=0.13
/proc/32533/task/32541/stat : 32541 (java) S 32531 32533 31350 0 -1 64 0 617 0 0 0 0 12 1 25 0 9 0 27591772 888791040 26562 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32542] ppid=32531 vsize=867960 CPUtime=0.13
/proc/32533/task/32542/stat : 32542 (java) S 32531 32533 31350 0 -1 64 10 617 0 0 0 0 12 1 15 0 9 0 27591772 888791040 26562 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 867960

[startup+3.30255 s]
/proc/loadavg: 2.08 2.04 1.93 3/90 32546
/proc/meminfo: memFree=1608288/2055920 swapFree=4192812/4192956
[pid=32533] ppid=32531 vsize=867960 CPUtime=3.27
/proc/32533/stat : 32533 (java) S 32531 32533 31350 0 -1 0 44787 617 1 0 289 25 12 1 18 0 9 0 27591767 888791040 26568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32533/statm: 216990 26568 2640 9 0 211448 0
[pid=32533/tid=32535] ppid=32531 vsize=867960 CPUtime=2.64
/proc/32533/task/32535/stat : 32535 (java) R 32531 32533 31350 0 -1 64 28302 617 1 0 233 18 12 1 25 0 9 0 27591769 888791040 26568 996147200 134512640 134550932 4294955968 18446744073709551615 4125964020 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32536] ppid=32531 vsize=867960 CPUtime=0.36
/proc/32533/task/32536/stat : 32536 (java) S 32531 32533 31350 0 -1 64 14678 617 0 0 19 4 12 1 16 0 9 0 27591770 888791040 26568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32537] ppid=32531 vsize=867960 CPUtime=0.13
/proc/32533/task/32537/stat : 32537 (java) S 32531 32533 31350 0 -1 64 21 617 0 0 0 0 12 1 16 0 9 0 27591770 888791040 26568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32538] ppid=32531 vsize=867960 CPUtime=0.13
/proc/32533/task/32538/stat : 32538 (java) S 32531 32533 31350 0 -1 64 9 617 0 0 0 0 12 1 15 0 9 0 27591770 888791040 26568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32539] ppid=32531 vsize=867960 CPUtime=0.13
/proc/32533/task/32539/stat : 32539 (java) S 32531 32533 31350 0 -1 64 2 617 0 0 0 0 12 1 24 0 9 0 27591772 888791040 26568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32540] ppid=32531 vsize=867960 CPUtime=0.5
/proc/32533/task/32540/stat : 32540 (java) R 32531 32533 31350 0 -1 64 960 617 0 0 36 1 12 1 15 0 9 0 27591772 888791040 26568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32541] ppid=32531 vsize=867960 CPUtime=0.13
/proc/32533/task/32541/stat : 32541 (java) S 32531 32533 31350 0 -1 64 0 617 0 0 0 0 12 1 25 0 9 0 27591772 888791040 26568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32533/tid=32542] ppid=32531 vsize=867960 CPUtime=0.13
/proc/32533/task/32542/stat : 32542 (java) S 32531 32533 31350 0 -1 64 10 617 0 0 0 0 12 1 15 0 9 0 27591772 888791040 26568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 867960

Child status: 0
Real time (s): 3.34983
CPU time (s): 3.33049
CPU user time (s): 3.04554
CPU system time (s): 0.284956
CPU usage (%): 99.4227
Max. virtual memory (cumulated for all children) (KiB): 868048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.04554
system time used= 0.284956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45445
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= 1896
involuntary context switches= 2019

runsolver used 0.011998 second user time and 0.013997 second system time

The end

Launcher Data

Begin job on node84 at 2009-07-12 15:27:44
IDJOB=2094840
IDBENCH=54599
IDSOLVER=774
FILE ID=node84/2094840-1247405264
PBS_JOBID= 9510484
Free space on /tmp= 66308 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/logic-synthesis/normalized-prom2-pi.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094840-1247405264/watcher-2094840-1247405264 -o /tmp/evaluation-result-2094840-1247405264/solver-2094840-1247405264 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2094840-1247405264.xml

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

MD5SUM BENCH= cc9ab4c5eff05c6d6b3cee9d0281395c
RANDOM SEED=713993096

node84.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.259
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.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1705224 kB
Buffers:         34908 kB
Cached:         126456 kB
SwapCached:          0 kB
Active:         225096 kB
Inactive:        69812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705224 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2772 kB
Writeback:           0 kB
Mapped:         151868 kB
Slab:            40968 kB
Committed_AS:  1008760 kB
PageTables:       1980 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= 66308 MiB
End job on node84 at 2009-07-12 15:27:47