Trace number 206918

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 24.3123 24.4296

DiagnosticValue
CHECKS40149486
NODES29052

General information on the benchmark

NametravellingSalesman/travellingSalesman-20/
tsp-20-453_ext.xml
MD5SUMbb6b398e728c9278bcb5c6d8b41c0637
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 benchmark24.3123
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/206918-1168074147/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.40	     nbVariables=61  nbDomainTypes=5  minDomainSize=1  maxDomainSize=1001
0.40	       =>  wckTime=0.102  cpuTime=0.09  mem=7M931
0.40	   
0.40	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.58	     nbConstraints=230  nbRelationTypes=23  nbSingletonDomainVariables=2  nbExtensionStructures=24
0.58	     nbSharedExtensionStructures=206  nbConflictsStructures=24  nbSharedConflictsStructures=206
0.58	     nbSharedBinaryRepresentations=20295  maxDegree=20  maxArity=3
0.58	       =>  wckTime=0.286  cpuTime=0.21  mem=15M517
0.63	   
0.63	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.491  cpuTime=0.35  mem=18M324
0.85	   
0.85	   preprocessing
0.85	     nbConstraintChecks=47235  nbValidityChecks=30030  nbPropagations=99  nbRevisions=159  nbUselessRevisions=47
0.85	     nbRemovedValues=21398  detectedInconsistency=no
0.85	       =>  wckTime=0.059  cpuTime=0.03  mem=18M324
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=37584  nbValidityChecks=34378  nbPropagations=1523  nbRevisions=4114
0.91	     nbUselessRevisions=2142  nbAssignments=26  nbFailedAssignments=11  nbBacktracks=14  nbVisitedNodes=46
0.91	     nbRestartNogoods=0  mapSize=12  nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.118  cpuTime=0.08  mem=18M324
1.01	   
1.01	   search
1.01	     run=1  nbConstraintChecks=190333  nbValidityChecks=186165  nbPropagations=6714  nbRevisions=17518
1.01	     nbUselessRevisions=8635  nbAssignments=80  nbFailedAssignments=41  nbBacktracks=30  nbVisitedNodes=143
1.01	     nbRestartNogoods=1  mapSize=28  nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.222  cpuTime=0.17  mem=18M324
1.09	   
1.09	   search
1.09	     run=2  nbConstraintChecks=315601  nbValidityChecks=313375  nbPropagations=15641  nbRevisions=40500
1.09	     nbUselessRevisions=19797  nbAssignments=134  nbFailedAssignments=64  nbBacktracks=52  nbVisitedNodes=237
1.09	     nbRestartNogoods=17  mapSize=49  nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.299  cpuTime=0.24  mem=18M324
1.19	   
1.19	   search
1.19	     run=3  nbConstraintChecks=497155  nbValidityChecks=487427  nbPropagations=28972  nbRevisions=75530
1.19	     nbUselessRevisions=37367  nbAssignments=196  nbFailedAssignments=88  nbBacktracks=89  nbVisitedNodes=345
1.19	     nbRestartNogoods=27  mapSize=78  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.401  cpuTime=0.34  mem=19M299
1.30	   
1.30	   search
1.30	     run=4  nbConstraintChecks=663622  nbValidityChecks=659360  nbPropagations=47609  nbRevisions=124393
1.30	     nbUselessRevisions=62019  nbAssignments=289  nbFailedAssignments=123  nbBacktracks=144  nbVisitedNodes=504
1.30	     nbRestartNogoods=30  mapSize=121  nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.503  cpuTime=0.45  mem=19M299
1.48	   
1.48	   search
1.48	     run=5  nbConstraintChecks=925418  nbValidityChecks=938222  nbPropagations=74199  nbRevisions=192396
1.48	     nbUselessRevisions=95722  nbAssignments=431  nbFailedAssignments=181  nbBacktracks=219  nbVisitedNodes=748
1.48	     nbRestartNogoods=32  mapSize=177  nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.687  cpuTime=0.61  mem=19M299
1.68	   
1.68	   search
1.68	     run=6  nbConstraintChecks=1245180  nbValidityChecks=1256340  nbPropagations=111270  nbRevisions=288623
1.68	     nbUselessRevisions=143863  nbAssignments=624  nbFailedAssignments=258  nbBacktracks=332  nbVisitedNodes=1086
1.68	     nbRestartNogoods=42  mapSize=266  nbInferences=0  nbTooLargeKeys=0
1.68	       =>  wckTime=0.885  cpuTime=0.8  mem=19M299
1.95	   
1.95	   search
1.95	     run=7  nbConstraintChecks=1696138  nbValidityChecks=1705600  nbPropagations=163170  nbRevisions=425441
1.95	     nbUselessRevisions=212946  nbAssignments=908  nbFailedAssignments=360  nbBacktracks=504  nbVisitedNodes=1576
1.95	     nbRestartNogoods=46  mapSize=396  nbInferences=0  nbTooLargeKeys=0
1.95	       =>  wckTime=1.16  cpuTime=1.07  mem=20M274
2.34	   
2.34	   search
2.34	     run=8  nbConstraintChecks=2301967  nbValidityChecks=2355895  nbPropagations=236010  nbRevisions=613730
2.34	     nbUselessRevisions=306492  nbAssignments=1334  nbFailedAssignments=516  nbBacktracks=760  nbVisitedNodes=2299
2.34	     nbRestartNogoods=55  mapSize=580  nbInferences=0  nbTooLargeKeys=0
2.34	       =>  wckTime=1.546  cpuTime=1.45  mem=21M250
2.95	   
2.95	   search
2.95	     run=9  nbConstraintChecks=3282606  nbValidityChecks=3403046  nbPropagations=340586  nbRevisions=880405
2.95	     nbUselessRevisions=436734  nbAssignments=1989  nbFailedAssignments=776  nbBacktracks=1146  nbVisitedNodes=3423
2.95	     nbRestartNogoods=70  mapSize=837  nbInferences=0  nbTooLargeKeys=0
2.95	       =>  wckTime=2.161  cpuTime=2.05  mem=22M225
3.32	   
3.32	   INFO : Stopping hyperNogood (mapSize=1026, nbTooLargekeys=0, mem=23M200)
3.64	   
3.64	   search
3.64	     run=10  nbConstraintChecks=4399517  nbValidityChecks=4581355  nbPropagations=486639  nbRevisions=1252515
3.64	     nbUselessRevisions=618625  nbAssignments=2930  nbFailedAssignments=1122  nbBacktracks=1726  nbVisitedNodes=4999
3.64	     nbRestartNogoods=79
3.64	       =>  wckTime=2.845  cpuTime=2.72  mem=23M200
4.76	   
4.76	   search
4.76	     run=11  nbConstraintChecks=6371680  nbValidityChecks=6666568  nbPropagations=700548  nbRevisions=1793064
4.76	     nbUselessRevisions=881198  nbAssignments=4335  nbFailedAssignments=1653  nbBacktracks=2595  nbVisitedNodes=7393
4.76	     nbRestartNogoods=100
4.76	       =>  wckTime=3.97  cpuTime=3.85  mem=23M200
6.65	   
6.65	   search
6.65	     run=12  nbConstraintChecks=9635789  nbValidityChecks=10135826  nbPropagations=1019863  nbRevisions=2584408
6.65	     nbUselessRevisions=1258560  nbAssignments=6453  nbFailedAssignments=2462  nbBacktracks=3894  nbVisitedNodes=10914
6.65	     nbRestartNogoods=104
6.65	       =>  wckTime=5.857  cpuTime=5.72  mem=23M200
8.91	   
8.91	   search
8.91	     run=13  nbConstraintChecks=13311904  nbValidityChecks=14129167  nbPropagations=1479338  nbRevisions=3726489
8.91	     nbUselessRevisions=1805848  nbAssignments=9436  nbFailedAssignments=3482  nbBacktracks=5841  nbVisitedNodes=15921
8.91	     nbRestartNogoods=120
8.91	       =>  wckTime=8.119  cpuTime=7.96  mem=23M200
13.22	   
13.23	   search
13.23	     run=14  nbConstraintChecks=20786390  nbValidityChecks=22112146  nbPropagations=2170852  nbRevisions=5431813
13.23	     nbUselessRevisions=2613456  nbAssignments=14342  nbFailedAssignments=5452  nbBacktracks=8762  nbVisitedNodes=24168
13.23	     nbRestartNogoods=143
13.23	       =>  wckTime=12.429  cpuTime=12.25  mem=23M200
18.56	   
18.56	   search
18.56	     run=15  nbConstraintChecks=30136402  nbValidityChecks=32159334  nbPropagations=3179446  nbRevisions=7890487
18.56	     nbUselessRevisions=3762880  nbAssignments=21289  nbFailedAssignments=8008  nbBacktracks=13145  nbVisitedNodes=35878
18.56	     nbRestartNogoods=155
18.56	       =>  wckTime=17.769  cpuTime=17.59  mem=23M200
24.40	   
24.40	   search
24.40	     run=16  nbConstraintChecks=40102251  nbValidityChecks=43351371  nbPropagations=4532797  nbRevisions=11124874
24.40	     nbUselessRevisions=5252240  nbAssignments=29052  nbFailedAssignments=10680  nbBacktracks=18175
24.40	     nbVisitedNodes=48750  nbRestartNogoods=172
24.40	       =>  wckTime=23.605  cpuTime=23.43  mem=23M200
24.40	   
24.40	   global
24.40	     nbConstraintChecks=40149486  nbValidityChecks=43381401  nbPropagations=4532896  nbRevisions=11125033
24.40	     nbUselessRevisions=5252287  nbRestartNogoods=172  solvingWckTime=23.606  solvingCpuTime=23.43  expiredTime=no
24.40	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=23.83
24.40	       =>  wckTime=24.103  cpuTime=23.78  mem=23M200
24.40	   
24.40	s SATISFIABLE
24.40	v 6 11 11 6 10 1 20 13 4 2 14 4 8 4 19 21 7 6 12 22 16 40 1 0 18 5 17 15 2 23 3 1 9 2 5 2 13 0 15 1 17 18 31 33 37 41 62 68 90 130 130 135 150 173 174 176 178 178 179 179 0 
24.40	d NODES 29052
24.40	d CHECKS 40149486
24.40	   
24.40	   totalWckTime=24.181  totalCpuTime=23.83

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-206918-1168074147 -o ROOT/results/node42/solver-206918-1168074147 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206918-1168074147/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: 0.92 1.01 1.31 3/75 22409
/proc/meminfo: memFree=1361144/2055920 swapFree=4191892/4192956
[pid=22408] ppid=22405 vsize=1452 CPUtime=0
/proc/22408/stat : 22408 (java) R 22405 22408 22301 0 -1 0 88 0 0 0 0 0 0 0 19 0 1 0 155813959 1486848 61 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4160631504 0 0 4096 0 0 0 0 17 0 0 0
/proc/22408/statm: 363 72 56 14 0 8 0

[startup+0.107873 s]
/proc/loadavg: 0.92 1.01 1.31 3/75 22409
/proc/meminfo: memFree=1361144/2055920 swapFree=4191892/4192956
[pid=22408] ppid=22405 vsize=914988 CPUtime=0.08
/proc/22408/stat : 22408 (java) R 22405 22408 22301 0 -1 0 3078 0 1 0 8 0 0 0 24 0 8 0 155813959 936947712 2824 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22408/statm: 228747 2825 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515919 s]
/proc/loadavg: 0.92 1.01 1.31 3/75 22409
/proc/meminfo: memFree=1361144/2055920 swapFree=4191892/4192956
[pid=22408] ppid=22405 vsize=915328 CPUtime=0.49
/proc/22408/stat : 22408 (java) R 22405 22408 22301 0 -1 0 7378 0 1 0 46 3 0 0 25 0 8 0 155813959 937295872 7117 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154646871 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22408/statm: 228832 7117 2148 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33901 s]
/proc/loadavg: 1.01 1.03 1.32 3/93 22429
/proc/meminfo: memFree=1306080/2055920 swapFree=4191892/4192956
[pid=22408] ppid=22405 vsize=915444 CPUtime=1.31
/proc/22408/stat : 22408 (java) R 22405 22408 22301 0 -1 0 9642 0 1 0 126 5 0 0 25 0 8 0 155813959 937414656 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22408/statm: 228861 9379 2517 14 0 215331 0
[pid=22408/tid=22414] ppid=22405 vsize=915444 CPUtime=0.03
/proc/22408/task/22414/stat : 22414 (java) S 22405 22408 22301 0 -1 64 775 0 0 0 3 0 0 0 16 0 8 0 155813963 937414656 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22415] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22415/stat : 22415 (java) S 22405 22408 22301 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155813964 937414656 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22416] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22416/stat : 22416 (java) S 22405 22408 22301 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155813964 937414656 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22420] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22420/stat : 22420 (java) S 22405 22408 22301 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155813967 937414656 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22421] ppid=22405 vsize=915444 CPUtime=0.2
/proc/22408/task/22421/stat : 22421 (java) S 22405 22408 22301 0 -1 64 374 0 0 0 19 1 0 0 15 0 8 0 155813967 937414656 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22422] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22422/stat : 22422 (java) S 22405 22408 22301 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155813967 937414656 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22423] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22423/stat : 22423 (java) S 22405 22408 22301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155813967 937414656 9379 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915444

[startup+2.99219 s]
/proc/loadavg: 1.01 1.03 1.32 3/93 22429
/proc/meminfo: memFree=1300512/2055920 swapFree=4191892/4192956
[pid=22408] ppid=22405 vsize=915444 CPUtime=2.95
/proc/22408/stat : 22408 (java) R 22405 22408 22301 0 -1 0 10423 0 1 0 289 6 0 0 25 0 8 0 155813959 937414656 10158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073768963 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22408/statm: 228861 10159 2517 14 0 215331 0
[pid=22408/tid=22414] ppid=22405 vsize=915444 CPUtime=0.03
/proc/22408/task/22414/stat : 22414 (java) S 22405 22408 22301 0 -1 64 775 0 0 0 3 0 0 0 17 0 8 0 155813963 937414656 10159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22415] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22415/stat : 22415 (java) S 22405 22408 22301 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155813964 937414656 10159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22416] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22416/stat : 22416 (java) S 22405 22408 22301 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155813964 937414656 10159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22420] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22420/stat : 22420 (java) S 22405 22408 22301 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155813967 937414656 10159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22421] ppid=22405 vsize=915444 CPUtime=0.23
/proc/22408/task/22421/stat : 22421 (java) S 22405 22408 22301 0 -1 64 388 0 0 0 22 1 0 0 15 0 8 0 155813967 937414656 10159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22422] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22422/stat : 22422 (java) S 22405 22408 22301 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155813967 937414656 10159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22423] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22423/stat : 22423 (java) S 22405 22408 22301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155813967 937414656 10159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915444

[startup+6.27955 s]
/proc/loadavg: 1.01 1.03 1.32 2/81 22442
/proc/meminfo: memFree=1330944/2055920 swapFree=4191892/4192956
[pid=22408] ppid=22405 vsize=915444 CPUtime=6.22
/proc/22408/stat : 22408 (java) R 22405 22408 22301 0 -1 0 10621 0 1 0 615 7 0 0 25 0 8 0 155813959 937414656 10355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073773763 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22408/statm: 228861 10355 2517 14 0 215331 0
[pid=22408/tid=22414] ppid=22405 vsize=915444 CPUtime=0.03
/proc/22408/task/22414/stat : 22414 (java) S 22405 22408 22301 0 -1 64 775 0 0 0 3 0 0 0 16 0 8 0 155813963 937414656 10355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22415] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22415/stat : 22415 (java) S 22405 22408 22301 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155813964 937414656 10355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22416] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22416/stat : 22416 (java) S 22405 22408 22301 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155813964 937414656 10355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22420] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22420/stat : 22420 (java) S 22405 22408 22301 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155813967 937414656 10355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22421] ppid=22405 vsize=915444 CPUtime=0.24
/proc/22408/task/22421/stat : 22421 (java) S 22405 22408 22301 0 -1 64 397 0 0 0 23 1 0 0 15 0 8 0 155813967 937414656 10355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22422] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22422/stat : 22422 (java) S 22405 22408 22301 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155813967 937414656 10355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22423] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22423/stat : 22423 (java) S 22405 22408 22301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155813967 937414656 10355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915444

[startup+12.7673 s]
/proc/loadavg: 1.08 1.04 1.32 2/75 22518
/proc/meminfo: memFree=1331632/2055920 swapFree=4191892/4192956
[pid=22408] ppid=22405 vsize=915444 CPUtime=12.67
/proc/22408/stat : 22408 (java) R 22405 22408 22301 0 -1 0 10628 0 1 0 1259 8 0 0 25 0 8 0 155813959 937414656 10361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791410 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22408/statm: 228861 10361 2517 14 0 215331 0
[pid=22408/tid=22414] ppid=22405 vsize=915444 CPUtime=0.03
/proc/22408/task/22414/stat : 22414 (java) S 22405 22408 22301 0 -1 64 775 0 0 0 3 0 0 0 16 0 8 0 155813963 937414656 10361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22415] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22415/stat : 22415 (java) S 22405 22408 22301 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155813964 937414656 10361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22416] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22416/stat : 22416 (java) S 22405 22408 22301 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155813964 937414656 10361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22420] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22420/stat : 22420 (java) S 22405 22408 22301 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 155813967 937414656 10361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22421] ppid=22405 vsize=915444 CPUtime=0.24
/proc/22408/task/22421/stat : 22421 (java) S 22405 22408 22301 0 -1 64 397 0 0 0 23 1 0 0 15 0 8 0 155813967 937414656 10361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22422] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22422/stat : 22422 (java) S 22405 22408 22301 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 155813967 937414656 10361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22408/tid=22423] ppid=22405 vsize=915444 CPUtime=0
/proc/22408/task/22423/stat : 22423 (java) S 22405 22408 22301 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155813967 937414656 10361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915444

Child status: 0
Real time (s): 24.4296
CPU time (s): 24.3123
CPU user time (s): 24.2173
CPU system time (s): 0.094985
CPU usage (%): 99.5198
Max. virtual memory (cumulated for all children) (KiB): 915444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.2173
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10725
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= 1681
involuntary context switches= 2056

runsolver used 0.028995 s user time and 0.093985 s system time

The end

Launcher Data (download as text)

Begin job on node42 on Sat Jan  6 09:02:27 UTC 2007


IDJOB= 206918
IDBENCH= 4245
FILE ID= node42/206918-1168074147

PBS_JOBID= 3476011

Free space on /tmp= 66541 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  bb6b398e728c9278bcb5c6d8b41c0637

RANDOM SEED= 802665107

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:       1361752 kB
Buffers:         49460 kB
Cached:         549420 kB
SwapCached:        268 kB
Active:         100972 kB
Inactive:       518100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1361752 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3888 kB
Writeback:           0 kB
Mapped:          29496 kB
Slab:            60472 kB
Committed_AS:  2618308 kB
PageTables:       1848 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= 66541 MiB



End job on node42 on Sat Jan  6 09:02:52 UTC 2007