Trace number 4090891

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 2.3.6 Resolution PB16OPTIMUM 13.093 11.8701

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900568706--soft-0-100-0.wbo
MD5SUM6afd7eef78419a10c166bbe4bb320384
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 benchmark13.093
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 135280
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135279
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 711
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090891-1466067905.wbo
0.11/0.10	c reading problem ... 
0.52/0.30	c ... done. Wall clock time 0.203s.
0.52/0.30	c declared #vars     231
0.52/0.30	c internal #vars     2938
0.52/0.30	c #constraints  2707
0.52/0.30	c constraints type 
0.52/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.52/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.52/0.30	c 2707 constraints processed.
0.52/0.30	c objective function length is 2707 literals
0.82/0.44	c SATISFIABLE
0.82/0.44	c OPTIMIZING...
0.82/0.44	c Got one! Elapsed wall clock time (in seconds):0.343
0.82/0.44	o 613
1.11/0.51	c Got one! Elapsed wall clock time (in seconds):0.411
1.11/0.51	o 602
1.11/0.53	c Got one! Elapsed wall clock time (in seconds):0.434
1.11/0.53	o 272
1.11/0.59	c Got one! Elapsed wall clock time (in seconds):0.486
1.11/0.59	o 267
1.41/0.67	c Got one! Elapsed wall clock time (in seconds):0.569
1.41/0.67	o 263
1.41/0.68	c Got one! Elapsed wall clock time (in seconds):0.576
1.41/0.68	o 122
1.64/0.73	c Got one! Elapsed wall clock time (in seconds):0.626
1.64/0.73	o 121
1.64/0.78	c Got one! Elapsed wall clock time (in seconds):0.679
1.64/0.78	o 108
1.81/0.88	c Got one! Elapsed wall clock time (in seconds):0.778
1.81/0.88	o 105
1.91/0.97	c Got one! Elapsed wall clock time (in seconds):0.868
1.91/0.97	o 98
1.91/0.98	c Got one! Elapsed wall clock time (in seconds):0.879
1.91/0.98	o 93
2.01/1.01	c Got one! Elapsed wall clock time (in seconds):0.911
2.01/1.01	o 92
2.01/1.09	c Got one! Elapsed wall clock time (in seconds):0.992
2.01/1.09	o 91
2.23/1.21	c Got one! Elapsed wall clock time (in seconds):1.109
2.23/1.21	o 87
2.43/1.42	c Got one! Elapsed wall clock time (in seconds):1.323
2.43/1.42	o 86
2.43/1.47	c Got one! Elapsed wall clock time (in seconds):1.371
2.43/1.47	o 85
2.54/1.56	c Got one! Elapsed wall clock time (in seconds):1.461
2.54/1.56	o 75
2.64/1.65	c Got one! Elapsed wall clock time (in seconds):1.547
2.64/1.65	o 69
2.94/1.93	c Got one! Elapsed wall clock time (in seconds):1.827
2.94/1.93	o 65
2.94/1.95	c Got one! Elapsed wall clock time (in seconds):1.849
2.94/1.95	o 64
3.04/2.00	c Got one! Elapsed wall clock time (in seconds):1.899
3.04/2.00	o 63
3.04/2.01	c Got one! Elapsed wall clock time (in seconds):1.907
3.04/2.01	o 43
3.14/2.13	c Got one! Elapsed wall clock time (in seconds):2.032
3.14/2.13	o 41
3.46/2.40	c Got one! Elapsed wall clock time (in seconds):2.3
3.46/2.40	o 39
3.56/2.58	c cleaning 6241 clauses out of 12495 with flag 5105/12495
3.71/2.62	c Got one! Elapsed wall clock time (in seconds):2.52
3.71/2.62	o 35
3.71/2.68	c Got one! Elapsed wall clock time (in seconds):2.575
3.71/2.68	o 31
3.84/2.73	c Got one! Elapsed wall clock time (in seconds):2.625
3.84/2.73	o 28
3.84/2.78	c Got one! Elapsed wall clock time (in seconds):2.675
3.84/2.78	o 23
3.84/2.79	c Got one! Elapsed wall clock time (in seconds):2.685
3.84/2.79	o 22
3.94/2.80	c Got one! Elapsed wall clock time (in seconds):2.698
3.94/2.80	o 20
4.04/2.93	c Got one! Elapsed wall clock time (in seconds):2.833
4.04/2.93	o 18
4.04/2.96	c Got one! Elapsed wall clock time (in seconds):2.857
4.04/2.96	o 17
4.45/3.31	c cleaning 7183 clauses out of 14374 with flag 29771/20615
4.45/3.37	c Got one! Elapsed wall clock time (in seconds):3.27
4.45/3.37	o 15
4.75/3.67	c Got one! Elapsed wall clock time (in seconds):3.567
4.75/3.67	o 14
4.85/3.75	c Got one! Elapsed wall clock time (in seconds):3.649
4.85/3.75	o 13
4.96/3.84	c cleaning 6954 clauses out of 13915 with flag 6902/27339
4.96/3.89	c Got one! Elapsed wall clock time (in seconds):3.789
4.96/3.89	o 12
5.37/4.24	c cleaning 6406 clauses out of 12839 with flag 34707/33217
5.58/4.50	c Got one! Elapsed wall clock time (in seconds):4.395
5.58/4.50	o 9
5.77/4.64	c cleaning 6063 clauses out of 12140 with flag 14072/38924
5.87/4.75	c Got one! Elapsed wall clock time (in seconds):4.653
5.87/4.75	o 8
6.17/5.03	c cleaning 5959 clauses out of 11941 with flag 29599/44788
6.37/5.20	c Got one! Elapsed wall clock time (in seconds):5.103
6.37/5.20	o 7
6.57/5.40	c cleaning 5848 clauses out of 11712 with flag 22308/50518
6.87/5.75	c Got one! Elapsed wall clock time (in seconds):5.653
6.87/5.75	o 4
7.27/6.13	c cleaning 8310 clauses out of 16633 with flag 38623/61287
7.67/6.53	c cleaning 7158 clauses out of 14323 with flag 86052/67287
8.17/7.01	c cleaning 7076 clauses out of 14165 with flag 142780/74287
8.57/7.49	c Got one! Elapsed wall clock time (in seconds):7.393
8.57/7.49	o 3
9.07/7.97	c cleaning 9395 clauses out of 18792 with flag 42986/85991
9.58/8.44	c cleaning 7686 clauses out of 15387 with flag 91734/91981
10.08/8.91	c cleaning 7345 clauses out of 14700 with flag 139557/98980
10.68/9.55	c cleaning 7667 clauses out of 15355 with flag 200579/106980
10.68/9.57	c Got one! Elapsed wall clock time (in seconds):9.472
10.68/9.57	o 2
11.08/9.91	c cleaning 6511 clauses out of 13043 with flag 31549/112335
11.48/10.39	c cleaning 6259 clauses out of 12527 with flag 76341/118330
11.79/10.61	c Got one! Elapsed wall clock time (in seconds):10.511
11.79/10.61	o 1
11.99/10.80	c cleaning 6069 clauses out of 12166 with flag 16654/124228
12.19/11.10	c cleaning 6045 clauses out of 12095 with flag 45730/130229
12.60/11.43	c cleaning 6520 clauses out of 13047 with flag 78722/137228
12.90/11.78	c cleaning 7258 clauses out of 14518 with flag 112139/145228
13.00/11.85	c starts		: 126
13.00/11.85	c conflicts		: 147042
13.00/11.85	c decisions		: 321194
13.00/11.85	c propagations		: 13108686
13.00/11.85	c inspects		: 125439897
13.00/11.85	c shortcuts		: 0
13.00/11.85	c learnt literals	: 24
13.00/11.85	c learnt binary clauses	: 36
13.00/11.85	c learnt ternary clauses	: 155
13.00/11.85	c learnt constraints	: 147017
13.00/11.85	c ignored constraints	: 0
13.00/11.85	c root simplifications	: 0
13.00/11.85	c removed literals (reason simplification)	: 0
13.00/11.85	c reason swapping (by a shorter reason)	: 0
13.00/11.85	c Calls to reduceDB	: 20
13.00/11.85	c Number of update (reduction) of LBD	: 60557
13.00/11.85	c Imported unit clauses	: 0
13.00/11.85	c number of reductions to clauses (during analyze)	: 0
13.00/11.85	c number of learned constraints concerned by reduction	: 0
13.00/11.85	c number of learning phase by resolution	: 0
13.00/11.85	c number of learning phase by cutting planes	: 0
13.00/11.85	c speed (assignments/second)	: 1136624.1220844535
13.00/11.85	c non guided choices	5279
13.00/11.85	c learnt constraints type 
13.00/11.85	s OPTIMUM FOUND
13.00/11.85	c Found 43 solution(s)
13.00/11.85	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 
13.00/11.85	c objective function=1
13.00/11.85	c Total wall clock time (in seconds): 11.752

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4090891-1466067905/watcher-4090891-1466067905 -o /tmp/evaluation-result-4090891-1466067905/solver-4090891-1466067905 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466062115-17406 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090891-1466067905.wbo 

pid=19399
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.31 2.24 2.19 3/194 19402
/proc/meminfo: memFree=30307916/32872528 swapFree=1499116/1695340
[pid=19402] ppid=19399 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/19402/stat : 19402 (java) S 19399 19402 17390 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 8836261 98570240 977 33554432000 1073741824 1073778376 140734445998688 140734445989824 225448067133 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19402/statm: 24065 977 743 9 0 16771 0
[pid=19402/tid=19403] ppid=19399 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19403/stat : 19403 (java) R 19399 19402 17390 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8836261 98570240 977 33554432000 1073741824 1073778376 140734445998688 140165003931176 225444709760 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.31 2.24 2.19 3/194 19402
/proc/meminfo: memFree=30307916/32872528 swapFree=1499116/1695340
[pid=19402] ppid=19399 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/19402/stat : 19402 (java) S 19399 19402 17390 0 -1 4202496 4510 0 1 0 10 1 0 0 20 0 18 0 8836261 9787879424 6135 33554432000 1073741824 1073778376 140734445998688 140734445989824 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19402/statm: 2389619 6135 2157 9 0 2380296 0
[pid=19402/tid=19403] ppid=19399 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/19402/task/19403/stat : 19403 (java) R 19399 19402 17390 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 8836261 9787879424 6135 33554432000 1073741824 1073778376 140734445998688 140165003920720 225448092941 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200319 s]
/proc/loadavg: 2.31 2.24 2.19 3/194 19402
/proc/meminfo: memFree=30307916/32872528 swapFree=1499116/1695340
[pid=19402] ppid=19399 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/19402/stat : 19402 (java) S 19399 19402 17390 0 -1 4202496 4800 0 1 0 26 1 0 0 20 0 18 0 8836261 9787879424 6853 33554432000 1073741824 1073778376 140734445998688 140734445989824 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19402/statm: 2389619 6853 2212 9 0 2380296 0
[pid=19402/tid=19403] ppid=19399 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/19402/task/19403/stat : 19403 (java) R 19399 19402 17390 0 -1 4202560 2390 0 1 0 17 0 0 0 20 0 18 0 8836261 9787879424 6853 33554432000 1073741824 1073778376 140734445998688 140165003920720 225448082488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300257 s]
/proc/loadavg: 2.31 2.24 2.19 3/194 19402
/proc/meminfo: memFree=30307916/32872528 swapFree=1499116/1695340
[pid=19402] ppid=19399 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/19402/stat : 19402 (java) S 19399 19402 17390 0 -1 4202496 6450 0 1 0 51 1 0 0 20 0 18 0 8836261 9787879424 9272 33554432000 1073741824 1073778376 140734445998688 140734445989824 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19402/statm: 2389619 9272 2237 9 0 2380296 0
[pid=19402/tid=19403] ppid=19399 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/19402/task/19403/stat : 19403 (java) R 19399 19402 17390 0 -1 4202560 2396 0 1 0 27 0 0 0 20 0 18 0 8836261 9787879424 9272 33554432000 1073741824 1073778376 140734445998688 140165003920720 225448092941 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700213 s]
/proc/loadavg: 2.31 2.24 2.19 3/194 19402
/proc/meminfo: memFree=30307916/32872528 swapFree=1499116/1695340
[pid=19402] ppid=19399 vsize=9625040 CPUtime=1.64 cores=0,2,4,6
/proc/19402/stat : 19402 (java) S 19399 19402 17390 0 -1 4202496 11823 0 1 0 161 3 0 0 20 0 19 0 8836261 9856040960 13912 33554432000 1073741824 1073778376 140734445998688 140734445989824 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19402/statm: 2406260 13912 2268 9 0 2396937 0
[pid=19402/tid=19403] ppid=19399 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/19402/task/19403/stat : 19403 (java) R 19399 19402 17390 0 -1 4202560 2409 0 1 0 66 1 0 0 20 0 19 0 8836261 9856040960 13912 33554432000 1073741824 1073778376 140734445998688 140165003936384 140165008694215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.28 2.24 2.19 3/191 19439
/proc/meminfo: memFree=30369424/32872528 swapFree=1499116/1695340
[pid=19402] ppid=19399 vsize=9625040 CPUtime=2.54 cores=0,2,4,6
/proc/19402/stat : 19402 (java) S 19399 19402 17390 0 -1 4202496 11834 0 1 0 251 3 0 0 20 0 19 0 8836261 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140734445989824 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19402/statm: 2406260 16477 2272 9 0 2396937 0
[pid=19402/tid=19403] ppid=19399 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/19402/task/19403/stat : 19403 (java) R 19399 19402 17390 0 -1 4202560 2415 0 1 0 146 2 0 0 20 0 19 0 8836261 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140165003934984 140164865985955 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19405] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19405/stat : 19405 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140164992998184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19406] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19406/stat : 19406 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140164991945384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19407] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19407/stat : 19407 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140164990893096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19408] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19408/stat : 19408 (java) S 19399 19402 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140164989840296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19409] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19409/stat : 19409 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140164988786984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19410] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19410/stat : 19410 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140164987734184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19411] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19411/stat : 19411 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140164986681896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19412] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19412/stat : 19412 (java) S 19399 19402 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140164985629096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19413] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19413/stat : 19413 (java) S 19399 19402 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836263 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140164828146408 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19414] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19414/stat : 19414 (java) S 19399 19402 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836264 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140164827092472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19415] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19415/stat : 19415 (java) S 19399 19402 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836264 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140164826040072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19416] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19416/stat : 19416 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140164824988560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19417] ppid=19399 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/19402/task/19417/stat : 19417 (java) S 19399 19402 17390 0 -1 4202560 5136 0 0 0 52 0 0 0 20 0 19 0 8836266 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140164823935160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19418] ppid=19399 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/19402/task/19418/stat : 19418 (java) S 19399 19402 17390 0 -1 4202560 3004 0 0 0 49 0 0 0 20 0 19 0 8836266 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140164822882360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19419] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19419/stat : 19419 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140164821830264 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19420] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19420/stat : 19420 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140164820777672 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19421] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19421/stat : 19421 (java) S 19399 19402 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836293 9856040960 16477 33554432000 1073741824 1073778376 140734445998688 140164819723688 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.28 2.24 2.19 3/213 19486
/proc/meminfo: memFree=30310664/32872528 swapFree=1499116/1695340
[pid=19402] ppid=19399 vsize=9625040 CPUtime=4.24 cores=0,2,4,6
/proc/19402/stat : 19402 (java) S 19399 19402 17390 0 -1 4202496 11849 0 1 0 421 3 0 0 20 0 19 0 8836261 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140734445989824 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19402/statm: 2406260 21089 2276 9 0 2396937 0
[pid=19402/tid=19403] ppid=19399 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/19402/task/19403/stat : 19403 (java) R 19399 19402 17390 0 -1 4202560 2425 0 1 0 306 2 0 0 20 0 19 0 8836261 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140165003934064 140164865814639 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19405] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19405/stat : 19405 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140164992998184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19406] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19406/stat : 19406 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140164991945384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19407] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19407/stat : 19407 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140164990893096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19408] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19408/stat : 19408 (java) S 19399 19402 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140164989840296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19409] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19409/stat : 19409 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140164988786984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19410] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19410/stat : 19410 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140164987734184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19411] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19411/stat : 19411 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140164986681896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19412] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19412/stat : 19412 (java) S 19399 19402 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140164985629096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19413] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19413/stat : 19413 (java) S 19399 19402 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836263 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140164828146408 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19414] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19414/stat : 19414 (java) S 19399 19402 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836264 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140164827092472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19415] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19415/stat : 19415 (java) S 19399 19402 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836264 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140164826040072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19416] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19416/stat : 19416 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140164824988560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19417] ppid=19399 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/19402/task/19417/stat : 19417 (java) S 19399 19402 17390 0 -1 4202560 5140 0 0 0 58 0 0 0 20 0 19 0 8836266 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140164823935160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19418] ppid=19399 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/19402/task/19418/stat : 19418 (java) S 19399 19402 17390 0 -1 4202560 3005 0 0 0 55 0 0 0 20 0 19 0 8836266 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140164822882360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19419] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19419/stat : 19419 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140164821830264 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19420] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19420/stat : 19420 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140164820777672 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19421] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19421/stat : 19421 (java) S 19399 19402 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836293 9856040960 21089 33554432000 1073741824 1073778376 140734445998688 140164819723688 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.42 2.27 2.20 3/213 19486
/proc/meminfo: memFree=30238296/32872528 swapFree=1499116/1695340
[pid=19402] ppid=19399 vsize=9625040 CPUtime=7.47 cores=0,2,4,6
/proc/19402/stat : 19402 (java) S 19399 19402 17390 0 -1 4202496 11861 0 1 0 744 3 0 0 20 0 19 0 8836261 9856040960 24301 33554432000 1073741824 1073778376 140734445998688 140734445989824 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19402/statm: 2406260 24301 2277 9 0 2396937 0
[pid=19402/tid=19403] ppid=19399 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/19402/task/19403/stat : 19403 (java) R 19399 19402 17390 0 -1 4202560 2436 0 1 0 626 2 0 0 20 0 19 0 8836261 9856040960 24301 33554432000 1073741824 1073778376 140734445998688 140165003927856 140164865831240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19405] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19405/stat : 19405 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 24301 33554432000 1073741824 1073778376 140734445998688 140164992998184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19406] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19406/stat : 19406 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 24301 33554432000 1073741824 1073778376 140734445998688 140164991945384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19407] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19407/stat : 19407 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 24301 33554432000 1073741824 1073778376 140734445998688 140164990893096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19408] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19408/stat : 19408 (java) S 19399 19402 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 24301 33554432000 1073741824 1073778376 140734445998688 140164989840296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19409] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19409/stat : 19409 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 24301 33554432000 1073741824 1073778376 140734445998688 140164988786984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19410] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19410/stat : 19410 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 24301 33554432000 1073741824 1073778376 140734445998688 140164987734184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19411] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19411/stat : 19411 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 24301 33554432000 1073741824 1073778376 140734445998688 140164986681896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19412] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19412/stat : 19412 (java) S 19399 19402 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 24301 33554432000 1073741824 1073778376 140734445998688 140164985629096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19413] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19413/stat : 19413 (java) S 19399 19402 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836263 9856040960 24301 33554432000 1073741824 1073778376 140734445998688 140164828146408 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19414] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19414/stat : 19414 (java) S 19399 19402 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836264 9856040960 24301 33554432000 1073741824 1073778376 140734445998688 140164827092472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19415] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19415/stat : 19415 (java) S 19399 19402 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836264 9856040960 24301 33554432000 1073741824 1073778376 140734445998688 140164826040072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19416] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19416/stat : 19416 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 24301 33554432000 1073741824 1073778376 140734445998688 140164824988560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19417] ppid=19399 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/19402/task/19417/stat : 19417 (java) S 19399 19402 17390 0 -1 4202560 5140 0 0 0 59 0 0 0 20 0 19 0 8836266 9856040960 24301 33554432000 1073741824 1073778376 140734445998688 140164823935160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19418] ppid=19399 vsize=9625040 CPUtime=0.57 cores=0,2,4,6

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

[pid=19402/tid=19407] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19407/stat : 19407 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 27373 33554432000 1073741824 1073778376 140734445998688 140164990893096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19408] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19408/stat : 19408 (java) S 19399 19402 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 27373 33554432000 1073741824 1073778376 140734445998688 140164989840296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19409] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19409/stat : 19409 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 27373 33554432000 1073741824 1073778376 140734445998688 140164988786984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19410] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19410/stat : 19410 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 27373 33554432000 1073741824 1073778376 140734445998688 140164987734184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19411] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19411/stat : 19411 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 27373 33554432000 1073741824 1073778376 140734445998688 140164986681896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19412] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19412/stat : 19412 (java) S 19399 19402 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 27373 33554432000 1073741824 1073778376 140734445998688 140164985629096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19413] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19413/stat : 19413 (java) S 19399 19402 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836263 9856040960 27373 33554432000 1073741824 1073778376 140734445998688 140164828146408 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19414] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19414/stat : 19414 (java) S 19399 19402 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836264 9856040960 27373 33554432000 1073741824 1073778376 140734445998688 140164827092472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19415] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19415/stat : 19415 (java) S 19399 19402 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836264 9856040960 27373 33554432000 1073741824 1073778376 140734445998688 140164826040072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19416] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19416/stat : 19416 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 27373 33554432000 1073741824 1073778376 140734445998688 140164824988560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19417] ppid=19399 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/19402/task/19417/stat : 19417 (java) S 19399 19402 17390 0 -1 4202560 5140 0 0 0 59 0 0 0 20 0 19 0 8836266 9856040960 27373 33554432000 1073741824 1073778376 140734445998688 140164823935160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19418] ppid=19399 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/19402/task/19418/stat : 19418 (java) S 19399 19402 17390 0 -1 4202560 3005 0 0 0 58 0 0 0 20 0 19 0 8836266 9856040960 27373 33554432000 1073741824 1073778376 140734445998688 140164822882360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19419] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19419/stat : 19419 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 27373 33554432000 1073741824 1073778376 140734445998688 140164821830264 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19420] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19420/stat : 19420 (java) S 19399 19402 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 27373 33554432000 1073741824 1073778376 140734445998688 140164820777672 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19421] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19421/stat : 19421 (java) S 19399 19402 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836293 9856040960 27373 33554432000 1073741824 1073778376 140734445998688 140164819723688 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.78
Current children cumulated vsize (KiB) 9625040

[startup+11.2008 s]
/proc/loadavg: 2.39 2.26 2.19 3/213 19486
/proc/meminfo: memFree=30203368/32872528 swapFree=1499116/1695340
[pid=19402] ppid=19399 vsize=9625040 CPUtime=12.41 cores=0,2,4,6
/proc/19402/stat : 19402 (java) S 19399 19402 17390 0 -1 4202496 11871 0 1 0 1237 4 0 0 20 0 19 0 8836261 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140734445989824 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19402/statm: 2406260 28909 2277 9 0 2396937 0
[pid=19402/tid=19403] ppid=19399 vsize=9625040 CPUtime=11.18 cores=0,2,4,6
/proc/19402/task/19403/stat : 19403 (java) R 19399 19402 17390 0 -1 4202560 2446 0 1 0 1115 3 0 0 20 0 19 0 8836261 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140165003936056 140164865764647 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19405] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19405/stat : 19405 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140164992998184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19406] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19406/stat : 19406 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140164991945384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19407] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19407/stat : 19407 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140164990893096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19408] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19408/stat : 19408 (java) S 19399 19402 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140164989840296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19409] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19409/stat : 19409 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140164988786984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19410] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19410/stat : 19410 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140164987734184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19411] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19411/stat : 19411 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140164986681896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19412] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19412/stat : 19412 (java) S 19399 19402 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140164985629096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19413] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19413/stat : 19413 (java) S 19399 19402 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836263 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140164828146408 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19414] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19414/stat : 19414 (java) S 19399 19402 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836264 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140164827092472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19415] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19415/stat : 19415 (java) S 19399 19402 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836264 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140164826040072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19416] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19416/stat : 19416 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140164824988560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19417] ppid=19399 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/19402/task/19417/stat : 19417 (java) S 19399 19402 17390 0 -1 4202560 5140 0 0 0 60 0 0 0 20 0 19 0 8836266 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140164823935160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19418] ppid=19399 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/19402/task/19418/stat : 19418 (java) S 19399 19402 17390 0 -1 4202560 3005 0 0 0 59 0 0 0 20 0 19 0 8836266 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140164822882360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19419] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19419/stat : 19419 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140164821830264 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19420] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19420/stat : 19420 (java) S 19399 19402 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140164820777672 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19421] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19421/stat : 19421 (java) S 19399 19402 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836293 9856040960 28909 33554432000 1073741824 1073778376 140734445998688 140164819723688 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 9625040

[startup+11.6008 s]
/proc/loadavg: 2.39 2.26 2.19 3/213 19486
/proc/meminfo: memFree=30203368/32872528 swapFree=1499116/1695340
[pid=19402] ppid=19399 vsize=9625040 CPUtime=12.8 cores=0,2,4,6
/proc/19402/stat : 19402 (java) S 19399 19402 17390 0 -1 4202496 11872 0 1 0 1276 4 0 0 20 0 19 0 8836261 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140734445989824 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19402/statm: 2406260 29421 2277 9 0 2396937 0
[pid=19402/tid=19403] ppid=19399 vsize=9625040 CPUtime=11.58 cores=0,2,4,6
/proc/19402/task/19403/stat : 19403 (java) R 19399 19402 17390 0 -1 4202560 2447 0 1 0 1155 3 0 0 20 0 19 0 8836261 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140165003936056 140164866001236 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19405] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19405/stat : 19405 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164992998184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19406] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19406/stat : 19406 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164991945384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19407] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19407/stat : 19407 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164990893096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19408] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19408/stat : 19408 (java) S 19399 19402 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164989840296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19409] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19409/stat : 19409 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164988786984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19410] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19410/stat : 19410 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164987734184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19411] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19411/stat : 19411 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164986681896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19412] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19412/stat : 19412 (java) S 19399 19402 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164985629096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19413] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19413/stat : 19413 (java) S 19399 19402 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836263 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164828146408 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19414] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19414/stat : 19414 (java) S 19399 19402 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836264 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164827092472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19415] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19415/stat : 19415 (java) S 19399 19402 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836264 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164826040072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19416] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19416/stat : 19416 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164824988560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19417] ppid=19399 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/19402/task/19417/stat : 19417 (java) S 19399 19402 17390 0 -1 4202560 5140 0 0 0 60 0 0 0 20 0 19 0 8836266 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164823935160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19418] ppid=19399 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/19402/task/19418/stat : 19418 (java) S 19399 19402 17390 0 -1 4202560 3005 0 0 0 59 0 0 0 20 0 19 0 8836266 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164822882360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19419] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19419/stat : 19419 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164821830264 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19420] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19420/stat : 19420 (java) S 19399 19402 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164820777672 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19421] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19421/stat : 19421 (java) S 19399 19402 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836293 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164819723688 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.8
Current children cumulated vsize (KiB) 9625040

[startup+11.8007 s]
/proc/loadavg: 2.39 2.26 2.19 3/213 19486
/proc/meminfo: memFree=30203368/32872528 swapFree=1499116/1695340
[pid=19402] ppid=19399 vsize=9625040 CPUtime=13 cores=0,2,4,6
/proc/19402/stat : 19402 (java) S 19399 19402 17390 0 -1 4202496 11872 0 1 0 1296 4 0 0 20 0 19 0 8836261 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140734445989824 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/19402/statm: 2406260 29421 2277 9 0 2396937 0
[pid=19402/tid=19403] ppid=19399 vsize=9625040 CPUtime=11.78 cores=0,2,4,6
/proc/19402/task/19403/stat : 19403 (java) R 19399 19402 17390 0 -1 4202560 2447 0 1 0 1175 3 0 0 20 0 19 0 8836261 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140165003936056 140164865831342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19405] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19405/stat : 19405 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164992998184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19406] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19406/stat : 19406 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164991945384 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19407] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19407/stat : 19407 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164990893096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19408] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19408/stat : 19408 (java) S 19399 19402 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164989840296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19409] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19409/stat : 19409 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164988786984 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19410] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19410/stat : 19410 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164987734184 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19411] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19411/stat : 19411 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164986681896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19402/tid=19412] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19412/stat : 19412 (java) S 19399 19402 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8836262 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164985629096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19413] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19413/stat : 19413 (java) S 19399 19402 17390 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8836263 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164828146408 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19414] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19414/stat : 19414 (java) S 19399 19402 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8836264 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164827092472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19415] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19415/stat : 19415 (java) S 19399 19402 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8836264 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164826040072 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19416] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19416/stat : 19416 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164824988560 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19417] ppid=19399 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/19402/task/19417/stat : 19417 (java) S 19399 19402 17390 0 -1 4202560 5140 0 0 0 60 0 0 0 20 0 19 0 8836266 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164823935160 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19402/tid=19418] ppid=19399 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/19402/task/19418/stat : 19418 (java) S 19399 19402 17390 0 -1 4202560 3005 0 0 0 59 0 0 0 20 0 19 0 8836266 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164822882360 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19419] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19419/stat : 19419 (java) S 19399 19402 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164821830264 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19402/tid=19420] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19420/stat : 19420 (java) S 19399 19402 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8836266 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164820777672 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19402/tid=19421] ppid=19399 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19402/task/19421/stat : 19421 (java) S 19399 19402 17390 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8836293 9856040960 29421 33554432000 1073741824 1073778376 140734445998688 140164819723688 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 13
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 11.8701
CPU time (s): 13.093
CPU user time (s): 13.03
CPU system time (s): 0.06299
CPU usage (%): 110.302
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.03
system time used= 0.06299
maximum resident set size= 119788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11891
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 517
involuntary context switches= 40

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.082987 second user time and 0.102984 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-16 11:05:05
IDJOB=4090891
IDBENCH=79263
IDSOLVER=2551
FILE ID=node137/4090891-1466067905
RUNJOBID= node137-1466062115-17406
PBS_JOBID= 19904003
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900568706--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090891-1466067905/watcher-4090891-1466067905 -o /tmp/evaluation-result-4090891-1466067905/solver-4090891-1466067905 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466062115-17406 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090891-1466067905.wbo

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

MD5SUM BENCH= 6afd7eef78419a10c166bbe4bb320384
RANDOM SEED=53303946

node137.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.486
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.97
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.486
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	: 5332.55
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.486
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	: 5332.56
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.486
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	: 5332.55
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.486
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	: 5332.55
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.486
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	: 5332.38
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.486
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	: 5332.56
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.486
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30308172 kB
Buffers:            8852 kB
Cached:            40836 kB
SwapCached:         2460 kB
Active:           130564 kB
Inactive:          27848 kB
Active(anon):     108940 kB
Inactive(anon):     1776 kB
Active(file):      21624 kB
Inactive(file):    26072 kB
Unevictable:     1695340 kB
Mlocked:         1499116 kB
SwapTotal:      67108856 kB
SwapFree:       67099376 kB
Dirty:              1336 kB
Writeback:             0 kB
AnonPages:       1892356 kB
Mapped:            15280 kB
Shmem:                 0 kB
Slab:             566084 kB
SReclaimable:       9900 kB
SUnreclaim:       556184 kB
KernelStack:        1760 kB
PageTables:         8108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2383292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    360448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node137 at 2016-06-16 11:05:17