Trace number 194548

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 1622.36 1635.26

DiagnosticValue
CHECKS11023246404
NODES7210102

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-47_ext.xml
MD5SUM2aa26cf8c089e842c54a46bd487b4a45
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 benchmark1009.15
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints461
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension461
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/194548-1168069378/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.39	       =>  wckTime=0.096  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.66	     nbConstraints=461  nbRelationTypes=461  nbExtensionStructures=461  nbSharedExtensionStructures=0
0.66	     nbConflictsStructures=461  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2294  maxDegree=28
0.66	     maxArity=2
0.66	       =>  wckTime=0.373  cpuTime=0.28  mem=17M695
0.71	   
0.71	   solver IterativeSystematicSolver being built... 
0.85	       =>  wckTime=0.561  cpuTime=0.4  mem=15M356
0.86	   
0.86	   preprocessing
0.86	     nbConstraintChecks=0  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.86	     detectedInconsistency=no
0.86	       =>  wckTime=0.0080  cpuTime=0.01  mem=15M356
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=42795  nbPropagations=573  nbRevisions=6866  nbUselessRevisions=5530  nbAssignments=27
0.91	     nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=42  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.053  cpuTime=0.04  mem=15M356
0.93	   
0.93	   search
0.93	     run=1  nbConstraintChecks=102677  nbPropagations=1897  nbRevisions=23298  nbUselessRevisions=18960
0.93	     nbAssignments=65  nbFailedAssignments=19  nbBacktracks=25  nbVisitedNodes=99  nbRestartNogoods=1  mapSize=20
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.078  cpuTime=0.05  mem=15M356
0.95	   
0.95	   search
0.95	     run=2  nbConstraintChecks=170577  nbPropagations=4134  nbRevisions=51817  nbUselessRevisions=42400
0.95	     nbAssignments=116  nbFailedAssignments=35  nbBacktracks=48  nbVisitedNodes=177  nbRestartNogoods=4  mapSize=38
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.099  cpuTime=0.07  mem=15M356
0.98	   
0.98	   search
0.98	     run=3  nbConstraintChecks=280222  nbPropagations=7681  nbRevisions=98819  nbUselessRevisions=81185
0.98	     nbAssignments=184  nbFailedAssignments=60  nbBacktracks=82  nbVisitedNodes=287  nbRestartNogoods=7  mapSize=67
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.12  cpuTime=0.09  mem=15M356
1.00	   
1.00	   search
1.00	     run=4  nbConstraintChecks=408322  nbPropagations=12844  nbRevisions=168809  nbUselessRevisions=138969
1.00	     nbAssignments=272  nbFailedAssignments=86  nbBacktracks=134  nbVisitedNodes=426  nbRestartNogoods=9  mapSize=105
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.146  cpuTime=0.11  mem=15M356
1.04	   
1.04	   search
1.04	     run=5  nbConstraintChecks=598169  nbPropagations=20534  nbRevisions=276089  nbUselessRevisions=227700
1.04	     nbAssignments=400  nbFailedAssignments=128  nbBacktracks=213  nbVisitedNodes=636  nbRestartNogoods=15  mapSize=168
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.185  cpuTime=0.15  mem=15M356
1.11	   
1.11	   search
1.11	     run=6  nbConstraintChecks=966355  nbPropagations=32707  nbRevisions=451940  nbUselessRevisions=372751
1.11	     nbAssignments=616  nbFailedAssignments=220  nbBacktracks=328  nbVisitedNodes=1005  nbRestartNogoods=17  mapSize=268
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.25  cpuTime=0.21  mem=15M356
1.19	   
1.19	   search
1.19	     run=7  nbConstraintChecks=1400930  nbPropagations=50581  nbRevisions=713105  nbUselessRevisions=588016
1.19	     nbAssignments=896  nbFailedAssignments=319  nbBacktracks=498  nbVisitedNodes=1488  nbRestartNogoods=23  mapSize=411
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.334  cpuTime=0.29  mem=15M356
1.31	   
1.31	   search
1.31	     run=8  nbConstraintChecks=2050676  nbPropagations=76911  nbRevisions=1106889  nbUselessRevisions=913408
1.31	     nbAssignments=1353  nbFailedAssignments=510  nbBacktracks=755  nbVisitedNodes=2275  nbRestartNogoods=25
1.31	     mapSize=633  nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.452  cpuTime=0.4  mem=15M356
1.49	   
1.49	   search
1.49	     run=9  nbConstraintChecks=3099041  nbPropagations=115720  nbRevisions=1696029  nbUselessRevisions=1399818
1.49	     nbAssignments=2004  nbFailedAssignments=768  nbBacktracks=1139  nbVisitedNodes=3402  nbRestartNogoods=31
1.49	     mapSize=965  nbInferences=0  nbTooLargeKeys=0
1.49	       =>  wckTime=0.629  cpuTime=0.57  mem=15M356
1.52	   
1.52	   INFO : Stopping hyperNogood (mapSize=1015, nbTooLargekeys=0, mem=15M356)
1.71	   
1.71	   search
1.71	     run=10  nbConstraintChecks=4527558  nbPropagations=171776  nbRevisions=2535275  nbUselessRevisions=2089163
1.71	     nbAssignments=2912  nbFailedAssignments=1090  nbBacktracks=1716  nbVisitedNodes=4926  nbRestartNogoods=34
1.71	       =>  wckTime=0.85  cpuTime=0.77  mem=15M356
1.99	   
1.99	   search
1.99	     run=11  nbConstraintChecks=6324116  nbPropagations=252753  nbRevisions=3741923  nbUselessRevisions=3081901
1.99	     nbAssignments=4250  nbFailedAssignments=1549  nbBacktracks=2581  nbVisitedNodes=7187  nbRestartNogoods=37
1.99	       =>  wckTime=1.134  cpuTime=1.05  mem=15M356
2.51	   
2.51	   search
2.51	     run=12  nbConstraintChecks=10004602  nbPropagations=375963  nbRevisions=5610206  nbUselessRevisions=4615841
2.51	     nbAssignments=6410  nbFailedAssignments=2402  nbBacktracks=3879  nbVisitedNodes=10902  nbRestartNogoods=45
2.51	       =>  wckTime=1.654  cpuTime=1.56  mem=15M356
3.25	   
3.25	   search
3.25	     run=13  nbConstraintChecks=15017915  nbPropagations=561622  nbRevisions=8444435  nbUselessRevisions=6945233
3.25	     nbAssignments=9656  nbFailedAssignments=3687  nbBacktracks=5827  nbVisitedNodes=16507  nbRestartNogoods=51
3.25	       =>  wckTime=2.392  cpuTime=2.3  mem=15M356
4.41	   
4.41	   search
4.41	     run=14  nbConstraintChecks=23295990  nbPropagations=841173  nbRevisions=12752363  nbUselessRevisions=10480484
4.41	     nbAssignments=14503  nbFailedAssignments=5601  nbBacktracks=8749  nbVisitedNodes=24849  nbRestartNogoods=64
4.41	       =>  wckTime=3.55  cpuTime=3.45  mem=15M356
5.97	   
5.97	   search
5.97	     run=15  nbConstraintChecks=33803584  nbPropagations=1254904  nbRevisions=19075917  nbUselessRevisions=15668470
5.97	     nbAssignments=21569  nbFailedAssignments=8276  nbBacktracks=13128  nbVisitedNodes=36889  nbRestartNogoods=71
5.97	       =>  wckTime=5.118  cpuTime=5.0  mem=15M356
8.49	   
8.49	   search
8.49	     run=16  nbConstraintChecks=51289372  nbPropagations=1876784  nbRevisions=28720699  nbUselessRevisions=23603049
8.49	     nbAssignments=32295  nbFailedAssignments=12425  nbBacktracks=19697  nbVisitedNodes=55217  nbRestartNogoods=80
8.49	       =>  wckTime=7.637  cpuTime=7.5  mem=15M356
11.83	   
11.83	   search
11.83	     run=17  nbConstraintChecks=72490267  nbPropagations=2793593  nbRevisions=42769141  nbUselessRevisions=35170142
11.83	     nbAssignments=48182  nbFailedAssignments=18448  nbBacktracks=29549  nbVisitedNodes=82392  nbRestartNogoods=89
11.83	       =>  wckTime=10.977  cpuTime=10.82  mem=15M356
17.05	   
17.05	   search
17.05	     run=18  nbConstraintChecks=107060297  nbPropagations=4159071  nbRevisions=63821231  nbUselessRevisions=52538349
17.05	     nbAssignments=72252  nbFailedAssignments=27727  nbBacktracks=44327  nbVisitedNodes=123696  nbRestartNogoods=97
17.05	       =>  wckTime=16.193  cpuTime=16.0  mem=15M356
24.78	   
24.87	   search
24.87	     run=19  nbConstraintChecks=157933718  nbPropagations=6195891  nbRevisions=95217004  nbUselessRevisions=78463159
24.87	     nbAssignments=108050  nbFailedAssignments=41344  nbBacktracks=66496  nbVisitedNodes=184973  nbRestartNogoods=108
24.87	       =>  wckTime=23.929  cpuTime=23.68  mem=15M356
37.68	   
37.68	   search
37.68	     run=20  nbConstraintChecks=247613051  nbPropagations=9295563  nbRevisions=143658050  nbUselessRevisions=118477200
37.68	     nbAssignments=162369  nbFailedAssignments=62400  nbBacktracks=99749  nbVisitedNodes=278499  nbRestartNogoods=123
37.68	       =>  wckTime=36.829  cpuTime=36.46  mem=15M356
54.54	   
54.54	   search
54.54	     run=21  nbConstraintChecks=357130633  nbPropagations=13863208  nbRevisions=214365669  nbUselessRevisions=176867125
54.54	     nbAssignments=241853  nbFailedAssignments=91994  nbBacktracks=149628  nbVisitedNodes=413210  nbRestartNogoods=132
54.54	       =>  wckTime=53.684  cpuTime=53.18  mem=15M356
81.11	   
81.11	   search
81.11	     run=22  nbConstraintChecks=535450572  nbPropagations=20707330  nbRevisions=320277062  nbUselessRevisions=264317787
81.11	     nbAssignments=362085  nbFailedAssignments=137398  nbBacktracks=224448  nbVisitedNodes=619214  nbRestartNogoods=149
81.11	       =>  wckTime=80.258  cpuTime=79.53  mem=15M356
122.56	   
122.56	   search
122.56	     run=23  nbConstraintChecks=817691428  nbPropagations=31034102  nbRevisions=480930675  nbUselessRevisions=397000025
122.56	     nbAssignments=543041  nbFailedAssignments=206115  nbBacktracks=336675  nbVisitedNodes=927705  nbRestartNogoods=160
122.56	       =>  wckTime=121.709  cpuTime=120.64  mem=15M356
181.74	   
181.74	   search
181.74	     run=24  nbConstraintChecks=1211423861  nbPropagations=46440302  nbRevisions=719554060  nbUselessRevisions=593944915
181.74	     nbAssignments=813854  nbFailedAssignments=308576  nbBacktracks=505018  nbVisitedNodes=1389711  nbRestartNogoods=173
181.74	       =>  wckTime=180.889  cpuTime=179.35  mem=15M356
276.85	   
276.85	   search
276.85	     run=25  nbConstraintChecks=1870513849  nbPropagations=69716219  nbRevisions=1083337354
276.85	     nbUselessRevisions=894265224  nbAssignments=1221932  nbFailedAssignments=464130  nbBacktracks=757529
276.85	     nbVisitedNodes=2087897  nbRestartNogoods=190
276.85	       =>  wckTime=275.993  cpuTime=273.69  mem=15M356
410.81	   
410.81	   search
410.81	     run=26  nbConstraintChecks=2765211731  nbPropagations=104439253  nbRevisions=1623997886
410.81	     nbUselessRevisions=1340691113  nbAssignments=1825044  nbFailedAssignments=688465  nbBacktracks=1136296
410.81	     nbVisitedNodes=3114065  nbRestartNogoods=200
410.81	       =>  wckTime=409.957  cpuTime=406.58  mem=15M356
612.41	   
612.41	   search
612.41	     run=27  nbConstraintChecks=4125961911  nbPropagations=156371976  nbRevisions=2429502545
612.41	     nbUselessRevisions=2005445614  nbAssignments=2728269  nbFailedAssignments=1023528  nbBacktracks=1704448
612.41	     nbVisitedNodes=4650863  nbRestartNogoods=215
612.41	       =>  wckTime=611.557  cpuTime=606.55  mem=15M356
921.45	   
921.45	   search
921.45	     run=28  nbConstraintChecks=6253437928  nbPropagations=234421609  nbRevisions=3639843684
921.45	     nbUselessRevisions=3003948577  nbAssignments=4083202  nbFailedAssignments=1526225  nbBacktracks=2556675
921.45	     nbVisitedNodes=6958466  nbRestartNogoods=231
921.45	       =>  wckTime=920.59  cpuTime=913.09  mem=15M356
1403.67	   
1403.67	   search
1403.67	     run=29  nbConstraintChecks=9549353135  nbPropagations=352908934  nbRevisions=5487964979
1403.67	     nbUselessRevisions=4529270775  nbAssignments=6176250  nbFailedAssignments=2340922  nbBacktracks=3835015
1403.67	     nbVisitedNodes=10553156  nbRestartNogoods=253
1403.67	       =>  wckTime=1402.819  cpuTime=1391.12  mem=15M356
1635.22	   
1635.22	   search
1635.22	     run=30  nbConstraintChecks=11023246404  nbPropagations=490644339  nbRevisions=7633047917
1635.22	     nbUselessRevisions=6299949088  nbAssignments=7210102  nbFailedAssignments=2731129  nbBacktracks=4478610
1635.22	     nbVisitedNodes=12317874  nbRestartNogoods=266
1635.22	       =>  wckTime=1634.363  cpuTime=1621.42  mem=15M356
1635.22	   
1635.22	   global
1635.22	     nbConstraintChecks=11023246404  nbPropagations=490644389  nbRevisions=7633047917  nbUselessRevisions=6299949088
1635.22	     nbRestartNogoods=266  solvingWckTime=1634.364  solvingCpuTime=1621.42  expiredTime=no  totalExploration=no
1635.22	     nbFoundSolutions=1  globalCpuTime=1621.87
1635.22	       =>  wckTime=1634.928  cpuTime=1621.82  mem=16M331
1635.22	   
1635.22	s SATISFIABLE
1635.22	v 10 21 20 15 20 20 20 9 14 11 2 7 17 17 1 19 22 12 12 15 7 7 4 17 13 18 0 15 1 5 10 0 3 1 8 7 9 1 20 17 21 5 21 11 1 1 18 12 11 17 
1635.22	d NODES 7210102
1635.22	d CHECKS 11023246404
1635.22	   
1635.22	   totalWckTime=1635.004  totalCpuTime=1621.88

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

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

/proc/loadavg: 0.30 0.83 1.34 5/80 20182
/proc/meminfo: memFree=1665208/2055920 swapFree=4191892/4192956
[pid=20181] ppid=20179 vsize=18540 CPUtime=0
/proc/20181/stat : 20181 (runsolver) R 20179 20181 19841 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 155338236 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 231882681639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/20181/statm: 4635 279 244 17 0 2626 0

[startup+0.103842 s]
/proc/loadavg: 0.30 0.83 1.34 5/80 20182
/proc/meminfo: memFree=1665208/2055920 swapFree=4191892/4192956
[pid=20181] ppid=20179 vsize=914988 CPUtime=0.08
/proc/20181/stat : 20181 (java) R 20179 20181 19841 0 -1 0 3058 0 1 0 7 1 0 0 24 0 8 0 155338236 936947712 2804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20181/statm: 228747 2804 1449 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515889 s]
/proc/loadavg: 0.30 0.83 1.34 5/80 20182
/proc/meminfo: memFree=1665208/2055920 swapFree=4191892/4192956
[pid=20181] ppid=20179 vsize=915328 CPUtime=0.49
/proc/20181/stat : 20181 (java) R 20179 20181 19841 0 -1 0 7257 0 1 0 45 4 0 0 25 0 8 0 155338236 937295872 6996 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20181/statm: 228832 6996 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33698 s]
/proc/loadavg: 0.30 0.83 1.34 4/87 20189
/proc/meminfo: memFree=1637632/2055920 swapFree=4191892/4192956
[pid=20181] ppid=20179 vsize=915460 CPUtime=1.31
/proc/20181/stat : 20181 (java) R 20179 20181 19841 0 -1 0 9605 0 1 0 125 6 0 0 25 0 8 0 155338236 937431040 9343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073865609 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20181/statm: 228865 9343 2513 14 0 215335 0
[pid=20181/tid=20183] ppid=20179 vsize=915460 CPUtime=0.03
/proc/20181/task/20183/stat : 20183 (java) S 20179 20181 19841 0 -1 64 404 0 0 0 3 0 0 0 16 0 8 0 155338240 937431040 9343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20184/stat : 20184 (java) S 20179 20181 19841 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338240 937431040 9343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20185] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20185/stat : 20185 (java) S 20179 20181 19841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338240 937431040 9343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20186] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20186/stat : 20186 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155338243 937431040 9343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20187] ppid=20179 vsize=915460 CPUtime=0.2
/proc/20181/task/20187/stat : 20187 (java) S 20179 20181 19841 0 -1 64 378 0 0 0 19 1 0 0 15 0 8 0 155338243 937431040 9343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20188] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20188/stat : 20188 (java) S 20179 20181 19841 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155338243 937431040 9343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20189] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20189/stat : 20189 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338243 937431040 9343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.97417 s]
/proc/loadavg: 0.30 0.83 1.34 3/87 20189
/proc/meminfo: memFree=1637504/2055920 swapFree=4191892/4192956
[pid=20181] ppid=20179 vsize=915460 CPUtime=2.93
/proc/20181/stat : 20181 (java) R 20179 20181 19841 0 -1 0 9620 0 1 0 287 6 0 0 25 0 8 0 155338236 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814821 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20181/statm: 228865 9357 2513 14 0 215335 0
[pid=20181/tid=20183] ppid=20179 vsize=915460 CPUtime=0.03
/proc/20181/task/20183/stat : 20183 (java) S 20179 20181 19841 0 -1 64 404 0 0 0 3 0 0 0 17 0 8 0 155338240 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20184/stat : 20184 (java) S 20179 20181 19841 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338240 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20185] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20185/stat : 20185 (java) S 20179 20181 19841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338240 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20186] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20186/stat : 20186 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155338243 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20187] ppid=20179 vsize=915460 CPUtime=0.23
/proc/20181/task/20187/stat : 20187 (java) S 20179 20181 19841 0 -1 64 392 0 0 0 22 1 0 0 15 0 8 0 155338243 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20188] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20188/stat : 20188 (java) S 20179 20181 19841 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155338243 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20189] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20189/stat : 20189 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338243 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915460

[startup+6.25856 s]
/proc/loadavg: 0.43 0.85 1.35 3/87 20189
/proc/meminfo: memFree=1637504/2055920 swapFree=4191892/4192956
[pid=20181] ppid=20179 vsize=915460 CPUtime=6.19
/proc/20181/stat : 20181 (java) R 20179 20181 19841 0 -1 0 9621 0 1 0 613 6 0 0 25 0 8 0 155338236 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073831096 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20181/statm: 228865 9357 2513 14 0 215335 0
[pid=20181/tid=20183] ppid=20179 vsize=915460 CPUtime=0.03
/proc/20181/task/20183/stat : 20183 (java) S 20179 20181 19841 0 -1 64 404 0 0 0 3 0 0 0 16 0 8 0 155338240 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20184/stat : 20184 (java) S 20179 20181 19841 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338240 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20185] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20185/stat : 20185 (java) S 20179 20181 19841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338240 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20186] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20186/stat : 20186 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155338243 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20187] ppid=20179 vsize=915460 CPUtime=0.23
/proc/20181/task/20187/stat : 20187 (java) S 20179 20181 19841 0 -1 64 392 0 0 0 22 1 0 0 16 0 8 0 155338243 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20188] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20188/stat : 20188 (java) S 20179 20181 19841 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155338243 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20189] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20189/stat : 20189 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338243 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915460

[startup+12.7383 s]
/proc/loadavg: 0.56 0.87 1.35 3/87 20189
/proc/meminfo: memFree=1637504/2055920 swapFree=4191892/4192956
[pid=20181] ppid=20179 vsize=915460 CPUtime=12.62
/proc/20181/stat : 20181 (java) R 20179 20181 19841 0 -1 0 9621 0 1 0 1256 6 0 0 25 0 8 0 155338236 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073815706 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20181/statm: 228865 9357 2513 14 0 215335 0
[pid=20181/tid=20183] ppid=20179 vsize=915460 CPUtime=0.03
/proc/20181/task/20183/stat : 20183 (java) S 20179 20181 19841 0 -1 64 404 0 0 0 3 0 0 0 16 0 8 0 155338240 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20184/stat : 20184 (java) S 20179 20181 19841 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338240 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20185] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20185/stat : 20185 (java) S 20179 20181 19841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338240 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20186] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20186/stat : 20186 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155338243 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20187] ppid=20179 vsize=915460 CPUtime=0.23
/proc/20181/task/20187/stat : 20187 (java) S 20179 20181 19841 0 -1 64 392 0 0 0 22 1 0 0 16 0 8 0 155338243 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20188] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20188/stat : 20188 (java) S 20179 20181 19841 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155338243 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20189] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20189/stat : 20189 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338243 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 915460

[startup+25.5948 s]
/proc/loadavg: 0.88 0.92 1.36 3/87 20189
/proc/meminfo: memFree=1637504/2055920 swapFree=4191892/4192956
[pid=20181] ppid=20179 vsize=915460 CPUtime=25.37
/proc/20181/stat : 20181 (java) R 20179 20181 19841 0 -1 0 9621 0 1 0 2531 6 0 0 25 0 8 0 155338236 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073815560 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20181/statm: 228865 9357 2513 14 0 215335 0
[pid=20181/tid=20183] ppid=20179 vsize=915460 CPUtime=0.03
/proc/20181/task/20183/stat : 20183 (java) S 20179 20181 19841 0 -1 64 404 0 0 0 3 0 0 0 16 0 8 0 155338240 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20184/stat : 20184 (java) S 20179 20181 19841 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338240 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20185] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20185/stat : 20185 (java) S 20179 20181 19841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338240 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20186] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20186/stat : 20186 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155338243 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20187] ppid=20179 vsize=915460 CPUtime=0.23
/proc/20181/task/20187/stat : 20187 (java) S 20179 20181 19841 0 -1 64 392 0 0 0 22 1 0 0 16 0 8 0 155338243 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20188] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20188/stat : 20188 (java) S 20179 20181 19841 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155338243 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20189] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20189/stat : 20189 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338243 937431040 9357 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 915460

[startup+51.2909 s]
/proc/loadavg: 1.26 1.01 1.38 3/87 20189
/proc/meminfo: memFree=1637440/2055920 swapFree=4191892/4192956
[pid=20181] ppid=20179 vsize=915460 CPUtime=50.87
/proc/20181/stat : 20181 (java) R 20179 20181 19841 0 -1 0 9623 0 1 0 5080 7 0 0 25 0 8 0 155338236 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839036 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20181/statm: 228865 9358 2513 14 0 215335 0
[pid=20181/tid=20183] ppid=20179 vsize=915460 CPUtime=0.03
/proc/20181/task/20183/stat : 20183 (java) S 20179 20181 19841 0 -1 64 404 0 0 0 3 0 0 0 16 0 8 0 155338240 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20184/stat : 20184 (java) S 20179 20181 19841 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338240 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20185] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20185/stat : 20185 (java) S 20179 20181 19841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338240 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20186] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20186/stat : 20186 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155338243 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20187] ppid=20179 vsize=915460 CPUtime=0.23
/proc/20181/task/20187/stat : 20187 (java) S 20179 20181 19841 0 -1 64 393 0 0 0 22 1 0 0 16 0 8 0 155338243 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20188] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20188/stat : 20188 (java) S 20179 20181 19841 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155338243 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20189] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20189/stat : 20189 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338243 937431040 9358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 915460

[startup+102.58 s]
/proc/loadavg: 1.68 1.16 1.40 3/87 20189
/proc/meminfo: memFree=1637440/2055920 swapFree=4191892/4192956
[pid=20181] ppid=20179 vsize=915460 CPUtime=101.73
/proc/20181/stat : 20181 (java) R 20179 20181 19841 0 -1 0 9624 0 1 0 10166 7 0 0 25 0 8 0 155338236 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073841479 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20181/statm: 228865 9359 2513 14 0 215335 0
[pid=20181/tid=20183] ppid=20179 vsize=915460 CPUtime=0.03
/proc/20181/task/20183/stat : 20183 (java) S 20179 20181 19841 0 -1 64 404 0 0 0 3 0 0 0 16 0 8 0 155338240 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20184/stat : 20184 (java) S 20179 20181 19841 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338240 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20185] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20185/stat : 20185 (java) S 20179 20181 19841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338240 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20186] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20186/stat : 20186 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20187] ppid=20179 vsize=915460 CPUtime=0.23
/proc/20181/task/20187/stat : 20187 (java) S 20179 20181 19841 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20188] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20188/stat : 20188 (java) S 20179 20181 19841 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20189] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20189/stat : 20189 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 915460

[startup+162.609 s]
/proc/loadavg: 1.88 1.31 1.44 3/87 20189
/proc/meminfo: memFree=1637440/2055920 swapFree=4191892/4192956
[pid=20181] ppid=20179 vsize=915460 CPUtime=161.29
/proc/20181/stat : 20181 (java) R 20179 20181 19841 0 -1 0 9624 0 1 0 16122 7 0 0 25 0 8 0 155338236 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073863115 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/20181/task/20186/stat : 20186 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20187] ppid=20179 vsize=915460 CPUtime=0.23
/proc/20181/task/20187/stat : 20187 (java) S 20179 20181 19841 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20188] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20188/stat : 20188 (java) S 20179 20181 19841 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20189] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20189/stat : 20189 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1173.23
Current children cumulated vsize (KiB) 915460

[startup+1243.13 s]
/proc/loadavg: 2.00 1.97 1.81 3/87 20387
/proc/meminfo: memFree=1636864/2055920 swapFree=4191892/4192956
[pid=20181] ppid=20179 vsize=915460 CPUtime=1232.78
/proc/20181/stat : 20181 (java) R 20179 20181 19841 0 -1 0 9624 0 1 0 123259 19 0 0 25 0 8 0 155338236 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073813670 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20181/statm: 228865 9359 2513 14 0 215335 0
[pid=20181/tid=20183] ppid=20179 vsize=915460 CPUtime=0.03
/proc/20181/task/20183/stat : 20183 (java) S 20179 20181 19841 0 -1 64 404 0 0 0 3 0 0 0 16 0 8 0 155338240 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20184/stat : 20184 (java) S 20179 20181 19841 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338240 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20185] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20185/stat : 20185 (java) S 20179 20181 19841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338240 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20186] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20186/stat : 20186 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20187] ppid=20179 vsize=915460 CPUtime=0.23
/proc/20181/task/20187/stat : 20187 (java) S 20179 20181 19841 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20188] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20188/stat : 20188 (java) S 20179 20181 19841 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20189] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20189/stat : 20189 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1232.78
Current children cumulated vsize (KiB) 915460

[startup+1303.16 s]
/proc/loadavg: 2.00 1.97 1.82 3/87 20387
/proc/meminfo: memFree=1636800/2055920 swapFree=4191892/4192956
[pid=20181] ppid=20179 vsize=915460 CPUtime=1292.31
/proc/20181/stat : 20181 (java) R 20179 20181 19841 0 -1 0 9624 0 1 0 129212 19 0 0 25 0 8 0 155338236 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804521 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20181/statm: 228865 9359 2513 14 0 215335 0
[pid=20181/tid=20183] ppid=20179 vsize=915460 CPUtime=0.03
/proc/20181/task/20183/stat : 20183 (java) S 20179 20181 19841 0 -1 64 404 0 0 0 3 0 0 0 16 0 8 0 155338240 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20184/stat : 20184 (java) S 20179 20181 19841 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338240 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20185] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20185/stat : 20185 (java) S 20179 20181 19841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338240 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20186] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20186/stat : 20186 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20187] ppid=20179 vsize=915460 CPUtime=0.23
/proc/20181/task/20187/stat : 20187 (java) S 20179 20181 19841 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20188] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20188/stat : 20188 (java) S 20179 20181 19841 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20189] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20189/stat : 20189 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1292.31
Current children cumulated vsize (KiB) 915460

[startup+1363.18 s]
/proc/loadavg: 2.03 1.99 1.83 3/87 20387
/proc/meminfo: memFree=1636800/2055920 swapFree=4191892/4192956
[pid=20181] ppid=20179 vsize=915460 CPUtime=1351.85
/proc/20181/stat : 20181 (java) R 20179 20181 19841 0 -1 0 9624 0 1 0 135166 19 0 0 25 0 8 0 155338236 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073823131 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20181/statm: 228865 9359 2513 14 0 215335 0
[pid=20181/tid=20183] ppid=20179 vsize=915460 CPUtime=0.03
/proc/20181/task/20183/stat : 20183 (java) S 20179 20181 19841 0 -1 64 404 0 0 0 3 0 0 0 16 0 8 0 155338240 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20184/stat : 20184 (java) S 20179 20181 19841 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338240 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20185] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20185/stat : 20185 (java) S 20179 20181 19841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338240 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20186] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20186/stat : 20186 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20187] ppid=20179 vsize=915460 CPUtime=0.23
/proc/20181/task/20187/stat : 20187 (java) S 20179 20181 19841 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20188] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20188/stat : 20188 (java) S 20179 20181 19841 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20189] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20189/stat : 20189 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338243 937431040 9359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1351.85
Current children cumulated vsize (KiB) 915460

[startup+1423.21 s]
/proc/loadavg: 2.01 1.99 1.84 3/87 20387
/proc/meminfo: memFree=1636736/2055920 swapFree=4191892/4192956
[pid=20181] ppid=20179 vsize=915460 CPUtime=1411.4
/proc/20181/stat : 20181 (java) R 20179 20181 19841 0 -1 0 9625 0 1 0 141121 19 0 0 25 0 8 0 155338236 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073815792 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20181/statm: 228865 9360 2513 14 0 215335 0
[pid=20181/tid=20183] ppid=20179 vsize=915460 CPUtime=0.03
/proc/20181/task/20183/stat : 20183 (java) S 20179 20181 19841 0 -1 64 404 0 0 0 3 0 0 0 16 0 8 0 155338240 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20184/stat : 20184 (java) S 20179 20181 19841 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338240 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20185] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20185/stat : 20185 (java) S 20179 20181 19841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338240 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20186] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20186/stat : 20186 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155338243 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20187] ppid=20179 vsize=915460 CPUtime=0.23
/proc/20181/task/20187/stat : 20187 (java) S 20179 20181 19841 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155338243 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20188] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20188/stat : 20188 (java) S 20179 20181 19841 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155338243 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20189] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20189/stat : 20189 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338243 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1411.4
Current children cumulated vsize (KiB) 915460

[startup+1483.24 s]
/proc/loadavg: 2.04 2.00 1.85 3/87 20387
/proc/meminfo: memFree=1636736/2055920 swapFree=4191892/4192956
[pid=20181] ppid=20179 vsize=915460 CPUtime=1470.92
/proc/20181/stat : 20181 (java) R 20179 20181 19841 0 -1 0 9625 0 1 0 147073 19 0 0 25 0 8 0 155338236 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073815600 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20181/statm: 228865 9360 2513 14 0 215335 0
[pid=20181/tid=20183] ppid=20179 vsize=915460 CPUtime=0.03
/proc/20181/task/20183/stat : 20183 (java) S 20179 20181 19841 0 -1 64 404 0 0 0 3 0 0 0 16 0 8 0 155338240 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20184/stat : 20184 (java) S 20179 20181 19841 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338240 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20185] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20185/stat : 20185 (java) S 20179 20181 19841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338240 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20186] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20186/stat : 20186 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155338243 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20187] ppid=20179 vsize=915460 CPUtime=0.23
/proc/20181/task/20187/stat : 20187 (java) S 20179 20181 19841 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155338243 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20188] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20188/stat : 20188 (java) S 20179 20181 19841 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155338243 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20189] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20189/stat : 20189 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338243 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.92
Current children cumulated vsize (KiB) 915460

[startup+1543.26 s]
/proc/loadavg: 1.93 1.98 1.85 3/87 20443
/proc/meminfo: memFree=1599160/2055920 swapFree=4191892/4192956
[pid=20181] ppid=20179 vsize=915460 CPUtime=1530.47
/proc/20181/stat : 20181 (java) R 20179 20181 19841 0 -1 0 9625 0 1 0 153026 21 0 0 25 0 8 0 155338236 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073824069 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20181/statm: 228865 9360 2513 14 0 215335 0
[pid=20181/tid=20183] ppid=20179 vsize=915460 CPUtime=0.03
/proc/20181/task/20183/stat : 20183 (java) S 20179 20181 19841 0 -1 64 404 0 0 0 3 0 0 0 16 0 8 0 155338240 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20184/stat : 20184 (java) S 20179 20181 19841 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338240 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20185] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20185/stat : 20185 (java) S 20179 20181 19841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338240 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20186] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20186/stat : 20186 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155338243 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20187] ppid=20179 vsize=915460 CPUtime=0.23
/proc/20181/task/20187/stat : 20187 (java) S 20179 20181 19841 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155338243 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20188] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20188/stat : 20188 (java) S 20179 20181 19841 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155338243 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20189] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20189/stat : 20189 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338243 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.47
Current children cumulated vsize (KiB) 915460

[startup+1603.28 s]
/proc/loadavg: 1.50 1.86 1.81 2/72 20513
/proc/meminfo: memFree=1670024/2055920 swapFree=4191892/4192956
[pid=20181] ppid=20179 vsize=915460 CPUtime=1590.41
/proc/20181/stat : 20181 (java) R 20179 20181 19841 0 -1 0 9625 0 1 0 159020 21 0 0 25 0 8 0 155338236 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073823126 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20181/statm: 228865 9360 2513 14 0 215335 0
[pid=20181/tid=20183] ppid=20179 vsize=915460 CPUtime=0.03
/proc/20181/task/20183/stat : 20183 (java) S 20179 20181 19841 0 -1 64 404 0 0 0 3 0 0 0 16 0 8 0 155338240 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20184] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20184/stat : 20184 (java) S 20179 20181 19841 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 155338240 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20185] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20185/stat : 20185 (java) S 20179 20181 19841 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 155338240 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20186] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20186/stat : 20186 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 155338243 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20187] ppid=20179 vsize=915460 CPUtime=0.23
/proc/20181/task/20187/stat : 20187 (java) S 20179 20181 19841 0 -1 64 394 0 0 0 22 1 0 0 16 0 8 0 155338243 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20188] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20188/stat : 20188 (java) S 20179 20181 19841 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 155338243 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20181/tid=20189] ppid=20179 vsize=915460 CPUtime=0
/proc/20181/task/20189/stat : 20189 (java) S 20179 20181 19841 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 155338243 937431040 9360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.41
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 1635.26
CPU time (s): 1622.36
CPU user time (s): 1622.13
CPU system time (s): 0.220966
CPU usage (%): 99.211
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1622.13
system time used= 0.220966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9631
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= 34220
involuntary context switches= 87695

runsolver used 1.39179 s user time and 4.50731 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Jan  6 07:43:04 UTC 2007


IDJOB= 194548
IDBENCH= 3220
FILE ID= node75/194548-1168069378

PBS_JOBID= 3475929

Free space on /tmp= 66546 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2aa26cf8c089e842c54a46bd487b4a45

RANDOM SEED= 454504442

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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1665624 kB
Buffers:         19212 kB
Cached:         259320 kB
SwapCached:        268 kB
Active:          71356 kB
Inactive:       254500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665624 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            4260 kB
Writeback:           0 kB
Mapped:          66244 kB
Slab:            49660 kB
Committed_AS:  3825984 kB
PageTables:       1900 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= 66548 MiB



End job on node75 on Sat Jan  6 08:10:24 UTC 2007