Trace number 207804

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 111.18 111.373

DiagnosticValue
CHECKS183507178
NODES120943

General information on the benchmark

NametravellingSalesman/travellingSalesman-25/
tsp-25-681_ext.xml
MD5SUMc0fb72d4f30ed7072c505fa7095a8161
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 benchmark111.18
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
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/207804-1168074367/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.40	     nbVariables=76  nbDomainTypes=5  minDomainSize=1  maxDomainSize=1001
0.40	       =>  wckTime=0.104  cpuTime=0.08  mem=7M931
0.40	   
0.40	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.62	     nbConstraints=350  nbRelationTypes=28  nbSingletonDomainVariables=2  nbExtensionStructures=29
0.62	     nbSharedExtensionStructures=321  nbConflictsStructures=29  nbSharedConflictsStructures=321
0.62	     nbSharedBinaryRepresentations=25498  maxDegree=25  maxArity=3
0.62	       =>  wckTime=0.325  cpuTime=0.23  mem=17M85
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.82	       =>  wckTime=0.529  cpuTime=0.37  mem=19M597
0.90	   
0.90	   preprocessing
0.90	     nbConstraintChecks=65351  nbValidityChecks=41324  nbPropagations=167  nbRevisions=221  nbUselessRevisions=34
0.90	     nbRemovedValues=27468  detectedInconsistency=no
0.90	       =>  wckTime=0.069  cpuTime=0.05  mem=19M597
0.96	   
0.96	   search
0.96	     run=0  nbConstraintChecks=52810  nbValidityChecks=49031  nbPropagations=1413  nbRevisions=3620
0.96	     nbUselessRevisions=1892  nbAssignments=24  nbFailedAssignments=5  nbBacktracks=15  nbVisitedNodes=36
0.96	     nbRestartNogoods=0  mapSize=6  nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.134  cpuTime=0.1  mem=19M597
1.01	   
1.01	   search
1.01	     run=1  nbConstraintChecks=115411  nbValidityChecks=106001  nbPropagations=4374  nbRevisions=11775
1.01	     nbUselessRevisions=6387  nbAssignments=59  nbFailedAssignments=17  nbBacktracks=36  nbVisitedNodes=94
1.01	     nbRestartNogoods=3  mapSize=24  nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.182  cpuTime=0.14  mem=19M597
1.07	   
1.07	   search
1.07	     run=2  nbConstraintChecks=214539  nbValidityChecks=201733  nbPropagations=10646  nbRevisions=29112
1.07	     nbUselessRevisions=15961  nbAssignments=116  nbFailedAssignments=46  nbBacktracks=59  nbVisitedNodes=189
1.07	     nbRestartNogoods=6  mapSize=44  nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.246  cpuTime=0.2  mem=19M597
1.15	   
1.15	   search
1.15	     run=3  nbConstraintChecks=325108  nbValidityChecks=307124  nbPropagations=20505  nbRevisions=56304
1.15	     nbUselessRevisions=30951  nbAssignments=175  nbFailedAssignments=64  nbBacktracks=94  nbVisitedNodes=284
1.15	     nbRestartNogoods=9  mapSize=67  nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.327  cpuTime=0.27  mem=19M597
1.28	   
1.28	   search
1.28	     run=4  nbConstraintChecks=535645  nbValidityChecks=498468  nbPropagations=37808  nbRevisions=105538
1.28	     nbUselessRevisions=58580  nbAssignments=274  nbFailedAssignments=105  nbBacktracks=148  nbVisitedNodes=452
1.28	     nbRestartNogoods=17  mapSize=110  nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.448  cpuTime=0.39  mem=20M572
1.45	   
1.45	   search
1.45	     run=5  nbConstraintChecks=830078  nbValidityChecks=778801  nbPropagations=65412  nbRevisions=184024
1.45	     nbUselessRevisions=102555  nbAssignments=411  nbFailedAssignments=160  nbBacktracks=224  nbVisitedNodes=691
1.45	     nbRestartNogoods=21  mapSize=166  nbInferences=0  nbTooLargeKeys=0
1.45	       =>  wckTime=0.622  cpuTime=0.56  mem=20M572
1.61	   
1.61	   search
1.61	     run=6  nbConstraintChecks=1076925  nbValidityChecks=1017690  nbPropagations=103278  nbRevisions=290891
1.61	     nbUselessRevisions=162444  nbAssignments=606  nbFailedAssignments=230  nbBacktracks=339  nbVisitedNodes=1001
1.61	     nbRestartNogoods=28  mapSize=243  nbInferences=0  nbTooLargeKeys=0
1.61	       =>  wckTime=0.779  cpuTime=0.72  mem=21M547
1.91	   
1.91	   search
1.91	     run=7  nbConstraintChecks=1585991  nbValidityChecks=1498624  nbPropagations=159310  nbRevisions=449247
1.91	     nbUselessRevisions=251104  nbAssignments=875  nbFailedAssignments=319  nbBacktracks=509  nbVisitedNodes=1454
1.91	     nbRestartNogoods=40  mapSize=352  nbInferences=0  nbTooLargeKeys=0
1.91	       =>  wckTime=1.082  cpuTime=1.02  mem=21M547
2.30	   
2.30	   search
2.30	     run=8  nbConstraintChecks=2170736  nbValidityChecks=2085489  nbPropagations=240063  nbRevisions=676486
2.30	     nbUselessRevisions=377645  nbAssignments=1279  nbFailedAssignments=454  nbBacktracks=767  nbVisitedNodes=2126
2.30	     nbRestartNogoods=54  mapSize=531  nbInferences=0  nbTooLargeKeys=0
2.30	       =>  wckTime=1.474  cpuTime=1.39  mem=22M522
2.79	   
2.79	   search
2.79	     run=9  nbConstraintChecks=2907272  nbValidityChecks=2806300  nbPropagations=352625  nbRevisions=1004828
2.79	     nbUselessRevisions=564999  nbAssignments=1845  nbFailedAssignments=630  nbBacktracks=1153  nbVisitedNodes=3064
2.79	     nbRestartNogoods=66  mapSize=791  nbInferences=0  nbTooLargeKeys=0
2.79	       =>  wckTime=1.959  cpuTime=1.86  mem=24M473
3.24	   
3.24	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=25M448)
3.56	   
3.56	   search
3.56	     run=10  nbConstraintChecks=4144730  nbValidityChecks=4079200  nbPropagations=517765  nbRevisions=1476439
3.56	     nbUselessRevisions=830945  nbAssignments=2684  nbFailedAssignments=883  nbBacktracks=1729  nbVisitedNodes=4447
3.56	     nbRestartNogoods=70
3.56	       =>  wckTime=2.733  cpuTime=2.61  mem=25M448
4.84	   
4.84	   search
4.84	     run=11  nbConstraintChecks=6470944  nbValidityChecks=6358325  nbPropagations=773731  nbRevisions=2204299
4.84	     nbUselessRevisions=1240373  nbAssignments=4001  nbFailedAssignments=1332  nbBacktracks=2593  nbVisitedNodes=6714
4.84	     nbRestartNogoods=74
4.84	       =>  wckTime=4.015  cpuTime=3.89  mem=25M448
6.76	   
6.76	   search
6.76	     run=12  nbConstraintChecks=9845498  nbValidityChecks=9859303  nbPropagations=1165241  nbRevisions=3300380
6.77	     nbUselessRevisions=1851340  nbAssignments=6011  nbFailedAssignments=2032  nbBacktracks=3893  nbVisitedNodes=10092
6.77	     nbRestartNogoods=78
6.77	       =>  wckTime=5.937  cpuTime=5.79  mem=25M448
9.75	   
9.75	   search
9.75	     run=13  nbConstraintChecks=15048875  nbValidityChecks=15463925  nbPropagations=1763633  nbRevisions=4927164
9.75	     nbUselessRevisions=2738950  nbAssignments=8970  nbFailedAssignments=3030  nbBacktracks=5840  nbVisitedNodes=15095
9.75	     nbRestartNogoods=92
9.75	       =>  wckTime=8.925  cpuTime=8.77  mem=25M448
12.71	   
12.71	   search
12.71	     run=14  nbConstraintChecks=20175912  nbValidityChecks=20715882  nbPropagations=2585771  nbRevisions=7173839
12.71	     nbUselessRevisions=3968598  nbAssignments=12977  nbFailedAssignments=4103  nbBacktracks=8759  nbVisitedNodes=21636
12.71	     nbRestartNogoods=110
12.71	       =>  wckTime=11.886  cpuTime=11.7  mem=25M448
18.22	   
18.22	   search
18.22	     run=15  nbConstraintChecks=29514460  nbValidityChecks=30373232  nbPropagations=3805316  nbRevisions=10543794
18.22	     nbUselessRevisions=5831722  nbAssignments=19412  nbFailedAssignments=6148  nbBacktracks=13137  nbVisitedNodes=32443
18.22	     nbRestartNogoods=127
18.22	       =>  wckTime=17.394  cpuTime=17.19  mem=25M448
26.99	   
26.99	   search
26.99	     run=16  nbConstraintChecks=44047732  nbValidityChecks=45828080  nbPropagations=5611552  nbRevisions=15439786
26.99	     nbUselessRevisions=8500574  nbAssignments=28763  nbFailedAssignments=8918  nbBacktracks=19709  nbVisitedNodes=48008
26.99	     nbRestartNogoods=144
26.99	       =>  wckTime=26.163  cpuTime=25.95  mem=25M448
40.85	   
40.85	   search
40.85	     run=17  nbConstraintChecks=67130283  nbValidityChecks=69860982  nbPropagations=8361388  nbRevisions=22884327
40.85	     nbUselessRevisions=12552967  nbAssignments=43414  nbFailedAssignments=13703  nbBacktracks=29561
40.85	     nbVisitedNodes=72701  nbRestartNogoods=156
40.85	       =>  wckTime=40.024  cpuTime=39.81  mem=25M448
59.82	   
59.82	   search
59.82	     run=18  nbConstraintChecks=98408875  nbValidityChecks=102962902  nbPropagations=12433403  nbRevisions=33822066
59.82	     nbUselessRevisions=18473109  nbAssignments=64762  nbFailedAssignments=20260  nbBacktracks=44339
59.82	     nbVisitedNodes=108247  nbRestartNogoods=181
59.82	       =>  wckTime=58.989  cpuTime=58.77  mem=25M448
89.38	   
89.38	   search
89.38	     run=19  nbConstraintChecks=147910228  nbValidityChecks=154748089  nbPropagations=18495094  nbRevisions=50081058
89.38	     nbUselessRevisions=27262115  nbAssignments=96481  nbFailedAssignments=29797  nbBacktracks=66507
89.38	     nbVisitedNodes=160856  nbRestartNogoods=199
89.38	       =>  wckTime=88.551  cpuTime=88.32  mem=25M448
111.32	   
111.32	   search
111.32	     run=20  nbConstraintChecks=183441827  nbValidityChecks=191674736  nbPropagations=26057558  nbRevisions=70534896
111.32	     nbUselessRevisions=38391884  nbAssignments=120943  nbFailedAssignments=36863  nbBacktracks=83827
111.32	     nbVisitedNodes=201399  nbRestartNogoods=210
111.32	       =>  wckTime=110.49  cpuTime=110.25  mem=25M448
111.32	   
111.32	   global
111.32	     nbConstraintChecks=183507178  nbValidityChecks=191716060  nbPropagations=26057725  nbRevisions=70535117
111.32	     nbUselessRevisions=38391918  nbRestartNogoods=210  solvingWckTime=110.491  solvingCpuTime=110.26  expiredTime=no
111.32	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=110.68
111.32	       =>  wckTime=111.026  cpuTime=110.63  mem=25M448
111.32	   
111.32	s SATISFIABLE
111.32	v 7 8 1 5 10 3 9 14 11 10 22 7 21 9 25 8 23 7 8 10 17 12 16 1 2 7 20 15 13 2 3 6 14 3 15 17 5 18 24 6 4 10 18 0 19 3 12 1 6 7 13 16 30 40 47 56 64 71 81 93 94 101 116 118 124 127 144 162 168 178 178 181 182 189 189 0 
111.32	d NODES 120943
111.32	d CHECKS 183507178
111.32	   
111.32	   totalWckTime=111.102  totalCpuTime=110.68

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/node34/watcher-207804-1168074367 -o ROOT/results/node34/solver-207804-1168074367 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/207804-1168074367/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.89 0.92 0.97 4/80 10320
/proc/meminfo: memFree=1455760/2055920 swapFree=4192812/4192956
[pid=10319] ppid=10317 vsize=18540 CPUtime=0
/proc/10319/stat : 10319 (runsolver) R 10317 10319 9755 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 155830470 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 254195330343 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/10319/statm: 4635 279 244 17 0 2626 0

[startup+0.106472 s]
/proc/loadavg: 0.89 0.92 0.97 4/80 10320
/proc/meminfo: memFree=1455760/2055920 swapFree=4192812/4192956
[pid=10319] ppid=10317 vsize=914988 CPUtime=0.09
/proc/10319/stat : 10319 (java) R 10317 10319 9755 0 -1 0 3056 0 1 0 8 1 0 0 24 0 8 0 155830470 936947712 2802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942248 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10319/statm: 228747 2802 1449 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514507 s]
/proc/loadavg: 0.89 0.92 0.97 4/80 10320
/proc/meminfo: memFree=1455760/2055920 swapFree=4192812/4192956
[pid=10319] ppid=10317 vsize=915328 CPUtime=0.49
/proc/10319/stat : 10319 (java) R 10317 10319 9755 0 -1 0 7328 0 1 0 46 3 0 0 25 0 8 0 155830470 937295872 7067 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155732897 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10319/statm: 228832 7067 2142 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33557 s]
/proc/loadavg: 0.89 0.92 0.97 3/87 10327
/proc/meminfo: memFree=1425632/2055920 swapFree=4192812/4192956
[pid=10319] ppid=10317 vsize=915460 CPUtime=1.3
/proc/10319/stat : 10319 (java) R 10317 10319 9755 0 -1 0 10194 0 1 0 125 5 0 0 25 0 8 0 155830470 937431040 9931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073824972 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10319/statm: 228865 9931 2517 14 0 215335 0
[pid=10319/tid=10321] ppid=10317 vsize=915460 CPUtime=0.03
/proc/10319/task/10321/stat : 10321 (java) S 10317 10319 9755 0 -1 64 940 0 0 0 3 0 0 0 16 0 8 0 155830474 937431040 9931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10322] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10322/stat : 10322 (java) S 10317 10319 9755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155830475 937431040 9931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10323] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10323/stat : 10323 (java) S 10317 10319 9755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155830475 937431040 9931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10324] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10324/stat : 10324 (java) S 10317 10319 9755 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155830478 937431040 9931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10325] ppid=10317 vsize=915460 CPUtime=0.2
/proc/10319/task/10325/stat : 10325 (java) S 10317 10319 9755 0 -1 64 389 0 0 0 20 0 0 0 15 0 8 0 155830478 937431040 9931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10326] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10326/stat : 10326 (java) S 10317 10319 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155830478 937431040 9931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10327] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10327/stat : 10327 (java) S 10317 10319 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155830478 937431040 9931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.9727 s]
/proc/loadavg: 0.89 0.92 0.97 4/87 10327
/proc/meminfo: memFree=1424224/2055920 swapFree=4192812/4192956
[pid=10319] ppid=10317 vsize=915460 CPUtime=2.93
/proc/10319/stat : 10319 (java) R 10317 10319 9755 0 -1 0 11103 0 1 0 287 6 0 0 25 0 8 0 155830470 937431040 10839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073903683 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10319/statm: 228865 10839 2517 14 0 215335 0
[pid=10319/tid=10321] ppid=10317 vsize=915460 CPUtime=0.03
/proc/10319/task/10321/stat : 10321 (java) S 10317 10319 9755 0 -1 64 940 0 0 0 3 0 0 0 17 0 8 0 155830474 937431040 10839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10322] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10322/stat : 10322 (java) S 10317 10319 9755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155830475 937431040 10839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10323] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10323/stat : 10323 (java) S 10317 10319 9755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155830475 937431040 10839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10324] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10324/stat : 10324 (java) S 10317 10319 9755 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155830478 937431040 10839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10325] ppid=10317 vsize=915460 CPUtime=0.23
/proc/10319/task/10325/stat : 10325 (java) S 10317 10319 9755 0 -1 64 405 0 0 0 22 1 0 0 15 0 8 0 155830478 937431040 10839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10326] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10326/stat : 10326 (java) S 10317 10319 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155830478 937431040 10839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10327] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10327/stat : 10327 (java) S 10317 10319 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155830478 937431040 10839 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915460

[startup+6.26397 s]
/proc/loadavg: 0.97 0.94 0.97 3/87 10327
/proc/meminfo: memFree=1421152/2055920 swapFree=4192812/4192956
[pid=10319] ppid=10317 vsize=915460 CPUtime=6.2
/proc/10319/stat : 10319 (java) R 10317 10319 9755 0 -1 0 11307 0 1 0 614 6 0 0 25 0 8 0 155830470 937431040 11040 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073824982 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10319/statm: 228865 11040 2517 14 0 215335 0
[pid=10319/tid=10321] ppid=10317 vsize=915460 CPUtime=0.03
/proc/10319/task/10321/stat : 10321 (java) S 10317 10319 9755 0 -1 64 940 0 0 0 3 0 0 0 16 0 8 0 155830474 937431040 11040 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10322] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10322/stat : 10322 (java) S 10317 10319 9755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155830475 937431040 11040 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10323] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10323/stat : 10323 (java) S 10317 10319 9755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155830475 937431040 11040 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10324] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10324/stat : 10324 (java) S 10317 10319 9755 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155830478 937431040 11040 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10325] ppid=10317 vsize=915460 CPUtime=0.24
/proc/10319/task/10325/stat : 10325 (java) S 10317 10319 9755 0 -1 64 414 0 0 0 23 1 0 0 17 0 8 0 155830478 937431040 11040 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10326] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10326/stat : 10326 (java) S 10317 10319 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155830478 937431040 11040 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10327] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10327/stat : 10327 (java) S 10317 10319 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155830478 937431040 11040 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915460

[startup+12.7355 s]
/proc/loadavg: 1.06 0.96 0.98 3/87 10327
/proc/meminfo: memFree=1421088/2055920 swapFree=4192812/4192956
[pid=10319] ppid=10317 vsize=915460 CPUtime=12.62
/proc/10319/stat : 10319 (java) R 10317 10319 9755 0 -1 0 11315 0 1 0 1256 6 0 0 25 0 8 0 155830470 937431040 11048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838058 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10319/statm: 228865 11048 2517 14 0 215335 0
[pid=10319/tid=10321] ppid=10317 vsize=915460 CPUtime=0.03
/proc/10319/task/10321/stat : 10321 (java) S 10317 10319 9755 0 -1 64 940 0 0 0 3 0 0 0 16 0 8 0 155830474 937431040 11048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10322] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10322/stat : 10322 (java) S 10317 10319 9755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155830475 937431040 11048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10323] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10323/stat : 10323 (java) S 10317 10319 9755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155830475 937431040 11048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10324] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10324/stat : 10324 (java) S 10317 10319 9755 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155830478 937431040 11048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10325] ppid=10317 vsize=915460 CPUtime=0.24
/proc/10319/task/10325/stat : 10325 (java) S 10317 10319 9755 0 -1 64 414 0 0 0 23 1 0 0 16 0 8 0 155830478 937431040 11048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10326] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10326/stat : 10326 (java) S 10317 10319 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155830478 937431040 11048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10327] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10327/stat : 10327 (java) S 10317 10319 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155830478 937431040 11048 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915460

[startup+25.5905 s]
/proc/loadavg: 1.11 0.98 0.98 2/72 10341
/proc/meminfo: memFree=1463272/2055920 swapFree=4192812/4192956
[pid=10319] ppid=10317 vsize=915460 CPUtime=25.45
/proc/10319/stat : 10319 (java) R 10317 10319 9755 0 -1 0 11318 0 1 0 2538 7 0 0 25 0 8 0 155830470 937431040 11051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826221 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10319/statm: 228865 11051 2517 14 0 215335 0
[pid=10319/tid=10321] ppid=10317 vsize=915460 CPUtime=0.03
/proc/10319/task/10321/stat : 10321 (java) S 10317 10319 9755 0 -1 64 940 0 0 0 3 0 0 0 16 0 8 0 155830474 937431040 11051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10322] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10322/stat : 10322 (java) S 10317 10319 9755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155830475 937431040 11051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10323] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10323/stat : 10323 (java) S 10317 10319 9755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155830475 937431040 11051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10324] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10324/stat : 10324 (java) S 10317 10319 9755 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155830478 937431040 11051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10325] ppid=10317 vsize=915460 CPUtime=0.24
/proc/10319/task/10325/stat : 10325 (java) S 10317 10319 9755 0 -1 64 414 0 0 0 23 1 0 0 16 0 8 0 155830478 937431040 11051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10326] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10326/stat : 10326 (java) S 10317 10319 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155830478 937431040 11051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10327] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10327/stat : 10327 (java) S 10317 10319 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155830478 937431040 11051 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 915460

[startup+51.2666 s]
/proc/loadavg: 1.07 0.98 0.98 3/72 10341
/proc/meminfo: memFree=1463464/2055920 swapFree=4192812/4192956
[pid=10319] ppid=10317 vsize=915460 CPUtime=51.12
/proc/10319/stat : 10319 (java) R 10317 10319 9755 0 -1 0 11323 0 1 0 5105 7 0 0 25 0 8 0 155830470 937431040 11056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073693943 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10319/statm: 228865 11056 2517 14 0 215335 0
[pid=10319/tid=10321] ppid=10317 vsize=915460 CPUtime=0.03
/proc/10319/task/10321/stat : 10321 (java) S 10317 10319 9755 0 -1 64 940 0 0 0 3 0 0 0 16 0 8 0 155830474 937431040 11056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10322] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10322/stat : 10322 (java) S 10317 10319 9755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155830475 937431040 11056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10323] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10323/stat : 10323 (java) S 10317 10319 9755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155830475 937431040 11056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10324] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10324/stat : 10324 (java) S 10317 10319 9755 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155830478 937431040 11056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10325] ppid=10317 vsize=915460 CPUtime=0.24
/proc/10319/task/10325/stat : 10325 (java) S 10317 10319 9755 0 -1 64 414 0 0 0 23 1 0 0 16 0 8 0 155830478 937431040 11056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10326] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10326/stat : 10326 (java) S 10317 10319 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155830478 937431040 11056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10327] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10327/stat : 10327 (java) S 10317 10319 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155830478 937431040 11056 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 915460

[startup+102.514 s]
/proc/loadavg: 1.03 0.98 0.98 2/72 10341
/proc/meminfo: memFree=1463464/2055920 swapFree=4192812/4192956
[pid=10319] ppid=10317 vsize=915460 CPUtime=102.35
/proc/10319/stat : 10319 (java) R 10317 10319 9755 0 -1 0 11330 0 1 0 10228 7 0 0 25 0 8 0 155830470 937431040 11063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073823265 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10319/statm: 228865 11063 2517 14 0 215335 0
[pid=10319/tid=10321] ppid=10317 vsize=915460 CPUtime=0.03
/proc/10319/task/10321/stat : 10321 (java) S 10317 10319 9755 0 -1 64 940 0 0 0 3 0 0 0 16 0 8 0 155830474 937431040 11063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10322] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10322/stat : 10322 (java) S 10317 10319 9755 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155830475 937431040 11063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10323] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10323/stat : 10323 (java) S 10317 10319 9755 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155830475 937431040 11063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10324] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10324/stat : 10324 (java) S 10317 10319 9755 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155830478 937431040 11063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10325] ppid=10317 vsize=915460 CPUtime=0.24
/proc/10319/task/10325/stat : 10325 (java) S 10317 10319 9755 0 -1 64 416 0 0 0 23 1 0 0 16 0 8 0 155830478 937431040 11063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10326] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10326/stat : 10326 (java) S 10317 10319 9755 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 155830478 937431040 11063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10319/tid=10327] ppid=10317 vsize=915460 CPUtime=0
/proc/10319/task/10327/stat : 10327 (java) S 10317 10319 9755 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155830478 937431040 11063 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.35
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 111.373
CPU time (s): 111.18
CPU user time (s): 111.097
CPU system time (s): 0.082987
CPU usage (%): 99.827
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 111.097
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11421
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= 3519
involuntary context switches= 2523

runsolver used 0.111982 s user time and 0.293955 s system time

The end

Launcher Data (download as text)

Begin job on node34 on Sat Jan  6 09:06:07 UTC 2007


IDJOB= 207804
IDBENCH= 4335
FILE ID= node34/207804-1168074367

PBS_JOBID= 3476017

Free space on /tmp= 66533 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c0fb72d4f30ed7072c505fa7095a8161

RANDOM SEED= 684503469

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.227
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.227
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:       1456240 kB
Buffers:         31804 kB
Cached:         437124 kB
SwapCached:          0 kB
Active:         114328 kB
Inactive:       409108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1456240 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3860 kB
Writeback:           0 kB
Mapped:          74764 kB
Slab:            61596 kB
Committed_AS:  3233980 kB
PageTables:       1880 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= 66535 MiB



End job on node34 on Sat Jan  6 09:08:00 UTC 2007