Trace number 2661555

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 307.884 159.982

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_4_15.opb
MD5SUM73ea1f0ac6b3717abb48868130805223
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark26.9259
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2932
Sum of products size (including duplicates)5864
Number of different products1466
Sum of products size2932

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2661555-1276678197.opb
0.23/0.21	c reading problem ... 
1.30/0.95	c ... done. Wall clock time 0.735s.
1.30/0.95	c #vars     1566
1.30/0.95	c #constraints  3085
1.30/0.95	c constraints type 
1.30/0.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1466
1.30/0.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
1.30/0.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
1.30/0.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1466
1.30/0.95	c constraints type 
1.30/0.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
1.30/0.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1466
1.30/0.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
1.30/0.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1466
8.98/4.88	c cleaning 2500 clauses out of 5000 with flag 5000/5000
11.12/5.96	c cleaning 4252 clauses out of 8503 with flag 11003/11003
13.85/7.34	c cleaning 5609 clauses out of 11249 with flag 18001/18001
18.15/9.55	c cleaning 6814 clauses out of 13640 with flag 26001/26001
22.64/11.87	c cleaning 7902 clauses out of 15825 with flag 35000/35000
26.94/14.05	c cleaning 8946 clauses out of 17923 with flag 45000/45000
32.23/16.74	c cleaning 9474 clauses out of 18977 with flag 55000/55000
37.52/19.49	c cleaning 9736 clauses out of 19503 with flag 65000/65000
42.97/22.26	c cleaning 9874 clauses out of 19767 with flag 75000/75000
47.86/24.71	c cleaning 9937 clauses out of 19893 with flag 85000/85000
52.33/27.03	c cleaning 9961 clauses out of 19956 with flag 95000/95000
56.80/29.32	c cleaning 9984 clauses out of 19995 with flag 105000/105000
61.25/31.61	c cleaning 10003 clauses out of 20011 with flag 115000/115000
65.92/34.10	c cleaning 9996 clauses out of 20008 with flag 125000/125000
71.57/36.90	c cleaning 9994 clauses out of 20012 with flag 135000/135000
76.43/39.41	c cleaning 9996 clauses out of 20018 with flag 145000/145000
81.25/41.97	c cleaning 9998 clauses out of 20022 with flag 155000/155000
86.13/44.44	c cleaning 10001 clauses out of 20024 with flag 165000/165000
91.21/47.01	c cleaning 10000 clauses out of 20024 with flag 175001/175001
96.26/49.64	c cleaning 9999 clauses out of 20024 with flag 185001/185001
101.12/52.16	c cleaning 10001 clauses out of 20024 with flag 195000/195000
106.18/54.75	c cleaning 10006 clauses out of 20023 with flag 205000/205000
111.05/57.26	c cleaning 9997 clauses out of 20017 with flag 215000/215000
115.91/59.76	c cleaning 9998 clauses out of 20022 with flag 225002/225002
120.76/62.24	c cleaning 9998 clauses out of 20022 with flag 235000/235000
125.44/64.67	c cleaning 9998 clauses out of 20025 with flag 245001/245001
129.52/66.75	c cleaning 10001 clauses out of 20026 with flag 255000/255000
134.78/69.42	c cleaning 10010 clauses out of 20027 with flag 265002/265002
139.81/72.00	c cleaning 9998 clauses out of 20016 with flag 275001/275001
145.07/74.72	c cleaning 10009 clauses out of 20017 with flag 285000/285000
148.71/76.63	c cleaning 9995 clauses out of 20008 with flag 295000/295000
154.35/79.51	c cleaning 10006 clauses out of 20016 with flag 305003/305003
160.16/82.55	c cleaning 10002 clauses out of 20011 with flag 315004/315004
166.38/85.71	c cleaning 9996 clauses out of 20006 with flag 325001/325001
172.40/88.88	c cleaning 10002 clauses out of 20011 with flag 335002/335002
178.43/91.97	c cleaning 10001 clauses out of 20008 with flag 345001/345001
184.80/95.21	c cleaning 9998 clauses out of 20008 with flag 355002/355002
191.63/98.71	c cleaning 10002 clauses out of 20008 with flag 365000/365000
198.04/102.06	c cleaning 9997 clauses out of 20006 with flag 375000/375000
204.45/105.37	c cleaning 9999 clauses out of 20009 with flag 385000/385000
209.83/108.15	c cleaning 9998 clauses out of 20010 with flag 395000/395000
214.25/110.49	c cleaning 9995 clauses out of 20012 with flag 405000/405000
218.48/112.61	c cleaning 10001 clauses out of 20017 with flag 415000/415000
222.31/114.61	c cleaning 10004 clauses out of 20016 with flag 425000/425000
226.28/116.74	c cleaning 9995 clauses out of 20012 with flag 435000/435000
230.32/118.83	c cleaning 9997 clauses out of 20018 with flag 445001/445001
234.34/120.92	c cleaning 10000 clauses out of 20020 with flag 455000/455000
238.14/122.94	c cleaning 10006 clauses out of 20020 with flag 465000/465000
242.32/125.19	c cleaning 10000 clauses out of 20015 with flag 475001/475001
246.33/127.25	c cleaning 9998 clauses out of 20014 with flag 485000/485000
249.95/129.16	c cleaning 9996 clauses out of 20016 with flag 495000/495000
253.75/131.12	c cleaning 9998 clauses out of 20020 with flag 505000/505000
257.52/133.12	c cleaning 10002 clauses out of 20022 with flag 515000/515000
261.33/135.20	c cleaning 9998 clauses out of 20021 with flag 525001/525001
265.52/137.37	c cleaning 10001 clauses out of 20022 with flag 535000/535000
269.74/139.52	c cleaning 10002 clauses out of 20021 with flag 545000/545000
273.49/141.50	c cleaning 9999 clauses out of 20019 with flag 555000/555000
277.09/143.48	c cleaning 10002 clauses out of 20022 with flag 565002/565002
281.08/145.59	c cleaning 9999 clauses out of 20018 with flag 575000/575000
285.08/147.63	c cleaning 10000 clauses out of 20019 with flag 585000/585000
289.42/149.91	c cleaning 9997 clauses out of 20019 with flag 595000/595000
293.41/152.00	c cleaning 10005 clauses out of 20023 with flag 605001/605001
297.40/154.18	c cleaning 10001 clauses out of 20017 with flag 615000/615000
301.22/156.18	c cleaning 9999 clauses out of 20016 with flag 625000/625000
305.54/158.46	c cleaning 9999 clauses out of 20017 with flag 635000/635000
307.74/159.65	c And the winner is CuttingPlanes
307.84/159.89	c starts		: 13
307.84/159.89	c conflicts		: 2302
307.84/159.89	c decisions		: 5534
307.84/159.89	c propagations		: 483319
307.84/159.89	c inspects		: 19710648
307.84/159.89	c learnt literals	: 0
307.84/159.89	c learnt binary clauses	: 0
307.84/159.89	c learnt ternary clauses	: 0
307.84/159.89	c learnt clauses	: 2301
307.84/159.89	c ignored clauses	: 0
307.84/159.89	c root simplifications	: 0
307.84/159.89	c removed literals (reason simplification)	: 0
307.84/159.89	c reason swapping (by a shorter reason)	: 0
307.84/159.90	c Calls to reduceDB	: 0
307.84/159.90	c number of reductions to clauses (during analyze)	: 0
307.84/159.90	c number of learned constraints concerned by reduction	: 0
307.84/159.90	c number of learning phase by resolution	: 0
307.84/159.90	c number of learning phase by cutting planes	: 0
307.84/159.90	c speed (assignments/second)	: 3040.832248038605
307.84/159.90	c non guided choices	1484
307.84/159.90	c learnt constraints type 
307.84/159.90	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
307.84/159.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2300
307.84/159.90	c constraints type 
307.84/159.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1466
307.84/159.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
307.84/159.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
307.84/159.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1466
307.84/159.90	c constraints type 
307.84/159.90	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
307.84/159.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1466
307.84/159.90	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
307.84/159.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1466
307.84/159.90	s UNSATISFIABLE
307.84/159.90	c Total wall clock time (in seconds): 159.688

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661555-1276678197/watcher-2661555-1276678197 -o /tmp/evaluation-result-2661555-1276678197/solver-2661555-1276678197 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661555-1276678197.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.06 2/105 16423
/proc/meminfo: memFree=1768028/2059040 swapFree=4164960/4192956
[pid=16423] ppid=16421 vsize=1832 CPUtime=0
/proc/16423/stat : 16423 (java6) S 16421 16423 16163 0 -1 4194304 253 0 0 0 0 0 0 0 25 0 1 0 9113272 1875968 155 1992294400 134512640 134550932 4288230656 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699334334 0 0 17 1 0 0 0
/proc/16423/statm: 458 155 119 10 0 63 0

[startup+0.0963309 s]
/proc/loadavg: 1.00 1.00 1.06 2/105 16423
/proc/meminfo: memFree=1768028/2059040 swapFree=4164960/4192956
[pid=16423] ppid=16421 vsize=1524020 CPUtime=0.08
/proc/16423/stat : 16423 (java) S 16421 16423 16163 0 -1 4202496 3925 0 1 0 6 2 0 0 25 0 12 0 9113272 1560596480 3365 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16423/statm: 381005 3365 1071 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.106301 s]
/proc/loadavg: 1.00 1.00 1.06 2/105 16423
/proc/meminfo: memFree=1768028/2059040 swapFree=4164960/4192956
[pid=16423] ppid=16421 vsize=1524180 CPUtime=0.09
/proc/16423/stat : 16423 (java) S 16421 16423 16163 0 -1 4202496 4002 0 1 0 7 2 0 0 25 0 12 0 9113272 1560760320 3442 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16423/statm: 381045 3443 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.301326 s]
/proc/loadavg: 1.00 1.00 1.06 2/105 16423
/proc/meminfo: memFree=1768028/2059040 swapFree=4164960/4192956
[pid=16423] ppid=16421 vsize=1526228 CPUtime=0.37
/proc/16423/stat : 16423 (java) S 16421 16423 16163 0 -1 4202496 5392 0 1 0 34 3 0 0 25 0 12 0 9113272 1562857472 4830 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16423/statm: 381557 4831 1363 10 0 378860 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526228

[startup+0.70137 s]
/proc/loadavg: 1.00 1.00 1.06 2/105 16423
/proc/meminfo: memFree=1768028/2059040 swapFree=4164960/4192956
[pid=16423] ppid=16421 vsize=1529200 CPUtime=1.01
/proc/16423/stat : 16423 (java) S 16421 16423 16163 0 -1 4202496 6996 0 1 0 97 4 0 0 25 0 12 0 9113272 1565900800 6346 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16423/statm: 382300 6346 1407 10 0 379603 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1529200

[startup+1.50146 s]
/proc/loadavg: 1.00 1.00 1.06 4/121 16439
/proc/meminfo: memFree=1743720/2059040 swapFree=4164960/4192956
[pid=16423] ppid=16421 vsize=1534308 CPUtime=2.43
/proc/16423/stat : 16423 (java) S 16421 16423 16163 0 -1 4202496 11712 0 1 0 238 5 0 0 25 0 16 0 9113272 1571131392 10530 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16423/statm: 383577 10531 1423 10 0 380880 0
[pid=16423/tid=16425] ppid=16421 vsize=1534308 CPUtime=0.77
/proc/16423/task/16425/stat : 16425 (java) S 16421 16423 16163 0 -1 4202560 5384 0 1 0 74 3 0 0 25 0 16 0 9113274 1571131392 10532 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16426] ppid=16421 vsize=1534308 CPUtime=0
/proc/16423/task/16426/stat : 16426 (java) S 16421 16423 16163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 9113275 1571131392 10533 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16427] ppid=16421 vsize=1534308 CPUtime=0
/proc/16423/task/16427/stat : 16427 (java) S 16421 16423 16163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 9113275 1571131392 10534 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16428] ppid=16421 vsize=1534308 CPUtime=0
/proc/16423/task/16428/stat : 16428 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 16 0 9113277 1571131392 10535 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16429] ppid=16421 vsize=1534308 CPUtime=0
/proc/16423/task/16429/stat : 16429 (java) S 16421 16423 16163 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 16 0 9113277 1571131392 10535 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16430] ppid=16421 vsize=1534308 CPUtime=0
/proc/16423/task/16430/stat : 16430 (java) S 16421 16423 16163 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 9113277 1571131392 10535 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16431] ppid=16421 vsize=1534308 CPUtime=0
/proc/16423/task/16431/stat : 16431 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9113281 1571131392 10535 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16432] ppid=16421 vsize=1534308 CPUtime=0.35
/proc/16423/task/16432/stat : 16432 (java) R 16421 16423 16163 0 -1 4202560 824 0 0 0 35 0 0 0 20 0 16 0 9113281 1571131392 10535 1992294400 134512640 134550932 4287171312 18446744073709551615 2224903 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16423/tid=16433] ppid=16421 vsize=1534308 CPUtime=0.76
/proc/16423/task/16433/stat : 16433 (java) R 16421 16423 16163 0 -1 4202560 2017 0 0 0 76 0 0 0 16 0 16 0 9113281 1571131392 10535 1992294400 134512640 134550932 4287171312 18446744073709551615 104161319 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16423/tid=16434] ppid=16421 vsize=1534308 CPUtime=0
/proc/16423/task/16434/stat : 16434 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9113281 1571131392 10536 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16435] ppid=16421 vsize=1534308 CPUtime=0
/proc/16423/task/16435/stat : 16435 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9113281 1571131392 10536 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16436] ppid=16421 vsize=1534308 CPUtime=0.29
/proc/16423/task/16436/stat : 16436 (java) R 16421 16423 16163 0 -1 4202560 1562 0 0 0 29 0 0 0 19 0 16 0 9113367 1571131392 10536 1992294400 134512640 134550932 4287171312 18446744073709551615 4108986571 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16423/tid=16437] ppid=16421 vsize=1534308 CPUtime=0.21
/proc/16423/task/16437/stat : 16437 (java) R 16421 16423 16163 0 -1 4202560 858 0 0 0 21 0 0 0 25 0 16 0 9113367 1571131392 10536 1992294400 134512640 134550932 4287171312 18446744073709551615 4108559494 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16423/tid=16438] ppid=16421 vsize=1534308 CPUtime=0
/proc/16423/task/16438/stat : 16438 (java) S 16421 16423 16163 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9113368 1571131392 10536 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16439] ppid=16421 vsize=1534308 CPUtime=0
/proc/16423/task/16439/stat : 16439 (java) S 16421 16423 16163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9113369 1571131392 10536 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 1534308

[startup+3.10264 s]
/proc/loadavg: 1.32 1.07 1.08 5/121 16439
/proc/meminfo: memFree=1711728/2059040 swapFree=4164960/4192956
[pid=16423] ppid=16421 vsize=1543152 CPUtime=5.61
/proc/16423/stat : 16423 (java) S 16421 16423 16163 0 -1 4202496 28604 0 1 0 547 14 0 0 25 0 16 0 9113272 1580187648 24335 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16423/statm: 385788 24336 1425 10 0 383091 0
[pid=16423/tid=16425] ppid=16421 vsize=1543152 CPUtime=0.77
/proc/16423/task/16425/stat : 16425 (java) S 16421 16423 16163 0 -1 4202560 5384 0 1 0 74 3 0 0 18 0 16 0 9113274 1580187648 24336 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16426] ppid=16421 vsize=1543152 CPUtime=0
/proc/16423/task/16426/stat : 16426 (java) S 16421 16423 16163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 9113275 1580187648 24336 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16427] ppid=16421 vsize=1543152 CPUtime=0
/proc/16423/task/16427/stat : 16427 (java) S 16421 16423 16163 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 9113275 1580187648 24336 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16428] ppid=16421 vsize=1543152 CPUtime=0
/proc/16423/task/16428/stat : 16428 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 16 0 9113277 1580187648 24336 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16429] ppid=16421 vsize=1543152 CPUtime=0
/proc/16423/task/16429/stat : 16429 (java) S 16421 16423 16163 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 16 0 9113277 1580187648 24336 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16430] ppid=16421 vsize=1543152 CPUtime=0
/proc/16423/task/16430/stat : 16430 (java) S 16421 16423 16163 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 9113277 1580187648 24337 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16431] ppid=16421 vsize=1543152 CPUtime=0
/proc/16423/task/16431/stat : 16431 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9113281 1580187648 24339 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16432] ppid=16421 vsize=1543152 CPUtime=0.35
/proc/16423/task/16432/stat : 16432 (java) R 16421 16423 16163 0 -1 4202560 827 0 0 0 35 0 0 0 20 0 16 0 9113281 1580187648 24341 1992294400 134512640 134550932 4287171312 18446744073709551615 105577877 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16423/tid=16433] ppid=16421 vsize=1543152 CPUtime=2.34
/proc/16423/task/16433/stat : 16433 (java) R 16421 16423 16163 0 -1 4202560 7362 0 0 0 231 3 0 0 18 0 16 0 9113281 1580187648 24342 1992294400 134512640 134550932 4287171312 18446744073709551615 104138296 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16423/tid=16434] ppid=16421 vsize=1543152 CPUtime=0
/proc/16423/task/16434/stat : 16434 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9113281 1580187648 24342 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16435] ppid=16421 vsize=1543152 CPUtime=0
/proc/16423/task/16435/stat : 16435 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9113281 1580187648 24342 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16436] ppid=16421 vsize=1543152 CPUtime=1.36
/proc/16423/task/16436/stat : 16436 (java) R 16421 16423 16163 0 -1 4202560 8575 0 0 0 133 3 0 0 21 0 16 0 9113367 1580187648 24342 1992294400 134512640 134550932 4287171312 18446744073709551615 4108986571 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16423/tid=16437] ppid=16421 vsize=1543152 CPUtime=0.73
/proc/16423/task/16437/stat : 16437 (java) R 16421 16423 16163 0 -1 4202560 5390 0 0 0 70 3 0 0 25 0 16 0 9113367 1580187648 24342 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16423/tid=16438] ppid=16421 vsize=1543152 CPUtime=0
/proc/16423/task/16438/stat : 16438 (java) S 16421 16423 16163 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9113368 1580187648 24343 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16439] ppid=16421 vsize=1543152 CPUtime=0
/proc/16423/task/16439/stat : 16439 (java) S 16421 16423 16163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9113369 1580187648 24343 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 1543152

[startup+6.30299 s]
/proc/loadavg: 1.32 1.07 1.08 3/121 16439
/proc/meminfo: memFree=1610296/2059040 swapFree=4164960/4192956
[pid=16423] ppid=16421 vsize=1542536 CPUtime=11.87
/proc/16423/stat : 16423 (java) S 16421 16423 16163 0 -1 4202496 46700 0 1 0 1166 21 0 0 25 0 16 0 9113272 1579556864 40834 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16423/statm: 385634 40834 1448 10 0 382937 0
[pid=16423/tid=16425] ppid=16421 vsize=1542536 CPUtime=0.77
/proc/16423/task/16425/stat : 16425 (java) S 16421 16423 16163 0 -1 4202560 5384 0 1 0 74 3 0 0 18 0 16 0 9113274 1579556864 40834 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16426] ppid=16421 vsize=1542536 CPUtime=0.04
/proc/16423/task/16426/stat : 16426 (java) S 16421 16423 16163 0 -1 4202560 936 0 0 0 4 0 0 0 15 0 16 0 9113275 1579556864 40834 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16427] ppid=16421 vsize=1542536 CPUtime=0.05
/proc/16423/task/16427/stat : 16427 (java) S 16421 16423 16163 0 -1 4202560 1303 0 0 0 5 0 0 0 16 0 16 0 9113275 1579556864 40834 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16428] ppid=16421 vsize=1542536 CPUtime=0.08
/proc/16423/task/16428/stat : 16428 (java) S 16421 16423 16163 0 -1 4202560 1407 0 0 0 8 0 0 0 16 0 16 0 9113277 1579556864 40834 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16429] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16429/stat : 16429 (java) S 16421 16423 16163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9113277 1579556864 40834 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16430] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16430/stat : 16430 (java) S 16421 16423 16163 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9113277 1579556864 40834 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16431] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16431/stat : 16431 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9113281 1579556864 40834 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16432] ppid=16421 vsize=1542536 CPUtime=0.76
/proc/16423/task/16432/stat : 16432 (java) S 16421 16423 16163 0 -1 4202560 880 0 0 0 76 0 0 0 15 0 16 0 9113281 1579556864 40834 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16433] ppid=16421 vsize=1542536 CPUtime=3.58
/proc/16423/task/16433/stat : 16433 (java) S 16421 16423 16163 0 -1 4202560 8977 0 0 0 354 4 0 0 16 0 16 0 9113281 1579556864 40834 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16434] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16434/stat : 16434 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9113281 1579556864 40834 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16435] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16435/stat : 16435 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9113281 1579556864 40834 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16436] ppid=16421 vsize=1542536 CPUtime=3.9
/proc/16423/task/16436/stat : 16436 (java) R 16421 16423 16163 0 -1 4202560 15887 0 0 0 385 5 0 0 25 0 16 0 9113367 1579556864 40834 1992294400 134512640 134550932 4287171312 18446744073709551615 4109124901 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16423/tid=16437] ppid=16421 vsize=1542536 CPUtime=2.61
/proc/16423/task/16437/stat : 16437 (java) R 16421 16423 16163 0 -1 4202560 10855 0 0 0 256 5 0 0 25 0 16 0 9113367 1579556864 40834 1992294400 134512640 134550932 4287171312 18446744073709551615 4108977606 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16423/tid=16438] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16438/stat : 16438 (java) S 16421 16423 16163 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9113368 1579556864 40834 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16439] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16439/stat : 16439 (java) S 16421 16423 16163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9113369 1579556864 40834 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.87
Current children cumulated vsize (KiB) 1542536

[startup+12.7027 s]
/proc/loadavg: 1.42 1.10 1.09 3/121 16439
/proc/meminfo: memFree=1576816/2059040 swapFree=4164960/4192956
[pid=16423] ppid=16421 vsize=1542536 CPUtime=24.38
/proc/16423/stat : 16423 (java) S 16421 16423 16163 0 -1 4202496 54838 0 1 0 2411 27 0 0 25 0 16 0 9113272 1579556864 48856 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16423/statm: 385634 48856 1448 10 0 382937 0
[pid=16423/tid=16425] ppid=16421 vsize=1542536 CPUtime=0.77
/proc/16423/task/16425/stat : 16425 (java) S 16421 16423 16163 0 -1 4202560 5384 0 1 0 74 3 0 0 18 0 16 0 9113274 1579556864 48856 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16426] ppid=16421 vsize=1542536 CPUtime=0.16
/proc/16423/task/16426/stat : 16426 (java) S 16421 16423 16163 0 -1 4202560 2512 0 0 0 15 1 0 0 16 0 16 0 9113275 1579556864 48856 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16427] ppid=16421 vsize=1542536 CPUtime=0.16
/proc/16423/task/16427/stat : 16427 (java) S 16421 16423 16163 0 -1 4202560 2689 0 0 0 16 0 0 0 15 0 16 0 9113275 1579556864 48856 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16428] ppid=16421 vsize=1542536 CPUtime=0.3
/proc/16423/task/16428/stat : 16428 (java) S 16421 16423 16163 0 -1 4202560 1947 0 0 0 28 2 0 0 15 0 16 0 9113277 1579556864 48856 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16429] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16429/stat : 16429 (java) S 16421 16423 16163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9113277 1579556864 48856 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16430] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16430/stat : 16430 (java) S 16421 16423 16163 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9113277 1579556864 48856 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16431] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16431/stat : 16431 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9113281 1579556864 48856 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16432] ppid=16421 vsize=1542536 CPUtime=0.94
/proc/16423/task/16432/stat : 16432 (java) S 16421 16423 16163 0 -1 4202560 881 0 0 0 94 0 0 0 15 0 16 0 9113281 1579556864 48856 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16433] ppid=16421 vsize=1542536 CPUtime=3.59
/proc/16423/task/16433/stat : 16433 (java) S 16421 16423 16163 0 -1 4202560 8977 0 0 0 355 4 0 0 16 0 16 0 9113281 1579556864 48856 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16434] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16434/stat : 16434 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9113281 1579556864 48856 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16435] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16435/stat : 16435 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9113281 1579556864 48856 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0

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

[pid=16423/tid=16432] ppid=16421 vsize=1542536 CPUtime=1.11
/proc/16423/task/16432/stat : 16432 (java) S 16421 16423 16163 0 -1 4202560 885 0 0 0 111 0 0 0 16 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16433] ppid=16421 vsize=1542536 CPUtime=3.59
/proc/16423/task/16433/stat : 16433 (java) S 16421 16423 16163 0 -1 4202560 8977 0 0 0 355 4 0 0 16 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16434] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16434/stat : 16434 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16435] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16435/stat : 16435 (java) S 16421 16423 16163 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16436] ppid=16421 vsize=1542536 CPUtime=143.36
/proc/16423/task/16436/stat : 16436 (java) R 16421 16423 16163 0 -1 4202560 18155 0 0 0 14328 8 0 0 21 0 16 0 9113367 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4109507483 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16423/tid=16437] ppid=16421 vsize=1542536 CPUtime=140.56
/proc/16423/task/16437/stat : 16437 (java) R 16421 16423 16163 0 -1 4202560 13470 0 0 0 14048 8 0 0 24 0 16 0 9113367 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4108985851 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16423/tid=16438] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16438/stat : 16438 (java) S 16421 16423 16163 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9113368 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16439] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16439/stat : 16439 (java) S 16421 16423 16163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9113369 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 302.17
Current children cumulated vsize (KiB) 1542536

[startup+158.303 s]
/proc/loadavg: 1.90 1.42 1.21 3/121 16443
/proc/meminfo: memFree=1518288/2059040 swapFree=4164960/4192956
[pid=16423] ppid=16421 vsize=1542536 CPUtime=305.35
/proc/16423/stat : 16423 (java) S 16421 16423 16163 0 -1 4202496 70860 0 1 0 30486 49 0 0 25 0 16 0 9113272 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16423/statm: 385634 63305 1448 10 0 382937 0
[pid=16423/tid=16425] ppid=16421 vsize=1542536 CPUtime=0.77
/proc/16423/task/16425/stat : 16425 (java) S 16421 16423 16163 0 -1 4202560 5389 0 1 0 74 3 0 0 15 0 16 0 9113274 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16426] ppid=16421 vsize=1542536 CPUtime=2.31
/proc/16423/task/16426/stat : 16426 (java) S 16421 16423 16163 0 -1 4202560 8964 0 0 0 222 9 0 0 15 0 16 0 9113275 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16427] ppid=16421 vsize=1542536 CPUtime=2.28
/proc/16423/task/16427/stat : 16427 (java) S 16421 16423 16163 0 -1 4202560 10781 0 0 0 220 8 0 0 16 0 16 0 9113275 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16428] ppid=16421 vsize=1542536 CPUtime=8.17
/proc/16423/task/16428/stat : 16428 (java) S 16421 16423 16163 0 -1 4202560 3155 0 0 0 812 5 0 0 15 0 16 0 9113277 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16429] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16429/stat : 16429 (java) S 16421 16423 16163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9113277 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16430] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16430/stat : 16430 (java) S 16421 16423 16163 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9113277 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16431] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16431/stat : 16431 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16432] ppid=16421 vsize=1542536 CPUtime=1.11
/proc/16423/task/16432/stat : 16432 (java) S 16421 16423 16163 0 -1 4202560 885 0 0 0 111 0 0 0 16 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16433] ppid=16421 vsize=1542536 CPUtime=3.59
/proc/16423/task/16433/stat : 16433 (java) S 16421 16423 16163 0 -1 4202560 8977 0 0 0 355 4 0 0 16 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16434] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16434/stat : 16434 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16435] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16435/stat : 16435 (java) S 16421 16423 16163 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16436] ppid=16421 vsize=1542536 CPUtime=144.9
/proc/16423/task/16436/stat : 16436 (java) R 16421 16423 16163 0 -1 4202560 18156 0 0 0 14482 8 0 0 25 0 16 0 9113367 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4108966826 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16423/tid=16437] ppid=16421 vsize=1542536 CPUtime=142.13
/proc/16423/task/16437/stat : 16437 (java) R 16421 16423 16163 0 -1 4202560 13472 0 0 0 14205 8 0 0 25 0 16 0 9113367 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4108915589 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16423/tid=16438] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16438/stat : 16438 (java) S 16421 16423 16163 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9113368 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16439] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16439/stat : 16439 (java) S 16421 16423 16163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9113369 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 305.35
Current children cumulated vsize (KiB) 1542536

[startup+159.103 s]
/proc/loadavg: 1.90 1.42 1.21 3/121 16443
/proc/meminfo: memFree=1518288/2059040 swapFree=4164960/4192956
[pid=16423] ppid=16421 vsize=1542536 CPUtime=306.75
/proc/16423/stat : 16423 (java) S 16421 16423 16163 0 -1 4202496 70861 0 1 0 30626 49 0 0 25 0 16 0 9113272 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16423/statm: 385634 63305 1448 10 0 382937 0
[pid=16423/tid=16425] ppid=16421 vsize=1542536 CPUtime=0.77
/proc/16423/task/16425/stat : 16425 (java) S 16421 16423 16163 0 -1 4202560 5389 0 1 0 74 3 0 0 15 0 16 0 9113274 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16426] ppid=16421 vsize=1542536 CPUtime=2.31
/proc/16423/task/16426/stat : 16426 (java) S 16421 16423 16163 0 -1 4202560 8964 0 0 0 222 9 0 0 15 0 16 0 9113275 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16427] ppid=16421 vsize=1542536 CPUtime=2.29
/proc/16423/task/16427/stat : 16427 (java) S 16421 16423 16163 0 -1 4202560 10781 0 0 0 221 8 0 0 16 0 16 0 9113275 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16428] ppid=16421 vsize=1542536 CPUtime=8.34
/proc/16423/task/16428/stat : 16428 (java) S 16421 16423 16163 0 -1 4202560 3155 0 0 0 829 5 0 0 16 0 16 0 9113277 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16429] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16429/stat : 16429 (java) S 16421 16423 16163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9113277 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16430] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16430/stat : 16430 (java) S 16421 16423 16163 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9113277 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16431] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16431/stat : 16431 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16432] ppid=16421 vsize=1542536 CPUtime=1.11
/proc/16423/task/16432/stat : 16432 (java) S 16421 16423 16163 0 -1 4202560 885 0 0 0 111 0 0 0 16 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16433] ppid=16421 vsize=1542536 CPUtime=3.59
/proc/16423/task/16433/stat : 16433 (java) S 16421 16423 16163 0 -1 4202560 8977 0 0 0 355 4 0 0 16 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16434] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16434/stat : 16434 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16435] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16435/stat : 16435 (java) S 16421 16423 16163 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16436] ppid=16421 vsize=1542536 CPUtime=145.51
/proc/16423/task/16436/stat : 16436 (java) R 16421 16423 16163 0 -1 4202560 18157 0 0 0 14543 8 0 0 25 0 16 0 9113367 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4109079916 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16423/tid=16437] ppid=16421 vsize=1542536 CPUtime=142.74
/proc/16423/task/16437/stat : 16437 (java) R 16421 16423 16163 0 -1 4202560 13472 0 0 0 14266 8 0 0 25 0 16 0 9113367 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4108952526 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16423/tid=16438] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16438/stat : 16438 (java) S 16421 16423 16163 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9113368 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16439] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16439/stat : 16439 (java) S 16421 16423 16163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9113369 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 306.75
Current children cumulated vsize (KiB) 1542536

[startup+159.51 s]
/proc/loadavg: 1.90 1.42 1.21 3/121 16443
/proc/meminfo: memFree=1518288/2059040 swapFree=4164960/4192956
[pid=16423] ppid=16421 vsize=1542536 CPUtime=307.55
/proc/16423/stat : 16423 (java) S 16421 16423 16163 0 -1 4202496 70862 0 1 0 30706 49 0 0 25 0 16 0 9113272 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16423/statm: 385634 63305 1448 10 0 382937 0
[pid=16423/tid=16425] ppid=16421 vsize=1542536 CPUtime=0.77
/proc/16423/task/16425/stat : 16425 (java) S 16421 16423 16163 0 -1 4202560 5389 0 1 0 74 3 0 0 15 0 16 0 9113274 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16426] ppid=16421 vsize=1542536 CPUtime=2.32
/proc/16423/task/16426/stat : 16426 (java) S 16421 16423 16163 0 -1 4202560 8964 0 0 0 223 9 0 0 16 0 16 0 9113275 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16427] ppid=16421 vsize=1542536 CPUtime=2.3
/proc/16423/task/16427/stat : 16427 (java) S 16421 16423 16163 0 -1 4202560 10781 0 0 0 222 8 0 0 15 0 16 0 9113275 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16428] ppid=16421 vsize=1542536 CPUtime=8.34
/proc/16423/task/16428/stat : 16428 (java) S 16421 16423 16163 0 -1 4202560 3155 0 0 0 829 5 0 0 15 0 16 0 9113277 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16429] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16429/stat : 16429 (java) S 16421 16423 16163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9113277 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16430] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16430/stat : 16430 (java) S 16421 16423 16163 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 9113277 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16431] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16431/stat : 16431 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16432] ppid=16421 vsize=1542536 CPUtime=1.11
/proc/16423/task/16432/stat : 16432 (java) S 16421 16423 16163 0 -1 4202560 885 0 0 0 111 0 0 0 16 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16433] ppid=16421 vsize=1542536 CPUtime=3.59
/proc/16423/task/16433/stat : 16433 (java) S 16421 16423 16163 0 -1 4202560 8977 0 0 0 355 4 0 0 16 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16434] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16434/stat : 16434 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16435] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16435/stat : 16435 (java) S 16421 16423 16163 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 9113281 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16436] ppid=16421 vsize=1542536 CPUtime=145.89
/proc/16423/task/16436/stat : 16436 (java) R 16421 16423 16163 0 -1 4202560 18157 0 0 0 14581 8 0 0 25 0 16 0 9113367 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4109508335 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16423/tid=16437] ppid=16421 vsize=1542536 CPUtime=143.14
/proc/16423/task/16437/stat : 16437 (java) R 16421 16423 16163 0 -1 4202560 13473 0 0 0 14306 8 0 0 25 0 16 0 9113367 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4109112242 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16423/tid=16438] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16438/stat : 16438 (java) S 16421 16423 16163 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 9113368 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16439] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16439/stat : 16439 (java) S 16421 16423 16163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9113369 1579556864 63305 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 307.55
Current children cumulated vsize (KiB) 1542536

[startup+159.902 s]
/proc/loadavg: 1.90 1.42 1.21 3/121 16443
/proc/meminfo: memFree=1518288/2059040 swapFree=4164960/4192956
[pid=16423] ppid=16421 vsize=1542536 CPUtime=307.84
/proc/16423/stat : 16423 (java) S 16421 16423 16163 0 -1 4202496 70865 0 1 0 30735 49 0 0 25 0 15 0 9113272 1579556864 63308 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16423/statm: 385634 63308 1449 10 0 382937 0
[pid=16423/tid=16425] ppid=16421 vsize=1542536 CPUtime=0.77
/proc/16423/task/16425/stat : 16425 (java) S 16421 16423 16163 0 -1 4202560 5391 0 1 0 74 3 0 0 16 0 15 0 9113274 1579556864 63308 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16426] ppid=16421 vsize=1542536 CPUtime=2.32
/proc/16423/task/16426/stat : 16426 (java) S 16421 16423 16163 0 -1 4202560 8964 0 0 0 223 9 0 0 16 0 15 0 9113275 1579556864 63308 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16427] ppid=16421 vsize=1542536 CPUtime=2.3
/proc/16423/task/16427/stat : 16427 (java) S 16421 16423 16163 0 -1 4202560 10781 0 0 0 222 8 0 0 15 0 15 0 9113275 1579556864 63308 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16428] ppid=16421 vsize=1542536 CPUtime=8.34
/proc/16423/task/16428/stat : 16428 (java) S 16421 16423 16163 0 -1 4202560 3155 0 0 0 829 5 0 0 15 0 15 0 9113277 1579556864 63308 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 0 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16429] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16429/stat : 16429 (java) S 16421 16423 16163 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 9113277 1579556864 63308 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16430] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16430/stat : 16430 (java) S 16421 16423 16163 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 9113277 1579556864 63308 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16431] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16431/stat : 16431 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 9113281 1579556864 63308 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16432] ppid=16421 vsize=1542536 CPUtime=1.11
/proc/16423/task/16432/stat : 16432 (java) S 16421 16423 16163 0 -1 4202560 885 0 0 0 111 0 0 0 16 0 15 0 9113281 1579556864 63308 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16433] ppid=16421 vsize=1542536 CPUtime=3.59
/proc/16423/task/16433/stat : 16433 (java) S 16421 16423 16163 0 -1 4202560 8977 0 0 0 355 4 0 0 16 0 15 0 9113281 1579556864 63308 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16434] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16434/stat : 16434 (java) S 16421 16423 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 9113281 1579556864 63308 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
[pid=16423/tid=16435] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16435/stat : 16435 (java) S 16421 16423 16163 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 15 0 9113281 1579556864 63308 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16438] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16438/stat : 16438 (java) S 16421 16423 16163 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 15 0 9113368 1579556864 63308 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 1 0 0 0
[pid=16423/tid=16439] ppid=16421 vsize=1542536 CPUtime=0
/proc/16423/task/16439/stat : 16439 (java) S 16421 16423 16163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 9113369 1579556864 63308 1992294400 134512640 134550932 4287171312 18446744073709551615 4294960144 0 4 0 16800975 18446604437831090240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 307.84
Current children cumulated vsize (KiB) 1542536

Child status: 20
Real time (s): 159.982
CPU time (s): 307.884
CPU user time (s): 307.361
CPU system time (s): 0.52292
CPU usage (%): 192.45
Max. virtual memory (cumulated for all children) (KiB): 1545152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 307.361
system time used= 0.52292
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70868
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= 6989
involuntary context switches= 9560

runsolver used 0.6549 second user time and 1.78773 second system time

The end

Launcher Data

Begin job on node087 at 2010-06-16 10:49:57
IDJOB=2661555
IDBENCH=48315
IDSOLVER=1166
FILE ID=node087/2661555-1276678197
PBS_JOBID= 11172554
Free space on /tmp= 62556 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_4_15.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661555-1276678197/watcher-2661555-1276678197 -o /tmp/evaluation-result-2661555-1276678197/solver-2661555-1276678197 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661555-1276678197.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 73ea1f0ac6b3717abb48868130805223
RANDOM SEED=250873986

node087.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.213
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
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.213
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1768424 kB
Buffers:         59444 kB
Cached:         122000 kB
SwapCached:       1016 kB
Active:          92248 kB
Inactive:       122100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1768424 kB
SwapTotal:     4192956 kB
SwapFree:      4164960 kB
Dirty:             272 kB
Writeback:           0 kB
AnonPages:       31884 kB
Mapped:          14620 kB
Slab:            54536 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182492 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62556 MiB
End job on node087 at 2010-06-16 10:52:37