Trace number 2096472

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 2.11968 2.15772

DiagnosticValue
CHECKS1891
NODES0

General information on the benchmark

Namecsp/modifiedRenault/
normalized-renault-mod-5_ext.xml
MD5SUMa4252035144ceb461ab40afb1cafcd34
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.444931
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints147
Maximum constraint arity10
Maximum domain size42
Number of constraints which are defined in extension147
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2096472-1247410367.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.28/0.39	     nbVariables=111  nbDomainTypes=15  minDomainSize=2  maxDomainSize=42  nbTotalValues=562
0.28/0.39	       =>  wckTime=0.124  cpuTime=0.1  mem=7M892
0.28/0.39	   
0.28/0.39	   relations being loaded...
0.78/0.90	   
0.78/0.90	   constraints being loaded...
1.16/1.21	     nbConstraints=128  nbRelationTypes=130  nbGlobalConstraints=96  nbMergedConstraints=21  nbExtensionStructures=119
1.16/1.21	     nbSharedExtensionStructures=7  nbConflictsStructures=119  nbSharedConflictsStructures=7
1.16/1.21	     nbSharedBinaryRepresentations=416  minDegree=1  maxDegree=81  minArity=2  avgArity=4.75  maxArity=10
1.16/1.21	     nbGenerators=2  nbFusions=0  symmetryWckTime=0.071  symmetryCpuTime=0.03
1.16/1.21	       =>  wckTime=0.945  cpuTime=0.76  mem=38M711
1.26/1.34	   
1.26/1.34	   solver IterativeSystematicSolver being built... 
1.36/1.42	   
1.36/1.43	   INFO : Forward propagation technique limited 
1.36/1.49	       =>  wckTime=1.225  cpuTime=0.89  mem=40M803
2.07/2.11	   
2.07/2.11	   preprocessing
2.07/2.11	     nbConstraintChecks=1891  nbValidityChecks=6260238  nbPropagations=1812  nbRevisions=985  nbUselessRevisions=893
2.07/2.12	     nbSingletonTests=404  nbEffectiveSingletonTests=10  nbACRemovals=34  nbFoundSingletons=0  nbRemovedValues=122
2.07/2.12	     detectedInconsistency=yes
2.07/2.12	       =>  wckTime=0.62  cpuTime=0.55  mem=40M803
2.07/2.12	   
2.07/2.12	   global
2.07/2.12	     nbConstraintChecks=1891  nbValidityChecks=6260238  nbPropagations=1812  nbRevisions=985  nbUselessRevisions=893
2.07/2.12	     nbRestartNogoods=0  solvingWckTime=0.625  solvingCpuTime=0.57  expiredTime=no  totalExploration=yes
2.07/2.12	     nbFoundSolutions=0  globalCpuTime=1.5
2.07/2.12	       =>  wckTime=1.852  cpuTime=1.46  mem=41M732
2.07/2.12	   
2.07/2.12	s UNSATISFIABLE
2.07/2.12	d NODES 0
2.07/2.12	d CHECKS 1891
2.07/2.12	   
2.07/2.12	   totalWckTime=1.928  totalCpuTime=1.5

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-2096472-1247410367/watcher-2096472-1247410367 -o /tmp/evaluation-result-2096472-1247410367/solver-2096472-1247410367 -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-2096472-1247410367.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.93 1.98 1.99 3/80 30112
/proc/meminfo: memFree=1802648/2055920 swapFree=4192812/4192956
[pid=30112] ppid=30110 vsize=18576 CPUtime=0
/proc/30112/stat : 30112 (runsolver) R 30110 30112 29325 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28103041 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 269028486439 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30112/statm: 4644 284 249 26 0 2626 0

[startup+0.103995 s]
/proc/loadavg: 1.93 1.98 1.99 3/80 30112
/proc/meminfo: memFree=1802648/2055920 swapFree=4192812/4192956
[pid=30112] ppid=30110 vsize=865984 CPUtime=0.09
/proc/30112/stat : 30112 (java) S 30110 30112 29325 0 -1 0 3736 0 1 0 7 2 0 0 18 0 9 0 28103041 886767616 3204 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30112/statm: 216496 3204 1700 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.202011 s]
/proc/loadavg: 1.93 1.98 1.99 3/80 30112
/proc/meminfo: memFree=1802648/2055920 swapFree=4192812/4192956
[pid=30112] ppid=30110 vsize=866144 CPUtime=0.18
/proc/30112/stat : 30112 (java) S 30110 30112 29325 0 -1 0 4688 0 1 0 16 2 0 0 18 0 9 0 28103041 886931456 4105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30112/statm: 216536 4105 1885 9 0 211014 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866144

[startup+0.302033 s]
/proc/loadavg: 1.93 1.98 1.99 3/80 30112
/proc/meminfo: memFree=1802648/2055920 swapFree=4192812/4192956
[pid=30112] ppid=30110 vsize=866380 CPUtime=0.28
/proc/30112/stat : 30112 (java) S 30110 30112 29325 0 -1 0 5816 0 1 0 25 3 0 0 18 0 9 0 28103041 887173120 5192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30112/statm: 216595 5192 1974 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701093 s]
/proc/loadavg: 1.93 1.98 1.99 3/80 30112
/proc/meminfo: memFree=1802648/2055920 swapFree=4192812/4192956
[pid=30112] ppid=30110 vsize=866492 CPUtime=0.68
/proc/30112/stat : 30112 (java) S 30110 30112 29325 0 -1 0 14671 0 1 0 61 7 0 0 18 0 9 0 28103041 887287808 14033 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30112/statm: 216623 14033 1998 9 0 211081 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866492

[startup+1.50222 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 30121
/proc/meminfo: memFree=1734032/2055920 swapFree=4192812/4192956
[pid=30112] ppid=30110 vsize=867924 CPUtime=1.45
/proc/30112/stat : 30112 (java) S 30110 30112 29325 0 -1 0 34141 169 1 0 132 13 0 0 18 0 10 0 28103041 888754176 24154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30112/statm: 216981 24154 2661 9 0 211417 0
[pid=30112/tid=30114] ppid=30110 vsize=867924 CPUtime=1.09
/proc/30112/task/30114/stat : 30114 (java) R 30110 30112 29325 0 -1 64 19211 169 1 0 102 7 0 0 17 0 10 0 28103042 888754176 24154 996147200 134512640 134550932 4294955968 18446744073709551615 4125968132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30115] ppid=30110 vsize=867924 CPUtime=0.15
/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 29325 0 -1 64 13409 169 0 0 12 3 0 0 17 0 10 0 28103044 888754176 24154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=867924 CPUtime=0
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 29325 0 -1 64 19 169 0 0 0 0 0 0 15 0 10 0 28103044 888754176 24154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30117] ppid=30110 vsize=867924 CPUtime=0
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 29325 0 -1 64 8 169 0 0 0 0 0 0 15 0 10 0 28103044 888754176 24154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30118] ppid=30110 vsize=867924 CPUtime=0
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 29325 0 -1 64 2 169 0 0 0 0 0 0 18 0 10 0 28103046 888754176 24154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30119] ppid=30110 vsize=867924 CPUtime=0.17
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 29325 0 -1 64 670 169 0 0 17 0 0 0 16 0 10 0 28103046 888754176 24154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30120] ppid=30110 vsize=867924 CPUtime=0
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 29325 0 -1 64 1 169 0 0 0 0 0 0 19 0 10 0 28103046 888754176 24154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30121] ppid=30110 vsize=867924 CPUtime=0
/proc/30112/task/30121/stat : 30121 (java) S 30110 30112 29325 0 -1 64 5 169 0 0 0 0 0 0 15 0 10 0 28103046 888754176 24154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867924

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

[startup+1.60224 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 30121
/proc/meminfo: memFree=1734032/2055920 swapFree=4192812/4192956
[pid=30112] ppid=30110 vsize=867924 CPUtime=1.55
/proc/30112/stat : 30112 (java) S 30110 30112 29325 0 -1 0 34155 169 1 0 142 13 0 0 18 0 10 0 28103041 888754176 24166 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30112/statm: 216981 24166 2662 9 0 211417 0
[pid=30112/tid=30114] ppid=30110 vsize=867924 CPUtime=1.17
/proc/30112/task/30114/stat : 30114 (java) R 30110 30112 29325 0 -1 64 19215 169 1 0 110 7 0 0 17 0 10 0 28103042 888754176 24166 996147200 134512640 134550932 4294955968 18446744073709551615 4126862280 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30115] ppid=30110 vsize=867924 CPUtime=0.15
/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 29325 0 -1 64 13409 169 0 0 12 3 0 0 17 0 10 0 28103044 888754176 24166 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=867924 CPUtime=0
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 29325 0 -1 64 19 169 0 0 0 0 0 0 15 0 10 0 28103044 888754176 24166 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30117] ppid=30110 vsize=867924 CPUtime=0
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 29325 0 -1 64 8 169 0 0 0 0 0 0 15 0 10 0 28103044 888754176 24166 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30118] ppid=30110 vsize=867924 CPUtime=0
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 29325 0 -1 64 2 169 0 0 0 0 0 0 18 0 10 0 28103046 888754176 24166 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30119] ppid=30110 vsize=867924 CPUtime=0.19
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 29325 0 -1 64 680 169 0 0 19 0 0 0 16 0 10 0 28103046 888754176 24166 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30120] ppid=30110 vsize=867924 CPUtime=0
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 29325 0 -1 64 1 169 0 0 0 0 0 0 19 0 10 0 28103046 888754176 24166 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30121] ppid=30110 vsize=867924 CPUtime=0
/proc/30112/task/30121/stat : 30121 (java) S 30110 30112 29325 0 -1 64 5 169 0 0 0 0 0 0 15 0 10 0 28103046 888754176 24166 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 867924

[startup+2.0023 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 30121
/proc/meminfo: memFree=1734032/2055920 swapFree=4192812/4192956
[pid=30112] ppid=30110 vsize=867924 CPUtime=1.97
/proc/30112/stat : 30112 (java) S 30110 30112 29325 0 -1 0 34175 293 1 0 182 14 0 1 18 0 9 0 28103041 888754176 24184 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30112/statm: 216981 24184 2662 9 0 211417 0
[pid=30112/tid=30114] ppid=30110 vsize=867924 CPUtime=1.55
/proc/30112/task/30114/stat : 30114 (java) R 30110 30112 29325 0 -1 64 19223 293 1 0 147 7 0 1 20 0 9 0 28103042 888754176 24184 996147200 134512640 134550932 4294955968 18446744073709551615 4126862012 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30115] ppid=30110 vsize=867924 CPUtime=0.16
/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 29325 0 -1 64 13409 293 0 0 12 3 0 1 17 0 9 0 28103044 888754176 24184 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=867924 CPUtime=0.01
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 29325 0 -1 64 19 293 0 0 0 0 0 1 15 0 9 0 28103044 888754176 24184 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30117] ppid=30110 vsize=867924 CPUtime=0.01
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 29325 0 -1 64 8 293 0 0 0 0 0 1 15 0 9 0 28103044 888754176 24184 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30118] ppid=30110 vsize=867924 CPUtime=0.01
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 29325 0 -1 64 2 293 0 0 0 0 0 1 18 0 9 0 28103046 888754176 24184 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30119] ppid=30110 vsize=867924 CPUtime=0.23
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 29325 0 -1 64 692 293 0 0 22 0 0 1 15 0 9 0 28103046 888754176 24184 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30120] ppid=30110 vsize=867924 CPUtime=0.01
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 29325 0 -1 64 1 293 0 0 0 0 0 1 19 0 9 0 28103046 888754176 24184 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30121] ppid=30110 vsize=867924 CPUtime=0.01
/proc/30112/task/30121/stat : 30121 (java) S 30110 30112 29325 0 -1 64 5 293 0 0 0 0 0 1 15 0 9 0 28103046 888754176 24184 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 867924

[startup+2.10232 s]
/proc/loadavg: 1.93 1.98 1.99 3/89 30121
/proc/meminfo: memFree=1734032/2055920 swapFree=4192812/4192956
[pid=30112] ppid=30110 vsize=867924 CPUtime=2.07
/proc/30112/stat : 30112 (java) S 30110 30112 29325 0 -1 0 34179 293 1 0 192 14 0 1 18 0 9 0 28103041 888754176 24188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30112/statm: 216981 24188 2662 9 0 211417 0
[pid=30112/tid=30114] ppid=30110 vsize=867924 CPUtime=1.64
/proc/30112/task/30114/stat : 30114 (java) R 30110 30112 29325 0 -1 64 19224 293 1 0 156 7 0 1 21 0 9 0 28103042 888754176 24188 996147200 134512640 134550932 4294955968 18446744073709551615 4126876191 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30115] ppid=30110 vsize=867924 CPUtime=0.16
/proc/30112/task/30115/stat : 30115 (java) S 30110 30112 29325 0 -1 64 13409 293 0 0 12 3 0 1 17 0 9 0 28103044 888754176 24188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30112/tid=30116] ppid=30110 vsize=867924 CPUtime=0.01
/proc/30112/task/30116/stat : 30116 (java) S 30110 30112 29325 0 -1 64 19 293 0 0 0 0 0 1 15 0 9 0 28103044 888754176 24188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30117] ppid=30110 vsize=867924 CPUtime=0.01
/proc/30112/task/30117/stat : 30117 (java) S 30110 30112 29325 0 -1 64 8 293 0 0 0 0 0 1 15 0 9 0 28103044 888754176 24188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30118] ppid=30110 vsize=867924 CPUtime=0.01
/proc/30112/task/30118/stat : 30118 (java) S 30110 30112 29325 0 -1 64 2 293 0 0 0 0 0 1 18 0 9 0 28103046 888754176 24188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30119] ppid=30110 vsize=867924 CPUtime=0.23
/proc/30112/task/30119/stat : 30119 (java) S 30110 30112 29325 0 -1 64 695 293 0 0 22 0 0 1 15 0 9 0 28103046 888754176 24188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30120] ppid=30110 vsize=867924 CPUtime=0.01
/proc/30112/task/30120/stat : 30120 (java) S 30110 30112 29325 0 -1 64 1 293 0 0 0 0 0 1 19 0 9 0 28103046 888754176 24188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30112/tid=30121] ppid=30110 vsize=867924 CPUtime=0.01
/proc/30112/task/30121/stat : 30121 (java) S 30110 30112 29325 0 -1 64 5 293 0 0 0 0 0 1 15 0 9 0 28103046 888754176 24188 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 867924

Child status: 0
Real time (s): 2.15772
CPU time (s): 2.11968
CPU user time (s): 1.9507
CPU system time (s): 0.168974
CPU usage (%): 98.2369
Max. virtual memory (cumulated for all children) (KiB): 867924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9507
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34514
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= 1052
involuntary context switches= 1120

runsolver used 0.005999 second user time and 0.015997 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-12 16:52:47
IDJOB=2096472
IDBENCH=56373
IDSOLVER=774
FILE ID=node26/2096472-1247410367
PBS_JOBID= 9510591
Free space on /tmp= 66392 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/modifiedRenault/normalized-renault-mod-5_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-2096472-1247410367/watcher-2096472-1247410367 -o /tmp/evaluation-result-2096472-1247410367/solver-2096472-1247410367 -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-2096472-1247410367.xml

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

MD5SUM BENCH= a4252035144ceb461ab40afb1cafcd34
RANDOM SEED=2021170537

node26.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.281
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.281
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:       1803064 kB
Buffers:         34556 kB
Cached:         113956 kB
SwapCached:          0 kB
Active:         114152 kB
Inactive:        83840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1803064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5132 kB
Writeback:           0 kB
Mapped:          69972 kB
Slab:            40100 kB
Committed_AS:   987292 kB
PageTables:       1828 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= 66392 MiB
End job on node26 at 2009-07-12 16:52:49