Trace number 2094833

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACSAT 7.06392 7.17461

DiagnosticValue
CHECKS34697
NODES2459

General information on the benchmark

Namecsp/pseudo/logic-synthesis/
normalized-ex5-pi.xml
MD5SUM1ac4e78a26edc4b10d5750638375b473
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 benchmark2.87056
Satisfiable
(Un)Satisfiability was proved
Number of variables2459
Number of constraints845
Maximum constraint arity146
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2094833-1247405253.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.47/0.60	     nbVariables=2459  nbDomainTypes=2  minDomainSize=1  maxDomainSize=2  nbTotalValues=4890
0.47/0.60	       =>  wckTime=0.328  cpuTime=0.21  mem=14M719
0.47/0.60	   
0.47/0.60	   predicates being loaded...
0.97/1.04	   
0.97/1.04	   constraints being loaded...
4.52/4.64	     nbConstraints=860  nbGlobalConstraints=27  nbMergedConstraints=12  nbSingletonDomainVariables=28
4.52/4.64	     nbDisconnectedVariables=28  nbConflictsStructures=11  nbSharedConflictsStructures=33
4.52/4.64	     nbUnbuiltConflictsStructures=115  nbSharedBinaryRepresentations=0  nbEvaluationManagers=126
4.52/4.64	     nbSharedEvaluationManagers=707  minDegree=1  maxDegree=90  minArity=2  avgArity=46.48  maxArity=146
4.52/4.64	     nbGenerators=27  nbFusions=0  symmetryWckTime=1.172  symmetryCpuTime=0.76
4.52/4.64	       =>  wckTime=4.372  cpuTime=3.56  mem=57M860
4.62/4.79	   
4.62/4.79	   solver IterativeSystematicSolver being built... 
5.02/5.19	   
5.02/5.19	   INFO : Forward propagation technique limited 
5.21/5.34	       =>  wckTime=5.076  cpuTime=3.97  mem=77M455
5.31/5.44	   
5.31/5.44	   preprocessing
5.31/5.44	     nbConstraintChecks=1344  nbValidityChecks=1269  nbPropagations=2459  nbRevisions=1269  nbUselessRevisions=1269
5.31/5.44	     nbRemovedValues=0  detectedInconsistency=no
5.31/5.44	       =>  wckTime=0.085  cpuTime=0.07  mem=88M467
7.00/7.12	   
7.00/7.12	   search
7.00/7.12	     run=0  nbConstraintChecks=33353  nbValidityChecks=307948  minDepth=2460  maxDepth=2459  nbPropagations=4986
7.00/7.12	     nbRevisions=162790  nbUselessRevisions=162722  nbAssignments=2459  nbFailedAssignments=0  nbBacktracks=0
7.00/7.12	     nbVisitedNodes=2460  nbRestartNogoods=0  nbFoundSolutions=1  nbSEliminables=?  nbREliminables=?  nbIEliminables=?
7.00/7.12	     nbDEliminables=?  nbPEliminables=?
7.00/7.12	       =>  wckTime=1.767  cpuTime=1.68  mem=89M477
7.00/7.12	   
7.00/7.12	   global
7.00/7.12	     nbConstraintChecks=34697  nbValidityChecks=309217  nbPropagations=7445  nbRevisions=164059
7.00/7.12	     nbUselessRevisions=163991  nbRestartNogoods=0  solvingWckTime=1.769  solvingCpuTime=1.69  expiredTime=no
7.00/7.12	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=5.63  globalCpuTime=5.7
7.00/7.12	       =>  wckTime=6.852  cpuTime=5.66  mem=89M477
7.00/7.12	   
7.00/7.12	s SATISFIABLE
7.00/7.12	v 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 1 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 1 1 1 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 1 1 0 0 0 1 1 1 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 1 0 0 0 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 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 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 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 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 1 1 1 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 1 1 1 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 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 1 0 0 0 0 0 0 0 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 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 0 0 0 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 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 1 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 1 1 0 0 0 0 0 0 0 0 0 0 1 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 0 1 1 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 
7.00/7.12	d NODES 2459
7.00/7.12	d CHECKS 34697
7.00/7.12	   
7.00/7.12	   totalWckTime=6.925  totalCpuTime=5.7

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-2094833-1247405253/watcher-2094833-1247405253 -o /tmp/evaluation-result-2094833-1247405253/solver-2094833-1247405253 -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-2094833-1247405253.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.07 2.04 1.97 3/80 32016
/proc/meminfo: memFree=1678112/2055920 swapFree=4192812/4192956
[pid=32016] ppid=32014 vsize=18576 CPUtime=0
/proc/32016/stat : 32016 (runsolver) R 32014 32016 31251 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 27592295 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 212234464551 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/32016/statm: 4644 284 249 26 0 2626 0

[startup+0.081886 s]
/proc/loadavg: 2.07 2.04 1.97 3/80 32016
/proc/meminfo: memFree=1678112/2055920 swapFree=4192812/4192956
[pid=32016] ppid=32014 vsize=864148 CPUtime=0.07
/proc/32016/stat : 32016 (java) S 32014 32016 31251 0 -1 0 3101 0 1 0 5 2 0 0 18 0 9 0 27592295 884887552 2586 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 216037 2586 1237 9 0 210930 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 864148

[startup+0.101889 s]
/proc/loadavg: 2.07 2.04 1.97 3/80 32016
/proc/meminfo: memFree=1678112/2055920 swapFree=4192812/4192956
[pid=32016] ppid=32014 vsize=865984 CPUtime=0.08
/proc/32016/stat : 32016 (java) S 32014 32016 31251 0 -1 0 3727 0 1 0 6 2 0 0 18 0 9 0 27592295 886767616 3195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 216496 3195 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301933 s]
/proc/loadavg: 2.07 2.04 1.97 3/80 32016
/proc/meminfo: memFree=1678112/2055920 swapFree=4192812/4192956
[pid=32016] ppid=32014 vsize=866380 CPUtime=0.28
/proc/32016/stat : 32016 (java) S 32014 32016 31251 0 -1 0 5758 0 1 0 25 3 0 0 18 0 9 0 27592295 887173120 5151 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 216595 5151 1952 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701993 s]
/proc/loadavg: 2.07 2.04 1.97 3/80 32016
/proc/meminfo: memFree=1678112/2055920 swapFree=4192812/4192956
[pid=32016] ppid=32014 vsize=867616 CPUtime=0.68
/proc/32016/stat : 32016 (java) S 32014 32016 31251 0 -1 0 9656 0 1 0 62 6 0 0 18 0 9 0 27592295 888438784 9010 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 216904 9010 2038 9 0 211340 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867616

[startup+1.50113 s]
/proc/loadavg: 2.07 2.04 1.97 3/89 32025
/proc/meminfo: memFree=1625944/2055920 swapFree=4192812/4192956
[pid=32016] ppid=32014 vsize=867528 CPUtime=1.46
/proc/32016/stat : 32016 (java) S 32014 32016 31251 0 -1 0 17738 0 1 0 136 10 0 0 18 0 9 0 27592295 888348672 17066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 216882 17066 2029 9 0 211340 0
[pid=32016/tid=32018] ppid=32014 vsize=867528 CPUtime=1.24
/proc/32016/task/32018/stat : 32018 (java) R 32014 32016 31251 0 -1 64 15792 0 1 0 116 8 0 0 25 0 9 0 27592296 888348672 17066 996147200 134512640 134550932 4294955968 18446744073709551615 102883552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32019] ppid=32014 vsize=867528 CPUtime=0.01
/proc/32016/task/32019/stat : 32019 (java) S 32014 32016 31251 0 -1 64 601 0 0 0 1 0 0 0 16 0 9 0 27592298 888348672 17066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32020] ppid=32014 vsize=867528 CPUtime=0
/proc/32016/task/32020/stat : 32020 (java) S 32014 32016 31251 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27592298 888348672 17066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32021] ppid=32014 vsize=867528 CPUtime=0
/proc/32016/task/32021/stat : 32021 (java) S 32014 32016 31251 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27592298 888348672 17066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32022] ppid=32014 vsize=867528 CPUtime=0
/proc/32016/task/32022/stat : 32022 (java) S 32014 32016 31251 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27592300 888348672 17066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32023] ppid=32014 vsize=867528 CPUtime=0.17
/proc/32016/task/32023/stat : 32023 (java) S 32014 32016 31251 0 -1 64 642 0 0 0 17 0 0 0 16 0 9 0 27592300 888348672 17066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32024] ppid=32014 vsize=867528 CPUtime=0
/proc/32016/task/32024/stat : 32024 (java) S 32014 32016 31251 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27592300 888348672 17066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32025] ppid=32014 vsize=867528 CPUtime=0
/proc/32016/task/32025/stat : 32025 (java) S 32014 32016 31251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27592300 888348672 17066 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867528

[startup+3.10241 s]
/proc/loadavg: 2.07 2.04 1.97 3/89 32025
/proc/meminfo: memFree=1610392/2055920 swapFree=4192812/4192956
[pid=32016] ppid=32014 vsize=867528 CPUtime=3.05
/proc/32016/stat : 32016 (java) S 32014 32016 31251 0 -1 0 22593 0 1 0 289 16 0 0 18 0 9 0 27592295 888348672 21918 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 216882 21918 2030 9 0 211340 0
[pid=32016/tid=32018] ppid=32014 vsize=867528 CPUtime=2.66
/proc/32016/task/32018/stat : 32018 (java) R 32014 32016 31251 0 -1 64 15822 0 1 0 254 12 0 0 25 0 9 0 27592296 888348672 21918 996147200 134512640 134550932 4294955968 18446744073709551615 102883558 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32019] ppid=32014 vsize=867528 CPUtime=0.12
/proc/32016/task/32019/stat : 32019 (java) S 32014 32016 31251 0 -1 64 5381 0 0 0 10 2 0 0 16 0 9 0 27592298 888348672 21918 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32020] ppid=32014 vsize=867528 CPUtime=0
/proc/32016/task/32020/stat : 32020 (java) S 32014 32016 31251 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27592298 888348672 21918 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32021] ppid=32014 vsize=867528 CPUtime=0
/proc/32016/task/32021/stat : 32021 (java) S 32014 32016 31251 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27592298 888348672 21918 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32022] ppid=32014 vsize=867528 CPUtime=0
/proc/32016/task/32022/stat : 32022 (java) S 32014 32016 31251 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27592300 888348672 21918 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32023] ppid=32014 vsize=867528 CPUtime=0.24
/proc/32016/task/32023/stat : 32023 (java) S 32014 32016 31251 0 -1 64 687 0 0 0 24 0 0 0 15 0 9 0 27592300 888348672 21918 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32024] ppid=32014 vsize=867528 CPUtime=0
/proc/32016/task/32024/stat : 32024 (java) S 32014 32016 31251 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27592300 888348672 21918 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32025] ppid=32014 vsize=867528 CPUtime=0
/proc/32016/task/32025/stat : 32025 (java) S 32014 32016 31251 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27592300 888348672 21918 996147200 134512640 134550932 4294955968 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) 867528

[startup+6.30196 s]
/proc/loadavg: 2.06 2.04 1.97 3/89 32029
/proc/meminfo: memFree=1571160/2055920 swapFree=4192812/4192956
[pid=32016] ppid=32014 vsize=868064 CPUtime=6.2
/proc/32016/stat : 32016 (java) S 32014 32016 31251 0 -1 0 49205 1086 1 0 567 24 28 1 18 0 9 0 27592295 888897536 29204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 217016 29204 2662 9 0 211452 0
[pid=32016/tid=32018] ppid=32014 vsize=868064 CPUtime=5.36
/proc/32016/task/32018/stat : 32018 (java) R 32014 32016 31251 0 -1 64 28641 1086 1 0 491 16 28 1 25 0 9 0 27592296 888897536 29204 996147200 134512640 134550932 4294955968 18446744073709551615 4126836221 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32019] ppid=32014 vsize=868064 CPUtime=0.71
/proc/32016/task/32019/stat : 32019 (java) S 32014 32016 31251 0 -1 64 18697 1086 0 0 38 4 28 1 17 0 9 0 27592298 888897536 29204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32020] ppid=32014 vsize=868064 CPUtime=0.29
/proc/32016/task/32020/stat : 32020 (java) S 32014 32016 31251 0 -1 64 20 1086 0 0 0 0 28 1 16 0 9 0 27592298 888897536 29204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32021] ppid=32014 vsize=868064 CPUtime=0.29
/proc/32016/task/32021/stat : 32021 (java) S 32014 32016 31251 0 -1 64 17 1086 0 0 0 0 28 1 15 0 9 0 27592298 888897536 29204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32022] ppid=32014 vsize=868064 CPUtime=0.29
/proc/32016/task/32022/stat : 32022 (java) S 32014 32016 31251 0 -1 64 2 1086 0 0 0 0 28 1 18 0 9 0 27592300 888897536 29204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32023] ppid=32014 vsize=868064 CPUtime=0.66
/proc/32016/task/32023/stat : 32023 (java) S 32014 32016 31251 0 -1 64 989 1086 0 0 36 1 28 1 15 0 9 0 27592300 888897536 29204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32024] ppid=32014 vsize=868064 CPUtime=0.29
/proc/32016/task/32024/stat : 32024 (java) S 32014 32016 31251 0 -1 64 1 1086 0 0 0 0 28 1 19 0 9 0 27592300 888897536 29204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32025] ppid=32014 vsize=868064 CPUtime=0.29
/proc/32016/task/32025/stat : 32025 (java) S 32014 32016 31251 0 -1 64 31 1086 0 0 0 0 28 1 15 0 9 0 27592300 888897536 29204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 868064

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

[startup+6.70203 s]
/proc/loadavg: 2.06 2.04 1.97 3/89 32029
/proc/meminfo: memFree=1571096/2055920 swapFree=4192812/4192956
[pid=32016] ppid=32014 vsize=868064 CPUtime=6.59
/proc/32016/stat : 32016 (java) S 32014 32016 31251 0 -1 0 49216 1086 1 0 606 24 28 1 18 0 9 0 27592295 888897536 29213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 217016 29213 2662 9 0 211452 0
[pid=32016/tid=32018] ppid=32014 vsize=868064 CPUtime=5.74
/proc/32016/task/32018/stat : 32018 (java) R 32014 32016 31251 0 -1 64 28641 1086 1 0 529 16 28 1 25 0 9 0 27592296 888897536 29213 996147200 134512640 134550932 4294955968 18446744073709551615 4127325196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32019] ppid=32014 vsize=868064 CPUtime=0.71
/proc/32016/task/32019/stat : 32019 (java) S 32014 32016 31251 0 -1 64 18697 1086 0 0 38 4 28 1 17 0 9 0 27592298 888897536 29213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32020] ppid=32014 vsize=868064 CPUtime=0.29
/proc/32016/task/32020/stat : 32020 (java) S 32014 32016 31251 0 -1 64 20 1086 0 0 0 0 28 1 16 0 9 0 27592298 888897536 29213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32021] ppid=32014 vsize=868064 CPUtime=0.29
/proc/32016/task/32021/stat : 32021 (java) S 32014 32016 31251 0 -1 64 17 1086 0 0 0 0 28 1 15 0 9 0 27592298 888897536 29213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32022] ppid=32014 vsize=868064 CPUtime=0.29
/proc/32016/task/32022/stat : 32022 (java) S 32014 32016 31251 0 -1 64 2 1086 0 0 0 0 28 1 18 0 9 0 27592300 888897536 29213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32023] ppid=32014 vsize=868064 CPUtime=0.68
/proc/32016/task/32023/stat : 32023 (java) S 32014 32016 31251 0 -1 64 1000 1086 0 0 38 1 28 1 15 0 9 0 27592300 888897536 29213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32024] ppid=32014 vsize=868064 CPUtime=0.29
/proc/32016/task/32024/stat : 32024 (java) S 32014 32016 31251 0 -1 64 1 1086 0 0 0 0 28 1 19 0 9 0 27592300 888897536 29213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32025] ppid=32014 vsize=868064 CPUtime=0.29
/proc/32016/task/32025/stat : 32025 (java) S 32014 32016 31251 0 -1 64 31 1086 0 0 0 0 28 1 15 0 9 0 27592300 888897536 29213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 868064

[startup+7.1021 s]
/proc/loadavg: 2.06 2.04 1.97 3/89 32029
/proc/meminfo: memFree=1571096/2055920 swapFree=4192812/4192956
[pid=32016] ppid=32014 vsize=868064 CPUtime=7
/proc/32016/stat : 32016 (java) S 32014 32016 31251 0 -1 0 49219 1086 1 0 646 25 28 1 18 0 9 0 27592295 888897536 29216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 217016 29216 2662 9 0 211452 0
[pid=32016/tid=32018] ppid=32014 vsize=868064 CPUtime=6.13
/proc/32016/task/32018/stat : 32018 (java) R 32014 32016 31251 0 -1 64 28643 1086 1 0 568 16 28 1 25 0 9 0 27592296 888897536 29216 996147200 134512640 134550932 4294955968 18446744073709551615 4125960625 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32019] ppid=32014 vsize=868064 CPUtime=0.71
/proc/32016/task/32019/stat : 32019 (java) S 32014 32016 31251 0 -1 64 18697 1086 0 0 38 4 28 1 17 0 9 0 27592298 888897536 29216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32020] ppid=32014 vsize=868064 CPUtime=0.29
/proc/32016/task/32020/stat : 32020 (java) S 32014 32016 31251 0 -1 64 20 1086 0 0 0 0 28 1 16 0 9 0 27592298 888897536 29216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32021] ppid=32014 vsize=868064 CPUtime=0.29
/proc/32016/task/32021/stat : 32021 (java) S 32014 32016 31251 0 -1 64 17 1086 0 0 0 0 28 1 15 0 9 0 27592298 888897536 29216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32022] ppid=32014 vsize=868064 CPUtime=0.29
/proc/32016/task/32022/stat : 32022 (java) S 32014 32016 31251 0 -1 64 2 1086 0 0 0 0 28 1 18 0 9 0 27592300 888897536 29216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32023] ppid=32014 vsize=868064 CPUtime=0.68
/proc/32016/task/32023/stat : 32023 (java) S 32014 32016 31251 0 -1 64 1001 1086 0 0 38 1 28 1 16 0 9 0 27592300 888897536 29216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32024] ppid=32014 vsize=868064 CPUtime=0.29
/proc/32016/task/32024/stat : 32024 (java) S 32014 32016 31251 0 -1 64 1 1086 0 0 0 0 28 1 19 0 9 0 27592300 888897536 29216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32016/tid=32025] ppid=32014 vsize=868064 CPUtime=0.29
/proc/32016/task/32025/stat : 32025 (java) S 32014 32016 31251 0 -1 64 31 1086 0 0 0 0 28 1 15 0 9 0 27592300 888897536 29216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 868064

Child status: 0
Real time (s): 7.17461
CPU time (s): 7.06392
CPU user time (s): 6.77297
CPU system time (s): 0.290955
CPU usage (%): 98.4572
Max. virtual memory (cumulated for all children) (KiB): 868064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.77297
system time used= 0.290955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50346
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= 2064
involuntary context switches= 2373

runsolver used 0.014997 second user time and 0.029995 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-12 15:27:34
IDJOB=2094833
IDBENCH=54595
IDSOLVER=773
FILE ID=node14/2094833-1247405253
PBS_JOBID= 9510615
Free space on /tmp= 66512 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudo/logic-synthesis/normalized-ex5-pi.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-2094833-1247405253/watcher-2094833-1247405253 -o /tmp/evaluation-result-2094833-1247405253/solver-2094833-1247405253 -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-2094833-1247405253.xml

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

MD5SUM BENCH= 1ac4e78a26edc4b10d5750638375b473
RANDOM SEED=1817501136

node14.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.265
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.265
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:       1678592 kB
Buffers:         48772 kB
Cached:         137820 kB
SwapCached:          0 kB
Active:         233728 kB
Inactive:        84628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3152 kB
Writeback:           0 kB
Mapped:         152228 kB
Slab:            43900 kB
Committed_AS:  1010284 kB
PageTables:       2084 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= 66508 MiB
End job on node14 at 2009-07-12 15:27:41