Trace number 2098039

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.32119 5.3523

DiagnosticValue
CHECKS135370
NODES394

General information on the benchmark

Namecsp/graphColoring/school/
normalized-school1-14.xml
MD5SUMe3baeab03a06419e2e35dbf0b3c66999
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.722889
Satisfiable
(Un)Satisfiability was proved
Number of variables385
Number of constraints19095
Maximum constraint arity2
Maximum domain size14
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19095
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.22	
0.19/0.22	   configuration
0.19/0.22	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2098039-1247414207.xml
0.29/0.32	   
0.29/0.32	   domains being loaded...
0.29/0.33	   
0.29/0.33	   variables being loaded...
0.39/0.42	     nbVariables=385  nbDomainTypes=1  minDomainSize=14  maxDomainSize=14  nbTotalValues=5390
0.39/0.42	       =>  wckTime=0.199  cpuTime=0.14  mem=8M868
0.39/0.42	   
0.39/0.42	   predicates being loaded...
0.39/0.48	   
0.39/0.48	   constraints being loaded...
4.07/4.20	     nbConstraints=19144  nbGlobalConstraints=49  nbConvertedConstraints=19095  nbConvertConstraintsChecks=392
4.07/4.20	     nbExtensionStructures=2  nbSharedExtensionStructures=19093  nbConflictsStructures=13
4.07/4.20	     nbSharedConflictsStructures=19093  nbSharedBinaryRepresentations=14  minDegree=3  maxDegree=283  minArity=2
4.07/4.20	     avgArity=2.01  maxArity=14  nbGenerators=16  nbFusions=12  symmetryWckTime=0.973  symmetryCpuTime=0.45
4.07/4.20	     nbCliques=33
4.07/4.20	       =>  wckTime=3.972  cpuTime=3.0  mem=41M678
4.26/4.40	   
4.36/4.41	   solver IterativeSystematicSolver being built... 
4.36/4.49	   
4.46/4.50	   INFO : Forward propagation technique limited 
4.46/4.58	       =>  wckTime=4.358  cpuTime=3.15  mem=39M883
4.56/4.62	   
4.56/4.62	   preprocessing
4.56/4.62	     nbConstraintChecks=358  nbPropagations=397  nbRevisions=26  nbUselessRevisions=0  nbRemovedValues=30
4.56/4.62	     nbRemovedTuples=91  detectedInconsistency=no
4.56/4.62	       =>  wckTime=0.038  cpuTime=0.03  mem=39M883
5.26/5.32	   
5.26/5.32	   search
5.26/5.32	     run=0  nbConstraintChecks=135012  minDepth=3  maxDepth=385  nbPropagations=4086  nbRevisions=53316
5.26/5.32	     nbUselessRevisions=48376  nbAssignments=394  nbFailedAssignments=9  nbBacktracks=0  nbVisitedNodes=404
5.26/5.32	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
5.26/5.32	     nbREliminables=4.33  nbIEliminables=364.18  nbDEliminables=0  nbPEliminables=0
5.26/5.32	       =>  wckTime=0.737  cpuTime=0.67  mem=40M894
5.26/5.32	   
5.26/5.32	   global
5.26/5.32	     nbConstraintChecks=135370  nbPropagations=4483  nbRevisions=53342  nbUselessRevisions=48376  nbRestartNogoods=0
5.26/5.32	     solvingWckTime=0.74  solvingCpuTime=0.67  expiredTime=no  totalExploration=no  nbFoundSolutions=1
5.26/5.32	     firstSolutionCpuTime=3.79  globalCpuTime=3.88
5.26/5.32	       =>  wckTime=5.1  cpuTime=3.82  mem=40M894
5.26/5.32	   
5.26/5.32	s SATISFIABLE
5.26/5.32	v 12 0 9 11 8 0 6 12 3 7 13 4 3 2 12 1 3 9 7 1 3 5 6 11 8 12 5 9 2 12 3 1 6 4 9 7 11 1 3 0 8 13 4 8 8 6 2 12 8 9 2 12 1 3 13 10 12 7 13 5 11 1 3 6 10 0 4 2 12 4 2 6 10 0 7 13 5 11 1 7 13 5 11 1 7 1 4 2 6 10 0 4 2 6 10 0 11 1 10 3 7 13 5 0 12 8 9 13 5 10 0 6 7 4 11 4 11 4 11 9 7 13 11 0 10 4 12 8 3 1 2 1 2 1 2 13 0 0 2 2 3 2 8 6 10 9 7 3 13 4 1 0 13 1 3 3 4 2 12 10 8 0 13 5 4 7 9 12 11 1 3 2 12 8 6 1 9 6 10 11 13 4 0 10 2 5 2 1 2 4 6 3 2 1 0 9 12 9 9 8 6 8 1 7 13 6 10 2 12 8 6 13 5 12 10 1 11 13 5 11 0 4 2 11 1 5 10 7 12 0 7 6 5 0 12 0 12 3 12 3 0 13 3 9 7 5 4 2 12 0 11 1 3 8 10 9 13 5 8 10 0 2 12 1 3 9 4 5 2 12 4 8 10 0 11 1 11 8 10 0 11 1 3 13 0 9 13 5 4 2 7 2 1 9 5 13 12 8 10 11 3 9 7 12 0 3 5 2 2 8 6 10 5 13 13 13 10 4 12 8 6 13 9 7 11 0 9 11 0 4 9 8 6 10 8 6 10 1 9 11 7 13 5 7 13 5 9 7 13 8 0 6 7 4 5 4 2 6 10 0 11 1 3 9 7 13 4 2 12 8 6 10 11 1 3 5 5 12 5 4 2 3 13 0 0 
5.26/5.32	d NODES 394
5.26/5.32	d CHECKS 135370
5.26/5.32	   
5.26/5.32	   totalWckTime=5.149  totalCpuTime=3.89

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2098039-1247414207/watcher-2098039-1247414207 -o /tmp/evaluation-result-2098039-1247414207/solver-2098039-1247414207 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098039-1247414207.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.06 2.03 2.00 3/81 32702
/proc/meminfo: memFree=1671560/2055920 swapFree=4192812/4192956
[pid=32702] ppid=32700 vsize=18576 CPUtime=0
/proc/32702/stat : 32702 (runsolver) R 32700 32702 30988 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28486061 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 214945033511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/32702/statm: 4644 284 249 26 0 2626 0

[startup+0.0914561 s]
/proc/loadavg: 2.06 2.03 2.00 3/81 32702
/proc/meminfo: memFree=1671560/2055920 swapFree=4192812/4192956
[pid=32702] ppid=32700 vsize=865984 CPUtime=0.07
/proc/32702/stat : 32702 (java) S 32700 32702 30988 0 -1 0 3712 0 1 0 6 1 0 0 18 0 9 0 28486061 886767616 3180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32702/statm: 216496 3180 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865984

[startup+0.101432 s]
/proc/loadavg: 2.06 2.03 2.00 3/81 32702
/proc/meminfo: memFree=1671560/2055920 swapFree=4192812/4192956
[pid=32702] ppid=32700 vsize=865984 CPUtime=0.09
/proc/32702/stat : 32702 (java) S 32700 32702 30988 0 -1 0 3851 0 1 0 7 2 0 0 18 0 9 0 28486061 886767616 3294 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32702/statm: 216496 3294 1735 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.30146 s]
/proc/loadavg: 2.06 2.03 2.00 3/81 32702
/proc/meminfo: memFree=1671560/2055920 swapFree=4192812/4192956
[pid=32702] ppid=32700 vsize=866476 CPUtime=0.29
/proc/32702/stat : 32702 (java) S 32700 32702 30988 0 -1 0 5942 0 1 0 26 3 0 0 18 0 9 0 28486061 887271424 5308 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32702/statm: 216619 5309 1983 9 0 211077 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866476

[startup+0.701503 s]
/proc/loadavg: 2.06 2.03 2.00 3/81 32702
/proc/meminfo: memFree=1671560/2055920 swapFree=4192812/4192956
[pid=32702] ppid=32700 vsize=867744 CPUtime=0.69
/proc/32702/stat : 32702 (java) S 32700 32702 30988 0 -1 0 8981 0 1 0 63 6 0 0 18 0 9 0 28486061 888569856 8335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32702/statm: 216936 8336 2037 9 0 211372 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867744

[startup+1.5026 s]
/proc/loadavg: 2.06 2.03 2.00 3/90 32711
/proc/meminfo: memFree=1628480/2055920 swapFree=4192812/4192956
[pid=32702] ppid=32700 vsize=867656 CPUtime=1.49
/proc/32702/stat : 32702 (java) S 32700 32702 30988 0 -1 0 18870 0 1 0 137 12 0 0 18 0 9 0 28486061 888479744 18196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32702/statm: 216914 18196 2029 9 0 211372 0
[pid=32702/tid=32704] ppid=32700 vsize=867656 CPUtime=1.23
/proc/32702/task/32704/stat : 32704 (java) R 32700 32702 30988 0 -1 64 15828 0 1 0 113 10 0 0 25 0 9 0 28486062 888479744 18196 996147200 134512640 134550932 4294955968 18446744073709551615 4126749343 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32702/tid=32705] ppid=32700 vsize=867656 CPUtime=0.07
/proc/32702/task/32705/stat : 32705 (java) S 32700 32702 30988 0 -1 64 1665 0 0 0 7 0 0 0 16 0 9 0 28486064 888479744 18196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32702/tid=32706] ppid=32700 vsize=867656 CPUtime=0
/proc/32702/task/32706/stat : 32706 (java) S 32700 32702 30988 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28486064 888479744 18196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32702/tid=32707] ppid=32700 vsize=867656 CPUtime=0
/proc/32702/task/32707/stat : 32707 (java) S 32700 32702 30988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28486064 888479744 18196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32702/tid=32708] ppid=32700 vsize=867656 CPUtime=0
/proc/32702/task/32708/stat : 32708 (java) S 32700 32702 30988 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28486066 888479744 18196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32709] ppid=32700 vsize=867660 CPUtime=0.15
/proc/32702/task/32709/stat : 32709 (java) S 32700 32702 30988 0 -1 64 676 0 0 0 15 0 0 0 16 0 9 0 28486066 888483840 18196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32702/tid=32710] ppid=32700 vsize=867656 CPUtime=0
/proc/32702/task/32710/stat : 32710 (java) S 32700 32702 30988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28486066 888479744 18196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32711] ppid=32700 vsize=867656 CPUtime=0
/proc/32702/task/32711/stat : 32711 (java) S 32700 32702 30988 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28486066 888479744 18196 996147200 134512640 134550932 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) 867656

[startup+3.10278 s]
/proc/loadavg: 2.06 2.03 2.00 3/90 32711
/proc/meminfo: memFree=1606144/2055920 swapFree=4192812/4192956
[pid=32702] ppid=32700 vsize=867656 CPUtime=3.09
/proc/32702/stat : 32702 (java) S 32700 32702 30988 0 -1 0 21360 0 1 0 228 81 0 0 18 0 9 0 28486061 888479744 20684 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32702/statm: 216914 20685 2029 9 0 211372 0
[pid=32702/tid=32704] ppid=32700 vsize=867656 CPUtime=2.71
/proc/32702/task/32704/stat : 32704 (java) R 32700 32702 30988 0 -1 64 15830 0 1 0 192 79 0 0 24 0 9 0 28486062 888479744 20686 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32702/tid=32705] ppid=32700 vsize=867656 CPUtime=0.15
/proc/32702/task/32705/stat : 32705 (java) R 32700 32702 30988 0 -1 64 4117 0 0 0 14 1 0 0 16 0 9 0 28486064 888479744 20687 996147200 134512640 134550932 4294955968 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32702/tid=32706] ppid=32700 vsize=867656 CPUtime=0
/proc/32702/task/32706/stat : 32706 (java) S 32700 32702 30988 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28486064 888479744 20689 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32702/tid=32707] ppid=32700 vsize=867656 CPUtime=0
/proc/32702/task/32707/stat : 32707 (java) S 32700 32702 30988 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28486064 888479744 20690 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32702/tid=32708] ppid=32700 vsize=867656 CPUtime=0
/proc/32702/task/32708/stat : 32708 (java) S 32700 32702 30988 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28486066 888479744 20691 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32709] ppid=32700 vsize=867656 CPUtime=0.2
/proc/32702/task/32709/stat : 32709 (java) S 32700 32702 30988 0 -1 64 715 0 0 0 20 0 0 0 17 0 9 0 28486066 888479744 20692 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32702/tid=32710] ppid=32700 vsize=867656 CPUtime=0
/proc/32702/task/32710/stat : 32710 (java) S 32700 32702 30988 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28486066 888479744 20693 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32711] ppid=32700 vsize=867656 CPUtime=0
/proc/32702/task/32711/stat : 32711 (java) S 32700 32702 30988 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28486066 888479744 20694 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 867656

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

[startup+4.70096 s]
/proc/loadavg: 2.22 2.06 2.01 3/90 32715
/proc/meminfo: memFree=1587456/2055920 swapFree=4192812/4192956
[pid=32702] ppid=32700 vsize=868204 CPUtime=4.66
/proc/32702/stat : 32702 (java) S 32700 32702 30988 0 -1 0 38159 1231 1 0 332 89 44 1 18 0 9 0 28486061 889040896 25406 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32702/statm: 217051 25406 2663 9 0 211487 0
[pid=32702/tid=32704] ppid=32700 vsize=868204 CPUtime=3.9
/proc/32702/task/32704/stat : 32704 (java) R 32700 32702 30988 0 -1 64 24216 1231 1 0 262 83 44 1 17 0 9 0 28486062 889040896 25406 996147200 134512640 134550932 4294955968 18446744073709551615 4125950740 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32705] ppid=32700 vsize=868204 CPUtime=0.87
/proc/32702/task/32705/stat : 32705 (java) R 32700 32702 30988 0 -1 64 12009 1231 0 0 39 3 44 1 18 0 9 0 28486064 889040896 25406 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32706] ppid=32700 vsize=868204 CPUtime=0.45
/proc/32702/task/32706/stat : 32706 (java) S 32700 32702 30988 0 -1 64 21 1231 0 0 0 0 44 1 16 0 9 0 28486064 889040896 25406 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32707] ppid=32700 vsize=868204 CPUtime=0.45
/proc/32702/task/32707/stat : 32707 (java) S 32700 32702 30988 0 -1 64 9 1231 0 0 0 0 44 1 16 0 9 0 28486064 889040896 25406 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32708] ppid=32700 vsize=868204 CPUtime=0.45
/proc/32702/task/32708/stat : 32708 (java) S 32700 32702 30988 0 -1 64 2 1231 0 0 0 0 44 1 18 0 9 0 28486066 889040896 25406 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32709] ppid=32700 vsize=868204 CPUtime=0.76
/proc/32702/task/32709/stat : 32709 (java) S 32700 32702 30988 0 -1 64 1088 1231 0 0 30 1 44 1 15 0 9 0 28486066 889040896 25406 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32710] ppid=32700 vsize=868204 CPUtime=0.45
/proc/32702/task/32710/stat : 32710 (java) S 32700 32702 30988 0 -1 64 0 1231 0 0 0 0 44 1 19 0 9 0 28486066 889040896 25406 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32711] ppid=32700 vsize=868204 CPUtime=0.45
/proc/32702/task/32711/stat : 32711 (java) S 32700 32702 30988 0 -1 64 11 1231 0 0 0 0 44 1 15 0 9 0 28486066 889040896 25406 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 868204

[startup+5.102 s]
/proc/loadavg: 2.22 2.06 2.01 3/90 32715
/proc/meminfo: memFree=1587456/2055920 swapFree=4192812/4192956
[pid=32702] ppid=32700 vsize=868204 CPUtime=5.06
/proc/32702/stat : 32702 (java) S 32700 32702 30988 0 -1 0 38177 1231 1 0 372 89 44 1 18 0 9 0 28486061 889040896 25423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32702/statm: 217051 25423 2663 9 0 211487 0
[pid=32702/tid=32704] ppid=32700 vsize=868204 CPUtime=4.27
/proc/32702/task/32704/stat : 32704 (java) R 32700 32702 30988 0 -1 64 24218 1231 1 0 299 83 44 1 21 0 9 0 28486062 889040896 25423 996147200 134512640 134550932 4294955968 18446744073709551615 4127319534 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32705] ppid=32700 vsize=868204 CPUtime=0.87
/proc/32702/task/32705/stat : 32705 (java) S 32700 32702 30988 0 -1 64 12009 1231 0 0 39 3 44 1 18 0 9 0 28486064 889040896 25423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32706] ppid=32700 vsize=868204 CPUtime=0.45
/proc/32702/task/32706/stat : 32706 (java) S 32700 32702 30988 0 -1 64 21 1231 0 0 0 0 44 1 16 0 9 0 28486064 889040896 25423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32707] ppid=32700 vsize=868204 CPUtime=0.45
/proc/32702/task/32707/stat : 32707 (java) S 32700 32702 30988 0 -1 64 9 1231 0 0 0 0 44 1 16 0 9 0 28486064 889040896 25423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32708] ppid=32700 vsize=868204 CPUtime=0.45
/proc/32702/task/32708/stat : 32708 (java) S 32700 32702 30988 0 -1 64 2 1231 0 0 0 0 44 1 18 0 9 0 28486066 889040896 25423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32709] ppid=32700 vsize=868204 CPUtime=0.79
/proc/32702/task/32709/stat : 32709 (java) S 32700 32702 30988 0 -1 64 1104 1231 0 0 33 1 44 1 15 0 9 0 28486066 889040896 25423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32710] ppid=32700 vsize=868204 CPUtime=0.45
/proc/32702/task/32710/stat : 32710 (java) S 32700 32702 30988 0 -1 64 0 1231 0 0 0 0 44 1 19 0 9 0 28486066 889040896 25423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32711] ppid=32700 vsize=868204 CPUtime=0.45
/proc/32702/task/32711/stat : 32711 (java) S 32700 32702 30988 0 -1 64 11 1231 0 0 0 0 44 1 15 0 9 0 28486066 889040896 25423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 868204

[startup+5.30203 s]
/proc/loadavg: 2.22 2.06 2.01 3/90 32715
/proc/meminfo: memFree=1587456/2055920 swapFree=4192812/4192956
[pid=32702] ppid=32700 vsize=868204 CPUtime=5.26
/proc/32702/stat : 32702 (java) S 32700 32702 30988 0 -1 0 38186 1231 1 0 392 89 44 1 18 0 9 0 28486061 889040896 25429 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32702/statm: 217051 25429 2663 9 0 211487 0
[pid=32702/tid=32704] ppid=32700 vsize=868204 CPUtime=4.45
/proc/32702/task/32704/stat : 32704 (java) R 32700 32702 30988 0 -1 64 24223 1231 1 0 317 83 44 1 23 0 9 0 28486062 889040896 25429 996147200 134512640 134550932 4294955968 18446744073709551615 4127121120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32705] ppid=32700 vsize=868204 CPUtime=0.87
/proc/32702/task/32705/stat : 32705 (java) S 32700 32702 30988 0 -1 64 12009 1231 0 0 39 3 44 1 18 0 9 0 28486064 889040896 25429 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32706] ppid=32700 vsize=868204 CPUtime=0.45
/proc/32702/task/32706/stat : 32706 (java) S 32700 32702 30988 0 -1 64 21 1231 0 0 0 0 44 1 16 0 9 0 28486064 889040896 25429 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32707] ppid=32700 vsize=868204 CPUtime=0.45
/proc/32702/task/32707/stat : 32707 (java) S 32700 32702 30988 0 -1 64 9 1231 0 0 0 0 44 1 16 0 9 0 28486064 889040896 25429 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32708] ppid=32700 vsize=868204 CPUtime=0.45
/proc/32702/task/32708/stat : 32708 (java) S 32700 32702 30988 0 -1 64 2 1231 0 0 0 0 44 1 18 0 9 0 28486066 889040896 25429 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32709] ppid=32700 vsize=868204 CPUtime=0.8
/proc/32702/task/32709/stat : 32709 (java) S 32700 32702 30988 0 -1 64 1108 1231 0 0 34 1 44 1 15 0 9 0 28486066 889040896 25429 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32710] ppid=32700 vsize=868204 CPUtime=0.45
/proc/32702/task/32710/stat : 32710 (java) S 32700 32702 30988 0 -1 64 0 1231 0 0 0 0 44 1 19 0 9 0 28486066 889040896 25429 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32702/tid=32711] ppid=32700 vsize=868204 CPUtime=0.45
/proc/32702/task/32711/stat : 32711 (java) S 32700 32702 30988 0 -1 64 11 1231 0 0 0 0 44 1 15 0 9 0 28486066 889040896 25429 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.26
Current children cumulated vsize (KiB) 868204

Child status: 0
Real time (s): 5.3523
CPU time (s): 5.32119
CPU user time (s): 4.39333
CPU system time (s): 0.927858
CPU usage (%): 99.4187
Max. virtual memory (cumulated for all children) (KiB): 868368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.39333
system time used= 0.927858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39448
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= 1411
involuntary context switches= 1400

runsolver used 0.012998 second user time and 0.024996 second system time

The end

Launcher Data

Begin job on node85 at 2009-07-12 17:56:47
IDJOB=2098039
IDBENCH=58098
IDSOLVER=773
FILE ID=node85/2098039-1247414207
PBS_JOBID= 9510482
Free space on /tmp= 126548 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/graphColoring/school/normalized-school1-14.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098039-1247414207/watcher-2098039-1247414207 -o /tmp/evaluation-result-2098039-1247414207/solver-2098039-1247414207 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2098039-1247414207.xml

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

MD5SUM BENCH= e3baeab03a06419e2e35dbf0b3c66999
RANDOM SEED=20606979

node85.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1672040 kB
Buffers:         41184 kB
Cached:         116236 kB
SwapCached:          0 kB
Active:         266924 kB
Inactive:        60288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1672040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4440 kB
Writeback:           0 kB
Mapped:         190008 kB
Slab:            41648 kB
Committed_AS:  1005432 kB
PageTables:       2068 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= 126548 MiB
End job on node85 at 2009-07-12 17:56:53