Trace number 206502

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 AC? (TO) 1800.09 1804.07

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-41_ext.xml
MD5SUMd15423797f1ef1d5245c3829c28d61e0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/206502-1168073697/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.42	       =>  wckTime=0.101  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
1.56	   
1.56	   constraints being loaded...
2.31	     nbConstraints=90  nbRelationTypes=93  nbMergedConstraints=3  nbExtensionStructures=90
2.31	     nbSharedExtensionStructures=0  nbConflictsStructures=90  nbSharedConflictsStructures=0
2.31	     nbSharedBinaryRepresentations=0  maxDegree=16  maxArity=3
2.31	       =>  wckTime=1.993  cpuTime=1.59  mem=55M851
2.47	   
2.47	   solver IterativeSystematicSolver being built... 
2.64	       =>  wckTime=2.317  cpuTime=1.73  mem=64M780
2.64	   
2.64	   preprocessing
2.64	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.64	     detectedInconsistency=no
2.64	       =>  wckTime=0.0040  cpuTime=0.0  mem=64M780
2.84	   
2.84	   search
2.84	     run=0  nbConstraintChecks=72663  nbValidityChecks=139070  nbPropagations=656  nbRevisions=8008
2.84	     nbUselessRevisions=6247  nbAssignments=55  nbFailedAssignments=38  nbBacktracks=11  nbVisitedNodes=102
2.84	     nbRestartNogoods=0  mapSize=11  nbInferences=0  nbTooLargeKeys=0
2.84	       =>  wckTime=0.197  cpuTime=0.16  mem=64M780
2.98	   
2.98	   search
2.98	     run=1  nbConstraintChecks=152941  nbValidityChecks=294621  nbPropagations=1837  nbRevisions=22791
2.98	     nbUselessRevisions=18064  nbAssignments=102  nbFailedAssignments=65  nbBacktracks=26  nbVisitedNodes=190
2.98	     nbRestartNogoods=2  mapSize=26  nbInferences=0  nbTooLargeKeys=0
2.98	       =>  wckTime=0.345  cpuTime=0.3  mem=64M780
3.16	   
3.16	   search
3.16	     run=2  nbConstraintChecks=247798  nbValidityChecks=487067  nbPropagations=3796  nbRevisions=46694
3.16	     nbUselessRevisions=37179  nbAssignments=179  nbFailedAssignments=114  nbBacktracks=48  nbVisitedNodes=330
3.16	     nbRestartNogoods=7  mapSize=43  nbInferences=0  nbTooLargeKeys=0
3.16	       =>  wckTime=0.518  cpuTime=0.46  mem=64M780
3.38	   
3.38	   search
3.38	     run=3  nbConstraintChecks=381970  nbValidityChecks=731696  nbPropagations=6730  nbRevisions=82020
3.38	     nbUselessRevisions=65423  nbAssignments=260  nbFailedAssignments=155  nbBacktracks=82  nbVisitedNodes=469
3.38	     nbRestartNogoods=13  mapSize=71  nbInferences=0  nbTooLargeKeys=0
3.38	       =>  wckTime=0.738  cpuTime=0.68  mem=64M780
3.75	   
3.75	   search
3.75	     run=4  nbConstraintChecks=607235  nbValidityChecks=1164482  nbPropagations=11546  nbRevisions=141162
3.75	     nbUselessRevisions=112865  nbAssignments=397  nbFailedAssignments=237  nbBacktracks=132  nbVisitedNodes=723
3.75	     nbRestartNogoods=17  mapSize=116  nbInferences=0  nbTooLargeKeys=0
3.75	       =>  wckTime=1.112  cpuTime=1.04  mem=64M780
4.08	   
4.08	   search
4.08	     run=5  nbConstraintChecks=809423  nbValidityChecks=1544821  nbPropagations=18165  nbRevisions=222164
4.08	     nbUselessRevisions=177879  nbAssignments=538  nbFailedAssignments=297  nbBacktracks=208  nbVisitedNodes=970
4.08	     nbRestartNogoods=28  mapSize=180  nbInferences=0  nbTooLargeKeys=0
4.08	       =>  wckTime=1.442  cpuTime=1.37  mem=64M780
4.85	   
4.85	   search
4.85	     run=6  nbConstraintChecks=1280302  nbValidityChecks=2478885  nbPropagations=28618  nbRevisions=350553
4.85	     nbUselessRevisions=281030  nbAssignments=837  nbFailedAssignments=477  nbBacktracks=321  nbVisitedNodes=1532
4.85	     nbRestartNogoods=37  mapSize=286  nbInferences=0  nbTooLargeKeys=0
4.85	       =>  wckTime=2.215  cpuTime=2.13  mem=64M780
5.72	   
5.72	   search
5.72	     run=7  nbConstraintChecks=1836575  nbValidityChecks=3518459  nbPropagations=43825  nbRevisions=536709
5.72	     nbUselessRevisions=430499  nbAssignments=1203  nbFailedAssignments=668  nbBacktracks=491  nbVisitedNodes=2195
5.72	     nbRestartNogoods=49  mapSize=430  nbInferences=0  nbTooLargeKeys=0
5.72	       =>  wckTime=3.079  cpuTime=2.99  mem=64M780
7.07	   
7.07	   search
7.07	     run=8  nbConstraintChecks=2669193  nbValidityChecks=5137057  nbPropagations=66106  nbRevisions=809058
7.07	     nbUselessRevisions=648955  nbAssignments=1780  nbFailedAssignments=983  nbBacktracks=747  nbVisitedNodes=3227
7.07	     nbRestartNogoods=62  mapSize=627  nbInferences=0  nbTooLargeKeys=0
7.07	       =>  wckTime=4.429  cpuTime=4.3  mem=64M780
9.98	   
9.98	   search
9.98	     run=9  nbConstraintChecks=4490774  nbValidityChecks=8553903  nbPropagations=101436  nbRevisions=1237509
9.98	     nbUselessRevisions=989760  nbAssignments=2746  nbFailedAssignments=1560  nbBacktracks=1131  nbVisitedNodes=5021
9.98	     nbRestartNogoods=74  mapSize=965  nbInferences=0  nbTooLargeKeys=0
9.98	       =>  wckTime=7.339  cpuTime=7.18  mem=65M772
10.32	   
10.32	   INFO : Stopping hyperNogood (mapSize=1019, nbTooLargekeys=0, mem=65M772)
13.27	   
13.27	   search
13.27	     run=10  nbConstraintChecks=6666015  nbValidityChecks=12869759  nbPropagations=157024  nbRevisions=1915885
13.27	     nbUselessRevisions=1529132  nbAssignments=4286  nbFailedAssignments=2518  nbBacktracks=1707  nbVisitedNodes=7895
13.27	     nbRestartNogoods=85
13.27	       =>  wckTime=10.632  cpuTime=10.44  mem=65M772
18.60	   
18.60	   search
18.60	     run=11  nbConstraintChecks=10148801  nbValidityChecks=19882748  nbPropagations=240960  nbRevisions=2937599
18.60	     nbUselessRevisions=2339636  nbAssignments=6800  nbFailedAssignments=4162  nbBacktracks=2572  nbVisitedNodes=12597
18.60	     nbRestartNogoods=92
18.60	       =>  wckTime=15.956  cpuTime=15.72  mem=65M772
26.80	   
26.81	   search
26.81	     run=12  nbConstraintChecks=15540658  nbValidityChecks=29997193  nbPropagations=365575  nbRevisions=4433003
26.81	     nbUselessRevisions=3522356  nbAssignments=9689  nbFailedAssignments=5748  nbBacktracks=3869  nbVisitedNodes=17907
26.81	     nbRestartNogoods=98
26.81	       =>  wckTime=24.166  cpuTime=23.91  mem=65M772
39.59	   
39.59	   search
39.59	     run=13  nbConstraintChecks=23911567  nbValidityChecks=45854917  nbPropagations=554831  nbRevisions=6679286
39.59	     nbUselessRevisions=5295073  nbAssignments=14370  nbFailedAssignments=8477  nbBacktracks=5815  nbVisitedNodes=26568
39.59	     nbRestartNogoods=113
39.59	       =>  wckTime=36.949  cpuTime=36.7  mem=65M772
64.16	   
64.16	   search
64.16	     run=14  nbConstraintChecks=40899115  nbValidityChecks=79075235  nbPropagations=858351  nbRevisions=10423587
64.16	     nbUselessRevisions=8257814  nbAssignments=23966  nbFailedAssignments=15147  nbBacktracks=8736  nbVisitedNodes=44921
64.16	     nbRestartNogoods=128
64.16	       =>  wckTime=61.521  cpuTime=61.23  mem=65M772
87.28	   
87.28	   search
87.28	     run=15  nbConstraintChecks=57139050  nbValidityChecks=109938481  nbPropagations=1291125  nbRevisions=15778132
87.28	     nbUselessRevisions=12508713  nbAssignments=34895  nbFailedAssignments=21692  nbBacktracks=13116
87.28	     nbVisitedNodes=65307  nbRestartNogoods=137
87.28	       =>  wckTime=84.636  cpuTime=84.32  mem=65M772
119.67	   
119.67	   search
119.67	     run=16  nbConstraintChecks=79286274  nbValidityChecks=151653954  nbPropagations=1911666  nbRevisions=23477501
119.67	     nbUselessRevisions=18640372  nbAssignments=49031  nbFailedAssignments=29254  nbBacktracks=19684
119.67	     nbVisitedNodes=91096  nbRestartNogoods=155
119.67	       =>  wckTime=117.031  cpuTime=116.68  mem=65M772
200.23	   
200.23	   search
200.23	     run=17  nbConstraintChecks=133367288  nbValidityChecks=251742274  nbPropagations=2876422  nbRevisions=35823497
200.23	     nbUselessRevisions=28483184  nbAssignments=75649  nbFailedAssignments=46017  nbBacktracks=29536
200.23	     nbVisitedNodes=141484  nbRestartNogoods=170
200.23	       =>  wckTime=197.589  cpuTime=197.16  mem=65M772
285.36	   
285.36	   search
285.36	     run=18  nbConstraintChecks=191366495  nbValidityChecks=361331375  nbPropagations=4297838  nbRevisions=53818276
285.36	     nbUselessRevisions=42820692  nbAssignments=110626  nbFailedAssignments=66209  nbBacktracks=44315
285.36	     nbVisitedNodes=206245  nbRestartNogoods=197
285.36	       =>  wckTime=282.723  cpuTime=282.21  mem=65M772
398.00	   
398.00	   search
398.00	     run=19  nbConstraintChecks=268030906  nbValidityChecks=509579829  nbPropagations=6359771  nbRevisions=79833528
398.00	     nbUselessRevisions=63599117  nbAssignments=159967  nbFailedAssignments=93378  nbBacktracks=66483
398.00	     nbVisitedNodes=296542  nbRestartNogoods=207
398.00	       =>  wckTime=395.363  cpuTime=394.7  mem=65M772
630.13	   
630.13	   search
630.13	     run=20  nbConstraintChecks=423458878  nbValidityChecks=799336637  nbPropagations=9533613  nbRevisions=119376950
630.13	     nbUselessRevisions=95047433  nbAssignments=244337  nbFailedAssignments=144491  nbBacktracks=99738
630.13	     nbVisitedNodes=453913  nbRestartNogoods=243
630.13	       =>  wckTime=627.495  cpuTime=626.59  mem=65M772
932.58	   
932.58	   search
932.58	     run=21  nbConstraintChecks=630782873  nbValidityChecks=1203779761  nbPropagations=14325608  nbRevisions=179470237
932.58	     nbUselessRevisions=142924950  nbAssignments=370363  nbFailedAssignments=220636  nbBacktracks=149616
932.58	     nbVisitedNodes=689434  nbRestartNogoods=258
932.58	       =>  wckTime=929.94  cpuTime=928.73  mem=65M772
1372.67	   
1372.67	   search
1372.67	     run=22  nbConstraintChecks=930375250  nbValidityChecks=1762430840  nbPropagations=21432865  nbRevisions=268197821
1372.67	     nbUselessRevisions=213562033  nbAssignments=546089  nbFailedAssignments=321538  nbBacktracks=224434
1372.67	     nbVisitedNodes=1014135  nbRestartNogoods=286
1372.67	       =>  wckTime=1370.031  cpuTime=1368.33  mem=65M772

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node29/watcher-206502-1168073697 -o ROOT/results/node29/solver-206502-1168073697 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206502-1168073697/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: 2.00 2.00 1.94 4/93 16650
/proc/meminfo: memFree=1656296/2055920 swapFree=4192812/4192956
[pid=16649] ppid=16647 vsize=47892 CPUtime=0
/proc/16649/stat : 16649 (java) D 16647 16649 16159 0 -1 0 1219 0 1 0 0 0 0 0 17 0 1 0 155763821 49041408 968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/16649/statm: 11994 972 769 14 0 1707 0

[startup+0.103644 s]
/proc/loadavg: 2.00 2.00 1.94 4/93 16650
/proc/meminfo: memFree=1656296/2055920 swapFree=4192812/4192956
[pid=16649] ppid=16647 vsize=914252 CPUtime=0.08
/proc/16649/stat : 16649 (java) R 16647 16649 16159 0 -1 0 2919 0 1 0 7 1 0 0 17 0 8 0 155763821 936194048 2665 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16649/statm: 228563 2665 1396 14 0 215464 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914252

[startup+0.51567 s]
/proc/loadavg: 2.00 2.00 1.94 4/93 16650
/proc/meminfo: memFree=1656296/2055920 swapFree=4192812/4192956
[pid=16649] ppid=16647 vsize=916352 CPUtime=0.48
/proc/16649/stat : 16649 (java) R 16647 16649 16159 0 -1 0 7532 0 1 0 44 4 0 0 18 0 8 0 155763821 938344448 7271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565569 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16649/statm: 229088 7271 2137 14 0 215558 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 916352

[startup+1.34473 s]
/proc/loadavg: 2.08 2.02 1.95 3/100 16657
/proc/meminfo: memFree=1589168/2055920 swapFree=4192812/4192956
[pid=16649] ppid=16647 vsize=916352 CPUtime=1.3
/proc/16649/stat : 16649 (java) R 16647 16649 16159 0 -1 0 19100 0 1 0 121 9 0 0 25 0 8 0 155763821 938344448 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073560880 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16649/statm: 229088 18838 2149 14 0 215558 0
[pid=16649/tid=16651] ppid=16647 vsize=916352 CPUtime=0.05
/proc/16649/task/16651/stat : 16651 (java) S 16647 16649 16159 0 -1 64 2681 0 0 0 4 1 0 0 17 0 8 0 155763824 938344448 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16652] ppid=16647 vsize=916352 CPUtime=0
/proc/16649/task/16652/stat : 16652 (java) S 16647 16649 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155763825 938344448 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16653] ppid=16647 vsize=916352 CPUtime=0
/proc/16649/task/16653/stat : 16653 (java) S 16647 16649 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155763825 938344448 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16654] ppid=16647 vsize=916352 CPUtime=0
/proc/16649/task/16654/stat : 16654 (java) S 16647 16649 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155763828 938344448 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16655] ppid=16647 vsize=916352 CPUtime=0.08
/proc/16649/task/16655/stat : 16655 (java) S 16647 16649 16159 0 -1 64 310 0 0 0 8 0 0 0 16 0 8 0 155763828 938344448 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16656] ppid=16647 vsize=916352 CPUtime=0
/proc/16649/task/16656/stat : 16656 (java) S 16647 16649 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155763828 938344448 18838 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16657] ppid=16647 vsize=916352 CPUtime=0
/proc/16649/task/16657/stat : 16657 (java) S 16647 16649 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155763828 938344448 18838 18446744073709551615 134512640 134570532 4294956480 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) 916352

[startup+2.98283 s]
/proc/loadavg: 2.08 2.02 1.95 3/100 16657
/proc/meminfo: memFree=1548720/2055920 swapFree=4192812/4192956
[pid=16649] ppid=16647 vsize=916460 CPUtime=2.92
/proc/16649/stat : 16649 (java) R 16647 16649 16159 0 -1 0 32299 0 1 0 277 15 0 0 25 0 8 0 155763821 938455040 32033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072916957 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16649/statm: 229115 32033 2521 14 0 215585 0
[pid=16649/tid=16651] ppid=16647 vsize=916460 CPUtime=0.43
/proc/16649/task/16651/stat : 16651 (java) S 16647 16649 16159 0 -1 64 15324 0 0 0 37 6 0 0 16 0 8 0 155763824 938455040 32033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16652] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16652/stat : 16652 (java) S 16647 16649 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16653] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16653/stat : 16653 (java) S 16647 16649 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16654] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16654/stat : 16654 (java) S 16647 16649 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155763828 938455040 32033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16655] ppid=16647 vsize=916460 CPUtime=0.2
/proc/16649/task/16655/stat : 16655 (java) S 16647 16649 16159 0 -1 64 376 0 0 0 20 0 0 0 15 0 8 0 155763828 938455040 32033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16656] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16656/stat : 16656 (java) S 16647 16649 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155763828 938455040 32033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16657] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16657/stat : 16657 (java) S 16647 16649 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155763828 938455040 32033 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 916460

[startup+6.26703 s]
/proc/loadavg: 2.07 2.02 1.95 3/100 16657
/proc/meminfo: memFree=1537648/2055920 swapFree=4192812/4192956
[pid=16649] ppid=16647 vsize=916460 CPUtime=6.18
/proc/16649/stat : 16649 (java) R 16647 16649 16159 0 -1 0 32314 0 1 0 602 16 0 0 25 0 8 0 155763821 938455040 32045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634775 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16649/statm: 229115 32045 2522 14 0 215585 0
[pid=16649/tid=16651] ppid=16647 vsize=916460 CPUtime=0.43
/proc/16649/task/16651/stat : 16651 (java) S 16647 16649 16159 0 -1 64 15324 0 0 0 37 6 0 0 17 0 8 0 155763824 938455040 32045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16652] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16652/stat : 16652 (java) S 16647 16649 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16653] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16653/stat : 16653 (java) S 16647 16649 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16654] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16654/stat : 16654 (java) S 16647 16649 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155763828 938455040 32045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16655] ppid=16647 vsize=916460 CPUtime=0.22
/proc/16649/task/16655/stat : 16655 (java) S 16647 16649 16159 0 -1 64 388 0 0 0 22 0 0 0 15 0 8 0 155763828 938455040 32045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16656] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16656/stat : 16656 (java) S 16647 16649 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155763828 938455040 32045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16657] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16657/stat : 16657 (java) S 16647 16649 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155763828 938455040 32045 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 916460

[startup+12.7594 s]
/proc/loadavg: 2.07 2.02 1.95 3/100 16657
/proc/meminfo: memFree=1537712/2055920 swapFree=4192812/4192956
[pid=16649] ppid=16647 vsize=916460 CPUtime=12.61
/proc/16649/stat : 16649 (java) R 16647 16649 16159 0 -1 0 32332 0 1 0 1245 16 0 0 25 0 8 0 155763821 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800406 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16649/statm: 229115 32059 2522 14 0 215585 0
[pid=16649/tid=16651] ppid=16647 vsize=916460 CPUtime=0.43
/proc/16649/task/16651/stat : 16651 (java) S 16647 16649 16159 0 -1 64 15324 0 0 0 37 6 0 0 16 0 8 0 155763824 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16652] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16652/stat : 16652 (java) S 16647 16649 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16653] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16653/stat : 16653 (java) S 16647 16649 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16654] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16654/stat : 16654 (java) S 16647 16649 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16655] ppid=16647 vsize=916460 CPUtime=0.26
/proc/16649/task/16655/stat : 16655 (java) S 16647 16649 16159 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16656] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16656/stat : 16656 (java) S 16647 16649 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16657] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16657/stat : 16657 (java) S 16647 16649 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 916460

[startup+25.6292 s]
/proc/loadavg: 2.14 2.03 1.95 3/100 16715
/proc/meminfo: memFree=1437296/2055920 swapFree=4192812/4192956
[pid=16649] ppid=16647 vsize=916460 CPUtime=25.43
/proc/16649/stat : 16649 (java) R 16647 16649 16159 0 -1 0 32332 0 1 0 2525 18 0 0 25 0 8 0 155763821 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807464 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16649/statm: 229115 32059 2522 14 0 215585 0
[pid=16649/tid=16651] ppid=16647 vsize=916460 CPUtime=0.43
/proc/16649/task/16651/stat : 16651 (java) S 16647 16649 16159 0 -1 64 15324 0 0 0 37 6 0 0 16 0 8 0 155763824 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16652] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16652/stat : 16652 (java) S 16647 16649 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16653] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16653/stat : 16653 (java) S 16647 16649 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16654] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16654/stat : 16654 (java) S 16647 16649 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16655] ppid=16647 vsize=916460 CPUtime=0.26
/proc/16649/task/16655/stat : 16655 (java) S 16647 16649 16159 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16656] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16656/stat : 16656 (java) S 16647 16649 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16657] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16657/stat : 16657 (java) S 16647 16649 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 916460

[startup+51.2598 s]
/proc/loadavg: 2.08 2.03 1.95 3/100 16715
/proc/meminfo: memFree=1437632/2055920 swapFree=4192812/4192956
[pid=16649] ppid=16647 vsize=916460 CPUtime=51.02
/proc/16649/stat : 16649 (java) R 16647 16649 16159 0 -1 0 32332 0 1 0 5084 18 0 0 25 0 8 0 155763821 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073863433 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16649/statm: 229115 32059 2522 14 0 215585 0
[pid=16649/tid=16651] ppid=16647 vsize=916460 CPUtime=0.43
/proc/16649/task/16651/stat : 16651 (java) S 16647 16649 16159 0 -1 64 15324 0 0 0 37 6 0 0 16 0 8 0 155763824 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16652] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16652/stat : 16652 (java) S 16647 16649 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16653] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16653/stat : 16653 (java) S 16647 16649 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16654] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16654/stat : 16654 (java) S 16647 16649 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16655] ppid=16647 vsize=916460 CPUtime=0.26
/proc/16649/task/16655/stat : 16655 (java) S 16647 16649 16159 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16656] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16656/stat : 16656 (java) S 16647 16649 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16657] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16657/stat : 16657 (java) S 16647 16649 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 916460

[startup+102.521 s]
/proc/loadavg: 2.03 2.02 1.95 3/100 16715
/proc/meminfo: memFree=1437696/2055920 swapFree=4192812/4192956
[pid=16649] ppid=16647 vsize=916460 CPUtime=102.23
/proc/16649/stat : 16649 (java) R 16647 16649 16159 0 -1 0 32333 0 1 0 10204 19 0 0 25 0 8 0 155763821 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073660020 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16649/statm: 229115 32059 2522 14 0 215585 0
[pid=16649/tid=16651] ppid=16647 vsize=916460 CPUtime=0.43
/proc/16649/task/16651/stat : 16651 (java) S 16647 16649 16159 0 -1 64 15324 0 0 0 37 6 0 0 16 0 8 0 155763824 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16649/tid=16652] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16652/stat : 16652 (java) S 16647 16649 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16653] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16653/stat : 16653 (java) S 16647 16649 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16654] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16654/stat : 16654 (java) S 16647 16649 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16655] ppid=16647 vsize=916460 CPUtime=0.26
/proc/16649/task/16655/stat : 16655 (java) S 16647 16649 16159 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16649/tid=16656] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16656/stat : 16656 (java) S 16647 16649 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16657] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16657/stat : 16657 (java) S 16647 16649 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 916460

[startup+162.53 s]
/proc/loadavg: 2.01 2.02 1.95 3/100 16715
/proc/meminfo: memFree=1437760/2055920 swapFree=4192812/4192956
[pid=16649] ppid=16647 vsize=916460 CPUtime=162.19
/proc/16649/stat : 16649 (java) R 16647 16649 16159 0 -1 0 32333 0 1 0 16200 19 0 0 25 0 8 0 155763821 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073660055 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

################
# More data... #
################

Current children cumulated CPU time (s) 1420.91
Current children cumulated vsize (KiB) 916460

[startup+1482.85 s]
/proc/loadavg: 2.01 2.00 1.97 3/100 16915
/proc/meminfo: memFree=1437312/2055920 swapFree=4192812/4192956
[pid=16649] ppid=16647 vsize=916460 CPUtime=1480.61
/proc/16649/stat : 16649 (java) R 16647 16649 16159 0 -1 0 32333 0 1 0 148019 42 0 0 25 0 8 0 155763821 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16649/statm: 229115 32059 2522 14 0 215585 0
[pid=16649/tid=16651] ppid=16647 vsize=916460 CPUtime=0.43
/proc/16649/task/16651/stat : 16651 (java) S 16647 16649 16159 0 -1 64 15324 0 0 0 37 6 0 0 16 0 8 0 155763824 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16649/tid=16652] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16652/stat : 16652 (java) S 16647 16649 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16653] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16653/stat : 16653 (java) S 16647 16649 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16654] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16654/stat : 16654 (java) S 16647 16649 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16655] ppid=16647 vsize=916460 CPUtime=0.26
/proc/16649/task/16655/stat : 16655 (java) S 16647 16649 16159 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16649/tid=16656] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16656/stat : 16656 (java) S 16647 16649 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16657] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16657/stat : 16657 (java) S 16647 16649 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1480.61
Current children cumulated vsize (KiB) 916460

[startup+1542.86 s]
/proc/loadavg: 2.06 2.02 1.98 3/100 16915
/proc/meminfo: memFree=1437376/2055920 swapFree=4192812/4192956
[pid=16649] ppid=16647 vsize=916460 CPUtime=1540.28
/proc/16649/stat : 16649 (java) R 16647 16649 16159 0 -1 0 32333 0 1 0 153986 42 0 0 25 0 8 0 155763821 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073863659 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16649/statm: 229115 32059 2522 14 0 215585 0
[pid=16649/tid=16651] ppid=16647 vsize=916460 CPUtime=0.43
/proc/16649/task/16651/stat : 16651 (java) S 16647 16649 16159 0 -1 64 15324 0 0 0 37 6 0 0 16 0 8 0 155763824 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16649/tid=16652] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16652/stat : 16652 (java) S 16647 16649 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16653] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16653/stat : 16653 (java) S 16647 16649 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16654] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16654/stat : 16654 (java) S 16647 16649 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16655] ppid=16647 vsize=916460 CPUtime=0.26
/proc/16649/task/16655/stat : 16655 (java) S 16647 16649 16159 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16649/tid=16656] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16656/stat : 16656 (java) S 16647 16649 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16657] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16657/stat : 16657 (java) S 16647 16649 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1540.28
Current children cumulated vsize (KiB) 916460

[startup+1602.88 s]
/proc/loadavg: 2.02 2.01 1.98 3/100 16915
/proc/meminfo: memFree=1437376/2055920 swapFree=4192812/4192956
[pid=16649] ppid=16647 vsize=916460 CPUtime=1599.97
/proc/16649/stat : 16649 (java) R 16647 16649 16159 0 -1 0 32333 0 1 0 159955 42 0 0 25 0 8 0 155763821 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16649/statm: 229115 32059 2522 14 0 215585 0
[pid=16649/tid=16651] ppid=16647 vsize=916460 CPUtime=0.43
/proc/16649/task/16651/stat : 16651 (java) S 16647 16649 16159 0 -1 64 15324 0 0 0 37 6 0 0 16 0 8 0 155763824 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16649/tid=16652] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16652/stat : 16652 (java) S 16647 16649 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16653] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16653/stat : 16653 (java) S 16647 16649 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16654] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16654/stat : 16654 (java) S 16647 16649 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16655] ppid=16647 vsize=916460 CPUtime=0.26
/proc/16649/task/16655/stat : 16655 (java) S 16647 16649 16159 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16649/tid=16656] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16656/stat : 16656 (java) S 16647 16649 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16657] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16657/stat : 16657 (java) S 16647 16649 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.97
Current children cumulated vsize (KiB) 916460

[startup+1662.89 s]
/proc/loadavg: 2.01 2.00 1.98 3/100 16915
/proc/meminfo: memFree=1437376/2055920 swapFree=4192812/4192956
[pid=16649] ppid=16647 vsize=916460 CPUtime=1659.67
/proc/16649/stat : 16649 (java) R 16647 16649 16159 0 -1 0 32333 0 1 0 165925 42 0 0 25 0 8 0 155763821 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073659977 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16649/statm: 229115 32059 2522 14 0 215585 0
[pid=16649/tid=16651] ppid=16647 vsize=916460 CPUtime=0.43
/proc/16649/task/16651/stat : 16651 (java) S 16647 16649 16159 0 -1 64 15324 0 0 0 37 6 0 0 16 0 8 0 155763824 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16649/tid=16652] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16652/stat : 16652 (java) S 16647 16649 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16653] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16653/stat : 16653 (java) S 16647 16649 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16654] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16654/stat : 16654 (java) S 16647 16649 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16655] ppid=16647 vsize=916460 CPUtime=0.26
/proc/16649/task/16655/stat : 16655 (java) S 16647 16649 16159 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16649/tid=16656] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16656/stat : 16656 (java) S 16647 16649 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16657] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16657/stat : 16657 (java) S 16647 16649 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.67
Current children cumulated vsize (KiB) 916460

[startup+1722.89 s]
/proc/loadavg: 2.00 2.00 1.98 3/100 16915
/proc/meminfo: memFree=1437376/2055920 swapFree=4192812/4192956
[pid=16649] ppid=16647 vsize=916460 CPUtime=1719.34
/proc/16649/stat : 16649 (java) R 16647 16649 16159 0 -1 0 32333 0 1 0 171892 42 0 0 25 0 8 0 155763821 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073863408 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16649/statm: 229115 32059 2522 14 0 215585 0
[pid=16649/tid=16651] ppid=16647 vsize=916460 CPUtime=0.43
/proc/16649/task/16651/stat : 16651 (java) S 16647 16649 16159 0 -1 64 15324 0 0 0 37 6 0 0 16 0 8 0 155763824 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16649/tid=16652] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16652/stat : 16652 (java) S 16647 16649 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16653] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16653/stat : 16653 (java) S 16647 16649 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16654] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16654/stat : 16654 (java) S 16647 16649 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16655] ppid=16647 vsize=916460 CPUtime=0.26
/proc/16649/task/16655/stat : 16655 (java) S 16647 16649 16159 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16649/tid=16656] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16656/stat : 16656 (java) S 16647 16649 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16657] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16657/stat : 16657 (java) S 16647 16649 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.34
Current children cumulated vsize (KiB) 916460

[startup+1782.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/100 16915
/proc/meminfo: memFree=1437312/2055920 swapFree=4192812/4192956
[pid=16649] ppid=16647 vsize=916460 CPUtime=1779.01
/proc/16649/stat : 16649 (java) R 16647 16649 16159 0 -1 0 32333 0 1 0 177859 42 0 0 25 0 8 0 155763821 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073863612 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16649/statm: 229115 32059 2522 14 0 215585 0
[pid=16649/tid=16651] ppid=16647 vsize=916460 CPUtime=0.43
/proc/16649/task/16651/stat : 16651 (java) S 16647 16649 16159 0 -1 64 15324 0 0 0 37 6 0 0 16 0 8 0 155763824 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16649/tid=16652] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16652/stat : 16652 (java) S 16647 16649 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16653] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16653/stat : 16653 (java) S 16647 16649 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16654] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16654/stat : 16654 (java) S 16647 16649 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16655] ppid=16647 vsize=916460 CPUtime=0.26
/proc/16649/task/16655/stat : 16655 (java) S 16647 16649 16159 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16649/tid=16656] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16656/stat : 16656 (java) S 16647 16649 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16657] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16657/stat : 16657 (java) S 16647 16649 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.01
Current children cumulated vsize (KiB) 916460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804 s]
/proc/loadavg: 2.00 2.00 1.98 3/100 16915
/proc/meminfo: memFree=1437312/2055920 swapFree=4192812/4192956
[pid=16649] ppid=16647 vsize=916460 CPUtime=1800.02
/proc/16649/stat : 16649 (java) R 16647 16649 16159 0 -1 0 32333 0 1 0 179960 42 0 0 25 0 8 0 155763821 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805578 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16649/statm: 229115 32059 2522 14 0 215585 0
[pid=16649/tid=16651] ppid=16647 vsize=916460 CPUtime=0.43
/proc/16649/task/16651/stat : 16651 (java) S 16647 16649 16159 0 -1 64 15324 0 0 0 37 6 0 0 16 0 8 0 155763824 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16649/tid=16652] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16652/stat : 16652 (java) S 16647 16649 16159 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16653] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16653/stat : 16653 (java) S 16647 16649 16159 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155763825 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16654] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16654/stat : 16654 (java) S 16647 16649 16159 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16655] ppid=16647 vsize=916460 CPUtime=0.26
/proc/16649/task/16655/stat : 16655 (java) S 16647 16649 16159 0 -1 64 404 0 0 0 25 1 0 0 16 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16649/tid=16656] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16656/stat : 16656 (java) S 16647 16649 16159 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16649/tid=16657] ppid=16647 vsize=916460 CPUtime=0
/proc/16649/task/16657/stat : 16657 (java) S 16647 16649 16159 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 155763828 938455040 32059 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 916460

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1804.07
CPU time (s): 1800.09
CPU user time (s): 1799.64
CPU system time (s): 0.448931
CPU usage (%): 99.7795
Max. virtual memory (cumulated for all children) (KiB): 916460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.448931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32348
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= 37700
involuntary context switches= 22219

runsolver used 2.6296 s user time and 5.36918 s system time

The end

Launcher Data (download as text)

Begin job on node29 on Sat Jan  6 08:54:57 UTC 2007


IDJOB= 206502
IDBENCH= 4213
FILE ID= node29/206502-1168073697

PBS_JOBID= 3475939

Free space on /tmp= 66540 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-41_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206502-1168073697/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-206502-1168073697 -o ROOT/results/node29/solver-206502-1168073697 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206502-1168073697/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d15423797f1ef1d5245c3829c28d61e0

RANDOM SEED= 637675480

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.241
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.241
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:       1656776 kB
Buffers:         41408 kB
Cached:         189112 kB
SwapCached:          0 kB
Active:         147260 kB
Inactive:       174368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1656776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7472 kB
Writeback:           0 kB
Mapped:         120144 kB
Slab:            62108 kB
Committed_AS:  3802024 kB
PageTables:       2508 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 node29 on Sat Jan  6 09:25:01 UTC 2007