Trace number 194661

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 ESACSAT 1492.67 1499.28

DiagnosticValue
CHECKS10269984948
NODES6546448

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-41_ext.xml
MD5SUM876a1509ce5a213d05191b9c1b8c3d90
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark529.552
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints461
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension461
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=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/194661-1168105436/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.43	       =>  wckTime=0.104  cpuTime=0.1  mem=6M951
0.43	   
0.43	   relations being loaded...
0.58	   
0.58	   constraints being loaded...
0.72	     nbConstraints=461  nbRelationTypes=461  nbExtensionStructures=461  nbSharedExtensionStructures=0
0.72	     nbConflictsStructures=461  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2343  maxDegree=28
0.72	     maxArity=2
0.72	       =>  wckTime=0.398  cpuTime=0.31  mem=16M966
0.77	   
0.77	   solver IterativeSystematicSolver being built... 
0.93	       =>  wckTime=0.609  cpuTime=0.44  mem=15M569
1.00	   
1.00	   preprocessing
1.00	     nbConstraintChecks=118796  nbPropagations=1304  nbRevisions=11198  nbUselessRevisions=9483  nbSingletonTests=65
1.00	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
1.00	       =>  wckTime=0.063  cpuTime=0.04  mem=15M569
1.03	   
1.03	   search
1.03	     run=0  nbConstraintChecks=41264  nbPropagations=1819  nbRevisions=17109  nbUselessRevisions=14452  nbAssignments=25
1.03	     nbFailedAssignments=6  nbBacktracks=10  nbVisitedNodes=38  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.03	     nbTooLargeKeys=0
1.03	       =>  wckTime=0.091  cpuTime=0.06  mem=15M569
1.05	   
1.05	   search
1.05	     run=1  nbConstraintChecks=92362  nbPropagations=4288  nbRevisions=41923  nbUselessRevisions=35321  nbAssignments=63
1.05	     nbFailedAssignments=15  nbBacktracks=28  nbVisitedNodes=92  nbRestartNogoods=1  mapSize=21  nbInferences=0
1.05	     nbTooLargeKeys=0
1.05	       =>  wckTime=0.112  cpuTime=0.07  mem=15M569
1.06	   
1.06	   search
1.06	     run=2  nbConstraintChecks=153546  nbPropagations=7547  nbRevisions=76747  nbUselessRevisions=64495
1.06	     nbAssignments=104  nbFailedAssignments=25  nbBacktracks=50  nbVisitedNodes=154  nbRestartNogoods=3  mapSize=36
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.125  cpuTime=0.09  mem=15M569
1.08	   
1.08	   search
1.08	     run=3  nbConstraintChecks=260572  nbPropagations=12149  nbRevisions=130593  nbUselessRevisions=109366
1.09	     nbAssignments=175  nbFailedAssignments=53  nbBacktracks=84  nbVisitedNodes=273  nbRestartNogoods=5  mapSize=68
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.148  cpuTime=0.11  mem=15M569
1.11	   
1.11	   search
1.11	     run=4  nbConstraintChecks=382880  nbPropagations=18284  nbRevisions=206153  nbUselessRevisions=172177
1.11	     nbAssignments=262  nbFailedAssignments=79  nbBacktracks=134  nbVisitedNodes=404  nbRestartNogoods=9  mapSize=100
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.174  cpuTime=0.13  mem=15M569
1.16	   
1.16	   search
1.16	     run=5  nbConstraintChecks=570771  nbPropagations=26725  nbRevisions=314972  nbUselessRevisions=262059
1.16	     nbAssignments=386  nbFailedAssignments=120  nbBacktracks=209  nbVisitedNodes=603  nbRestartNogoods=12  mapSize=154
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.221  cpuTime=0.17  mem=15M569
1.21	   
1.21	   search
1.21	     run=6  nbConstraintChecks=869651  nbPropagations=38898  nbRevisions=478478  nbUselessRevisions=396743
1.21	     nbAssignments=580  nbFailedAssignments=191  nbBacktracks=324  nbVisitedNodes=924  nbRestartNogoods=15  mapSize=245
1.21	     nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.276  cpuTime=0.22  mem=15M569
1.30	   
1.30	   search
1.30	     run=7  nbConstraintChecks=1339272  nbPropagations=56760  nbRevisions=725387  nbUselessRevisions=599535
1.30	     nbAssignments=860  nbFailedAssignments=290  nbBacktracks=496  nbVisitedNodes=1395  nbRestartNogoods=18  mapSize=388
1.30	     nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.361  cpuTime=0.3  mem=15M569
1.43	   
1.43	   search
1.43	     run=8  nbConstraintChecks=1983492  nbPropagations=82774  nbRevisions=1096496  nbUselessRevisions=904299
1.43	     nbAssignments=1283  nbFailedAssignments=444  nbBacktracks=754  nbVisitedNodes=2113  nbRestartNogoods=23
1.43	     mapSize=592  nbInferences=0  nbTooLargeKeys=0
1.43	       =>  wckTime=0.491  cpuTime=0.43  mem=15M569
1.64	   
1.64	   search
1.64	     run=9  nbConstraintChecks=3184328  nbPropagations=122562  nbRevisions=1681277  nbUselessRevisions=1382363
1.64	     nbAssignments=1970  nbFailedAssignments=737  nbBacktracks=1139  nbVisitedNodes=3319  nbRestartNogoods=27
1.64	     mapSize=931  nbInferences=0  nbTooLargeKeys=0
1.64	       =>  wckTime=0.705  cpuTime=0.63  mem=15M569
1.69	   
1.69	   INFO : Stopping hyperNogood (mapSize=1021, nbTooLargekeys=0, mem=15M569)
1.88	   
1.88	   search
1.88	     run=10  nbConstraintChecks=4571119  nbPropagations=179913  nbRevisions=2524100  nbUselessRevisions=2070625
1.88	     nbAssignments=2869  nbFailedAssignments=1049  nbBacktracks=1716  nbVisitedNodes=4826  nbRestartNogoods=32
1.88	       =>  wckTime=0.946  cpuTime=0.86  mem=15M569
2.22	   
2.22	   search
2.22	     run=11  nbConstraintChecks=6674923  nbPropagations=263410  nbRevisions=3760275  nbUselessRevisions=3080665
2.22	     nbAssignments=4264  nbFailedAssignments=1567  nbBacktracks=2583  nbVisitedNodes=7181  nbRestartNogoods=41
2.22	       =>  wckTime=1.283  cpuTime=1.19  mem=15M569
2.78	   
2.78	   search
2.78	     run=12  nbConstraintChecks=10218771  nbPropagations=388976  nbRevisions=5631771  nbUselessRevisions=4606646
2.78	     nbAssignments=6381  nbFailedAssignments=2376  nbBacktracks=3882  nbVisitedNodes=10801  nbRestartNogoods=50
2.78	       =>  wckTime=1.841  cpuTime=1.74  mem=15M569
3.53	   
3.53	   search
3.53	     run=13  nbConstraintChecks=14880060  nbPropagations=572837  nbRevisions=8389469  nbUselessRevisions=6860800
3.53	     nbAssignments=9499  nbFailedAssignments=3538  nbBacktracks=5829  nbVisitedNodes=16097  nbRestartNogoods=54
3.53	       =>  wckTime=2.589  cpuTime=2.48  mem=15M569
4.70	   
4.70	   search
4.70	     run=14  nbConstraintChecks=22160647  nbPropagations=850812  nbRevisions=12561011  nbUselessRevisions=10276503
4.70	     nbAssignments=14362  nbFailedAssignments=5470  nbBacktracks=8748  nbVisitedNodes=24489  nbRestartNogoods=62
4.70	       =>  wckTime=3.765  cpuTime=3.65  mem=15M569
6.56	   
6.56	   search
6.56	     run=15  nbConstraintChecks=34156050  nbPropagations=1271972  nbRevisions=18959791  nbUselessRevisions=15521195
6.56	     nbAssignments=21650  nbFailedAssignments=8343  nbBacktracks=13129  nbVisitedNodes=36989  nbRestartNogoods=71
6.56	       =>  wckTime=5.626  cpuTime=5.49  mem=15M569
8.99	   
8.99	   search
8.99	     run=16  nbConstraintChecks=49204602  nbPropagations=1886711  nbRevisions=28237558  nbUselessRevisions=23116884
8.99	     nbAssignments=32004  nbFailedAssignments=12114  nbBacktracks=19701  nbVisitedNodes=54471  nbRestartNogoods=84
8.99	       =>  wckTime=8.051  cpuTime=7.9  mem=16M545
13.12	   
13.12	   search
13.12	     run=17  nbConstraintChecks=76242363  nbPropagations=2817703  nbRevisions=42360494  nbUselessRevisions=34669788
13.12	     nbAssignments=47994  nbFailedAssignments=18239  nbBacktracks=29557  nbVisitedNodes=81908  nbRestartNogoods=92
13.12	       =>  wckTime=12.179  cpuTime=11.99  mem=16M545
18.98	   
18.98	   search
18.98	     run=18  nbConstraintChecks=112625765  nbPropagations=4212979  nbRevisions=63485632  nbUselessRevisions=51969525
18.98	     nbAssignments=72089  nbFailedAssignments=27539  nbBacktracks=44336  nbVisitedNodes=123328  nbRestartNogoods=102
18.98	       =>  wckTime=18.039  cpuTime=17.8  mem=16M545
27.70	   
27.70	   search
27.70	     run=19  nbConstraintChecks=169268329  nbPropagations=6306078  nbRevisions=95233469  nbUselessRevisions=77980498
27.70	     nbAssignments=107738  nbFailedAssignments=40987  nbBacktracks=66505  nbVisitedNodes=184283  nbRestartNogoods=116
27.70	       =>  wckTime=26.762  cpuTime=26.46  mem=16M545
39.69	   
39.69	   search
39.69	     run=20  nbConstraintChecks=252301226  nbPropagations=9405394  nbRevisions=142616896  nbUselessRevisions=116850804
39.69	     nbAssignments=161034  nbFailedAssignments=61022  nbBacktracks=99759  nbVisitedNodes=274825  nbRestartNogoods=128
39.69	       =>  wckTime=38.751  cpuTime=38.41  mem=16M545
56.70	   
56.70	   search
56.70	     run=21  nbConstraintChecks=367842233  nbPropagations=13986580  nbRevisions=211851599  nbUselessRevisions=173590606
56.70	     nbAssignments=239202  nbFailedAssignments=89302  nbBacktracks=149639  nbVisitedNodes=406289  nbRestartNogoods=138
56.70	       =>  wckTime=55.768  cpuTime=55.42  mem=16M545
87.14	   
87.14	   search
87.14	     run=22  nbConstraintChecks=585275572  nbPropagations=21075617  nbRevisions=320241396  nbUselessRevisions=262403167
87.14	     nbAssignments=363352  nbFailedAssignments=138622  nbBacktracks=224457  nbVisitedNodes=621055  nbRestartNogoods=151
87.14	       =>  wckTime=86.207  cpuTime=85.82  mem=16M545
125.39	   
125.39	   search
125.39	     run=23  nbConstraintChecks=842782039  nbPropagations=31484621  nbRevisions=478128744  nbUselessRevisions=391774016
125.39	     nbAssignments=539143  nbFailedAssignments=202132  nbBacktracks=336685  nbVisitedNodes=917608  nbRestartNogoods=169
125.39	       =>  wckTime=124.455  cpuTime=124.03  mem=16M545
185.48	   
185.48	   search
185.48	     run=24  nbConstraintChecks=1255113866  nbPropagations=46989726  nbRevisions=714220926  nbUselessRevisions=585442605
185.48	     nbAssignments=804541  nbFailedAssignments=299177  nbBacktracks=505028  nbVisitedNodes=1368908  nbRestartNogoods=188
185.48	       =>  wckTime=184.543  cpuTime=184.05  mem=16M545
280.49	   
280.49	   search
280.49	     run=25  nbConstraintChecks=1919438258  nbPropagations=70402646  nbRevisions=1071816534
280.49	     nbUselessRevisions=878620179  nbAssignments=1209052  nbFailedAssignments=451148  nbBacktracks=757539
280.49	     nbVisitedNodes=2057804  nbRestartNogoods=206
280.49	       =>  wckTime=279.558  cpuTime=278.7  mem=16M545
411.95	   
411.96	   search
411.96	     run=26  nbConstraintChecks=2797722879  nbPropagations=105158844  nbRevisions=1600432929
411.96	     nbUselessRevisions=1312531279  nbAssignments=1810783  nbFailedAssignments=674099  nbBacktracks=1136306
411.96	     nbVisitedNodes=3076715  nbRestartNogoods=219
411.96	       =>  wckTime=411.019  cpuTime=409.54  mem=16M545
619.88	   
619.88	   search
619.88	     run=27  nbConstraintChecks=4225838892  nbPropagations=157425666  nbRevisions=2395969549
619.88	     nbUselessRevisions=1965245196  nbAssignments=2713955  nbFailedAssignments=1009107  nbBacktracks=1704461
619.88	     nbVisitedNodes=4610578  nbRestartNogoods=245
619.88	       =>  wckTime=618.948  cpuTime=616.51  mem=16M545
930.51	   
930.51	   search
930.51	     run=28  nbConstraintChecks=6338871413  nbPropagations=236130083  nbRevisions=3594919526
930.51	     nbUselessRevisions=2949473854  nbAssignments=4084297  nbFailedAssignments=1527212  nbBacktracks=2556687
930.51	     nbVisitedNodes=6950449  nbRestartNogoods=256
930.51	       =>  wckTime=929.577  cpuTime=925.72  mem=16M545
1403.44	   
1403.44	   search
1403.44	     run=29  nbConstraintChecks=9624982993  nbPropagations=354011547  nbRevisions=5399534964
1403.44	     nbUselessRevisions=4430611974  nbAssignments=6106024  nbFailedAssignments=2270589  nbBacktracks=3835027
1403.44	     nbVisitedNodes=10385165  nbRestartNogoods=269
1403.44	       =>  wckTime=1402.506  cpuTime=1396.3  mem=16M545
1499.25	   
1499.25	   search
1499.25	     run=30  nbConstraintChecks=10269866152  nbPropagations=480161154  nbRevisions=7327450165
1499.25	     nbUselessRevisions=6012841907  nbAssignments=6546448  nbFailedAssignments=2430711  nbBacktracks=4115279
1499.25	     nbVisitedNodes=11127989  nbRestartNogoods=284
1499.25	       =>  wckTime=1498.31  cpuTime=1491.66  mem=16M545
1499.25	   
1499.25	   global
1499.25	     nbConstraintChecks=10269984948  nbPropagations=480162458  nbRevisions=7327461363  nbUselessRevisions=6012851390
1499.25	     nbRestartNogoods=284  solvingWckTime=1498.312  solvingCpuTime=1491.66  expiredTime=no  totalExploration=no
1499.25	     nbFoundSolutions=1  globalCpuTime=1492.15
1499.25	       =>  wckTime=1498.924  cpuTime=1492.1  mem=16M545
1499.25	   
1499.25	s SATISFIABLE
1499.25	v 7 15 20 11 11 20 1 21 11 5 15 6 2 21 12 3 21 16 9 22 20 6 16 19 11 16 1 3 20 1 2 3 6 21 12 1 10 14 7 11 2 14 18 10 18 7 11 13 5 11 
1499.25	d NODES 6546448
1499.25	d CHECKS 10269984948
1499.25	   
1499.25	   totalWckTime=1499.006  totalCpuTime=1492.15

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node33/watcher-194661-1168105436 -o ROOT/results/node33/solver-194661-1168105436 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194661-1168105436/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.83 2/75 18568
/proc/meminfo: memFree=1368784/2055920 swapFree=4192224/4192956
[pid=18567] ppid=18565 vsize=18540 CPUtime=0
/proc/18567/stat : 18567 (runsolver) R 18565 18567 18320 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 158937498 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 210824129831 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18567/statm: 4635 279 244 17 0 2626 0

[startup+0.102492 s]
/proc/loadavg: 2.00 2.00 1.83 2/75 18568
/proc/meminfo: memFree=1368784/2055920 swapFree=4192224/4192956
[pid=18567] ppid=18565 vsize=913228 CPUtime=0.08
/proc/18567/stat : 18567 (java) S 18565 18567 18320 0 -1 0 2907 0 1 0 7 1 0 0 19 0 8 0 158937498 935145472 2653 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18567/statm: 228307 2653 1396 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913228

[startup+0.511903 s]
/proc/loadavg: 2.00 2.00 1.83 2/75 18568
/proc/meminfo: memFree=1368784/2055920 swapFree=4192224/4192956
[pid=18567] ppid=18565 vsize=915328 CPUtime=0.48
/proc/18567/stat : 18567 (java) R 18565 18567 18320 0 -1 0 6771 0 1 0 44 4 0 0 18 0 8 0 158937498 937295872 6510 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073583967 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18567/statm: 228832 6510 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33574 s]
/proc/loadavg: 2.00 2.00 1.83 3/82 18575
/proc/meminfo: memFree=1341208/2055920 swapFree=4192224/4192956
[pid=18567] ppid=18565 vsize=915460 CPUtime=1.29
/proc/18567/stat : 18567 (java) R 18565 18567 18320 0 -1 0 9614 0 1 0 122 7 0 0 24 0 8 0 158937498 937431040 9352 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819895 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18567/statm: 228865 9352 2524 14 0 215335 0
[pid=18567/tid=18569] ppid=18565 vsize=915460 CPUtime=0.03
/proc/18567/task/18569/stat : 18569 (java) S 18565 18567 18320 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 158937502 937431040 9352 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18570] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18570/stat : 18570 (java) S 18565 18567 18320 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158937503 937431040 9352 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18571] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18571/stat : 18571 (java) S 18565 18567 18320 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158937503 937431040 9352 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18572] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18572/stat : 18572 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158937506 937431040 9352 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18573] ppid=18565 vsize=915460 CPUtime=0.21
/proc/18567/task/18573/stat : 18573 (java) S 18565 18567 18320 0 -1 64 382 0 0 0 20 1 0 0 15 0 8 0 158937506 937431040 9352 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18574] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18574/stat : 18574 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158937506 937431040 9352 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18575] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18575/stat : 18575 (java) S 18565 18567 18320 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158937506 937431040 9352 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915460

[startup+2.98708 s]
/proc/loadavg: 2.00 2.00 1.83 3/82 18575
/proc/meminfo: memFree=1341144/2055920 swapFree=4192224/4192956
[pid=18567] ppid=18565 vsize=915460 CPUtime=2.93
/proc/18567/stat : 18567 (java) R 18565 18567 18320 0 -1 0 9632 0 1 0 285 8 0 0 25 0 8 0 158937498 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811794 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18567/statm: 228865 9368 2524 14 0 215335 0
[pid=18567/tid=18569] ppid=18565 vsize=915460 CPUtime=0.03
/proc/18567/task/18569/stat : 18569 (java) S 18565 18567 18320 0 -1 64 405 0 0 0 3 0 0 0 17 0 8 0 158937502 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18570] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18570/stat : 18570 (java) S 18565 18567 18320 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158937503 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18571] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18571/stat : 18571 (java) S 18565 18567 18320 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158937503 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18572] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18572/stat : 18572 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158937506 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18573] ppid=18565 vsize=915460 CPUtime=0.24
/proc/18567/task/18573/stat : 18573 (java) S 18565 18567 18320 0 -1 64 399 0 0 0 23 1 0 0 15 0 8 0 158937506 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18574] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18574/stat : 18574 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158937506 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18575] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18575/stat : 18575 (java) S 18565 18567 18320 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158937506 937431040 9368 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) 915460

[startup+6.27076 s]
/proc/loadavg: 2.00 2.00 1.83 3/82 18575
/proc/meminfo: memFree=1340952/2055920 swapFree=4192224/4192956
[pid=18567] ppid=18565 vsize=915460 CPUtime=6.19
/proc/18567/stat : 18567 (java) R 18565 18567 18320 0 -1 0 9632 0 1 0 611 8 0 0 25 0 8 0 158937498 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833190 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18567/statm: 228865 9368 2524 14 0 215335 0
[pid=18567/tid=18569] ppid=18565 vsize=915460 CPUtime=0.03
/proc/18567/task/18569/stat : 18569 (java) S 18565 18567 18320 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 158937502 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18570] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18570/stat : 18570 (java) S 18565 18567 18320 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158937503 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18571] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18571/stat : 18571 (java) S 18565 18567 18320 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158937503 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18572] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18572/stat : 18572 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158937506 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18573] ppid=18565 vsize=915460 CPUtime=0.24
/proc/18567/task/18573/stat : 18573 (java) S 18565 18567 18320 0 -1 64 399 0 0 0 23 1 0 0 15 0 8 0 158937506 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18574] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18574/stat : 18574 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158937506 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18575] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18575/stat : 18575 (java) S 18565 18567 18320 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158937506 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915460

[startup+12.7591 s]
/proc/loadavg: 2.00 2.00 1.83 3/82 18575
/proc/meminfo: memFree=1340960/2055920 swapFree=4192224/4192956
[pid=18567] ppid=18565 vsize=915460 CPUtime=12.62
/proc/18567/stat : 18567 (java) R 18565 18567 18320 0 -1 0 9632 0 1 0 1254 8 0 0 25 0 8 0 158937498 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073827291 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18567/statm: 228865 9368 2524 14 0 215335 0
[pid=18567/tid=18569] ppid=18565 vsize=915460 CPUtime=0.03
/proc/18567/task/18569/stat : 18569 (java) S 18565 18567 18320 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 158937502 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18570] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18570/stat : 18570 (java) S 18565 18567 18320 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158937503 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18571] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18571/stat : 18571 (java) S 18565 18567 18320 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158937503 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18572] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18572/stat : 18572 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158937506 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18573] ppid=18565 vsize=915460 CPUtime=0.24
/proc/18567/task/18573/stat : 18573 (java) S 18565 18567 18320 0 -1 64 399 0 0 0 23 1 0 0 15 0 8 0 158937506 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18574] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18574/stat : 18574 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158937506 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18575] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18575/stat : 18575 (java) S 18565 18567 18320 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158937506 937431040 9368 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915460

[startup+25.6047 s]
/proc/loadavg: 2.00 2.00 1.83 2/75 18575
/proc/meminfo: memFree=1346648/2055920 swapFree=4192224/4192956
[pid=18567] ppid=18565 vsize=915460 CPUtime=25.36
/proc/18567/stat : 18567 (java) R 18565 18567 18320 0 -1 0 9634 0 1 0 2528 8 0 0 25 0 8 0 158937498 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814195 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18567/statm: 228865 9369 2524 14 0 215335 0
[pid=18567/tid=18569] ppid=18565 vsize=915460 CPUtime=0.03
/proc/18567/task/18569/stat : 18569 (java) S 18565 18567 18320 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 158937502 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18570] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18570/stat : 18570 (java) S 18565 18567 18320 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158937503 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18571] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18571/stat : 18571 (java) S 18565 18567 18320 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158937503 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18572] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18572/stat : 18572 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158937506 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18573] ppid=18565 vsize=915460 CPUtime=0.25
/proc/18567/task/18573/stat : 18573 (java) S 18565 18567 18320 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 158937506 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18574] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18574/stat : 18574 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158937506 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18575] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18575/stat : 18575 (java) R 18565 18567 18320 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158937506 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915460

[startup+51.214 s]
/proc/loadavg: 1.94 1.98 1.83 3/82 18664
/proc/meminfo: memFree=1340320/2055920 swapFree=4192224/4192956
[pid=18567] ppid=18565 vsize=915460 CPUtime=50.92
/proc/18567/stat : 18567 (java) R 18565 18567 18320 0 -1 0 9634 0 1 0 5084 8 0 0 25 0 8 0 158937498 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813708 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18567/statm: 228865 9369 2524 14 0 215335 0
[pid=18567/tid=18569] ppid=18565 vsize=915460 CPUtime=0.03
/proc/18567/task/18569/stat : 18569 (java) S 18565 18567 18320 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 158937502 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18570] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18570/stat : 18570 (java) S 18565 18567 18320 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158937503 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18571] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18571/stat : 18571 (java) S 18565 18567 18320 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158937503 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18572] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18572/stat : 18572 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158937506 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18573] ppid=18565 vsize=915460 CPUtime=0.25
/proc/18567/task/18573/stat : 18573 (java) S 18565 18567 18320 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 158937506 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18574] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18574/stat : 18574 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158937506 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18575] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18575/stat : 18575 (java) S 18565 18567 18320 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158937506 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 915460

[startup+102.473 s]
/proc/loadavg: 1.97 1.98 1.83 3/82 18664
/proc/meminfo: memFree=1340384/2055920 swapFree=4192224/4192956
[pid=18567] ppid=18565 vsize=915460 CPUtime=102.12
/proc/18567/stat : 18567 (java) R 18565 18567 18320 0 -1 0 9634 0 1 0 10204 8 0 0 25 0 8 0 158937498 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813708 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18567/statm: 228865 9369 2524 14 0 215335 0
[pid=18567/tid=18569] ppid=18565 vsize=915460 CPUtime=0.03
/proc/18567/task/18569/stat : 18569 (java) S 18565 18567 18320 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 158937502 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18570] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18570/stat : 18570 (java) S 18565 18567 18320 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158937503 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18571] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18571/stat : 18571 (java) S 18565 18567 18320 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158937503 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18572] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18572/stat : 18572 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158937506 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18573] ppid=18565 vsize=915460 CPUtime=0.25
/proc/18567/task/18573/stat : 18573 (java) S 18565 18567 18320 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 158937506 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18574] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18574/stat : 18574 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158937506 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18575] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18575/stat : 18575 (java) S 18565 18567 18320 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158937506 937431040 9369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 915460

[startup+162.48 s]
/proc/loadavg: 1.99 1.98 1.84 3/82 18664
/proc/meminfo: memFree=1340384/2055920 swapFree=4192224/4192956
[pid=18567] ppid=18565 vsize=915460 CPUtime=162.08
/proc/18567/stat : 18567 (java) R 18565 18567 18320 0 -1 0 9635 0 1 0 16199 9 0 0 25 0 8 0 158937498 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835265 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/18567/task/18572/stat : 18572 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18573] ppid=18565 vsize=915460 CPUtime=0.25
/proc/18567/task/18573/stat : 18573 (java) S 18565 18567 18320 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18567/tid=18574] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18574/stat : 18574 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18575] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18575/stat : 18575 (java) S 18565 18567 18320 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1058.18
Current children cumulated vsize (KiB) 915460

[startup+1122.71 s]
/proc/loadavg: 2.02 2.01 1.92 3/82 18862
/proc/meminfo: memFree=1339840/2055920 swapFree=4192224/4192956
[pid=18567] ppid=18565 vsize=915460 CPUtime=1117.85
/proc/18567/stat : 18567 (java) R 18565 18567 18320 0 -1 0 9635 0 1 0 111767 18 0 0 25 0 8 0 158937498 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814561 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18567/statm: 228865 9370 2524 14 0 215335 0
[pid=18567/tid=18569] ppid=18565 vsize=915460 CPUtime=0.03
/proc/18567/task/18569/stat : 18569 (java) S 18565 18567 18320 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 158937502 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18570] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18570/stat : 18570 (java) S 18565 18567 18320 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158937503 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18571] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18571/stat : 18571 (java) S 18565 18567 18320 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158937503 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18572] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18572/stat : 18572 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18573] ppid=18565 vsize=915460 CPUtime=0.25
/proc/18567/task/18573/stat : 18573 (java) S 18565 18567 18320 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18567/tid=18574] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18574/stat : 18574 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18575] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18575/stat : 18575 (java) S 18565 18567 18320 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1117.85
Current children cumulated vsize (KiB) 915460

[startup+1182.73 s]
/proc/loadavg: 2.00 2.01 1.92 3/82 18862
/proc/meminfo: memFree=1339864/2055920 swapFree=4192224/4192956
[pid=18567] ppid=18565 vsize=915460 CPUtime=1177.61
/proc/18567/stat : 18567 (java) R 18565 18567 18320 0 -1 0 9635 0 1 0 117742 19 0 0 25 0 8 0 158937498 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073827291 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18567/statm: 228865 9370 2524 14 0 215335 0
[pid=18567/tid=18569] ppid=18565 vsize=915460 CPUtime=0.03
/proc/18567/task/18569/stat : 18569 (java) S 18565 18567 18320 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 158937502 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18570] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18570/stat : 18570 (java) S 18565 18567 18320 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158937503 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18571] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18571/stat : 18571 (java) S 18565 18567 18320 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158937503 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18572] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18572/stat : 18572 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18573] ppid=18565 vsize=915460 CPUtime=0.25
/proc/18567/task/18573/stat : 18573 (java) S 18565 18567 18320 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18567/tid=18574] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18574/stat : 18574 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18575] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18575/stat : 18575 (java) S 18565 18567 18320 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.61
Current children cumulated vsize (KiB) 915460

[startup+1242.75 s]
/proc/loadavg: 2.00 2.00 1.92 3/82 18862
/proc/meminfo: memFree=1339864/2055920 swapFree=4192224/4192956
[pid=18567] ppid=18565 vsize=915460 CPUtime=1237.34
/proc/18567/stat : 18567 (java) R 18565 18567 18320 0 -1 0 9635 0 1 0 123715 19 0 0 25 0 8 0 158937498 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18567/statm: 228865 9370 2524 14 0 215335 0
[pid=18567/tid=18569] ppid=18565 vsize=915460 CPUtime=0.03
/proc/18567/task/18569/stat : 18569 (java) S 18565 18567 18320 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 158937502 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18570] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18570/stat : 18570 (java) S 18565 18567 18320 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158937503 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18571] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18571/stat : 18571 (java) S 18565 18567 18320 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158937503 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18572] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18572/stat : 18572 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18573] ppid=18565 vsize=915460 CPUtime=0.25
/proc/18567/task/18573/stat : 18573 (java) S 18565 18567 18320 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18567/tid=18574] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18574/stat : 18574 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18575] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18575/stat : 18575 (java) S 18565 18567 18320 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.34
Current children cumulated vsize (KiB) 915460

[startup+1302.76 s]
/proc/loadavg: 2.12 2.03 1.93 3/82 18862
/proc/meminfo: memFree=1339864/2055920 swapFree=4192224/4192956
[pid=18567] ppid=18565 vsize=915460 CPUtime=1297.06
/proc/18567/stat : 18567 (java) R 18565 18567 18320 0 -1 0 9635 0 1 0 129687 19 0 0 25 0 8 0 158937498 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810697 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18567/statm: 228865 9370 2524 14 0 215335 0
[pid=18567/tid=18569] ppid=18565 vsize=915460 CPUtime=0.03
/proc/18567/task/18569/stat : 18569 (java) S 18565 18567 18320 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 158937502 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18570] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18570/stat : 18570 (java) S 18565 18567 18320 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158937503 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18571] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18571/stat : 18571 (java) S 18565 18567 18320 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158937503 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18572] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18572/stat : 18572 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18573] ppid=18565 vsize=915460 CPUtime=0.25
/proc/18567/task/18573/stat : 18573 (java) S 18565 18567 18320 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18567/tid=18574] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18574/stat : 18574 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18575] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18575/stat : 18575 (java) S 18565 18567 18320 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.06
Current children cumulated vsize (KiB) 915460

[startup+1362.77 s]
/proc/loadavg: 2.04 2.02 1.93 4/82 18862
/proc/meminfo: memFree=1339928/2055920 swapFree=4192224/4192956
[pid=18567] ppid=18565 vsize=915460 CPUtime=1356.8
/proc/18567/stat : 18567 (java) R 18565 18567 18320 0 -1 0 9635 0 1 0 135661 19 0 0 25 0 8 0 158937498 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835256 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18567/statm: 228865 9370 2524 14 0 215335 0
[pid=18567/tid=18569] ppid=18565 vsize=915460 CPUtime=0.03
/proc/18567/task/18569/stat : 18569 (java) S 18565 18567 18320 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 158937502 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18570] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18570/stat : 18570 (java) S 18565 18567 18320 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158937503 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18571] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18571/stat : 18571 (java) S 18565 18567 18320 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158937503 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18572] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18572/stat : 18572 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18573] ppid=18565 vsize=915460 CPUtime=0.25
/proc/18567/task/18573/stat : 18573 (java) S 18565 18567 18320 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18567/tid=18574] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18574/stat : 18574 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18575] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18575/stat : 18575 (java) S 18565 18567 18320 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158937506 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.8
Current children cumulated vsize (KiB) 915460

[startup+1422.78 s]
/proc/loadavg: 2.09 2.03 1.94 3/82 18862
/proc/meminfo: memFree=1339928/2055920 swapFree=4192224/4192956
[pid=18567] ppid=18565 vsize=915460 CPUtime=1416.53
/proc/18567/stat : 18567 (java) R 18565 18567 18320 0 -1 0 9636 0 1 0 141634 19 0 0 25 0 8 0 158937498 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835265 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18567/statm: 228865 9371 2524 14 0 215335 0
[pid=18567/tid=18569] ppid=18565 vsize=915460 CPUtime=0.03
/proc/18567/task/18569/stat : 18569 (java) S 18565 18567 18320 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 158937502 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18567/tid=18570] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18570/stat : 18570 (java) S 18565 18567 18320 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158937503 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18571] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18571/stat : 18571 (java) S 18565 18567 18320 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158937503 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18572] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18572/stat : 18572 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158937506 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18573] ppid=18565 vsize=915460 CPUtime=0.25
/proc/18567/task/18573/stat : 18573 (java) S 18565 18567 18320 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 158937506 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18567/tid=18574] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18574/stat : 18574 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158937506 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18575] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18575/stat : 18575 (java) S 18565 18567 18320 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158937506 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.53
Current children cumulated vsize (KiB) 915460

[startup+1482.79 s]
/proc/loadavg: 2.03 2.03 1.94 3/82 18862
/proc/meminfo: memFree=1340064/2055920 swapFree=4192224/4192956
[pid=18567] ppid=18565 vsize=915460 CPUtime=1476.26
/proc/18567/stat : 18567 (java) R 18565 18567 18320 0 -1 0 9636 0 1 0 147607 19 0 0 25 0 8 0 158937498 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073829143 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18567/statm: 228865 9371 2524 14 0 215335 0
[pid=18567/tid=18569] ppid=18565 vsize=915460 CPUtime=0.03
/proc/18567/task/18569/stat : 18569 (java) S 18565 18567 18320 0 -1 64 405 0 0 0 3 0 0 0 16 0 8 0 158937502 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18567/tid=18570] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18570/stat : 18570 (java) S 18565 18567 18320 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158937503 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18571] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18571/stat : 18571 (java) S 18565 18567 18320 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158937503 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18572] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18572/stat : 18572 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 158937506 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18573] ppid=18565 vsize=915460 CPUtime=0.25
/proc/18567/task/18573/stat : 18573 (java) S 18565 18567 18320 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 158937506 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18567/tid=18574] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18574/stat : 18574 (java) S 18565 18567 18320 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 158937506 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18567/tid=18575] ppid=18565 vsize=915460 CPUtime=0
/proc/18567/task/18575/stat : 18575 (java) S 18565 18567 18320 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 158937506 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.26
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 1499.28
CPU time (s): 1492.67
CPU user time (s): 1492.47
CPU system time (s): 0.203968
CPU usage (%): 99.5591
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1492.47
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9645
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= 31473
involuntary context switches= 19313

runsolver used 2.04069 s user time and 4.5973 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Sat Jan  6 17:43:57 UTC 2007


IDJOB= 194661
IDBENCH= 3226
FILE ID= node33/194661-1168105436

PBS_JOBID= 3477232

Free space on /tmp= 66553 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23/rand-2-50-23-587-230-41_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194661-1168105436/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-194661-1168105436 -o ROOT/results/node33/solver-194661-1168105436 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194661-1168105436/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  876a1509ce5a213d05191b9c1b8c3d90

RANDOM SEED= 260708677

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.281
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.281
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:       1369264 kB
Buffers:         48360 kB
Cached:         531096 kB
SwapCached:        448 kB
Active:          85968 kB
Inactive:       519108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1369264 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            2048 kB
Writeback:           0 kB
Mapped:          36652 kB
Slab:            67044 kB
Committed_AS:  2770316 kB
PageTables:       1804 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= 66553 MiB



End job on node33 on Sat Jan  6 18:08:56 UTC 2007