Trace number 1089542

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 5.95409 6.04844

DiagnosticValue
CHECKS2210610
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.08	
0.02/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1089542-1215268794.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.39/0.42	     nbVariables=450  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15  nbTotalValues=6750
0.39/0.42	       =>  wckTime=0.176  cpuTime=0.13  mem=9M869
0.39/0.42	   
0.39/0.42	   predicates being loaded...
0.39/0.47	   
0.39/0.47	   constraints being loaded...
2.26/2.34	     nbConstraints=8210  nbGlobalConstraints=41  nbConvertedConstraints=8169  nbConvertConstraintsChecks=225
2.26/2.34	     nbExtensionStructures=1  nbSharedExtensionStructures=8168  nbConflictsStructures=1
2.26/2.34	     nbSharedConflictsStructures=8168  nbSharedBinaryRepresentations=15  minDegree=1  maxDegree=95  minArity=2
2.26/2.34	     avgArity=2.03  maxArity=15  nbGenerators=0  nbFusions=0  symmetryWckTime=0.515  symmetryCpuTime=0.26  nbCliques=41
2.26/2.34	       =>  wckTime=2.096  cpuTime=1.55  mem=20M570
2.35/2.47	   
2.35/2.47	   solver IterativeSystematicSolver being built... 
2.46/2.54	   
2.46/2.55	   INFO : Forward propagation technique limited 
2.56/2.64	       =>  wckTime=2.399  cpuTime=1.69  mem=29M143
2.97/3.07	   
2.97/3.07	   preprocessing
2.97/3.07	     nbConstraintChecks=125620  nbPropagations=9376  nbRevisions=12682  nbUselessRevisions=4129  nbSingletonTests=460
2.97/3.07	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
2.97/3.07	       =>  wckTime=0.424  cpuTime=0.39  mem=29M143
3.85/3.90	   
3.85/3.90	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=31M146)
5.83/5.98	   
5.83/5.98	   search
5.83/5.98	     run=9  nbConstraintChecks=2084994  minDepth=149  maxDepth=450  nbPropagations=477583  nbRevisions=1330088
5.83/5.98	     nbUselessRevisions=594377  nbAssignments=5524  nbFailedAssignments=882  nbBacktracks=2933  nbVisitedNodes=7416
5.83/5.98	     nbRestartNogoods=46  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=36.46  nbIEliminables=333.7
5.83/5.98	     nbDEliminables=0  nbPEliminables=0
5.83/5.98	       =>  wckTime=3.34  cpuTime=3.21  mem=31M146
5.83/5.98	   
5.83/5.98	   global
5.83/5.98	     nbConstraintChecks=2210614  nbPropagations=486959  nbRevisions=1342770  nbUselessRevisions=598506
5.83/5.98	     nbRestartNogoods=46  solvingWckTime=3.342  solvingCpuTime=3.21  expiredTime=no  totalExploration=no
5.83/5.98	     nbFoundSolutions=1  firstSolutionCpuTime=4.89  globalCpuTime=4.94
5.83/5.98	       =>  wckTime=5.743  cpuTime=4.91  mem=31M146
5.83/5.99	   
5.83/5.99	s SATISFIABLE
5.83/5.99	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.83/5.99	d NODES 5524
5.83/5.99	d CHECKS 2210614
5.83/5.99	   
5.83/5.99	   totalWckTime=5.81  totalCpuTime=4.94

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-1089542-1215268794/watcher-1089542-1215268794 -o /tmp/evaluation-result-1089542-1215268794/solver-1089542-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 esac.xml 1 XSax HOME/instance-1089542-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.89 1.97 1.99 3/72 2736
/proc/meminfo: memFree=1687104/2055920 swapFree=4180436/4192956
[pid=2736] ppid=2734 vsize=152 CPUtime=0
/proc/2736/stat : 2736 (java) R 2734 2736 2580 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 2005848129 155648 26 996147200 134512640 134550740 4294955968 18446744073709551615 7205163 0 0 4096 0 0 0 0 17 0 0 0
/proc/2736/statm: 38 26 19 9 0 4 0

[startup+0.0344549 s]
/proc/loadavg: 1.89 1.97 1.99 3/72 2736
/proc/meminfo: memFree=1687104/2055920 swapFree=4180436/4192956
[pid=2736] ppid=2734 vsize=861876 CPUtime=0.02
/proc/2736/stat : 2736 (java) S 2734 2736 2580 0 -1 0 2204 0 1 0 0 2 0 0 18 0 5 0 2005848129 882561024 1829 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/2736/statm: 215469 1829 840 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.102463 s]
/proc/loadavg: 1.89 1.97 1.99 3/72 2736
/proc/meminfo: memFree=1687104/2055920 swapFree=4180436/4192956
[pid=2736] ppid=2734 vsize=865884 CPUtime=0.09
/proc/2736/stat : 2736 (java) S 2734 2736 2580 0 -1 0 3795 0 1 0 6 3 0 0 18 0 9 0 2005848129 886665216 3246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2736/statm: 216471 3246 1720 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301479 s]
/proc/loadavg: 1.89 1.97 1.99 3/72 2736
/proc/meminfo: memFree=1687104/2055920 swapFree=4180436/4192956
[pid=2736] ppid=2734 vsize=866284 CPUtime=0.28
/proc/2736/stat : 2736 (java) S 2734 2736 2580 0 -1 0 5995 0 1 0 24 4 0 0 18 0 9 0 2005848129 887074816 5369 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2736/statm: 216571 5369 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701533 s]
/proc/loadavg: 1.89 1.97 1.99 3/72 2736
/proc/meminfo: memFree=1687104/2055920 swapFree=4180436/4192956
[pid=2736] ppid=2734 vsize=867708 CPUtime=0.68
/proc/2736/stat : 2736 (java) S 2734 2736 2580 0 -1 0 9202 0 1 0 61 7 0 0 18 0 9 0 2005848129 888532992 8562 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2736/statm: 216927 8563 2011 9 0 211433 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867708

[startup+1.50164 s]
/proc/loadavg: 1.89 1.97 1.99 3/81 2745
/proc/meminfo: memFree=1645112/2055920 swapFree=4180436/4192956
[pid=2736] ppid=2734 vsize=867708 CPUtime=1.48
/proc/2736/stat : 2736 (java) S 2734 2736 2580 0 -1 0 15806 0 1 0 115 33 0 0 18 0 9 0 2005848129 888532992 15163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2736/statm: 216927 15163 2014 9 0 211433 0
[pid=2736/tid=2738] ppid=2734 vsize=867708 CPUtime=1.25
/proc/2736/task/2738/stat : 2738 (java) R 2734 2736 2580 0 -1 64 14407 0 1 0 94 31 0 0 25 0 9 0 2005848130 888532992 15163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2739] ppid=2734 vsize=867708 CPUtime=0
/proc/2736/task/2739/stat : 2739 (java) S 2734 2736 2580 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2005848131 888532992 15163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2740] ppid=2734 vsize=867708 CPUtime=0
/proc/2736/task/2740/stat : 2740 (java) S 2734 2736 2580 0 -1 64 9 0 0 0 0 0 0 0 22 0 9 0 2005848131 888532992 15164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2741] ppid=2734 vsize=867708 CPUtime=0
/proc/2736/task/2741/stat : 2741 (java) S 2734 2736 2580 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 2005848131 888532992 15164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2742] ppid=2734 vsize=867712 CPUtime=0
/proc/2736/task/2742/stat : 2742 (java) S 2734 2736 2580 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2005848133 888537088 15164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2743] ppid=2734 vsize=867708 CPUtime=0.21
/proc/2736/task/2743/stat : 2743 (java) S 2734 2736 2580 0 -1 64 702 0 0 0 21 0 0 0 16 0 9 0 2005848133 888532992 15165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2744] ppid=2734 vsize=867712 CPUtime=0
/proc/2736/task/2744/stat : 2744 (java) S 2734 2736 2580 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2005848133 888537088 15165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2745] ppid=2734 vsize=867708 CPUtime=0
/proc/2736/task/2745/stat : 2745 (java) S 2734 2736 2580 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2005848133 888532992 15165 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867708

[startup+3.10248 s]
/proc/loadavg: 1.89 1.97 1.99 3/83 2747
/proc/meminfo: memFree=1617960/2055920 swapFree=4180436/4192956
[pid=2736] ppid=2734 vsize=868100 CPUtime=3.07
/proc/2736/stat : 2736 (java) S 2734 2736 2580 0 -1 0 30893 648 1 0 237 51 18 1 18 0 9 0 2005848129 888934400 21254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2736/statm: 217025 21254 2637 9 0 211531 0
[pid=2736/tid=2738] ppid=2734 vsize=868100 CPUtime=2.49
/proc/2736/task/2738/stat : 2738 (java) R 2734 2736 2580 0 -1 64 22408 648 1 0 185 45 18 1 21 0 9 0 2005848130 888934400 21254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2739] ppid=2734 vsize=868100 CPUtime=0.41
/proc/2736/task/2739/stat : 2739 (java) S 2734 2736 2580 0 -1 64 6713 648 0 0 20 2 18 1 18 0 9 0 2005848131 888934400 21254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2740] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2740/stat : 2740 (java) S 2734 2736 2580 0 -1 64 16 648 0 0 0 0 18 1 16 0 9 0 2005848131 888934400 21254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2741] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2741/stat : 2741 (java) S 2734 2736 2580 0 -1 64 9 648 0 0 0 0 18 1 16 0 9 0 2005848131 888934400 21254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2742] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2742/stat : 2742 (java) S 2734 2736 2580 0 -1 64 1 648 0 0 0 0 18 1 24 0 9 0 2005848133 888934400 21254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2743] ppid=2734 vsize=868100 CPUtime=0.5
/proc/2736/task/2743/stat : 2743 (java) S 2734 2736 2580 0 -1 64 937 648 0 0 30 1 18 1 15 0 9 0 2005848133 888934400 21254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2744] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2744/stat : 2744 (java) S 2734 2736 2580 0 -1 64 2 648 0 0 0 0 18 1 25 0 9 0 2005848133 888934400 21254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2745] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2745/stat : 2745 (java) S 2734 2736 2580 0 -1 64 9 648 0 0 0 0 18 1 15 0 9 0 2005848133 888934400 21254 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868100

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

[startup+4.70208 s]
/proc/loadavg: 1.89 1.97 1.99 3/81 2749
/proc/meminfo: memFree=1611888/2055920 swapFree=4180436/4192956
[pid=2736] ppid=2734 vsize=868100 CPUtime=4.64
/proc/2736/stat : 2736 (java) S 2734 2736 2580 0 -1 0 31044 648 1 0 394 51 18 1 18 0 9 0 2005848129 888934400 21279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2736/statm: 217025 21279 2637 9 0 211531 0
[pid=2736/tid=2738] ppid=2734 vsize=868100 CPUtime=4.02
/proc/2736/task/2738/stat : 2738 (java) R 2734 2736 2580 0 -1 64 22534 648 1 0 338 45 18 1 20 0 9 0 2005848130 888934400 21279 996147200 134512640 134550740 4294955968 18446744073709551615 4127241520 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2739] ppid=2734 vsize=868100 CPUtime=0.41
/proc/2736/task/2739/stat : 2739 (java) S 2734 2736 2580 0 -1 64 6713 648 0 0 20 2 18 1 16 0 9 0 2005848131 888934400 21279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2740] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2740/stat : 2740 (java) S 2734 2736 2580 0 -1 64 16 648 0 0 0 0 18 1 16 0 9 0 2005848131 888934400 21279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2741] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2741/stat : 2741 (java) S 2734 2736 2580 0 -1 64 9 648 0 0 0 0 18 1 16 0 9 0 2005848131 888934400 21279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2742] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2742/stat : 2742 (java) S 2734 2736 2580 0 -1 64 1 648 0 0 0 0 18 1 24 0 9 0 2005848133 888934400 21279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2743] ppid=2734 vsize=868100 CPUtime=0.55
/proc/2736/task/2743/stat : 2743 (java) S 2734 2736 2580 0 -1 64 962 648 0 0 35 1 18 1 15 0 9 0 2005848133 888934400 21279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2744] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2744/stat : 2744 (java) S 2734 2736 2580 0 -1 64 2 648 0 0 0 0 18 1 25 0 9 0 2005848133 888934400 21279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2745] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2745/stat : 2745 (java) S 2734 2736 2580 0 -1 64 9 648 0 0 0 0 18 1 15 0 9 0 2005848133 888934400 21279 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 868100

[startup+5.50619 s]
/proc/loadavg: 1.89 1.97 1.99 3/81 2749
/proc/meminfo: memFree=1611824/2055920 swapFree=4180436/4192956
[pid=2736] ppid=2734 vsize=868100 CPUtime=5.43
/proc/2736/stat : 2736 (java) S 2734 2736 2580 0 -1 0 31081 648 1 0 473 51 18 1 18 0 9 0 2005848129 888934400 21282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2736/statm: 217025 21282 2637 9 0 211531 0
[pid=2736/tid=2738] ppid=2734 vsize=868100 CPUtime=4.8
/proc/2736/task/2738/stat : 2738 (java) R 2734 2736 2580 0 -1 64 22539 648 1 0 416 45 18 1 19 0 9 0 2005848130 888934400 21282 996147200 134512640 134550740 4294955968 18446744073709551615 4127163117 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2739] ppid=2734 vsize=868100 CPUtime=0.41
/proc/2736/task/2739/stat : 2739 (java) S 2734 2736 2580 0 -1 64 6713 648 0 0 20 2 18 1 16 0 9 0 2005848131 888934400 21282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2740] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2740/stat : 2740 (java) S 2734 2736 2580 0 -1 64 16 648 0 0 0 0 18 1 16 0 9 0 2005848131 888934400 21282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2741] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2741/stat : 2741 (java) S 2734 2736 2580 0 -1 64 9 648 0 0 0 0 18 1 16 0 9 0 2005848131 888934400 21282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2742] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2742/stat : 2742 (java) S 2734 2736 2580 0 -1 64 1 648 0 0 0 0 18 1 24 0 9 0 2005848133 888934400 21282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2743] ppid=2734 vsize=868100 CPUtime=0.56
/proc/2736/task/2743/stat : 2743 (java) S 2734 2736 2580 0 -1 64 965 648 0 0 36 1 18 1 15 0 9 0 2005848133 888934400 21282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2744] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2744/stat : 2744 (java) S 2734 2736 2580 0 -1 64 2 648 0 0 0 0 18 1 25 0 9 0 2005848133 888934400 21282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2745] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2745/stat : 2745 (java) S 2734 2736 2580 0 -1 64 38 648 0 0 0 0 18 1 15 0 9 0 2005848133 888934400 21282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 868100

[startup+5.90224 s]
/proc/loadavg: 1.89 1.97 1.99 3/81 2749
/proc/meminfo: memFree=1611824/2055920 swapFree=4180436/4192956
[pid=2736] ppid=2734 vsize=868100 CPUtime=5.83
/proc/2736/stat : 2736 (java) S 2734 2736 2580 0 -1 0 31081 648 1 0 513 51 18 1 18 0 9 0 2005848129 888934400 21282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2736/statm: 217025 21282 2637 9 0 211531 0
[pid=2736/tid=2738] ppid=2734 vsize=868100 CPUtime=5.2
/proc/2736/task/2738/stat : 2738 (java) R 2734 2736 2580 0 -1 64 22539 648 1 0 456 45 18 1 22 0 9 0 2005848130 888934400 21282 996147200 134512640 134550740 4294955968 18446744073709551615 4127162960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2739] ppid=2734 vsize=868100 CPUtime=0.41
/proc/2736/task/2739/stat : 2739 (java) S 2734 2736 2580 0 -1 64 6713 648 0 0 20 2 18 1 16 0 9 0 2005848131 888934400 21282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2740] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2740/stat : 2740 (java) S 2734 2736 2580 0 -1 64 16 648 0 0 0 0 18 1 16 0 9 0 2005848131 888934400 21282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2741] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2741/stat : 2741 (java) S 2734 2736 2580 0 -1 64 9 648 0 0 0 0 18 1 16 0 9 0 2005848131 888934400 21282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2742] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2742/stat : 2742 (java) S 2734 2736 2580 0 -1 64 1 648 0 0 0 0 18 1 24 0 9 0 2005848133 888934400 21282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2743] ppid=2734 vsize=868100 CPUtime=0.56
/proc/2736/task/2743/stat : 2743 (java) S 2734 2736 2580 0 -1 64 965 648 0 0 36 1 18 1 15 0 9 0 2005848133 888934400 21282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2744] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2744/stat : 2744 (java) S 2734 2736 2580 0 -1 64 2 648 0 0 0 0 18 1 25 0 9 0 2005848133 888934400 21282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2745] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2745/stat : 2745 (java) S 2734 2736 2580 0 -1 64 38 648 0 0 0 0 18 1 15 0 9 0 2005848133 888934400 21282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 868100

[startup+6.00224 s]
/proc/loadavg: 1.89 1.97 1.99 3/81 2749
/proc/meminfo: memFree=1611824/2055920 swapFree=4180436/4192956
[pid=2736] ppid=2734 vsize=868100 CPUtime=5.92
/proc/2736/stat : 2736 (java) S 2734 2736 2580 0 -1 0 31186 648 1 0 522 51 18 1 18 0 9 0 2005848129 888934400 21287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2736/statm: 217025 21287 2637 9 0 211531 0
[pid=2736/tid=2738] ppid=2734 vsize=868100 CPUtime=5.28
/proc/2736/task/2738/stat : 2738 (java) S 2734 2736 2580 0 -1 64 22642 648 1 0 464 45 18 1 23 0 9 0 2005848130 888934400 21287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2739] ppid=2734 vsize=868100 CPUtime=0.41
/proc/2736/task/2739/stat : 2739 (java) S 2734 2736 2580 0 -1 64 6713 648 0 0 20 2 18 1 16 0 9 0 2005848131 888934400 21287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2740] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2740/stat : 2740 (java) S 2734 2736 2580 0 -1 64 16 648 0 0 0 0 18 1 16 0 9 0 2005848131 888934400 21287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2741] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2741/stat : 2741 (java) S 2734 2736 2580 0 -1 64 9 648 0 0 0 0 18 1 16 0 9 0 2005848131 888934400 21287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2742] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2742/stat : 2742 (java) S 2734 2736 2580 0 -1 64 1 648 0 0 0 0 18 1 24 0 9 0 2005848133 888934400 21287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2743] ppid=2734 vsize=868100 CPUtime=0.56
/proc/2736/task/2743/stat : 2743 (java) S 2734 2736 2580 0 -1 64 967 648 0 0 36 1 18 1 15 0 9 0 2005848133 888934400 21287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2736/tid=2744] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2744/stat : 2744 (java) S 2734 2736 2580 0 -1 64 2 648 0 0 0 0 18 1 25 0 9 0 2005848133 888934400 21287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2736/tid=2745] ppid=2734 vsize=868100 CPUtime=0.19
/proc/2736/task/2745/stat : 2745 (java) S 2734 2736 2580 0 -1 64 38 648 0 0 0 0 18 1 15 0 9 0 2005848133 888934400 21287 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 868100

Child status: 0
Real time (s): 6.04844
CPU time (s): 5.95409
CPU user time (s): 5.41018
CPU system time (s): 0.543917
CPU usage (%): 98.4402
Max. virtual memory (cumulated for all children) (KiB): 871852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.41018
system time used= 0.543917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31862
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= 1751
involuntary context switches= 1792

runsolver used 0.007998 second user time and 0.034994 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-05 16:39:54
IDJOB=1089542
IDBENCH=58288
IDSOLVER=364
FILE ID=node71/1089542-1215268794
PBS_JOBID= 7882231
Free space on /tmp= 66512 MiB

SOLVER NAME= Abscon 112v4 ESAC
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 esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1089542-1215268794/watcher-1089542-1215268794 -o /tmp/evaluation-result-1089542-1215268794/solver-1089542-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 esac.xml 1 XSax HOME/instance-1089542-1215268794.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 35302e8d76135ec307bb87b29bd78b43
RANDOM SEED=658587083

node71.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.209
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.209
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:       1687520 kB
Buffers:         47128 kB
Cached:         239040 kB
SwapCached:       6572 kB
Active:         183836 kB
Inactive:       127988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1687520 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:            3484 kB
Writeback:           0 kB
Mapped:          33412 kB
Slab:            41740 kB
Committed_AS:  4361968 kB
PageTables:       1852 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= 66508 MiB
End job on node71 at 2008-07-05 16:40:00