Trace number 2698633

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.1OPTIMUM 56.4674 55.0057

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227861--soft-0-100-0.wbo
MD5SUMf5c87030c1b11375e21b491121f8695e
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.164974
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1265
Number of bits of the biggest sum of numbers11
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.1.v20100705
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.08	c java.vm.version	11.2-b01
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	32
0.00/0.08	c java.version		1.6.0_12
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		i386
0.00/0.08	c Free memory 		1393557488
0.00/0.08	c Max memory 		1395916800
0.00/0.08	c Total memory 		1395916800
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2698633-1278327326.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.30/0.25	c SATISFIABLE
0.30/0.25	c OPTIMIZING...
0.30/0.25	c Got one! Elapsed wall clock time (in seconds):0.154
0.30/0.25	o 768
0.59/0.31	c Got one! Elapsed wall clock time (in seconds):0.211
0.59/0.31	o 712
0.59/0.33	c Got one! Elapsed wall clock time (in seconds):0.231
0.59/0.33	o 688
0.59/0.35	c Got one! Elapsed wall clock time (in seconds):0.253
0.59/0.35	o 514
0.59/0.36	c Got one! Elapsed wall clock time (in seconds):0.266
0.59/0.36	o 513
0.59/0.39	c Got one! Elapsed wall clock time (in seconds):0.292
0.59/0.39	o 509
0.76/0.41	c Got one! Elapsed wall clock time (in seconds):0.316
0.76/0.41	o 492
0.76/0.43	c Got one! Elapsed wall clock time (in seconds):0.338
0.76/0.43	o 378
0.76/0.46	c Got one! Elapsed wall clock time (in seconds):0.363
0.76/0.46	o 327
0.91/0.50	c Got one! Elapsed wall clock time (in seconds):0.403
0.91/0.50	o 318
1.01/0.64	c cleaning 2495 clauses out of 5003 with flag 5003/5003
1.24/0.80	c Got one! Elapsed wall clock time (in seconds):0.708
1.24/0.80	o 302
1.34/0.99	c cleaning 4252 clauses out of 8507 with flag 11002/11002
1.47/1.05	c Got one! Elapsed wall clock time (in seconds):0.957
1.47/1.05	o 268
1.58/1.12	c Got one! Elapsed wall clock time (in seconds):1.02
1.58/1.12	o 248
1.77/1.36	c Got one! Elapsed wall clock time (in seconds):1.266
1.77/1.36	o 240
1.87/1.41	c cleaning 5625 clauses out of 11253 with flag 18000/18000
1.98/1.57	c Got one! Elapsed wall clock time (in seconds):1.47
1.98/1.57	o 233
2.29/1.81	c Got one! Elapsed wall clock time (in seconds):1.71
2.29/1.81	o 206
2.39/1.91	c cleaning 6810 clauses out of 13628 with flag 26000/26000
2.39/1.95	c Got one! Elapsed wall clock time (in seconds):1.854
2.39/1.95	o 200
2.54/2.01	c Got one! Elapsed wall clock time (in seconds):1.915
2.54/2.01	o 197
2.76/2.23	c Got one! Elapsed wall clock time (in seconds):2.131
2.76/2.23	o 193
3.05/2.52	c cleaning 7903 clauses out of 15820 with flag 35002/35002
3.15/2.60	c Got one! Elapsed wall clock time (in seconds):2.502
3.15/2.60	o 192
3.65/3.18	c cleaning 8953 clauses out of 17915 with flag 45000/45000
3.87/3.31	c Got one! Elapsed wall clock time (in seconds):3.214
3.87/3.31	o 182
4.16/3.60	c Got one! Elapsed wall clock time (in seconds):3.502
4.16/3.60	o 167
4.36/3.86	c cleaning 9475 clauses out of 18962 with flag 55000/55000
4.48/3.95	c Got one! Elapsed wall clock time (in seconds):3.851
4.48/3.95	o 151
5.08/4.52	c cleaning 9738 clauses out of 19487 with flag 65000/65000
5.68/5.17	c cleaning 9871 clauses out of 19750 with flag 75001/75001
5.88/5.37	c Got one! Elapsed wall clock time (in seconds):5.274
5.88/5.37	o 145
6.51/5.83	c cleaning 9933 clauses out of 19878 with flag 85000/85000
6.71/5.96	c Got one! Elapsed wall clock time (in seconds):5.859
6.71/5.96	o 137
7.27/6.50	c cleaning 9965 clauses out of 19945 with flag 95000/95000
8.01/7.19	c cleaning 9986 clauses out of 19981 with flag 105001/105001
8.11/7.29	c Got one! Elapsed wall clock time (in seconds):7.195
8.11/7.29	o 110
8.71/7.86	c cleaning 9989 clauses out of 19994 with flag 115000/115000
9.51/8.61	c cleaning 10000 clauses out of 20005 with flag 125000/125000
10.11/9.28	c cleaning 9992 clauses out of 20005 with flag 135000/135000
10.82/9.97	c cleaning 10003 clauses out of 20015 with flag 145002/145002
10.91/10.06	c Got one! Elapsed wall clock time (in seconds):9.967
10.91/10.06	o 99
11.68/10.59	c cleaning 9996 clauses out of 20010 with flag 155000/155000
12.48/11.33	c cleaning 9999 clauses out of 20014 with flag 165000/165000
13.19/12.10	c cleaning 10003 clauses out of 20015 with flag 175000/175000
13.39/12.21	c Got one! Elapsed wall clock time (in seconds):12.117
13.39/12.21	o 95
13.88/12.72	c cleaning 10001 clauses out of 20012 with flag 185000/185000
14.39/13.29	c Got one! Elapsed wall clock time (in seconds):13.195
14.39/13.29	o 82
14.59/13.42	c cleaning 10001 clauses out of 20013 with flag 195002/195002
15.10/13.96	c cleaning 10003 clauses out of 20012 with flag 205002/205002
15.70/14.59	c cleaning 10003 clauses out of 20007 with flag 215000/215000
16.40/15.26	c cleaning 9998 clauses out of 20004 with flag 225000/225000
16.90/15.79	c Got one! Elapsed wall clock time (in seconds):15.694
16.90/15.79	o 70
17.00/15.87	c cleaning 10000 clauses out of 20006 with flag 235000/235000
17.61/16.42	c cleaning 10001 clauses out of 20006 with flag 245000/245000
17.71/16.53	c Got one! Elapsed wall clock time (in seconds):16.431
17.71/16.53	o 65
18.11/16.98	c cleaning 9995 clauses out of 20005 with flag 255000/255000
18.72/17.53	c cleaning 10001 clauses out of 20013 with flag 265003/265003
19.32/18.11	c cleaning 10000 clauses out of 20009 with flag 275000/275000
19.42/18.29	c Got one! Elapsed wall clock time (in seconds):18.19
19.42/18.29	o 64
19.83/18.64	c cleaning 10001 clauses out of 20010 with flag 285001/285001
20.43/19.23	c cleaning 10001 clauses out of 20008 with flag 295000/295000
21.04/19.82	c cleaning 10000 clauses out of 20008 with flag 305001/305001
21.53/20.37	c cleaning 9998 clauses out of 20007 with flag 315000/315000
22.04/20.82	c Got one! Elapsed wall clock time (in seconds):20.72
22.04/20.82	o 49
22.14/20.93	c cleaning 10003 clauses out of 20009 with flag 325000/325000
22.75/21.51	c cleaning 9999 clauses out of 20006 with flag 335000/335000
23.26/22.04	c cleaning 9998 clauses out of 20008 with flag 345001/345001
23.75/22.57	c cleaning 9999 clauses out of 20009 with flag 355000/355000
24.26/23.08	c cleaning 9999 clauses out of 20010 with flag 365000/365000
24.56/23.34	c Got one! Elapsed wall clock time (in seconds):23.241
24.56/23.34	o 45
24.86/23.60	c cleaning 10000 clauses out of 20011 with flag 375000/375000
25.06/23.81	c Got one! Elapsed wall clock time (in seconds):23.708
25.06/23.81	o 31
25.47/24.21	c cleaning 9997 clauses out of 20012 with flag 385001/385001
25.97/24.71	c cleaning 9998 clauses out of 20015 with flag 395001/395001
26.49/25.21	c cleaning 10000 clauses out of 20016 with flag 405000/405000
26.78/25.58	c Got one! Elapsed wall clock time (in seconds):25.487
26.78/25.58	o 29
26.98/25.71	c cleaning 10003 clauses out of 20016 with flag 415000/415000
27.49/26.25	c cleaning 10001 clauses out of 20013 with flag 425000/425000
27.99/26.73	c cleaning 9999 clauses out of 20013 with flag 435001/435001
28.49/27.26	c cleaning 10001 clauses out of 20014 with flag 445001/445001
29.09/27.88	c cleaning 10003 clauses out of 20012 with flag 455000/455000
29.59/28.37	c cleaning 10000 clauses out of 20009 with flag 465000/465000
30.10/28.85	c cleaning 10002 clauses out of 20012 with flag 475003/475003
30.40/29.14	c Got one! Elapsed wall clock time (in seconds):29.042
30.40/29.14	o 13
30.61/29.32	c cleaning 9997 clauses out of 20007 with flag 485000/485000
31.11/29.87	c cleaning 9997 clauses out of 20010 with flag 495000/495000
31.63/30.35	c cleaning 10003 clauses out of 20015 with flag 505002/505002
32.13/30.84	c cleaning 9999 clauses out of 20010 with flag 515000/515000
32.53/31.30	c cleaning 10002 clauses out of 20011 with flag 525000/525000
32.83/31.59	c Got one! Elapsed wall clock time (in seconds):31.493
32.83/31.59	o 11
33.14/31.82	c cleaning 10002 clauses out of 20010 with flag 535001/535001
33.54/32.27	c cleaning 9998 clauses out of 20007 with flag 545000/545000
34.05/32.75	c cleaning 9995 clauses out of 20010 with flag 555001/555001
34.55/33.21	c cleaning 10003 clauses out of 20017 with flag 565003/565003
34.95/33.68	c cleaning 10003 clauses out of 20011 with flag 575000/575000
35.35/34.10	c cleaning 9998 clauses out of 20009 with flag 585001/585001
35.85/34.55	c cleaning 10001 clauses out of 20010 with flag 595000/595000
36.25/34.98	c cleaning 9999 clauses out of 20009 with flag 605000/605000
36.56/35.26	c Got one! Elapsed wall clock time (in seconds):35.165
36.56/35.26	o 10
36.75/35.45	c cleaning 10003 clauses out of 20010 with flag 615000/615000
37.26/35.98	c cleaning 10001 clauses out of 20009 with flag 625002/625002
37.76/36.44	c cleaning 9997 clauses out of 20006 with flag 635000/635000
38.26/36.93	c cleaning 9997 clauses out of 20009 with flag 645000/645000
38.37/37.02	c Got one! Elapsed wall clock time (in seconds):36.927
38.37/37.02	o 7
38.78/37.43	c cleaning 10003 clauses out of 20014 with flag 655002/655002
39.17/37.89	c cleaning 9997 clauses out of 20009 with flag 665000/665000
39.67/38.39	c cleaning 9999 clauses out of 20014 with flag 675002/675002
40.17/38.84	c cleaning 10002 clauses out of 20014 with flag 685001/685001
40.58/39.30	c cleaning 10001 clauses out of 20013 with flag 695002/695002
41.08/39.77	c cleaning 10001 clauses out of 20010 with flag 705000/705000
41.48/40.19	c cleaning 9998 clauses out of 20009 with flag 715000/715000
41.99/40.63	c cleaning 10001 clauses out of 20011 with flag 725000/725000
42.49/41.11	c cleaning 9997 clauses out of 20010 with flag 735000/735000
42.90/41.56	c cleaning 10000 clauses out of 20014 with flag 745001/745001
43.30/41.97	c cleaning 9999 clauses out of 20014 with flag 755001/755001
43.90/42.50	c cleaning 10002 clauses out of 20015 with flag 765001/765001
44.31/42.98	c cleaning 10002 clauses out of 20014 with flag 775002/775002
44.80/43.45	c cleaning 10002 clauses out of 20011 with flag 785001/785001
45.31/43.90	c cleaning 9996 clauses out of 20008 with flag 795000/795000
45.71/44.36	c cleaning 10003 clauses out of 20016 with flag 805004/805004
46.21/44.81	c cleaning 10001 clauses out of 20011 with flag 815002/815002
46.62/45.28	c cleaning 10001 clauses out of 20010 with flag 825002/825002
47.12/45.73	c cleaning 10000 clauses out of 20009 with flag 835002/835002
47.53/46.17	c cleaning 10000 clauses out of 20007 with flag 845000/845000
47.93/46.59	c cleaning 10002 clauses out of 20011 with flag 855004/855004
48.43/47.04	c cleaning 9999 clauses out of 20005 with flag 865000/865000
48.84/47.48	c cleaning 9997 clauses out of 20006 with flag 875000/875000
49.34/47.95	c cleaning 10002 clauses out of 20009 with flag 885000/885000
49.75/48.39	c cleaning 9999 clauses out of 20007 with flag 895000/895000
50.25/48.87	c cleaning 9999 clauses out of 20009 with flag 905001/905001
50.75/49.31	c cleaning 9998 clauses out of 20009 with flag 915000/915000
51.16/49.79	c cleaning 10000 clauses out of 20011 with flag 925000/925000
51.66/50.26	c cleaning 10001 clauses out of 20012 with flag 935001/935001
52.16/50.71	c cleaning 10002 clauses out of 20012 with flag 945002/945002
52.56/51.18	c cleaning 9999 clauses out of 20009 with flag 955001/955001
53.06/51.68	c cleaning 10005 clauses out of 20013 with flag 965004/965004
53.56/52.14	c cleaning 9993 clauses out of 20004 with flag 975000/975000
53.96/52.56	c cleaning 10003 clauses out of 20013 with flag 985002/985002
54.46/53.01	c cleaning 9995 clauses out of 20008 with flag 995000/995000
54.87/53.47	c cleaning 10002 clauses out of 20013 with flag 1005000/1005000
55.38/53.93	c cleaning 9998 clauses out of 20011 with flag 1015000/1015000
55.87/54.44	c cleaning 10004 clauses out of 20015 with flag 1025002/1025002
56.29/54.89	c cleaning 10001 clauses out of 20008 with flag 1035000/1035000
56.41/54.95	c starts		: 211
56.41/54.95	c conflicts		: 1036126
56.41/54.95	c decisions		: 1633612
56.41/54.95	c propagations		: 25198409
56.41/54.95	c inspects		: 255324346
56.41/54.95	c learnt literals	: 6
56.41/54.95	c learnt binary clauses	: 93
56.41/54.95	c learnt ternary clauses	: 617
56.41/54.95	c learnt clauses	: 1036119
56.41/54.95	c ignored clauses	: 0
56.41/54.95	c root simplifications	: 0
56.41/54.95	c removed literals (reason simplification)	: 7767911
56.41/54.95	c reason swapping (by a shorter reason)	: 0
56.41/54.95	c Calls to reduceDB	: 105
56.41/54.95	c number of reductions to clauses (during analyze)	: 0
56.41/54.95	c number of learned constraints concerned by reduction	: 0
56.41/54.95	c number of learning phase by resolution	: 0
56.41/54.95	c number of learning phase by cutting planes	: 0
56.41/54.95	c speed (assignments/second)	: 1405847.4112921224
56.41/54.95	c non guided choices	2179
56.41/54.95	c learnt constraints type 
56.41/54.95	c constraints type 
56.41/54.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
56.41/54.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
56.41/54.95	s OPTIMUM FOUND
56.41/54.95	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 -x169 
56.41/54.95	c objective function=7
56.41/54.95	c Total wall clock time (in seconds): 54.852

Verifier Data

OK	7

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698633-1278327326/watcher-2698633-1278327326 -o /tmp/evaluation-result-2698633-1278327326/solver-2698633-1278327326 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698633-1278327326.wbo 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.96 3/196 4461
/proc/meminfo: memFree=32243148/32951124 swapFree=67111528/67111528
[pid=4461] ppid=4459 vsize=1832 CPUtime=0
/proc/4461/stat : 4461 (java6) S 4459 4461 3816 0 -1 4194304 250 0 0 0 0 0 0 0 23 0 1 0 944867 1875968 153 4089446400 134512640 134550932 4288906544 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699199166 0 0 17 0 0 0 0
/proc/4461/statm: 458 153 116 10 0 63 0

[startup+0.0968741 s]
/proc/loadavg: 1.92 2.00 1.96 3/196 4461
/proc/meminfo: memFree=32243148/32951124 swapFree=67111528/67111528
[pid=4461] ppid=4459 vsize=1529564 CPUtime=0.11
/proc/4461/stat : 4461 (java) S 4459 4461 3816 0 -1 4202496 5147 0 1 0 10 1 0 0 23 0 18 0 944867 1566273536 4584 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4461/statm: 382391 4584 1345 10 0 379694 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529564

[startup+0.100854 s]
/proc/loadavg: 1.92 2.00 1.96 3/196 4461
/proc/meminfo: memFree=32243148/32951124 swapFree=67111528/67111528
[pid=4461] ppid=4459 vsize=1529564 CPUtime=0.11
/proc/4461/stat : 4461 (java) S 4459 4461 3816 0 -1 4202496 5184 0 1 0 10 1 0 0 23 0 18 0 944867 1566273536 4621 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4461/statm: 382391 4621 1345 10 0 379694 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529564

[startup+0.300801 s]
/proc/loadavg: 1.92 2.00 1.96 3/196 4461
/proc/meminfo: memFree=32243148/32951124 swapFree=67111528/67111528
[pid=4461] ppid=4459 vsize=1535152 CPUtime=0.59
/proc/4461/stat : 4461 (java) S 4459 4461 3816 0 -1 4202496 6992 0 1 0 58 1 0 0 23 0 19 0 944867 1571995648 6348 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4461/statm: 383788 6349 1421 10 0 381091 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 1535152

[startup+0.700729 s]
/proc/loadavg: 1.92 2.00 1.96 3/196 4461
/proc/meminfo: memFree=32243148/32951124 swapFree=67111528/67111528
[pid=4461] ppid=4459 vsize=1535152 CPUtime=1.14
/proc/4461/stat : 4461 (java) S 4459 4461 3816 0 -1 4202496 9994 0 1 0 112 2 0 0 23 0 19 0 944867 1571995648 9347 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4461/statm: 383788 9347 1439 10 0 381091 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1535152

[startup+1.50161 s]
/proc/loadavg: 1.92 2.00 1.96 3/215 4480
/proc/meminfo: memFree=32211028/32951124 swapFree=67111528/67111528
[pid=4461] ppid=4459 vsize=1535152 CPUtime=1.98
/proc/4461/stat : 4461 (java) S 4459 4461 3816 0 -1 4202496 10725 0 1 0 196 2 0 0 23 0 19 0 944867 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4461/statm: 383788 10076 1439 10 0 381091 0
[pid=4461/tid=4463] ppid=4459 vsize=1535152 CPUtime=1.45
/proc/4461/task/4463/stat : 4463 (java) R 4459 4461 3816 0 -1 4202560 6721 0 1 0 144 1 0 0 20 0 19 0 944868 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4108594282 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4461/tid=4464] ppid=4459 vsize=1535152 CPUtime=0
/proc/4461/task/4464/stat : 4464 (java) S 4459 4461 3816 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 944868 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 6 0 0 0
[pid=4461/tid=4465] ppid=4459 vsize=1535152 CPUtime=0
/proc/4461/task/4465/stat : 4465 (java) S 4459 4461 3816 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 19 0 944868 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 4 0 0 0
[pid=4461/tid=4466] ppid=4459 vsize=1535152 CPUtime=0
/proc/4461/task/4466/stat : 4466 (java) S 4459 4461 3816 0 -1 4202560 119 0 0 0 0 0 0 0 16 0 19 0 944868 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4467] ppid=4459 vsize=1535152 CPUtime=0
/proc/4461/task/4467/stat : 4467 (java) S 4459 4461 3816 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 944868 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 6 0 0 0
[pid=4461/tid=4468] ppid=4459 vsize=1535152 CPUtime=0
/proc/4461/task/4468/stat : 4468 (java) S 4459 4461 3816 0 -1 4202560 142 0 0 0 0 0 0 0 15 0 19 0 944868 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 6 0 0 0
[pid=4461/tid=4469] ppid=4459 vsize=1535152 CPUtime=0
/proc/4461/task/4469/stat : 4469 (java) S 4459 4461 3816 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 944868 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 4 0 0 0
[pid=4461/tid=4470] ppid=4459 vsize=1535152 CPUtime=0
/proc/4461/task/4470/stat : 4470 (java) S 4459 4461 3816 0 -1 4202560 67 0 0 0 0 0 0 0 15 0 19 0 944868 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4471] ppid=4459 vsize=1535152 CPUtime=0
/proc/4461/task/4471/stat : 4471 (java) S 4459 4461 3816 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 19 0 944868 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4472] ppid=4459 vsize=1535152 CPUtime=0.02
/proc/4461/task/4472/stat : 4472 (java) S 4459 4461 3816 0 -1 4202560 462 0 0 0 2 0 0 0 16 0 19 0 944869 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 0 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4473] ppid=4459 vsize=1535152 CPUtime=0
/proc/4461/task/4473/stat : 4473 (java) S 4459 4461 3816 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 944870 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4474] ppid=4459 vsize=1535152 CPUtime=0
/proc/4461/task/4474/stat : 4474 (java) S 4459 4461 3816 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 944870 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4475] ppid=4459 vsize=1535152 CPUtime=0
/proc/4461/task/4475/stat : 4475 (java) S 4459 4461 3816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944872 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4476] ppid=4459 vsize=1535152 CPUtime=0.27
/proc/4461/task/4476/stat : 4476 (java) S 4459 4461 3816 0 -1 4202560 624 0 0 0 27 0 0 0 15 0 19 0 944872 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 3 0 0 0
[pid=4461/tid=4477] ppid=4459 vsize=1535152 CPUtime=0.21
/proc/4461/task/4477/stat : 4477 (java) S 4459 4461 3816 0 -1 4202560 1167 0 0 0 21 0 0 0 15 0 19 0 944872 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 6 0 0 0
[pid=4461/tid=4478] ppid=4459 vsize=1535152 CPUtime=0
/proc/4461/task/4478/stat : 4478 (java) S 4459 4461 3816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944872 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4479] ppid=4459 vsize=1535152 CPUtime=0
/proc/4461/task/4479/stat : 4479 (java) S 4459 4461 3816 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 944872 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 1 0 0 0
[pid=4461/tid=4480] ppid=4459 vsize=1535152 CPUtime=0
/proc/4461/task/4480/stat : 4480 (java) S 4459 4461 3816 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 944883 1571995648 10076 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1535152

[startup+3.10132 s]
/proc/loadavg: 1.92 2.00 1.96 3/215 4480
/proc/meminfo: memFree=32204084/32951124 swapFree=67111528/67111528
[pid=4461] ppid=4459 vsize=1535032 CPUtime=3.65
/proc/4461/stat : 4461 (java) S 4459 4461 3816 0 -1 4202496 13120 0 1 0 363 2 0 0 23 0 19 0 944867 1571872768 12390 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4461/statm: 383758 12391 1442 10 0 381061 0
[pid=4461/tid=4463] ppid=4459 vsize=1535032 CPUtime=3.02
/proc/4461/task/4463/stat : 4463 (java) R 4459 4461 3816 0 -1 4202560 8559 0 1 0 301 1 0 0 25 0 19 0 944868 1571872768 12391 4089446400 134512640 134550932 4291740640 18446744073709551615 4108937369 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4461/tid=4464] ppid=4459 vsize=1535032 CPUtime=0
/proc/4461/task/4464/stat : 4464 (java) S 4459 4461 3816 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 944868 1571872768 12391 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 6 0 0 0
[pid=4461/tid=4465] ppid=4459 vsize=1535032 CPUtime=0
/proc/4461/task/4465/stat : 4465 (java) S 4459 4461 3816 0 -1 4202560 176 0 0 0 0 0 0 0 15 0 19 0 944868 1571872768 12391 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 4 0 0 0
[pid=4461/tid=4466] ppid=4459 vsize=1535032 CPUtime=0
/proc/4461/task/4466/stat : 4466 (java) S 4459 4461 3816 0 -1 4202560 223 0 0 0 0 0 0 0 15 0 19 0 944868 1571872768 12391 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4467] ppid=4459 vsize=1535032 CPUtime=0
/proc/4461/task/4467/stat : 4467 (java) S 4459 4461 3816 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 19 0 944868 1571872768 12391 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 6 0 0 0
[pid=4461/tid=4468] ppid=4459 vsize=1535032 CPUtime=0
/proc/4461/task/4468/stat : 4468 (java) S 4459 4461 3816 0 -1 4202560 168 0 0 0 0 0 0 0 16 0 19 0 944868 1571872768 12391 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 6 0 0 0
[pid=4461/tid=4469] ppid=4459 vsize=1535032 CPUtime=0
/proc/4461/task/4469/stat : 4469 (java) S 4459 4461 3816 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 944868 1571872768 12392 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 4 0 0 0
[pid=4461/tid=4470] ppid=4459 vsize=1535032 CPUtime=0
/proc/4461/task/4470/stat : 4470 (java) S 4459 4461 3816 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 944868 1571872768 12392 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 4 0 0 0
[pid=4461/tid=4471] ppid=4459 vsize=1535032 CPUtime=0
/proc/4461/task/4471/stat : 4471 (java) S 4459 4461 3816 0 -1 4202560 159 0 0 0 0 0 0 0 15 0 19 0 944868 1571872768 12392 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4472] ppid=4459 vsize=1535032 CPUtime=0.04
/proc/4461/task/4472/stat : 4472 (java) S 4459 4461 3816 0 -1 4202560 551 0 0 0 4 0 0 0 16 0 19 0 944869 1571872768 12392 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 0 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4473] ppid=4459 vsize=1535032 CPUtime=0
/proc/4461/task/4473/stat : 4473 (java) S 4459 4461 3816 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 944870 1571872768 12392 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4474] ppid=4459 vsize=1535032 CPUtime=0
/proc/4461/task/4474/stat : 4474 (java) S 4459 4461 3816 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 944870 1571872768 12392 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4475] ppid=4459 vsize=1535032 CPUtime=0
/proc/4461/task/4475/stat : 4475 (java) S 4459 4461 3816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944872 1571872768 12392 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4476] ppid=4459 vsize=1535032 CPUtime=0.29
/proc/4461/task/4476/stat : 4476 (java) S 4459 4461 3816 0 -1 4202560 631 0 0 0 29 0 0 0 15 0 19 0 944872 1571872768 12392 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 3 0 0 0
[pid=4461/tid=4477] ppid=4459 vsize=1535032 CPUtime=0.26
/proc/4461/task/4477/stat : 4477 (java) S 4459 4461 3816 0 -1 4202560 1243 0 0 0 26 0 0 0 15 0 19 0 944872 1571872768 12392 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 6 0 0 0
[pid=4461/tid=4478] ppid=4459 vsize=1535032 CPUtime=0
/proc/4461/task/4478/stat : 4478 (java) S 4459 4461 3816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944872 1571872768 12393 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4479] ppid=4459 vsize=1535032 CPUtime=0
/proc/4461/task/4479/stat : 4479 (java) S 4459 4461 3816 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 944872 1571872768 12393 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 1 0 0 0
[pid=4461/tid=4480] ppid=4459 vsize=1535032 CPUtime=0
/proc/4461/task/4480/stat : 4480 (java) S 4459 4461 3816 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 944883 1571872768 12394 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 1535032

[startup+6.30076 s]
/proc/loadavg: 1.93 2.00 1.96 5/215 4480
/proc/meminfo: memFree=32194536/32951124 swapFree=67111528/67111528
[pid=4461] ppid=4459 vsize=1543132 CPUtime=7.17
/proc/4461/stat : 4461 (java) S 4459 4461 3816 0 -1 4202496 16989 0 1 0 714 3 0 0 23 0 19 0 944867 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4461/statm: 385783 15396 1442 10 0 383086 0
[pid=4461/tid=4463] ppid=4459 vsize=1543132 CPUtime=6.14
/proc/4461/task/4463/stat : 4463 (java) R 4459 4461 3816 0 -1 4202560 9299 0 1 0 613 1 0 0 20 0 19 0 944868 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4108992585 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4461/tid=4464] ppid=4459 vsize=1543132 CPUtime=0
/proc/4461/task/4464/stat : 4464 (java) S 4459 4461 3816 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 19 0 944868 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 3 0 0 0
[pid=4461/tid=4465] ppid=4459 vsize=1543132 CPUtime=0
/proc/4461/task/4465/stat : 4465 (java) S 4459 4461 3816 0 -1 4202560 176 0 0 0 0 0 0 0 15 0 19 0 944868 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 5 0 0 0
[pid=4461/tid=4466] ppid=4459 vsize=1543132 CPUtime=0
/proc/4461/task/4466/stat : 4466 (java) S 4459 4461 3816 0 -1 4202560 223 0 0 0 0 0 0 0 15 0 19 0 944868 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4467] ppid=4459 vsize=1543132 CPUtime=0
/proc/4461/task/4467/stat : 4467 (java) S 4459 4461 3816 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 944868 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 3 0 0 0
[pid=4461/tid=4468] ppid=4459 vsize=1543132 CPUtime=0
/proc/4461/task/4468/stat : 4468 (java) S 4459 4461 3816 0 -1 4202560 179 0 0 0 0 0 0 0 15 0 19 0 944868 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4469] ppid=4459 vsize=1543132 CPUtime=0
/proc/4461/task/4469/stat : 4469 (java) S 4459 4461 3816 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 944868 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4470] ppid=4459 vsize=1543132 CPUtime=0
/proc/4461/task/4470/stat : 4470 (java) S 4459 4461 3816 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 944868 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4471] ppid=4459 vsize=1543132 CPUtime=0
/proc/4461/task/4471/stat : 4471 (java) S 4459 4461 3816 0 -1 4202560 159 0 0 0 0 0 0 0 15 0 19 0 944868 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 5 0 0 0
[pid=4461/tid=4472] ppid=4459 vsize=1543132 CPUtime=0.09
/proc/4461/task/4472/stat : 4472 (java) S 4459 4461 3816 0 -1 4202560 746 0 0 0 9 0 0 0 16 0 19 0 944869 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 0 0 16800975 18446604453949389824 0 0 -1 7 0 0 0
[pid=4461/tid=4473] ppid=4459 vsize=1543132 CPUtime=0
/proc/4461/task/4473/stat : 4473 (java) S 4459 4461 3816 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 944870 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4474] ppid=4459 vsize=1543132 CPUtime=0
/proc/4461/task/4474/stat : 4474 (java) S 4459 4461 3816 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 944870 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4475] ppid=4459 vsize=1543132 CPUtime=0
/proc/4461/task/4475/stat : 4475 (java) S 4459 4461 3816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944872 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4476] ppid=4459 vsize=1543132 CPUtime=0.37
/proc/4461/task/4476/stat : 4476 (java) S 4459 4461 3816 0 -1 4202560 662 0 0 0 37 0 0 0 15 0 19 0 944872 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 3 0 0 0
[pid=4461/tid=4477] ppid=4459 vsize=1543132 CPUtime=0.51
/proc/4461/task/4477/stat : 4477 (java) S 4459 4461 3816 0 -1 4202560 4104 0 0 0 51 0 0 0 16 0 19 0 944872 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 6 0 0 0
[pid=4461/tid=4478] ppid=4459 vsize=1543132 CPUtime=0
/proc/4461/task/4478/stat : 4478 (java) S 4459 4461 3816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944872 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4479] ppid=4459 vsize=1543132 CPUtime=0
/proc/4461/task/4479/stat : 4479 (java) S 4459 4461 3816 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 944872 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 1 0 0 0
[pid=4461/tid=4480] ppid=4459 vsize=1543132 CPUtime=0
/proc/4461/task/4480/stat : 4480 (java) S 4459 4461 3816 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 944883 1580167168 15396 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 1543132

[startup+12.7016 s]
/proc/loadavg: 1.93 2.00 1.96 3/215 4481
/proc/meminfo: memFree=32180944/32951124 swapFree=67111528/67111528
[pid=4461] ppid=4459 vsize=1542868 CPUtime=13.88
/proc/4461/stat : 4461 (java) S 4459 4461 3816 0 -1 4202496 20721 0 1 0 1384 4 0 0 23 0 19 0 944867 1579896832 16827 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4461/statm: 385717 16827 1444 10 0 383020 0
[pid=4461/tid=4463] ppid=4459 vsize=1542868 CPUtime=12.41
/proc/4461/task/4463/stat : 4463 (java) R 4459 4461 3816 0 -1 4202560 10516 0 1 0 1239 2 0 0 25 0 19 0 944868 1579896832 16827 4089446400 134512640 134550932 4291740640 18446744073709551615 4159066306 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4461/tid=4464] ppid=4459 vsize=1542868 CPUtime=0
/proc/4461/task/4464/stat : 4464 (java) S 4459 4461 3816 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 19 0 944868 1579896832 16827 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 5 0 0 0

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

/proc/4461/task/4464/stat : 4464 (java) S 4459 4461 3816 0 -1 4202560 88 0 0 0 4 0 0 0 15 0 19 0 944868 1574121472 15853 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 1 0 0 0
[pid=4461/tid=4465] ppid=4459 vsize=1537228 CPUtime=0.04
/proc/4461/task/4465/stat : 4465 (java) S 4459 4461 3816 0 -1 4202560 189 0 0 0 4 0 0 0 15 0 19 0 944868 1574121472 15853 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4466] ppid=4459 vsize=1537228 CPUtime=0.05
/proc/4461/task/4466/stat : 4466 (java) S 4459 4461 3816 0 -1 4202560 240 0 0 0 5 0 0 0 15 0 19 0 944868 1574121472 15853 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 4 0 0 0
[pid=4461/tid=4467] ppid=4459 vsize=1537228 CPUtime=0.03
/proc/4461/task/4467/stat : 4467 (java) S 4459 4461 3816 0 -1 4202560 87 0 0 0 3 0 0 0 15 0 19 0 944868 1574121472 15853 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 3 0 0 0
[pid=4461/tid=4468] ppid=4459 vsize=1537228 CPUtime=0.03
/proc/4461/task/4468/stat : 4468 (java) S 4459 4461 3816 0 -1 4202560 181 0 0 0 3 0 0 0 15 0 19 0 944868 1574121472 15853 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 7 0 0 0
[pid=4461/tid=4469] ppid=4459 vsize=1537228 CPUtime=0.06
/proc/4461/task/4469/stat : 4469 (java) S 4459 4461 3816 0 -1 4202560 128 0 0 0 6 0 0 0 15 0 19 0 944868 1574121472 15853 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4470] ppid=4459 vsize=1537228 CPUtime=0.03
/proc/4461/task/4470/stat : 4470 (java) S 4459 4461 3816 0 -1 4202560 123 0 0 0 3 0 0 0 15 0 19 0 944868 1574121472 15853 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 3 0 0 0
[pid=4461/tid=4471] ppid=4459 vsize=1537228 CPUtime=0.04
/proc/4461/task/4471/stat : 4471 (java) S 4459 4461 3816 0 -1 4202560 178 0 0 0 4 0 0 0 15 0 19 0 944868 1574121472 15853 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 7 0 0 0
[pid=4461/tid=4472] ppid=4459 vsize=1537228 CPUtime=1.17
/proc/4461/task/4472/stat : 4472 (java) S 4459 4461 3816 0 -1 4202560 1208 0 0 0 115 2 0 0 15 0 19 0 944869 1574121472 15853 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 0 0 16800975 18446604453949389824 0 0 -1 5 0 0 0
[pid=4461/tid=4473] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4473/stat : 4473 (java) S 4459 4461 3816 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 944870 1574121472 15853 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4474] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4474/stat : 4474 (java) S 4459 4461 3816 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 944870 1574121472 15853 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4475] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4475/stat : 4475 (java) S 4459 4461 3816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944872 1574121472 15853 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4476] ppid=4459 vsize=1537228 CPUtime=0.68
/proc/4461/task/4476/stat : 4476 (java) S 4459 4461 3816 0 -1 4202560 3023 0 0 0 68 0 0 0 15 0 19 0 944872 1574121472 15853 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 3 0 0 0
[pid=4461/tid=4477] ppid=4459 vsize=1537228 CPUtime=0.54
/proc/4461/task/4477/stat : 4477 (java) S 4459 4461 3816 0 -1 4202560 4114 0 0 0 54 0 0 0 15 0 19 0 944872 1574121472 15853 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 6 0 0 0
[pid=4461/tid=4478] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4478/stat : 4478 (java) S 4459 4461 3816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944872 1574121472 15853 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4479] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4479/stat : 4479 (java) S 4459 4461 3816 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 944872 1574121472 15853 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 1 0 0 0
[pid=4461/tid=4480] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4480/stat : 4480 (java) S 4459 4461 3816 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 944883 1574121472 15853 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 54.17
Current children cumulated vsize (KiB) 1537228

[startup+54.3012 s]
/proc/loadavg: 1.96 2.00 1.96 3/215 4481
/proc/meminfo: memFree=32185820/32951124 swapFree=67111528/67111528
[pid=4461] ppid=4459 vsize=1537228 CPUtime=55.77
/proc/4461/stat : 4461 (java) S 4459 4461 3816 0 -1 4202496 21232 0 1 0 5566 11 0 0 23 0 19 0 944867 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4461/statm: 384307 15857 1444 10 0 381610 0
[pid=4461/tid=4463] ppid=4459 vsize=1537228 CPUtime=52.88
/proc/4461/task/4463/stat : 4463 (java) R 4459 4461 3816 0 -1 4202560 10600 0 1 0 5286 2 0 0 25 0 19 0 944868 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4108978298 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4461/tid=4464] ppid=4459 vsize=1537228 CPUtime=0.04
/proc/4461/task/4464/stat : 4464 (java) S 4459 4461 3816 0 -1 4202560 88 0 0 0 4 0 0 0 15 0 19 0 944868 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 1 0 0 0
[pid=4461/tid=4465] ppid=4459 vsize=1537228 CPUtime=0.04
/proc/4461/task/4465/stat : 4465 (java) S 4459 4461 3816 0 -1 4202560 189 0 0 0 4 0 0 0 15 0 19 0 944868 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4466] ppid=4459 vsize=1537228 CPUtime=0.05
/proc/4461/task/4466/stat : 4466 (java) S 4459 4461 3816 0 -1 4202560 240 0 0 0 5 0 0 0 15 0 19 0 944868 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 4 0 0 0
[pid=4461/tid=4467] ppid=4459 vsize=1537228 CPUtime=0.03
/proc/4461/task/4467/stat : 4467 (java) S 4459 4461 3816 0 -1 4202560 87 0 0 0 3 0 0 0 15 0 19 0 944868 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 3 0 0 0
[pid=4461/tid=4468] ppid=4459 vsize=1537228 CPUtime=0.03
/proc/4461/task/4468/stat : 4468 (java) S 4459 4461 3816 0 -1 4202560 183 0 0 0 3 0 0 0 15 0 19 0 944868 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 7 0 0 0
[pid=4461/tid=4469] ppid=4459 vsize=1537228 CPUtime=0.07
/proc/4461/task/4469/stat : 4469 (java) S 4459 4461 3816 0 -1 4202560 128 0 0 0 7 0 0 0 15 0 19 0 944868 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4470] ppid=4459 vsize=1537228 CPUtime=0.03
/proc/4461/task/4470/stat : 4470 (java) S 4459 4461 3816 0 -1 4202560 123 0 0 0 3 0 0 0 16 0 19 0 944868 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 3 0 0 0
[pid=4461/tid=4471] ppid=4459 vsize=1537228 CPUtime=0.04
/proc/4461/task/4471/stat : 4471 (java) S 4459 4461 3816 0 -1 4202560 178 0 0 0 4 0 0 0 15 0 19 0 944868 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 7 0 0 0
[pid=4461/tid=4472] ppid=4459 vsize=1537228 CPUtime=1.21
/proc/4461/task/4472/stat : 4472 (java) S 4459 4461 3816 0 -1 4202560 1210 0 0 0 119 2 0 0 15 0 19 0 944869 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 0 0 16800975 18446604453949389824 0 0 -1 5 0 0 0
[pid=4461/tid=4473] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4473/stat : 4473 (java) S 4459 4461 3816 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 944870 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4474] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4474/stat : 4474 (java) S 4459 4461 3816 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 944870 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4475] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4475/stat : 4475 (java) S 4459 4461 3816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944872 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4476] ppid=4459 vsize=1537228 CPUtime=0.68
/proc/4461/task/4476/stat : 4476 (java) S 4459 4461 3816 0 -1 4202560 3023 0 0 0 68 0 0 0 15 0 19 0 944872 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 3 0 0 0
[pid=4461/tid=4477] ppid=4459 vsize=1537228 CPUtime=0.54
/proc/4461/task/4477/stat : 4477 (java) S 4459 4461 3816 0 -1 4202560 4114 0 0 0 54 0 0 0 15 0 19 0 944872 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 6 0 0 0
[pid=4461/tid=4478] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4478/stat : 4478 (java) S 4459 4461 3816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944872 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4479] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4479/stat : 4479 (java) S 4459 4461 3816 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 944872 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 1 0 0 0
[pid=4461/tid=4480] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4480/stat : 4480 (java) S 4459 4461 3816 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 944883 1574121472 15857 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 55.77
Current children cumulated vsize (KiB) 1537228

[startup+54.7011 s]
/proc/loadavg: 1.96 2.00 1.96 3/215 4481
/proc/meminfo: memFree=32185820/32951124 swapFree=67111528/67111528
[pid=4461] ppid=4459 vsize=1537228 CPUtime=56.19
/proc/4461/stat : 4461 (java) S 4459 4461 3816 0 -1 4202496 21238 0 1 0 5608 11 0 0 23 0 19 0 944867 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4461/statm: 384307 15862 1444 10 0 381610 0
[pid=4461/tid=4463] ppid=4459 vsize=1537228 CPUtime=53.27
/proc/4461/task/4463/stat : 4463 (java) R 4459 4461 3816 0 -1 4202560 10602 0 1 0 5325 2 0 0 25 0 19 0 944868 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4108937545 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4461/tid=4464] ppid=4459 vsize=1537228 CPUtime=0.04
/proc/4461/task/4464/stat : 4464 (java) S 4459 4461 3816 0 -1 4202560 88 0 0 0 4 0 0 0 15 0 19 0 944868 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 1 0 0 0
[pid=4461/tid=4465] ppid=4459 vsize=1537228 CPUtime=0.04
/proc/4461/task/4465/stat : 4465 (java) S 4459 4461 3816 0 -1 4202560 189 0 0 0 4 0 0 0 15 0 19 0 944868 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4466] ppid=4459 vsize=1537228 CPUtime=0.05
/proc/4461/task/4466/stat : 4466 (java) S 4459 4461 3816 0 -1 4202560 243 0 0 0 5 0 0 0 15 0 19 0 944868 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 4 0 0 0
[pid=4461/tid=4467] ppid=4459 vsize=1537228 CPUtime=0.03
/proc/4461/task/4467/stat : 4467 (java) S 4459 4461 3816 0 -1 4202560 87 0 0 0 3 0 0 0 15 0 19 0 944868 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 3 0 0 0
[pid=4461/tid=4468] ppid=4459 vsize=1537228 CPUtime=0.04
/proc/4461/task/4468/stat : 4468 (java) S 4459 4461 3816 0 -1 4202560 183 0 0 0 4 0 0 0 15 0 19 0 944868 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 7 0 0 0
[pid=4461/tid=4469] ppid=4459 vsize=1537228 CPUtime=0.07
/proc/4461/task/4469/stat : 4469 (java) S 4459 4461 3816 0 -1 4202560 128 0 0 0 7 0 0 0 15 0 19 0 944868 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4470] ppid=4459 vsize=1537228 CPUtime=0.03
/proc/4461/task/4470/stat : 4470 (java) S 4459 4461 3816 0 -1 4202560 124 0 0 0 3 0 0 0 15 0 19 0 944868 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 3 0 0 0
[pid=4461/tid=4471] ppid=4459 vsize=1537228 CPUtime=0.04
/proc/4461/task/4471/stat : 4471 (java) S 4459 4461 3816 0 -1 4202560 178 0 0 0 4 0 0 0 15 0 19 0 944868 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 7 0 0 0
[pid=4461/tid=4472] ppid=4459 vsize=1537228 CPUtime=1.22
/proc/4461/task/4472/stat : 4472 (java) S 4459 4461 3816 0 -1 4202560 1210 0 0 0 120 2 0 0 15 0 19 0 944869 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 0 0 16800975 18446604453949389824 0 0 -1 5 0 0 0
[pid=4461/tid=4473] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4473/stat : 4473 (java) S 4459 4461 3816 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 944870 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4474] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4474/stat : 4474 (java) S 4459 4461 3816 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 944870 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4475] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4475/stat : 4475 (java) S 4459 4461 3816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944872 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4476] ppid=4459 vsize=1537228 CPUtime=0.7
/proc/4461/task/4476/stat : 4476 (java) S 4459 4461 3816 0 -1 4202560 3023 0 0 0 70 0 0 0 16 0 19 0 944872 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 3 0 0 0
[pid=4461/tid=4477] ppid=4459 vsize=1537228 CPUtime=0.54
/proc/4461/task/4477/stat : 4477 (java) S 4459 4461 3816 0 -1 4202560 4114 0 0 0 54 0 0 0 15 0 19 0 944872 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 6 0 0 0
[pid=4461/tid=4478] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4478/stat : 4478 (java) S 4459 4461 3816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944872 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4479] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4479/stat : 4479 (java) S 4459 4461 3816 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 944872 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 1 0 0 0
[pid=4461/tid=4480] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4480/stat : 4480 (java) S 4459 4461 3816 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 944883 1574121472 15862 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 56.19
Current children cumulated vsize (KiB) 1537228

[startup+54.9011 s]
/proc/loadavg: 1.97 2.00 1.96 3/215 4481
/proc/meminfo: memFree=32185820/32951124 swapFree=67111528/67111528
[pid=4461] ppid=4459 vsize=1537228 CPUtime=56.41
/proc/4461/stat : 4461 (java) S 4459 4461 3816 0 -1 4202496 21240 0 1 0 5629 12 0 0 23 0 19 0 944867 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/4461/statm: 384307 15864 1444 10 0 381610 0
[pid=4461/tid=4463] ppid=4459 vsize=1537228 CPUtime=53.46
/proc/4461/task/4463/stat : 4463 (java) S 4459 4461 3816 0 -1 4202560 10602 0 1 0 5344 2 0 0 25 0 19 0 944868 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 7 0 0 0
[pid=4461/tid=4464] ppid=4459 vsize=1537228 CPUtime=0.04
/proc/4461/task/4464/stat : 4464 (java) S 4459 4461 3816 0 -1 4202560 88 0 0 0 4 0 0 0 15 0 19 0 944868 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 1 0 0 0
[pid=4461/tid=4465] ppid=4459 vsize=1537228 CPUtime=0.04
/proc/4461/task/4465/stat : 4465 (java) S 4459 4461 3816 0 -1 4202560 189 0 0 0 4 0 0 0 15 0 19 0 944868 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4466] ppid=4459 vsize=1537228 CPUtime=0.05
/proc/4461/task/4466/stat : 4466 (java) S 4459 4461 3816 0 -1 4202560 243 0 0 0 5 0 0 0 15 0 19 0 944868 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 4 0 0 0
[pid=4461/tid=4467] ppid=4459 vsize=1537228 CPUtime=0.03
/proc/4461/task/4467/stat : 4467 (java) S 4459 4461 3816 0 -1 4202560 87 0 0 0 3 0 0 0 15 0 19 0 944868 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 3 0 0 0
[pid=4461/tid=4468] ppid=4459 vsize=1537228 CPUtime=0.04
/proc/4461/task/4468/stat : 4468 (java) S 4459 4461 3816 0 -1 4202560 183 0 0 0 4 0 0 0 15 0 19 0 944868 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 7 0 0 0
[pid=4461/tid=4469] ppid=4459 vsize=1537228 CPUtime=0.07
/proc/4461/task/4469/stat : 4469 (java) S 4459 4461 3816 0 -1 4202560 128 0 0 0 7 0 0 0 15 0 19 0 944868 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4470] ppid=4459 vsize=1537228 CPUtime=0.03
/proc/4461/task/4470/stat : 4470 (java) S 4459 4461 3816 0 -1 4202560 124 0 0 0 3 0 0 0 15 0 19 0 944868 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 3 0 0 0
[pid=4461/tid=4471] ppid=4459 vsize=1537228 CPUtime=0.04
/proc/4461/task/4471/stat : 4471 (java) S 4459 4461 3816 0 -1 4202560 180 0 0 0 4 0 0 0 15 0 19 0 944868 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 7 0 0 0
[pid=4461/tid=4472] ppid=4459 vsize=1537228 CPUtime=1.23
/proc/4461/task/4472/stat : 4472 (java) R 4459 4461 3816 0 -1 4202560 1210 0 0 0 121 2 0 0 15 0 19 0 944869 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=4461/tid=4473] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4473/stat : 4473 (java) S 4459 4461 3816 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 944870 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4474] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4474/stat : 4474 (java) S 4459 4461 3816 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 944870 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
[pid=4461/tid=4475] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4475/stat : 4475 (java) S 4459 4461 3816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944872 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4476] ppid=4459 vsize=1537228 CPUtime=0.7
/proc/4461/task/4476/stat : 4476 (java) S 4459 4461 3816 0 -1 4202560 3023 0 0 0 70 0 0 0 16 0 19 0 944872 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 3 0 0 0
[pid=4461/tid=4477] ppid=4459 vsize=1537228 CPUtime=0.54
/proc/4461/task/4477/stat : 4477 (java) S 4459 4461 3816 0 -1 4202560 4114 0 0 0 54 0 0 0 15 0 19 0 944872 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 6 0 0 0
[pid=4461/tid=4478] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4478/stat : 4478 (java) S 4459 4461 3816 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 944872 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 2 0 0 0
[pid=4461/tid=4479] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4479/stat : 4479 (java) S 4459 4461 3816 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 944872 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 1 0 0 0
[pid=4461/tid=4480] ppid=4459 vsize=1537228 CPUtime=0
/proc/4461/task/4480/stat : 4480 (java) S 4459 4461 3816 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 944883 1574121472 15864 4089446400 134512640 134550932 4291740640 18446744073709551615 4294960144 0 4 0 16800975 18446604453949389824 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 56.41
Current children cumulated vsize (KiB) 1537228

Child status: 30
Real time (s): 55.0057
CPU time (s): 56.4674
CPU user time (s): 56.3424
CPU system time (s): 0.124981
CPU usage (%): 102.657
Max. virtual memory (cumulated for all children) (KiB): 1546048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.3424
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21255
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= 4443
involuntary context switches= 16657

runsolver used 0.107983 second user time and 0.201969 second system time

The end

Launcher Data

Begin job on node145 at 2010-07-05 12:55:26
IDJOB=2698633
IDBENCH=79203
IDSOLVER=1211
FILE ID=node145/2698633-1278327326
PBS_JOBID= 11207414
Free space on /tmp= 74200 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111227861--soft-0-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698633-1278327326/watcher-2698633-1278327326 -o /tmp/evaluation-result-2698633-1278327326/solver-2698633-1278327326 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698633-1278327326.wbo

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

MD5SUM BENCH= f5c87030c1b11375e21b491121f8695e
RANDOM SEED=2013488725

node145.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.859
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.859
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.859
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.859
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.859
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.859
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.859
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.859
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32243552 kB
Buffers:         26604 kB
Cached:         301524 kB
SwapCached:          0 kB
Active:         360608 kB
Inactive:       246712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32243552 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             540 kB
Writeback:           0 kB
AnonPages:      280108 kB
Mapped:          20264 kB
Slab:            35848 kB
PageTables:       5260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1657472 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74200 MiB
End job on node145 at 2010-07-05 12:56:21