Trace number 206320

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 1816.75

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-35_ext.xml
MD5SUMc30b577053b6708cb9fc80132f875f5d
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.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/206320-1168073548/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28
0.41	       =>  wckTime=0.101  cpuTime=0.1  mem=6M951
0.41	   
0.41	   relations being loaded...
1.57	   
1.57	   constraints being loaded...
2.34	     nbConstraints=92  nbRelationTypes=93  nbMergedConstraints=1  nbExtensionStructures=92
2.34	     nbSharedExtensionStructures=0  nbConflictsStructures=92  nbSharedConflictsStructures=0
2.34	     nbSharedBinaryRepresentations=0  maxDegree=16  maxArity=3
2.34	       =>  wckTime=2.029  cpuTime=1.62  mem=58M59
2.50	   
2.50	   solver IterativeSystematicSolver being built... 
2.67	       =>  wckTime=2.358  cpuTime=1.76  mem=65M858
2.68	   
2.68	   preprocessing
2.68	     nbConstraintChecks=0  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.68	     detectedInconsistency=no
2.68	       =>  wckTime=0.0040  cpuTime=0.0  mem=65M858
2.83	   
2.83	   search
2.83	     run=0  nbConstraintChecks=45437  nbValidityChecks=81003  nbPropagations=367  nbRevisions=4400
2.83	     nbUselessRevisions=3540  nbAssignments=28  nbFailedAssignments=10  nbBacktracks=11  nbVisitedNodes=45
2.83	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
2.83	       =>  wckTime=0.15  cpuTime=0.11  mem=65M858
2.94	   
2.94	   search
2.94	     run=1  nbConstraintChecks=106385  nbValidityChecks=192635  nbPropagations=1251  nbRevisions=15857
2.94	     nbUselessRevisions=12778  nbAssignments=68  nbFailedAssignments=29  nbBacktracks=26  nbVisitedNodes=113
2.94	     nbRestartNogoods=4  mapSize=21  nbInferences=0  nbTooLargeKeys=0
2.95	       =>  wckTime=0.27  cpuTime=0.22  mem=65M858
3.14	   
3.15	   search
3.15	     run=2  nbConstraintChecks=215377  nbValidityChecks=402463  nbPropagations=2998  nbRevisions=39577
3.15	     nbUselessRevisions=31813  nbAssignments=141  nbFailedAssignments=75  nbBacktracks=48  nbVisitedNodes=246
3.15	     nbRestartNogoods=8  mapSize=39  nbInferences=0  nbTooLargeKeys=0
3.15	       =>  wckTime=0.47  cpuTime=0.41  mem=65M858
3.43	   
3.43	   search
3.43	     run=3  nbConstraintChecks=382455  nbValidityChecks=722865  nbPropagations=5992  nbRevisions=80158
3.43	     nbUselessRevisions=64511  nbAssignments=242  nbFailedAssignments=134  nbBacktracks=82  nbVisitedNodes=433
3.43	     nbRestartNogoods=14  mapSize=71  nbInferences=0  nbTooLargeKeys=0
3.43	       =>  wckTime=0.753  cpuTime=0.68  mem=65M858
3.69	   
3.69	   search
3.69	     run=4  nbConstraintChecks=536634  nbValidityChecks=1016443  nbPropagations=10496  nbRevisions=140727
3.69	     nbUselessRevisions=113323  nbAssignments=359  nbFailedAssignments=193  nbBacktracks=134  nbVisitedNodes=641
3.69	     nbRestartNogoods=21  mapSize=115  nbInferences=0  nbTooLargeKeys=0
3.69	       =>  wckTime=1.013  cpuTime=0.94  mem=65M858
4.10	   
4.10	   search
4.10	     run=5  nbConstraintChecks=778315  nbValidityChecks=1493685  nbPropagations=17693  nbRevisions=234433
4.10	     nbUselessRevisions=188518  nbAssignments=550  nbFailedAssignments=303  nbBacktracks=209  nbVisitedNodes=993
4.10	     nbRestartNogoods=31  mapSize=185  nbInferences=0  nbTooLargeKeys=0
4.10	       =>  wckTime=1.423  cpuTime=1.34  mem=65M858
5.24	   
5.24	   search
5.24	     run=6  nbConstraintChecks=1433640  nbValidityChecks=2831065  nbPropagations=30290  nbRevisions=399540
5.24	     nbUselessRevisions=320480  nbAssignments=949  nbFailedAssignments=583  nbBacktracks=322  nbVisitedNodes=1771
5.24	     nbRestartNogoods=33  mapSize=298  nbInferences=0  nbTooLargeKeys=0
5.24	       =>  wckTime=2.563  cpuTime=2.46  mem=65M858
6.16	   
6.16	   search
6.16	     run=7  nbConstraintChecks=1982388  nbValidityChecks=3885685  nbPropagations=48582  nbRevisions=634907
6.16	     nbUselessRevisions=507523  nbAssignments=1373  nbFailedAssignments=828  nbBacktracks=493  nbVisitedNodes=2559
6.16	     nbRestartNogoods=42  mapSize=447  nbInferences=0  nbTooLargeKeys=0
6.16	       =>  wckTime=3.483  cpuTime=3.37  mem=65M858
7.79	   
7.79	   search
7.79	     run=8  nbConstraintChecks=2952559  nbValidityChecks=5864637  nbPropagations=76025  nbRevisions=984292
7.79	     nbUselessRevisions=785699  nbAssignments=2100  nbFailedAssignments=1292  nbBacktracks=750  nbVisitedNodes=3928
7.79	     nbRestartNogoods=52  mapSize=679  nbInferences=0  nbTooLargeKeys=0
7.79	       =>  wckTime=5.111  cpuTime=4.96  mem=65M858
9.56	   
9.56	   search
9.56	     run=9  nbConstraintChecks=4015355  nbValidityChecks=7986046  nbPropagations=115938  nbRevisions=1490071
9.56	     nbUselessRevisions=1188102  nbAssignments=3024  nbFailedAssignments=1824  nbBacktracks=1134  nbVisitedNodes=5623
9.56	     nbRestartNogoods=65  mapSize=1025  nbInferences=0  nbTooLargeKeys=0
9.56	       =>  wckTime=6.884  cpuTime=6.71  mem=66M849
9.67	   
9.67	   INFO : Stopping hyperNogood (mapSize=1037, nbTooLargekeys=0, mem=66M849)
13.35	   
13.35	   search
13.35	     run=10  nbConstraintChecks=6254271  nbValidityChecks=12713434  nbPropagations=177550  nbRevisions=2285581
13.35	     nbUselessRevisions=1819947  nbAssignments=4808  nbFailedAssignments=3023  nbBacktracks=1710  nbVisitedNodes=9014
13.35	     nbRestartNogoods=77
13.35	       =>  wckTime=10.678  cpuTime=10.46  mem=66M849
17.48	   
17.48	   search
17.48	     run=11  nbConstraintChecks=8817465  nbValidityChecks=17598591  nbPropagations=263582  nbRevisions=3412520
17.48	     nbUselessRevisions=2716603  nbAssignments=6598  nbFailedAssignments=3945  nbBacktracks=2574  nbVisitedNodes=12260
17.48	     nbRestartNogoods=92
17.48	       =>  wckTime=14.808  cpuTime=14.55  mem=66M849
23.94	   
23.94	   search
23.94	     run=12  nbConstraintChecks=12847759  nbValidityChecks=25327592  nbPropagations=388023  nbRevisions=5056765
23.94	     nbUselessRevisions=4026310  nbAssignments=9349  nbFailedAssignments=5392  nbBacktracks=3871  nbVisitedNodes=17288
23.94	     nbRestartNogoods=97
23.94	       =>  wckTime=21.266  cpuTime=20.94  mem=66M849
35.75	   
35.75	   search
35.75	     run=13  nbConstraintChecks=20193673  nbValidityChecks=39816126  nbPropagations=573737  nbRevisions=7531856
35.75	     nbUselessRevisions=6004553  nbAssignments=14495  nbFailedAssignments=8585  nbBacktracks=5818  nbVisitedNodes=26973
35.75	     nbRestartNogoods=106
35.75	       =>  wckTime=33.079  cpuTime=32.65  mem=66M849
50.58	   
50.58	   search
50.58	     run=14  nbConstraintChecks=29345142  nbValidityChecks=58330481  nbPropagations=859895  nbRevisions=11278871
50.58	     nbUselessRevisions=8985674  nbAssignments=22005  nbFailedAssignments=13168  nbBacktracks=8737  nbVisitedNodes=40985
50.58	     nbRestartNogoods=115
50.58	       =>  wckTime=47.902  cpuTime=47.34  mem=66M849
75.94	   
75.94	   search
75.94	     run=15  nbConstraintChecks=45006021  nbValidityChecks=90221566  nbPropagations=1303382  nbRevisions=17075237
75.94	     nbUselessRevisions=13587789  nbAssignments=34039  nbFailedAssignments=20816  nbBacktracks=13115
75.94	     nbVisitedNodes=63594  nbRestartNogoods=138
75.94	       =>  wckTime=73.269  cpuTime=72.47  mem=66M849
108.61	   
108.61	   search
108.61	     run=16  nbConstraintChecks=65256719  nbValidityChecks=130601123  nbPropagations=1953426  nbRevisions=25557646
108.61	     nbUselessRevisions=20309496  nbAssignments=49927  nbFailedAssignments=30128  nbBacktracks=19684
108.61	     nbVisitedNodes=93066  nbRestartNogoods=150
108.61	       =>  wckTime=105.939  cpuTime=104.84  mem=66M849
165.74	   
165.74	   search
165.74	     run=17  nbConstraintChecks=100515280  nbValidityChecks=199617059  nbPropagations=2915870  nbRevisions=38158706
165.74	     nbUselessRevisions=30318450  nbAssignments=74867  nbFailedAssignments=45208  nbBacktracks=29536
165.74	     nbVisitedNodes=139782  nbRestartNogoods=164
165.74	       =>  wckTime=163.061  cpuTime=161.45  mem=66M849
242.71	   
242.71	   search
242.71	     run=18  nbConstraintChecks=147312059  nbValidityChecks=293572858  nbPropagations=4363257  nbRevisions=56940564
242.71	     nbUselessRevisions=45228383  nbAssignments=109151  nbFailedAssignments=64706  nbBacktracks=44314
242.71	     nbVisitedNodes=203138  nbRestartNogoods=189
242.71	       =>  wckTime=240.031  cpuTime=237.72  mem=66M849
366.91	   
366.91	   search
366.91	     run=19  nbConstraintChecks=223562773  nbValidityChecks=445689295  nbPropagations=6539192  nbRevisions=85450370
366.91	     nbUselessRevisions=67877967  nbAssignments=165382  nbFailedAssignments=98762  nbBacktracks=66482
366.91	     nbVisitedNodes=308258  nbRestartNogoods=214
366.91	       =>  wckTime=364.233  cpuTime=360.79  mem=66M849
529.71	   
529.71	   search
529.71	     run=20  nbConstraintChecks=325454662  nbValidityChecks=646804043  nbPropagations=9787840  nbRevisions=127876380
529.71	     nbUselessRevisions=101565469  nbAssignments=246537  nbFailedAssignments=146658  nbBacktracks=99735
529.71	     nbVisitedNodes=459248  nbRestartNogoods=230
529.71	       =>  wckTime=527.033  cpuTime=522.01  mem=66M849
832.65	   
832.65	   search
832.65	     run=21  nbConstraintChecks=514924856  nbValidityChecks=1028952145  nbPropagations=14893516  nbRevisions=194502869
832.65	     nbUselessRevisions=154464401  nbAssignments=392778  nbFailedAssignments=243014  nbBacktracks=149614
832.65	     nbVisitedNodes=737285  nbRestartNogoods=252
832.65	       =>  wckTime=829.972  cpuTime=822.04  mem=66M849
1208.02	   
1208.02	   search
1208.02	     run=22  nbConstraintChecks=750655344  nbValidityChecks=1492233179  nbPropagations=22410552  nbRevisions=292307613
1208.02	     nbUselessRevisions=232056509  nbAssignments=577177  nbFailedAssignments=352588  nbBacktracks=224432
1208.02	     nbVisitedNodes=1079825  nbRestartNogoods=280
1208.02	       =>  wckTime=1205.349  cpuTime=1194.0  mem=66M849

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/node47/watcher-206320-1168073548 -o ROOT/results/node47/solver-206320-1168073548 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/206320-1168073548/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.52 1.91 1.86 4/80 2299
/proc/meminfo: memFree=1690792/2055920 swapFree=4192812/4192956
[pid=2298] ppid=2296 vsize=18540 CPUtime=0
/proc/2298/stat : 2298 (runsolver) R 2296 2298 1682 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 155754296 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 208717540647 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/2298/statm: 4635 279 244 17 0 2626 0

[startup+0.103351 s]
/proc/loadavg: 1.52 1.91 1.86 4/80 2299
/proc/meminfo: memFree=1690792/2055920 swapFree=4192812/4192956
[pid=2298] ppid=2296 vsize=914988 CPUtime=0.08
/proc/2298/stat : 2298 (java) R 2296 2298 1682 0 -1 0 2980 0 1 0 7 1 0 0 20 0 8 0 155754296 936947712 2726 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153609865 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2298/statm: 228747 2726 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511391 s]
/proc/loadavg: 1.52 1.91 1.86 4/80 2299
/proc/meminfo: memFree=1690792/2055920 swapFree=4192812/4192956
[pid=2298] ppid=2296 vsize=915328 CPUtime=0.49
/proc/2298/stat : 2298 (java) R 2296 2298 1682 0 -1 0 7555 0 1 0 46 3 0 0 19 0 8 0 155754296 937295872 7294 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073561088 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2298/statm: 228832 7294 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33648 s]
/proc/loadavg: 1.56 1.91 1.86 3/87 2306
/proc/meminfo: memFree=1571184/2055920 swapFree=4192812/4192956
[pid=2298] ppid=2296 vsize=915328 CPUtime=1.3
/proc/2298/stat : 2298 (java) R 2296 2298 1682 0 -1 0 19099 0 1 0 121 9 0 0 25 0 8 0 155754296 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073561009 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2298/statm: 228832 18837 2149 14 0 215302 0
[pid=2298/tid=2300] ppid=2296 vsize=915328 CPUtime=0.06
/proc/2298/task/2300/stat : 2300 (java) S 2296 2298 1682 0 -1 64 2681 0 0 0 5 1 0 0 17 0 8 0 155754300 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2301] ppid=2296 vsize=915328 CPUtime=0
/proc/2298/task/2301/stat : 2301 (java) S 2296 2298 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155754301 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2302] ppid=2296 vsize=915328 CPUtime=0
/proc/2298/task/2302/stat : 2302 (java) S 2296 2298 1682 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155754301 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2303] ppid=2296 vsize=915328 CPUtime=0
/proc/2298/task/2303/stat : 2303 (java) S 2296 2298 1682 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155754304 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2304] ppid=2296 vsize=915328 CPUtime=0.08
/proc/2298/task/2304/stat : 2304 (java) S 2296 2298 1682 0 -1 64 308 0 0 0 8 0 0 0 16 0 8 0 155754304 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2305] ppid=2296 vsize=915328 CPUtime=0
/proc/2298/task/2305/stat : 2305 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155754304 937295872 18837 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2306] ppid=2296 vsize=915328 CPUtime=0
/proc/2298/task/2306/stat : 2306 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155754304 937295872 18837 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) 915328

[startup+2.97466 s]
/proc/loadavg: 1.56 1.91 1.86 4/87 2306
/proc/meminfo: memFree=1530160/2055920 swapFree=4192812/4192956
[pid=2298] ppid=2296 vsize=915440 CPUtime=2.93
/proc/2298/stat : 2298 (java) R 2296 2298 1682 0 -1 0 32558 0 1 0 277 16 0 0 25 0 8 0 155754296 937410560 32292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2298/statm: 228860 32292 2521 14 0 215330 0
[pid=2298/tid=2300] ppid=2296 vsize=915440 CPUtime=0.45
/proc/2298/task/2300/stat : 2300 (java) S 2296 2298 1682 0 -1 64 15583 0 0 0 40 5 0 0 16 0 8 0 155754300 937410560 32292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2301] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2301/stat : 2301 (java) S 2296 2298 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2302] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2302/stat : 2302 (java) S 2296 2298 1682 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2303] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2303/stat : 2303 (java) S 2296 2298 1682 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155754304 937410560 32292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2304] ppid=2296 vsize=915440 CPUtime=0.21
/proc/2298/task/2304/stat : 2304 (java) S 2296 2298 1682 0 -1 64 376 0 0 0 20 1 0 0 15 0 8 0 155754304 937410560 32292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2305] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2305/stat : 2305 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155754304 937410560 32292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2306] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2306/stat : 2306 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155754304 937410560 32292 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915440

[startup+6.18001 s]
/proc/loadavg: 1.59 1.91 1.86 3/87 2306
/proc/meminfo: memFree=1518000/2055920 swapFree=4192812/4192956
[pid=2298] ppid=2296 vsize=915440 CPUtime=6.1
/proc/2298/stat : 2298 (java) R 2296 2298 1682 0 -1 0 32571 0 1 0 594 16 0 0 25 0 8 0 155754296 937410560 32302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2298/statm: 228860 32302 2521 14 0 215330 0
[pid=2298/tid=2300] ppid=2296 vsize=915440 CPUtime=0.45
/proc/2298/task/2300/stat : 2300 (java) S 2296 2298 1682 0 -1 64 15583 0 0 0 40 5 0 0 17 0 8 0 155754300 937410560 32302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2301] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2301/stat : 2301 (java) S 2296 2298 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2302] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2302/stat : 2302 (java) S 2296 2298 1682 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2303] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2303/stat : 2303 (java) S 2296 2298 1682 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155754304 937410560 32302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2304] ppid=2296 vsize=915440 CPUtime=0.23
/proc/2298/task/2304/stat : 2304 (java) S 2296 2298 1682 0 -1 64 388 0 0 0 22 1 0 0 15 0 8 0 155754304 937410560 32302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2305] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2305/stat : 2305 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155754304 937410560 32302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2306] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2306/stat : 2306 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155754304 937410560 32302 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 915440

[startup+12.6587 s]
/proc/loadavg: 1.63 1.91 1.86 4/87 2306
/proc/meminfo: memFree=1518000/2055920 swapFree=4192812/4192956
[pid=2298] ppid=2296 vsize=915440 CPUtime=12.52
/proc/2298/stat : 2298 (java) R 2296 2298 1682 0 -1 0 32589 0 1 0 1235 17 0 0 25 0 8 0 155754296 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2298/statm: 228860 32317 2521 14 0 215330 0
[pid=2298/tid=2300] ppid=2296 vsize=915440 CPUtime=0.45
/proc/2298/task/2300/stat : 2300 (java) S 2296 2298 1682 0 -1 64 15583 0 0 0 40 5 0 0 16 0 8 0 155754300 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2301] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2301/stat : 2301 (java) S 2296 2298 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2302] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2302/stat : 2302 (java) S 2296 2298 1682 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2303] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2303/stat : 2303 (java) S 2296 2298 1682 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155754304 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2304] ppid=2296 vsize=915440 CPUtime=0.26
/proc/2298/task/2304/stat : 2304 (java) S 2296 2298 1682 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 155754304 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2305] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2305/stat : 2305 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155754304 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2306] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2306/stat : 2306 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155754304 937410560 32317 18446744073709551615 134512640 134570532 4294956480 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) 915440

[startup+25.5351 s]
/proc/loadavg: 1.68 1.92 1.86 3/87 2306
/proc/meminfo: memFree=1518128/2055920 swapFree=4192812/4192956
[pid=2298] ppid=2296 vsize=915440 CPUtime=25.28
/proc/2298/stat : 2298 (java) R 2296 2298 1682 0 -1 0 32589 0 1 0 2511 17 0 0 25 0 8 0 155754296 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634812 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2298/statm: 228860 32317 2521 14 0 215330 0
[pid=2298/tid=2300] ppid=2296 vsize=915440 CPUtime=0.45
/proc/2298/task/2300/stat : 2300 (java) S 2296 2298 1682 0 -1 64 15583 0 0 0 40 5 0 0 16 0 8 0 155754300 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2301] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2301/stat : 2301 (java) S 2296 2298 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2302] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2302/stat : 2302 (java) S 2296 2298 1682 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2303] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2303/stat : 2303 (java) S 2296 2298 1682 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155754304 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2304] ppid=2296 vsize=915440 CPUtime=0.26
/proc/2298/task/2304/stat : 2304 (java) S 2296 2298 1682 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 155754304 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2305] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2305/stat : 2305 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155754304 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2306] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2306/stat : 2306 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155754304 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 915440

[startup+51.1658 s]
/proc/loadavg: 1.81 1.92 1.87 3/87 2306
/proc/meminfo: memFree=1518256/2055920 swapFree=4192812/4192956
[pid=2298] ppid=2296 vsize=915440 CPUtime=50.67
/proc/2298/stat : 2298 (java) R 2296 2298 1682 0 -1 0 32589 0 1 0 5050 17 0 0 25 0 8 0 155754296 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2298/statm: 228860 32317 2521 14 0 215330 0
[pid=2298/tid=2300] ppid=2296 vsize=915440 CPUtime=0.45
/proc/2298/task/2300/stat : 2300 (java) S 2296 2298 1682 0 -1 64 15583 0 0 0 40 5 0 0 16 0 8 0 155754300 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2301] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2301/stat : 2301 (java) S 2296 2298 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2302] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2302/stat : 2302 (java) S 2296 2298 1682 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2303] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2303/stat : 2303 (java) S 2296 2298 1682 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155754304 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2304] ppid=2296 vsize=915440 CPUtime=0.26
/proc/2298/task/2304/stat : 2304 (java) S 2296 2298 1682 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 155754304 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2305] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2305/stat : 2305 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155754304 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2306] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2306/stat : 2306 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155754304 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 915440

[startup+102.422 s]
/proc/loadavg: 1.91 1.93 1.87 3/87 2306
/proc/meminfo: memFree=1518320/2055920 swapFree=4192812/4192956
[pid=2298] ppid=2296 vsize=915440 CPUtime=101.46
/proc/2298/stat : 2298 (java) R 2296 2298 1682 0 -1 0 32589 0 1 0 10129 17 0 0 25 0 8 0 155754296 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634877 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2298/statm: 228860 32317 2521 14 0 215330 0
[pid=2298/tid=2300] ppid=2296 vsize=915440 CPUtime=0.45
/proc/2298/task/2300/stat : 2300 (java) S 2296 2298 1682 0 -1 64 15583 0 0 0 40 5 0 0 16 0 8 0 155754300 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2301] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2301/stat : 2301 (java) S 2296 2298 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2302] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2302/stat : 2302 (java) S 2296 2298 1682 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2303] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2303/stat : 2303 (java) S 2296 2298 1682 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155754304 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2304] ppid=2296 vsize=915440 CPUtime=0.27
/proc/2298/task/2304/stat : 2304 (java) S 2296 2298 1682 0 -1 64 405 0 0 0 26 1 0 0 16 0 8 0 155754304 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2305] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2305/stat : 2305 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155754304 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2306] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2306/stat : 2306 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155754304 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 915440

[startup+162.429 s]
/proc/loadavg: 1.97 1.94 1.88 3/87 2306
/proc/meminfo: memFree=1518320/2055920 swapFree=4192812/4192956
[pid=2298] ppid=2296 vsize=915440 CPUtime=160.92
/proc/2298/stat : 2298 (java) R 2296 2298 1682 0 -1 0 32590 0 1 0 16075 17 0 0 25 0 8 0 155754296 937410560 32317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805516 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1409.39
Current children cumulated vsize (KiB) 915440

[startup+1482.6 s]
/proc/loadavg: 2.00 2.01 1.94 3/87 2504
/proc/meminfo: memFree=1517872/2055920 swapFree=4192812/4192956
[pid=2298] ppid=2296 vsize=915440 CPUtime=1468.84
/proc/2298/stat : 2298 (java) R 2296 2298 1682 0 -1 0 32591 0 1 0 146863 21 0 0 25 0 8 0 155754296 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073806534 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2298/statm: 228860 32318 2521 14 0 215330 0
[pid=2298/tid=2300] ppid=2296 vsize=915440 CPUtime=0.45
/proc/2298/task/2300/stat : 2300 (java) S 2296 2298 1682 0 -1 64 15583 0 0 0 40 5 0 0 16 0 8 0 155754300 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2301] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2301/stat : 2301 (java) S 2296 2298 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2302] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2302/stat : 2302 (java) S 2296 2298 1682 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2303] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2303/stat : 2303 (java) S 2296 2298 1682 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2304] ppid=2296 vsize=915440 CPUtime=0.27
/proc/2298/task/2304/stat : 2304 (java) S 2296 2298 1682 0 -1 64 406 0 0 0 26 1 0 0 16 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2305] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2305/stat : 2305 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2306] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2306/stat : 2306 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1468.84
Current children cumulated vsize (KiB) 915440

[startup+1542.61 s]
/proc/loadavg: 2.00 2.01 1.94 3/87 2506
/proc/meminfo: memFree=1517672/2055920 swapFree=4192812/4192956
[pid=2298] ppid=2296 vsize=915440 CPUtime=1528.3
/proc/2298/stat : 2298 (java) R 2296 2298 1682 0 -1 0 32591 0 1 0 152809 21 0 0 25 0 8 0 155754296 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629916 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2298/statm: 228860 32318 2521 14 0 215330 0
[pid=2298/tid=2300] ppid=2296 vsize=915440 CPUtime=0.45
/proc/2298/task/2300/stat : 2300 (java) S 2296 2298 1682 0 -1 64 15583 0 0 0 40 5 0 0 16 0 8 0 155754300 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2301] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2301/stat : 2301 (java) S 2296 2298 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2302] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2302/stat : 2302 (java) S 2296 2298 1682 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2303] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2303/stat : 2303 (java) S 2296 2298 1682 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2304] ppid=2296 vsize=915440 CPUtime=0.27
/proc/2298/task/2304/stat : 2304 (java) S 2296 2298 1682 0 -1 64 406 0 0 0 26 1 0 0 16 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2305] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2305/stat : 2305 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2306] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2306/stat : 2306 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1528.3
Current children cumulated vsize (KiB) 915440

[startup+1602.62 s]
/proc/loadavg: 2.00 2.00 1.94 3/87 2506
/proc/meminfo: memFree=1517744/2055920 swapFree=4192812/4192956
[pid=2298] ppid=2296 vsize=915440 CPUtime=1587.76
/proc/2298/stat : 2298 (java) R 2296 2298 1682 0 -1 0 32591 0 1 0 158755 21 0 0 25 0 8 0 155754296 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2298/statm: 228860 32318 2521 14 0 215330 0
[pid=2298/tid=2300] ppid=2296 vsize=915440 CPUtime=0.45
/proc/2298/task/2300/stat : 2300 (java) S 2296 2298 1682 0 -1 64 15583 0 0 0 40 5 0 0 16 0 8 0 155754300 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2301] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2301/stat : 2301 (java) S 2296 2298 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2302] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2302/stat : 2302 (java) S 2296 2298 1682 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2303] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2303/stat : 2303 (java) S 2296 2298 1682 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2304] ppid=2296 vsize=915440 CPUtime=0.27
/proc/2298/task/2304/stat : 2304 (java) S 2296 2298 1682 0 -1 64 406 0 0 0 26 1 0 0 16 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2305] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2305/stat : 2305 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2306] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2306/stat : 2306 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.76
Current children cumulated vsize (KiB) 915440

[startup+1662.63 s]
/proc/loadavg: 2.00 2.00 1.94 3/87 2506
/proc/meminfo: memFree=1517744/2055920 swapFree=4192812/4192956
[pid=2298] ppid=2296 vsize=915440 CPUtime=1647.22
/proc/2298/stat : 2298 (java) R 2296 2298 1682 0 -1 0 32591 0 1 0 164701 21 0 0 25 0 8 0 155754296 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073664848 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2298/statm: 228860 32318 2521 14 0 215330 0
[pid=2298/tid=2300] ppid=2296 vsize=915440 CPUtime=0.45
/proc/2298/task/2300/stat : 2300 (java) S 2296 2298 1682 0 -1 64 15583 0 0 0 40 5 0 0 16 0 8 0 155754300 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2301] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2301/stat : 2301 (java) S 2296 2298 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2302] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2302/stat : 2302 (java) S 2296 2298 1682 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2303] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2303/stat : 2303 (java) S 2296 2298 1682 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2304] ppid=2296 vsize=915440 CPUtime=0.27
/proc/2298/task/2304/stat : 2304 (java) S 2296 2298 1682 0 -1 64 406 0 0 0 26 1 0 0 16 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2305] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2305/stat : 2305 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2306] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2306/stat : 2306 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1647.22
Current children cumulated vsize (KiB) 915440

[startup+1722.63 s]
/proc/loadavg: 2.11 2.03 1.95 3/87 2506
/proc/meminfo: memFree=1517744/2055920 swapFree=4192812/4192956
[pid=2298] ppid=2296 vsize=915440 CPUtime=1706.68
/proc/2298/stat : 2298 (java) R 2296 2298 1682 0 -1 0 32591 0 1 0 170647 21 0 0 25 0 8 0 155754296 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073634800 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2298/statm: 228860 32318 2521 14 0 215330 0
[pid=2298/tid=2300] ppid=2296 vsize=915440 CPUtime=0.45
/proc/2298/task/2300/stat : 2300 (java) S 2296 2298 1682 0 -1 64 15583 0 0 0 40 5 0 0 16 0 8 0 155754300 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2301] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2301/stat : 2301 (java) S 2296 2298 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2302] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2302/stat : 2302 (java) S 2296 2298 1682 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2303] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2303/stat : 2303 (java) S 2296 2298 1682 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2304] ppid=2296 vsize=915440 CPUtime=0.27
/proc/2298/task/2304/stat : 2304 (java) S 2296 2298 1682 0 -1 64 406 0 0 0 26 1 0 0 16 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2305] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2305/stat : 2305 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2306] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2306/stat : 2306 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.68
Current children cumulated vsize (KiB) 915440

[startup+1782.64 s]
/proc/loadavg: 2.04 2.02 1.95 3/87 2506
/proc/meminfo: memFree=1517744/2055920 swapFree=4192812/4192956
[pid=2298] ppid=2296 vsize=915440 CPUtime=1766.15
/proc/2298/stat : 2298 (java) R 2296 2298 1682 0 -1 0 32591 0 1 0 176593 22 0 0 25 0 8 0 155754296 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811199 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2298/statm: 228860 32318 2521 14 0 215330 0
[pid=2298/tid=2300] ppid=2296 vsize=915440 CPUtime=0.45
/proc/2298/task/2300/stat : 2300 (java) S 2296 2298 1682 0 -1 64 15583 0 0 0 40 5 0 0 16 0 8 0 155754300 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2301] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2301/stat : 2301 (java) S 2296 2298 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2302] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2302/stat : 2302 (java) S 2296 2298 1682 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2303] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2303/stat : 2303 (java) S 2296 2298 1682 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2304] ppid=2296 vsize=915440 CPUtime=0.27
/proc/2298/task/2304/stat : 2304 (java) S 2296 2298 1682 0 -1 64 406 0 0 0 26 1 0 0 16 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2305] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2305/stat : 2305 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2306] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2306/stat : 2306 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.15
Current children cumulated vsize (KiB) 915440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.69 s]
/proc/loadavg: 1.85 1.98 1.94 2/72 2522
/proc/meminfo: memFree=1651704/2055920 swapFree=4192812/4192956
[pid=2298] ppid=2296 vsize=915440 CPUtime=1800.02
/proc/2298/stat : 2298 (java) R 2296 2298 1682 0 -1 0 32591 0 1 0 179980 22 0 0 25 0 8 0 155754296 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807549 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2298/statm: 228860 32318 2521 14 0 215330 0
[pid=2298/tid=2300] ppid=2296 vsize=915440 CPUtime=0.45
/proc/2298/task/2300/stat : 2300 (java) S 2296 2298 1682 0 -1 64 15583 0 0 0 40 5 0 0 16 0 8 0 155754300 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2301] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2301/stat : 2301 (java) S 2296 2298 1682 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2302] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2302/stat : 2302 (java) S 2296 2298 1682 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155754301 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2303] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2303/stat : 2303 (java) S 2296 2298 1682 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2304] ppid=2296 vsize=915440 CPUtime=0.27
/proc/2298/task/2304/stat : 2304 (java) S 2296 2298 1682 0 -1 64 406 0 0 0 26 1 0 0 16 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2305] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2305/stat : 2305 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 155754304 937410560 32318 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2298/tid=2306] ppid=2296 vsize=915440 CPUtime=0
/proc/2298/task/2306/stat : 2306 (java) S 2296 2298 1682 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155754304 937410560 32318 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) 915440

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

Child status: 143
Real time (s): 1816.75
CPU time (s): 1800.09
CPU user time (s): 1799.84
CPU system time (s): 0.247962
CPU usage (%): 99.0827
Max. virtual memory (cumulated for all children) (KiB): 915440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.247962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32608
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= 37915
involuntary context switches= 78272

runsolver used 2.35564 s user time and 5.71913 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Sat Jan  6 08:52:30 UTC 2007


IDJOB= 206320
IDBENCH= 4199
FILE ID= node47/206320-1168073548

PBS_JOBID= 3475959

Free space on /tmp= 66521 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c30b577053b6708cb9fc80132f875f5d

RANDOM SEED= 820104706

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.240
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.240
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:       1748744 kB
Buffers:         25992 kB
Cached:         178076 kB
SwapCached:          0 kB
Active:          89524 kB
Inactive:       145636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1748744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14996 kB
Writeback:           0 kB
Mapped:          49588 kB
Slab:            57320 kB
Committed_AS:  3589464 kB
PageTables:       1896 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= 66528 MiB



End job on node47 on Sat Jan  6 09:22:47 UTC 2007