Trace number 2662623

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-31OPT1 273.809 157.363

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark130.767
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662623-1276617426.opb
0.25/0.21	c reading problem ... 
0.25/0.27	c ... done. Wall clock time 0.055s.
0.25/0.27	c #vars     94
0.25/0.27	c #constraints  8
0.25/0.27	c constraints type 
0.25/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.25/0.27	c constraints type 
0.25/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.58/0.45	c And the winner is Resolution
1.20/1.27	c SATISFIABLE
1.20/1.27	c OPTIMIZING...
1.20/1.27	c Got one! Elapsed wall clock time (in seconds):1.063
1.20/1.27	o 206
1.23/1.31	c And the winner is Resolution
1.33/2.28	c Got one! Elapsed wall clock time (in seconds):2.069
1.33/2.28	o 191
1.55/2.41	c And the winner is Resolution
1.59/3.29	c Got one! Elapsed wall clock time (in seconds):3.077
1.59/3.29	o 157
1.62/3.36	c And the winner is Resolution
1.76/4.29	c Got one! Elapsed wall clock time (in seconds):4.083
1.76/4.29	o 148
1.77/4.36	c And the winner is Resolution
2.37/5.30	c Got one! Elapsed wall clock time (in seconds):5.087
2.37/5.30	o 128
2.37/5.35	c And the winner is Resolution
2.58/6.31	c Got one! Elapsed wall clock time (in seconds):6.096
2.58/6.31	o 106
2.58/6.34	c And the winner is Resolution
2.98/7.31	c Got one! Elapsed wall clock time (in seconds):7.101
2.98/7.31	o 102
2.98/7.34	c And the winner is Resolution
3.09/8.32	c Got one! Elapsed wall clock time (in seconds):8.107
3.09/8.32	o 62
3.09/8.35	c And the winner is Resolution
3.16/9.32	c Got one! Elapsed wall clock time (in seconds):9.113
3.16/9.32	o 59
3.16/9.38	c And the winner is Resolution
3.49/10.33	c Got one! Elapsed wall clock time (in seconds):10.118
3.49/10.33	o 56
3.49/10.36	c And the winner is Resolution
3.56/11.34	c Got one! Elapsed wall clock time (in seconds):11.124
3.56/11.34	o 35
3.56/11.39	c And the winner is Resolution
3.66/12.34	c Got one! Elapsed wall clock time (in seconds):12.13
3.66/12.34	o 31
3.77/12.42	c And the winner is Resolution
3.96/13.35	c Got one! Elapsed wall clock time (in seconds):13.138
3.96/13.35	o 11
4.06/13.47	c And the winner is Resolution
4.26/14.36	c Got one! Elapsed wall clock time (in seconds):14.144
4.26/14.36	o 9
4.93/14.75	c cleaning 2501 clauses out of 5002 with flag 5002/5002
4.93/14.79	c And the winner is Resolution
5.13/15.37	c Got one! Elapsed wall clock time (in seconds):15.154
5.13/15.37	o 4
6.57/16.11	c cleaning 4250 clauses out of 8499 with flag 11000/11000
8.73/17.20	c cleaning 5623 clauses out of 11249 with flag 18000/18000
11.47/18.63	c cleaning 6813 clauses out of 13626 with flag 26000/26000
12.99/19.47	c And the winner is Resolution
13.14/20.38	c Got one! Elapsed wall clock time (in seconds):20.168
13.14/20.38	o 3
15.16/21.49	c cleaning 7898 clauses out of 15813 with flag 35000/35000
19.27/23.56	c cleaning 8957 clauses out of 17915 with flag 45000/45000
23.17/25.54	c cleaning 9480 clauses out of 18960 with flag 55002/55002
27.47/27.70	c cleaning 9738 clauses out of 19478 with flag 65000/65000
31.17/29.68	c cleaning 9870 clauses out of 19740 with flag 75000/75000
35.47/31.87	c cleaning 9933 clauses out of 19870 with flag 85000/85000
39.77/34.09	c cleaning 9970 clauses out of 19939 with flag 95002/95002
43.45/35.94	c cleaning 9986 clauses out of 19971 with flag 105004/105004
46.92/37.71	c cleaning 9987 clauses out of 19982 with flag 115001/115001
51.02/39.85	c cleaning 9994 clauses out of 19995 with flag 125001/125001
53.12/40.94	c And the winner is Resolution
53.26/41.44	c Got one! Elapsed wall clock time (in seconds):41.225
53.26/41.44	o 1
56.16/42.93	c cleaning 9997 clauses out of 20000 with flag 135000/135000
61.62/45.76	c cleaning 10001 clauses out of 20004 with flag 145001/145001
65.48/47.75	c cleaning 9997 clauses out of 20004 with flag 155002/155002
70.34/50.22	c cleaning 9999 clauses out of 20005 with flag 165000/165000
74.60/52.43	c cleaning 10003 clauses out of 20007 with flag 175001/175001
79.08/54.75	c cleaning 9999 clauses out of 20003 with flag 185000/185000
83.51/57.01	c cleaning 9999 clauses out of 20004 with flag 195000/195000
87.19/58.98	c cleaning 10002 clauses out of 20006 with flag 205001/205001
91.06/60.98	c cleaning 9995 clauses out of 20003 with flag 215000/215000
95.72/63.38	c cleaning 10005 clauses out of 20009 with flag 225001/225001
99.55/65.33	c cleaning 10002 clauses out of 20004 with flag 235001/235001
103.61/67.43	c cleaning 9995 clauses out of 20001 with flag 245000/245000
107.47/69.46	c cleaning 10001 clauses out of 20007 with flag 255001/255001
111.13/71.38	c cleaning 9999 clauses out of 20007 with flag 265002/265002
115.38/73.57	c cleaning 10002 clauses out of 20006 with flag 275000/275000
119.04/75.48	c cleaning 10000 clauses out of 20005 with flag 285001/285001
123.49/77.78	c cleaning 9998 clauses out of 20005 with flag 295001/295001
127.93/80.04	c cleaning 9997 clauses out of 20006 with flag 305000/305000
131.95/82.12	c cleaning 10004 clauses out of 20009 with flag 315000/315000
135.80/84.17	c cleaning 9998 clauses out of 20006 with flag 325001/325001
139.65/86.11	c cleaning 10001 clauses out of 20007 with flag 335000/335000
143.49/88.20	c cleaning 9999 clauses out of 20007 with flag 345001/345001
147.70/90.37	c cleaning 10000 clauses out of 20007 with flag 355000/355000
151.16/92.15	c cleaning 10003 clauses out of 20007 with flag 365000/365000
154.40/93.87	c cleaning 10001 clauses out of 20006 with flag 375002/375002
157.47/95.46	c cleaning 10002 clauses out of 20004 with flag 385001/385001
160.87/97.26	c cleaning 9998 clauses out of 20001 with flag 395000/395000
165.31/99.55	c cleaning 0 clauses out of 5001 with flag 0/5001
165.64/99.72	c cleaning 9998 clauses out of 20003 with flag 405000/405000
170.46/102.26	c cleaning 9999 clauses out of 20005 with flag 415000/415000
174.65/104.46	c cleaning 9998 clauses out of 20006 with flag 425000/425000
178.68/106.53	c cleaning 10002 clauses out of 20009 with flag 435001/435001
182.91/108.71	c cleaning 10003 clauses out of 20006 with flag 445000/445000
186.95/110.81	c cleaning 10002 clauses out of 20004 with flag 455001/455001
191.34/113.14	c cleaning 10000 clauses out of 20001 with flag 465000/465000
195.18/115.10	c cleaning 9998 clauses out of 20002 with flag 475001/475001
198.80/117.08	c cleaning 10002 clauses out of 20005 with flag 485002/485002
203.03/119.25	c cleaning 9999 clauses out of 20001 with flag 495000/495000
206.23/120.94	c cleaning 10000 clauses out of 20002 with flag 505000/505000
209.06/122.50	c cleaning 10001 clauses out of 20002 with flag 515000/515000
212.50/124.23	c cleaning 10000 clauses out of 20001 with flag 525000/525000
216.91/126.58	c cleaning 9995 clauses out of 20001 with flag 535000/535000
220.68/128.53	c cleaning 10003 clauses out of 20006 with flag 545000/545000
224.10/130.34	c cleaning 10001 clauses out of 20004 with flag 555001/555001
227.52/132.18	c cleaning 9997 clauses out of 20002 with flag 565000/565000
231.55/134.29	c cleaning 10001 clauses out of 20005 with flag 575000/575000
234.92/136.06	c cleaning 10002 clauses out of 20005 with flag 585001/585001
238.33/137.82	c cleaning 9999 clauses out of 20002 with flag 595000/595000
241.97/139.79	c cleaning 10000 clauses out of 20004 with flag 605001/605001
245.37/141.51	c cleaning 10002 clauses out of 20004 with flag 615001/615001
248.55/143.23	c cleaning 9995 clauses out of 20001 with flag 625000/625000
251.78/144.97	c cleaning 9999 clauses out of 20006 with flag 635000/635000
254.80/146.52	c cleaning 10005 clauses out of 20009 with flag 645002/645002
258.02/148.22	c cleaning 9999 clauses out of 20002 with flag 655000/655000
261.20/149.91	c cleaning 10001 clauses out of 20004 with flag 665001/665001
264.22/151.57	c cleaning 9999 clauses out of 20002 with flag 675001/675001
267.43/153.21	c cleaning 10001 clauses out of 20003 with flag 685002/685002
270.24/154.74	c cleaning 9997 clauses out of 20000 with flag 695000/695000
272.61/156.09	c And the winner is Resolution
273.76/157.31	c starts		: 185
273.76/157.31	c conflicts		: 704423
273.76/157.31	c decisions		: 708158
273.76/157.31	c propagations		: 5157636
273.76/157.31	c inspects		: 679606199
273.76/157.31	c learnt literals	: 12
273.76/157.31	c learnt binary clauses	: 70
273.76/157.31	c learnt ternary clauses	: 300
273.76/157.31	c learnt clauses	: 704410
273.76/157.31	c ignored clauses	: 0
273.76/157.31	c root simplifications	: 0
273.76/157.31	c removed literals (reason simplification)	: 6696996
273.76/157.31	c reason swapping (by a shorter reason)	: 0
273.76/157.31	c Calls to reduceDB	: 71
273.76/157.31	c number of reductions to clauses (during analyze)	: 0
273.76/157.31	c number of learned constraints concerned by reduction	: 0
273.76/157.31	c number of learning phase by resolution	: 0
273.76/157.31	c number of learning phase by cutting planes	: 0
273.76/157.31	c speed (assignments/second)	: 44509.95892160585
273.76/157.31	c non guided choices	250
273.76/157.31	c learnt constraints type 
273.76/157.31	c constraints type 
273.76/157.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
273.76/157.31	c constraints type 
273.76/157.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
273.76/157.31	s OPTIMUM FOUND
273.76/157.31	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 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 x67 -x68 -x69 -x70 x71 -x72 x73 x74 -x75 -x76 x77 x78 x79 x80 x81 -x82 x83 x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 x92 x93 x94 
273.76/157.31	c objective function=1
273.76/157.31	c Total wall clock time (in seconds): 157.104

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662623-1276617426/watcher-2662623-1276617426 -o /tmp/evaluation-result-2662623-1276617426/solver-2662623-1276617426 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662623-1276617426.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.90 1.45 1.17 3/106 10253
/proc/meminfo: memFree=1595920/2059040 swapFree=4192956/4192956
[pid=10253] ppid=10251 vsize=248 CPUtime=0
/proc/10253/stat : 10253 (java) R 10251 10253 10147 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 3033551 253952 28 1992294400 134512640 134550932 4293995984 18446744073709551615 2064980 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10253/statm: 62 28 21 10 0 23 0

[startup+0.019837 s]
/proc/loadavg: 1.90 1.45 1.17 3/106 10253
/proc/meminfo: memFree=1595920/2059040 swapFree=4192956/4192956
[pid=10253] ppid=10251 vsize=13912 CPUtime=0.01
/proc/10253/stat : 10253 (java) S 10251 10253 10147 0 -1 4202496 1241 0 1 0 0 1 0 0 18 0 2 0 3033551 14245888 688 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10253/statm: 3478 688 352 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13912

[startup+0.100842 s]
/proc/loadavg: 1.90 1.45 1.17 3/106 10253
/proc/meminfo: memFree=1595920/2059040 swapFree=4192956/4192956
[pid=10253] ppid=10251 vsize=1524180 CPUtime=0.08
/proc/10253/stat : 10253 (java) S 10251 10253 10147 0 -1 4202496 3966 0 1 0 6 2 0 0 18 0 12 0 3033551 1560760320 3405 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10253/statm: 381045 3405 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300802 s]
/proc/loadavg: 1.90 1.45 1.17 3/106 10253
/proc/meminfo: memFree=1595920/2059040 swapFree=4192956/4192956
[pid=10253] ppid=10251 vsize=1527432 CPUtime=0.38
/proc/10253/stat : 10253 (java) S 10251 10253 10147 0 -1 4202496 5458 0 1 0 35 3 0 0 18 0 16 0 3033551 1564090368 4895 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10253/statm: 381858 4895 1351 10 0 379161 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1527432

[startup+0.700792 s]
/proc/loadavg: 1.90 1.45 1.17 3/106 10253
/proc/meminfo: memFree=1595920/2059040 swapFree=4192956/4192956
[pid=10253] ppid=10251 vsize=1532564 CPUtime=1.15
/proc/10253/stat : 10253 (java) S 10251 10253 10147 0 -1 4202496 7690 0 1 0 111 4 0 0 18 0 14 0 3033551 1569345536 6489 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10253/statm: 383141 6489 1410 10 0 380444 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1532564

[startup+1.50177 s]
/proc/loadavg: 1.90 1.45 1.17 1/120 10269
/proc/meminfo: memFree=1574604/2059040 swapFree=4192956/4192956
[pid=10253] ppid=10251 vsize=1532208 CPUtime=1.33
/proc/10253/stat : 10253 (java) S 10251 10253 10147 0 -1 4202496 8292 0 1 0 128 5 0 0 18 0 14 0 3033551 1568980992 6795 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10253/statm: 383052 6795 1412 10 0 380355 0
[pid=10253/tid=10255] ppid=10251 vsize=1532208 CPUtime=0.24
/proc/10253/task/10255/stat : 10255 (java) S 10251 10253 10147 0 -1 4202560 3750 0 1 0 22 2 0 0 19 0 14 0 3033552 1568980992 6795 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10256] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10256/stat : 10256 (java) S 10251 10253 10147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 3033554 1568980992 6795 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10257] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10257/stat : 10257 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 3033554 1568980992 6795 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10258] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10258/stat : 10258 (java) S 10251 10253 10147 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 3033556 1568980992 6795 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10259] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10259/stat : 10259 (java) S 10251 10253 10147 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 3033556 1568980992 6795 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10260] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10260/stat : 10260 (java) S 10251 10253 10147 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 3033556 1568980992 6795 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10261] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10261/stat : 10261 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 3033560 1568980992 6795 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10262] ppid=10251 vsize=1532208 CPUtime=0.32
/proc/10253/task/10262/stat : 10262 (java) S 10251 10253 10147 0 -1 4202560 886 0 0 0 32 0 0 0 15 0 14 0 3033560 1568980992 6795 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10263] ppid=10251 vsize=1532208 CPUtime=0.39
/proc/10253/task/10263/stat : 10263 (java) S 10251 10253 10147 0 -1 4202560 1839 0 0 0 39 0 0 0 20 0 14 0 3033560 1568980992 6795 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10264] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10264/stat : 10264 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 3033560 1568980992 6795 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10265] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10265/stat : 10265 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 3033560 1568980992 6795 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10268] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10268/stat : 10268 (java) S 10251 10253 10147 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 3033579 1568980992 6795 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10269] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10269/stat : 10269 (java) S 10251 10253 10147 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 3033579 1568980992 6795 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 1532208

[startup+3.10173 s]
/proc/loadavg: 1.90 1.45 1.17 1/120 10271
/proc/meminfo: memFree=1573860/2059040 swapFree=4192956/4192956
[pid=10253] ppid=10251 vsize=1532208 CPUtime=1.59
/proc/10253/stat : 10253 (java) S 10251 10253 10147 0 -1 4202496 9042 0 1 0 154 5 0 0 18 0 14 0 3033551 1568980992 7544 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10253/statm: 383052 7544 1422 10 0 380355 0
[pid=10253/tid=10255] ppid=10251 vsize=1532208 CPUtime=0.24
/proc/10253/task/10255/stat : 10255 (java) S 10251 10253 10147 0 -1 4202560 3759 0 1 0 22 2 0 0 19 0 14 0 3033552 1568980992 7544 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10256] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10256/stat : 10256 (java) S 10251 10253 10147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 3033554 1568980992 7544 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10257] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10257/stat : 10257 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 3033554 1568980992 7544 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10258] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10258/stat : 10258 (java) S 10251 10253 10147 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 14 0 3033556 1568980992 7544 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10259] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10259/stat : 10259 (java) S 10251 10253 10147 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 3033556 1568980992 7544 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10260] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10260/stat : 10260 (java) S 10251 10253 10147 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 3033556 1568980992 7544 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10261] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10261/stat : 10261 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 3033560 1568980992 7544 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10262] ppid=10251 vsize=1532208 CPUtime=0.42
/proc/10253/task/10262/stat : 10262 (java) S 10251 10253 10147 0 -1 4202560 895 0 0 0 42 0 0 0 15 0 14 0 3033560 1568980992 7544 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10263] ppid=10251 vsize=1532208 CPUtime=0.47
/proc/10253/task/10263/stat : 10263 (java) S 10251 10253 10147 0 -1 4202560 1844 0 0 0 47 0 0 0 17 0 14 0 3033560 1568980992 7544 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10264] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10264/stat : 10264 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 3033560 1568980992 7544 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10265] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10265/stat : 10265 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 3033560 1568980992 7544 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10268] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10268/stat : 10268 (java) S 10251 10253 10147 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 3033579 1568980992 7544 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10269] ppid=10251 vsize=1532208 CPUtime=0
/proc/10253/task/10269/stat : 10269 (java) S 10251 10253 10147 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 3033579 1568980992 7544 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 1532208
heavy processes:

[startup+6.30164 s]
/proc/loadavg: 1.75 1.43 1.16 2/120 10279
/proc/meminfo: memFree=1553276/2059040 swapFree=4192956/4192956
[pid=10253] ppid=10251 vsize=1539196 CPUtime=2.58
/proc/10253/stat : 10253 (java) S 10251 10253 10147 0 -1 4202496 15417 0 1 0 251 7 0 0 18 0 14 0 3033551 1576136704 11575 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10253/statm: 384799 11575 1423 10 0 382102 0
[pid=10253/tid=10255] ppid=10251 vsize=1539196 CPUtime=0.24
/proc/10253/task/10255/stat : 10255 (java) S 10251 10253 10147 0 -1 4202560 3785 0 1 0 22 2 0 0 19 0 14 0 3033552 1576136704 11575 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10256] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10256/stat : 10256 (java) S 10251 10253 10147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 3033554 1576136704 11575 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10257] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10257/stat : 10257 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 3033554 1576136704 11575 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10258] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10258/stat : 10258 (java) S 10251 10253 10147 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 3033556 1576136704 11575 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10259] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10259/stat : 10259 (java) S 10251 10253 10147 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 3033556 1576136704 11575 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10260] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10260/stat : 10260 (java) S 10251 10253 10147 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 3033556 1576136704 11575 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10261] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10261/stat : 10261 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 3033560 1576136704 11575 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10262] ppid=10251 vsize=1539196 CPUtime=1.07
/proc/10253/task/10262/stat : 10262 (java) S 10251 10253 10147 0 -1 4202560 5015 0 0 0 106 1 0 0 15 0 14 0 3033560 1576136704 11575 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10263] ppid=10251 vsize=1539196 CPUtime=0.59
/proc/10253/task/10263/stat : 10263 (java) S 10251 10253 10147 0 -1 4202560 1862 0 0 0 59 0 0 0 15 0 14 0 3033560 1576136704 11575 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10264] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10264/stat : 10264 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 3033560 1576136704 11575 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10265] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10265/stat : 10265 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 3033560 1576136704 11575 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10268] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10268/stat : 10268 (java) S 10251 10253 10147 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 3033579 1576136704 11575 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10269] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10269/stat : 10269 (java) S 10251 10253 10147 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 3033579 1576136704 11575 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1539196
heavy processes:

[startup+12.7015 s]
/proc/loadavg: 1.61 1.40 1.16 1/120 10291
/proc/meminfo: memFree=1534304/2059040 swapFree=4192956/4192956
[pid=10253] ppid=10251 vsize=1539196 CPUtime=3.96
/proc/10253/stat : 10253 (java) S 10251 10253 10147 0 -1 4202496 21938 0 1 0 386 10 0 0 18 0 14 0 3033551 1576136704 18082 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10253/statm: 384799 18082 1425 10 0 382102 0
[pid=10253/tid=10255] ppid=10251 vsize=1539196 CPUtime=0.25
/proc/10253/task/10255/stat : 10255 (java) S 10251 10253 10147 0 -1 4202560 3843 0 1 0 23 2 0 0 19 0 14 0 3033552 1576136704 18082 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10256] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10256/stat : 10256 (java) S 10251 10253 10147 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 3033554 1576136704 18082 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10257] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10257/stat : 10257 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 14 0 3033554 1576136704 18082 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10258] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10258/stat : 10258 (java) S 10251 10253 10147 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 3033556 1576136704 18082 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10259] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10259/stat : 10259 (java) S 10251 10253 10147 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 3033556 1576136704 18082 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10260] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10260/stat : 10260 (java) S 10251 10253 10147 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 3033556 1576136704 18082 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10261] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10261/stat : 10261 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 3033560 1576136704 18082 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10262] ppid=10251 vsize=1539196 CPUtime=1.64
/proc/10253/task/10262/stat : 10262 (java) S 10251 10253 10147 0 -1 4202560 5043 0 0 0 163 1 0 0 15 0 14 0 3033560 1576136704 18082 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10263] ppid=10251 vsize=1539196 CPUtime=0.94
/proc/10253/task/10263/stat : 10263 (java) S 10251 10253 10147 0 -1 4202560 1877 0 0 0 94 0 0 0 16 0 14 0 3033560 1576136704 18082 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10264] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10264/stat : 10264 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 3033560 1576136704 18082 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10265] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10265/stat : 10265 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 3033560 1576136704 18082 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10268] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10268/stat : 10268 (java) S 10251 10253 10147 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 3033579 1576136704 18082 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10269] ppid=10251 vsize=1539196 CPUtime=0
/proc/10253/task/10269/stat : 10269 (java) S 10251 10253 10147 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 3033579 1576136704 18082 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 1539196
heavy processes:

[startup+25.5011 s]
/proc/loadavg: 1.56 1.40 1.16 3/122 10301

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

[pid=10253/tid=10258] ppid=10251 vsize=1541244 CPUtime=8.49
/proc/10253/task/10258/stat : 10258 (java) S 10251 10253 10147 0 -1 4202560 5333 0 0 0 845 4 0 0 16 0 16 0 3033556 1578233856 58514 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10259] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10259/stat : 10259 (java) S 10251 10253 10147 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3033556 1578233856 58514 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10260] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10260/stat : 10260 (java) S 10251 10253 10147 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3033556 1578233856 58514 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10261] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10261/stat : 10261 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3033560 1578233856 58514 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10262] ppid=10251 vsize=1541244 CPUtime=3.01
/proc/10253/task/10262/stat : 10262 (java) S 10251 10253 10147 0 -1 4202560 7336 0 0 0 299 2 0 0 15 0 16 0 3033560 1578233856 58514 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10263] ppid=10251 vsize=1541244 CPUtime=1.64
/proc/10253/task/10263/stat : 10263 (java) S 10251 10253 10147 0 -1 4202560 1924 0 0 0 164 0 0 0 16 0 16 0 3033560 1578233856 58514 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10264] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10264/stat : 10264 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3033560 1578233856 58514 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10265] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10265/stat : 10265 (java) S 10251 10253 10147 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 3033560 1578233856 58514 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10268] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10268/stat : 10268 (java) S 10251 10253 10147 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 3033579 1578233856 58514 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10269] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10269/stat : 10269 (java) S 10251 10253 10147 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 3033579 1578233856 58514 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10302] ppid=10251 vsize=1541244 CPUtime=101.88
/proc/10253/task/10302/stat : 10302 (java) R 10251 10253 10147 0 -1 4202560 91 0 0 0 10185 3 0 0 24 0 16 0 3037695 1578233856 58514 1992294400 134512640 134550932 4293995984 18446744073709551615 4109808265 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10253/tid=10303] ppid=10251 vsize=1541244 CPUtime=101.09
/proc/10253/task/10303/stat : 10303 (java) R 10251 10253 10147 0 -1 4202560 40 0 0 0 10108 1 0 0 24 0 16 0 3037695 1578233856 58514 1992294400 134512640 134550932 4293995984 18446744073709551615 4109403525 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 267.87
Current children cumulated vsize (KiB) 1541244

[startup+155.11 s]
/proc/loadavg: 2.11 1.67 1.29 3/122 10307
/proc/meminfo: memFree=1364780/2059040 swapFree=4192956/4192956
[pid=10253] ppid=10251 vsize=1541244 CPUtime=270.84
/proc/10253/stat : 10253 (java) S 10251 10253 10147 0 -1 4202496 64945 0 1 0 27040 44 0 0 18 0 16 0 3033551 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10253/statm: 385311 58572 1449 10 0 382614 0
[pid=10253/tid=10255] ppid=10251 vsize=1541244 CPUtime=0.25
/proc/10253/task/10255/stat : 10255 (java) S 10251 10253 10147 0 -1 4202560 3873 0 1 0 23 2 0 0 15 0 16 0 3033552 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10256] ppid=10251 vsize=1541244 CPUtime=1.74
/proc/10253/task/10256/stat : 10256 (java) S 10251 10253 10147 0 -1 4202560 5440 0 0 0 169 5 0 0 16 0 16 0 3033554 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10257] ppid=10251 vsize=1541244 CPUtime=1.71
/proc/10253/task/10257/stat : 10257 (java) S 10251 10253 10147 0 -1 4202560 5438 0 0 0 166 5 0 0 15 0 16 0 3033554 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10258] ppid=10251 vsize=1541244 CPUtime=8.7
/proc/10253/task/10258/stat : 10258 (java) S 10251 10253 10147 0 -1 4202560 5333 0 0 0 866 4 0 0 16 0 16 0 3033556 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10259] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10259/stat : 10259 (java) S 10251 10253 10147 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 3033556 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10260] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10260/stat : 10260 (java) S 10251 10253 10147 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3033556 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10261] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10261/stat : 10261 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10262] ppid=10251 vsize=1541244 CPUtime=3.01
/proc/10253/task/10262/stat : 10262 (java) S 10251 10253 10147 0 -1 4202560 7336 0 0 0 299 2 0 0 15 0 16 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10263] ppid=10251 vsize=1541244 CPUtime=1.64
/proc/10253/task/10263/stat : 10263 (java) S 10251 10253 10147 0 -1 4202560 1924 0 0 0 164 0 0 0 16 0 16 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10264] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10264/stat : 10264 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10265] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10265/stat : 10265 (java) S 10251 10253 10147 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 16 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10268] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10268/stat : 10268 (java) S 10251 10253 10147 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 3033579 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10269] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10269/stat : 10269 (java) S 10251 10253 10147 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 3033579 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10302] ppid=10251 vsize=1541244 CPUtime=103.25
/proc/10253/task/10302/stat : 10302 (java) R 10251 10253 10147 0 -1 4202560 92 0 0 0 10322 3 0 0 24 0 16 0 3037695 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4109395365 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10253/tid=10303] ppid=10251 vsize=1541244 CPUtime=102.43
/proc/10253/task/10303/stat : 10303 (java) R 10251 10253 10147 0 -1 4202560 41 0 0 0 10242 1 0 0 24 0 16 0 3037695 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4109380305 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 270.84
Current children cumulated vsize (KiB) 1541244

[startup+156.702 s]
/proc/loadavg: 2.11 1.67 1.29 2/121 10307
/proc/meminfo: memFree=1364788/2059040 swapFree=4192956/4192956
[pid=10253] ppid=10251 vsize=1541244 CPUtime=273.14
/proc/10253/stat : 10253 (java) S 10251 10253 10147 0 -1 4202496 64946 0 1 0 27270 44 0 0 18 0 14 0 3033551 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10253/statm: 385311 58572 1449 10 0 382614 0
[pid=10253/tid=10255] ppid=10251 vsize=1541244 CPUtime=0.51
/proc/10253/task/10255/stat : 10255 (java) R 10251 10253 10147 0 -1 4202560 3873 0 1 0 49 2 0 0 16 0 14 0 3033552 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4109227722 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10253/tid=10256] ppid=10251 vsize=1541244 CPUtime=1.75
/proc/10253/task/10256/stat : 10256 (java) S 10251 10253 10147 0 -1 4202560 5440 0 0 0 170 5 0 0 16 0 14 0 3033554 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10257] ppid=10251 vsize=1541244 CPUtime=1.73
/proc/10253/task/10257/stat : 10257 (java) S 10251 10253 10147 0 -1 4202560 5438 0 0 0 168 5 0 0 15 0 14 0 3033554 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10258] ppid=10251 vsize=1541244 CPUtime=8.7
/proc/10253/task/10258/stat : 10258 (java) S 10251 10253 10147 0 -1 4202560 5333 0 0 0 866 4 0 0 15 0 14 0 3033556 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10259] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10259/stat : 10259 (java) S 10251 10253 10147 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 3033556 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10260] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10260/stat : 10260 (java) S 10251 10253 10147 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3033556 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10261] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10261/stat : 10261 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10262] ppid=10251 vsize=1541244 CPUtime=3.02
/proc/10253/task/10262/stat : 10262 (java) S 10251 10253 10147 0 -1 4202560 7336 0 0 0 300 2 0 0 15 0 14 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10263] ppid=10251 vsize=1541244 CPUtime=1.64
/proc/10253/task/10263/stat : 10263 (java) S 10251 10253 10147 0 -1 4202560 1924 0 0 0 164 0 0 0 15 0 14 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10264] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10264/stat : 10264 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10265] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10265/stat : 10265 (java) S 10251 10253 10147 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 14 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10268] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10268/stat : 10268 (java) S 10251 10253 10147 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 3033579 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10269] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10269/stat : 10269 (java) S 10251 10253 10147 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 3033579 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 273.14
Current children cumulated vsize (KiB) 1541244

[startup+157.101 s]
/proc/loadavg: 2.11 1.67 1.29 2/121 10307
/proc/meminfo: memFree=1364788/2059040 swapFree=4192956/4192956
[pid=10253] ppid=10251 vsize=1541244 CPUtime=273.55
/proc/10253/stat : 10253 (java) S 10251 10253 10147 0 -1 4202496 64946 0 1 0 27311 44 0 0 18 0 14 0 3033551 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10253/statm: 385311 58572 1449 10 0 382614 0
[pid=10253/tid=10255] ppid=10251 vsize=1541244 CPUtime=0.91
/proc/10253/task/10255/stat : 10255 (java) R 10251 10253 10147 0 -1 4202560 3873 0 1 0 89 2 0 0 16 0 14 0 3033552 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4109227770 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10253/tid=10256] ppid=10251 vsize=1541244 CPUtime=1.75
/proc/10253/task/10256/stat : 10256 (java) S 10251 10253 10147 0 -1 4202560 5440 0 0 0 170 5 0 0 16 0 14 0 3033554 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10257] ppid=10251 vsize=1541244 CPUtime=1.73
/proc/10253/task/10257/stat : 10257 (java) S 10251 10253 10147 0 -1 4202560 5438 0 0 0 168 5 0 0 15 0 14 0 3033554 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10258] ppid=10251 vsize=1541244 CPUtime=8.7
/proc/10253/task/10258/stat : 10258 (java) S 10251 10253 10147 0 -1 4202560 5333 0 0 0 866 4 0 0 16 0 14 0 3033556 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10259] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10259/stat : 10259 (java) S 10251 10253 10147 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 3033556 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10260] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10260/stat : 10260 (java) S 10251 10253 10147 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3033556 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10261] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10261/stat : 10261 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10262] ppid=10251 vsize=1541244 CPUtime=3.03
/proc/10253/task/10262/stat : 10262 (java) S 10251 10253 10147 0 -1 4202560 7336 0 0 0 301 2 0 0 15 0 14 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10263] ppid=10251 vsize=1541244 CPUtime=1.64
/proc/10253/task/10263/stat : 10263 (java) S 10251 10253 10147 0 -1 4202560 1924 0 0 0 164 0 0 0 15 0 14 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10264] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10264/stat : 10264 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10265] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10265/stat : 10265 (java) S 10251 10253 10147 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 14 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10268] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10268/stat : 10268 (java) S 10251 10253 10147 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 3033579 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10269] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10269/stat : 10269 (java) S 10251 10253 10147 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 3033579 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 273.55
Current children cumulated vsize (KiB) 1541244

[startup+157.31 s]
/proc/loadavg: 2.11 1.67 1.29 2/120 10307
/proc/meminfo: memFree=1364796/2059040 swapFree=4192956/4192956
[pid=10253] ppid=10251 vsize=1541244 CPUtime=273.76
/proc/10253/stat : 10253 (java) S 10251 10253 10147 0 -1 4202496 64946 0 1 0 27332 44 0 0 18 0 14 0 3033551 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10253/statm: 385311 58572 1449 10 0 382614 0
[pid=10253/tid=10255] ppid=10251 vsize=1541244 CPUtime=1.12
/proc/10253/task/10255/stat : 10255 (java) R 10251 10253 10147 0 -1 4202560 3873 0 1 0 110 2 0 0 16 0 14 0 3033552 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4109227695 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10253/tid=10256] ppid=10251 vsize=1541244 CPUtime=1.75
/proc/10253/task/10256/stat : 10256 (java) S 10251 10253 10147 0 -1 4202560 5440 0 0 0 170 5 0 0 16 0 14 0 3033554 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10257] ppid=10251 vsize=1541244 CPUtime=1.73
/proc/10253/task/10257/stat : 10257 (java) S 10251 10253 10147 0 -1 4202560 5438 0 0 0 168 5 0 0 15 0 14 0 3033554 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10258] ppid=10251 vsize=1541244 CPUtime=8.7
/proc/10253/task/10258/stat : 10258 (java) S 10251 10253 10147 0 -1 4202560 5333 0 0 0 866 4 0 0 16 0 14 0 3033556 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 0 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10259] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10259/stat : 10259 (java) S 10251 10253 10147 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 3033556 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10260] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10260/stat : 10260 (java) S 10251 10253 10147 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3033556 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10261] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10261/stat : 10261 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10262] ppid=10251 vsize=1541244 CPUtime=3.03
/proc/10253/task/10262/stat : 10262 (java) S 10251 10253 10147 0 -1 4202560 7336 0 0 0 301 2 0 0 15 0 14 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10263] ppid=10251 vsize=1541244 CPUtime=1.64
/proc/10253/task/10263/stat : 10263 (java) S 10251 10253 10147 0 -1 4202560 1924 0 0 0 164 0 0 0 15 0 14 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10264] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10264/stat : 10264 (java) S 10251 10253 10147 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10265] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10265/stat : 10265 (java) S 10251 10253 10147 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 14 0 3033560 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
[pid=10253/tid=10268] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10268/stat : 10268 (java) S 10251 10253 10147 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 3033579 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 0 0 0 0
[pid=10253/tid=10269] ppid=10251 vsize=1541244 CPUtime=0
/proc/10253/task/10269/stat : 10269 (java) S 10251 10253 10147 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 3033579 1578233856 58572 1992294400 134512640 134550932 4293995984 18446744073709551615 4294960144 0 4 0 16800975 18446604437825447744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 273.76
Current children cumulated vsize (KiB) 1541244

Child status: 30
Real time (s): 157.363
CPU time (s): 273.809
CPU user time (s): 273.338
CPU system time (s): 0.470928
CPU usage (%): 173.998
Max. virtual memory (cumulated for all children) (KiB): 1544316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 273.338
system time used= 0.470928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64954
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= 5855
involuntary context switches= 8663

runsolver used 0.539917 second user time and 2.00669 second system time

The end

Launcher Data

Begin job on node055 at 2010-06-15 17:57:06
IDJOB=2662623
IDBENCH=2928
IDSOLVER=1166
FILE ID=node055/2662623-1276617426
PBS_JOBID= 11172328
Free space on /tmp= 62480 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662623-1276617426/watcher-2662623-1276617426 -o /tmp/evaluation-result-2662623-1276617426/solver-2662623-1276617426 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662623-1276617426.opb

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

MD5SUM BENCH= 1757d8d914b8f8f6b2c05049538ae81a
RANDOM SEED=1605361614

node055.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.258
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.51
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.258
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	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1596316 kB
Buffers:         72832 kB
Cached:         263160 kB
SwapCached:          0 kB
Active:          83896 kB
Inactive:       311340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1596316 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             284 kB
Writeback:           0 kB
AnonPages:       59292 kB
Mapped:          15400 kB
Slab:            45560 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182960 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= 62480 MiB
End job on node055 at 2010-06-15 17:59:44