Trace number 237164

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, and are wall clock time (not CPU 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 109 ACSAT 36.1775 36.2632

DiagnosticValue
CHECKS95922
NODES78

General information on the benchmark

Namezhou/
route.xml
MD5SUMd9daffcc3e894d3adf564644d8f26071
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.57961
SatisfiableYES
(Un)Satisfiability was proved
Number of variables72
Number of constraints24492
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24492
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/237164-1168083285/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=72  nbDomainTypes=62  minDomainSize=6  maxDomainSize=28
0.40	       =>  wckTime=0.104  cpuTime=0.09  mem=6M902
0.40	   
0.40	   predicates being loaded...
2.06	   
2.06	   constraints being loaded...
4.82	   
4.82	   INFO : Stopping converting binary constraints (cpu=4.19, mem = 38M677)
35.75	     nbConstraints=1677  nbMergedConstraints=22815  nbConvertedConstraints=85  nbConvertConstraintsChecks=6419
35.75	     nbExtensionStructures=84  nbSharedExtensionStructures=1  nbConflictsStructures=84  nbSharedConflictsStructures=1
35.75	     nbSharedBinaryRepresentations=1373  nbEvaluationManagers=1442  nbSharedEvaluationManagers=150  maxDegree=70
35.75	     maxArity=2
35.75	       =>  wckTime=35.458  cpuTime=34.5  mem=18M93
35.81	   
35.81	   solver IterativeSystematicSolver being built... 
35.99	       =>  wckTime=35.701  cpuTime=34.64  mem=31M763
36.11	   
36.11	   preprocessing
36.11	     nbConstraintChecks=49938  nbValidityChecks=4313  nbPropagations=72  nbRevisions=3184  nbUselessRevisions=3184
36.11	     nbRemovedValues=0  detectedInconsistency=no
36.11	       =>  wckTime=0.116  cpuTime=0.1  mem=31M763
36.24	   
36.24	   search
36.24	     run=0  nbConstraintChecks=45984  nbValidityChecks=134351  nbPropagations=608  nbRevisions=20398
36.24	     nbUselessRevisions=19594  nbAssignments=78  nbFailedAssignments=5  nbBacktracks=1  nbVisitedNodes=85
36.24	     nbRestartNogoods=0  mapSize=1  nbInferences=0  nbTooLargeKeys=0
36.24	       =>  wckTime=0.238  cpuTime=0.2  mem=31M763
36.24	   
36.24	   global
36.24	     nbConstraintChecks=95922  nbValidityChecks=138664  nbPropagations=680  nbRevisions=23582  nbUselessRevisions=22778
36.24	     nbRestartNogoods=0  solvingWckTime=0.242  solvingCpuTime=0.2  expiredTime=no  totalExploration=no
36.24	     nbFoundSolutions=1  globalCpuTime=34.9
36.24	       =>  wckTime=35.944  cpuTime=34.84  mem=31M763
36.24	   
36.24	s SATISFIABLE
36.24	v 27 1 18 2 0 1 0 6 4 3 1 4 5 0 4 16 15 13 10 5 2 8 4 9 7 2 12 11 14 17 4 17 20 19 21 22 22 25 27 14 12 18 1 0 14 16 18 20 27 25 19 20 23 21 24 26 23 27 26 1 2 4 5 3 12 19 16 27 3 5 13 1 
36.24	d NODES 78
36.24	d CHECKS 95922
36.24	   
36.24	   totalWckTime=36.018  totalCpuTime=34.9

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node45/watcher-237164-1168083285 -o ROOT/results/node45/solver-237164-1168083285 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/237164-1168083285/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 0.59 1.57 1.71 4/68 24207
/proc/meminfo: memFree=1390016/2055920 swapFree=4184004/4192956
[pid=24206] ppid=24204 vsize=1784 CPUtime=0
/proc/24206/stat : 24206 (java) D 24204 24206 23514 0 -1 0 169 0 0 0 0 0 0 0 19 0 1 0 156728219 1826816 140 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/24206/statm: 446 140 106 14 0 91 0

[startup+0.10654 s]
/proc/loadavg: 0.59 1.57 1.71 4/68 24207
/proc/meminfo: memFree=1390016/2055920 swapFree=4184004/4192956
[pid=24206] ppid=24204 vsize=914988 CPUtime=0.09
/proc/24206/stat : 24206 (java) R 24204 24206 23514 0 -1 0 3079 0 1 0 7 2 0 0 16 0 8 0 156728219 936947712 2825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24206/statm: 228747 2825 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514608 s]
/proc/loadavg: 0.59 1.57 1.71 4/68 24207
/proc/meminfo: memFree=1390016/2055920 swapFree=4184004/4192956
[pid=24206] ppid=24204 vsize=915328 CPUtime=0.5
/proc/24206/stat : 24206 (java) R 24204 24206 23514 0 -1 0 6550 0 1 0 46 4 0 0 16 0 8 0 156728219 937295872 6289 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24206/statm: 228832 6289 2142 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33675 s]
/proc/loadavg: 0.59 1.57 1.71 2/75 24214
/proc/meminfo: memFree=1346568/2055920 swapFree=4184004/4192956
[pid=24206] ppid=24204 vsize=915612 CPUtime=1.32
/proc/24206/stat : 24206 (java) R 24204 24206 23514 0 -1 0 15622 0 1 0 123 9 0 0 19 0 8 0 156728219 937586688 15360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24206/statm: 228903 15360 2143 14 0 215373 0
[pid=24206/tid=24208] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24208/stat : 24208 (java) S 24204 24206 23514 0 -1 64 8 0 0 0 0 0 0 0 17 0 8 0 156728222 937586688 15360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24206/tid=24209] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24209/stat : 24209 (java) S 24204 24206 23514 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 156728222 937586688 15361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24210] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24210/stat : 24210 (java) S 24204 24206 23514 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 156728223 937586688 15361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24211] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24211/stat : 24211 (java) S 24204 24206 23514 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156728226 937586688 15362 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24212] ppid=24204 vsize=915612 CPUtime=0.12
/proc/24206/task/24212/stat : 24212 (java) S 24204 24206 23514 0 -1 64 401 0 0 0 12 0 0 0 15 0 8 0 156728226 937586688 15362 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24206/tid=24213] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24213/stat : 24213 (java) S 24204 24206 23514 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156728226 937586688 15363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24214] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24214/stat : 24214 (java) S 24204 24206 23514 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156728226 937586688 15364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915612

[startup+2.98806 s]
/proc/loadavg: 0.59 1.57 1.71 2/75 24215
/proc/meminfo: memFree=1330248/2055920 swapFree=4184004/4192956
[pid=24206] ppid=24204 vsize=915612 CPUtime=2.97
/proc/24206/stat : 24206 (java) R 24204 24206 23514 0 -1 0 20153 0 1 0 285 12 0 0 16 0 8 0 156728219 937586688 19884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24206/statm: 228903 19884 2179 14 0 215373 0
[pid=24206/tid=24208] ppid=24204 vsize=915612 CPUtime=0.15
/proc/24206/task/24208/stat : 24208 (java) S 24204 24206 23514 0 -1 64 3531 0 0 0 14 1 0 0 16 0 8 0 156728222 937586688 19884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24206/tid=24209] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24209/stat : 24209 (java) S 24204 24206 23514 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156728222 937586688 19884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24210] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24210/stat : 24210 (java) S 24204 24206 23514 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156728223 937586688 19884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24211] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24211/stat : 24211 (java) S 24204 24206 23514 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156728226 937586688 19884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24212] ppid=24204 vsize=915612 CPUtime=0.16
/proc/24206/task/24212/stat : 24212 (java) S 24204 24206 23514 0 -1 64 428 0 0 0 16 0 0 0 16 0 8 0 156728226 937586688 19884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24206/tid=24213] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24213/stat : 24213 (java) S 24204 24206 23514 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156728226 937586688 19884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24214] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24214/stat : 24214 (java) S 24204 24206 23514 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156728226 937586688 19884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 915612

[startup+6.27265 s]
/proc/loadavg: 0.62 1.56 1.70 2/75 24215
/proc/meminfo: memFree=1316808/2055920 swapFree=4184004/4192956
[pid=24206] ppid=24204 vsize=915612 CPUtime=6.26
/proc/24206/stat : 24206 (java) R 24204 24206 23514 0 -1 0 20732 0 1 0 613 13 0 0 18 0 8 0 156728219 937586688 20390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788942 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24206/statm: 228903 20390 2179 14 0 215373 0
[pid=24206/tid=24208] ppid=24204 vsize=915612 CPUtime=0.27
/proc/24206/task/24208/stat : 24208 (java) S 24204 24206 23514 0 -1 64 4035 0 0 0 26 1 0 0 16 0 8 0 156728222 937586688 20390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24206/tid=24209] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24209/stat : 24209 (java) S 24204 24206 23514 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156728222 937586688 20390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24210] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24210/stat : 24210 (java) S 24204 24206 23514 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156728223 937586688 20390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24211] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24211/stat : 24211 (java) S 24204 24206 23514 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156728226 937586688 20390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24212] ppid=24204 vsize=915612 CPUtime=0.17
/proc/24206/task/24212/stat : 24212 (java) S 24204 24206 23514 0 -1 64 430 0 0 0 17 0 0 0 16 0 8 0 156728226 937586688 20390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24206/tid=24213] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24213/stat : 24213 (java) S 24204 24206 23514 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156728226 937586688 20390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24214] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24214/stat : 24214 (java) S 24204 24206 23514 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156728226 937586688 20390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 915612

[startup+12.7578 s]
/proc/loadavg: 0.65 1.55 1.70 2/75 24216
/proc/meminfo: memFree=1316296/2055920 swapFree=4184004/4192956
[pid=24206] ppid=24204 vsize=915612 CPUtime=12.72
/proc/24206/stat : 24206 (java) R 24204 24206 23514 0 -1 0 21041 0 1 0 1258 14 0 0 17 0 8 0 156728219 937586688 20544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073597834 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/24206/statm: 228903 20544 2179 14 0 215373 0
[pid=24206/tid=24208] ppid=24204 vsize=915612 CPUtime=0.35
/proc/24206/task/24208/stat : 24208 (java) S 24204 24206 23514 0 -1 64 4189 0 0 0 33 2 0 0 16 0 8 0 156728222 937586688 20544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24209] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24209/stat : 24209 (java) S 24204 24206 23514 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156728222 937586688 20544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24210] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24210/stat : 24210 (java) S 24204 24206 23514 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156728223 937586688 20544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24211] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24211/stat : 24211 (java) S 24204 24206 23514 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156728226 937586688 20544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24212] ppid=24204 vsize=915612 CPUtime=0.17
/proc/24206/task/24212/stat : 24212 (java) S 24204 24206 23514 0 -1 64 430 0 0 0 17 0 0 0 16 0 8 0 156728226 937586688 20544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24206/tid=24213] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24213/stat : 24213 (java) S 24204 24206 23514 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156728226 937586688 20544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24214] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24214/stat : 24214 (java) S 24204 24206 23514 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156728226 937586688 20544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915612

[startup+25.6072 s]
/proc/loadavg: 0.73 1.52 1.69 2/75 24219
/proc/meminfo: memFree=1314824/2055920 swapFree=4184004/4192956
[pid=24206] ppid=24204 vsize=915612 CPUtime=25.53
/proc/24206/stat : 24206 (java) R 24204 24206 23514 0 -1 0 21702 0 1 0 2536 17 0 0 17 0 8 0 156728219 937586688 20907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788942 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24206/statm: 228903 20907 2179 14 0 215373 0
[pid=24206/tid=24208] ppid=24204 vsize=915612 CPUtime=0.52
/proc/24206/task/24208/stat : 24208 (java) S 24204 24206 23514 0 -1 64 4552 0 0 0 49 3 0 0 15 0 8 0 156728222 937586688 20907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24209] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24209/stat : 24209 (java) S 24204 24206 23514 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 156728222 937586688 20907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24210] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24210/stat : 24210 (java) S 24204 24206 23514 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156728223 937586688 20907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24211] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24211/stat : 24211 (java) S 24204 24206 23514 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156728226 937586688 20907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24212] ppid=24204 vsize=915612 CPUtime=0.17
/proc/24206/task/24212/stat : 24212 (java) S 24204 24206 23514 0 -1 64 430 0 0 0 17 0 0 0 16 0 8 0 156728226 937586688 20907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24206/tid=24213] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24213/stat : 24213 (java) S 24204 24206 23514 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156728226 937586688 20907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24206/tid=24214] ppid=24204 vsize=915612 CPUtime=0
/proc/24206/task/24214/stat : 24214 (java) S 24204 24206 23514 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156728226 937586688 20907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 915612

Child status: 0
Real time (s): 36.2632
CPU time (s): 36.1775
CPU user time (s): 35.9535
CPU system time (s): 0.223965
CPU usage (%): 99.7638
Max. virtual memory (cumulated for all children) (KiB): 915612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.9535
system time used= 0.223965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23330
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= 3990
involuntary context switches= 2049

runsolver used 0.042993 s user time and 0.118981 s system time

The end

Launcher Data (download as text)

Begin job on node45 on Sat Jan  6 11:34:49 UTC 2007


IDJOB= 237164
IDBENCH= 6903
FILE ID= node45/237164-1168083285

PBS_JOBID= 3476182

Free space on /tmp= 66536 MiB

BENCH NAME= HOME/pub/bench/CPAI06/zhou/route.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/237164-1168083285/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node45/watcher-237164-1168083285 -o ROOT/results/node45/solver-237164-1168083285 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/237164-1168083285/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d9daffcc3e894d3adf564644d8f26071

RANDOM SEED= 94473477

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1390432 kB
Buffers:         49548 kB
Cached:         528492 kB
SwapCached:       2748 kB
Active:          62704 kB
Inactive:       530744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1390432 kB
SwapTotal:     4192956 kB
SwapFree:      4184004 kB
Dirty:            8316 kB
Writeback:           0 kB
Mapped:          21400 kB
Slab:            57772 kB
Committed_AS:  2696760 kB
PageTables:       1596 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= 66532 MiB



End job on node45 on Sat Jan  6 11:35:41 UTC 2007