Trace number 207817

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 172.385 174.016

DiagnosticValue
CHECKS276606578
NODES177045

General information on the benchmark

NametravellingSalesman/travellingSalesman-25/
tsp-25-456_ext.xml
MD5SUMdcb00682f75d32b572dc3dbbf14b632c
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 benchmark172.385
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/207817-1168074367/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.43	     nbVariables=76  nbDomainTypes=5  minDomainSize=1  maxDomainSize=1001
0.43	       =>  wckTime=0.112  cpuTime=0.1  mem=7M931
0.43	   
0.43	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.66	     nbConstraints=350  nbRelationTypes=28  nbSingletonDomainVariables=2  nbExtensionStructures=29
0.66	     nbSharedExtensionStructures=321  nbConflictsStructures=29  nbSharedConflictsStructures=321
0.66	     nbSharedBinaryRepresentations=25498  maxDegree=25  maxArity=3
0.66	       =>  wckTime=0.351  cpuTime=0.27  mem=18M68
0.71	   
0.72	   solver IterativeSystematicSolver being built... 
0.89	       =>  wckTime=0.573  cpuTime=0.41  mem=19M612
0.97	   
0.97	   preprocessing
0.97	     nbConstraintChecks=65066  nbValidityChecks=43810  nbPropagations=140  nbRevisions=207  nbUselessRevisions=49
0.97	     nbRemovedValues=27004  detectedInconsistency=no
0.97	       =>  wckTime=0.08  cpuTime=0.05  mem=19M612
1.07	   
1.07	   search
1.07	     run=0  nbConstraintChecks=95933  nbValidityChecks=102347  nbPropagations=2308  nbRevisions=6218
1.07	     nbUselessRevisions=3255  nbAssignments=28  nbFailedAssignments=11  nbBacktracks=11  nbVisitedNodes=46
1.07	     nbRestartNogoods=0  mapSize=9  nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.182  cpuTime=0.14  mem=19M612
1.17	   
1.17	   search
1.17	     run=1  nbConstraintChecks=210211  nbValidityChecks=230437  nbPropagations=7293  nbRevisions=19919
1.17	     nbUselessRevisions=10354  nbAssignments=67  nbFailedAssignments=28  nbBacktracks=27  nbVisitedNodes=111
1.17	     nbRestartNogoods=4  mapSize=21  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.275  cpuTime=0.22  mem=19M612
1.21	   
1.21	   search
1.21	     run=2  nbConstraintChecks=289565  nbValidityChecks=300648  nbPropagations=13807  nbRevisions=38657
1.21	     nbUselessRevisions=20426  nbAssignments=105  nbFailedAssignments=40  nbBacktracks=51  nbVisitedNodes=167
1.21	     nbRestartNogoods=8  mapSize=34  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.323  cpuTime=0.26  mem=19M612
1.30	   
1.30	   search
1.30	     run=3  nbConstraintChecks=417547  nbValidityChecks=437593  nbPropagations=23801  nbRevisions=67418
1.30	     nbUselessRevisions=36012  nbAssignments=166  nbFailedAssignments=60  nbBacktracks=84  nbVisitedNodes=267
1.30	     nbRestartNogoods=11  mapSize=59  nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.41  cpuTime=0.35  mem=19M612
1.44	   
1.44	   search
1.44	     run=4  nbConstraintChecks=631972  nbValidityChecks=660469  nbPropagations=38967  nbRevisions=110286
1.44	     nbUselessRevisions=59213  nbAssignments=263  nbFailedAssignments=88  nbBacktracks=138  nbVisitedNodes=412
1.44	     nbRestartNogoods=19  mapSize=89  nbInferences=0  nbTooLargeKeys=0
1.44	       =>  wckTime=0.549  cpuTime=0.48  mem=20M587
1.56	   
1.56	   search
1.56	     run=5  nbConstraintChecks=793422  nbValidityChecks=833726  nbPropagations=59447  nbRevisions=167929
1.56	     nbUselessRevisions=90628  nbAssignments=391  nbFailedAssignments=118  nbBacktracks=226  nbVisitedNodes=601
1.56	     nbRestartNogoods=31  mapSize=134  nbInferences=0  nbTooLargeKeys=0
1.56	       =>  wckTime=0.669  cpuTime=0.6  mem=20M587
1.84	   
1.84	   search
1.84	     run=6  nbConstraintChecks=1236885  nbValidityChecks=1286316  nbPropagations=91888  nbRevisions=260975
1.84	     nbUselessRevisions=142187  nbAssignments=589  nbFailedAssignments=190  nbBacktracks=344  nbVisitedNodes=918
1.84	     nbRestartNogoods=41  mapSize=218  nbInferences=0  nbTooLargeKeys=0
1.84	       =>  wckTime=0.947  cpuTime=0.88  mem=21M563
2.28	   
2.28	   search
2.28	     run=7  nbConstraintChecks=1889283  nbValidityChecks=1990739  nbPropagations=143883  nbRevisions=403645
2.28	     nbUselessRevisions=218497  nbAssignments=904  nbFailedAssignments=312  nbBacktracks=516  nbVisitedNodes=1427
2.28	     nbRestartNogoods=56  mapSize=326  nbInferences=0  nbTooLargeKeys=0
2.28	       =>  wckTime=1.391  cpuTime=1.31  mem=21M563
2.83	   
2.83	   search
2.83	     run=8  nbConstraintChecks=2745603  nbValidityChecks=2869075  nbPropagations=218038  nbRevisions=608965
2.83	     nbUselessRevisions=328901  nbAssignments=1310  nbFailedAssignments=456  nbBacktracks=773  nbVisitedNodes=2075
2.83	     nbRestartNogoods=82  mapSize=472  nbInferences=0  nbTooLargeKeys=0
2.83	       =>  wckTime=1.937  cpuTime=1.85  mem=22M538
3.38	   
3.38	   search
3.38	     run=9  nbConstraintChecks=3470288  nbValidityChecks=3668662  nbPropagations=318476  nbRevisions=884357
3.38	     nbUselessRevisions=476530  nbAssignments=1878  nbFailedAssignments=616  nbBacktracks=1158  nbVisitedNodes=2931
3.38	     nbRestartNogoods=89  mapSize=664  nbInferences=0  nbTooLargeKeys=0
3.38	       =>  wckTime=2.485  cpuTime=2.38  mem=24M488
4.39	   
4.39	   search
4.39	     run=10  nbConstraintChecks=4982174  nbValidityChecks=5308076  nbPropagations=465733  nbRevisions=1288246
4.39	     nbUselessRevisions=693441  nbAssignments=2740  nbFailedAssignments=891  nbBacktracks=1737  nbVisitedNodes=4283
4.39	     nbRestartNogoods=110  mapSize=970  nbInferences=0  nbTooLargeKeys=0
4.39	       =>  wckTime=3.496  cpuTime=3.36  mem=26M438
4.54	   
4.54	   INFO : Stopping hyperNogood (mapSize=1019, nbTooLargekeys=0, mem=27M414)
5.43	   
5.44	   search
5.44	     run=11  nbConstraintChecks=6583548  nbValidityChecks=7123956  nbPropagations=673642  nbRevisions=1859131
5.44	     nbUselessRevisions=1001988  nbAssignments=3946  nbFailedAssignments=1218  nbBacktracks=2602  nbVisitedNodes=6150
5.44	     nbRestartNogoods=118
5.44	       =>  wckTime=4.544  cpuTime=4.41  mem=27M414
6.93	   
6.93	   search
6.93	     run=12  nbConstraintChecks=8885583  nbValidityChecks=9757011  nbPropagations=967389  nbRevisions=2664627
6.93	     nbUselessRevisions=1438790  nbAssignments=5675  nbFailedAssignments=1641  nbBacktracks=3899  nbVisitedNodes=8821
6.93	     nbRestartNogoods=123
6.93	       =>  wckTime=6.04  cpuTime=5.88  mem=27M414
9.80	   
9.80	   search
9.80	     run=13  nbConstraintChecks=13577677  nbValidityChecks=14736682  nbPropagations=1418234  nbRevisions=3878232
9.80	     nbUselessRevisions=2088034  nbAssignments=8477  nbFailedAssignments=2474  nbBacktracks=5854  nbVisitedNodes=13255
9.80	     nbRestartNogoods=135
9.80	       =>  wckTime=8.91  cpuTime=8.73  mem=27M414
13.81	   
13.81	   search
13.81	     run=14  nbConstraintChecks=20170216  nbValidityChecks=21994862  nbPropagations=2066435  nbRevisions=5602249
13.81	     nbUselessRevisions=3001914  nbAssignments=12431  nbFailedAssignments=3489  nbBacktracks=8774  nbVisitedNodes=19381
13.81	     nbRestartNogoods=151
13.81	       =>  wckTime=12.92  cpuTime=12.69  mem=27M414
17.80	   
17.80	   search
17.80	     run=15  nbConstraintChecks=26221308  nbValidityChecks=29044377  nbPropagations=2967664  nbRevisions=7984469
17.80	     nbUselessRevisions=4262324  nbAssignments=18121  nbFailedAssignments=4787  nbBacktracks=13156  nbVisitedNodes=27830
17.80	     nbRestartNogoods=166
17.80	       =>  wckTime=16.908  cpuTime=16.65  mem=27M414
27.72	   
27.72	   search
27.72	     run=16  nbConstraintChecks=42437881  nbValidityChecks=47337163  nbPropagations=4342271  nbRevisions=11595145
27.72	     nbUselessRevisions=6154929  nbAssignments=27162  nbFailedAssignments=7245  nbBacktracks=19726  nbVisitedNodes=41965
27.72	     nbRestartNogoods=174
27.72	       =>  wckTime=26.831  cpuTime=26.48  mem=27M414
37.68	   
37.68	   search
37.68	     run=17  nbConstraintChecks=57871929  nbValidityChecks=64515788  nbPropagations=6333012  nbRevisions=16827109
37.68	     nbUselessRevisions=8908486  nbAssignments=40183  nbFailedAssignments=10394  nbBacktracks=29584
37.68	     nbVisitedNodes=61910  nbRestartNogoods=182
37.68	       =>  wckTime=36.786  cpuTime=36.34  mem=27M414
56.50	   
56.50	   search
56.50	     run=18  nbConstraintChecks=87697907  nbValidityChecks=98630677  nbPropagations=9290185  nbRevisions=24525932
56.50	     nbUselessRevisions=12929240  nbAssignments=60316  nbFailedAssignments=15734  nbBacktracks=44368
56.50	     nbVisitedNodes=93245  nbRestartNogoods=194
56.50	       =>  wckTime=55.605  cpuTime=55.0  mem=27M414
84.41	   
84.41	   search
84.41	     run=19  nbConstraintChecks=131566853  nbValidityChecks=149186823  nbPropagations=13811835  nbRevisions=36270543
84.41	     nbUselessRevisions=19047349  nbAssignments=90093  nbFailedAssignments=23319  nbBacktracks=66539
84.41	     nbVisitedNodes=139792  nbRestartNogoods=203
84.41	       =>  wckTime=83.522  cpuTime=82.66  mem=27M414
136.90	   
136.90	   search
136.90	     run=20  nbConstraintChecks=217540869  nbValidityChecks=245707779  nbPropagations=20794051  nbRevisions=54384656
136.90	     nbUselessRevisions=28448839  nbAssignments=136386  nbFailedAssignments=36337  nbBacktracks=99791
136.90	     nbVisitedNodes=212927  nbRestartNogoods=225
136.90	       =>  wckTime=136.01  cpuTime=134.66  mem=27M414
173.96	   
173.96	   search
173.96	     run=21  nbConstraintChecks=276541512  nbValidityChecks=312931676  nbPropagations=29735550  nbRevisions=77370533
173.96	     nbUselessRevisions=40284121  nbAssignments=177045  nbFailedAssignments=47085  nbBacktracks=129626
173.96	     nbVisitedNodes=276156  nbRestartNogoods=241
173.96	       =>  wckTime=173.072  cpuTime=171.38  mem=27M414
173.97	   
173.97	   global
173.97	     nbConstraintChecks=276606578  nbValidityChecks=312975486  nbPropagations=29735690  nbRevisions=77370740
173.97	     nbUselessRevisions=40284170  nbRestartNogoods=241  solvingWckTime=173.074  solvingCpuTime=171.39  expiredTime=no
173.97	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=171.84
173.97	       =>  wckTime=173.653  cpuTime=171.8  mem=27M414
173.97	   
173.97	s SATISFIABLE
173.97	v 2 17 19 4 20 5 24 11 7 8 8 6 3 0 21 13 11 5 1 2 9 18 6 1 10 22 15 5 25 0 17 5 23 10 4 3 16 1 18 9 22 12 12 6 13 12 5 6 14 9 21 26 37 45 51 51 64 69 71 89 90 112 117 117 122 132 135 136 145 157 163 175 181 190 190 0 
173.97	d NODES 177045
173.97	d CHECKS 276606578
173.97	   
173.97	   totalWckTime=173.736  totalCpuTime=171.84

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/node14/watcher-207817-1168074367 -o ROOT/results/node14/solver-207817-1168074367 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/207817-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: 1.58 1.85 1.93 4/93 25135
/proc/meminfo: memFree=1353712/2055920 swapFree=4182236/4192956
[pid=25134] ppid=25132 vsize=9948 CPUtime=0
/proc/25134/stat : 25134 (java) S 25132 25134 25067 0 -1 0 723 0 0 0 0 0 0 0 18 0 1 0 155831657 10186752 472 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 17 1 0 0
/proc/25134/statm: 2487 472 386 14 0 1142 0

[startup+0.108695 s]
/proc/loadavg: 1.58 1.85 1.93 4/93 25135
/proc/meminfo: memFree=1353712/2055920 swapFree=4182236/4192956
[pid=25134] ppid=25132 vsize=914988 CPUtime=0.09
/proc/25134/stat : 25134 (java) R 25132 25134 25067 0 -1 0 3036 0 1 0 8 1 0 0 17 0 8 0 155831657 936947712 2782 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155582912 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25134/statm: 228747 2782 1441 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516731 s]
/proc/loadavg: 1.58 1.85 1.93 4/93 25135
/proc/meminfo: memFree=1353712/2055920 swapFree=4182236/4192956
[pid=25134] ppid=25132 vsize=915328 CPUtime=0.5
/proc/25134/stat : 25134 (java) R 25132 25134 25067 0 -1 0 7266 0 1 0 46 4 0 0 18 0 8 0 155831657 937295872 7005 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072942247 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25134/statm: 228832 7005 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33781 s]
/proc/loadavg: 1.58 1.85 1.93 4/100 25142
/proc/meminfo: memFree=1323704/2055920 swapFree=4182236/4192956
[pid=25134] ppid=25132 vsize=915460 CPUtime=1.3
/proc/25134/stat : 25134 (java) R 25132 25134 25067 0 -1 0 10212 0 1 0 124 6 0 0 19 0 8 0 155831657 937431040 9949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073694064 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25134/statm: 228865 9949 2517 14 0 215335 0
[pid=25134/tid=25136] ppid=25132 vsize=915460 CPUtime=0.03
/proc/25134/task/25136/stat : 25136 (java) S 25132 25134 25067 0 -1 64 944 0 0 0 3 0 0 0 16 0 8 0 155831661 937431040 9949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25137] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25137/stat : 25137 (java) S 25132 25134 25067 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155831662 937431040 9949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25138] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25138/stat : 25138 (java) S 25132 25134 25067 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155831662 937431040 9949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25139] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25139/stat : 25139 (java) S 25132 25134 25067 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155831665 937431040 9949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25140] ppid=25132 vsize=915460 CPUtime=0.23
/proc/25134/task/25140/stat : 25140 (java) S 25132 25134 25067 0 -1 64 389 0 0 0 22 1 0 0 18 0 8 0 155831665 937431040 9949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25141] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25141/stat : 25141 (java) S 25132 25134 25067 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155831665 937431040 9949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25142] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25142/stat : 25142 (java) S 25132 25134 25067 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155831665 937431040 9949 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.98096 s]
/proc/loadavg: 1.58 1.85 1.93 3/100 25142
/proc/meminfo: memFree=1323200/2055920 swapFree=4182236/4192956
[pid=25134] ppid=25132 vsize=915460 CPUtime=2.94
/proc/25134/stat : 25134 (java) R 25132 25134 25067 0 -1 0 10684 0 1 0 287 7 0 0 25 0 8 0 155831657 937431040 10420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073883008 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25134/statm: 228865 10420 2517 14 0 215335 0
[pid=25134/tid=25136] ppid=25132 vsize=915460 CPUtime=0.03
/proc/25134/task/25136/stat : 25136 (java) S 25132 25134 25067 0 -1 64 944 0 0 0 3 0 0 0 17 0 8 0 155831661 937431040 10420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25137] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25137/stat : 25137 (java) S 25132 25134 25067 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155831662 937431040 10420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25138] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25138/stat : 25138 (java) S 25132 25134 25067 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155831662 937431040 10420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25139] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25139/stat : 25139 (java) S 25132 25134 25067 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155831665 937431040 10420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25140] ppid=25132 vsize=915460 CPUtime=0.23
/proc/25134/task/25140/stat : 25140 (java) S 25132 25134 25067 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 155831665 937431040 10420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25141] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25141/stat : 25141 (java) S 25132 25134 25067 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155831665 937431040 10420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25142] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25142/stat : 25142 (java) S 25132 25134 25067 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155831665 937431040 10420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915460

[startup+6.18926 s]
/proc/loadavg: 1.69 1.87 1.94 3/100 25142
/proc/meminfo: memFree=1317824/2055920 swapFree=4182236/4192956
[pid=25134] ppid=25132 vsize=915460 CPUtime=6.11
/proc/25134/stat : 25134 (java) R 25132 25134 25067 0 -1 0 11681 0 1 0 603 8 0 0 25 0 8 0 155831657 937431040 11414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073694001 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25134/statm: 228865 11414 2517 14 0 215335 0
[pid=25134/tid=25136] ppid=25132 vsize=915460 CPUtime=0.03
/proc/25134/task/25136/stat : 25136 (java) S 25132 25134 25067 0 -1 64 944 0 0 0 3 0 0 0 16 0 8 0 155831661 937431040 11414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25137] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25137/stat : 25137 (java) S 25132 25134 25067 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155831662 937431040 11414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25138] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25138/stat : 25138 (java) S 25132 25134 25067 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155831662 937431040 11414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25139] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25139/stat : 25139 (java) S 25132 25134 25067 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155831665 937431040 11414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25140] ppid=25132 vsize=915460 CPUtime=0.26
/proc/25134/task/25140/stat : 25140 (java) S 25132 25134 25067 0 -1 64 411 0 0 0 25 1 0 0 16 0 8 0 155831665 937431040 11414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25141] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25141/stat : 25141 (java) S 25132 25134 25067 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155831665 937431040 11414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25142] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25142/stat : 25142 (java) S 25132 25134 25067 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155831665 937431040 11414 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915460

[startup+12.6609 s]
/proc/loadavg: 1.72 1.88 1.94 3/100 25142
/proc/meminfo: memFree=1317760/2055920 swapFree=4182236/4192956
[pid=25134] ppid=25132 vsize=915460 CPUtime=12.52
/proc/25134/stat : 25134 (java) R 25132 25134 25067 0 -1 0 11688 0 1 0 1244 8 0 0 25 0 8 0 155831657 937431040 11420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073830511 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25134/statm: 228865 11420 2517 14 0 215335 0
[pid=25134/tid=25136] ppid=25132 vsize=915460 CPUtime=0.03
/proc/25134/task/25136/stat : 25136 (java) S 25132 25134 25067 0 -1 64 944 0 0 0 3 0 0 0 16 0 8 0 155831661 937431040 11420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25137] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25137/stat : 25137 (java) S 25132 25134 25067 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155831662 937431040 11420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25138] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25138/stat : 25138 (java) S 25132 25134 25067 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155831662 937431040 11420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25139] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25139/stat : 25139 (java) S 25132 25134 25067 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155831665 937431040 11420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25140] ppid=25132 vsize=915460 CPUtime=0.27
/proc/25134/task/25140/stat : 25140 (java) S 25132 25134 25067 0 -1 64 412 0 0 0 26 1 0 0 16 0 8 0 155831665 937431040 11420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25141] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25141/stat : 25141 (java) S 25132 25134 25067 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155831665 937431040 11420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25142] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25142/stat : 25142 (java) S 25132 25134 25067 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155831665 937431040 11420 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 915460

[startup+25.5241 s]
/proc/loadavg: 1.78 1.88 1.94 3/100 25142
/proc/meminfo: memFree=1317824/2055920 swapFree=4182236/4192956
[pid=25134] ppid=25132 vsize=915460 CPUtime=25.27
/proc/25134/stat : 25134 (java) R 25132 25134 25067 0 -1 0 11695 0 1 0 2519 8 0 0 25 0 8 0 155831657 937431040 11427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073698839 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25134/statm: 228865 11427 2517 14 0 215335 0
[pid=25134/tid=25136] ppid=25132 vsize=915460 CPUtime=0.03
/proc/25134/task/25136/stat : 25136 (java) S 25132 25134 25067 0 -1 64 944 0 0 0 3 0 0 0 16 0 8 0 155831661 937431040 11427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25137] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25137/stat : 25137 (java) S 25132 25134 25067 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155831662 937431040 11427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25138] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25138/stat : 25138 (java) S 25132 25134 25067 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155831662 937431040 11427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25139] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25139/stat : 25139 (java) S 25132 25134 25067 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155831665 937431040 11427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25140] ppid=25132 vsize=915460 CPUtime=0.27
/proc/25134/task/25140/stat : 25140 (java) S 25132 25134 25067 0 -1 64 413 0 0 0 26 1 0 0 16 0 8 0 155831665 937431040 11427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25141] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25141/stat : 25141 (java) S 25132 25134 25067 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155831665 937431040 11427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25142] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25142/stat : 25142 (java) S 25132 25134 25067 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155831665 937431040 11427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 915460

[startup+51.1425 s]
/proc/loadavg: 1.85 1.89 1.94 3/100 25142
/proc/meminfo: memFree=1317824/2055920 swapFree=4182236/4192956
[pid=25134] ppid=25132 vsize=915460 CPUtime=50.65
/proc/25134/stat : 25134 (java) R 25132 25134 25067 0 -1 0 11700 0 1 0 5057 8 0 0 25 0 8 0 155831657 937431040 11432 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073823306 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25134/statm: 228865 11432 2517 14 0 215335 0
[pid=25134/tid=25136] ppid=25132 vsize=915460 CPUtime=0.03
/proc/25134/task/25136/stat : 25136 (java) S 25132 25134 25067 0 -1 64 944 0 0 0 3 0 0 0 16 0 8 0 155831661 937431040 11432 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25137] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25137/stat : 25137 (java) S 25132 25134 25067 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155831662 937431040 11432 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25138] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25138/stat : 25138 (java) S 25132 25134 25067 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155831662 937431040 11432 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25139] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25139/stat : 25139 (java) S 25132 25134 25067 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155831665 937431040 11432 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25140] ppid=25132 vsize=915460 CPUtime=0.27
/proc/25134/task/25140/stat : 25140 (java) S 25132 25134 25067 0 -1 64 413 0 0 0 26 1 0 0 16 0 8 0 155831665 937431040 11432 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25141] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25141/stat : 25141 (java) S 25132 25134 25067 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155831665 937431040 11432 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25142] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25142/stat : 25142 (java) S 25132 25134 25067 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155831665 937431040 11432 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 915460

[startup+102.372 s]
/proc/loadavg: 1.93 1.90 1.94 3/100 25142
/proc/meminfo: memFree=1317824/2055920 swapFree=4182236/4192956
[pid=25134] ppid=25132 vsize=915460 CPUtime=101.42
/proc/25134/stat : 25134 (java) R 25132 25134 25067 0 -1 0 11706 0 1 0 10133 9 0 0 25 0 8 0 155831657 937431040 11438 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073834347 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25134/statm: 228865 11438 2517 14 0 215335 0
[pid=25134/tid=25136] ppid=25132 vsize=915460 CPUtime=0.03
/proc/25134/task/25136/stat : 25136 (java) S 25132 25134 25067 0 -1 64 944 0 0 0 3 0 0 0 16 0 8 0 155831661 937431040 11438 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25137] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25137/stat : 25137 (java) S 25132 25134 25067 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155831662 937431040 11438 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25138] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25138/stat : 25138 (java) S 25132 25134 25067 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155831662 937431040 11438 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25139] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25139/stat : 25139 (java) S 25132 25134 25067 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155831665 937431040 11438 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25140] ppid=25132 vsize=915460 CPUtime=0.27
/proc/25134/task/25140/stat : 25140 (java) S 25132 25134 25067 0 -1 64 414 0 0 0 26 1 0 0 16 0 8 0 155831665 937431040 11438 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25141] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25141/stat : 25141 (java) S 25132 25134 25067 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155831665 937431040 11438 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25142] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25142/stat : 25142 (java) S 25132 25134 25067 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155831665 937431040 11438 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 915460

[startup+162.447 s]
/proc/loadavg: 2.03 1.93 1.94 3/100 25142
/proc/meminfo: memFree=1317760/2055920 swapFree=4182236/4192956
[pid=25134] ppid=25132 vsize=915460 CPUtime=160.94
/proc/25134/stat : 25134 (java) R 25132 25134 25067 0 -1 0 11710 0 1 0 16085 9 0 0 25 0 8 0 155831657 937431040 11441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073693954 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25134/statm: 228865 11441 2517 14 0 215335 0
[pid=25134/tid=25136] ppid=25132 vsize=915460 CPUtime=0.03
/proc/25134/task/25136/stat : 25136 (java) S 25132 25134 25067 0 -1 64 944 0 0 0 3 0 0 0 16 0 8 0 155831661 937431040 11441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25137] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25137/stat : 25137 (java) S 25132 25134 25067 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 155831662 937431040 11441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25138] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25138/stat : 25138 (java) S 25132 25134 25067 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155831662 937431040 11441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25139] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25139/stat : 25139 (java) S 25132 25134 25067 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 155831665 937431040 11441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25140] ppid=25132 vsize=915460 CPUtime=0.27
/proc/25134/task/25140/stat : 25140 (java) S 25132 25134 25067 0 -1 64 414 0 0 0 26 1 0 0 16 0 8 0 155831665 937431040 11441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25141] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25141/stat : 25141 (java) S 25132 25134 25067 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155831665 937431040 11441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25134/tid=25142] ppid=25132 vsize=915460 CPUtime=0
/proc/25134/task/25142/stat : 25142 (java) S 25132 25134 25067 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 155831665 937431040 11441 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.94
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 174.016
CPU time (s): 172.385
CPU user time (s): 172.279
CPU system time (s): 0.105983
CPU usage (%): 99.0625
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 172.279
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11802
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= 4482
involuntary context switches= 13402

runsolver used 0.240963 s user time and 0.539917 s system time

The end

Launcher Data (download as text)

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


IDJOB= 207817
IDBENCH= 4336
FILE ID= node14/207817-1168074367

PBS_JOBID= 3475781

Free space on /tmp= 66323 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  dcb00682f75d32b572dc3dbbf14b632c

RANDOM SEED= 136095820

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:       1354128 kB
Buffers:         57648 kB
Cached:         371612 kB
SwapCached:       3696 kB
Active:         242404 kB
Inactive:       359196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1354128 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:            2052 kB
Writeback:           0 kB
Mapped:         191788 kB
Slab:            84728 kB
Committed_AS:  5471204 kB
PageTables:       2456 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= 66323 MiB



End job on node14 on Sat Jan  6 09:09:01 UTC 2007