Trace number 279992

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 PFCMSAT (TO) 2400.12 2411.29

General information on the benchmark

NameMaxCSP/maxcut/
maxcut-40/maxcut-40-540-1_ext.xml
MD5SUM5b4b7092356d3dba13cd5402b12b1e36
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints321
Best CPU time to get the best result obtained on this benchmark185.971
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints540
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension540
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.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=pfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/279992-1169299950/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.40	       =>  wckTime=0.091  cpuTime=0.08  mem=6M910
0.40	   
0.40	   relations being loaded...
0.40	   
0.40	   constraints being loaded...
0.55	     nbConstraints=540  nbRelationTypes=1  nbExtensionStructures=1  nbSharedExtensionStructures=539
0.55	     nbConflictsStructures=1  nbSharedConflictsStructures=539  nbSharedBinaryRepresentations=2  maxDegree=34  maxArity=2
0.55	       =>  wckTime=0.243  cpuTime=0.17  mem=8M893
0.60	   
0.60	   solver LocalSearchSolver being built... 
0.64	       =>  wckTime=0.324  cpuTime=0.21  mem=5M626
0.64	
0.64	s SATISFIABLE
0.64	o 288
0.64	c 252
0.64	o 293
0.64	c 247
0.64	o 295
0.64	c 245
0.64	o 296
0.64	c 244
0.65	o 297
0.65	c 243
0.65	o 298
0.65	c 242
0.65	o 299
0.65	c 241
0.65	o 304
0.65	c 236
0.65	o 306
0.65	c 234
0.65	o 309
0.65	c 231
0.65	o 310
0.65	c 230
0.65	o 311
0.65	c 229
0.66	o 312
0.66	c 228
0.66	o 313
0.66	c 227
0.66	o 317
0.66	c 223
0.75	o 318
0.75	c 222
0.75	o 319
0.75	c 221
1.08	o 320
1.08	c 220
1.57	o 321
1.57	c 219
2.60	   
2.60	   search
2.60	     run=0  nbConstraintChecks=8922389  nbAssignments=10000
2.60	       =>  wckTime=1.964  cpuTime=1.93  mem=5M626
4.50	   
4.50	   search
4.50	     run=1  nbConstraintChecks=17913322  nbAssignments=20000
4.50	       =>  wckTime=3.867  cpuTime=3.82  mem=5M626
6.40	   
6.40	   search
6.40	     run=2  nbConstraintChecks=26828151  nbAssignments=30000
6.40	       =>  wckTime=5.766  cpuTime=5.71  mem=5M626
8.31	   
8.31	   search
8.31	     run=3  nbConstraintChecks=35826705  nbAssignments=40000
8.31	       =>  wckTime=7.672  cpuTime=7.61  mem=5M626
10.21	   
10.21	   search
10.21	     run=4  nbConstraintChecks=44744393  nbAssignments=50000
10.21	       =>  wckTime=9.576  cpuTime=9.5  mem=5M626
12.13	   
12.13	   search
12.13	     run=5  nbConstraintChecks=53740854  nbAssignments=60000
12.13	       =>  wckTime=11.494  cpuTime=11.42  mem=5M626
14.04	   
14.04	   search
14.04	     run=6  nbConstraintChecks=62655741  nbAssignments=70000
14.04	       =>  wckTime=13.406  cpuTime=13.31  mem=5M626
15.96	   
15.96	   search
15.96	     run=7  nbConstraintChecks=71655954  nbAssignments=80000
15.96	       =>  wckTime=15.329  cpuTime=15.23  mem=5M626
17.87	   
17.87	   search
17.87	     run=8  nbConstraintChecks=80575693  nbAssignments=90000
17.87	       =>  wckTime=17.237  cpuTime=17.13  mem=5M626
19.79	   
19.79	   search
19.79	     run=9  nbConstraintChecks=89570618  nbAssignments=100000
19.79	       =>  wckTime=19.158  cpuTime=19.04  mem=5M626
21.69	   
21.69	   search
21.69	     run=10  nbConstraintChecks=98486736  nbAssignments=110000
21.69	       =>  wckTime=21.054  cpuTime=20.93  mem=5M626
23.59	   
23.59	   search
23.59	     run=11  nbConstraintChecks=107490338  nbAssignments=120000
23.59	       =>  wckTime=22.957  cpuTime=22.82  mem=5M626
25.49	   
25.49	   search
25.49	     run=12  nbConstraintChecks=116403764  nbAssignments=130000
25.49	       =>  wckTime=24.852  cpuTime=24.71  mem=5M626
27.40	   
27.40	   search
27.40	     run=13  nbConstraintChecks=125408670  nbAssignments=140000
27.40	       =>  wckTime=26.761  cpuTime=26.6  mem=5M626
29.28	   
29.29	   search
29.29	     run=14  nbConstraintChecks=134327168  nbAssignments=150000
29.29	       =>  wckTime=28.651  cpuTime=28.49  mem=5M626
31.21	   
31.21	   search
31.21	     run=15  nbConstraintChecks=143319037  nbAssignments=160000
31.21	       =>  wckTime=30.573  cpuTime=30.4  mem=5M626
31.73	   
31.73	   search
31.73	     run=16  nbConstraintChecks=145706244  nbAssignments=162724
31.73	       =>  wckTime=31.091  cpuTime=30.92  mem=5M626
31.73	   
31.73	   global
31.73	     nbConstraintChecks=145706244  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.73	     solvingWckTime=31.09  solvingCpuTime=30.92  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.73	     globalCpuTime=31.18
31.73	       =>  wckTime=31.416  cpuTime=31.13  mem=5M626
31.73	   
31.73	   solver IterativeSystematicSolver being built... 
31.87	       =>  wckTime=31.562  cpuTime=31.24  mem=16M751
31.88	   
31.88	   preprocessing
31.88	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.88	     detectedInconsistency=no
31.88	       =>  wckTime=0.0060  cpuTime=0.01  mem=16M751
31.93	   
31.93	   search
31.93	     run=0  nbConstraintChecks=38996  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=42
31.93	     nbFailedAssignments=7  nbBacktracks=10  nbVisitedNodes=60  nbRestartNogoods=0
31.93	       =>  wckTime=0.058  cpuTime=0.04  mem=16M751
31.98	   
31.98	   search
31.98	     run=1  nbConstraintChecks=94584  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=95
31.98	     nbFailedAssignments=20  nbBacktracks=25  nbVisitedNodes=141  nbRestartNogoods=2
31.98	       =>  wckTime=0.103  cpuTime=0.07  mem=16M751
32.01	   
32.01	   search
32.01	     run=2  nbConstraintChecks=166334  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=157
32.01	     nbFailedAssignments=36  nbBacktracks=48  nbVisitedNodes=242  nbRestartNogoods=5
32.01	       =>  wckTime=0.134  cpuTime=0.1  mem=16M751
32.06	   
32.06	   search
32.06	     run=3  nbConstraintChecks=284742  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=247
32.06	     nbFailedAssignments=71  nbBacktracks=81  nbVisitedNodes=400  nbRestartNogoods=7
32.06	       =>  wckTime=0.184  cpuTime=0.15  mem=16M751
32.12	   
32.12	   search
32.12	     run=4  nbConstraintChecks=438926  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=362
32.12	     nbFailedAssignments=113  nbBacktracks=132  nbVisitedNodes=608  nbRestartNogoods=11
32.12	       =>  wckTime=0.248  cpuTime=0.21  mem=16M751
32.22	   
32.22	   search
32.22	     run=5  nbConstraintChecks=671418  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=527
32.22	     nbFailedAssignments=178  nbBacktracks=208  nbVisitedNodes=914  nbRestartNogoods=13
32.22	       =>  wckTime=0.345  cpuTime=0.3  mem=16M751
32.37	   
32.37	   search
32.37	     run=6  nbConstraintChecks=1037528  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=773
32.37	     nbFailedAssignments=291  nbBacktracks=321  nbVisitedNodes=1386  nbRestartNogoods=16
32.37	       =>  wckTime=0.492  cpuTime=0.45  mem=16M751
32.56	   
32.56	   search
32.56	     run=7  nbConstraintChecks=1528650  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1103
32.56	     nbFailedAssignments=431  nbBacktracks=491  nbVisitedNodes=2026  nbRestartNogoods=18
32.56	       =>  wckTime=0.685  cpuTime=0.64  mem=16M751
32.86	   
32.86	   search
32.86	     run=8  nbConstraintChecks=2286888  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1601
32.86	     nbFailedAssignments=651  nbBacktracks=747  nbVisitedNodes=3000  nbRestartNogoods=22
32.86	       =>  wckTime=0.989  cpuTime=0.92  mem=16M751
33.33	   
33.33	   search
33.33	     run=9  nbConstraintChecks=3535090  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2417
33.33	     nbFailedAssignments=1061  nbBacktracks=1131  nbVisitedNodes=4610  nbRestartNogoods=27
33.33	       =>  wckTime=1.455  cpuTime=1.38  mem=16M751
33.96	   
33.96	   search
33.96	     run=10  nbConstraintChecks=5274727  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3566
33.96	     nbFailedAssignments=1610  nbBacktracks=1707  nbVisitedNodes=6884  nbRestartNogoods=31
33.96	       =>  wckTime=2.083  cpuTime=1.99  mem=16M751
35.01	   
35.01	   search
35.01	     run=11  nbConstraintChecks=8121388  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5404
35.01	     nbFailedAssignments=2565  nbBacktracks=2571  nbVisitedNodes=10541  nbRestartNogoods=34
35.01	       =>  wckTime=3.139  cpuTime=3.05  mem=16M751
36.44	   
36.44	   search
36.44	     run=12  nbConstraintChecks=12055183  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7987
36.44	     nbFailedAssignments=3831  nbBacktracks=3868  nbVisitedNodes=15687  nbRestartNogoods=38
36.44	       =>  wckTime=4.563  cpuTime=4.46  mem=16M751
38.67	   
38.67	   search
38.67	     run=13  nbConstraintChecks=18058969  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11795
38.67	     nbFailedAssignments=5670  nbBacktracks=5816  nbVisitedNodes=23282  nbRestartNogoods=41
38.67	       =>  wckTime=6.792  cpuTime=6.68  mem=16M751
42.07	   
42.07	   search
42.07	     run=14  nbConstraintChecks=27165840  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=17641
42.07	     nbFailedAssignments=8578  nbBacktracks=8735  nbVisitedNodes=34955  nbRestartNogoods=46
42.07	       =>  wckTime=10.197  cpuTime=10.07  mem=16M751
47.01	   
47.01	   search
47.01	     run=15  nbConstraintChecks=40434706  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=26135
47.01	     nbFailedAssignments=12676  nbBacktracks=13113  nbVisitedNodes=51925  nbRestartNogoods=54
47.01	       =>  wckTime=15.135  cpuTime=14.98  mem=16M751
54.64	   
54.64	   search
54.64	     run=16  nbConstraintChecks=60707077  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=38975
54.64	     nbFailedAssignments=18935  nbBacktracks=19681  nbVisitedNodes=77592  nbRestartNogoods=62
54.64	       =>  wckTime=22.761  cpuTime=22.57  mem=16M751
66.66	   
66.66	   search
66.66	     run=17  nbConstraintChecks=92117037  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=58958
66.66	     nbFailedAssignments=29047  nbBacktracks=29533  nbVisitedNodes=117539  nbRestartNogoods=70
66.66	       =>  wckTime=34.785  cpuTime=34.54  mem=16M751
84.45	   
84.45	   search
84.45	     run=18  nbConstraintChecks=139144787  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=88891
84.45	     nbFailedAssignments=44186  nbBacktracks=44311  nbVisitedNodes=177388  nbRestartNogoods=76
84.45	       =>  wckTime=52.571  cpuTime=52.25  mem=16M751
111.17	   
111.17	   search
111.17	     run=19  nbConstraintChecks=207345860  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=131868
111.17	     nbFailedAssignments=64978  nbBacktracks=66481  nbVisitedNodes=263281  nbRestartNogoods=83
111.17	       =>  wckTime=79.296  cpuTime=78.85  mem=16M751
152.97	   
152.97	   search
152.97	     run=20  nbConstraintChecks=314665093  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=199691
152.97	     nbFailedAssignments=99533  nbBacktracks=99733  nbVisitedNodes=398388  nbRestartNogoods=90
152.97	       =>  wckTime=121.1  cpuTime=120.46  mem=16M751
214.09	   
214.09	   search
214.09	     run=21  nbConstraintChecks=472139738  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=301454
214.09	     nbFailedAssignments=151396  nbBacktracks=149612  nbVisitedNodes=600489  nbRestartNogoods=96
214.09	       =>  wckTime=182.217  cpuTime=181.3  mem=16M751
294.18	   
294.18	   search
294.18	     run=22  nbConstraintChecks=686207951  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=443293
294.18	     nbFailedAssignments=218397  nbBacktracks=224432  nbVisitedNodes=876382  nbRestartNogoods=100
294.18	       =>  wckTime=262.302  cpuTime=261.02  mem=16M751
397.96	   
397.96	   search
397.96	     run=23  nbConstraintChecks=984325513  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=651952
397.96	     nbFailedAssignments=314806  nbBacktracks=336663  nbVisitedNodes=1269520  nbRestartNogoods=108
397.96	       =>  wckTime=366.084  cpuTime=364.34  mem=16M751
511.75	   
511.75	   search
511.75	     run=24  nbConstraintChecks=1332654005  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=918172
511.75	     nbFailedAssignments=412663  nbBacktracks=505004  nbVisitedNodes=1728201  nbRestartNogoods=116
511.75	       =>  wckTime=479.872  cpuTime=477.62  mem=16M751
666.79	   
666.79	   search
666.79	     run=25  nbConstraintChecks=1814299603  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1302241
666.79	     nbFailedAssignments=544200  nbBacktracks=757515  nbVisitedNodes=2362571  nbRestartNogoods=123
666.79	       =>  wckTime=634.919  cpuTime=631.97  mem=16M751
900.88	   
900.88	   search
900.88	     run=26  nbConstraintChecks=2537254881  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1879668
900.88	     nbFailedAssignments=742837  nbBacktracks=1136284  nbVisitedNodes=3314046  nbRestartNogoods=133
900.88	       =>  wckTime=869.002  cpuTime=864.99  mem=16M751
1255.99	   
1255.99	   search
1255.99	     run=27  nbConstraintChecks=3616810968  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2741188
1255.99	     nbFailedAssignments=1036184  nbBacktracks=1704435  nbVisitedNodes=4730521  nbRestartNogoods=142
1255.99	       =>  wckTime=1224.119  cpuTime=1218.48  mem=16M751
1805.96	   
1805.96	   search
1805.96	     run=28  nbConstraintChecks=5263453505  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4033233
1805.96	     nbFailedAssignments=1475978  nbBacktracks=2556661  nbVisitedNodes=6853598  nbRestartNogoods=151
1805.96	       =>  wckTime=1774.082  cpuTime=1765.79  mem=16M751
2411.23	v 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 1 1 0 0 1 1 0 0 0 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 0 

Verifier Data (download as text)

219 unsatisfied constraints, 321 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/node59/watcher-279992-1169299950 -o ROOT/results/node59/solver-279992-1169299950 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/279992-1169299950/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: 0.88 0.97 0.99 4/70 21153
/proc/meminfo: memFree=1406904/2055920 swapFree=4192680/4192956
[pid=21152] ppid=21149 vsize=1784 CPUtime=0
/proc/21152/stat : 21152 (java) D 21149 21152 21044 0 -1 0 165 0 0 0 0 0 0 0 19 0 1 0 278392923 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/21152/statm: 446 136 102 14 0 91 0

[startup+0.10711 s]
/proc/loadavg: 0.88 0.97 0.99 4/70 21153
/proc/meminfo: memFree=1406904/2055920 swapFree=4192680/4192956
[pid=21152] ppid=21149 vsize=914988 CPUtime=0.08
/proc/21152/stat : 21152 (java) R 21149 21152 21044 0 -1 0 2995 0 1 0 6 2 0 0 18 0 8 0 278392923 936947712 2741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072926600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21152/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515158 s]
/proc/loadavg: 0.88 0.97 0.99 4/70 21153
/proc/meminfo: memFree=1406904/2055920 swapFree=4192680/4192956
[pid=21152] ppid=21149 vsize=915332 CPUtime=0.49
/proc/21152/stat : 21152 (java) R 21149 21152 21044 0 -1 0 6419 0 1 0 44 5 0 0 19 0 8 0 278392923 937299968 6158 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072927042 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21152/statm: 228833 6158 2149 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33924 s]
/proc/loadavg: 0.88 0.97 0.99 3/87 21170
/proc/meminfo: memFree=1370672/2055920 swapFree=4192680/4192956
[pid=21152] ppid=21149 vsize=915464 CPUtime=1.3
/proc/21152/stat : 21152 (java) R 21149 21152 21044 0 -1 0 7166 0 1 0 113 17 0 0 25 0 8 0 278392923 937435136 6904 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21152/statm: 228866 6904 2476 14 0 215336 0
[pid=21152/tid=21157] ppid=21149 vsize=915464 CPUtime=0.02
/proc/21152/task/21157/stat : 21157 (java) S 21149 21152 21044 0 -1 64 186 0 0 0 2 0 0 0 17 0 8 0 278392927 937435136 6904 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21159] ppid=21149 vsize=915464 CPUtime=0
/proc/21152/task/21159/stat : 21159 (java) S 21149 21152 21044 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 937435136 6904 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21160] ppid=21149 vsize=915464 CPUtime=0
/proc/21152/task/21160/stat : 21160 (java) S 21149 21152 21044 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 937435136 6904 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21163] ppid=21149 vsize=915464 CPUtime=0
/proc/21152/task/21163/stat : 21163 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 278392931 937435136 6904 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21164] ppid=21149 vsize=915464 CPUtime=0.13
/proc/21152/task/21164/stat : 21164 (java) S 21149 21152 21044 0 -1 64 339 0 0 0 13 0 0 0 16 0 8 0 278392931 937435136 6904 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21165] ppid=21149 vsize=915464 CPUtime=0
/proc/21152/task/21165/stat : 21165 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 278392931 937435136 6904 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21166] ppid=21149 vsize=915464 CPUtime=0
/proc/21152/task/21166/stat : 21166 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278392931 937435136 6904 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.98542 s]
/proc/loadavg: 0.97 0.98 0.99 3/87 21170
/proc/meminfo: memFree=1370608/2055920 swapFree=4192680/4192956
[pid=21152] ppid=21149 vsize=915460 CPUtime=2.94
/proc/21152/stat : 21152 (java) R 21149 21152 21044 0 -1 0 7169 0 1 0 242 52 0 0 25 0 8 0 278392923 937431040 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073698314 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21152/statm: 228865 6906 2476 14 0 215335 0
[pid=21152/tid=21157] ppid=21149 vsize=915460 CPUtime=0.02
/proc/21152/task/21157/stat : 21157 (java) S 21149 21152 21044 0 -1 64 186 0 0 0 2 0 0 0 16 0 8 0 278392927 937431040 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21159] ppid=21149 vsize=915460 CPUtime=0
/proc/21152/task/21159/stat : 21159 (java) S 21149 21152 21044 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21160] ppid=21149 vsize=915460 CPUtime=0
/proc/21152/task/21160/stat : 21160 (java) S 21149 21152 21044 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21163] ppid=21149 vsize=915460 CPUtime=0
/proc/21152/task/21163/stat : 21163 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 278392931 937431040 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21164] ppid=21149 vsize=915460 CPUtime=0.13
/proc/21152/task/21164/stat : 21164 (java) S 21149 21152 21044 0 -1 64 341 0 0 0 13 0 0 0 16 0 8 0 278392931 937431040 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21165] ppid=21149 vsize=915460 CPUtime=0
/proc/21152/task/21165/stat : 21165 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 278392931 937431040 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21166] ppid=21149 vsize=915460 CPUtime=0
/proc/21152/task/21166/stat : 21166 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278392931 937431040 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915460

[startup+6.26478 s]
/proc/loadavg: 0.97 0.98 0.99 3/87 21170
/proc/meminfo: memFree=1370480/2055920 swapFree=4192680/4192956
[pid=21152] ppid=21149 vsize=915460 CPUtime=6.21
/proc/21152/stat : 21152 (java) R 21149 21152 21044 0 -1 0 7169 0 1 0 499 122 0 0 25 0 8 0 278392923 937431040 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073696180 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21152/statm: 228865 6906 2476 14 0 215335 0
[pid=21152/tid=21157] ppid=21149 vsize=915460 CPUtime=0.02
/proc/21152/task/21157/stat : 21157 (java) S 21149 21152 21044 0 -1 64 186 0 0 0 2 0 0 0 16 0 8 0 278392927 937431040 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21159] ppid=21149 vsize=915460 CPUtime=0
/proc/21152/task/21159/stat : 21159 (java) S 21149 21152 21044 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21160] ppid=21149 vsize=915460 CPUtime=0
/proc/21152/task/21160/stat : 21160 (java) S 21149 21152 21044 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21163] ppid=21149 vsize=915460 CPUtime=0
/proc/21152/task/21163/stat : 21163 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 278392931 937431040 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21164] ppid=21149 vsize=915460 CPUtime=0.13
/proc/21152/task/21164/stat : 21164 (java) S 21149 21152 21044 0 -1 64 341 0 0 0 13 0 0 0 16 0 8 0 278392931 937431040 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21165] ppid=21149 vsize=915460 CPUtime=0
/proc/21152/task/21165/stat : 21165 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 278392931 937431040 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21166] ppid=21149 vsize=915460 CPUtime=0
/proc/21152/task/21166/stat : 21166 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278392931 937431040 6906 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915460

[startup+12.7525 s]
/proc/loadavg: 1.13 1.02 1.01 3/87 21170
/proc/meminfo: memFree=1370488/2055920 swapFree=4192680/4192956
[pid=21152] ppid=21149 vsize=915460 CPUtime=12.67
/proc/21152/stat : 21152 (java) R 21149 21152 21044 0 -1 0 7170 0 1 0 1008 259 0 0 25 0 8 0 278392923 937431040 6907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073698899 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21152/statm: 228865 6907 2476 14 0 215335 0
[pid=21152/tid=21157] ppid=21149 vsize=915460 CPUtime=0.02
/proc/21152/task/21157/stat : 21157 (java) S 21149 21152 21044 0 -1 64 186 0 0 0 2 0 0 0 16 0 8 0 278392927 937431040 6907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21159] ppid=21149 vsize=915460 CPUtime=0
/proc/21152/task/21159/stat : 21159 (java) S 21149 21152 21044 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 6907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21160] ppid=21149 vsize=915460 CPUtime=0
/proc/21152/task/21160/stat : 21160 (java) S 21149 21152 21044 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 937431040 6907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21163] ppid=21149 vsize=915460 CPUtime=0
/proc/21152/task/21163/stat : 21163 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 278392931 937431040 6907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21164] ppid=21149 vsize=915460 CPUtime=0.13
/proc/21152/task/21164/stat : 21164 (java) S 21149 21152 21044 0 -1 64 342 0 0 0 13 0 0 0 16 0 8 0 278392931 937431040 6907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21165] ppid=21149 vsize=915460 CPUtime=0
/proc/21152/task/21165/stat : 21165 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 278392931 937431040 6907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21166] ppid=21149 vsize=915460 CPUtime=0
/proc/21152/task/21166/stat : 21166 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 278392931 937431040 6907 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915460

[startup+25.5989 s]
/proc/loadavg: 1.26 1.05 1.02 4/87 21170
/proc/meminfo: memFree=1370552/2055920 swapFree=4192680/4192956
[pid=21152] ppid=21149 vsize=916484 CPUtime=25.46
/proc/21152/stat : 21152 (java) R 21149 21152 21044 0 -1 0 7171 0 1 0 2018 528 0 0 25 0 8 0 278392923 938479616 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073696135 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21152/statm: 229121 6908 2476 14 0 215591 0
[pid=21152/tid=21157] ppid=21149 vsize=916484 CPUtime=0.02
/proc/21152/task/21157/stat : 21157 (java) S 21149 21152 21044 0 -1 64 186 0 0 0 2 0 0 0 16 0 8 0 278392927 938479616 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21159] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21159/stat : 21159 (java) S 21149 21152 21044 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21160] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21160/stat : 21160 (java) S 21149 21152 21044 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21163] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21163/stat : 21163 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 278392931 938479616 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21164] ppid=21149 vsize=916484 CPUtime=0.14
/proc/21152/task/21164/stat : 21164 (java) S 21149 21152 21044 0 -1 64 342 0 0 0 14 0 0 0 16 0 8 0 278392931 938479616 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21165] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21165/stat : 21165 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 278392931 938479616 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21166] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21166/stat : 21166 (java) S 21149 21152 21044 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 278392931 938479616 6908 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 916484

[startup+51.2057 s]
/proc/loadavg: 1.58 1.14 1.04 3/87 21170
/proc/meminfo: memFree=1355128/2055920 swapFree=4192680/4192956
[pid=21152] ppid=21149 vsize=916484 CPUtime=50.93
/proc/21152/stat : 21152 (java) R 21149 21152 21044 0 -1 0 9167 0 1 0 4434 659 0 0 25 0 8 0 278392923 938479616 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073822203 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21152/statm: 229121 8900 2527 14 0 215591 0
[pid=21152/tid=21157] ppid=21149 vsize=916484 CPUtime=0.02
/proc/21152/task/21157/stat : 21157 (java) S 21149 21152 21044 0 -1 64 187 0 0 0 2 0 0 0 16 0 8 0 278392927 938479616 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21159] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21159/stat : 21159 (java) S 21149 21152 21044 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21160] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21160/stat : 21160 (java) S 21149 21152 21044 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21163] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21163/stat : 21163 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 278392931 938479616 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21164] ppid=21149 vsize=916484 CPUtime=0.25
/proc/21152/task/21164/stat : 21164 (java) S 21149 21152 21044 0 -1 64 400 0 0 0 24 1 0 0 16 0 8 0 278392931 938479616 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21165] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21165/stat : 21165 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 278392931 938479616 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21166] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21166/stat : 21166 (java) S 21149 21152 21044 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 278392931 938479616 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 916484

[startup+102.406 s]
/proc/loadavg: 1.83 1.28 1.10 3/87 21170
/proc/meminfo: memFree=1355064/2055920 swapFree=4192680/4192956
[pid=21152] ppid=21149 vsize=916484 CPUtime=101.9
/proc/21152/stat : 21152 (java) R 21149 21152 21044 0 -1 0 9176 0 1 0 9531 659 0 0 25 0 8 0 278392923 938479616 8909 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073824010 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21152/statm: 229121 8909 2527 14 0 215591 0
[pid=21152/tid=21157] ppid=21149 vsize=916484 CPUtime=0.02
/proc/21152/task/21157/stat : 21157 (java) S 21149 21152 21044 0 -1 64 187 0 0 0 2 0 0 0 16 0 8 0 278392927 938479616 8909 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21159] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21159/stat : 21159 (java) S 21149 21152 21044 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 8909 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21160] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21160/stat : 21160 (java) S 21149 21152 21044 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 8909 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21163] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21163/stat : 21163 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 278392931 938479616 8909 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21164] ppid=21149 vsize=916484 CPUtime=0.25
/proc/21152/task/21164/stat : 21164 (java) S 21149 21152 21044 0 -1 64 401 0 0 0 24 1 0 0 16 0 8 0 278392931 938479616 8909 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21165] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21165/stat : 21165 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 278392931 938479616 8909 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21166] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21166/stat : 21166 (java) S 21149 21152 21044 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 278392931 938479616 8909 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 916484

[startup+162.449 s]
/proc/loadavg: 1.98 1.42 1.16 3/87 21170
/proc/meminfo: memFree=1354936/2055920 swapFree=4192680/4192956
[pid=21152] ppid=21149 vsize=916484 CPUtime=161.67
/proc/21152/stat : 21152 (java) R 21149 21152 21044 0 -1 0 9180 0 1 0 15508 659 0 0 25 0 8 0 278392923 938479616 8913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073823898 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 2014.42
Current children cumulated vsize (KiB) 916484

[startup+2083.86 s]
/proc/loadavg: 2.00 2.02 1.88 3/87 21368
/proc/meminfo: memFree=1354360/2055920 swapFree=4192680/4192956
[pid=21152] ppid=21149 vsize=916484 CPUtime=2074.2
/proc/21152/stat : 21152 (java) R 21149 21152 21044 0 -1 0 9203 0 1 0 206755 665 0 0 25 0 8 0 278392923 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073871057 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21152/statm: 229121 8934 2527 14 0 215591 0
[pid=21152/tid=21157] ppid=21149 vsize=916484 CPUtime=0.02
/proc/21152/task/21157/stat : 21157 (java) S 21149 21152 21044 0 -1 64 187 0 0 0 2 0 0 0 16 0 8 0 278392927 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21159] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21159/stat : 21159 (java) S 21149 21152 21044 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21160] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21160/stat : 21160 (java) S 21149 21152 21044 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21163] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21163/stat : 21163 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21164] ppid=21149 vsize=916484 CPUtime=0.25
/proc/21152/task/21164/stat : 21164 (java) S 21149 21152 21044 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21165] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21165/stat : 21165 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21166] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21166/stat : 21166 (java) S 21149 21152 21044 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2074.2
Current children cumulated vsize (KiB) 916484

[startup+2143.9 s]
/proc/loadavg: 2.00 2.01 1.89 4/87 21368
/proc/meminfo: memFree=1354360/2055920 swapFree=4192680/4192956
[pid=21152] ppid=21149 vsize=916484 CPUtime=2133.96
/proc/21152/stat : 21152 (java) R 21149 21152 21044 0 -1 0 9203 0 1 0 212731 665 0 0 25 0 8 0 278392923 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073871520 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21152/statm: 229121 8934 2527 14 0 215591 0
[pid=21152/tid=21157] ppid=21149 vsize=916484 CPUtime=0.02
/proc/21152/task/21157/stat : 21157 (java) S 21149 21152 21044 0 -1 64 187 0 0 0 2 0 0 0 16 0 8 0 278392927 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21159] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21159/stat : 21159 (java) S 21149 21152 21044 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21160] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21160/stat : 21160 (java) S 21149 21152 21044 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21163] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21163/stat : 21163 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21164] ppid=21149 vsize=916484 CPUtime=0.25
/proc/21152/task/21164/stat : 21164 (java) S 21149 21152 21044 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21165] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21165/stat : 21165 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21166] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21166/stat : 21166 (java) S 21149 21152 21044 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2133.96
Current children cumulated vsize (KiB) 916484

[startup+2203.95 s]
/proc/loadavg: 2.00 2.01 1.89 4/87 21368
/proc/meminfo: memFree=1354424/2055920 swapFree=4192680/4192956
[pid=21152] ppid=21149 vsize=916484 CPUtime=2193.72
/proc/21152/stat : 21152 (java) R 21149 21152 21044 0 -1 0 9203 0 1 0 218707 665 0 0 25 0 8 0 278392923 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073822278 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21152/statm: 229121 8934 2527 14 0 215591 0
[pid=21152/tid=21157] ppid=21149 vsize=916484 CPUtime=0.02
/proc/21152/task/21157/stat : 21157 (java) S 21149 21152 21044 0 -1 64 187 0 0 0 2 0 0 0 16 0 8 0 278392927 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21159] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21159/stat : 21159 (java) S 21149 21152 21044 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21160] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21160/stat : 21160 (java) S 21149 21152 21044 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21163] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21163/stat : 21163 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21164] ppid=21149 vsize=916484 CPUtime=0.25
/proc/21152/task/21164/stat : 21164 (java) S 21149 21152 21044 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21165] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21165/stat : 21165 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21166] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21166/stat : 21166 (java) S 21149 21152 21044 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2193.72
Current children cumulated vsize (KiB) 916484

[startup+2263.99 s]
/proc/loadavg: 2.00 2.00 1.90 3/87 21368
/proc/meminfo: memFree=1354488/2055920 swapFree=4192680/4192956
[pid=21152] ppid=21149 vsize=916484 CPUtime=2253.49
/proc/21152/stat : 21152 (java) R 21149 21152 21044 0 -1 0 9203 0 1 0 224684 665 0 0 25 0 8 0 278392923 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073849839 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21152/statm: 229121 8934 2527 14 0 215591 0
[pid=21152/tid=21157] ppid=21149 vsize=916484 CPUtime=0.02
/proc/21152/task/21157/stat : 21157 (java) S 21149 21152 21044 0 -1 64 187 0 0 0 2 0 0 0 16 0 8 0 278392927 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21159] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21159/stat : 21159 (java) S 21149 21152 21044 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21160] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21160/stat : 21160 (java) S 21149 21152 21044 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21163] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21163/stat : 21163 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21164] ppid=21149 vsize=916484 CPUtime=0.25
/proc/21152/task/21164/stat : 21164 (java) S 21149 21152 21044 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21165] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21165/stat : 21165 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21166] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21166/stat : 21166 (java) S 21149 21152 21044 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2253.49
Current children cumulated vsize (KiB) 916484

[startup+2324.03 s]
/proc/loadavg: 2.00 2.00 1.90 3/87 21368
/proc/meminfo: memFree=1354424/2055920 swapFree=4192680/4192956
[pid=21152] ppid=21149 vsize=916484 CPUtime=2313.25
/proc/21152/stat : 21152 (java) R 21149 21152 21044 0 -1 0 9203 0 1 0 230660 665 0 0 25 0 8 0 278392923 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073712719 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21152/statm: 229121 8934 2527 14 0 215591 0
[pid=21152/tid=21157] ppid=21149 vsize=916484 CPUtime=0.02
/proc/21152/task/21157/stat : 21157 (java) S 21149 21152 21044 0 -1 64 187 0 0 0 2 0 0 0 16 0 8 0 278392927 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21159] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21159/stat : 21159 (java) S 21149 21152 21044 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21160] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21160/stat : 21160 (java) S 21149 21152 21044 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21163] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21163/stat : 21163 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21164] ppid=21149 vsize=916484 CPUtime=0.25
/proc/21152/task/21164/stat : 21164 (java) S 21149 21152 21044 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21165] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21165/stat : 21165 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21166] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21166/stat : 21166 (java) S 21149 21152 21044 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2313.25
Current children cumulated vsize (KiB) 916484

[startup+2384.08 s]
/proc/loadavg: 2.00 2.00 1.91 3/87 21368
/proc/meminfo: memFree=1354488/2055920 swapFree=4192680/4192956
[pid=21152] ppid=21149 vsize=916484 CPUtime=2373.03
/proc/21152/stat : 21152 (java) R 21149 21152 21044 0 -1 0 9203 0 1 0 236637 666 0 0 25 0 8 0 278392923 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073845766 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21152/statm: 229121 8934 2527 14 0 215591 0
[pid=21152/tid=21157] ppid=21149 vsize=916484 CPUtime=0.02
/proc/21152/task/21157/stat : 21157 (java) S 21149 21152 21044 0 -1 64 187 0 0 0 2 0 0 0 16 0 8 0 278392927 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21159] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21159/stat : 21159 (java) S 21149 21152 21044 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21160] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21160/stat : 21160 (java) S 21149 21152 21044 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21163] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21163/stat : 21163 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21164] ppid=21149 vsize=916484 CPUtime=0.25
/proc/21152/task/21164/stat : 21164 (java) S 21149 21152 21044 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21165] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21165/stat : 21165 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21166] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21166/stat : 21166 (java) S 21149 21152 21044 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2373.03
Current children cumulated vsize (KiB) 916484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2411.22 s]
/proc/loadavg: 2.00 2.00 1.91 2/75 21379
/proc/meminfo: memFree=1380880/2055920 swapFree=4192680/4192956
[pid=21152] ppid=21149 vsize=916484 CPUtime=2400.05
/proc/21152/stat : 21152 (java) R 21149 21152 21044 0 -1 0 9203 0 1 0 239339 666 0 0 25 0 8 0 278392923 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073837300 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21152/statm: 229121 8934 2527 14 0 215591 0
[pid=21152/tid=21157] ppid=21149 vsize=916484 CPUtime=0.02
/proc/21152/task/21157/stat : 21157 (java) S 21149 21152 21044 0 -1 64 187 0 0 0 2 0 0 0 16 0 8 0 278392927 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21159] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21159/stat : 21159 (java) S 21149 21152 21044 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21160] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21160/stat : 21160 (java) S 21149 21152 21044 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 278392928 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21163] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21163/stat : 21163 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21164] ppid=21149 vsize=916484 CPUtime=0.25
/proc/21152/task/21164/stat : 21164 (java) S 21149 21152 21044 0 -1 64 402 0 0 0 24 1 0 0 16 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21152/tid=21165] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21165/stat : 21165 (java) S 21149 21152 21044 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21152/tid=21166] ppid=21149 vsize=916484 CPUtime=0
/proc/21152/task/21166/stat : 21166 (java) S 21149 21152 21044 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 278392931 938479616 8934 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 916484

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 2411.29
CPU time (s): 2400.12
CPU user time (s): 2393.45
CPU system time (s): 6.67098
CPU usage (%): 99.5367
Max. virtual memory (cumulated for all children) (KiB): 916488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.45
system time used= 6.67098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9224
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= 49992
involuntary context switches= 77402

runsolver used 3.03854 s user time and 7.2119 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sat Jan 20 13:32:30 UTC 2007


IDJOB= 279992
IDBENCH= 10561
IDSOLVER= 69
FILE ID= node59/279992-1169299950

PBS_JOBID= 3609876

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/maxcut/maxcut-40/maxcut-40-540-1_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/279992-1169299950/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-279992-1169299950 -o ROOT/results/node59/solver-279992-1169299950 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/279992-1169299950/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5b4b7092356d3dba13cd5402b12b1e36

RANDOM SEED= 116508092

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.239
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.239
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:       1407584 kB
Buffers:         49160 kB
Cached:         503476 kB
SwapCached:          0 kB
Active:         119860 kB
Inactive:       452908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1407584 kB
SwapTotal:     4192956 kB
SwapFree:      4192680 kB
Dirty:            3680 kB
Writeback:           0 kB
Mapped:          30244 kB
Slab:            61084 kB
Committed_AS:  5351796 kB
PageTables:       1712 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= 66561 MiB



End job on node59 on Sat Jan 20 14:12:41 UTC 2007