Trace number 2098202

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 3.04953 3.09279

DiagnosticValue
CHECKS109761
NODES152

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-will199GPIA-5.xml
MD5SUM87a34faf606f472309e50b18cc55bff3
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.252961
Satisfiable
(Un)Satisfiability was proved
Number of variables701
Number of constraints7065
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7065
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2098202-1247414248.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.38/0.48	     nbVariables=701  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=3505
0.38/0.48	       =>  wckTime=0.219  cpuTime=0.16  mem=10M818
0.38/0.48	   
0.38/0.48	   predicates being loaded...
0.48/0.54	   
0.48/0.54	   constraints being loaded...
2.26/2.38	     nbConstraints=6783  nbGlobalConstraints=11  nbMergedConstraints=293  nbConvertedConstraints=6772
2.26/2.38	     nbConvertConstraintsChecks=7350  nbExtensionStructures=294  nbSharedExtensionStructures=6771
2.26/2.38	     nbConflictsStructures=294  nbSharedConflictsStructures=6771  nbSharedBinaryRepresentations=2935  minDegree=6
2.26/2.38	     maxDegree=39  minArity=2  avgArity=2  maxArity=5  nbGenerators=6  nbFusions=0  symmetryWckTime=0.555
2.26/2.38	     symmetryCpuTime=0.17  nbCliques=5
2.26/2.38	       =>  wckTime=2.117  cpuTime=1.5  mem=17M548
2.36/2.49	   
2.36/2.49	   solver IterativeSystematicSolver being built... 
2.46/2.56	   
2.46/2.56	   INFO : Forward propagation technique limited 
2.55/2.67	       =>  wckTime=2.411  cpuTime=1.66  mem=28M978
2.85/2.94	   
2.85/2.94	   preprocessing
2.85/2.94	     nbConstraintChecks=65137  nbPropagations=7021  nbRevisions=20738  nbUselessRevisions=13613  nbSingletonTests=750
2.85/2.94	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
2.85/2.94	       =>  wckTime=0.262  cpuTime=0.23  mem=28M978
2.95/3.07	   
2.95/3.07	   search
2.95/3.07	     run=3  nbConstraintChecks=44624  minDepth=0  maxDepth=3  nbPropagations=35612  nbRevisions=108633
2.95/3.07	     nbUselessRevisions=57096  nbAssignments=152  nbFailedAssignments=61  nbBacktracks=85  nbVisitedNodes=273
2.95/3.07	     nbRestartNogoods=9  mapSize=83  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0  nbREliminables=643.96
2.95/3.07	     nbIEliminables=54.59  nbDEliminables=0  nbPEliminables=0
2.95/3.07	       =>  wckTime=0.391  cpuTime=0.34  mem=30M45
2.95/3.07	   
2.95/3.07	   global
2.95/3.07	     nbConstraintChecks=109761  nbPropagations=42633  nbRevisions=129371  nbUselessRevisions=70709  nbRestartNogoods=9
2.95/3.07	     solvingWckTime=0.394  solvingCpuTime=0.34  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
2.95/3.07	     globalCpuTime=2.04
2.95/3.07	       =>  wckTime=2.808  cpuTime=2.0  mem=30M45
2.95/3.07	   
2.95/3.07	s UNSATISFIABLE
2.95/3.07	d NODES 152
2.95/3.07	d CHECKS 109761
2.95/3.07	   
2.95/3.07	   totalWckTime=2.878  totalCpuTime=2.05

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-2098202-1247414248/watcher-2098202-1247414248 -o /tmp/evaluation-result-2098202-1247414248/solver-2098202-1247414248 -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-2098202-1247414248.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.40 2.11 2.03 4/80 1699
/proc/meminfo: memFree=1618072/2055920 swapFree=4192812/4192956
[pid=1699] ppid=1697 vsize=10676 CPUtime=0
/proc/1699/stat : 1699 (java) S 1697 1699 31822 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28116519 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/1699/statm: 2669 474 207 9 0 1184 0
[pid=1699/tid=1700] ppid=1697 vsize=10676 CPUtime=0
/proc/1699/task/1700/stat : 1700 (java) R 1697 1699 31822 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28116520 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 12804056 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.094664 s]
/proc/loadavg: 2.40 2.11 2.03 4/80 1699
/proc/meminfo: memFree=1618072/2055920 swapFree=4192812/4192956
[pid=1699] ppid=1697 vsize=865984 CPUtime=0.08
/proc/1699/stat : 1699 (java) S 1697 1699 31822 0 -1 0 3671 0 1 0 7 1 0 0 18 0 9 0 28116519 886767616 3154 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1699/statm: 216496 3154 1684 9 0 210981 0
[pid=1699/tid=1700] ppid=1697 vsize=865984 CPUtime=0.05
/proc/1699/task/1700/stat : 1700 (java) R 1697 1699 31822 0 -1 64 2753 0 1 0 5 0 0 0 20 0 9 0 28116520 886767616 3154 996147200 134512640 134550932 4294955968 18446744073709551615 104264612 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.101664 s]
/proc/loadavg: 2.40 2.11 2.03 4/80 1699
/proc/meminfo: memFree=1618072/2055920 swapFree=4192812/4192956
[pid=1699] ppid=1697 vsize=865984 CPUtime=0.08
/proc/1699/stat : 1699 (java) S 1697 1699 31822 0 -1 0 3733 0 1 0 7 1 0 0 18 0 9 0 28116519 886767616 3201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1699/statm: 216496 3201 1700 9 0 210981 0
[pid=1699/tid=1700] ppid=1697 vsize=865984 CPUtime=0.06
/proc/1699/task/1700/stat : 1700 (java) R 1697 1699 31822 0 -1 64 2810 0 1 0 6 0 0 0 20 0 9 0 28116520 886767616 3201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301681 s]
/proc/loadavg: 2.40 2.11 2.03 4/80 1699
/proc/meminfo: memFree=1618072/2055920 swapFree=4192812/4192956
[pid=1699] ppid=1697 vsize=866380 CPUtime=0.28
/proc/1699/stat : 1699 (java) S 1697 1699 31822 0 -1 0 5866 0 1 0 25 3 0 0 18 0 9 0 28116519 887173120 5232 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1699/statm: 216595 5232 1981 9 0 211053 0
[pid=1699/tid=1700] ppid=1697 vsize=866380 CPUtime=0.22
/proc/1699/task/1700/stat : 1700 (java) R 1697 1699 31822 0 -1 64 4882 0 1 0 20 2 0 0 21 0 9 0 28116520 887173120 5232 996147200 134512640 134550932 4294955968 18446744073709551615 104611304 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701717 s]
/proc/loadavg: 2.40 2.11 2.03 4/80 1699
/proc/meminfo: memFree=1618072/2055920 swapFree=4192812/4192956
[pid=1699] ppid=1697 vsize=867808 CPUtime=0.67
/proc/1699/stat : 1699 (java) S 1697 1699 31822 0 -1 0 8701 0 1 0 63 4 0 0 18 0 9 0 28116519 888635392 8055 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1699/statm: 216952 8055 2038 9 0 211388 0
[pid=1699/tid=1700] ppid=1697 vsize=867808 CPUtime=0.48
/proc/1699/task/1700/stat : 1700 (java) R 1697 1699 31822 0 -1 64 7333 0 1 0 45 3 0 0 23 0 9 0 28116520 888635392 8055 996147200 134512640 134550932 4294955968 18446744073709551615 4125967359 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867808

[startup+1.5028 s]
/proc/loadavg: 2.40 2.11 2.03 3/89 1709
/proc/meminfo: memFree=1578256/2055920 swapFree=4192812/4192956
[pid=1699] ppid=1697 vsize=867808 CPUtime=1.47
/proc/1699/stat : 1699 (java) S 1697 1699 31822 0 -1 0 14850 0 1 0 125 22 0 0 18 0 9 0 28116519 888635392 14201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1699/statm: 216952 14201 2043 9 0 211388 0
[pid=1699/tid=1700] ppid=1697 vsize=867808 CPUtime=1.21
/proc/1699/task/1700/stat : 1700 (java) R 1697 1699 31822 0 -1 64 13423 0 1 0 100 21 0 0 25 0 9 0 28116520 888635392 14201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1703] ppid=1697 vsize=867808 CPUtime=0
/proc/1699/task/1703/stat : 1703 (java) S 1697 1699 31822 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28116521 888635392 14201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1704] ppid=1697 vsize=867808 CPUtime=0
/proc/1699/task/1704/stat : 1704 (java) S 1697 1699 31822 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28116522 888635392 14201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1705] ppid=1697 vsize=867808 CPUtime=0
/proc/1699/task/1705/stat : 1705 (java) S 1697 1699 31822 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28116522 888635392 14201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1706] ppid=1697 vsize=867808 CPUtime=0
/proc/1699/task/1706/stat : 1706 (java) S 1697 1699 31822 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28116524 888635392 14201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1707] ppid=1697 vsize=867808 CPUtime=0.24
/proc/1699/task/1707/stat : 1707 (java) S 1697 1699 31822 0 -1 64 728 0 0 0 24 0 0 0 15 0 9 0 28116524 888635392 14201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1708] ppid=1697 vsize=867808 CPUtime=0
/proc/1699/task/1708/stat : 1708 (java) S 1697 1699 31822 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28116524 888635392 14201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1709] ppid=1697 vsize=867808 CPUtime=0
/proc/1699/task/1709/stat : 1709 (java) S 1697 1699 31822 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28116524 888635392 14201 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867808

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

[startup+2.30364 s]
/proc/loadavg: 2.37 2.11 2.03 3/91 1711
/proc/meminfo: memFree=1549760/2055920 swapFree=4192812/4192956
[pid=1699] ppid=1697 vsize=868044 CPUtime=2.26
/proc/1699/stat : 1699 (java) S 1697 1699 31822 0 -1 0 19991 606 1 0 165 39 21 1 18 0 9 0 28116519 888877056 18741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1699/statm: 217011 18741 2035 9 0 211469 0
[pid=1699/tid=1700] ppid=1697 vsize=868044 CPUtime=1.86
/proc/1699/task/1700/stat : 1700 (java) R 1697 1699 31822 0 -1 64 16114 606 1 0 128 36 21 1 23 0 9 0 28116520 888877056 18741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1703] ppid=1697 vsize=868044 CPUtime=0.31
/proc/1699/task/1703/stat : 1703 (java) S 1697 1699 31822 0 -1 64 2119 606 0 0 8 1 21 1 16 0 9 0 28116521 888877056 18741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1704] ppid=1697 vsize=868044 CPUtime=0.22
/proc/1699/task/1704/stat : 1704 (java) S 1697 1699 31822 0 -1 64 16 606 0 0 0 0 21 1 16 0 9 0 28116522 888877056 18741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1705] ppid=1697 vsize=868044 CPUtime=0.22
/proc/1699/task/1705/stat : 1705 (java) S 1697 1699 31822 0 -1 64 5 606 0 0 0 0 21 1 16 0 9 0 28116522 888877056 18741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1706] ppid=1697 vsize=868044 CPUtime=0.22
/proc/1699/task/1706/stat : 1706 (java) S 1697 1699 31822 0 -1 64 1 606 0 0 0 0 21 1 18 0 9 0 28116524 888877056 18741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1707] ppid=1697 vsize=868044 CPUtime=0.49
/proc/1699/task/1707/stat : 1707 (java) S 1697 1699 31822 0 -1 64 911 606 0 0 27 0 21 1 15 0 9 0 28116524 888877056 18741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1708] ppid=1697 vsize=868044 CPUtime=0.22
/proc/1699/task/1708/stat : 1708 (java) S 1697 1699 31822 0 -1 64 1 606 0 0 0 0 21 1 19 0 9 0 28116524 888877056 18741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1709] ppid=1697 vsize=868044 CPUtime=0.22
/proc/1699/task/1709/stat : 1709 (java) S 1697 1699 31822 0 -1 64 13 606 0 0 0 0 21 1 15 0 9 0 28116524 888877056 18741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 868044

[startup+2.7029 s]
/proc/loadavg: 2.37 2.11 2.03 3/91 1711
/proc/meminfo: memFree=1549760/2055920 swapFree=4192812/4192956
[pid=1699] ppid=1697 vsize=868212 CPUtime=2.65
/proc/1699/stat : 1699 (java) S 1697 1699 31822 0 -1 0 30400 606 1 0 201 42 21 1 18 0 9 0 28116519 889049088 20985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1699/statm: 217053 20985 2661 9 0 211489 0
[pid=1699/tid=1700] ppid=1697 vsize=868212 CPUtime=2.09
/proc/1699/task/1700/stat : 1700 (java) R 1697 1699 31822 0 -1 64 22234 606 1 0 150 37 21 1 25 0 9 0 28116520 889049088 20985 996147200 134512640 134550932 4294955968 18446744073709551615 4127287710 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1703] ppid=1697 vsize=868212 CPUtime=0.41
/proc/1699/task/1703/stat : 1703 (java) S 1697 1699 31822 0 -1 64 6348 606 0 0 17 2 21 1 16 0 9 0 28116521 889049088 20985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1704] ppid=1697 vsize=868212 CPUtime=0.22
/proc/1699/task/1704/stat : 1704 (java) S 1697 1699 31822 0 -1 64 19 606 0 0 0 0 21 1 16 0 9 0 28116522 889049088 20985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1705] ppid=1697 vsize=868212 CPUtime=0.22
/proc/1699/task/1705/stat : 1705 (java) S 1697 1699 31822 0 -1 64 8 606 0 0 0 0 21 1 15 0 9 0 28116522 889049088 20985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1706] ppid=1697 vsize=868212 CPUtime=0.22
/proc/1699/task/1706/stat : 1706 (java) S 1697 1699 31822 0 -1 64 1 606 0 0 0 0 21 1 18 0 9 0 28116524 889049088 20985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1707] ppid=1697 vsize=868212 CPUtime=0.55
/proc/1699/task/1707/stat : 1707 (java) S 1697 1699 31822 0 -1 64 965 606 0 0 33 0 21 1 15 0 9 0 28116524 889049088 20985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1708] ppid=1697 vsize=868212 CPUtime=0.22
/proc/1699/task/1708/stat : 1708 (java) S 1697 1699 31822 0 -1 64 1 606 0 0 0 0 21 1 19 0 9 0 28116524 889049088 20985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1709] ppid=1697 vsize=868212 CPUtime=0.22
/proc/1699/task/1709/stat : 1709 (java) S 1697 1699 31822 0 -1 64 13 606 0 0 0 0 21 1 15 0 9 0 28116524 889049088 20985 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 868212

[startup+2.90291 s]
/proc/loadavg: 2.37 2.11 2.03 3/91 1711
/proc/meminfo: memFree=1549760/2055920 swapFree=4192812/4192956
[pid=1699] ppid=1697 vsize=868212 CPUtime=2.85
/proc/1699/stat : 1699 (java) S 1697 1699 31822 0 -1 0 30425 606 1 0 221 42 21 1 18 0 9 0 28116519 889049088 20999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1699/statm: 217053 20999 2661 9 0 211489 0
[pid=1699/tid=1700] ppid=1697 vsize=868212 CPUtime=2.27
/proc/1699/task/1700/stat : 1700 (java) R 1697 1699 31822 0 -1 64 22248 606 1 0 168 37 21 1 25 0 9 0 28116520 889049088 20999 996147200 134512640 134550932 4294955968 18446744073709551615 4126095885 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1703] ppid=1697 vsize=868212 CPUtime=0.41
/proc/1699/task/1703/stat : 1703 (java) S 1697 1699 31822 0 -1 64 6348 606 0 0 17 2 21 1 16 0 9 0 28116521 889049088 20999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1704] ppid=1697 vsize=868212 CPUtime=0.22
/proc/1699/task/1704/stat : 1704 (java) S 1697 1699 31822 0 -1 64 19 606 0 0 0 0 21 1 16 0 9 0 28116522 889049088 20999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1705] ppid=1697 vsize=868212 CPUtime=0.22
/proc/1699/task/1705/stat : 1705 (java) S 1697 1699 31822 0 -1 64 8 606 0 0 0 0 21 1 15 0 9 0 28116522 889049088 20999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1706] ppid=1697 vsize=868212 CPUtime=0.22
/proc/1699/task/1706/stat : 1706 (java) S 1697 1699 31822 0 -1 64 1 606 0 0 0 0 21 1 18 0 9 0 28116524 889049088 20999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1707] ppid=1697 vsize=868212 CPUtime=0.57
/proc/1699/task/1707/stat : 1707 (java) S 1697 1699 31822 0 -1 64 976 606 0 0 35 0 21 1 15 0 9 0 28116524 889049088 20999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1708] ppid=1697 vsize=868212 CPUtime=0.22
/proc/1699/task/1708/stat : 1708 (java) S 1697 1699 31822 0 -1 64 1 606 0 0 0 0 21 1 19 0 9 0 28116524 889049088 20999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1709] ppid=1697 vsize=868212 CPUtime=0.22
/proc/1699/task/1709/stat : 1709 (java) S 1697 1699 31822 0 -1 64 13 606 0 0 0 0 21 1 15 0 9 0 28116524 889049088 20999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 868212

[startup+3.00292 s]
/proc/loadavg: 2.37 2.11 2.03 3/91 1711
/proc/meminfo: memFree=1549760/2055920 swapFree=4192812/4192956
[pid=1699] ppid=1697 vsize=868212 CPUtime=2.95
/proc/1699/stat : 1699 (java) S 1697 1699 31822 0 -1 0 30696 606 1 0 231 42 21 1 18 0 9 0 28116519 889049088 21011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1699/statm: 217053 21011 2661 9 0 211489 0
[pid=1699/tid=1700] ppid=1697 vsize=868212 CPUtime=2.35
/proc/1699/task/1700/stat : 1700 (java) R 1697 1699 31822 0 -1 64 22511 606 1 0 176 37 21 1 25 0 9 0 28116520 889049088 21011 996147200 134512640 134550932 4294955968 18446744073709551615 4127295832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1703] ppid=1697 vsize=868212 CPUtime=0.41
/proc/1699/task/1703/stat : 1703 (java) S 1697 1699 31822 0 -1 64 6348 606 0 0 17 2 21 1 16 0 9 0 28116521 889049088 21011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1704] ppid=1697 vsize=868212 CPUtime=0.22
/proc/1699/task/1704/stat : 1704 (java) S 1697 1699 31822 0 -1 64 19 606 0 0 0 0 21 1 16 0 9 0 28116522 889049088 21011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1705] ppid=1697 vsize=868212 CPUtime=0.22
/proc/1699/task/1705/stat : 1705 (java) S 1697 1699 31822 0 -1 64 8 606 0 0 0 0 21 1 15 0 9 0 28116522 889049088 21011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1706] ppid=1697 vsize=868212 CPUtime=0.22
/proc/1699/task/1706/stat : 1706 (java) S 1697 1699 31822 0 -1 64 1 606 0 0 0 0 21 1 18 0 9 0 28116524 889049088 21011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1707] ppid=1697 vsize=868212 CPUtime=0.58
/proc/1699/task/1707/stat : 1707 (java) S 1697 1699 31822 0 -1 64 984 606 0 0 36 0 21 1 15 0 9 0 28116524 889049088 21011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1708] ppid=1697 vsize=868212 CPUtime=0.22
/proc/1699/task/1708/stat : 1708 (java) S 1697 1699 31822 0 -1 64 1 606 0 0 0 0 21 1 19 0 9 0 28116524 889049088 21011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1699/tid=1709] ppid=1697 vsize=868212 CPUtime=0.22
/proc/1699/task/1709/stat : 1709 (java) S 1697 1699 31822 0 -1 64 13 606 0 0 0 0 21 1 15 0 9 0 28116524 889049088 21011 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 868212

Child status: 0
Real time (s): 3.09279
CPU time (s): 3.04953
CPU user time (s): 2.5996
CPU system time (s): 0.449931
CPU usage (%): 98.6013
Max. virtual memory (cumulated for all children) (KiB): 871564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.5996
system time used= 0.449931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31424
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= 1764
involuntary context switches= 1869

runsolver used 0.002999 second user time and 0.017997 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-12 17:57:28
IDJOB=2098202
IDBENCH=58445
IDSOLVER=774
FILE ID=node41/2098202-1247414248
PBS_JOBID= 9510562
Free space on /tmp= 65884 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-will199GPIA-5.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-2098202-1247414248/watcher-2098202-1247414248 -o /tmp/evaluation-result-2098202-1247414248/solver-2098202-1247414248 -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-2098202-1247414248.xml

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

MD5SUM BENCH= 87a34faf606f472309e50b18cc55bff3
RANDOM SEED=1748801234

node41.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.212
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	: 5931.00
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.212
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:       1618488 kB
Buffers:         40588 kB
Cached:         139204 kB
SwapCached:          0 kB
Active:         296248 kB
Inactive:        82916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3396 kB
Writeback:           0 kB
Mapped:         219820 kB
Slab:            43272 kB
Committed_AS:  1022680 kB
PageTables:       2100 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= 65884 MiB
End job on node41 at 2009-07-12 17:57:31