Trace number 2094326

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 7.60484 7.7291

DiagnosticValue
CHECKS2713
NODES0

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-31_ext.xml
MD5SUM79a92164f7ef19f1350e88cea39e1a5d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.354945
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	
0.05/0.08	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-2094326-1247403460.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.34	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.28/0.34	       =>  wckTime=0.095  cpuTime=0.09  mem=7M892
0.28/0.34	   
0.28/0.34	   relations being loaded...
0.28/0.39	   
0.28/0.39	   constraints being loaded...
1.56/1.63	     nbConstraints=2713  nbRelationTypes=1  nbGlobalConstraints=2713  nbExtensionStructures=1
1.56/1.63	     nbSharedExtensionStructures=2712  nbConflictsStructures=1  nbSharedConflictsStructures=2712
1.56/1.63	     nbSharedBinaryRepresentations=0  minDegree=1890  maxDegree=1999  minArity=15  maxArity=15  nbGenerators=0
1.56/1.63	     nbFusions=0  symmetryWckTime=0.544  symmetryCpuTime=0.25
1.56/1.63	       =>  wckTime=1.388  cpuTime=0.77  mem=110M231
1.66/1.79	   
1.66/1.79	   solver IterativeSystematicSolver being built... 
1.77/1.86	   
1.77/1.87	   INFO : Forward propagation technique limited 
1.86/1.93	       =>  wckTime=1.691  cpuTime=0.9  mem=108M145
7.51/7.64	   
7.51/7.64	   preprocessing
7.51/7.64	     nbConstraintChecks=2713  nbValidityChecks=56053599  nbPropagations=51  nbRevisions=0  nbUselessRevisions=0
7.51/7.64	     nbSingletonTests=21  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  firstSolutionCpuTime=6.49
7.51/7.64	     nbRemovedValues=0  detectedInconsistency=no
7.51/7.64	       =>  wckTime=5.701  cpuTime=5.62  mem=109M101
7.51/7.64	   
7.51/7.64	   global
7.51/7.64	     nbConstraintChecks=2713  nbValidityChecks=56053599  nbPropagations=51  nbRestartNogoods=0  solvingWckTime=5.705
7.51/7.64	     solvingCpuTime=5.62  expiredTime=no  totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=6.49
7.51/7.64	     globalCpuTime=6.55
7.51/7.64	       =>  wckTime=7.398  cpuTime=6.52  mem=109M101
7.51/7.64	   
7.51/7.64	s SATISFIABLE
7.51/7.64	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
7.51/7.64	d NODES 0
7.51/7.64	d CHECKS 2713
7.51/7.64	   
7.51/7.65	   totalWckTime=7.466  totalCpuTime=6.56

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-2094326-1247403460/watcher-2094326-1247403460 -o /tmp/evaluation-result-2094326-1247403460/solver-2094326-1247403460 -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-2094326-1247403460.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.80 4/80 300
/proc/meminfo: memFree=1784664/2055920 swapFree=4192812/4192956
[pid=300] ppid=32766 vsize=152 CPUtime=0
/proc/300/stat : 300 (java) R 32766 300 32424 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 27409111 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 4870948 0 0 4096 0 0 0 0 17 0 0 0
/proc/300/statm: 50 33 26 9 0 4 0

[startup+0.070457 s]
/proc/loadavg: 1.99 1.98 1.80 4/80 300
/proc/meminfo: memFree=1784664/2055920 swapFree=4192812/4192956
[pid=300] ppid=32766 vsize=864104 CPUtime=0.05
/proc/300/stat : 300 (java) S 32766 300 32424 0 -1 0 2975 0 1 0 4 1 0 0 18 0 9 0 27409111 884842496 2477 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/300/statm: 216026 2478 1165 9 0 210919 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864104

[startup+0.10146 s]
/proc/loadavg: 1.99 1.98 1.80 4/80 300
/proc/meminfo: memFree=1784664/2055920 swapFree=4192812/4192956
[pid=300] ppid=32766 vsize=865940 CPUtime=0.09
/proc/300/stat : 300 (java) S 32766 300 32424 0 -1 0 3750 0 1 0 7 2 0 0 18 0 9 0 27409111 886722560 3216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/300/statm: 216485 3216 1700 9 0 210970 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865940

[startup+0.301477 s]
/proc/loadavg: 1.99 1.98 1.80 4/80 300
/proc/meminfo: memFree=1784664/2055920 swapFree=4192812/4192956
[pid=300] ppid=32766 vsize=866432 CPUtime=0.28
/proc/300/stat : 300 (java) S 32766 300 32424 0 -1 0 5998 0 1 0 25 3 0 0 18 0 9 0 27409111 887226368 5364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/300/statm: 216608 5364 1986 9 0 211066 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866432

[startup+0.701513 s]
/proc/loadavg: 1.99 1.98 1.80 4/80 300
/proc/meminfo: memFree=1784664/2055920 swapFree=4192812/4192956
[pid=300] ppid=32766 vsize=867496 CPUtime=0.68
/proc/300/stat : 300 (java) S 32766 300 32424 0 -1 0 12289 0 1 0 61 7 0 0 18 0 9 0 27409111 888315904 11642 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/300/statm: 216874 11644 2009 9 0 211332 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867496

[startup+1.50159 s]
/proc/loadavg: 2.07 2.00 1.81 4/89 309
/proc/meminfo: memFree=1667152/2055920 swapFree=4192812/4192956
[pid=300] ppid=32766 vsize=867820 CPUtime=1.26
/proc/300/stat : 300 (java) S 32766 300 32424 0 -1 0 36043 0 1 0 109 17 0 0 18 0 10 0 27409111 888647680 35266 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/300/statm: 216955 35266 2030 9 0 211413 0
[pid=300/tid=302] ppid=32766 vsize=867820 CPUtime=0.86
/proc/300/task/302/stat : 302 (java) S 32766 300 32424 0 -1 64 15837 0 1 0 78 8 0 0 16 0 10 0 27409112 888647680 35266 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=300/tid=303] ppid=32766 vsize=867820 CPUtime=0.16
/proc/300/task/303/stat : 303 (java) S 32766 300 32424 0 -1 64 18762 0 0 0 9 7 0 0 16 0 10 0 27409113 888647680 35266 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=300/tid=304] ppid=32766 vsize=867820 CPUtime=0
/proc/300/task/304/stat : 304 (java) S 32766 300 32424 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 27409113 888647680 35266 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=300/tid=305] ppid=32766 vsize=867820 CPUtime=0
/proc/300/task/305/stat : 305 (java) S 32766 300 32424 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 27409113 888647680 35266 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=300/tid=306] ppid=32766 vsize=867820 CPUtime=0
/proc/300/task/306/stat : 306 (java) S 32766 300 32424 0 -1 64 2 0 0 0 0 0 0 0 23 0 10 0 27409115 888647680 35266 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=300/tid=307] ppid=32766 vsize=867820 CPUtime=0.21
/proc/300/task/307/stat : 307 (java) S 32766 300 32424 0 -1 64 670 0 0 0 20 1 0 0 15 0 10 0 27409116 888647680 35266 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=300/tid=308] ppid=32766 vsize=867820 CPUtime=0
/proc/300/task/308/stat : 308 (java) S 32766 300 32424 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 27409116 888647680 35266 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=300/tid=309] ppid=32766 vsize=867820 CPUtime=0
/proc/300/task/309/stat : 309 (java) S 32766 300 32424 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 27409116 888647680 35266 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 867820

[startup+3.10273 s]
/proc/loadavg: 2.07 2.00 1.81 4/91 313
/proc/meminfo: memFree=1623936/2055920 swapFree=4192812/4192956
[pid=300] ppid=32766 vsize=867992 CPUtime=3.06
/proc/300/stat : 300 (java) S 32766 300 32424 0 -1 0 56644 982 1 0 258 23 23 2 18 0 9 0 27409111 888823808 42343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/300/statm: 216998 42343 2660 9 0 211434 0
[pid=300/tid=302] ppid=32766 vsize=867992 CPUtime=2.47
/proc/300/task/302/stat : 302 (java) R 32766 300 32424 0 -1 64 21403 982 1 0 212 10 23 2 17 0 9 0 27409112 888823808 42343 996147200 134512640 134550932 4294955968 18446744073709551615 4127104660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=300/tid=303] ppid=32766 vsize=867992 CPUtime=0.56
/proc/300/task/303/stat : 303 (java) S 32766 300 32424 0 -1 64 33538 982 0 0 21 10 23 2 16 0 9 0 27409113 888823808 42343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=300/tid=304] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/304/stat : 304 (java) S 32766 300 32424 0 -1 64 21 982 0 0 0 0 23 2 16 0 9 0 27409113 888823808 42343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=300/tid=305] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/305/stat : 305 (java) S 32766 300 32424 0 -1 64 9 982 0 0 0 0 23 2 16 0 9 0 27409113 888823808 42343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=300/tid=306] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/306/stat : 306 (java) S 32766 300 32424 0 -1 64 2 982 0 0 0 0 23 2 23 0 9 0 27409115 888823808 42343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=300/tid=307] ppid=32766 vsize=867992 CPUtime=0.5
/proc/300/task/307/stat : 307 (java) S 32766 300 32424 0 -1 64 858 982 0 0 24 1 23 2 15 0 9 0 27409116 888823808 42343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=300/tid=308] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/308/stat : 308 (java) S 32766 300 32424 0 -1 64 0 982 0 0 0 0 23 2 24 0 9 0 27409116 888823808 42343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=300/tid=309] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/309/stat : 309 (java) S 32766 300 32424 0 -1 64 10 982 0 0 0 0 23 2 15 0 9 0 27409116 888823808 42343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867992

[startup+6.30301 s]
/proc/loadavg: 2.07 2.00 1.81 3/89 313
/proc/meminfo: memFree=1624840/2055920 swapFree=4192812/4192956
[pid=300] ppid=32766 vsize=867992 CPUtime=6.23
/proc/300/stat : 300 (java) S 32766 300 32424 0 -1 0 60014 982 1 0 573 25 23 2 18 0 9 0 27409111 888823808 42347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/300/statm: 216998 42347 2660 9 0 211434 0
[pid=300/tid=302] ppid=32766 vsize=867992 CPUtime=5.63
/proc/300/task/302/stat : 302 (java) R 32766 300 32424 0 -1 64 24740 982 1 0 527 11 23 2 25 0 9 0 27409112 888823808 42347 996147200 134512640 134550932 4294955968 18446744073709551615 4127104611 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=300/tid=303] ppid=32766 vsize=867992 CPUtime=0.56
/proc/300/task/303/stat : 303 (java) S 32766 300 32424 0 -1 64 33538 982 0 0 21 10 23 2 16 0 9 0 27409113 888823808 42347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=300/tid=304] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/304/stat : 304 (java) S 32766 300 32424 0 -1 64 21 982 0 0 0 0 23 2 16 0 9 0 27409113 888823808 42347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=300/tid=305] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/305/stat : 305 (java) S 32766 300 32424 0 -1 64 9 982 0 0 0 0 23 2 16 0 9 0 27409113 888823808 42347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=300/tid=306] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/306/stat : 306 (java) S 32766 300 32424 0 -1 64 2 982 0 0 0 0 23 2 23 0 9 0 27409115 888823808 42347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=300/tid=307] ppid=32766 vsize=867992 CPUtime=0.51
/proc/300/task/307/stat : 307 (java) S 32766 300 32424 0 -1 64 864 982 0 0 25 1 23 2 15 0 9 0 27409116 888823808 42347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=300/tid=308] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/308/stat : 308 (java) S 32766 300 32424 0 -1 64 0 982 0 0 0 0 23 2 24 0 9 0 27409116 888823808 42347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=300/tid=309] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/309/stat : 309 (java) S 32766 300 32424 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 27409116 888823808 42347 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867992

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

[startup+7.10109 s]
/proc/loadavg: 2.07 2.00 1.81 3/89 313
/proc/meminfo: memFree=1624840/2055920 swapFree=4192812/4192956
[pid=300] ppid=32766 vsize=867992 CPUtime=7.02
/proc/300/stat : 300 (java) S 32766 300 32424 0 -1 0 65461 982 1 0 652 25 23 2 18 0 9 0 27409111 888823808 42350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/300/statm: 216998 42350 2660 9 0 211434 0
[pid=300/tid=302] ppid=32766 vsize=867992 CPUtime=6.41
/proc/300/task/302/stat : 302 (java) R 32766 300 32424 0 -1 64 30186 982 1 0 604 12 23 2 25 0 9 0 27409112 888823808 42350 996147200 134512640 134550932 4294955968 18446744073709551615 4127104421 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=300/tid=303] ppid=32766 vsize=867992 CPUtime=0.56
/proc/300/task/303/stat : 303 (java) S 32766 300 32424 0 -1 64 33538 982 0 0 21 10 23 2 16 0 9 0 27409113 888823808 42350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=300/tid=304] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/304/stat : 304 (java) S 32766 300 32424 0 -1 64 21 982 0 0 0 0 23 2 16 0 9 0 27409113 888823808 42350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=300/tid=305] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/305/stat : 305 (java) S 32766 300 32424 0 -1 64 9 982 0 0 0 0 23 2 16 0 9 0 27409113 888823808 42350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=300/tid=306] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/306/stat : 306 (java) S 32766 300 32424 0 -1 64 2 982 0 0 0 0 23 2 23 0 9 0 27409115 888823808 42350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=300/tid=307] ppid=32766 vsize=867992 CPUtime=0.51
/proc/300/task/307/stat : 307 (java) S 32766 300 32424 0 -1 64 865 982 0 0 25 1 23 2 15 0 9 0 27409116 888823808 42350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=300/tid=308] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/308/stat : 308 (java) S 32766 300 32424 0 -1 64 0 982 0 0 0 0 23 2 24 0 9 0 27409116 888823808 42350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=300/tid=309] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/309/stat : 309 (java) S 32766 300 32424 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 27409116 888823808 42350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 867992

[startup+7.50112 s]
/proc/loadavg: 2.07 2.00 1.81 3/89 313
/proc/meminfo: memFree=1624840/2055920 swapFree=4192812/4192956
[pid=300] ppid=32766 vsize=867992 CPUtime=7.41
/proc/300/stat : 300 (java) S 32766 300 32424 0 -1 0 65926 982 1 0 691 25 23 2 18 0 9 0 27409111 888823808 42350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/300/statm: 216998 42350 2660 9 0 211434 0
[pid=300/tid=302] ppid=32766 vsize=867992 CPUtime=6.81
/proc/300/task/302/stat : 302 (java) R 32766 300 32424 0 -1 64 30651 982 1 0 644 12 23 2 18 0 9 0 27409112 888823808 42350 996147200 134512640 134550932 4294955968 18446744073709551615 4127114483 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=300/tid=303] ppid=32766 vsize=867992 CPUtime=0.56
/proc/300/task/303/stat : 303 (java) S 32766 300 32424 0 -1 64 33538 982 0 0 21 10 23 2 16 0 9 0 27409113 888823808 42350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=300/tid=304] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/304/stat : 304 (java) S 32766 300 32424 0 -1 64 21 982 0 0 0 0 23 2 16 0 9 0 27409113 888823808 42350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=300/tid=305] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/305/stat : 305 (java) S 32766 300 32424 0 -1 64 9 982 0 0 0 0 23 2 16 0 9 0 27409113 888823808 42350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=300/tid=306] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/306/stat : 306 (java) S 32766 300 32424 0 -1 64 2 982 0 0 0 0 23 2 23 0 9 0 27409115 888823808 42350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=300/tid=307] ppid=32766 vsize=867992 CPUtime=0.51
/proc/300/task/307/stat : 307 (java) S 32766 300 32424 0 -1 64 865 982 0 0 25 1 23 2 15 0 9 0 27409116 888823808 42350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=300/tid=308] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/308/stat : 308 (java) S 32766 300 32424 0 -1 64 0 982 0 0 0 0 23 2 24 0 9 0 27409116 888823808 42350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=300/tid=309] ppid=32766 vsize=867992 CPUtime=0.25
/proc/300/task/309/stat : 309 (java) S 32766 300 32424 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 27409116 888823808 42350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 867992

[startup+7.70679 s]
/proc/loadavg: 2.07 2.00 1.81 4/89 313
/proc/meminfo: memFree=1624840/2055920 swapFree=4192812/4192956
[pid=300] ppid=32766 vsize=0 CPUtime=7.56
/proc/300/stat : 300 (java) Z 32766 300 32424 0 -1 12 66084 982 1 0 705 26 23 2 16 0 2 0 27409111 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/300/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 7.7291
CPU time (s): 7.60484
CPU user time (s): 7.29189
CPU system time (s): 0.312952
CPU usage (%): 98.3923
Max. virtual memory (cumulated for all children) (KiB): 868176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.29189
system time used= 0.312952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67066
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= 1400
involuntary context switches= 1498

runsolver used 0.009998 second user time and 0.036994 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 14:57:40
IDJOB=2094326
IDBENCH=54133
IDSOLVER=774
FILE ID=node58/2094326-1247403460
PBS_JOBID= 9510530
Free space on /tmp= 66312 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-31_ext.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-2094326-1247403460/watcher-2094326-1247403460 -o /tmp/evaluation-result-2094326-1247403460/solver-2094326-1247403460 -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-2094326-1247403460.xml

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

MD5SUM BENCH= 79a92164f7ef19f1350e88cea39e1a5d
RANDOM SEED=208030243

node58.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.234
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.234
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:       1785144 kB
Buffers:         37184 kB
Cached:         126220 kB
SwapCached:          0 kB
Active:         140904 kB
Inactive:        71880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2516 kB
Writeback:           0 kB
Mapped:          69780 kB
Slab:            43236 kB
Committed_AS:  1017736 kB
PageTables:       1796 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= 66312 MiB
End job on node58 at 2009-07-12 14:57:48