Trace number 3492606

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 Resolution 2011-06-08OPTIMUM 18.2442 16.6442

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900551864--soft-33-100-0.wbo
MD5SUM124472bd94dbe4a4a7a86c80941ffe16
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark16.1195
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1802
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 91108
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 91107
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492606-1307910041.wbo
0.10/0.11	c reading problem ... 
0.48/0.31	c ... done. Wall clock time 0.201s.
0.48/0.31	c #vars     2033
0.48/0.31	c #constraints  2707
0.48/0.31	c constraints type 
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2594
0.48/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 9
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90
0.48/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.78/0.44	c SATISFIABLE
0.78/0.44	c OPTIMIZING...
0.78/0.44	c Got one! Elapsed wall clock time (in seconds):0.331
0.78/0.44	o 342
0.78/0.48	c Got one! Elapsed wall clock time (in seconds):0.367
0.78/0.48	o 291
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.397
1.07/0.51	o 290
1.07/0.53	c Got one! Elapsed wall clock time (in seconds):0.416
1.07/0.53	o 246
1.07/0.55	c Got one! Elapsed wall clock time (in seconds):0.436
1.07/0.55	o 219
1.07/0.57	c Got one! Elapsed wall clock time (in seconds):0.458
1.07/0.57	o 193
1.07/0.58	c Got one! Elapsed wall clock time (in seconds):0.474
1.07/0.58	o 96
1.35/0.60	c Got one! Elapsed wall clock time (in seconds):0.49
1.35/0.60	o 95
1.35/0.62	c Got one! Elapsed wall clock time (in seconds):0.515
1.35/0.62	o 92
1.35/0.65	c Got one! Elapsed wall clock time (in seconds):0.542
1.35/0.65	o 90
1.35/0.68	c Got one! Elapsed wall clock time (in seconds):0.575
1.35/0.68	o 88
1.48/0.70	c Got one! Elapsed wall clock time (in seconds):0.595
1.48/0.70	o 85
1.48/0.74	c Got one! Elapsed wall clock time (in seconds):0.634
1.48/0.74	o 72
1.48/0.80	c Got one! Elapsed wall clock time (in seconds):0.686
1.48/0.80	o 62
1.58/0.86	c Got one! Elapsed wall clock time (in seconds):0.75
1.58/0.86	o 51
1.58/0.89	c Got one! Elapsed wall clock time (in seconds):0.786
1.58/0.89	o 49
1.69/0.94	c Got one! Elapsed wall clock time (in seconds):0.828
1.69/0.94	o 30
1.80/1.07	c Got one! Elapsed wall clock time (in seconds):0.96
1.80/1.07	o 27
1.90/1.16	c Got one! Elapsed wall clock time (in seconds):1.046
1.90/1.16	o 25
1.90/1.19	c Got one! Elapsed wall clock time (in seconds):1.081
1.90/1.19	o 13
2.10/1.33	c Got one! Elapsed wall clock time (in seconds):1.218
2.10/1.33	o 12
2.30/1.50	c Got one! Elapsed wall clock time (in seconds):1.389
2.30/1.50	o 10
2.52/1.75	c cleaning 5993 clauses out of 11988 with flag 2001/11988
2.65/1.88	c Got one! Elapsed wall clock time (in seconds):1.771
2.65/1.88	o 8
2.85/2.03	c Got one! Elapsed wall clock time (in seconds):1.922
2.85/2.03	o 5
3.15/2.31	c cleaning 6263 clauses out of 12527 with flag 3000/18520
3.55/2.71	c cleaning 6126 clauses out of 12265 with flag 9001/24521
3.90/3.00	c Got one! Elapsed wall clock time (in seconds):2.887
3.90/3.00	o 4
4.00/3.10	c cleaning 5925 clauses out of 11857 with flag 1000/30239
4.30/3.49	c cleaning 5959 clauses out of 11933 with flag 7001/36240
4.51/3.63	c Got one! Elapsed wall clock time (in seconds):3.523
4.51/3.63	o 3
4.71/3.83	c cleaning 5629 clauses out of 11266 with flag 3001/41532
5.11/4.21	c cleaning 5811 clauses out of 11637 with flag 9001/47532
5.51/4.63	c cleaning 6412 clauses out of 12829 with flag 16004/54535
5.91/5.06	c Got one! Elapsed wall clock time (in seconds):4.954
5.91/5.06	o 2
6.42/5.52	c cleaning 9426 clauses out of 18862 with flag 5000/66980
6.81/5.91	c cleaning 7714 clauses out of 15437 with flag 11001/72981
7.21/6.39	c cleaning 7354 clauses out of 14723 with flag 18001/79981
7.81/6.92	c cleaning 7684 clauses out of 15370 with flag 26002/87982
8.42/7.51	c cleaning 8339 clauses out of 16685 with flag 35001/96981
9.02/8.11	c cleaning 9168 clauses out of 18345 with flag 45000/106980
9.63/8.75	c Got one! Elapsed wall clock time (in seconds):8.638
9.63/8.75	o 1
10.23/9.30	c cleaning 11872 clauses out of 23751 with flag 5000/121554
10.63/9.72	c cleaning 8936 clauses out of 17881 with flag 11002/127556
10.93/10.07	c cleaning 7972 clauses out of 15946 with flag 18003/134557
11.44/10.59	c cleaning 7981 clauses out of 15971 with flag 26000/142554
12.14/11.07	c cleaning 8487 clauses out of 16990 with flag 35000/151554
13.04/11.58	c cleaning 9241 clauses out of 18503 with flag 45000/161554
13.65/12.14	c cleaning 9624 clauses out of 19264 with flag 55002/171556
14.27/12.70	c cleaning 9817 clauses out of 19640 with flag 65002/181556
14.77/13.25	c cleaning 9901 clauses out of 19821 with flag 75000/191554
15.37/13.83	c cleaning 9959 clauses out of 19922 with flag 85002/201556
15.97/14.45	c cleaning 9969 clauses out of 19962 with flag 95001/211555
16.57/15.03	c cleaning 9994 clauses out of 19996 with flag 105004/221558
17.17/15.61	c cleaning 9997 clauses out of 19999 with flag 115001/231555
17.68/16.16	c cleaning 10002 clauses out of 20005 with flag 125004/241558
18.18/16.63	c starts		: 147
18.18/16.63	c conflicts		: 249755
18.18/16.63	c decisions		: 456344
18.18/16.63	c propagations		: 10517533
18.18/16.63	c inspects		: 155452956
18.18/16.63	c shortcuts		: 0
18.18/16.63	c learnt literals	: 5
18.18/16.63	c learnt binary clauses	: 31
18.18/16.63	c learnt ternary clauses	: 247
18.18/16.63	c learnt constraints	: 249749
18.18/16.63	c ignored constraints	: 0
18.18/16.63	c root simplifications	: 0
18.18/16.63	c removed literals (reason simplification)	: 1264367
18.18/16.63	c reason swapping (by a shorter reason)	: 0
18.18/16.63	c Calls to reduceDB	: 28
18.18/16.63	c number of reductions to clauses (during analyze)	: 0
18.18/16.63	c number of learned constraints concerned by reduction	: 0
18.18/16.63	c number of learning phase by resolution	: 0
18.18/16.63	c number of learning phase by cutting planes	: 0
18.18/16.63	c speed (assignments/second)	: 1333696.8044636063
18.18/16.63	c non guided choices	3457
18.18/16.63	c learnt constraints type 
18.18/16.63	c constraints type 
18.18/16.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2594
18.18/16.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 9
18.18/16.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90
18.18/16.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
18.18/16.63	s OPTIMUM FOUND
18.18/16.63	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 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 -x230 -x231 
18.18/16.63	c objective function=1
18.18/16.63	c Total wall clock time (in seconds): 16.525

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492606-1307910041/watcher-3492606-1307910041 -o /var/tmp/evaluation-result-3492606-1307910041/solver-3492606-1307910041 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492606-1307910041.wbo 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.16 2.08 1.92 1/179 3011
/proc/meminfo: memFree=1469440/32951124 swapFree=67054536/67111528
[pid=3011] ppid=3009 vsize=9100 CPUtime=0 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3009 3011 446 0 -1 4202496 428 0 0 0 0 0 0 0 25 0 1 0 902602029 9318400 172 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271545613959 0 2147483391 4096 0 18446744071699469502 0 0 17 2 0 0 0
/proc/3011/statm: 5101 172 132 9 0 67 0

[startup+0.01799 s]
/proc/loadavg: 2.16 2.08 1.92 1/179 3011
/proc/meminfo: memFree=1469440/32951124 swapFree=67054536/67111528
[pid=3011] ppid=3009 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3009 3011 446 0 -1 4202496 5915 0 1 0 0 0 0 0 25 0 2 0 902602029 10694979584 5615 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/3011/statm: 2611079 5637 917 9 0 2602235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.101035 s]
/proc/loadavg: 2.16 2.08 1.92 1/179 3011
/proc/meminfo: memFree=1469440/32951124 swapFree=67054536/67111528
[pid=3011] ppid=3009 vsize=10540204 CPUtime=0.1 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3009 3011 446 0 -1 4202496 13064 0 1 0 9 1 0 0 25 0 18 0 902602029 10793168896 12745 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3011/statm: 2635051 12745 2092 9 0 2625785 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540204

[startup+0.300941 s]
/proc/loadavg: 2.16 2.08 1.92 1/179 3011
/proc/meminfo: memFree=1469440/32951124 swapFree=67054536/67111528
[pid=3011] ppid=3009 vsize=10542196 CPUtime=0.48 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3009 3011 446 0 -1 4202496 16038 0 1 0 46 2 0 0 25 0 18 0 902602029 10795208704 15422 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3011/statm: 2635549 15423 2200 9 0 2626283 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10542196

[startup+0.700873 s]
/proc/loadavg: 2.16 2.08 1.92 1/179 3011
/proc/meminfo: memFree=1469440/32951124 swapFree=67054536/67111528
[pid=3011] ppid=3009 vsize=10545380 CPUtime=1.48 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3009 3011 446 0 -1 4202496 20515 0 1 0 146 2 0 0 25 0 19 0 902602029 10798469120 18532 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3011/statm: 2636345 18532 2225 9 0 2627079 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10545380

[startup+1.50074 s]
/proc/loadavg: 2.16 2.08 1.92 6/218 3092
/proc/meminfo: memFree=1340448/32951124 swapFree=67054536/67111528
[pid=3011] ppid=3009 vsize=10545380 CPUtime=2.3 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3009 3011 446 0 -1 4202496 22628 0 1 0 227 3 0 0 25 0 19 0 902602029 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3011/statm: 2636345 20644 2227 9 0 2627079 0
[pid=3011/tid=3013] ppid=3009 vsize=10545380 CPUtime=1.48 cores=0,2,4,6
/proc/3011/task/3013/stat : 3013 (java) R 3009 3011 446 0 -1 4202560 17312 0 1 0 146 2 0 0 25 0 19 0 902602030 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 46912505707758 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=3011/tid=3014] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3014/stat : 3014 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602032 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3015] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3015/stat : 3015 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602032 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3016] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3016/stat : 3016 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602032 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3017] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3017/stat : 3017 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602032 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3018] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3018/stat : 3018 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602032 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3019] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3019/stat : 3019 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602032 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3020] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3020/stat : 3020 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602032 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3021] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3021/stat : 3021 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602032 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3022] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3022/stat : 3022 (java) S 3009 3011 446 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 902602033 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 0 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3023] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3023/stat : 3023 (java) S 3009 3011 446 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 902602033 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3024] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3024/stat : 3024 (java) S 3009 3011 446 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902602033 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3025] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3025/stat : 3025 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602035 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562361265 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3027] ppid=3009 vsize=10545380 CPUtime=0.4 cores=0,2,4,6
/proc/3011/task/3027/stat : 3027 (java) S 3009 3011 446 0 -1 4202560 2944 0 0 0 40 0 0 0 17 0 19 0 902602035 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3028] ppid=3009 vsize=10545380 CPUtime=0.4 cores=0,2,4,6
/proc/3011/task/3028/stat : 3028 (java) S 3009 3011 446 0 -1 4202560 1211 0 0 0 40 0 0 0 19 0 19 0 902602035 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3029] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3029/stat : 3029 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602035 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3030] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3030/stat : 3030 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902602035 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3041] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3041/stat : 3041 (java) S 3009 3011 446 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902602063 10798469120 20644 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10545380

[startup+3.10144 s]
/proc/loadavg: 2.16 2.08 1.92 3/218 3092
/proc/meminfo: memFree=1316016/32951124 swapFree=67054536/67111528
[pid=3011] ppid=3009 vsize=10545380 CPUtime=4 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3009 3011 446 0 -1 4202496 25569 0 1 0 397 3 0 0 25 0 19 0 902602029 10798469120 23333 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3011/statm: 2636345 23333 2253 9 0 2627079 0
[pid=3011/tid=3013] ppid=3009 vsize=10545380 CPUtime=3.03 cores=0,2,4,6
/proc/3011/task/3013/stat : 3013 (java) R 3009 3011 446 0 -1 4202560 17627 0 1 0 301 2 0 0 25 0 19 0 902602030 10798469120 23333 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 46912505968948 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3011/tid=3014] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3014/stat : 3014 (java) S 3009 3011 446 0 -1 4202560 247 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 23333 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3015] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3015/stat : 3015 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 23333 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3016] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3016/stat : 3016 (java) S 3009 3011 446 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 902602032 10798469120 23333 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3017] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3017/stat : 3017 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 23333 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3018] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3018/stat : 3018 (java) S 3009 3011 446 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 23333 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3019] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3019/stat : 3019 (java) S 3009 3011 446 0 -1 4202560 215 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 23333 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3020] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3020/stat : 3020 (java) S 3009 3011 446 0 -1 4202560 451 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 23333 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3021] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3021/stat : 3021 (java) S 3009 3011 446 0 -1 4202560 242 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 23333 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3022] ppid=3009 vsize=10545380 CPUtime=0.04 cores=0,2,4,6
/proc/3011/task/3022/stat : 3022 (java) R 3009 3011 446 0 -1 4202560 1063 0 0 0 4 0 0 0 15 0 19 0 902602033 10798469120 23333 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271550580919 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=3011/tid=3023] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3023/stat : 3023 (java) S 3009 3011 446 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902602033 10798469120 23333 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3024] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3024/stat : 3024 (java) S 3009 3011 446 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902602033 10798469120 23333 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3025] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3025/stat : 3025 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602035 10798469120 23333 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562361265 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3027] ppid=3009 vsize=10545380 CPUtime=0.43 cores=0,2,4,6
/proc/3011/task/3027/stat : 3027 (java) S 3009 3011 446 0 -1 4202560 2955 0 0 0 43 0 0 0 15 0 19 0 902602035 10798469120 23333 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3028] ppid=3009 vsize=10545380 CPUtime=0.47 cores=0,2,4,6
/proc/3011/task/3028/stat : 3028 (java) S 3009 3011 446 0 -1 4202560 1472 0 0 0 47 0 0 0 15 0 19 0 902602035 10798469120 23333 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3029] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3029/stat : 3029 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602035 10798469120 23333 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3030] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3030/stat : 3030 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902602035 10798469120 23333 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3041] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3041/stat : 3041 (java) S 3009 3011 446 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902602063 10798469120 23334 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 10545380

[startup+6.30086 s]
/proc/loadavg: 2.39 2.12 1.93 3/218 3093
/proc/meminfo: memFree=1308152/32951124 swapFree=67054536/67111528
[pid=3011] ppid=3009 vsize=10545380 CPUtime=7.21 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3009 3011 446 0 -1 4202496 25584 0 1 0 718 3 0 0 25 0 19 0 902602029 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3011/statm: 2636345 23278 2253 9 0 2627079 0
[pid=3011/tid=3013] ppid=3009 vsize=10545380 CPUtime=6.11 cores=0,2,4,6
/proc/3011/task/3013/stat : 3013 (java) R 3009 3011 446 0 -1 4202560 17634 0 1 0 609 2 0 0 21 0 19 0 902602030 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 46912505707763 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3011/tid=3014] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3014/stat : 3014 (java) S 3009 3011 446 0 -1 4202560 247 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3015] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3015/stat : 3015 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3016] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3016/stat : 3016 (java) S 3009 3011 446 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3017] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3017/stat : 3017 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3018] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3018/stat : 3018 (java) S 3009 3011 446 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3019] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3019/stat : 3019 (java) S 3009 3011 446 0 -1 4202560 217 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3020] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3020/stat : 3020 (java) S 3009 3011 446 0 -1 4202560 451 0 0 0 0 0 0 0 16 0 19 0 902602032 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3021] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3021/stat : 3021 (java) S 3009 3011 446 0 -1 4202560 245 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3022] ppid=3009 vsize=10545380 CPUtime=0.14 cores=0,2,4,6
/proc/3011/task/3022/stat : 3022 (java) S 3009 3011 446 0 -1 4202560 1063 0 0 0 14 0 0 0 15 0 19 0 902602033 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 0 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3023] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3023/stat : 3023 (java) S 3009 3011 446 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902602033 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3024] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3024/stat : 3024 (java) S 3009 3011 446 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902602033 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3025] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3025/stat : 3025 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602035 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562361265 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3027] ppid=3009 vsize=10545380 CPUtime=0.43 cores=0,2,4,6
/proc/3011/task/3027/stat : 3027 (java) S 3009 3011 446 0 -1 4202560 2955 0 0 0 43 0 0 0 15 0 19 0 902602035 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3028] ppid=3009 vsize=10545380 CPUtime=0.47 cores=0,2,4,6
/proc/3011/task/3028/stat : 3028 (java) S 3009 3011 446 0 -1 4202560 1472 0 0 0 47 0 0 0 15 0 19 0 902602035 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3029] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3029/stat : 3029 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602035 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3030] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3030/stat : 3030 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902602035 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3041] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3041/stat : 3041 (java) S 3009 3011 446 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902602063 10798469120 23278 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.21
Current children cumulated vsize (KiB) 10545380

[startup+12.7007 s]

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

/proc/3011/task/3014/stat : 3014 (java) S 3009 3011 446 0 -1 4202560 247 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 27495 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3015] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3015/stat : 3015 (java) S 3009 3011 446 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 902602032 10798469120 27495 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3016] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3016/stat : 3016 (java) S 3009 3011 446 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 902602032 10798469120 27495 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3017] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3017/stat : 3017 (java) S 3009 3011 446 0 -1 4202560 5 0 0 0 1 0 0 0 16 0 19 0 902602032 10798469120 27495 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3018] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3018/stat : 3018 (java) S 3009 3011 446 0 -1 4202560 138 0 0 0 1 0 0 0 15 0 19 0 902602032 10798469120 27495 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3019] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3019/stat : 3019 (java) S 3009 3011 446 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 27495 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3020] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3020/stat : 3020 (java) S 3009 3011 446 0 -1 4202560 452 0 0 0 1 0 0 0 15 0 19 0 902602032 10798469120 27495 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3021] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3021/stat : 3021 (java) S 3009 3011 446 0 -1 4202560 247 0 0 0 1 0 0 0 15 0 19 0 902602032 10798469120 27495 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3022] ppid=3009 vsize=10545380 CPUtime=0.4 cores=0,2,4,6
/proc/3011/task/3022/stat : 3022 (java) S 3009 3011 446 0 -1 4202560 1151 0 0 0 40 0 0 0 15 0 19 0 902602033 10798469120 27495 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 0 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3023] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3023/stat : 3023 (java) S 3009 3011 446 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902602033 10798469120 27495 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3024] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3024/stat : 3024 (java) S 3009 3011 446 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902602033 10798469120 27495 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3025] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3025/stat : 3025 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602035 10798469120 27495 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562361265 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3027] ppid=3009 vsize=10545380 CPUtime=0.47 cores=0,2,4,6
/proc/3011/task/3027/stat : 3027 (java) S 3009 3011 446 0 -1 4202560 2957 0 0 0 47 0 0 0 15 0 19 0 902602035 10798469120 27495 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3028] ppid=3009 vsize=10545380 CPUtime=1.08 cores=0,2,4,6
/proc/3011/task/3028/stat : 3028 (java) S 3009 3011 446 0 -1 4202560 12086 0 0 0 107 1 0 0 15 0 19 0 902602035 10798469120 27495 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3029] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3029/stat : 3029 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602035 10798469120 27495 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3030] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3030/stat : 3030 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902602035 10798469120 27495 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3041] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3041/stat : 3041 (java) S 3009 3011 446 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902602063 10798469120 27495 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 17.48
Current children cumulated vsize (KiB) 10545380

[startup+16.301 s]
/proc/loadavg: 2.33 2.12 1.93 3/218 3093
/proc/meminfo: memFree=1285336/32951124 swapFree=67054536/67111528
[pid=3011] ppid=3009 vsize=10545380 CPUtime=17.89 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3009 3011 446 0 -1 4202496 36324 0 1 0 1784 5 0 0 25 0 19 0 902602029 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3011/statm: 2636345 27497 2254 9 0 2627079 0
[pid=3011/tid=3013] ppid=3009 vsize=10545380 CPUtime=15.78 cores=0,2,4,6
/proc/3011/task/3013/stat : 3013 (java) R 3009 3011 446 0 -1 4202560 17653 0 1 0 1576 2 0 0 22 0 19 0 902602030 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 46912505707744 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=3011/tid=3014] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3014/stat : 3014 (java) S 3009 3011 446 0 -1 4202560 247 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3015] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3015/stat : 3015 (java) S 3009 3011 446 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3016] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3016/stat : 3016 (java) S 3009 3011 446 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3017] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3017/stat : 3017 (java) S 3009 3011 446 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3018] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3018/stat : 3018 (java) S 3009 3011 446 0 -1 4202560 138 0 0 0 1 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3019] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3019/stat : 3019 (java) S 3009 3011 446 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3020] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3020/stat : 3020 (java) S 3009 3011 446 0 -1 4202560 452 0 0 0 1 0 0 0 16 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3021] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3021/stat : 3021 (java) S 3009 3011 446 0 -1 4202560 247 0 0 0 1 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3022] ppid=3009 vsize=10545380 CPUtime=0.42 cores=0,2,4,6
/proc/3011/task/3022/stat : 3022 (java) S 3009 3011 446 0 -1 4202560 1151 0 0 0 42 0 0 0 15 0 19 0 902602033 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 0 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3023] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3023/stat : 3023 (java) S 3009 3011 446 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902602033 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3024] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3024/stat : 3024 (java) S 3009 3011 446 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902602033 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3025] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3025/stat : 3025 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602035 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562361265 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3027] ppid=3009 vsize=10545380 CPUtime=0.47 cores=0,2,4,6
/proc/3011/task/3027/stat : 3027 (java) S 3009 3011 446 0 -1 4202560 2957 0 0 0 47 0 0 0 15 0 19 0 902602035 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3028] ppid=3009 vsize=10545380 CPUtime=1.09 cores=0,2,4,6
/proc/3011/task/3028/stat : 3028 (java) S 3009 3011 446 0 -1 4202560 12086 0 0 0 108 1 0 0 15 0 19 0 902602035 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3029] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3029/stat : 3029 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602035 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3030] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3030/stat : 3030 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902602035 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3041] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3041/stat : 3041 (java) S 3009 3011 446 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902602063 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 17.89
Current children cumulated vsize (KiB) 10545380

[startup+16.507 s]
/proc/loadavg: 2.33 2.12 1.93 3/218 3093
/proc/meminfo: memFree=1290304/32951124 swapFree=67054536/67111528
[pid=3011] ppid=3009 vsize=10545380 CPUtime=18.09 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3009 3011 446 0 -1 4202496 36324 0 1 0 1804 5 0 0 25 0 19 0 902602029 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3011/statm: 2636345 27497 2254 9 0 2627079 0
[pid=3011/tid=3013] ppid=3009 vsize=10545380 CPUtime=15.99 cores=0,2,4,6
/proc/3011/task/3013/stat : 3013 (java) R 3009 3011 446 0 -1 4202560 17653 0 1 0 1597 2 0 0 23 0 19 0 902602030 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 46912505715104 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3011/tid=3014] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3014/stat : 3014 (java) S 3009 3011 446 0 -1 4202560 247 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3015] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3015/stat : 3015 (java) S 3009 3011 446 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3016] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3016/stat : 3016 (java) S 3009 3011 446 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3017] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3017/stat : 3017 (java) S 3009 3011 446 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3018] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3018/stat : 3018 (java) S 3009 3011 446 0 -1 4202560 138 0 0 0 1 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3019] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3019/stat : 3019 (java) S 3009 3011 446 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3020] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3020/stat : 3020 (java) S 3009 3011 446 0 -1 4202560 452 0 0 0 1 0 0 0 16 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3021] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3021/stat : 3021 (java) S 3009 3011 446 0 -1 4202560 247 0 0 0 1 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3022] ppid=3009 vsize=10545380 CPUtime=0.42 cores=0,2,4,6
/proc/3011/task/3022/stat : 3022 (java) S 3009 3011 446 0 -1 4202560 1151 0 0 0 42 0 0 0 15 0 19 0 902602033 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 0 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3023] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3023/stat : 3023 (java) S 3009 3011 446 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902602033 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3024] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3024/stat : 3024 (java) S 3009 3011 446 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902602033 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3025] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3025/stat : 3025 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602035 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562361265 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3027] ppid=3009 vsize=10545380 CPUtime=0.47 cores=0,2,4,6
/proc/3011/task/3027/stat : 3027 (java) S 3009 3011 446 0 -1 4202560 2957 0 0 0 47 0 0 0 15 0 19 0 902602035 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3028] ppid=3009 vsize=10545380 CPUtime=1.09 cores=0,2,4,6
/proc/3011/task/3028/stat : 3028 (java) S 3009 3011 446 0 -1 4202560 12086 0 0 0 108 1 0 0 15 0 19 0 902602035 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3029] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3029/stat : 3029 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602035 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3030] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3030/stat : 3030 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902602035 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3041] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3041/stat : 3041 (java) S 3009 3011 446 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902602063 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18.09
Current children cumulated vsize (KiB) 10545380

[startup+16.601 s]
/proc/loadavg: 2.33 2.12 1.93 3/218 3093
/proc/meminfo: memFree=1290304/32951124 swapFree=67054536/67111528
[pid=3011] ppid=3009 vsize=10545380 CPUtime=18.18 cores=0,2,4,6
/proc/3011/stat : 3011 (java) S 3009 3011 446 0 -1 4202496 36324 0 1 0 1813 5 0 0 25 0 19 0 902602029 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/3011/statm: 2636345 27497 2254 9 0 2627079 0
[pid=3011/tid=3013] ppid=3009 vsize=10545380 CPUtime=16.08 cores=0,2,4,6
/proc/3011/task/3013/stat : 3013 (java) R 3009 3011 446 0 -1 4202560 17653 0 1 0 1606 2 0 0 23 0 19 0 902602030 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 46912505639712 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=3011/tid=3014] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3014/stat : 3014 (java) S 3009 3011 446 0 -1 4202560 247 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3015] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3015/stat : 3015 (java) S 3009 3011 446 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3016] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3016/stat : 3016 (java) S 3009 3011 446 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3017] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3017/stat : 3017 (java) S 3009 3011 446 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3018] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3018/stat : 3018 (java) S 3009 3011 446 0 -1 4202560 138 0 0 0 1 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3019] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3019/stat : 3019 (java) S 3009 3011 446 0 -1 4202560 219 0 0 0 0 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3020] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3020/stat : 3020 (java) S 3009 3011 446 0 -1 4202560 452 0 0 0 1 0 0 0 16 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3021] ppid=3009 vsize=10545380 CPUtime=0.01 cores=0,2,4,6
/proc/3011/task/3021/stat : 3021 (java) S 3009 3011 446 0 -1 4202560 247 0 0 0 1 0 0 0 15 0 19 0 902602032 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3022] ppid=3009 vsize=10545380 CPUtime=0.42 cores=0,2,4,6
/proc/3011/task/3022/stat : 3022 (java) S 3009 3011 446 0 -1 4202560 1151 0 0 0 42 0 0 0 15 0 19 0 902602033 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 0 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3023] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3023/stat : 3023 (java) S 3009 3011 446 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902602033 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3024] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3024/stat : 3024 (java) S 3009 3011 446 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 902602033 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3025] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3025/stat : 3025 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602035 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562361265 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3027] ppid=3009 vsize=10545380 CPUtime=0.47 cores=0,2,4,6
/proc/3011/task/3027/stat : 3027 (java) S 3009 3011 446 0 -1 4202560 2957 0 0 0 47 0 0 0 15 0 19 0 902602035 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
[pid=3011/tid=3028] ppid=3009 vsize=10545380 CPUtime=1.09 cores=0,2,4,6
/proc/3011/task/3028/stat : 3028 (java) S 3009 3011 446 0 -1 4202560 12086 0 0 0 108 1 0 0 15 0 19 0 902602035 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 0 0 0 0
[pid=3011/tid=3029] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3029/stat : 3029 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902602035 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562353561 0 4 0 16800975 18446604453955094656 0 0 -1 2 0 0 0
[pid=3011/tid=3030] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3030/stat : 3030 (java) S 3009 3011 446 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902602035 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 4 0 16800975 18446604453955094656 0 0 -1 4 0 0 0
[pid=3011/tid=3041] ppid=3009 vsize=10545380 CPUtime=0 cores=0,2,4,6
/proc/3011/task/3041/stat : 3041 (java) S 3009 3011 446 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902602063 10798469120 27497 33554432000 1073741824 1073778376 140735731441360 18446744073709551615 271562354176 0 4 0 16800975 18446604453955094656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18.18
Current children cumulated vsize (KiB) 10545380

Child status: 30
Real time (s): 16.6442
CPU time (s): 18.2442
CPU user time (s): 18.1822
CPU system time (s): 0.06199
CPU usage (%): 109.613
Max. virtual memory (cumulated for all children) (KiB): 10547056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.1822
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36344
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= 1316
involuntary context switches= 647

runsolver used 0.032994 second user time and 0.06399 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-12 22:20:41
IDJOB=3492606
IDBENCH=78917
IDSOLVER=1982
FILE ID=node133/3492606-1307910041
RUNJOBID= node133-1307908244-2826
PBS_JOBID= 13559573
Free space on /var/tmp= 2896 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900551864--soft-33-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492606-1307910041/watcher-3492606-1307910041 -o /var/tmp/evaluation-result-3492606-1307910041/solver-3492606-1307910041 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492606-1307910041.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 124472bd94dbe4a4a7a86c80941ffe16
RANDOM SEED=1631765

node133.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.834
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.66
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.834
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.834
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.82
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.74
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.834
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:     32951124 kB
MemFree:       1469984 kB
Buffers:         65180 kB
Cached:       30444720 kB
SwapCached:      10288 kB
Active:       15480212 kB
Inactive:     15051684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1469984 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:             544 kB
Writeback:          48 kB
AnonPages:       19980 kB
Mapped:          13008 kB
Slab:           886888 kB
PageTables:       4884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   222364 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2896 MiB
End job on node133 at 2011-06-12 22:20:58