Trace number 281828

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
AbsconMax 109 PFCOPTIMUM 589.041 593.046

General information on the benchmark

NameMaxCSP/randomMaxCSP/denseTight/
vcsp-25-10-25-87-37_ext.xml
MD5SUMfa2de19cf03af4eccfd6a6978a10a4c8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints46
Best CPU time to get the best result obtained on this benchmark4.97524
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints75
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.31	     name=pfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/281828-1169314597/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=25  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.41	       =>  wckTime=0.1  cpuTime=0.09  mem=6M910
0.41	   
0.41	   relations being loaded...
0.45	   
0.45	   constraints being loaded...
0.50	     nbConstraints=75  nbRelationTypes=75  nbExtensionStructures=75  nbSharedExtensionStructures=0
0.50	     nbConflictsStructures=75  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1317  maxDegree=12
0.50	     maxArity=2
0.50	       =>  wckTime=0.189  cpuTime=0.14  mem=7M918
0.53	   
0.53	   solver LocalSearchSolver being built... 
0.58	       =>  wckTime=0.271  cpuTime=0.18  mem=5M440
0.58	
0.58	s SATISFIABLE
0.58	o 18
0.58	c 57
0.59	o 21
0.59	c 54
0.59	o 23
0.59	c 52
0.59	o 25
0.59	c 50
0.59	o 27
0.59	c 48
0.59	o 29
0.59	c 46
0.59	o 31
0.59	c 44
0.59	o 32
0.59	c 43
0.60	o 33
0.60	c 42
0.60	o 34
0.60	c 41
0.60	o 35
0.60	c 40
0.60	o 36
0.60	c 39
0.60	o 37
0.60	c 38
0.60	o 38
0.60	c 37
0.60	o 39
0.60	c 36
0.60	o 40
0.60	c 35
0.61	o 41
0.61	c 34
0.62	o 42
0.62	c 33
0.66	o 43
0.66	c 32
0.66	o 44
0.66	c 31
0.66	o 45
0.66	c 30
0.66	o 46
0.66	c 29
2.16	   
2.16	   search
2.16	     run=0  nbConstraintChecks=8924511  nbAssignments=10000
2.16	       =>  wckTime=1.585  cpuTime=1.55  mem=5M440
3.57	   
3.57	   search
3.57	     run=1  nbConstraintChecks=17686169  nbAssignments=20000
3.57	       =>  wckTime=2.995  cpuTime=2.96  mem=5M440
4.98	   
4.98	   search
4.98	     run=2  nbConstraintChecks=26632201  nbAssignments=30000
4.98	       =>  wckTime=4.399  cpuTime=4.36  mem=5M440
6.38	   
6.38	   search
6.38	     run=3  nbConstraintChecks=35562148  nbAssignments=40000
6.38	       =>  wckTime=5.804  cpuTime=5.76  mem=5M440
7.79	   
7.79	   search
7.79	     run=4  nbConstraintChecks=44530917  nbAssignments=50000
7.79	       =>  wckTime=7.212  cpuTime=7.17  mem=5M440
9.19	   
9.19	   search
9.19	     run=5  nbConstraintChecks=53461706  nbAssignments=60000
9.19	       =>  wckTime=8.613  cpuTime=8.57  mem=5M440
10.59	   
10.59	   search
10.59	     run=6  nbConstraintChecks=62290579  nbAssignments=70000
10.59	       =>  wckTime=10.014  cpuTime=9.97  mem=5M440
11.99	   
11.99	   search
11.99	     run=7  nbConstraintChecks=71196396  nbAssignments=80000
11.99	       =>  wckTime=11.417  cpuTime=11.37  mem=5M440
13.40	   
13.40	   search
13.40	     run=8  nbConstraintChecks=80117575  nbAssignments=90000
13.40	       =>  wckTime=12.827  cpuTime=12.78  mem=5M440
14.82	   
14.82	   search
14.82	     run=9  nbConstraintChecks=89092432  nbAssignments=100000
14.82	       =>  wckTime=14.245  cpuTime=14.2  mem=5M440
16.24	   
16.24	   search
16.24	     run=10  nbConstraintChecks=98021133  nbAssignments=110000
16.24	       =>  wckTime=15.664  cpuTime=15.62  mem=5M440
17.65	   
17.65	   search
17.65	     run=11  nbConstraintChecks=106776250  nbAssignments=120000
17.65	       =>  wckTime=17.07  cpuTime=17.02  mem=5M440
19.06	   
19.06	   search
19.06	     run=12  nbConstraintChecks=115656432  nbAssignments=130000
19.06	       =>  wckTime=18.482  cpuTime=18.43  mem=5M440
20.48	   
20.48	   search
20.48	     run=13  nbConstraintChecks=124685923  nbAssignments=140000
20.48	       =>  wckTime=19.905  cpuTime=19.85  mem=5M440
21.90	   
21.90	   search
21.90	     run=14  nbConstraintChecks=133621750  nbAssignments=150000
21.90	       =>  wckTime=21.325  cpuTime=21.27  mem=5M440
23.32	   
23.32	   search
23.32	     run=15  nbConstraintChecks=142536191  nbAssignments=160000
23.32	       =>  wckTime=22.74  cpuTime=22.68  mem=5M440
24.72	   
24.72	   search
24.72	     run=16  nbConstraintChecks=151441574  nbAssignments=170000
24.72	       =>  wckTime=24.142  cpuTime=24.09  mem=5M440
26.13	   
26.13	   search
26.13	     run=17  nbConstraintChecks=160471192  nbAssignments=180000
26.13	       =>  wckTime=25.555  cpuTime=25.5  mem=5M440
27.54	   
27.54	   search
27.54	     run=18  nbConstraintChecks=169408672  nbAssignments=190000
27.54	       =>  wckTime=26.96  cpuTime=26.91  mem=5M440
28.94	   
28.94	   search
28.94	     run=19  nbConstraintChecks=178390736  nbAssignments=200000
28.94	       =>  wckTime=28.362  cpuTime=28.3  mem=5M440
30.36	   
30.36	   search
30.36	     run=20  nbConstraintChecks=187482777  nbAssignments=210000
30.36	       =>  wckTime=29.782  cpuTime=29.73  mem=5M440
30.72	   
30.72	   search
30.72	     run=21  nbConstraintChecks=189740803  nbAssignments=212478
30.72	       =>  wckTime=30.138  cpuTime=30.09  mem=5M440
30.72	   
30.72	   global
30.72	     nbConstraintChecks=189740803  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.72	     solvingWckTime=30.137  solvingCpuTime=30.09  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.72	     globalCpuTime=30.31
30.72	       =>  wckTime=30.41  cpuTime=30.27  mem=5M440
30.72	   
30.72	   solver IterativeSystematicSolver being built... 
30.84	       =>  wckTime=30.537  cpuTime=30.37  mem=16M429
30.85	   
30.85	   preprocessing
30.85	     nbConstraintChecks=1470  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
30.85	     detectedInconsistency=no
30.85	       =>  wckTime=0.0060  cpuTime=0.0  mem=16M429
30.90	   
30.90	   search
30.90	     run=0  nbConstraintChecks=47773  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=25
30.90	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=46  nbRestartNogoods=0
30.90	       =>  wckTime=0.052  cpuTime=0.03  mem=16M429
30.93	   
30.93	   search
30.93	     run=1  nbConstraintChecks=128562  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=65
30.93	     nbFailedAssignments=27  nbBacktracks=25  nbVisitedNodes=118  nbRestartNogoods=3
30.93	       =>  wckTime=0.085  cpuTime=0.06  mem=16M429
30.99	   
30.99	   search
30.99	     run=2  nbConstraintChecks=327086  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=161
30.99	     nbFailedAssignments=96  nbBacktracks=47  nbVisitedNodes=304  nbRestartNogoods=8
30.99	       =>  wckTime=0.146  cpuTime=0.11  mem=16M429
31.08	   
31.08	   search
31.08	     run=3  nbConstraintChecks=687677  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=332
31.08	     nbFailedAssignments=228  nbBacktracks=80  nbVisitedNodes=639  nbRestartNogoods=19
31.08	       =>  wckTime=0.236  cpuTime=0.2  mem=16M429
31.15	   
31.15	   search
31.15	     run=4  nbConstraintChecks=942210  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=452
31.15	     nbFailedAssignments=291  nbBacktracks=130  nbVisitedNodes=871  nbRestartNogoods=25
31.15	       =>  wckTime=0.301  cpuTime=0.26  mem=16M429
31.27	   
31.27	   search
31.27	     run=5  nbConstraintChecks=1436086  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=720
31.27	     nbFailedAssignments=476  nbBacktracks=205  nbVisitedNodes=1399  nbRestartNogoods=44
31.27	       =>  wckTime=0.424  cpuTime=0.38  mem=16M429
31.40	   
31.40	   search
31.40	     run=6  nbConstraintChecks=1977867  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=973
31.40	     nbFailedAssignments=608  nbBacktracks=318  nbVisitedNodes=1892  nbRestartNogoods=56
31.40	       =>  wckTime=0.551  cpuTime=0.51  mem=16M429
31.61	   
31.61	   search
31.61	     run=7  nbConstraintChecks=2868838  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1393
31.61	     nbFailedAssignments=850  nbBacktracks=488  nbVisitedNodes=2722  nbRestartNogoods=69
31.61	       =>  wckTime=0.766  cpuTime=0.72  mem=16M429
32.05	   
32.05	   search
32.05	     run=8  nbConstraintChecks=4856711  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2353
32.05	     nbFailedAssignments=1544  nbBacktracks=744  nbVisitedNodes=4629  nbRestartNogoods=86
32.05	       =>  wckTime=1.207  cpuTime=1.14  mem=16M429
32.67	   
32.67	   search
32.67	     run=9  nbConstraintChecks=7537374  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3636
32.67	     nbFailedAssignments=2436  nbBacktracks=1128  nbVisitedNodes=7163  nbRestartNogoods=109
32.67	       =>  wckTime=1.824  cpuTime=1.75  mem=16M429
33.45	   
33.45	   search
33.45	     run=10  nbConstraintChecks=10939771  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5206
33.45	     nbFailedAssignments=3422  nbBacktracks=1704  nbVisitedNodes=10276  nbRestartNogoods=119
33.45	       =>  wckTime=2.602  cpuTime=2.51  mem=16M429
34.52	   
34.52	   search
34.52	     run=11  nbConstraintChecks=15845551  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7336
34.52	     nbFailedAssignments=4680  nbBacktracks=2568  nbVisitedNodes=14525  nbRestartNogoods=129
34.52	       =>  wckTime=3.679  cpuTime=3.58  mem=16M429
36.48	   
36.48	   search
36.48	     run=12  nbConstraintChecks=24764055  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11491
36.48	     nbFailedAssignments=7531  nbBacktracks=3865  nbVisitedNodes=22803  nbRestartNogoods=144
36.48	       =>  wckTime=5.638  cpuTime=5.52  mem=16M429
39.77	   
39.77	   search
39.77	     run=13  nbConstraintChecks=39339595  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=18253
39.77	     nbFailedAssignments=12342  nbBacktracks=5811  nbVisitedNodes=36216  nbRestartNogoods=156
39.77	       =>  wckTime=8.929  cpuTime=8.78  mem=16M429
43.31	   
43.31	   search
43.31	     run=14  nbConstraintChecks=55327414  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=25897
43.31	     nbFailedAssignments=17058  nbBacktracks=8730  nbVisitedNodes=51484  nbRestartNogoods=173
43.31	       =>  wckTime=12.464  cpuTime=12.29  mem=16M429
48.72	   
48.72	   search
48.72	     run=15  nbConstraintChecks=79035834  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=37815
48.72	     nbFailedAssignments=24591  nbBacktracks=13108  nbVisitedNodes=75057  nbRestartNogoods=187
48.73	       =>  wckTime=17.879  cpuTime=17.65  mem=16M429
55.87	   
55.87	   search
55.87	     run=16  nbConstraintChecks=109749787  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=52816
55.87	     nbFailedAssignments=33016  nbBacktracks=19676  nbVisitedNodes=104757  nbRestartNogoods=206
55.87	       =>  wckTime=25.025  cpuTime=24.75  mem=16M429
70.46	   
70.47	   search
70.47	     run=17  nbConstraintChecks=171329251  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=84353
70.47	     nbFailedAssignments=54693  nbBacktracks=29528  nbVisitedNodes=167679  nbRestartNogoods=224
70.47	       =>  wckTime=39.62  cpuTime=39.22  mem=16M429
92.27	   
92.27	   search
92.27	     run=18  nbConstraintChecks=264768456  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=130003
92.27	     nbFailedAssignments=85561  nbBacktracks=44306  nbVisitedNodes=258342  nbRestartNogoods=238
92.27	       =>  wckTime=61.426  cpuTime=60.86  mem=16M429
126.61	   
126.61	   search
126.61	     run=19  nbConstraintChecks=413845635  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=205084
126.61	     nbFailedAssignments=138467  nbBacktracks=66474  nbVisitedNodes=406965  nbRestartNogoods=251
126.61	       =>  wckTime=95.769  cpuTime=94.96  mem=16M429
180.50	   
180.50	   search
180.50	     run=20  nbConstraintChecks=644770427  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=325349
180.50	     nbFailedAssignments=225474  nbBacktracks=99726  nbVisitedNodes=645478  nbRestartNogoods=282
180.50	       =>  wckTime=149.655  cpuTime=148.44  mem=16M429
252.35	   
252.35	   search
252.35	     run=21  nbConstraintChecks=940607720  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=482254
252.35	     nbFailedAssignments=332494  nbBacktracks=149604  nbVisitedNodes=956504  nbRestartNogoods=310
252.35	       =>  wckTime=221.504  cpuTime=219.76  mem=16M429
375.61	   
375.61	   search
375.61	     run=22  nbConstraintChecks=1469703081  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=753692
375.61	     nbFailedAssignments=529110  nbBacktracks=224422  nbVisitedNodes=1494375  nbRestartNogoods=323
375.61	       =>  wckTime=344.763  cpuTime=342.1  mem=16M429
548.63	   
548.63	   search
548.63	     run=23  nbConstraintChecks=2203174110  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1132763
548.63	     nbFailedAssignments=795950  nbBacktracks=336649  nbVisitedNodes=2245654  nbRestartNogoods=347
548.63	       =>  wckTime=517.78  cpuTime=513.84  mem=16M429
593.01	   
593.01	   search
593.01	     run=24  nbConstraintChecks=2409873535  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1235223
593.01	     nbFailedAssignments=866466  nbBacktracks=368594  nbVisitedNodes=2448412  nbRestartNogoods=365
593.01	       =>  wckTime=562.162  cpuTime=558.16  mem=16M429
593.01	   
593.01	   global
593.01	     nbConstraintChecks=2409875005  nbRestartNogoods=365  solvingWckTime=562.163  solvingCpuTime=558.16  expiredTime=no
593.01	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=588.57
593.01	       =>  wckTime=592.7  cpuTime=588.53  mem=16M429
593.01	
593.01	s OPTIMUM FOUND
593.01	v 3 5 1 4 0 7 6 3 0 9 0 2 2 3 8 9 0 6 4 2 6 5 0 1 8 
593.01	   
593.01	   totalWckTime=592.778  totalCpuTime=588.57

Verifier Data (download as text)

29 unsatisfied constraints, 46 satisfied constraints

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node52/watcher-281828-1169314597 -o ROOT/results/node52/solver-281828-1169314597 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281828-1169314597/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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.16 1.03 1.06 4/73 30175
/proc/meminfo: memFree=1277304/2055920 swapFree=4192812/4192956
[pid=30174] ppid=30172 vsize=47892 CPUtime=0
/proc/30174/stat : 30174 (java) D 30172 30174 29930 0 -1 0 1219 0 1 0 0 0 0 0 17 0 1 0 279858241 49041408 968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/30174/statm: 11973 968 766 14 0 1707 0

[startup+0.103658 s]
/proc/loadavg: 1.16 1.03 1.06 4/73 30175
/proc/meminfo: memFree=1277304/2055920 swapFree=4192812/4192956
[pid=30174] ppid=30172 vsize=914988 CPUtime=0.08
/proc/30174/stat : 30174 (java) S 30172 30174 29930 0 -1 0 2996 0 1 0 6 2 0 0 17 0 8 0 279858241 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30174/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511687 s]
/proc/loadavg: 1.16 1.03 1.06 4/73 30175
/proc/meminfo: memFree=1277304/2055920 swapFree=4192812/4192956
[pid=30174] ppid=30172 vsize=915332 CPUtime=0.48
/proc/30174/stat : 30174 (java) R 30172 30174 29930 0 -1 0 6486 0 1 0 44 4 0 0 18 0 8 0 279858241 937299968 6224 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30174/statm: 228833 6224 2160 14 0 215303 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915332

[startup+1.33274 s]
/proc/loadavg: 1.23 1.05 1.06 3/80 30182
/proc/meminfo: memFree=1260032/2055920 swapFree=4192812/4192956
[pid=30174] ppid=30172 vsize=915436 CPUtime=1.29
/proc/30174/stat : 30174 (java) R 30172 30174 29930 0 -1 0 6970 0 1 0 107 22 0 0 18 0 8 0 279858241 937406464 6708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30174/statm: 228859 6708 2476 14 0 215329 0
[pid=30174/tid=30176] ppid=30172 vsize=915436 CPUtime=0.02
/proc/30174/task/30176/stat : 30176 (java) S 30172 30174 29930 0 -1 64 138 0 0 0 2 0 0 0 16 0 8 0 279858244 937406464 6708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30177] ppid=30172 vsize=915440 CPUtime=0
/proc/30174/task/30177/stat : 30177 (java) S 30172 30174 29930 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279858245 937410560 6708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30178] ppid=30172 vsize=915436 CPUtime=0
/proc/30174/task/30178/stat : 30178 (java) S 30172 30174 29930 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279858245 937406464 6708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30179] ppid=30172 vsize=915436 CPUtime=0
/proc/30174/task/30179/stat : 30179 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279858248 937406464 6708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30180] ppid=30172 vsize=915440 CPUtime=0.12
/proc/30174/task/30180/stat : 30180 (java) S 30172 30174 29930 0 -1 64 327 0 0 0 12 0 0 0 16 0 8 0 279858248 937410560 6708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30181] ppid=30172 vsize=915436 CPUtime=0
/proc/30174/task/30181/stat : 30181 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279858248 937406464 6708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30182] ppid=30172 vsize=915436 CPUtime=0
/proc/30174/task/30182/stat : 30182 (java) S 30172 30174 29930 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279858248 937406464 6708 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915436

[startup+2.96984 s]
/proc/loadavg: 1.23 1.05 1.06 2/75 30192
/proc/meminfo: memFree=1261096/2055920 swapFree=4192812/4192956
[pid=30174] ppid=30172 vsize=915436 CPUtime=2.92
/proc/30174/stat : 30174 (java) R 30172 30174 29930 0 -1 0 6973 0 1 0 228 64 0 0 25 0 8 0 279858241 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30174/statm: 228859 6710 2476 14 0 215329 0
[pid=30174/tid=30176] ppid=30172 vsize=915436 CPUtime=0.02
/proc/30174/task/30176/stat : 30176 (java) S 30172 30174 29930 0 -1 64 138 0 0 0 2 0 0 0 16 0 8 0 279858244 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30177] ppid=30172 vsize=915436 CPUtime=0
/proc/30174/task/30177/stat : 30177 (java) S 30172 30174 29930 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279858245 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30178] ppid=30172 vsize=915436 CPUtime=0
/proc/30174/task/30178/stat : 30178 (java) S 30172 30174 29930 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279858245 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30179] ppid=30172 vsize=915436 CPUtime=0
/proc/30174/task/30179/stat : 30179 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279858248 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30180] ppid=30172 vsize=915440 CPUtime=0.12
/proc/30174/task/30180/stat : 30180 (java) S 30172 30174 29930 0 -1 64 329 0 0 0 12 0 0 0 16 0 8 0 279858248 937410560 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30181] ppid=30172 vsize=915436 CPUtime=0
/proc/30174/task/30181/stat : 30181 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279858248 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30182] ppid=30172 vsize=915436 CPUtime=0
/proc/30174/task/30182/stat : 30182 (java) S 30172 30174 29930 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279858248 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915436

[startup+6.17206 s]
/proc/loadavg: 1.21 1.05 1.06 2/75 30197
/proc/meminfo: memFree=1263144/2055920 swapFree=4192812/4192956
[pid=30174] ppid=30172 vsize=915436 CPUtime=6.12
/proc/30174/stat : 30174 (java) R 30172 30174 29930 0 -1 0 6973 0 1 0 461 151 0 0 25 0 8 0 279858241 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30174/statm: 228860 6710 2476 14 0 215330 0
[pid=30174/tid=30176] ppid=30172 vsize=915436 CPUtime=0.02
/proc/30174/task/30176/stat : 30176 (java) S 30172 30174 29930 0 -1 64 138 0 0 0 2 0 0 0 16 0 8 0 279858244 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30177] ppid=30172 vsize=915436 CPUtime=0
/proc/30174/task/30177/stat : 30177 (java) S 30172 30174 29930 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279858245 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30178] ppid=30172 vsize=915440 CPUtime=0
/proc/30174/task/30178/stat : 30178 (java) S 30172 30174 29930 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279858245 937410560 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30179] ppid=30172 vsize=915436 CPUtime=0
/proc/30174/task/30179/stat : 30179 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279858248 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30180] ppid=30172 vsize=915436 CPUtime=0.12
/proc/30174/task/30180/stat : 30180 (java) S 30172 30174 29930 0 -1 64 329 0 0 0 12 0 0 0 16 0 8 0 279858248 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30181] ppid=30172 vsize=915436 CPUtime=0
/proc/30174/task/30181/stat : 30181 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279858248 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30182] ppid=30172 vsize=915436 CPUtime=0
/proc/30174/task/30182/stat : 30182 (java) S 30172 30174 29930 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279858248 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 915436

[startup+12.6405 s]
/proc/loadavg: 1.27 1.06 1.07 3/81 30260
/proc/meminfo: memFree=1209672/2055920 swapFree=4192812/4192956
[pid=30174] ppid=30172 vsize=915440 CPUtime=12.59
/proc/30174/stat : 30174 (java) R 30172 30174 29930 0 -1 0 6974 0 1 0 938 321 0 0 25 0 8 0 279858241 937410560 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30174/statm: 228859 6710 2476 14 0 215329 0
[pid=30174/tid=30176] ppid=30172 vsize=915436 CPUtime=0.02
/proc/30174/task/30176/stat : 30176 (java) S 30172 30174 29930 0 -1 64 138 0 0 0 2 0 0 0 16 0 8 0 279858244 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30174/tid=30177] ppid=30172 vsize=915440 CPUtime=0
/proc/30174/task/30177/stat : 30177 (java) S 30172 30174 29930 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279858245 937410560 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30178] ppid=30172 vsize=915436 CPUtime=0
/proc/30174/task/30178/stat : 30178 (java) S 30172 30174 29930 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279858245 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30179] ppid=30172 vsize=915436 CPUtime=0
/proc/30174/task/30179/stat : 30179 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279858248 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30180] ppid=30172 vsize=915436 CPUtime=0.12
/proc/30174/task/30180/stat : 30180 (java) S 30172 30174 29930 0 -1 64 329 0 0 0 12 0 0 0 16 0 8 0 279858248 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30174/tid=30181] ppid=30172 vsize=915436 CPUtime=0
/proc/30174/task/30181/stat : 30181 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279858248 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30182] ppid=30172 vsize=915436 CPUtime=0
/proc/30174/task/30182/stat : 30182 (java) S 30172 30174 29930 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 279858248 937406464 6710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 915440

[startup+25.5004 s]
/proc/loadavg: 1.31 1.08 1.07 3/80 30320
/proc/meminfo: memFree=1259808/2055920 swapFree=4192812/4192956
[pid=30174] ppid=30172 vsize=916460 CPUtime=25.45
/proc/30174/stat : 30174 (java) R 30172 30174 29930 0 -1 0 6976 0 1 0 1895 650 0 0 25 0 8 0 279858241 938455040 6712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30174/statm: 229115 6712 2476 14 0 215585 0
[pid=30174/tid=30176] ppid=30172 vsize=916460 CPUtime=0.02
/proc/30174/task/30176/stat : 30176 (java) S 30172 30174 29930 0 -1 64 138 0 0 0 2 0 0 0 16 0 8 0 279858244 938455040 6712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30174/tid=30177] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30177/stat : 30177 (java) S 30172 30174 29930 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279858245 938455040 6712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30178] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30178/stat : 30178 (java) S 30172 30174 29930 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279858245 938455040 6712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30179] ppid=30172 vsize=916464 CPUtime=0
/proc/30174/task/30179/stat : 30179 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279858248 938459136 6712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30180] ppid=30172 vsize=916460 CPUtime=0.12
/proc/30174/task/30180/stat : 30180 (java) S 30172 30174 29930 0 -1 64 330 0 0 0 12 0 0 0 16 0 8 0 279858248 938455040 6712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30174/tid=30181] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30181/stat : 30181 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279858248 938455040 6712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30182] ppid=30172 vsize=916464 CPUtime=0
/proc/30174/task/30182/stat : 30182 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279858248 938459136 6712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 916460

[startup+51.1011 s]
/proc/loadavg: 1.58 1.16 1.10 3/87 30380
/proc/meminfo: memFree=1235872/2055920 swapFree=4192812/4192956
[pid=30174] ppid=30172 vsize=916460 CPUtime=50.87
/proc/30174/stat : 30174 (java) R 30172 30174 29930 0 -1 0 9001 0 1 0 4298 789 0 0 25 0 8 0 279858241 938455040 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758743 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30174/statm: 229115 8734 2527 14 0 215585 0
[pid=30174/tid=30176] ppid=30172 vsize=916460 CPUtime=0.02
/proc/30174/task/30176/stat : 30176 (java) S 30172 30174 29930 0 -1 64 139 0 0 0 2 0 0 0 16 0 8 0 279858244 938455040 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30177] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30177/stat : 30177 (java) S 30172 30174 29930 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279858245 938455040 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30178] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30178/stat : 30178 (java) S 30172 30174 29930 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279858245 938455040 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30179] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30179/stat : 30179 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279858248 938455040 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30180] ppid=30172 vsize=916460 CPUtime=0.21
/proc/30174/task/30180/stat : 30180 (java) S 30172 30174 29930 0 -1 64 383 0 0 0 21 0 0 0 16 0 8 0 279858248 938455040 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30181] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30181/stat : 30181 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279858248 938455040 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30182] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30182/stat : 30182 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279858248 938455040 8734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 916460

[startup+102.397 s]
/proc/loadavg: 1.86 1.30 1.15 3/87 30380
/proc/meminfo: memFree=1228192/2055920 swapFree=4192812/4192956
[pid=30174] ppid=30172 vsize=916460 CPUtime=101.77
/proc/30174/stat : 30174 (java) R 30172 30174 29930 0 -1 0 9010 0 1 0 9388 789 0 0 25 0 8 0 279858241 938455040 8743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802425 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30174/statm: 229115 8743 2527 14 0 215585 0
[pid=30174/tid=30176] ppid=30172 vsize=916460 CPUtime=0.02
/proc/30174/task/30176/stat : 30176 (java) S 30172 30174 29930 0 -1 64 139 0 0 0 2 0 0 0 16 0 8 0 279858244 938455040 8743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30177] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30177/stat : 30177 (java) S 30172 30174 29930 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279858245 938455040 8743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30178] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30178/stat : 30178 (java) S 30172 30174 29930 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279858245 938455040 8743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30179] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30179/stat : 30179 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279858248 938455040 8743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30180] ppid=30172 vsize=916460 CPUtime=0.21
/proc/30174/task/30180/stat : 30180 (java) S 30172 30174 29930 0 -1 64 384 0 0 0 21 0 0 0 16 0 8 0 279858248 938455040 8743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30181] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30181/stat : 30181 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279858248 938455040 8743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30182] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30182/stat : 30182 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279858248 938455040 8743 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 916460

[startup+162.429 s]
/proc/loadavg: 1.95 1.43 1.20 3/87 30380
/proc/meminfo: memFree=1228128/2055920 swapFree=4192812/4192956
[pid=30174] ppid=30172 vsize=916460 CPUtime=161.37
/proc/30174/stat : 30174 (java) R 30172 30174 29930 0 -1 0 9014 0 1 0 15347 790 0 0 25 0 8 0 279858241 938455040 8746 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336160 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/30174/task/30179/stat : 30179 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279858248 938455040 8746 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30180] ppid=30172 vsize=916460 CPUtime=0.21
/proc/30174/task/30180/stat : 30180 (java) S 30172 30174 29930 0 -1 64 386 0 0 0 21 0 0 0 16 0 8 0 279858248 938455040 8746 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30181] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30181/stat : 30181 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279858248 938455040 8746 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30182] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30182/stat : 30182 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279858248 938455040 8746 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.37
Current children cumulated vsize (KiB) 916460

[startup+222.462 s]
/proc/loadavg: 2.03 1.54 1.25 3/87 30380
/proc/meminfo: memFree=1228064/2055920 swapFree=4192812/4192956
[pid=30174] ppid=30172 vsize=916460 CPUtime=220.95
/proc/30174/stat : 30174 (java) R 30172 30174 29930 0 -1 0 9018 0 1 0 21305 790 0 0 25 0 8 0 279858241 938455040 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758416 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30174/statm: 229115 8749 2527 14 0 215585 0
[pid=30174/tid=30176] ppid=30172 vsize=916460 CPUtime=0.02
/proc/30174/task/30176/stat : 30176 (java) S 30172 30174 29930 0 -1 64 139 0 0 0 2 0 0 0 16 0 8 0 279858244 938455040 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30177] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30177/stat : 30177 (java) S 30172 30174 29930 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279858245 938455040 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30178] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30178/stat : 30178 (java) S 30172 30174 29930 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279858245 938455040 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30179] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30179/stat : 30179 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279858248 938455040 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30180] ppid=30172 vsize=916460 CPUtime=0.21
/proc/30174/task/30180/stat : 30180 (java) S 30172 30174 29930 0 -1 64 386 0 0 0 21 0 0 0 16 0 8 0 279858248 938455040 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30181] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30181/stat : 30181 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279858248 938455040 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30182] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30182/stat : 30182 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279858248 938455040 8749 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.95
Current children cumulated vsize (KiB) 916460

[startup+282.496 s]
/proc/loadavg: 2.01 1.62 1.30 3/87 30380
/proc/meminfo: memFree=1228064/2055920 swapFree=4192812/4192956
[pid=30174] ppid=30172 vsize=916460 CPUtime=280.54
/proc/30174/stat : 30174 (java) R 30172 30174 29930 0 -1 0 9020 0 1 0 27264 790 0 0 25 0 8 0 279858241 938455040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073656209 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30174/statm: 229115 8751 2527 14 0 215585 0
[pid=30174/tid=30176] ppid=30172 vsize=916460 CPUtime=0.02
/proc/30174/task/30176/stat : 30176 (java) S 30172 30174 29930 0 -1 64 139 0 0 0 2 0 0 0 16 0 8 0 279858244 938455040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30177] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30177/stat : 30177 (java) S 30172 30174 29930 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279858245 938455040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30178] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30178/stat : 30178 (java) S 30172 30174 29930 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279858245 938455040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30179] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30179/stat : 30179 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279858248 938455040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30180] ppid=30172 vsize=916460 CPUtime=0.21
/proc/30174/task/30180/stat : 30180 (java) S 30172 30174 29930 0 -1 64 386 0 0 0 21 0 0 0 16 0 8 0 279858248 938455040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30181] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30181/stat : 30181 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279858248 938455040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30182] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30182/stat : 30182 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279858248 938455040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.54
Current children cumulated vsize (KiB) 916460

[startup+342.529 s]
/proc/loadavg: 2.00 1.69 1.34 3/87 30380
/proc/meminfo: memFree=1228064/2055920 swapFree=4192812/4192956
[pid=30174] ppid=30172 vsize=916460 CPUtime=340.14
/proc/30174/stat : 30174 (java) R 30172 30174 29930 0 -1 0 9020 0 1 0 33223 791 0 0 25 0 8 0 279858241 938455040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073779127 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30174/statm: 229115 8751 2527 14 0 215585 0
[pid=30174/tid=30176] ppid=30172 vsize=916460 CPUtime=0.02
/proc/30174/task/30176/stat : 30176 (java) S 30172 30174 29930 0 -1 64 139 0 0 0 2 0 0 0 16 0 8 0 279858244 938455040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30177] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30177/stat : 30177 (java) S 30172 30174 29930 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279858245 938455040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30178] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30178/stat : 30178 (java) S 30172 30174 29930 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279858245 938455040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30179] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30179/stat : 30179 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279858248 938455040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30180] ppid=30172 vsize=916460 CPUtime=0.21
/proc/30174/task/30180/stat : 30180 (java) S 30172 30174 29930 0 -1 64 386 0 0 0 21 0 0 0 16 0 8 0 279858248 938455040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30181] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30181/stat : 30181 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279858248 938455040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30182] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30182/stat : 30182 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279858248 938455040 8751 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.14
Current children cumulated vsize (KiB) 916460

[startup+402.563 s]
/proc/loadavg: 2.00 1.74 1.38 3/87 30380
/proc/meminfo: memFree=1228000/2055920 swapFree=4192812/4192956
[pid=30174] ppid=30172 vsize=916460 CPUtime=399.73
/proc/30174/stat : 30174 (java) R 30172 30174 29930 0 -1 0 9023 0 1 0 39182 791 0 0 25 0 8 0 279858241 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810930 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30174/statm: 229115 8754 2527 14 0 215585 0
[pid=30174/tid=30176] ppid=30172 vsize=916460 CPUtime=0.02
/proc/30174/task/30176/stat : 30176 (java) S 30172 30174 29930 0 -1 64 139 0 0 0 2 0 0 0 16 0 8 0 279858244 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30177] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30177/stat : 30177 (java) S 30172 30174 29930 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279858245 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30178] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30178/stat : 30178 (java) S 30172 30174 29930 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279858245 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30179] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30179/stat : 30179 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279858248 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30180] ppid=30172 vsize=916460 CPUtime=0.21
/proc/30174/task/30180/stat : 30180 (java) S 30172 30174 29930 0 -1 64 387 0 0 0 21 0 0 0 16 0 8 0 279858248 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30181] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30181/stat : 30181 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279858248 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30182] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30182/stat : 30182 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279858248 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.73
Current children cumulated vsize (KiB) 916460

[startup+462.6 s]
/proc/loadavg: 2.00 1.79 1.41 3/87 30380
/proc/meminfo: memFree=1227936/2055920 swapFree=4192812/4192956
[pid=30174] ppid=30172 vsize=916460 CPUtime=459.31
/proc/30174/stat : 30174 (java) R 30172 30174 29930 0 -1 0 9023 0 1 0 45140 791 0 0 25 0 8 0 279858241 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073810924 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30174/statm: 229115 8754 2527 14 0 215585 0
[pid=30174/tid=30176] ppid=30172 vsize=916460 CPUtime=0.02
/proc/30174/task/30176/stat : 30176 (java) S 30172 30174 29930 0 -1 64 139 0 0 0 2 0 0 0 16 0 8 0 279858244 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30177] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30177/stat : 30177 (java) S 30172 30174 29930 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279858245 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30178] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30178/stat : 30178 (java) S 30172 30174 29930 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279858245 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30179] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30179/stat : 30179 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279858248 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30180] ppid=30172 vsize=916460 CPUtime=0.21
/proc/30174/task/30180/stat : 30180 (java) S 30172 30174 29930 0 -1 64 387 0 0 0 21 0 0 0 16 0 8 0 279858248 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30181] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30181/stat : 30181 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279858248 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30182] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30182/stat : 30182 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279858248 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.31
Current children cumulated vsize (KiB) 916460

[startup+522.632 s]
/proc/loadavg: 2.00 1.82 1.45 4/87 30380
/proc/meminfo: memFree=1227936/2055920 swapFree=4192812/4192956
[pid=30174] ppid=30172 vsize=916460 CPUtime=518.9
/proc/30174/stat : 30174 (java) R 30172 30174 29930 0 -1 0 9023 0 1 0 51099 791 0 0 25 0 8 0 279858241 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073823534 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30174/statm: 229115 8754 2527 14 0 215585 0
[pid=30174/tid=30176] ppid=30172 vsize=916460 CPUtime=0.02
/proc/30174/task/30176/stat : 30176 (java) S 30172 30174 29930 0 -1 64 139 0 0 0 2 0 0 0 16 0 8 0 279858244 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30177] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30177/stat : 30177 (java) S 30172 30174 29930 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279858245 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30178] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30178/stat : 30178 (java) S 30172 30174 29930 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279858245 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30179] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30179/stat : 30179 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279858248 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30180] ppid=30172 vsize=916460 CPUtime=0.21
/proc/30174/task/30180/stat : 30180 (java) S 30172 30174 29930 0 -1 64 387 0 0 0 21 0 0 0 16 0 8 0 279858248 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30181] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30181/stat : 30181 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279858248 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30182] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30182/stat : 30182 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279858248 938455040 8754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.9
Current children cumulated vsize (KiB) 916460

[startup+582.65 s]
/proc/loadavg: 1.65 1.77 1.45 2/72 30395
/proc/meminfo: memFree=1260656/2055920 swapFree=4192812/4192956
[pid=30174] ppid=30172 vsize=916460 CPUtime=578.66
/proc/30174/stat : 30174 (java) R 30172 30174 29930 0 -1 0 9026 0 1 0 57074 792 0 0 25 0 8 0 279858241 938455040 8757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783728 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30174/statm: 229115 8757 2527 14 0 215585 0
[pid=30174/tid=30176] ppid=30172 vsize=916460 CPUtime=0.02
/proc/30174/task/30176/stat : 30176 (java) S 30172 30174 29930 0 -1 64 139 0 0 0 2 0 0 0 16 0 8 0 279858244 938455040 8757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30177] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30177/stat : 30177 (java) S 30172 30174 29930 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279858245 938455040 8757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30178] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30178/stat : 30178 (java) S 30172 30174 29930 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279858245 938455040 8757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30179] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30179/stat : 30179 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279858248 938455040 8757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30180] ppid=30172 vsize=916460 CPUtime=0.21
/proc/30174/task/30180/stat : 30180 (java) S 30172 30174 29930 0 -1 64 387 0 0 0 21 0 0 0 16 0 8 0 279858248 938455040 8757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30181] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30181/stat : 30181 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279858248 938455040 8757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30174/tid=30182] ppid=30172 vsize=916460 CPUtime=0
/proc/30174/task/30182/stat : 30182 (java) S 30172 30174 29930 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279858248 938455040 8757 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.66
Current children cumulated vsize (KiB) 916460

Child status: 0
Real time (s): 593.046
CPU time (s): 589.041
CPU user time (s): 581.111
CPU system time (s): 7.93079
CPU usage (%): 99.3247
Max. virtual memory (cumulated for all children) (KiB): 916976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 581.111
system time used= 7.93079
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9122
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= 12978
involuntary context switches= 22691

runsolver used 0.668898 s user time and 1.51177 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Sat Jan 20 17:36:38 UTC 2007


IDJOB= 281828
IDBENCH= 12282
IDSOLVER= 69
FILE ID= node52/281828-1169314597

PBS_JOBID= 3610318

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/randomMaxCSP/denseTight/vcsp-25-10-25-87-37_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281828-1169314597/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-281828-1169314597 -o ROOT/results/node52/solver-281828-1169314597 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281828-1169314597/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  fa2de19cf03af4eccfd6a6978a10a4c8

RANDOM SEED= 39248087

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1277784 kB
Buffers:         50308 kB
Cached:         625476 kB
SwapCached:          0 kB
Active:         144832 kB
Inactive:       552176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1277784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4252 kB
Writeback:           0 kB
Mapped:          32808 kB
Slab:            66588 kB
Committed_AS:  5930128 kB
PageTables:       1824 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= 66563 MiB



End job on node52 on Sat Jan 20 17:46:31 UTC 2007