Trace number 194319

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 1201.87 1202.27

DiagnosticValue
CHECKS7967714328
NODES4825502

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-42_ext.xml
MD5SUM7cee397b385f55f69494b0e8ffd131d4
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 benchmark681.298
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints462
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension462
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/194319-1168099832/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.102  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.56	   
0.56	   constraints being loaded...
0.69	     nbConstraints=462  nbRelationTypes=462  nbExtensionStructures=462  nbSharedExtensionStructures=0
0.69	     nbConflictsStructures=462  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2368  maxDegree=25
0.69	     maxArity=2
0.69	       =>  wckTime=0.376  cpuTime=0.28  mem=16M966
0.73	   
0.73	   solver IterativeSystematicSolver being built... 
0.89	       =>  wckTime=0.572  cpuTime=0.4  mem=15M571
0.94	   
0.94	   preprocessing
0.94	     nbConstraintChecks=99428  nbPropagations=1128  nbRevisions=9068  nbUselessRevisions=7734  nbSingletonTests=59
0.95	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
0.95	       =>  wckTime=0.054  cpuTime=0.03  mem=15M571
0.97	   
0.97	   search
0.97	     run=0  nbConstraintChecks=44078  nbPropagations=1649  nbRevisions=15554  nbUselessRevisions=13092  nbAssignments=26
0.97	     nbFailedAssignments=7  nbBacktracks=10  nbVisitedNodes=39  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.97	     nbTooLargeKeys=0
0.97	       =>  wckTime=0.082  cpuTime=0.05  mem=15M571
0.99	   
0.99	   search
1.00	     run=1  nbConstraintChecks=109894  nbPropagations=4108  nbRevisions=41887  nbUselessRevisions=35104
1.00	     nbAssignments=66  nbFailedAssignments=22  nbBacktracks=26  nbVisitedNodes=102  nbRestartNogoods=2  mapSize=22
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.105  cpuTime=0.06  mem=15M571
1.01	   
1.01	   search
1.01	     run=2  nbConstraintChecks=207104  nbPropagations=7668  nbRevisions=83002  nbUselessRevisions=69060
1.01	     nbAssignments=119  nbFailedAssignments=42  nbBacktracks=48  nbVisitedNodes=190  nbRestartNogoods=4  mapSize=44
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.121  cpuTime=0.08  mem=15M571
1.03	   
1.03	   search
1.03	     run=3  nbConstraintChecks=307383  nbPropagations=12368  nbRevisions=139530  nbUselessRevisions=115590
1.03	     nbAssignments=177  nbFailedAssignments=58  nbBacktracks=81  nbVisitedNodes=280  nbRestartNogoods=6  mapSize=67
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.14  cpuTime=0.1  mem=15M571
1.06	   
1.06	   search
1.06	     run=4  nbConstraintChecks=466764  nbPropagations=19021  nbRevisions=224711  nbUselessRevisions=185634
1.06	     nbAssignments=271  nbFailedAssignments=91  nbBacktracks=133  nbVisitedNodes=439  nbRestartNogoods=8  mapSize=111
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.171  cpuTime=0.12  mem=15M571
1.11	   
1.11	   search
1.11	     run=5  nbConstraintChecks=704565  nbPropagations=28659  nbRevisions=355184  nbUselessRevisions=293134
1.11	     nbAssignments=415  nbFailedAssignments=149  nbBacktracks=208  nbVisitedNodes=690  nbRestartNogoods=12  mapSize=181
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.217  cpuTime=0.17  mem=15M571
1.16	   
1.16	   search
1.16	     run=6  nbConstraintChecks=1001141  nbPropagations=41591  nbRevisions=532174  nbUselessRevisions=438037
1.16	     nbAssignments=591  nbFailedAssignments=201  nbBacktracks=321  nbVisitedNodes=970  nbRestartNogoods=17  mapSize=263
1.16	     nbInferences=0  nbTooLargeKeys=0
1.16	       =>  wckTime=0.271  cpuTime=0.21  mem=15M571
1.23	   
1.23	   search
1.23	     run=7  nbConstraintChecks=1433441  nbPropagations=59777  nbRevisions=787757  nbUselessRevisions=647688
1.23	     nbAssignments=872  nbFailedAssignments=303  nbBacktracks=491  nbVisitedNodes=1439  nbRestartNogoods=22  mapSize=399
1.23	     nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.344  cpuTime=0.29  mem=15M571
1.35	   
1.35	   search
1.35	     run=8  nbConstraintChecks=2111457  nbPropagations=85924  nbRevisions=1164962  nbUselessRevisions=956824
1.35	     nbAssignments=1293  nbFailedAssignments=461  nbBacktracks=748  nbVisitedNodes=2150  nbRestartNogoods=25
1.35	     mapSize=612  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.46  cpuTime=0.41  mem=15M571
1.55	   
1.55	   search
1.55	     run=9  nbConstraintChecks=3269637  nbPropagations=125569  nbRevisions=1758500  nbUselessRevisions=1444416
1.55	     nbAssignments=1979  nbFailedAssignments=750  nbBacktracks=1137  nbVisitedNodes=3354  nbRestartNogoods=27
1.55	     mapSize=944  nbInferences=0  nbTooLargeKeys=0
1.55	       =>  wckTime=0.657  cpuTime=0.59  mem=15M571
1.60	   
1.60	   INFO : Stopping hyperNogood (mapSize=1037, nbTooLargekeys=0, mem=15M571)
1.80	   
1.80	   search
1.80	     run=10  nbConstraintChecks=4933388  nbPropagations=184307  nbRevisions=2648729  nbUselessRevisions=2174108
1.80	     nbAssignments=2962  nbFailedAssignments=1146  nbBacktracks=1715  nbVisitedNodes=5048  nbRestartNogoods=32
1.80	       =>  wckTime=0.909  cpuTime=0.83  mem=15M571
2.14	   
2.14	   search
2.14	     run=11  nbConstraintChecks=7295955  nbPropagations=270364  nbRevisions=3961077  nbUselessRevisions=3249770
2.14	     nbAssignments=4379  nbFailedAssignments=1674  nbBacktracks=2579  nbVisitedNodes=7430  nbRestartNogoods=38
2.14	       =>  wckTime=1.245  cpuTime=1.16  mem=15M571
2.68	   
2.68	   search
2.68	     run=12  nbConstraintChecks=11026759  nbPropagations=401239  nbRevisions=5964827  nbUselessRevisions=4892537
2.68	     nbAssignments=6587  nbFailedAssignments=2575  nbBacktracks=3876  nbVisitedNodes=11235  nbRestartNogoods=45
2.68	       =>  wckTime=1.787  cpuTime=1.69  mem=15M571
3.38	   
3.38	   search
3.38	     run=13  nbConstraintChecks=15951516  nbPropagations=591123  nbRevisions=8861945  nbUselessRevisions=7262276
3.38	     nbAssignments=9714  nbFailedAssignments=3744  nbBacktracks=5827  nbVisitedNodes=16498  nbRestartNogoods=56
3.38	       =>  wckTime=2.489  cpuTime=2.39  mem=15M571
4.49	   
4.49	   search
4.49	     run=14  nbConstraintChecks=23581840  nbPropagations=875015  nbRevisions=13193282  nbUselessRevisions=10808928
4.49	     nbAssignments=14520  nbFailedAssignments=5621  nbBacktracks=8746  nbVisitedNodes=24724  nbRestartNogoods=59
4.49	       =>  wckTime=3.601  cpuTime=3.5  mem=15M571
6.23	   
6.23	   search
6.23	     run=15  nbConstraintChecks=36166347  nbPropagations=1299424  nbRevisions=19691044  nbUselessRevisions=16116407
6.23	     nbAssignments=21666  nbFailedAssignments=8378  nbBacktracks=13126  nbVisitedNodes=36968  nbRestartNogoods=64
6.23	       =>  wckTime=5.335  cpuTime=5.21  mem=16M546
8.81	   
8.81	   search
8.81	     run=16  nbConstraintChecks=53151275  nbPropagations=1930423  nbRevisions=29411577  nbUselessRevisions=24078884
8.81	     nbAssignments=32357  nbFailedAssignments=12494  nbBacktracks=19694  nbVisitedNodes=55257  nbRestartNogoods=71
8.81	       =>  wckTime=7.921  cpuTime=7.79  mem=16M546
12.45	   
12.45	   search
12.45	     run=17  nbConstraintChecks=76845055  nbPropagations=2852457  nbRevisions=43499511  nbUselessRevisions=35603893
12.45	     nbAssignments=47670  nbFailedAssignments=17944  nbBacktracks=29547  nbVisitedNodes=80805  nbRestartNogoods=77
12.45	       =>  wckTime=11.56  cpuTime=11.43  mem=16M546
18.88	   
18.88	   search
18.88	     run=18  nbConstraintChecks=122930425  nbPropagations=4264593  nbRevisions=65160801  nbUselessRevisions=53287794
18.88	     nbAssignments=71992  nbFailedAssignments=27476  nbBacktracks=44327  nbVisitedNodes=122827  nbRestartNogoods=89
18.88	       =>  wckTime=17.988  cpuTime=17.86  mem=16M546
27.19	   
27.19	   search
27.19	     run=19  nbConstraintChecks=177015088  nbPropagations=6332726  nbRevisions=96830499  nbUselessRevisions=79168152
27.19	     nbAssignments=106658  nbFailedAssignments=39950  nbBacktracks=66496  nbVisitedNodes=181316  nbRestartNogoods=106
27.19	       =>  wckTime=26.299  cpuTime=26.16  mem=16M546
40.17	   
40.17	   search
40.17	     run=20  nbConstraintChecks=260997163  nbPropagations=9423606  nbRevisions=144397154  nbUselessRevisions=118131452
40.17	     nbAssignments=159899  nbFailedAssignments=59903  nbBacktracks=99750  nbVisitedNodes=271917  nbRestartNogoods=125
40.17	       =>  wckTime=39.283  cpuTime=39.14  mem=16M546
61.06	   
61.06	   search
61.06	     run=21  nbConstraintChecks=401465455  nbPropagations=14135548  nbRevisions=217035737  nbUselessRevisions=177582507
61.06	     nbAssignments=241982  nbFailedAssignments=92100  nbBacktracks=149628  nbVisitedNodes=413360  nbRestartNogoods=137
61.06	       =>  wckTime=60.167  cpuTime=60.02  mem=16M546
91.84	   
91.84	   search
91.84	     run=22  nbConstraintChecks=604767736  nbPropagations=21240219  nbRevisions=327224522  nbUselessRevisions=267900685
91.84	     nbAssignments=363640  nbFailedAssignments=138930  nbBacktracks=224447  nbVisitedNodes=622590  nbRestartNogoods=149
91.84	       =>  wckTime=90.953  cpuTime=90.8  mem=16M546
137.43	   
137.43	   search
137.43	     run=23  nbConstraintChecks=904501147  nbPropagations=31915977  nbRevisions=493058725  nbUselessRevisions=403948433
137.43	     nbAssignments=547531  nbFailedAssignments=210585  nbBacktracks=336674  nbVisitedNodes=937029  nbRestartNogoods=158
137.43	       =>  wckTime=136.542  cpuTime=136.38  mem=16M546
203.42	   
203.42	   search
203.42	     run=24  nbConstraintChecks=1343296948  nbPropagations=47727541  nbRevisions=738243779  nbUselessRevisions=604878613
203.42	     nbAssignments=816200  nbFailedAssignments=310901  nbBacktracks=505015  nbVisitedNodes=1391690  nbRestartNogoods=171
203.42	       =>  wckTime=202.534  cpuTime=202.35  mem=16M546
306.73	   
306.73	   search
306.73	     run=25  nbConstraintChecks=2028440030  nbPropagations=71552532  nbRevisions=1109824056
306.73	     nbUselessRevisions=909865983  nbAssignments=1226209  nbFailedAssignments=468388  nbBacktracks=757528
306.73	     nbVisitedNodes=2093131  nbRestartNogoods=180
306.73	       =>  wckTime=305.845  cpuTime=305.64  mem=16M546
460.22	   
460.22	   search
460.22	     run=26  nbConstraintChecks=3036297428  nbPropagations=107379026  nbRevisions=1669601266
460.22	     nbUselessRevisions=1369745488  nbAssignments=1841770  nbFailedAssignments=705171  nbBacktracks=1136298
460.22	     nbVisitedNodes=3149471  nbRestartNogoods=194
460.22	       =>  wckTime=459.333  cpuTime=459.09  mem=16M546
705.19	   
705.19	   search
705.19	     run=27  nbConstraintChecks=4698445248  nbPropagations=162097829  nbRevisions=2522631503
705.19	     nbUselessRevisions=2069265394  nbAssignments=2780593  nbFailedAssignments=1075834  nbBacktracks=1704451
705.19	     nbVisitedNodes=4770058  nbRestartNogoods=210
705.19	       =>  wckTime=704.301  cpuTime=703.99  mem=16M546
1027.21	   
1027.21	   search
1027.21	     run=28  nbConstraintChecks=6798380580  nbPropagations=242260931  nbRevisions=3763694626
1027.21	     nbUselessRevisions=3086230141  nbAssignments=4128542  nbFailedAssignments=1571534  nbBacktracks=2556677
1027.21	     nbVisitedNodes=7042643  nbRestartNogoods=230
1027.21	       =>  wckTime=1026.321  cpuTime=1025.93  mem=16M546
1202.24	   
1202.24	   search
1202.24	     run=29  nbConstraintChecks=7967614900  nbPropagations=335977572  nbRevisions=5218023179
1202.24	     nbUselessRevisions=4278663355  nbAssignments=4825502  nbFailedAssignments=1836904  nbBacktracks=2988217
1202.24	     nbVisitedNodes=8235517  nbRestartNogoods=250
1202.24	       =>  wckTime=1201.346  cpuTime=1200.9  mem=16M546
1202.24	   
1202.24	   global
1202.24	     nbConstraintChecks=7967714328  nbPropagations=335978700  nbRevisions=5218032247  nbUselessRevisions=4278671089
1202.24	     nbRestartNogoods=250  solvingWckTime=1201.347  solvingCpuTime=1200.9  expiredTime=no  totalExploration=no
1202.24	     nbFoundSolutions=1  globalCpuTime=1201.36
1202.24	       =>  wckTime=1201.922  cpuTime=1201.31  mem=16M546
1202.24	   
1202.24	s SATISFIABLE
1202.24	v 19 18 16 2 20 6 5 6 8 8 15 16 16 12 15 6 22 17 1 0 19 2 20 16 9 0 20 5 1 9 6 16 8 4 20 2 4 7 20 8 1 11 8 20 10 3 1 11 22 17 
1202.24	d NODES 4825502
1202.24	d CHECKS 7967714328
1202.24	   
1202.24	   totalWckTime=1202.0  totalCpuTime=1201.37

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/node56/watcher-194319-1168099832 -o ROOT/results/node56/solver-194319-1168099832 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/194319-1168099832/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.15 0.15 0.30 2/73 16182
/proc/meminfo: memFree=1588848/2055920 swapFree=4184772/4192956
[pid=16181] ppid=16179 vsize=18540 CPUtime=0
/proc/16181/stat : 16181 (runsolver) R 16179 16181 15606 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 158383227 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 253307186471 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/16181/statm: 4635 279 244 17 0 2626 0

[startup+0.103019 s]
/proc/loadavg: 0.15 0.15 0.30 2/73 16182
/proc/meminfo: memFree=1588848/2055920 swapFree=4184772/4192956
[pid=16181] ppid=16179 vsize=913236 CPUtime=0.08
/proc/16181/stat : 16181 (java) R 16179 16181 15606 0 -1 0 2920 0 1 0 7 1 0 0 24 0 8 0 158383227 935153664 2666 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072940330 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16181/statm: 228309 2666 1397 14 0 215208 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913236

[startup+0.511059 s]
/proc/loadavg: 0.15 0.15 0.30 2/73 16182
/proc/meminfo: memFree=1588848/2055920 swapFree=4184772/4192956
[pid=16181] ppid=16179 vsize=915328 CPUtime=0.47
/proc/16181/stat : 16181 (java) R 16179 16181 15606 0 -1 0 6978 0 1 0 43 4 0 0 25 0 8 0 158383227 937295872 6717 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16181/statm: 228832 6717 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33414 s]
/proc/loadavg: 0.15 0.15 0.30 3/80 16189
/proc/meminfo: memFree=1561280/2055920 swapFree=4184772/4192956
[pid=16181] ppid=16179 vsize=915460 CPUtime=1.28
/proc/16181/stat : 16181 (java) R 16179 16181 15606 0 -1 0 9617 0 1 0 121 7 0 0 25 0 8 0 158383227 937431040 9355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833095 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16181/statm: 228865 9355 2524 14 0 215335 0
[pid=16181/tid=16183] ppid=16179 vsize=915460 CPUtime=0.03
/proc/16181/task/16183/stat : 16183 (java) S 16179 16181 15606 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158383232 937431040 9355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16184] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16179 16181 15606 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158383232 937431040 9355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16185] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16179 16181 15606 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158383232 937431040 9355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16186] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158383236 937431040 9355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16187] ppid=16179 vsize=915460 CPUtime=0.2
/proc/16181/task/16187/stat : 16187 (java) S 16179 16181 15606 0 -1 64 382 0 0 0 19 1 0 0 15 0 8 0 158383236 937431040 9355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16188] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16179 16181 15606 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158383236 937431040 9355 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16189] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158383236 937431040 9355 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.9863 s]
/proc/loadavg: 0.15 0.15 0.30 3/80 16189
/proc/meminfo: memFree=1561024/2055920 swapFree=4184772/4192956
[pid=16181] ppid=16179 vsize=915460 CPUtime=2.92
/proc/16181/stat : 16181 (java) R 16179 16181 15606 0 -1 0 9633 0 1 0 284 8 0 0 25 0 8 0 158383227 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813715 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16181/statm: 228865 9370 2524 14 0 215335 0
[pid=16181/tid=16183] ppid=16179 vsize=915460 CPUtime=0.03
/proc/16181/task/16183/stat : 16183 (java) S 16179 16181 15606 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158383232 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16184] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16179 16181 15606 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158383232 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16185] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16179 16181 15606 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158383232 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16186] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158383236 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16187] ppid=16179 vsize=915460 CPUtime=0.23
/proc/16181/task/16187/stat : 16187 (java) S 16179 16181 15606 0 -1 64 397 0 0 0 22 1 0 0 15 0 8 0 158383236 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16188] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16179 16181 15606 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158383236 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16189] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158383236 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915460

[startup+6.27462 s]
/proc/loadavg: 0.38 0.20 0.32 3/80 16189
/proc/meminfo: memFree=1560832/2055920 swapFree=4184772/4192956
[pid=16181] ppid=16179 vsize=915460 CPUtime=6.18
/proc/16181/stat : 16181 (java) R 16179 16181 15606 0 -1 0 9634 0 1 0 610 8 0 0 25 0 8 0 158383227 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813708 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16181/statm: 228865 9370 2524 14 0 215335 0
[pid=16181/tid=16183] ppid=16179 vsize=915460 CPUtime=0.03
/proc/16181/task/16183/stat : 16183 (java) S 16179 16181 15606 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158383232 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16184] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16179 16181 15606 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158383232 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16185] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16179 16181 15606 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158383232 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16186] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158383236 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16187] ppid=16179 vsize=915460 CPUtime=0.23
/proc/16181/task/16187/stat : 16187 (java) S 16179 16181 15606 0 -1 64 397 0 0 0 22 1 0 0 15 0 8 0 158383236 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16188] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16179 16181 15606 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158383236 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16189] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158383236 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915460

[startup+12.7543 s]
/proc/loadavg: 0.48 0.22 0.32 2/75 16189
/proc/meminfo: memFree=1562984/2055920 swapFree=4184772/4192956
[pid=16181] ppid=16179 vsize=915460 CPUtime=12.66
/proc/16181/stat : 16181 (java) R 16179 16181 15606 0 -1 0 9634 0 1 0 1258 8 0 0 19 0 8 0 158383227 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826790 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16181/statm: 228865 9370 2524 14 0 215335 0
[pid=16181/tid=16183] ppid=16179 vsize=915460 CPUtime=0.03
/proc/16181/task/16183/stat : 16183 (java) S 16179 16181 15606 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158383232 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16184] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16179 16181 15606 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158383232 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16185] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16179 16181 15606 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158383232 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16186] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158383236 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16187] ppid=16179 vsize=915460 CPUtime=0.23
/proc/16181/task/16187/stat : 16187 (java) S 16179 16181 15606 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 158383236 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16188] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16179 16181 15606 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158383236 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16189] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158383236 937431040 9370 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 915460

[startup+25.5845 s]
/proc/loadavg: 0.64 0.27 0.33 3/82 16199
/proc/meminfo: memFree=1557288/2055920 swapFree=4184772/4192956
[pid=16181] ppid=16179 vsize=915460 CPUtime=25.49
/proc/16181/stat : 16181 (java) R 16179 16181 15606 0 -1 0 9636 0 1 0 2540 9 0 0 25 0 8 0 158383227 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811680 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16181/statm: 228865 9371 2524 14 0 215335 0
[pid=16181/tid=16183] ppid=16179 vsize=915460 CPUtime=0.03
/proc/16181/task/16183/stat : 16183 (java) S 16179 16181 15606 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158383232 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16184] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16179 16181 15606 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158383232 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16185] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16179 16181 15606 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158383232 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16186] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158383236 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16187] ppid=16179 vsize=915460 CPUtime=0.23
/proc/16181/task/16187/stat : 16187 (java) S 16179 16181 15606 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 158383236 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16188] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16179 16181 15606 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158383236 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16189] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158383236 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 915460

[startup+51.208 s]
/proc/loadavg: 1.10 0.40 0.38 3/82 16199
/proc/meminfo: memFree=1557288/2055920 swapFree=4184772/4192956
[pid=16181] ppid=16179 vsize=915460 CPUtime=51.1
/proc/16181/stat : 16181 (java) R 16179 16181 15606 0 -1 0 9636 0 1 0 5101 9 0 0 25 0 8 0 158383227 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918523 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16181/statm: 228865 9371 2524 14 0 215335 0
[pid=16181/tid=16183] ppid=16179 vsize=915460 CPUtime=0.03
/proc/16181/task/16183/stat : 16183 (java) S 16179 16181 15606 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158383232 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16184] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16179 16181 15606 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158383232 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16185] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16179 16181 15606 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158383232 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16186] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158383236 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16187] ppid=16179 vsize=915460 CPUtime=0.23
/proc/16181/task/16187/stat : 16187 (java) S 16179 16181 15606 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 158383236 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16188] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16179 16181 15606 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158383236 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16189] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158383236 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 915460

[startup+102.438 s]
/proc/loadavg: 1.61 0.65 0.46 3/82 16199
/proc/meminfo: memFree=1557224/2055920 swapFree=4184772/4192956
[pid=16181] ppid=16179 vsize=915460 CPUtime=102.32
/proc/16181/stat : 16181 (java) R 16179 16181 15606 0 -1 0 9636 0 1 0 10223 9 0 0 25 0 8 0 158383227 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073833209 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16181/statm: 228865 9371 2524 14 0 215335 0
[pid=16181/tid=16183] ppid=16179 vsize=915460 CPUtime=0.03
/proc/16181/task/16183/stat : 16183 (java) S 16179 16181 15606 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158383232 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16184] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16179 16181 15606 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158383232 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16185] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16179 16181 15606 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158383232 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16186] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158383236 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16187] ppid=16179 vsize=915460 CPUtime=0.23
/proc/16181/task/16187/stat : 16187 (java) S 16179 16181 15606 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 158383236 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16181/tid=16188] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16179 16181 15606 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158383236 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16189] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158383236 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 915460

[startup+162.518 s]
/proc/loadavg: 1.85 0.89 0.55 3/82 16199
/proc/meminfo: memFree=1557224/2055920 swapFree=4184772/4192956
[pid=16181] ppid=16179 vsize=915460 CPUtime=162.39
/proc/16181/stat : 16181 (java) R 16179 16181 15606 0 -1 0 9636 0 1 0 16230 9 0 0 25 0 8 0 158383227 937431040 9371 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073817656 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/16181/task/16186/stat : 16186 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16187] ppid=16179 vsize=915460 CPUtime=0.23
/proc/16181/task/16187/stat : 16187 (java) S 16179 16181 15606 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16181/tid=16188] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16179 16181 15606 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16189] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 763.03
Current children cumulated vsize (KiB) 915460

[startup+823.406 s]
/proc/loadavg: 2.01 1.89 1.29 3/82 16201
/proc/meminfo: memFree=1557096/2055920 swapFree=4184772/4192956
[pid=16181] ppid=16179 vsize=915460 CPUtime=823.1
/proc/16181/stat : 16181 (java) R 16179 16181 15606 0 -1 0 9637 0 1 0 82301 9 0 0 25 0 8 0 158383227 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826243 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16181/statm: 228865 9372 2524 14 0 215335 0
[pid=16181/tid=16183] ppid=16179 vsize=915460 CPUtime=0.03
/proc/16181/task/16183/stat : 16183 (java) S 16179 16181 15606 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16184] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16179 16181 15606 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16185] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16179 16181 15606 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16186] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16187] ppid=16179 vsize=915460 CPUtime=0.23
/proc/16181/task/16187/stat : 16187 (java) S 16179 16181 15606 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16181/tid=16188] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16179 16181 15606 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16189] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 823.1
Current children cumulated vsize (KiB) 915460

[startup+883.486 s]
/proc/loadavg: 2.00 1.91 1.33 3/82 16201
/proc/meminfo: memFree=1557096/2055920 swapFree=4184772/4192956
[pid=16181] ppid=16179 vsize=915460 CPUtime=883.17
/proc/16181/stat : 16181 (java) R 16179 16181 15606 0 -1 0 9637 0 1 0 88308 9 0 0 25 0 8 0 158383227 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073872616 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16181/statm: 228865 9372 2524 14 0 215335 0
[pid=16181/tid=16183] ppid=16179 vsize=915460 CPUtime=0.03
/proc/16181/task/16183/stat : 16183 (java) S 16179 16181 15606 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16184] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16179 16181 15606 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16185] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16179 16181 15606 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16186] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16187] ppid=16179 vsize=915460 CPUtime=0.23
/proc/16181/task/16187/stat : 16187 (java) S 16179 16181 15606 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16181/tid=16188] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16179 16181 15606 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16189] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 883.17
Current children cumulated vsize (KiB) 915460

[startup+943.564 s]
/proc/loadavg: 2.00 1.92 1.37 3/82 16201
/proc/meminfo: memFree=1557096/2055920 swapFree=4184772/4192956
[pid=16181] ppid=16179 vsize=915460 CPUtime=943.23
/proc/16181/stat : 16181 (java) R 16179 16181 15606 0 -1 0 9637 0 1 0 94314 9 0 0 25 0 8 0 158383227 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918564 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16181/statm: 228865 9372 2524 14 0 215335 0
[pid=16181/tid=16183] ppid=16179 vsize=915460 CPUtime=0.03
/proc/16181/task/16183/stat : 16183 (java) S 16179 16181 15606 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16184] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16179 16181 15606 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16185] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16179 16181 15606 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16186] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16187] ppid=16179 vsize=915460 CPUtime=0.23
/proc/16181/task/16187/stat : 16187 (java) S 16179 16181 15606 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16181/tid=16188] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16179 16181 15606 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16189] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 943.23
Current children cumulated vsize (KiB) 915460

[startup+1003.64 s]
/proc/loadavg: 2.06 1.95 1.41 3/82 16201
/proc/meminfo: memFree=1557096/2055920 swapFree=4184772/4192956
[pid=16181] ppid=16179 vsize=915460 CPUtime=1003.29
/proc/16181/stat : 16181 (java) R 16179 16181 15606 0 -1 0 9637 0 1 0 100320 9 0 0 25 0 8 0 158383227 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073812656 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16181/statm: 228865 9372 2524 14 0 215335 0
[pid=16181/tid=16183] ppid=16179 vsize=915460 CPUtime=0.03
/proc/16181/task/16183/stat : 16183 (java) S 16179 16181 15606 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16184] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16179 16181 15606 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16185] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16179 16181 15606 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16186] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16187] ppid=16179 vsize=915460 CPUtime=0.23
/proc/16181/task/16187/stat : 16187 (java) S 16179 16181 15606 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16181/tid=16188] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16179 16181 15606 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16189] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1003.29
Current children cumulated vsize (KiB) 915460

[startup+1063.73 s]
/proc/loadavg: 2.02 1.95 1.44 3/82 16201
/proc/meminfo: memFree=1557096/2055920 swapFree=4184772/4192956
[pid=16181] ppid=16179 vsize=915460 CPUtime=1063.36
/proc/16181/stat : 16181 (java) R 16179 16181 15606 0 -1 0 9637 0 1 0 106327 9 0 0 25 0 8 0 158383227 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811859 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16181/statm: 228865 9372 2524 14 0 215335 0
[pid=16181/tid=16183] ppid=16179 vsize=915460 CPUtime=0.03
/proc/16181/task/16183/stat : 16183 (java) S 16179 16181 15606 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16184] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16179 16181 15606 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16185] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16179 16181 15606 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16186] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16187] ppid=16179 vsize=915460 CPUtime=0.23
/proc/16181/task/16187/stat : 16187 (java) S 16179 16181 15606 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16181/tid=16188] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16179 16181 15606 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16189] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1063.36
Current children cumulated vsize (KiB) 915460

[startup+1123.81 s]
/proc/loadavg: 2.00 1.96 1.47 3/82 16201
/proc/meminfo: memFree=1557096/2055920 swapFree=4184772/4192956
[pid=16181] ppid=16179 vsize=915460 CPUtime=1123.43
/proc/16181/stat : 16181 (java) R 16179 16181 15606 0 -1 0 9637 0 1 0 112334 9 0 0 25 0 8 0 158383227 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826775 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16181/statm: 228865 9372 2524 14 0 215335 0
[pid=16181/tid=16183] ppid=16179 vsize=915460 CPUtime=0.03
/proc/16181/task/16183/stat : 16183 (java) S 16179 16181 15606 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16184] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16179 16181 15606 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16185] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16179 16181 15606 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16186] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16187] ppid=16179 vsize=915460 CPUtime=0.23
/proc/16181/task/16187/stat : 16187 (java) S 16179 16181 15606 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16181/tid=16188] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16179 16181 15606 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16189] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1123.43
Current children cumulated vsize (KiB) 915460

[startup+1183.89 s]
/proc/loadavg: 2.00 1.97 1.50 3/82 16201
/proc/meminfo: memFree=1557096/2055920 swapFree=4184772/4192956
[pid=16181] ppid=16179 vsize=915460 CPUtime=1183.49
/proc/16181/stat : 16181 (java) R 16179 16181 15606 0 -1 0 9637 0 1 0 118340 9 0 0 25 0 8 0 158383227 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813708 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16181/statm: 228865 9372 2524 14 0 215335 0
[pid=16181/tid=16183] ppid=16179 vsize=915460 CPUtime=0.03
/proc/16181/task/16183/stat : 16183 (java) S 16179 16181 15606 0 -1 64 408 0 0 0 3 0 0 0 16 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16184] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16184/stat : 16184 (java) S 16179 16181 15606 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16185] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16185/stat : 16185 (java) S 16179 16181 15606 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 158383232 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16186] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16186/stat : 16186 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16187] ppid=16179 vsize=915460 CPUtime=0.23
/proc/16181/task/16187/stat : 16187 (java) S 16179 16181 15606 0 -1 64 399 0 0 0 22 1 0 0 16 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16181/tid=16188] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16188/stat : 16188 (java) S 16179 16181 15606 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16181/tid=16189] ppid=16179 vsize=915460 CPUtime=0
/proc/16181/task/16189/stat : 16189 (java) S 16179 16181 15606 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 158383236 937431040 9372 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1183.49
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 1202.27
CPU time (s): 1201.87
CPU user time (s): 1201.76
CPU system time (s): 0.106983
CPU usage (%): 99.966
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1201.76
system time used= 0.106983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9646
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= 25527
involuntary context switches= 7082

runsolver used 1.39379 s user time and 3.89241 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Sat Jan  6 16:10:41 UTC 2007


IDJOB= 194319
IDBENCH= 3208
FILE ID= node56/194319-1168099832

PBS_JOBID= 3477262

Free space on /tmp= 66520 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7cee397b385f55f69494b0e8ffd131d4

RANDOM SEED= 536647681

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.232
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.232
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:       1591984 kB
Buffers:         38096 kB
Cached:         344792 kB
SwapCached:       2060 kB
Active:          93584 kB
Inactive:       303496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591984 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            3068 kB
Writeback:           0 kB
Mapped:          21088 kB
Slab:            52564 kB
Committed_AS:  2899588 kB
PageTables:       1692 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= 66519 MiB



End job on node56 on Sat Jan  6 16:30:53 UTC 2007