Trace number 206970

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, and are wall clock time (not CPU 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 109 ACSAT 7.2189 7.26399

DiagnosticValue
CHECKS10544129
NODES8292

General information on the benchmark

NametravellingSalesman/
travellingSalesman-20/tsp-20-2_ext.xml
MD5SUMb9a7be1fad569e5c2e874ee391512cae
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.56646
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/206970-1168074193/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=61  nbDomainTypes=5  minDomainSize=1  maxDomainSize=1001
0.39	       =>  wckTime=0.099  cpuTime=0.09  mem=7M931
0.39	   
0.39	   relations being loaded...
0.44	   
0.44	   constraints being loaded...
0.57	     nbConstraints=230  nbRelationTypes=23  nbSingletonDomainVariables=2  nbExtensionStructures=24
0.57	     nbSharedExtensionStructures=206  nbConflictsStructures=24  nbSharedConflictsStructures=206
0.57	     nbSharedBinaryRepresentations=20294  maxDegree=20  maxArity=3
0.57	       =>  wckTime=0.28  cpuTime=0.21  mem=15M521
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.78	       =>  wckTime=0.487  cpuTime=0.34  mem=18M340
0.85	   
0.85	   preprocessing
0.85	     nbConstraintChecks=53932  nbValidityChecks=34737  nbPropagations=136  nbRevisions=178  nbUselessRevisions=27
0.85	     nbRemovedValues=22031  detectedInconsistency=no
0.85	       =>  wckTime=0.063  cpuTime=0.05  mem=18M340
0.90	   
0.90	   search
0.90	     run=0  nbConstraintChecks=39572  nbValidityChecks=40404  nbPropagations=1210  nbRevisions=3026
0.90	     nbUselessRevisions=1480  nbAssignments=25  nbFailedAssignments=8  nbBacktracks=13  nbVisitedNodes=40
0.90	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.119  cpuTime=0.09  mem=18M340
0.96	   
0.96	   search
0.96	     run=1  nbConstraintChecks=97419  nbValidityChecks=105099  nbPropagations=4064  nbRevisions=10256
0.96	     nbUselessRevisions=5101  nbAssignments=63  nbFailedAssignments=24  nbBacktracks=28  nbVisitedNodes=102
0.96	     nbRestartNogoods=5  mapSize=22  nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.174  cpuTime=0.13  mem=18M340
1.01	   
1.01	   search
1.01	     run=2  nbConstraintChecks=173827  nbValidityChecks=184308  nbPropagations=9407  nbRevisions=24071
1.01	     nbUselessRevisions=12130  nbAssignments=117  nbFailedAssignments=45  nbBacktracks=50  nbVisitedNodes=191
1.01	     nbRestartNogoods=14  mapSize=42  nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.229  cpuTime=0.18  mem=18M340
1.08	   
1.08	   search
1.08	     run=3  nbConstraintChecks=268673  nbValidityChecks=286534  nbPropagations=18444  nbRevisions=48174
1.08	     nbUselessRevisions=24677  nbAssignments=181  nbFailedAssignments=69  nbBacktracks=87  nbVisitedNodes=300
1.08	     nbRestartNogoods=28  mapSize=72  nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.298  cpuTime=0.25  mem=19M315
1.18	   
1.18	   search
1.18	     run=4  nbConstraintChecks=417617  nbValidityChecks=448995  nbPropagations=32732  nbRevisions=85718
1.18	     nbUselessRevisions=43941  nbAssignments=284  nbFailedAssignments=111  nbBacktracks=138  nbVisitedNodes=469
1.18	     nbRestartNogoods=29  mapSize=108  nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.399  cpuTime=0.34  mem=19M315
1.32	   
1.32	   search
1.32	     run=5  nbConstraintChecks=617877  nbValidityChecks=657843  nbPropagations=53662  nbRevisions=140921
1.32	     nbUselessRevisions=72547  nbAssignments=409  nbFailedAssignments=155  nbBacktracks=214  nbVisitedNodes=678
1.32	     nbRestartNogoods=38  mapSize=163  nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.535  cpuTime=0.48  mem=19M315
1.44	   
1.44	   search
1.44	     run=6  nbConstraintChecks=787143  nbValidityChecks=840029  nbPropagations=81350  nbRevisions=214417
1.44	     nbUselessRevisions=110905  nbAssignments=577  nbFailedAssignments=204  nbBacktracks=330  nbVisitedNodes=941
1.44	     nbRestartNogoods=47  mapSize=226  nbInferences=0  nbTooLargeKeys=0
1.44	       =>  wckTime=0.661  cpuTime=0.61  mem=19M315
1.68	   
1.68	   search
1.68	     run=7  nbConstraintChecks=1120732  nbValidityChecks=1202382  nbPropagations=120758  nbRevisions=318152
1.68	     nbUselessRevisions=164561  nbAssignments=843  nbFailedAssignments=293  nbBacktracks=501  nbVisitedNodes=1367
1.68	     nbRestartNogoods=51  mapSize=317  nbInferences=0  nbTooLargeKeys=0
1.68	       =>  wckTime=0.895  cpuTime=0.84  mem=20M290
2.05	   
2.05	   search
2.05	     run=8  nbConstraintChecks=1665971  nbValidityChecks=1771893  nbPropagations=179131  nbRevisions=474235
2.05	     nbUselessRevisions=246160  nbAssignments=1261  nbFailedAssignments=441  nbBacktracks=758  nbVisitedNodes=2040
2.05	     nbRestartNogoods=56  mapSize=470  nbInferences=0  nbTooLargeKeys=0
2.05	       =>  wckTime=1.268  cpuTime=1.21  mem=21M265
2.63	   
2.63	   search
2.63	     run=9  nbConstraintChecks=2511344  nbValidityChecks=2671785  nbPropagations=267056  nbRevisions=710248
2.63	     nbUselessRevisions=369817  nbAssignments=1873  nbFailedAssignments=658  nbBacktracks=1142  nbVisitedNodes=3037
2.63	     nbRestartNogoods=72  mapSize=695  nbInferences=0  nbTooLargeKeys=0
2.63	       =>  wckTime=1.844  cpuTime=1.77  mem=22M240
3.33	   
3.33	   INFO : Stopping hyperNogood (mapSize=1001, nbTooLargekeys=0, mem=24M191)
3.36	   
3.36	   search
3.36	     run=10  nbConstraintChecks=3675824  nbValidityChecks=3961864  nbPropagations=394533  nbRevisions=1047112
3.36	     nbUselessRevisions=543893  nbAssignments=2781  nbFailedAssignments=980  nbBacktracks=1721  nbVisitedNodes=4486
3.36	     nbRestartNogoods=84
3.36	       =>  wckTime=2.579  cpuTime=2.5  mem=24M191
4.41	   
4.41	   search
4.41	     run=11  nbConstraintChecks=5552483  nbValidityChecks=6005066  nbPropagations=583419  nbRevisions=1538583
4.41	     nbUselessRevisions=794129  nbAssignments=4146  nbFailedAssignments=1468  nbBacktracks=2587  nbVisitedNodes=6662
4.41	     nbRestartNogoods=101
4.41	       =>  wckTime=3.631  cpuTime=3.54  mem=24M191
5.92	   
5.92	   search
5.92	     run=12  nbConstraintChecks=8160566  nbValidityChecks=8917579  nbPropagations=864464  nbRevisions=2263793
5.92	     nbUselessRevisions=1160262  nbAssignments=6165  nbFailedAssignments=2174  nbBacktracks=3889  nbVisitedNodes=9944
5.92	     nbRestartNogoods=111
5.92	       =>  wckTime=5.135  cpuTime=5.04  mem=24M191
7.24	   
7.24	   search
7.24	     run=13  nbConstraintChecks=10490197  nbValidityChecks=11426606  nbPropagations=1232703  nbRevisions=3220679
7.24	     nbUselessRevisions=1647367  nbAssignments=8292  nbFailedAssignments=2807  nbBacktracks=5322  nbVisitedNodes=13255
7.24	     nbRestartNogoods=124
7.24	       =>  wckTime=6.457  cpuTime=6.36  mem=24M191
7.24	   
7.24	   global
7.24	     nbConstraintChecks=10544129  nbValidityChecks=11461343  nbPropagations=1232839  nbRevisions=3220857
7.24	     nbUselessRevisions=1647394  nbRestartNogoods=124  solvingWckTime=6.458  solvingCpuTime=6.36  expiredTime=no
7.24	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=6.74
7.24	       =>  wckTime=6.951  cpuTime=6.7  mem=24M191
7.24	   
7.24	s SATISFIABLE
7.24	v 9 14 8 15 11 9 10 19 14 0 13 10 6 22 4 13 18 2 16 4 2 2 1 0 15 14 7 1 12 8 20 14 5 5 19 13 3 9 17 6 29 38 57 57 67 89 102 104 108 110 110 124 125 133 147 152 165 174 180 180 0 
7.24	d NODES 8292
7.24	d CHECKS 10544129
7.24	   
7.24	   totalWckTime=7.026  totalCpuTime=6.74

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node42/watcher-206970-1168074193 -o ROOT/results/node42/solver-206970-1168074193 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206970-1168074193/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 1.35 1.12 1.33 3/68 22676
/proc/meminfo: memFree=1361128/2055920 swapFree=4191892/4192956
[pid=22675] ppid=22673 vsize=172 CPUtime=0
/proc/22675/stat : 22675 (java) R 22673 22675 22274 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 155818697 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 12407588 0 0 4096 0 0 0 0 17 1 0 0
/proc/22675/statm: 43 24 18 14 0 3 0

[startup+0.105906 s]
/proc/loadavg: 1.35 1.12 1.33 3/68 22676
/proc/meminfo: memFree=1361128/2055920 swapFree=4191892/4192956
[pid=22675] ppid=22673 vsize=915724 CPUtime=0.09
/proc/22675/stat : 22675 (java) R 22673 22675 22274 0 -1 0 3061 0 1 0 7 2 0 0 17 0 8 0 155818697 937701376 2807 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155061896 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22675/statm: 228931 2807 1451 14 0 215426 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 915724

[startup+0.513948 s]
/proc/loadavg: 1.35 1.12 1.33 3/68 22676
/proc/meminfo: memFree=1361128/2055920 swapFree=4191892/4192956
[pid=22675] ppid=22673 vsize=916056 CPUtime=0.48
/proc/22675/stat : 22675 (java) R 22673 22675 22274 0 -1 0 7460 0 1 0 44 4 0 0 16 0 8 0 155818697 938041344 7199 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073637979 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22675/statm: 229014 7200 2148 14 0 215484 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 916056

[startup+1.33504 s]
/proc/loadavg: 1.35 1.12 1.33 2/75 22686
/proc/meminfo: memFree=1335216/2055920 swapFree=4191892/4192956
[pid=22675] ppid=22673 vsize=916188 CPUtime=1.29
/proc/22675/stat : 22675 (java) R 22673 22675 22274 0 -1 0 9714 0 1 0 123 6 0 0 16 0 8 0 155818697 938176512 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783536 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22675/statm: 229047 9451 2517 14 0 215517 0
[pid=22675/tid=22677] ppid=22673 vsize=916188 CPUtime=0.03
/proc/22675/task/22677/stat : 22677 (java) S 22673 22675 22274 0 -1 64 781 0 0 0 3 0 0 0 16 0 8 0 155818701 938176512 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22675/tid=22678] ppid=22673 vsize=916188 CPUtime=0
/proc/22675/task/22678/stat : 22678 (java) S 22673 22675 22274 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155818702 938176512 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22675/tid=22679] ppid=22673 vsize=916188 CPUtime=0
/proc/22675/task/22679/stat : 22679 (java) S 22673 22675 22274 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155818702 938176512 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22675/tid=22680] ppid=22673 vsize=916188 CPUtime=0
/proc/22675/task/22680/stat : 22680 (java) S 22673 22675 22274 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155818705 938176512 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22675/tid=22681] ppid=22673 vsize=916188 CPUtime=0.19
/proc/22675/task/22681/stat : 22681 (java) S 22673 22675 22274 0 -1 64 378 0 0 0 18 1 0 0 16 0 8 0 155818705 938176512 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22675/tid=22682] ppid=22673 vsize=916188 CPUtime=0
/proc/22675/task/22682/stat : 22682 (java) S 22673 22675 22274 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155818705 938176512 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22675/tid=22683] ppid=22673 vsize=916188 CPUtime=0
/proc/22675/task/22683/stat : 22683 (java) S 22673 22675 22274 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155818705 938176512 9451 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 916188

[startup+2.97223 s]
/proc/loadavg: 1.35 1.12 1.33 2/75 22686
/proc/meminfo: memFree=1332784/2055920 swapFree=4191892/4192956
[pid=22675] ppid=22673 vsize=916188 CPUtime=2.93
/proc/22675/stat : 22675 (java) R 22673 22675 22274 0 -1 0 10661 0 1 0 285 8 0 0 17 0 8 0 155818697 938176512 10396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805575 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22675/statm: 229047 10396 2517 14 0 215517 0
[pid=22675/tid=22677] ppid=22673 vsize=916188 CPUtime=0.03
/proc/22675/task/22677/stat : 22677 (java) S 22673 22675 22274 0 -1 64 781 0 0 0 3 0 0 0 17 0 8 0 155818701 938176512 10396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22675/tid=22678] ppid=22673 vsize=916188 CPUtime=0
/proc/22675/task/22678/stat : 22678 (java) S 22673 22675 22274 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155818702 938176512 10396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22675/tid=22679] ppid=22673 vsize=916188 CPUtime=0
/proc/22675/task/22679/stat : 22679 (java) S 22673 22675 22274 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155818702 938176512 10396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22675/tid=22680] ppid=22673 vsize=916188 CPUtime=0
/proc/22675/task/22680/stat : 22680 (java) S 22673 22675 22274 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155818705 938176512 10396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22675/tid=22681] ppid=22673 vsize=916188 CPUtime=0.21
/proc/22675/task/22681/stat : 22681 (java) S 22673 22675 22274 0 -1 64 391 0 0 0 20 1 0 0 16 0 8 0 155818705 938176512 10396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22675/tid=22682] ppid=22673 vsize=916188 CPUtime=0
/proc/22675/task/22682/stat : 22682 (java) S 22673 22675 22274 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155818705 938176512 10396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22675/tid=22683] ppid=22673 vsize=916188 CPUtime=0
/proc/22675/task/22683/stat : 22683 (java) S 22673 22675 22274 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155818705 938176512 10396 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 916188

[startup+6.17457 s]
/proc/loadavg: 1.40 1.13 1.34 2/75 22742
/proc/meminfo: memFree=1329840/2055920 swapFree=4191892/4192956
[pid=22675] ppid=22673 vsize=916188 CPUtime=6.12
/proc/22675/stat : 22675 (java) R 22673 22675 22274 0 -1 0 10866 0 1 0 604 8 0 0 23 0 8 0 155818697 938176512 10600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073780368 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22675/statm: 229047 10600 2517 14 0 215517 0
[pid=22675/tid=22677] ppid=22673 vsize=916188 CPUtime=0.03
/proc/22675/task/22677/stat : 22677 (java) S 22673 22675 22274 0 -1 64 781 0 0 0 3 0 0 0 16 0 8 0 155818701 938176512 10600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22675/tid=22678] ppid=22673 vsize=916188 CPUtime=0
/proc/22675/task/22678/stat : 22678 (java) S 22673 22675 22274 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155818702 938176512 10600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22675/tid=22679] ppid=22673 vsize=916188 CPUtime=0
/proc/22675/task/22679/stat : 22679 (java) S 22673 22675 22274 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155818702 938176512 10600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22675/tid=22680] ppid=22673 vsize=916188 CPUtime=0
/proc/22675/task/22680/stat : 22680 (java) S 22673 22675 22274 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 155818705 938176512 10600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22675/tid=22681] ppid=22673 vsize=916188 CPUtime=0.22
/proc/22675/task/22681/stat : 22681 (java) S 22673 22675 22274 0 -1 64 396 0 0 0 21 1 0 0 17 0 8 0 155818705 938176512 10600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22675/tid=22682] ppid=22673 vsize=916188 CPUtime=0
/proc/22675/task/22682/stat : 22682 (java) S 22673 22675 22274 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155818705 938176512 10600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22675/tid=22683] ppid=22673 vsize=916188 CPUtime=0
/proc/22675/task/22683/stat : 22683 (java) S 22673 22675 22274 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155818705 938176512 10600 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 916188

Child status: 0
Real time (s): 7.26399
CPU time (s): 7.2189
CPU user time (s): 7.12192
CPU system time (s): 0.096985
CPU usage (%): 99.3793
Max. virtual memory (cumulated for all children) (KiB): 916188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.12192
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10958
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= 1003
involuntary context switches= 341

runsolver used 0.010998 s user time and 0.028995 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sat Jan  6 09:03:15 UTC 2007


IDJOB= 206970
IDBENCH= 4249
FILE ID= node42/206970-1168074193

PBS_JOBID= 3476010

Free space on /tmp= 66541 MiB

BENCH NAME= HOME/pub/bench/CPAI06/travellingSalesman/travellingSalesman-20/tsp-20-2_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206970-1168074193/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-206970-1168074193 -o ROOT/results/node42/solver-206970-1168074193 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206970-1168074193/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b9a7be1fad569e5c2e874ee391512cae

RANDOM SEED= 413134953

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.229
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.229
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:       1359352 kB
Buffers:         49516 kB
Cached:         550452 kB
SwapCached:        268 kB
Active:         103516 kB
Inactive:       518088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1359352 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3780 kB
Writeback:           0 kB
Mapped:          33272 kB
Slab:            60492 kB
Committed_AS:  2630632 kB
PageTables:       1708 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= 66543 MiB



End job on node42 on Sat Jan  6 09:03:24 UTC 2007