Trace number 1058256

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 4.20836 4.23774

DiagnosticValue
CHECKS203750
NODES701

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-17.xml
MD5SUM2c09e70fdcad0fe4d75285080a3072d5
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.20836
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints5793
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5493
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

0.07/0.09	
0.07/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1058256-1215113802.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.33	   
0.28/0.33	   variables being loaded...
0.38/0.46	     nbVariables=700  nbDomainTypes=24  minDomainSize=1  maxDomainSize=45  nbTotalValues=16137
0.38/0.46	       =>  wckTime=0.213  cpuTime=0.15  mem=10M845
0.38/0.46	   
0.38/0.46	   predicates being loaded...
0.49/0.52	   
0.49/0.52	   constraints being loaded...
2.58/2.61	     nbConstraints=5798  nbGlobalConstraints=305  nbSingletonDomainVariables=324  nbConflictsStructures=51
2.58/2.61	     nbSharedConflictsStructures=5239  nbUnbuiltConflictsStructures=39  nbSharedBinaryRepresentations=0
2.58/2.61	     nbEvaluationManagers=90  nbSharedEvaluationManagers=5403  minDegree=11  maxDegree=132  minArity=4  avgArity=4.71
2.58/2.61	     maxArity=20  nbGenerators=5  nbFusions=0  symmetryWckTime=0.629  symmetryCpuTime=0.26
2.58/2.61	       =>  wckTime=2.354  cpuTime=1.7  mem=32M552
2.67/2.74	   
2.67/2.74	   solver IterativeSystematicSolver being built... 
2.99/3.06	   
2.99/3.06	   INFO : Forward propagation technique limited 
3.09/3.14	       =>  wckTime=2.895  cpuTime=2.01  mem=76M898
3.19/3.25	   
3.19/3.25	   preprocessing
3.19/3.25	     nbConstraintChecks=18931  nbValidityChecks=696  nbPropagations=700  nbRevisions=812  nbUselessRevisions=812
3.19/3.25	     nbRemovedValues=0  detectedInconsistency=no
3.19/3.25	       =>  wckTime=0.105  cpuTime=0.09  mem=77M913
4.08/4.18	   
4.08/4.18	   search
4.08/4.18	     run=0  nbConstraintChecks=184819  nbValidityChecks=56806  minDepth=682  maxDepth=700  nbPropagations=12230
4.08/4.18	     nbRevisions=7570  nbUselessRevisions=4854  nbAssignments=701  nbFailedAssignments=1  nbBacktracks=0
4.08/4.18	     nbVisitedNodes=703  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
4.08/4.18	     nbSEliminables=0  nbREliminables=506.77  nbIEliminables=11.39  nbDEliminables=0  nbPEliminables=0
4.08/4.18	       =>  wckTime=1.032  cpuTime=0.98  mem=79M942
4.08/4.18	   
4.08/4.18	   global
4.08/4.18	     nbConstraintChecks=203750  nbValidityChecks=57502  nbPropagations=12930  nbRevisions=8382  nbUselessRevisions=5666
4.08/4.18	     nbRestartNogoods=0  solvingWckTime=1.035  solvingCpuTime=0.98  expiredTime=no  totalExploration=no
4.08/4.18	     nbFoundSolutions=1  firstSolutionCpuTime=2.96  globalCpuTime=3.02
4.08/4.18	       =>  wckTime=3.934  cpuTime=2.99  mem=79M942
4.08/4.18	   
4.08/4.18	s SATISFIABLE
4.08/4.18	v 32 5 1 29 8 21 30 29 6 21 11 4 10 28 19 9 20 23 21 10 31 23 13 4 7 14 2 15 10 33 11 6 3 43 26 32 9 17 11 8 7 6 5 2 25 0 11 6 5 32 8 2 35 6 23 22 2 9 17 25 27 9 10 27 13 8 26 13 16 42 20 16 10 3 3 1 1 14 24 3 4 27 3 9 21 41 34 33 36 29 8 43 19 40 31 11 23 37 19 33 29 26 35 1 35 39 35 23 9 24 30 5 34 26 26 22 17 7 18 23 12 30 27 7 30 36 41 1 1 14 3 37 20 27 25 39 8 16 17 2 13 12 28 10 22 27 20 11 26 12 2 15 37 18 30 41 43 19 21 39 38 24 15 19 34 0 25 24 23 31 8 17 14 14 38 13 28 17 17 40 18 12 9 19 22 20 10 17 9 4 20 21 31 5 12 29 23 18 18 16 18 5 14 30 8 5 13 31 39 35 14 7 19 16 32 24 38 3 16 20 26 22 21 34 10 21 4 2 25 28 37 12 19 11 7 15 10 24 18 28 18 13 0 6 4 4 6 19 7 15 15 4 14 0 36 27 21 25 24 22 23 3 14 24 40 38 0 2 37 29 16 28 25 20 1 44 25 36 31 0 37 9 7 32 30 12 0 28 32 33 1 15 1 17 15 26 28 31 15 6 5 13 3 6 28 18 12 29 27 34 42 34 23 4 39 35 12 5 8 9 26 2 36 5 37 22 21 29 35 30 0 2 14 0 18 11 36 16 12 0 16 16 20 22 40 33 24 1 26 10 0 2 4 6 5 5 9 1 4 6 5 2 8 3 0 6 1 6 4 9 9 9 2 1 9 8 0 7 0 2 7 9 3 8 6 6 8 8 8 3 5 0 9 9 7 4 1 5 8 4 0 7 1 8 4 5 5 2 4 3 8 0 6 7 3 8 0 5 7 8 0 3 3 4 1 8 6 1 4 6 0 3 0 1 8 9 0 0 1 0 7 9 9 4 1 2 0 1 2 7 9 1 2 7 9 2 7 1 7 7 7 4 1 9 8 4 3 0 2 8 4 3 2 7 1 7 7 1 0 4 7 4 9 0 9 8 1 2 0 3 9 1 0 1 3 9 4 0 3 9 2 6 7 6 0 4 1 1 3 0 0 8 4 3 4 1 0 9 7 0 2 1 6 2 6 1 9 7 5 8 3 6 5 8 0 2 4 6 3 9 8 1 8 7 3 3 5 7 5 0 4 0 7 8 6 5 0 2 4 0 9 4 5 9 1 2 1 5 1 3 2 8 7 9 7 2 5 4 8 1 2 7 6 3 1 9 5 0 1 8 0 4 3 1 6 8 2 4 3 2 5 3 0 6 0 1 9 2 3 2 2 8 3 1 1 8 9 1 9 2 8 5 5 7 9 4 1 6 7 7 0 9 6 9 4 8 0 2 2 9 3 8 2 9 0 4 7 4 3 3 3 8 2 7 6 8 2 4 5 7 4 2 3 4 1 6 5 6 9 4 7 8 4 1 8 7 0 7 8 2 2 6 5 8 9 4 9 6 0 5 5 4 5 1 2 8 5 5 5 2 
4.08/4.18	d NODES 701
4.08/4.18	d CHECKS 203750
4.08/4.19	   
4.08/4.19	   totalWckTime=4.001  totalCpuTime=3.02

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-1058256-1215113802/watcher-1058256-1215113802 -o /tmp/evaluation-result-1058256-1215113802/solver-1058256-1215113802 -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-1058256-1215113802.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: 1.95 2.01 1.99 3/72 12602
/proc/meminfo: memFree=1529272/2055920 swapFree=4181068/4192956
[pid=12602] ppid=12600 vsize=1616 CPUtime=0
/proc/12602/stat : 12602 (java) D 12600 12602 11651 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 149191602 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/12602/statm: 404 145 119 9 0 46 0

[startup+0.0895691 s]
/proc/loadavg: 1.95 2.01 1.99 3/72 12602
/proc/meminfo: memFree=1529272/2055920 swapFree=4181068/4192956
[pid=12602] ppid=12600 vsize=865884 CPUtime=0.07
/proc/12602/stat : 12602 (java) S 12600 12602 11651 0 -1 0 3606 0 1 0 5 2 0 0 18 0 9 0 149191602 886665216 3094 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12602/statm: 216471 3096 1662 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.101569 s]
/proc/loadavg: 1.95 2.01 1.99 3/72 12602
/proc/meminfo: memFree=1529272/2055920 swapFree=4181068/4192956
[pid=12602] ppid=12600 vsize=865884 CPUtime=0.08
/proc/12602/stat : 12602 (java) S 12600 12602 11651 0 -1 0 3691 0 1 0 6 2 0 0 18 0 9 0 149191602 886665216 3166 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12602/statm: 216471 3166 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301588 s]
/proc/loadavg: 1.95 2.01 1.99 3/72 12602
/proc/meminfo: memFree=1529272/2055920 swapFree=4181068/4192956
[pid=12602] ppid=12600 vsize=866284 CPUtime=0.28
/proc/12602/stat : 12602 (java) S 12600 12602 11651 0 -1 0 5863 0 1 0 24 4 0 0 18 0 9 0 149191602 887074816 5237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12602/statm: 216571 5237 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701632 s]
/proc/loadavg: 1.95 2.01 1.99 3/72 12602
/proc/meminfo: memFree=1529272/2055920 swapFree=4181068/4192956
[pid=12602] ppid=12600 vsize=867680 CPUtime=0.68
/proc/12602/stat : 12602 (java) S 12600 12602 11651 0 -1 0 9349 0 1 0 60 8 0 0 18 0 9 0 149191602 888504320 8709 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12602/statm: 216920 8710 2011 9 0 211426 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867680

[startup+1.50172 s]
/proc/loadavg: 1.95 2.01 1.99 3/81 12611
/proc/meminfo: memFree=1483632/2055920 swapFree=4181068/4192956
[pid=12602] ppid=12600 vsize=867592 CPUtime=1.49
/proc/12602/stat : 12602 (java) S 12600 12602 11651 0 -1 0 19609 0 1 0 128 21 0 0 18 0 9 0 149191602 888414208 18944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12602/statm: 216898 18944 2005 9 0 211426 0
[pid=12602/tid=12604] ppid=12600 vsize=867596 CPUtime=1.15
/proc/12602/task/12604/stat : 12604 (java) R 12600 12602 11651 0 -1 64 15771 0 1 0 97 18 0 0 25 0 9 0 149191603 888418304 18944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12605] ppid=12600 vsize=867592 CPUtime=0.06
/proc/12602/task/12605/stat : 12605 (java) S 12600 12602 11651 0 -1 64 2427 0 0 0 6 0 0 0 16 0 9 0 149191604 888414208 18944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12606] ppid=12600 vsize=867592 CPUtime=0
/proc/12602/task/12606/stat : 12606 (java) S 12600 12602 11651 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 149191604 888414208 18944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12607] ppid=12600 vsize=867592 CPUtime=0
/proc/12602/task/12607/stat : 12607 (java) S 12600 12602 11651 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 149191604 888414208 18944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12608] ppid=12600 vsize=867592 CPUtime=0
/proc/12602/task/12608/stat : 12608 (java) S 12600 12602 11651 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 149191606 888414208 18944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12609] ppid=12600 vsize=867596 CPUtime=0.23
/proc/12602/task/12609/stat : 12609 (java) S 12600 12602 11651 0 -1 64 714 0 0 0 23 0 0 0 16 0 9 0 149191606 888418304 18944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12610] ppid=12600 vsize=867592 CPUtime=0
/proc/12602/task/12610/stat : 12610 (java) S 12600 12602 11651 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 149191606 888414208 18944 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12611] ppid=12600 vsize=867592 CPUtime=0
/proc/12602/task/12611/stat : 12611 (java) S 12600 12602 11651 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 149191606 888414208 18944 996147200 134512640 134550740 4294955984 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) 867592

[startup+3.10289 s]
/proc/loadavg: 1.95 2.01 1.99 3/81 12611
/proc/meminfo: memFree=1460400/2055920 swapFree=4181068/4192956
[pid=12602] ppid=12600 vsize=868112 CPUtime=3.09
/proc/12602/stat : 12602 (java) S 12600 12602 11651 0 -1 0 45483 825 1 0 247 44 17 1 18 0 9 0 149191602 888946688 28622 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12602/statm: 217028 28622 2637 9 0 211534 0
[pid=12602/tid=12604] ppid=12600 vsize=868112 CPUtime=2.33
/proc/12602/task/12604/stat : 12604 (java) R 12600 12602 11651 0 -1 64 19086 825 1 0 181 34 17 1 17 0 9 0 149191603 888946688 28622 996147200 134512640 134550740 4294955984 18446744073709551615 4126403006 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12605] ppid=12600 vsize=868112 CPUtime=0.59
/proc/12602/task/12605/stat : 12605 (java) S 12600 12602 11651 0 -1 64 24648 825 0 0 35 6 17 1 17 0 9 0 149191604 888946688 28622 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12606] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12606/stat : 12606 (java) S 12600 12602 11651 0 -1 64 19 825 0 0 0 0 17 1 16 0 9 0 149191604 888946688 28622 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12607] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12607/stat : 12607 (java) S 12600 12602 11651 0 -1 64 8 825 0 0 0 0 17 1 16 0 9 0 149191604 888946688 28622 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12608] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12608/stat : 12608 (java) S 12600 12602 11651 0 -1 64 0 825 0 0 0 0 17 1 23 0 9 0 149191606 888946688 28622 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12609] ppid=12600 vsize=868112 CPUtime=0.48
/proc/12602/task/12609/stat : 12609 (java) S 12600 12602 11651 0 -1 64 922 825 0 0 29 1 17 1 15 0 9 0 149191606 888946688 28622 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12610] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12610/stat : 12610 (java) S 12600 12602 11651 0 -1 64 2 825 0 0 0 0 17 1 24 0 9 0 149191606 888946688 28622 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12611] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12611/stat : 12611 (java) S 12600 12602 11651 0 -1 64 10 825 0 0 0 0 17 1 15 0 9 0 149191606 888946688 28622 996147200 134512640 134550740 4294955984 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) 868112

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

[startup+3.90297 s]
/proc/loadavg: 1.95 2.01 1.99 3/81 12615
/proc/meminfo: memFree=1424624/2055920 swapFree=4181068/4192956
[pid=12602] ppid=12600 vsize=868112 CPUtime=3.88
/proc/12602/stat : 12602 (java) S 12600 12602 11651 0 -1 0 45542 825 1 0 326 44 17 1 18 0 9 0 149191602 888946688 28670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12602/statm: 217028 28670 2637 9 0 211534 0
[pid=12602/tid=12604] ppid=12600 vsize=868112 CPUtime=3.07
/proc/12602/task/12604/stat : 12604 (java) R 12600 12602 11651 0 -1 64 19114 825 1 0 255 34 17 1 24 0 9 0 149191603 888946688 28670 996147200 134512640 134550740 4294955984 18446744073709551615 4127308465 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12605] ppid=12600 vsize=868112 CPUtime=0.59
/proc/12602/task/12605/stat : 12605 (java) S 12600 12602 11651 0 -1 64 24648 825 0 0 35 6 17 1 17 0 9 0 149191604 888946688 28670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12606] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12606/stat : 12606 (java) S 12600 12602 11651 0 -1 64 19 825 0 0 0 0 17 1 16 0 9 0 149191604 888946688 28670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12607] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12607/stat : 12607 (java) S 12600 12602 11651 0 -1 64 8 825 0 0 0 0 17 1 16 0 9 0 149191604 888946688 28670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12608] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12608/stat : 12608 (java) S 12600 12602 11651 0 -1 64 0 825 0 0 0 0 17 1 23 0 9 0 149191606 888946688 28670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12609] ppid=12600 vsize=868112 CPUtime=0.54
/proc/12602/task/12609/stat : 12609 (java) S 12600 12602 11651 0 -1 64 953 825 0 0 35 1 17 1 15 0 9 0 149191606 888946688 28670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12610] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12610/stat : 12610 (java) S 12600 12602 11651 0 -1 64 2 825 0 0 0 0 17 1 24 0 9 0 149191606 888946688 28670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12611] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12611/stat : 12611 (java) S 12600 12602 11651 0 -1 64 10 825 0 0 0 0 17 1 15 0 9 0 149191606 888946688 28670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 868112

[startup+4.10299 s]
/proc/loadavg: 1.95 2.01 1.99 3/81 12615
/proc/meminfo: memFree=1424624/2055920 swapFree=4181068/4192956
[pid=12602] ppid=12600 vsize=868112 CPUtime=4.08
/proc/12602/stat : 12602 (java) S 12600 12602 11651 0 -1 0 45543 825 1 0 346 44 17 1 18 0 9 0 149191602 888946688 28670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12602/statm: 217028 28670 2637 9 0 211534 0
[pid=12602/tid=12604] ppid=12600 vsize=868112 CPUtime=3.27
/proc/12602/task/12604/stat : 12604 (java) R 12600 12602 11651 0 -1 64 19115 825 1 0 275 34 17 1 25 0 9 0 149191603 888946688 28670 996147200 134512640 134550740 4294955984 18446744073709551615 4127276677 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12605] ppid=12600 vsize=868112 CPUtime=0.59
/proc/12602/task/12605/stat : 12605 (java) S 12600 12602 11651 0 -1 64 24648 825 0 0 35 6 17 1 17 0 9 0 149191604 888946688 28670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12606] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12606/stat : 12606 (java) S 12600 12602 11651 0 -1 64 19 825 0 0 0 0 17 1 16 0 9 0 149191604 888946688 28670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12607] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12607/stat : 12607 (java) S 12600 12602 11651 0 -1 64 8 825 0 0 0 0 17 1 16 0 9 0 149191604 888946688 28670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12608] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12608/stat : 12608 (java) S 12600 12602 11651 0 -1 64 0 825 0 0 0 0 17 1 23 0 9 0 149191606 888946688 28670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12609] ppid=12600 vsize=868112 CPUtime=0.54
/proc/12602/task/12609/stat : 12609 (java) S 12600 12602 11651 0 -1 64 953 825 0 0 35 1 17 1 15 0 9 0 149191606 888946688 28670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12610] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12610/stat : 12610 (java) S 12600 12602 11651 0 -1 64 2 825 0 0 0 0 17 1 24 0 9 0 149191606 888946688 28670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12611] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12611/stat : 12611 (java) S 12600 12602 11651 0 -1 64 10 825 0 0 0 0 17 1 15 0 9 0 149191606 888946688 28670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 868112

[startup+4.203 s]
/proc/loadavg: 1.95 2.01 1.99 3/81 12615
/proc/meminfo: memFree=1424624/2055920 swapFree=4181068/4192956
[pid=12602] ppid=12600 vsize=868112 CPUtime=4.17
/proc/12602/stat : 12602 (java) S 12600 12602 11651 0 -1 0 45552 825 1 0 355 44 17 1 18 0 9 0 149191602 888946688 28676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12602/statm: 217028 28676 2637 9 0 211534 0
[pid=12602/tid=12604] ppid=12600 vsize=868112 CPUtime=3.35
/proc/12602/task/12604/stat : 12604 (java) S 12600 12602 11651 0 -1 64 19122 825 1 0 283 34 17 1 25 0 9 0 149191603 888946688 28676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12605] ppid=12600 vsize=868112 CPUtime=0.59
/proc/12602/task/12605/stat : 12605 (java) S 12600 12602 11651 0 -1 64 24648 825 0 0 35 6 17 1 17 0 9 0 149191604 888946688 28676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12606] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12606/stat : 12606 (java) S 12600 12602 11651 0 -1 64 19 825 0 0 0 0 17 1 16 0 9 0 149191604 888946688 28676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12607] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12607/stat : 12607 (java) S 12600 12602 11651 0 -1 64 8 825 0 0 0 0 17 1 16 0 9 0 149191604 888946688 28676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12608] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12608/stat : 12608 (java) S 12600 12602 11651 0 -1 64 0 825 0 0 0 0 17 1 23 0 9 0 149191606 888946688 28676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12609] ppid=12600 vsize=868112 CPUtime=0.54
/proc/12602/task/12609/stat : 12609 (java) S 12600 12602 11651 0 -1 64 955 825 0 0 35 1 17 1 15 0 9 0 149191606 888946688 28676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12610] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12610/stat : 12610 (java) S 12600 12602 11651 0 -1 64 2 825 0 0 0 0 17 1 24 0 9 0 149191606 888946688 28676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12602/tid=12611] ppid=12600 vsize=868112 CPUtime=0.18
/proc/12602/task/12611/stat : 12611 (java) S 12600 12602 11651 0 -1 64 10 825 0 0 0 0 17 1 15 0 9 0 149191606 888946688 28676 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 868112

Child status: 0
Real time (s): 4.23774
CPU time (s): 4.20836
CPU user time (s): 3.72743
CPU system time (s): 0.480926
CPU usage (%): 99.3066
Max. virtual memory (cumulated for all children) (KiB): 868112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.72743
system time used= 0.480926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46406
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= 1682
involuntary context switches= 1661

runsolver used 0.009998 second user time and 0.024996 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-03 21:36:42
IDJOB=1058256
IDBENCH=54116
IDSOLVER=363
FILE ID=node46/1058256-1215113802
PBS_JOBID= 7877114
Free space on /tmp= 66200 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-17.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-1058256-1215113802/watcher-1058256-1215113802 -o /tmp/evaluation-result-1058256-1215113802/solver-1058256-1215113802 -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-1058256-1215113802.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2c09e70fdcad0fe4d75285080a3072d5
RANDOM SEED=1171722568

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:       1529752 kB
Buffers:         65656 kB
Cached:         313032 kB
SwapCached:       5852 kB
Active:         268704 kB
Inactive:       196036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1529752 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            2884 kB
Writeback:           0 kB
Mapped:          94124 kB
Slab:            46872 kB
Committed_AS:   375172 kB
PageTables:       1652 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= 66200 MiB
End job on node46 at 2008-07-03 21:36:47