Trace number 217258

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESACSAT 1546.18 1559.35

DiagnosticValue
CHECKS10685475368
NODES6040065

General information on the benchmark

Namefrb/frb50-23/
frb50-23-5-mgd_ext.xml
MD5SUM8ad4a4093fdbb12708dd761ac188ad60
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 benchmark328.129
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints428
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension428
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/217258-1168245044/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=50  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23
0.43	       =>  wckTime=0.104  cpuTime=0.08  mem=6M951
0.43	   
0.43	   relations being loaded...
0.58	   
0.58	   constraints being loaded...
0.71	     nbConstraints=428  nbRelationTypes=428  nbExtensionStructures=428  nbSharedExtensionStructures=0
0.71	     nbConflictsStructures=428  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1276  maxDegree=23
0.71	     maxArity=2
0.71	       =>  wckTime=0.389  cpuTime=0.29  mem=16M802
0.76	   
0.76	   solver IterativeSystematicSolver being built... 
0.92	       =>  wckTime=0.598  cpuTime=0.42  mem=15M517
0.98	   
0.98	   preprocessing
0.98	     nbConstraintChecks=109313  nbPropagations=1075  nbRevisions=8780  nbUselessRevisions=7403  nbSingletonTests=59
0.98	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.98	       =>  wckTime=0.057  cpuTime=0.04  mem=15M517
1.01	   
1.01	   search
1.01	     run=0  nbConstraintChecks=33105  nbPropagations=1475  nbRevisions=13193  nbUselessRevisions=10999  nbAssignments=22
1.01	     nbFailedAssignments=4  nbBacktracks=11  nbVisitedNodes=29  nbRestartNogoods=0  mapSize=5  nbInferences=0
1.01	     nbTooLargeKeys=0
1.01	       =>  wckTime=0.083  cpuTime=0.06  mem=15M517
1.03	   
1.03	   search
1.03	     run=1  nbConstraintChecks=91769  nbPropagations=3674  nbRevisions=35377  nbUselessRevisions=29358  nbAssignments=56
1.03	     nbFailedAssignments=12  nbBacktracks=27  nbVisitedNodes=80  nbRestartNogoods=1  mapSize=17  nbInferences=0
1.03	     nbTooLargeKeys=0
1.03	       =>  wckTime=0.107  cpuTime=0.07  mem=15M517
1.05	   
1.05	   search
1.05	     run=2  nbConstraintChecks=168899  nbPropagations=6834  nbRevisions=69557  nbUselessRevisions=57615
1.05	     nbAssignments=105  nbFailedAssignments=24  nbBacktracks=50  nbVisitedNodes=152  nbRestartNogoods=3  mapSize=33
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.123  cpuTime=0.09  mem=15M517
1.07	   
1.07	   search
1.07	     run=3  nbConstraintChecks=319626  nbPropagations=11619  nbRevisions=122839  nbUselessRevisions=101080
1.07	     nbAssignments=181  nbFailedAssignments=40  nbBacktracks=84  nbVisitedNodes=243  nbRestartNogoods=7  mapSize=58
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.148  cpuTime=0.11  mem=15M517
1.11	   
1.11	   search
1.11	     run=4  nbConstraintChecks=480341  nbPropagations=18420  nbRevisions=204528  nbUselessRevisions=167941
1.11	     nbAssignments=278  nbFailedAssignments=78  nbBacktracks=134  nbVisitedNodes=408  nbRestartNogoods=11  mapSize=103
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.185  cpuTime=0.14  mem=15M517
1.17	   
1.17	   search
1.17	     run=5  nbConstraintChecks=786920  nbPropagations=28372  nbRevisions=327832  nbUselessRevisions=266928
1.17	     nbAssignments=418  nbFailedAssignments=132  nbBacktracks=209  nbVisitedNodes=650  nbRestartNogoods=14  mapSize=167
1.17	     nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.244  cpuTime=0.19  mem=15M517
1.22	   
1.22	   search
1.22	     run=6  nbConstraintChecks=1092174  nbPropagations=42110  nbRevisions=504671  nbUselessRevisions=409414
1.22	     nbAssignments=598  nbFailedAssignments=194  nbBacktracks=322  nbVisitedNodes=956  nbRestartNogoods=17  mapSize=265
1.22	     nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.299  cpuTime=0.25  mem=15M517
1.31	   
1.31	   search
1.31	     run=7  nbConstraintChecks=1612203  nbPropagations=61428  nbRevisions=757762  nbUselessRevisions=612207
1.31	     nbAssignments=882  nbFailedAssignments=300  nbBacktracks=493  nbVisitedNodes=1427  nbRestartNogoods=18  mapSize=391
1.31	     nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.384  cpuTime=0.33  mem=15M517
1.45	   
1.45	   search
1.45	     run=8  nbConstraintChecks=2453291  nbPropagations=90180  nbRevisions=1142911  nbUselessRevisions=921363
1.45	     nbAssignments=1351  nbFailedAssignments=476  nbBacktracks=751  nbVisitedNodes=2190  nbRestartNogoods=25
1.45	     mapSize=606  nbInferences=0  nbTooLargeKeys=0
1.45	       =>  wckTime=0.525  cpuTime=0.46  mem=15M517
1.64	   
1.64	   search
1.64	     run=9  nbConstraintChecks=3490137  nbPropagations=131654  nbRevisions=1706123  nbUselessRevisions=1372771
1.64	     nbAssignments=1994  nbFailedAssignments=723  nbBacktracks=1140  nbVisitedNodes=3281  nbRestartNogoods=31
1.64	     mapSize=924  nbInferences=0  nbTooLargeKeys=0
1.64	       =>  wckTime=0.713  cpuTime=0.65  mem=15M517
1.69	   
1.69	   INFO : Stopping hyperNogood (mapSize=1019, nbTooLargekeys=0, mem=15M517)
1.89	   
1.89	   search
1.89	     run=10  nbConstraintChecks=5043468  nbPropagations=192434  nbRevisions=2539344  nbUselessRevisions=2041075
1.89	     nbAssignments=2966  nbFailedAssignments=1106  nbBacktracks=1721  nbVisitedNodes=4950  nbRestartNogoods=34
1.89	       =>  wckTime=0.969  cpuTime=0.89  mem=15M517
2.27	   
2.27	   search
2.27	     run=11  nbConstraintChecks=7431617  nbPropagations=282722  nbRevisions=3793165  nbUselessRevisions=3047533
2.27	     nbAssignments=4428  nbFailedAssignments=1694  nbBacktracks=2585  nbVisitedNodes=7479  nbRestartNogoods=38
2.27	       =>  wckTime=1.346  cpuTime=1.25  mem=15M517
2.82	   
2.82	   search
2.82	     run=12  nbConstraintChecks=11313586  nbPropagations=416372  nbRevisions=5648519  nbUselessRevisions=4529696
2.82	     nbAssignments=6529  nbFailedAssignments=2490  nbBacktracks=3883  nbVisitedNodes=11045  nbRestartNogoods=43
2.82	       =>  wckTime=1.902  cpuTime=1.81  mem=15M517
3.61	   
3.61	   search
3.61	     run=13  nbConstraintChecks=16525808  nbPropagations=612713  nbRevisions=8384360  nbUselessRevisions=6719104
3.61	     nbAssignments=9667  nbFailedAssignments=3662  nbBacktracks=5829  nbVisitedNodes=16341  nbRestartNogoods=53
3.61	       =>  wckTime=2.688  cpuTime=2.58  mem=15M517
4.77	   
4.77	   search
4.77	     run=14  nbConstraintChecks=24117879  nbPropagations=904747  nbRevisions=12484124  nbUselessRevisions=10008551
4.77	     nbAssignments=14421  nbFailedAssignments=5488  nbBacktracks=8749  nbVisitedNodes=24493  nbRestartNogoods=56
4.77	       =>  wckTime=3.851  cpuTime=3.74  mem=15M517
6.87	   
6.87	   search
6.87	     run=15  nbConstraintChecks=39068480  nbPropagations=1358248  nbRevisions=18963431  nbUselessRevisions=15208019
6.87	     nbAssignments=22085  nbFailedAssignments=8765  nbBacktracks=13127  nbVisitedNodes=37957  nbRestartNogoods=66
6.87	       =>  wckTime=5.945  cpuTime=5.81  mem=16M492
9.57	   
9.57	   search
9.57	     run=16  nbConstraintChecks=57826408  nbPropagations=2028418  nbRevisions=28445333  nbUselessRevisions=22797182
9.57	     nbAssignments=32626  nbFailedAssignments=12727  nbBacktracks=19698  nbVisitedNodes=55869  nbRestartNogoods=84
9.57	       =>  wckTime=8.643  cpuTime=8.49  mem=16M492
13.69	   
13.69	   search
13.69	     run=17  nbConstraintChecks=86055081  nbPropagations=3026267  nbRevisions=42669070  nbUselessRevisions=34204415
13.69	     nbAssignments=48728  nbFailedAssignments=18967  nbBacktracks=29552  nbVisitedNodes=83404  nbRestartNogoods=91
13.69	       =>  wckTime=12.769  cpuTime=12.57  mem=16M492
19.90	   
19.90	   search
19.90	     run=18  nbConstraintChecks=127327342  nbPropagations=4522950  nbRevisions=64075248  nbUselessRevisions=51419225
19.90	     nbAssignments=73157  nbFailedAssignments=28607  nbBacktracks=44333  nbVisitedNodes=125424  nbRestartNogoods=102
19.90	       =>  wckTime=18.975  cpuTime=18.72  mem=16M492
29.40	   
29.40	   search
29.40	     run=19  nbConstraintChecks=194866242  nbPropagations=6761833  nbRevisions=95890628  nbUselessRevisions=76904253
29.40	     nbAssignments=109120  nbFailedAssignments=42392  nbBacktracks=66502  nbVisitedNodes=186706  nbRestartNogoods=109
29.40	       =>  wckTime=28.48  cpuTime=28.14  mem=16M492
43.69	   
43.69	   search
43.69	     run=20  nbConstraintChecks=291036669  nbPropagations=10144765  nbRevisions=144209313  nbUselessRevisions=115688988
43.69	     nbAssignments=163811  nbFailedAssignments=63811  nbBacktracks=99754  nbVisitedNodes=281040  nbRestartNogoods=128
43.69	       =>  wckTime=42.766  cpuTime=42.3  mem=16M492
64.19	   
64.19	   search
64.19	     run=21  nbConstraintChecks=433851434  nbPropagations=15153932  nbRevisions=215215196  nbUselessRevisions=172534769
64.19	     nbAssignments=243959  nbFailedAssignments=94072  nbBacktracks=149634  nbVisitedNodes=417124  nbRestartNogoods=137
64.19	       =>  wckTime=63.27  cpuTime=62.61  mem=16M492
95.61	   
95.61	   search
95.61	     run=22  nbConstraintChecks=652723660  nbPropagations=22643784  nbRevisions=321851093  nbUselessRevisions=257950300
95.61	     nbAssignments=365123  nbFailedAssignments=140411  nbBacktracks=224452  nbVisitedNodes=624243  nbRestartNogoods=145
95.61	       =>  wckTime=94.687  cpuTime=93.74  mem=16M492
144.61	   
144.61	   search
144.61	     run=23  nbConstraintChecks=992437116  nbPropagations=34016641  nbRevisions=483934866  nbUselessRevisions=387811568
144.61	     nbAssignments=549381  nbFailedAssignments=212429  nbBacktracks=336682  nbVisitedNodes=942189  nbRestartNogoods=156
144.61	       =>  wckTime=143.685  cpuTime=142.3  mem=16M492
212.17	   
212.17	   search
212.17	     run=24  nbConstraintChecks=1439400777  nbPropagations=50882932  nbRevisions=724614362  nbUselessRevisions=581182663
212.17	     nbAssignments=819602  nbFailedAssignments=314298  nbBacktracks=505024  nbVisitedNodes=1403756  nbRestartNogoods=175
212.17	       =>  wckTime=211.25  cpuTime=209.24  mem=16M492
320.19	   
320.19	   search
320.19	     run=25  nbConstraintChecks=2198637447  nbPropagations=76230174  nbRevisions=1085704730
320.19	     nbUselessRevisions=870780906  nbAssignments=1231411  nbFailedAssignments=473589  nbBacktracks=757537
320.19	     nbVisitedNodes=2109272  nbRestartNogoods=191
320.19	       =>  wckTime=319.272  cpuTime=316.28  mem=16M492
488.24	   
488.24	   search
488.24	     run=26  nbConstraintChecks=3348413124  nbPropagations=114879186  nbRevisions=1642144789
488.24	     nbUselessRevisions=1318537583  nbAssignments=1865214  nbFailedAssignments=728616  nbBacktracks=1136304
488.24	     nbVisitedNodes=3209810  nbRestartNogoods=209
488.24	       =>  wckTime=487.313  cpuTime=482.8  mem=16M492
718.27	   
718.27	   search
718.27	     run=27  nbConstraintChecks=4931990240  nbPropagations=171855317  nbRevisions=2456984090
718.27	     nbUselessRevisions=1973151670  nbAssignments=2769310  nbFailedAssignments=1064552  nbBacktracks=1704455
718.27	     nbVisitedNodes=4739837  nbRestartNogoods=222
718.27	       =>  wckTime=717.344  cpuTime=710.73  mem=16M492
1092.75	   
1092.75	   search
1092.75	     run=28  nbConstraintChecks=7522242757  nbPropagations=258345439  nbRevisions=3700527994
1092.75	     nbUselessRevisions=2972896481  nbAssignments=4180210  nbFailedAssignments=1623215  nbBacktracks=2556686
1092.75	     nbVisitedNodes=7181401  nbRestartNogoods=240
1092.75	       =>  wckTime=1091.827  cpuTime=1081.59  mem=16M492
1559.29	   
1559.29	   search
1559.29	     run=29  nbConstraintChecks=10685366055  nbPropagations=382344427  nbRevisions=5479454626
1559.29	     nbUselessRevisions=4403839392  nbAssignments=6040065  nbFailedAssignments=2323011  nbBacktracks=3716695
1559.29	     nbVisitedNodes=10346733  nbRestartNogoods=252
1559.29	       =>  wckTime=1558.367  cpuTime=1545.17  mem=16M492
1559.29	   
1559.29	   global
1559.29	     nbConstraintChecks=10685475368  nbPropagations=382345502  nbRevisions=5479463406  nbUselessRevisions=4403846795
1559.29	     nbRestartNogoods=252  solvingWckTime=1558.368  solvingCpuTime=1545.17  expiredTime=no  totalExploration=no
1559.29	     nbFoundSolutions=1  globalCpuTime=1545.65
1559.29	       =>  wckTime=1558.969  cpuTime=1545.59  mem=16M492
1559.30	   
1559.30	s SATISFIABLE
1559.30	v 0 12 2 7 19 2 16 16 18 7 22 19 12 20 4 21 7 15 10 8 12 5 12 19 11 5 20 6 1 6 0 14 18 22 21 10 22 17 0 4 10 11 19 16 16 17 11 5 2 20 
1559.30	d NODES 6040065
1559.30	d CHECKS 10685475368
1559.30	   
1559.30	   totalWckTime=1559.052  totalCpuTime=1545.66

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/node14/watcher-217258-1168245044 -o ROOT/results/node14/solver-217258-1168245044 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217258-1168245044/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.99 1.95 1.93 4/88 19051
/proc/meminfo: memFree=1826760/2055920 swapFree=4182236/4192956
[pid=19050] ppid=19048 vsize=11820 CPUtime=0
/proc/19050/stat : 19050 (java) D 19048 19050 18983 0 -1 0 760 0 1 0 0 0 0 0 17 0 1 0 172899368 12103680 510 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 6927140 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/19050/statm: 2967 515 425 14 0 1602 0

[startup+0.104242 s]
/proc/loadavg: 1.99 1.95 1.93 4/88 19051
/proc/meminfo: memFree=1826760/2055920 swapFree=4182236/4192956
[pid=19050] ppid=19048 vsize=913068 CPUtime=0.08
/proc/19050/stat : 19050 (java) S 19048 19050 18983 0 -1 0 2884 0 1 0 7 1 0 0 18 0 8 0 172899368 934981632 2630 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19050/statm: 228267 2630 1396 14 0 215168 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 913068

[startup+0.512272 s]
/proc/loadavg: 1.99 1.95 1.93 4/88 19051
/proc/meminfo: memFree=1826760/2055920 swapFree=4182236/4192956
[pid=19050] ppid=19048 vsize=915328 CPUtime=0.49
/proc/19050/stat : 19050 (java) R 19048 19050 18983 0 -1 0 6833 0 1 0 45 4 0 0 18 0 8 0 172899368 937295872 6572 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072920072 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19050/statm: 228832 6572 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33535 s]
/proc/loadavg: 1.99 1.95 1.93 3/95 19058
/proc/meminfo: memFree=1799440/2055920 swapFree=4182236/4192956
[pid=19050] ppid=19048 vsize=915460 CPUtime=1.3
/proc/19050/stat : 19050 (java) R 19048 19050 18983 0 -1 0 9551 0 1 0 123 7 0 0 24 0 8 0 172899368 937431040 9289 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19050/statm: 228865 9289 2524 14 0 215335 0
[pid=19050/tid=19052] ppid=19048 vsize=915460 CPUtime=0.03
/proc/19050/task/19052/stat : 19052 (java) S 19048 19050 18983 0 -1 64 391 0 0 0 3 0 0 0 16 0 8 0 172899372 937431040 9289 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19053] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19053/stat : 19053 (java) S 19048 19050 18983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172899372 937431040 9289 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19054] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19054/stat : 19054 (java) S 19048 19050 18983 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172899372 937431040 9289 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19055] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19055/stat : 19055 (java) S 19048 19050 18983 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 172899376 937431040 9289 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19056] ppid=19048 vsize=915460 CPUtime=0.22
/proc/19050/task/19056/stat : 19056 (java) S 19048 19050 18983 0 -1 64 379 0 0 0 21 1 0 0 15 0 8 0 172899376 937431040 9289 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19057] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19057/stat : 19057 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172899376 937431040 9289 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19058] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19058/stat : 19058 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172899376 937431040 9289 18446744073709551615 134512640 134570532 4294956464 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) 915460

[startup+2.9895 s]
/proc/loadavg: 1.99 1.95 1.93 3/95 19058
/proc/meminfo: memFree=1799384/2055920 swapFree=4182236/4192956
[pid=19050] ppid=19048 vsize=915460 CPUtime=2.94
/proc/19050/stat : 19050 (java) R 19048 19050 18983 0 -1 0 9569 0 1 0 287 7 0 0 25 0 8 0 172899368 937431040 9305 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073803056 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19050/statm: 228865 9305 2524 14 0 215335 0
[pid=19050/tid=19052] ppid=19048 vsize=915460 CPUtime=0.03
/proc/19050/task/19052/stat : 19052 (java) S 19048 19050 18983 0 -1 64 391 0 0 0 3 0 0 0 17 0 8 0 172899372 937431040 9305 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19053] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19053/stat : 19053 (java) S 19048 19050 18983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172899372 937431040 9305 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19054] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19054/stat : 19054 (java) S 19048 19050 18983 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172899372 937431040 9305 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19055] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19055/stat : 19055 (java) S 19048 19050 18983 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 172899376 937431040 9305 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19056] ppid=19048 vsize=915460 CPUtime=0.25
/proc/19050/task/19056/stat : 19056 (java) S 19048 19050 18983 0 -1 64 396 0 0 0 24 1 0 0 15 0 8 0 172899376 937431040 9305 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19057] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19057/stat : 19057 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172899376 937431040 9305 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19058] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19058/stat : 19058 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172899376 937431040 9305 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915460

[startup+6.27681 s]
/proc/loadavg: 1.99 1.95 1.93 3/95 19058
/proc/meminfo: memFree=1799256/2055920 swapFree=4182236/4192956
[pid=19050] ppid=19048 vsize=915460 CPUtime=6.2
/proc/19050/stat : 19050 (java) R 19048 19050 18983 0 -1 0 9570 0 1 0 613 7 0 0 25 0 8 0 172899368 937431040 9306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073827380 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19050/statm: 228865 9306 2524 14 0 215335 0
[pid=19050/tid=19052] ppid=19048 vsize=915460 CPUtime=0.03
/proc/19050/task/19052/stat : 19052 (java) S 19048 19050 18983 0 -1 64 391 0 0 0 3 0 0 0 16 0 8 0 172899372 937431040 9306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19053] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19053/stat : 19053 (java) S 19048 19050 18983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172899372 937431040 9306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19054] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19054/stat : 19054 (java) S 19048 19050 18983 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172899372 937431040 9306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19055] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19055/stat : 19055 (java) S 19048 19050 18983 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 172899376 937431040 9306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19056] ppid=19048 vsize=915460 CPUtime=0.25
/proc/19050/task/19056/stat : 19056 (java) S 19048 19050 18983 0 -1 64 396 0 0 0 24 1 0 0 15 0 8 0 172899376 937431040 9306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19057] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19057/stat : 19057 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172899376 937431040 9306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19058] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19058/stat : 19058 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172899376 937431040 9306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915460

[startup+12.7664 s]
/proc/loadavg: 1.99 1.96 1.93 3/95 19058
/proc/meminfo: memFree=1799256/2055920 swapFree=4182236/4192956
[pid=19050] ppid=19048 vsize=915460 CPUtime=12.63
/proc/19050/stat : 19050 (java) R 19048 19050 18983 0 -1 0 9570 0 1 0 1256 7 0 0 25 0 8 0 172899368 937431040 9306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073826678 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19050/statm: 228865 9306 2524 14 0 215335 0
[pid=19050/tid=19052] ppid=19048 vsize=915460 CPUtime=0.03
/proc/19050/task/19052/stat : 19052 (java) S 19048 19050 18983 0 -1 64 391 0 0 0 3 0 0 0 16 0 8 0 172899372 937431040 9306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19053] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19053/stat : 19053 (java) S 19048 19050 18983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172899372 937431040 9306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19054] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19054/stat : 19054 (java) S 19048 19050 18983 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172899372 937431040 9306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19055] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19055/stat : 19055 (java) S 19048 19050 18983 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 172899376 937431040 9306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19056] ppid=19048 vsize=915460 CPUtime=0.25
/proc/19050/task/19056/stat : 19056 (java) S 19048 19050 18983 0 -1 64 396 0 0 0 24 1 0 0 15 0 8 0 172899376 937431040 9306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19057] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19057/stat : 19057 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172899376 937431040 9306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19058] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19058/stat : 19058 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172899376 937431040 9306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915460

[startup+25.6046 s]
/proc/loadavg: 1.99 1.96 1.93 3/95 19058
/proc/meminfo: memFree=1799320/2055920 swapFree=4182236/4192956
[pid=19050] ppid=19048 vsize=915460 CPUtime=25.35
/proc/19050/stat : 19050 (java) R 19048 19050 18983 0 -1 0 9572 0 1 0 2528 7 0 0 25 0 8 0 172899368 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073802057 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19050/statm: 228865 9307 2524 14 0 215335 0
[pid=19050/tid=19052] ppid=19048 vsize=915460 CPUtime=0.03
/proc/19050/task/19052/stat : 19052 (java) S 19048 19050 18983 0 -1 64 391 0 0 0 3 0 0 0 16 0 8 0 172899372 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19053] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19053/stat : 19053 (java) S 19048 19050 18983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172899372 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19054] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19054/stat : 19054 (java) S 19048 19050 18983 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172899372 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19055] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19055/stat : 19055 (java) S 19048 19050 18983 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 172899376 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19056] ppid=19048 vsize=915460 CPUtime=0.25
/proc/19050/task/19056/stat : 19056 (java) S 19048 19050 18983 0 -1 64 397 0 0 0 24 1 0 0 16 0 8 0 172899376 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19057] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19057/stat : 19057 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172899376 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19058] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19058/stat : 19058 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172899376 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915460

[startup+51.2201 s]
/proc/loadavg: 1.99 1.96 1.93 3/95 19058
/proc/meminfo: memFree=1799320/2055920 swapFree=4182236/4192956
[pid=19050] ppid=19048 vsize=915460 CPUtime=50.73
/proc/19050/stat : 19050 (java) R 19048 19050 18983 0 -1 0 9572 0 1 0 5066 7 0 0 25 0 8 0 172899368 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073824517 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19050/statm: 228865 9307 2524 14 0 215335 0
[pid=19050/tid=19052] ppid=19048 vsize=915460 CPUtime=0.03
/proc/19050/task/19052/stat : 19052 (java) S 19048 19050 18983 0 -1 64 391 0 0 0 3 0 0 0 16 0 8 0 172899372 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19053] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19053/stat : 19053 (java) S 19048 19050 18983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172899372 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19054] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19054/stat : 19054 (java) S 19048 19050 18983 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172899372 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19055] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19055/stat : 19055 (java) S 19048 19050 18983 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 172899376 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19056] ppid=19048 vsize=915460 CPUtime=0.25
/proc/19050/task/19056/stat : 19056 (java) S 19048 19050 18983 0 -1 64 397 0 0 0 24 1 0 0 16 0 8 0 172899376 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19057] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19057/stat : 19057 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172899376 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19058] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19058/stat : 19058 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172899376 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 915460

[startup+102.441 s]
/proc/loadavg: 1.99 1.96 1.93 3/95 19058
/proc/meminfo: memFree=1799256/2055920 swapFree=4182236/4192956
[pid=19050] ppid=19048 vsize=915460 CPUtime=101.49
/proc/19050/stat : 19050 (java) R 19048 19050 18983 0 -1 0 9572 0 1 0 10141 8 0 0 25 0 8 0 172899368 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19050/statm: 228865 9307 2524 14 0 215335 0
[pid=19050/tid=19052] ppid=19048 vsize=915460 CPUtime=0.03
/proc/19050/task/19052/stat : 19052 (java) S 19048 19050 18983 0 -1 64 391 0 0 0 3 0 0 0 16 0 8 0 172899372 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19053] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19053/stat : 19053 (java) S 19048 19050 18983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172899372 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19054] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19054/stat : 19054 (java) S 19048 19050 18983 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172899372 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19055] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19055/stat : 19055 (java) S 19048 19050 18983 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 172899376 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19056] ppid=19048 vsize=915460 CPUtime=0.25
/proc/19050/task/19056/stat : 19056 (java) S 19048 19050 18983 0 -1 64 397 0 0 0 24 1 0 0 16 0 8 0 172899376 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19057] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19057/stat : 19057 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172899376 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19058] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19058/stat : 19058 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172899376 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 915460

[startup+162.511 s]
/proc/loadavg: 2.06 1.99 1.93 3/95 19058
/proc/meminfo: memFree=1799256/2055920 swapFree=4182236/4192956
[pid=19050] ppid=19048 vsize=915460 CPUtime=161.01
/proc/19050/stat : 19050 (java) R 19048 19050 18983 0 -1 0 9572 0 1 0 16093 8 0 0 25 0 8 0 172899368 937431040 9307 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073824523 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/19050/task/19055/stat : 19055 (java) S 19048 19050 18983 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19056] ppid=19048 vsize=915460 CPUtime=0.26
/proc/19050/task/19056/stat : 19056 (java) S 19048 19050 18983 0 -1 64 398 0 0 0 25 1 0 0 16 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19057] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19057/stat : 19057 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19058] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19058/stat : 19058 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1113.15
Current children cumulated vsize (KiB) 915460

[startup+1183.68 s]
/proc/loadavg: 2.00 2.00 1.95 3/95 19058
/proc/meminfo: memFree=1797976/2055920 swapFree=4182236/4192956
[pid=19050] ppid=19048 vsize=915460 CPUtime=1172.67
/proc/19050/stat : 19050 (java) R 19048 19050 18983 0 -1 0 9573 0 1 0 117251 16 0 0 25 0 8 0 172899368 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073832067 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19050/statm: 228865 9308 2524 14 0 215335 0
[pid=19050/tid=19052] ppid=19048 vsize=915460 CPUtime=0.03
/proc/19050/task/19052/stat : 19052 (java) S 19048 19050 18983 0 -1 64 391 0 0 0 3 0 0 0 16 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19053] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19053/stat : 19053 (java) S 19048 19050 18983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19054] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19054/stat : 19054 (java) S 19048 19050 18983 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19055] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19055/stat : 19055 (java) S 19048 19050 18983 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19056] ppid=19048 vsize=915460 CPUtime=0.26
/proc/19050/task/19056/stat : 19056 (java) S 19048 19050 18983 0 -1 64 398 0 0 0 25 1 0 0 16 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19057] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19057/stat : 19057 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19058] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19058/stat : 19058 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.67
Current children cumulated vsize (KiB) 915460

[startup+1243.75 s]
/proc/loadavg: 2.00 2.00 1.95 3/95 19058
/proc/meminfo: memFree=1797976/2055920 swapFree=4182236/4192956
[pid=19050] ppid=19048 vsize=915460 CPUtime=1232.2
/proc/19050/stat : 19050 (java) R 19048 19050 18983 0 -1 0 9573 0 1 0 123204 16 0 0 25 0 8 0 172899368 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073802057 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19050/statm: 228865 9308 2524 14 0 215335 0
[pid=19050/tid=19052] ppid=19048 vsize=915460 CPUtime=0.03
/proc/19050/task/19052/stat : 19052 (java) S 19048 19050 18983 0 -1 64 391 0 0 0 3 0 0 0 16 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19053] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19053/stat : 19053 (java) S 19048 19050 18983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19054] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19054/stat : 19054 (java) S 19048 19050 18983 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19055] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19055/stat : 19055 (java) S 19048 19050 18983 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19056] ppid=19048 vsize=915460 CPUtime=0.26
/proc/19050/task/19056/stat : 19056 (java) S 19048 19050 18983 0 -1 64 398 0 0 0 25 1 0 0 16 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19057] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19057/stat : 19057 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19058] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19058/stat : 19058 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.2
Current children cumulated vsize (KiB) 915460

[startup+1303.82 s]
/proc/loadavg: 1.95 1.98 1.95 3/102 19135
/proc/meminfo: memFree=1709992/2055920 swapFree=4182236/4192956
[pid=19050] ppid=19048 vsize=915460 CPUtime=1291.87
/proc/19050/stat : 19050 (java) R 19048 19050 18983 0 -1 0 9573 0 1 0 129170 17 0 0 25 0 8 0 172899368 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073811006 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19050/statm: 228865 9308 2524 14 0 215335 0
[pid=19050/tid=19052] ppid=19048 vsize=915460 CPUtime=0.03
/proc/19050/task/19052/stat : 19052 (java) S 19048 19050 18983 0 -1 64 391 0 0 0 3 0 0 0 16 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19053] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19053/stat : 19053 (java) S 19048 19050 18983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19054] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19054/stat : 19054 (java) S 19048 19050 18983 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19055] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19055/stat : 19055 (java) S 19048 19050 18983 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19056] ppid=19048 vsize=915460 CPUtime=0.26
/proc/19050/task/19056/stat : 19056 (java) S 19048 19050 18983 0 -1 64 398 0 0 0 25 1 0 0 16 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19057] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19057/stat : 19057 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19058] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19058/stat : 19058 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1291.87
Current children cumulated vsize (KiB) 915460

[startup+1363.89 s]
/proc/loadavg: 1.98 1.98 1.95 3/102 19135
/proc/meminfo: memFree=1710120/2055920 swapFree=4182236/4192956
[pid=19050] ppid=19048 vsize=915460 CPUtime=1351.66
/proc/19050/stat : 19050 (java) R 19048 19050 18983 0 -1 0 9573 0 1 0 135149 17 0 0 25 0 8 0 172899368 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073831592 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19050/statm: 228865 9308 2524 14 0 215335 0
[pid=19050/tid=19052] ppid=19048 vsize=915460 CPUtime=0.03
/proc/19050/task/19052/stat : 19052 (java) S 19048 19050 18983 0 -1 64 391 0 0 0 3 0 0 0 16 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19053] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19053/stat : 19053 (java) S 19048 19050 18983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19054] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19054/stat : 19054 (java) S 19048 19050 18983 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19055] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19055/stat : 19055 (java) S 19048 19050 18983 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19056] ppid=19048 vsize=915460 CPUtime=0.26
/proc/19050/task/19056/stat : 19056 (java) S 19048 19050 18983 0 -1 64 398 0 0 0 25 1 0 0 16 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19057] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19057/stat : 19057 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19058] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19058/stat : 19058 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.66
Current children cumulated vsize (KiB) 915460

[startup+1423.96 s]
/proc/loadavg: 1.99 1.98 1.95 3/102 19135
/proc/meminfo: memFree=1692072/2055920 swapFree=4182236/4192956
[pid=19050] ppid=19048 vsize=915460 CPUtime=1411.45
/proc/19050/stat : 19050 (java) R 19048 19050 18983 0 -1 0 9573 0 1 0 141127 18 0 0 25 0 8 0 172899368 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073803919 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19050/statm: 228865 9308 2524 14 0 215335 0
[pid=19050/tid=19052] ppid=19048 vsize=915460 CPUtime=0.03
/proc/19050/task/19052/stat : 19052 (java) S 19048 19050 18983 0 -1 64 391 0 0 0 3 0 0 0 16 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19053] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19053/stat : 19053 (java) S 19048 19050 18983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19054] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19054/stat : 19054 (java) S 19048 19050 18983 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19055] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19055/stat : 19055 (java) S 19048 19050 18983 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19056] ppid=19048 vsize=915460 CPUtime=0.26
/proc/19050/task/19056/stat : 19056 (java) S 19048 19050 18983 0 -1 64 398 0 0 0 25 1 0 0 16 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19057] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19057/stat : 19057 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19058] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19058/stat : 19058 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1411.45
Current children cumulated vsize (KiB) 915460

[startup+1484.02 s]
/proc/loadavg: 1.99 1.98 1.95 3/102 19135
/proc/meminfo: memFree=1692072/2055920 swapFree=4182236/4192956
[pid=19050] ppid=19048 vsize=915460 CPUtime=1471.24
/proc/19050/stat : 19050 (java) R 19048 19050 18983 0 -1 0 9573 0 1 0 147106 18 0 0 25 0 8 0 172899368 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073809203 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19050/statm: 228865 9308 2524 14 0 215335 0
[pid=19050/tid=19052] ppid=19048 vsize=915460 CPUtime=0.03
/proc/19050/task/19052/stat : 19052 (java) S 19048 19050 18983 0 -1 64 391 0 0 0 3 0 0 0 16 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19053] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19053/stat : 19053 (java) S 19048 19050 18983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19054] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19054/stat : 19054 (java) S 19048 19050 18983 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19055] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19055/stat : 19055 (java) S 19048 19050 18983 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19056] ppid=19048 vsize=915460 CPUtime=0.26
/proc/19050/task/19056/stat : 19056 (java) S 19048 19050 18983 0 -1 64 398 0 0 0 25 1 0 0 16 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19057] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19057/stat : 19057 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19058] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19058/stat : 19058 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1471.24
Current children cumulated vsize (KiB) 915460

[startup+1544.09 s]
/proc/loadavg: 1.99 1.98 1.95 3/102 19135
/proc/meminfo: memFree=1692008/2055920 swapFree=4182236/4192956
[pid=19050] ppid=19048 vsize=915460 CPUtime=1531.02
/proc/19050/stat : 19050 (java) R 19048 19050 18983 0 -1 0 9573 0 1 0 153084 18 0 0 25 0 8 0 172899368 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918564 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19050/statm: 228865 9308 2524 14 0 215335 0
[pid=19050/tid=19052] ppid=19048 vsize=915460 CPUtime=0.03
/proc/19050/task/19052/stat : 19052 (java) S 19048 19050 18983 0 -1 64 391 0 0 0 3 0 0 0 16 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19053] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19053/stat : 19053 (java) S 19048 19050 18983 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19054] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19054/stat : 19054 (java) S 19048 19050 18983 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 172899372 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19055] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19055/stat : 19055 (java) S 19048 19050 18983 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19056] ppid=19048 vsize=915460 CPUtime=0.26
/proc/19050/task/19056/stat : 19056 (java) S 19048 19050 18983 0 -1 64 398 0 0 0 25 1 0 0 16 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19057] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19057/stat : 19057 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19050/tid=19058] ppid=19048 vsize=915460 CPUtime=0
/proc/19050/task/19058/stat : 19058 (java) S 19048 19050 18983 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 172899376 937431040 9308 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1531.02
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 1559.35
CPU time (s): 1546.18
CPU user time (s): 1545.98
CPU system time (s): 0.197969
CPU usage (%): 99.1552
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1545.98
system time used= 0.197969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9583
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= 32684
involuntary context switches= 75764

runsolver used 2.41163 s user time and 4.49132 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Jan  8 08:30:44 UTC 2007


IDJOB= 217258
IDBENCH= 5126
FILE ID= node14/217258-1168245044

PBS_JOBID= 3481614

Free space on /tmp= 66343 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb50-23/frb50-23-5-mgd_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217258-1168245044/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-217258-1168245044 -o ROOT/results/node14/solver-217258-1168245044 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217258-1168245044/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  8ad4a4093fdbb12708dd761ac188ad60

RANDOM SEED= 271347765

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.227
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.227
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:       1827240 kB
Buffers:         40220 kB
Cached:          82080 kB
SwapCached:       4180 kB
Active:         114316 kB
Inactive:        64264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1827240 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:            2220 kB
Writeback:           0 kB
Mapped:          66728 kB
Slab:            34964 kB
Committed_AS:  5591804 kB
PageTables:       2204 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= 66341 MiB



End job on node14 on Mon Jan  8 08:56:45 UTC 2007