Trace number 194700

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 ACSAT 1528.42 1530.3

DiagnosticValue
CHECKS10776208870
NODES6658242

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-39_ext.xml
MD5SUM257ec74622b78f079d6567ad12dfd2e3
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 benchmark362.121
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.64	   
0.64	Abscon 109 (November, 2006)
0.64	   
0.64	   configuration
0.64	     name=mac.xml
0.71	   
0.71	   instance
0.71	     name=/tmp/evaluation/194700-1168069391/unknown.xml
0.74	   
0.74	   domains being loaded...
0.74	   
0.74	   variables being loaded...
0.78	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.78	       =>  wckTime=0.131  cpuTime=0.08  mem=6M951
0.78	   
0.78	   relations being loaded...
0.92	   
0.92	   constraints being loaded...
1.07	     nbConstraints=462  nbRelationTypes=462  nbExtensionStructures=462  nbSharedExtensionStructures=0
1.07	     nbConflictsStructures=462  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2309  maxDegree=27
1.07	     maxArity=2
1.07	       =>  wckTime=0.419  cpuTime=0.29  mem=17M695
1.11	   
1.11	   solver IterativeSystematicSolver being built... 
1.26	       =>  wckTime=0.609  cpuTime=0.41  mem=15M359
1.27	   
1.27	   preprocessing
1.27	     nbConstraintChecks=0  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.27	     detectedInconsistency=no
1.27	       =>  wckTime=0.0080  cpuTime=0.01  mem=15M359
1.31	   
1.31	   search
1.31	     run=0  nbConstraintChecks=38058  nbPropagations=507  nbRevisions=5216  nbUselessRevisions=4346  nbAssignments=23
1.31	     nbFailedAssignments=5  nbBacktracks=10  nbVisitedNodes=34  nbRestartNogoods=0  mapSize=9  nbInferences=0
1.31	     nbTooLargeKeys=0
1.31	       =>  wckTime=0.052  cpuTime=0.04  mem=15M359
1.34	   
1.34	   search
1.34	     run=1  nbConstraintChecks=101329  nbPropagations=1745  nbRevisions=20134  nbUselessRevisions=16568
1.34	     nbAssignments=55  nbFailedAssignments=14  nbBacktracks=25  nbVisitedNodes=86  nbRestartNogoods=1  mapSize=24
1.34	     nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.078  cpuTime=0.06  mem=15M359
1.36	   
1.36	   search
1.36	     run=2  nbConstraintChecks=183752  nbPropagations=3954  nbRevisions=48952  nbUselessRevisions=40164
1.36	     nbAssignments=104  nbFailedAssignments=31  nbBacktracks=47  nbVisitedNodes=164  nbRestartNogoods=3  mapSize=42
1.36	     nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.099  cpuTime=0.08  mem=15M359
1.38	   
1.38	   search
1.38	     run=3  nbConstraintChecks=287073  nbPropagations=7353  nbRevisions=93898  nbUselessRevisions=76927
1.38	     nbAssignments=168  nbFailedAssignments=50  nbBacktracks=82  nbVisitedNodes=265  nbRestartNogoods=4  mapSize=68
1.38	     nbInferences=0  nbTooLargeKeys=0
1.38	       =>  wckTime=0.119  cpuTime=0.09  mem=15M359
1.40	   
1.40	   search
1.40	     run=4  nbConstraintChecks=412989  nbPropagations=12288  nbRevisions=160702  nbUselessRevisions=131836
1.40	     nbAssignments=256  nbFailedAssignments=77  nbBacktracks=133  nbVisitedNodes=398  nbRestartNogoods=8  mapSize=102
1.40	     nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.144  cpuTime=0.12  mem=15M359
1.44	   
1.44	   search
1.44	     run=5  nbConstraintChecks=598839  nbPropagations=19568  nbRevisions=261129  nbUselessRevisions=214641
1.44	     nbAssignments=380  nbFailedAssignments=115  nbBacktracks=208  nbVisitedNodes=598  nbRestartNogoods=11  mapSize=157
1.44	     nbInferences=0  nbTooLargeKeys=0
1.44	       =>  wckTime=0.181  cpuTime=0.15  mem=15M359
1.49	   
1.49	   search
1.49	     run=6  nbConstraintChecks=876216  nbPropagations=30185  nbRevisions=411364  nbUselessRevisions=338437
1.49	     nbAssignments=568  nbFailedAssignments=180  nbBacktracks=323  nbVisitedNodes=906  nbRestartNogoods=16  mapSize=252
1.49	     nbInferences=0  nbTooLargeKeys=0
1.49	       =>  wckTime=0.231  cpuTime=0.2  mem=15M359
1.56	   
1.56	   search
1.56	     run=7  nbConstraintChecks=1283051  nbPropagations=45823  nbRevisions=634379  nbUselessRevisions=521524
1.56	     nbAssignments=847  nbFailedAssignments=277  nbBacktracks=495  nbVisitedNodes=1367  nbRestartNogoods=20  mapSize=384
1.56	     nbInferences=0  nbTooLargeKeys=0
1.56	       =>  wckTime=0.302  cpuTime=0.27  mem=15M359
1.69	   
1.69	   search
1.69	     run=8  nbConstraintChecks=2068781  nbPropagations=70684  nbRevisions=993929  nbUselessRevisions=815621
1.69	     nbAssignments=1301  nbFailedAssignments=464  nbBacktracks=751  nbVisitedNodes=2159  nbRestartNogoods=24
1.69	     mapSize=613  nbInferences=0  nbTooLargeKeys=0
1.69	       =>  wckTime=0.433  cpuTime=0.4  mem=15M359
1.87	   
1.87	   search
1.87	     run=9  nbConstraintChecks=3054062  nbPropagations=107535  nbRevisions=1538173  nbUselessRevisions=1261423
1.87	     nbAssignments=1940  nbFailedAssignments=707  nbBacktracks=1136  nbVisitedNodes=3251  nbRestartNogoods=29
1.87	     mapSize=932  nbInferences=0  nbTooLargeKeys=0
1.87	       =>  wckTime=0.609  cpuTime=0.56  mem=15M359
1.92	   
1.92	   INFO : Stopping hyperNogood (mapSize=1026, nbTooLargekeys=0, mem=15M359)
2.11	   
2.11	   search
2.11	     run=10  nbConstraintChecks=4600507  nbPropagations=162520  nbRevisions=2371879  nbUselessRevisions=1946294
2.11	     nbAssignments=2873  nbFailedAssignments=1053  nbBacktracks=1714  nbVisitedNodes=4834  nbRestartNogoods=35
2.11	       =>  wckTime=0.85  cpuTime=0.79  mem=15M359
2.41	   
2.41	   search
2.41	     run=11  nbConstraintChecks=6548901  nbPropagations=243493  nbRevisions=3597461  nbUselessRevisions=2953552
2.41	     nbAssignments=4252  nbFailedAssignments=1557  nbBacktracks=2580  nbVisitedNodes=7186  nbRestartNogoods=42
2.41	       =>  wckTime=1.153  cpuTime=1.09  mem=15M359
2.93	   
2.93	   search
2.93	     run=12  nbConstraintChecks=10307090  nbPropagations=367224  nbRevisions=5486397  nbUselessRevisions=4504222
2.93	     nbAssignments=6378  nbFailedAssignments=2375  nbBacktracks=3877  nbVisitedNodes=10848  nbRestartNogoods=49
2.93	       =>  wckTime=1.674  cpuTime=1.61  mem=15M359
3.62	   
3.63	   search
3.63	     run=13  nbConstraintChecks=15010102  nbPropagations=549272  nbRevisions=8267052  nbUselessRevisions=6785464
3.63	     nbAssignments=9531  nbFailedAssignments=3569  nbBacktracks=5824  nbVisitedNodes=16233  nbRestartNogoods=61
3.63	       =>  wckTime=2.366  cpuTime=2.3  mem=15M359
4.62	   
4.62	   search
4.62	     run=14  nbConstraintChecks=21802941  nbPropagations=814816  nbRevisions=12346652  nbUselessRevisions=10138332
4.62	     nbAssignments=14000  nbFailedAssignments=5108  nbBacktracks=8746  nbVisitedNodes=23665  nbRestartNogoods=70
4.62	       =>  wckTime=3.359  cpuTime=3.29  mem=15M359
6.25	   
6.25	   search
6.25	     run=15  nbConstraintChecks=33427616  nbPropagations=1217059  nbRevisions=18513753  nbUselessRevisions=15198727
6.25	     nbAssignments=21001  nbFailedAssignments=7721  nbBacktracks=13128  nbVisitedNodes=35582  nbRestartNogoods=78
6.25	       =>  wckTime=4.993  cpuTime=4.92  mem=15M359
8.70	   
8.70	   search
8.70	     run=16  nbConstraintChecks=50927395  nbPropagations=1827171  nbRevisions=27847455  nbUselessRevisions=22841856
8.70	     nbAssignments=31568  nbFailedAssignments=11709  nbBacktracks=19697  nbVisitedNodes=53633  nbRestartNogoods=86
8.70	       =>  wckTime=7.441  cpuTime=7.37  mem=15M359
12.12	   
12.12	   search
12.12	     run=17  nbConstraintChecks=74490401  nbPropagations=2732283  nbRevisions=41790854  nbUselessRevisions=34291163
12.12	     nbAssignments=47169  nbFailedAssignments=17447  nbBacktracks=29549  nbVisitedNodes=80274  nbRestartNogoods=93
12.12	       =>  wckTime=10.863  cpuTime=10.79  mem=15M359
17.55	   
17.55	   search
17.55	     run=18  nbConstraintChecks=111579286  nbPropagations=4101812  nbRevisions=62995594  nbUselessRevisions=51731677
17.55	     nbAssignments=71207  nbFailedAssignments=26697  nbBacktracks=44329  nbVisitedNodes=121593  nbRestartNogoods=103
17.55	       =>  wckTime=16.295  cpuTime=16.22  mem=15M359
25.95	   
25.95	   search
25.95	     run=19  nbConstraintChecks=171231155  nbPropagations=6176282  nbRevisions=95245113  nbUselessRevisions=78260906
25.95	     nbAssignments=107234  nbFailedAssignments=40545  nbBacktracks=66498  nbVisitedNodes=183521  nbRestartNogoods=114
25.95	       =>  wckTime=24.691  cpuTime=24.61  mem=15M359
37.71	   
37.72	   search
37.72	     run=20  nbConstraintChecks=254809749  nbPropagations=9246071  nbRevisions=142872280  nbUselessRevisions=117400412
37.72	     nbAssignments=160050  nbFailedAssignments=60097  nbBacktracks=99752  nbVisitedNodes=273021  nbRestartNogoods=120
37.72	       =>  wckTime=36.456  cpuTime=36.35  mem=15M359
55.86	   
55.86	   search
55.86	     run=21  nbConstraintChecks=381544099  nbPropagations=13857585  nbRevisions=214797741  nbUselessRevisions=176599169
55.86	     nbAssignments=240084  nbFailedAssignments=90244  nbBacktracks=149631  nbVisitedNodes=410357  nbRestartNogoods=131
55.86	       =>  wckTime=54.603  cpuTime=54.48  mem=15M359
84.83	   
84.83	   search
84.83	     run=22  nbConstraintChecks=589681245  nbPropagations=20892620  nbRevisions=324368279  nbUselessRevisions=266693960
84.83	     nbAssignments=362166  nbFailedAssignments=137495  nbBacktracks=224452  nbVisitedNodes=620779  nbRestartNogoods=140
84.83	       =>  wckTime=83.568  cpuTime=83.42  mem=15M359
126.24	   
126.26	   search
126.26	     run=23  nbConstraintChecks=881586716  nbPropagations=31452125  nbRevisions=488010071  nbUselessRevisions=401084905
126.26	     nbAssignments=542914  nbFailedAssignments=206006  nbBacktracks=336680  nbVisitedNodes=928906  nbRestartNogoods=149
126.26	       =>  wckTime=124.976  cpuTime=124.78  mem=15M359
186.53	   
186.53	   search
186.53	     run=24  nbConstraintChecks=1303573437  nbPropagations=47126045  nbRevisions=731420296  nbUselessRevisions=601220315
186.53	     nbAssignments=809229  nbFailedAssignments=303971  nbBacktracks=505022  nbVisitedNodes=1381339  nbRestartNogoods=164
186.53	       =>  wckTime=185.272  cpuTime=185.02  mem=15M359
280.55	   
280.55	   search
280.55	     run=25  nbConstraintChecks=1963217583  nbPropagations=70799992  nbRevisions=1099217059
280.55	     nbUselessRevisions=903671256  nbAssignments=1216256  nbFailedAssignments=458474  nbBacktracks=757536
280.55	     nbVisitedNodes=2080180  nbRestartNogoods=179
280.55	       =>  wckTime=279.29  cpuTime=278.94  mem=15M359
418.00	   
418.00	   search
418.00	     run=26  nbConstraintChecks=2938772910  nbPropagations=106175148  nbRevisions=1647271359
418.00	     nbUselessRevisions=1354098691  nbAssignments=1822275  nbFailedAssignments=685717  nbBacktracks=1136303
418.00	     nbVisitedNodes=3114603  nbRestartNogoods=191
418.00	       =>  wckTime=416.738  cpuTime=416.27  mem=15M359
625.37	   
625.37	   search
625.37	     run=27  nbConstraintChecks=4390244164  nbPropagations=159065858  nbRevisions=2471470060
625.37	     nbUselessRevisions=2032475320  nbAssignments=2728540  nbFailedAssignments=1023819  nbBacktracks=1704456
625.37	     nbVisitedNodes=4665967  nbRestartNogoods=211
625.37	       =>  wckTime=624.11  cpuTime=623.43  mem=15M359
942.94	   
942.94	   search
942.94	     run=28  nbConstraintChecks=6660269230  nbPropagations=238552600  nbRevisions=3710743124
942.94	     nbUselessRevisions=3051885687  nbAssignments=4086129  nbFailedAssignments=1529173  nbBacktracks=2556685
942.94	     nbVisitedNodes=6983913  nbRestartNogoods=226
942.94	       =>  wckTime=941.682  cpuTime=940.71  mem=15M359
1414.96	   
1414.96	   search
1414.96	     run=29  nbConstraintChecks=9960737833  nbPropagations=358015470  nbRevisions=5575309770
1414.96	     nbUselessRevisions=4586632155  nbAssignments=6145399  nbFailedAssignments=2310092  nbBacktracks=3835028
1414.96	     nbVisitedNodes=10519446  nbRestartNogoods=239
1414.96	       =>  wckTime=1413.697  cpuTime=1412.21  mem=15M359
1530.27	   
1530.27	   search
1530.27	     run=30  nbConstraintChecks=10776208870  nbPropagations=487234769  nbRevisions=7590810961
1530.27	     nbUselessRevisions=6245352234  nbAssignments=6658242  nbFailedAssignments=2501382  nbBacktracks=4156531
1530.27	     nbVisitedNodes=11392798  nbRestartNogoods=259
1530.27	       =>  wckTime=1529.015  cpuTime=1527.41  mem=16M334
1530.28	   
1530.28	   global
1530.28	     nbConstraintChecks=10776208870  nbPropagations=487234819  nbRevisions=7590810961  nbUselessRevisions=6245352234
1530.28	     nbRestartNogoods=259  solvingWckTime=1529.017  solvingCpuTime=1527.41  expiredTime=no  totalExploration=no
1530.28	     nbFoundSolutions=1  globalCpuTime=1527.86
1530.28	       =>  wckTime=1529.629  cpuTime=1527.82  mem=16M334
1530.28	   
1530.28	s SATISFIABLE
1530.28	v 13 5 3 8 11 15 20 11 4 4 8 4 16 22 22 9 15 0 11 9 1 2 21 20 17 5 2 9 0 0 4 20 19 4 4 17 0 14 3 22 0 17 0 5 13 1 21 6 6 11 
1530.28	d NODES 6658242
1530.28	d CHECKS 10776208870
1530.28	   
1530.28	   totalWckTime=1529.711  totalCpuTime=1527.86

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/node39/watcher-194700-1168069391 -o ROOT/results/node39/solver-194700-1168069391 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/194700-1168069391/unknown.xml 

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

/proc/loadavg: 1.78 1.92 1.86 2/73 17313
/proc/meminfo: memFree=1623520/2055920 swapFree=4192812/4192956
[pid=17312] ppid=17310 vsize=18540 CPUtime=0
/proc/17312/stat : 17312 (runsolver) R 17310 17312 16983 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 155338767 18984960 279 18446744073709551615 4194304 4267372 548682068880 18446744073709551615 231493659943 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/17312/statm: 4635 279 244 17 0 2626 0

[startup+0.102887 s]
/proc/loadavg: 1.78 1.92 1.86 2/73 17313
/proc/meminfo: memFree=1623520/2055920 swapFree=4192812/4192956
[pid=17312] ppid=17310 vsize=9912 CPUtime=0.01
/proc/17312/stat : 17312 (java) D 17310 17312 16983 0 -1 0 629 0 18 0 0 1 0 0 18 0 1 0 155338767 10149888 422 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 11097095 0 0 0 7368 18446744071563479169 0 0 17 0 0 0
/proc/17312/statm: 2478 422 342 14 0 1140 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9912

[startup+0.510924 s]
/proc/loadavg: 1.78 1.92 1.86 2/73 17313
/proc/meminfo: memFree=1623520/2055920 swapFree=4192812/4192956
[pid=17312] ppid=17310 vsize=915120 CPUtime=0.23
/proc/17312/stat : 17312 (java) R 17310 17312 16983 0 -1 0 3766 0 65 0 16 7 0 0 18 0 8 0 155338767 937082880 3576 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4155338192 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17312/statm: 228780 3576 1752 14 0 215275 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 915120

[startup+1.334 s]
/proc/loadavg: 1.78 1.92 1.86 3/80 17320
/proc/meminfo: memFree=1574184/2055920 swapFree=4192812/4192956
[pid=17312] ppid=17310 vsize=915460 CPUtime=0.99
/proc/17312/stat : 17312 (java) R 17310 17312 16983 0 -1 0 9528 0 75 0 87 12 0 0 21 0 8 0 155338767 937431040 9340 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17312/statm: 228865 9340 2513 14 0 215335 0
[pid=17312/tid=17314] ppid=17310 vsize=915460 CPUtime=0.03
/proc/17312/task/17314/stat : 17314 (java) S 17310 17312 16983 0 -1 64 406 0 0 0 3 0 0 0 17 0 8 0 155338786 937431040 9340 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17315] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17315/stat : 17315 (java) S 17310 17312 16983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9340 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17316] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17316/stat : 17316 (java) S 17310 17312 16983 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9340 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17317] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17317/stat : 17317 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155338793 937431040 9340 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17318] ppid=17310 vsize=915460 CPUtime=0.18
/proc/17312/task/17318/stat : 17318 (java) R 17310 17312 16983 0 -1 64 372 0 0 0 17 1 0 0 15 0 8 0 155338793 937431040 9340 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4153277833 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17319] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17319/stat : 17319 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155338793 937431040 9340 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17320] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17320/stat : 17320 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338793 937431040 9340 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 915460

[startup+2.98315 s]
/proc/loadavg: 1.80 1.92 1.86 3/80 17320
/proc/meminfo: memFree=1573608/2055920 swapFree=4192812/4192956
[pid=17312] ppid=17310 vsize=915460 CPUtime=2.63
/proc/17312/stat : 17312 (java) R 17310 17312 16983 0 -1 0 9553 0 75 0 251 12 0 0 25 0 8 0 155338767 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073835387 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17312/statm: 228865 9364 2513 14 0 215335 0
[pid=17312/tid=17314] ppid=17310 vsize=915460 CPUtime=0.03
/proc/17312/task/17314/stat : 17314 (java) S 17310 17312 16983 0 -1 64 406 0 0 0 3 0 0 0 17 0 8 0 155338786 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17315] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17315/stat : 17315 (java) S 17310 17312 16983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17316] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17316/stat : 17316 (java) S 17310 17312 16983 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17317] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17317/stat : 17317 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155338793 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17318] ppid=17310 vsize=915460 CPUtime=0.23
/proc/17312/task/17318/stat : 17318 (java) S 17310 17312 16983 0 -1 64 396 0 0 0 22 1 0 0 15 0 8 0 155338793 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17319] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17319/stat : 17319 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155338793 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17320] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17320/stat : 17320 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338793 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 915460

[startup+6.26245 s]
/proc/loadavg: 1.80 1.92 1.86 3/80 17320
/proc/meminfo: memFree=1573032/2055920 swapFree=4192812/4192956
[pid=17312] ppid=17310 vsize=915460 CPUtime=5.91
/proc/17312/stat : 17312 (java) R 17310 17312 16983 0 -1 0 9554 0 75 0 579 12 0 0 25 0 8 0 155338767 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4072918603 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17312/statm: 228865 9364 2513 14 0 215335 0
[pid=17312/tid=17314] ppid=17310 vsize=915460 CPUtime=0.03
/proc/17312/task/17314/stat : 17314 (java) S 17310 17312 16983 0 -1 64 406 0 0 0 3 0 0 0 16 0 8 0 155338786 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17315] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17315/stat : 17315 (java) S 17310 17312 16983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17316] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17316/stat : 17316 (java) S 17310 17312 16983 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17317] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17317/stat : 17317 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155338793 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17318] ppid=17310 vsize=915460 CPUtime=0.23
/proc/17312/task/17318/stat : 17318 (java) S 17310 17312 16983 0 -1 64 396 0 0 0 22 1 0 0 15 0 8 0 155338793 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17319] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17319/stat : 17319 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155338793 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17320] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17320/stat : 17320 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338793 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 915460

[startup+12.758 s]
/proc/loadavg: 1.83 1.93 1.87 3/80 17320
/proc/meminfo: memFree=1571944/2055920 swapFree=4192812/4192956
[pid=17312] ppid=17310 vsize=915460 CPUtime=12.4
/proc/17312/stat : 17312 (java) R 17310 17312 16983 0 -1 0 9554 0 75 0 1228 12 0 0 25 0 8 0 155338767 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073811680 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17312/statm: 228865 9364 2513 14 0 215335 0
[pid=17312/tid=17314] ppid=17310 vsize=915460 CPUtime=0.03
/proc/17312/task/17314/stat : 17314 (java) S 17310 17312 16983 0 -1 64 406 0 0 0 3 0 0 0 16 0 8 0 155338786 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17315] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17315/stat : 17315 (java) S 17310 17312 16983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17316] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17316/stat : 17316 (java) S 17310 17312 16983 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17317] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17317/stat : 17317 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155338793 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17318] ppid=17310 vsize=915460 CPUtime=0.23
/proc/17312/task/17318/stat : 17318 (java) S 17310 17312 16983 0 -1 64 396 0 0 0 22 1 0 0 16 0 8 0 155338793 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17319] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17319/stat : 17319 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155338793 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17320] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17320/stat : 17320 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338793 937431040 9364 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 915460

[startup+25.6162 s]
/proc/loadavg: 1.85 1.93 1.87 3/80 17320
/proc/meminfo: memFree=1569512/2055920 swapFree=4192812/4192956
[pid=17312] ppid=17310 vsize=915460 CPUtime=25.26
/proc/17312/stat : 17312 (java) R 17310 17312 16983 0 -1 0 9556 0 75 0 2514 12 0 0 25 0 8 0 155338767 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073860121 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17312/statm: 228865 9365 2513 14 0 215335 0
[pid=17312/tid=17314] ppid=17310 vsize=915460 CPUtime=0.03
/proc/17312/task/17314/stat : 17314 (java) S 17310 17312 16983 0 -1 64 406 0 0 0 3 0 0 0 16 0 8 0 155338786 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17315] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17315/stat : 17315 (java) S 17310 17312 16983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17316] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17316/stat : 17316 (java) S 17310 17312 16983 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17317] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17317/stat : 17317 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155338793 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17318] ppid=17310 vsize=915460 CPUtime=0.23
/proc/17312/task/17318/stat : 17318 (java) S 17310 17312 16983 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 155338793 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17319] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17319/stat : 17319 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155338793 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17320] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17320/stat : 17320 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338793 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 915460

[startup+51.2436 s]
/proc/loadavg: 1.90 1.93 1.87 3/80 17320
/proc/meminfo: memFree=1566312/2055920 swapFree=4192812/4192956
[pid=17312] ppid=17310 vsize=915460 CPUtime=50.85
/proc/17312/stat : 17312 (java) R 17310 17312 16983 0 -1 0 9556 0 75 0 5072 13 0 0 25 0 8 0 155338767 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073812738 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17312/statm: 228865 9365 2513 14 0 215335 0
[pid=17312/tid=17314] ppid=17310 vsize=915460 CPUtime=0.03
/proc/17312/task/17314/stat : 17314 (java) S 17310 17312 16983 0 -1 64 406 0 0 0 3 0 0 0 16 0 8 0 155338786 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17315] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17315/stat : 17315 (java) S 17310 17312 16983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17316] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17316/stat : 17316 (java) S 17310 17312 16983 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17317] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17317/stat : 17317 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155338793 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17318] ppid=17310 vsize=915460 CPUtime=0.23
/proc/17312/task/17318/stat : 17318 (java) S 17310 17312 16983 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 155338793 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17319] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17319/stat : 17319 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155338793 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17320] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17320/stat : 17320 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338793 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 915460

[startup+102.492 s]
/proc/loadavg: 1.96 1.94 1.87 3/80 17320
/proc/meminfo: memFree=1558184/2055920 swapFree=4192812/4192956
[pid=17312] ppid=17310 vsize=915460 CPUtime=102.06
/proc/17312/stat : 17312 (java) R 17310 17312 16983 0 -1 0 9556 0 75 0 10193 13 0 0 25 0 8 0 155338767 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17312/statm: 228865 9365 2513 14 0 215335 0
[pid=17312/tid=17314] ppid=17310 vsize=915460 CPUtime=0.03
/proc/17312/task/17314/stat : 17314 (java) S 17310 17312 16983 0 -1 64 406 0 0 0 3 0 0 0 16 0 8 0 155338786 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17315] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17315/stat : 17315 (java) S 17310 17312 16983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17316] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17316/stat : 17316 (java) S 17310 17312 16983 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17317] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17317/stat : 17317 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155338793 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17318] ppid=17310 vsize=915460 CPUtime=0.23
/proc/17312/task/17318/stat : 17318 (java) S 17310 17312 16983 0 -1 64 397 0 0 0 22 1 0 0 16 0 8 0 155338793 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17319] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17319/stat : 17319 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155338793 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17320] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17320/stat : 17320 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338793 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 915460

[startup+162.587 s]
/proc/loadavg: 1.98 1.95 1.88 3/80 17320
/proc/meminfo: memFree=1553768/2055920 swapFree=4192812/4192956
[pid=17312] ppid=17310 vsize=915460 CPUtime=162.08
/proc/17312/stat : 17312 (java) R 17310 17312 16983 0 -1 0 9556 0 75 0 16195 13 0 0 25 0 8 0 155338767 937431040 9365 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073833215 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/17312/task/17317/stat : 17317 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17318] ppid=17310 vsize=915460 CPUtime=0.23
/proc/17312/task/17318/stat : 17318 (java) S 17310 17312 16983 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17319] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17319/stat : 17319 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17320] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17320/stat : 17320 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1062.59
Current children cumulated vsize (KiB) 915460

[startup+1123.99 s]
/proc/loadavg: 1.98 1.99 1.93 3/93 17523
/proc/meminfo: memFree=1679416/2055920 swapFree=4192812/4192956
[pid=17312] ppid=17310 vsize=915460 CPUtime=1122.53
/proc/17312/stat : 17312 (java) R 17310 17312 16983 0 -1 0 9557 0 75 0 112231 22 0 0 25 0 8 0 155338767 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4072918600 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17312/statm: 228865 9366 2513 14 0 215335 0
[pid=17312/tid=17314] ppid=17310 vsize=915460 CPUtime=0.03
/proc/17312/task/17314/stat : 17314 (java) S 17310 17312 16983 0 -1 64 406 0 0 0 3 0 0 0 16 0 8 0 155338786 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17315] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17315/stat : 17315 (java) S 17310 17312 16983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17316] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17316/stat : 17316 (java) S 17310 17312 16983 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17317] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17317/stat : 17317 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17318] ppid=17310 vsize=915460 CPUtime=0.23
/proc/17312/task/17318/stat : 17318 (java) S 17310 17312 16983 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17319] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17319/stat : 17319 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17320] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17320/stat : 17320 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.53
Current children cumulated vsize (KiB) 915460

[startup+1184 s]
/proc/loadavg: 1.99 1.99 1.93 3/87 17575
/proc/meminfo: memFree=1680368/2055920 swapFree=4192812/4192956
[pid=17312] ppid=17310 vsize=915460 CPUtime=1182.47
/proc/17312/stat : 17312 (java) R 17310 17312 16983 0 -1 0 9557 0 75 0 118223 24 0 0 25 0 8 0 155338767 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073830211 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17312/statm: 228865 9366 2513 14 0 215335 0
[pid=17312/tid=17314] ppid=17310 vsize=915460 CPUtime=0.03
/proc/17312/task/17314/stat : 17314 (java) S 17310 17312 16983 0 -1 64 406 0 0 0 3 0 0 0 16 0 8 0 155338786 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17315] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17315/stat : 17315 (java) S 17310 17312 16983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17316] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17316/stat : 17316 (java) S 17310 17312 16983 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17317] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17317/stat : 17317 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17318] ppid=17310 vsize=915460 CPUtime=0.23
/proc/17312/task/17318/stat : 17318 (java) S 17310 17312 16983 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17319] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17319/stat : 17319 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17320] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17320/stat : 17320 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.47
Current children cumulated vsize (KiB) 915460

[startup+1244 s]
/proc/loadavg: 1.99 1.99 1.93 3/87 17575
/proc/meminfo: memFree=1680368/2055920 swapFree=4192812/4192956
[pid=17312] ppid=17310 vsize=915460 CPUtime=1242.4
/proc/17312/stat : 17312 (java) R 17310 17312 16983 0 -1 0 9557 0 75 0 124215 25 0 0 25 0 8 0 155338767 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073812599 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17312/statm: 228865 9366 2513 14 0 215335 0
[pid=17312/tid=17314] ppid=17310 vsize=915460 CPUtime=0.03
/proc/17312/task/17314/stat : 17314 (java) S 17310 17312 16983 0 -1 64 406 0 0 0 3 0 0 0 16 0 8 0 155338786 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17315] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17315/stat : 17315 (java) S 17310 17312 16983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17316] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17316/stat : 17316 (java) S 17310 17312 16983 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17317] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17317/stat : 17317 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17318] ppid=17310 vsize=915460 CPUtime=0.23
/proc/17312/task/17318/stat : 17318 (java) S 17310 17312 16983 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17319] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17319/stat : 17319 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17320] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17320/stat : 17320 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.4
Current children cumulated vsize (KiB) 915460

[startup+1304.1 s]
/proc/loadavg: 1.99 1.99 1.93 3/87 17575
/proc/meminfo: memFree=1680368/2055920 swapFree=4192812/4192956
[pid=17312] ppid=17310 vsize=915460 CPUtime=1302.45
/proc/17312/stat : 17312 (java) R 17310 17312 16983 0 -1 0 9557 0 75 0 130220 25 0 0 25 0 8 0 155338767 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073811850 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17312/statm: 228865 9366 2513 14 0 215335 0
[pid=17312/tid=17314] ppid=17310 vsize=915460 CPUtime=0.03
/proc/17312/task/17314/stat : 17314 (java) S 17310 17312 16983 0 -1 64 406 0 0 0 3 0 0 0 16 0 8 0 155338786 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17315] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17315/stat : 17315 (java) S 17310 17312 16983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17316] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17316/stat : 17316 (java) S 17310 17312 16983 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17317] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17317/stat : 17317 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17318] ppid=17310 vsize=915460 CPUtime=0.23
/proc/17312/task/17318/stat : 17318 (java) S 17310 17312 16983 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17319] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17319/stat : 17319 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17320] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17320/stat : 17320 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.45
Current children cumulated vsize (KiB) 915460

[startup+1364.21 s]
/proc/loadavg: 1.99 1.99 1.93 3/87 17575
/proc/meminfo: memFree=1680368/2055920 swapFree=4192812/4192956
[pid=17312] ppid=17310 vsize=915460 CPUtime=1362.5
/proc/17312/stat : 17312 (java) R 17310 17312 16983 0 -1 0 9557 0 75 0 136225 25 0 0 25 0 8 0 155338767 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073823601 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17312/statm: 228865 9366 2513 14 0 215335 0
[pid=17312/tid=17314] ppid=17310 vsize=915460 CPUtime=0.03
/proc/17312/task/17314/stat : 17314 (java) S 17310 17312 16983 0 -1 64 406 0 0 0 3 0 0 0 16 0 8 0 155338786 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17315] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17315/stat : 17315 (java) S 17310 17312 16983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17316] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17316/stat : 17316 (java) S 17310 17312 16983 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17317] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17317/stat : 17317 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17318] ppid=17310 vsize=915460 CPUtime=0.23
/proc/17312/task/17318/stat : 17318 (java) S 17310 17312 16983 0 -1 64 398 0 0 0 22 1 0 0 16 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17319] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17319/stat : 17319 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17320] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17320/stat : 17320 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.5
Current children cumulated vsize (KiB) 915460

[startup+1424.31 s]
/proc/loadavg: 1.99 1.99 1.93 3/87 17575
/proc/meminfo: memFree=1680368/2055920 swapFree=4192812/4192956
[pid=17312] ppid=17310 vsize=915460 CPUtime=1422.53
/proc/17312/stat : 17312 (java) R 17310 17312 16983 0 -1 0 9557 0 75 0 142228 25 0 0 25 0 8 0 155338767 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4073810783 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17312/statm: 228865 9366 2513 14 0 215335 0
[pid=17312/tid=17314] ppid=17310 vsize=915460 CPUtime=0.03
/proc/17312/task/17314/stat : 17314 (java) S 17310 17312 16983 0 -1 64 406 0 0 0 3 0 0 0 16 0 8 0 155338786 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17315] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17315/stat : 17315 (java) S 17310 17312 16983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17316] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17316/stat : 17316 (java) S 17310 17312 16983 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17317] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17317/stat : 17317 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17318] ppid=17310 vsize=915460 CPUtime=0.24
/proc/17312/task/17318/stat : 17318 (java) S 17310 17312 16983 0 -1 64 398 0 0 0 23 1 0 0 16 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17319] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17319/stat : 17319 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17320] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17320/stat : 17320 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.53
Current children cumulated vsize (KiB) 915460

[startup+1484.31 s]
/proc/loadavg: 1.99 1.99 1.93 3/87 17575
/proc/meminfo: memFree=1680368/2055920 swapFree=4192812/4192956
[pid=17312] ppid=17310 vsize=915460 CPUtime=1482.48
/proc/17312/stat : 17312 (java) R 17310 17312 16983 0 -1 0 9557 0 75 0 148223 25 0 0 25 0 8 0 155338767 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17312/statm: 228865 9366 2513 14 0 215335 0
[pid=17312/tid=17314] ppid=17310 vsize=915460 CPUtime=0.03
/proc/17312/task/17314/stat : 17314 (java) S 17310 17312 16983 0 -1 64 406 0 0 0 3 0 0 0 16 0 8 0 155338786 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17315] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17315/stat : 17315 (java) S 17310 17312 16983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17316] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17316/stat : 17316 (java) S 17310 17312 16983 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 155338787 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17317] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17317/stat : 17317 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17318] ppid=17310 vsize=915460 CPUtime=0.24
/proc/17312/task/17318/stat : 17318 (java) S 17310 17312 16983 0 -1 64 398 0 0 0 23 1 0 0 16 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17319] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17319/stat : 17319 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17312/tid=17320] ppid=17310 vsize=915460 CPUtime=0
/proc/17312/task/17320/stat : 17320 (java) S 17310 17312 16983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338793 937431040 9366 18446744073709551615 134512640 134570532 4294956400 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.48
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 1530.3
CPU time (s): 1528.42
CPU user time (s): 1528.16
CPU system time (s): 0.26196
CPU usage (%): 99.8776
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1528.16
system time used= 0.26196
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9566
page faults= 75
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32295
involuntary context switches= 37485

runsolver used 1.63775 s user time and 5.14822 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Jan  6 07:43:12 UTC 2007


IDJOB= 194700
IDBENCH= 3228
FILE ID= node39/194700-1168069391

PBS_JOBID= 3475669

Free space on /tmp= 66529 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  257ec74622b78f079d6567ad12dfd2e3

RANDOM SEED= 391138342

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.236
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.236
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:       1624000 kB
Buffers:         22588 kB
Cached:         120960 kB
SwapCached:          0 kB
Active:         242652 kB
Inactive:       117732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1624000 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2120 kB
Writeback:           0 kB
Mapped:         230484 kB
Slab:            56596 kB
Committed_AS:  3096076 kB
PageTables:       2200 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= 66527 MiB



End job on node39 on Sat Jan  6 08:08:43 UTC 2007