Trace number 2698723

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.2721 56.9317

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973670--soft-0-100-0.wbo
MD5SUM366069b8ece10aa1f9438c760e1be90c
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.229964
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 1248
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.07	c version 2.2.1.v20100705
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.10/0.09	c Pseudo Boolean Optimization
0.10/0.09	c --- Begin Solver configuration ---
0.10/0.09	c Stops conflict analysis at the first Unique Implication Point
0.10/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.10/0.09	c Learn all clauses as in MiniSAT
0.10/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.09	c Expensive reason simplification
0.10/0.09	c Armin Biere (Picosat) restarts strategy
0.10/0.09	c Glucose learned constraints deletion strategy
0.10/0.09	c timeout=2147483s
0.10/0.09	c DB Simplification allowed=false
0.10/0.09	c --- End Solver configuration ---
0.10/0.09	c solving HOME/instance-2698723-1278327533.wbo
0.10/0.09	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.056s.
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.155
0.30/0.25	o 897
0.60/0.30	c Got one! Elapsed wall clock time (in seconds):0.205
0.60/0.30	o 855
0.60/0.32	c Got one! Elapsed wall clock time (in seconds):0.23
0.60/0.32	o 842
0.60/0.33	c Got one! Elapsed wall clock time (in seconds):0.241
0.60/0.33	o 801
0.60/0.35	c Got one! Elapsed wall clock time (in seconds):0.258
0.60/0.35	o 553
0.60/0.38	c Got one! Elapsed wall clock time (in seconds):0.283
0.60/0.38	o 527
0.77/0.42	c Got one! Elapsed wall clock time (in seconds):0.326
0.77/0.42	o 525
0.77/0.44	c Got one! Elapsed wall clock time (in seconds):0.345
0.77/0.44	o 513
0.77/0.47	c Got one! Elapsed wall clock time (in seconds):0.378
0.77/0.47	o 489
0.92/0.59	c Got one! Elapsed wall clock time (in seconds):0.496
0.92/0.59	o 488
1.02/0.66	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.02/0.67	c Got one! Elapsed wall clock time (in seconds):0.575
1.02/0.67	o 443
1.24/0.81	c Got one! Elapsed wall clock time (in seconds):0.716
1.24/0.81	o 442
1.34/0.99	c Got one! Elapsed wall clock time (in seconds):0.893
1.34/0.99	o 438
1.44/1.10	c cleaning 4247 clauses out of 8503 with flag 11000/11000
1.57/1.11	c Got one! Elapsed wall clock time (in seconds):1.017
1.57/1.11	o 424
1.57/1.16	c Got one! Elapsed wall clock time (in seconds):1.067
1.57/1.16	o 402
1.66/1.23	c Got one! Elapsed wall clock time (in seconds):1.133
1.66/1.23	o 373
1.87/1.43	c Got one! Elapsed wall clock time (in seconds):1.335
1.87/1.43	o 371
2.00/1.51	c Got one! Elapsed wall clock time (in seconds):1.413
2.00/1.51	o 357
2.00/1.58	c cleaning 5626 clauses out of 11256 with flag 18000/18000
2.12/1.60	c Got one! Elapsed wall clock time (in seconds):1.509
2.12/1.60	o 341
2.22/1.70	c Got one! Elapsed wall clock time (in seconds):1.612
2.22/1.70	o 336
2.32/1.81	c Got one! Elapsed wall clock time (in seconds):1.714
2.32/1.81	o 304
2.52/2.10	c cleaning 6812 clauses out of 13630 with flag 26000/26000
2.75/2.28	c Got one! Elapsed wall clock time (in seconds):2.182
2.75/2.28	o 298
2.87/2.39	c Got one! Elapsed wall clock time (in seconds):2.297
2.87/2.39	o 288
3.55/2.79	c cleaning 7905 clauses out of 15821 with flag 35003/35003
4.25/3.48	c cleaning 8947 clauses out of 17914 with flag 45001/45001
4.76/3.95	c Got one! Elapsed wall clock time (in seconds):3.853
4.76/3.95	o 286
4.94/4.06	c cleaning 9479 clauses out of 18968 with flag 55002/55002
5.68/4.70	c cleaning 9736 clauses out of 19487 with flag 65000/65000
6.38/5.48	c Got one! Elapsed wall clock time (in seconds):5.383
6.38/5.48	o 274
6.48/5.53	c cleaning 9873 clauses out of 19751 with flag 75000/75000
6.78/5.86	c Got one! Elapsed wall clock time (in seconds):5.767
6.78/5.86	o 267
7.18/6.20	c cleaning 9932 clauses out of 19878 with flag 85000/85000
7.78/6.89	c cleaning 9971 clauses out of 19949 with flag 95003/95003
7.88/6.95	c Got one! Elapsed wall clock time (in seconds):6.858
7.88/6.95	o 261
8.40/7.48	c Got one! Elapsed wall clock time (in seconds):7.385
8.40/7.48	o 249
8.50/7.60	c cleaning 9982 clauses out of 19975 with flag 105000/105000
8.80/7.88	c Got one! Elapsed wall clock time (in seconds):7.787
8.80/7.88	o 233
9.20/8.21	c cleaning 9992 clauses out of 19994 with flag 115001/115001
9.50/8.52	c Got one! Elapsed wall clock time (in seconds):8.427
9.50/8.52	o 212
9.91/8.91	c cleaning 9996 clauses out of 20002 with flag 125001/125001
10.51/9.52	c cleaning 10001 clauses out of 20005 with flag 135000/135000
10.92/9.92	c Got one! Elapsed wall clock time (in seconds):9.824
10.92/9.92	o 203
11.11/10.19	c cleaning 9993 clauses out of 20004 with flag 145000/145000
11.21/10.21	c Got one! Elapsed wall clock time (in seconds):10.117
11.21/10.21	o 188
11.82/10.88	c cleaning 10001 clauses out of 20011 with flag 155000/155000
12.62/11.64	c cleaning 9998 clauses out of 20010 with flag 165000/165000
13.32/12.33	c cleaning 9998 clauses out of 20013 with flag 175001/175001
13.52/12.53	c Got one! Elapsed wall clock time (in seconds):12.435
13.52/12.53	o 161
13.92/12.97	c cleaning 10003 clauses out of 20017 with flag 185003/185003
14.52/13.56	c cleaning 10000 clauses out of 20011 with flag 195000/195000
14.92/13.97	c Got one! Elapsed wall clock time (in seconds):13.881
14.92/13.97	o 160
15.23/14.21	c cleaning 10002 clauses out of 20011 with flag 205000/205000
15.23/14.26	c Got one! Elapsed wall clock time (in seconds):14.171
15.23/14.26	o 159
15.83/14.87	c cleaning 10002 clauses out of 20010 with flag 215001/215001
16.23/15.23	c Got one! Elapsed wall clock time (in seconds):15.14
16.23/15.23	o 137
16.44/15.48	c cleaning 9998 clauses out of 20008 with flag 225001/225001
17.13/16.12	c cleaning 9999 clauses out of 20013 with flag 235004/235004
17.83/16.83	c cleaning 9999 clauses out of 20011 with flag 245001/245001
18.54/17.57	c cleaning 10003 clauses out of 20014 with flag 255003/255003
19.23/18.26	c cleaning 10002 clauses out of 20009 with flag 265001/265001
19.93/18.98	c cleaning 9996 clauses out of 20006 with flag 275000/275000
20.03/19.06	c Got one! Elapsed wall clock time (in seconds):18.966
20.03/19.06	o 118
20.64/19.61	c cleaning 10003 clauses out of 20011 with flag 285001/285001
21.24/20.25	c cleaning 9999 clauses out of 20008 with flag 295001/295001
21.94/20.97	c cleaning 9999 clauses out of 20008 with flag 305000/305000
22.66/21.69	c cleaning 9998 clauses out of 20009 with flag 315000/315000
23.69/22.45	c cleaning 10003 clauses out of 20011 with flag 325000/325000
24.09/22.84	c Got one! Elapsed wall clock time (in seconds):22.745
24.09/22.84	o 113
24.40/23.17	c cleaning 10001 clauses out of 20008 with flag 335000/335000
25.10/23.85	c cleaning 9997 clauses out of 20008 with flag 345001/345001
25.90/24.62	c cleaning 10002 clauses out of 20012 with flag 355002/355002
26.61/25.32	c cleaning 9999 clauses out of 20009 with flag 365001/365001
27.22/25.97	c cleaning 10000 clauses out of 20010 with flag 375001/375001
27.92/26.61	c cleaning 10000 clauses out of 20010 with flag 385001/385001
28.52/27.29	c cleaning 9999 clauses out of 20009 with flag 395000/395000
28.92/27.63	c Got one! Elapsed wall clock time (in seconds):27.538
28.92/27.63	o 112
29.22/27.95	c cleaning 10003 clauses out of 20010 with flag 405000/405000
29.83/28.51	c cleaning 9999 clauses out of 20007 with flag 415000/415000
30.42/29.16	c cleaning 9994 clauses out of 20008 with flag 425000/425000
31.12/29.80	c cleaning 10000 clauses out of 20014 with flag 435000/435000
31.82/30.52	c cleaning 9998 clauses out of 20014 with flag 445000/445000
32.52/31.23	c cleaning 10003 clauses out of 20017 with flag 455001/455001
32.52/31.24	c Got one! Elapsed wall clock time (in seconds):31.151
32.52/31.24	o 90
33.13/31.83	c cleaning 10001 clauses out of 20014 with flag 465001/465001
33.72/32.41	c cleaning 10001 clauses out of 20013 with flag 475001/475001
34.23/33.00	c cleaning 10001 clauses out of 20011 with flag 485000/485000
34.92/33.63	c cleaning 9999 clauses out of 20010 with flag 495000/495000
35.52/34.22	c cleaning 9999 clauses out of 20013 with flag 505002/505002
35.52/34.29	c Got one! Elapsed wall clock time (in seconds):34.2
35.52/34.29	o 87
36.12/34.81	c cleaning 10004 clauses out of 20016 with flag 515004/515004
36.82/35.51	c cleaning 9997 clauses out of 20009 with flag 525001/525001
37.43/36.15	c cleaning 9998 clauses out of 20011 with flag 535000/535000
37.73/36.50	c Got one! Elapsed wall clock time (in seconds):36.403
37.73/36.50	o 80
38.03/36.73	c cleaning 10002 clauses out of 20013 with flag 545000/545000
38.53/37.28	c cleaning 10001 clauses out of 20011 with flag 555000/555000
39.14/37.81	c cleaning 9998 clauses out of 20010 with flag 565000/565000
39.14/37.83	c Got one! Elapsed wall clock time (in seconds):37.738
39.14/37.83	o 71
39.64/38.38	c cleaning 9997 clauses out of 20012 with flag 575000/575000
40.24/38.95	c cleaning 10002 clauses out of 20016 with flag 585001/585001
40.84/39.56	c cleaning 10003 clauses out of 20014 with flag 595001/595001
41.04/39.79	c Got one! Elapsed wall clock time (in seconds):39.695
41.04/39.79	o 62
41.44/40.10	c cleaning 10001 clauses out of 20012 with flag 605002/605002
41.95/40.66	c cleaning 9999 clauses out of 20010 with flag 615001/615001
42.54/41.22	c cleaning 10000 clauses out of 20011 with flag 625001/625001
43.05/41.79	c cleaning 9998 clauses out of 20010 with flag 635000/635000
43.64/42.37	c cleaning 10002 clauses out of 20013 with flag 645001/645001
44.35/43.06	c cleaning 9998 clauses out of 20010 with flag 655000/655000
44.95/43.63	c Got one! Elapsed wall clock time (in seconds):43.536
44.95/43.63	o 57
44.95/43.67	c cleaning 10002 clauses out of 20013 with flag 665001/665001
45.55/44.24	c cleaning 9998 clauses out of 20011 with flag 675001/675001
46.15/44.80	c cleaning 10002 clauses out of 20013 with flag 685001/685001
46.65/45.39	c cleaning 10004 clauses out of 20011 with flag 695001/695001
47.34/46.03	c cleaning 9999 clauses out of 20007 with flag 705001/705001
47.95/46.61	c cleaning 9996 clauses out of 20007 with flag 715000/715000
48.45/47.19	c cleaning 9998 clauses out of 20013 with flag 725002/725002
49.05/47.76	c cleaning 10001 clauses out of 20013 with flag 735000/735000
49.65/48.31	c cleaning 10002 clauses out of 20012 with flag 745000/745000
50.15/48.89	c cleaning 9998 clauses out of 20011 with flag 755001/755001
50.85/49.54	c cleaning 9998 clauses out of 20012 with flag 765000/765000
51.45/50.12	c cleaning 9998 clauses out of 20015 with flag 775001/775001
51.96/50.66	c cleaning 10002 clauses out of 20016 with flag 785000/785000
52.55/51.24	c cleaning 10004 clauses out of 20015 with flag 795001/795001
53.16/51.87	c cleaning 9999 clauses out of 20010 with flag 805000/805000
53.76/52.41	c cleaning 9998 clauses out of 20011 with flag 815000/815000
54.17/52.82	c Got one! Elapsed wall clock time (in seconds):52.729
54.17/52.82	o 54
54.26/52.96	c cleaning 10003 clauses out of 20013 with flag 825000/825000
54.76/53.50	c cleaning 10004 clauses out of 20011 with flag 835001/835001
55.36/54.05	c cleaning 9999 clauses out of 20007 with flag 845001/845001
55.96/54.62	c cleaning 9999 clauses out of 20007 with flag 855000/855000
56.56/55.20	c cleaning 10002 clauses out of 20009 with flag 865001/865001
56.76/55.40	c Got one! Elapsed wall clock time (in seconds):55.308
56.76/55.40	o 43
57.06/55.77	c cleaning 10002 clauses out of 20009 with flag 875003/875003
57.66/56.30	c cleaning 9998 clauses out of 20005 with flag 885001/885001
58.16/56.82	c cleaning 9997 clauses out of 20006 with flag 895000/895000
58.16/56.88	c Got one! Elapsed wall clock time (in seconds):56.788
58.16/56.88	o 1
58.16/56.89	c starts		: 217
58.16/56.89	c conflicts		: 896516
58.16/56.89	c decisions		: 1491834
58.16/56.89	c propagations		: 26495174
58.16/56.89	c inspects		: 255249012
58.16/56.89	c learnt literals	: 0
58.16/56.89	c learnt binary clauses	: 61
58.16/56.89	c learnt ternary clauses	: 707
58.16/56.89	c learnt clauses	: 896516
58.16/56.89	c ignored clauses	: 0
58.16/56.89	c root simplifications	: 0
58.16/56.89	c removed literals (reason simplification)	: 4256172
58.16/56.89	c reason swapping (by a shorter reason)	: 0
58.16/56.89	c Calls to reduceDB	: 91
58.16/56.89	c number of reductions to clauses (during analyze)	: 0
58.16/56.89	c number of learned constraints concerned by reduction	: 0
58.16/56.89	c number of learning phase by resolution	: 0
58.16/56.89	c number of learning phase by cutting planes	: 0
58.16/56.89	c speed (assignments/second)	: 2.6495174E9
58.16/56.89	c non guided choices	2732
58.16/56.89	c learnt constraints type 
58.16/56.89	c constraints type 
58.16/56.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
58.16/56.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
58.16/56.89	s OPTIMUM FOUND
58.16/56.89	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.16/56.89	c objective function=1
58.16/56.89	c Total wall clock time (in seconds): 56.799

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-2698723-1278327533/watcher-2698723-1278327533 -o /tmp/evaluation-result-2698723-1278327533/solver-2698723-1278327533 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698723-1278327533.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.11 2.03 1.93 3/196 4493
/proc/meminfo: memFree=32398620/32951124 swapFree=67111528/67111528
[pid=4493] ppid=4491 vsize=13472 CPUtime=0
/proc/4493/stat : 4493 (java) S 4491 4493 3841 0 -1 4202496 1100 0 0 0 0 0 0 0 25 0 2 0 966206 13795328 573 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4493/statm: 3368 573 259 10 0 1202 0
[pid=4493/tid=4494] ppid=4491 vsize=13484 CPUtime=0
/proc/4493/task/4494/stat : 4494 (java) R 4491 4493 3841 0 -1 4202560 66 0 0 0 0 0 0 0 25 0 2 0 966206 13807616 579 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0899539 s]
/proc/loadavg: 2.11 2.03 1.93 3/196 4493
/proc/meminfo: memFree=32398620/32951124 swapFree=67111528/67111528
[pid=4493] ppid=4491 vsize=1529912 CPUtime=0.1
/proc/4493/stat : 4493 (java) S 4491 4493 3841 0 -1 4202496 5127 0 1 0 10 0 0 0 25 0 18 0 966206 1566629888 4564 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4493/statm: 382478 4564 1345 10 0 379781 0
[pid=4493/tid=4494] ppid=4491 vsize=1529912 CPUtime=0.07
/proc/4493/task/4494/stat : 4494 (java) R 4491 4493 3841 0 -1 4202560 3457 0 1 0 7 0 0 0 18 0 18 0 966206 1566629888 4564 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1529912

[startup+0.100966 s]
/proc/loadavg: 2.11 2.03 1.93 3/196 4493
/proc/meminfo: memFree=32398620/32951124 swapFree=67111528/67111528
[pid=4493] ppid=4491 vsize=1529912 CPUtime=0.11
/proc/4493/stat : 4493 (java) S 4491 4493 3841 0 -1 4202496 5216 0 1 0 11 0 0 0 25 0 18 0 966206 1566629888 4653 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4493/statm: 382478 4653 1347 10 0 379781 0
[pid=4493/tid=4494] ppid=4491 vsize=1529912 CPUtime=0.08
/proc/4493/task/4494/stat : 4494 (java) R 4491 4493 3841 0 -1 4202560 3546 0 1 0 8 0 0 0 18 0 18 0 966206 1566629888 4653 4089446400 134512640 134550932 4293000544 18446744073709551615 106834426 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529912

[startup+0.300921 s]
/proc/loadavg: 2.11 2.03 1.93 3/196 4493
/proc/meminfo: memFree=32398620/32951124 swapFree=67111528/67111528
[pid=4493] ppid=4491 vsize=1534776 CPUtime=0.6
/proc/4493/stat : 4493 (java) S 4491 4493 3841 0 -1 4202496 7013 0 1 0 60 0 0 0 25 0 19 0 966206 1571610624 6388 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4493/statm: 383694 6388 1421 10 0 380997 0
[pid=4493/tid=4494] ppid=4491 vsize=1534776 CPUtime=0.28
/proc/4493/task/4494/stat : 4494 (java) R 4491 4493 3841 0 -1 4202560 4155 0 1 0 28 0 0 0 19 0 19 0 966206 1571610624 6388 4089446400 134512640 134550932 4293000544 18446744073709551615 4108646183 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1534776

[startup+0.700852 s]
/proc/loadavg: 2.11 2.03 1.93 3/196 4493
/proc/meminfo: memFree=32398620/32951124 swapFree=67111528/67111528
[pid=4493] ppid=4491 vsize=1534776 CPUtime=1.14
/proc/4493/stat : 4493 (java) S 4491 4493 3841 0 -1 4202496 10183 0 1 0 113 1 0 0 25 0 19 0 966206 1571610624 9547 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4493/statm: 383694 9547 1439 10 0 380997 0
[pid=4493/tid=4494] ppid=4491 vsize=1534776 CPUtime=0.67
/proc/4493/task/4494/stat : 4494 (java) R 4491 4493 3841 0 -1 4202560 6767 0 1 0 67 0 0 0 19 0 19 0 966206 1571610624 9547 4089446400 134512640 134550932 4293000544 18446744073709551615 4108980368 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1534776

[startup+1.50073 s]
/proc/loadavg: 2.11 2.03 1.93 3/215 4512
/proc/meminfo: memFree=32366168/32951124 swapFree=67111528/67111528
[pid=4493] ppid=4491 vsize=1534776 CPUtime=2
/proc/4493/stat : 4493 (java) S 4491 4493 3841 0 -1 4202496 10724 0 1 0 199 1 0 0 25 0 19 0 966206 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4493/statm: 383694 10078 1440 10 0 380997 0
[pid=4493/tid=4494] ppid=4491 vsize=1534776 CPUtime=1.46
/proc/4493/task/4494/stat : 4494 (java) R 4491 4493 3841 0 -1 4202560 6812 0 1 0 146 0 0 0 21 0 19 0 966206 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4108956112 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4493/tid=4496] ppid=4491 vsize=1534776 CPUtime=0
/proc/4493/task/4496/stat : 4496 (java) S 4491 4493 3841 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 19 0 966207 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4497] ppid=4491 vsize=1534776 CPUtime=0
/proc/4493/task/4497/stat : 4497 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 966207 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4498] ppid=4491 vsize=1534776 CPUtime=0
/proc/4493/task/4498/stat : 4498 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 966207 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4499] ppid=4491 vsize=1534776 CPUtime=0
/proc/4493/task/4499/stat : 4499 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 966207 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4500] ppid=4491 vsize=1534776 CPUtime=0
/proc/4493/task/4500/stat : 4500 (java) S 4491 4493 3841 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 966207 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4501] ppid=4491 vsize=1534776 CPUtime=0
/proc/4493/task/4501/stat : 4501 (java) S 4491 4493 3841 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 966207 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4502] ppid=4491 vsize=1534776 CPUtime=0
/proc/4493/task/4502/stat : 4502 (java) S 4491 4493 3841 0 -1 4202560 216 0 0 0 0 0 0 0 15 0 19 0 966207 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4503] ppid=4491 vsize=1534776 CPUtime=0
/proc/4493/task/4503/stat : 4503 (java) S 4491 4493 3841 0 -1 4202560 176 0 0 0 0 0 0 0 15 0 19 0 966207 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4504] ppid=4491 vsize=1534776 CPUtime=0.01
/proc/4493/task/4504/stat : 4504 (java) S 4491 4493 3841 0 -1 4202560 366 0 0 0 1 0 0 0 15 0 19 0 966208 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4505] ppid=4491 vsize=1534776 CPUtime=0
/proc/4493/task/4505/stat : 4505 (java) S 4491 4493 3841 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 966208 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4506] ppid=4491 vsize=1534776 CPUtime=0
/proc/4493/task/4506/stat : 4506 (java) S 4491 4493 3841 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 966208 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4507] ppid=4491 vsize=1534776 CPUtime=0
/proc/4493/task/4507/stat : 4507 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 966210 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4508] ppid=4491 vsize=1534776 CPUtime=0.3
/proc/4493/task/4508/stat : 4508 (java) S 4491 4493 3841 0 -1 4202560 1050 0 0 0 30 0 0 0 16 0 19 0 966210 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 1 0 0 0
[pid=4493/tid=4509] ppid=4491 vsize=1534776 CPUtime=0.2
/proc/4493/task/4509/stat : 4509 (java) S 4491 4493 3841 0 -1 4202560 820 0 0 0 20 0 0 0 15 0 19 0 966210 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4510] ppid=4491 vsize=1534776 CPUtime=0
/proc/4493/task/4510/stat : 4510 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 966210 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4511] ppid=4491 vsize=1534776 CPUtime=0
/proc/4493/task/4511/stat : 4511 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 966210 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4512] ppid=4491 vsize=1534776 CPUtime=0
/proc/4493/task/4512/stat : 4512 (java) S 4491 4493 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 966221 1571610624 10078 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1534776

[startup+3.10143 s]
/proc/loadavg: 2.10 2.03 1.93 4/215 4512
/proc/meminfo: memFree=32362200/32951124 swapFree=67111528/67111528
[pid=4493] ppid=4491 vsize=1544652 CPUtime=3.95
/proc/4493/stat : 4493 (java) S 4491 4493 3841 0 -1 4202496 17049 0 1 0 394 1 0 0 25 0 19 0 966206 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4493/statm: 386163 13947 1442 10 0 383466 0
[pid=4493/tid=4494] ppid=4491 vsize=1544652 CPUtime=3.02
/proc/4493/task/4494/stat : 4494 (java) R 4491 4493 3841 0 -1 4202560 7616 0 1 0 302 0 0 0 25 0 19 0 966206 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4108995095 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4493/tid=4496] ppid=4491 vsize=1544652 CPUtime=0
/proc/4493/task/4496/stat : 4496 (java) S 4491 4493 3841 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 19 0 966207 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4497] ppid=4491 vsize=1544652 CPUtime=0
/proc/4493/task/4497/stat : 4497 (java) S 4491 4493 3841 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 966207 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 4 0 0 0
[pid=4493/tid=4498] ppid=4491 vsize=1544652 CPUtime=0
/proc/4493/task/4498/stat : 4498 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 966207 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4499] ppid=4491 vsize=1544652 CPUtime=0
/proc/4493/task/4499/stat : 4499 (java) S 4491 4493 3841 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 966207 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4500] ppid=4491 vsize=1544652 CPUtime=0
/proc/4493/task/4500/stat : 4500 (java) S 4491 4493 3841 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 966207 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4501] ppid=4491 vsize=1544652 CPUtime=0
/proc/4493/task/4501/stat : 4501 (java) S 4491 4493 3841 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 966207 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 4 0 0 0
[pid=4493/tid=4502] ppid=4491 vsize=1544652 CPUtime=0
/proc/4493/task/4502/stat : 4502 (java) S 4491 4493 3841 0 -1 4202560 216 0 0 0 0 0 0 0 16 0 19 0 966207 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 4 0 0 0
[pid=4493/tid=4503] ppid=4491 vsize=1544652 CPUtime=0
/proc/4493/task/4503/stat : 4503 (java) S 4491 4493 3841 0 -1 4202560 287 0 0 0 0 0 0 0 15 0 19 0 966207 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4504] ppid=4491 vsize=1544652 CPUtime=0.04
/proc/4493/task/4504/stat : 4504 (java) S 4491 4493 3841 0 -1 4202560 537 0 0 0 4 0 0 0 16 0 19 0 966208 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4505] ppid=4491 vsize=1544652 CPUtime=0
/proc/4493/task/4505/stat : 4505 (java) S 4491 4493 3841 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 966208 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4506] ppid=4491 vsize=1544652 CPUtime=0
/proc/4493/task/4506/stat : 4506 (java) S 4491 4493 3841 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 966208 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4507] ppid=4491 vsize=1544652 CPUtime=0
/proc/4493/task/4507/stat : 4507 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 966210 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4508] ppid=4491 vsize=1544652 CPUtime=0.32
/proc/4493/task/4508/stat : 4508 (java) S 4491 4493 3841 0 -1 4202560 1052 0 0 0 32 0 0 0 15 0 19 0 966210 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 1 0 0 0
[pid=4493/tid=4509] ppid=4491 vsize=1544652 CPUtime=0.54
/proc/4493/task/4509/stat : 4509 (java) S 4491 4493 3841 0 -1 4202560 5780 0 0 0 54 0 0 0 16 0 19 0 966210 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4510] ppid=4491 vsize=1544652 CPUtime=0
/proc/4493/task/4510/stat : 4510 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 966210 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4511] ppid=4491 vsize=1544652 CPUtime=0
/proc/4493/task/4511/stat : 4511 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 966210 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4512] ppid=4491 vsize=1544652 CPUtime=0
/proc/4493/task/4512/stat : 4512 (java) S 4491 4493 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 966221 1581723648 13947 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 1544652

[startup+6.30085 s]
/proc/loadavg: 2.10 2.03 1.93 3/215 4512
/proc/meminfo: memFree=32342028/32951124 swapFree=67111528/67111528
[pid=4493] ppid=4491 vsize=1543364 CPUtime=7.28
/proc/4493/stat : 4493 (java) S 4491 4493 3841 0 -1 4202496 19784 0 1 0 726 2 0 0 25 0 19 0 966206 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4493/statm: 385841 16013 1442 10 0 383144 0
[pid=4493/tid=4494] ppid=4491 vsize=1543364 CPUtime=6.16
/proc/4493/task/4494/stat : 4494 (java) R 4491 4493 3841 0 -1 4202560 9720 0 1 0 615 1 0 0 25 0 19 0 966206 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4109002502 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4493/tid=4496] ppid=4491 vsize=1543364 CPUtime=0
/proc/4493/task/4496/stat : 4496 (java) S 4491 4493 3841 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 19 0 966207 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4497] ppid=4491 vsize=1543364 CPUtime=0
/proc/4493/task/4497/stat : 4497 (java) S 4491 4493 3841 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 966207 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4498] ppid=4491 vsize=1543364 CPUtime=0
/proc/4493/task/4498/stat : 4498 (java) S 4491 4493 3841 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 19 0 966207 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4499] ppid=4491 vsize=1543364 CPUtime=0
/proc/4493/task/4499/stat : 4499 (java) S 4491 4493 3841 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 966207 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4500] ppid=4491 vsize=1543364 CPUtime=0
/proc/4493/task/4500/stat : 4500 (java) S 4491 4493 3841 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 966207 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4501] ppid=4491 vsize=1543364 CPUtime=0
/proc/4493/task/4501/stat : 4501 (java) S 4491 4493 3841 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 966207 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4502] ppid=4491 vsize=1543364 CPUtime=0
/proc/4493/task/4502/stat : 4502 (java) S 4491 4493 3841 0 -1 4202560 217 0 0 0 0 0 0 0 15 0 19 0 966207 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 4 0 0 0
[pid=4493/tid=4503] ppid=4491 vsize=1543364 CPUtime=0
/proc/4493/task/4503/stat : 4503 (java) S 4491 4493 3841 0 -1 4202560 287 0 0 0 0 0 0 0 15 0 19 0 966207 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 4 0 0 0
[pid=4493/tid=4504] ppid=4491 vsize=1543364 CPUtime=0.09
/proc/4493/task/4504/stat : 4504 (java) S 4491 4493 3841 0 -1 4202560 789 0 0 0 9 0 0 0 16 0 19 0 966208 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4505] ppid=4491 vsize=1543364 CPUtime=0
/proc/4493/task/4505/stat : 4505 (java) S 4491 4493 3841 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 966208 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4506] ppid=4491 vsize=1543364 CPUtime=0
/proc/4493/task/4506/stat : 4506 (java) S 4491 4493 3841 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 966208 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4507] ppid=4491 vsize=1543364 CPUtime=0
/proc/4493/task/4507/stat : 4507 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 966210 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4508] ppid=4491 vsize=1543364 CPUtime=0.4
/proc/4493/task/4508/stat : 4508 (java) S 4491 4493 3841 0 -1 4202560 1397 0 0 0 40 0 0 0 15 0 19 0 966210 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 1 0 0 0
[pid=4493/tid=4509] ppid=4491 vsize=1543364 CPUtime=0.58
/proc/4493/task/4509/stat : 4509 (java) S 4491 4493 3841 0 -1 4202560 5805 0 0 0 58 0 0 0 15 0 19 0 966210 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4510] ppid=4491 vsize=1543364 CPUtime=0
/proc/4493/task/4510/stat : 4510 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 966210 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4511] ppid=4491 vsize=1543364 CPUtime=0
/proc/4493/task/4511/stat : 4511 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 966210 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4512] ppid=4491 vsize=1543364 CPUtime=0
/proc/4493/task/4512/stat : 4512 (java) S 4491 4493 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 966221 1580404736 16013 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 1543364


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

/proc/4493/task/4496/stat : 4496 (java) S 4491 4493 3841 0 -1 4202560 226 0 0 0 2 0 0 0 15 0 19 0 966207 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4497] ppid=4491 vsize=1539864 CPUtime=0.02
/proc/4493/task/4497/stat : 4497 (java) S 4491 4493 3841 0 -1 4202560 75 0 0 0 2 0 0 0 15 0 19 0 966207 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4498] ppid=4491 vsize=1539864 CPUtime=0.02
/proc/4493/task/4498/stat : 4498 (java) S 4491 4493 3841 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 966207 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4499] ppid=4491 vsize=1539864 CPUtime=0.02
/proc/4493/task/4499/stat : 4499 (java) S 4491 4493 3841 0 -1 4202560 115 0 0 0 2 0 0 0 15 0 19 0 966207 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4500] ppid=4491 vsize=1539864 CPUtime=0.03
/proc/4493/task/4500/stat : 4500 (java) S 4491 4493 3841 0 -1 4202560 23 0 0 0 3 0 0 0 15 0 19 0 966207 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 4 0 0 0
[pid=4493/tid=4501] ppid=4491 vsize=1539864 CPUtime=0.02
/proc/4493/task/4501/stat : 4501 (java) S 4491 4493 3841 0 -1 4202560 133 0 0 0 2 0 0 0 16 0 19 0 966207 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4502] ppid=4491 vsize=1539864 CPUtime=0.02
/proc/4493/task/4502/stat : 4502 (java) S 4491 4493 3841 0 -1 4202560 219 0 0 0 2 0 0 0 15 0 19 0 966207 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4503] ppid=4491 vsize=1539864 CPUtime=0.01
/proc/4493/task/4503/stat : 4503 (java) S 4491 4493 3841 0 -1 4202560 293 0 0 0 1 0 0 0 15 0 19 0 966207 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4504] ppid=4491 vsize=1539864 CPUtime=0.91
/proc/4493/task/4504/stat : 4504 (java) S 4491 4493 3841 0 -1 4202560 1192 0 0 0 90 1 0 0 16 0 19 0 966208 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4505] ppid=4491 vsize=1539864 CPUtime=0
/proc/4493/task/4505/stat : 4505 (java) S 4491 4493 3841 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 966208 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4506] ppid=4491 vsize=1539864 CPUtime=0
/proc/4493/task/4506/stat : 4506 (java) S 4491 4493 3841 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 966208 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4507] ppid=4491 vsize=1539864 CPUtime=0
/proc/4493/task/4507/stat : 4507 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 966210 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4508] ppid=4491 vsize=1539864 CPUtime=0.64
/proc/4493/task/4508/stat : 4508 (java) S 4491 4493 3841 0 -1 4202560 4018 0 0 0 64 0 0 0 15 0 19 0 966210 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 1 0 0 0
[pid=4493/tid=4509] ppid=4491 vsize=1539864 CPUtime=0.65
/proc/4493/task/4509/stat : 4509 (java) S 4491 4493 3841 0 -1 4202560 5815 0 0 0 65 0 0 0 15 0 19 0 966210 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4510] ppid=4491 vsize=1539864 CPUtime=0
/proc/4493/task/4510/stat : 4510 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 966210 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4511] ppid=4491 vsize=1539864 CPUtime=0
/proc/4493/task/4511/stat : 4511 (java) S 4491 4493 3841 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 966210 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4512] ppid=4491 vsize=1539864 CPUtime=0
/proc/4493/task/4512/stat : 4512 (java) S 4491 4493 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 966221 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 55.66
Current children cumulated vsize (KiB) 1539864

[startup+55.9008 s]
/proc/loadavg: 2.04 2.02 1.93 3/215 4560
/proc/meminfo: memFree=32337376/32951124 swapFree=67111528/67111528
[pid=4493] ppid=4491 vsize=1539864 CPUtime=57.26
/proc/4493/stat : 4493 (java) S 4491 4493 3841 0 -1 4202496 24164 0 1 0 5720 6 0 0 25 0 19 0 966206 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4493/statm: 384966 16890 1444 10 0 382269 0
[pid=4493/tid=4494] ppid=4491 vsize=1539864 CPUtime=54.77
/proc/4493/task/4494/stat : 4494 (java) R 4491 4493 3841 0 -1 4202560 10982 0 1 0 5476 1 0 0 17 0 19 0 966206 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4109002502 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4493/tid=4496] ppid=4491 vsize=1539864 CPUtime=0.02
/proc/4493/task/4496/stat : 4496 (java) S 4491 4493 3841 0 -1 4202560 226 0 0 0 2 0 0 0 15 0 19 0 966207 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4497] ppid=4491 vsize=1539864 CPUtime=0.02
/proc/4493/task/4497/stat : 4497 (java) S 4491 4493 3841 0 -1 4202560 75 0 0 0 2 0 0 0 15 0 19 0 966207 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4498] ppid=4491 vsize=1539864 CPUtime=0.02
/proc/4493/task/4498/stat : 4498 (java) S 4491 4493 3841 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 966207 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4499] ppid=4491 vsize=1539864 CPUtime=0.02
/proc/4493/task/4499/stat : 4499 (java) S 4491 4493 3841 0 -1 4202560 115 0 0 0 2 0 0 0 15 0 19 0 966207 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4500] ppid=4491 vsize=1539864 CPUtime=0.03
/proc/4493/task/4500/stat : 4500 (java) S 4491 4493 3841 0 -1 4202560 23 0 0 0 3 0 0 0 15 0 19 0 966207 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 4 0 0 0
[pid=4493/tid=4501] ppid=4491 vsize=1539864 CPUtime=0.02
/proc/4493/task/4501/stat : 4501 (java) S 4491 4493 3841 0 -1 4202560 133 0 0 0 2 0 0 0 16 0 19 0 966207 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 4 0 0 0
[pid=4493/tid=4502] ppid=4491 vsize=1539864 CPUtime=0.02
/proc/4493/task/4502/stat : 4502 (java) S 4491 4493 3841 0 -1 4202560 219 0 0 0 2 0 0 0 15 0 19 0 966207 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 4 0 0 0
[pid=4493/tid=4503] ppid=4491 vsize=1539864 CPUtime=0.01
/proc/4493/task/4503/stat : 4503 (java) S 4491 4493 3841 0 -1 4202560 293 0 0 0 1 0 0 0 15 0 19 0 966207 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 4 0 0 0
[pid=4493/tid=4504] ppid=4491 vsize=1539864 CPUtime=0.94
/proc/4493/task/4504/stat : 4504 (java) S 4491 4493 3841 0 -1 4202560 1192 0 0 0 93 1 0 0 16 0 19 0 966208 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4505] ppid=4491 vsize=1539864 CPUtime=0
/proc/4493/task/4505/stat : 4505 (java) S 4491 4493 3841 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 966208 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4506] ppid=4491 vsize=1539864 CPUtime=0
/proc/4493/task/4506/stat : 4506 (java) S 4491 4493 3841 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 966208 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4507] ppid=4491 vsize=1539864 CPUtime=0
/proc/4493/task/4507/stat : 4507 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 966210 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4508] ppid=4491 vsize=1539864 CPUtime=0.64
/proc/4493/task/4508/stat : 4508 (java) S 4491 4493 3841 0 -1 4202560 4018 0 0 0 64 0 0 0 15 0 19 0 966210 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 1 0 0 0
[pid=4493/tid=4509] ppid=4491 vsize=1539864 CPUtime=0.65
/proc/4493/task/4509/stat : 4509 (java) S 4491 4493 3841 0 -1 4202560 5815 0 0 0 65 0 0 0 15 0 19 0 966210 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4510] ppid=4491 vsize=1539864 CPUtime=0
/proc/4493/task/4510/stat : 4510 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 966210 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4511] ppid=4491 vsize=1539864 CPUtime=0
/proc/4493/task/4511/stat : 4511 (java) S 4491 4493 3841 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 966210 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4512] ppid=4491 vsize=1539864 CPUtime=0
/proc/4493/task/4512/stat : 4512 (java) S 4491 4493 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 966221 1576820736 16890 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 57.26
Current children cumulated vsize (KiB) 1539864

[startup+56.7007 s]
/proc/loadavg: 2.04 2.02 1.93 3/215 4560
/proc/meminfo: memFree=32337376/32951124 swapFree=67111528/67111528
[pid=4493] ppid=4491 vsize=1539864 CPUtime=58.06
/proc/4493/stat : 4493 (java) S 4491 4493 3841 0 -1 4202496 24186 0 1 0 5800 6 0 0 25 0 19 0 966206 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4493/statm: 384966 16911 1444 10 0 382269 0
[pid=4493/tid=4494] ppid=4491 vsize=1539864 CPUtime=55.56
/proc/4493/task/4494/stat : 4494 (java) R 4491 4493 3841 0 -1 4202560 10983 0 1 0 5555 1 0 0 18 0 19 0 966206 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4109002465 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4493/tid=4496] ppid=4491 vsize=1539864 CPUtime=0.02
/proc/4493/task/4496/stat : 4496 (java) S 4491 4493 3841 0 -1 4202560 226 0 0 0 2 0 0 0 15 0 19 0 966207 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4497] ppid=4491 vsize=1539864 CPUtime=0.02
/proc/4493/task/4497/stat : 4497 (java) S 4491 4493 3841 0 -1 4202560 75 0 0 0 2 0 0 0 15 0 19 0 966207 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4498] ppid=4491 vsize=1539864 CPUtime=0.02
/proc/4493/task/4498/stat : 4498 (java) S 4491 4493 3841 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 966207 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4499] ppid=4491 vsize=1539864 CPUtime=0.02
/proc/4493/task/4499/stat : 4499 (java) S 4491 4493 3841 0 -1 4202560 115 0 0 0 2 0 0 0 15 0 19 0 966207 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4500] ppid=4491 vsize=1539864 CPUtime=0.03
/proc/4493/task/4500/stat : 4500 (java) S 4491 4493 3841 0 -1 4202560 23 0 0 0 3 0 0 0 15 0 19 0 966207 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 4 0 0 0
[pid=4493/tid=4501] ppid=4491 vsize=1539864 CPUtime=0.02
/proc/4493/task/4501/stat : 4501 (java) S 4491 4493 3841 0 -1 4202560 133 0 0 0 2 0 0 0 16 0 19 0 966207 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 4 0 0 0
[pid=4493/tid=4502] ppid=4491 vsize=1539864 CPUtime=0.02
/proc/4493/task/4502/stat : 4502 (java) S 4491 4493 3841 0 -1 4202560 219 0 0 0 2 0 0 0 15 0 19 0 966207 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 4 0 0 0
[pid=4493/tid=4503] ppid=4491 vsize=1539864 CPUtime=0.01
/proc/4493/task/4503/stat : 4503 (java) S 4491 4493 3841 0 -1 4202560 293 0 0 0 1 0 0 0 15 0 19 0 966207 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 4 0 0 0
[pid=4493/tid=4504] ppid=4491 vsize=1539864 CPUtime=0.95
/proc/4493/task/4504/stat : 4504 (java) S 4491 4493 3841 0 -1 4202560 1213 0 0 0 94 1 0 0 16 0 19 0 966208 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4505] ppid=4491 vsize=1539864 CPUtime=0
/proc/4493/task/4505/stat : 4505 (java) S 4491 4493 3841 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 966208 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4506] ppid=4491 vsize=1539864 CPUtime=0
/proc/4493/task/4506/stat : 4506 (java) S 4491 4493 3841 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 966208 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4507] ppid=4491 vsize=1539864 CPUtime=0
/proc/4493/task/4507/stat : 4507 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 966210 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4508] ppid=4491 vsize=1539864 CPUtime=0.64
/proc/4493/task/4508/stat : 4508 (java) S 4491 4493 3841 0 -1 4202560 4018 0 0 0 64 0 0 0 15 0 19 0 966210 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 1 0 0 0
[pid=4493/tid=4509] ppid=4491 vsize=1539864 CPUtime=0.65
/proc/4493/task/4509/stat : 4509 (java) S 4491 4493 3841 0 -1 4202560 5815 0 0 0 65 0 0 0 15 0 19 0 966210 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4510] ppid=4491 vsize=1539864 CPUtime=0
/proc/4493/task/4510/stat : 4510 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 966210 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4511] ppid=4491 vsize=1539864 CPUtime=0
/proc/4493/task/4511/stat : 4511 (java) S 4491 4493 3841 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 966210 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4512] ppid=4491 vsize=1539864 CPUtime=0
/proc/4493/task/4512/stat : 4512 (java) S 4491 4493 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 966221 1576820736 16911 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 58.06
Current children cumulated vsize (KiB) 1539864

[startup+56.9006 s]
/proc/loadavg: 2.04 2.02 1.93 3/215 4560
/proc/meminfo: memFree=32337376/32951124 swapFree=67111528/67111528
[pid=4493] ppid=4491 vsize=1540188 CPUtime=58.26
/proc/4493/stat : 4493 (java) S 4491 4493 3841 0 -1 4202496 24217 0 1 0 5820 6 0 0 25 0 19 0 966206 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4493/statm: 385047 16941 1445 10 0 382350 0
[pid=4493/tid=4494] ppid=4491 vsize=1540188 CPUtime=55.75
/proc/4493/task/4494/stat : 4494 (java) S 4491 4493 3841 0 -1 4202560 10989 0 1 0 5574 1 0 0 19 0 19 0 966206 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4496] ppid=4491 vsize=1540188 CPUtime=0.02
/proc/4493/task/4496/stat : 4496 (java) S 4491 4493 3841 0 -1 4202560 226 0 0 0 2 0 0 0 15 0 19 0 966207 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4497] ppid=4491 vsize=1540188 CPUtime=0.02
/proc/4493/task/4497/stat : 4497 (java) S 4491 4493 3841 0 -1 4202560 75 0 0 0 2 0 0 0 15 0 19 0 966207 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4498] ppid=4491 vsize=1540188 CPUtime=0.02
/proc/4493/task/4498/stat : 4498 (java) S 4491 4493 3841 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 966207 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4499] ppid=4491 vsize=1540188 CPUtime=0.02
/proc/4493/task/4499/stat : 4499 (java) S 4491 4493 3841 0 -1 4202560 115 0 0 0 2 0 0 0 15 0 19 0 966207 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4500] ppid=4491 vsize=1540188 CPUtime=0.03
/proc/4493/task/4500/stat : 4500 (java) S 4491 4493 3841 0 -1 4202560 23 0 0 0 3 0 0 0 15 0 19 0 966207 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 4 0 0 0
[pid=4493/tid=4501] ppid=4491 vsize=1540188 CPUtime=0.02
/proc/4493/task/4501/stat : 4501 (java) S 4491 4493 3841 0 -1 4202560 133 0 0 0 2 0 0 0 16 0 19 0 966207 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 4 0 0 0
[pid=4493/tid=4502] ppid=4491 vsize=1540188 CPUtime=0.02
/proc/4493/task/4502/stat : 4502 (java) S 4491 4493 3841 0 -1 4202560 219 0 0 0 2 0 0 0 15 0 19 0 966207 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4503] ppid=4491 vsize=1540188 CPUtime=0.01
/proc/4493/task/4503/stat : 4503 (java) S 4491 4493 3841 0 -1 4202560 293 0 0 0 1 0 0 0 15 0 19 0 966207 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4504] ppid=4491 vsize=1540188 CPUtime=0.97
/proc/4493/task/4504/stat : 4504 (java) S 4491 4493 3841 0 -1 4202560 1232 0 0 0 96 1 0 0 16 0 19 0 966208 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 0 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4505] ppid=4491 vsize=1540188 CPUtime=0
/proc/4493/task/4505/stat : 4505 (java) S 4491 4493 3841 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 19 0 966208 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4506] ppid=4491 vsize=1540188 CPUtime=0
/proc/4493/task/4506/stat : 4506 (java) S 4491 4493 3841 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 966208 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4507] ppid=4491 vsize=1540188 CPUtime=0
/proc/4493/task/4507/stat : 4507 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 966210 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4508] ppid=4491 vsize=1540188 CPUtime=0.64
/proc/4493/task/4508/stat : 4508 (java) S 4491 4493 3841 0 -1 4202560 4018 0 0 0 64 0 0 0 15 0 19 0 966210 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 1 0 0 0
[pid=4493/tid=4509] ppid=4491 vsize=1540188 CPUtime=0.65
/proc/4493/task/4509/stat : 4509 (java) S 4491 4493 3841 0 -1 4202560 5815 0 0 0 65 0 0 0 15 0 19 0 966210 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 2 0 0 0
[pid=4493/tid=4510] ppid=4491 vsize=1540188 CPUtime=0
/proc/4493/task/4510/stat : 4510 (java) S 4491 4493 3841 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 966210 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 6 0 0 0
[pid=4493/tid=4511] ppid=4491 vsize=1540188 CPUtime=0
/proc/4493/task/4511/stat : 4511 (java) S 4491 4493 3841 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 966210 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
[pid=4493/tid=4512] ppid=4491 vsize=1540188 CPUtime=0
/proc/4493/task/4512/stat : 4512 (java) S 4491 4493 3841 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 19 0 966221 1577152512 16941 4089446400 134512640 134550932 4293000544 18446744073709551615 4294960144 0 4 0 16800975 18446604453542427392 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 58.26
Current children cumulated vsize (KiB) 1540188

Child status: 30
Real time (s): 56.9317
CPU time (s): 58.2721
CPU user time (s): 58.2062
CPU system time (s): 0.065989
CPU usage (%): 102.355
Max. virtual memory (cumulated for all children) (KiB): 1545540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.2062
system time used= 0.065989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24218
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= 3843
involuntary context switches= 19291

runsolver used 0.112982 second user time and 0.223965 second system time

The end

Launcher Data

Begin job on node142 at 2010-07-05 12:58:53
IDJOB=2698723
IDBENCH=79248
IDSOLVER=1211
FILE ID=node142/2698723-1278327533
PBS_JOBID= 11207420
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.1110973670--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-2698723-1278327533/watcher-2698723-1278327533 -o /tmp/evaluation-result-2698723-1278327533/solver-2698723-1278327533 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698723-1278327533.wbo

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

MD5SUM BENCH= 366069b8ece10aa1f9438c760e1be90c
RANDOM SEED=1321313449

node142.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.874
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.74
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.874
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.874
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.874
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.79
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.874
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	: 5311.06
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.874
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.874
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.75
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.874
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32399008 kB
Buffers:         25168 kB
Cached:         303532 kB
SwapCached:          0 kB
Active:         205528 kB
Inactive:       247708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32399008 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             580 kB
Writeback:           0 kB
AnonPages:      124976 kB
Mapped:          20320 kB
Slab:            36172 kB
PageTables:       4812 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1649284 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 node142 at 2010-07-05 12:59:50