Trace number 277642

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 EPFCOPTIMUM 984.487 992.225

General information on the benchmark

NameMaxCSP/cnf/2-40-1100-2000/
cnf-2-40-1700-341821_ext.xml
MD5SUMa6f7354ba8162589997d13e1f9991567
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints405
Best CPU time to get the best result obtained on this benchmark5.9261
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints646
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension646
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=epfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/277642-1169269546/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.09  cpuTime=0.08  mem=6M887
0.40	   
0.40	   relations being loaded...
0.41	   
0.41	   constraints being loaded...
0.57	     nbConstraints=646  nbRelationTypes=14  nbExtensionStructures=14  nbSharedExtensionStructures=632
0.57	     nbConflictsStructures=14  nbSharedConflictsStructures=632  nbSharedBinaryRepresentations=52  maxDegree=37
0.57	     maxArity=2
0.57	       =>  wckTime=0.256  cpuTime=0.17  mem=8M837
0.61	   
0.61	   solver LocalSearchSolver being built... 
0.65	       =>  wckTime=0.338  cpuTime=0.22  mem=5M685
0.65	
0.65	s SATISFIABLE
0.66	o 338
0.66	c 308
0.66	o 345
0.66	c 301
0.66	o 351
0.66	c 295
0.66	o 355
0.66	c 291
0.66	o 357
0.66	c 289
0.66	o 362
0.66	c 284
0.66	o 368
0.66	c 278
0.66	o 369
0.66	c 277
0.66	o 372
0.66	c 274
0.66	o 375
0.66	c 271
0.67	o 376
0.67	c 270
0.67	o 378
0.67	c 268
0.67	o 380
0.67	c 266
0.67	o 381
0.67	c 265
0.67	o 382
0.67	c 264
0.67	o 383
0.67	c 263
0.67	o 385
0.67	c 261
0.68	o 389
0.68	c 257
0.68	o 390
0.68	c 256
0.68	o 395
0.68	c 251
0.68	o 398
0.68	c 248
0.73	o 399
0.73	c 247
0.76	o 401
0.76	c 245
1.27	o 402
1.27	c 244
1.37	o 404
1.37	c 242
3.08	   
3.09	   search
3.09	     run=0  nbConstraintChecks=11032836  nbAssignments=10000
3.09	       =>  wckTime=2.436  cpuTime=2.39  mem=5M685
5.31	o 405
5.31	c 241
5.44	   
5.44	   search
5.44	     run=1  nbConstraintChecks=22159016  nbAssignments=20000
5.44	       =>  wckTime=4.791  cpuTime=4.72  mem=5M685
7.76	   
7.76	   search
7.76	     run=2  nbConstraintChecks=33196562  nbAssignments=30000
7.76	       =>  wckTime=7.116  cpuTime=7.02  mem=5M685
10.10	   
10.10	   search
10.10	     run=3  nbConstraintChecks=44302065  nbAssignments=40000
10.10	       =>  wckTime=9.454  cpuTime=9.35  mem=5M685
12.43	   
12.43	   search
12.43	     run=4  nbConstraintChecks=55346820  nbAssignments=50000
12.43	       =>  wckTime=11.781  cpuTime=11.65  mem=5M685
14.77	   
14.77	   search
14.77	     run=5  nbConstraintChecks=66457006  nbAssignments=60000
14.77	       =>  wckTime=14.126  cpuTime=13.96  mem=5M685
17.12	   
17.12	   search
17.12	     run=6  nbConstraintChecks=77495390  nbAssignments=70000
17.12	       =>  wckTime=16.474  cpuTime=16.3  mem=5M685
19.48	   
19.48	   search
19.48	     run=7  nbConstraintChecks=88604572  nbAssignments=80000
19.48	       =>  wckTime=18.832  cpuTime=18.63  mem=5M685
21.83	   
21.83	   search
21.83	     run=8  nbConstraintChecks=99635242  nbAssignments=90000
21.83	       =>  wckTime=21.178  cpuTime=20.96  mem=5M685
24.18	   
24.18	   search
24.18	     run=9  nbConstraintChecks=110737762  nbAssignments=100000
24.18	       =>  wckTime=23.535  cpuTime=23.3  mem=5M685
26.51	   
26.51	   search
26.51	     run=10  nbConstraintChecks=121773691  nbAssignments=110000
26.51	       =>  wckTime=25.865  cpuTime=25.6  mem=5M685
28.85	   
28.85	   search
28.85	     run=11  nbConstraintChecks=132883107  nbAssignments=120000
28.85	       =>  wckTime=28.205  cpuTime=27.92  mem=5M685
31.18	   
31.18	   search
31.18	     run=12  nbConstraintChecks=143924342  nbAssignments=130000
31.18	       =>  wckTime=30.532  cpuTime=30.23  mem=5M685
33.52	   
33.52	   search
33.52	     run=13  nbConstraintChecks=155048853  nbAssignments=140000
33.52	       =>  wckTime=32.873  cpuTime=32.55  mem=5M685
35.60	   
35.60	   search
35.60	     run=14  nbConstraintChecks=164837264  nbAssignments=148876
35.60	       =>  wckTime=34.95  cpuTime=34.61  mem=5M685
35.60	   
35.60	   global
35.60	     nbConstraintChecks=164837264  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
35.60	     solvingWckTime=34.947  solvingCpuTime=34.6  expiredTime=no  totalExploration=no  nbFoundSolutions=0
35.60	     globalCpuTime=34.88
35.60	       =>  wckTime=35.287  cpuTime=34.82  mem=5M685
35.60	   
35.60	   solver IterativeSystematicSolver being built... 
35.74	       =>  wckTime=35.432  cpuTime=34.93  mem=16M793
35.82	   
35.82	   preprocessing
35.82	     nbConstraintChecks=56828  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
35.82	     detectedInconsistency=no
35.82	       =>  wckTime=0.068  cpuTime=0.04  mem=16M793
35.85	   
35.85	   search
35.85	     run=0  nbConstraintChecks=52531  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=34
35.85	     nbFailedAssignments=5  nbBacktracks=10  nbVisitedNodes=50  nbRestartNogoods=0
35.85	       =>  wckTime=0.104  cpuTime=0.07  mem=16M793
35.90	   
35.90	   search
35.90	     run=1  nbConstraintChecks=133039  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=83
35.90	     nbFailedAssignments=17  nbBacktracks=25  nbVisitedNodes=125  nbRestartNogoods=2
35.90	       =>  wckTime=0.154  cpuTime=0.11  mem=16M793
35.94	   
35.94	   search
35.94	     run=2  nbConstraintChecks=240367  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=145
35.94	     nbFailedAssignments=36  nbBacktracks=47  nbVisitedNodes=227  nbRestartNogoods=4
35.94	       =>  wckTime=0.198  cpuTime=0.15  mem=16M793
36.00	   
36.00	   search
36.00	     run=3  nbConstraintChecks=372238  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=217
36.00	     nbFailedAssignments=55  nbBacktracks=80  nbVisitedNodes=351  nbRestartNogoods=7
36.00	       =>  wckTime=0.254  cpuTime=0.21  mem=16M793
36.08	   
36.08	   search
36.08	     run=4  nbConstraintChecks=568678  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=319
36.08	     nbFailedAssignments=88  nbBacktracks=130  nbVisitedNodes=533  nbRestartNogoods=9
36.08	       =>  wckTime=0.333  cpuTime=0.28  mem=16M793
36.21	   
36.21	   search
36.21	     run=5  nbConstraintChecks=876859  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=469
36.21	     nbFailedAssignments=146  nbBacktracks=205  nbVisitedNodes=811  nbRestartNogoods=12
36.21	       =>  wckTime=0.465  cpuTime=0.41  mem=16M793
36.38	   
36.38	   search
36.38	     run=6  nbConstraintChecks=1312952  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=686
36.38	     nbFailedAssignments=233  nbBacktracks=318  nbVisitedNodes=1221  nbRestartNogoods=16
36.38	       =>  wckTime=0.632  cpuTime=0.57  mem=16M793
36.64	   
36.64	   search
36.64	     run=7  nbConstraintChecks=1960314  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=994
36.64	     nbFailedAssignments=354  nbBacktracks=488  nbVisitedNodes=1815  nbRestartNogoods=18
36.64	       =>  wckTime=0.898  cpuTime=0.84  mem=16M793
37.01	   
37.01	   search
37.01	     run=8  nbConstraintChecks=2865594  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1424
37.01	     nbFailedAssignments=509  nbBacktracks=744  nbVisitedNodes=2641  nbRestartNogoods=21
37.01	       =>  wckTime=1.265  cpuTime=1.19  mem=16M793
37.56	   
37.56	   search
37.56	     run=9  nbConstraintChecks=4217747  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2064
37.56	     nbFailedAssignments=748  nbBacktracks=1128  nbVisitedNodes=3896  nbRestartNogoods=23
37.56	       =>  wckTime=1.816  cpuTime=1.72  mem=16M793
38.35	   
38.35	   search
38.35	     run=10  nbConstraintChecks=6248182  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2994
38.35	     nbFailedAssignments=1087  nbBacktracks=1705  nbVisitedNodes=5727  nbRestartNogoods=27
38.35	       =>  wckTime=2.604  cpuTime=2.5  mem=16M793
39.63	   
39.63	   search
39.63	     run=11  nbConstraintChecks=9465279  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4463
39.63	     nbFailedAssignments=1679  nbBacktracks=2569  nbVisitedNodes=8597  nbRestartNogoods=31
39.63	       =>  wckTime=3.883  cpuTime=3.76  mem=16M793
41.46	   
41.46	   search
41.46	     run=12  nbConstraintChecks=14118226  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6547
41.46	     nbFailedAssignments=2450  nbBacktracks=3866  nbVisitedNodes=12712  nbRestartNogoods=36
41.46	       =>  wckTime=5.711  cpuTime=5.58  mem=16M793
44.24	   
44.24	   search
44.24	     run=13  nbConstraintChecks=21304285  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9955
44.24	     nbFailedAssignments=3897  nbBacktracks=5812  nbVisitedNodes=19327  nbRestartNogoods=41
44.24	       =>  wckTime=8.493  cpuTime=8.33  mem=16M793
48.41	   
48.41	   search
48.41	     run=14  nbConstraintChecks=31912248  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=14706
48.41	     nbFailedAssignments=5711  nbBacktracks=8731  nbVisitedNodes=28697  nbRestartNogoods=45
48.41	       =>  wckTime=12.668  cpuTime=12.47  mem=16M793
54.91	   
54.91	   search
54.91	     run=15  nbConstraintChecks=48191620  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=22079
54.91	     nbFailedAssignments=8689  nbBacktracks=13109  nbVisitedNodes=43223  nbRestartNogoods=50
54.91	       =>  wckTime=19.167  cpuTime=18.91  mem=16M793
64.43	   
64.44	   search
64.44	     run=16  nbConstraintChecks=72255666  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=33072
64.44	     nbFailedAssignments=13098  nbBacktracks=19677  nbVisitedNodes=64760  nbRestartNogoods=55
64.44	       =>  wckTime=28.689  cpuTime=28.35  mem=16M793
78.52	   
78.52	   search
78.52	     run=17  nbConstraintChecks=107613070  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=49319
78.52	     nbFailedAssignments=19474  nbBacktracks=29531  nbVisitedNodes=96823  nbRestartNogoods=61
78.52	       =>  wckTime=42.774  cpuTime=42.3  mem=16M793
99.95	   
99.95	   search
99.95	     run=18  nbConstraintChecks=161217415  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=73646
99.95	     nbFailedAssignments=29008  nbBacktracks=44309  nbVisitedNodes=144788  nbRestartNogoods=67
99.95	       =>  wckTime=64.202  cpuTime=63.53  mem=16M793
132.34	   
132.34	   search
132.34	     run=19  nbConstraintChecks=241130724  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=110201
132.34	     nbFailedAssignments=43382  nbBacktracks=66477  nbVisitedNodes=216743  nbRestartNogoods=71
132.34	       =>  wckTime=96.59  cpuTime=95.61  mem=16M793
182.39	   
182.39	   search
182.39	     run=20  nbConstraintChecks=363929213  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=165592
182.39	     nbFailedAssignments=65511  nbBacktracks=99729  nbVisitedNodes=325761  nbRestartNogoods=77
182.39	       =>  wckTime=146.646  cpuTime=145.21  mem=16M793
258.84	   
258.84	   search
258.84	     run=21  nbConstraintChecks=551302015  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=249313
258.84	     nbFailedAssignments=99340  nbBacktracks=149607  nbVisitedNodes=490384  nbRestartNogoods=84
258.84	       =>  wckTime=223.099  cpuTime=220.96  mem=16M793
374.12	   
374.12	   search
374.12	     run=22  nbConstraintChecks=830271246  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=374826
374.12	     nbFailedAssignments=150022  nbBacktracks=224426  nbVisitedNodes=736591  nbRestartNogoods=91
374.12	       =>  wckTime=338.373  cpuTime=335.17  mem=16M793
542.22	   
542.22	   search
542.22	     run=23  nbConstraintChecks=1237327762  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=559584
542.22	     nbFailedAssignments=222543  nbBacktracks=336654  nbVisitedNodes=1099703  nbRestartNogoods=100
542.22	       =>  wckTime=506.475  cpuTime=501.73  mem=16M793
791.87	   
791.87	   search
791.87	     run=24  nbConstraintChecks=1846181365  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=839922
791.87	     nbFailedAssignments=334524  nbBacktracks=504996  nbVisitedNodes=1644573  nbRestartNogoods=106
791.87	       =>  wckTime=756.124  cpuTime=749.07  mem=16M793
992.17	   
992.17	   search
992.17	     run=25  nbConstraintChecks=2381925125  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1098245
992.17	     nbFailedAssignments=438029  nbBacktracks=659815  nbVisitedNodes=2126513  nbRestartNogoods=116
992.17	       =>  wckTime=956.42  cpuTime=948.98  mem=16M793
992.17	   
992.17	   global
992.17	     nbConstraintChecks=2381981953  nbRestartNogoods=116  solvingWckTime=956.421  solvingCpuTime=948.98  expiredTime=no
992.17	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=983.97
992.17	       =>  wckTime=991.854  cpuTime=983.91  mem=16M793
992.17	
992.17	s OPTIMUM FOUND
992.17	v 1 1 0 0 0 0 1 1 0 1 0 1 1 1 0 0 1 1 1 1 0 0 1 1 1 0 1 0 0 1 0 1 0 1 1 1 0 0 0 0 
992.17	   
992.17	   totalWckTime=991.936  totalCpuTime=983.99

Verifier Data (download as text)

241 unsatisfied constraints, 405 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/node19/watcher-277642-1169269546 -o ROOT/results/node19/solver-277642-1169269546 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/277642-1169269546/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.78 1.95 1.98 4/93 17668
/proc/meminfo: memFree=1150112/2055920 swapFree=4171264/4192956
[pid=17667] ppid=17665 vsize=9948 CPUtime=0
/proc/17667/stat : 17667 (java) S 17665 17667 17458 0 -1 0 723 0 0 0 0 0 0 0 18 0 1 0 275349351 10186752 472 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 17 1 0 0
/proc/17667/statm: 2487 472 386 14 0 1142 0

[startup+0.10879 s]
/proc/loadavg: 1.78 1.95 1.98 4/93 17668
/proc/meminfo: memFree=1150112/2055920 swapFree=4171264/4192956
[pid=17667] ppid=17665 vsize=914988 CPUtime=0.09
/proc/17667/stat : 17667 (java) R 17665 17667 17458 0 -1 0 3040 0 1 0 8 1 0 0 17 0 8 0 275349351 936947712 2786 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4160642522 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17667/statm: 228747 2786 1443 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516866 s]
/proc/loadavg: 1.78 1.95 1.98 4/93 17668
/proc/meminfo: memFree=1150112/2055920 swapFree=4171264/4192956
[pid=17667] ppid=17665 vsize=915332 CPUtime=0.49
/proc/17667/stat : 17667 (java) R 17665 17667 17458 0 -1 0 6425 0 1 0 46 3 0 0 19 0 8 0 275349351 937299968 6164 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073491405 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17667/statm: 228833 6164 2149 14 0 215303 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33801 s]
/proc/loadavg: 1.78 1.95 1.98 3/100 17675
/proc/meminfo: memFree=1131816/2055920 swapFree=4171264/4192956
[pid=17667] ppid=17665 vsize=915460 CPUtime=1.3
/proc/17667/stat : 17667 (java) R 17665 17667 17458 0 -1 0 7259 0 1 0 115 15 0 0 25 0 8 0 275349351 937431040 6997 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073708197 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17667/statm: 228865 6997 2479 14 0 215335 0
[pid=17667/tid=17669] ppid=17665 vsize=915460 CPUtime=0.02
/proc/17667/task/17669/stat : 17669 (java) S 17665 17667 17458 0 -1 64 200 0 0 0 2 0 0 0 16 0 8 0 275349355 937431040 6997 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17670] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17670/stat : 17670 (java) S 17665 17667 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275349356 937431040 6997 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17671] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17671/stat : 17671 (java) S 17665 17667 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275349356 937431040 6997 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17672] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17672/stat : 17672 (java) S 17665 17667 17458 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 275349359 937431040 6997 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17673] ppid=17665 vsize=915460 CPUtime=0.14
/proc/17667/task/17673/stat : 17673 (java) S 17665 17667 17458 0 -1 64 340 0 0 0 14 0 0 0 16 0 8 0 275349359 937431040 6997 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17674] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17674/stat : 17674 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275349359 937431040 6997 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17675] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17675/stat : 17675 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275349359 937431040 6997 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.98133 s]
/proc/loadavg: 1.78 1.95 1.98 3/100 17675
/proc/meminfo: memFree=1131752/2055920 swapFree=4171264/4192956
[pid=17667] ppid=17665 vsize=915460 CPUtime=2.93
/proc/17667/stat : 17667 (java) R 17665 17667 17458 0 -1 0 7260 0 1 0 251 42 0 0 25 0 8 0 275349351 937431040 6997 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073702447 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17667/statm: 228865 6997 2479 14 0 215335 0
[pid=17667/tid=17669] ppid=17665 vsize=915460 CPUtime=0.02
/proc/17667/task/17669/stat : 17669 (java) S 17665 17667 17458 0 -1 64 200 0 0 0 2 0 0 0 16 0 8 0 275349355 937431040 6997 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17670] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17670/stat : 17670 (java) S 17665 17667 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275349356 937431040 6997 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17671] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17671/stat : 17671 (java) S 17665 17667 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275349356 937431040 6997 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17672] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17672/stat : 17672 (java) S 17665 17667 17458 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 275349359 937431040 6997 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17673] ppid=17665 vsize=915460 CPUtime=0.14
/proc/17667/task/17673/stat : 17673 (java) S 17665 17667 17458 0 -1 64 340 0 0 0 14 0 0 0 16 0 8 0 275349359 937431040 6997 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17674] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17674/stat : 17674 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275349359 937431040 6997 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17675] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17675/stat : 17675 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275349359 937431040 6997 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915460

[startup+6.27294 s]
/proc/loadavg: 1.80 1.95 1.98 3/100 17675
/proc/meminfo: memFree=1131752/2055920 swapFree=4171264/4192956
[pid=17667] ppid=17665 vsize=915460 CPUtime=6.19
/proc/17667/stat : 17667 (java) R 17665 17667 17458 0 -1 0 7262 0 1 0 520 99 0 0 25 0 8 0 275349351 937431040 6999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073704967 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17667/statm: 228865 6999 2479 14 0 215335 0
[pid=17667/tid=17669] ppid=17665 vsize=915460 CPUtime=0.02
/proc/17667/task/17669/stat : 17669 (java) S 17665 17667 17458 0 -1 64 200 0 0 0 2 0 0 0 16 0 8 0 275349355 937431040 6999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17670] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17670/stat : 17670 (java) S 17665 17667 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275349356 937431040 6999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17671] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17671/stat : 17671 (java) S 17665 17667 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275349356 937431040 6999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17672] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17672/stat : 17672 (java) S 17665 17667 17458 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 275349359 937431040 6999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17673] ppid=17665 vsize=915460 CPUtime=0.14
/proc/17667/task/17673/stat : 17673 (java) S 17665 17667 17458 0 -1 64 342 0 0 0 14 0 0 0 16 0 8 0 275349359 937431040 6999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17674] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17674/stat : 17674 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275349359 937431040 6999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17675] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17675/stat : 17675 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275349359 937431040 6999 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915460

[startup+12.7512 s]
/proc/loadavg: 1.82 1.95 1.98 3/100 17675
/proc/meminfo: memFree=1131760/2055920 swapFree=4171264/4192956
[pid=17667] ppid=17665 vsize=915460 CPUtime=12.61
/proc/17667/stat : 17667 (java) R 17665 17667 17458 0 -1 0 7263 0 1 0 1054 207 0 0 25 0 8 0 275349351 937431040 7000 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073718558 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17667/statm: 228865 7000 2479 14 0 215335 0
[pid=17667/tid=17669] ppid=17665 vsize=915460 CPUtime=0.02
/proc/17667/task/17669/stat : 17669 (java) S 17665 17667 17458 0 -1 64 200 0 0 0 2 0 0 0 16 0 8 0 275349355 937431040 7000 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17670] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17670/stat : 17670 (java) S 17665 17667 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275349356 937431040 7000 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17671] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17671/stat : 17671 (java) S 17665 17667 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275349356 937431040 7000 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17672] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17672/stat : 17672 (java) S 17665 17667 17458 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 275349359 937431040 7000 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17673] ppid=17665 vsize=915460 CPUtime=0.14
/proc/17667/task/17673/stat : 17673 (java) S 17665 17667 17458 0 -1 64 343 0 0 0 14 0 0 0 16 0 8 0 275349359 937431040 7000 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17674] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17674/stat : 17674 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275349359 937431040 7000 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17675] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17675/stat : 17675 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275349359 937431040 7000 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915460

[startup+25.6066 s]
/proc/loadavg: 1.86 1.95 1.98 3/100 17675
/proc/meminfo: memFree=1131760/2055920 swapFree=4171264/4192956
[pid=17667] ppid=17665 vsize=915460 CPUtime=25.35
/proc/17667/stat : 17667 (java) R 17665 17667 17458 0 -1 0 7263 0 1 0 2112 423 0 0 25 0 8 0 275349351 937431040 7000 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073702324 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17667/statm: 228865 7000 2479 14 0 215335 0
[pid=17667/tid=17669] ppid=17665 vsize=915460 CPUtime=0.02
/proc/17667/task/17669/stat : 17669 (java) S 17665 17667 17458 0 -1 64 200 0 0 0 2 0 0 0 16 0 8 0 275349355 937431040 7000 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17670] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17670/stat : 17670 (java) S 17665 17667 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275349356 937431040 7000 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17671] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17671/stat : 17671 (java) S 17665 17667 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275349356 937431040 7000 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17672] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17672/stat : 17672 (java) S 17665 17667 17458 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 275349359 937431040 7000 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17673] ppid=17665 vsize=915460 CPUtime=0.14
/proc/17667/task/17673/stat : 17673 (java) S 17665 17667 17458 0 -1 64 343 0 0 0 14 0 0 0 16 0 8 0 275349359 937431040 7000 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17674] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17674/stat : 17674 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275349359 937431040 7000 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17675] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17675/stat : 17675 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275349359 937431040 7000 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915460

[startup+51.2104 s]
/proc/loadavg: 1.90 1.96 1.98 3/100 17675
/proc/meminfo: memFree=1124336/2055920 swapFree=4171264/4192956
[pid=17667] ppid=17665 vsize=915460 CPUtime=50.71
/proc/17667/stat : 17667 (java) R 17665 17667 17458 0 -1 0 9187 0 1 0 4478 593 0 0 25 0 8 0 275349351 937431040 8918 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073826153 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17667/statm: 228865 8918 2532 14 0 215335 0
[pid=17667/tid=17669] ppid=17665 vsize=915460 CPUtime=0.02
/proc/17667/task/17669/stat : 17669 (java) S 17665 17667 17458 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 275349355 937431040 8918 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17670] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17670/stat : 17670 (java) S 17665 17667 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275349356 937431040 8918 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17671] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17671/stat : 17671 (java) S 17665 17667 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275349356 937431040 8918 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17672] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17672/stat : 17672 (java) S 17665 17667 17458 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 275349359 937431040 8918 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17673] ppid=17665 vsize=915460 CPUtime=0.25
/proc/17667/task/17673/stat : 17673 (java) S 17665 17667 17458 0 -1 64 403 0 0 0 24 1 0 0 16 0 8 0 275349359 937431040 8918 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17674] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17674/stat : 17674 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275349359 937431040 8918 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17675] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17675/stat : 17675 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275349359 937431040 8918 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 915460

[startup+102.412 s]
/proc/loadavg: 1.96 1.96 1.98 3/100 17675
/proc/meminfo: memFree=1124336/2055920 swapFree=4171264/4192956
[pid=17667] ppid=17665 vsize=915460 CPUtime=101.45
/proc/17667/stat : 17667 (java) R 17665 17667 17458 0 -1 0 9198 0 1 0 9551 594 0 0 25 0 8 0 275349351 937431040 8929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073875169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17667/statm: 228865 8929 2532 14 0 215335 0
[pid=17667/tid=17669] ppid=17665 vsize=915460 CPUtime=0.02
/proc/17667/task/17669/stat : 17669 (java) S 17665 17667 17458 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 275349355 937431040 8929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17670] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17670/stat : 17670 (java) S 17665 17667 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275349356 937431040 8929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17671] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17671/stat : 17671 (java) S 17665 17667 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275349356 937431040 8929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17672] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17672/stat : 17672 (java) S 17665 17667 17458 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 275349359 937431040 8929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17673] ppid=17665 vsize=915460 CPUtime=0.25
/proc/17667/task/17673/stat : 17673 (java) S 17665 17667 17458 0 -1 64 404 0 0 0 24 1 0 0 16 0 8 0 275349359 937431040 8929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17674] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17674/stat : 17674 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275349359 937431040 8929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17675] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17675/stat : 17675 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275349359 937431040 8929 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.45
Current children cumulated vsize (KiB) 915460

[startup+162.465 s]
/proc/loadavg: 2.04 1.98 1.98 3/100 17675
/proc/meminfo: memFree=1124336/2055920 swapFree=4171264/4192956
[pid=17667] ppid=17665 vsize=915460 CPUtime=160.94
/proc/17667/stat : 17667 (java) R 17665 17667 17458 0 -1 0 9201 0 1 0 15500 594 0 0 25 0 8 0 275349351 937431040 8931 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073889248 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/17667/task/17672/stat : 17672 (java) S 17665 17667 17458 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 275349359 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17673] ppid=17665 vsize=915460 CPUtime=0.26
/proc/17667/task/17673/stat : 17673 (java) S 17665 17667 17458 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 275349359 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17674] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17674/stat : 17674 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275349359 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17675] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17675/stat : 17675 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275349359 937431040 8939 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.92
Current children cumulated vsize (KiB) 915460

[startup+582.811 s]
/proc/loadavg: 2.00 2.00 1.99 3/100 17675
/proc/meminfo: memFree=1124336/2055920 swapFree=4171264/4192956
[pid=17667] ppid=17665 vsize=915460 CPUtime=577.42
/proc/17667/stat : 17667 (java) R 17665 17667 17458 0 -1 0 9212 0 1 0 57145 597 0 0 25 0 8 0 275349351 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073889168 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17667/statm: 228865 8941 2532 14 0 215335 0
[pid=17667/tid=17669] ppid=17665 vsize=915460 CPUtime=0.02
/proc/17667/task/17669/stat : 17669 (java) S 17665 17667 17458 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 275349355 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17670] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17670/stat : 17670 (java) S 17665 17667 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275349356 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17671] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17671/stat : 17671 (java) S 17665 17667 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275349356 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17672] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17672/stat : 17672 (java) S 17665 17667 17458 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 275349359 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17673] ppid=17665 vsize=915460 CPUtime=0.26
/proc/17667/task/17673/stat : 17673 (java) S 17665 17667 17458 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 275349359 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17674] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17674/stat : 17674 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275349359 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17675] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17675/stat : 17675 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275349359 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.42
Current children cumulated vsize (KiB) 915460

[startup+642.85 s]
/proc/loadavg: 2.04 2.01 1.99 3/100 17675
/proc/meminfo: memFree=1124336/2055920 swapFree=4171264/4192956
[pid=17667] ppid=17665 vsize=915460 CPUtime=636.9
/proc/17667/stat : 17667 (java) R 17665 17667 17458 0 -1 0 9212 0 1 0 63093 597 0 0 25 0 8 0 275349351 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073841945 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17667/statm: 228865 8941 2532 14 0 215335 0
[pid=17667/tid=17669] ppid=17665 vsize=915460 CPUtime=0.02
/proc/17667/task/17669/stat : 17669 (java) S 17665 17667 17458 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 275349355 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17670] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17670/stat : 17670 (java) S 17665 17667 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275349356 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17671] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17671/stat : 17671 (java) S 17665 17667 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275349356 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17672] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17672/stat : 17672 (java) S 17665 17667 17458 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 275349359 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17673] ppid=17665 vsize=915460 CPUtime=0.26
/proc/17667/task/17673/stat : 17673 (java) S 17665 17667 17458 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 275349359 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17674] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17674/stat : 17674 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275349359 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17675] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17675/stat : 17675 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275349359 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 636.9
Current children cumulated vsize (KiB) 915460

[startup+702.892 s]
/proc/loadavg: 2.01 2.01 1.99 3/100 17675
/proc/meminfo: memFree=1124400/2055920 swapFree=4171264/4192956
[pid=17667] ppid=17665 vsize=915460 CPUtime=696.39
/proc/17667/stat : 17667 (java) R 17665 17667 17458 0 -1 0 9212 0 1 0 69042 597 0 0 25 0 8 0 275349351 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073826521 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17667/statm: 228865 8941 2532 14 0 215335 0
[pid=17667/tid=17669] ppid=17665 vsize=915460 CPUtime=0.02
/proc/17667/task/17669/stat : 17669 (java) S 17665 17667 17458 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 275349355 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17670] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17670/stat : 17670 (java) S 17665 17667 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275349356 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17671] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17671/stat : 17671 (java) S 17665 17667 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275349356 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17672] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17672/stat : 17672 (java) S 17665 17667 17458 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 275349359 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17673] ppid=17665 vsize=915460 CPUtime=0.26
/proc/17667/task/17673/stat : 17673 (java) S 17665 17667 17458 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 275349359 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17674] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17674/stat : 17674 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275349359 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17675] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17675/stat : 17675 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275349359 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 696.39
Current children cumulated vsize (KiB) 915460

[startup+762.948 s]
/proc/loadavg: 2.00 2.00 1.99 3/100 17675
/proc/meminfo: memFree=1124336/2055920 swapFree=4171264/4192956
[pid=17667] ppid=17665 vsize=915460 CPUtime=755.9
/proc/17667/stat : 17667 (java) R 17665 17667 17458 0 -1 0 9212 0 1 0 74992 598 0 0 25 0 8 0 275349351 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073888898 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17667/statm: 228865 8941 2532 14 0 215335 0
[pid=17667/tid=17669] ppid=17665 vsize=915460 CPUtime=0.02
/proc/17667/task/17669/stat : 17669 (java) S 17665 17667 17458 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 275349355 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17670] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17670/stat : 17670 (java) S 17665 17667 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275349356 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17671] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17671/stat : 17671 (java) S 17665 17667 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275349356 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17672] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17672/stat : 17672 (java) S 17665 17667 17458 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 275349359 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17673] ppid=17665 vsize=915460 CPUtime=0.26
/proc/17667/task/17673/stat : 17673 (java) S 17665 17667 17458 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 275349359 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17674] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17674/stat : 17674 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275349359 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17675] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17675/stat : 17675 (java) R 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275349359 937431040 8941 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 755.9
Current children cumulated vsize (KiB) 915460

[startup+823.002 s]
/proc/loadavg: 1.96 2.00 1.99 3/94 17763
/proc/meminfo: memFree=1139944/2055920 swapFree=4171264/4192956
[pid=17667] ppid=17665 vsize=915460 CPUtime=815.49
/proc/17667/stat : 17667 (java) R 17665 17667 17458 0 -1 0 9215 0 1 0 80950 599 0 0 25 0 8 0 275349351 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073889213 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17667/statm: 228865 8944 2532 14 0 215335 0
[pid=17667/tid=17669] ppid=17665 vsize=915460 CPUtime=0.02
/proc/17667/task/17669/stat : 17669 (java) S 17665 17667 17458 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 275349355 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17670] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17670/stat : 17670 (java) S 17665 17667 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275349356 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17671] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17671/stat : 17671 (java) S 17665 17667 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275349356 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17672] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17672/stat : 17672 (java) S 17665 17667 17458 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 275349359 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17673] ppid=17665 vsize=915460 CPUtime=0.26
/proc/17667/task/17673/stat : 17673 (java) S 17665 17667 17458 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 275349359 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17674] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17674/stat : 17674 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275349359 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17675] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17675/stat : 17675 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275349359 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 815.49
Current children cumulated vsize (KiB) 915460

[startup+883.079 s]
/proc/loadavg: 1.94 1.98 1.99 3/93 17827
/proc/meminfo: memFree=1147504/2055920 swapFree=4171264/4192956
[pid=17667] ppid=17665 vsize=915460 CPUtime=875.51
/proc/17667/stat : 17667 (java) R 17665 17667 17458 0 -1 0 9215 0 1 0 86950 601 0 0 25 0 8 0 275349351 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073826207 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17667/statm: 228865 8944 2532 14 0 215335 0
[pid=17667/tid=17669] ppid=17665 vsize=915460 CPUtime=0.02
/proc/17667/task/17669/stat : 17669 (java) S 17665 17667 17458 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 275349355 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17670] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17670/stat : 17670 (java) S 17665 17667 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275349356 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17671] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17671/stat : 17671 (java) S 17665 17667 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275349356 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17672] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17672/stat : 17672 (java) S 17665 17667 17458 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 275349359 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17673] ppid=17665 vsize=915460 CPUtime=0.26
/proc/17667/task/17673/stat : 17673 (java) S 17665 17667 17458 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 275349359 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17674] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17674/stat : 17674 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275349359 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17675] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17675/stat : 17675 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275349359 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 875.51
Current children cumulated vsize (KiB) 915460

[startup+943.126 s]
/proc/loadavg: 1.98 1.98 1.99 3/93 17827
/proc/meminfo: memFree=1147504/2055920 swapFree=4171264/4192956
[pid=17667] ppid=17665 vsize=915460 CPUtime=935.48
/proc/17667/stat : 17667 (java) R 17665 17667 17458 0 -1 0 9215 0 1 0 92947 601 0 0 25 0 8 0 275349351 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073889284 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17667/statm: 228865 8944 2532 14 0 215335 0
[pid=17667/tid=17669] ppid=17665 vsize=915460 CPUtime=0.02
/proc/17667/task/17669/stat : 17669 (java) S 17665 17667 17458 0 -1 64 201 0 0 0 2 0 0 0 16 0 8 0 275349355 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17670] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17670/stat : 17670 (java) S 17665 17667 17458 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 275349356 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17671] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17671/stat : 17671 (java) S 17665 17667 17458 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 275349356 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17672] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17672/stat : 17672 (java) S 17665 17667 17458 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 275349359 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17673] ppid=17665 vsize=915460 CPUtime=0.26
/proc/17667/task/17673/stat : 17673 (java) S 17665 17667 17458 0 -1 64 405 0 0 0 25 1 0 0 16 0 8 0 275349359 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17674] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17674/stat : 17674 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 275349359 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17667/tid=17675] ppid=17665 vsize=915460 CPUtime=0
/proc/17667/task/17675/stat : 17675 (java) S 17665 17667 17458 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 275349359 937431040 8944 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 935.48
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 992.225
CPU time (s): 984.487
CPU user time (s): 978.465
CPU system time (s): 6.02208
CPU usage (%): 99.2201
Max. virtual memory (cumulated for all children) (KiB): 915976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 978.465
system time used= 6.02208
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9313
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= 21225
involuntary context switches= 54809

runsolver used 1.2958 s user time and 3.10953 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Sat Jan 20 05:05:47 UTC 2007


IDJOB= 277642
IDBENCH= 7508
IDSOLVER= 68
FILE ID= node19/277642-1169269546

PBS_JOBID= 3607416

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/cnf/2-40-1100-2000/cnf-2-40-1700-341821_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/277642-1169269546/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-277642-1169269546 -o ROOT/results/node19/solver-277642-1169269546 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/277642-1169269546/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a6f7354ba8162589997d13e1f9991567

RANDOM SEED= 848155503

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.260
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.260
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:       1150592 kB
Buffers:         62392 kB
Cached:         701548 kB
SwapCached:      10172 kB
Active:         367384 kB
Inactive:       458156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1150592 kB
SwapTotal:     4192956 kB
SwapFree:      4171264 kB
Dirty:            2004 kB
Writeback:           0 kB
Mapped:          80664 kB
Slab:            64320 kB
Committed_AS:  8324620 kB
PageTables:       2480 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 node19 on Sat Jan 20 05:22:20 UTC 2007