Trace number 194395

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 1445.31 1457.67

DiagnosticValue
CHECKS9817823554
NODES6522095

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-10_ext.xml
MD5SUMfed24bf814293fbb51b883238d7e9a01
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 benchmark376.074
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints465
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension465
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.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/194395-1168101811/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.42	       =>  wckTime=0.099  cpuTime=0.09  mem=6M951
0.42	   
0.42	   relations being loaded...
0.56	   
0.56	   constraints being loaded...
0.69	     nbConstraints=465  nbRelationTypes=465  nbExtensionStructures=465  nbSharedExtensionStructures=0
0.69	     nbConflictsStructures=465  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2280  maxDegree=29
0.69	     maxArity=2
0.69	       =>  wckTime=0.371  cpuTime=0.28  mem=17M711
0.73	   
0.73	   solver IterativeSystematicSolver being built... 
0.89	       =>  wckTime=0.568  cpuTime=0.42  mem=15M579
0.94	   
0.94	   preprocessing
0.94	     nbConstraintChecks=93337  nbPropagations=1042  nbRevisions=8544  nbUselessRevisions=7153  nbSingletonTests=56
0.94	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
0.94	       =>  wckTime=0.053  cpuTime=0.04  mem=15M579
0.97	   
0.97	   search
0.97	     run=0  nbConstraintChecks=50391  nbPropagations=1663  nbRevisions=16623  nbUselessRevisions=13944  nbAssignments=33
0.97	     nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=51  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.97	     nbTooLargeKeys=0
0.97	       =>  wckTime=0.084  cpuTime=0.06  mem=15M579
1.00	   
1.00	   search
1.00	     run=1  nbConstraintChecks=152811  nbPropagations=4584  nbRevisions=47431  nbUselessRevisions=39736
1.00	     nbAssignments=94  nbFailedAssignments=20  nbBacktracks=27  nbVisitedNodes=111  nbRestartNogoods=4  mapSize=24
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.11  cpuTime=0.08  mem=15M579
1.01	   
1.01	   search
1.01	     run=2  nbConstraintChecks=233044  nbPropagations=8598  nbRevisions=92608  nbUselessRevisions=77618
1.01	     nbAssignments=146  nbFailedAssignments=34  nbBacktracks=51  nbVisitedNodes=192  nbRestartNogoods=6  mapSize=45
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.126  cpuTime=0.1  mem=15M579
1.04	   
1.04	   search
1.04	     run=3  nbConstraintChecks=343157  nbPropagations=13870  nbRevisions=155743  nbUselessRevisions=130128
1.04	     nbAssignments=213  nbFailedAssignments=57  nbBacktracks=86  nbVisitedNodes=299  nbRestartNogoods=9  mapSize=75
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.147  cpuTime=0.11  mem=15M579
1.07	   
1.07	   search
1.07	     run=4  nbConstraintChecks=484322  nbPropagations=21040  nbRevisions=246493  nbUselessRevisions=205574
1.07	     nbAssignments=316  nbFailedAssignments=96  nbBacktracks=140  nbVisitedNodes=471  nbRestartNogoods=12  mapSize=119
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.177  cpuTime=0.14  mem=15M579
1.11	   
1.11	   search
1.11	     run=5  nbConstraintChecks=717112  nbPropagations=30976  nbRevisions=378493  nbUselessRevisions=314802
1.11	     nbAssignments=468  nbFailedAssignments=162  nbBacktracks=216  nbVisitedNodes=728  nbRestartNogoods=13  mapSize=185
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.22  cpuTime=0.18  mem=15M579
1.16	   
1.16	   search
1.16	     run=6  nbConstraintChecks=948561  nbPropagations=44029  nbRevisions=555228  nbUselessRevisions=461069
1.16	     nbAssignments=650  nbFailedAssignments=217  nbBacktracks=330  nbVisitedNodes=1013  nbRestartNogoods=17  mapSize=269
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.274  cpuTime=0.23  mem=15M579
1.24	   
1.24	   search
1.24	     run=7  nbConstraintChecks=1426412  nbPropagations=62778  nbRevisions=819254  nbUselessRevisions=679072
1.24	     nbAssignments=945  nbFailedAssignments=332  nbBacktracks=500  nbVisitedNodes=1522  nbRestartNogoods=22  mapSize=416
1.24	     nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.355  cpuTime=0.31  mem=15M579
1.36	   
1.36	   search
1.36	     run=8  nbConstraintChecks=2075011  nbPropagations=89396  nbRevisions=1207413  nbUselessRevisions=999770
1.36	     nbAssignments=1365  nbFailedAssignments=486  nbBacktracks=756  nbVisitedNodes=2234  nbRestartNogoods=29
1.36	     mapSize=632  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.469  cpuTime=0.42  mem=15M579
1.51	   
1.51	   search
1.51	     run=9  nbConstraintChecks=2867108  nbPropagations=126841  nbRevisions=1752854  nbUselessRevisions=1449935
1.51	     nbAssignments=1976  nbFailedAssignments=699  nbBacktracks=1143  nbVisitedNodes=3243  nbRestartNogoods=35
1.51	     mapSize=928  nbInferences=0  nbTooLargeKeys=0
1.51	       =>  wckTime=0.618  cpuTime=0.55  mem=15M579
1.56	   
1.56	   INFO : Stopping hyperNogood (mapSize=1009, nbTooLargekeys=0, mem=15M579)
1.74	   
1.74	   search
1.74	     run=10  nbConstraintChecks=4314015  nbPropagations=182386  nbRevisions=2570571  nbUselessRevisions=2122386
1.74	     nbAssignments=2929  nbFailedAssignments=1065  nbBacktracks=1719  nbVisitedNodes=4866  nbRestartNogoods=41
1.74	       =>  wckTime=0.848  cpuTime=0.77  mem=15M579
2.06	   
2.06	   search
2.06	     run=11  nbConstraintChecks=6429672  nbPropagations=264654  nbRevisions=3808608  nbUselessRevisions=3142958
2.06	     nbAssignments=4369  nbFailedAssignments=1630  nbBacktracks=2585  nbVisitedNodes=7351  nbRestartNogoods=47
2.06	       =>  wckTime=1.167  cpuTime=1.08  mem=15M579
2.52	   
2.52	   search
2.52	     run=12  nbConstraintChecks=9503153  nbPropagations=386365  nbRevisions=5650690  nbUselessRevisions=4662077
2.52	     nbAssignments=6466  nbFailedAssignments=2417  nbBacktracks=3885  nbVisitedNodes=10940  nbRestartNogoods=53
2.52	       =>  wckTime=1.634  cpuTime=1.54  mem=15M579
3.38	   
3.38	   search
3.38	     run=13  nbConstraintChecks=15549746  nbPropagations=577680  nbRevisions=8618809  nbUselessRevisions=7109746
3.38	     nbAssignments=9963  nbFailedAssignments=3956  nbBacktracks=5832  nbVisitedNodes=17134  nbRestartNogoods=60
3.38	       =>  wckTime=2.489  cpuTime=2.39  mem=15M579
4.30	   
4.30	   search
4.30	     run=14  nbConstraintChecks=21550657  nbPropagations=850277  nbRevisions=12797700  nbUselessRevisions=10556327
4.30	     nbAssignments=14475  nbFailedAssignments=5539  nbBacktracks=8751  nbVisitedNodes=24697  nbRestartNogoods=68
4.30	       =>  wckTime=3.413  cpuTime=3.31  mem=15M579
5.82	   
5.82	   search
5.82	     run=15  nbConstraintChecks=31947901  nbPropagations=1247304  nbRevisions=18886149  nbUselessRevisions=15569475
5.82	     nbAssignments=21204  nbFailedAssignments=7877  nbBacktracks=13129  nbVisitedNodes=35891  nbRestartNogoods=77
5.82	       =>  wckTime=4.931  cpuTime=4.81  mem=15M579
8.27	   
8.27	   search
8.27	     run=16  nbConstraintChecks=48532277  nbPropagations=1847465  nbRevisions=28182337  nbUselessRevisions=23234307
8.27	     nbAssignments=31839  nbFailedAssignments=11890  nbBacktracks=19697  nbVisitedNodes=54026  nbRestartNogoods=90
8.27	       =>  wckTime=7.381  cpuTime=7.25  mem=16M554
11.40	   
11.40	   search
11.40	     run=17  nbConstraintChecks=68493988  nbPropagations=2718560  nbRevisions=41525757  nbUselessRevisions=34234246
11.40	     nbAssignments=47062  nbFailedAssignments=17248  nbBacktracks=29550  nbVisitedNodes=79479  nbRestartNogoods=98
11.40	       =>  wckTime=10.507  cpuTime=10.35  mem=16M554
17.02	   
17.02	   search
17.02	     run=18  nbConstraintChecks=107641622  nbPropagations=4048106  nbRevisions=62139741  nbUselessRevisions=51220753
17.02	     nbAssignments=70980  nbFailedAssignments=26379  nbBacktracks=44328  nbVisitedNodes=120344  nbRestartNogoods=105
17.02	       =>  wckTime=16.133  cpuTime=15.93  mem=16M554
24.57	   
24.57	   search
24.57	     run=19  nbConstraintChecks=157486457  nbPropagations=6030796  nbRevisions=92706510  nbUselessRevisions=76425746
24.57	     nbAssignments=106182  nbFailedAssignments=39398  nbBacktracks=66498  nbVisitedNodes=180231  nbRestartNogoods=117
24.57	       =>  wckTime=23.683  cpuTime=23.43  mem=16M554
38.66	   
38.66	   search
38.66	     run=20  nbConstraintChecks=256349458  nbPropagations=9153837  nbRevisions=141549735  nbUselessRevisions=116682238
38.66	     nbAssignments=163495  nbFailedAssignments=63447  nbBacktracks=99751  nbVisitedNodes=280755  nbRestartNogoods=128
38.66	       =>  wckTime=37.771  cpuTime=37.41  mem=16M554
54.91	   
54.91	   search
54.91	     run=21  nbConstraintChecks=361476808  nbPropagations=13683762  nbRevisions=211561495  nbUselessRevisions=174396078
54.91	     nbAssignments=240792  nbFailedAssignments=90854  nbBacktracks=149629  nbVisitedNodes=410640  nbRestartNogoods=139
54.91	       =>  wckTime=54.02  cpuTime=53.51  mem=16M554
83.21	   
83.21	   search
83.21	     run=22  nbConstraintChecks=554004889  nbPropagations=20539879  nbRevisions=319100726  nbUselessRevisions=263188661
83.21	     nbAssignments=364348  nbFailedAssignments=139581  nbBacktracks=224451  nbVisitedNodes=623341  nbRestartNogoods=152
83.21	       =>  wckTime=82.323  cpuTime=81.6  mem=16M554
121.60	   
121.60	   search
121.60	     run=23  nbConstraintChecks=807224150  nbPropagations=30671143  nbRevisions=476756598  nbUselessRevisions=393346074
121.60	     nbAssignments=541284  nbFailedAssignments=204280  nbBacktracks=336679  nbVisitedNodes=923196  nbRestartNogoods=162
121.60	       =>  wckTime=120.709  cpuTime=119.67  mem=16M554
179.46	   
179.46	   search
179.46	     run=24  nbConstraintChecks=1190878058  nbPropagations=45762106  nbRevisions=709841653  nbUselessRevisions=585602630
179.46	     nbAssignments=809138  nbFailedAssignments=303784  nbBacktracks=505021  nbVisitedNodes=1377447  nbRestartNogoods=167
179.46	       =>  wckTime=178.569  cpuTime=177.02  mem=16M554
274.94	   
274.94	   search
274.94	     run=25  nbConstraintChecks=1850438373  nbPropagations=68633786  nbRevisions=1068356588
274.94	     nbUselessRevisions=881561742  nbAssignments=1217250  nbFailedAssignments=459373  nbBacktracks=757532
274.94	     nbVisitedNodes=2077068  nbRestartNogoods=174
274.94	       =>  wckTime=274.048  cpuTime=271.69  mem=16M554
398.74	   
398.74	   search
398.74	     run=26  nbConstraintChecks=2656846513  nbPropagations=102187983  nbRevisions=1588723904
398.74	     nbUselessRevisions=1311027506  nbAssignments=1806182  nbFailedAssignments=669503  nbBacktracks=1136300
398.74	     nbVisitedNodes=3068621  nbRestartNogoods=193
398.74	       =>  wckTime=397.848  cpuTime=394.49  mem=16M554
631.45	   
631.45	   search
631.45	     run=27  nbConstraintChecks=4285711960  nbPropagations=154582099  nbRevisions=2414956374
631.45	     nbUselessRevisions=1993532206  nbAssignments=2759099  nbFailedAssignments=1054237  nbBacktracks=1704452
631.45	     nbVisitedNodes=4726572  nbRestartNogoods=205
631.45	       =>  wckTime=630.565  cpuTime=625.26  mem=16M554
911.43	   
911.43	   search
911.43	     run=28  nbConstraintChecks=6118831487  nbPropagations=231101820  nbRevisions=3606292407
911.43	     nbUselessRevisions=2977008625  nbAssignments=4078773  nbFailedAssignments=1521673  nbBacktracks=2556679
911.43	     nbVisitedNodes=6942826  nbRestartNogoods=223
911.43	       =>  wckTime=910.543  cpuTime=902.88  mem=16M554
1368.77	   
1368.77	   search
1368.77	     run=29  nbConstraintChecks=9235673377  nbPropagations=345451337  nbRevisions=5392673032
1368.77	     nbUselessRevisions=4451473138  nbAssignments=6107039  nbFailedAssignments=2271588  nbBacktracks=3835019
1368.77	     nbVisitedNodes=10379290  nbRestartNogoods=235
1368.77	       =>  wckTime=1367.88  cpuTime=1356.23  mem=16M554
1457.65	   
1457.65	   search
1457.65	     run=30  nbConstraintChecks=9817730217  nbPropagations=467461832  nbRevisions=7296130255
1457.65	     nbUselessRevisions=6022632567  nbAssignments=6522095  nbFailedAssignments=2425005  nbBacktracks=4096608
1457.65	     nbVisitedNodes=11083643  nbRestartNogoods=252
1457.66	       =>  wckTime=1456.766  cpuTime=1444.37  mem=16M554
1457.66	   
1457.66	   global
1457.66	     nbConstraintChecks=9817823554  nbPropagations=467462874  nbRevisions=7296138799  nbUselessRevisions=6022639720
1457.66	     nbRestartNogoods=252  solvingWckTime=1456.768  solvingCpuTime=1444.37  expiredTime=no  totalExploration=no
1457.66	     nbFoundSolutions=1  globalCpuTime=1444.83
1457.66	       =>  wckTime=1457.339  cpuTime=1444.79  mem=16M554
1457.66	   
1457.66	s SATISFIABLE
1457.66	v 1 20 11 12 3 18 15 15 5 10 2 16 3 2 11 11 21 16 14 20 6 17 17 7 3 4 7 2 9 9 6 10 14 12 2 22 5 17 22 16 9 0 17 22 21 15 7 0 12 15 
1457.66	d NODES 6522095
1457.66	d CHECKS 9817823554
1457.66	   
1457.66	   totalWckTime=1457.415  totalCpuTime=1444.84

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node41/watcher-194395-1168101811 -o ROOT/results/node41/solver-194395-1168101811 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194395-1168101811/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.28 1.35 1.53 1/68 14652
/proc/meminfo: memFree=1795232/2055920 swapFree=4192812/4192956
[pid=14651] ppid=14649 vsize=1500 CPUtime=0
/proc/14651/stat : 14651 (java) R 14649 14651 14353 0 -1 0 87 0 0 0 0 0 0 0 20 0 1 0 158582107 1536000 69 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 1933920 0 0 4096 0 0 0 0 17 1 0 0
/proc/14651/statm: 375 69 54 14 0 8 0

[startup+0.102348 s]
/proc/loadavg: 0.28 1.35 1.53 1/68 14652
/proc/meminfo: memFree=1795232/2055920 swapFree=4192812/4192956
[pid=14651] ppid=14649 vsize=912760 CPUtime=0.07
/proc/14651/stat : 14651 (java) S 14649 14651 14353 0 -1 0 2799 0 1 0 5 2 0 0 22 0 8 0 158582107 934666240 2545 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14651/statm: 228190 2545 1390 14 0 215091 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 912760

[startup+0.510384 s]
/proc/loadavg: 0.28 1.35 1.53 1/68 14652
/proc/meminfo: memFree=1795232/2055920 swapFree=4192812/4192956
[pid=14651] ppid=14649 vsize=915328 CPUtime=0.47
/proc/14651/stat : 14651 (java) R 14649 14651 14353 0 -1 0 7006 0 1 0 42 5 0 0 24 0 8 0 158582107 937295872 6745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14651/statm: 228832 6745 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33145 s]
/proc/loadavg: 0.42 1.36 1.53 3/88 14673
/proc/meminfo: memFree=1755192/2055920 swapFree=4192812/4192956
[pid=14651] ppid=14649 vsize=915460 CPUtime=1.28
/proc/14651/stat : 14651 (java) R 14649 14651 14353 0 -1 0 9650 0 1 0 121 7 0 0 25 0 8 0 158582107 937431040 9388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811054 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14651/statm: 228865 9388 2524 14 0 215335 0
[pid=14651/tid=14660] ppid=14649 vsize=915460 CPUtime=0.03
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14353 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 158582112 937431040 9388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158582112 937431040 9388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158582112 937431040 9388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14353 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 158582116 937431040 9388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=915460 CPUtime=0.19
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14353 0 -1 64 383 0 0 0 19 0 0 0 15 0 8 0 158582116 937431040 9388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158582116 937431040 9388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158582116 937431040 9388 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915460

[startup+2.96859 s]
/proc/loadavg: 0.42 1.36 1.53 3/88 14673
/proc/meminfo: memFree=1755064/2055920 swapFree=4192812/4192956
[pid=14651] ppid=14649 vsize=915460 CPUtime=2.9
/proc/14651/stat : 14651 (java) R 14649 14651 14353 0 -1 0 9665 0 1 0 283 7 0 0 25 0 8 0 158582107 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812477 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14651/statm: 228865 9402 2524 14 0 215335 0
[pid=14651/tid=14660] ppid=14649 vsize=915460 CPUtime=0.03
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14353 0 -1 64 407 0 0 0 3 0 0 0 17 0 8 0 158582112 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158582112 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158582112 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14353 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 158582116 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=915460 CPUtime=0.23
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14353 0 -1 64 397 0 0 0 22 1 0 0 15 0 8 0 158582116 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158582116 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158582116 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 915460

[startup+6.25788 s]
/proc/loadavg: 0.42 1.36 1.53 3/88 14673
/proc/meminfo: memFree=1755000/2055920 swapFree=4192812/4192956
[pid=14651] ppid=14649 vsize=915460 CPUtime=6.17
/proc/14651/stat : 14651 (java) R 14649 14651 14353 0 -1 0 9666 0 1 0 610 7 0 0 25 0 8 0 158582107 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073808976 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14651/statm: 228865 9402 2524 14 0 215335 0
[pid=14651/tid=14660] ppid=14649 vsize=915460 CPUtime=0.03
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14353 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 158582112 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158582112 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158582112 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14353 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 158582116 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=915460 CPUtime=0.23
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14353 0 -1 64 397 0 0 0 22 1 0 0 15 0 8 0 158582116 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158582116 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158582116 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915460

[startup+12.7324 s]
/proc/loadavg: 0.66 1.38 1.54 3/88 14673
/proc/meminfo: memFree=1755000/2055920 swapFree=4192812/4192956
[pid=14651] ppid=14649 vsize=915460 CPUtime=12.59
/proc/14651/stat : 14651 (java) R 14649 14651 14353 0 -1 0 9666 0 1 0 1252 7 0 0 25 0 8 0 158582107 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811023 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14651/statm: 228865 9402 2524 14 0 215335 0
[pid=14651/tid=14660] ppid=14649 vsize=915460 CPUtime=0.03
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14353 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 158582112 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158582112 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158582112 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14353 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 158582116 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=915460 CPUtime=0.23
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14353 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 158582116 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158582116 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158582116 937431040 9402 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 915460

[startup+25.5956 s]
/proc/loadavg: 0.87 1.40 1.54 3/88 14673
/proc/meminfo: memFree=1755000/2055920 swapFree=4192812/4192956
[pid=14651] ppid=14649 vsize=915460 CPUtime=25.36
/proc/14651/stat : 14651 (java) R 14649 14651 14353 0 -1 0 9668 0 1 0 2529 7 0 0 25 0 8 0 158582107 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073809094 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14651/statm: 228865 9403 2524 14 0 215335 0
[pid=14651/tid=14660] ppid=14649 vsize=915460 CPUtime=0.03
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14353 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 158582112 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158582112 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158582112 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14353 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 158582116 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=915460 CPUtime=0.23
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14353 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 158582116 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158582116 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158582116 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915460

[startup+51.2918 s]
/proc/loadavg: 1.25 1.45 1.55 3/88 14673
/proc/meminfo: memFree=1755064/2055920 swapFree=4192812/4192956
[pid=14651] ppid=14649 vsize=915460 CPUtime=50.83
/proc/14651/stat : 14651 (java) R 14649 14651 14353 0 -1 0 9668 0 1 0 5076 7 0 0 25 0 8 0 158582107 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810079 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14651/statm: 228865 9403 2524 14 0 215335 0
[pid=14651/tid=14660] ppid=14649 vsize=915460 CPUtime=0.03
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14353 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 158582112 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158582112 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158582112 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14353 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 158582116 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=915460 CPUtime=0.23
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14353 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 158582116 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158582116 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158582116 937431040 9403 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 915460

[startup+102.578 s]
/proc/loadavg: 1.70 1.54 1.58 3/88 14673
/proc/meminfo: memFree=1755000/2055920 swapFree=4192812/4192956
[pid=14651] ppid=14649 vsize=915460 CPUtime=101.71
/proc/14651/stat : 14651 (java) R 14649 14651 14353 0 -1 0 9669 0 1 0 10164 7 0 0 25 0 8 0 158582107 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817327 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14651/statm: 228865 9404 2524 14 0 215335 0
[pid=14651/tid=14660] ppid=14649 vsize=915460 CPUtime=0.03
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14353 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14353 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=915460 CPUtime=0.23
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14353 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 915460

[startup+162.622 s]
/proc/loadavg: 1.89 1.62 1.60 3/88 14673
/proc/meminfo: memFree=1755000/2055920 swapFree=4192812/4192956
[pid=14651] ppid=14649 vsize=915460 CPUtime=161.27
/proc/14651/stat : 14651 (java) R 14649 14651 14353 0 -1 0 9669 0 1 0 16120 7 0 0 25 0 8 0 158582107 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918535 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14353 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=915460 CPUtime=0.23
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14353 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 994.97
Current children cumulated vsize (KiB) 915460

[startup+1063.46 s]
/proc/loadavg: 2.00 1.99 1.83 3/94 14791
/proc/meminfo: memFree=1753112/2055920 swapFree=4192812/4192956
[pid=14651] ppid=14649 vsize=915460 CPUtime=1054.47
/proc/14651/stat : 14651 (java) R 14649 14651 14353 0 -1 0 9669 0 1 0 105433 14 0 0 25 0 8 0 158582107 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336160 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14651/statm: 228865 9404 2524 14 0 215335 0
[pid=14651/tid=14660] ppid=14649 vsize=915460 CPUtime=0.03
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14353 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14353 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=915460 CPUtime=0.23
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14353 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1054.47
Current children cumulated vsize (KiB) 915460

[startup+1123.54 s]
/proc/loadavg: 2.00 1.99 1.83 3/94 14851
/proc/meminfo: memFree=1753136/2055920 swapFree=4192812/4192956
[pid=14651] ppid=14649 vsize=915460 CPUtime=1113.93
/proc/14651/stat : 14651 (java) R 14649 14651 14353 0 -1 0 9669 0 1 0 111374 19 0 0 25 0 8 0 158582107 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073831499 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14651/statm: 228865 9404 2524 14 0 215335 0
[pid=14651/tid=14660] ppid=14649 vsize=915460 CPUtime=0.03
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14353 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14353 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=915460 CPUtime=0.23
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14353 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1113.93
Current children cumulated vsize (KiB) 915460

[startup+1183.61 s]
/proc/loadavg: 2.00 1.99 1.84 3/88 14871
/proc/meminfo: memFree=1754168/2055920 swapFree=4192812/4192956
[pid=14651] ppid=14649 vsize=915460 CPUtime=1173.49
/proc/14651/stat : 14651 (java) R 14649 14651 14353 0 -1 0 9669 0 1 0 117329 20 0 0 25 0 8 0 158582107 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14651/statm: 228865 9404 2524 14 0 215335 0
[pid=14651/tid=14660] ppid=14649 vsize=915460 CPUtime=0.03
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14353 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14353 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=915460 CPUtime=0.23
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14353 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1173.49
Current children cumulated vsize (KiB) 915460

[startup+1243.66 s]
/proc/loadavg: 2.00 1.99 1.85 3/88 14871
/proc/meminfo: memFree=1754168/2055920 swapFree=4192812/4192956
[pid=14651] ppid=14649 vsize=915460 CPUtime=1233.04
/proc/14651/stat : 14651 (java) R 14649 14651 14353 0 -1 0 9669 0 1 0 123284 20 0 0 25 0 8 0 158582107 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073818288 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14651/statm: 228865 9404 2524 14 0 215335 0
[pid=14651/tid=14660] ppid=14649 vsize=915460 CPUtime=0.03
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14353 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14353 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=915460 CPUtime=0.23
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14353 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1233.04
Current children cumulated vsize (KiB) 915460

[startup+1303.68 s]
/proc/loadavg: 2.00 1.99 1.85 3/88 14871
/proc/meminfo: memFree=1754168/2055920 swapFree=4192812/4192956
[pid=14651] ppid=14649 vsize=915460 CPUtime=1292.58
/proc/14651/stat : 14651 (java) R 14649 14651 14353 0 -1 0 9669 0 1 0 129237 21 0 0 25 0 8 0 158582107 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073818216 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14651/statm: 228865 9404 2524 14 0 215335 0
[pid=14651/tid=14660] ppid=14649 vsize=915460 CPUtime=0.03
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14353 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14353 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=915460 CPUtime=0.23
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14353 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1292.58
Current children cumulated vsize (KiB) 915460

[startup+1363.71 s]
/proc/loadavg: 2.00 1.99 1.86 3/88 14871
/proc/meminfo: memFree=1754232/2055920 swapFree=4192812/4192956
[pid=14651] ppid=14649 vsize=915460 CPUtime=1352.13
/proc/14651/stat : 14651 (java) R 14649 14651 14353 0 -1 0 9669 0 1 0 135192 21 0 0 25 0 8 0 158582107 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817409 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14651/statm: 228865 9404 2524 14 0 215335 0
[pid=14651/tid=14660] ppid=14649 vsize=915460 CPUtime=0.03
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14353 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14353 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=915460 CPUtime=0.23
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14353 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1352.13
Current children cumulated vsize (KiB) 915460

[startup+1423.76 s]
/proc/loadavg: 2.04 2.00 1.87 3/88 14871
/proc/meminfo: memFree=1754232/2055920 swapFree=4192812/4192956
[pid=14651] ppid=14649 vsize=915460 CPUtime=1411.68
/proc/14651/stat : 14651 (java) R 14649 14651 14353 0 -1 0 9669 0 1 0 141147 21 0 0 25 0 8 0 158582107 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073891885 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14651/statm: 228865 9404 2524 14 0 215335 0
[pid=14651/tid=14660] ppid=14649 vsize=915460 CPUtime=0.03
/proc/14651/task/14660/stat : 14660 (java) S 14649 14651 14353 0 -1 64 407 0 0 0 3 0 0 0 16 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14661] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14661/stat : 14661 (java) S 14649 14651 14353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14662] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14662/stat : 14662 (java) S 14649 14651 14353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158582112 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14666] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14666/stat : 14666 (java) S 14649 14651 14353 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14667] ppid=14649 vsize=915460 CPUtime=0.23
/proc/14651/task/14667/stat : 14667 (java) S 14649 14651 14353 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14668] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14668/stat : 14668 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14651/tid=14669] ppid=14649 vsize=915460 CPUtime=0
/proc/14651/task/14669/stat : 14669 (java) S 14649 14651 14353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158582116 937431040 9404 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1411.68
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 1457.67
CPU time (s): 1445.31
CPU user time (s): 1445.1
CPU system time (s): 0.218966
CPU usage (%): 99.1521
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1445.1
system time used= 0.218966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9679
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= 30692
involuntary context switches= 61498

runsolver used 1.62175 s user time and 4.00839 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Sat Jan  6 16:43:37 UTC 2007


IDJOB= 194395
IDBENCH= 3212
FILE ID= node41/194395-1168101811

PBS_JOBID= 3477282

Free space on /tmp= 66530 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  fed24bf814293fbb51b883238d7e9a01

RANDOM SEED= 901923433

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.234
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.234
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:       1795616 kB
Buffers:         19936 kB
Cached:         152376 kB
SwapCached:          0 kB
Active:          75516 kB
Inactive:       117504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2688 kB
Writeback:           0 kB
Mapped:          30948 kB
Slab:            52884 kB
Committed_AS:  2664148 kB
PageTables:       1780 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= 66530 MiB



End job on node41 on Sat Jan  6 17:08:06 UTC 2007