Trace number 2698699

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 58.953 57.6091

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111221203--soft-0-100-0.wbo
MD5SUMf13e124cee089e765b8a95beaa9c7cdd
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.460929
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1228
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.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c version 2.2.1.v20100705
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.04/0.07	c java.vm.version	11.2-b01
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	32
0.04/0.07	c java.version		1.6.0_12
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.18-164.el5
0.04/0.07	c os.arch		i386
0.04/0.07	c Free memory 		1393557488
0.04/0.07	c Max memory 		1395916800
0.04/0.07	c Total memory 		1395916800
0.04/0.07	c Number of processors 	8
0.04/0.09	c Pseudo Boolean Optimization
0.04/0.09	c --- Begin Solver configuration ---
0.04/0.09	c Stops conflict analysis at the first Unique Implication Point
0.04/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.04/0.09	c Learn all clauses as in MiniSAT
0.04/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.09	c Expensive reason simplification
0.04/0.09	c Armin Biere (Picosat) restarts strategy
0.04/0.09	c Glucose learned constraints deletion strategy
0.04/0.09	c timeout=2147483s
0.04/0.09	c DB Simplification allowed=false
0.04/0.09	c --- End Solver configuration ---
0.04/0.09	c solving HOME/instance-2698699-1278327479.wbo
0.04/0.09	c reading problem ... 
0.12/0.15	c ... done. Wall clock time 0.054s.
0.12/0.15	c #vars     270
0.12/0.15	c #constraints  101
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.12/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.31/0.25	c SATISFIABLE
0.31/0.25	c OPTIMIZING...
0.31/0.25	c Got one! Elapsed wall clock time (in seconds):0.159
0.31/0.25	o 745
0.61/0.30	c Got one! Elapsed wall clock time (in seconds):0.204
0.61/0.30	o 717
0.61/0.33	c Got one! Elapsed wall clock time (in seconds):0.235
0.61/0.33	o 590
0.61/0.35	c Got one! Elapsed wall clock time (in seconds):0.254
0.61/0.35	o 589
0.61/0.38	c Got one! Elapsed wall clock time (in seconds):0.286
0.61/0.38	o 580
0.80/0.42	c Got one! Elapsed wall clock time (in seconds):0.323
0.80/0.42	o 557
0.80/0.44	c Got one! Elapsed wall clock time (in seconds):0.344
0.80/0.44	o 499
0.80/0.46	c Got one! Elapsed wall clock time (in seconds):0.364
0.80/0.46	o 494
0.96/0.50	c Got one! Elapsed wall clock time (in seconds):0.408
0.96/0.50	o 488
0.96/0.54	c Got one! Elapsed wall clock time (in seconds):0.446
0.96/0.54	o 471
1.08/0.60	c Got one! Elapsed wall clock time (in seconds):0.512
1.08/0.60	o 468
1.08/0.67	c cleaning 2498 clauses out of 5000 with flag 5000/5000
1.08/0.68	c Got one! Elapsed wall clock time (in seconds):0.586
1.08/0.68	o 458
1.30/0.85	c Got one! Elapsed wall clock time (in seconds):0.754
1.30/0.85	o 444
1.40/0.91	c Got one! Elapsed wall clock time (in seconds):0.817
1.40/0.91	o 442
1.40/0.98	c Got one! Elapsed wall clock time (in seconds):0.892
1.40/0.98	o 387
1.40/1.00	c Got one! Elapsed wall clock time (in seconds):0.906
1.40/1.00	o 369
1.51/1.02	c Got one! Elapsed wall clock time (in seconds):0.927
1.51/1.02	o 360
1.51/1.06	c Got one! Elapsed wall clock time (in seconds):0.965
1.51/1.06	o 329
1.51/1.09	c cleaning 4249 clauses out of 8504 with flag 11002/11002
1.69/1.17	c Got one! Elapsed wall clock time (in seconds):1.076
1.69/1.17	o 322
2.09/1.55	c cleaning 5624 clauses out of 11257 with flag 18004/18004
2.39/1.86	c Got one! Elapsed wall clock time (in seconds):1.771
2.39/1.86	o 312
2.49/1.91	c Got one! Elapsed wall clock time (in seconds):1.816
2.49/1.91	o 227
2.59/2.07	c cleaning 6808 clauses out of 13629 with flag 26000/26000
3.21/2.65	c cleaning 7907 clauses out of 15821 with flag 35000/35000
3.61/3.06	c Got one! Elapsed wall clock time (in seconds):2.968
3.61/3.06	o 188
3.92/3.35	c cleaning 8955 clauses out of 17917 with flag 45003/45003
4.51/3.97	c Got one! Elapsed wall clock time (in seconds):3.878
4.51/3.97	o 180
4.64/4.01	c cleaning 9478 clauses out of 18959 with flag 55000/55000
4.85/4.15	c Got one! Elapsed wall clock time (in seconds):4.054
4.85/4.15	o 162
5.09/4.28	c Got one! Elapsed wall clock time (in seconds):4.191
5.09/4.28	o 161
5.67/4.73	c cleaning 9739 clauses out of 19483 with flag 65002/65002
5.77/4.82	c Got one! Elapsed wall clock time (in seconds):4.722
5.77/4.82	o 141
6.07/5.17	c Got one! Elapsed wall clock time (in seconds):5.08
6.07/5.17	o 140
6.29/5.40	c cleaning 9869 clauses out of 19743 with flag 75001/75001
6.99/6.04	c cleaning 9931 clauses out of 19874 with flag 85001/85001
7.69/6.75	c cleaning 9967 clauses out of 19942 with flag 95000/95000
8.29/7.32	c Got one! Elapsed wall clock time (in seconds):7.229
8.29/7.32	o 137
8.29/7.39	c cleaning 9986 clauses out of 19975 with flag 105000/105000
8.89/7.98	c cleaning 9994 clauses out of 19992 with flag 115003/115003
9.09/8.19	c Got one! Elapsed wall clock time (in seconds):8.096
9.09/8.19	o 132
9.59/8.66	c cleaning 9993 clauses out of 19997 with flag 125002/125002
10.19/9.29	c cleaning 9993 clauses out of 20002 with flag 135000/135000
10.90/9.96	c cleaning 10001 clauses out of 20009 with flag 145000/145000
11.69/10.70	c cleaning 9998 clauses out of 20008 with flag 155000/155000
12.00/11.03	c Got one! Elapsed wall clock time (in seconds):10.938
12.00/11.03	o 125
12.39/11.40	c cleaning 9996 clauses out of 20010 with flag 165000/165000
12.91/12.00	c cleaning 9996 clauses out of 20014 with flag 175000/175000
13.31/12.32	c Got one! Elapsed wall clock time (in seconds):12.225
13.31/12.32	o 114
13.62/12.62	c cleaning 10002 clauses out of 20018 with flag 185000/185000
14.22/13.23	c cleaning 10006 clauses out of 20018 with flag 195002/195002
14.84/13.89	c cleaning 10004 clauses out of 20011 with flag 205001/205001
15.01/13.97	c Got one! Elapsed wall clock time (in seconds):13.875
15.01/13.97	o 106
15.75/14.52	c cleaning 9999 clauses out of 20007 with flag 215001/215001
16.45/15.23	c cleaning 9995 clauses out of 20009 with flag 225002/225002
17.15/15.95	c cleaning 10002 clauses out of 20013 with flag 235001/235001
17.86/16.66	c cleaning 9998 clauses out of 20010 with flag 245000/245000
18.56/17.34	c Got one! Elapsed wall clock time (in seconds):17.249
18.56/17.34	o 88
18.66/17.46	c cleaning 10001 clauses out of 20012 with flag 255000/255000
19.26/18.03	c cleaning 9999 clauses out of 20011 with flag 265000/265000
19.86/18.61	c cleaning 10006 clauses out of 20014 with flag 275002/275002
20.46/19.21	c cleaning 9999 clauses out of 20007 with flag 285001/285001
21.07/19.83	c cleaning 10001 clauses out of 20009 with flag 295002/295002
21.66/20.48	c cleaning 9999 clauses out of 20006 with flag 305000/305000
22.36/21.14	c cleaning 9997 clauses out of 20007 with flag 315000/315000
22.96/21.77	c cleaning 10002 clauses out of 20010 with flag 325000/325000
23.66/22.43	c cleaning 9996 clauses out of 20008 with flag 335000/335000
24.27/23.06	c cleaning 9991 clauses out of 20012 with flag 345000/345000
24.37/23.11	c Got one! Elapsed wall clock time (in seconds):23.013
24.37/23.11	o 69
24.86/23.60	c cleaning 10008 clauses out of 20022 with flag 355001/355001
25.37/24.14	c cleaning 10004 clauses out of 20015 with flag 365002/365002
25.96/24.76	c cleaning 10000 clauses out of 20009 with flag 375000/375000
26.56/25.35	c cleaning 9992 clauses out of 20009 with flag 385000/385000
26.96/25.73	c Got one! Elapsed wall clock time (in seconds):25.635
26.96/25.73	o 57
27.16/25.96	c cleaning 10005 clauses out of 20017 with flag 395000/395000
27.78/26.54	c cleaning 9999 clauses out of 20012 with flag 405000/405000
28.37/27.14	c cleaning 10002 clauses out of 20013 with flag 415000/415000
28.98/27.72	c cleaning 10001 clauses out of 20012 with flag 425001/425001
29.08/27.89	c Got one! Elapsed wall clock time (in seconds):27.801
29.08/27.89	o 56
29.58/28.32	c cleaning 10001 clauses out of 20010 with flag 435000/435000
30.18/28.92	c cleaning 10002 clauses out of 20009 with flag 445000/445000
30.79/29.55	c cleaning 9999 clauses out of 20007 with flag 455000/455000
31.49/30.22	c cleaning 9998 clauses out of 20008 with flag 465000/465000
32.09/30.82	c cleaning 10003 clauses out of 20011 with flag 475001/475001
32.29/31.03	c Got one! Elapsed wall clock time (in seconds):30.942
32.29/31.03	o 49
32.60/31.36	c Got one! Elapsed wall clock time (in seconds):31.265
32.60/31.36	o 48
32.70/31.43	c cleaning 9996 clauses out of 20007 with flag 485000/485000
33.30/32.02	c cleaning 10003 clauses out of 20012 with flag 495001/495001
33.90/32.68	c cleaning 10000 clauses out of 20008 with flag 505000/505000
34.51/33.24	c cleaning 9996 clauses out of 20009 with flag 515001/515001
34.80/33.55	c Got one! Elapsed wall clock time (in seconds):33.457
34.80/33.55	o 31
35.10/33.88	c cleaning 10003 clauses out of 20013 with flag 525001/525001
35.71/34.45	c cleaning 10001 clauses out of 20010 with flag 535001/535001
36.31/35.06	c cleaning 9998 clauses out of 20009 with flag 545001/545001
37.01/35.74	c cleaning 9999 clauses out of 20012 with flag 555002/555002
37.62/36.35	c cleaning 10003 clauses out of 20012 with flag 565001/565001
38.21/36.97	c cleaning 9999 clauses out of 20008 with flag 575000/575000
38.41/37.14	c Got one! Elapsed wall clock time (in seconds):37.044
38.41/37.14	o 29
38.81/37.52	c cleaning 10003 clauses out of 20011 with flag 585002/585002
39.31/38.09	c cleaning 9998 clauses out of 20006 with flag 595000/595000
39.91/38.65	c cleaning 9996 clauses out of 20008 with flag 605000/605000
40.51/39.22	c cleaning 10003 clauses out of 20016 with flag 615004/615004
41.01/39.75	c cleaning 9996 clauses out of 20009 with flag 625000/625000
41.21/39.91	c Got one! Elapsed wall clock time (in seconds):39.815
41.21/39.91	o 25
41.51/40.29	c cleaning 10004 clauses out of 20015 with flag 635002/635002
42.11/40.82	c cleaning 10001 clauses out of 20011 with flag 645002/645002
42.61/41.36	c cleaning 10001 clauses out of 20008 with flag 655000/655000
43.12/41.88	c cleaning 9998 clauses out of 20007 with flag 665000/665000
43.72/42.40	c cleaning 10000 clauses out of 20010 with flag 675001/675001
44.22/42.95	c cleaning 10001 clauses out of 20010 with flag 685001/685001
44.72/43.46	c cleaning 10001 clauses out of 20008 with flag 695000/695000
45.22/43.94	c cleaning 9997 clauses out of 20007 with flag 705000/705000
45.72/44.43	c cleaning 9999 clauses out of 20011 with flag 715001/715001
46.12/44.87	c cleaning 10002 clauses out of 20014 with flag 725003/725003
46.52/45.27	c cleaning 10000 clauses out of 20009 with flag 735000/735000
47.02/45.71	c cleaning 9995 clauses out of 20009 with flag 745000/745000
47.43/46.14	c cleaning 10002 clauses out of 20016 with flag 755002/755002
47.72/46.43	c Got one! Elapsed wall clock time (in seconds):46.337
47.72/46.43	o 22
47.92/46.62	c cleaning 10003 clauses out of 20012 with flag 765000/765000
48.33/47.09	c cleaning 10002 clauses out of 20013 with flag 775004/775004
48.83/47.58	c cleaning 9999 clauses out of 20007 with flag 785000/785000
49.43/48.10	c cleaning 10000 clauses out of 20009 with flag 795001/795001
49.93/48.69	c cleaning 9998 clauses out of 20008 with flag 805000/805000
50.53/49.20	c cleaning 10003 clauses out of 20011 with flag 815001/815001
50.93/49.64	c cleaning 10001 clauses out of 20010 with flag 825003/825003
51.33/50.09	c cleaning 10002 clauses out of 20007 with flag 835001/835001
51.84/50.58	c cleaning 10000 clauses out of 20008 with flag 845004/845004
52.33/51.02	c cleaning 9997 clauses out of 20004 with flag 855000/855000
52.73/51.49	c cleaning 9994 clauses out of 20007 with flag 865000/865000
53.23/51.97	c cleaning 10002 clauses out of 20018 with flag 875005/875005
53.34/52.09	c Got one! Elapsed wall clock time (in seconds):51.992
53.34/52.09	o 3
53.74/52.43	c cleaning 10001 clauses out of 20011 with flag 885000/885000
54.14/52.88	c cleaning 10003 clauses out of 20013 with flag 895003/895003
54.64/53.35	c cleaning 9995 clauses out of 20007 with flag 905000/905000
55.14/53.86	c cleaning 10003 clauses out of 20014 with flag 915002/915002
55.64/54.32	c cleaning 10005 clauses out of 20017 with flag 925008/925008
56.14/54.82	c cleaning 9999 clauses out of 20004 with flag 935000/935000
56.64/55.30	c cleaning 10001 clauses out of 20005 with flag 945000/945000
57.04/55.75	c cleaning 9996 clauses out of 20004 with flag 955000/955000
57.04/55.77	c Got one! Elapsed wall clock time (in seconds):55.679
57.04/55.77	o 2
57.44/56.19	c cleaning 10002 clauses out of 20009 with flag 965001/965001
57.94/56.62	c cleaning 9998 clauses out of 20009 with flag 975003/975003
58.35/57.06	c cleaning 10002 clauses out of 20010 with flag 985002/985002
58.85/57.52	c cleaning 9997 clauses out of 20006 with flag 995000/995000
58.85/57.58	c Got one! Elapsed wall clock time (in seconds):57.484
58.85/57.58	o 1
58.85/57.59	c starts		: 215
58.85/57.59	c conflicts		: 996202
58.85/57.59	c decisions		: 1611950
58.85/57.59	c propagations		: 26753761
58.85/57.59	c inspects		: 257550339
58.85/57.59	c learnt literals	: 0
58.85/57.59	c learnt binary clauses	: 55
58.85/57.59	c learnt ternary clauses	: 1017
58.85/57.59	c learnt clauses	: 996202
58.85/57.59	c ignored clauses	: 0
58.85/57.59	c root simplifications	: 0
58.85/57.59	c removed literals (reason simplification)	: 6579019
58.85/57.59	c reason swapping (by a shorter reason)	: 0
58.85/57.59	c Calls to reduceDB	: 101
58.85/57.59	c number of reductions to clauses (during analyze)	: 0
58.85/57.59	c number of learned constraints concerned by reduction	: 0
58.85/57.59	c number of learning phase by resolution	: 0
58.85/57.59	c number of learning phase by cutting planes	: 0
58.85/57.59	c speed (assignments/second)	: 2.972640111111111E9
58.85/57.59	c non guided choices	2813
58.85/57.59	c learnt constraints type 
58.85/57.59	c constraints type 
58.85/57.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
58.85/57.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
58.85/57.59	s OPTIMUM FOUND
58.85/57.59	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 
58.85/57.59	c objective function=1
58.85/57.59	c Total wall clock time (in seconds): 57.494

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698699-1278327479/watcher-2698699-1278327479 -o /tmp/evaluation-result-2698699-1278327479/solver-2698699-1278327479 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698699-1278327479.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: 2.04 1.99 1.91 3/196 4403
/proc/meminfo: memFree=32418852/32951124 swapFree=67111528/67111528
[pid=4403] ppid=4401 vsize=13164 CPUtime=0
/proc/4403/stat : 4403 (java) R 4401 4403 3797 0 -1 4194304 652 0 0 0 0 0 0 0 25 0 1 0 961406 13479936 283 4089446400 134512640 134550932 4286604144 18446744073709551615 6592123 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4403/statm: 3291 289 141 10 0 1121 0

[startup+0.0624771 s]
/proc/loadavg: 2.04 1.99 1.91 3/196 4403
/proc/meminfo: memFree=32418852/32951124 swapFree=67111528/67111528
[pid=4403] ppid=4401 vsize=1528424 CPUtime=0.04
/proc/4403/stat : 4403 (java) S 4401 4403 3797 0 -1 4202496 4205 0 1 0 4 0 0 0 25 0 18 0 961406 1565106176 3644 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4403/statm: 382106 3644 1089 10 0 379409 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1528424

[startup+0.10051 s]
/proc/loadavg: 2.04 1.99 1.91 3/196 4403
/proc/meminfo: memFree=32418852/32951124 swapFree=67111528/67111528
[pid=4403] ppid=4401 vsize=1529588 CPUtime=0.12
/proc/4403/stat : 4403 (java) S 4401 4403 3797 0 -1 4202496 5208 0 1 0 11 1 0 0 25 0 18 0 961406 1566298112 4645 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4403/statm: 382397 4646 1347 10 0 379700 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529588

[startup+0.300437 s]
/proc/loadavg: 2.04 1.99 1.91 3/196 4403
/proc/meminfo: memFree=32418852/32951124 swapFree=67111528/67111528
[pid=4403] ppid=4401 vsize=1533312 CPUtime=0.61
/proc/4403/stat : 4403 (java) S 4401 4403 3797 0 -1 4202496 6861 0 1 0 60 1 0 0 25 0 19 0 961406 1570111488 6197 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4403/statm: 383328 6198 1418 10 0 380631 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1533312

[startup+0.700372 s]
/proc/loadavg: 2.04 1.99 1.91 3/196 4403
/proc/meminfo: memFree=32418852/32951124 swapFree=67111528/67111528
[pid=4403] ppid=4401 vsize=1533312 CPUtime=1.2
/proc/4403/stat : 4403 (java) S 4401 4403 3797 0 -1 4202496 9909 0 1 0 119 1 0 0 25 0 19 0 961406 1570111488 9244 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4403/statm: 383328 9244 1439 10 0 380631 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1533312

[startup+1.50124 s]
/proc/loadavg: 2.04 1.99 1.91 3/215 4422
/proc/meminfo: memFree=32387708/32951124 swapFree=67111528/67111528
[pid=4403] ppid=4401 vsize=1533312 CPUtime=2.09
/proc/4403/stat : 4403 (java) S 4401 4403 3797 0 -1 4202496 10602 0 1 0 208 1 0 0 25 0 19 0 961406 1570111488 9935 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4403/statm: 383328 9935 1440 10 0 380631 0
[pid=4403/tid=4405] ppid=4401 vsize=1533312 CPUtime=1.46
/proc/4403/task/4405/stat : 4405 (java) R 4401 4403 3797 0 -1 4202560 6770 0 1 0 146 0 0 0 25 0 19 0 961407 1570111488 9935 4089446400 134512640 134550932 4286604144 18446744073709551615 4108985267 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4403/tid=4406] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4406/stat : 4406 (java) S 4401 4403 3797 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 19 0 961407 1570111488 9935 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4407] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4407/stat : 4407 (java) S 4401 4403 3797 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 961407 1570111488 9935 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4408] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4408/stat : 4408 (java) S 4401 4403 3797 0 -1 4202560 108 0 0 0 0 0 0 0 16 0 19 0 961407 1570111488 9935 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4409] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4409/stat : 4409 (java) S 4401 4403 3797 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 961407 1570111488 9936 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4410] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4410/stat : 4410 (java) S 4401 4403 3797 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 961407 1570111488 9936 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4411] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4411/stat : 4411 (java) S 4401 4403 3797 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 961407 1570111488 9936 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4412] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4412/stat : 4412 (java) S 4401 4403 3797 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 19 0 961407 1570111488 9936 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4413] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4413/stat : 4413 (java) S 4401 4403 3797 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 19 0 961407 1570111488 9936 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4414] ppid=4401 vsize=1533312 CPUtime=0.01
/proc/4403/task/4414/stat : 4414 (java) S 4401 4403 3797 0 -1 4202560 383 0 0 0 1 0 0 0 15 0 19 0 961408 1570111488 9936 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4415] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4415/stat : 4415 (java) S 4401 4403 3797 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 961408 1570111488 9936 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4416] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4416/stat : 4416 (java) S 4401 4403 3797 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 961409 1570111488 9936 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4417] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4417/stat : 4417 (java) S 4401 4403 3797 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 961411 1570111488 9936 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4418] ppid=4401 vsize=1533312 CPUtime=0.33
/proc/4403/task/4418/stat : 4418 (java) S 4401 4403 3797 0 -1 4202560 831 0 0 0 33 0 0 0 17 0 19 0 961411 1570111488 9936 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4419] ppid=4401 vsize=1533312 CPUtime=0.26
/proc/4403/task/4419/stat : 4419 (java) S 4401 4403 3797 0 -1 4202560 878 0 0 0 26 0 0 0 15 0 19 0 961411 1570111488 9937 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 3 0 0 0
[pid=4403/tid=4420] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4420/stat : 4420 (java) S 4401 4403 3797 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 961411 1570111488 9937 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4421] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4421/stat : 4421 (java) S 4401 4403 3797 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 961411 1570111488 9937 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4422] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4422/stat : 4422 (java) S 4401 4403 3797 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 961422 1570111488 9938 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 1533312

[startup+3.10097 s]
/proc/loadavg: 2.04 1.99 1.91 3/215 4422
/proc/meminfo: memFree=32379028/32951124 swapFree=67111528/67111528
[pid=4403] ppid=4401 vsize=1533312 CPUtime=3.71
/proc/4403/stat : 4403 (java) S 4401 4403 3797 0 -1 4202496 13566 0 1 0 370 1 0 0 25 0 19 0 961406 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4403/statm: 383328 12896 1442 10 0 380631 0
[pid=4403/tid=4405] ppid=4401 vsize=1533312 CPUtime=3.03
/proc/4403/task/4405/stat : 4405 (java) R 4401 4403 3797 0 -1 4202560 9415 0 1 0 302 1 0 0 25 0 19 0 961407 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4108989180 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4403/tid=4406] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4406/stat : 4406 (java) S 4401 4403 3797 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 961407 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4407] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4407/stat : 4407 (java) S 4401 4403 3797 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 961407 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4408] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4408/stat : 4408 (java) S 4401 4403 3797 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 961407 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4409] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4409/stat : 4409 (java) S 4401 4403 3797 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 19 0 961407 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4410] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4410/stat : 4410 (java) S 4401 4403 3797 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 961407 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4411] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4411/stat : 4411 (java) S 4401 4403 3797 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 961407 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4412] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4412/stat : 4412 (java) S 4401 4403 3797 0 -1 4202560 226 0 0 0 0 0 0 0 16 0 19 0 961407 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4413] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4413/stat : 4413 (java) S 4401 4403 3797 0 -1 4202560 172 0 0 0 0 0 0 0 16 0 19 0 961407 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4414] ppid=4401 vsize=1533312 CPUtime=0.04
/proc/4403/task/4414/stat : 4414 (java) S 4401 4403 3797 0 -1 4202560 543 0 0 0 4 0 0 0 15 0 19 0 961408 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4415] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4415/stat : 4415 (java) S 4401 4403 3797 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 961408 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4416] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4416/stat : 4416 (java) S 4401 4403 3797 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 961409 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4417] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4417/stat : 4417 (java) S 4401 4403 3797 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 961411 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4418] ppid=4401 vsize=1533312 CPUtime=0.33
/proc/4403/task/4418/stat : 4418 (java) S 4401 4403 3797 0 -1 4202560 832 0 0 0 33 0 0 0 15 0 19 0 961411 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4419] ppid=4401 vsize=1533312 CPUtime=0.28
/proc/4403/task/4419/stat : 4419 (java) S 4401 4403 3797 0 -1 4202560 886 0 0 0 28 0 0 0 15 0 19 0 961411 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 3 0 0 0
[pid=4403/tid=4420] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4420/stat : 4420 (java) S 4401 4403 3797 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 961411 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4421] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4421/stat : 4421 (java) S 4401 4403 3797 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 961411 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4422] ppid=4401 vsize=1533312 CPUtime=0
/proc/4403/task/4422/stat : 4422 (java) S 4401 4403 3797 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 961422 1570111488 12896 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 1533312

[startup+6.30143 s]
/proc/loadavg: 2.04 1.99 1.91 3/215 4422
/proc/meminfo: memFree=32356300/32951124 swapFree=67111528/67111528
[pid=4403] ppid=4401 vsize=1544396 CPUtime=7.29
/proc/4403/stat : 4403 (java) S 4401 4403 3797 0 -1 4202496 19863 0 1 0 727 2 0 0 25 0 19 0 961406 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4403/statm: 386099 17079 1444 10 0 383402 0
[pid=4403/tid=4405] ppid=4401 vsize=1544396 CPUtime=6.18
/proc/4403/task/4405/stat : 4405 (java) R 4401 4403 3797 0 -1 4202560 10611 0 1 0 617 1 0 0 18 0 19 0 961407 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4109058367 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4403/tid=4406] ppid=4401 vsize=1544396 CPUtime=0
/proc/4403/task/4406/stat : 4406 (java) S 4401 4403 3797 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 961407 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4407] ppid=4401 vsize=1544396 CPUtime=0
/proc/4403/task/4407/stat : 4407 (java) S 4401 4403 3797 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 961407 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4408] ppid=4401 vsize=1544396 CPUtime=0
/proc/4403/task/4408/stat : 4408 (java) S 4401 4403 3797 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 961407 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4409] ppid=4401 vsize=1544396 CPUtime=0
/proc/4403/task/4409/stat : 4409 (java) S 4401 4403 3797 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 961407 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4410] ppid=4401 vsize=1544396 CPUtime=0
/proc/4403/task/4410/stat : 4410 (java) S 4401 4403 3797 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 961407 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4411] ppid=4401 vsize=1544396 CPUtime=0
/proc/4403/task/4411/stat : 4411 (java) S 4401 4403 3797 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 961407 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4412] ppid=4401 vsize=1544396 CPUtime=0
/proc/4403/task/4412/stat : 4412 (java) S 4401 4403 3797 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 19 0 961407 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4413] ppid=4401 vsize=1544396 CPUtime=0
/proc/4403/task/4413/stat : 4413 (java) S 4401 4403 3797 0 -1 4202560 172 0 0 0 0 0 0 0 15 0 19 0 961407 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4414] ppid=4401 vsize=1544396 CPUtime=0.08
/proc/4403/task/4414/stat : 4414 (java) S 4401 4403 3797 0 -1 4202560 750 0 0 0 8 0 0 0 15 0 19 0 961408 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4415] ppid=4401 vsize=1544396 CPUtime=0
/proc/4403/task/4415/stat : 4415 (java) S 4401 4403 3797 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 961408 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4416] ppid=4401 vsize=1544396 CPUtime=0
/proc/4403/task/4416/stat : 4416 (java) S 4401 4403 3797 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 961409 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4417] ppid=4401 vsize=1544396 CPUtime=0
/proc/4403/task/4417/stat : 4417 (java) S 4401 4403 3797 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 961411 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4418] ppid=4401 vsize=1544396 CPUtime=0.44
/proc/4403/task/4418/stat : 4418 (java) S 4401 4403 3797 0 -1 4202560 1684 0 0 0 44 0 0 0 15 0 19 0 961411 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4419] ppid=4401 vsize=1544396 CPUtime=0.54
/proc/4403/task/4419/stat : 4419 (java) S 4401 4403 3797 0 -1 4202560 4901 0 0 0 54 0 0 0 16 0 19 0 961411 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 3 0 0 0
[pid=4403/tid=4420] ppid=4401 vsize=1544396 CPUtime=0
/proc/4403/task/4420/stat : 4420 (java) S 4401 4403 3797 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 961411 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4421] ppid=4401 vsize=1544396 CPUtime=0
/proc/4403/task/4421/stat : 4421 (java) S 4401 4403 3797 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 961411 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4422] ppid=4401 vsize=1544396 CPUtime=0
/proc/4403/task/4422/stat : 4422 (java) S 4401 4403 3797 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 961422 1581461504 17079 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 1544396

[startup+12.7014 s]
/proc/loadavg: 2.04 1.99 1.91 3/215 4422
/proc/meminfo: memFree=32350176/32951124 swapFree=67111528/67111528
[pid=4403] ppid=4401 vsize=1544396 CPUtime=13.72
/proc/4403/stat : 4403 (java) S 4401 4403 3797 0 -1 4202496 20274 0 1 0 1369 3 0 0 25 0 19 0 961406 1581461504 17480 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4403/statm: 386099 17480 1444 10 0 383402 0
[pid=4403/tid=4405] ppid=4401 vsize=1544396 CPUtime=12.46
/proc/4403/task/4405/stat : 4405 (java) R 4401 4403 3797 0 -1 4202560 10902 0 1 0 1245 1 0 0 18 0 19 0 961407 1581461504 17480 4089446400 134512640 134550932 4286604144 18446744073709551615 4108990407 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4403/tid=4406] ppid=4401 vsize=1544396 CPUtime=0
/proc/4403/task/4406/stat : 4406 (java) S 4401 4403 3797 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 961407 1581461504 17480 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0

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

/proc/4403/task/4406/stat : 4406 (java) S 4401 4403 3797 0 -1 4202560 114 0 0 0 2 0 0 0 16 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4407] ppid=4401 vsize=1543252 CPUtime=0.02
/proc/4403/task/4407/stat : 4407 (java) S 4401 4403 3797 0 -1 4202560 16 0 0 0 2 0 0 0 15 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4408] ppid=4401 vsize=1543252 CPUtime=0.03
/proc/4403/task/4408/stat : 4408 (java) S 4401 4403 3797 0 -1 4202560 159 0 0 0 3 0 0 0 15 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4409] ppid=4401 vsize=1543252 CPUtime=0.02
/proc/4403/task/4409/stat : 4409 (java) S 4401 4403 3797 0 -1 4202560 53 0 0 0 2 0 0 0 15 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4410] ppid=4401 vsize=1543252 CPUtime=0.02
/proc/4403/task/4410/stat : 4410 (java) S 4401 4403 3797 0 -1 4202560 99 0 0 0 2 0 0 0 15 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4411] ppid=4401 vsize=1543252 CPUtime=0.03
/proc/4403/task/4411/stat : 4411 (java) S 4401 4403 3797 0 -1 4202560 67 0 0 0 3 0 0 0 16 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4412] ppid=4401 vsize=1543252 CPUtime=0.03
/proc/4403/task/4412/stat : 4412 (java) S 4401 4403 3797 0 -1 4202560 232 0 0 0 3 0 0 0 15 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4413] ppid=4401 vsize=1543252 CPUtime=0.02
/proc/4403/task/4413/stat : 4413 (java) S 4401 4403 3797 0 -1 4202560 181 0 0 0 2 0 0 0 16 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4414] ppid=4401 vsize=1543252 CPUtime=1.04
/proc/4403/task/4414/stat : 4414 (java) S 4401 4403 3797 0 -1 4202560 1198 0 0 0 103 1 0 0 16 0 19 0 961408 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4415] ppid=4401 vsize=1543252 CPUtime=0
/proc/4403/task/4415/stat : 4415 (java) S 4401 4403 3797 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 961408 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4416] ppid=4401 vsize=1543252 CPUtime=0
/proc/4403/task/4416/stat : 4416 (java) S 4401 4403 3797 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 961409 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4417] ppid=4401 vsize=1543252 CPUtime=0
/proc/4403/task/4417/stat : 4417 (java) S 4401 4403 3797 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 961411 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4418] ppid=4401 vsize=1543252 CPUtime=0.66
/proc/4403/task/4418/stat : 4418 (java) S 4401 4403 3797 0 -1 4202560 1739 0 0 0 66 0 0 0 15 0 19 0 961411 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4419] ppid=4401 vsize=1543252 CPUtime=0.6
/proc/4403/task/4419/stat : 4419 (java) S 4401 4403 3797 0 -1 4202560 4904 0 0 0 60 0 0 0 15 0 19 0 961411 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 3 0 0 0
[pid=4403/tid=4420] ppid=4401 vsize=1543252 CPUtime=0
/proc/4403/task/4420/stat : 4420 (java) S 4401 4403 3797 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 961411 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4421] ppid=4401 vsize=1543252 CPUtime=0
/proc/4403/task/4421/stat : 4421 (java) S 4401 4403 3797 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 961411 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4422] ppid=4401 vsize=1543252 CPUtime=0
/proc/4403/task/4422/stat : 4422 (java) S 4401 4403 3797 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 961422 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 58.05
Current children cumulated vsize (KiB) 1543252

[startup+57.1009 s]
/proc/loadavg: 2.07 2.00 1.92 3/215 4423
/proc/meminfo: memFree=32343608/32951124 swapFree=67111528/67111528
[pid=4403] ppid=4401 vsize=1543252 CPUtime=58.46
/proc/4403/stat : 4403 (java) S 4401 4403 3797 0 -1 4202496 21533 0 1 0 5841 5 0 0 25 0 19 0 961406 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4403/statm: 385813 18394 1444 10 0 383116 0
[pid=4403/tid=4405] ppid=4401 vsize=1543252 CPUtime=55.87
/proc/4403/task/4405/stat : 4405 (java) R 4401 4403 3797 0 -1 4202560 11702 0 1 0 5586 1 0 0 25 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4109086330 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4403/tid=4406] ppid=4401 vsize=1543252 CPUtime=0.02
/proc/4403/task/4406/stat : 4406 (java) S 4401 4403 3797 0 -1 4202560 114 0 0 0 2 0 0 0 15 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4407] ppid=4401 vsize=1543252 CPUtime=0.02
/proc/4403/task/4407/stat : 4407 (java) S 4401 4403 3797 0 -1 4202560 16 0 0 0 2 0 0 0 16 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4408] ppid=4401 vsize=1543252 CPUtime=0.03
/proc/4403/task/4408/stat : 4408 (java) S 4401 4403 3797 0 -1 4202560 159 0 0 0 3 0 0 0 15 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4409] ppid=4401 vsize=1543252 CPUtime=0.02
/proc/4403/task/4409/stat : 4409 (java) S 4401 4403 3797 0 -1 4202560 53 0 0 0 2 0 0 0 16 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4410] ppid=4401 vsize=1543252 CPUtime=0.02
/proc/4403/task/4410/stat : 4410 (java) S 4401 4403 3797 0 -1 4202560 99 0 0 0 2 0 0 0 15 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4411] ppid=4401 vsize=1543252 CPUtime=0.03
/proc/4403/task/4411/stat : 4411 (java) S 4401 4403 3797 0 -1 4202560 67 0 0 0 3 0 0 0 16 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4412] ppid=4401 vsize=1543252 CPUtime=0.03
/proc/4403/task/4412/stat : 4412 (java) S 4401 4403 3797 0 -1 4202560 232 0 0 0 3 0 0 0 15 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4413] ppid=4401 vsize=1543252 CPUtime=0.02
/proc/4403/task/4413/stat : 4413 (java) S 4401 4403 3797 0 -1 4202560 181 0 0 0 2 0 0 0 16 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4414] ppid=4401 vsize=1543252 CPUtime=1.05
/proc/4403/task/4414/stat : 4414 (java) S 4401 4403 3797 0 -1 4202560 1198 0 0 0 104 1 0 0 16 0 19 0 961408 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4415] ppid=4401 vsize=1543252 CPUtime=0
/proc/4403/task/4415/stat : 4415 (java) S 4401 4403 3797 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 961408 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4416] ppid=4401 vsize=1543252 CPUtime=0
/proc/4403/task/4416/stat : 4416 (java) S 4401 4403 3797 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 961409 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4417] ppid=4401 vsize=1543252 CPUtime=0
/proc/4403/task/4417/stat : 4417 (java) S 4401 4403 3797 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 961411 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4418] ppid=4401 vsize=1543252 CPUtime=0.66
/proc/4403/task/4418/stat : 4418 (java) S 4401 4403 3797 0 -1 4202560 1739 0 0 0 66 0 0 0 15 0 19 0 961411 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4419] ppid=4401 vsize=1543252 CPUtime=0.6
/proc/4403/task/4419/stat : 4419 (java) S 4401 4403 3797 0 -1 4202560 4904 0 0 0 60 0 0 0 15 0 19 0 961411 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 3 0 0 0
[pid=4403/tid=4420] ppid=4401 vsize=1543252 CPUtime=0
/proc/4403/task/4420/stat : 4420 (java) S 4401 4403 3797 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 961411 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4421] ppid=4401 vsize=1543252 CPUtime=0
/proc/4403/task/4421/stat : 4421 (java) S 4401 4403 3797 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 961411 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4422] ppid=4401 vsize=1543252 CPUtime=0
/proc/4403/task/4422/stat : 4422 (java) S 4401 4403 3797 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 961422 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 58.46
Current children cumulated vsize (KiB) 1543252

[startup+57.5009 s]
/proc/loadavg: 2.07 2.00 1.92 3/215 4423
/proc/meminfo: memFree=32343608/32951124 swapFree=67111528/67111528
[pid=4403] ppid=4401 vsize=1543252 CPUtime=58.85
/proc/4403/stat : 4403 (java) S 4401 4403 3797 0 -1 4202496 21533 0 1 0 5880 5 0 0 25 0 19 0 961406 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4403/statm: 385813 18394 1444 10 0 383116 0
[pid=4403/tid=4405] ppid=4401 vsize=1543252 CPUtime=56.27
/proc/4403/task/4405/stat : 4405 (java) R 4401 4403 3797 0 -1 4202560 11702 0 1 0 5626 1 0 0 25 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4159052064 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4403/tid=4406] ppid=4401 vsize=1543252 CPUtime=0.02
/proc/4403/task/4406/stat : 4406 (java) S 4401 4403 3797 0 -1 4202560 114 0 0 0 2 0 0 0 15 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4407] ppid=4401 vsize=1543252 CPUtime=0.02
/proc/4403/task/4407/stat : 4407 (java) S 4401 4403 3797 0 -1 4202560 16 0 0 0 2 0 0 0 16 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4408] ppid=4401 vsize=1543252 CPUtime=0.03
/proc/4403/task/4408/stat : 4408 (java) S 4401 4403 3797 0 -1 4202560 159 0 0 0 3 0 0 0 15 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4409] ppid=4401 vsize=1543252 CPUtime=0.02
/proc/4403/task/4409/stat : 4409 (java) S 4401 4403 3797 0 -1 4202560 53 0 0 0 2 0 0 0 16 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4410] ppid=4401 vsize=1543252 CPUtime=0.02
/proc/4403/task/4410/stat : 4410 (java) S 4401 4403 3797 0 -1 4202560 99 0 0 0 2 0 0 0 15 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4411] ppid=4401 vsize=1543252 CPUtime=0.03
/proc/4403/task/4411/stat : 4411 (java) S 4401 4403 3797 0 -1 4202560 67 0 0 0 3 0 0 0 16 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4412] ppid=4401 vsize=1543252 CPUtime=0.03
/proc/4403/task/4412/stat : 4412 (java) S 4401 4403 3797 0 -1 4202560 232 0 0 0 3 0 0 0 15 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4413] ppid=4401 vsize=1543252 CPUtime=0.02
/proc/4403/task/4413/stat : 4413 (java) S 4401 4403 3797 0 -1 4202560 181 0 0 0 2 0 0 0 16 0 19 0 961407 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4414] ppid=4401 vsize=1543252 CPUtime=1.05
/proc/4403/task/4414/stat : 4414 (java) S 4401 4403 3797 0 -1 4202560 1198 0 0 0 104 1 0 0 16 0 19 0 961408 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4415] ppid=4401 vsize=1543252 CPUtime=0
/proc/4403/task/4415/stat : 4415 (java) S 4401 4403 3797 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 961408 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4416] ppid=4401 vsize=1543252 CPUtime=0
/proc/4403/task/4416/stat : 4416 (java) S 4401 4403 3797 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 961409 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4417] ppid=4401 vsize=1543252 CPUtime=0
/proc/4403/task/4417/stat : 4417 (java) S 4401 4403 3797 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 961411 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4418] ppid=4401 vsize=1543252 CPUtime=0.66
/proc/4403/task/4418/stat : 4418 (java) S 4401 4403 3797 0 -1 4202560 1739 0 0 0 66 0 0 0 15 0 19 0 961411 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4419] ppid=4401 vsize=1543252 CPUtime=0.6
/proc/4403/task/4419/stat : 4419 (java) S 4401 4403 3797 0 -1 4202560 4904 0 0 0 60 0 0 0 15 0 19 0 961411 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 3 0 0 0
[pid=4403/tid=4420] ppid=4401 vsize=1543252 CPUtime=0
/proc/4403/task/4420/stat : 4420 (java) S 4401 4403 3797 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 961411 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4421] ppid=4401 vsize=1543252 CPUtime=0
/proc/4403/task/4421/stat : 4421 (java) S 4401 4403 3797 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 961411 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4422] ppid=4401 vsize=1543252 CPUtime=0
/proc/4403/task/4422/stat : 4422 (java) S 4401 4403 3797 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 961422 1580290048 18394 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 58.85
Current children cumulated vsize (KiB) 1543252

[startup+57.6009 s]
/proc/loadavg: 2.07 2.00 1.92 3/215 4423
/proc/meminfo: memFree=32343608/32951124 swapFree=67111528/67111528
[pid=4403] ppid=4401 vsize=1543576 CPUtime=58.94
/proc/4403/stat : 4403 (java) S 4401 4403 3797 0 -1 4202496 21546 0 1 0 5889 5 0 0 25 0 19 0 961406 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4403/statm: 385894 18406 1445 10 0 383197 0
[pid=4403/tid=4405] ppid=4401 vsize=1543576 CPUtime=56.35
/proc/4403/task/4405/stat : 4405 (java) S 4401 4403 3797 0 -1 4202560 11708 0 1 0 5634 1 0 0 25 0 19 0 961407 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4406] ppid=4401 vsize=1543576 CPUtime=0.02
/proc/4403/task/4406/stat : 4406 (java) S 4401 4403 3797 0 -1 4202560 114 0 0 0 2 0 0 0 15 0 19 0 961407 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4407] ppid=4401 vsize=1543576 CPUtime=0.02
/proc/4403/task/4407/stat : 4407 (java) S 4401 4403 3797 0 -1 4202560 16 0 0 0 2 0 0 0 15 0 19 0 961407 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4408] ppid=4401 vsize=1543576 CPUtime=0.03
/proc/4403/task/4408/stat : 4408 (java) S 4401 4403 3797 0 -1 4202560 159 0 0 0 3 0 0 0 15 0 19 0 961407 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4409] ppid=4401 vsize=1543576 CPUtime=0.02
/proc/4403/task/4409/stat : 4409 (java) S 4401 4403 3797 0 -1 4202560 53 0 0 0 2 0 0 0 15 0 19 0 961407 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4410] ppid=4401 vsize=1543576 CPUtime=0.02
/proc/4403/task/4410/stat : 4410 (java) S 4401 4403 3797 0 -1 4202560 99 0 0 0 2 0 0 0 15 0 19 0 961407 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4411] ppid=4401 vsize=1543576 CPUtime=0.03
/proc/4403/task/4411/stat : 4411 (java) S 4401 4403 3797 0 -1 4202560 67 0 0 0 3 0 0 0 15 0 19 0 961407 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4412] ppid=4401 vsize=1543576 CPUtime=0.03
/proc/4403/task/4412/stat : 4412 (java) S 4401 4403 3797 0 -1 4202560 232 0 0 0 3 0 0 0 15 0 19 0 961407 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4413] ppid=4401 vsize=1543576 CPUtime=0.02
/proc/4403/task/4413/stat : 4413 (java) S 4401 4403 3797 0 -1 4202560 182 0 0 0 2 0 0 0 16 0 19 0 961407 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4414] ppid=4401 vsize=1543576 CPUtime=1.06
/proc/4403/task/4414/stat : 4414 (java) S 4401 4403 3797 0 -1 4202560 1198 0 0 0 105 1 0 0 16 0 19 0 961408 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 0 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4415] ppid=4401 vsize=1543576 CPUtime=0
/proc/4403/task/4415/stat : 4415 (java) S 4401 4403 3797 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 961408 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4416] ppid=4401 vsize=1543576 CPUtime=0
/proc/4403/task/4416/stat : 4416 (java) S 4401 4403 3797 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 961409 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 0 0 0 0
[pid=4403/tid=4417] ppid=4401 vsize=1543576 CPUtime=0
/proc/4403/task/4417/stat : 4417 (java) S 4401 4403 3797 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 19 0 961411 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4418] ppid=4401 vsize=1543576 CPUtime=0.66
/proc/4403/task/4418/stat : 4418 (java) S 4401 4403 3797 0 -1 4202560 1739 0 0 0 66 0 0 0 15 0 19 0 961411 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
[pid=4403/tid=4419] ppid=4401 vsize=1543576 CPUtime=0.6
/proc/4403/task/4419/stat : 4419 (java) S 4401 4403 3797 0 -1 4202560 4904 0 0 0 60 0 0 0 15 0 19 0 961411 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 3 0 0 0
[pid=4403/tid=4420] ppid=4401 vsize=1543576 CPUtime=0
/proc/4403/task/4420/stat : 4420 (java) S 4401 4403 3797 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 961411 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 2 0 0 0
[pid=4403/tid=4421] ppid=4401 vsize=1543576 CPUtime=0
/proc/4403/task/4421/stat : 4421 (java) S 4401 4403 3797 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 961411 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 4 0 0 0
[pid=4403/tid=4422] ppid=4401 vsize=1543576 CPUtime=0
/proc/4403/task/4422/stat : 4422 (java) S 4401 4403 3797 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 961422 1580621824 18406 4089446400 134512640 134550932 4286604144 18446744073709551615 4294960144 0 4 0 16800975 18446604454223470656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 58.94
Current children cumulated vsize (KiB) 1543576

Child status: 30
Real time (s): 57.6091
CPU time (s): 58.953
CPU user time (s): 58.897
CPU system time (s): 0.055991
CPU usage (%): 102.333
Max. virtual memory (cumulated for all children) (KiB): 1546072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.897
system time used= 0.055991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21551
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= 3986
involuntary context switches= 16517

runsolver used 0.096985 second user time and 0.182972 second system time

The end

Launcher Data

Begin job on node118 at 2010-07-05 12:57:59
IDJOB=2698699
IDBENCH=79236
IDSOLVER=1211
FILE ID=node118/2698699-1278327479
PBS_JOBID= 11207460
Free space on /tmp= 74208 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.1111221203--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-2698699-1278327479/watcher-2698699-1278327479 -o /tmp/evaluation-result-2698699-1278327479/solver-2698699-1278327479 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698699-1278327479.wbo

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

MD5SUM BENCH= f13e124cee089e765b8a95beaa9c7cdd
RANDOM SEED=1524072840

node118.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.818
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.63
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.818
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.75
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.818
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.75
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.818
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.818
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.72
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.818
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.83
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.818
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.76
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.818
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.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32419256 kB
Buffers:         25236 kB
Cached:         287436 kB
SwapCached:          0 kB
Active:         200404 kB
Inactive:       231768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32419256 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1032 kB
Writeback:           0 kB
AnonPages:      120128 kB
Mapped:          20540 kB
Slab:            35988 kB
PageTables:       5204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1637120 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= 74208 MiB
End job on node118 at 2010-07-05 12:58:56