Trace number 3718419

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 2012-05-28OPTIMUM 66.5339 64.0981

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900581320--soft-0-100-0.wbo
MD5SUM85ba7bcc847457eeeb822d6fc8af8950
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 benchmark48.2377
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 constraints2707
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 138262
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 138261
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 641
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120528
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5f934ad
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 No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 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-3718419-1338254421.wbo
0.10/0.11	c reading problem ... 
0.49/0.32	c ... done. Wall clock time 0.206s.
0.49/0.32	c declared #vars     231
0.49/0.32	c internal #vars     2938
0.49/0.32	c #constraints  2707
0.49/0.32	c constraints type 
0.49/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.49/0.32	c ignored satisfied constraints => 1
0.49/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.49/0.32	c 2708 constraints processed.
0.49/0.32	c objective function length is 2707 literals
0.79/0.49	c SATISFIABLE
0.79/0.49	c OPTIMIZING...
0.79/0.49	c Got one! Elapsed wall clock time (in seconds):0.38
0.79/0.49	o 248
1.08/0.55	c Got one! Elapsed wall clock time (in seconds):0.436
1.08/0.55	o 223
1.08/0.58	c Got one! Elapsed wall clock time (in seconds):0.472
1.08/0.58	o 221
1.38/0.61	c Got one! Elapsed wall clock time (in seconds):0.505
1.38/0.61	o 220
1.38/0.65	c Got one! Elapsed wall clock time (in seconds):0.536
1.38/0.65	o 219
1.38/0.68	c Got one! Elapsed wall clock time (in seconds):0.575
1.38/0.68	o 212
1.65/0.71	c Got one! Elapsed wall clock time (in seconds):0.602
1.65/0.71	o 207
1.65/0.73	c Got one! Elapsed wall clock time (in seconds):0.618
1.65/0.73	o 205
1.65/0.76	c Got one! Elapsed wall clock time (in seconds):0.652
1.65/0.76	o 199
1.65/0.77	c Got one! Elapsed wall clock time (in seconds):0.661
1.65/0.77	o 198
1.85/0.96	c Got one! Elapsed wall clock time (in seconds):0.846
1.85/0.96	o 190
1.85/0.98	c Got one! Elapsed wall clock time (in seconds):0.873
1.85/0.98	o 189
1.96/1.01	c Got one! Elapsed wall clock time (in seconds):0.9
1.96/1.01	o 188
1.96/1.08	c Got one! Elapsed wall clock time (in seconds):0.967
1.96/1.08	o 179
2.07/1.10	c Got one! Elapsed wall clock time (in seconds):0.993
2.07/1.10	o 148
2.17/1.21	c Got one! Elapsed wall clock time (in seconds):1.1
2.17/1.21	o 112
2.17/1.24	c Got one! Elapsed wall clock time (in seconds):1.135
2.17/1.24	o 104
2.17/1.26	c Got one! Elapsed wall clock time (in seconds):1.146
2.17/1.26	o 81
2.26/1.30	c Got one! Elapsed wall clock time (in seconds):1.188
2.26/1.30	o 80
2.26/1.31	c Got one! Elapsed wall clock time (in seconds):1.2
2.26/1.31	o 70
2.26/1.37	c Got one! Elapsed wall clock time (in seconds):1.262
2.26/1.37	o 69
2.36/1.40	c Got one! Elapsed wall clock time (in seconds):1.294
2.36/1.40	o 68
2.47/1.50	c Got one! Elapsed wall clock time (in seconds):1.388
2.47/1.50	o 67
2.47/1.57	c Got one! Elapsed wall clock time (in seconds):1.461
2.47/1.57	o 63
2.57/1.65	c Got one! Elapsed wall clock time (in seconds):1.537
2.57/1.65	o 53
2.57/1.67	c Got one! Elapsed wall clock time (in seconds):1.563
2.57/1.67	o 47
3.01/2.05	c Got one! Elapsed wall clock time (in seconds):1.937
3.01/2.05	o 45
3.12/2.14	c Got one! Elapsed wall clock time (in seconds):2.03
3.12/2.14	o 39
3.12/2.16	c Got one! Elapsed wall clock time (in seconds):2.055
3.12/2.16	o 35
3.12/2.17	c Got one! Elapsed wall clock time (in seconds):2.063
3.12/2.17	o 10
3.25/2.22	c Got one! Elapsed wall clock time (in seconds):2.108
3.25/2.22	o 9
3.25/2.28	c Got one! Elapsed wall clock time (in seconds):2.17
3.25/2.28	o 8
3.34/2.39	c cleaning 7969 clauses out of 15947 with flag 5948/15947
3.51/2.46	c Got one! Elapsed wall clock time (in seconds):2.35
3.51/2.46	o 6
3.71/2.63	c Got one! Elapsed wall clock time (in seconds):2.523
3.71/2.63	o 5
3.81/2.78	c cleaning 6919 clauses out of 13838 with flag 15056/21807
4.39/3.02	c Got one! Elapsed wall clock time (in seconds):2.908
4.39/3.02	o 4
4.60/3.15	c cleaning 6324 clauses out of 12660 with flag 15074/27548
4.60/3.20	c Got one! Elapsed wall clock time (in seconds):3.093
4.60/3.20	o 3
4.85/3.23	c Got one! Elapsed wall clock time (in seconds):3.116
4.85/3.23	o 2
5.15/3.57	c cleaning 6086 clauses out of 12179 with flag 46985/33391
5.90/3.98	c cleaning 6043 clauses out of 12093 with flag 87872/39391
6.54/4.41	c cleaning 6522 clauses out of 13054 with flag 137010/46395
6.54/4.46	c Got one! Elapsed wall clock time (in seconds):4.355
6.54/4.46	o 1
6.83/4.78	c cleaning 6036 clauses out of 12074 with flag 40468/51937
7.24/5.15	c cleaning 6017 clauses out of 12036 with flag 85679/57935
7.65/5.59	c cleaning 6506 clauses out of 13021 with flag 134359/64937
8.25/6.12	c cleaning 7243 clauses out of 14513 with flag 194224/72935
8.76/6.67	c cleaning 8132 clauses out of 16271 with flag 261099/81937
9.36/7.28	c cleaning 9060 clauses out of 18137 with flag 337662/91935
10.16/8.06	c cleaning 10036 clauses out of 20077 with flag 427806/102935
11.06/8.92	c cleaning 11018 clauses out of 22043 with flag 528097/114937
12.07/9.94	c cleaning 12002 clauses out of 24022 with flag 636075/127935
13.19/11.03	c cleaning 13005 clauses out of 26024 with flag 750449/141939
14.30/12.17	c cleaning 14003 clauses out of 28016 with flag 871131/156937
15.40/13.24	c cleaning 15006 clauses out of 30011 with flag 983682/172935
16.79/14.63	c cleaning 15984 clauses out of 32005 with flag 1116368/189935
18.30/16.19	c cleaning 17009 clauses out of 34021 with flag 1263717/207935
20.00/17.87	c cleaning 17986 clauses out of 36014 with flag 1419619/226937
21.62/19.43	c cleaning 19000 clauses out of 38026 with flag 1571515/246936
23.32/21.19	c cleaning 20004 clauses out of 40025 with flag 1728998/267935
25.23/23.06	c cleaning 21001 clauses out of 42021 with flag 1877594/289935
27.32/25.20	c cleaning 22001 clauses out of 44020 with flag 2037777/312935
29.73/27.59	c cleaning 23007 clauses out of 46021 with flag 2218643/336937
32.34/30.10	c cleaning 23997 clauses out of 48012 with flag 2403693/361935
34.65/32.49	c cleaning 25006 clauses out of 50015 with flag 2586082/387936
37.36/35.13	c cleaning 25999 clauses out of 52007 with flag 2782930/414935
40.38/38.16	c cleaning 26995 clauses out of 54011 with flag 2994444/442938
43.51/41.21	c cleaning 28006 clauses out of 56012 with flag 3208802/471935
47.02/44.76	c cleaning 28994 clauses out of 58007 with flag 3449385/501936
50.22/47.94	c cleaning 29990 clauses out of 60011 with flag 3670785/532935
54.13/51.83	c cleaning 31006 clauses out of 62021 with flag 3915225/564935
58.25/55.95	c cleaning 32006 clauses out of 64014 with flag 4156507/597936
62.16/59.85	c cleaning 32990 clauses out of 66002 with flag 4386152/631935
66.37/64.09	c starts		: 190
66.37/64.09	c conflicts		: 665203
66.37/64.09	c decisions		: 922134
66.37/64.09	c propagations		: 30048007
66.37/64.09	c inspects		: 868227880
66.37/64.09	c shortcuts		: 0
66.37/64.09	c learnt literals	: 28
66.37/64.09	c learnt binary clauses	: 32
66.37/64.09	c learnt ternary clauses	: 148
66.37/64.09	c learnt constraints	: 665174
66.37/64.09	c ignored constraints	: 0
66.37/64.09	c root simplifications	: 0
66.37/64.09	c removed literals (reason simplification)	: 0
66.37/64.09	c reason swapping (by a shorter reason)	: 0
66.37/64.09	c Calls to reduceDB	: 36
66.37/64.09	c Number of update (reduction) of LBD	: 184407
66.37/64.09	c number of reductions to clauses (during analyze)	: 0
66.37/64.09	c number of learned constraints concerned by reduction	: 0
66.37/64.09	c number of learning phase by resolution	: 0
66.37/64.09	c number of learning phase by cutting planes	: 0
66.37/64.09	c speed (assignments/second)	: 471489.20445630007
66.37/64.09	c non guided choices	5033
66.37/64.09	c learnt constraints type 
66.37/64.09	c constraints type 
66.37/64.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
66.37/64.09	c ignored satisfied constraints => 1
66.37/64.09	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
66.37/64.09	c 2708 constraints processed.
66.37/64.09	s OPTIMUM FOUND
66.37/64.09	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 
66.37/64.09	c objective function=1
66.37/64.09	c Total wall clock time (in seconds): 63.98

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 /tmp/evaluation-result-3718419-1338254421/watcher-3718419-1338254421 -o /tmp/evaluation-result-3718419-1338254421/solver-3718419-1338254421 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718419-1338254421.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: 1.99 2.00 1.99 2/195 4267
/proc/meminfo: memFree=30241792/32873648 swapFree=7112/7112
[pid=4267] ppid=4265 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/4267/stat : 4267 (java) R 4265 4267 919 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 291567987 8192 1 33554432000 0 0 0 140734102888744 242167213495 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4267/statm: 66 3 0 0 0 23 0

[startup+0.040624 s]
/proc/loadavg: 1.99 2.00 1.99 2/195 4267
/proc/meminfo: memFree=30241792/32873648 swapFree=7112/7112
[pid=4267] ppid=4265 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/4267/stat : 4267 (java) S 4265 4267 919 0 -1 4202496 3045 0 1 0 1 0 0 0 20 0 13 0 291567987 9446973440 3231 33554432000 1073741824 1073778376 140733370554096 140733370545232 242170757181 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 2306390 3231 1682 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100259 s]
/proc/loadavg: 1.99 2.00 1.99 2/195 4267
/proc/meminfo: memFree=30241792/32873648 swapFree=7112/7112
[pid=4267] ppid=4265 vsize=9558416 CPUtime=0.1 cores=0,2,4,6
/proc/4267/stat : 4267 (java) S 4265 4267 919 0 -1 4202496 4361 0 1 0 9 1 0 0 20 0 18 0 291567987 9787817984 5042 33554432000 1073741824 1073778376 140733370554096 140733370545232 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 2389604 5045 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.30017 s]
/proc/loadavg: 1.99 2.00 1.99 2/195 4267
/proc/meminfo: memFree=30241792/32873648 swapFree=7112/7112
[pid=4267] ppid=4265 vsize=9558416 CPUtime=0.49 cores=0,2,4,6
/proc/4267/stat : 4267 (java) S 4265 4267 919 0 -1 4202496 6732 0 1 0 48 1 0 0 20 0 18 0 291567987 9787817984 8464 33554432000 1073741824 1073778376 140733370554096 140733370545232 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 2389604 8464 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558416

[startup+0.700165 s]
/proc/loadavg: 1.99 2.00 1.99 2/195 4267
/proc/meminfo: memFree=30241792/32873648 swapFree=7112/7112
[pid=4267] ppid=4265 vsize=9624980 CPUtime=1.65 cores=0,2,4,6
/proc/4267/stat : 4267 (java) S 4265 4267 919 0 -1 4202496 11940 0 1 0 163 2 0 0 20 0 19 0 291567987 9855979520 12598 33554432000 1073741824 1073778376 140733370554096 140733370545232 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 2406245 12598 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9624980

[startup+1.5007 s]
/proc/loadavg: 1.99 2.00 1.99 3/214 4286
/proc/meminfo: memFree=30191912/32873648 swapFree=7112/7112
[pid=4267] ppid=4265 vsize=9624980 CPUtime=2.47 cores=0,2,4,6
/proc/4267/stat : 4267 (java) S 4265 4267 919 0 -1 4202496 11956 0 1 0 244 3 0 0 20 0 19 0 291567987 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 140733370545232 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 2406245 17723 2259 9 0 2396937 0
[pid=4267/tid=4269] ppid=4265 vsize=9624980 CPUtime=1.46 cores=0,2,4,6
/proc/4267/task/4269/stat : 4269 (java) R 4265 4267 919 0 -1 4202560 2530 0 1 0 145 1 0 0 20 0 19 0 291567988 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 139706970250792 139706842478240 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4270] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4270/stat : 4270 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 139706814200488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4271] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4271/stat : 4271 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 139706813147944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4272] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4272/stat : 4272 (java) S 4265 4267 919 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 139706812095400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4267/tid=4273] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4273/stat : 4273 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 139706811042856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4274] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4274/stat : 4274 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 139706809989288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4275] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4275/stat : 4275 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 139706808936744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4276] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4276/stat : 4276 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 139706807884200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4267/tid=4277] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4277/stat : 4277 (java) S 4265 4267 919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 139706806831656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4278] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4278/stat : 4278 (java) S 4265 4267 919 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291567990 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 139706794420840 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4279] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4279/stat : 4279 (java) S 4265 4267 919 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 291567990 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 139706793367160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4280] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4280/stat : 4280 (java) S 4265 4267 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291567990 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 139706792314504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4281] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4281/stat : 4281 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 139706791263248 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4282] ppid=4265 vsize=9624980 CPUtime=0.47 cores=0,2,4,6
/proc/4267/task/4282/stat : 4282 (java) S 4265 4267 919 0 -1 4202560 4152 0 0 0 47 0 0 0 20 0 19 0 291567993 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 139706790209592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4283] ppid=4265 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/4267/task/4283/stat : 4283 (java) S 4265 4267 919 0 -1 4202560 4073 0 0 0 48 0 0 0 20 0 19 0 291567993 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 139706789157048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4284] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4284/stat : 4284 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 139706788104696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4285] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4285/stat : 4285 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 139706787052360 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4286] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4286/stat : 4286 (java) S 4265 4267 919 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291568023 9855979520 17723 33554432000 1073741824 1073778376 140733370554096 139706785998120 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 9624980

[startup+3.10064 s]
/proc/loadavg: 1.99 2.00 1.99 3/214 4286
/proc/meminfo: memFree=30172860/32873648 swapFree=7112/7112
[pid=4267] ppid=4265 vsize=9624980 CPUtime=4.6 cores=0,2,4,6
/proc/4267/stat : 4267 (java) S 4265 4267 919 0 -1 4202496 18595 0 1 0 455 5 0 0 20 0 19 0 291567987 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 140733370545232 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 2406245 30395 2285 9 0 2396937 0
[pid=4267/tid=4269] ppid=4265 vsize=9624980 CPUtime=3 cores=0,2,4,6
/proc/4267/task/4269/stat : 4269 (java) R 4265 4267 919 0 -1 4202560 2542 0 1 0 298 2 0 0 20 0 19 0 291567988 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 139706970251616 139706842356511 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4270] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4270/stat : 4270 (java) S 4265 4267 919 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 139706814200488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4271] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4271/stat : 4271 (java) S 4265 4267 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 139706813147944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4267/tid=4272] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4272/stat : 4272 (java) S 4265 4267 919 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 139706812095400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4267/tid=4273] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4273/stat : 4273 (java) S 4265 4267 919 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 139706811042856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4274] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4274/stat : 4274 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 139706809989288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4275] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4275/stat : 4275 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 139706808936744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4276] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4276/stat : 4276 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 139706807884200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4267/tid=4277] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4277/stat : 4277 (java) S 4265 4267 919 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 139706806831656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4278] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4278/stat : 4278 (java) S 4265 4267 919 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 19 0 291567990 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 139706794420840 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4267/tid=4279] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4279/stat : 4279 (java) S 4265 4267 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291567990 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 139706793367160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4280] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4280/stat : 4280 (java) S 4265 4267 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291567990 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 139706792314504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4281] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4281/stat : 4281 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 139706791263248 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4282] ppid=4265 vsize=9624980 CPUtime=0.58 cores=0,2,4,6
/proc/4267/task/4282/stat : 4282 (java) S 4265 4267 919 0 -1 4202560 4549 0 0 0 58 0 0 0 20 0 19 0 291567993 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 139706790209592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4283] ppid=4265 vsize=9624980 CPUtime=0.88 cores=0,2,4,6
/proc/4267/task/4283/stat : 4283 (java) R 4265 4267 919 0 -1 4202560 10236 0 0 0 88 0 0 0 20 0 19 0 291567993 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 139706789133944 139706974369212 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4284] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4284/stat : 4284 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 139706788104696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4285] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4285/stat : 4285 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 139706787052360 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4286] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4286/stat : 4286 (java) S 4265 4267 919 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291568023 9855979520 30395 33554432000 1073741824 1073778376 140733370554096 139706785998120 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 9624980

[startup+6.30065 s]
/proc/loadavg: 2.07 2.02 2.00 3/214 4286
/proc/meminfo: memFree=30125152/32873648 swapFree=7112/7112
[pid=4267] ppid=4265 vsize=9624980 CPUtime=8.45 cores=0,2,4,6
/proc/4267/stat : 4267 (java) S 4265 4267 919 0 -1 4202496 25620 0 1 0 839 6 0 0 20 0 19 0 291567987 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 140733370545232 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 2406245 30920 2285 9 0 2396937 0
[pid=4267/tid=4269] ppid=4265 vsize=9624980 CPUtime=5.97 cores=0,2,4,6
/proc/4267/task/4269/stat : 4269 (java) R 4265 4267 919 0 -1 4202560 2550 0 1 0 595 2 0 0 20 0 19 0 291567988 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 139706970251616 139706842361716 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4270] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4270/stat : 4270 (java) S 4265 4267 919 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 139706814200488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4267/tid=4271] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4271/stat : 4271 (java) S 4265 4267 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 139706813147944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4267/tid=4272] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4272/stat : 4272 (java) S 4265 4267 919 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 139706812095400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4273] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4273/stat : 4273 (java) S 4265 4267 919 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 139706811042856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4274] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4274/stat : 4274 (java) S 4265 4267 919 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 139706809989288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4275] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4275/stat : 4275 (java) S 4265 4267 919 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 139706808936744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4276] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4276/stat : 4276 (java) S 4265 4267 919 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 139706807884200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4277] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4277/stat : 4277 (java) S 4265 4267 919 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291567989 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 139706806831656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4278] ppid=4265 vsize=9624980 CPUtime=0.24 cores=0,2,4,6
/proc/4267/task/4278/stat : 4278 (java) S 4265 4267 919 0 -1 4202560 34 0 0 0 24 0 0 0 20 0 19 0 291567990 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 139706794420840 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4279] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4279/stat : 4279 (java) S 4265 4267 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291567990 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 139706793367160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4280] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4280/stat : 4280 (java) S 4265 4267 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291567990 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 139706792314504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4281] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4281/stat : 4281 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 139706791263248 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4282] ppid=4265 vsize=9624980 CPUtime=1.04 cores=0,2,4,6
/proc/4267/task/4282/stat : 4282 (java) S 4265 4267 919 0 -1 4202560 10983 0 0 0 102 2 0 0 20 0 19 0 291567993 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 139706790209592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4283] ppid=4265 vsize=9624980 CPUtime=1.04 cores=0,2,4,6
/proc/4267/task/4283/stat : 4283 (java) S 4265 4267 919 0 -1 4202560 10808 0 0 0 103 1 0 0 20 0 19 0 291567993 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 139706789157048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4284] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4284/stat : 4284 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 139706788104696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4285] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4285/stat : 4285 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 139706787052360 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4286] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4286/stat : 4286 (java) S 4265 4267 919 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291568023 9855979520 30920 33554432000 1073741824 1073778376 140733370554096 139706785998120 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.45
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/4267/task/4270/stat : 4270 (java) S 4265 4267 919 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706814200488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4271] ppid=4265 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4267/task/4271/stat : 4271 (java) S 4265 4267 919 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706813147944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4267/tid=4272] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4272/stat : 4272 (java) S 4265 4267 919 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706812095400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4267/tid=4273] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4273/stat : 4273 (java) S 4265 4267 919 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706811042856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4274] ppid=4265 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4267/task/4274/stat : 4274 (java) S 4265 4267 919 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706809989288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4275] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4275/stat : 4275 (java) S 4265 4267 919 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706808936744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4276] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4276/stat : 4276 (java) S 4265 4267 919 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706807884200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4277] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4277/stat : 4277 (java) S 4265 4267 919 0 -1 4202560 56 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706806831656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4278] ppid=4265 vsize=9624980 CPUtime=1.06 cores=0,2,4,6
/proc/4267/task/4278/stat : 4278 (java) S 4265 4267 919 0 -1 4202560 39 0 0 0 106 0 0 0 20 0 19 0 291567990 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706794420840 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4279] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4279/stat : 4279 (java) S 4265 4267 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291567990 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706793367160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4280] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4280/stat : 4280 (java) S 4265 4267 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291567990 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706792314504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4281] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4281/stat : 4281 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706791263248 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4282] ppid=4265 vsize=9624980 CPUtime=1.04 cores=0,2,4,6
/proc/4267/task/4282/stat : 4282 (java) S 4265 4267 919 0 -1 4202560 10983 0 0 0 102 2 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706790209592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4283] ppid=4265 vsize=9624980 CPUtime=1.09 cores=0,2,4,6
/proc/4267/task/4283/stat : 4283 (java) S 4265 4267 919 0 -1 4202560 10811 0 0 0 108 1 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706789157048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4284] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4284/stat : 4284 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706788104696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4285] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4285/stat : 4285 (java) S 4265 4267 919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706787052360 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4286] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4286/stat : 4286 (java) S 4265 4267 919 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291568023 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706785998120 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 65.47
Current children cumulated vsize (KiB) 9624980

[startup+63.5006 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 4286
/proc/meminfo: memFree=30119396/32873648 swapFree=7112/7112
[pid=4267] ppid=4265 vsize=9624980 CPUtime=65.87 cores=0,2,4,6
/proc/4267/stat : 4267 (java) S 4265 4267 919 0 -1 4202496 25769 0 1 0 6579 8 0 0 20 0 19 0 291567987 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 140733370545232 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 2406245 32361 2286 9 0 2396937 0
[pid=4267/tid=4269] ppid=4265 vsize=9624980 CPUtime=62.25 cores=0,2,4,6
/proc/4267/task/4269/stat : 4269 (java) R 4265 4267 919 0 -1 4202560 2576 0 1 0 6222 3 0 0 20 0 19 0 291567988 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706970251616 139706842383041 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4270] ppid=4265 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4267/task/4270/stat : 4270 (java) S 4265 4267 919 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706814200488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4271] ppid=4265 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4267/task/4271/stat : 4271 (java) S 4265 4267 919 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706813147944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4267/tid=4272] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4272/stat : 4272 (java) S 4265 4267 919 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706812095400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4267/tid=4273] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4273/stat : 4273 (java) S 4265 4267 919 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706811042856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4274] ppid=4265 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4267/task/4274/stat : 4274 (java) S 4265 4267 919 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706809989288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4275] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4275/stat : 4275 (java) S 4265 4267 919 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706808936744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4276] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4276/stat : 4276 (java) S 4265 4267 919 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706807884200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4277] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4277/stat : 4277 (java) S 4265 4267 919 0 -1 4202560 56 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706806831656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4278] ppid=4265 vsize=9624980 CPUtime=1.06 cores=0,2,4,6
/proc/4267/task/4278/stat : 4278 (java) S 4265 4267 919 0 -1 4202560 39 0 0 0 106 0 0 0 20 0 19 0 291567990 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706794420840 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4279] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4279/stat : 4279 (java) S 4265 4267 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291567990 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706793367160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4280] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4280/stat : 4280 (java) S 4265 4267 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291567990 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706792314504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4281] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4281/stat : 4281 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706791263248 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4282] ppid=4265 vsize=9624980 CPUtime=1.04 cores=0,2,4,6
/proc/4267/task/4282/stat : 4282 (java) S 4265 4267 919 0 -1 4202560 10983 0 0 0 102 2 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706790209592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4283] ppid=4265 vsize=9624980 CPUtime=1.09 cores=0,2,4,6
/proc/4267/task/4283/stat : 4283 (java) S 4265 4267 919 0 -1 4202560 10811 0 0 0 108 1 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706789157048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4284] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4284/stat : 4284 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706788104696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4285] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4285/stat : 4285 (java) S 4265 4267 919 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706787052360 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4286] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4286/stat : 4286 (java) S 4265 4267 919 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291568023 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706785998120 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 65.87
Current children cumulated vsize (KiB) 9624980

[startup+63.9006 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 4286
/proc/meminfo: memFree=30119396/32873648 swapFree=7112/7112
[pid=4267] ppid=4265 vsize=9624980 CPUtime=66.27 cores=0,2,4,6
/proc/4267/stat : 4267 (java) S 4265 4267 919 0 -1 4202496 25769 0 1 0 6619 8 0 0 20 0 19 0 291567987 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 140733370545232 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 2406245 32361 2286 9 0 2396937 0
[pid=4267/tid=4269] ppid=4265 vsize=9624980 CPUtime=62.65 cores=0,2,4,6
/proc/4267/task/4269/stat : 4269 (java) R 4265 4267 919 0 -1 4202560 2576 0 1 0 6262 3 0 0 20 0 19 0 291567988 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706970251616 139706842381696 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4270] ppid=4265 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4267/task/4270/stat : 4270 (java) S 4265 4267 919 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706814200488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4271] ppid=4265 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4267/task/4271/stat : 4271 (java) S 4265 4267 919 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706813147944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4267/tid=4272] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4272/stat : 4272 (java) S 4265 4267 919 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706812095400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4267/tid=4273] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4273/stat : 4273 (java) S 4265 4267 919 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706811042856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4274] ppid=4265 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4267/task/4274/stat : 4274 (java) S 4265 4267 919 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706809989288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4275] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4275/stat : 4275 (java) S 4265 4267 919 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706808936744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4276] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4276/stat : 4276 (java) S 4265 4267 919 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706807884200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4277] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4277/stat : 4277 (java) S 4265 4267 919 0 -1 4202560 56 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706806831656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4278] ppid=4265 vsize=9624980 CPUtime=1.06 cores=0,2,4,6
/proc/4267/task/4278/stat : 4278 (java) S 4265 4267 919 0 -1 4202560 39 0 0 0 106 0 0 0 20 0 19 0 291567990 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706794420840 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4279] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4279/stat : 4279 (java) S 4265 4267 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291567990 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706793367160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4280] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4280/stat : 4280 (java) S 4265 4267 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291567990 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706792314504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4281] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4281/stat : 4281 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706791263248 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4282] ppid=4265 vsize=9624980 CPUtime=1.04 cores=0,2,4,6
/proc/4267/task/4282/stat : 4282 (java) S 4265 4267 919 0 -1 4202560 10983 0 0 0 102 2 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706790209592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4283] ppid=4265 vsize=9624980 CPUtime=1.09 cores=0,2,4,6
/proc/4267/task/4283/stat : 4283 (java) S 4265 4267 919 0 -1 4202560 10811 0 0 0 108 1 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706789157048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4284] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4284/stat : 4284 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706788104696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4285] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4285/stat : 4285 (java) S 4265 4267 919 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706787052360 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4286] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4286/stat : 4286 (java) S 4265 4267 919 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291568023 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706785998120 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 66.27
Current children cumulated vsize (KiB) 9624980

[startup+64.0006 s]
/proc/loadavg: 2.03 2.01 2.00 3/213 4286
/proc/meminfo: memFree=30119396/32873648 swapFree=7112/7112
[pid=4267] ppid=4265 vsize=9624980 CPUtime=66.37 cores=0,2,4,6
/proc/4267/stat : 4267 (java) S 4265 4267 919 0 -1 4202496 25770 0 1 0 6629 8 0 0 20 0 19 0 291567987 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 140733370545232 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4267/statm: 2406245 32361 2286 9 0 2396937 0
[pid=4267/tid=4269] ppid=4265 vsize=9624980 CPUtime=62.74 cores=0,2,4,6
/proc/4267/task/4269/stat : 4269 (java) R 4265 4267 919 0 -1 4202560 2576 0 1 0 6271 3 0 0 20 0 19 0 291567988 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706970250816 139706842044336 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4270] ppid=4265 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4267/task/4270/stat : 4270 (java) S 4265 4267 919 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706814200488 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4271] ppid=4265 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4267/task/4271/stat : 4271 (java) S 4265 4267 919 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706813147944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4267/tid=4272] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4272/stat : 4272 (java) S 4265 4267 919 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706812095400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4267/tid=4273] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4273/stat : 4273 (java) S 4265 4267 919 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706811042856 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4274] ppid=4265 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4267/task/4274/stat : 4274 (java) S 4265 4267 919 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706809989288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4275] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4275/stat : 4275 (java) S 4265 4267 919 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706808936744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4276] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4276/stat : 4276 (java) S 4265 4267 919 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706807884200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4277] ppid=4265 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4267/task/4277/stat : 4277 (java) S 4265 4267 919 0 -1 4202560 56 0 0 0 3 0 0 0 20 0 19 0 291567989 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706806831656 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4278] ppid=4265 vsize=9624980 CPUtime=1.06 cores=0,2,4,6
/proc/4267/task/4278/stat : 4278 (java) S 4265 4267 919 0 -1 4202560 39 0 0 0 106 0 0 0 20 0 19 0 291567990 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706794420840 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4279] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4279/stat : 4279 (java) S 4265 4267 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291567990 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706793367160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4280] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4280/stat : 4280 (java) S 4265 4267 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291567990 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706792314504 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4281] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4281/stat : 4281 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706791263248 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4267/tid=4282] ppid=4265 vsize=9624980 CPUtime=1.04 cores=0,2,4,6
/proc/4267/task/4282/stat : 4282 (java) S 4265 4267 919 0 -1 4202560 10983 0 0 0 102 2 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706790209592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4283] ppid=4265 vsize=9624980 CPUtime=1.09 cores=0,2,4,6
/proc/4267/task/4283/stat : 4283 (java) S 4265 4267 919 0 -1 4202560 10812 0 0 0 108 1 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706789157048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4284] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4284/stat : 4284 (java) S 4265 4267 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706788104696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4267/tid=4285] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4285/stat : 4285 (java) S 4265 4267 919 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291567993 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706787052360 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4267/tid=4286] ppid=4265 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4267/task/4286/stat : 4286 (java) S 4265 4267 919 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291568023 9855979520 32361 33554432000 1073741824 1073778376 140733370554096 139706785998120 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 66.37
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 64.0981
CPU time (s): 66.5339
CPU user time (s): 66.3419
CPU system time (s): 0.19197
CPU usage (%): 103.8
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.3419
system time used= 0.19197
maximum resident set size= 135872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25789
page faults= 1
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2609
involuntary context switches= 2250

runsolver used 0.230964 second user time and 0.508922 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-29 03:20:21
IDJOB=3718419
IDBENCH=79290
IDSOLVER=2301
FILE ID=node126/3718419-1338254421
RUNJOBID= node126-1338248585-2144
PBS_JOBID= 14624661
Free space on /tmp= 71360 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900581320--soft-0-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718419-1338254421/watcher-3718419-1338254421 -o /tmp/evaluation-result-3718419-1338254421/solver-3718419-1338254421 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718419-1338254421.wbo

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

MD5SUM BENCH= 85ba7bcc847457eeeb822d6fc8af8950
RANDOM SEED=111824154

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30242056 kB
Buffers:          426244 kB
Cached:           730596 kB
SwapCached:        17756 kB
Active:          1450212 kB
Inactive:         314700 kB
Active(anon):     589844 kB
Inactive(anon):    20452 kB
Active(file):     860368 kB
Inactive(file):   294248 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:               516 kB
Writeback:            24 kB
AnonPages:        598176 kB
Mapped:            17876 kB
Shmem:                 0 kB
Slab:             727300 kB
SReclaimable:     171428 kB
SUnreclaim:       555872 kB
KernelStack:        1680 kB
PageTables:         4884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1019852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    559104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71360 MiB
End job on node126 at 2012-05-29 03:21:25