Trace number 1090465

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 2.97355 3.02612

DiagnosticValue
CHECKS40402
NODES701

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-will199GPIA-7.xml
MD5SUM0469c82b1d9f137719acfe737472f4da
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.311952
Satisfiable
(Un)Satisfiability was proved
Number of variables701
Number of constraints7065
Maximum constraint arity2
Maximum domain size7
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 (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1090465-1215271431.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.39/0.45	     nbVariables=701  nbDomainTypes=1  minDomainSize=7  maxDomainSize=7  nbTotalValues=4907
0.39/0.45	       =>  wckTime=0.202  cpuTime=0.16  mem=9M869
0.39/0.45	   
0.39/0.45	   predicates being loaded...
0.48/0.50	   
0.48/0.50	   constraints being loaded...
2.17/2.28	     nbConstraints=6783  nbGlobalConstraints=11  nbMergedConstraints=293  nbConvertedConstraints=6772
2.17/2.28	     nbConvertConstraintsChecks=14406  nbExtensionStructures=294  nbSharedExtensionStructures=6771
2.17/2.28	     nbConflictsStructures=294  nbSharedConflictsStructures=6771  nbSharedBinaryRepresentations=4109  minDegree=6
2.17/2.28	     maxDegree=39  minArity=2  avgArity=2  maxArity=5  nbGenerators=6  nbFusions=0  symmetryWckTime=0.596
2.17/2.28	     symmetryCpuTime=0.2  nbCliques=5
2.17/2.28	       =>  wckTime=2.037  cpuTime=1.44  mem=17M761
2.36/2.40	   
2.36/2.41	   solver IterativeSystematicSolver being built... 
2.36/2.48	   
2.36/2.49	   INFO : Forward propagation technique limited 
2.46/2.58	       =>  wckTime=2.338  cpuTime=1.6  mem=28M947
2.56/2.63	   
2.56/2.63	   preprocessing
2.56/2.63	     nbConstraintChecks=0  nbPropagations=701  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.56/2.63	     detectedInconsistency=no
2.56/2.63	       =>  wckTime=0.045  cpuTime=0.04  mem=28M947
2.86/2.97	   
2.86/2.97	   search
2.86/2.97	     run=0  nbConstraintChecks=40402  minDepth=702  maxDepth=701  nbPropagations=4240  nbRevisions=7085
2.86/2.97	     nbUselessRevisions=4224  nbAssignments=701  nbFailedAssignments=0  nbBacktracks=0  nbVisitedNodes=702
2.86/2.97	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
2.86/2.97	     nbREliminables=102.49  nbIEliminables=267.33  nbDEliminables=0  nbPEliminables=0
2.86/2.97	       =>  wckTime=0.386  cpuTime=0.34  mem=31M932
2.86/2.97	   
2.86/2.97	   global
2.86/2.97	     nbConstraintChecks=40402  nbPropagations=4941  nbRevisions=7085  nbUselessRevisions=4224  nbRestartNogoods=0
2.86/2.97	     solvingWckTime=0.388  solvingCpuTime=0.34  expiredTime=no  totalExploration=no  nbFoundSolutions=1
2.86/2.97	     firstSolutionCpuTime=1.92  globalCpuTime=1.98
2.86/2.97	       =>  wckTime=2.73  cpuTime=1.94  mem=31M932
2.86/2.98	   
2.86/2.98	s SATISFIABLE
2.86/2.98	v 0 4 1 0 4 2 3 0 3 2 0 3 2 4 0 4 2 0 4 1 3 2 3 1 5 3 1 4 4 3 2 4 1 0 2 1 2 0 1 2 0 4 2 4 3 2 0 1 3 4 3 1 4 3 2 0 3 0 2 3 0 2 1 0 1 2 0 1 3 2 5 2 4 5 2 0 1 4 1 0 4 1 2 3 4 3 2 4 3 0 1 5 3 0 5 3 0 2 4 3 0 4 3 1 2 4 2 1 4 2 0 3 3 4 0 3 4 2 1 4 1 2 4 1 0 3 3 4 0 3 4 2 1 3 1 2 3 1 0 2 1 2 0 1 2 3 6 4 0 3 4 0 3 1 1 4 3 1 4 3 2 1 0 3 1 0 2 5 0 5 2 0 5 3 2 4 5 3 4 5 0 2 2 4 0 2 4 1 3 3 4 1 3 4 0 1 4 3 0 4 3 0 2 3 4 0 3 4 1 2 4 0 1 2 4 0 1 2 0 1 2 3 4 1 5 3 1 0 2 4 6 0 2 5 0 2 1 3 4 2 5 3 3 0 1 4 3 0 2 1 3 4 0 2 3 4 0 2 6 1 0 5 4 1 3 5 4 2 1 3 4 2 3 1 3 1 2 0 4 1 5 2 0 3 2 1 0 3 2 5 5 0 3 2 5 0 3 2 5 2 0 1 5 4 0 3 4 0 2 3 4 0 1 3 3 2 0 1 3 2 0 1 3 1 0 2 3 1 0 2 3 0 1 4 2 2 1 0 3 4 3 0 2 4 1 1 2 0 3 4 2 0 4 3 5 0 4 1 3 5 3 1 2 4 5 0 2 1 3 4 2 1 3 5 4 4 3 0 1 6 1 0 4 3 5 3 2 0 1 5 1 0 2 3 4 0 2 1 4 5 2 0 1 3 4 1 2 0 2 4 0 2 4 3 0 1 3 0 1 4 3 2 4 3 2 1 0 4 1 0 4 1 2 3 1 2 3 1 4 0 1 4 0 2 1 3 6 1 3 0 3 4 0 3 4 0 1 4 0 1 4 2 0 4 2 0 4 1 2 4 1 3 4 0 3 4 0 2 3 0 2 3 0 3 4 0 3 4 0 1 3 0 1 3 0 2 3 0 2 4 1 0 4 3 0 1 2 3 4 2 3 4 2 0 1 2 0 1 3 2 1 3 2 1 3 4 0 3 4 0 2 1 4 3 1 4 0 3 2 0 3 2 0 1 3 0 1 3 2 0 4 2 0 4 1 2 3 1 2 3 0 3 2 4 3 2 0 2 3 1 3 1 0 1 2 3 6 1 2 3 2 0 3 6 1 2 0 3 0 3 4 1 2 0 3 4 3 0 4 2 5 3 0 4 0 2 3 5 1 0 2 3 2 5 0 1 3 2 4 0 4 2 6 3 0 4 1 6 2 3 5 0 1 3 5 3 1 4 3 1 4 1 0 3 1 0 3 0 2 3 0 2 3 1 2 2 3 2 4 1 3 0 3 1 3 1 2 6 0 3 2 6 1 0 3 6 1 2 0 4 1 6 5 3 2 5 1 0 1 5 2 3 4 1 4 6 5 2 4 3 0 
2.86/2.98	d NODES 701
2.86/2.98	d CHECKS 40402
2.86/2.98	   
2.86/2.98	   totalWckTime=2.797  totalCpuTime=1.98

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-1090465-1215271431/watcher-1090465-1215271431 -o /tmp/evaluation-result-1090465-1215271431/solver-1090465-1215271431 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1090465-1215271431.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: 2.03 2.01 2.00 3/73 32657
/proc/meminfo: memFree=1402792/2055920 swapFree=4181096/4192956
[pid=32657] ppid=32655 vsize=152 CPUtime=0
/proc/32657/stat : 32657 (java) R 32655 32657 32005 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 164954481 155648 26 996147200 134512640 134550740 4294955968 18446744073709551615 5104420 0 0 4096 0 0 0 0 17 0 0 0
/proc/32657/statm: 38 26 19 9 0 4 0

[startup+0.085211 s]
/proc/loadavg: 2.03 2.01 2.00 3/73 32657
/proc/meminfo: memFree=1402792/2055920 swapFree=4181096/4192956
[pid=32657] ppid=32655 vsize=865884 CPUtime=0.07
/proc/32657/stat : 32657 (java) S 32655 32657 32005 0 -1 0 3621 0 1 0 6 1 0 0 18 0 9 0 164954481 886665216 3109 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32657/statm: 216471 3109 1667 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.101212 s]
/proc/loadavg: 2.03 2.01 2.00 3/73 32657
/proc/meminfo: memFree=1402792/2055920 swapFree=4181096/4192956
[pid=32657] ppid=32655 vsize=865884 CPUtime=0.09
/proc/32657/stat : 32657 (java) S 32655 32657 32005 0 -1 0 3745 0 1 0 8 1 0 0 18 0 9 0 164954481 886665216 3208 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32657/statm: 216471 3210 1701 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301233 s]
/proc/loadavg: 2.03 2.01 2.00 3/73 32657
/proc/meminfo: memFree=1402792/2055920 swapFree=4181096/4192956
[pid=32657] ppid=32655 vsize=866284 CPUtime=0.29
/proc/32657/stat : 32657 (java) S 32655 32657 32005 0 -1 0 5912 0 1 0 25 4 0 0 18 0 9 0 164954481 887074816 5286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32657/statm: 216571 5286 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.701274 s]
/proc/loadavg: 2.03 2.01 2.00 3/73 32657
/proc/meminfo: memFree=1402792/2055920 swapFree=4181096/4192956
[pid=32657] ppid=32655 vsize=867708 CPUtime=0.69
/proc/32657/stat : 32657 (java) S 32655 32657 32005 0 -1 0 9084 0 1 0 63 6 0 0 18 0 9 0 164954481 888532992 8444 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32657/statm: 216927 8445 2012 9 0 211433 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867708

[startup+1.50136 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 32666
/proc/meminfo: memFree=1362272/2055920 swapFree=4181096/4192956
[pid=32657] ppid=32655 vsize=867708 CPUtime=1.49
/proc/32657/stat : 32657 (java) S 32655 32657 32005 0 -1 0 15411 0 1 0 121 28 0 0 18 0 9 0 164954481 888532992 14768 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32657/statm: 216927 14769 2015 9 0 211433 0
[pid=32657/tid=32659] ppid=32655 vsize=867712 CPUtime=1.24
/proc/32657/task/32659/stat : 32659 (java) R 32655 32657 32005 0 -1 64 14000 0 1 0 98 26 0 0 25 0 9 0 164954482 888537088 14769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32660] ppid=32655 vsize=867708 CPUtime=0
/proc/32657/task/32660/stat : 32660 (java) S 32655 32657 32005 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 164954484 888532992 14769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32661] ppid=32655 vsize=867712 CPUtime=0
/proc/32657/task/32661/stat : 32661 (java) S 32655 32657 32005 0 -1 64 9 0 0 0 0 0 0 0 22 0 9 0 164954484 888537088 14769 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32662] ppid=32655 vsize=867708 CPUtime=0
/proc/32657/task/32662/stat : 32662 (java) S 32655 32657 32005 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 164954484 888532992 14770 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32663] ppid=32655 vsize=867708 CPUtime=0
/proc/32657/task/32663/stat : 32663 (java) S 32655 32657 32005 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 164954486 888532992 14770 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32664] ppid=32655 vsize=867708 CPUtime=0.22
/proc/32657/task/32664/stat : 32664 (java) S 32655 32657 32005 0 -1 64 715 0 0 0 22 0 0 0 15 0 9 0 164954486 888532992 14770 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32665] ppid=32655 vsize=867708 CPUtime=0
/proc/32657/task/32665/stat : 32665 (java) S 32655 32657 32005 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 164954486 888532992 14770 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32666] ppid=32655 vsize=867712 CPUtime=0
/proc/32657/task/32666/stat : 32666 (java) S 32655 32657 32005 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 164954486 888537088 14771 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867708

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

[startup+2.30245 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 32668
/proc/meminfo: memFree=1333648/2055920 swapFree=4181096/4192956
[pid=32657] ppid=32655 vsize=868136 CPUtime=2.26
/proc/32657/stat : 32657 (java) S 32655 32657 32005 0 -1 0 22353 484 1 0 166 38 21 1 18 0 10 0 164954481 888971264 18914 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32657/statm: 217034 18914 2063 9 0 211562 0
[pid=32657/tid=32659] ppid=32655 vsize=868136 CPUtime=1.85
/proc/32657/task/32659/stat : 32659 (java) S 32655 32657 32005 0 -1 64 17437 484 1 0 128 35 21 1 16 0 10 0 164954482 888971264 18914 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32660] ppid=32655 vsize=868136 CPUtime=0.33
/proc/32657/task/32660/stat : 32660 (java) R 32655 32657 32005 0 -1 64 3156 484 0 0 10 1 21 1 17 0 10 0 164954484 888971264 18914 996147200 134512640 134550740 4294955968 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32661] ppid=32655 vsize=868136 CPUtime=0.22
/proc/32657/task/32661/stat : 32661 (java) S 32655 32657 32005 0 -1 64 12 484 0 0 0 0 21 1 16 0 10 0 164954484 888971264 18914 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32662] ppid=32655 vsize=868136 CPUtime=0.22
/proc/32657/task/32662/stat : 32662 (java) S 32655 32657 32005 0 -1 64 5 484 0 0 0 0 21 1 16 0 10 0 164954484 888971264 18914 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32663] ppid=32655 vsize=868136 CPUtime=0.22
/proc/32657/task/32663/stat : 32663 (java) S 32655 32657 32005 0 -1 64 1 484 0 0 0 0 21 1 24 0 10 0 164954486 888971264 18914 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32664] ppid=32655 vsize=868136 CPUtime=0.48
/proc/32657/task/32664/stat : 32664 (java) S 32655 32657 32005 0 -1 64 930 484 0 0 26 0 21 1 16 0 10 0 164954486 888971264 18914 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32665] ppid=32655 vsize=868136 CPUtime=0.22
/proc/32657/task/32665/stat : 32665 (java) S 32655 32657 32005 0 -1 64 2 484 0 0 0 0 21 1 25 0 10 0 164954486 888971264 18914 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32666] ppid=32655 vsize=868136 CPUtime=0.22
/proc/32657/task/32666/stat : 32666 (java) S 32655 32657 32005 0 -1 64 12 484 0 0 0 0 21 1 15 0 10 0 164954486 888971264 18914 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 868136

[startup+2.70148 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 32668
/proc/meminfo: memFree=1333648/2055920 swapFree=4181096/4192956
[pid=32657] ppid=32655 vsize=868116 CPUtime=2.66
/proc/32657/stat : 32657 (java) S 32655 32657 32005 0 -1 0 30548 484 1 0 203 41 21 1 18 0 10 0 164954481 888950784 20945 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32657/statm: 217029 20945 2637 9 0 211535 0
[pid=32657/tid=32659] ppid=32655 vsize=868116 CPUtime=2.09
/proc/32657/task/32659/stat : 32659 (java) R 32655 32657 32005 0 -1 64 22415 484 1 0 151 36 21 1 17 0 10 0 164954482 888950784 20945 996147200 134512640 134550740 4294955968 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32660] ppid=32655 vsize=868116 CPUtime=0.42
/proc/32657/task/32660/stat : 32660 (java) S 32655 32657 32005 0 -1 64 6339 484 0 0 18 2 21 1 17 0 10 0 164954484 888950784 20945 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32661] ppid=32655 vsize=868116 CPUtime=0.22
/proc/32657/task/32661/stat : 32661 (java) S 32655 32657 32005 0 -1 64 14 484 0 0 0 0 21 1 16 0 10 0 164954484 888950784 20945 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32662] ppid=32655 vsize=868116 CPUtime=0.22
/proc/32657/task/32662/stat : 32662 (java) S 32655 32657 32005 0 -1 64 8 484 0 0 0 0 21 1 16 0 10 0 164954484 888950784 20945 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32663] ppid=32655 vsize=868116 CPUtime=0.22
/proc/32657/task/32663/stat : 32663 (java) S 32655 32657 32005 0 -1 64 1 484 0 0 0 0 21 1 24 0 10 0 164954486 888950784 20945 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32664] ppid=32655 vsize=868116 CPUtime=0.53
/proc/32657/task/32664/stat : 32664 (java) S 32655 32657 32005 0 -1 64 959 484 0 0 31 0 21 1 15 0 10 0 164954486 888950784 20945 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32665] ppid=32655 vsize=868116 CPUtime=0.22
/proc/32657/task/32665/stat : 32665 (java) S 32655 32657 32005 0 -1 64 2 484 0 0 0 0 21 1 25 0 10 0 164954486 888950784 20945 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32666] ppid=32655 vsize=868116 CPUtime=0.22
/proc/32657/task/32666/stat : 32666 (java) S 32655 32657 32005 0 -1 64 12 484 0 0 0 0 21 1 15 0 10 0 164954486 888950784 20945 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 868116

[startup+2.90251 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 32668
/proc/meminfo: memFree=1333648/2055920 swapFree=4181096/4192956
[pid=32657] ppid=32655 vsize=868116 CPUtime=2.86
/proc/32657/stat : 32657 (java) S 32655 32657 32005 0 -1 0 30780 608 1 0 223 41 21 1 18 0 9 0 164954481 888950784 20953 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32657/statm: 217029 20953 2637 9 0 211535 0
[pid=32657/tid=32659] ppid=32655 vsize=868116 CPUtime=2.28
/proc/32657/task/32659/stat : 32659 (java) R 32655 32657 32005 0 -1 64 22636 608 1 0 170 36 21 1 19 0 9 0 164954482 888950784 20953 996147200 134512640 134550740 4294955968 18446744073709551615 4127296337 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32660] ppid=32655 vsize=868116 CPUtime=0.42
/proc/32657/task/32660/stat : 32660 (java) S 32655 32657 32005 0 -1 64 6339 608 0 0 18 2 21 1 17 0 9 0 164954484 888950784 20953 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32661] ppid=32655 vsize=868116 CPUtime=0.22
/proc/32657/task/32661/stat : 32661 (java) S 32655 32657 32005 0 -1 64 14 608 0 0 0 0 21 1 16 0 9 0 164954484 888950784 20953 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32662] ppid=32655 vsize=868116 CPUtime=0.22
/proc/32657/task/32662/stat : 32662 (java) S 32655 32657 32005 0 -1 64 8 608 0 0 0 0 21 1 16 0 9 0 164954484 888950784 20953 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32663] ppid=32655 vsize=868116 CPUtime=0.22
/proc/32657/task/32663/stat : 32663 (java) S 32655 32657 32005 0 -1 64 1 608 0 0 0 0 21 1 24 0 9 0 164954486 888950784 20953 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32664] ppid=32655 vsize=868116 CPUtime=0.55
/proc/32657/task/32664/stat : 32664 (java) S 32655 32657 32005 0 -1 64 967 608 0 0 33 0 21 1 15 0 9 0 164954486 888950784 20953 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32665] ppid=32655 vsize=868116 CPUtime=0.22
/proc/32657/task/32665/stat : 32665 (java) S 32655 32657 32005 0 -1 64 2 608 0 0 0 0 21 1 25 0 9 0 164954486 888950784 20953 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32666] ppid=32655 vsize=868116 CPUtime=0.22
/proc/32657/task/32666/stat : 32666 (java) S 32655 32657 32005 0 -1 64 12 608 0 0 0 0 21 1 15 0 9 0 164954486 888950784 20953 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 868116

[startup+3.00251 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 32668
/proc/meminfo: memFree=1333648/2055920 swapFree=4181096/4192956
[pid=32657] ppid=32655 vsize=868116 CPUtime=2.93
/proc/32657/stat : 32657 (java) S 32655 32657 32005 0 -1 0 31066 608 1 0 230 41 21 1 18 0 9 0 164954481 888950784 20960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32657/statm: 217029 20960 2637 9 0 211535 0
[pid=32657/tid=32659] ppid=32655 vsize=868116 CPUtime=2.35
/proc/32657/task/32659/stat : 32659 (java) S 32655 32657 32005 0 -1 64 22919 608 1 0 177 36 21 1 19 0 9 0 164954482 888950784 20960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32660] ppid=32655 vsize=868116 CPUtime=0.42
/proc/32657/task/32660/stat : 32660 (java) S 32655 32657 32005 0 -1 64 6339 608 0 0 18 2 21 1 17 0 9 0 164954484 888950784 20960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32661] ppid=32655 vsize=868116 CPUtime=0.22
/proc/32657/task/32661/stat : 32661 (java) S 32655 32657 32005 0 -1 64 14 608 0 0 0 0 21 1 16 0 9 0 164954484 888950784 20960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32662] ppid=32655 vsize=868116 CPUtime=0.22
/proc/32657/task/32662/stat : 32662 (java) S 32655 32657 32005 0 -1 64 8 608 0 0 0 0 21 1 16 0 9 0 164954484 888950784 20960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32663] ppid=32655 vsize=868116 CPUtime=0.22
/proc/32657/task/32663/stat : 32663 (java) S 32655 32657 32005 0 -1 64 1 608 0 0 0 0 21 1 24 0 9 0 164954486 888950784 20960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32664] ppid=32655 vsize=868116 CPUtime=0.55
/proc/32657/task/32664/stat : 32664 (java) S 32655 32657 32005 0 -1 64 970 608 0 0 33 0 21 1 15 0 9 0 164954486 888950784 20960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32657/tid=32665] ppid=32655 vsize=868116 CPUtime=0.22
/proc/32657/task/32665/stat : 32665 (java) S 32655 32657 32005 0 -1 64 2 608 0 0 0 0 21 1 25 0 9 0 164954486 888950784 20960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32657/tid=32666] ppid=32655 vsize=868116 CPUtime=0.22
/proc/32657/task/32666/stat : 32666 (java) S 32655 32657 32005 0 -1 64 12 608 0 0 0 0 21 1 15 0 9 0 164954486 888950784 20960 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 868116

Child status: 0
Real time (s): 3.02612
CPU time (s): 2.97355
CPU user time (s): 2.52462
CPU system time (s): 0.448931
CPU usage (%): 98.2627
Max. virtual memory (cumulated for all children) (KiB): 871464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.52462
system time used= 0.448931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31702
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= 1604
involuntary context switches= 1612

runsolver used 0.008998 second user time and 0.017997 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-05 17:23:51
IDJOB=1090465
IDBENCH=58446
IDSOLVER=363
FILE ID=node46/1090465-1215271431
PBS_JOBID= 7882241
Free space on /tmp= 66204 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0469c82b1d9f137719acfe737472f4da
RANDOM SEED=151075255

node46.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.238
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.238
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:       1403272 kB
Buffers:         78328 kB
Cached:         289432 kB
SwapCached:       6172 kB
Active:         447644 kB
Inactive:       147256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1403272 kB
SwapTotal:     4192956 kB
SwapFree:      4181096 kB
Dirty:            3564 kB
Writeback:           0 kB
Mapped:         233912 kB
Slab:            42960 kB
Committed_AS:   657580 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66204 MiB
End job on node46 at 2008-07-05 17:23:54