Trace number 2661859

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31OPT6 406.095 210.868

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_50_10_5.opb
MD5SUM381026b11996e1fba08582de081db326
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark12.6251
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved YES
Number of variables50
Total number of constraints50
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints50
Minimum length of a constraint11
Maximum length of a constraint18
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)606
Sum of products size (including duplicates)1212
Number of different products606
Sum of products size1212

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@197a37c
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@535b58
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2661859-1276652604.opb
0.24/0.21	c reading problem ... 
0.66/0.50	c ... done. Wall clock time 0.288s.
0.66/0.50	c #vars     656
0.66/0.50	c #constraints  1262
0.66/0.50	c constraints type 
0.66/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 656
0.66/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
0.66/0.50	c constraints type 
0.66/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 656
0.66/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
0.66/0.54	c And the winner is Resolution
0.74/1.52	c SATISFIABLE
0.74/1.52	c OPTIMIZING...
0.74/1.52	c Got one! Elapsed wall clock time (in seconds):1.305
0.74/1.52	o 7
2.28/2.36	c And the winner is Resolution
2.54/2.53	c Got one! Elapsed wall clock time (in seconds):2.318
2.54/2.53	o 6
5.48/4.09	c cleaning 2496 clauses out of 5000 with flag 5000/5000
8.81/5.70	c cleaning 4248 clauses out of 8504 with flag 11000/11000
12.53/7.66	c cleaning 5625 clauses out of 11258 with flag 18002/18002
17.04/9.94	c cleaning 6812 clauses out of 13632 with flag 26001/26001
21.92/12.49	c cleaning 7906 clauses out of 15819 with flag 35000/35000
27.61/15.35	c cleaning 8953 clauses out of 17914 with flag 45001/45001
33.29/18.26	c cleaning 9478 clauses out of 18960 with flag 55000/55000
38.77/21.07	c cleaning 9737 clauses out of 19483 with flag 65001/65001
44.64/24.03	c cleaning 9870 clauses out of 19745 with flag 75000/75000
50.32/26.98	c cleaning 9935 clauses out of 19877 with flag 85002/85002
55.99/29.83	c cleaning 9969 clauses out of 19943 with flag 95003/95003
61.47/32.68	c cleaning 9984 clauses out of 19974 with flag 105003/105003
67.53/35.71	c cleaning 9991 clauses out of 19988 with flag 115001/115001
73.20/38.63	c cleaning 9994 clauses out of 19997 with flag 125001/125001
79.47/41.82	c cleaning 10000 clauses out of 20006 with flag 135004/135004
85.33/44.83	c cleaning 10000 clauses out of 20006 with flag 145004/145004
91.17/47.89	c cleaning 9998 clauses out of 20004 with flag 155002/155002
97.23/50.92	c cleaning 9999 clauses out of 20005 with flag 165001/165001
103.10/53.92	c cleaning 9998 clauses out of 20005 with flag 175000/175000
108.95/56.95	c cleaning 10000 clauses out of 20007 with flag 185000/185000
114.98/60.02	c cleaning 10000 clauses out of 20007 with flag 195000/195000
121.22/63.21	c cleaning 10001 clauses out of 20007 with flag 205000/205000
127.27/66.32	c cleaning 10003 clauses out of 20013 with flag 215007/215007
133.31/69.42	c cleaning 9996 clauses out of 20003 with flag 225000/225000
139.15/72.43	c cleaning 10001 clauses out of 20008 with flag 235001/235001
145.18/75.52	c cleaning 10000 clauses out of 20008 with flag 245002/245002
151.62/78.85	c cleaning 9999 clauses out of 20007 with flag 255001/255001
157.66/81.97	c cleaning 10004 clauses out of 20011 with flag 265004/265004
163.68/85.03	c cleaning 9997 clauses out of 20003 with flag 275000/275000
169.72/88.10	c cleaning 9997 clauses out of 20007 with flag 285001/285001
175.37/91.07	c cleaning 10000 clauses out of 20010 with flag 295001/295001
181.21/94.09	c cleaning 10001 clauses out of 20010 with flag 305001/305001
187.41/97.20	c cleaning 9998 clauses out of 20009 with flag 315001/315001
193.24/100.29	c cleaning 10002 clauses out of 20012 with flag 325002/325002
199.29/103.31	c cleaning 10000 clauses out of 20008 with flag 335000/335000
205.31/106.46	c cleaning 10000 clauses out of 20008 with flag 345000/345000
211.51/109.64	c cleaning 10000 clauses out of 20008 with flag 355000/355000
217.55/112.75	c cleaning 10001 clauses out of 20010 with flag 365002/365002
223.96/116.09	c cleaning 10001 clauses out of 20008 with flag 375001/375001
230.38/119.36	c cleaning 10000 clauses out of 20006 with flag 385000/385000
236.56/122.58	c cleaning 10000 clauses out of 20006 with flag 395000/395000
242.78/125.78	c cleaning 10005 clauses out of 20011 with flag 405005/405005
249.00/128.98	c cleaning 9997 clauses out of 20002 with flag 415001/415001
255.42/132.28	c cleaning 9996 clauses out of 20005 with flag 425001/425001
262.00/135.68	c cleaning 9998 clauses out of 20008 with flag 435000/435000
269.02/139.29	c cleaning 9999 clauses out of 20010 with flag 445000/445000
275.84/142.71	c cleaning 10002 clauses out of 20014 with flag 455003/455003
282.25/146.03	c cleaning 10001 clauses out of 20013 with flag 465004/465004
288.63/149.34	c cleaning 10000 clauses out of 20009 with flag 475001/475001
295.04/152.68	c cleaning 10002 clauses out of 20010 with flag 485002/485002
301.66/156.07	c cleaning 10000 clauses out of 20009 with flag 495003/495003
308.08/159.38	c cleaning 9995 clauses out of 20006 with flag 505000/505000
314.46/162.65	c cleaning 10002 clauses out of 20012 with flag 515001/515001
320.87/166.00	c cleaning 10002 clauses out of 20011 with flag 525002/525002
327.49/169.31	c cleaning 9998 clauses out of 20007 with flag 535000/535000
334.10/172.78	c cleaning 10000 clauses out of 20010 with flag 545001/545001
341.07/176.30	c cleaning 9998 clauses out of 20010 with flag 555001/555001
348.27/180.09	c cleaning 10006 clauses out of 20015 with flag 565004/565004
355.66/183.88	c cleaning 10000 clauses out of 20006 with flag 575001/575001
363.26/187.72	c cleaning 10002 clauses out of 20008 with flag 585003/585003
370.03/191.23	c cleaning 9999 clauses out of 20003 with flag 595000/595000
377.03/194.86	c cleaning 9999 clauses out of 20006 with flag 605002/605002
383.65/198.28	c cleaning 9999 clauses out of 20005 with flag 615000/615000
391.64/202.33	c cleaning 10000 clauses out of 20005 with flag 625000/625000
399.39/206.35	c cleaning 9999 clauses out of 20005 with flag 635000/635000
404.00/208.71	c And the winner is Resolution
406.05/210.81	c starts		: 169
406.05/210.81	c conflicts		: 640574
406.05/210.81	c decisions		: 917361
406.05/210.81	c propagations		: 47431347
406.05/210.81	c inspects		: 477630145
406.05/210.81	c learnt literals	: 5
406.05/210.81	c learnt binary clauses	: 15
406.05/210.81	c learnt ternary clauses	: 25
406.05/210.81	c learnt clauses	: 640568
406.05/210.81	c ignored clauses	: 0
406.05/210.81	c root simplifications	: 0
406.05/210.81	c removed literals (reason simplification)	: 1527183
406.05/210.81	c reason swapping (by a shorter reason)	: 0
406.05/210.81	c Calls to reduceDB	: 65
406.05/210.81	c number of reductions to clauses (during analyze)	: 0
406.05/210.81	c number of learned constraints concerned by reduction	: 0
406.05/210.81	c number of learning phase by resolution	: 0
406.05/210.81	c number of learning phase by cutting planes	: 0
406.05/210.81	c speed (assignments/second)	: 227735.3246204519
406.05/210.81	c non guided choices	0
406.05/210.81	c learnt constraints type 
406.05/210.81	c constraints type 
406.05/210.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 656
406.05/210.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
406.05/210.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
406.05/210.81	c constraints type 
406.05/210.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 656
406.05/210.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
406.05/210.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 606
406.05/210.81	s OPTIMUM FOUND
406.05/210.81	v -x1 -x2 -x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 
406.05/210.81	c objective function=6
406.05/210.81	c Total wall clock time (in seconds): 210.594

Verifier Data

OK	6

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661859-1276652604/watcher-2661859-1276652604 -o /tmp/evaluation-result-2661859-1276652604/solver-2661859-1276652604 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661859-1276652604.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: 0.92 0.97 0.99 3/106 14402
/proc/meminfo: memFree=1801456/2059040 swapFree=4175448/4192956
[pid=14402] ppid=14400 vsize=1700 CPUtime=0
/proc/14402/stat : 14402 (java6) R 14400 14402 13785 0 -1 4194304 191 0 0 0 0 0 0 0 25 0 1 0 6554108 1740800 95 1992294400 134512640 134550932 4292617888 18446744073709551615 134530560 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14402/statm: 425 105 81 10 0 30 0

[startup+0.085288 s]
/proc/loadavg: 0.92 0.97 0.99 3/106 14402
/proc/meminfo: memFree=1801456/2059040 swapFree=4175448/4192956
[pid=14402] ppid=14400 vsize=1521796 CPUtime=0.06
/proc/14402/stat : 14402 (java) S 14400 14402 13785 0 -1 4202496 3805 0 1 0 4 2 0 0 25 0 7 0 6554108 1558319104 3246 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/14402/statm: 380449 3246 1044 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.103204 s]
/proc/loadavg: 0.92 0.97 0.99 3/106 14402
/proc/meminfo: memFree=1801456/2059040 swapFree=4175448/4192956
[pid=14402] ppid=14400 vsize=1524180 CPUtime=0.08
/proc/14402/stat : 14402 (java) S 14400 14402 13785 0 -1 4202496 3966 0 1 0 6 2 0 0 25 0 12 0 6554108 1560760320 3405 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14402/statm: 381045 3405 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.311024 s]
/proc/loadavg: 0.92 0.97 0.99 3/106 14402
/proc/meminfo: memFree=1801456/2059040 swapFree=4175448/4192956
[pid=14402] ppid=14400 vsize=1527080 CPUtime=0.38
/proc/14402/stat : 14402 (java) S 14400 14402 13785 0 -1 4202496 5549 0 1 0 35 3 0 0 25 0 12 0 6554108 1563729920 4986 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14402/statm: 381770 4987 1363 10 0 379073 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1527080

[startup+0.70126 s]
/proc/loadavg: 0.92 0.97 0.99 3/106 14402
/proc/meminfo: memFree=1801456/2059040 swapFree=4175448/4192956
[pid=14402] ppid=14400 vsize=1528284 CPUtime=0.74
/proc/14402/stat : 14402 (java) S 14400 14402 13785 0 -1 4202496 6171 0 1 0 70 4 0 0 25 0 14 0 6554108 1564962816 5550 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14402/statm: 382071 5550 1392 10 0 379374 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 1528284

[startup+1.50134 s]
/proc/loadavg: 0.92 0.97 0.99 1/120 14418
/proc/meminfo: memFree=1784364/2059040 swapFree=4175448/4192956
[pid=14402] ppid=14400 vsize=1528284 CPUtime=0.74
/proc/14402/stat : 14402 (java) S 14400 14402 13785 0 -1 4202496 6171 0 1 0 70 4 0 0 25 0 14 0 6554108 1564962816 5550 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14402/statm: 382071 5550 1392 10 0 379374 0
[pid=14402/tid=14404] ppid=14400 vsize=1528284 CPUtime=0.42
/proc/14402/task/14404/stat : 14404 (java) S 14400 14402 13785 0 -1 4202560 4144 0 1 0 40 2 0 0 25 0 14 0 6554109 1564962816 5550 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14405] ppid=14400 vsize=1528284 CPUtime=0
/proc/14402/task/14405/stat : 14405 (java) S 14400 14402 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6554111 1564962816 5550 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14406] ppid=14400 vsize=1528284 CPUtime=0
/proc/14402/task/14406/stat : 14406 (java) S 14400 14402 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6554111 1564962816 5550 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14407] ppid=14400 vsize=1528284 CPUtime=0
/proc/14402/task/14407/stat : 14407 (java) S 14400 14402 13785 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 14 0 6554112 1564962816 5550 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14408] ppid=14400 vsize=1528284 CPUtime=0
/proc/14402/task/14408/stat : 14408 (java) S 14400 14402 13785 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 14 0 6554113 1564962816 5550 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14409] ppid=14400 vsize=1528284 CPUtime=0
/proc/14402/task/14409/stat : 14409 (java) S 14400 14402 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6554113 1564962816 5550 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14410] ppid=14400 vsize=1528284 CPUtime=0
/proc/14402/task/14410/stat : 14410 (java) S 14400 14402 13785 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 6554117 1564962816 5550 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14411] ppid=14400 vsize=1528284 CPUtime=0.1
/proc/14402/task/14411/stat : 14411 (java) S 14400 14402 13785 0 -1 4202560 243 0 0 0 10 0 0 0 23 0 14 0 6554117 1564962816 5550 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14412] ppid=14400 vsize=1528284 CPUtime=0.14
/proc/14402/task/14412/stat : 14412 (java) S 14400 14402 13785 0 -1 4202560 577 0 0 0 14 0 0 0 15 0 14 0 6554117 1564962816 5550 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14413] ppid=14400 vsize=1528284 CPUtime=0
/proc/14402/task/14413/stat : 14413 (java) S 14400 14402 13785 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6554117 1564962816 5550 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14414] ppid=14400 vsize=1528284 CPUtime=0
/proc/14402/task/14414/stat : 14414 (java) S 14400 14402 13785 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 6554117 1564962816 5550 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14417] ppid=14400 vsize=1528284 CPUtime=0
/proc/14402/task/14417/stat : 14417 (java) S 14400 14402 13785 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6554159 1564962816 5550 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14418] ppid=14400 vsize=1528284 CPUtime=0
/proc/14402/task/14418/stat : 14418 (java) S 14400 14402 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6554160 1564962816 5550 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 1528284

[startup+3.10252 s]
/proc/loadavg: 0.92 0.97 0.99 4/122 14420
/proc/meminfo: memFree=1771700/2059040 swapFree=4175448/4192956
[pid=14402] ppid=14400 vsize=1542628 CPUtime=3.71
/proc/14402/stat : 14402 (java) S 14400 14402 13785 0 -1 4202496 28495 0 1 0 358 13 0 0 25 0 16 0 6554108 1579651072 24536 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14402/statm: 385657 24537 1426 10 0 382960 0
[pid=14402/tid=14404] ppid=14400 vsize=1542628 CPUtime=0.42
/proc/14402/task/14404/stat : 14404 (java) S 14400 14402 13785 0 -1 4202560 4178 0 1 0 40 2 0 0 19 0 16 0 6554109 1579651072 24537 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14405] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14405/stat : 14405 (java) S 14400 14402 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6554111 1579651072 24538 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14406] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14406/stat : 14406 (java) S 14400 14402 13785 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6554111 1579651072 24539 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14407] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14407/stat : 14407 (java) S 14400 14402 13785 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6554112 1579651072 24539 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14408] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14408/stat : 14408 (java) S 14400 14402 13785 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 16 0 6554113 1579651072 24540 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14409] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14409/stat : 14409 (java) S 14400 14402 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6554113 1579651072 24541 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14410] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14410/stat : 14410 (java) S 14400 14402 13785 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 6554117 1579651072 24541 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14411] ppid=14400 vsize=1542628 CPUtime=1.19
/proc/14402/task/14411/stat : 14411 (java) S 14400 14402 13785 0 -1 4202560 5038 0 0 0 117 2 0 0 15 0 16 0 6554117 1579651072 24542 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14412] ppid=14400 vsize=1542628 CPUtime=1.12
/proc/14402/task/14412/stat : 14412 (java) S 14400 14402 13785 0 -1 4202560 2849 0 0 0 112 0 0 0 15 0 16 0 6554117 1579651072 24543 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14413] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14413/stat : 14413 (java) S 14400 14402 13785 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6554117 1579651072 24544 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14414] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14414/stat : 14414 (java) S 14400 14402 13785 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6554117 1579651072 24544 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14417] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14417/stat : 14417 (java) S 14400 14402 13785 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6554159 1579651072 24545 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14418] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14418/stat : 14418 (java) S 14400 14402 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6554160 1579651072 24545 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 1542628

[startup+6.30286 s]
/proc/loadavg: 1.09 1.00 1.00 4/122 14422
/proc/meminfo: memFree=1645344/2059040 swapFree=4175448/4192956
[pid=14402] ppid=14400 vsize=1542628 CPUtime=9.95
/proc/14402/stat : 14402 (java) S 14400 14402 13785 0 -1 4202496 45266 0 1 0 976 19 0 0 25 0 16 0 6554108 1579651072 40574 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14402/statm: 385657 40574 1449 10 0 382960 0
[pid=14402/tid=14404] ppid=14400 vsize=1542628 CPUtime=0.42
/proc/14402/task/14404/stat : 14404 (java) S 14400 14402 13785 0 -1 4202560 4178 0 1 0 40 2 0 0 18 0 16 0 6554109 1579651072 40574 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14405] ppid=14400 vsize=1542628 CPUtime=0.05
/proc/14402/task/14405/stat : 14405 (java) S 14400 14402 13785 0 -1 4202560 931 0 0 0 5 0 0 0 16 0 16 0 6554111 1579651072 40574 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14406] ppid=14400 vsize=1542628 CPUtime=0.05
/proc/14402/task/14406/stat : 14406 (java) S 14400 14402 13785 0 -1 4202560 1009 0 0 0 5 0 0 0 15 0 16 0 6554111 1579651072 40574 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14407] ppid=14400 vsize=1542628 CPUtime=0.08
/proc/14402/task/14407/stat : 14407 (java) S 14400 14402 13785 0 -1 4202560 1505 0 0 0 8 0 0 0 15 0 16 0 6554112 1579651072 40574 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14408] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14408/stat : 14408 (java) S 14400 14402 13785 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6554113 1579651072 40574 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14409] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14409/stat : 14409 (java) S 14400 14402 13785 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6554113 1579651072 40574 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14410] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14410/stat : 14410 (java) S 14400 14402 13785 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 6554117 1579651072 40574 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14411] ppid=14400 vsize=1542628 CPUtime=1.96
/proc/14402/task/14411/stat : 14411 (java) S 14400 14402 13785 0 -1 4202560 5767 0 0 0 194 2 0 0 16 0 16 0 6554117 1579651072 40574 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14412] ppid=14400 vsize=1542628 CPUtime=1.3
/proc/14402/task/14412/stat : 14412 (java) S 14400 14402 13785 0 -1 4202560 2861 0 0 0 130 0 0 0 16 0 16 0 6554117 1579651072 40574 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14413] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14413/stat : 14413 (java) S 14400 14402 13785 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6554117 1579651072 40574 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14414] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14414/stat : 14414 (java) S 14400 14402 13785 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6554117 1579651072 40574 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14417] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14417/stat : 14417 (java) S 14400 14402 13785 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6554159 1579651072 40574 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14418] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14418/stat : 14418 (java) S 14400 14402 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6554160 1579651072 40574 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14421] ppid=14400 vsize=1542628 CPUtime=3.15
/proc/14402/task/14421/stat : 14421 (java) R 14400 14402 13785 0 -1 4202560 16569 0 0 0 310 5 0 0 25 0 16 0 6554361 1579651072 40574 1992294400 134512640 134550932 4294006688 18446744073709551615 4109431228 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14402/tid=14422] ppid=14400 vsize=1542628 CPUtime=2.45
/proc/14402/task/14422/stat : 14422 (java) R 14400 14402 13785 0 -1 4202560 7586 0 0 0 242 3 0 0 25 0 16 0 6554361 1579651072 40574 1992294400 134512640 134550932 4294006688 18446744073709551615 4109332643 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.95
Current children cumulated vsize (KiB) 1542628

[startup+12.7025 s]
/proc/loadavg: 1.16 1.02 1.01 3/122 14422
/proc/meminfo: memFree=1610376/2059040 swapFree=4175448/4192956
[pid=14402] ppid=14400 vsize=1542628 CPUtime=22.46
/proc/14402/stat : 14402 (java) S 14400 14402 13785 0 -1 4202496 53606 0 1 0 2223 23 0 0 25 0 16 0 6554108 1579651072 48830 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14402/statm: 385657 48830 1449 10 0 382960 0
[pid=14402/tid=14404] ppid=14400 vsize=1542628 CPUtime=0.42
/proc/14402/task/14404/stat : 14404 (java) S 14400 14402 13785 0 -1 4202560 4178 0 1 0 40 2 0 0 18 0 16 0 6554109 1579651072 48830 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14405] ppid=14400 vsize=1542628 CPUtime=0.14
/proc/14402/task/14405/stat : 14405 (java) S 14400 14402 13785 0 -1 4202560 2093 0 0 0 13 1 0 0 16 0 16 0 6554111 1579651072 48830 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14406] ppid=14400 vsize=1542628 CPUtime=0.13
/proc/14402/task/14406/stat : 14406 (java) S 14400 14402 13785 0 -1 4202560 2180 0 0 0 13 0 0 0 15 0 16 0 6554111 1579651072 48830 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14407] ppid=14400 vsize=1542628 CPUtime=0.26
/proc/14402/task/14407/stat : 14407 (java) S 14400 14402 13785 0 -1 4202560 2189 0 0 0 25 1 0 0 16 0 16 0 6554112 1579651072 48830 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14408] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14408/stat : 14408 (java) S 14400 14402 13785 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6554113 1579651072 48830 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14409] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14409/stat : 14409 (java) S 14400 14402 13785 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6554113 1579651072 48830 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14410] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14410/stat : 14410 (java) S 14400 14402 13785 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 6554117 1579651072 48830 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14411] ppid=14400 vsize=1542628 CPUtime=1.96
/proc/14402/task/14411/stat : 14411 (java) S 14400 14402 13785 0 -1 4202560 5767 0 0 0 194 2 0 0 15 0 16 0 6554117 1579651072 48830 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14412] ppid=14400 vsize=1542628 CPUtime=1.37
/proc/14402/task/14412/stat : 14412 (java) S 14400 14402 13785 0 -1 4202560 2863 0 0 0 137 0 0 0 16 0 16 0 6554117 1579651072 48830 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14413] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14413/stat : 14413 (java) S 14400 14402 13785 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6554117 1579651072 48830 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14414] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14414/stat : 14414 (java) S 14400 14402 13785 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6554117 1579651072 48830 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14417] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14417/stat : 14417 (java) S 14400 14402 13785 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6554159 1579651072 48830 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14418] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14418/stat : 14418 (java) S 14400 14402 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6554160 1579651072 48830 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14421] ppid=14400 vsize=1542628 CPUtime=9.2
/proc/14402/task/14421/stat : 14421 (java) R 14400 14402 13785 0 -1 4202560 19179 0 0 0 914 6 0 0 25 0 16 0 6554361 1579651072 48830 1992294400 134512640 134550932 4294006688 18446744073709551615 4109319815 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14402/tid=14422] ppid=14400 vsize=1542628 CPUtime=8.47
/proc/14402/task/14422/stat : 14422 (java) R 14400 14402 13785 0 -1 4202560 10297 0 0 0 843 4 0 0 25 0 16 0 6554361 1579651072 48830 1992294400 134512640 134550932 4294006688 18446744073709551615 4109332217 0 4 0 16800975 0 0 0 -1 0 0 0 0

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

[pid=14402/tid=14405] ppid=14400 vsize=1543772 CPUtime=3.01
/proc/14402/task/14405/stat : 14405 (java) S 14400 14402 13785 0 -1 4202560 5527 0 0 0 292 9 0 0 15 0 16 0 6554111 1580822528 56324 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14406] ppid=14400 vsize=1543772 CPUtime=3.02
/proc/14402/task/14406/stat : 14406 (java) S 14400 14402 13785 0 -1 4202560 5779 0 0 0 295 7 0 0 16 0 16 0 6554111 1580822528 56324 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14407] ppid=14400 vsize=1543772 CPUtime=7.35
/proc/14402/task/14407/stat : 14407 (java) S 14400 14402 13785 0 -1 4202560 2702 0 0 0 730 5 0 0 15 0 16 0 6554112 1580822528 56324 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14408] ppid=14400 vsize=1543772 CPUtime=0
/proc/14402/task/14408/stat : 14408 (java) S 14400 14402 13785 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6554113 1580822528 56324 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14409] ppid=14400 vsize=1543772 CPUtime=0
/proc/14402/task/14409/stat : 14409 (java) S 14400 14402 13785 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6554113 1580822528 56324 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14410] ppid=14400 vsize=1543772 CPUtime=0
/proc/14402/task/14410/stat : 14410 (java) S 14400 14402 13785 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 6554117 1580822528 56324 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14411] ppid=14400 vsize=1543772 CPUtime=1.96
/proc/14402/task/14411/stat : 14411 (java) S 14400 14402 13785 0 -1 4202560 5767 0 0 0 194 2 0 0 15 0 16 0 6554117 1580822528 56324 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14412] ppid=14400 vsize=1543772 CPUtime=1.89
/proc/14402/task/14412/stat : 14412 (java) S 14400 14402 13785 0 -1 4202560 3829 0 0 0 188 1 0 0 15 0 16 0 6554117 1580822528 56324 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14413] ppid=14400 vsize=1543772 CPUtime=0
/proc/14402/task/14413/stat : 14413 (java) S 14400 14402 13785 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6554117 1580822528 56324 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14414] ppid=14400 vsize=1543772 CPUtime=0
/proc/14402/task/14414/stat : 14414 (java) S 14400 14402 13785 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 6554117 1580822528 56324 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14417] ppid=14400 vsize=1543772 CPUtime=0
/proc/14402/task/14417/stat : 14417 (java) S 14400 14402 13785 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6554159 1580822528 56324 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14418] ppid=14400 vsize=1543772 CPUtime=0
/proc/14402/task/14418/stat : 14418 (java) S 14400 14402 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6554160 1580822528 56324 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14421] ppid=14400 vsize=1543772 CPUtime=192.86
/proc/14402/task/14421/stat : 14421 (java) R 14400 14402 13785 0 -1 4202560 19368 0 0 0 19279 7 0 0 25 0 16 0 6554361 1580822528 56324 1992294400 134512640 134550932 4294006688 18446744073709551615 4109360204 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14402/tid=14422] ppid=14400 vsize=1543772 CPUtime=191.42
/proc/14402/task/14422/stat : 14422 (java) R 14400 14402 13785 0 -1 4202560 10455 0 0 0 19135 7 0 0 25 0 16 0 6554361 1580822528 56324 1992294400 134512640 134550932 4294006688 18446744073709551615 4109335460 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 402.43
Current children cumulated vsize (KiB) 1543772

[startup+209.502 s]
/proc/loadavg: 1.99 1.51 1.20 2/121 14428
/proc/meminfo: memFree=1579012/2059040 swapFree=4175448/4192956
[pid=14402] ppid=14400 vsize=1542628 CPUtime=404.75
/proc/14402/stat : 14402 (java) S 14400 14402 13785 0 -1 4202496 62481 0 1 0 40428 47 0 0 25 0 14 0 6554108 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14402/statm: 385657 56043 1449 10 0 382960 0
[pid=14402/tid=14404] ppid=14400 vsize=1542628 CPUtime=0.83
/proc/14402/task/14404/stat : 14404 (java) R 14400 14402 13785 0 -1 4202560 4181 0 1 0 81 2 0 0 16 0 14 0 6554109 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4109084362 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14402/tid=14405] ppid=14400 vsize=1542628 CPUtime=3.04
/proc/14402/task/14405/stat : 14405 (java) S 14400 14402 13785 0 -1 4202560 5527 0 0 0 295 9 0 0 15 0 14 0 6554111 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14406] ppid=14400 vsize=1542628 CPUtime=3.04
/proc/14402/task/14406/stat : 14406 (java) S 14400 14402 13785 0 -1 4202560 5779 0 0 0 297 7 0 0 16 0 14 0 6554111 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14407] ppid=14400 vsize=1542628 CPUtime=7.36
/proc/14402/task/14407/stat : 14407 (java) S 14400 14402 13785 0 -1 4202560 2702 0 0 0 731 5 0 0 15 0 14 0 6554112 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14408] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14408/stat : 14408 (java) S 14400 14402 13785 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6554113 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14409] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14409/stat : 14409 (java) S 14400 14402 13785 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6554113 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14410] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14410/stat : 14410 (java) S 14400 14402 13785 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14411] ppid=14400 vsize=1542628 CPUtime=1.98
/proc/14402/task/14411/stat : 14411 (java) S 14400 14402 13785 0 -1 4202560 5767 0 0 0 196 2 0 0 15 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14412] ppid=14400 vsize=1542628 CPUtime=1.89
/proc/14402/task/14412/stat : 14412 (java) S 14400 14402 13785 0 -1 4202560 3829 0 0 0 188 1 0 0 15 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14413] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14413/stat : 14413 (java) S 14400 14402 13785 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14414] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14414/stat : 14414 (java) S 14400 14402 13785 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14417] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14417/stat : 14417 (java) S 14400 14402 13785 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6554159 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14418] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14418/stat : 14418 (java) S 14400 14402 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6554160 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 404.75
Current children cumulated vsize (KiB) 1542628

[startup+210.302 s]
/proc/loadavg: 1.99 1.51 1.20 3/120 14428
/proc/meminfo: memFree=1580136/2059040 swapFree=4175448/4192956
[pid=14402] ppid=14400 vsize=1542628 CPUtime=405.55
/proc/14402/stat : 14402 (java) S 14400 14402 13785 0 -1 4202496 62481 0 1 0 40508 47 0 0 25 0 14 0 6554108 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14402/statm: 385657 56043 1449 10 0 382960 0
[pid=14402/tid=14404] ppid=14400 vsize=1542628 CPUtime=1.63
/proc/14402/task/14404/stat : 14404 (java) R 14400 14402 13785 0 -1 4202560 4181 0 1 0 161 2 0 0 17 0 14 0 6554109 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4109084344 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14402/tid=14405] ppid=14400 vsize=1542628 CPUtime=3.04
/proc/14402/task/14405/stat : 14405 (java) S 14400 14402 13785 0 -1 4202560 5527 0 0 0 295 9 0 0 15 0 14 0 6554111 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14406] ppid=14400 vsize=1542628 CPUtime=3.04
/proc/14402/task/14406/stat : 14406 (java) S 14400 14402 13785 0 -1 4202560 5779 0 0 0 297 7 0 0 16 0 14 0 6554111 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14407] ppid=14400 vsize=1542628 CPUtime=7.36
/proc/14402/task/14407/stat : 14407 (java) S 14400 14402 13785 0 -1 4202560 2702 0 0 0 731 5 0 0 16 0 14 0 6554112 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14408] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14408/stat : 14408 (java) S 14400 14402 13785 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6554113 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14409] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14409/stat : 14409 (java) S 14400 14402 13785 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6554113 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14410] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14410/stat : 14410 (java) S 14400 14402 13785 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14411] ppid=14400 vsize=1542628 CPUtime=1.98
/proc/14402/task/14411/stat : 14411 (java) S 14400 14402 13785 0 -1 4202560 5767 0 0 0 196 2 0 0 15 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14412] ppid=14400 vsize=1542628 CPUtime=1.89
/proc/14402/task/14412/stat : 14412 (java) S 14400 14402 13785 0 -1 4202560 3829 0 0 0 188 1 0 0 15 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14413] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14413/stat : 14413 (java) S 14400 14402 13785 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14414] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14414/stat : 14414 (java) S 14400 14402 13785 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14417] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14417/stat : 14417 (java) S 14400 14402 13785 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6554159 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14418] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14418/stat : 14418 (java) S 14400 14402 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6554160 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 405.55
Current children cumulated vsize (KiB) 1542628

[startup+210.702 s]
/proc/loadavg: 1.99 1.51 1.20 3/120 14428
/proc/meminfo: memFree=1580136/2059040 swapFree=4175448/4192956
[pid=14402] ppid=14400 vsize=1542628 CPUtime=405.95
/proc/14402/stat : 14402 (java) S 14400 14402 13785 0 -1 4202496 62481 0 1 0 40548 47 0 0 25 0 14 0 6554108 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14402/statm: 385657 56043 1449 10 0 382960 0
[pid=14402/tid=14404] ppid=14400 vsize=1542628 CPUtime=2.03
/proc/14402/task/14404/stat : 14404 (java) R 14400 14402 13785 0 -1 4202560 4181 0 1 0 201 2 0 0 17 0 14 0 6554109 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4109084335 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14402/tid=14405] ppid=14400 vsize=1542628 CPUtime=3.04
/proc/14402/task/14405/stat : 14405 (java) S 14400 14402 13785 0 -1 4202560 5527 0 0 0 295 9 0 0 15 0 14 0 6554111 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14406] ppid=14400 vsize=1542628 CPUtime=3.04
/proc/14402/task/14406/stat : 14406 (java) S 14400 14402 13785 0 -1 4202560 5779 0 0 0 297 7 0 0 16 0 14 0 6554111 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14407] ppid=14400 vsize=1542628 CPUtime=7.36
/proc/14402/task/14407/stat : 14407 (java) S 14400 14402 13785 0 -1 4202560 2702 0 0 0 731 5 0 0 16 0 14 0 6554112 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14408] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14408/stat : 14408 (java) S 14400 14402 13785 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6554113 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14409] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14409/stat : 14409 (java) S 14400 14402 13785 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6554113 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14410] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14410/stat : 14410 (java) S 14400 14402 13785 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14411] ppid=14400 vsize=1542628 CPUtime=1.98
/proc/14402/task/14411/stat : 14411 (java) S 14400 14402 13785 0 -1 4202560 5767 0 0 0 196 2 0 0 15 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14412] ppid=14400 vsize=1542628 CPUtime=1.89
/proc/14402/task/14412/stat : 14412 (java) S 14400 14402 13785 0 -1 4202560 3829 0 0 0 188 1 0 0 15 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14413] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14413/stat : 14413 (java) S 14400 14402 13785 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14414] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14414/stat : 14414 (java) S 14400 14402 13785 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14417] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14417/stat : 14417 (java) S 14400 14402 13785 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6554159 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14418] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14418/stat : 14418 (java) S 14400 14402 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6554160 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 405.95
Current children cumulated vsize (KiB) 1542628

[startup+210.802 s]
/proc/loadavg: 1.99 1.51 1.20 3/120 14428
/proc/meminfo: memFree=1580136/2059040 swapFree=4175448/4192956
[pid=14402] ppid=14400 vsize=1542628 CPUtime=406.05
/proc/14402/stat : 14402 (java) S 14400 14402 13785 0 -1 4202496 62481 0 1 0 40558 47 0 0 25 0 14 0 6554108 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14402/statm: 385657 56043 1449 10 0 382960 0
[pid=14402/tid=14404] ppid=14400 vsize=1542628 CPUtime=2.13
/proc/14402/task/14404/stat : 14404 (java) R 14400 14402 13785 0 -1 4202560 4181 0 1 0 211 2 0 0 17 0 14 0 6554109 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4109084353 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14402/tid=14405] ppid=14400 vsize=1542628 CPUtime=3.04
/proc/14402/task/14405/stat : 14405 (java) S 14400 14402 13785 0 -1 4202560 5527 0 0 0 295 9 0 0 15 0 14 0 6554111 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14406] ppid=14400 vsize=1542628 CPUtime=3.04
/proc/14402/task/14406/stat : 14406 (java) S 14400 14402 13785 0 -1 4202560 5779 0 0 0 297 7 0 0 16 0 14 0 6554111 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14407] ppid=14400 vsize=1542628 CPUtime=7.36
/proc/14402/task/14407/stat : 14407 (java) S 14400 14402 13785 0 -1 4202560 2702 0 0 0 731 5 0 0 16 0 14 0 6554112 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 0 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14408] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14408/stat : 14408 (java) S 14400 14402 13785 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6554113 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14409] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14409/stat : 14409 (java) S 14400 14402 13785 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6554113 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14410] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14410/stat : 14410 (java) S 14400 14402 13785 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14411] ppid=14400 vsize=1542628 CPUtime=1.98
/proc/14402/task/14411/stat : 14411 (java) S 14400 14402 13785 0 -1 4202560 5767 0 0 0 196 2 0 0 15 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14412] ppid=14400 vsize=1542628 CPUtime=1.89
/proc/14402/task/14412/stat : 14412 (java) S 14400 14402 13785 0 -1 4202560 3829 0 0 0 188 1 0 0 15 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14413] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14413/stat : 14413 (java) S 14400 14402 13785 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14414] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14414/stat : 14414 (java) S 14400 14402 13785 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 6554117 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
[pid=14402/tid=14417] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14417/stat : 14417 (java) S 14400 14402 13785 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6554159 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 0 0 0 0
[pid=14402/tid=14418] ppid=14400 vsize=1542628 CPUtime=0
/proc/14402/task/14418/stat : 14418 (java) S 14400 14402 13785 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6554160 1579651072 56043 1992294400 134512640 134550932 4294006688 18446744073709551615 4294960144 0 4 0 16800975 18446604437774355136 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 406.05
Current children cumulated vsize (KiB) 1542628

Child status: 30
Real time (s): 210.868
CPU time (s): 406.095
CPU user time (s): 405.592
CPU system time (s): 0.502923
CPU usage (%): 192.582
Max. virtual memory (cumulated for all children) (KiB): 1545532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 405.592
system time used= 0.502923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62489
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= 8453
involuntary context switches= 12217

runsolver used 0.809876 second user time and 2.6146 second system time

The end

Launcher Data

Begin job on node083 at 2010-06-16 03:43:24
IDJOB=2661859
IDBENCH=48114
IDSOLVER=1166
FILE ID=node083/2661859-1276652604
PBS_JOBID= 11172444
Free space on /tmp= 62552 MiB

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

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

MD5SUM BENCH= 381026b11996e1fba08582de081db326
RANDOM SEED=2028063899

node083.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.262
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.52
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.262
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.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1801852 kB
Buffers:         24556 kB
Cached:         100776 kB
SwapCached:      13528 kB
Active:          85300 kB
Inactive:        95784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1801852 kB
SwapTotal:     4192956 kB
SwapFree:      4175448 kB
Dirty:             268 kB
Writeback:           0 kB
AnonPages:       42196 kB
Mapped:          14372 kB
Slab:            54156 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181012 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= 62552 MiB
End job on node083 at 2010-06-16 03:46:55