Trace number 4090709

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 88.6495 87.0424

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/academics/
normalized-16wqueens_wcsp.wbo
MD5SUM0eca1cee1f66f0b91a7a0aa842de562c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.25896
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables256
Total number of constraints4608
Number of soft constraints4592
Number of constraints which are clauses4592
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 17
Min constraint cost 1
Max constraint cost 17
Sum of constraints costs 74992
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4090709-1466068046.wbo
0.10/0.10	c reading problem ... 
0.48/0.33	c ... done. Wall clock time 0.231s.
0.48/0.33	c declared #vars     256
0.48/0.33	c internal #vars     4848
0.48/0.33	c #constraints  4624
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4416
0.48/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 192
0.48/0.33	c 4624 constraints processed.
0.48/0.34	c objective function length is 4592 literals
0.70/0.48	c SATISFIABLE
0.70/0.48	c OPTIMIZING...
0.70/0.48	c Got one! Elapsed wall clock time (in seconds):0.374
0.70/0.48	o 161
0.94/0.58	c Got one! Elapsed wall clock time (in seconds):0.475
0.94/0.58	o 160
1.18/0.64	c Got one! Elapsed wall clock time (in seconds):0.532
1.18/0.64	o 159
1.18/0.66	c Got one! Elapsed wall clock time (in seconds):0.557
1.18/0.66	o 158
1.45/0.76	c Got one! Elapsed wall clock time (in seconds):0.653
1.45/0.76	o 40
1.64/0.81	c Got one! Elapsed wall clock time (in seconds):0.706
1.64/0.81	o 39
3.77/2.90	c cleaning 3291 clauses out of 6607 with flag 27651/6607
4.77/3.98	c Got one! Elapsed wall clock time (in seconds):3.879
4.77/3.98	o 29
4.87/4.05	c Got one! Elapsed wall clock time (in seconds):3.941
4.87/4.05	o 28
4.87/4.09	c Got one! Elapsed wall clock time (in seconds):3.982
4.87/4.09	o 27
4.97/4.10	c Got one! Elapsed wall clock time (in seconds):3.997
4.97/4.10	o 26
5.07/4.26	c Got one! Elapsed wall clock time (in seconds):4.151
5.07/4.26	o 25
5.07/4.30	c Got one! Elapsed wall clock time (in seconds):4.193
5.07/4.30	o 24
5.18/4.36	c Got one! Elapsed wall clock time (in seconds):4.257
5.18/4.36	o 18
5.18/4.38	c Got one! Elapsed wall clock time (in seconds):4.272
5.18/4.38	o 17
5.18/4.39	c Got one! Elapsed wall clock time (in seconds):4.284
5.18/4.39	o 16
5.18/4.40	c Got one! Elapsed wall clock time (in seconds):4.295
5.18/4.40	o 15
5.31/4.42	c Got one! Elapsed wall clock time (in seconds):4.315
5.31/4.42	o 14
5.31/4.43	c Got one! Elapsed wall clock time (in seconds):4.327
5.31/4.43	o 13
5.31/4.45	c Got one! Elapsed wall clock time (in seconds):4.344
5.31/4.45	o 12
5.31/4.46	c Got one! Elapsed wall clock time (in seconds):4.353
5.31/4.46	o 11
5.31/4.47	c Got one! Elapsed wall clock time (in seconds):4.364
5.31/4.47	o 10
5.31/4.49	c Got one! Elapsed wall clock time (in seconds):4.386
5.31/4.49	o 9
5.31/4.50	c Got one! Elapsed wall clock time (in seconds):4.399
5.31/4.50	o 8
5.66/4.75	c Got one! Elapsed wall clock time (in seconds):4.644
5.66/4.75	o 7
5.66/4.76	c Got one! Elapsed wall clock time (in seconds):4.658
5.66/4.76	o 6
5.86/4.90	c cleaning 5465 clauses out of 10944 with flag 5589/14235
6.47/5.55	c Got one! Elapsed wall clock time (in seconds):5.451
6.47/5.55	o 5
7.17/6.25	c cleaning 7884 clauses out of 15800 with flag 34821/24556
8.01/7.02	c cleaning 6922 clauses out of 13914 with flag 77382/30554
8.92/7.90	c cleaning 6958 clauses out of 13993 with flag 125952/37555
10.02/9.08	c cleaning 7510 clauses out of 15037 with flag 188830/45557
11.82/10.81	c cleaning 8252 clauses out of 16527 with flag 277879/54557
13.82/12.89	c cleaning 9124 clauses out of 18274 with flag 381478/64556
16.23/15.28	c cleaning 10058 clauses out of 20152 with flag 476422/75558
18.53/17.57	c cleaning 11044 clauses out of 22092 with flag 570178/87556
21.43/20.44	c cleaning 12010 clauses out of 24046 with flag 692358/100554
22.93/21.91	c Got one! Elapsed wall clock time (in seconds):21.803
22.93/21.91	o 4
24.13/23.16	c cleaning 11871 clauses out of 23784 with flag 43529/112302
25.68/24.60	c cleaning 8946 clauses out of 17910 with flag 99111/118299
27.23/26.03	c cleaning 7983 clauses out of 15965 with flag 159787/125300
29.21/27.79	c cleaning 7976 clauses out of 15985 with flag 234020/133303
31.33/29.83	c cleaning 8493 clauses out of 17006 with flag 310719/142300
33.82/32.38	c cleaning 9256 clauses out of 18520 with flag 397982/152307
36.42/34.99	c cleaning 10126 clauses out of 20256 with flag 502279/163299
39.58/38.09	c cleaning 11055 clauses out of 22130 with flag 612091/175299
42.08/40.50	c cleaning 12014 clauses out of 24078 with flag 697642/188302
45.28/43.73	c cleaning 13012 clauses out of 26063 with flag 818499/202301
49.28/47.75	c cleaning 14016 clauses out of 28052 with flag 955664/217302
53.68/52.18	c cleaning 15010 clauses out of 30033 with flag 1105446/233299
58.38/56.89	c cleaning 15996 clauses out of 32023 with flag 1259969/250299
63.78/62.28	c cleaning 17008 clauses out of 34032 with flag 1433321/268304
69.79/68.28	c cleaning 18002 clauses out of 36019 with flag 1623004/287299
70.28/68.71	c Got one! Elapsed wall clock time (in seconds):68.606
70.28/68.71	o 3
71.29/69.75	c cleaning 11920 clauses out of 23879 with flag 39554/293161
72.89/71.38	c cleaning 8968 clauses out of 17954 with flag 91177/299158
74.91/73.31	c cleaning 7992 clauses out of 15988 with flag 151574/306162
76.91/75.38	c cleaning 7997 clauses out of 15995 with flag 221642/314163
79.21/77.70	c cleaning 8491 clauses out of 16991 with flag 303130/323158
82.01/80.49	c cleaning 9237 clauses out of 18496 with flag 391165/333158
84.91/83.39	c cleaning 10124 clauses out of 20257 with flag 486390/344159
88.10/86.57	c cleaning 11052 clauses out of 22130 with flag 595895/356161
88.40/86.83	c Got one! Elapsed wall clock time (in seconds):86.731
88.40/86.83	o 2
88.61/87.03	c starts		: 2325
88.61/87.03	c conflicts		: 357543
88.61/87.03	c decisions		: 1018981
88.61/87.03	c propagations		: 69398118
88.61/87.03	c inspects		: 626978983
88.61/87.03	c shortcuts		: 0
88.61/87.03	c learnt literals	: 27
88.61/87.03	c learnt binary clauses	: 41
88.61/87.03	c learnt ternary clauses	: 96
88.61/87.03	c learnt constraints	: 357515
88.61/87.03	c ignored constraints	: 0
88.61/87.03	c root simplifications	: 0
88.61/87.03	c removed literals (reason simplification)	: 0
88.61/87.03	c reason swapping (by a shorter reason)	: 0
88.61/87.03	c Calls to reduceDB	: 34
88.61/87.03	c Number of update (reduction) of LBD	: 250099
88.61/87.03	c Imported unit clauses	: 0
88.61/87.03	c number of reductions to clauses (during analyze)	: 0
88.61/87.03	c number of learned constraints concerned by reduction	: 0
88.61/87.03	c number of learning phase by resolution	: 0
88.61/87.03	c number of learning phase by cutting planes	: 0
88.61/87.03	c speed (assignments/second)	: 800633.5790675943
88.61/87.03	c non guided choices	196
88.61/87.03	c learnt constraints type 
88.61/87.03	s OPTIMUM FOUND
88.61/87.03	c Found 29 solution(s)
88.61/87.03	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 -x232 -x233 -x234 -x235 -x236 -x237 -x238 x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 x250 -x251 -x252 -x253 -x254 -x255 -x256 
88.61/87.03	c objective function=2
88.61/87.03	c Total wall clock time (in seconds): 86.931

Verifier Data

OK	2

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-4090709-1466068046/watcher-4090709-1466068046 -o /tmp/evaluation-result-4090709-1466068046/solver-4090709-1466068046 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466062122-8073 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090709-1466068046.wbo 

pid=9222
running on 4 cores: 1,3,5,7

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.29 2.21 2.18 3/194 9225
/proc/meminfo: memFree=30120472/32872528 swapFree=1286144/1433312
[pid=9225] ppid=9222 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/9225/stat : 9225 (java) S 9222 9225 8056 0 -1 4202496 1251 0 0 0 0 0 0 0 20 0 2 0 8851410 91889664 894 33554432000 1073741824 1073778376 140735287197712 140735287188848 214373007421 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9225/statm: 22970 902 685 9 0 16769 0
[pid=9225/tid=9226] ppid=9222 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9226/stat : 9226 (java) R 9222 9225 8056 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 8851411 94019584 917 33554432000 1073741824 1073778376 140735287197712 140735287186776 214360485159 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.29 2.21 2.18 3/194 9225
/proc/meminfo: memFree=30120472/32872528 swapFree=1286144/1433312
[pid=9225] ppid=9222 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/9225/stat : 9225 (java) S 9222 9225 8056 0 -1 4202496 4426 0 1 0 8 2 0 0 20 0 18 0 8851410 9787879424 6051 33554432000 1073741824 1073778376 140735287197712 140735287188848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9225/statm: 2389619 6051 2141 9 0 2380296 0
[pid=9225/tid=9226] ppid=9222 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9225/task/9226/stat : 9226 (java) R 9222 9225 8056 0 -1 4202560 2380 0 1 0 6 1 0 0 20 0 18 0 8851411 9787879424 6056 33554432000 1073741824 1073778376 140735287197712 140530704841632 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200326 s]
/proc/loadavg: 2.29 2.21 2.18 3/194 9225
/proc/meminfo: memFree=30120472/32872528 swapFree=1286144/1433312
[pid=9225] ppid=9222 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/9225/stat : 9225 (java) S 9222 9225 8056 0 -1 4202496 4771 0 1 0 23 2 0 0 20 0 18 0 8851410 9787879424 6832 33554432000 1073741824 1073778376 140735287197712 140735287188848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9225/statm: 2389619 6832 2211 9 0 2380296 0
[pid=9225/tid=9226] ppid=9222 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/9225/task/9226/stat : 9226 (java) R 9222 9225 8056 0 -1 4202560 2395 0 1 0 16 1 0 0 20 0 18 0 8851411 9787879424 6832 33554432000 1073741824 1073778376 140735287197712 140530704841632 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300331 s]
/proc/loadavg: 2.29 2.21 2.18 3/194 9225
/proc/meminfo: memFree=30120472/32872528 swapFree=1286144/1433312
[pid=9225] ppid=9222 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/9225/stat : 9225 (java) S 9222 9225 8056 0 -1 4202496 5865 0 1 0 46 2 0 0 20 0 18 0 8851410 9787879424 8636 33554432000 1073741824 1073778376 140735287197712 140735287188848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9225/statm: 2389619 8636 2231 9 0 2380296 0
[pid=9225/tid=9226] ppid=9222 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/9225/task/9226/stat : 9226 (java) R 9222 9225 8056 0 -1 4202560 2397 0 1 0 25 2 0 0 20 0 18 0 8851411 9787879424 8636 33554432000 1073741824 1073778376 140735287197712 140530704841632 140530541477291 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700297 s]
/proc/loadavg: 2.29 2.21 2.18 3/194 9225
/proc/meminfo: memFree=30120472/32872528 swapFree=1286144/1433312
[pid=9225] ppid=9222 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/9225/stat : 9225 (java) S 9222 9225 8056 0 -1 4202496 10235 0 1 0 142 3 0 0 20 0 19 0 8851410 9856040960 13228 33554432000 1073741824 1073778376 140735287197712 140735287188848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9225/statm: 2406260 13228 2268 9 0 2396937 0
[pid=9225/tid=9226] ppid=9222 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/9225/task/9226/stat : 9226 (java) R 9222 9225 8056 0 -1 4202560 2418 0 1 0 65 2 0 0 20 0 19 0 8851411 9856040960 13228 33554432000 1073741824 1073778376 140735287197712 140530704843000 140530542164351 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.29 2.21 2.18 3/213 9244
/proc/meminfo: memFree=30073044/32872528 swapFree=1286144/1433312
[pid=9225] ppid=9222 vsize=9625040 CPUtime=2.35 cores=1,3,5,7
/proc/9225/stat : 9225 (java) S 9222 9225 8056 0 -1 4202496 10557 0 1 0 232 3 0 0 20 0 19 0 8851410 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140735287188848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9225/statm: 2406260 13848 2270 9 0 2396937 0
[pid=9225/tid=9226] ppid=9222 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/9225/task/9226/stat : 9226 (java) R 9222 9225 8056 0 -1 4202560 2421 0 1 0 145 2 0 0 20 0 19 0 8851411 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140530704843096 140530542015006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9225/tid=9228] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9228/stat : 9228 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140530666335144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9229] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9229/stat : 9229 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140530665282600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9230] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9230/stat : 9230 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140530664229544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9231] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9231/stat : 9231 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140530663177000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9225/tid=9232] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9232/stat : 9232 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140530662123944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9233] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9233/stat : 9233 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140530661071400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9225/tid=9234] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9234/stat : 9234 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140530660018344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9235] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9235/stat : 9235 (java) S 9222 9225 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140530541390120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9236] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9236/stat : 9236 (java) S 9222 9225 8056 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140530528979816 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9237] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9237/stat : 9237 (java) S 9222 9225 8056 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140530527926136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9238] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9238/stat : 9238 (java) S 9222 9225 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140530526872968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9239] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9239/stat : 9239 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140530525821712 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9240] ppid=9222 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/9225/task/9240/stat : 9240 (java) S 9222 9225 8056 0 -1 4202560 2153 0 0 0 42 0 0 0 20 0 19 0 8851415 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140529786415416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9241] ppid=9222 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/9225/task/9241/stat : 9241 (java) S 9222 9225 8056 0 -1 4202560 4708 0 0 0 42 0 0 0 20 0 19 0 8851415 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140529785362872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9242] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9242/stat : 9242 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140529784310008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9243] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9243/stat : 9243 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140529783257672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9244] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9244/stat : 9244 (java) S 9222 9225 8056 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8851446 9856040960 13848 33554432000 1073741824 1073778376 140735287197712 140529782203944 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.29 2.21 2.18 3/213 9244
/proc/meminfo: memFree=30070872/32872528 swapFree=1286144/1433312
[pid=9225] ppid=9222 vsize=9625040 CPUtime=3.97 cores=1,3,5,7
/proc/9225/stat : 9225 (java) S 9222 9225 8056 0 -1 4202496 10564 0 1 0 394 3 0 0 20 0 19 0 8851410 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140735287188848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9225/statm: 2406260 14364 2274 9 0 2396937 0
[pid=9225/tid=9226] ppid=9222 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/9225/task/9226/stat : 9226 (java) R 9222 9225 8056 0 -1 4202560 2423 0 1 0 305 2 0 0 20 0 19 0 8851411 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140530704843192 140530542119223 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9225/tid=9228] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9228/stat : 9228 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140530666335144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9229] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9229/stat : 9229 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140530665282600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9230] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9230/stat : 9230 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140530664229544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9231] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9231/stat : 9231 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140530663177000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9225/tid=9232] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9232/stat : 9232 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140530662123944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9233] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9233/stat : 9233 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140530661071400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9225/tid=9234] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9234/stat : 9234 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140530660018344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9235] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9235/stat : 9235 (java) S 9222 9225 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140530541390120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9236] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9236/stat : 9236 (java) S 9222 9225 8056 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140530528979816 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9237] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9237/stat : 9237 (java) S 9222 9225 8056 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140530527926136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9238] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9238/stat : 9238 (java) S 9222 9225 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140530526872968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9239] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9239/stat : 9239 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140530525821712 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9240] ppid=9222 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/9225/task/9240/stat : 9240 (java) S 9222 9225 8056 0 -1 4202560 2157 0 0 0 43 0 0 0 20 0 19 0 8851415 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140529786415416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9241] ppid=9222 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/9225/task/9241/stat : 9241 (java) S 9222 9225 8056 0 -1 4202560 4709 0 0 0 43 0 0 0 20 0 19 0 8851415 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140529785362872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9242] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9242/stat : 9242 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140529784310008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9243] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9243/stat : 9243 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140529783257672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9244] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9244/stat : 9244 (java) S 9222 9225 8056 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8851446 9856040960 14364 33554432000 1073741824 1073778376 140735287197712 140529782203944 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.27 2.21 2.18 4/213 9244
/proc/meminfo: memFree=30035468/32872528 swapFree=1286144/1433312
[pid=9225] ppid=9222 vsize=9625040 CPUtime=7.31 cores=1,3,5,7
/proc/9225/stat : 9225 (java) S 9222 9225 8056 0 -1 4202496 11564 0 1 0 727 4 0 0 20 0 19 0 8851410 9856040960 25170 33554432000 1073741824 1073778376 140735287197712 140735287188848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9225/statm: 2406260 25170 2276 9 0 2396937 0
[pid=9225/tid=9226] ppid=9222 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/9225/task/9226/stat : 9226 (java) R 9222 9225 8056 0 -1 4202560 2446 0 1 0 625 2 0 0 20 0 19 0 8851411 9856040960 25170 33554432000 1073741824 1073778376 140735287197712 140530704834864 140530541519589 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9225/tid=9228] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9228/stat : 9228 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 25170 33554432000 1073741824 1073778376 140735287197712 140530666335144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9229] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9229/stat : 9229 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 25170 33554432000 1073741824 1073778376 140735287197712 140530665282600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9230] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9230/stat : 9230 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 25170 33554432000 1073741824 1073778376 140735287197712 140530664229544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9231] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9231/stat : 9231 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 25170 33554432000 1073741824 1073778376 140735287197712 140530663177000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9225/tid=9232] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9232/stat : 9232 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 25170 33554432000 1073741824 1073778376 140735287197712 140530662123944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9233] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9233/stat : 9233 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 25170 33554432000 1073741824 1073778376 140735287197712 140530661071400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9225/tid=9234] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9234/stat : 9234 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 25170 33554432000 1073741824 1073778376 140735287197712 140530660018344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9235] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9235/stat : 9235 (java) S 9222 9225 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 25170 33554432000 1073741824 1073778376 140735287197712 140530541390120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9236] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9236/stat : 9236 (java) S 9222 9225 8056 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 25170 33554432000 1073741824 1073778376 140735287197712 140530528979816 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9237] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9237/stat : 9237 (java) S 9222 9225 8056 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 25170 33554432000 1073741824 1073778376 140735287197712 140530527926136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9238] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9238/stat : 9238 (java) S 9222 9225 8056 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 25170 33554432000 1073741824 1073778376 140735287197712 140530526872968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9239] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9239/stat : 9239 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 25170 33554432000 1073741824 1073778376 140735287197712 140530525821712 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9240] ppid=9222 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/9225/task/9240/stat : 9240 (java) S 9222 9225 8056 0 -1 4202560 3132 0 0 0 52 0 0 0 20 0 19 0 8851415 9856040960 25170 33554432000 1073741824 1073778376 140735287197712 140529786415416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9241] ppid=9222 vsize=9625040 CPUtime=0.47 cores=1,3,5,7

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

[pid=9225/tid=9230] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9230/stat : 9230 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530664229544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9231] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9231/stat : 9231 (java) S 9222 9225 8056 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530663177000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9232] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9232/stat : 9232 (java) S 9222 9225 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530662123944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9233] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9233/stat : 9233 (java) S 9222 9225 8056 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530661071400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9234] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9234/stat : 9234 (java) S 9222 9225 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530660018344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9235] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9235/stat : 9235 (java) S 9222 9225 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530541390120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9236] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9236/stat : 9236 (java) S 9222 9225 8056 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530528979816 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9237] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9237/stat : 9237 (java) S 9222 9225 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530527926136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9238] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9238/stat : 9238 (java) S 9222 9225 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530526872968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9239] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9239/stat : 9239 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530525821712 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9240] ppid=9222 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/9225/task/9240/stat : 9240 (java) S 9222 9225 8056 0 -1 4202560 3203 0 0 0 59 0 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529786415416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9241] ppid=9222 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/9225/task/9241/stat : 9241 (java) S 9222 9225 8056 0 -1 4202560 13724 0 0 0 94 3 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529785362872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9242] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9242/stat : 9242 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529784310008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9243] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9243/stat : 9243 (java) S 9222 9225 8056 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529783257672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9244] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9244/stat : 9244 (java) S 9222 9225 8056 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8851446 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529782203944 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 86.41
Current children cumulated vsize (KiB) 9625040

[startup+86.4007 s]
/proc/loadavg: 2.25 2.23 2.19 3/213 9245
/proc/meminfo: memFree=29968392/32872528 swapFree=1286144/1433312
[pid=9225] ppid=9222 vsize=9625040 CPUtime=88 cores=1,3,5,7
/proc/9225/stat : 9225 (java) S 9222 9225 8056 0 -1 4202496 20728 0 1 0 8792 8 0 0 20 0 19 0 8851410 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140735287188848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9225/statm: 2406260 43821 2290 9 0 2396937 0
[pid=9225/tid=9226] ppid=9222 vsize=9625040 CPUtime=86.35 cores=1,3,5,7
/proc/9225/task/9226/stat : 9226 (java) R 9222 9225 8056 0 -1 4202560 2487 0 1 0 8630 5 0 0 20 0 19 0 8851411 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530704834304 140530542016607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9225/tid=9228] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9228/stat : 9228 (java) S 9222 9225 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530666335144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9229] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9229/stat : 9229 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530665282600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9230] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9230/stat : 9230 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530664229544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9231] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9231/stat : 9231 (java) S 9222 9225 8056 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530663177000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9232] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9232/stat : 9232 (java) S 9222 9225 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530662123944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9233] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9233/stat : 9233 (java) S 9222 9225 8056 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530661071400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9234] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9234/stat : 9234 (java) S 9222 9225 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530660018344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9235] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9235/stat : 9235 (java) S 9222 9225 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530541390120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9236] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9236/stat : 9236 (java) S 9222 9225 8056 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530528979816 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9237] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9237/stat : 9237 (java) S 9222 9225 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530527926136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9238] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9238/stat : 9238 (java) S 9222 9225 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530526872968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9239] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9239/stat : 9239 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530525821712 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9240] ppid=9222 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/9225/task/9240/stat : 9240 (java) S 9222 9225 8056 0 -1 4202560 3203 0 0 0 59 0 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529786415416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9241] ppid=9222 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/9225/task/9241/stat : 9241 (java) S 9222 9225 8056 0 -1 4202560 13724 0 0 0 94 3 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529785362872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9242] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9242/stat : 9242 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529784310008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9243] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9243/stat : 9243 (java) S 9222 9225 8056 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529783257672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9244] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9244/stat : 9244 (java) S 9222 9225 8056 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8851446 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529782203944 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 88
Current children cumulated vsize (KiB) 9625040

[startup+86.8007 s]
/proc/loadavg: 2.25 2.23 2.19 3/213 9245
/proc/meminfo: memFree=29968392/32872528 swapFree=1286144/1433312
[pid=9225] ppid=9222 vsize=9625040 CPUtime=88.4 cores=1,3,5,7
/proc/9225/stat : 9225 (java) S 9222 9225 8056 0 -1 4202496 20728 0 1 0 8832 8 0 0 20 0 19 0 8851410 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140735287188848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9225/statm: 2406260 43821 2290 9 0 2396937 0
[pid=9225/tid=9226] ppid=9222 vsize=9625040 CPUtime=86.75 cores=1,3,5,7
/proc/9225/task/9226/stat : 9226 (java) R 9222 9225 8056 0 -1 4202560 2487 0 1 0 8670 5 0 0 20 0 19 0 8851411 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530704834304 140530542164351 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9225/tid=9228] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9228/stat : 9228 (java) S 9222 9225 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530666335144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9229] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9229/stat : 9229 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530665282600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9230] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9230/stat : 9230 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530664229544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9231] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9231/stat : 9231 (java) S 9222 9225 8056 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530663177000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9232] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9232/stat : 9232 (java) S 9222 9225 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530662123944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9233] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9233/stat : 9233 (java) S 9222 9225 8056 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530661071400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9234] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9234/stat : 9234 (java) S 9222 9225 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530660018344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9235] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9235/stat : 9235 (java) S 9222 9225 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530541390120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9236] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9236/stat : 9236 (java) S 9222 9225 8056 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530528979816 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9237] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9237/stat : 9237 (java) S 9222 9225 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530527926136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9238] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9238/stat : 9238 (java) S 9222 9225 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530526872968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9239] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9239/stat : 9239 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530525821712 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9240] ppid=9222 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/9225/task/9240/stat : 9240 (java) S 9222 9225 8056 0 -1 4202560 3203 0 0 0 59 0 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529786415416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9241] ppid=9222 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/9225/task/9241/stat : 9241 (java) S 9222 9225 8056 0 -1 4202560 13724 0 0 0 94 3 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529785362872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9242] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9242/stat : 9242 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529784310008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9243] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9243/stat : 9243 (java) S 9222 9225 8056 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529783257672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9244] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9244/stat : 9244 (java) S 9222 9225 8056 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8851446 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529782203944 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 88.4
Current children cumulated vsize (KiB) 9625040

[startup+87.0079 s]
/proc/loadavg: 2.25 2.23 2.19 3/213 9245
/proc/meminfo: memFree=29968516/32872528 swapFree=1286144/1433312
[pid=9225] ppid=9222 vsize=9625040 CPUtime=88.61 cores=1,3,5,7
/proc/9225/stat : 9225 (java) S 9222 9225 8056 0 -1 4202496 20728 0 1 0 8853 8 0 0 20 0 19 0 8851410 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140735287188848 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9225/statm: 2406260 43821 2290 9 0 2396937 0
[pid=9225/tid=9226] ppid=9222 vsize=9625040 CPUtime=86.96 cores=1,3,5,7
/proc/9225/task/9226/stat : 9226 (java) R 9222 9225 8056 0 -1 4202560 2487 0 1 0 8691 5 0 0 20 0 19 0 8851411 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530704834304 140530542133831 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9225/tid=9228] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9228/stat : 9228 (java) S 9222 9225 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530666335144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9229] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9229/stat : 9229 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530665282600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9230] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9230/stat : 9230 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530664229544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9231] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9231/stat : 9231 (java) S 9222 9225 8056 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530663177000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9232] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9232/stat : 9232 (java) S 9222 9225 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530662123944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9233] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9233/stat : 9233 (java) S 9222 9225 8056 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530661071400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9234] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9234/stat : 9234 (java) S 9222 9225 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530660018344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9235] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9235/stat : 9235 (java) S 9222 9225 8056 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8851412 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530541390120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9236] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9236/stat : 9236 (java) S 9222 9225 8056 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530528979816 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9237] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9237/stat : 9237 (java) S 9222 9225 8056 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530527926136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9238] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9238/stat : 9238 (java) S 9222 9225 8056 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8851413 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530526872968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9239] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9239/stat : 9239 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140530525821712 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9240] ppid=9222 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/9225/task/9240/stat : 9240 (java) S 9222 9225 8056 0 -1 4202560 3203 0 0 0 59 0 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529786415416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9225/tid=9241] ppid=9222 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/9225/task/9241/stat : 9241 (java) S 9222 9225 8056 0 -1 4202560 13724 0 0 0 94 3 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529785362872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9242] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9242/stat : 9242 (java) S 9222 9225 8056 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529784310008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9225/tid=9243] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9243/stat : 9243 (java) S 9222 9225 8056 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8851415 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529783257672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9225/tid=9244] ppid=9222 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9225/task/9244/stat : 9244 (java) S 9222 9225 8056 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8851446 9856040960 43821 33554432000 1073741824 1073778376 140735287197712 140529782203944 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 88.61
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 87.0424
CPU time (s): 88.6495
CPU user time (s): 88.5175
CPU system time (s): 0.131979
CPU usage (%): 101.846
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.5175
system time used= 0.131979
maximum resident set size= 179752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20757
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2213
involuntary context switches= 510

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.349946 second user time and 0.396939 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-16 11:07:26
IDJOB=4090709
IDBENCH=79359
IDSOLVER=2551
FILE ID=node130/4090709-1466068046
RUNJOBID= node130-1466062122-8073
PBS_JOBID= 19904009
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/academics/normalized-16wqueens_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090709-1466068046/watcher-4090709-1466068046 -o /tmp/evaluation-result-4090709-1466068046/solver-4090709-1466068046 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466062122-8073 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090709-1466068046.wbo

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

MD5SUM BENCH= 0eca1cee1f66f0b91a7a0aa842de562c
RANDOM SEED=34112596

node130.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.365
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.73
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.365
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.365
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.55
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.365
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.365
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.365
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.53
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.365
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.365
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:        30121372 kB
Buffers:            9204 kB
Cached:            41920 kB
SwapCached:          944 kB
Active:           590652 kB
Inactive:          28840 kB
Active(anon):     569892 kB
Inactive(anon):      584 kB
Active(file):      20760 kB
Inactive(file):    28256 kB
Unevictable:     1433312 kB
Mlocked:         1286144 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:               820 kB
Writeback:             0 kB
AnonPages:       2000836 kB
Mapped:            15272 kB
Shmem:                 0 kB
Slab:             565160 kB
SReclaimable:       8556 kB
SUnreclaim:       556604 kB
KernelStack:        1600 kB
PageTables:         7984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2234312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    688128 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= 71748 MiB
End job on node130 at 2016-06-16 11:08:54