Trace number 2698456

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 49.2795 48.2424

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970444--soft-33-100-0.wbo
MD5SUMe1995b9ec907174fc65ceec959beef4e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.198969
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1239
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.00/0.09	c Pseudo Boolean Optimization
0.00/0.09	c --- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@16fd0b7
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.09	c Expensive reason simplification
0.00/0.09	c Armin Biere (Picosat) restarts strategy
0.00/0.09	c Glucose learned constraints deletion strategy
0.00/0.09	c timeout=2147483s
0.00/0.09	c DB Simplification allowed=false
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-2698456-1278325592.wbo
0.00/0.09	c reading problem ... 
0.12/0.15	c ... done. Wall clock time 0.053s.
0.12/0.15	c #vars     233
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.minisat.constraints.card.MinWatchCard => 30
0.12/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
0.31/0.24	c SATISFIABLE
0.31/0.24	c OPTIMIZING...
0.31/0.24	c Got one! Elapsed wall clock time (in seconds):0.146
0.31/0.24	o 599
0.61/0.30	c Got one! Elapsed wall clock time (in seconds):0.203
0.61/0.30	o 503
0.61/0.37	c Got one! Elapsed wall clock time (in seconds):0.274
0.61/0.37	o 501
0.61/0.38	c Got one! Elapsed wall clock time (in seconds):0.284
0.61/0.38	o 494
0.82/0.41	c Got one! Elapsed wall clock time (in seconds):0.317
0.82/0.41	o 448
0.82/0.44	c Got one! Elapsed wall clock time (in seconds):0.342
0.82/0.44	o 446
0.82/0.45	c Got one! Elapsed wall clock time (in seconds):0.355
0.82/0.45	o 441
0.82/0.47	c Got one! Elapsed wall clock time (in seconds):0.372
0.82/0.47	o 380
0.95/0.52	c Got one! Elapsed wall clock time (in seconds):0.424
0.95/0.52	o 369
1.07/0.63	c cleaning 2497 clauses out of 5001 with flag 5001/5001
1.07/0.64	c Got one! Elapsed wall clock time (in seconds):0.548
1.07/0.64	o 363
1.07/0.69	c Got one! Elapsed wall clock time (in seconds):0.596
1.07/0.69	o 354
1.19/0.77	c Got one! Elapsed wall clock time (in seconds):0.68
1.19/0.77	o 275
1.42/0.93	c cleaning 4245 clauses out of 8503 with flag 11000/11000
1.53/1.05	c Got one! Elapsed wall clock time (in seconds):0.961
1.53/1.05	o 262
1.72/1.29	c cleaning 5624 clauses out of 11259 with flag 18001/18001
1.83/1.38	c Got one! Elapsed wall clock time (in seconds):1.291
1.83/1.39	o 255
2.23/1.70	c cleaning 6814 clauses out of 13635 with flag 26001/26001
2.23/1.75	c Got one! Elapsed wall clock time (in seconds):1.661
2.23/1.75	o 243
2.44/2.00	c Got one! Elapsed wall clock time (in seconds):1.902
2.44/2.00	o 204
2.76/2.21	c cleaning 7905 clauses out of 15820 with flag 35000/35000
3.26/2.71	c cleaning 8949 clauses out of 17917 with flag 45002/45002
3.26/2.80	c Got one! Elapsed wall clock time (in seconds):2.702
3.26/2.80	o 195
3.77/3.29	c cleaning 9474 clauses out of 18967 with flag 55001/55001
4.27/3.71	c Got one! Elapsed wall clock time (in seconds):3.619
4.27/3.71	o 150
4.37/3.83	c cleaning 9742 clauses out of 19494 with flag 65002/65002
4.88/4.35	c cleaning 9870 clauses out of 19750 with flag 75000/75000
5.37/4.88	c cleaning 9939 clauses out of 19881 with flag 85001/85001
5.98/5.44	c cleaning 9964 clauses out of 19941 with flag 95000/95000
6.47/5.95	c cleaning 9986 clauses out of 19979 with flag 105002/105002
6.98/6.48	c cleaning 9995 clauses out of 19996 with flag 115005/115005
7.19/6.62	c Got one! Elapsed wall clock time (in seconds):6.523
7.19/6.62	o 79
7.59/7.04	c cleaning 9997 clauses out of 19999 with flag 125003/125003
8.09/7.56	c cleaning 9998 clauses out of 20000 with flag 135001/135001
8.69/8.10	c cleaning 9995 clauses out of 20001 with flag 145000/145000
9.19/8.63	c cleaning 9997 clauses out of 20006 with flag 155000/155000
9.19/8.64	c Got one! Elapsed wall clock time (in seconds):8.551
9.19/8.65	o 56
9.69/9.14	c cleaning 10001 clauses out of 20010 with flag 165001/165001
10.29/9.78	c cleaning 10000 clauses out of 20008 with flag 175000/175000
10.79/10.27	c cleaning 10001 clauses out of 20010 with flag 185002/185002
11.29/10.75	c cleaning 9994 clauses out of 20007 with flag 195000/195000
11.80/11.28	c cleaning 10004 clauses out of 20014 with flag 205001/205001
12.30/11.79	c cleaning 9996 clauses out of 20010 with flag 215001/215001
12.61/12.05	c Got one! Elapsed wall clock time (in seconds):11.96
12.61/12.05	o 55
12.93/12.33	c cleaning 10005 clauses out of 20015 with flag 225002/225002
13.43/12.81	c cleaning 9999 clauses out of 20008 with flag 235000/235000
13.93/13.32	c cleaning 9998 clauses out of 20009 with flag 245000/245000
14.43/13.81	c cleaning 10001 clauses out of 20011 with flag 255000/255000
14.84/14.29	c cleaning 10003 clauses out of 20011 with flag 265001/265001
15.34/14.76	c cleaning 9998 clauses out of 20007 with flag 275000/275000
15.84/15.21	c cleaning 10001 clauses out of 20011 with flag 285002/285002
16.24/15.66	c cleaning 9995 clauses out of 20008 with flag 295000/295000
16.75/16.13	c cleaning 10002 clauses out of 20013 with flag 305000/305000
17.16/16.58	c cleaning 10004 clauses out of 20013 with flag 315002/315002
17.65/17.03	c cleaning 10001 clauses out of 20009 with flag 325002/325002
18.06/17.46	c cleaning 10001 clauses out of 20008 with flag 335002/335002
18.57/17.91	c cleaning 9994 clauses out of 20007 with flag 345002/345002
18.97/18.37	c cleaning 10004 clauses out of 20013 with flag 355002/355002
19.47/18.81	c cleaning 10002 clauses out of 20008 with flag 365001/365001
19.47/18.86	c Got one! Elapsed wall clock time (in seconds):18.769
19.47/18.86	o 40
19.97/19.30	c cleaning 9998 clauses out of 20005 with flag 375000/375000
20.38/19.79	c cleaning 9999 clauses out of 20009 with flag 385002/385002
20.97/20.32	c cleaning 10000 clauses out of 20009 with flag 395001/395001
21.48/20.86	c cleaning 10000 clauses out of 20010 with flag 405002/405002
21.98/21.33	c cleaning 10000 clauses out of 20009 with flag 415001/415001
22.48/21.80	c cleaning 10000 clauses out of 20012 with flag 425004/425004
22.59/21.96	c Got one! Elapsed wall clock time (in seconds):21.866
22.59/21.96	o 35
22.89/22.29	c cleaning 10002 clauses out of 20011 with flag 435003/435003
23.49/22.81	c cleaning 9998 clauses out of 20006 with flag 445000/445000
23.99/23.35	c cleaning 10000 clauses out of 20009 with flag 455001/455001
24.50/23.88	c cleaning 9998 clauses out of 20008 with flag 465000/465000
25.00/24.36	c cleaning 10002 clauses out of 20012 with flag 475002/475002
25.60/24.90	c cleaning 10002 clauses out of 20011 with flag 485003/485003
26.01/25.38	c cleaning 9997 clauses out of 20006 with flag 495000/495000
26.51/25.87	c cleaning 10002 clauses out of 20012 with flag 505003/505003
27.03/26.36	c cleaning 10000 clauses out of 20008 with flag 515001/515001
27.33/26.65	c Got one! Elapsed wall clock time (in seconds):26.555
27.33/26.65	o 26
27.63/26.91	c cleaning 9999 clauses out of 20009 with flag 525002/525002
28.13/27.43	c cleaning 10001 clauses out of 20008 with flag 535000/535000
28.63/27.94	c cleaning 10001 clauses out of 20007 with flag 545000/545000
29.13/28.46	c cleaning 9998 clauses out of 20007 with flag 555001/555001
29.63/28.96	c cleaning 9996 clauses out of 20008 with flag 565000/565000
30.13/29.45	c cleaning 10003 clauses out of 20014 with flag 575002/575002
30.63/29.92	c cleaning 10001 clauses out of 20009 with flag 585000/585000
31.04/30.38	c cleaning 9997 clauses out of 20009 with flag 595001/595001
31.55/30.83	c cleaning 10002 clauses out of 20012 with flag 605001/605001
31.55/30.86	c Got one! Elapsed wall clock time (in seconds):30.77
31.55/30.86	o 22
32.04/31.33	c cleaning 10002 clauses out of 20010 with flag 615001/615001
32.55/31.84	c cleaning 10000 clauses out of 20008 with flag 625001/625001
33.05/32.32	c cleaning 9999 clauses out of 20008 with flag 635001/635001
33.55/32.81	c cleaning 9997 clauses out of 20009 with flag 645001/645001
33.95/33.27	c cleaning 10001 clauses out of 20013 with flag 655002/655002
34.45/33.79	c cleaning 10004 clauses out of 20012 with flag 665002/665002
34.95/34.25	c cleaning 10000 clauses out of 20007 with flag 675001/675001
35.36/34.69	c cleaning 9995 clauses out of 20007 with flag 685001/685001
35.87/35.14	c cleaning 10005 clauses out of 20013 with flag 695002/695002
36.27/35.57	c cleaning 10000 clauses out of 20009 with flag 705003/705003
36.77/36.02	c cleaning 10001 clauses out of 20009 with flag 715003/715003
37.18/36.49	c cleaning 10001 clauses out of 20007 with flag 725002/725002
37.68/36.95	c cleaning 9998 clauses out of 20006 with flag 735002/735002
38.19/37.41	c cleaning 9997 clauses out of 20006 with flag 745000/745000
38.59/37.84	c cleaning 10001 clauses out of 20012 with flag 755003/755003
39.09/38.30	c cleaning 9998 clauses out of 20009 with flag 765001/765001
39.49/38.76	c cleaning 10003 clauses out of 20010 with flag 775000/775000
39.99/39.23	c cleaning 10000 clauses out of 20008 with flag 785001/785001
40.40/39.66	c cleaning 10000 clauses out of 20008 with flag 795001/795001
40.91/40.13	c cleaning 10001 clauses out of 20009 with flag 805002/805002
41.32/40.58	c cleaning 9995 clauses out of 20006 with flag 815000/815000
41.82/41.01	c cleaning 10001 clauses out of 20013 with flag 825002/825002
42.21/41.49	c cleaning 10000 clauses out of 20010 with flag 835000/835000
42.71/41.93	c cleaning 9997 clauses out of 20011 with flag 845001/845001
43.13/42.34	c cleaning 10002 clauses out of 20013 with flag 855000/855000
43.53/42.78	c cleaning 10001 clauses out of 20011 with flag 865000/865000
44.03/43.21	c cleaning 9997 clauses out of 20010 with flag 875000/875000
44.44/43.65	c cleaning 10004 clauses out of 20015 with flag 885002/885002
44.84/44.06	c cleaning 10002 clauses out of 20011 with flag 895002/895002
45.14/44.31	c Got one! Elapsed wall clock time (in seconds):44.216
45.14/44.31	o 10
45.34/44.50	c cleaning 9999 clauses out of 20007 with flag 905000/905000
45.75/44.94	c cleaning 9999 clauses out of 20008 with flag 915000/915000
46.15/45.36	c cleaning 9998 clauses out of 20009 with flag 925000/925000
46.55/45.79	c cleaning 9997 clauses out of 20011 with flag 935000/935000
46.95/46.20	c cleaning 10004 clauses out of 20017 with flag 945003/945003
47.45/46.62	c cleaning 9999 clauses out of 20012 with flag 955002/955002
47.85/47.06	c cleaning 9998 clauses out of 20011 with flag 965000/965000
48.25/47.49	c cleaning 10001 clauses out of 20013 with flag 975000/975000
48.75/47.97	c cleaning 10001 clauses out of 20012 with flag 985000/985000
49.17/48.18	c starts		: 197
49.17/48.18	c conflicts		: 989847
49.17/48.18	c decisions		: 1519729
49.17/48.18	c propagations		: 22253609
49.17/48.18	c inspects		: 219951746
49.17/48.18	c learnt literals	: 6
49.17/48.18	c learnt binary clauses	: 19
49.17/48.18	c learnt ternary clauses	: 284
49.17/48.18	c learnt clauses	: 989840
49.17/48.18	c ignored clauses	: 0
49.17/48.18	c root simplifications	: 0
49.17/48.18	c removed literals (reason simplification)	: 8404695
49.17/48.18	c reason swapping (by a shorter reason)	: 0
49.17/48.18	c Calls to reduceDB	: 100
49.17/48.18	c number of reductions to clauses (during analyze)	: 0
49.17/48.18	c number of learned constraints concerned by reduction	: 0
49.17/48.18	c number of learning phase by resolution	: 0
49.17/48.18	c number of learning phase by cutting planes	: 0
49.17/48.18	c speed (assignments/second)	: 5747316.373966943
49.17/48.18	c non guided choices	1267
49.17/48.18	c learnt constraints type 
49.17/48.18	c constraints type 
49.17/48.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
49.17/48.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
49.17/48.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
49.17/48.18	s OPTIMUM FOUND
49.17/48.18	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 
49.17/48.18	c objective function=10
49.17/48.18	c Total wall clock time (in seconds): 48.09

Verifier Data

OK	10

Watcher Data

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.90 1.96 1.71 3/196 4220
/proc/meminfo: memFree=32444888/32951124 swapFree=67111528/67111528
[pid=4220] ppid=4218 vsize=13696 CPUtime=0
/proc/4220/stat : 4220 (java) S 4218 4220 3806 0 -1 4202496 1165 0 0 0 0 0 0 0 18 0 2 0 774093 14024704 619 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/4220/statm: 3434 623 299 10 0 1206 0
[pid=4220/tid=4221] ppid=4218 vsize=13684 CPUtime=0
/proc/4220/task/4221/stat : 4221 (java) S 4218 4220 3806 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 2 0 774094 14012416 631 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16784584 4288738292045709311 0 0 -1 5 0 0 0

[startup+0.0127369 s]
/proc/loadavg: 1.90 1.96 1.71 3/196 4220
/proc/meminfo: memFree=32444888/32951124 swapFree=67111528/67111528
[pid=4220] ppid=4218 vsize=1522520 CPUtime=0
/proc/4220/stat : 4220 (java) S 4218 4220 3806 0 -1 4202496 2681 0 1 0 0 0 0 0 18 0 10 0 774093 1559060480 2126 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/4220/statm: 380630 2129 433 10 0 378341 0
[pid=4220/tid=4221] ppid=4218 vsize=1522520 CPUtime=0
/proc/4220/task/4221/stat : 4221 (java) R 4218 4220 3806 0 -1 4202560 1634 0 1 0 0 0 0 0 20 0 10 0 774094 1559060480 2130 4089446400 134512640 134550932 4288679328 18446744073709551615 102396864 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1522520

[startup+0.100749 s]
/proc/loadavg: 1.90 1.96 1.71 3/196 4220
/proc/meminfo: memFree=32444888/32951124 swapFree=67111528/67111528
[pid=4220] ppid=4218 vsize=1529576 CPUtime=0.12
/proc/4220/stat : 4220 (java) S 4218 4220 3806 0 -1 4202496 5219 0 1 0 11 1 0 0 18 0 18 0 774093 1566285824 4652 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4220/statm: 382394 4652 1347 10 0 379697 0
[pid=4220/tid=4221] ppid=4218 vsize=1529576 CPUtime=0.08
/proc/4220/task/4221/stat : 4221 (java) R 4218 4220 3806 0 -1 4202560 3564 0 1 0 8 0 0 0 25 0 18 0 774094 1566285824 4652 4089446400 134512640 134550932 4288679328 18446744073709551615 4108820624 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529576

[startup+0.300758 s]
/proc/loadavg: 1.90 1.96 1.71 3/196 4220
/proc/meminfo: memFree=32444888/32951124 swapFree=67111528/67111528
[pid=4220] ppid=4218 vsize=1535556 CPUtime=0.61
/proc/4220/stat : 4220 (java) S 4218 4220 3806 0 -1 4202496 8033 0 1 0 60 1 0 0 18 0 19 0 774093 1572409344 6646 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4220/statm: 383889 6646 1416 10 0 381192 0
[pid=4220/tid=4221] ppid=4218 vsize=1535556 CPUtime=0.28
/proc/4220/task/4221/stat : 4221 (java) R 4218 4220 3806 0 -1 4202560 4062 0 1 0 28 0 0 0 25 0 19 0 774094 1572409344 6646 4089446400 134512640 134550932 4288679328 18446744073709551615 4109278700 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 1535556

[startup+0.700687 s]
/proc/loadavg: 1.90 1.96 1.71 3/196 4220
/proc/meminfo: memFree=32444888/32951124 swapFree=67111528/67111528
[pid=4220] ppid=4218 vsize=1535556 CPUtime=1.19
/proc/4220/stat : 4220 (java) S 4218 4220 3806 0 -1 4202496 10461 0 1 0 117 2 0 0 18 0 19 0 774093 1572409344 9043 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4220/statm: 383889 9043 1439 10 0 381192 0
[pid=4220/tid=4221] ppid=4218 vsize=1535556 CPUtime=0.68
/proc/4220/task/4221/stat : 4221 (java) R 4218 4220 3806 0 -1 4202560 5950 0 1 0 67 1 0 0 25 0 19 0 774094 1572409344 9043 4089446400 134512640 134550932 4288679328 18446744073709551615 4109251354 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 1535556

[startup+1.50155 s]
/proc/loadavg: 1.90 1.96 1.71 3/215 4239
/proc/meminfo: memFree=32413472/32951124 swapFree=67111528/67111528
[pid=4220] ppid=4218 vsize=1535556 CPUtime=2.03
/proc/4220/stat : 4220 (java) S 4218 4220 3806 0 -1 4202496 11035 0 1 0 201 2 0 0 18 0 19 0 774093 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4220/statm: 383889 9615 1439 10 0 381192 0
[pid=4220/tid=4221] ppid=4218 vsize=1535556 CPUtime=1.45
/proc/4220/task/4221/stat : 4221 (java) R 4218 4220 3806 0 -1 4202560 5952 0 1 0 144 1 0 0 25 0 19 0 774094 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4109410729 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4220/tid=4223] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4223/stat : 4223 (java) S 4218 4220 3806 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 774095 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4224] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4224/stat : 4224 (java) S 4218 4220 3806 0 -1 4202560 282 0 0 0 0 0 0 0 16 0 19 0 774095 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 4 0 0 0
[pid=4220/tid=4225] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4225/stat : 4225 (java) S 4218 4220 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 774095 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4226] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4226/stat : 4226 (java) S 4218 4220 3806 0 -1 4202560 100 0 0 0 0 0 0 0 16 0 19 0 774095 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4227] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4227/stat : 4227 (java) S 4218 4220 3806 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 774095 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4228] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4228/stat : 4228 (java) S 4218 4220 3806 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 774095 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4229] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4229/stat : 4229 (java) S 4218 4220 3806 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 774095 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4230] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4230/stat : 4230 (java) S 4218 4220 3806 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 774095 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 5 0 0 0
[pid=4220/tid=4231] ppid=4218 vsize=1535556 CPUtime=0.02
/proc/4220/task/4231/stat : 4231 (java) S 4218 4220 3806 0 -1 4202560 452 0 0 0 2 0 0 0 15 0 19 0 774096 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16800975 18446604471091112128 0 0 -1 0 0 0 0
[pid=4220/tid=4232] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4232/stat : 4232 (java) S 4218 4220 3806 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 774096 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4233] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4233/stat : 4233 (java) S 4218 4220 3806 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 774096 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4234] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4234/stat : 4234 (java) S 4218 4220 3806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 774098 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4235] ppid=4218 vsize=1535556 CPUtime=0.29
/proc/4220/task/4235/stat : 4235 (java) S 4218 4220 3806 0 -1 4202560 1394 0 0 0 29 0 0 0 15 0 19 0 774098 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 2 0 0 0
[pid=4220/tid=4236] ppid=4218 vsize=1535556 CPUtime=0.23
/proc/4220/task/4236/stat : 4236 (java) S 4218 4220 3806 0 -1 4202560 1576 0 0 0 23 0 0 0 15 0 19 0 774098 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4237] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4237/stat : 4237 (java) S 4218 4220 3806 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 774098 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4238] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4238/stat : 4238 (java) S 4218 4220 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 774098 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4239] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4239/stat : 4239 (java) S 4218 4220 3806 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 774109 1572409344 9615 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 1535556

[startup+3.10124 s]
/proc/loadavg: 1.90 1.96 1.71 3/215 4239
/proc/meminfo: memFree=32411116/32951124 swapFree=67111528/67111528
[pid=4220] ppid=4218 vsize=1535556 CPUtime=3.67
/proc/4220/stat : 4220 (java) S 4218 4220 3806 0 -1 4202496 12315 0 1 0 364 3 0 0 18 0 19 0 774093 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4220/statm: 383889 10891 1439 10 0 381192 0
[pid=4220/tid=4221] ppid=4218 vsize=1535556 CPUtime=3.01
/proc/4220/task/4221/stat : 4221 (java) R 4218 4220 3806 0 -1 4202560 6882 0 1 0 300 1 0 0 25 0 19 0 774094 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4109293287 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4220/tid=4223] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4223/stat : 4223 (java) S 4218 4220 3806 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 774095 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4224] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4224/stat : 4224 (java) S 4218 4220 3806 0 -1 4202560 369 0 0 0 0 0 0 0 16 0 19 0 774095 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 4 0 0 0
[pid=4220/tid=4225] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4225/stat : 4225 (java) S 4218 4220 3806 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 774095 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4226] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4226/stat : 4226 (java) S 4218 4220 3806 0 -1 4202560 138 0 0 0 0 0 0 0 15 0 19 0 774095 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4227] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4227/stat : 4227 (java) S 4218 4220 3806 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 19 0 774095 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4228] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4228/stat : 4228 (java) S 4218 4220 3806 0 -1 4202560 106 0 0 0 0 0 0 0 16 0 19 0 774095 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4229] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4229/stat : 4229 (java) S 4218 4220 3806 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 774095 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 5 0 0 0
[pid=4220/tid=4230] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4230/stat : 4230 (java) S 4218 4220 3806 0 -1 4202560 19 0 0 0 0 0 0 0 16 0 19 0 774095 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 5 0 0 0
[pid=4220/tid=4231] ppid=4218 vsize=1535556 CPUtime=0.05
/proc/4220/task/4231/stat : 4231 (java) S 4218 4220 3806 0 -1 4202560 580 0 0 0 5 0 0 0 15 0 19 0 774096 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16800975 18446604471091112128 0 0 -1 0 0 0 0
[pid=4220/tid=4232] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4232/stat : 4232 (java) S 4218 4220 3806 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 774096 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4233] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4233/stat : 4233 (java) S 4218 4220 3806 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 774096 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4234] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4234/stat : 4234 (java) S 4218 4220 3806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 774098 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4235] ppid=4218 vsize=1535556 CPUtime=0.32
/proc/4220/task/4235/stat : 4235 (java) S 4218 4220 3806 0 -1 4202560 1399 0 0 0 32 0 0 0 15 0 19 0 774098 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 2 0 0 0
[pid=4220/tid=4236] ppid=4218 vsize=1535556 CPUtime=0.23
/proc/4220/task/4236/stat : 4236 (java) S 4218 4220 3806 0 -1 4202560 1576 0 0 0 23 0 0 0 15 0 19 0 774098 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4237] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4237/stat : 4237 (java) S 4218 4220 3806 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 774098 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4238] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4238/stat : 4238 (java) S 4218 4220 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 774098 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4239] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4239/stat : 4239 (java) S 4218 4220 3806 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 774109 1572409344 10891 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 1535556

[startup+6.30069 s]
/proc/loadavg: 1.91 1.96 1.72 3/215 4239
/proc/meminfo: memFree=32403788/32951124 swapFree=67111528/67111528
[pid=4220] ppid=4218 vsize=1535556 CPUtime=6.88
/proc/4220/stat : 4220 (java) S 4218 4220 3806 0 -1 4202496 13248 0 1 0 685 3 0 0 18 0 19 0 774093 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4220/statm: 383889 11689 1439 10 0 381192 0
[pid=4220/tid=4221] ppid=4218 vsize=1535556 CPUtime=6.14
/proc/4220/task/4221/stat : 4221 (java) R 4218 4220 3806 0 -1 4202560 7663 0 1 0 613 1 0 0 25 0 19 0 774094 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4109217001 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4220/tid=4223] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4223/stat : 4223 (java) S 4218 4220 3806 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 19 0 774095 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4224] ppid=4218 vsize=1535556 CPUtime=0.01
/proc/4220/task/4224/stat : 4224 (java) S 4218 4220 3806 0 -1 4202560 370 0 0 0 1 0 0 0 15 0 19 0 774095 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 4 0 0 0
[pid=4220/tid=4225] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4225/stat : 4225 (java) S 4218 4220 3806 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 774095 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 4 0 0 0
[pid=4220/tid=4226] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4226/stat : 4226 (java) S 4218 4220 3806 0 -1 4202560 138 0 0 0 0 0 0 0 15 0 19 0 774095 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4227] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4227/stat : 4227 (java) S 4218 4220 3806 0 -1 4202560 27 0 0 0 0 0 0 0 16 0 19 0 774095 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 5 0 0 0
[pid=4220/tid=4228] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4228/stat : 4228 (java) S 4218 4220 3806 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 774095 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4229] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4229/stat : 4229 (java) S 4218 4220 3806 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 774095 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4230] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4230/stat : 4230 (java) S 4218 4220 3806 0 -1 4202560 19 0 0 0 0 0 0 0 16 0 19 0 774095 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4231] ppid=4218 vsize=1535556 CPUtime=0.11
/proc/4220/task/4231/stat : 4231 (java) S 4218 4220 3806 0 -1 4202560 728 0 0 0 11 0 0 0 15 0 19 0 774096 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16800975 18446604471091112128 0 0 -1 0 0 0 0
[pid=4220/tid=4232] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4232/stat : 4232 (java) S 4218 4220 3806 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 774096 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4233] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4233/stat : 4233 (java) S 4218 4220 3806 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 774096 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4234] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4234/stat : 4234 (java) S 4218 4220 3806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 774098 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4235] ppid=4218 vsize=1535556 CPUtime=0.32
/proc/4220/task/4235/stat : 4235 (java) S 4218 4220 3806 0 -1 4202560 1399 0 0 0 32 0 0 0 15 0 19 0 774098 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 2 0 0 0
[pid=4220/tid=4236] ppid=4218 vsize=1535556 CPUtime=0.23
/proc/4220/task/4236/stat : 4236 (java) S 4218 4220 3806 0 -1 4202560 1576 0 0 0 23 0 0 0 15 0 19 0 774098 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4237] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4237/stat : 4237 (java) S 4218 4220 3806 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 774098 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4238] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4238/stat : 4238 (java) S 4218 4220 3806 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 774098 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4239] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4239/stat : 4239 (java) S 4218 4220 3806 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 774109 1572409344 11689 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 1535556


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

/proc/4220/task/4223/stat : 4223 (java) S 4218 4220 3806 0 -1 4202560 96 0 0 0 4 0 0 0 15 0 19 0 774095 1572409344 12206 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4224] ppid=4218 vsize=1535556 CPUtime=0.06
/proc/4220/task/4224/stat : 4224 (java) S 4218 4220 3806 0 -1 4202560 377 0 0 0 6 0 0 0 15 0 19 0 774095 1572409344 12206 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 2 0 0 0
[pid=4220/tid=4225] ppid=4218 vsize=1535556 CPUtime=0.03
/proc/4220/task/4225/stat : 4225 (java) S 4218 4220 3806 0 -1 4202560 28 0 0 0 3 0 0 0 15 0 19 0 774095 1572409344 12206 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 4 0 0 0
[pid=4220/tid=4226] ppid=4218 vsize=1535556 CPUtime=0.04
/proc/4220/task/4226/stat : 4226 (java) S 4218 4220 3806 0 -1 4202560 142 0 0 0 4 0 0 0 15 0 19 0 774095 1572409344 12206 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4227] ppid=4218 vsize=1535556 CPUtime=0.04
/proc/4220/task/4227/stat : 4227 (java) S 4218 4220 3806 0 -1 4202560 34 0 0 0 4 0 0 0 15 0 19 0 774095 1572409344 12206 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 0 0 0 0
[pid=4220/tid=4228] ppid=4218 vsize=1535556 CPUtime=0.04
/proc/4220/task/4228/stat : 4228 (java) S 4218 4220 3806 0 -1 4202560 119 0 0 0 4 0 0 0 15 0 19 0 774095 1572409344 12206 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 0 0 0 0
[pid=4220/tid=4229] ppid=4218 vsize=1535556 CPUtime=0.04
/proc/4220/task/4229/stat : 4229 (java) S 4218 4220 3806 0 -1 4202560 52 0 0 0 4 0 0 0 15 0 19 0 774095 1572409344 12206 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 4 0 0 0
[pid=4220/tid=4230] ppid=4218 vsize=1535556 CPUtime=0.04
/proc/4220/task/4230/stat : 4230 (java) S 4218 4220 3806 0 -1 4202560 24 0 0 0 4 0 0 0 15 0 19 0 774095 1572409344 12206 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 2 0 0 0
[pid=4220/tid=4231] ppid=4218 vsize=1535556 CPUtime=1.03
/proc/4220/task/4231/stat : 4231 (java) S 4218 4220 3806 0 -1 4202560 1173 0 0 0 101 2 0 0 15 0 19 0 774096 1572409344 12206 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16800975 18446604471091112128 0 0 -1 6 0 0 0
[pid=4220/tid=4232] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4232/stat : 4232 (java) S 4218 4220 3806 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 774096 1572409344 12206 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4233] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4233/stat : 4233 (java) S 4218 4220 3806 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 774096 1572409344 12206 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4234] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4234/stat : 4234 (java) S 4218 4220 3806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 774098 1572409344 12206 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4235] ppid=4218 vsize=1535556 CPUtime=0.35
/proc/4220/task/4235/stat : 4235 (java) S 4218 4220 3806 0 -1 4202560 1417 0 0 0 35 0 0 0 15 0 19 0 774098 1572409344 12206 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 2 0 0 0
[pid=4220/tid=4236] ppid=4218 vsize=1535556 CPUtime=0.24
/proc/4220/task/4236/stat : 4236 (java) S 4218 4220 3806 0 -1 4202560 1578 0 0 0 24 0 0 0 15 0 19 0 774098 1572409344 12206 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4237] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4237/stat : 4237 (java) S 4218 4220 3806 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 774098 1572409344 12206 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4238] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4238/stat : 4238 (java) S 4218 4220 3806 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 774098 1572409344 12206 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4239] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4239/stat : 4239 (java) S 4218 4220 3806 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 774109 1572409344 12206 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.95
Current children cumulated vsize (KiB) 1535556

[startup+47.9012 s]
/proc/loadavg: 1.95 1.96 1.73 3/215 4285
/proc/meminfo: memFree=32386592/32951124 swapFree=67111528/67111528
[pid=4220] ppid=4218 vsize=1535556 CPUtime=48.75
/proc/4220/stat : 4220 (java) S 4218 4220 3806 0 -1 4202496 13862 0 1 0 4865 10 0 0 18 0 19 0 774093 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4220/statm: 383889 12208 1441 10 0 381192 0
[pid=4220/tid=4221] ppid=4218 vsize=1535556 CPUtime=46.66
/proc/4220/task/4221/stat : 4221 (java) R 4218 4220 3806 0 -1 4202560 7751 0 1 0 4664 2 0 0 19 0 19 0 774094 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4109293571 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4220/tid=4223] ppid=4218 vsize=1535556 CPUtime=0.04
/proc/4220/task/4223/stat : 4223 (java) S 4218 4220 3806 0 -1 4202560 96 0 0 0 4 0 0 0 15 0 19 0 774095 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4224] ppid=4218 vsize=1535556 CPUtime=0.06
/proc/4220/task/4224/stat : 4224 (java) S 4218 4220 3806 0 -1 4202560 377 0 0 0 6 0 0 0 15 0 19 0 774095 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 2 0 0 0
[pid=4220/tid=4225] ppid=4218 vsize=1535556 CPUtime=0.03
/proc/4220/task/4225/stat : 4225 (java) S 4218 4220 3806 0 -1 4202560 28 0 0 0 3 0 0 0 15 0 19 0 774095 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 4 0 0 0
[pid=4220/tid=4226] ppid=4218 vsize=1535556 CPUtime=0.05
/proc/4220/task/4226/stat : 4226 (java) S 4218 4220 3806 0 -1 4202560 142 0 0 0 5 0 0 0 15 0 19 0 774095 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4227] ppid=4218 vsize=1535556 CPUtime=0.04
/proc/4220/task/4227/stat : 4227 (java) S 4218 4220 3806 0 -1 4202560 34 0 0 0 4 0 0 0 15 0 19 0 774095 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 0 0 0 0
[pid=4220/tid=4228] ppid=4218 vsize=1535556 CPUtime=0.04
/proc/4220/task/4228/stat : 4228 (java) S 4218 4220 3806 0 -1 4202560 119 0 0 0 4 0 0 0 15 0 19 0 774095 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 0 0 0 0
[pid=4220/tid=4229] ppid=4218 vsize=1535556 CPUtime=0.04
/proc/4220/task/4229/stat : 4229 (java) S 4218 4220 3806 0 -1 4202560 52 0 0 0 4 0 0 0 15 0 19 0 774095 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 4 0 0 0
[pid=4220/tid=4230] ppid=4218 vsize=1535556 CPUtime=0.04
/proc/4220/task/4230/stat : 4230 (java) S 4218 4220 3806 0 -1 4202560 24 0 0 0 4 0 0 0 15 0 19 0 774095 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 4 0 0 0
[pid=4220/tid=4231] ppid=4218 vsize=1535556 CPUtime=1.04
/proc/4220/task/4231/stat : 4231 (java) S 4218 4220 3806 0 -1 4202560 1173 0 0 0 102 2 0 0 15 0 19 0 774096 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16800975 18446604471091112128 0 0 -1 6 0 0 0
[pid=4220/tid=4232] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4232/stat : 4232 (java) S 4218 4220 3806 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 774096 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4233] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4233/stat : 4233 (java) S 4218 4220 3806 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 774096 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4234] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4234/stat : 4234 (java) S 4218 4220 3806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 774098 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4235] ppid=4218 vsize=1535556 CPUtime=0.35
/proc/4220/task/4235/stat : 4235 (java) S 4218 4220 3806 0 -1 4202560 1417 0 0 0 35 0 0 0 15 0 19 0 774098 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 2 0 0 0
[pid=4220/tid=4236] ppid=4218 vsize=1535556 CPUtime=0.24
/proc/4220/task/4236/stat : 4236 (java) S 4218 4220 3806 0 -1 4202560 1578 0 0 0 24 0 0 0 15 0 19 0 774098 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4237] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4237/stat : 4237 (java) S 4218 4220 3806 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 774098 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4238] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4238/stat : 4238 (java) S 4218 4220 3806 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 774098 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4239] ppid=4218 vsize=1535556 CPUtime=0
/proc/4220/task/4239/stat : 4239 (java) S 4218 4220 3806 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 774109 1572409344 12208 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.75
Current children cumulated vsize (KiB) 1535556

[startup+48.1011 s]
/proc/loadavg: 1.95 1.96 1.73 3/215 4285
/proc/meminfo: memFree=32386592/32951124 swapFree=67111528/67111528
[pid=4220] ppid=4218 vsize=1543748 CPUtime=49.17
/proc/4220/stat : 4220 (java) S 4218 4220 3806 0 -1 4202496 16814 0 1 0 4906 11 0 0 18 0 19 0 774093 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4220/statm: 385937 14282 1441 10 0 383240 0
[pid=4220/tid=4221] ppid=4218 vsize=1543748 CPUtime=46.84
/proc/4220/task/4221/stat : 4221 (java) R 4218 4220 3806 0 -1 4202560 7755 0 1 0 4682 2 0 0 19 0 19 0 774094 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4109253678 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4220/tid=4223] ppid=4218 vsize=1543748 CPUtime=0.04
/proc/4220/task/4223/stat : 4223 (java) S 4218 4220 3806 0 -1 4202560 96 0 0 0 4 0 0 0 15 0 19 0 774095 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4224] ppid=4218 vsize=1543748 CPUtime=0.06
/proc/4220/task/4224/stat : 4224 (java) S 4218 4220 3806 0 -1 4202560 377 0 0 0 6 0 0 0 15 0 19 0 774095 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 2 0 0 0
[pid=4220/tid=4225] ppid=4218 vsize=1543748 CPUtime=0.03
/proc/4220/task/4225/stat : 4225 (java) S 4218 4220 3806 0 -1 4202560 28 0 0 0 3 0 0 0 15 0 19 0 774095 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 4 0 0 0
[pid=4220/tid=4226] ppid=4218 vsize=1543748 CPUtime=0.05
/proc/4220/task/4226/stat : 4226 (java) S 4218 4220 3806 0 -1 4202560 142 0 0 0 5 0 0 0 15 0 19 0 774095 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4227] ppid=4218 vsize=1543748 CPUtime=0.05
/proc/4220/task/4227/stat : 4227 (java) S 4218 4220 3806 0 -1 4202560 34 0 0 0 5 0 0 0 15 0 19 0 774095 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 0 0 0 0
[pid=4220/tid=4228] ppid=4218 vsize=1543748 CPUtime=0.04
/proc/4220/task/4228/stat : 4228 (java) S 4218 4220 3806 0 -1 4202560 119 0 0 0 4 0 0 0 15 0 19 0 774095 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 0 0 0 0
[pid=4220/tid=4229] ppid=4218 vsize=1543748 CPUtime=0.04
/proc/4220/task/4229/stat : 4229 (java) S 4218 4220 3806 0 -1 4202560 52 0 0 0 4 0 0 0 15 0 19 0 774095 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 4 0 0 0
[pid=4220/tid=4230] ppid=4218 vsize=1543748 CPUtime=0.04
/proc/4220/task/4230/stat : 4230 (java) S 4218 4220 3806 0 -1 4202560 24 0 0 0 4 0 0 0 15 0 19 0 774095 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 4 0 0 0
[pid=4220/tid=4231] ppid=4218 vsize=1543748 CPUtime=1.05
/proc/4220/task/4231/stat : 4231 (java) S 4218 4220 3806 0 -1 4202560 1173 0 0 0 103 2 0 0 15 0 19 0 774096 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16800975 18446604471091112128 0 0 -1 6 0 0 0
[pid=4220/tid=4232] ppid=4218 vsize=1543748 CPUtime=0
/proc/4220/task/4232/stat : 4232 (java) S 4218 4220 3806 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 774096 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4233] ppid=4218 vsize=1543748 CPUtime=0
/proc/4220/task/4233/stat : 4233 (java) S 4218 4220 3806 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 774096 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4234] ppid=4218 vsize=1543748 CPUtime=0
/proc/4220/task/4234/stat : 4234 (java) S 4218 4220 3806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 774098 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4235] ppid=4218 vsize=1543748 CPUtime=0.4
/proc/4220/task/4235/stat : 4235 (java) S 4218 4220 3806 0 -1 4202560 1432 0 0 0 40 0 0 0 16 0 19 0 774098 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 2 0 0 0
[pid=4220/tid=4236] ppid=4218 vsize=1543748 CPUtime=0.4
/proc/4220/task/4236/stat : 4236 (java) S 4218 4220 3806 0 -1 4202560 4511 0 0 0 40 0 0 0 16 0 19 0 774098 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4237] ppid=4218 vsize=1543748 CPUtime=0
/proc/4220/task/4237/stat : 4237 (java) S 4218 4220 3806 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 774098 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4238] ppid=4218 vsize=1543748 CPUtime=0
/proc/4220/task/4238/stat : 4238 (java) S 4218 4220 3806 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 774098 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4239] ppid=4218 vsize=1543748 CPUtime=0
/proc/4220/task/4239/stat : 4239 (java) S 4218 4220 3806 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 774109 1580797952 14282 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.17
Current children cumulated vsize (KiB) 1543748

[startup+48.2011 s]
/proc/loadavg: 1.95 1.96 1.73 3/215 4285
/proc/meminfo: memFree=32386592/32951124 swapFree=67111528/67111528
[pid=4220] ppid=4218 vsize=1544072 CPUtime=49.27
/proc/4220/stat : 4220 (java) S 4218 4220 3806 0 -1 4202496 16825 0 1 0 4916 11 0 0 18 0 19 0 774093 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4220/statm: 386018 14293 1442 10 0 383321 0
[pid=4220/tid=4221] ppid=4218 vsize=1544072 CPUtime=46.93
/proc/4220/task/4221/stat : 4221 (java) S 4218 4220 3806 0 -1 4202560 7760 0 1 0 4691 2 0 0 19 0 19 0 774094 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 4 0 0 0
[pid=4220/tid=4223] ppid=4218 vsize=1544072 CPUtime=0.04
/proc/4220/task/4223/stat : 4223 (java) S 4218 4220 3806 0 -1 4202560 96 0 0 0 4 0 0 0 15 0 19 0 774095 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4224] ppid=4218 vsize=1544072 CPUtime=0.06
/proc/4220/task/4224/stat : 4224 (java) S 4218 4220 3806 0 -1 4202560 377 0 0 0 6 0 0 0 15 0 19 0 774095 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 2 0 0 0
[pid=4220/tid=4225] ppid=4218 vsize=1544072 CPUtime=0.03
/proc/4220/task/4225/stat : 4225 (java) S 4218 4220 3806 0 -1 4202560 28 0 0 0 3 0 0 0 15 0 19 0 774095 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 4 0 0 0
[pid=4220/tid=4226] ppid=4218 vsize=1544072 CPUtime=0.05
/proc/4220/task/4226/stat : 4226 (java) S 4218 4220 3806 0 -1 4202560 142 0 0 0 5 0 0 0 15 0 19 0 774095 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4227] ppid=4218 vsize=1544072 CPUtime=0.05
/proc/4220/task/4227/stat : 4227 (java) S 4218 4220 3806 0 -1 4202560 34 0 0 0 5 0 0 0 15 0 19 0 774095 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 0 0 0 0
[pid=4220/tid=4228] ppid=4218 vsize=1544072 CPUtime=0.04
/proc/4220/task/4228/stat : 4228 (java) S 4218 4220 3806 0 -1 4202560 119 0 0 0 4 0 0 0 15 0 19 0 774095 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 0 0 0 0
[pid=4220/tid=4229] ppid=4218 vsize=1544072 CPUtime=0.04
/proc/4220/task/4229/stat : 4229 (java) S 4218 4220 3806 0 -1 4202560 52 0 0 0 4 0 0 0 15 0 19 0 774095 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 4 0 0 0
[pid=4220/tid=4230] ppid=4218 vsize=1544072 CPUtime=0.04
/proc/4220/task/4230/stat : 4230 (java) S 4218 4220 3806 0 -1 4202560 24 0 0 0 4 0 0 0 15 0 19 0 774095 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 4 0 0 0
[pid=4220/tid=4231] ppid=4218 vsize=1544072 CPUtime=1.05
/proc/4220/task/4231/stat : 4231 (java) S 4218 4220 3806 0 -1 4202560 1173 0 0 0 103 2 0 0 15 0 19 0 774096 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 0 0 16800975 18446604471091112128 0 0 -1 6 0 0 0
[pid=4220/tid=4232] ppid=4218 vsize=1544072 CPUtime=0
/proc/4220/task/4232/stat : 4232 (java) S 4218 4220 3806 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 774096 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4233] ppid=4218 vsize=1544072 CPUtime=0
/proc/4220/task/4233/stat : 4233 (java) S 4218 4220 3806 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 774096 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4234] ppid=4218 vsize=1544072 CPUtime=0
/proc/4220/task/4234/stat : 4234 (java) S 4218 4220 3806 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 774098 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4235] ppid=4218 vsize=1544072 CPUtime=0.4
/proc/4220/task/4235/stat : 4235 (java) S 4218 4220 3806 0 -1 4202560 1432 0 0 0 40 0 0 0 15 0 19 0 774098 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 2 0 0 0
[pid=4220/tid=4236] ppid=4218 vsize=1544072 CPUtime=0.41
/proc/4220/task/4236/stat : 4236 (java) S 4218 4220 3806 0 -1 4202560 4511 0 0 0 41 0 0 0 15 0 19 0 774098 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4237] ppid=4218 vsize=1544072 CPUtime=0
/proc/4220/task/4237/stat : 4237 (java) S 4218 4220 3806 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 19 0 774098 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 3 0 0 0
[pid=4220/tid=4238] ppid=4218 vsize=1544072 CPUtime=0
/proc/4220/task/4238/stat : 4238 (java) S 4218 4220 3806 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 774098 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 1 0 0 0
[pid=4220/tid=4239] ppid=4218 vsize=1544072 CPUtime=0
/proc/4220/task/4239/stat : 4239 (java) S 4218 4220 3806 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 774109 1581129728 14293 4089446400 134512640 134550932 4288679328 18446744073709551615 4294960144 0 4 0 16800975 18446604471091112128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.27
Current children cumulated vsize (KiB) 1544072

Child status: 30
Real time (s): 48.2424
CPU time (s): 49.2795
CPU user time (s): 49.1655
CPU system time (s): 0.113982
CPU usage (%): 102.15
Max. virtual memory (cumulated for all children) (KiB): 1544072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.1655
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16828
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= 4035
involuntary context switches= 20194

runsolver used 0.102984 second user time and 0.175973 second system time

The end

Launcher Data

Begin job on node104 at 2010-07-05 12:26:32
IDJOB=2698456
IDBENCH=78827
IDSOLVER=1211
FILE ID=node104/2698456-1278325592
PBS_JOBID= 11207486
Free space on /tmp= 74176 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110970444--soft-33-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-2698456-1278325592/watcher-2698456-1278325592 -o /tmp/evaluation-result-2698456-1278325592/solver-2698456-1278325592 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698456-1278325592.wbo

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

MD5SUM BENCH= e1995b9ec907174fc65ceec959beef4e
RANDOM SEED=891351180

node104.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.829
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.65
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.829
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.829
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.829
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.75
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.829
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.75
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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.829
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32445648 kB
Buffers:         26624 kB
Cached:         283500 kB
SwapCached:          0 kB
Active:         188576 kB
Inactive:       216300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32445648 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             896 kB
Writeback:           0 kB
AnonPages:       94828 kB
Mapped:          20308 kB
Slab:            36028 kB
PageTables:       4684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1640644 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= 74176 MiB
End job on node104 at 2010-07-05 12:27:20