Trace number 2661755

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-31OPT3 367.924 196.649

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=233-P1=223-P2=251-P3=181-P4=197-P5=127-P6=89-P7=149-B.opb
MD5SUM8a882d07e0fbb307eb9e9c234ecc464c
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark5.05523
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables168
Total number of constraints15
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 constraints15
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
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 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

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.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.23	c Pseudo Boolean Optimization
0.21/0.23	c ManyCore solver with 2 solvers running in parallel
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.23	c Expensive reason simplification
0.21/0.23	c Armin Biere (Picosat) restarts strategy
0.21/0.23	c Glucose learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.23	c No reason simplification
0.21/0.23	c Armin Biere (Picosat) restarts strategy
0.21/0.23	c Glucose learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	
0.21/0.23	c solving HOME/instance-2661755-1276648739.opb
0.21/0.23	c reading problem ... 
0.53/0.45	c ... done. Wall clock time 0.231s.
0.53/0.45	c #vars     616
0.53/0.45	c #constraints  918
0.53/0.45	c constraints type 
0.53/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.53/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
0.53/0.45	c constraints type 
0.53/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.53/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
5.09/2.73	c cleaning 2501 clauses out of 5001 with flag 5001/5001
7.65/4.04	c cleaning 4247 clauses out of 8499 with flag 11000/11000
9.99/5.23	c cleaning 5620 clauses out of 11253 with flag 18001/18001
12.55/6.55	c cleaning 6813 clauses out of 13632 with flag 26000/26000
16.05/8.37	c cleaning 7904 clauses out of 15819 with flag 35000/35000
19.74/10.27	c cleaning 8949 clauses out of 17916 with flag 45001/45001
23.25/12.08	c cleaning 9474 clauses out of 18967 with flag 55001/55001
27.34/14.13	c cleaning 9739 clauses out of 19492 with flag 65000/65000
31.42/16.28	c cleaning 9873 clauses out of 19753 with flag 75000/75000
35.50/18.35	c cleaning 9935 clauses out of 19880 with flag 85000/85000
39.00/20.17	c cleaning 9959 clauses out of 19945 with flag 95000/95000
39.51/20.50	c And the winner is Resolution
39.75/20.89	c SATISFIABLE
39.75/20.89	c OPTIMIZING...
39.75/20.89	c Got one! Elapsed wall clock time (in seconds):20.665
39.75/20.89	o 57
41.98/22.07	c cleaning 9978 clauses out of 19988 with flag 105002/105002
47.01/24.68	c cleaning 9999 clauses out of 20009 with flag 115001/115001
51.68/27.02	c cleaning 10000 clauses out of 20010 with flag 125001/125001
57.33/29.98	c cleaning 9999 clauses out of 20009 with flag 135000/135000
61.39/32.08	c cleaning 10002 clauses out of 20010 with flag 145000/145000
65.82/34.32	c cleaning 10000 clauses out of 20009 with flag 155001/155001
70.67/36.80	c cleaning 9998 clauses out of 20008 with flag 165000/165000
74.93/39.06	c cleaning 10000 clauses out of 20011 with flag 175001/175001
79.98/41.60	c cleaning 9998 clauses out of 20010 with flag 185000/185000
83.20/43.39	c cleaning 10004 clauses out of 20012 with flag 195000/195000
88.26/45.91	c cleaning 9997 clauses out of 20009 with flag 205001/205001
91.51/47.67	c cleaning 9993 clauses out of 20011 with flag 215000/215000
95.95/49.92	c cleaning 9999 clauses out of 20019 with flag 225001/225001
100.97/52.55	c cleaning 10002 clauses out of 20019 with flag 235000/235000
104.02/54.16	c cleaning 0 clauses out of 5000 with flag 0/5000
106.27/55.30	c cleaning 10001 clauses out of 20018 with flag 245001/245001
109.12/56.81	c And the winner is Resolution
109.19/57.09	c Got one! Elapsed wall clock time (in seconds):56.867
109.19/57.09	o 9
110.19/57.60	c cleaning 9996 clauses out of 20017 with flag 255001/255001
113.80/59.56	c cleaning 9998 clauses out of 20020 with flag 265000/265000
117.25/61.33	c cleaning 9996 clauses out of 20023 with flag 275001/275001
120.69/63.11	c cleaning 10001 clauses out of 20027 with flag 285001/285001
124.53/65.10	c cleaning 9999 clauses out of 20025 with flag 295000/295000
128.92/67.41	c cleaning 10004 clauses out of 20028 with flag 305002/305002
132.37/69.25	c cleaning 9997 clauses out of 20023 with flag 315001/315001
136.20/71.25	c cleaning 10006 clauses out of 20026 with flag 325001/325001
142.02/74.26	c cleaning 10005 clauses out of 20019 with flag 335000/335000
146.00/76.37	c cleaning 9991 clauses out of 20014 with flag 345001/345001
149.63/78.22	c cleaning 9999 clauses out of 20022 with flag 355000/355000
153.46/80.24	c cleaning 10003 clauses out of 20023 with flag 365000/365000
157.26/82.24	c cleaning 10001 clauses out of 20020 with flag 375000/375000
161.03/84.29	c cleaning 10004 clauses out of 20020 with flag 385001/385001
164.08/85.83	c cleaning 9992 clauses out of 20016 with flag 395001/395001
164.50/86.14	c And the winner is Resolution
164.68/86.55	c Got one! Elapsed wall clock time (in seconds):86.325
164.68/86.55	o 5
167.16/87.87	c cleaning 9993 clauses out of 20022 with flag 405000/405000
171.38/90.01	c cleaning 9999 clauses out of 20030 with flag 415001/415001
175.15/92.02	c cleaning 9995 clauses out of 20030 with flag 425000/425000
178.36/93.75	c cleaning 9997 clauses out of 20036 with flag 435001/435001
181.78/95.50	c cleaning 10016 clauses out of 20039 with flag 445001/445001
186.19/97.85	c cleaning 9999 clauses out of 20022 with flag 455000/455000
190.14/99.99	c cleaning 10002 clauses out of 20023 with flag 465000/465000
195.14/102.57	c cleaning 10005 clauses out of 20021 with flag 475000/475000
198.93/104.54	c cleaning 10005 clauses out of 20016 with flag 485000/485000
203.51/107.00	c cleaning 10003 clauses out of 20010 with flag 495000/495000
207.66/109.11	c cleaning 9993 clauses out of 20006 with flag 505000/505000
210.66/110.72	c cleaning 9988 clauses out of 20013 with flag 515000/515000
214.44/112.71	c cleaning 10006 clauses out of 20026 with flag 525001/525001
219.22/115.20	c cleaning 10006 clauses out of 20019 with flag 535000/535000
224.54/118.02	c cleaning 10000 clauses out of 20013 with flag 545000/545000
228.14/119.96	c cleaning 9993 clauses out of 20014 with flag 555001/555001
232.31/122.11	c cleaning 9996 clauses out of 20021 with flag 565001/565001
232.90/122.52	c And the winner is Resolution
233.03/122.94	c Got one! Elapsed wall clock time (in seconds):122.716
233.03/122.94	o 3
235.92/124.44	c cleaning 10005 clauses out of 20024 with flag 575000/575000
239.24/126.21	c cleaning 9996 clauses out of 20019 with flag 585000/585000
242.22/127.81	c cleaning 9998 clauses out of 20024 with flag 595001/595001
245.01/129.34	c cleaning 9997 clauses out of 20025 with flag 605000/605000
248.37/131.17	c cleaning 10009 clauses out of 20028 with flag 615000/615000
252.48/133.32	c cleaning 10006 clauses out of 20019 with flag 625001/625001
256.06/135.27	c cleaning 9987 clauses out of 20013 with flag 635001/635001
259.62/137.16	c cleaning 10007 clauses out of 20025 with flag 645000/645000
263.18/139.06	c cleaning 10001 clauses out of 20018 with flag 655000/655000
267.48/141.36	c cleaning 9999 clauses out of 20018 with flag 665001/665001
271.44/143.47	c cleaning 9999 clauses out of 20018 with flag 675000/675000
275.60/145.63	c cleaning 10007 clauses out of 20019 with flag 685000/685000
279.55/147.74	c cleaning 10001 clauses out of 20013 with flag 695001/695001
283.64/149.99	c cleaning 10003 clauses out of 20012 with flag 705001/705001
288.20/152.35	c cleaning 9996 clauses out of 20008 with flag 715000/715000
291.96/154.35	c cleaning 10001 clauses out of 20014 with flag 725002/725002
295.71/156.35	c cleaning 10005 clauses out of 20013 with flag 735002/735002
299.99/158.68	c cleaning 10000 clauses out of 20007 with flag 745001/745001
304.55/161.01	c cleaning 9998 clauses out of 20007 with flag 755001/755001
308.50/163.15	c cleaning 10000 clauses out of 20009 with flag 765001/765001
312.86/165.49	c cleaning 9999 clauses out of 20008 with flag 775000/775000
316.75/167.58	c cleaning 10001 clauses out of 20009 with flag 785000/785000
320.69/169.65	c cleaning 9997 clauses out of 20009 with flag 795001/795001
324.64/171.75	c cleaning 9999 clauses out of 20012 with flag 805001/805001
328.79/173.91	c cleaning 9999 clauses out of 20013 with flag 815001/815001
333.07/176.20	c cleaning 10004 clauses out of 20013 with flag 825000/825000
337.41/178.52	c cleaning 10001 clauses out of 20010 with flag 835001/835001
339.37/179.67	c cleaning 0 clauses out of 11002 with flag 0/11002
341.52/180.88	c cleaning 10001 clauses out of 20009 with flag 845001/845001
345.78/183.14	c cleaning 10001 clauses out of 20007 with flag 855000/855000
349.71/185.20	c cleaning 10000 clauses out of 20006 with flag 865000/865000
353.24/187.17	c cleaning 9999 clauses out of 20006 with flag 875000/875000
357.59/189.43	c cleaning 10003 clauses out of 20007 with flag 885001/885001
362.44/192.07	c cleaning 10000 clauses out of 20002 with flag 895000/895000
365.77/193.81	c And the winner is Resolution
367.87/196.60	c starts		: 175
367.87/196.60	c conflicts		: 902673
367.87/196.60	c decisions		: 929193
367.87/196.60	c propagations		: 16744417
367.87/196.60	c inspects		: 494845285
367.87/196.60	c learnt literals	: 15
367.87/196.61	c learnt binary clauses	: 69
367.87/196.61	c learnt ternary clauses	: 247
367.87/196.61	c learnt clauses	: 902657
367.87/196.61	c ignored clauses	: 0
367.87/196.61	c root simplifications	: 0
367.87/196.61	c removed literals (reason simplification)	: 28260926
367.87/196.61	c reason swapping (by a shorter reason)	: 0
367.87/196.61	c Calls to reduceDB	: 91
367.87/196.61	c number of reductions to clauses (during analyze)	: 0
367.87/196.61	c number of learned constraints concerned by reduction	: 0
367.87/196.61	c number of learning phase by resolution	: 0
367.87/196.61	c number of learning phase by cutting planes	: 0
367.87/196.61	c speed (assignments/second)	: 227298.74977941276
367.87/196.61	c non guided choices	5207
367.87/196.61	c learnt constraints type 
367.87/196.61	c constraints type 
367.87/196.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
367.87/196.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
367.87/196.61	c constraints type 
367.87/196.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
367.87/196.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
367.87/196.61	s OPTIMUM FOUND
367.87/196.61	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 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 
367.87/196.61	c objective function=3
367.87/196.61	c Total wall clock time (in seconds): 196.386

Verifier Data

OK	3

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661755-1276648739/watcher-2661755-1276648739 -o /tmp/evaluation-result-2661755-1276648739/solver-2661755-1276648739 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661755-1276648739.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.93 1.41 1.15 3/106 12402
/proc/meminfo: memFree=1827020/2059040 swapFree=4164944/4192956
[pid=12402] ppid=12400 vsize=248 CPUtime=0
/proc/12402/stat : 12402 (java6) R 12400 12402 11867 0 -1 4194304 110 0 0 0 0 0 0 0 18 0 1 0 6169277 253952 29 1992294400 134512640 134550932 4292440352 18446744073709551615 7467486 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12402/statm: 62 29 21 10 0 23 0

[startup+0.0538579 s]
/proc/loadavg: 1.93 1.41 1.15 3/106 12402
/proc/meminfo: memFree=1827020/2059040 swapFree=4164944/4192956
[pid=12402] ppid=12400 vsize=1521340 CPUtime=0.04
/proc/12402/stat : 12402 (java) S 12400 12402 11867 0 -1 4202496 3500 0 1 0 2 2 0 0 15 0 6 0 6169277 1557852160 2942 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12402/statm: 380335 2943 990 10 0 377645 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521340

[startup+0.101855 s]
/proc/loadavg: 1.93 1.41 1.15 3/106 12402
/proc/meminfo: memFree=1827020/2059040 swapFree=4164944/4192956
[pid=12402] ppid=12400 vsize=1524180 CPUtime=0.08
/proc/12402/stat : 12402 (java) S 12400 12402 11867 0 -1 4202496 3952 0 1 0 6 2 0 0 15 0 12 0 6169277 1560760320 3390 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12402/statm: 381045 3390 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300844 s]
/proc/loadavg: 1.93 1.41 1.15 3/106 12402
/proc/meminfo: memFree=1827020/2059040 swapFree=4164944/4192956
[pid=12402] ppid=12400 vsize=1526672 CPUtime=0.35
/proc/12402/stat : 12402 (java) S 12400 12402 11867 0 -1 4202496 5440 0 1 0 32 3 0 0 15 0 12 0 6169277 1563312128 4876 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12402/statm: 381668 4876 1353 10 0 378971 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526672

[startup+0.701822 s]
/proc/loadavg: 1.93 1.41 1.15 3/106 12402
/proc/meminfo: memFree=1827020/2059040 swapFree=4164944/4192956
[pid=12402] ppid=12400 vsize=1530488 CPUtime=1.13
/proc/12402/stat : 12402 (java) S 12400 12402 11867 0 -1 4202496 7455 0 1 0 110 3 0 0 15 0 16 0 6169277 1567219712 6403 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12402/statm: 382622 6403 1408 10 0 379925 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1530488

[startup+1.50278 s]
/proc/loadavg: 1.93 1.41 1.15 7/122 12418
/proc/meminfo: memFree=1803644/2059040 swapFree=4164944/4192956
[pid=12402] ppid=12400 vsize=1542168 CPUtime=2.72
/proc/12402/stat : 12402 (java) S 12400 12402 11867 0 -1 4202496 13538 0 1 0 266 6 0 0 15 0 16 0 6169277 1579180032 10543 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12402/statm: 385542 10544 1424 10 0 382845 0
[pid=12402/tid=12404] ppid=12400 vsize=1542168 CPUtime=0.42
/proc/12402/task/12404/stat : 12404 (java) R 12400 12402 11867 0 -1 4202560 4155 0 1 0 40 2 0 0 18 0 16 0 6169279 1579180032 10544 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12402/tid=12405] ppid=12400 vsize=1542168 CPUtime=0
/proc/12402/task/12405/stat : 12405 (java) S 12400 12402 11867 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 16 0 6169280 1579180032 10544 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12406] ppid=12400 vsize=1542168 CPUtime=0
/proc/12402/task/12406/stat : 12406 (java) S 12400 12402 11867 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6169280 1579180032 10545 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12407] ppid=12400 vsize=1542168 CPUtime=0
/proc/12402/task/12407/stat : 12407 (java) S 12400 12402 11867 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6169282 1579180032 10545 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12408] ppid=12400 vsize=1542168 CPUtime=0
/proc/12402/task/12408/stat : 12408 (java) S 12400 12402 11867 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 6169282 1579180032 10545 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12409] ppid=12400 vsize=1542168 CPUtime=0
/proc/12402/task/12409/stat : 12409 (java) S 12400 12402 11867 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 6169282 1579180032 10545 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12410] ppid=12400 vsize=1542168 CPUtime=0
/proc/12402/task/12410/stat : 12410 (java) S 12400 12402 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6169287 1579180032 10545 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12411] ppid=12400 vsize=1542168 CPUtime=0.7
/proc/12402/task/12411/stat : 12411 (java) R 12400 12402 11867 0 -1 4202560 3169 0 0 0 69 1 0 0 17 0 16 0 6169287 1579180032 10545 1992294400 134512640 134550932 4289639984 18446744073709551615 104163913 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12402/tid=12412] ppid=12400 vsize=1542168 CPUtime=1
/proc/12402/task/12412/stat : 12412 (java) S 12400 12402 11867 0 -1 4202560 3332 0 0 0 99 1 0 0 16 0 16 0 6169287 1579180032 10545 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12413] ppid=12400 vsize=1542168 CPUtime=0
/proc/12402/task/12413/stat : 12413 (java) S 12400 12402 11867 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6169287 1579180032 10546 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12414] ppid=12400 vsize=1542168 CPUtime=0
/proc/12402/task/12414/stat : 12414 (java) S 12400 12402 11867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6169287 1579180032 10546 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12415] ppid=12400 vsize=1542168 CPUtime=0.29
/proc/12402/task/12415/stat : 12415 (java) R 12400 12402 11867 0 -1 4202560 1058 0 0 0 29 0 0 0 18 0 16 0 6169323 1579180032 10546 1992294400 134512640 134550932 4289639984 18446744073709551615 4109185276 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12402/tid=12416] ppid=12400 vsize=1542168 CPUtime=0.26
/proc/12402/task/12416/stat : 12416 (java) R 12400 12402 11867 0 -1 4202560 752 0 0 0 26 0 0 0 25 0 16 0 6169323 1579180032 10546 1992294400 134512640 134550932 4289639984 18446744073709551615 4108846214 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12402/tid=12417] ppid=12400 vsize=1542168 CPUtime=0
/proc/12402/task/12417/stat : 12417 (java) S 12400 12402 11867 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6169324 1579180032 10546 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12418] ppid=12400 vsize=1542168 CPUtime=0
/proc/12402/task/12418/stat : 12418 (java) S 12400 12402 11867 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6169325 1579180032 10546 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1542168

[startup+3.10169 s]
/proc/loadavg: 1.93 1.41 1.15 4/122 12418
/proc/meminfo: memFree=1764212/2059040 swapFree=4164944/4192956
[pid=12402] ppid=12400 vsize=1542792 CPUtime=5.87
/proc/12402/stat : 12402 (java) S 12400 12402 11867 0 -1 4202496 26751 0 1 0 564 23 0 0 15 0 16 0 6169277 1579819008 20334 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12402/statm: 385698 20334 1444 10 0 383001 0
[pid=12402/tid=12404] ppid=12400 vsize=1542792 CPUtime=0.42
/proc/12402/task/12404/stat : 12404 (java) S 12400 12402 11867 0 -1 4202560 4155 0 1 0 40 2 0 0 17 0 16 0 6169279 1579819008 20334 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12405] ppid=12400 vsize=1542792 CPUtime=0.01
/proc/12402/task/12405/stat : 12405 (java) S 12400 12402 11867 0 -1 4202560 570 0 0 0 1 0 0 0 16 0 16 0 6169280 1579819008 20334 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12406] ppid=12400 vsize=1542792 CPUtime=0
/proc/12402/task/12406/stat : 12406 (java) S 12400 12402 11867 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6169280 1579819008 20334 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12407] ppid=12400 vsize=1542792 CPUtime=0.19
/proc/12402/task/12407/stat : 12407 (java) S 12400 12402 11867 0 -1 4202560 564 0 0 0 8 11 0 0 15 0 16 0 6169282 1579819008 20334 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12408] ppid=12400 vsize=1542792 CPUtime=0
/proc/12402/task/12408/stat : 12408 (java) S 12400 12402 11867 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6169282 1579819008 20334 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12409] ppid=12400 vsize=1542792 CPUtime=0
/proc/12402/task/12409/stat : 12409 (java) S 12400 12402 11867 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 6169282 1579819008 20334 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12410] ppid=12400 vsize=1542792 CPUtime=0
/proc/12402/task/12410/stat : 12410 (java) S 12400 12402 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6169287 1579819008 20334 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12411] ppid=12400 vsize=1542792 CPUtime=1.95
/proc/12402/task/12411/stat : 12411 (java) S 12400 12402 11867 0 -1 4202560 5879 0 0 0 193 2 0 0 16 0 16 0 6169287 1579819008 20334 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12412] ppid=12400 vsize=1542792 CPUtime=1.37
/proc/12402/task/12412/stat : 12412 (java) S 12400 12402 11867 0 -1 4202560 4587 0 0 0 135 2 0 0 15 0 16 0 6169287 1579819008 20334 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12413] ppid=12400 vsize=1542792 CPUtime=0
/proc/12402/task/12413/stat : 12413 (java) S 12400 12402 11867 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6169287 1579819008 20334 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12414] ppid=12400 vsize=1542792 CPUtime=0
/proc/12402/task/12414/stat : 12414 (java) S 12400 12402 11867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6169287 1579819008 20334 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12415] ppid=12400 vsize=1542792 CPUtime=1.35
/proc/12402/task/12415/stat : 12415 (java) R 12400 12402 11867 0 -1 4202560 6405 0 0 0 133 2 0 0 16 0 16 0 6169323 1579819008 20334 1992294400 134512640 134550932 4289639984 18446744073709551615 4109260273 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12402/tid=12416] ppid=12400 vsize=1542792 CPUtime=0.52
/proc/12402/task/12416/stat : 12416 (java) R 12400 12402 11867 0 -1 4202560 3517 0 0 0 51 1 0 0 25 0 16 0 6169323 1579819008 20334 1992294400 134512640 134550932 4289639984 18446744073709551615 4109165894 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12402/tid=12417] ppid=12400 vsize=1542792 CPUtime=0
/proc/12402/task/12417/stat : 12417 (java) S 12400 12402 11867 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6169324 1579819008 20334 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12418] ppid=12400 vsize=1542792 CPUtime=0
/proc/12402/task/12418/stat : 12418 (java) S 12400 12402 11867 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6169325 1579819008 20334 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 1542792

[startup+6.30151 s]
/proc/loadavg: 2.18 1.47 1.17 3/122 12418
/proc/meminfo: memFree=1669972/2059040 swapFree=4164944/4192956
[pid=12402] ppid=12400 vsize=1542180 CPUtime=12.13
/proc/12402/stat : 12402 (java) S 12400 12402 11867 0 -1 4202496 47195 0 1 0 1181 32 0 0 15 0 16 0 6169277 1579192320 40277 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12402/statm: 385545 40277 1448 10 0 382848 0
[pid=12402/tid=12404] ppid=12400 vsize=1542180 CPUtime=0.42
/proc/12402/task/12404/stat : 12404 (java) S 12400 12402 11867 0 -1 4202560 4156 0 1 0 40 2 0 0 15 0 16 0 6169279 1579192320 40277 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12405] ppid=12400 vsize=1542180 CPUtime=0.04
/proc/12402/task/12405/stat : 12405 (java) S 12400 12402 11867 0 -1 4202560 1060 0 0 0 4 0 0 0 16 0 16 0 6169280 1579192320 40277 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12406] ppid=12400 vsize=1542180 CPUtime=0.03
/proc/12402/task/12406/stat : 12406 (java) S 12400 12402 11867 0 -1 4202560 453 0 0 0 3 0 0 0 16 0 16 0 6169280 1579192320 40277 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12407] ppid=12400 vsize=1542180 CPUtime=0.27
/proc/12402/task/12407/stat : 12407 (java) S 12400 12402 11867 0 -1 4202560 1632 0 0 0 16 11 0 0 15 0 16 0 6169282 1579192320 40277 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12408] ppid=12400 vsize=1542180 CPUtime=0
/proc/12402/task/12408/stat : 12408 (java) S 12400 12402 11867 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6169282 1579192320 40277 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12409] ppid=12400 vsize=1542180 CPUtime=0
/proc/12402/task/12409/stat : 12409 (java) S 12400 12402 11867 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 6169282 1579192320 40277 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12410] ppid=12400 vsize=1542180 CPUtime=0
/proc/12402/task/12410/stat : 12410 (java) S 12400 12402 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6169287 1579192320 40277 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12411] ppid=12400 vsize=1542180 CPUtime=2.38
/proc/12402/task/12411/stat : 12411 (java) S 12400 12402 11867 0 -1 4202560 6237 0 0 0 236 2 0 0 15 0 16 0 6169287 1579192320 40277 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12412] ppid=12400 vsize=1542180 CPUtime=1.58
/proc/12402/task/12412/stat : 12412 (java) S 12400 12402 11867 0 -1 4202560 4607 0 0 0 156 2 0 0 15 0 16 0 6169287 1579192320 40277 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12413] ppid=12400 vsize=1542180 CPUtime=0
/proc/12402/task/12413/stat : 12413 (java) S 12400 12402 11867 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6169287 1579192320 40277 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12414] ppid=12400 vsize=1542180 CPUtime=0
/proc/12402/task/12414/stat : 12414 (java) S 12400 12402 11867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6169287 1579192320 40277 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12415] ppid=12400 vsize=1542180 CPUtime=4.37
/proc/12402/task/12415/stat : 12415 (java) R 12400 12402 11867 0 -1 4202560 9010 0 0 0 433 4 0 0 18 0 16 0 6169323 1579192320 40277 1992294400 134512640 134550932 4289639984 18446744073709551615 4109245137 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12402/tid=12416] ppid=12400 vsize=1542180 CPUtime=2.95
/proc/12402/task/12416/stat : 12416 (java) R 12400 12402 11867 0 -1 4202560 18967 0 0 0 288 7 0 0 25 0 16 0 6169323 1579192320 40277 1992294400 134512640 134550932 4289639984 18446744073709551615 4109243211 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12402/tid=12417] ppid=12400 vsize=1542180 CPUtime=0
/proc/12402/task/12417/stat : 12417 (java) S 12400 12402 11867 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 6169324 1579192320 40277 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12418] ppid=12400 vsize=1542180 CPUtime=0
/proc/12402/task/12418/stat : 12418 (java) S 12400 12402 11867 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6169325 1579192320 40277 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 1542180

[startup+12.7012 s]
/proc/loadavg: 2.16 1.48 1.17 3/122 12418
/proc/meminfo: memFree=1629796/2059040 swapFree=4164944/4192956
[pid=12402] ppid=12400 vsize=1542180 CPUtime=24.56
/proc/12402/stat : 12402 (java) S 12400 12402 11867 0 -1 4202496 58187 0 1 0 2419 37 0 0 15 0 16 0 6169277 1579192320 51015 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12402/statm: 385545 51015 1448 10 0 382848 0
[pid=12402/tid=12404] ppid=12400 vsize=1542180 CPUtime=0.42
/proc/12402/task/12404/stat : 12404 (java) S 12400 12402 11867 0 -1 4202560 4156 0 1 0 40 2 0 0 15 0 16 0 6169279 1579192320 51015 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12405] ppid=12400 vsize=1542180 CPUtime=0.18
/proc/12402/task/12405/stat : 12405 (java) S 12400 12402 11867 0 -1 4202560 3012 0 0 0 17 1 0 0 16 0 16 0 6169280 1579192320 51015 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12406] ppid=12400 vsize=1542180 CPUtime=0.16
/proc/12402/task/12406/stat : 12406 (java) S 12400 12402 11867 0 -1 4202560 2483 0 0 0 15 1 0 0 16 0 16 0 6169280 1579192320 51015 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12407] ppid=12400 vsize=1542180 CPUtime=0.53
/proc/12402/task/12407/stat : 12407 (java) S 12400 12402 11867 0 -1 4202560 3100 0 0 0 41 12 0 0 16 0 16 0 6169282 1579192320 51015 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12408] ppid=12400 vsize=1542180 CPUtime=0
/proc/12402/task/12408/stat : 12408 (java) S 12400 12402 11867 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6169282 1579192320 51015 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12409] ppid=12400 vsize=1542180 CPUtime=0
/proc/12402/task/12409/stat : 12409 (java) S 12400 12402 11867 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 6169282 1579192320 51015 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12410] ppid=12400 vsize=1542180 CPUtime=0
/proc/12402/task/12410/stat : 12410 (java) S 12400 12402 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 6169287 1579192320 51015 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12411] ppid=12400 vsize=1542180 CPUtime=2.38
/proc/12402/task/12411/stat : 12411 (java) S 12400 12402 11867 0 -1 4202560 6237 0 0 0 236 2 0 0 15 0 16 0 6169287 1579192320 51015 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12412] ppid=12400 vsize=1542180 CPUtime=1.67
/proc/12402/task/12412/stat : 12412 (java) S 12400 12402 11867 0 -1 4202560 4611 0 0 0 165 2 0 0 15 0 16 0 6169287 1579192320 51015 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12413] ppid=12400 vsize=1542180 CPUtime=0
/proc/12402/task/12413/stat : 12413 (java) S 12400 12402 11867 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6169287 1579192320 51015 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12414] ppid=12400 vsize=1542180 CPUtime=0
/proc/12402/task/12414/stat : 12414 (java) S 12400 12402 11867 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6169287 1579192320 51015 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0

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

/proc/12402/stat : 12402 (java) S 12400 12402 11867 0 -1 4202496 72858 0 1 0 36573 64 0 0 15 0 14 0 6169277 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12402/statm: 385249 63690 1449 10 0 382552 0
[pid=12402/tid=12404] ppid=12400 vsize=1540996 CPUtime=0.78
/proc/12402/task/12404/stat : 12404 (java) R 12400 12402 11867 0 -1 4202560 4164 0 1 0 76 2 0 0 16 0 14 0 6169279 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4108977866 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12402/tid=12405] ppid=12400 vsize=1540996 CPUtime=2.74
/proc/12402/task/12405/stat : 12405 (java) S 12400 12402 11867 0 -1 4202560 8920 0 0 0 265 9 0 0 15 0 14 0 6169280 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12406] ppid=12400 vsize=1540996 CPUtime=2.71
/proc/12402/task/12406/stat : 12406 (java) S 12400 12402 11867 0 -1 4202560 9224 0 0 0 262 9 0 0 16 0 14 0 6169280 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12407] ppid=12400 vsize=1540996 CPUtime=15.68
/proc/12402/task/12407/stat : 12407 (java) S 12400 12402 11867 0 -1 4202560 4422 0 0 0 1553 15 0 0 15 0 14 0 6169282 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12408] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12408/stat : 12408 (java) S 12400 12402 11867 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6169282 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12409] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12409/stat : 12409 (java) S 12400 12402 11867 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 6169282 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12410] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12410/stat : 12410 (java) S 12400 12402 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12411] ppid=12400 vsize=1540996 CPUtime=2.89
/proc/12402/task/12411/stat : 12411 (java) S 12400 12402 11867 0 -1 4202560 6695 0 0 0 287 2 0 0 15 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12412] ppid=12400 vsize=1540996 CPUtime=1.88
/proc/12402/task/12412/stat : 12412 (java) S 12400 12402 11867 0 -1 4202560 4614 0 0 0 186 2 0 0 15 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12413] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12413/stat : 12413 (java) S 12400 12402 11867 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12414] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12414/stat : 12414 (java) S 12400 12402 11867 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12417] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12417/stat : 12417 (java) S 12400 12402 11867 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6169324 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12418] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12418/stat : 12418 (java) S 12400 12402 11867 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6169325 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 366.37
Current children cumulated vsize (KiB) 1540996

[startup+195.902 s]
/proc/loadavg: 2.48 1.97 1.41 2/120 12432
/proc/meminfo: memFree=1575624/2059040 swapFree=4164944/4192956
[pid=12402] ppid=12400 vsize=1540996 CPUtime=367.17
/proc/12402/stat : 12402 (java) S 12400 12402 11867 0 -1 4202496 72858 0 1 0 36653 64 0 0 15 0 14 0 6169277 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12402/statm: 385249 63690 1449 10 0 382552 0
[pid=12402/tid=12404] ppid=12400 vsize=1540996 CPUtime=1.58
/proc/12402/task/12404/stat : 12404 (java) R 12400 12402 11867 0 -1 4202560 4164 0 1 0 156 2 0 0 17 0 14 0 6169279 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4109968268 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12402/tid=12405] ppid=12400 vsize=1540996 CPUtime=2.74
/proc/12402/task/12405/stat : 12405 (java) S 12400 12402 11867 0 -1 4202560 8920 0 0 0 265 9 0 0 15 0 14 0 6169280 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12406] ppid=12400 vsize=1540996 CPUtime=2.71
/proc/12402/task/12406/stat : 12406 (java) S 12400 12402 11867 0 -1 4202560 9224 0 0 0 262 9 0 0 16 0 14 0 6169280 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12407] ppid=12400 vsize=1540996 CPUtime=15.68
/proc/12402/task/12407/stat : 12407 (java) S 12400 12402 11867 0 -1 4202560 4422 0 0 0 1553 15 0 0 16 0 14 0 6169282 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12408] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12408/stat : 12408 (java) S 12400 12402 11867 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6169282 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12409] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12409/stat : 12409 (java) S 12400 12402 11867 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 6169282 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12410] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12410/stat : 12410 (java) S 12400 12402 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12411] ppid=12400 vsize=1540996 CPUtime=2.89
/proc/12402/task/12411/stat : 12411 (java) S 12400 12402 11867 0 -1 4202560 6695 0 0 0 287 2 0 0 15 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12412] ppid=12400 vsize=1540996 CPUtime=1.88
/proc/12402/task/12412/stat : 12412 (java) S 12400 12402 11867 0 -1 4202560 4614 0 0 0 186 2 0 0 15 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12413] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12413/stat : 12413 (java) S 12400 12402 11867 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12414] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12414/stat : 12414 (java) S 12400 12402 11867 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12417] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12417/stat : 12417 (java) S 12400 12402 11867 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6169324 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12418] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12418/stat : 12418 (java) S 12400 12402 11867 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6169325 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 367.17
Current children cumulated vsize (KiB) 1540996

[startup+196.302 s]
/proc/loadavg: 2.48 1.97 1.41 2/120 12432
/proc/meminfo: memFree=1575624/2059040 swapFree=4164944/4192956
[pid=12402] ppid=12400 vsize=1540996 CPUtime=367.57
/proc/12402/stat : 12402 (java) S 12400 12402 11867 0 -1 4202496 72858 0 1 0 36693 64 0 0 15 0 14 0 6169277 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12402/statm: 385249 63690 1449 10 0 382552 0
[pid=12402/tid=12404] ppid=12400 vsize=1540996 CPUtime=1.98
/proc/12402/task/12404/stat : 12404 (java) R 12400 12402 11867 0 -1 4202560 4164 0 1 0 196 2 0 0 17 0 14 0 6169279 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4109968344 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12402/tid=12405] ppid=12400 vsize=1540996 CPUtime=2.74
/proc/12402/task/12405/stat : 12405 (java) S 12400 12402 11867 0 -1 4202560 8920 0 0 0 265 9 0 0 15 0 14 0 6169280 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12406] ppid=12400 vsize=1540996 CPUtime=2.71
/proc/12402/task/12406/stat : 12406 (java) S 12400 12402 11867 0 -1 4202560 9224 0 0 0 262 9 0 0 16 0 14 0 6169280 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12407] ppid=12400 vsize=1540996 CPUtime=15.68
/proc/12402/task/12407/stat : 12407 (java) S 12400 12402 11867 0 -1 4202560 4422 0 0 0 1553 15 0 0 16 0 14 0 6169282 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12408] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12408/stat : 12408 (java) S 12400 12402 11867 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6169282 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12409] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12409/stat : 12409 (java) S 12400 12402 11867 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 6169282 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12410] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12410/stat : 12410 (java) S 12400 12402 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12411] ppid=12400 vsize=1540996 CPUtime=2.89
/proc/12402/task/12411/stat : 12411 (java) S 12400 12402 11867 0 -1 4202560 6695 0 0 0 287 2 0 0 15 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12412] ppid=12400 vsize=1540996 CPUtime=1.88
/proc/12402/task/12412/stat : 12412 (java) S 12400 12402 11867 0 -1 4202560 4614 0 0 0 186 2 0 0 15 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12413] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12413/stat : 12413 (java) S 12400 12402 11867 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12414] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12414/stat : 12414 (java) S 12400 12402 11867 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12417] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12417/stat : 12417 (java) S 12400 12402 11867 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6169324 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12418] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12418/stat : 12418 (java) S 12400 12402 11867 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6169325 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 367.57
Current children cumulated vsize (KiB) 1540996

[startup+196.502 s]
/proc/loadavg: 2.48 1.97 1.41 2/120 12432
/proc/meminfo: memFree=1575624/2059040 swapFree=4164944/4192956
[pid=12402] ppid=12400 vsize=1540996 CPUtime=367.77
/proc/12402/stat : 12402 (java) S 12400 12402 11867 0 -1 4202496 72858 0 1 0 36713 64 0 0 15 0 14 0 6169277 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12402/statm: 385249 63690 1449 10 0 382552 0
[pid=12402/tid=12404] ppid=12400 vsize=1540996 CPUtime=2.18
/proc/12402/task/12404/stat : 12404 (java) R 12400 12402 11867 0 -1 4202560 4164 0 1 0 216 2 0 0 17 0 14 0 6169279 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4109968292 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12402/tid=12405] ppid=12400 vsize=1540996 CPUtime=2.74
/proc/12402/task/12405/stat : 12405 (java) S 12400 12402 11867 0 -1 4202560 8920 0 0 0 265 9 0 0 15 0 14 0 6169280 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12406] ppid=12400 vsize=1540996 CPUtime=2.71
/proc/12402/task/12406/stat : 12406 (java) S 12400 12402 11867 0 -1 4202560 9224 0 0 0 262 9 0 0 16 0 14 0 6169280 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12407] ppid=12400 vsize=1540996 CPUtime=15.68
/proc/12402/task/12407/stat : 12407 (java) S 12400 12402 11867 0 -1 4202560 4422 0 0 0 1553 15 0 0 15 0 14 0 6169282 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12408] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12408/stat : 12408 (java) S 12400 12402 11867 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6169282 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12409] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12409/stat : 12409 (java) S 12400 12402 11867 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 6169282 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12410] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12410/stat : 12410 (java) S 12400 12402 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12411] ppid=12400 vsize=1540996 CPUtime=2.89
/proc/12402/task/12411/stat : 12411 (java) S 12400 12402 11867 0 -1 4202560 6695 0 0 0 287 2 0 0 15 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12412] ppid=12400 vsize=1540996 CPUtime=1.88
/proc/12402/task/12412/stat : 12412 (java) S 12400 12402 11867 0 -1 4202560 4614 0 0 0 186 2 0 0 15 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12413] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12413/stat : 12413 (java) S 12400 12402 11867 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12414] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12414/stat : 12414 (java) S 12400 12402 11867 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12417] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12417/stat : 12417 (java) S 12400 12402 11867 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6169324 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12418] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12418/stat : 12418 (java) S 12400 12402 11867 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6169325 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 367.77
Current children cumulated vsize (KiB) 1540996

[startup+196.602 s]
/proc/loadavg: 2.48 1.97 1.41 2/120 12432
/proc/meminfo: memFree=1575624/2059040 swapFree=4164944/4192956
[pid=12402] ppid=12400 vsize=1540996 CPUtime=367.87
/proc/12402/stat : 12402 (java) S 12400 12402 11867 0 -1 4202496 72858 0 1 0 36723 64 0 0 15 0 14 0 6169277 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12402/statm: 385249 63690 1449 10 0 382552 0
[pid=12402/tid=12404] ppid=12400 vsize=1540996 CPUtime=2.28
/proc/12402/task/12404/stat : 12404 (java) R 12400 12402 11867 0 -1 4202560 4164 0 1 0 226 2 0 0 17 0 14 0 6169279 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4108977870 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12402/tid=12405] ppid=12400 vsize=1540996 CPUtime=2.74
/proc/12402/task/12405/stat : 12405 (java) S 12400 12402 11867 0 -1 4202560 8920 0 0 0 265 9 0 0 15 0 14 0 6169280 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12406] ppid=12400 vsize=1540996 CPUtime=2.71
/proc/12402/task/12406/stat : 12406 (java) S 12400 12402 11867 0 -1 4202560 9224 0 0 0 262 9 0 0 16 0 14 0 6169280 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12407] ppid=12400 vsize=1540996 CPUtime=15.68
/proc/12402/task/12407/stat : 12407 (java) S 12400 12402 11867 0 -1 4202560 4422 0 0 0 1553 15 0 0 15 0 14 0 6169282 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 0 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12408] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12408/stat : 12408 (java) S 12400 12402 11867 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 6169282 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12409] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12409/stat : 12409 (java) S 12400 12402 11867 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 6169282 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12410] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12410/stat : 12410 (java) S 12400 12402 11867 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12411] ppid=12400 vsize=1540996 CPUtime=2.89
/proc/12402/task/12411/stat : 12411 (java) S 12400 12402 11867 0 -1 4202560 6695 0 0 0 287 2 0 0 15 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12412] ppid=12400 vsize=1540996 CPUtime=1.88
/proc/12402/task/12412/stat : 12412 (java) S 12400 12402 11867 0 -1 4202560 4614 0 0 0 186 2 0 0 15 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12413] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12413/stat : 12413 (java) S 12400 12402 11867 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12414] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12414/stat : 12414 (java) S 12400 12402 11867 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 14 0 6169287 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 0 0 0 0
[pid=12402/tid=12417] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12417/stat : 12417 (java) S 12400 12402 11867 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6169324 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
[pid=12402/tid=12418] ppid=12400 vsize=1540996 CPUtime=0
/proc/12402/task/12418/stat : 12418 (java) S 12400 12402 11867 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6169325 1577979904 63690 1992294400 134512640 134550932 4289639984 18446744073709551615 4294960144 0 4 0 16800975 18446604437813398464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 367.87
Current children cumulated vsize (KiB) 1540996

Child status: 30
Real time (s): 196.649
CPU time (s): 367.924
CPU user time (s): 367.248
CPU system time (s): 0.675897
CPU usage (%): 187.097
Max. virtual memory (cumulated for all children) (KiB): 1545640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 367.248
system time used= 0.675897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72868
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= 7341
involuntary context switches= 11034

runsolver used 0.750885 second user time and 2.44963 second system time

The end

Launcher Data

Begin job on node029 at 2010-06-16 02:38:59
IDJOB=2661755
IDBENCH=48010
IDSOLVER=1166
FILE ID=node029/2661755-1276648739
PBS_JOBID= 11172415
Free space on /tmp= 62576 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=233-P1=223-P2=251-P3=181-P4=197-P5=127-P6=89-P7=149-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661755-1276648739/watcher-2661755-1276648739 -o /tmp/evaluation-result-2661755-1276648739/solver-2661755-1276648739 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661755-1276648739.opb

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

MD5SUM BENCH= 8a882d07e0fbb307eb9e9c234ecc464c
RANDOM SEED=2073132143

node029.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.221
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.44
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.221
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1827292 kB
Buffers:         37440 kB
Cached:          96152 kB
SwapCached:       1508 kB
Active:          92604 kB
Inactive:        75124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1827292 kB
SwapTotal:     4192956 kB
SwapFree:      4164944 kB
Dirty:             316 kB
Writeback:           0 kB
AnonPages:       32560 kB
Mapped:          15144 kB
Slab:            42024 kB
PageTables:       3928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182328 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= 62576 MiB
End job on node029 at 2010-06-16 02:42:16