Trace number 4085430

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPT5 9.32458 7.54959

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-ricks.r.opb
MD5SUM518a034b80f08d868ecb31feb5231fce
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.046992
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables363
Total number of constraints78
Number of constraints which are clauses78
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint228
Number of terms in the objective function 363
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 363
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 363
Number of bits of the biggest sum of numbers9
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4085430-1465242188.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
0.24/0.29	c ... done. Wall clock time 0.167s.
0.24/0.29	c declared #vars     363
0.24/0.29	c #constraints  78
0.24/0.29	c constraints type 
0.24/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 66
0.24/0.29	c org.sat4j.specs.Constr$1 => 11
0.24/0.29	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.24/0.29	c 78 constraints processed.
0.24/0.29	c objective function length is 363 literals
0.53/0.30	c SATISFIABLE
0.53/0.30	c OPTIMIZING...
0.53/0.30	c Got one! Elapsed wall clock time (in seconds):0.176
0.53/0.30	o 7
0.53/0.31	c Got one! Elapsed wall clock time (in seconds):0.184
0.53/0.31	o 6
0.80/0.41	c Got one! Elapsed wall clock time (in seconds):0.289
0.80/0.41	o 5
1.06/0.66	c cleaning 2907 clauses out of 5820 with flag 13306/5820
1.52/0.95	c cleaning 4452 clauses out of 8914 with flag 30856/11821
2.24/1.35	c cleaning 5729 clauses out of 11461 with flag 53648/18820
2.89/1.77	c cleaning 6866 clauses out of 13732 with flag 84443/26820
3.54/2.35	c cleaning 7856 clauses out of 15865 with flag 120405/35820
4.74/3.03	c cleaning 9004 clauses out of 18007 with flag 158868/45820
5.54/3.89	c cleaning 9960 clauses out of 20003 with flag 201388/56820
6.45/4.79	c cleaning 10998 clauses out of 22044 with flag 247506/68823
7.45/5.77	c cleaning 11964 clauses out of 24050 with flag 297360/81827
8.65/6.91	c cleaning 13026 clauses out of 26052 with flag 352006/95823
9.25/7.54	c starts		: 498
9.25/7.54	c conflicts		: 104189
9.25/7.54	c decisions		: 648045
9.25/7.54	c propagations		: 4189030
9.25/7.54	c inspects		: 86723751
9.25/7.54	c shortcuts		: 0
9.25/7.54	c learnt literals	: 62
9.25/7.54	c learnt binary clauses	: 199
9.25/7.54	c learnt ternary clauses	: 285
9.25/7.54	c learnt constraints	: 104126
9.25/7.54	c ignored constraints	: 0
9.25/7.54	c root simplifications	: 0
9.25/7.54	c removed literals (reason simplification)	: 0
9.25/7.54	c reason swapping (by a shorter reason)	: 0
9.25/7.54	c Calls to reduceDB	: 10
9.25/7.54	c Number of update (reduction) of LBD	: 69437
9.25/7.54	c Imported unit clauses	: 0
9.25/7.54	c number of reductions to clauses (during analyze)	: 0
9.25/7.54	c number of learned constraints concerned by reduction	: 0
9.25/7.54	c number of learning phase by resolution	: 0
9.25/7.54	c number of learning phase by cutting planes	: 0
9.25/7.54	c speed (assignments/second)	: 578435.5150510909
9.25/7.54	c non guided choices	0
9.25/7.54	c learnt constraints type 
9.25/7.54	s OPTIMUM FOUND
9.25/7.54	c Found 3 solution(s)
9.25/7.54	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 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 
9.25/7.54	c objective function=5
9.25/7.54	c Total wall clock time (in seconds): 7.416

Verifier Data

OK	5

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-4085430-1465242188/watcher-4085430-1465242188 -o /tmp/evaluation-result-4085430-1465242188/solver-4085430-1465242188 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32604 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085430-1465242188.opb 

pid=3590
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.14 2.13 2.09 4/194 3593
/proc/meminfo: memFree=31540084/32872528 swapFree=12744/274376
[pid=3593] ppid=3590 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/3593/stat : 3593 (java) R 3590 3593 32587 0 -1 4202496 361 0 0 0 0 0 0 0 20 0 1 0 106153509 278528 33 33554432000 1073741824 1073778376 140734005366992 140733728413496 251134045479 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/3593/statm: 68 33 25 9 0 25 0

[startup+0.102289 s]
/proc/loadavg: 2.14 2.13 2.09 4/194 3593
/proc/meminfo: memFree=31540084/32872528 swapFree=12744/274376
[pid=3593] ppid=3590 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/3593/stat : 3593 (java) S 3590 3593 32587 0 -1 4202496 4432 0 1 0 8 1 0 0 20 0 18 0 106153509 9787879424 5035 33554432000 1073741824 1073778376 140734005366992 140734005358128 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3593/statm: 2389619 5035 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200232 s]
/proc/loadavg: 2.14 2.13 2.09 4/194 3593
/proc/meminfo: memFree=31540084/32872528 swapFree=12744/274376
[pid=3593] ppid=3590 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/3593/stat : 3593 (java) S 3590 3593 32587 0 -1 4202496 4811 0 1 0 23 1 0 0 20 0 18 0 106153509 9787879424 6364 33554432000 1073741824 1073778376 140734005366992 140734005358128 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3593/statm: 2389619 6364 2211 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300247 s]
/proc/loadavg: 2.14 2.13 2.09 4/194 3593
/proc/meminfo: memFree=31540084/32872528 swapFree=12744/274376
[pid=3593] ppid=3590 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/3593/stat : 3593 (java) S 3590 3593 32587 0 -1 4202496 7419 0 1 0 51 2 0 0 20 0 18 0 106153509 9787879424 8930 33554432000 1073741824 1073778376 140734005366992 140734005358128 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3593/statm: 2389619 8930 2238 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700301 s]
/proc/loadavg: 2.14 2.13 2.09 4/194 3593
/proc/meminfo: memFree=31540084/32872528 swapFree=12744/274376
[pid=3593] ppid=3590 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/3593/stat : 3593 (java) S 3590 3593 32587 0 -1 4202496 8530 0 1 0 121 2 0 0 20 0 19 0 106153509 9856040960 11118 33554432000 1073741824 1073778376 140734005366992 140734005358128 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3593/statm: 2406260 11118 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625040

[startup+1.50089 s]
/proc/loadavg: 2.14 2.13 2.09 4/213 3612
/proc/meminfo: memFree=31483608/32872528 swapFree=12744/274376
[pid=3593] ppid=3590 vsize=9625040 CPUtime=2.62 cores=1,3,5,7
/proc/3593/stat : 3593 (java) S 3590 3593 32587 0 -1 4202496 18665 0 1 0 258 4 0 0 20 0 19 0 106153509 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 140734005358128 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3593/statm: 2406260 17888 2260 9 0 2396937 0
[pid=3593/tid=3595] ppid=3590 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/3593/task/3595/stat : 3595 (java) R 3590 3593 32587 0 -1 4202560 2479 0 1 0 145 2 0 0 20 0 19 0 106153510 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 139796617546264 139796557873185 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3596] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3596/stat : 3596 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 139796556278696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3597] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3597/stat : 3597 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 139796460289064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3598] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3598/stat : 3598 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 139796459236008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3593/tid=3599] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3599/stat : 3599 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 139796458183464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3600] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3600/stat : 3600 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 139796457130408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3601] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3601/stat : 3601 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 139796456077864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3602] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3602/stat : 3602 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 139796455024808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3603] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3603/stat : 3603 (java) S 3590 3593 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 139796453972264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3604] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3604/stat : 3604 (java) S 3590 3593 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106153512 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 139796441774952 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3605] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3605/stat : 3605 (java) S 3590 3593 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106153513 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 139796440721272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3606] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3606/stat : 3606 (java) S 3590 3593 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106153513 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 139796439668104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3607] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3607/stat : 3607 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153515 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 139796438616848 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3608] ppid=3590 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/3593/task/3608/stat : 3608 (java) S 3590 3593 32587 0 -1 4202560 2389 0 0 0 32 0 0 0 20 0 19 0 106153515 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 139796437563704 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3609] ppid=3590 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/3593/task/3609/stat : 3609 (java) R 3590 3593 32587 0 -1 4202560 12522 0 0 0 78 2 0 0 20 0 19 0 106153515 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 139796436511040 139796624532207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3593/tid=3610] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3610/stat : 3610 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153516 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 139796435458296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3611] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3611/stat : 3611 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153516 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 139796434405960 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3612] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3612/stat : 3612 (java) S 3590 3593 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106153539 9856040960 17888 33554432000 1073741824 1073778376 140734005366992 139796433303080 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.21 2.14 2.09 3/213 3612
/proc/meminfo: memFree=31473804/32872528 swapFree=12744/274376
[pid=3593] ppid=3590 vsize=9625040 CPUtime=4.84 cores=1,3,5,7
/proc/3593/stat : 3593 (java) S 3590 3593 32587 0 -1 4202496 22788 0 1 0 479 5 0 0 20 0 19 0 106153509 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 140734005358128 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3593/statm: 2406260 21060 2260 9 0 2396937 0
[pid=3593/tid=3595] ppid=3590 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/3593/task/3595/stat : 3595 (java) R 3590 3593 32587 0 -1 4202560 2488 0 1 0 305 2 0 0 20 0 19 0 106153510 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 139796617548312 139796557506415 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3596] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3596/stat : 3596 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 139796556278696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3597] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3597/stat : 3597 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 139796460289064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3598] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3598/stat : 3598 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 139796459236008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3593/tid=3599] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3599/stat : 3599 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 139796458183464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3600] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3600/stat : 3600 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 139796457130408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3601] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3601/stat : 3601 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 139796456077864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3602] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3602/stat : 3602 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 139796455024808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3603] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3603/stat : 3603 (java) S 3590 3593 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 139796453972264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3604] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3604/stat : 3604 (java) S 3590 3593 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106153512 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 139796441774952 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3605] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3605/stat : 3605 (java) S 3590 3593 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106153513 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 139796440721272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3606] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3606/stat : 3606 (java) S 3590 3593 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106153513 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 139796439668104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3607] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3607/stat : 3607 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153515 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 139796438616848 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3608] ppid=3590 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/3593/task/3608/stat : 3608 (java) S 3590 3593 32587 0 -1 4202560 2707 0 0 0 39 0 0 0 20 0 19 0 106153515 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 139796437563704 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3609] ppid=3590 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/3593/task/3609/stat : 3609 (java) S 3590 3593 32587 0 -1 4202560 16318 0 0 0 132 3 0 0 20 0 19 0 106153515 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 139796436511160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3593/tid=3610] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3610/stat : 3610 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153516 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 139796435458296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3611] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3611/stat : 3611 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153516 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 139796434405960 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3612] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3612/stat : 3612 (java) S 3590 3593 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106153539 9856040960 21060 33554432000 1073741824 1073778376 140734005366992 139796433303080 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.21 2.14 2.09 3/213 3612
/proc/meminfo: memFree=31453488/32872528 swapFree=12744/274376
[pid=3593] ppid=3590 vsize=9625040 CPUtime=8.05 cores=1,3,5,7
/proc/3593/stat : 3593 (java) S 3590 3593 32587 0 -1 4202496 22801 0 1 0 800 5 0 0 20 0 19 0 106153509 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 140734005358128 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3593/statm: 2406260 24367 2261 9 0 2396937 0
[pid=3593/tid=3595] ppid=3590 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/3593/task/3595/stat : 3595 (java) R 3590 3593 32587 0 -1 4202560 2500 0 1 0 624 2 0 0 20 0 19 0 106153510 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 139796617546248 139796557827453 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3596] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3596/stat : 3596 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 139796556278696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3597] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3597/stat : 3597 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 139796460289064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3598] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3598/stat : 3598 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 139796459236008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3593/tid=3599] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3599/stat : 3599 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 139796458183464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3600] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3600/stat : 3600 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 139796457130408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3601] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3601/stat : 3601 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 139796456077864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3602] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3602/stat : 3602 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 139796455024808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3603] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3603/stat : 3603 (java) S 3590 3593 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 139796453972264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3604] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3604/stat : 3604 (java) S 3590 3593 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106153512 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 139796441774952 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3605] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3605/stat : 3605 (java) S 3590 3593 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106153513 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 139796440721272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3606] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3606/stat : 3606 (java) S 3590 3593 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106153513 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 139796439668104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3607] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3607/stat : 3607 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153515 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 139796438616848 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3608] ppid=3590 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/3593/task/3608/stat : 3608 (java) S 3590 3593 32587 0 -1 4202560 2707 0 0 0 40 0 0 0 20 0 19 0 106153515 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 139796437563704 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3609] ppid=3590 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/3593/task/3609/stat : 3609 (java) S 3590 3593 32587 0 -1 4202560 16318 0 0 0 132 3 0 0 20 0 19 0 106153515 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 139796436511160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3593/tid=3610] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3610/stat : 3610 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153516 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 139796435458296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3611] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3611/stat : 3611 (java) S 3590 3593 32587 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106153516 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 139796434405960 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3612] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3612/stat : 3612 (java) S 3590 3593 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106153539 9856040960 24367 33554432000 1073741824 1073778376 140734005366992 139796433303080 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.05
Current children cumulated vsize (KiB) 9625040


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

[pid=3593/tid=3598] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3598/stat : 3598 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 24879 33554432000 1073741824 1073778376 140734005366992 139796459236008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3593/tid=3599] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3599/stat : 3599 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 24879 33554432000 1073741824 1073778376 140734005366992 139796458183464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3600] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3600/stat : 3600 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 24879 33554432000 1073741824 1073778376 140734005366992 139796457130408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3601] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3601/stat : 3601 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 24879 33554432000 1073741824 1073778376 140734005366992 139796456077864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3602] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3602/stat : 3602 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 24879 33554432000 1073741824 1073778376 140734005366992 139796455024808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3603] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3603/stat : 3603 (java) S 3590 3593 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 24879 33554432000 1073741824 1073778376 140734005366992 139796453972264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3604] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3604/stat : 3604 (java) S 3590 3593 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106153512 9856040960 24879 33554432000 1073741824 1073778376 140734005366992 139796441774952 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3605] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3605/stat : 3605 (java) S 3590 3593 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106153513 9856040960 24879 33554432000 1073741824 1073778376 140734005366992 139796440721272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3606] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3606/stat : 3606 (java) S 3590 3593 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106153513 9856040960 24879 33554432000 1073741824 1073778376 140734005366992 139796439668104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3607] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3607/stat : 3607 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153515 9856040960 24879 33554432000 1073741824 1073778376 140734005366992 139796438616848 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3608] ppid=3590 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/3593/task/3608/stat : 3608 (java) S 3590 3593 32587 0 -1 4202560 2707 0 0 0 40 0 0 0 20 0 19 0 106153515 9856040960 24879 33554432000 1073741824 1073778376 140734005366992 139796437563704 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3609] ppid=3590 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/3593/task/3609/stat : 3609 (java) S 3590 3593 32587 0 -1 4202560 16318 0 0 0 132 3 0 0 20 0 19 0 106153515 9856040960 24879 33554432000 1073741824 1073778376 140734005366992 139796436511160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3593/tid=3610] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3610/stat : 3610 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153516 9856040960 24879 33554432000 1073741824 1073778376 140734005366992 139796435458296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3611] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3611/stat : 3611 (java) S 3590 3593 32587 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106153516 9856040960 24879 33554432000 1073741824 1073778376 140734005366992 139796434405960 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3612] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3612/stat : 3612 (java) S 3590 3593 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106153539 9856040960 24879 33554432000 1073741824 1073778376 140734005366992 139796433303080 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 9625040

[startup+7.20076 s]
/proc/loadavg: 2.21 2.14 2.09 3/213 3612
/proc/meminfo: memFree=31447352/32872528 swapFree=12744/274376
[pid=3593] ppid=3590 vsize=9625040 CPUtime=8.95 cores=1,3,5,7
/proc/3593/stat : 3593 (java) S 3590 3593 32587 0 -1 4202496 22804 0 1 0 890 5 0 0 20 0 19 0 106153509 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 140734005358128 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3593/statm: 2406260 25903 2261 9 0 2396937 0
[pid=3593/tid=3595] ppid=3590 vsize=9625040 CPUtime=7.16 cores=1,3,5,7
/proc/3593/task/3595/stat : 3595 (java) R 3590 3593 32587 0 -1 4202560 2503 0 1 0 714 2 0 0 20 0 19 0 106153510 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796617546128 139796557820096 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3596] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3596/stat : 3596 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796556278696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3597] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3597/stat : 3597 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796460289064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3598] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3598/stat : 3598 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796459236008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3593/tid=3599] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3599/stat : 3599 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796458183464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3600] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3600/stat : 3600 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796457130408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3601] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3601/stat : 3601 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796456077864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3602] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3602/stat : 3602 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796455024808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3603] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3603/stat : 3603 (java) S 3590 3593 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796453972264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3604] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3604/stat : 3604 (java) S 3590 3593 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106153512 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796441774952 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3605] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3605/stat : 3605 (java) S 3590 3593 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106153513 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796440721272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3606] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3606/stat : 3606 (java) S 3590 3593 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106153513 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796439668104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3607] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3607/stat : 3607 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153515 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796438616848 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3608] ppid=3590 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/3593/task/3608/stat : 3608 (java) S 3590 3593 32587 0 -1 4202560 2707 0 0 0 40 0 0 0 20 0 19 0 106153515 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796437563704 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3609] ppid=3590 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/3593/task/3609/stat : 3609 (java) S 3590 3593 32587 0 -1 4202560 16318 0 0 0 132 3 0 0 20 0 19 0 106153515 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796436511160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3593/tid=3610] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3610/stat : 3610 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153516 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796435458296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3611] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3611/stat : 3611 (java) S 3590 3593 32587 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106153516 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796434405960 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3612] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3612/stat : 3612 (java) S 3590 3593 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106153539 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796433303080 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.95
Current children cumulated vsize (KiB) 9625040

[startup+7.40075 s]
/proc/loadavg: 2.21 2.14 2.09 3/213 3612
/proc/meminfo: memFree=31447352/32872528 swapFree=12744/274376
[pid=3593] ppid=3590 vsize=9625040 CPUtime=9.15 cores=1,3,5,7
/proc/3593/stat : 3593 (java) S 3590 3593 32587 0 -1 4202496 22804 0 1 0 910 5 0 0 20 0 19 0 106153509 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 140734005358128 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3593/statm: 2406260 25903 2261 9 0 2396937 0
[pid=3593/tid=3595] ppid=3590 vsize=9625040 CPUtime=7.36 cores=1,3,5,7
/proc/3593/task/3595/stat : 3595 (java) R 3590 3593 32587 0 -1 4202560 2503 0 1 0 734 2 0 0 20 0 19 0 106153510 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796617546128 139796557873166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3596] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3596/stat : 3596 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796556278696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3597] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3597/stat : 3597 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796460289064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3598] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3598/stat : 3598 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796459236008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3593/tid=3599] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3599/stat : 3599 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796458183464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3600] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3600/stat : 3600 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796457130408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3601] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3601/stat : 3601 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796456077864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3602] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3602/stat : 3602 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796455024808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3603] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3603/stat : 3603 (java) S 3590 3593 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796453972264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3604] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3604/stat : 3604 (java) S 3590 3593 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106153512 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796441774952 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3605] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3605/stat : 3605 (java) S 3590 3593 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106153513 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796440721272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3606] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3606/stat : 3606 (java) S 3590 3593 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106153513 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796439668104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3607] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3607/stat : 3607 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153515 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796438616848 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3608] ppid=3590 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/3593/task/3608/stat : 3608 (java) S 3590 3593 32587 0 -1 4202560 2707 0 0 0 40 0 0 0 20 0 19 0 106153515 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796437563704 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3609] ppid=3590 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/3593/task/3609/stat : 3609 (java) S 3590 3593 32587 0 -1 4202560 16318 0 0 0 132 3 0 0 20 0 19 0 106153515 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796436511160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3593/tid=3610] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3610/stat : 3610 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153516 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796435458296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3611] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3611/stat : 3611 (java) S 3590 3593 32587 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106153516 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796434405960 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3612] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3612/stat : 3612 (java) S 3590 3593 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106153539 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796433303080 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.15
Current children cumulated vsize (KiB) 9625040

[startup+7.50076 s]
/proc/loadavg: 2.21 2.14 2.09 3/213 3612
/proc/meminfo: memFree=31447352/32872528 swapFree=12744/274376
[pid=3593] ppid=3590 vsize=9625040 CPUtime=9.25 cores=1,3,5,7
/proc/3593/stat : 3593 (java) S 3590 3593 32587 0 -1 4202496 22804 0 1 0 920 5 0 0 20 0 19 0 106153509 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 140734005358128 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/3593/statm: 2406260 25903 2261 9 0 2396937 0
[pid=3593/tid=3595] ppid=3590 vsize=9625040 CPUtime=7.46 cores=1,3,5,7
/proc/3593/task/3595/stat : 3595 (java) R 3590 3593 32587 0 -1 4202560 2503 0 1 0 744 2 0 0 20 0 19 0 106153510 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796617546128 139796557827487 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3596] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3596/stat : 3596 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796556278696 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3597] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3597/stat : 3597 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796460289064 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3598] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3598/stat : 3598 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796459236008 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3593/tid=3599] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3599/stat : 3599 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796458183464 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3600] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3600/stat : 3600 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796457130408 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3601] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3601/stat : 3601 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796456077864 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3593/tid=3602] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3602/stat : 3602 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796455024808 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3603] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3603/stat : 3603 (java) S 3590 3593 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106153511 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796453972264 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3604] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3604/stat : 3604 (java) S 3590 3593 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106153512 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796441774952 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3605] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3605/stat : 3605 (java) S 3590 3593 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106153513 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796440721272 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3606] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3606/stat : 3606 (java) S 3590 3593 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106153513 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796439668104 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3607] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3607/stat : 3607 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153515 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796438616848 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3608] ppid=3590 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/3593/task/3608/stat : 3608 (java) S 3590 3593 32587 0 -1 4202560 2707 0 0 0 41 0 0 0 20 0 19 0 106153515 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796437563704 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3593/tid=3609] ppid=3590 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/3593/task/3609/stat : 3609 (java) S 3590 3593 32587 0 -1 4202560 16318 0 0 0 132 3 0 0 20 0 19 0 106153515 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796436511160 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3593/tid=3610] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3610/stat : 3610 (java) S 3590 3593 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106153516 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796435458296 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3611] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3611/stat : 3611 (java) S 3590 3593 32587 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106153516 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796434405960 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3593/tid=3612] ppid=3590 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3593/task/3612/stat : 3612 (java) S 3590 3593 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106153539 9856040960 25903 33554432000 1073741824 1073778376 140734005366992 139796433303080 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.25
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 7.54959
CPU time (s): 9.32458
CPU user time (s): 9.24159
CPU system time (s): 0.082987
CPU usage (%): 123.511
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.2416
system time used= 0.082987
maximum resident set size= 105724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22827
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= 456
involuntary context switches= 34

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.021996 second user time and 0.077988 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-06 21:43:08
IDJOB=4085430
IDBENCH=2861
IDSOLVER=2546
FILE ID=node107/4085430-1465242188
RUNJOBID= node107-1465220764-32604
PBS_JOBID= 19843224
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-ricks.r.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085430-1465242188/watcher-4085430-1465242188 -o /tmp/evaluation-result-4085430-1465242188/solver-4085430-1465242188 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32604 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085430-1465242188.opb

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

MD5SUM BENCH= 518a034b80f08d868ecb31feb5231fce
RANDOM SEED=439868611

node107.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.441
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.88
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.441
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.441
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.54
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.441
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.441
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.441
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.55
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.441
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.441
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:        31540348 kB
Buffers:           31728 kB
Cached:            98756 kB
SwapCached:         1684 kB
Active:           291460 kB
Inactive:          62840 kB
Active(anon):     225836 kB
Inactive(anon):      388 kB
Active(file):      65624 kB
Inactive(file):    62452 kB
Unevictable:      274376 kB
Mlocked:           12744 kB
SwapTotal:      67108856 kB
SwapFree:       67098436 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:        500284 kB
Mapped:            15284 kB
Shmem:                 0 kB
Slab:             567856 kB
SReclaimable:      11212 kB
SUnreclaim:       556644 kB
KernelStack:        1576 kB
PageTables:         4908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1091504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    475136 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 node107 at 2016-06-06 21:43:15