Trace number 239783

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 1145.49 1146.79

DiagnosticValue
CHECKS1285735124
NODES4476481

General information on the benchmark

Nameqcp-qwh/QWH-20/
qwh-20-166-6_ext.xml
MD5SUM0d21f0d3094822e89cb44027baa92abc
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 benchmark1.37879
SatisfiableYES
(Un)Satisfiability was proved
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension7600
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/239783-1168085153/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.48	     nbVariables=400  nbDomainTypes=21  minDomainSize=1  maxDomainSize=20
0.48	       =>  wckTime=0.158  cpuTime=0.12  mem=7M894
0.48	   
0.48	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.84	     nbConstraints=5092  nbRelationTypes=22  nbSingletonDomainVariables=234  nbExtensionStructures=41
0.84	     nbSharedExtensionStructures=5051  nbConflictsStructures=41  nbSharedConflictsStructures=5051
0.84	     nbSharedBinaryRepresentations=858  maxDegree=38  maxArity=2
0.84	       =>  wckTime=0.518  cpuTime=0.36  mem=23M497
0.91	   
0.91	   solver IterativeSystematicSolver being built... 
1.09	       =>  wckTime=0.769  cpuTime=0.51  mem=18M172
1.14	   
1.14	   preprocessing
1.14	     nbConstraintChecks=41601  nbPropagations=400  nbRevisions=3876  nbUselessRevisions=1195  nbRemovedValues=2681
1.14	     detectedInconsistency=no
1.14	       =>  wckTime=0.05  cpuTime=0.03  mem=18M172
1.19	   
1.19	   search
1.19	     run=0  nbConstraintChecks=7346  nbPropagations=730  nbRevisions=8647  nbUselessRevisions=5446  nbAssignments=47
1.20	     nbFailedAssignments=3  nbBacktracks=13  nbVisitedNodes=55  nbRestartNogoods=0  mapSize=6  nbInferences=0
1.20	     nbTooLargeKeys=0
1.20	       =>  wckTime=0.101  cpuTime=0.06  mem=18M172
1.22	   
1.22	   search
1.22	     run=1  nbConstraintChecks=17548  nbPropagations=1880  nbRevisions=24015  nbUselessRevisions=16882
1.22	     nbAssignments=104  nbFailedAssignments=8  nbBacktracks=29  nbVisitedNodes=121  nbRestartNogoods=1  mapSize=12
1.22	     nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.125  cpuTime=0.08  mem=18M172
1.24	   
1.24	   search
1.24	     run=2  nbConstraintChecks=23974  nbPropagations=3353  nbRevisions=43346  nbUselessRevisions=31805
1.24	     nbAssignments=162  nbFailedAssignments=11  nbBacktracks=53  nbVisitedNodes=186  nbRestartNogoods=4  mapSize=17
1.24	     nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.147  cpuTime=0.1  mem=19M147
1.27	   
1.27	   search
1.27	     run=3  nbConstraintChecks=33940  nbPropagations=5279  nbRevisions=69211  nbUselessRevisions=52520
1.27	     nbAssignments=248  nbFailedAssignments=17  nbBacktracks=96  nbVisitedNodes=286  nbRestartNogoods=6  mapSize=30
1.27	     nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.176  cpuTime=0.13  mem=19M147
1.30	   
1.30	   search
1.30	     run=4  nbConstraintChecks=48126  nbPropagations=7808  nbRevisions=104104  nbUselessRevisions=81160
1.30	     nbAssignments=345  nbFailedAssignments=25  nbBacktracks=149  nbVisitedNodes=403  nbRestartNogoods=7  mapSize=46
1.30	     nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.209  cpuTime=0.16  mem=19M147
1.34	   
1.34	   search
1.34	     run=5  nbConstraintChecks=65791  nbPropagations=11064  nbRevisions=151130  nbUselessRevisions=120697
1.34	     nbAssignments=479  nbFailedAssignments=33  nbBacktracks=230  nbVisitedNodes=552  nbRestartNogoods=11  mapSize=58
1.34	     nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.25  cpuTime=0.2  mem=19M147
1.40	   
1.40	   search
1.40	     run=6  nbConstraintChecks=94687  nbPropagations=15383  nbRevisions=217398  nbUselessRevisions=177365
1.40	     nbAssignments=676  nbFailedAssignments=49  nbBacktracks=387  nbVisitedNodes=782  nbRestartNogoods=14  mapSize=90
1.40	     nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.309  cpuTime=0.25  mem=19M147
1.47	   
1.47	   search
1.47	     run=7  nbConstraintChecks=137285  nbPropagations=21217  nbRevisions=312408  nbUselessRevisions=259636
1.47	     nbAssignments=919  nbFailedAssignments=77  nbBacktracks=558  nbVisitedNodes=1082  nbRestartNogoods=15  mapSize=144
1.47	     nbInferences=0  nbTooLargeKeys=0
1.47	       =>  wckTime=0.375  cpuTime=0.32  mem=19M147
1.57	   
1.57	   search
1.57	     run=8  nbConstraintChecks=202537  nbPropagations=29251  nbRevisions=450928  nbUselessRevisions=380447
1.57	     nbAssignments=1262  nbFailedAssignments=114  nbBacktracks=814  nbVisitedNodes=1505  nbRestartNogoods=18
1.57	     mapSize=219  nbInferences=0  nbTooLargeKeys=0
1.57	       =>  wckTime=0.478  cpuTime=0.41  mem=19M147
1.70	   
1.70	   search
1.70	     run=9  nbConstraintChecks=256775  nbPropagations=39306  nbRevisions=626690  nbUselessRevisions=534678
1.70	     nbAssignments=1729  nbFailedAssignments=141  nbBacktracks=1213  nbVisitedNodes=2034  nbRestartNogoods=23
1.70	     mapSize=276  nbInferences=0  nbTooLargeKeys=0
1.70	       =>  wckTime=0.605  cpuTime=0.53  mem=20M123
1.90	   
1.90	   search
1.90	     run=10  nbConstraintChecks=392234  nbPropagations=53852  nbRevisions=893452  nbUselessRevisions=769749
1.90	     nbAssignments=2425  nbFailedAssignments=221  nbBacktracks=1799  nbVisitedNodes=2944  nbRestartNogoods=28
1.90	     mapSize=478  nbInferences=0  nbTooLargeKeys=0
1.90	       =>  wckTime=0.808  cpuTime=0.71  mem=20M123
2.16	   
2.16	   search
2.16	     run=11  nbConstraintChecks=565356  nbPropagations=74527  nbRevisions=1274305  nbUselessRevisions=1105625
2.16	     nbAssignments=3495  nbFailedAssignments=391  nbBacktracks=2664  nbVisitedNodes=4336  nbRestartNogoods=36
2.16	     mapSize=783  nbInferences=0  nbTooLargeKeys=0
2.16	       =>  wckTime=1.064  cpuTime=0.97  mem=21M98
2.38	   
2.38	   INFO : Stopping hyperNogood (mapSize=1003, nbTooLargekeys=0, mem=21M98)
2.52	   
2.52	   search
2.52	     run=12  nbConstraintChecks=848873  nbPropagations=104740  nbRevisions=1846912  nbUselessRevisions=1612684
2.52	     nbAssignments=5089  nbFailedAssignments=625  nbBacktracks=3988  nbVisitedNodes=6334  nbRestartNogoods=39
2.52	       =>  wckTime=1.431  cpuTime=1.33  mem=21M98
2.97	   
2.97	   search
2.97	     run=13  nbConstraintChecks=1208829  nbPropagations=147433  nbRevisions=2667626  nbUselessRevisions=2342262
2.97	     nbAssignments=7294  nbFailedAssignments=854  nbBacktracks=5936  nbVisitedNodes=9007  nbRestartNogoods=43
2.97	       =>  wckTime=1.874  cpuTime=1.76  mem=21M98
3.77	   
3.77	   search
3.77	     run=14  nbConstraintChecks=1965846  nbPropagations=215301  nbRevisions=3989320  nbUselessRevisions=3517223
3.77	     nbAssignments=10763  nbFailedAssignments=1374  nbBacktracks=8869  nbVisitedNodes=13556  nbRestartNogoods=48
3.77	       =>  wckTime=2.678  cpuTime=2.56  mem=21M98
5.12	   
5.12	   search
5.12	     run=15  nbConstraintChecks=3311472  nbPropagations=326694  nbRevisions=6238025  nbUselessRevisions=5523952
5.12	     nbAssignments=15891  nbFailedAssignments=2089  nbBacktracks=13254  nbVisitedNodes=20164  nbRestartNogoods=51
5.12	       =>  wckTime=4.026  cpuTime=3.89  mem=21M98
7.20	   
7.20	   search
7.20	     run=16  nbConstraintChecks=5307300  nbPropagations=507747  nbRevisions=9808475  nbUselessRevisions=8704239
7.20	     nbAssignments=24079  nbFailedAssignments=3687  nbBacktracks=19824  nbVisitedNodes=31472  nbRestartNogoods=62
7.20	       =>  wckTime=6.107  cpuTime=5.95  mem=21M98
10.46	   
10.46	   search
10.46	     run=17  nbConstraintChecks=8673886  nbPropagations=796051  nbRevisions=15785730  nbUselessRevisions=14067635
10.46	     nbAssignments=35913  nbFailedAssignments=5634  nbBacktracks=29701  nbVisitedNodes=47229  nbRestartNogoods=66
10.46	       =>  wckTime=9.367  cpuTime=9.19  mem=21M98
15.96	   
15.96	   search
15.96	     run=18  nbConstraintChecks=14508217  nbPropagations=1269200  nbRevisions=25780195  nbUselessRevisions=23040856
15.96	     nbAssignments=54327  nbFailedAssignments=9230  nbBacktracks=44479  nbVisitedNodes=72764  nbRestartNogoods=70
15.96	       =>  wckTime=14.873  cpuTime=14.64  mem=21M98
24.22	   
24.22	   search
24.22	     run=19  nbConstraintChecks=23308921  nbPropagations=2021257  nbRevisions=41846440  nbUselessRevisions=37473481
24.22	     nbAssignments=81781  nbFailedAssignments=14481  nbBacktracks=66657  nbVisitedNodes=110949  nbRestartNogoods=81
24.22	       =>  wckTime=23.13  cpuTime=22.82  mem=21M98
35.74	   
35.74	   search
35.74	     run=20  nbConstraintChecks=35543508  nbPropagations=3156750  nbRevisions=66582754  nbUselessRevisions=59748025
35.74	     nbAssignments=121898  nbFailedAssignments=21312  nbBacktracks=99916  nbVisitedNodes=164762  nbRestartNogoods=90
35.74	       =>  wckTime=34.647  cpuTime=34.24  mem=21M98
52.09	   
52.09	   search
52.09	     run=21  nbConstraintChecks=52214614  nbPropagations=4834595  nbRevisions=102959511  nbUselessRevisions=92511515
52.09	     nbAssignments=182238  nbFailedAssignments=31744  nbBacktracks=149795  nbVisitedNodes=246123  nbRestartNogoods=102
52.09	       =>  wckTime=51.0  cpuTime=50.44  mem=21M98
77.42	   
77.42	   search
77.42	     run=22  nbConstraintChecks=78331985  nbPropagations=7350300  nbRevisions=157341132  nbUselessRevisions=141428582
77.42	     nbAssignments=272613  nbFailedAssignments=47262  nbBacktracks=224631  nbVisitedNodes=368217  nbRestartNogoods=109
77.42	       =>  wckTime=76.327  cpuTime=75.53  mem=21M98
110.82	   
110.82	   search
110.82	     run=23  nbConstraintChecks=115495651  nbPropagations=11054280  nbRevisions=237279683  nbUselessRevisions=213266166
110.82	     nbAssignments=407758  nbFailedAssignments=70142  nbBacktracks=336860  nbVisitedNodes=550297  nbRestartNogoods=116
110.82	       =>  wckTime=109.73  cpuTime=108.92  mem=21M98
164.49	   
164.49	   search
164.49	     run=24  nbConstraintChecks=176588046  nbPropagations=16707607  nbRevisions=359363673  nbUselessRevisions=322951091
164.49	     nbAssignments=611373  nbFailedAssignments=105383  nbBacktracks=505205  nbVisitedNodes=825718  nbRestartNogoods=129
164.49	       =>  wckTime=163.395  cpuTime=162.55  mem=21M98
238.86	   
238.86	   search
238.86	     run=25  nbConstraintChecks=257979156  nbPropagations=25032917  nbRevisions=537121512  nbUselessRevisions=482527894
238.86	     nbAssignments=917502  nbFailedAssignments=158978  nbBacktracks=757718  nbVisitedNodes=1239857  nbRestartNogoods=142
238.86	       =>  wckTime=237.77  cpuTime=236.88  mem=21M98
356.44	   
356.45	   search
356.45	     run=26  nbConstraintChecks=389332289  nbPropagations=37638680  nbRevisions=804491175  nbUselessRevisions=722310601
356.45	     nbAssignments=1385677  nbFailedAssignments=248346  nbBacktracks=1136497  nbVisitedNodes=1884373
356.45	     nbRestartNogoods=152
356.45	       =>  wckTime=355.353  cpuTime=354.38  mem=21M98
536.78	   
536.78	   search
536.78	     run=27  nbConstraintChecks=594438771  nbPropagations=56862431  nbRevisions=1211859717
536.78	     nbUselessRevisions=1087458537  nbAssignments=2089072  nbFailedAssignments=383572  nbBacktracks=1704648
536.78	     nbVisitedNodes=2861351  nbRestartNogoods=163
536.78	       =>  wckTime=535.684  cpuTime=534.58  mem=21M98
805.71	   
805.71	   search
805.71	     run=28  nbConstraintChecks=895774391  nbPropagations=85953499  nbRevisions=1824559969
805.71	     nbUselessRevisions=1636311426  nbAssignments=3149580  nbFailedAssignments=591835  nbBacktracks=2556874
805.71	     nbVisitedNodes=4332279  nbRestartNogoods=176
805.71	       =>  wckTime=804.618  cpuTime=803.4  mem=21M98
1146.73	   
1146.73	   search
1146.73	     run=29  nbConstraintChecks=1285693523  nbPropagations=127669493  nbRevisions=2702678541
1146.73	     nbUselessRevisions=2422625087  nbAssignments=4476481  nbFailedAssignments=856380  nbBacktracks=3618830
1146.73	     nbVisitedNodes=6194918  nbRestartNogoods=185
1146.73	       =>  wckTime=1145.638  cpuTime=1144.32  mem=21M98
1146.73	   
1146.73	   global
1146.73	     nbConstraintChecks=1285735124  nbPropagations=127669893  nbRevisions=2702682417  nbUselessRevisions=2422626282
1146.73	     nbRestartNogoods=185  solvingWckTime=1145.639  solvingCpuTime=1144.32  expiredTime=no  totalExploration=no
1146.73	     nbFoundSolutions=1  globalCpuTime=1144.89
1146.73	       =>  wckTime=1146.412  cpuTime=1144.84  mem=21M98
1146.73	   
1146.73	s SATISFIABLE
1146.73	v 16 10 14 6 2 1 18 4 12 0 15 17 19 3 13 9 7 5 8 11 17 6 4 10 8 9 0 11 7 1 19 15 18 2 12 3 16 13 14 5 10 16 6 12 3 2 13 17 9 18 4 5 8 14 7 19 15 0 11 1 18 17 13 1 7 16 5 6 11 9 12 3 4 0 10 2 8 14 19 15 5 14 9 13 19 10 6 3 18 17 16 4 2 11 8 12 0 15 1 7 13 18 12 15 11 8 7 5 3 14 0 6 1 19 17 4 2 16 10 9 1 9 3 17 16 5 19 7 15 4 18 13 6 8 14 11 12 10 2 0 9 3 2 16 15 17 1 10 0 5 7 11 12 4 18 14 19 6 13 8 2 12 10 11 5 19 14 0 1 8 3 16 7 6 4 17 9 18 15 13 0 11 19 4 18 7 8 1 14 13 2 12 16 15 5 10 17 9 6 3 19 8 1 0 4 14 12 9 10 15 17 2 3 16 11 13 6 7 5 18 12 19 18 7 6 0 9 8 13 11 10 14 15 5 2 16 3 1 4 17 4 7 15 18 1 11 2 16 19 12 6 0 5 13 9 8 14 17 3 10 7 2 0 19 14 15 3 13 6 10 9 8 17 12 16 1 5 11 18 4 3 15 5 2 13 12 16 18 4 19 11 9 14 17 1 0 10 8 7 6 8 5 11 9 0 13 4 12 16 3 14 7 10 18 6 15 1 19 17 2 14 4 8 5 12 3 10 19 17 7 1 18 13 9 15 6 11 2 0 16 11 0 7 3 17 4 15 2 8 6 5 1 9 10 19 18 13 12 16 14 15 1 17 8 10 6 11 14 2 16 13 19 0 7 3 5 18 4 9 12 6 13 16 14 9 18 17 15 5 2 8 10 11 1 0 7 4 3 12 19 
1146.73	d NODES 4476481
1146.73	d CHECKS 1285735124
1146.73	   
1146.73	   totalWckTime=1146.492  totalCpuTime=1144.89

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/node48/watcher-239783-1168085153 -o ROOT/results/node48/solver-239783-1168085153 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239783-1168085153/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.72 1.93 1.89 3/80 1720
/proc/meminfo: memFree=1009480/2055920 swapFree=4192812/4192956
[pid=1719] ppid=1717 vsize=18540 CPUtime=0
/proc/1719/stat : 1719 (runsolver) R 1717 1719 1074 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156914902 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 255539604775 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/1719/statm: 4635 279 244 17 0 2626 0

[startup+0.102454 s]
/proc/loadavg: 1.72 1.93 1.89 3/80 1720
/proc/meminfo: memFree=1009480/2055920 swapFree=4192812/4192956
[pid=1719] ppid=1717 vsize=913068 CPUtime=0.08
/proc/1719/stat : 1719 (java) S 1717 1719 1074 0 -1 0 2874 0 1 0 7 1 0 0 18 0 8 0 156914902 934981632 2620 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1719/statm: 228267 2620 1396 14 0 215168 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913068

[startup+0.510491 s]
/proc/loadavg: 1.72 1.93 1.89 3/80 1720
/proc/meminfo: memFree=1009480/2055920 swapFree=4192812/4192956
[pid=1719] ppid=1717 vsize=915328 CPUtime=0.48
/proc/1719/stat : 1719 (java) R 1717 1719 1074 0 -1 0 6408 0 1 0 44 4 0 0 18 0 8 0 156914902 937295872 6147 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1719/statm: 228832 6147 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33489 s]
/proc/loadavg: 1.72 1.93 1.89 3/87 1727
/proc/meminfo: memFree=973584/2055920 swapFree=4192812/4192956
[pid=1719] ppid=1717 vsize=915676 CPUtime=1.3
/proc/1719/stat : 1719 (java) R 1717 1719 1074 0 -1 0 11687 0 1 0 122 8 0 0 23 0 8 0 156914902 937652224 11425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1719/statm: 228919 11425 2513 14 0 215389 0
[pid=1719/tid=1721] ppid=1717 vsize=915676 CPUtime=0.05
/proc/1719/task/1721/stat : 1721 (java) S 1717 1719 1074 0 -1 64 842 0 0 0 5 0 0 0 16 0 8 0 156914907 937652224 11425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1722] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1722/stat : 1722 (java) S 1717 1719 1074 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1723] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1723/stat : 1723 (java) S 1717 1719 1074 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1724] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1724/stat : 1724 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156914910 937652224 11425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1725] ppid=1717 vsize=915676 CPUtime=0.27
/proc/1719/task/1725/stat : 1725 (java) S 1717 1719 1074 0 -1 64 469 0 0 0 26 1 0 0 15 0 8 0 156914910 937652224 11425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1726] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1726/stat : 1726 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156914910 937652224 11425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1727] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1727/stat : 1727 (java) S 1717 1719 1074 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156914910 937652224 11425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915676

[startup+2.98472 s]
/proc/loadavg: 1.74 1.94 1.89 3/87 1727
/proc/meminfo: memFree=973392/2055920 swapFree=4192812/4192956
[pid=1719] ppid=1717 vsize=915676 CPUtime=2.92
/proc/1719/stat : 1719 (java) R 1717 1719 1074 0 -1 0 11705 0 1 0 284 8 0 0 25 0 8 0 156914902 937652224 11441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336110 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1719/statm: 228919 11441 2513 14 0 215389 0
[pid=1719/tid=1721] ppid=1717 vsize=915676 CPUtime=0.05
/proc/1719/task/1721/stat : 1721 (java) S 1717 1719 1074 0 -1 64 842 0 0 0 5 0 0 0 16 0 8 0 156914907 937652224 11441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1722] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1722/stat : 1722 (java) S 1717 1719 1074 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1723] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1723/stat : 1723 (java) S 1717 1719 1074 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1724] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1724/stat : 1724 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156914910 937652224 11441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1725] ppid=1717 vsize=915676 CPUtime=0.3
/proc/1719/task/1725/stat : 1725 (java) S 1717 1719 1074 0 -1 64 485 0 0 0 29 1 0 0 16 0 8 0 156914910 937652224 11441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1726] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1726/stat : 1726 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156914910 937652224 11441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1727] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1727/stat : 1727 (java) S 1717 1719 1074 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156914910 937652224 11441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915676

[startup+6.26402 s]
/proc/loadavg: 1.74 1.94 1.89 3/87 1727
/proc/meminfo: memFree=973392/2055920 swapFree=4192812/4192956
[pid=1719] ppid=1717 vsize=915676 CPUtime=6.17
/proc/1719/stat : 1719 (java) R 1717 1719 1074 0 -1 0 11706 0 1 0 609 8 0 0 25 0 8 0 156914902 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073953434 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1719/statm: 228919 11442 2513 14 0 215389 0
[pid=1719/tid=1721] ppid=1717 vsize=915676 CPUtime=0.05
/proc/1719/task/1721/stat : 1721 (java) S 1717 1719 1074 0 -1 64 842 0 0 0 5 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1722] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1722/stat : 1722 (java) S 1717 1719 1074 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1723] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1723/stat : 1723 (java) S 1717 1719 1074 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1724] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1724/stat : 1724 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1725] ppid=1717 vsize=915676 CPUtime=0.3
/proc/1719/task/1725/stat : 1725 (java) S 1717 1719 1074 0 -1 64 486 0 0 0 29 1 0 0 17 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1726] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1726/stat : 1726 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1727] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1727/stat : 1727 (java) S 1717 1719 1074 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915676

[startup+12.7566 s]
/proc/loadavg: 1.78 1.94 1.89 3/87 1727
/proc/meminfo: memFree=973456/2055920 swapFree=4192812/4192956
[pid=1719] ppid=1717 vsize=915676 CPUtime=12.61
/proc/1719/stat : 1719 (java) R 1717 1719 1074 0 -1 0 11706 0 1 0 1253 8 0 0 25 0 8 0 156914902 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073964606 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1719/statm: 228919 11442 2513 14 0 215389 0
[pid=1719/tid=1721] ppid=1717 vsize=915676 CPUtime=0.05
/proc/1719/task/1721/stat : 1721 (java) S 1717 1719 1074 0 -1 64 842 0 0 0 5 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1722] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1722/stat : 1722 (java) S 1717 1719 1074 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1723] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1723/stat : 1723 (java) S 1717 1719 1074 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1724] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1724/stat : 1724 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1725] ppid=1717 vsize=915676 CPUtime=0.3
/proc/1719/task/1725/stat : 1725 (java) S 1717 1719 1074 0 -1 64 486 0 0 0 29 1 0 0 17 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1726] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1726/stat : 1726 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1727] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1727/stat : 1727 (java) S 1717 1719 1074 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915676

[startup+25.6118 s]
/proc/loadavg: 1.81 1.94 1.89 3/87 1727
/proc/meminfo: memFree=973584/2055920 swapFree=4192812/4192956
[pid=1719] ppid=1717 vsize=915676 CPUtime=25.34
/proc/1719/stat : 1719 (java) R 1717 1719 1074 0 -1 0 11706 0 1 0 2526 8 0 0 25 0 8 0 156914902 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073977184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1719/statm: 228919 11442 2513 14 0 215389 0
[pid=1719/tid=1721] ppid=1717 vsize=915676 CPUtime=0.05
/proc/1719/task/1721/stat : 1721 (java) S 1717 1719 1074 0 -1 64 842 0 0 0 5 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1722] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1722/stat : 1722 (java) S 1717 1719 1074 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1723] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1723/stat : 1723 (java) S 1717 1719 1074 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1724] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1724/stat : 1724 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1725] ppid=1717 vsize=915676 CPUtime=0.3
/proc/1719/task/1725/stat : 1725 (java) S 1717 1719 1074 0 -1 64 486 0 0 0 29 1 0 0 17 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1726] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1726/stat : 1726 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1727] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1727/stat : 1727 (java) S 1717 1719 1074 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 915676

[startup+51.2361 s]
/proc/loadavg: 1.87 1.94 1.89 4/87 1727
/proc/meminfo: memFree=973584/2055920 swapFree=4192812/4192956
[pid=1719] ppid=1717 vsize=915676 CPUtime=50.74
/proc/1719/stat : 1719 (java) R 1717 1719 1074 0 -1 0 11706 0 1 0 5066 8 0 0 25 0 8 0 156914902 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073964609 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1719/statm: 228919 11442 2513 14 0 215389 0
[pid=1719/tid=1721] ppid=1717 vsize=915676 CPUtime=0.05
/proc/1719/task/1721/stat : 1721 (java) S 1717 1719 1074 0 -1 64 842 0 0 0 5 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1722] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1722/stat : 1722 (java) S 1717 1719 1074 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1723] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1723/stat : 1723 (java) S 1717 1719 1074 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1724] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1724/stat : 1724 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1725] ppid=1717 vsize=915676 CPUtime=0.3
/proc/1719/task/1725/stat : 1725 (java) S 1717 1719 1074 0 -1 64 486 0 0 0 29 1 0 0 16 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1726] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1726/stat : 1726 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1727] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1727/stat : 1727 (java) S 1717 1719 1074 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 915676

[startup+102.445 s]
/proc/loadavg: 1.61 1.87 1.87 2/75 1738
/proc/meminfo: memFree=1584240/2055920 swapFree=4192812/4192956
[pid=1719] ppid=1717 vsize=915676 CPUtime=101.7
/proc/1719/stat : 1719 (java) R 1717 1719 1074 0 -1 0 11707 0 1 0 10161 9 0 0 25 0 8 0 156914902 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073955458 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1719/statm: 228919 11442 2513 14 0 215389 0
[pid=1719/tid=1721] ppid=1717 vsize=915676 CPUtime=0.05
/proc/1719/task/1721/stat : 1721 (java) S 1717 1719 1074 0 -1 64 842 0 0 0 5 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1722] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1722/stat : 1722 (java) S 1717 1719 1074 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1723] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1723/stat : 1723 (java) S 1717 1719 1074 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1724] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1724/stat : 1724 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1725] ppid=1717 vsize=915676 CPUtime=0.3
/proc/1719/task/1725/stat : 1725 (java) S 1717 1719 1074 0 -1 64 486 0 0 0 29 1 0 0 16 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1726] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1726/stat : 1726 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1727] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1727/stat : 1727 (java) S 1717 1719 1074 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 915676

[startup+162.473 s]
/proc/loadavg: 1.22 1.71 1.81 2/75 1797
/proc/meminfo: memFree=1583536/2055920 swapFree=4192812/4192956
[pid=1719] ppid=1717 vsize=915676 CPUtime=161.69
/proc/1719/stat : 1719 (java) R 1717 1719 1074 0 -1 0 11707 0 1 0 16159 10 0 0 25 0 8 0 156914902 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073982226 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/1719/task/1724/stat : 1724 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1725] ppid=1717 vsize=915676 CPUtime=0.3
/proc/1719/task/1725/stat : 1725 (java) S 1717 1719 1074 0 -1 64 486 0 0 0 29 1 0 0 16 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1726] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1726/stat : 1726 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1727] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1727/stat : 1727 (java) S 1717 1719 1074 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.54
Current children cumulated vsize (KiB) 915676

[startup+762.682 s]
/proc/loadavg: 1.00 1.12 1.44 2/72 1981
/proc/meminfo: memFree=1590728/2055920 swapFree=4192812/4192956
[pid=1719] ppid=1717 vsize=915676 CPUtime=761.53
/proc/1719/stat : 1719 (java) R 1717 1719 1074 0 -1 0 11707 0 1 0 76138 15 0 0 25 0 8 0 156914902 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073954572 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1719/statm: 228919 11442 2513 14 0 215389 0
[pid=1719/tid=1721] ppid=1717 vsize=915676 CPUtime=0.05
/proc/1719/task/1721/stat : 1721 (java) S 1717 1719 1074 0 -1 64 842 0 0 0 5 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1722] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1722/stat : 1722 (java) S 1717 1719 1074 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1723] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1723/stat : 1723 (java) S 1717 1719 1074 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1724] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1724/stat : 1724 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1725] ppid=1717 vsize=915676 CPUtime=0.3
/proc/1719/task/1725/stat : 1725 (java) S 1717 1719 1074 0 -1 64 486 0 0 0 29 1 0 0 16 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1726] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1726/stat : 1726 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1727] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1727/stat : 1727 (java) S 1717 1719 1074 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.53
Current children cumulated vsize (KiB) 915676

[startup+822.691 s]
/proc/loadavg: 1.00 1.10 1.41 2/72 1981
/proc/meminfo: memFree=1590792/2055920 swapFree=4192812/4192956
[pid=1719] ppid=1717 vsize=915676 CPUtime=821.52
/proc/1719/stat : 1719 (java) R 1717 1719 1074 0 -1 0 11707 0 1 0 82137 15 0 0 25 0 8 0 156914902 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073952393 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1719/statm: 228919 11442 2513 14 0 215389 0
[pid=1719/tid=1721] ppid=1717 vsize=915676 CPUtime=0.05
/proc/1719/task/1721/stat : 1721 (java) S 1717 1719 1074 0 -1 64 842 0 0 0 5 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1722] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1722/stat : 1722 (java) S 1717 1719 1074 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1723] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1723/stat : 1723 (java) S 1717 1719 1074 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1724] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1724/stat : 1724 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1725] ppid=1717 vsize=915676 CPUtime=0.3
/proc/1719/task/1725/stat : 1725 (java) S 1717 1719 1074 0 -1 64 486 0 0 0 29 1 0 0 16 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1726] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1726/stat : 1726 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1727] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1727/stat : 1727 (java) S 1717 1719 1074 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 821.52
Current children cumulated vsize (KiB) 915676

[startup+882.697 s]
/proc/loadavg: 1.00 1.08 1.38 2/72 1981
/proc/meminfo: memFree=1590792/2055920 swapFree=4192812/4192956
[pid=1719] ppid=1717 vsize=915676 CPUtime=881.51
/proc/1719/stat : 1719 (java) R 1717 1719 1074 0 -1 0 11707 0 1 0 88136 15 0 0 25 0 8 0 156914902 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918484 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1719/statm: 228919 11442 2513 14 0 215389 0
[pid=1719/tid=1721] ppid=1717 vsize=915676 CPUtime=0.05
/proc/1719/task/1721/stat : 1721 (java) S 1717 1719 1074 0 -1 64 842 0 0 0 5 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1722] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1722/stat : 1722 (java) S 1717 1719 1074 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1723] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1723/stat : 1723 (java) S 1717 1719 1074 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1724] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1724/stat : 1724 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1725] ppid=1717 vsize=915676 CPUtime=0.3
/proc/1719/task/1725/stat : 1725 (java) S 1717 1719 1074 0 -1 64 486 0 0 0 29 1 0 0 16 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1726] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1726/stat : 1726 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1727] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1727/stat : 1727 (java) S 1717 1719 1074 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 881.51
Current children cumulated vsize (KiB) 915676

[startup+942.705 s]
/proc/loadavg: 1.03 1.08 1.36 2/72 1981
/proc/meminfo: memFree=1590856/2055920 swapFree=4192812/4192956
[pid=1719] ppid=1717 vsize=915676 CPUtime=941.5
/proc/1719/stat : 1719 (java) R 1717 1719 1074 0 -1 0 11707 0 1 0 94135 15 0 0 25 0 8 0 156914902 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073941407 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1719/statm: 228919 11442 2513 14 0 215389 0
[pid=1719/tid=1721] ppid=1717 vsize=915676 CPUtime=0.05
/proc/1719/task/1721/stat : 1721 (java) S 1717 1719 1074 0 -1 64 842 0 0 0 5 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1722] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1722/stat : 1722 (java) S 1717 1719 1074 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1723] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1723/stat : 1723 (java) S 1717 1719 1074 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1724] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1724/stat : 1724 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1725] ppid=1717 vsize=915676 CPUtime=0.3
/proc/1719/task/1725/stat : 1725 (java) S 1717 1719 1074 0 -1 64 486 0 0 0 29 1 0 0 16 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1726] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1726/stat : 1726 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1727] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1727/stat : 1727 (java) S 1717 1719 1074 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 941.5
Current children cumulated vsize (KiB) 915676

[startup+1002.71 s]
/proc/loadavg: 1.01 1.06 1.34 2/72 1981
/proc/meminfo: memFree=1590856/2055920 swapFree=4192812/4192956
[pid=1719] ppid=1717 vsize=915676 CPUtime=1001.49
/proc/1719/stat : 1719 (java) R 1717 1719 1074 0 -1 0 11707 0 1 0 100134 15 0 0 25 0 8 0 156914902 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073954572 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1719/statm: 228919 11442 2513 14 0 215389 0
[pid=1719/tid=1721] ppid=1717 vsize=915676 CPUtime=0.05
/proc/1719/task/1721/stat : 1721 (java) S 1717 1719 1074 0 -1 64 842 0 0 0 5 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1722] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1722/stat : 1722 (java) S 1717 1719 1074 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1723] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1723/stat : 1723 (java) S 1717 1719 1074 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1724] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1724/stat : 1724 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1725] ppid=1717 vsize=915676 CPUtime=0.3
/proc/1719/task/1725/stat : 1725 (java) S 1717 1719 1074 0 -1 64 486 0 0 0 29 1 0 0 16 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1726] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1726/stat : 1726 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1727] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1727/stat : 1727 (java) S 1717 1719 1074 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.49
Current children cumulated vsize (KiB) 915676

[startup+1062.71 s]
/proc/loadavg: 1.00 1.05 1.31 2/72 1981
/proc/meminfo: memFree=1590920/2055920 swapFree=4192812/4192956
[pid=1719] ppid=1717 vsize=915676 CPUtime=1061.48
/proc/1719/stat : 1719 (java) R 1717 1719 1074 0 -1 0 11707 0 1 0 106133 15 0 0 25 0 8 0 156914902 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074000417 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1719/statm: 228919 11442 2513 14 0 215389 0
[pid=1719/tid=1721] ppid=1717 vsize=915676 CPUtime=0.05
/proc/1719/task/1721/stat : 1721 (java) S 1717 1719 1074 0 -1 64 842 0 0 0 5 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1722] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1722/stat : 1722 (java) S 1717 1719 1074 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1723] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1723/stat : 1723 (java) S 1717 1719 1074 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1724] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1724/stat : 1724 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1725] ppid=1717 vsize=915676 CPUtime=0.3
/proc/1719/task/1725/stat : 1725 (java) S 1717 1719 1074 0 -1 64 486 0 0 0 29 1 0 0 16 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1726] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1726/stat : 1726 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1727] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1727/stat : 1727 (java) S 1717 1719 1074 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.48
Current children cumulated vsize (KiB) 915676

[startup+1122.72 s]
/proc/loadavg: 1.00 1.04 1.29 2/72 1981
/proc/meminfo: memFree=1590856/2055920 swapFree=4192812/4192956
[pid=1719] ppid=1717 vsize=915676 CPUtime=1121.47
/proc/1719/stat : 1719 (java) R 1717 1719 1074 0 -1 0 11707 0 1 0 112132 15 0 0 25 0 8 0 156914902 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1719/statm: 228919 11442 2513 14 0 215389 0
[pid=1719/tid=1721] ppid=1717 vsize=915676 CPUtime=0.05
/proc/1719/task/1721/stat : 1721 (java) S 1717 1719 1074 0 -1 64 842 0 0 0 5 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1722] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1722/stat : 1722 (java) S 1717 1719 1074 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1723] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1723/stat : 1723 (java) S 1717 1719 1074 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156914907 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1724] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1724/stat : 1724 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1725] ppid=1717 vsize=915676 CPUtime=0.3
/proc/1719/task/1725/stat : 1725 (java) S 1717 1719 1074 0 -1 64 486 0 0 0 29 1 0 0 16 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1726] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1726/stat : 1726 (java) S 1717 1719 1074 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1719/tid=1727] ppid=1717 vsize=915676 CPUtime=0
/proc/1719/task/1727/stat : 1727 (java) S 1717 1719 1074 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156914910 937652224 11442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1121.47
Current children cumulated vsize (KiB) 915676

Child status: 0
Real time (s): 1146.79
CPU time (s): 1145.49
CPU user time (s): 1145.32
CPU system time (s): 0.168974
CPU usage (%): 99.8873
Max. virtual memory (cumulated for all children) (KiB): 915676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1145.32
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11715
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= 24516
involuntary context switches= 27136

runsolver used 1.08183 s user time and 3.10953 s system time

The end

Launcher Data (download as text)

Begin job on node48 on Sat Jan  6 12:05:59 UTC 2007


IDJOB= 239783
IDBENCH= 7083
FILE ID= node48/239783-1168085153

PBS_JOBID= 3476259

Free space on /tmp= 66558 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QWH-20/qwh-20-166-6_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239783-1168085153/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node48/watcher-239783-1168085153 -o ROOT/results/node48/solver-239783-1168085153 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/239783-1168085153/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0d21f0d3094822e89cb44027baa92abc

RANDOM SEED= 911078977

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.218
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.218
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:       1009960 kB
Buffers:         32708 kB
Cached:         309128 kB
SwapCached:          0 kB
Active:         682000 kB
Inactive:       289572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1009960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2268 kB
Writeback:           0 kB
Mapped:         649932 kB
Slab:            58440 kB
Committed_AS:  3988168 kB
PageTables:       2968 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= 66559 MiB



End job on node48 on Sat Jan  6 12:25:09 UTC 2007