Trace number 1088743

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.57615 5.63131

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 benchmark1.27481
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 (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.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1088743-1215259943.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.40	     nbVariables=385  nbDomainTypes=1  minDomainSize=14  maxDomainSize=14  nbTotalValues=5390
0.38/0.40	       =>  wckTime=0.162  cpuTime=0.13  mem=8M894
0.38/0.40	   
0.38/0.40	   predicates being loaded...
0.38/0.46	   
0.38/0.46	   constraints being loaded...
4.27/4.31	     nbConstraints=19144  nbGlobalConstraints=49  nbConvertedConstraints=19095  nbConvertConstraintsChecks=392
4.27/4.31	     nbExtensionStructures=2  nbSharedExtensionStructures=19093  nbConflictsStructures=13
4.27/4.31	     nbSharedConflictsStructures=19093  nbSharedBinaryRepresentations=14  minDegree=3  maxDegree=283  minArity=2
4.27/4.31	     avgArity=2.01  maxArity=14  nbGenerators=16  nbFusions=12  symmetryWckTime=1.074  symmetryCpuTime=0.51
4.27/4.31	     nbCliques=33
4.27/4.31	       =>  wckTime=4.064  cpuTime=3.03  mem=41M652
4.45/4.58	   
4.45/4.59	   solver IterativeSystematicSolver being built... 
4.55/4.68	   
4.55/4.68	   INFO : Forward propagation technique limited 
4.65/4.78	       =>  wckTime=4.534  cpuTime=3.19  mem=39M857
4.75/4.82	   
4.75/4.82	   preprocessing
4.75/4.82	     nbConstraintChecks=358  nbPropagations=397  nbRevisions=26  nbUselessRevisions=0  nbRemovedValues=30
4.75/4.82	     nbRemovedTuples=91  detectedInconsistency=no
4.75/4.82	       =>  wckTime=0.042  cpuTime=0.03  mem=39M857
5.44/5.58	   
5.44/5.58	   search
5.44/5.58	     run=0  nbConstraintChecks=135012  minDepth=3  maxDepth=385  nbPropagations=4086  nbRevisions=53316
5.44/5.58	     nbUselessRevisions=48376  nbAssignments=394  nbFailedAssignments=9  nbBacktracks=0  nbVisitedNodes=404
5.44/5.58	     nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0  nbSEliminables=0
5.44/5.58	     nbREliminables=4.33  nbIEliminables=364.18  nbDEliminables=0  nbPEliminables=0
5.44/5.58	       =>  wckTime=0.803  cpuTime=0.73  mem=40M892
5.44/5.58	   
5.44/5.58	   global
5.44/5.58	     nbConstraintChecks=135370  nbPropagations=4483  nbRevisions=53342  nbUselessRevisions=48376  nbRestartNogoods=0
5.44/5.59	     solvingWckTime=0.806  solvingCpuTime=0.73  expiredTime=no  totalExploration=no  nbFoundSolutions=1
5.44/5.59	     firstSolutionCpuTime=3.89  globalCpuTime=3.97
5.44/5.59	       =>  wckTime=5.343  cpuTime=3.92  mem=40M892
5.44/5.59	   
5.44/5.59	s SATISFIABLE
5.44/5.59	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.44/5.59	d NODES 394
5.44/5.59	d CHECKS 135370
5.44/5.59	   
5.44/5.59	   totalWckTime=5.409  totalCpuTime=3.97

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-1088743-1215259943/watcher-1088743-1215259943 -o /tmp/evaluation-result-1088743-1215259943/solver-1088743-1215259943 -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-1088743-1215259943.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.20 2.11 2.03 3/72 3415
/proc/meminfo: memFree=1687600/2055920 swapFree=4157960/4192956
[pid=3415] ppid=3413 vsize=200 CPUtime=0
/proc/3415/stat : 3415 (java) R 3413 3415 1818 0 -1 0 212 0 0 0 0 0 0 0 18 0 1 0 648917428 204800 33 996147200 134512640 134550740 4294955968 18446744073709551615 5534628 0 0 4096 0 0 0 0 17 0 0 0
/proc/3415/statm: 68 37 28 9 0 6 0

[startup+0.0895921 s]
/proc/loadavg: 2.20 2.11 2.03 3/72 3415
/proc/meminfo: memFree=1687600/2055920 swapFree=4157960/4192956
[pid=3415] ppid=3413 vsize=865884 CPUtime=0.07
/proc/3415/stat : 3415 (java) S 3413 3415 1818 0 -1 0 3682 0 1 0 6 1 0 0 18 0 9 0 648917428 886665216 3157 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3415/statm: 216471 3157 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.101586 s]
/proc/loadavg: 2.20 2.11 2.03 3/72 3415
/proc/meminfo: memFree=1687600/2055920 swapFree=4157960/4192956
[pid=3415] ppid=3413 vsize=865884 CPUtime=0.09
/proc/3415/stat : 3415 (java) S 3413 3415 1818 0 -1 0 3762 0 1 0 7 2 0 0 18 0 9 0 648917428 886665216 3221 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3415/statm: 216471 3221 1708 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301605 s]
/proc/loadavg: 2.20 2.11 2.03 3/72 3415
/proc/meminfo: memFree=1687600/2055920 swapFree=4157960/4192956
[pid=3415] ppid=3413 vsize=866284 CPUtime=0.29
/proc/3415/stat : 3415 (java) S 3413 3415 1818 0 -1 0 5983 0 1 0 25 4 0 0 18 0 9 0 648917428 887074816 5357 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3415/statm: 216571 5360 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866284

[startup+0.701648 s]
/proc/loadavg: 2.20 2.11 2.03 3/72 3415
/proc/meminfo: memFree=1687600/2055920 swapFree=4157960/4192956
[pid=3415] ppid=3413 vsize=867676 CPUtime=0.69
/proc/3415/stat : 3415 (java) S 3413 3415 1818 0 -1 0 9065 0 1 0 62 7 0 0 18 0 9 0 648917428 888500224 8425 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3415/statm: 216919 8426 2011 9 0 211425 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867676

[startup+1.50273 s]
/proc/loadavg: 2.20 2.11 2.03 3/81 3424
/proc/meminfo: memFree=1643688/2055920 swapFree=4157960/4192956
[pid=3415] ppid=3413 vsize=867588 CPUtime=1.49
/proc/3415/stat : 3415 (java) S 3413 3415 1818 0 -1 0 18817 0 1 0 135 14 0 0 18 0 9 0 648917428 888410112 18150 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3415/statm: 216898 18150 2005 9 0 211426 0
[pid=3415/tid=3417] ppid=3413 vsize=867588 CPUtime=1.21
/proc/3415/task/3417/stat : 3417 (java) R 3413 3415 1818 0 -1 64 15777 0 1 0 110 11 0 0 25 0 9 0 648917429 888410112 18150 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3418] ppid=3413 vsize=867588 CPUtime=0.09
/proc/3415/task/3418/stat : 3418 (java) S 3413 3415 1818 0 -1 64 1677 0 0 0 9 0 0 0 16 0 9 0 648917430 888410112 18150 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3419] ppid=3413 vsize=867588 CPUtime=0
/proc/3415/task/3419/stat : 3419 (java) S 3413 3415 1818 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 648917430 888410112 18150 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3420] ppid=3413 vsize=867588 CPUtime=0
/proc/3415/task/3420/stat : 3420 (java) S 3413 3415 1818 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 648917430 888410112 18150 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3421] ppid=3413 vsize=867588 CPUtime=0
/proc/3415/task/3421/stat : 3421 (java) S 3413 3415 1818 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 648917432 888410112 18150 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3422] ppid=3413 vsize=867588 CPUtime=0.16
/proc/3415/task/3422/stat : 3422 (java) S 3413 3415 1818 0 -1 64 667 0 0 0 15 1 0 0 16 0 9 0 648917432 888410112 18150 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3423] ppid=3413 vsize=867588 CPUtime=0
/proc/3415/task/3423/stat : 3423 (java) S 3413 3415 1818 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 648917432 888410112 18150 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3424] ppid=3413 vsize=867588 CPUtime=0
/proc/3415/task/3424/stat : 3424 (java) S 3413 3415 1818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 648917432 888410112 18150 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) 867588

[startup+3.10289 s]
/proc/loadavg: 2.18 2.11 2.03 3/81 3424
/proc/meminfo: memFree=1622184/2055920 swapFree=4157960/4192956
[pid=3415] ppid=3413 vsize=867588 CPUtime=3.09
/proc/3415/stat : 3415 (java) S 3413 3415 1818 0 -1 0 21465 0 1 0 226 83 0 0 18 0 9 0 648917428 888410112 20796 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3415/statm: 216897 20798 2005 9 0 211425 0
[pid=3415/tid=3417] ppid=3413 vsize=867588 CPUtime=2.68
/proc/3415/task/3417/stat : 3417 (java) R 3413 3415 1818 0 -1 64 15781 0 1 0 189 79 0 0 25 0 9 0 648917429 888410112 20799 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3418] ppid=3413 vsize=867588 CPUtime=0.17
/proc/3415/task/3418/stat : 3418 (java) R 3413 3415 1818 0 -1 64 4292 0 0 0 16 1 0 0 16 0 9 0 648917430 888410112 20801 996147200 134512640 134550740 4294955968 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3419] ppid=3413 vsize=867588 CPUtime=0
/proc/3415/task/3419/stat : 3419 (java) S 3413 3415 1818 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 648917430 888410112 20802 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3420] ppid=3413 vsize=867588 CPUtime=0
/proc/3415/task/3420/stat : 3420 (java) S 3413 3415 1818 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 648917430 888410112 20804 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3421] ppid=3413 vsize=867588 CPUtime=0
/proc/3415/task/3421/stat : 3421 (java) S 3413 3415 1818 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 648917432 888410112 20806 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3422] ppid=3413 vsize=867588 CPUtime=0.2
/proc/3415/task/3422/stat : 3422 (java) S 3413 3415 1818 0 -1 64 701 0 0 0 19 1 0 0 16 0 9 0 648917432 888410112 20807 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3423] ppid=3413 vsize=867588 CPUtime=0
/proc/3415/task/3423/stat : 3423 (java) S 3413 3415 1818 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 648917432 888410112 20808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3424] ppid=3413 vsize=867588 CPUtime=0
/proc/3415/task/3424/stat : 3424 (java) S 3413 3415 1818 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 648917432 888410112 20810 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 867588

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

[startup+4.70204 s]
/proc/loadavg: 2.18 2.11 2.03 4/83 3428
/proc/meminfo: memFree=1602648/2055920 swapFree=4157960/4192956
[pid=3415] ppid=3413 vsize=868432 CPUtime=4.65
/proc/3415/stat : 3415 (java) S 3413 3415 1818 0 -1 0 36351 1109 1 0 326 90 48 1 18 0 10 0 648917428 889274368 25310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3415/statm: 217108 25310 2635 9 0 211614 0
[pid=3428] ppid=3415 vsize=2536 CPUtime=0
/proc/3428/stat : 3428 (rm) R 3415 3415 1818 0 -1 4194304 111 0 0 0 0 0 0 0 19 0 1 0 648917823 2596864 80 996147200 4194304 4227748 548682068720 18446744073709551615 271894434503 0 4 0 0 0 0 0 17 1 0 0
/proc/3428/statm: 634 80 65 8 0 42 0
[pid=3415/tid=3417] ppid=3413 vsize=868432 CPUtime=3.8
/proc/3415/task/3417/stat : 3417 (java) R 3413 3415 1818 0 -1 64 21607 1109 1 0 249 82 48 1 17 0 10 0 648917429 889274368 25310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3415/tid=3418] ppid=3413 vsize=868432 CPUtime=1.02
/proc/3415/task/3418/stat : 3418 (java) S 3413 3415 1818 0 -1 64 12868 1109 0 0 49 4 48 1 19 0 10 0 648917430 889274368 25310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3419] ppid=3413 vsize=868432 CPUtime=0.49
/proc/3415/task/3419/stat : 3419 (java) S 3413 3415 1818 0 -1 64 17 1109 0 0 0 0 48 1 16 0 10 0 648917430 889274368 25310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3415/tid=3420] ppid=3413 vsize=868432 CPUtime=0.49
/proc/3415/task/3420/stat : 3420 (java) S 3413 3415 1818 0 -1 64 10 1109 0 0 0 0 48 1 16 0 10 0 648917430 889274368 25310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3415/tid=3421] ppid=3413 vsize=868432 CPUtime=0.49
/proc/3415/task/3421/stat : 3421 (java) S 3413 3415 1818 0 -1 64 1 1109 0 0 0 0 48 1 24 0 10 0 648917432 889274368 25310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3422] ppid=3413 vsize=868432 CPUtime=0.76
/proc/3415/task/3422/stat : 3422 (java) S 3413 3415 1818 0 -1 64 1042 1109 0 0 26 1 48 1 15 0 10 0 648917432 889274368 25310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3415/tid=3423] ppid=3413 vsize=868432 CPUtime=0.49
/proc/3415/task/3423/stat : 3423 (java) S 3413 3415 1818 0 -1 64 1 1109 0 0 0 0 48 1 25 0 10 0 648917432 889274368 25310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3424] ppid=3413 vsize=868432 CPUtime=0.49
/proc/3415/task/3424/stat : 3424 (java) S 3413 3415 1818 0 -1 64 7 1109 0 0 0 0 48 1 15 0 10 0 648917432 889274368 25310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3427] ppid=3413 vsize=868432 CPUtime=0.49
/proc/3415/task/3427/stat : 3427 (java) S 3413 3415 1818 0 -1 64 49 1109 0 0 0 0 48 1 18 0 10 0 648917823 889274368 25310 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 870968

[startup+5.10208 s]
/proc/loadavg: 2.18 2.11 2.03 4/83 3428
/proc/meminfo: memFree=1602648/2055920 swapFree=4157960/4192956
[pid=3415] ppid=3413 vsize=868428 CPUtime=5.05
/proc/3415/stat : 3415 (java) S 3413 3415 1818 0 -1 0 38884 1234 1 0 365 91 48 1 18 0 9 0 648917428 889270272 25361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3415/statm: 217107 25361 2637 9 0 211613 0
[pid=3415/tid=3417] ppid=3413 vsize=868428 CPUtime=4.15
/proc/3415/task/3417/stat : 3417 (java) R 3413 3415 1818 0 -1 64 24110 1234 1 0 283 83 48 1 20 0 9 0 648917429 889270272 25361 996147200 134512640 134550740 4294955968 18446744073709551615 4127260236 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3415/tid=3418] ppid=3413 vsize=868428 CPUtime=1.02
/proc/3415/task/3418/stat : 3418 (java) S 3413 3415 1818 0 -1 64 12868 1234 0 0 49 4 48 1 19 0 9 0 648917430 889270272 25361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3419] ppid=3413 vsize=868428 CPUtime=0.49
/proc/3415/task/3419/stat : 3419 (java) S 3413 3415 1818 0 -1 64 17 1234 0 0 0 0 48 1 16 0 9 0 648917430 889270272 25361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3415/tid=3420] ppid=3413 vsize=868428 CPUtime=0.49
/proc/3415/task/3420/stat : 3420 (java) S 3413 3415 1818 0 -1 64 10 1234 0 0 0 0 48 1 16 0 9 0 648917430 889270272 25361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3415/tid=3421] ppid=3413 vsize=868428 CPUtime=0.49
/proc/3415/task/3421/stat : 3421 (java) S 3413 3415 1818 0 -1 64 1 1234 0 0 0 0 48 1 24 0 9 0 648917432 889270272 25361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3422] ppid=3413 vsize=868428 CPUtime=0.81
/proc/3415/task/3422/stat : 3422 (java) S 3413 3415 1818 0 -1 64 1068 1234 0 0 31 1 48 1 15 0 9 0 648917432 889270272 25361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3415/tid=3423] ppid=3413 vsize=868428 CPUtime=0.49
/proc/3415/task/3423/stat : 3423 (java) S 3413 3415 1818 0 -1 64 1 1234 0 0 0 0 48 1 25 0 9 0 648917432 889270272 25361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3424] ppid=3413 vsize=868428 CPUtime=0.49
/proc/3415/task/3424/stat : 3424 (java) S 3413 3415 1818 0 -1 64 7 1234 0 0 0 0 48 1 15 0 9 0 648917432 889270272 25361 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 868428

[startup+5.50612 s]
/proc/loadavg: 2.18 2.11 2.03 3/81 3428
/proc/meminfo: memFree=1595552/2055920 swapFree=4157960/4192956
[pid=3415] ppid=3413 vsize=868428 CPUtime=5.44
/proc/3415/stat : 3415 (java) S 3413 3415 1818 0 -1 0 38905 1234 1 0 404 91 48 1 18 0 9 0 648917428 889270272 25367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3415/statm: 217107 25367 2637 9 0 211613 0
[pid=3415/tid=3417] ppid=3413 vsize=868428 CPUtime=4.53
/proc/3415/task/3417/stat : 3417 (java) R 3413 3415 1818 0 -1 64 24110 1234 1 0 321 83 48 1 23 0 9 0 648917429 889270272 25367 996147200 134512640 134550740 4294955968 18446744073709551615 4127280670 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3415/tid=3418] ppid=3413 vsize=868428 CPUtime=1.02
/proc/3415/task/3418/stat : 3418 (java) S 3413 3415 1818 0 -1 64 12868 1234 0 0 49 4 48 1 19 0 9 0 648917430 889270272 25367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3419] ppid=3413 vsize=868428 CPUtime=0.49
/proc/3415/task/3419/stat : 3419 (java) S 3413 3415 1818 0 -1 64 17 1234 0 0 0 0 48 1 16 0 9 0 648917430 889270272 25367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3415/tid=3420] ppid=3413 vsize=868428 CPUtime=0.49
/proc/3415/task/3420/stat : 3420 (java) S 3413 3415 1818 0 -1 64 10 1234 0 0 0 0 48 1 16 0 9 0 648917430 889270272 25367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3415/tid=3421] ppid=3413 vsize=868428 CPUtime=0.49
/proc/3415/task/3421/stat : 3421 (java) S 3413 3415 1818 0 -1 64 1 1234 0 0 0 0 48 1 24 0 9 0 648917432 889270272 25367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3422] ppid=3413 vsize=868428 CPUtime=0.82
/proc/3415/task/3422/stat : 3422 (java) S 3413 3415 1818 0 -1 64 1074 1234 0 0 32 1 48 1 15 0 9 0 648917432 889270272 25367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3415/tid=3423] ppid=3413 vsize=868428 CPUtime=0.49
/proc/3415/task/3423/stat : 3423 (java) S 3413 3415 1818 0 -1 64 1 1234 0 0 0 0 48 1 25 0 9 0 648917432 889270272 25367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3424] ppid=3413 vsize=868428 CPUtime=0.49
/proc/3415/task/3424/stat : 3424 (java) S 3413 3415 1818 0 -1 64 22 1234 0 0 0 0 48 1 15 0 9 0 648917432 889270272 25367 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 868428

[startup+5.60213 s]
/proc/loadavg: 2.18 2.11 2.03 3/81 3428
/proc/meminfo: memFree=1595552/2055920 swapFree=4157960/4192956
[pid=3415] ppid=3413 vsize=868428 CPUtime=5.52
/proc/3415/stat : 3415 (java) S 3413 3415 1818 0 -1 0 38929 1234 1 0 412 91 48 1 18 0 9 0 648917428 889270272 25375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3415/statm: 217107 25375 2637 9 0 211613 0
[pid=3415/tid=3417] ppid=3413 vsize=868428 CPUtime=4.6
/proc/3415/task/3417/stat : 3417 (java) S 3413 3415 1818 0 -1 64 24123 1234 1 0 328 83 48 1 23 0 9 0 648917429 889270272 25375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3415/tid=3418] ppid=3413 vsize=868428 CPUtime=1.02
/proc/3415/task/3418/stat : 3418 (java) S 3413 3415 1818 0 -1 64 12868 1234 0 0 49 4 48 1 16 0 9 0 648917430 889270272 25375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3419] ppid=3413 vsize=868428 CPUtime=0.49
/proc/3415/task/3419/stat : 3419 (java) S 3413 3415 1818 0 -1 64 17 1234 0 0 0 0 48 1 16 0 9 0 648917430 889270272 25375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3415/tid=3420] ppid=3413 vsize=868428 CPUtime=0.49
/proc/3415/task/3420/stat : 3420 (java) S 3413 3415 1818 0 -1 64 10 1234 0 0 0 0 48 1 16 0 9 0 648917430 889270272 25375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3415/tid=3421] ppid=3413 vsize=868428 CPUtime=0.49
/proc/3415/task/3421/stat : 3421 (java) S 3413 3415 1818 0 -1 64 1 1234 0 0 0 0 48 1 24 0 9 0 648917432 889270272 25375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3422] ppid=3413 vsize=868428 CPUtime=0.83
/proc/3415/task/3422/stat : 3422 (java) S 3413 3415 1818 0 -1 64 1085 1234 0 0 33 1 48 1 15 0 9 0 648917432 889270272 25375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3415/tid=3423] ppid=3413 vsize=868428 CPUtime=0.49
/proc/3415/task/3423/stat : 3423 (java) S 3413 3415 1818 0 -1 64 1 1234 0 0 0 0 48 1 25 0 9 0 648917432 889270272 25375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3415/tid=3424] ppid=3413 vsize=868428 CPUtime=0.49
/proc/3415/task/3424/stat : 3424 (java) S 3413 3415 1818 0 -1 64 22 1234 0 0 0 0 48 1 15 0 9 0 648917432 889270272 25375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.52
Current children cumulated vsize (KiB) 868428

Child status: 0
Real time (s): 5.63131
CPU time (s): 5.57615
CPU user time (s): 4.6193
CPU system time (s): 0.956854
CPU usage (%): 99.0205
Max. virtual memory (cumulated for all children) (KiB): 870996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.6193
system time used= 0.956854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40193
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= 1675
involuntary context switches= 1719

runsolver used 0.015997 second user time and 0.026995 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-05 14:12:23
IDJOB=1088743
IDBENCH=58098
IDSOLVER=363
FILE ID=node60/1088743-1215259943
PBS_JOBID= 7882004
Free space on /tmp= 66480 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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1088743-1215259943/watcher-1088743-1215259943 -o /tmp/evaluation-result-1088743-1215259943/solver-1088743-1215259943 -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-1088743-1215259943.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e3baeab03a06419e2e35dbf0b3c66999
RANDOM SEED=1204461238

node60.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.216
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.216
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:       1688080 kB
Buffers:         64316 kB
Cached:         187328 kB
SwapCached:      29196 kB
Active:         191592 kB
Inactive:       117132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1688080 kB
SwapTotal:     4192956 kB
SwapFree:      4157960 kB
Dirty:            9616 kB
Writeback:           0 kB
Mapped:          64512 kB
Slab:            44500 kB
Committed_AS:  1255668 kB
PageTables:       1900 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= 66480 MiB
End job on node60 at 2008-07-05 14:12:29