Trace number 2698605

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 43.5444 42.0609

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216411--soft-0-100-0.wbo
MD5SUMdbf89d35013c2bab398211fa15264c93
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.225964
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1200
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.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.08	c version 2.2.1.v20100705
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.08	c java.vm.version	11.2-b01
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	32
0.05/0.08	c java.version		1.6.0_12
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		i386
0.05/0.08	c Free memory 		1393557488
0.05/0.08	c Max memory 		1395916800
0.05/0.08	c Total memory 		1395916800
0.05/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-2698605-1278327318.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c #vars     270
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.30/0.22	c SATISFIABLE
0.30/0.22	c OPTIMIZING...
0.30/0.22	c Got one! Elapsed wall clock time (in seconds):0.128
0.30/0.22	o 571
0.30/0.28	c Got one! Elapsed wall clock time (in seconds):0.178
0.30/0.28	o 499
0.60/0.32	c Got one! Elapsed wall clock time (in seconds):0.222
0.60/0.32	o 479
0.60/0.35	c Got one! Elapsed wall clock time (in seconds):0.249
0.60/0.35	o 465
0.60/0.37	c Got one! Elapsed wall clock time (in seconds):0.27
0.60/0.37	o 441
0.60/0.39	c Got one! Elapsed wall clock time (in seconds):0.289
0.60/0.39	o 435
0.78/0.41	c Got one! Elapsed wall clock time (in seconds):0.316
0.78/0.41	o 397
0.78/0.46	c Got one! Elapsed wall clock time (in seconds):0.366
0.78/0.46	o 394
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.387
0.78/0.48	o 386
0.93/0.51	c Got one! Elapsed wall clock time (in seconds):0.416
0.93/0.51	o 364
0.93/0.56	c Got one! Elapsed wall clock time (in seconds):0.466
0.93/0.56	o 363
1.05/0.68	c cleaning 2500 clauses out of 5001 with flag 5001/5001
1.17/0.75	c Got one! Elapsed wall clock time (in seconds):0.651
1.17/0.75	o 362
1.17/0.77	c Got one! Elapsed wall clock time (in seconds):0.67
1.17/0.77	o 348
1.27/0.80	c Got one! Elapsed wall clock time (in seconds):0.7
1.27/0.80	o 346
1.27/0.84	c Got one! Elapsed wall clock time (in seconds):0.738
1.27/0.84	o 302
1.38/0.90	c Got one! Elapsed wall clock time (in seconds):0.805
1.38/0.90	o 300
1.61/1.14	c cleaning 4248 clauses out of 8502 with flag 11002/11002
2.10/1.64	c cleaning 5620 clauses out of 11252 with flag 18000/18000
2.41/1.96	c Got one! Elapsed wall clock time (in seconds):1.867
2.41/1.96	o 267
2.64/2.20	c cleaning 6809 clauses out of 13632 with flag 26000/26000
3.45/2.94	c Got one! Elapsed wall clock time (in seconds):2.838
3.45/2.94	o 254
3.45/2.99	c cleaning 7909 clauses out of 15824 with flag 35001/35001
3.68/3.20	c Got one! Elapsed wall clock time (in seconds):3.104
3.68/3.20	o 238
3.98/3.43	c Got one! Elapsed wall clock time (in seconds):3.328
3.98/3.43	o 222
4.18/3.69	c Got one! Elapsed wall clock time (in seconds):3.597
4.18/3.69	o 217
4.28/3.77	c cleaning 8954 clauses out of 17915 with flag 45001/45001
4.78/4.24	c Got one! Elapsed wall clock time (in seconds):4.143
4.78/4.24	o 211
5.09/4.51	c cleaning 9476 clauses out of 18961 with flag 55001/55001
5.29/4.75	c Got one! Elapsed wall clock time (in seconds):4.657
5.29/4.75	o 191
5.39/4.87	c Got one! Elapsed wall clock time (in seconds):4.77
5.39/4.87	o 158
5.88/5.26	c cleaning 9736 clauses out of 19484 with flag 65000/65000
5.98/5.35	c Got one! Elapsed wall clock time (in seconds):5.25
5.98/5.35	o 134
6.48/5.80	c Got one! Elapsed wall clock time (in seconds):5.7
6.48/5.80	o 131
6.68/6.08	c cleaning 9872 clauses out of 19751 with flag 75003/75003
6.88/6.25	c Got one! Elapsed wall clock time (in seconds):6.151
6.88/6.25	o 118
7.40/6.79	c cleaning 9932 clauses out of 19877 with flag 85001/85001
8.26/7.52	c cleaning 9968 clauses out of 19945 with flag 95001/95001
9.12/8.21	c cleaning 9984 clauses out of 19976 with flag 105000/105000
9.93/9.07	c cleaning 9991 clauses out of 19993 with flag 115001/115001
10.23/9.34	c Got one! Elapsed wall clock time (in seconds):9.243
10.23/9.34	o 98
11.03/9.82	c cleaning 9998 clauses out of 20004 with flag 125003/125003
11.52/10.40	c Got one! Elapsed wall clock time (in seconds):10.299
11.52/10.40	o 72
11.73/10.54	c cleaning 9997 clauses out of 20003 with flag 135000/135000
11.73/10.59	c Got one! Elapsed wall clock time (in seconds):10.497
11.73/10.59	o 59
11.93/10.71	c Got one! Elapsed wall clock time (in seconds):10.612
11.93/10.71	o 33
12.34/11.11	c cleaning 9999 clauses out of 20006 with flag 145000/145000
12.54/11.38	c Got one! Elapsed wall clock time (in seconds):11.283
12.54/11.38	o 31
12.84/11.66	c cleaning 9998 clauses out of 20007 with flag 155000/155000
13.35/12.16	c cleaning 10003 clauses out of 20010 with flag 165001/165001
13.75/12.57	c Got one! Elapsed wall clock time (in seconds):12.477
13.75/12.57	o 29
13.96/12.71	c cleaning 10002 clauses out of 20009 with flag 175003/175003
14.47/13.28	c cleaning 10000 clauses out of 20006 with flag 185002/185002
14.97/13.79	c cleaning 9999 clauses out of 20004 with flag 195000/195000
15.49/14.26	c cleaning 9999 clauses out of 20006 with flag 205001/205001
15.98/14.77	c cleaning 9999 clauses out of 20008 with flag 215002/215002
16.49/15.25	c cleaning 9998 clauses out of 20008 with flag 225001/225001
16.49/15.30	c Got one! Elapsed wall clock time (in seconds):15.2
16.49/15.30	o 20
17.09/15.80	c cleaning 10002 clauses out of 20010 with flag 235001/235001
17.59/16.38	c cleaning 9997 clauses out of 20007 with flag 245000/245000
18.19/16.98	c cleaning 10000 clauses out of 20011 with flag 255001/255001
18.80/17.54	c cleaning 10002 clauses out of 20011 with flag 265001/265001
19.29/18.05	c cleaning 9999 clauses out of 20010 with flag 275002/275002
19.80/18.60	c cleaning 9995 clauses out of 20010 with flag 285001/285001
20.40/19.12	c cleaning 10006 clauses out of 20016 with flag 295002/295002
20.90/19.62	c cleaning 10003 clauses out of 20009 with flag 305001/305001
21.11/19.83	c Got one! Elapsed wall clock time (in seconds):19.737
21.11/19.83	o 19
21.40/20.11	c cleaning 10000 clauses out of 20007 with flag 315002/315002
21.80/20.56	c cleaning 9998 clauses out of 20007 with flag 325002/325002
22.30/21.05	c cleaning 10000 clauses out of 20009 with flag 335002/335002
22.51/21.28	c Got one! Elapsed wall clock time (in seconds):21.186
22.51/21.28	o 12
22.81/21.57	c cleaning 10001 clauses out of 20008 with flag 345001/345001
23.33/22.08	c cleaning 9999 clauses out of 20007 with flag 355001/355001
23.83/22.57	c cleaning 10001 clauses out of 20009 with flag 365002/365002
24.33/23.06	c cleaning 9998 clauses out of 20006 with flag 375000/375000
24.84/23.52	c cleaning 10003 clauses out of 20010 with flag 385002/385002
25.25/23.98	c cleaning 9998 clauses out of 20006 with flag 395001/395001
25.76/24.46	c cleaning 9998 clauses out of 20008 with flag 405001/405001
26.26/24.90	c cleaning 9996 clauses out of 20009 with flag 415000/415000
26.67/25.35	c cleaning 10003 clauses out of 20016 with flag 425003/425003
27.16/25.81	c cleaning 10001 clauses out of 20010 with flag 435000/435000
27.67/26.37	c cleaning 10001 clauses out of 20010 with flag 445001/445001
28.27/26.90	c cleaning 9998 clauses out of 20008 with flag 455000/455000
28.67/27.40	c cleaning 10002 clauses out of 20010 with flag 465000/465000
28.98/27.69	c Got one! Elapsed wall clock time (in seconds):27.589
28.98/27.69	o 10
29.29/27.93	c cleaning 9998 clauses out of 20010 with flag 475002/475002
29.79/28.45	c cleaning 10002 clauses out of 20011 with flag 485001/485001
30.39/29.01	c cleaning 9998 clauses out of 20008 with flag 495000/495000
30.60/29.20	c Got one! Elapsed wall clock time (in seconds):29.1
30.60/29.20	o 9
30.91/29.55	c cleaning 10003 clauses out of 20012 with flag 505002/505002
31.41/30.05	c cleaning 10001 clauses out of 20007 with flag 515000/515000
31.91/30.58	c cleaning 9999 clauses out of 20008 with flag 525002/525002
32.52/31.10	c cleaning 10000 clauses out of 20007 with flag 535000/535000
32.62/31.23	c Got one! Elapsed wall clock time (in seconds):31.136
32.62/31.23	o 8
33.02/31.64	c cleaning 10001 clauses out of 20008 with flag 545001/545001
33.52/32.16	c cleaning 9999 clauses out of 20006 with flag 555000/555000
34.12/32.70	c cleaning 9998 clauses out of 20007 with flag 565000/565000
34.53/33.18	c cleaning 10001 clauses out of 20009 with flag 575000/575000
35.03/33.64	c cleaning 9997 clauses out of 20008 with flag 585000/585000
35.44/34.08	c cleaning 9999 clauses out of 20012 with flag 595001/595001
35.54/34.19	c Got one! Elapsed wall clock time (in seconds):34.092
35.54/34.19	o 2
35.94/34.57	c cleaning 10000 clauses out of 20012 with flag 605000/605000
36.45/35.04	c cleaning 10001 clauses out of 20012 with flag 615000/615000
36.95/35.54	c cleaning 10003 clauses out of 20011 with flag 625000/625000
37.45/36.04	c cleaning 10002 clauses out of 20009 with flag 635001/635001
37.95/36.51	c cleaning 9997 clauses out of 20006 with flag 645000/645000
38.46/37.01	c cleaning 9999 clauses out of 20010 with flag 655001/655001
38.86/37.47	c cleaning 10001 clauses out of 20011 with flag 665001/665001
39.36/37.95	c cleaning 10003 clauses out of 20013 with flag 675004/675004
39.88/38.43	c cleaning 9997 clauses out of 20006 with flag 685000/685000
40.27/38.89	c cleaning 9999 clauses out of 20010 with flag 695001/695001
40.77/39.38	c cleaning 9997 clauses out of 20011 with flag 705001/705001
41.38/39.90	c cleaning 10004 clauses out of 20014 with flag 715001/715001
41.88/40.41	c cleaning 10002 clauses out of 20010 with flag 725001/725001
42.38/40.92	c cleaning 9999 clauses out of 20008 with flag 735001/735001
42.88/41.42	c cleaning 10002 clauses out of 20009 with flag 745001/745001
43.40/41.93	c cleaning 10002 clauses out of 20006 with flag 755001/755001
43.50/42.02	c starts		: 207
43.50/42.02	c conflicts		: 756791
43.50/42.02	c decisions		: 1152010
43.50/42.02	c propagations		: 17635732
43.50/42.02	c inspects		: 204340932
43.50/42.02	c learnt literals	: 7
43.50/42.02	c learnt binary clauses	: 63
43.50/42.02	c learnt ternary clauses	: 243
43.50/42.02	c learnt clauses	: 756783
43.50/42.02	c ignored clauses	: 0
43.50/42.02	c root simplifications	: 0
43.50/42.02	c removed literals (reason simplification)	: 6629400
43.50/42.02	c reason swapping (by a shorter reason)	: 0
43.50/42.02	c Calls to reduceDB	: 77
43.50/42.02	c number of reductions to clauses (during analyze)	: 0
43.50/42.02	c number of learned constraints concerned by reduction	: 0
43.50/42.02	c number of learning phase by resolution	: 0
43.50/42.02	c number of learning phase by cutting planes	: 0
43.50/42.02	c speed (assignments/second)	: 2251465.8496106216
43.50/42.02	c non guided choices	2218
43.50/42.02	c learnt constraints type 
43.50/42.02	c constraints type 
43.50/42.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
43.50/42.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
43.50/42.02	s OPTIMUM FOUND
43.50/42.02	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 
43.50/42.02	c objective function=2
43.50/42.02	c Total wall clock time (in seconds): 41.926

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698605-1278327318/watcher-2698605-1278327318 -o /tmp/evaluation-result-2698605-1278327318/solver-2698605-1278327318 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698605-1278327318.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.08 2.03 1.92 3/196 4472
/proc/meminfo: memFree=32406784/32950928 swapFree=67111528/67111528
[pid=4472] ppid=4470 vsize=248 CPUtime=0
/proc/4472/stat : 4472 (java) R 4470 4472 3796 0 -1 4194304 282 0 0 0 0 0 0 0 18 0 1 0 946604 253952 28 4089446400 134512640 134550932 4289843664 18446744073709551615 9781726 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/4472/statm: 62 28 21 10 0 23 0

[startup+0.0659769 s]
/proc/loadavg: 2.08 2.03 1.92 3/196 4472
/proc/meminfo: memFree=32406784/32950928 swapFree=67111528/67111528
[pid=4472] ppid=4470 vsize=1528716 CPUtime=0.05
/proc/4472/stat : 4472 (java) S 4470 4472 3796 0 -1 4202496 4209 0 1 0 4 1 0 0 18 0 18 0 946604 1565405184 3648 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 382179 3649 1089 10 0 379482 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1528716

[startup+0.101016 s]
/proc/loadavg: 2.08 2.03 1.92 3/196 4472
/proc/meminfo: memFree=32406784/32950928 swapFree=67111528/67111528
[pid=4472] ppid=4470 vsize=1529872 CPUtime=0.11
/proc/4472/stat : 4472 (java) S 4470 4472 3796 0 -1 4202496 5203 0 1 0 10 1 0 0 18 0 18 0 946604 1566588928 4640 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 382468 4640 1345 10 0 379771 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529872

[startup+0.300957 s]
/proc/loadavg: 2.08 2.03 1.92 3/196 4472
/proc/meminfo: memFree=32406784/32950928 swapFree=67111528/67111528
[pid=4472] ppid=4470 vsize=1533840 CPUtime=0.6
/proc/4472/stat : 4472 (java) S 4470 4472 3796 0 -1 4202496 6892 0 1 0 59 1 0 0 18 0 19 0 946604 1570652160 6240 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 383460 6240 1421 10 0 380763 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 1533840

[startup+0.700848 s]
/proc/loadavg: 2.08 2.03 1.92 3/196 4472
/proc/meminfo: memFree=32406784/32950928 swapFree=67111528/67111528
[pid=4472] ppid=4470 vsize=1533840 CPUtime=1.17
/proc/4472/stat : 4472 (java) S 4470 4472 3796 0 -1 4202496 10244 0 1 0 115 2 0 0 18 0 19 0 946604 1570652160 9590 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 383460 9590 1439 10 0 380763 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1533840

[startup+1.50075 s]
/proc/loadavg: 2.08 2.03 1.92 3/215 4491
/proc/meminfo: memFree=32374092/32950928 swapFree=67111528/67111528
[pid=4472] ppid=4470 vsize=1533840 CPUtime=2
/proc/4472/stat : 4472 (java) S 4470 4472 3796 0 -1 4202496 10790 0 1 0 198 2 0 0 18 0 19 0 946604 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 383460 10135 1440 10 0 380763 0
[pid=4472/tid=4474] ppid=4470 vsize=1533840 CPUtime=1.45
/proc/4472/task/4474/stat : 4474 (java) R 4470 4472 3796 0 -1 4202560 6959 0 1 0 144 1 0 0 25 0 19 0 946604 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4109997311 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4475/stat : 4475 (java) S 4470 4472 3796 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4476/stat : 4476 (java) S 4470 4472 3796 0 -1 4202560 222 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 2 0 0 0
[pid=4472/tid=4477] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4477/stat : 4477 (java) S 4470 4472 3796 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 2 0 0 0
[pid=4472/tid=4478] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4478/stat : 4478 (java) S 4470 4472 3796 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 0 0 0 0
[pid=4472/tid=4479] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4479/stat : 4479 (java) S 4470 4472 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 2 0 0 0
[pid=4472/tid=4480] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4480/stat : 4480 (java) S 4470 4472 3796 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 0 0 0 0
[pid=4472/tid=4481] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4481/stat : 4481 (java) S 4470 4472 3796 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 0 0 0 0
[pid=4472/tid=4482] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4482/stat : 4482 (java) S 4470 4472 3796 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 0 0 0 0
[pid=4472/tid=4483] ppid=4470 vsize=1533840 CPUtime=0.01
/proc/4472/task/4483/stat : 4483 (java) S 4470 4472 3796 0 -1 4202560 393 0 0 0 1 0 0 0 15 0 19 0 946606 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 0 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
[pid=4472/tid=4484] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4484/stat : 4484 (java) S 4470 4472 3796 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 946606 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4485] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4485/stat : 4485 (java) S 4470 4472 3796 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 946606 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 1 0 0 0
[pid=4472/tid=4486] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4486/stat : 4486 (java) S 4470 4472 3796 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 946608 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4487] ppid=4470 vsize=1533840 CPUtime=0.27
/proc/4472/task/4487/stat : 4487 (java) S 4470 4472 3796 0 -1 4202560 896 0 0 0 27 0 0 0 16 0 19 0 946608 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 7 0 0 0
[pid=4472/tid=4488] ppid=4470 vsize=1533840 CPUtime=0.24
/proc/4472/task/4488/stat : 4488 (java) S 4470 4472 3796 0 -1 4202560 800 0 0 0 24 0 0 0 16 0 19 0 946608 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4489] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4489/stat : 4489 (java) S 4470 4472 3796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 946608 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4490] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4490/stat : 4490 (java) S 4470 4472 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 946608 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
[pid=4472/tid=4491] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4491/stat : 4491 (java) S 4470 4472 3796 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 19 0 946620 1570652160 10135 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1533840

[startup+3.10132 s]
/proc/loadavg: 2.08 2.03 1.92 3/215 4491
/proc/meminfo: memFree=32369504/32950928 swapFree=67111528/67111528
[pid=4472] ppid=4470 vsize=1533840 CPUtime=3.68
/proc/4472/stat : 4472 (java) S 4470 4472 3796 0 -1 4202496 13122 0 1 0 365 3 0 0 18 0 19 0 946604 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 383460 12464 1440 10 0 380763 0
[pid=4472/tid=4474] ppid=4470 vsize=1533840 CPUtime=3.01
/proc/4472/task/4474/stat : 4474 (java) R 4470 4472 3796 0 -1 4202560 9017 0 1 0 300 1 0 0 25 0 19 0 946604 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4110024224 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4475/stat : 4475 (java) S 4470 4472 3796 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4476/stat : 4476 (java) S 4470 4472 3796 0 -1 4202560 223 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 2 0 0 0
[pid=4472/tid=4477] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4477/stat : 4477 (java) S 4470 4472 3796 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 2 0 0 0
[pid=4472/tid=4478] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4478/stat : 4478 (java) S 4470 4472 3796 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 0 0 0 0
[pid=4472/tid=4479] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4479/stat : 4479 (java) S 4470 4472 3796 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 2 0 0 0
[pid=4472/tid=4480] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4480/stat : 4480 (java) S 4470 4472 3796 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4481] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4481/stat : 4481 (java) S 4470 4472 3796 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 3 0 0 0
[pid=4472/tid=4482] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4482/stat : 4482 (java) S 4470 4472 3796 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 3 0 0 0
[pid=4472/tid=4483] ppid=4470 vsize=1533840 CPUtime=0.04
/proc/4472/task/4483/stat : 4483 (java) S 4470 4472 3796 0 -1 4202560 547 0 0 0 4 0 0 0 15 0 19 0 946606 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 0 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
[pid=4472/tid=4484] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4484/stat : 4484 (java) S 4470 4472 3796 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 946606 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4485] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4485/stat : 4485 (java) S 4470 4472 3796 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 946606 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 1 0 0 0
[pid=4472/tid=4486] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4486/stat : 4486 (java) S 4470 4472 3796 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 946608 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4487] ppid=4470 vsize=1533840 CPUtime=0.28
/proc/4472/task/4487/stat : 4487 (java) S 4470 4472 3796 0 -1 4202560 897 0 0 0 28 0 0 0 15 0 19 0 946608 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 7 0 0 0
[pid=4472/tid=4488] ppid=4470 vsize=1533840 CPUtime=0.29
/proc/4472/task/4488/stat : 4488 (java) S 4470 4472 3796 0 -1 4202560 809 0 0 0 29 0 0 0 15 0 19 0 946608 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4489] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4489/stat : 4489 (java) S 4470 4472 3796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 946608 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4490] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4490/stat : 4490 (java) S 4470 4472 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 946608 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
[pid=4472/tid=4491] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4491/stat : 4491 (java) S 4470 4472 3796 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 19 0 946620 1570652160 12464 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1533840

[startup+6.30079 s]
/proc/loadavg: 2.07 2.03 1.92 3/215 4491
/proc/meminfo: memFree=32360580/32950928 swapFree=67111528/67111528
[pid=4472] ppid=4470 vsize=1533840 CPUtime=7
/proc/4472/stat : 4472 (java) S 4470 4472 3796 0 -1 4202496 13829 0 1 0 697 3 0 0 18 0 19 0 946604 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 383460 13011 1444 10 0 380763 0
[pid=4472/tid=4474] ppid=4470 vsize=1533840 CPUtime=6.18
/proc/4472/task/4474/stat : 4474 (java) R 4470 4472 3796 0 -1 4202560 9022 0 1 0 616 2 0 0 25 0 19 0 946604 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4110062815 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4475/stat : 4475 (java) S 4470 4472 3796 0 -1 4202560 204 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 0 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4476/stat : 4476 (java) S 4470 4472 3796 0 -1 4202560 228 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 0 0 0 0
[pid=4472/tid=4477] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4477/stat : 4477 (java) S 4470 4472 3796 0 -1 4202560 164 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 2 0 0 0
[pid=4472/tid=4478] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4478/stat : 4478 (java) S 4470 4472 3796 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4479] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4479/stat : 4479 (java) S 4470 4472 3796 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 2 0 0 0
[pid=4472/tid=4480] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4480/stat : 4480 (java) S 4470 4472 3796 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4481] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4481/stat : 4481 (java) S 4470 4472 3796 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 3 0 0 0
[pid=4472/tid=4482] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4482/stat : 4482 (java) S 4470 4472 3796 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 19 0 946605 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 5 0 0 0
[pid=4472/tid=4483] ppid=4470 vsize=1533840 CPUtime=0.08
/proc/4472/task/4483/stat : 4483 (java) S 4470 4472 3796 0 -1 4202560 774 0 0 0 8 0 0 0 15 0 19 0 946606 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 0 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
[pid=4472/tid=4484] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4484/stat : 4484 (java) S 4470 4472 3796 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 946606 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4485] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4485/stat : 4485 (java) S 4470 4472 3796 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 946606 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 1 0 0 0
[pid=4472/tid=4486] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4486/stat : 4486 (java) S 4470 4472 3796 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 946608 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4487] ppid=4470 vsize=1533840 CPUtime=0.33
/proc/4472/task/4487/stat : 4487 (java) S 4470 4472 3796 0 -1 4202560 973 0 0 0 33 0 0 0 15 0 19 0 946608 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 7 0 0 0
[pid=4472/tid=4488] ppid=4470 vsize=1533840 CPUtime=0.36
/proc/4472/task/4488/stat : 4488 (java) S 4470 4472 3796 0 -1 4202560 927 0 0 0 36 0 0 0 15 0 19 0 946608 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4489] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4489/stat : 4489 (java) S 4470 4472 3796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 946608 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4490] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4490/stat : 4490 (java) S 4470 4472 3796 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 946608 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 0 0 0 0
[pid=4472/tid=4491] ppid=4470 vsize=1533840 CPUtime=0
/proc/4472/task/4491/stat : 4491 (java) S 4470 4472 3796 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 19 0 946620 1570652160 13011 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 1533840

[startup+12.7016 s]
/proc/loadavg: 2.07 2.03 1.92 3/215 4491
/proc/meminfo: memFree=32340216/32950928 swapFree=67111528/67111528
[pid=4472] ppid=4470 vsize=1538584 CPUtime=13.96
/proc/4472/stat : 4472 (java) S 4470 4472 3796 0 -1 4202496 22640 0 1 0 1391 5 0 0 18 0 19 0 946604 1575510016 18029 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 384646 18029 1444 10 0 381949 0
[pid=4472/tid=4474] ppid=4470 vsize=1538584 CPUtime=12.44
/proc/4472/task/4474/stat : 4474 (java) R 4470 4472 3796 0 -1 4202560 12689 0 1 0 1242 2 0 0 25 0 19 0 946604 1575510016 18029 4089446400 134512640 134550932 4289843664 18446744073709551615 4110155449 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=1538584 CPUtime=0
/proc/4472/task/4475/stat : 4475 (java) S 4470 4472 3796 0 -1 4202560 204 0 0 0 0 0 0 0 15 0 19 0 946605 1575510016 18029 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0

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

/proc/4472/task/4475/stat : 4475 (java) S 4470 4472 3796 0 -1 4202560 211 0 0 0 4 0 0 0 15 0 19 0 946605 1571446784 17289 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 2 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4476/stat : 4476 (java) S 4470 4472 3796 0 -1 4202560 228 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17289 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 7 0 0 0
[pid=4472/tid=4477] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4477/stat : 4477 (java) S 4470 4472 3796 0 -1 4202560 171 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17289 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
[pid=4472/tid=4478] ppid=4470 vsize=1534616 CPUtime=0.04
/proc/4472/task/4478/stat : 4478 (java) S 4470 4472 3796 0 -1 4202560 80 0 0 0 4 0 0 0 15 0 19 0 946605 1571446784 17289 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4479] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4479/stat : 4479 (java) S 4470 4472 3796 0 -1 4202560 36 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17289 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
[pid=4472/tid=4480] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4480/stat : 4480 (java) S 4470 4472 3796 0 -1 4202560 151 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17289 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 3 0 0 0
[pid=4472/tid=4481] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4481/stat : 4481 (java) S 4470 4472 3796 0 -1 4202560 68 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17289 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 3 0 0 0
[pid=4472/tid=4482] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4482/stat : 4482 (java) S 4470 4472 3796 0 -1 4202560 161 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17289 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 5 0 0 0
[pid=4472/tid=4483] ppid=4470 vsize=1534616 CPUtime=0.87
/proc/4472/task/4483/stat : 4483 (java) S 4470 4472 3796 0 -1 4202560 1094 0 0 0 85 2 0 0 15 0 19 0 946606 1571446784 17289 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 0 0 16800975 18446604471105007808 0 0 -1 1 0 0 0
[pid=4472/tid=4484] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4484/stat : 4484 (java) S 4470 4472 3796 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 946606 1571446784 17289 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4485] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4485/stat : 4485 (java) S 4470 4472 3796 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 946606 1571446784 17289 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 1 0 0 0
[pid=4472/tid=4486] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4486/stat : 4486 (java) S 4470 4472 3796 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 946608 1571446784 17289 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4487] ppid=4470 vsize=1534616 CPUtime=0.82
/proc/4472/task/4487/stat : 4487 (java) S 4470 4472 3796 0 -1 4202560 6005 0 0 0 82 0 0 0 15 0 19 0 946608 1571446784 17289 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 7 0 0 0
[pid=4472/tid=4488] ppid=4470 vsize=1534616 CPUtime=0.43
/proc/4472/task/4488/stat : 4488 (java) S 4470 4472 3796 0 -1 4202560 936 0 0 0 43 0 0 0 15 0 19 0 946608 1571446784 17289 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4489] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4489/stat : 4489 (java) S 4470 4472 3796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 946608 1571446784 17289 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4490] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4490/stat : 4490 (java) S 4470 4472 3796 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 946608 1571446784 17289 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 0 0 0 0
[pid=4472/tid=4491] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4491/stat : 4491 (java) S 4470 4472 3796 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 19 0 946620 1571446784 17289 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 42.18
Current children cumulated vsize (KiB) 1534616

[startup+41.5012 s]
/proc/loadavg: 2.04 2.02 1.92 3/215 4492
/proc/meminfo: memFree=32343944/32950928 swapFree=67111528/67111528
[pid=4472] ppid=4470 vsize=1534616 CPUtime=42.98
/proc/4472/stat : 4472 (java) S 4470 4472 3796 0 -1 4202496 22964 0 1 0 4288 10 0 0 18 0 19 0 946604 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 383654 17299 1444 10 0 380957 0
[pid=4472/tid=4474] ppid=4470 vsize=1534616 CPUtime=40.44
/proc/4472/task/4474/stat : 4474 (java) R 4470 4472 3796 0 -1 4202560 12746 0 1 0 4042 2 0 0 25 0 19 0 946604 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4109964576 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=1534616 CPUtime=0.05
/proc/4472/task/4475/stat : 4475 (java) S 4470 4472 3796 0 -1 4202560 211 0 0 0 5 0 0 0 15 0 19 0 946605 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 0 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4476/stat : 4476 (java) S 4470 4472 3796 0 -1 4202560 228 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 7 0 0 0
[pid=4472/tid=4477] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4477/stat : 4477 (java) S 4470 4472 3796 0 -1 4202560 171 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
[pid=4472/tid=4478] ppid=4470 vsize=1534616 CPUtime=0.04
/proc/4472/task/4478/stat : 4478 (java) S 4470 4472 3796 0 -1 4202560 80 0 0 0 4 0 0 0 15 0 19 0 946605 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4479] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4479/stat : 4479 (java) S 4470 4472 3796 0 -1 4202560 36 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
[pid=4472/tid=4480] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4480/stat : 4480 (java) S 4470 4472 3796 0 -1 4202560 153 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 3 0 0 0
[pid=4472/tid=4481] ppid=4470 vsize=1534616 CPUtime=0.04
/proc/4472/task/4481/stat : 4481 (java) S 4470 4472 3796 0 -1 4202560 68 0 0 0 4 0 0 0 15 0 19 0 946605 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 3 0 0 0
[pid=4472/tid=4482] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4482/stat : 4482 (java) S 4470 4472 3796 0 -1 4202560 161 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 5 0 0 0
[pid=4472/tid=4483] ppid=4470 vsize=1534616 CPUtime=0.89
/proc/4472/task/4483/stat : 4483 (java) S 4470 4472 3796 0 -1 4202560 1102 0 0 0 87 2 0 0 15 0 19 0 946606 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 0 0 16800975 18446604471105007808 0 0 -1 1 0 0 0
[pid=4472/tid=4484] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4484/stat : 4484 (java) S 4470 4472 3796 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 946606 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4485] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4485/stat : 4485 (java) S 4470 4472 3796 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 946606 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 1 0 0 0
[pid=4472/tid=4486] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4486/stat : 4486 (java) S 4470 4472 3796 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 946608 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4487] ppid=4470 vsize=1534616 CPUtime=0.82
/proc/4472/task/4487/stat : 4487 (java) S 4470 4472 3796 0 -1 4202560 6005 0 0 0 82 0 0 0 15 0 19 0 946608 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 7 0 0 0
[pid=4472/tid=4488] ppid=4470 vsize=1534616 CPUtime=0.43
/proc/4472/task/4488/stat : 4488 (java) S 4470 4472 3796 0 -1 4202560 936 0 0 0 43 0 0 0 15 0 19 0 946608 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4489] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4489/stat : 4489 (java) S 4470 4472 3796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 946608 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4490] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4490/stat : 4490 (java) S 4470 4472 3796 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 946608 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 0 0 0 0
[pid=4472/tid=4491] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4491/stat : 4491 (java) S 4470 4472 3796 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 19 0 946620 1571446784 17299 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 42.98
Current children cumulated vsize (KiB) 1534616

[startup+41.9011 s]
/proc/loadavg: 2.04 2.02 1.92 3/215 4492
/proc/meminfo: memFree=32343944/32950928 swapFree=67111528/67111528
[pid=4472] ppid=4470 vsize=1534616 CPUtime=43.4
/proc/4472/stat : 4472 (java) S 4470 4472 3796 0 -1 4202496 22965 0 1 0 4330 10 0 0 18 0 19 0 946604 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 383654 17300 1444 10 0 380957 0
[pid=4472/tid=4474] ppid=4470 vsize=1534616 CPUtime=40.84
/proc/4472/task/4474/stat : 4474 (java) R 4470 4472 3796 0 -1 4202560 12747 0 1 0 4082 2 0 0 25 0 19 0 946604 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4160061634 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=1534616 CPUtime=0.05
/proc/4472/task/4475/stat : 4475 (java) S 4470 4472 3796 0 -1 4202560 211 0 0 0 5 0 0 0 15 0 19 0 946605 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 0 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4476/stat : 4476 (java) S 4470 4472 3796 0 -1 4202560 228 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 7 0 0 0
[pid=4472/tid=4477] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4477/stat : 4477 (java) S 4470 4472 3796 0 -1 4202560 171 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
[pid=4472/tid=4478] ppid=4470 vsize=1534616 CPUtime=0.04
/proc/4472/task/4478/stat : 4478 (java) S 4470 4472 3796 0 -1 4202560 80 0 0 0 4 0 0 0 15 0 19 0 946605 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4479] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4479/stat : 4479 (java) S 4470 4472 3796 0 -1 4202560 36 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
[pid=4472/tid=4480] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4480/stat : 4480 (java) S 4470 4472 3796 0 -1 4202560 153 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 3 0 0 0
[pid=4472/tid=4481] ppid=4470 vsize=1534616 CPUtime=0.04
/proc/4472/task/4481/stat : 4481 (java) S 4470 4472 3796 0 -1 4202560 68 0 0 0 4 0 0 0 15 0 19 0 946605 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 3 0 0 0
[pid=4472/tid=4482] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4482/stat : 4482 (java) S 4470 4472 3796 0 -1 4202560 161 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 5 0 0 0
[pid=4472/tid=4483] ppid=4470 vsize=1534616 CPUtime=0.89
/proc/4472/task/4483/stat : 4483 (java) S 4470 4472 3796 0 -1 4202560 1102 0 0 0 87 2 0 0 15 0 19 0 946606 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 0 0 16800975 18446604471105007808 0 0 -1 1 0 0 0
[pid=4472/tid=4484] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4484/stat : 4484 (java) S 4470 4472 3796 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 946606 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4485] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4485/stat : 4485 (java) S 4470 4472 3796 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 946606 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 1 0 0 0
[pid=4472/tid=4486] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4486/stat : 4486 (java) S 4470 4472 3796 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 946608 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4487] ppid=4470 vsize=1534616 CPUtime=0.82
/proc/4472/task/4487/stat : 4487 (java) S 4470 4472 3796 0 -1 4202560 6005 0 0 0 82 0 0 0 15 0 19 0 946608 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 7 0 0 0
[pid=4472/tid=4488] ppid=4470 vsize=1534616 CPUtime=0.45
/proc/4472/task/4488/stat : 4488 (java) S 4470 4472 3796 0 -1 4202560 936 0 0 0 45 0 0 0 16 0 19 0 946608 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4489] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4489/stat : 4489 (java) S 4470 4472 3796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 946608 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4490] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4490/stat : 4490 (java) S 4470 4472 3796 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 946608 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 0 0 0 0
[pid=4472/tid=4491] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4491/stat : 4491 (java) S 4470 4472 3796 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 19 0 946620 1571446784 17300 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 43.4
Current children cumulated vsize (KiB) 1534616

[startup+42.0011 s]
/proc/loadavg: 2.04 2.02 1.92 3/215 4492
/proc/meminfo: memFree=32343944/32950928 swapFree=67111528/67111528
[pid=4472] ppid=4470 vsize=1534616 CPUtime=43.5
/proc/4472/stat : 4472 (java) S 4470 4472 3796 0 -1 4202496 22968 0 1 0 4340 10 0 0 18 0 19 0 946604 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0
/proc/4472/statm: 383654 17302 1444 10 0 380957 0
[pid=4472/tid=4474] ppid=4470 vsize=1534616 CPUtime=40.93
/proc/4472/task/4474/stat : 4474 (java) R 4470 4472 3796 0 -1 4202560 12748 0 1 0 4091 2 0 0 25 0 19 0 946604 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4110004915 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=4472/tid=4475] ppid=4470 vsize=1534616 CPUtime=0.05
/proc/4472/task/4475/stat : 4475 (java) S 4470 4472 3796 0 -1 4202560 211 0 0 0 5 0 0 0 15 0 19 0 946605 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 2 0 0 0
[pid=4472/tid=4476] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4476/stat : 4476 (java) S 4470 4472 3796 0 -1 4202560 228 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 7 0 0 0
[pid=4472/tid=4477] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4477/stat : 4477 (java) S 4470 4472 3796 0 -1 4202560 171 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
[pid=4472/tid=4478] ppid=4470 vsize=1534616 CPUtime=0.05
/proc/4472/task/4478/stat : 4478 (java) S 4470 4472 3796 0 -1 4202560 82 0 0 0 5 0 0 0 15 0 19 0 946605 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4479] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4479/stat : 4479 (java) S 4470 4472 3796 0 -1 4202560 36 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
[pid=4472/tid=4480] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4480/stat : 4480 (java) S 4470 4472 3796 0 -1 4202560 153 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 3 0 0 0
[pid=4472/tid=4481] ppid=4470 vsize=1534616 CPUtime=0.04
/proc/4472/task/4481/stat : 4481 (java) S 4470 4472 3796 0 -1 4202560 68 0 0 0 4 0 0 0 15 0 19 0 946605 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 3 0 0 0
[pid=4472/tid=4482] ppid=4470 vsize=1534616 CPUtime=0.03
/proc/4472/task/4482/stat : 4482 (java) S 4470 4472 3796 0 -1 4202560 161 0 0 0 3 0 0 0 15 0 19 0 946605 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 5 0 0 0
[pid=4472/tid=4483] ppid=4470 vsize=1534616 CPUtime=0.9
/proc/4472/task/4483/stat : 4483 (java) S 4470 4472 3796 0 -1 4202560 1102 0 0 0 88 2 0 0 15 0 19 0 946606 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 0 0 16800975 18446604471105007808 0 0 -1 1 0 0 0
[pid=4472/tid=4484] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4484/stat : 4484 (java) S 4470 4472 3796 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 946606 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4485] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4485/stat : 4485 (java) S 4470 4472 3796 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 946606 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 1 0 0 0
[pid=4472/tid=4486] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4486/stat : 4486 (java) S 4470 4472 3796 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 946608 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4487] ppid=4470 vsize=1534616 CPUtime=0.82
/proc/4472/task/4487/stat : 4487 (java) S 4470 4472 3796 0 -1 4202560 6005 0 0 0 82 0 0 0 15 0 19 0 946608 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 7 0 0 0
[pid=4472/tid=4488] ppid=4470 vsize=1534616 CPUtime=0.45
/proc/4472/task/4488/stat : 4488 (java) S 4470 4472 3796 0 -1 4202560 936 0 0 0 45 0 0 0 16 0 19 0 946608 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4489] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4489/stat : 4489 (java) S 4470 4472 3796 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 946608 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 6 0 0 0
[pid=4472/tid=4490] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4490/stat : 4490 (java) S 4470 4472 3796 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 946608 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 0 0 0 0
[pid=4472/tid=4491] ppid=4470 vsize=1534616 CPUtime=0
/proc/4472/task/4491/stat : 4491 (java) S 4470 4472 3796 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 19 0 946620 1571446784 17302 4089446400 134512640 134550932 4289843664 18446744073709551615 4294960144 0 4 0 16800975 18446604471105007808 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 43.5
Current children cumulated vsize (KiB) 1534616

Child status: 30
Real time (s): 42.0609
CPU time (s): 43.5444
CPU user time (s): 43.4334
CPU system time (s): 0.110983
CPU usage (%): 103.527
Max. virtual memory (cumulated for all children) (KiB): 1545240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.4334
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22982
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= 3250
involuntary context switches= 24872

runsolver used 0.092985 second user time and 0.145977 second system time

The end

Launcher Data

Begin job on node114 at 2010-07-05 12:55:18
IDJOB=2698605
IDBENCH=79189
IDSOLVER=1211
FILE ID=node114/2698605-1278327318
PBS_JOBID= 11207467
Free space on /tmp= 74200 MiB

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

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

MD5SUM BENCH= dbf89d35013c2bab398211fa15264c93
RANDOM SEED=1816425148

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.824
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32407048 kB
Buffers:         25276 kB
Cached:         307536 kB
SwapCached:          0 kB
Active:         191896 kB
Inactive:       251556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32407048 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             460 kB
Writeback:           0 kB
AnonPages:      110788 kB
Mapped:          20260 kB
Slab:            35892 kB
PageTables:       4936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1640244 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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