Trace number 2698711

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 31.2922 29.9397

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110975965--soft-0-100-0.wbo
MD5SUM76e7544e0d3f336cc30d688dd4cfa4e2
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.710891
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1171
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c version 2.2.1.v20100705
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.04/0.07	c java.vm.version	11.2-b01
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	32
0.04/0.07	c java.version		1.6.0_12
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.18-164.el5
0.04/0.07	c os.arch		i386
0.04/0.07	c Free memory 		1393557488
0.04/0.07	c Max memory 		1395916800
0.04/0.07	c Total memory 		1395916800
0.04/0.07	c Number of processors 	8
0.04/0.09	c Pseudo Boolean Optimization
0.04/0.09	c --- Begin Solver configuration ---
0.04/0.09	c Stops conflict analysis at the first Unique Implication Point
0.04/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ef9f1d
0.04/0.09	c Learn all clauses as in MiniSAT
0.04/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.04/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.04/0.09	c Expensive reason simplification
0.04/0.09	c Armin Biere (Picosat) restarts strategy
0.04/0.09	c Glucose learned constraints deletion strategy
0.04/0.09	c timeout=2147483s
0.04/0.09	c DB Simplification allowed=false
0.04/0.09	c --- End Solver configuration ---
0.04/0.09	c solving HOME/instance-2698711-1278327502.wbo
0.04/0.09	c reading problem ... 
0.12/0.15	c ... done. Wall clock time 0.055s.
0.12/0.15	c #vars     270
0.12/0.15	c #constraints  101
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.12/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.32/0.22	c SATISFIABLE
0.32/0.22	c OPTIMIZING...
0.32/0.22	c Got one! Elapsed wall clock time (in seconds):0.131
0.32/0.22	o 452
0.32/0.28	c Got one! Elapsed wall clock time (in seconds):0.184
0.32/0.28	o 451
0.62/0.32	c Got one! Elapsed wall clock time (in seconds):0.229
0.62/0.32	o 439
0.62/0.33	c Got one! Elapsed wall clock time (in seconds):0.24
0.62/0.33	o 424
0.62/0.36	c Got one! Elapsed wall clock time (in seconds):0.271
0.62/0.36	o 412
0.62/0.38	c Got one! Elapsed wall clock time (in seconds):0.291
0.62/0.38	o 352
0.95/0.56	c Got one! Elapsed wall clock time (in seconds):0.471
0.95/0.56	o 331
1.06/0.61	c Got one! Elapsed wall clock time (in seconds):0.515
1.06/0.61	o 289
1.06/0.65	c cleaning 2498 clauses out of 5002 with flag 5002/5002
1.06/0.68	c Got one! Elapsed wall clock time (in seconds):0.584
1.06/0.68	o 283
1.19/0.76	c Got one! Elapsed wall clock time (in seconds):0.667
1.19/0.76	o 250
1.19/0.79	c Got one! Elapsed wall clock time (in seconds):0.695
1.19/0.79	o 244
1.29/0.83	c Got one! Elapsed wall clock time (in seconds):0.735
1.29/0.83	o 242
1.39/0.90	c Got one! Elapsed wall clock time (in seconds):0.812
1.39/0.90	o 233
1.49/1.08	c cleaning 4249 clauses out of 8506 with flag 11004/11004
1.71/1.29	c Got one! Elapsed wall clock time (in seconds):1.199
1.71/1.29	o 227
2.01/1.55	c cleaning 5624 clauses out of 11254 with flag 18001/18001
2.51/2.08	c cleaning 6808 clauses out of 13629 with flag 26000/26000
2.63/2.13	c Got one! Elapsed wall clock time (in seconds):2.039
2.63/2.13	o 223
3.14/2.68	c cleaning 7910 clauses out of 15821 with flag 35000/35000
3.54/3.02	c Got one! Elapsed wall clock time (in seconds):2.933
3.54/3.02	o 219
3.85/3.34	c cleaning 8951 clauses out of 17911 with flag 45000/45000
3.95/3.49	c Got one! Elapsed wall clock time (in seconds):3.394
3.95/3.49	o 218
4.68/4.11	c cleaning 9476 clauses out of 18960 with flag 55000/55000
4.79/4.20	c Got one! Elapsed wall clock time (in seconds):4.107
4.79/4.20	o 215
5.31/4.73	c Got one! Elapsed wall clock time (in seconds):4.643
5.31/4.73	o 196
5.41/4.85	c cleaning 9738 clauses out of 19485 with flag 65001/65001
5.61/5.09	c Got one! Elapsed wall clock time (in seconds):4.994
5.61/5.09	o 186
6.21/5.62	c Got one! Elapsed wall clock time (in seconds):5.526
6.21/5.62	o 175
6.31/5.71	c cleaning 9870 clauses out of 19747 with flag 75001/75001
6.91/6.35	c Got one! Elapsed wall clock time (in seconds):6.261
6.91/6.35	o 161
7.01/6.44	c cleaning 9938 clauses out of 19877 with flag 85001/85001
7.01/6.48	c Got one! Elapsed wall clock time (in seconds):6.39
7.01/6.48	o 158
7.14/6.57	c Got one! Elapsed wall clock time (in seconds):6.477
7.14/6.57	o 126
7.37/6.66	c Got one! Elapsed wall clock time (in seconds):6.566
7.37/6.66	o 87
8.16/7.25	c cleaning 9964 clauses out of 19938 with flag 95000/95000
9.06/8.00	c cleaning 9984 clauses out of 19976 with flag 105002/105002
10.00/8.88	c cleaning 9987 clauses out of 19990 with flag 115000/115000
10.10/8.93	c Got one! Elapsed wall clock time (in seconds):8.838
10.10/8.93	o 84
10.80/9.63	c cleaning 9999 clauses out of 20005 with flag 125002/125002
11.20/10.02	c Got one! Elapsed wall clock time (in seconds):9.924
11.20/10.02	o 83
11.41/10.29	c cleaning 9999 clauses out of 20006 with flag 135002/135002
11.52/10.38	c Got one! Elapsed wall clock time (in seconds):10.292
11.52/10.38	o 79
12.12/11.00	c cleaning 9996 clauses out of 20005 with flag 145000/145000
12.82/11.68	c cleaning 9998 clauses out of 20009 with flag 155000/155000
13.02/11.80	c Got one! Elapsed wall clock time (in seconds):11.706
13.02/11.80	o 55
13.52/12.36	c cleaning 10003 clauses out of 20013 with flag 165002/165002
13.82/12.62	c Got one! Elapsed wall clock time (in seconds):12.533
13.82/12.62	o 44
14.13/12.99	c cleaning 10002 clauses out of 20011 with flag 175003/175003
14.74/13.58	c cleaning 10000 clauses out of 20006 with flag 185000/185000
14.94/13.75	c Got one! Elapsed wall clock time (in seconds):13.654
14.94/13.75	o 38
15.34/14.17	c cleaning 9999 clauses out of 20006 with flag 195000/195000
16.04/14.88	c cleaning 10001 clauses out of 20007 with flag 205000/205000
16.34/15.16	c Got one! Elapsed wall clock time (in seconds):15.071
16.34/15.16	o 37
16.66/15.49	c cleaning 9998 clauses out of 20006 with flag 215000/215000
16.86/15.62	c Got one! Elapsed wall clock time (in seconds):15.529
16.86/15.62	o 24
17.36/16.16	c cleaning 9998 clauses out of 20009 with flag 225001/225001
17.86/16.69	c cleaning 10001 clauses out of 20010 with flag 235000/235000
18.47/17.20	c Got one! Elapsed wall clock time (in seconds):17.108
18.47/17.20	o 17
18.47/17.27	c cleaning 10002 clauses out of 20009 with flag 245000/245000
19.07/17.81	c cleaning 10001 clauses out of 20007 with flag 255000/255000
19.57/18.31	c cleaning 9990 clauses out of 20006 with flag 265000/265000
19.97/18.77	c cleaning 10005 clauses out of 20019 with flag 275003/275003
20.47/19.26	c cleaning 10000 clauses out of 20012 with flag 285001/285001
20.57/19.36	c Got one! Elapsed wall clock time (in seconds):19.267
20.57/19.36	o 6
20.98/19.77	c cleaning 10002 clauses out of 20012 with flag 295001/295001
21.57/20.34	c cleaning 10001 clauses out of 20009 with flag 305000/305000
22.08/20.86	c cleaning 10000 clauses out of 20008 with flag 315000/315000
22.59/21.33	c cleaning 10002 clauses out of 20009 with flag 325001/325001
22.99/21.78	c cleaning 9999 clauses out of 20009 with flag 335003/335003
23.19/21.98	c Got one! Elapsed wall clock time (in seconds):21.89
23.19/21.98	o 5
23.59/22.37	c cleaning 10001 clauses out of 20008 with flag 345001/345001
24.19/22.91	c cleaning 9997 clauses out of 20006 with flag 355000/355000
24.29/23.05	c Got one! Elapsed wall clock time (in seconds):22.954
24.29/23.05	o 1
24.70/23.44	c cleaning 10000 clauses out of 20010 with flag 365001/365001
25.30/24.02	c cleaning 10000 clauses out of 20009 with flag 375000/375000
25.72/24.50	c cleaning 10000 clauses out of 20009 with flag 385000/385000
26.22/24.96	c cleaning 10000 clauses out of 20009 with flag 395000/395000
26.72/25.41	c cleaning 10001 clauses out of 20009 with flag 405000/405000
27.23/25.90	c cleaning 10003 clauses out of 20009 with flag 415001/415001
27.64/26.35	c cleaning 9997 clauses out of 20005 with flag 425000/425000
28.13/26.85	c cleaning 10001 clauses out of 20009 with flag 435001/435001
28.64/27.33	c cleaning 9999 clauses out of 20007 with flag 445000/445000
29.14/27.85	c cleaning 10000 clauses out of 20009 with flag 455001/455001
29.65/28.38	c cleaning 10001 clauses out of 20009 with flag 465001/465001
30.26/28.91	c cleaning 10001 clauses out of 20008 with flag 475001/475001
30.75/29.42	c cleaning 10004 clauses out of 20011 with flag 485005/485005
31.27/29.90	c starts		: 186
31.27/29.91	c conflicts		: 494328
31.27/29.91	c decisions		: 731198
31.27/29.91	c propagations		: 11571115
31.27/29.91	c inspects		: 151340726
31.27/29.91	c learnt literals	: 5
31.27/29.91	c learnt binary clauses	: 57
31.27/29.91	c learnt ternary clauses	: 213
31.27/29.91	c learnt clauses	: 494322
31.27/29.91	c ignored clauses	: 0
31.27/29.91	c root simplifications	: 0
31.27/29.91	c removed literals (reason simplification)	: 4548147
31.27/29.91	c reason swapping (by a shorter reason)	: 0
31.27/29.91	c Calls to reduceDB	: 50
31.27/29.91	c number of reductions to clauses (during analyze)	: 0
31.27/29.91	c number of learned constraints concerned by reduction	: 0
31.27/29.91	c number of learning phase by resolution	: 0
31.27/29.91	c number of learning phase by cutting planes	: 0
31.27/29.91	c speed (assignments/second)	: 1686751.4577259475
31.27/29.91	c non guided choices	2302
31.27/29.91	c learnt constraints type 
31.27/29.91	c constraints type 
31.27/29.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
31.27/29.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
31.27/29.91	s OPTIMUM FOUND
31.27/29.91	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 
31.27/29.91	c objective function=1
31.27/29.91	c Total wall clock time (in seconds): 29.815

Verifier Data

OK	1

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698711-1278327502/watcher-2698711-1278327502 -o /tmp/evaluation-result-2698711-1278327502/solver-2698711-1278327502 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698711-1278327502.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.00 2.00 1.91 3/196 4446
/proc/meminfo: memFree=32402892/32951124 swapFree=67111528/67111528
[pid=4446] ppid=4444 vsize=13684 CPUtime=0
/proc/4446/stat : 4446 (java) S 4444 4446 3841 0 -1 4202496 1183 0 0 0 0 0 0 0 17 0 2 0 963162 14012416 631 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/4446/statm: 3421 631 307 10 0 1206 0
[pid=4446/tid=4447] ppid=4444 vsize=13684 CPUtime=0
/proc/4446/task/4447/stat : 4447 (java) S 4444 4446 3841 0 -1 4202560 142 0 0 0 0 0 0 0 18 0 2 0 963163 14012416 631 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16784584 4475966980314103807 0 0 -1 5 0 0 0

[startup+0.0536791 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 4446
/proc/meminfo: memFree=32402892/32951124 swapFree=67111528/67111528
[pid=4446] ppid=4444 vsize=1528568 CPUtime=0.04
/proc/4446/stat : 4446 (java) S 4444 4446 3841 0 -1 4202496 4099 0 1 0 4 0 0 0 17 0 18 0 963162 1565253632 3539 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4446/statm: 382142 3540 1078 10 0 379445 0
[pid=4446/tid=4447] ppid=4444 vsize=1528568 CPUtime=0.04
/proc/4446/task/4447/stat : 4447 (java) R 4444 4446 3841 0 -1 4202560 3017 0 1 0 4 0 0 0 25 0 18 0 963163 1565253632 3540 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1528568

[startup+0.100659 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 4446
/proc/meminfo: memFree=32402892/32951124 swapFree=67111528/67111528
[pid=4446] ppid=4444 vsize=1529832 CPUtime=0.12
/proc/4446/stat : 4446 (java) S 4444 4446 3841 0 -1 4202496 5239 0 1 0 11 1 0 0 17 0 18 0 963162 1566547968 4677 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4446/statm: 382458 4678 1347 10 0 379761 0
[pid=4446/tid=4447] ppid=4444 vsize=1529832 CPUtime=0.08
/proc/4446/task/4447/stat : 4447 (java) R 4444 4446 3841 0 -1 4202560 3577 0 1 0 8 0 0 0 25 0 18 0 963163 1566547968 4678 4089446400 134512640 134550932 4293944016 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1529832

[startup+0.300663 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 4446
/proc/meminfo: memFree=32402892/32951124 swapFree=67111528/67111528
[pid=4446] ppid=4444 vsize=1533396 CPUtime=0.62
/proc/4446/stat : 4446 (java) S 4444 4446 3841 0 -1 4202496 6817 0 1 0 61 1 0 0 17 0 19 0 963162 1570197504 6183 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4446/statm: 383349 6185 1420 10 0 380652 0
[pid=4446/tid=4447] ppid=4444 vsize=1533396 CPUtime=0.28
/proc/4446/task/4447/stat : 4447 (java) R 4444 4446 3841 0 -1 4202560 4166 0 1 0 28 0 0 0 25 0 19 0 963163 1570197504 6185 4089446400 134512640 134550932 4293944016 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 1533396

[startup+0.700575 s]
/proc/loadavg: 2.00 2.00 1.91 3/196 4446
/proc/meminfo: memFree=32402892/32951124 swapFree=67111528/67111528
[pid=4446] ppid=4444 vsize=1533396 CPUtime=1.19
/proc/4446/stat : 4446 (java) S 4444 4446 3841 0 -1 4202496 10560 0 1 0 117 2 0 0 17 0 19 0 963162 1570197504 9924 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4446/statm: 383349 9924 1439 10 0 380652 0
[pid=4446/tid=4447] ppid=4444 vsize=1533396 CPUtime=0.67
/proc/4446/task/4447/stat : 4447 (java) R 4444 4446 3841 0 -1 4202560 7395 0 1 0 66 1 0 0 25 0 19 0 963163 1570197504 9924 4089446400 134512640 134550932 4293944016 18446744073709551615 4108903136 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 1533396

[startup+1.50145 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 4465
/proc/meminfo: memFree=32369392/32951124 swapFree=67111528/67111528
[pid=4446] ppid=4444 vsize=1533396 CPUtime=2.01
/proc/4446/stat : 4446 (java) S 4444 4446 3841 0 -1 4202496 11419 0 1 0 199 2 0 0 17 0 19 0 963162 1570197504 10781 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4446/statm: 383349 10781 1439 10 0 380652 0
[pid=4446/tid=4447] ppid=4444 vsize=1533396 CPUtime=1.45
/proc/4446/task/4447/stat : 4447 (java) R 4444 4446 3841 0 -1 4202560 7615 0 1 0 144 1 0 0 25 0 19 0 963163 1570197504 10781 4089446400 134512640 134550932 4293944016 18446744073709551615 4109004632 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=4446/tid=4449] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4449/stat : 4449 (java) S 4444 4446 3841 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 19 0 963163 1570197504 10782 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 7 0 0 0
[pid=4446/tid=4450] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4450/stat : 4450 (java) S 4444 4446 3841 0 -1 4202560 111 0 0 0 0 0 0 0 16 0 19 0 963163 1570197504 10782 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4451] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4451/stat : 4451 (java) S 4444 4446 3841 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 963163 1570197504 10782 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 7 0 0 0
[pid=4446/tid=4452] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4452/stat : 4452 (java) S 4444 4446 3841 0 -1 4202560 104 0 0 0 0 0 0 0 16 0 19 0 963163 1570197504 10783 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 7 0 0 0
[pid=4446/tid=4453] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4453/stat : 4453 (java) S 4444 4446 3841 0 -1 4202560 244 0 0 0 0 0 0 0 16 0 19 0 963163 1570197504 10783 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 0 0 0 0
[pid=4446/tid=4454] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4454/stat : 4454 (java) S 4444 4446 3841 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 963163 1570197504 10784 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 6 0 0 0
[pid=4446/tid=4455] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4455/stat : 4455 (java) S 4444 4446 3841 0 -1 4202560 123 0 0 0 0 0 0 0 16 0 19 0 963163 1570197504 10784 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 5 0 0 0
[pid=4446/tid=4456] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4456/stat : 4456 (java) S 4444 4446 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 963163 1570197504 10784 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 7 0 0 0
[pid=4446/tid=4457] ppid=4444 vsize=1533396 CPUtime=0.01
/proc/4446/task/4457/stat : 4457 (java) S 4444 4446 3841 0 -1 4202560 391 0 0 0 1 0 0 0 16 0 19 0 963164 1570197504 10784 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16800975 18446604471134704704 0 0 -1 6 0 0 0
[pid=4446/tid=4458] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4458/stat : 4458 (java) S 4444 4446 3841 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 963164 1570197504 10784 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4459] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4459/stat : 4459 (java) S 4444 4446 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 963164 1570197504 10784 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4460] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4460/stat : 4460 (java) S 4444 4446 3841 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 963166 1570197504 10785 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4461] ppid=4444 vsize=1533396 CPUtime=0.28
/proc/4446/task/4461/stat : 4461 (java) S 4444 4446 3841 0 -1 4202560 830 0 0 0 28 0 0 0 15 0 19 0 963166 1570197504 10786 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 4 0 0 0
[pid=4446/tid=4462] ppid=4444 vsize=1533396 CPUtime=0.24
/proc/4446/task/4462/stat : 4462 (java) S 4444 4446 3841 0 -1 4202560 786 0 0 0 24 0 0 0 16 0 19 0 963166 1570197504 10786 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 7 0 0 0
[pid=4446/tid=4463] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4463/stat : 4463 (java) S 4444 4446 3841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 963166 1570197504 10787 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 3 0 0 0
[pid=4446/tid=4464] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4464/stat : 4464 (java) S 4444 4446 3841 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 963166 1570197504 10787 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4465] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4465/stat : 4465 (java) S 4444 4446 3841 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 963178 1570197504 10788 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1533396

[startup+3.10116 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 4466
/proc/meminfo: memFree=32359340/32951124 swapFree=67111528/67111528
[pid=4446] ppid=4444 vsize=1533396 CPUtime=3.64
/proc/4446/stat : 4446 (java) S 4444 4446 3841 0 -1 4202496 13799 0 1 0 362 2 0 0 17 0 19 0 963162 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4446/statm: 383349 13158 1442 10 0 380652 0
[pid=4446/tid=4447] ppid=4444 vsize=1533396 CPUtime=3.02
/proc/4446/task/4447/stat : 4447 (java) R 4444 4446 3841 0 -1 4202560 9584 0 1 0 300 2 0 0 25 0 19 0 963163 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4108993407 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4446/tid=4449] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4449/stat : 4449 (java) S 4444 4446 3841 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 963163 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 6 0 0 0
[pid=4446/tid=4450] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4450/stat : 4450 (java) S 4444 4446 3841 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 963163 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4451] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4451/stat : 4451 (java) S 4444 4446 3841 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 963163 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 6 0 0 0
[pid=4446/tid=4452] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4452/stat : 4452 (java) S 4444 4446 3841 0 -1 4202560 161 0 0 0 0 0 0 0 15 0 19 0 963163 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4453] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4453/stat : 4453 (java) S 4444 4446 3841 0 -1 4202560 296 0 0 0 0 0 0 0 15 0 19 0 963163 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 0 0 0 0
[pid=4446/tid=4454] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4454/stat : 4454 (java) S 4444 4446 3841 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 963163 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 4 0 0 0
[pid=4446/tid=4455] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4455/stat : 4455 (java) S 4444 4446 3841 0 -1 4202560 164 0 0 0 0 0 0 0 15 0 19 0 963163 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 5 0 0 0
[pid=4446/tid=4456] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4456/stat : 4456 (java) S 4444 4446 3841 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 963163 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 0 0 0 0
[pid=4446/tid=4457] ppid=4444 vsize=1533396 CPUtime=0.04
/proc/4446/task/4457/stat : 4457 (java) S 4444 4446 3841 0 -1 4202560 534 0 0 0 4 0 0 0 16 0 19 0 963164 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16800975 18446604471134704704 0 0 -1 2 0 0 0
[pid=4446/tid=4458] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4458/stat : 4458 (java) S 4444 4446 3841 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 963164 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4459] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4459/stat : 4459 (java) S 4444 4446 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 963164 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4460] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4460/stat : 4460 (java) S 4444 4446 3841 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 963166 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4461] ppid=4444 vsize=1533396 CPUtime=0.28
/proc/4446/task/4461/stat : 4461 (java) S 4444 4446 3841 0 -1 4202560 831 0 0 0 28 0 0 0 15 0 19 0 963166 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 4 0 0 0
[pid=4446/tid=4462] ppid=4444 vsize=1533396 CPUtime=0.26
/proc/4446/task/4462/stat : 4462 (java) S 4444 4446 3841 0 -1 4202560 794 0 0 0 26 0 0 0 15 0 19 0 963166 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 7 0 0 0
[pid=4446/tid=4463] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4463/stat : 4463 (java) S 4444 4446 3841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 963166 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 3 0 0 0
[pid=4446/tid=4464] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4464/stat : 4464 (java) S 4444 4446 3841 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 963166 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4465] ppid=4444 vsize=1533396 CPUtime=0
/proc/4446/task/4465/stat : 4465 (java) S 4444 4446 3841 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 963178 1570197504 13158 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1533396

[startup+6.30058 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 4466
/proc/meminfo: memFree=32347368/32951124 swapFree=67111528/67111528
[pid=4446] ppid=4444 vsize=1533128 CPUtime=6.91
/proc/4446/stat : 4446 (java) S 4444 4446 3841 0 -1 4202496 14968 0 1 0 688 3 0 0 17 0 19 0 963162 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4446/statm: 383282 14257 1442 10 0 380585 0
[pid=4446/tid=4447] ppid=4444 vsize=1533128 CPUtime=6.17
/proc/4446/task/4447/stat : 4447 (java) R 4444 4446 3841 0 -1 4202560 10297 0 1 0 615 2 0 0 25 0 19 0 963163 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4108952067 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4446/tid=4449] ppid=4444 vsize=1533128 CPUtime=0
/proc/4446/task/4449/stat : 4449 (java) S 4444 4446 3841 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 963163 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 6 0 0 0
[pid=4446/tid=4450] ppid=4444 vsize=1533128 CPUtime=0
/proc/4446/task/4450/stat : 4450 (java) S 4444 4446 3841 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 963163 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 5 0 0 0
[pid=4446/tid=4451] ppid=4444 vsize=1533128 CPUtime=0
/proc/4446/task/4451/stat : 4451 (java) S 4444 4446 3841 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 963163 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 6 0 0 0
[pid=4446/tid=4452] ppid=4444 vsize=1533128 CPUtime=0
/proc/4446/task/4452/stat : 4452 (java) S 4444 4446 3841 0 -1 4202560 176 0 0 0 0 0 0 0 15 0 19 0 963163 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4453] ppid=4444 vsize=1533128 CPUtime=0
/proc/4446/task/4453/stat : 4453 (java) S 4444 4446 3841 0 -1 4202560 336 0 0 0 0 0 0 0 15 0 19 0 963163 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 4 0 0 0
[pid=4446/tid=4454] ppid=4444 vsize=1533128 CPUtime=0
/proc/4446/task/4454/stat : 4454 (java) S 4444 4446 3841 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 963163 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 4 0 0 0
[pid=4446/tid=4455] ppid=4444 vsize=1533128 CPUtime=0
/proc/4446/task/4455/stat : 4455 (java) S 4444 4446 3841 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 19 0 963163 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 5 0 0 0
[pid=4446/tid=4456] ppid=4444 vsize=1533128 CPUtime=0
/proc/4446/task/4456/stat : 4456 (java) S 4444 4446 3841 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 963163 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 6 0 0 0
[pid=4446/tid=4457] ppid=4444 vsize=1533128 CPUtime=0.08
/proc/4446/task/4457/stat : 4457 (java) S 4444 4446 3841 0 -1 4202560 756 0 0 0 8 0 0 0 15 0 19 0 963164 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16800975 18446604471134704704 0 0 -1 0 0 0 0
[pid=4446/tid=4458] ppid=4444 vsize=1533128 CPUtime=0
/proc/4446/task/4458/stat : 4458 (java) S 4444 4446 3841 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 963164 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4459] ppid=4444 vsize=1533128 CPUtime=0
/proc/4446/task/4459/stat : 4459 (java) S 4444 4446 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 963164 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4460] ppid=4444 vsize=1533128 CPUtime=0
/proc/4446/task/4460/stat : 4460 (java) S 4444 4446 3841 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 963166 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4461] ppid=4444 vsize=1533128 CPUtime=0.29
/proc/4446/task/4461/stat : 4461 (java) S 4444 4446 3841 0 -1 4202560 832 0 0 0 29 0 0 0 15 0 19 0 963166 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 4 0 0 0
[pid=4446/tid=4462] ppid=4444 vsize=1533128 CPUtime=0.3
/proc/4446/task/4462/stat : 4462 (java) S 4444 4446 3841 0 -1 4202560 799 0 0 0 30 0 0 0 15 0 19 0 963166 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 7 0 0 0
[pid=4446/tid=4463] ppid=4444 vsize=1533128 CPUtime=0
/proc/4446/task/4463/stat : 4463 (java) S 4444 4446 3841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 963166 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 3 0 0 0
[pid=4446/tid=4464] ppid=4444 vsize=1533128 CPUtime=0
/proc/4446/task/4464/stat : 4464 (java) S 4444 4446 3841 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 963166 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4465] ppid=4444 vsize=1533128 CPUtime=0
/proc/4446/task/4465/stat : 4465 (java) S 4444 4446 3841 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 963178 1569923072 14257 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 1533128


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

/proc/4446/task/4449/stat : 4449 (java) S 4444 4446 3841 0 -1 4202560 115 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17422 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 6 0 0 0
[pid=4446/tid=4450] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4450/stat : 4450 (java) S 4444 4446 3841 0 -1 4202560 171 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17422 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 2 0 0 0
[pid=4446/tid=4451] ppid=4444 vsize=1543028 CPUtime=0.01
/proc/4446/task/4451/stat : 4451 (java) S 4444 4446 3841 0 -1 4202560 106 0 0 0 1 0 0 0 15 0 19 0 963163 1580060672 17422 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 4 0 0 0
[pid=4446/tid=4452] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4452/stat : 4452 (java) S 4444 4446 3841 0 -1 4202560 201 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17422 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 7 0 0 0
[pid=4446/tid=4453] ppid=4444 vsize=1543028 CPUtime=0.01
/proc/4446/task/4453/stat : 4453 (java) S 4444 4446 3841 0 -1 4202560 356 0 0 0 1 0 0 0 15 0 19 0 963163 1580060672 17422 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 6 0 0 0
[pid=4446/tid=4454] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4454/stat : 4454 (java) S 4444 4446 3841 0 -1 4202560 147 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17422 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 2 0 0 0
[pid=4446/tid=4455] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4455/stat : 4455 (java) S 4444 4446 3841 0 -1 4202560 201 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17422 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4456] ppid=4444 vsize=1543028 CPUtime=0.01
/proc/4446/task/4456/stat : 4456 (java) S 4444 4446 3841 0 -1 4202560 28 0 0 0 1 0 0 0 15 0 19 0 963163 1580060672 17422 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 3 0 0 0
[pid=4446/tid=4457] ppid=4444 vsize=1543028 CPUtime=0.5
/proc/4446/task/4457/stat : 4457 (java) S 4444 4446 3841 0 -1 4202560 1014 0 0 0 49 1 0 0 15 0 19 0 963164 1580060672 17422 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16800975 18446604471134704704 0 0 -1 0 0 0 0
[pid=4446/tid=4458] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4458/stat : 4458 (java) S 4444 4446 3841 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 963164 1580060672 17422 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4459] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4459/stat : 4459 (java) S 4444 4446 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 963164 1580060672 17422 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4460] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4460/stat : 4460 (java) S 4444 4446 3841 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 963166 1580060672 17422 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4461] ppid=4444 vsize=1543028 CPUtime=0.61
/proc/4446/task/4461/stat : 4461 (java) S 4444 4446 3841 0 -1 4202560 3466 0 0 0 61 0 0 0 15 0 19 0 963166 1580060672 17422 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 4 0 0 0
[pid=4446/tid=4462] ppid=4444 vsize=1543028 CPUtime=0.62
/proc/4446/task/4462/stat : 4462 (java) S 4444 4446 3841 0 -1 4202560 4294 0 0 0 62 0 0 0 15 0 19 0 963166 1580060672 17422 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 7 0 0 0
[pid=4446/tid=4463] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4463/stat : 4463 (java) S 4444 4446 3841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 963166 1580060672 17422 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 3 0 0 0
[pid=4446/tid=4464] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4464/stat : 4464 (java) S 4444 4446 3841 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 963166 1580060672 17422 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4465] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4465/stat : 4465 (java) S 4444 4446 3841 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 963178 1580060672 17422 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 28.44
Current children cumulated vsize (KiB) 1543028

[startup+28.7015 s]
/proc/loadavg: 2.11 2.03 1.93 3/215 4466
/proc/meminfo: memFree=32334128/32951124 swapFree=67111528/67111528
[pid=4446] ppid=4444 vsize=1543028 CPUtime=30.06
/proc/4446/stat : 4446 (java) S 4444 4446 3841 0 -1 4202496 21830 0 1 0 3000 6 0 0 17 0 19 0 963162 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4446/statm: 385757 17445 1444 10 0 383060 0
[pid=4446/tid=4447] ppid=4444 vsize=1543028 CPUtime=28.03
/proc/4446/task/4447/stat : 4447 (java) R 4444 4446 3841 0 -1 4202560 10642 0 1 0 2801 2 0 0 25 0 19 0 963163 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4108993407 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4446/tid=4449] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4449/stat : 4449 (java) S 4444 4446 3841 0 -1 4202560 115 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 6 0 0 0
[pid=4446/tid=4450] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4450/stat : 4450 (java) S 4444 4446 3841 0 -1 4202560 171 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 2 0 0 0
[pid=4446/tid=4451] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4451/stat : 4451 (java) S 4444 4446 3841 0 -1 4202560 108 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 4 0 0 0
[pid=4446/tid=4452] ppid=4444 vsize=1543028 CPUtime=0.03
/proc/4446/task/4452/stat : 4452 (java) S 4444 4446 3841 0 -1 4202560 201 0 0 0 3 0 0 0 15 0 19 0 963163 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 7 0 0 0
[pid=4446/tid=4453] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4453/stat : 4453 (java) S 4444 4446 3841 0 -1 4202560 356 0 0 0 2 0 0 0 16 0 19 0 963163 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 4 0 0 0
[pid=4446/tid=4454] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4454/stat : 4454 (java) S 4444 4446 3841 0 -1 4202560 147 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 2 0 0 0
[pid=4446/tid=4455] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4455/stat : 4455 (java) S 4444 4446 3841 0 -1 4202560 201 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4456] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4456/stat : 4456 (java) S 4444 4446 3841 0 -1 4202560 28 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 3 0 0 0
[pid=4446/tid=4457] ppid=4444 vsize=1543028 CPUtime=0.53
/proc/4446/task/4457/stat : 4457 (java) S 4444 4446 3841 0 -1 4202560 1035 0 0 0 52 1 0 0 15 0 19 0 963164 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16800975 18446604471134704704 0 0 -1 0 0 0 0
[pid=4446/tid=4458] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4458/stat : 4458 (java) S 4444 4446 3841 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 963164 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4459] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4459/stat : 4459 (java) S 4444 4446 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 963164 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4460] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4460/stat : 4460 (java) S 4444 4446 3841 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 963166 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4461] ppid=4444 vsize=1543028 CPUtime=0.61
/proc/4446/task/4461/stat : 4461 (java) S 4444 4446 3841 0 -1 4202560 3466 0 0 0 61 0 0 0 15 0 19 0 963166 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 4 0 0 0
[pid=4446/tid=4462] ppid=4444 vsize=1543028 CPUtime=0.62
/proc/4446/task/4462/stat : 4462 (java) S 4444 4446 3841 0 -1 4202560 4294 0 0 0 62 0 0 0 15 0 19 0 963166 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 7 0 0 0
[pid=4446/tid=4463] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4463/stat : 4463 (java) S 4444 4446 3841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 963166 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 3 0 0 0
[pid=4446/tid=4464] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4464/stat : 4464 (java) S 4444 4446 3841 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 963166 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4465] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4465/stat : 4465 (java) S 4444 4446 3841 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 963178 1580060672 17445 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 30.06
Current children cumulated vsize (KiB) 1543028

[startup+29.5014 s]
/proc/loadavg: 2.11 2.03 1.93 3/215 4466
/proc/meminfo: memFree=32334128/32951124 swapFree=67111528/67111528
[pid=4446] ppid=4444 vsize=1543028 CPUtime=30.87
/proc/4446/stat : 4446 (java) S 4444 4446 3841 0 -1 4202496 21833 0 1 0 3080 7 0 0 17 0 19 0 963162 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4446/statm: 385757 17446 1444 10 0 383060 0
[pid=4446/tid=4447] ppid=4444 vsize=1543028 CPUtime=28.81
/proc/4446/task/4447/stat : 4447 (java) R 4444 4446 3841 0 -1 4202560 10644 0 1 0 2879 2 0 0 25 0 19 0 963163 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4108993484 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4446/tid=4449] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4449/stat : 4449 (java) S 4444 4446 3841 0 -1 4202560 115 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 6 0 0 0
[pid=4446/tid=4450] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4450/stat : 4450 (java) S 4444 4446 3841 0 -1 4202560 171 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 2 0 0 0
[pid=4446/tid=4451] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4451/stat : 4451 (java) S 4444 4446 3841 0 -1 4202560 108 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 4 0 0 0
[pid=4446/tid=4452] ppid=4444 vsize=1543028 CPUtime=0.03
/proc/4446/task/4452/stat : 4452 (java) S 4444 4446 3841 0 -1 4202560 201 0 0 0 3 0 0 0 15 0 19 0 963163 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 7 0 0 0
[pid=4446/tid=4453] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4453/stat : 4453 (java) S 4444 4446 3841 0 -1 4202560 356 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 4 0 0 0
[pid=4446/tid=4454] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4454/stat : 4454 (java) S 4444 4446 3841 0 -1 4202560 147 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 2 0 0 0
[pid=4446/tid=4455] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4455/stat : 4455 (java) S 4444 4446 3841 0 -1 4202560 201 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4456] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4456/stat : 4456 (java) S 4444 4446 3841 0 -1 4202560 29 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 3 0 0 0
[pid=4446/tid=4457] ppid=4444 vsize=1543028 CPUtime=0.56
/proc/4446/task/4457/stat : 4457 (java) S 4444 4446 3841 0 -1 4202560 1035 0 0 0 54 2 0 0 15 0 19 0 963164 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16800975 18446604471134704704 0 0 -1 0 0 0 0
[pid=4446/tid=4458] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4458/stat : 4458 (java) S 4444 4446 3841 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 963164 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4459] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4459/stat : 4459 (java) S 4444 4446 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 963164 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4460] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4460/stat : 4460 (java) S 4444 4446 3841 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 963166 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4461] ppid=4444 vsize=1543028 CPUtime=0.61
/proc/4446/task/4461/stat : 4461 (java) S 4444 4446 3841 0 -1 4202560 3466 0 0 0 61 0 0 0 15 0 19 0 963166 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 4 0 0 0
[pid=4446/tid=4462] ppid=4444 vsize=1543028 CPUtime=0.62
/proc/4446/task/4462/stat : 4462 (java) S 4444 4446 3841 0 -1 4202560 4294 0 0 0 62 0 0 0 15 0 19 0 963166 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 7 0 0 0
[pid=4446/tid=4463] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4463/stat : 4463 (java) S 4444 4446 3841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 963166 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 3 0 0 0
[pid=4446/tid=4464] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4464/stat : 4464 (java) S 4444 4446 3841 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 963166 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4465] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4465/stat : 4465 (java) S 4444 4446 3841 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 963178 1580060672 17446 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 30.87
Current children cumulated vsize (KiB) 1543028

[startup+29.9013 s]
/proc/loadavg: 2.11 2.03 1.93 3/215 4466
/proc/meminfo: memFree=32334120/32951124 swapFree=67111528/67111528
[pid=4446] ppid=4444 vsize=1543028 CPUtime=31.27
/proc/4446/stat : 4446 (java) S 4444 4446 3841 0 -1 4202496 21834 0 1 0 3120 7 0 0 17 0 19 0 963162 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/4446/statm: 385757 17447 1444 10 0 383060 0
[pid=4446/tid=4447] ppid=4444 vsize=1543028 CPUtime=29.21
/proc/4446/task/4447/stat : 4447 (java) R 4444 4446 3841 0 -1 4202560 10645 0 1 0 2919 2 0 0 25 0 19 0 963163 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4108614136 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4446/tid=4449] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4449/stat : 4449 (java) S 4444 4446 3841 0 -1 4202560 115 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 6 0 0 0
[pid=4446/tid=4450] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4450/stat : 4450 (java) S 4444 4446 3841 0 -1 4202560 171 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 2 0 0 0
[pid=4446/tid=4451] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4451/stat : 4451 (java) S 4444 4446 3841 0 -1 4202560 108 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 4 0 0 0
[pid=4446/tid=4452] ppid=4444 vsize=1543028 CPUtime=0.03
/proc/4446/task/4452/stat : 4452 (java) S 4444 4446 3841 0 -1 4202560 201 0 0 0 3 0 0 0 15 0 19 0 963163 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 7 0 0 0
[pid=4446/tid=4453] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4453/stat : 4453 (java) S 4444 4446 3841 0 -1 4202560 356 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 4 0 0 0
[pid=4446/tid=4454] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4454/stat : 4454 (java) S 4444 4446 3841 0 -1 4202560 147 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 2 0 0 0
[pid=4446/tid=4455] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4455/stat : 4455 (java) S 4444 4446 3841 0 -1 4202560 201 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4456] ppid=4444 vsize=1543028 CPUtime=0.02
/proc/4446/task/4456/stat : 4456 (java) S 4444 4446 3841 0 -1 4202560 29 0 0 0 2 0 0 0 15 0 19 0 963163 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 3 0 0 0
[pid=4446/tid=4457] ppid=4444 vsize=1543028 CPUtime=0.56
/proc/4446/task/4457/stat : 4457 (java) S 4444 4446 3841 0 -1 4202560 1035 0 0 0 54 2 0 0 15 0 19 0 963164 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 0 0 16800975 18446604471134704704 0 0 -1 0 0 0 0
[pid=4446/tid=4458] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4458/stat : 4458 (java) S 4444 4446 3841 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 963164 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4459] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4459/stat : 4459 (java) S 4444 4446 3841 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 963164 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4460] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4460/stat : 4460 (java) S 4444 4446 3841 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 963166 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4461] ppid=4444 vsize=1543028 CPUtime=0.61
/proc/4446/task/4461/stat : 4461 (java) S 4444 4446 3841 0 -1 4202560 3466 0 0 0 61 0 0 0 15 0 19 0 963166 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 4 0 0 0
[pid=4446/tid=4462] ppid=4444 vsize=1543028 CPUtime=0.62
/proc/4446/task/4462/stat : 4462 (java) S 4444 4446 3841 0 -1 4202560 4294 0 0 0 62 0 0 0 15 0 19 0 963166 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 7 0 0 0
[pid=4446/tid=4463] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4463/stat : 4463 (java) S 4444 4446 3841 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 963166 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 3 0 0 0
[pid=4446/tid=4464] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4464/stat : 4464 (java) S 4444 4446 3841 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 963166 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 1 0 0 0
[pid=4446/tid=4465] ppid=4444 vsize=1543028 CPUtime=0
/proc/4446/task/4465/stat : 4465 (java) S 4444 4446 3841 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 963178 1580060672 17447 4089446400 134512640 134550932 4293944016 18446744073709551615 4294960144 0 4 0 16800975 18446604471134704704 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 31.27
Current children cumulated vsize (KiB) 1543028

Child status: 30
Real time (s): 29.9397
CPU time (s): 31.2922
CPU user time (s): 31.2143
CPU system time (s): 0.077988
CPU usage (%): 104.518
Max. virtual memory (cumulated for all children) (KiB): 1546544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.2143
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21849
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= 2254
involuntary context switches= 7904

runsolver used 0.057991 second user time and 0.116982 second system time

The end

Launcher Data

Begin job on node142 at 2010-07-05 12:58:22
IDJOB=2698711
IDBENCH=79242
IDSOLVER=1211
FILE ID=node142/2698711-1278327502
PBS_JOBID= 11207420
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 76e7544e0d3f336cc30d688dd4cfa4e2
RANDOM SEED=2118498347

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32403412 kB
Buffers:         25052 kB
Cached:         303496 kB
SwapCached:          0 kB
Active:         199544 kB
Inactive:       247580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32403412 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             648 kB
Writeback:           0 kB
AnonPages:      118844 kB
Mapped:          20320 kB
Slab:            36180 kB
PageTables:       4780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1642000 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node142 at 2010-07-05 12:58:52