Trace number 1089541

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACSAT 5.12622 5.16967

DiagnosticValue
CHECKS2084990
NODES5524

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15b-15.xml
MD5SUM35302e8d76135ec307bb87b29bd78b43
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 benchmark0.402938
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8169
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8169
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.09	
0.02/0.09	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1089541-1215268794.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.39/0.41	     nbVariables=450  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15  nbTotalValues=6750
0.39/0.41	       =>  wckTime=0.172  cpuTime=0.13  mem=9M869
0.39/0.41	   
0.39/0.41	   predicates being loaded...
0.39/0.46	   
0.39/0.46	   constraints being loaded...
2.07/2.19	     nbConstraints=8210  nbGlobalConstraints=41  nbConvertedConstraints=8169  nbConvertConstraintsChecks=225
2.17/2.30	     nbExtensionStructures=1  nbSharedExtensionStructures=8168  nbConflictsStructures=1
2.17/2.30	     nbSharedConflictsStructures=8168  nbSharedBinaryRepresentations=15  minDegree=1  maxDegree=95  minArity=2
2.17/2.30	     avgArity=2.03  maxArity=15  nbGenerators=0  nbFusions=0  symmetryWckTime=0.407  symmetryCpuTime=0.18  nbCliques=41
2.17/2.30	       =>  wckTime=1.951  cpuTime=1.45  mem=20M570
2.27/2.30	   
2.27/2.30	   solver IterativeSystematicSolver being built... 
2.27/2.37	   
2.27/2.37	   INFO : Forward propagation technique limited 
2.37/2.45	       =>  wckTime=2.216  cpuTime=1.58  mem=28M995
2.37/2.48	   
2.37/2.48	   preprocessing
2.37/2.48	     nbConstraintChecks=0  nbPropagations=450  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.37/2.48	     detectedInconsistency=no
2.37/2.48	       =>  wckTime=0.031  cpuTime=0.03  mem=28M995
3.18/3.24	   
3.18/3.24	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=31M31)
5.07/5.11	   
5.07/5.11	   search
5.07/5.11	     run=9  nbConstraintChecks=2084994  minDepth=149  maxDepth=450  nbPropagations=388323  nbRevisions=1203268
5.07/5.11	     nbUselessRevisions=553087  nbAssignments=5524  nbFailedAssignments=882  nbBacktracks=2933  nbVisitedNodes=7416
5.07/5.11	     nbRestartNogoods=46  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=36.46  nbIEliminables=333.7
5.07/5.11	     nbDEliminables=0  nbPEliminables=0
5.07/5.11	       =>  wckTime=2.654  cpuTime=2.57  mem=31M31
5.07/5.11	   
5.07/5.11	   global
5.07/5.11	     nbConstraintChecks=2084994  nbPropagations=388773  nbRevisions=1203268  nbUselessRevisions=553087
5.07/5.11	     nbRestartNogoods=46  solvingWckTime=2.656  solvingCpuTime=2.57  expiredTime=no  totalExploration=no
5.07/5.11	     nbFoundSolutions=1  firstSolutionCpuTime=4.13  globalCpuTime=4.18
5.07/5.11	       =>  wckTime=4.874  cpuTime=4.15  mem=31M31
5.07/5.11	   
5.07/5.11	s SATISFIABLE
5.07/5.11	v 4 8 3 9 3 0 4 8 3 0 1 11 10 10 8 12 4 6 11 8 12 10 4 5 6 4 5 1 0 5 2 5 3 0 2 0 7 3 7 2 14 12 14 4 7 9 11 0 1 0 0 2 3 1 2 13 0 0 0 0 11 9 14 4 5 0 6 1 11 1 14 7 5 12 5 0 13 11 10 3 14 2 5 2 5 10 9 0 11 12 1 1 8 5 2 13 10 13 10 2 0 1 3 10 14 12 11 0 0 5 1 6 14 10 6 3 13 5 5 12 5 12 0 13 0 8 10 4 4 9 7 12 14 4 2 10 12 4 5 13 14 11 2 1 8 14 14 9 0 14 12 0 11 1 12 10 1 7 0 3 12 10 0 0 3 14 8 12 6 0 14 14 1 3 13 7 3 3 6 14 13 8 2 11 7 1 10 14 7 1 1 3 6 8 14 10 13 3 3 6 5 10 14 12 13 11 4 13 0 8 9 11 1 5 6 9 3 7 10 3 6 1 3 11 8 6 4 7 2 1 0 4 4 11 3 0 7 4 3 11 8 0 5 11 10 5 1 7 9 13 6 0 2 0 1 9 10 5 12 8 1 2 11 13 8 0 9 13 10 0 0 13 11 9 4 0 5 0 5 3 0 8 7 10 8 11 8 12 1 14 1 1 8 13 12 3 5 1 9 4 6 14 8 6 5 3 13 5 3 5 13 7 4 7 5 13 2 14 9 6 2 6 14 11 4 13 1 1 10 11 12 4 2 9 7 14 1 12 12 11 8 7 10 4 3 2 1 2 6 7 5 7 1 13 13 9 1 0 10 1 5 2 1 11 10 3 12 1 4 7 4 13 2 13 11 14 12 6 11 8 4 1 14 1 9 1 7 4 0 2 0 3 7 0 13 7 2 3 8 11 2 2 2 5 6 0 1 8 1 7 14 13 2 9 3 9 6 2 11 14 9 1 7 2 12 7 12 2 2 1 3 1 7 7 5 9 9 8 1 2 4 12 14 1 12 14 0 14 14 0 
5.07/5.11	d NODES 5524
5.07/5.11	d CHECKS 2084994
5.07/5.11	   
5.07/5.11	   totalWckTime=4.94  totalCpuTime=4.18

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089541-1215268794/watcher-1089541-1215268794 -o /tmp/evaluation-result-1089541-1215268794/solver-1089541-1215268794 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1089541-1215268794.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.97 1.71 4/82 1221
/proc/meminfo: memFree=1702544/2055920 swapFree=4179948/4192956
[pid=1221] ppid=1219 vsize=1616 CPUtime=0
/proc/1221/stat : 1221 (java) D 1219 1221 733 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 2005852632 1654784 151 996147200 134512640 134550740 4294955968 18446744073709551615 3167012 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/1221/statm: 404 151 125 9 0 46 0
[pid=1221/tid=1222] ppid=1219 vsize=10616 CPUtime=0
/proc/1221/task/1222/stat : 1222 (java) R 1219 1221 733 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2005852633 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4014040 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0407969 s]
/proc/loadavg: 1.93 1.97 1.71 4/82 1221
/proc/meminfo: memFree=1702544/2055920 swapFree=4179948/4192956
[pid=1221] ppid=1219 vsize=861876 CPUtime=0.02
/proc/1221/stat : 1221 (java) S 1219 1221 733 0 -1 0 2251 0 1 0 1 1 0 0 18 0 5 0 2005852632 882561024 1862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 215469 1862 854 9 0 210448 0
[pid=1221/tid=1222] ppid=1219 vsize=861876 CPUtime=0.02
/proc/1221/task/1222/stat : 1222 (java) D 1219 1221 733 0 -1 64 1557 0 1 0 1 1 0 0 17 0 5 0 2005852633 882561024 1862 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.10314 s]
/proc/loadavg: 1.93 1.97 1.71 4/82 1221
/proc/meminfo: memFree=1702544/2055920 swapFree=4179948/4192956
[pid=1221] ppid=1219 vsize=865884 CPUtime=0.1
/proc/1221/stat : 1221 (java) S 1219 1221 733 0 -1 0 3838 0 1 0 8 2 0 0 18 0 9 0 2005852632 886665216 3288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 216471 3288 1737 9 0 211026 0
[pid=1221/tid=1222] ppid=1219 vsize=865884 CPUtime=0.07
/proc/1221/task/1222/stat : 1222 (java) R 1219 1221 733 0 -1 64 2920 0 1 0 6 1 0 0 16 0 9 0 2005852633 886665216 3289 996147200 134512640 134550740 4294955968 18446744073709551615 102476818 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865884

[startup+0.301156 s]
/proc/loadavg: 1.93 1.97 1.71 4/82 1221
/proc/meminfo: memFree=1702544/2055920 swapFree=4179948/4192956
[pid=1221] ppid=1219 vsize=866400 CPUtime=0.29
/proc/1221/stat : 1221 (java) S 1219 1221 733 0 -1 0 6060 0 1 0 25 4 0 0 18 0 9 0 2005852632 887193600 5432 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 216600 5432 1960 9 0 211128 0
[pid=1221/tid=1222] ppid=1219 vsize=866400 CPUtime=0.23
/proc/1221/task/1222/stat : 1222 (java) R 1219 1221 733 0 -1 64 5087 0 1 0 21 2 0 0 18 0 9 0 2005852633 887193600 5432 996147200 134512640 134550740 4294955968 18446744073709551615 104454898 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866400

[startup+0.701202 s]
/proc/loadavg: 1.93 1.97 1.71 4/82 1221
/proc/meminfo: memFree=1702544/2055920 swapFree=4179948/4192956
[pid=1221] ppid=1219 vsize=867708 CPUtime=0.69
/proc/1221/stat : 1221 (java) S 1219 1221 733 0 -1 0 9433 0 1 0 64 5 0 0 18 0 9 0 2005852632 888532992 8793 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 216927 8794 2011 9 0 211433 0
[pid=1221/tid=1222] ppid=1219 vsize=867708 CPUtime=0.51
/proc/1221/task/1222/stat : 1222 (java) R 1219 1221 733 0 -1 64 8076 0 1 0 48 3 0 0 20 0 9 0 2005852633 888532992 8794 996147200 134512640 134550740 4294955968 18446744073709551615 4126742293 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867708

[startup+1.50229 s]
/proc/loadavg: 1.93 1.97 1.71 3/91 1230
/proc/meminfo: memFree=1660232/2055920 swapFree=4179948/4192956
[pid=1221] ppid=1219 vsize=867708 CPUtime=1.49
/proc/1221/stat : 1221 (java) S 1219 1221 733 0 -1 0 15999 0 1 0 118 31 0 0 18 0 9 0 2005852632 888532992 15356 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 216927 15356 2014 9 0 211433 0
[pid=1221/tid=1222] ppid=1219 vsize=867708 CPUtime=1.27
/proc/1221/task/1222/stat : 1222 (java) R 1219 1221 733 0 -1 64 14600 0 1 0 98 29 0 0 18 0 9 0 2005852633 888532992 15357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1224] ppid=1219 vsize=867708 CPUtime=0
/proc/1221/task/1224/stat : 1224 (java) S 1219 1221 733 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2005852635 888532992 15357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1221/tid=1225] ppid=1219 vsize=867708 CPUtime=0
/proc/1221/task/1225/stat : 1225 (java) S 1219 1221 733 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005852635 888532992 15357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1221/tid=1226] ppid=1219 vsize=867708 CPUtime=0
/proc/1221/task/1226/stat : 1226 (java) S 1219 1221 733 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005852635 888532992 15357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1221/tid=1227] ppid=1219 vsize=867708 CPUtime=0
/proc/1221/task/1227/stat : 1227 (java) S 1219 1221 733 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005852637 888532992 15358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1221/tid=1228] ppid=1219 vsize=867708 CPUtime=0.2
/proc/1221/task/1228/stat : 1228 (java) S 1219 1221 733 0 -1 64 702 0 0 0 20 0 0 0 16 0 9 0 2005852637 888532992 15358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1229] ppid=1219 vsize=867712 CPUtime=0
/proc/1221/task/1229/stat : 1229 (java) S 1219 1221 733 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2005852637 888537088 15358 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1221/tid=1230] ppid=1219 vsize=867708 CPUtime=0
/proc/1221/task/1230/stat : 1230 (java) S 1219 1221 733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005852637 888532992 15359 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867708

[startup+3.10146 s]
/proc/loadavg: 1.93 1.97 1.71 4/93 1234
/proc/meminfo: memFree=1634728/2055920 swapFree=4179948/4192956
[pid=1221] ppid=1219 vsize=868096 CPUtime=3.07
/proc/1221/stat : 1221 (java) S 1219 1221 733 0 -1 0 30959 648 1 0 245 45 16 1 18 0 9 0 2005852632 888930304 21249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 217024 21249 2637 9 0 211530 0
[pid=1221/tid=1222] ppid=1219 vsize=868096 CPUtime=2.51
/proc/1221/task/1222/stat : 1222 (java) R 1219 1221 733 0 -1 64 22471 648 1 0 193 41 16 1 23 0 9 0 2005852633 888930304 21249 996147200 134512640 134550740 4294955968 18446744073709551615 4127165031 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1224] ppid=1219 vsize=868096 CPUtime=0.37
/proc/1221/task/1224/stat : 1224 (java) S 1219 1221 733 0 -1 64 6709 648 0 0 19 1 16 1 17 0 9 0 2005852635 888930304 21249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1225] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1225/stat : 1225 (java) S 1219 1221 733 0 -1 64 17 648 0 0 0 0 16 1 16 0 9 0 2005852635 888930304 21249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1226] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1226/stat : 1226 (java) S 1219 1221 733 0 -1 64 10 648 0 0 0 0 16 1 15 0 9 0 2005852635 888930304 21249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1227] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1227/stat : 1227 (java) S 1219 1221 733 0 -1 64 1 648 0 0 0 0 16 1 18 0 9 0 2005852637 888930304 21249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1221/tid=1228] ppid=1219 vsize=868096 CPUtime=0.49
/proc/1221/task/1228/stat : 1228 (java) S 1219 1221 733 0 -1 64 941 648 0 0 31 1 16 1 15 0 9 0 2005852637 888930304 21249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1229] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1229/stat : 1229 (java) S 1219 1221 733 0 -1 64 1 648 0 0 0 0 16 1 19 0 9 0 2005852637 888930304 21249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1221/tid=1230] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1230/stat : 1230 (java) S 1219 1221 733 0 -1 64 10 648 0 0 0 0 16 1 15 0 9 0 2005852637 888930304 21249 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868096

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

[startup+3.90155 s]
/proc/loadavg: 1.93 1.97 1.71 3/91 1234
/proc/meminfo: memFree=1627376/2055920 swapFree=4179948/4192956
[pid=1221] ppid=1219 vsize=868096 CPUtime=3.87
/proc/1221/stat : 1221 (java) S 1219 1221 733 0 -1 0 30993 648 1 0 325 45 16 1 18 0 9 0 2005852632 888930304 21259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 217024 21259 2637 9 0 211530 0
[pid=1221/tid=1222] ppid=1219 vsize=868096 CPUtime=3.29
/proc/1221/task/1222/stat : 1222 (java) R 1219 1221 733 0 -1 64 22495 648 1 0 271 41 16 1 25 0 9 0 2005852633 888930304 21259 996147200 134512640 134550740 4294955968 18446744073709551615 4127156818 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1224] ppid=1219 vsize=868096 CPUtime=0.37
/proc/1221/task/1224/stat : 1224 (java) S 1219 1221 733 0 -1 64 6709 648 0 0 19 1 16 1 17 0 9 0 2005852635 888930304 21259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1225] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1225/stat : 1225 (java) S 1219 1221 733 0 -1 64 17 648 0 0 0 0 16 1 16 0 9 0 2005852635 888930304 21259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1226] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1226/stat : 1226 (java) S 1219 1221 733 0 -1 64 10 648 0 0 0 0 16 1 15 0 9 0 2005852635 888930304 21259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1227] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1227/stat : 1227 (java) S 1219 1221 733 0 -1 64 1 648 0 0 0 0 16 1 18 0 9 0 2005852637 888930304 21259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1221/tid=1228] ppid=1219 vsize=868096 CPUtime=0.51
/proc/1221/task/1228/stat : 1228 (java) S 1219 1221 733 0 -1 64 951 648 0 0 33 1 16 1 15 0 9 0 2005852637 888930304 21259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1229] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1229/stat : 1229 (java) S 1219 1221 733 0 -1 64 1 648 0 0 0 0 16 1 19 0 9 0 2005852637 888930304 21259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1221/tid=1230] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1230/stat : 1230 (java) S 1219 1221 733 0 -1 64 10 648 0 0 0 0 16 1 15 0 9 0 2005852637 888930304 21259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 868096

[startup+4.70163 s]
/proc/loadavg: 1.93 1.97 1.71 3/91 1234
/proc/meminfo: memFree=1627312/2055920 swapFree=4179948/4192956
[pid=1221] ppid=1219 vsize=868096 CPUtime=4.67
/proc/1221/stat : 1221 (java) S 1219 1221 733 0 -1 0 31002 648 1 0 405 45 16 1 18 0 9 0 2005852632 888930304 21263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 217024 21263 2637 9 0 211530 0
[pid=1221/tid=1222] ppid=1219 vsize=868096 CPUtime=4.08
/proc/1221/task/1222/stat : 1222 (java) R 1219 1221 733 0 -1 64 22500 648 1 0 350 41 16 1 25 0 9 0 2005852633 888930304 21263 996147200 134512640 134550740 4294955968 18446744073709551615 4127162764 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1224] ppid=1219 vsize=868096 CPUtime=0.37
/proc/1221/task/1224/stat : 1224 (java) S 1219 1221 733 0 -1 64 6709 648 0 0 19 1 16 1 16 0 9 0 2005852635 888930304 21263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1221/tid=1225] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1225/stat : 1225 (java) S 1219 1221 733 0 -1 64 17 648 0 0 0 0 16 1 16 0 9 0 2005852635 888930304 21263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1226] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1226/stat : 1226 (java) S 1219 1221 733 0 -1 64 10 648 0 0 0 0 16 1 15 0 9 0 2005852635 888930304 21263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1227] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1227/stat : 1227 (java) S 1219 1221 733 0 -1 64 1 648 0 0 0 0 16 1 18 0 9 0 2005852637 888930304 21263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1221/tid=1228] ppid=1219 vsize=868096 CPUtime=0.52
/proc/1221/task/1228/stat : 1228 (java) S 1219 1221 733 0 -1 64 955 648 0 0 34 1 16 1 15 0 9 0 2005852637 888930304 21263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1229] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1229/stat : 1229 (java) S 1219 1221 733 0 -1 64 1 648 0 0 0 0 16 1 19 0 9 0 2005852637 888930304 21263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1221/tid=1230] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1230/stat : 1230 (java) S 1219 1221 733 0 -1 64 10 648 0 0 0 0 16 1 15 0 9 0 2005852637 888930304 21263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.67
Current children cumulated vsize (KiB) 868096

[startup+5.10168 s]
/proc/loadavg: 1.93 1.97 1.71 3/91 1234
/proc/meminfo: memFree=1627312/2055920 swapFree=4179948/4192956
[pid=1221] ppid=1219 vsize=868096 CPUtime=5.07
/proc/1221/stat : 1221 (java) S 1219 1221 733 0 -1 0 31012 648 1 0 445 45 16 1 18 0 9 0 2005852632 888930304 21267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 217024 21267 2637 9 0 211530 0
[pid=1221/tid=1222] ppid=1219 vsize=868096 CPUtime=4.49
/proc/1221/task/1222/stat : 1222 (java) R 1219 1221 733 0 -1 64 22509 648 1 0 390 42 16 1 25 0 9 0 2005852633 888930304 21267 996147200 134512640 134550740 4294955968 18446744073709551615 4125978346 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1224] ppid=1219 vsize=868096 CPUtime=0.37
/proc/1221/task/1224/stat : 1224 (java) S 1219 1221 733 0 -1 64 6709 648 0 0 19 1 16 1 16 0 9 0 2005852635 888930304 21267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1221/tid=1225] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1225/stat : 1225 (java) S 1219 1221 733 0 -1 64 17 648 0 0 0 0 16 1 16 0 9 0 2005852635 888930304 21267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1226] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1226/stat : 1226 (java) S 1219 1221 733 0 -1 64 10 648 0 0 0 0 16 1 15 0 9 0 2005852635 888930304 21267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1227] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1227/stat : 1227 (java) S 1219 1221 733 0 -1 64 1 648 0 0 0 0 16 1 18 0 9 0 2005852637 888930304 21267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1221/tid=1228] ppid=1219 vsize=868096 CPUtime=0.52
/proc/1221/task/1228/stat : 1228 (java) S 1219 1221 733 0 -1 64 956 648 0 0 34 1 16 1 16 0 9 0 2005852637 888930304 21267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1221/tid=1229] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1229/stat : 1229 (java) S 1219 1221 733 0 -1 64 1 648 0 0 0 0 16 1 19 0 9 0 2005852637 888930304 21267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1221/tid=1230] ppid=1219 vsize=868096 CPUtime=0.17
/proc/1221/task/1230/stat : 1230 (java) S 1219 1221 733 0 -1 64 10 648 0 0 0 0 16 1 15 0 9 0 2005852637 888930304 21267 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 868096

Child status: 0
Real time (s): 5.16967
CPU time (s): 5.12622
CPU user time (s): 4.63629
CPU system time (s): 0.489925
CPU usage (%): 99.1596
Max. virtual memory (cumulated for all children) (KiB): 868116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.63629
system time used= 0.489925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31782
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= 1842
involuntary context switches= 1739

runsolver used 0.006998 second user time and 0.031995 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-05 16:39:54
IDJOB=1089541
IDBENCH=58288
IDSOLVER=363
FILE ID=node37/1089541-1215268794
PBS_JOBID= 7882216
Free space on /tmp= 66560 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15b-15.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089541-1215268794/watcher-1089541-1215268794 -o /tmp/evaluation-result-1089541-1215268794/solver-1089541-1215268794 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1089541-1215268794.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 35302e8d76135ec307bb87b29bd78b43
RANDOM SEED=208847065

node37.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.236
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.236
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:       1703024 kB
Buffers:         53144 kB
Cached:         215988 kB
SwapCached:       7220 kB
Active:         177252 kB
Inactive:       114068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703024 kB
SwapTotal:     4192956 kB
SwapFree:      4179948 kB
Dirty:            2992 kB
Writeback:           0 kB
Mapped:          30152 kB
Slab:            46200 kB
Committed_AS:  3688896 kB
PageTables:       2300 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node37 at 2008-07-05 16:39:59