Trace number 2096402

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 ESACUNSAT 14.2858 14.4749

DiagnosticValue
CHECKS42
NODES0

General information on the benchmark

Namecsp/bmc/
normalized-bmc-ibm-07-04.xml
MD5SUMccfad6ca6d3ab1a88cfd688d6d76a1b2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.81257
Satisfiable
(Un)Satisfiability was proved
Number of variables8710
Number of constraints48484
Maximum constraint arity33
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48484
Global constraints used (with number of constraints)

Solver Data

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.29/0.30	   
0.29/0.30	   instance
0.29/0.30	     name=HOME/instance-2096402-1247410319.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.68/0.76	     nbVariables=8710  nbDomainTypes=1  minDomainSize=4  maxDomainSize=4  nbTotalValues=34840
0.68/0.76	       =>  wckTime=0.491  cpuTime=0.37  mem=40M89
0.68/0.76	   
0.68/0.76	   predicates being loaded...
0.78/0.86	   
0.78/0.86	   constraints being loaded...
12.54/12.71	     nbConstraints=38283  nbUnaryConstraints=8912  nbGlobalConstraints=79  nbMergedConstraints=1368
12.54/12.71	     nbSingletonDomainVariables=202  nbPurgedValues=17622  nbDisconnectedVariables=80  nbConvertedConstraints=31153
12.54/12.71	     nbConvertConstraintsChecks=125200  nbExtensionStructures=2713  nbSharedExtensionStructures=31146
12.54/12.71	     nbConflictsStructures=2761  nbSharedConflictsStructures=36948  nbUnbuiltConflictsStructures=37
12.54/12.71	     nbSharedBinaryRepresentations=21696  nbEvaluationManagers=85  nbSharedEvaluationManagers=6966  minDegree=1
12.54/12.71	     maxDegree=347  minArity=2  avgArity=2.58  maxArity=33  nbGenerators=79  nbFusions=0  symmetryWckTime=3.884
12.54/12.71	     symmetryCpuTime=1.09
12.54/12.71	       =>  wckTime=12.445  cpuTime=8.12  mem=221M845
13.23/13.49	   
13.23/13.49	   solver IterativeSystematicSolver being built... 
13.74/13.93	   
13.74/13.93	   INFO : Forward propagation technique limited 
14.04/14.29	       =>  wckTime=14.026  cpuTime=8.9  mem=287M272
14.14/14.38	   
14.14/14.38	   preprocessing
14.14/14.38	     nbConstraintChecks=42  nbValidityChecks=10  nbPropagations=2  nbRevisions=32  nbUselessRevisions=21
14.14/14.38	     nbRemovedValues=11  detectedInconsistency=yes
14.14/14.38	       =>  wckTime=0.072  cpuTime=0.02  mem=247M191
14.14/14.38	   
14.14/14.38	   global
14.14/14.38	     nbConstraintChecks=42  nbValidityChecks=10  nbPropagations=2  nbRevisions=32  nbUselessRevisions=21
14.14/14.38	     nbRestartNogoods=0  solvingWckTime=0.078  solvingCpuTime=0.02  expiredTime=no  totalExploration=yes
14.14/14.38	     nbFoundSolutions=0  globalCpuTime=8.97
14.14/14.38	       =>  wckTime=14.115  cpuTime=8.93  mem=247M191
14.14/14.38	   
14.14/14.38	s UNSATISFIABLE
14.14/14.38	d NODES 0
14.14/14.38	d CHECKS 42
14.14/14.39	   
14.14/14.39	   totalWckTime=14.189  totalCpuTime=8.98

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2096402-1247410319/watcher-2096402-1247410319 -o /tmp/evaluation-result-2096402-1247410319/solver-2096402-1247410319 -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-2096402-1247410319.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.13 2.08 2.02 3/80 29796
/proc/meminfo: memFree=1559440/2055920 swapFree=4192812/4192956
[pid=29796] ppid=29794 vsize=18576 CPUtime=0
/proc/29796/stat : 29796 (runsolver) R 29794 29796 27155 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28095211 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 251255123239 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29796/statm: 4644 284 249 26 0 2626 0

[startup+0.031653 s]
/proc/loadavg: 2.13 2.08 2.02 3/80 29796
/proc/meminfo: memFree=1559440/2055920 swapFree=4192812/4192956
[pid=29796] ppid=29794 vsize=861936 CPUtime=0.01
/proc/29796/stat : 29796 (java) S 29794 29796 27155 0 -1 0 1878 0 1 0 0 1 0 0 18 0 5 0 28095211 882622464 1563 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/29796/statm: 215484 1563 686 9 0 210399 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861936

[startup+0.102003 s]
/proc/loadavg: 2.13 2.08 2.02 3/80 29796
/proc/meminfo: memFree=1559440/2055920 swapFree=4192812/4192956
[pid=29796] ppid=29794 vsize=865984 CPUtime=0.09
/proc/29796/stat : 29796 (java) S 29794 29796 27155 0 -1 0 3727 0 1 0 7 2 0 0 18 0 9 0 28095211 886767616 3195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29796/statm: 216496 3195 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.302015 s]
/proc/loadavg: 2.13 2.08 2.02 3/80 29796
/proc/meminfo: memFree=1559440/2055920 swapFree=4192812/4192956
[pid=29796] ppid=29794 vsize=866380 CPUtime=0.29
/proc/29796/stat : 29796 (java) S 29794 29796 27155 0 -1 0 5811 0 1 0 25 4 0 0 18 0 9 0 28095211 887173120 5188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29796/statm: 216595 5188 1972 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701058 s]
/proc/loadavg: 2.13 2.08 2.02 3/80 29796
/proc/meminfo: memFree=1559440/2055920 swapFree=4192812/4192956
[pid=29796] ppid=29794 vsize=867532 CPUtime=0.68
/proc/29796/stat : 29796 (java) S 29794 29796 27155 0 -1 0 12750 0 1 0 61 7 0 0 18 0 9 0 28095211 888352768 12112 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29796/statm: 216883 12112 2002 9 0 211341 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867532

[startup+1.50314 s]
/proc/loadavg: 2.12 2.07 2.02 3/89 29805
/proc/meminfo: memFree=1502664/2055920 swapFree=4192812/4192956
[pid=29796] ppid=29794 vsize=867532 CPUtime=1.47
/proc/29796/stat : 29796 (java) S 29794 29796 27155 0 -1 0 18877 0 1 0 137 10 0 0 18 0 9 0 28095211 888352768 18205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29796/statm: 216883 18205 2029 9 0 211341 0
[pid=29796/tid=29798] ppid=29794 vsize=867532 CPUtime=1.18
/proc/29796/task/29798/stat : 29798 (java) R 29794 29796 27155 0 -1 64 15791 0 1 0 110 8 0 0 25 0 9 0 28095213 888352768 18205 996147200 134512640 134550932 4294955968 18446744073709551615 102883189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29799] ppid=29794 vsize=867532 CPUtime=0.06
/proc/29796/task/29799/stat : 29799 (java) S 29794 29796 27155 0 -1 64 1735 0 0 0 6 0 0 0 17 0 9 0 28095214 888352768 18205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29800] ppid=29794 vsize=867532 CPUtime=0
/proc/29796/task/29800/stat : 29800 (java) S 29794 29796 27155 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28095214 888352768 18205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29801] ppid=29794 vsize=867532 CPUtime=0
/proc/29796/task/29801/stat : 29801 (java) S 29794 29796 27155 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28095214 888352768 18205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29802] ppid=29794 vsize=867532 CPUtime=0
/proc/29796/task/29802/stat : 29802 (java) S 29794 29796 27155 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28095216 888352768 18205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29803] ppid=29794 vsize=867532 CPUtime=0.2
/proc/29796/task/29803/stat : 29803 (java) S 29794 29796 27155 0 -1 64 650 0 0 0 20 0 0 0 15 0 9 0 28095217 888352768 18205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29804] ppid=29794 vsize=867532 CPUtime=0
/proc/29796/task/29804/stat : 29804 (java) S 29794 29796 27155 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28095217 888352768 18205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29805] ppid=29794 vsize=867532 CPUtime=0
/proc/29796/task/29805/stat : 29805 (java) S 29794 29796 27155 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28095217 888352768 18205 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867532

[startup+3.10132 s]
/proc/loadavg: 2.12 2.07 2.02 4/89 29805
/proc/meminfo: memFree=1480264/2055920 swapFree=4192812/4192956
[pid=29796] ppid=29794 vsize=867532 CPUtime=3.05
/proc/29796/stat : 29796 (java) S 29794 29796 27155 0 -1 0 24646 0 1 0 293 12 0 0 18 0 9 0 28095211 888352768 23972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29796/statm: 216883 23972 2029 9 0 211341 0
[pid=29796/tid=29798] ppid=29794 vsize=867532 CPUtime=2.48
/proc/29796/task/29798/stat : 29798 (java) R 29794 29796 27155 0 -1 64 15793 0 1 0 239 9 0 0 25 0 9 0 28095213 888352768 23972 996147200 134512640 134550932 4294955968 18446744073709551615 102724634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29799] ppid=29794 vsize=867532 CPUtime=0.35
/proc/29796/task/29799/stat : 29799 (java) S 29794 29796 27155 0 -1 64 7500 0 0 0 33 2 0 0 17 0 9 0 28095214 888352768 23972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29800] ppid=29794 vsize=867532 CPUtime=0
/proc/29796/task/29800/stat : 29800 (java) S 29794 29796 27155 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28095214 888352768 23972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29801] ppid=29794 vsize=867532 CPUtime=0
/proc/29796/task/29801/stat : 29801 (java) S 29794 29796 27155 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28095214 888352768 23972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29802] ppid=29794 vsize=867532 CPUtime=0
/proc/29796/task/29802/stat : 29802 (java) S 29794 29796 27155 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28095216 888352768 23972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29803] ppid=29794 vsize=867532 CPUtime=0.2
/proc/29796/task/29803/stat : 29803 (java) S 29794 29796 27155 0 -1 64 652 0 0 0 20 0 0 0 16 0 9 0 28095217 888352768 23972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29804] ppid=29794 vsize=867532 CPUtime=0
/proc/29796/task/29804/stat : 29804 (java) S 29794 29796 27155 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28095217 888352768 23972 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29805] ppid=29794 vsize=867532 CPUtime=0
/proc/29796/task/29805/stat : 29805 (java) S 29794 29796 27155 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28095217 888352768 23972 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) 867532

[startup+6.30267 s]
/proc/loadavg: 2.19 2.09 2.03 3/89 29805
/proc/meminfo: memFree=1461384/2055920 swapFree=4192812/4192956
[pid=29796] ppid=29794 vsize=867532 CPUtime=6.21
/proc/29796/stat : 29796 (java) S 29794 29796 27155 0 -1 0 27048 0 1 0 487 134 0 0 18 0 9 0 28095211 888352768 26367 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29796/statm: 216883 26367 2033 9 0 211341 0
[pid=29796/tid=29798] ppid=29794 vsize=867532 CPUtime=5.41
/proc/29796/task/29798/stat : 29798 (java) R 29794 29796 27155 0 -1 64 15836 0 1 0 411 130 0 0 25 0 9 0 28095213 888352768 26367 996147200 134512640 134550932 4294955968 18446744073709551615 102882869 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29799] ppid=29794 vsize=867532 CPUtime=0.49
/proc/29796/task/29799/stat : 29799 (java) S 29794 29796 27155 0 -1 64 9795 0 0 0 46 3 0 0 16 0 9 0 28095214 888352768 26367 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29800] ppid=29794 vsize=867532 CPUtime=0
/proc/29796/task/29800/stat : 29800 (java) S 29794 29796 27155 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28095214 888352768 26367 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29801] ppid=29794 vsize=867532 CPUtime=0
/proc/29796/task/29801/stat : 29801 (java) S 29794 29796 27155 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28095214 888352768 26367 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29802] ppid=29794 vsize=867532 CPUtime=0
/proc/29796/task/29802/stat : 29802 (java) S 29794 29796 27155 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28095216 888352768 26367 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29803] ppid=29794 vsize=867532 CPUtime=0.29
/proc/29796/task/29803/stat : 29803 (java) S 29794 29796 27155 0 -1 64 716 0 0 0 29 0 0 0 16 0 9 0 28095217 888352768 26367 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29804] ppid=29794 vsize=867532 CPUtime=0
/proc/29796/task/29804/stat : 29804 (java) S 29794 29796 27155 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28095217 888352768 26367 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29805] ppid=29794 vsize=867532 CPUtime=0
/proc/29796/task/29805/stat : 29805 (java) S 29794 29796 27155 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28095217 888352768 26367 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867532

[startup+12.7024 s]
/proc/loadavg: 2.17 2.09 2.03 6/91 29809
/proc/meminfo: memFree=1275824/2055920 swapFree=4192812/4192956
[pid=29796] ppid=29794 vsize=868180 CPUtime=12.54
/proc/29796/stat : 29796 (java) S 29794 29796 27155 0 -1 0 79047 3100 1 0 803 185 262 4 18 0 9 0 28095211 889016320 73221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29796/statm: 217045 73221 2047 9 0 211503 0
[pid=29796/tid=29798] ppid=29794 vsize=868180 CPUtime=10.97
/proc/29796/task/29798/stat : 29798 (java) R 29794 29796 27155 0 -1 64 19062 3100 1 0 672 159 262 4 21 0 9 0 28095213 889016320 73221 996147200 134512640 134550932 4294955968 18446744073709551615 4126947913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29799] ppid=29794 vsize=868180 CPUtime=3.84
/proc/29796/task/29799/stat : 29799 (java) S 29794 29796 27155 0 -1 64 58166 3100 0 0 96 22 262 4 17 0 9 0 28095214 889016320 73221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29800] ppid=29794 vsize=868180 CPUtime=2.66
/proc/29796/task/29800/stat : 29800 (java) S 29794 29796 27155 0 -1 64 24 3100 0 0 0 0 262 4 17 0 9 0 28095214 889016320 73221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29801] ppid=29794 vsize=868180 CPUtime=2.66
/proc/29796/task/29801/stat : 29801 (java) S 29794 29796 27155 0 -1 64 16 3100 0 0 0 0 262 4 16 0 9 0 28095214 889016320 73221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29802] ppid=29794 vsize=868180 CPUtime=2.66
/proc/29796/task/29802/stat : 29802 (java) S 29794 29796 27155 0 -1 64 2 3100 0 0 0 0 262 4 18 0 9 0 28095216 889016320 73221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29803] ppid=29794 vsize=868180 CPUtime=3
/proc/29796/task/29803/stat : 29803 (java) S 29794 29796 27155 0 -1 64 943 3100 0 0 34 0 262 4 16 0 9 0 28095217 889016320 73221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29804] ppid=29794 vsize=868180 CPUtime=2.66
/proc/29796/task/29804/stat : 29804 (java) S 29794 29796 27155 0 -1 64 0 3100 0 0 0 0 262 4 19 0 9 0 28095217 889016320 73221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29805] ppid=29794 vsize=868180 CPUtime=2.66
/proc/29796/task/29805/stat : 29805 (java) S 29794 29796 27155 0 -1 64 23 3100 0 0 0 0 262 4 15 0 9 0 28095217 889016320 73221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 868180

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

[startup+13.5025 s]
/proc/loadavg: 2.17 2.09 2.03 3/89 29809
/proc/meminfo: memFree=1272312/2055920 swapFree=4192812/4192956
[pid=29796] ppid=29794 vsize=868268 CPUtime=13.34
/proc/29796/stat : 29796 (java) S 29794 29796 27155 0 -1 0 99687 3100 1 0 878 190 262 4 18 0 9 0 28095211 889106432 74482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29796/statm: 217067 74482 2660 9 0 211503 0
[pid=29796/tid=29798] ppid=29794 vsize=868268 CPUtime=11.2
/proc/29796/task/29798/stat : 29798 (java) R 29794 29796 27155 0 -1 64 21376 3100 1 0 694 160 262 4 17 0 9 0 28095213 889106432 74482 996147200 134512640 134550932 4294955968 18446744073709551615 104514051 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29799] ppid=29794 vsize=868268 CPUtime=4.38
/proc/29796/task/29799/stat : 29799 (java) R 29794 29796 27155 0 -1 64 76486 3100 0 0 146 26 262 4 20 0 9 0 28095214 889106432 74482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29800] ppid=29794 vsize=868268 CPUtime=2.66
/proc/29796/task/29800/stat : 29800 (java) S 29794 29796 27155 0 -1 64 24 3100 0 0 0 0 262 4 15 0 9 0 28095214 889106432 74482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29801] ppid=29794 vsize=868268 CPUtime=2.66
/proc/29796/task/29801/stat : 29801 (java) S 29794 29796 27155 0 -1 64 16 3100 0 0 0 0 262 4 15 0 9 0 28095214 889106432 74482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29802] ppid=29794 vsize=868268 CPUtime=2.66
/proc/29796/task/29802/stat : 29802 (java) S 29794 29796 27155 0 -1 64 2 3100 0 0 0 0 262 4 18 0 9 0 28095216 889106432 74482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29803] ppid=29794 vsize=868268 CPUtime=3.02
/proc/29796/task/29803/stat : 29803 (java) S 29794 29796 27155 0 -1 64 949 3100 0 0 36 0 262 4 16 0 9 0 28095217 889106432 74482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29804] ppid=29794 vsize=868268 CPUtime=2.66
/proc/29796/task/29804/stat : 29804 (java) S 29794 29796 27155 0 -1 64 0 3100 0 0 0 0 262 4 19 0 9 0 28095217 889106432 74482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29805] ppid=29794 vsize=868268 CPUtime=2.66
/proc/29796/task/29805/stat : 29805 (java) S 29794 29796 27155 0 -1 64 23 3100 0 0 0 0 262 4 15 0 9 0 28095217 889106432 74482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.34
Current children cumulated vsize (KiB) 868268

[startup+13.9025 s]
/proc/loadavg: 2.17 2.09 2.03 3/89 29809
/proc/meminfo: memFree=1272312/2055920 swapFree=4192812/4192956
[pid=29796] ppid=29794 vsize=868268 CPUtime=13.74
/proc/29796/stat : 29796 (java) S 29794 29796 27155 0 -1 0 110464 3100 1 0 916 192 262 4 18 0 9 0 28095211 889106432 75904 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29796/statm: 217067 75906 2663 9 0 211503 0
[pid=29796/tid=29798] ppid=29794 vsize=868268 CPUtime=11.45
/proc/29796/task/29798/stat : 29798 (java) R 29794 29796 27155 0 -1 64 30586 3100 1 0 718 161 262 4 16 0 9 0 28095213 889106432 75906 996147200 134512640 134550932 4294955968 18446744073709551615 4159660031 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29796/tid=29799] ppid=29794 vsize=868268 CPUtime=4.49
/proc/29796/task/29799/stat : 29799 (java) R 29794 29796 27155 0 -1 64 77995 3100 0 0 156 27 262 4 17 0 9 0 28095214 889106432 75906 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29796/tid=29800] ppid=29794 vsize=868268 CPUtime=2.66
/proc/29796/task/29800/stat : 29800 (java) S 29794 29796 27155 0 -1 64 24 3100 0 0 0 0 262 4 16 0 9 0 28095214 889106432 75906 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29796/tid=29801] ppid=29794 vsize=868268 CPUtime=2.66
/proc/29796/task/29801/stat : 29801 (java) S 29794 29796 27155 0 -1 64 16 3100 0 0 0 0 262 4 16 0 9 0 28095214 889106432 75906 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29796/tid=29802] ppid=29794 vsize=868268 CPUtime=2.66
/proc/29796/task/29802/stat : 29802 (java) S 29794 29796 27155 0 -1 64 2 3100 0 0 0 0 262 4 18 0 9 0 28095216 889106432 75906 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29803] ppid=29794 vsize=868268 CPUtime=3.06
/proc/29796/task/29803/stat : 29803 (java) S 29794 29796 27155 0 -1 64 1011 3100 0 0 40 0 262 4 15 0 9 0 28095217 889106432 75906 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29796/tid=29804] ppid=29794 vsize=868268 CPUtime=2.66
/proc/29796/task/29804/stat : 29804 (java) S 29794 29796 27155 0 -1 64 0 3100 0 0 0 0 262 4 19 0 9 0 28095217 889106432 75906 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29805] ppid=29794 vsize=868268 CPUtime=2.66
/proc/29796/task/29805/stat : 29805 (java) S 29794 29796 27155 0 -1 64 23 3100 0 0 0 0 262 4 15 0 9 0 28095217 889106432 75906 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.74
Current children cumulated vsize (KiB) 868268

[startup+14.3075 s]
/proc/loadavg: 2.17 2.09 2.03 4/89 29809
/proc/meminfo: memFree=1259448/2055920 swapFree=4192812/4192956
[pid=29796] ppid=29794 vsize=868268 CPUtime=14.14
/proc/29796/stat : 29796 (java) S 29794 29796 27155 0 -1 0 113063 3100 1 0 955 193 262 4 18 0 9 0 28095211 889106432 77442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29796/statm: 217067 77442 2663 9 0 211503 0
[pid=29796/tid=29798] ppid=29794 vsize=868268 CPUtime=11.76
/proc/29796/task/29798/stat : 29798 (java) R 29794 29796 27155 0 -1 64 30634 3100 1 0 748 162 262 4 18 0 9 0 28095213 889106432 77442 996147200 134512640 134550932 4294955968 18446744073709551615 4126097822 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29796/tid=29799] ppid=29794 vsize=868268 CPUtime=4.56
/proc/29796/task/29799/stat : 29799 (java) S 29794 29796 27155 0 -1 64 80519 3100 0 0 163 27 262 4 18 0 9 0 28095214 889106432 77442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29796/tid=29800] ppid=29794 vsize=868268 CPUtime=2.66
/proc/29796/task/29800/stat : 29800 (java) S 29794 29796 27155 0 -1 64 24 3100 0 0 0 0 262 4 15 0 9 0 28095214 889106432 77442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29796/tid=29801] ppid=29794 vsize=868268 CPUtime=2.66
/proc/29796/task/29801/stat : 29801 (java) S 29794 29796 27155 0 -1 64 27 3100 0 0 0 0 262 4 16 0 9 0 28095214 889106432 77442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29796/tid=29802] ppid=29794 vsize=868268 CPUtime=2.66
/proc/29796/task/29802/stat : 29802 (java) S 29794 29796 27155 0 -1 64 2 3100 0 0 0 0 262 4 18 0 9 0 28095216 889106432 77442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29803] ppid=29794 vsize=868268 CPUtime=3.08
/proc/29796/task/29803/stat : 29803 (java) R 29794 29796 27155 0 -1 64 1023 3100 0 0 42 0 262 4 15 0 9 0 28095217 889106432 77442 996147200 134512640 134550932 4294955968 18446744073709551615 101680828 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29796/tid=29804] ppid=29794 vsize=868268 CPUtime=2.66
/proc/29796/task/29804/stat : 29804 (java) S 29794 29796 27155 0 -1 64 0 3100 0 0 0 0 262 4 19 0 9 0 28095217 889106432 77442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29805] ppid=29794 vsize=868268 CPUtime=2.66
/proc/29796/task/29805/stat : 29805 (java) S 29794 29796 27155 0 -1 64 23 3100 0 0 0 0 262 4 15 0 9 0 28095217 889106432 77442 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.14
Current children cumulated vsize (KiB) 868268

[startup+14.4026 s]
/proc/loadavg: 2.17 2.09 2.03 4/89 29809
/proc/meminfo: memFree=1259448/2055920 swapFree=4192812/4192956
[pid=29796] ppid=29794 vsize=868180 CPUtime=14.22
/proc/29796/stat : 29796 (java) S 29794 29796 27155 0 -1 0 114724 3100 1 0 962 194 262 4 18 0 9 0 28095211 889016320 79072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29796/statm: 217045 79072 2642 9 0 211503 0
[pid=29796/tid=29798] ppid=29794 vsize=868180 CPUtime=11.79
/proc/29796/task/29798/stat : 29798 (java) S 29794 29796 27155 0 -1 64 30638 3100 1 0 751 162 262 4 19 0 9 0 28095213 889016320 79072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29796/tid=29799] ppid=29794 vsize=868180 CPUtime=4.61
/proc/29796/task/29799/stat : 29799 (java) S 29794 29796 27155 0 -1 64 82170 3100 0 0 167 28 262 4 17 0 9 0 28095214 889016320 79072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29796/tid=29800] ppid=29794 vsize=868180 CPUtime=2.66
/proc/29796/task/29800/stat : 29800 (java) S 29794 29796 27155 0 -1 64 24 3100 0 0 0 0 262 4 16 0 9 0 28095214 889016320 79072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29796/tid=29801] ppid=29794 vsize=868180 CPUtime=2.66
/proc/29796/task/29801/stat : 29801 (java) S 29794 29796 27155 0 -1 64 31 3100 0 0 0 0 262 4 16 0 9 0 28095214 889016320 79072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29796/tid=29802] ppid=29794 vsize=868180 CPUtime=2.66
/proc/29796/task/29802/stat : 29802 (java) S 29794 29796 27155 0 -1 64 2 3100 0 0 0 0 262 4 18 0 9 0 28095216 889016320 79072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29803] ppid=29794 vsize=868180 CPUtime=3.09
/proc/29796/task/29803/stat : 29803 (java) S 29794 29796 27155 0 -1 64 1025 3100 0 0 43 0 262 4 16 0 9 0 28095217 889016320 79072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29796/tid=29804] ppid=29794 vsize=868180 CPUtime=2.66
/proc/29796/task/29804/stat : 29804 (java) S 29794 29796 27155 0 -1 64 0 3100 0 0 0 0 262 4 19 0 9 0 28095217 889016320 79072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29796/tid=29805] ppid=29794 vsize=868180 CPUtime=2.66
/proc/29796/task/29805/stat : 29805 (java) S 29794 29796 27155 0 -1 64 23 3100 0 0 0 0 262 4 15 0 9 0 28095217 889016320 79072 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.22
Current children cumulated vsize (KiB) 868180

Child status: 0
Real time (s): 14.4749
CPU time (s): 14.2858
CPU user time (s): 12.2451
CPU system time (s): 2.04069
CPU usage (%): 98.6936
Max. virtual memory (cumulated for all children) (KiB): 883720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.2451
system time used= 2.04069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117853
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= 2332
involuntary context switches= 2872

runsolver used 0.036994 second user time and 0.052991 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-12 16:51:59
IDJOB=2096402
IDBENCH=56331
IDSOLVER=774
FILE ID=node64/2096402-1247410319
PBS_JOBID= 9510517
Free space on /tmp= 66340 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/bmc/normalized-bmc-ibm-07-04.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-2096402-1247410319/watcher-2096402-1247410319 -o /tmp/evaluation-result-2096402-1247410319/solver-2096402-1247410319 -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-2096402-1247410319.xml

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

MD5SUM BENCH= ccfad6ca6d3ab1a88cfd688d6d76a1b2
RANDOM SEED=392490292

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.220
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.220
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:       1559920 kB
Buffers:         71416 kB
Cached:         240296 kB
SwapCached:          0 kB
Active:         269868 kB
Inactive:       147308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1559920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8756 kB
Writeback:           0 kB
Mapped:         125848 kB
Slab:            63556 kB
Committed_AS:  1017356 kB
PageTables:       1964 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= 66336 MiB
End job on node64 at 2009-07-12 16:52:14