Trace number 2098062

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 7.57785 7.66014

DiagnosticValue
CHECKS20
NODES0

General information on the benchmark

Namecsp/graphColoring/register/inithx/
normalized-inithx-i-2-10.xml
MD5SUMa9be9044f9e9bfbc6106a75e2f865ad2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.498923
Satisfiable
(Un)Satisfiability was proved
Number of variables645
Number of constraints13979
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13979
Global constraints used (with number of constraints)

Solver Data

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-2098062-1247414212.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.38/0.44	     nbVariables=645  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10  nbTotalValues=6450
0.38/0.44	       =>  wckTime=0.194  cpuTime=0.15  mem=9M843
0.38/0.44	   
0.38/0.44	   predicates being loaded...
0.38/0.49	   
0.38/0.49	   constraints being loaded...
7.03/7.15	     nbConstraints=14299  nbGlobalConstraints=320  nbDisconnectedVariables=87  nbConvertedConstraints=13979
7.03/7.15	     nbConvertConstraintsChecks=200  nbExtensionStructures=2  nbSharedExtensionStructures=13977
7.03/7.15	     nbConflictsStructures=107  nbSharedConflictsStructures=13977  nbSharedBinaryRepresentations=10  minDegree=1
7.03/7.15	     maxDegree=543  minArity=2  avgArity=2.01  maxArity=27  nbGenerators=304  nbFusions=106  symmetryWckTime=4.677
7.03/7.15	     symmetryCpuTime=2.39  nbCliques=16
7.03/7.15	       =>  wckTime=6.907  cpuTime=4.37  mem=53M511
7.24/7.40	   
7.24/7.40	   solver IterativeSystematicSolver being built... 
7.34/7.49	   
7.34/7.49	   INFO : Forward propagation technique limited 
7.44/7.58	       =>  wckTime=7.342  cpuTime=4.52  mem=36M640
7.44/7.60	   
7.44/7.60	   preprocessing
7.44/7.60	     nbConstraintChecks=20  nbPropagations=1  nbRevisions=2  nbUselessRevisions=0  nbRemovedValues=2  nbRemovedTuples=45
7.44/7.60	     detectedInconsistency=yes
7.44/7.60	       =>  wckTime=0.01  cpuTime=0.01  mem=36M640
7.54/7.60	   
7.54/7.60	   global
7.54/7.60	     nbConstraintChecks=20  nbPropagations=1  nbRevisions=2  nbUselessRevisions=0  nbRestartNogoods=0
7.54/7.60	     solvingWckTime=0.018  solvingCpuTime=0.01  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
7.54/7.60	     globalCpuTime=4.57
7.54/7.60	       =>  wckTime=7.364  cpuTime=4.53  mem=36M640
7.54/7.61	   
7.54/7.61	s UNSATISFIABLE
7.54/7.61	d NODES 0
7.54/7.61	d CHECKS 20
7.54/7.61	   
7.54/7.61	   totalWckTime=7.43  totalCpuTime=4.57

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-2098062-1247414212/watcher-2098062-1247414212 -o /tmp/evaluation-result-2098062-1247414212/solver-2098062-1247414212 -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-2098062-1247414212.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: 2.10 2.08 2.02 4/80 2115
/proc/meminfo: memFree=1751200/2055920 swapFree=4192812/4192956
[pid=2115] ppid=2112 vsize=152 CPUtime=0
/proc/2115/stat : 2115 (java) R 2112 2115 29707 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 28484676 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 4309796 0 0 4096 0 0 0 0 17 0 0 0
/proc/2115/statm: 50 33 26 9 0 4 0

[startup+0.027149 s]
/proc/loadavg: 2.10 2.08 2.02 4/80 2115
/proc/meminfo: memFree=1751200/2055920 swapFree=4192812/4192956
[pid=2115] ppid=2112 vsize=861936 CPUtime=0.02
/proc/2115/stat : 2115 (java) S 2112 2115 29707 0 -1 0 2029 0 1 0 1 1 0 0 18 0 5 0 28484676 882622464 1696 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/2115/statm: 215484 1697 781 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.102154 s]
/proc/loadavg: 2.10 2.08 2.02 4/80 2115
/proc/meminfo: memFree=1751200/2055920 swapFree=4192812/4192956
[pid=2115] ppid=2112 vsize=865980 CPUtime=0.09
/proc/2115/stat : 2115 (java) S 2112 2115 29707 0 -1 0 3824 0 1 0 7 2 0 0 18 0 9 0 28484676 886763520 3270 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2115/statm: 216495 3273 1728 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301166 s]
/proc/loadavg: 2.10 2.08 2.02 4/80 2115
/proc/meminfo: memFree=1751200/2055920 swapFree=4192812/4192956
[pid=2115] ppid=2112 vsize=866380 CPUtime=0.29
/proc/2115/stat : 2115 (java) S 2112 2115 29707 0 -1 0 6084 0 1 0 25 4 0 0 18 0 9 0 28484676 887173120 5450 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2115/statm: 216595 5451 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701193 s]
/proc/loadavg: 2.10 2.08 2.02 4/80 2115
/proc/meminfo: memFree=1751200/2055920 swapFree=4192812/4192956
[pid=2115] ppid=2112 vsize=867808 CPUtime=0.69
/proc/2115/stat : 2115 (java) S 2112 2115 29707 0 -1 0 9279 0 1 0 62 7 0 0 18 0 9 0 28484676 888635392 8633 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2115/statm: 216952 8634 2039 9 0 211388 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867808

[startup+1.50125 s]
/proc/loadavg: 2.10 2.08 2.02 3/89 2125
/proc/meminfo: memFree=1707096/2055920 swapFree=4192812/4192956
[pid=2115] ppid=2112 vsize=867720 CPUtime=1.48
/proc/2115/stat : 2115 (java) S 2112 2115 29707 0 -1 0 18927 0 1 0 130 18 0 0 18 0 9 0 28484676 888545280 18253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2115/statm: 216930 18253 2031 9 0 211388 0
[pid=2115/tid=2117] ppid=2112 vsize=867720 CPUtime=1.2
/proc/2115/task/2117/stat : 2117 (java) R 2112 2115 29707 0 -1 64 15822 0 1 0 104 16 0 0 25 0 9 0 28484676 888545280 18253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2118] ppid=2112 vsize=867720 CPUtime=0.07
/proc/2115/task/2118/stat : 2118 (java) S 2112 2115 29707 0 -1 64 1693 0 0 0 7 0 0 0 16 0 9 0 28484678 888545280 18253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2119] ppid=2112 vsize=867720 CPUtime=0
/proc/2115/task/2119/stat : 2119 (java) S 2112 2115 29707 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28484678 888545280 18253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2120] ppid=2112 vsize=867720 CPUtime=0
/proc/2115/task/2120/stat : 2120 (java) S 2112 2115 29707 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 28484678 888545280 18253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2121] ppid=2112 vsize=867720 CPUtime=0
/proc/2115/task/2121/stat : 2121 (java) S 2112 2115 29707 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28484680 888545280 18253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2122] ppid=2112 vsize=867720 CPUtime=0.18
/proc/2115/task/2122/stat : 2122 (java) R 2112 2115 29707 0 -1 64 709 0 0 0 18 0 0 0 16 0 9 0 28484680 888545280 18253 996147200 134512640 134550932 4294955968 18446744073709551615 102755280 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2124] ppid=2112 vsize=867720 CPUtime=0
/proc/2115/task/2124/stat : 2124 (java) S 2112 2115 29707 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28484680 888545280 18253 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2125] ppid=2112 vsize=867720 CPUtime=0
/proc/2115/task/2125/stat : 2125 (java) S 2112 2115 29707 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28484680 888545280 18253 996147200 134512640 134550932 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) 867720

[startup+3.10135 s]
/proc/loadavg: 2.10 2.08 2.02 3/89 2125
/proc/meminfo: memFree=1685848/2055920 swapFree=4192812/4192956
[pid=2115] ppid=2112 vsize=868044 CPUtime=2.63
/proc/2115/stat : 2115 (java) S 2112 2115 29707 0 -1 0 19095 0 1 0 205 58 0 0 18 0 10 0 28484676 888877056 18294 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2115/statm: 217011 18294 2034 9 0 211469 0
[pid=2115/tid=2117] ppid=2112 vsize=868044 CPUtime=2.31
/proc/2115/task/2117/stat : 2117 (java) S 2112 2115 29707 0 -1 64 15903 0 1 0 176 55 0 0 16 0 10 0 28484676 888877056 18294 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=2115/tid=2118] ppid=2112 vsize=868044 CPUtime=0.07
/proc/2115/task/2118/stat : 2118 (java) S 2112 2115 29707 0 -1 64 1693 0 0 0 7 0 0 0 17 0 10 0 28484678 888877056 18294 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2119] ppid=2112 vsize=868044 CPUtime=0
/proc/2115/task/2119/stat : 2119 (java) S 2112 2115 29707 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28484678 888877056 18294 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2120] ppid=2112 vsize=868044 CPUtime=0
/proc/2115/task/2120/stat : 2120 (java) S 2112 2115 29707 0 -1 64 6 0 0 0 0 0 0 0 16 0 10 0 28484678 888877056 18294 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2121] ppid=2112 vsize=868044 CPUtime=0
/proc/2115/task/2121/stat : 2121 (java) S 2112 2115 29707 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 28484680 888877056 18294 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2122] ppid=2112 vsize=868044 CPUtime=0.2
/proc/2115/task/2122/stat : 2122 (java) S 2112 2115 29707 0 -1 64 722 0 0 0 20 0 0 0 16 0 10 0 28484680 888877056 18294 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2124] ppid=2112 vsize=868044 CPUtime=0
/proc/2115/task/2124/stat : 2124 (java) S 2112 2115 29707 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 28484680 888877056 18294 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2125] ppid=2112 vsize=868044 CPUtime=0
/proc/2115/task/2125/stat : 2125 (java) S 2112 2115 29707 0 -1 64 7 0 0 0 0 0 0 0 15 0 10 0 28484680 888877056 18294 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 868044

[startup+6.30258 s]
/proc/loadavg: 2.09 2.08 2.02 3/89 2129
/proc/meminfo: memFree=1685320/2055920 swapFree=4192812/4192956
[pid=2115] ppid=2112 vsize=868044 CPUtime=6.25
/proc/2115/stat : 2115 (java) S 2112 2115 29707 0 -1 0 20937 1233 1 0 347 59 218 1 18 0 9 0 28484676 888877056 18304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2115/statm: 217011 18304 2036 9 0 211469 0
[pid=2115/tid=2117] ppid=2112 vsize=868044 CPUtime=5.92
/proc/2115/task/2117/stat : 2117 (java) R 2112 2115 29707 0 -1 64 16823 1233 1 0 317 56 218 1 17 0 9 0 28484676 888877056 18304 996147200 134512640 134550932 4294955968 18446744073709551615 4127059937 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2115/tid=2118] ppid=2112 vsize=868044 CPUtime=2.26
/proc/2115/task/2118/stat : 2118 (java) S 2112 2115 29707 0 -1 64 2345 1233 0 0 7 0 218 1 17 0 9 0 28484678 888877056 18304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2119] ppid=2112 vsize=868044 CPUtime=2.19
/proc/2115/task/2119/stat : 2119 (java) S 2112 2115 29707 0 -1 64 16 1233 0 0 0 0 218 1 16 0 9 0 28484678 888877056 18304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2120] ppid=2112 vsize=868044 CPUtime=2.19
/proc/2115/task/2120/stat : 2120 (java) S 2112 2115 29707 0 -1 64 6 1233 0 0 0 0 218 1 16 0 9 0 28484678 888877056 18304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2121] ppid=2112 vsize=868044 CPUtime=2.19
/proc/2115/task/2121/stat : 2121 (java) S 2112 2115 29707 0 -1 64 1 1233 0 0 0 0 218 1 24 0 9 0 28484680 888877056 18304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2122] ppid=2112 vsize=868044 CPUtime=2.4
/proc/2115/task/2122/stat : 2122 (java) S 2112 2115 29707 0 -1 64 897 1233 0 0 21 0 218 1 16 0 9 0 28484680 888877056 18304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2115/tid=2124] ppid=2112 vsize=868044 CPUtime=2.19
/proc/2115/task/2124/stat : 2124 (java) S 2112 2115 29707 0 -1 64 1 1233 0 0 0 0 218 1 25 0 9 0 28484680 888877056 18304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2125] ppid=2112 vsize=868044 CPUtime=2.19
/proc/2115/task/2125/stat : 2125 (java) S 2112 2115 29707 0 -1 64 41 1233 0 0 0 0 218 1 15 0 9 0 28484680 888877056 18304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868044

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

[startup+7.10263 s]
/proc/loadavg: 2.09 2.08 2.02 4/89 2129
/proc/meminfo: memFree=1685320/2055920 swapFree=4192812/4192956
[pid=2115] ppid=2112 vsize=868044 CPUtime=7.03
/proc/2115/stat : 2115 (java) S 2112 2115 29707 0 -1 0 28030 1233 1 0 424 60 218 1 18 0 9 0 28484676 888877056 18332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2115/statm: 217011 18332 2045 9 0 211469 0
[pid=2115/tid=2117] ppid=2112 vsize=868044 CPUtime=6.7
/proc/2115/task/2117/stat : 2117 (java) R 2112 2115 29707 0 -1 64 23853 1233 1 0 394 57 218 1 24 0 9 0 28484676 888877056 18332 996147200 134512640 134550932 4294955968 18446744073709551615 4127140268 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2115/tid=2118] ppid=2112 vsize=868044 CPUtime=2.26
/proc/2115/task/2118/stat : 2118 (java) S 2112 2115 29707 0 -1 64 2345 1233 0 0 7 0 218 1 17 0 9 0 28484678 888877056 18332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2119] ppid=2112 vsize=868044 CPUtime=2.19
/proc/2115/task/2119/stat : 2119 (java) S 2112 2115 29707 0 -1 64 16 1233 0 0 0 0 218 1 16 0 9 0 28484678 888877056 18332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2120] ppid=2112 vsize=868044 CPUtime=2.19
/proc/2115/task/2120/stat : 2120 (java) S 2112 2115 29707 0 -1 64 6 1233 0 0 0 0 218 1 16 0 9 0 28484678 888877056 18332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2121] ppid=2112 vsize=868044 CPUtime=2.19
/proc/2115/task/2121/stat : 2121 (java) S 2112 2115 29707 0 -1 64 1 1233 0 0 0 0 218 1 24 0 9 0 28484680 888877056 18332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2122] ppid=2112 vsize=868044 CPUtime=2.41
/proc/2115/task/2122/stat : 2122 (java) S 2112 2115 29707 0 -1 64 960 1233 0 0 22 0 218 1 16 0 9 0 28484680 888877056 18332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2115/tid=2124] ppid=2112 vsize=868044 CPUtime=2.19
/proc/2115/task/2124/stat : 2124 (java) S 2112 2115 29707 0 -1 64 1 1233 0 0 0 0 218 1 25 0 9 0 28484680 888877056 18332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2125] ppid=2112 vsize=868044 CPUtime=2.19
/proc/2115/task/2125/stat : 2125 (java) S 2112 2115 29707 0 -1 64 41 1233 0 0 0 0 218 1 15 0 9 0 28484680 888877056 18332 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 868044

[startup+7.50266 s]
/proc/loadavg: 2.09 2.08 2.02 4/89 2129
/proc/meminfo: memFree=1685320/2055920 swapFree=4192812/4192956
[pid=2115] ppid=2112 vsize=868132 CPUtime=7.44
/proc/2115/stat : 2115 (java) S 2112 2115 29707 0 -1 0 36475 1233 1 0 461 64 218 1 18 0 9 0 28484676 888967168 23360 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2115/statm: 217033 23360 2660 9 0 211469 0
[pid=2115/tid=2117] ppid=2112 vsize=868132 CPUtime=6.82
/proc/2115/task/2117/stat : 2117 (java) R 2112 2115 29707 0 -1 64 24676 1233 1 0 405 58 218 1 25 0 9 0 28484676 888967168 23360 996147200 134512640 134550932 4294955968 18446744073709551615 4125980235 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2115/tid=2118] ppid=2112 vsize=868132 CPUtime=2.51
/proc/2115/task/2118/stat : 2118 (java) S 2112 2115 29707 0 -1 64 9890 1233 0 0 29 3 218 1 19 0 9 0 28484678 888967168 23360 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2115/tid=2119] ppid=2112 vsize=868132 CPUtime=2.19
/proc/2115/task/2119/stat : 2119 (java) S 2112 2115 29707 0 -1 64 19 1233 0 0 0 0 218 1 16 0 9 0 28484678 888967168 23360 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2115/tid=2120] ppid=2112 vsize=868132 CPUtime=2.19
/proc/2115/task/2120/stat : 2120 (java) S 2112 2115 29707 0 -1 64 11 1233 0 0 0 0 218 1 16 0 9 0 28484678 888967168 23360 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2115/tid=2121] ppid=2112 vsize=868132 CPUtime=2.19
/proc/2115/task/2121/stat : 2121 (java) S 2112 2115 29707 0 -1 64 1 1233 0 0 0 0 218 1 24 0 9 0 28484680 888967168 23360 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2122] ppid=2112 vsize=868132 CPUtime=2.45
/proc/2115/task/2122/stat : 2122 (java) S 2112 2115 29707 0 -1 64 1029 1233 0 0 26 0 218 1 16 0 9 0 28484680 888967168 23360 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2115/tid=2124] ppid=2112 vsize=868132 CPUtime=2.19
/proc/2115/task/2124/stat : 2124 (java) S 2112 2115 29707 0 -1 64 1 1233 0 0 0 0 218 1 25 0 9 0 28484680 888967168 23360 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2125] ppid=2112 vsize=868132 CPUtime=2.19
/proc/2115/task/2125/stat : 2125 (java) S 2112 2115 29707 0 -1 64 41 1233 0 0 0 0 218 1 15 0 9 0 28484680 888967168 23360 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 868132

[startup+7.60266 s]
/proc/loadavg: 2.09 2.08 2.02 3/89 2129
/proc/meminfo: memFree=1667592/2055920 swapFree=4192812/4192956
[pid=2115] ppid=2112 vsize=868132 CPUtime=7.54
/proc/2115/stat : 2115 (java) S 2112 2115 29707 0 -1 0 36523 1233 1 0 471 64 218 1 18 0 9 0 28484676 888967168 23396 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2115/statm: 217033 23396 2662 9 0 211469 0
[pid=2115/tid=2117] ppid=2112 vsize=868132 CPUtime=6.9
/proc/2115/task/2117/stat : 2117 (java) R 2112 2115 29707 0 -1 64 24711 1233 1 0 413 58 218 1 25 0 9 0 28484676 888967168 23396 996147200 134512640 134550932 4294955968 18446744073709551615 4126466261 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2115/tid=2118] ppid=2112 vsize=868132 CPUtime=2.51
/proc/2115/task/2118/stat : 2118 (java) S 2112 2115 29707 0 -1 64 9890 1233 0 0 29 3 218 1 19 0 9 0 28484678 888967168 23396 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2115/tid=2119] ppid=2112 vsize=868132 CPUtime=2.19
/proc/2115/task/2119/stat : 2119 (java) S 2112 2115 29707 0 -1 64 19 1233 0 0 0 0 218 1 16 0 9 0 28484678 888967168 23396 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2115/tid=2120] ppid=2112 vsize=868132 CPUtime=2.19
/proc/2115/task/2120/stat : 2120 (java) S 2112 2115 29707 0 -1 64 11 1233 0 0 0 0 218 1 16 0 9 0 28484678 888967168 23396 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2115/tid=2121] ppid=2112 vsize=868132 CPUtime=2.19
/proc/2115/task/2121/stat : 2121 (java) S 2112 2115 29707 0 -1 64 1 1233 0 0 0 0 218 1 24 0 9 0 28484680 888967168 23396 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2122] ppid=2112 vsize=868132 CPUtime=2.48
/proc/2115/task/2122/stat : 2122 (java) S 2112 2115 29707 0 -1 64 1042 1233 0 0 28 1 218 1 15 0 9 0 28484680 888967168 23396 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2115/tid=2124] ppid=2112 vsize=868132 CPUtime=2.19
/proc/2115/task/2124/stat : 2124 (java) S 2112 2115 29707 0 -1 64 1 1233 0 0 0 0 218 1 25 0 9 0 28484680 888967168 23396 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2115/tid=2125] ppid=2112 vsize=868132 CPUtime=2.19
/proc/2115/task/2125/stat : 2125 (java) S 2112 2115 29707 0 -1 64 41 1233 0 0 0 0 218 1 15 0 9 0 28484680 888967168 23396 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 868132

Child status: 0
Real time (s): 7.66014
CPU time (s): 7.57785
CPU user time (s): 6.90195
CPU system time (s): 0.675897
CPU usage (%): 98.9257
Max. virtual memory (cumulated for all children) (KiB): 874248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.90195
system time used= 0.675897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37785
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= 1611
involuntary context switches= 1717

runsolver used 0.010998 second user time and 0.034994 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 17:56:52
IDJOB=2098062
IDBENCH=58137
IDSOLVER=774
FILE ID=node52/2098062-1247414212
PBS_JOBID= 9510541
Free space on /tmp= 66144 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/graphColoring/register/inithx/normalized-inithx-i-2-10.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-2098062-1247414212/watcher-2098062-1247414212 -o /tmp/evaluation-result-2098062-1247414212/solver-2098062-1247414212 -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-2098062-1247414212.xml

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

MD5SUM BENCH= a9be9044f9e9bfbc6106a75e2f865ad2
RANDOM SEED=1558996715

node52.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:       1751680 kB
Buffers:         46284 kB
Cached:         152072 kB
SwapCached:          0 kB
Active:         144008 kB
Inactive:       102704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751680 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3800 kB
Writeback:           0 kB
Mapped:          68784 kB
Slab:            42496 kB
Committed_AS:  1021584 kB
PageTables:       1980 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= 66140 MiB
End job on node52 at 2009-07-12 17:57:00