Trace number 4106329

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 Res+CP PB16OPT3 116.776 57.1186

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=89-P1=181-P2=233-P3=19-P4=167-P5=113-P6=191-P7=61-P8=59-B.opb
MD5SUMa6d214cc283b484f5cca285d86c4d8bb
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.136978
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables192
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)512
Sum of products size (including duplicates)1024
Number of different products512
Sum of products size1024

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.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4106329-1466270710.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
0.21/0.23	c ... done. Wall clock time 0.106s.
0.21/0.23	c declared #vars     192
0.21/0.23	c internal #vars     704
0.21/0.23	c #constraints  1049
0.21/0.24	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.21/0.24	c constraints type 
0.21/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.21/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
0.21/0.24	c 1049 constraints processed.
0.21/0.24	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.21/0.24	c constraints type 
0.21/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
0.21/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
0.21/0.24	c 1049 constraints processed.
0.21/0.24	c objective function length is 8 literals
2.80/0.93	c cleaning 2492 clauses out of 5000 with flag 11015/5000
4.38/1.32	c cleaning 4249 clauses out of 8508 with flag 23780/11000
5.35/1.66	c And the winner is solver0
5.49/1.74	c SATISFIABLE
5.49/1.74	c OPTIMIZING...
5.49/1.74	c Got one! Elapsed wall clock time (in seconds):1.61
5.49/1.74	o 21
6.24/2.17	c cleaning 7720 clauses out of 15448 with flag 10254/22189
7.50/2.77	c cleaning 6858 clauses out of 13727 with flag 22923/28188
9.01/3.27	c cleaning 6923 clauses out of 13869 with flag 39384/35188
10.47/3.93	c cleaning 7462 clauses out of 14947 with flag 58519/43189
10.47/3.99	c And the winner is solver0
10.76/4.24	c Got one! Elapsed wall clock time (in seconds):4.112
10.76/4.24	o 3
11.10/4.43	c cleaning 6634 clauses out of 13288 with flag 9123/48992
11.69/4.74	c cleaning 6324 clauses out of 12654 with flag 22819/54992
12.92/5.33	c cleaning 6666 clauses out of 13331 with flag 37136/61993
13.72/5.75	c cleaning 7327 clauses out of 14664 with flag 54234/69992
14.72/6.23	c cleaning 8169 clauses out of 16342 with flag 73218/78997
16.73/7.29	c cleaning 9079 clauses out of 18168 with flag 93462/88992
18.56/8.19	c cleaning 10040 clauses out of 20090 with flag 117524/99993
20.56/9.15	c cleaning 11026 clauses out of 22051 with flag 143873/111994
22.40/10.05	c cleaning 12004 clauses out of 24023 with flag 173577/124992
24.18/10.92	c cleaning 12998 clauses out of 26020 with flag 204723/138993
26.20/11.90	c cleaning 14010 clauses out of 28021 with flag 237763/153993
28.40/13.06	c cleaning 15002 clauses out of 30010 with flag 273027/169992
30.65/14.13	c cleaning 15989 clauses out of 32009 with flag 311425/186993
33.27/15.48	c cleaning 16995 clauses out of 34019 with flag 349742/204992
36.05/16.81	c cleaning 18011 clauses out of 36024 with flag 391024/223992
38.88/18.28	c cleaning 19003 clauses out of 38015 with flag 436071/243994
41.88/19.78	c cleaning 20000 clauses out of 40011 with flag 483272/264993
46.08/21.84	c cleaning 20998 clauses out of 42014 with flag 532781/286996
49.72/23.64	c cleaning 22002 clauses out of 44012 with flag 585106/309992
54.52/26.01	c cleaning 22995 clauses out of 46011 with flag 639924/333993
58.72/28.12	c cleaning 23999 clauses out of 48015 with flag 695210/358993
60.12/28.87	c cleaning 0 clauses out of 6570 with flag 0/6572
64.25/30.74	c cleaning 25002 clauses out of 50015 with flag 753091/384993
68.78/32.95	c cleaning 26000 clauses out of 52013 with flag 811664/411993
74.01/35.54	c cleaning 27001 clauses out of 54013 with flag 874077/439993
79.21/38.20	c cleaning 27998 clauses out of 56013 with flag 937537/468994
86.75/41.88	c cleaning 29002 clauses out of 58013 with flag 1003598/498993
95.79/46.31	c cleaning 30007 clauses out of 60013 with flag 1075057/529995
104.17/50.59	c cleaning 30998 clauses out of 62003 with flag 1150136/561992
116.21/56.51	c And the winner is solver0
116.56/57.09	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
116.56/57.09	c starts		: 1572
116.56/57.09	c conflicts		: 593100
116.56/57.09	c decisions		: 694594
116.56/57.09	c propagations		: 12098286
116.56/57.09	c inspects		: 865123733
116.56/57.09	c shortcuts		: 0
116.56/57.09	c learnt literals	: 19
116.56/57.09	c learnt binary clauses	: 30
116.56/57.09	c learnt ternary clauses	: 56
116.56/57.09	c learnt constraints	: 593080
116.56/57.09	c ignored constraints	: 0
116.56/57.09	c root simplifications	: 0
116.56/57.09	c removed literals (reason simplification)	: 1413514
116.56/57.09	c reason swapping (by a shorter reason)	: 0
116.56/57.09	c Calls to reduceDB	: 34
116.56/57.09	c Number of update (reduction) of LBD	: 22062
116.56/57.09	c Imported unit clauses	: 0
116.56/57.09	c number of reductions to clauses (during analyze)	: 0
116.56/57.09	c number of learned constraints concerned by reduction	: 0
116.56/57.09	c number of learning phase by resolution	: 0
116.56/57.09	c number of learning phase by cutting planes	: 0
116.56/57.09	c speed (assignments/second)	: 212814.40306777606
116.56/57.09	c non guided choices	5159
116.56/57.09	c learnt constraints type 
116.56/57.09	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
116.56/57.09	c starts		: 42
116.56/57.09	c conflicts		: 9903
116.56/57.09	c decisions		: 11139
116.56/57.09	c propagations		: 177112
116.56/57.09	c inspects		: 98207612
116.56/57.09	c shortcuts		: 0
116.56/57.09	c learnt literals	: 0
116.56/57.09	c learnt binary clauses	: 0
116.56/57.09	c learnt ternary clauses	: 0
116.56/57.09	c learnt constraints	: 9900
116.56/57.09	c ignored constraints	: 0
116.56/57.09	c root simplifications	: 0
116.56/57.09	c removed literals (reason simplification)	: 0
116.56/57.09	c reason swapping (by a shorter reason)	: 0
116.56/57.09	c Calls to reduceDB	: 1
116.56/57.09	c Number of update (reduction) of LBD	: 0
116.56/57.09	c Imported unit clauses	: 0
116.56/57.09	c number of reductions to clauses (during analyze)	: 0
116.56/57.09	c number of learned constraints concerned by reduction	: 0
116.56/57.09	c number of learning phase by resolution	: 0
116.56/57.09	c number of learning phase by cutting planes	: 0
116.56/57.09	c speed (assignments/second)	: 3351.220435193945
116.56/57.09	c non guided choices	401
116.56/57.09	c learnt constraints type 
116.56/57.09	s OPTIMUM FOUND
116.56/57.09	c Found 2 solution(s)
116.56/57.09	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 x13 x14 -x15 x16 x17 x18 -x19 -x20 x21 x22 x23 x24 x25 -x26 x27 -x28 -x29 -x30 x31 -x32 x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 x42 -x43 x44 x45 -x46 -x47 x48 x49 -x50 -x51 x52 -x53 -x54 x55 x56 x57 x58 x59 x60 -x61 -x62 -x63 -x64 x65 x66 -x67 x68 x69 -x70 -x71 -x72 x73 x74 -x75 -x76 x77 -x78 -x79 -x80 x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 x89 -x90 x91 x92 -x93 x94 x95 -x96 x97 x98 x99 -x100 -x101 -x102 x103 -x104 x105 -x106 x107 x108 x109 x110 x111 x112 x113 -x114 x115 -x116 -x117 x118 -x119 x120 x121 x122 -x123 x124 -x125 x126 -x127 x128 -x129 x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 x164 -x165 x166 -x167 -x168 -x169 x170 x171 -x172 -x173 -x174 x175 x176 x177 -x178 -x179 x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 x189 -x190 -x191 -x192 
116.56/57.09	c objective function=3
116.56/57.09	c Total wall clock time (in seconds): 56.964

Verifier Data

OK	3

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-4106329-1466270710/watcher-4106329-1466270710 -o /tmp/evaluation-result-4106329-1466270710/solver-4106329-1466270710 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106329-1466270710.opb 

pid=8260
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: 3.24 3.65 3.57 4/197 8263
/proc/meminfo: memFree=28089368/32872528 swapFree=1286400/1433568
[pid=8263] ppid=8260 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8263/stat : 8263 (java) D 8260 8263 3621 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 29117819 9515008 176 33554432000 1073741824 1073778376 140734144720416 140734144703144 214369649552 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/8263/statm: 2323 176 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 3.24 3.65 3.57 4/197 8263
/proc/meminfo: memFree=28089368/32872528 swapFree=1286400/1433568
[pid=8263] ppid=8260 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8263/stat : 8263 (java) S 8260 8263 3621 0 -1 4202496 4336 0 1 0 7 0 0 0 20 0 18 0 29117819 9787879424 4936 33554432000 1073741824 1073778376 140735566918192 140735566909328 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8263/statm: 2389619 4940 2088 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200231 s]
/proc/loadavg: 3.24 3.65 3.57 4/197 8263
/proc/meminfo: memFree=28089368/32872528 swapFree=1286400/1433568
[pid=8263] ppid=8260 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/8263/stat : 8263 (java) S 8260 8263 3621 0 -1 4202496 4645 0 1 0 20 1 0 0 20 0 18 0 29117819 9787879424 6756 33554432000 1073741824 1073778376 140735566918192 140735566909328 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8263/statm: 2389619 6756 2191 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300242 s]
/proc/loadavg: 3.24 3.65 3.57 4/197 8263
/proc/meminfo: memFree=28089368/32872528 swapFree=1286400/1433568
[pid=8263] ppid=8260 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/8263/stat : 8263 (java) S 8260 8263 3621 0 -1 4202496 7753 0 1 0 50 1 0 0 20 0 22 0 29117819 10060525568 10672 33554432000 1073741824 1073778376 140735566918192 140735566909328 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8263/statm: 2456183 10672 2233 9 0 2446860 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9824732

[startup+0.700179 s]
/proc/loadavg: 3.24 3.65 3.57 4/197 8263
/proc/meminfo: memFree=28089368/32872528 swapFree=1286400/1433568
[pid=8263] ppid=8260 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/8263/stat : 8263 (java) S 8260 8263 3621 0 -1 4202496 18714 0 1 0 197 3 0 0 20 0 22 0 29117819 10060525568 20700 33554432000 1073741824 1073778376 140735566918192 140735566909328 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8263/statm: 2456183 20700 2248 9 0 2446860 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 3.22 3.64 3.57 7/219 8285
/proc/meminfo: memFree=27928408/32872528 swapFree=1286400/1433568
[pid=8263] ppid=8260 vsize=9824732 CPUtime=5.13 cores=1,3,5,7
/proc/8263/stat : 8263 (java) S 8260 8263 3621 0 -1 4202496 29352 0 1 0 505 8 0 0 20 0 22 0 29117819 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140735566909328 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8263/statm: 2456183 48620 2278 9 0 2446860 0
[pid=8263/tid=8265] ppid=8260 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/8263/task/8265/stat : 8265 (java) S 8260 8263 3621 0 -1 4202560 2460 0 1 0 20 0 0 0 20 0 22 0 29117821 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479250051960 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8263/tid=8266] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8266/stat : 8266 (java) S 8260 8263 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29117822 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479188781224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8267] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8267/stat : 8267 (java) S 8260 8263 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29117822 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479187728680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8268] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8268/stat : 8268 (java) S 8260 8263 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29117822 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479091653032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8269] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8269/stat : 8269 (java) S 8260 8263 3621 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 29117822 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479090600488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8263/tid=8270] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8270/stat : 8270 (java) S 8260 8263 3621 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 29117822 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479089547944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8271] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8271/stat : 8271 (java) S 8260 8263 3621 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29117822 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479088495400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8272] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8272/stat : 8272 (java) S 8260 8263 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29117822 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479087442856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8273] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8273/stat : 8273 (java) S 8260 8263 3621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29117822 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479086390312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8274] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8274/stat : 8274 (java) S 8260 8263 3621 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29117823 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479074191464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8263/tid=8275] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8275/stat : 8275 (java) S 8260 8263 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29117824 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479073137784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8276] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8276/stat : 8276 (java) S 8260 8263 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29117824 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479072085128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8277] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8277/stat : 8277 (java) S 8260 8263 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29117826 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479071033872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8278] ppid=8260 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/8263/task/8278/stat : 8278 (java) R 8260 8263 3621 0 -1 4202560 11298 0 0 0 116 2 0 0 20 0 22 0 29117826 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479069968768 140479252957276 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8279] ppid=8260 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/8263/task/8279/stat : 8279 (java) R 8260 8263 3621 0 -1 4202560 14079 0 0 0 121 2 0 0 20 0 22 0 29117826 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479068919480 140479254168005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8280] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8280/stat : 8280 (java) S 8260 8263 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29117826 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479067876344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8281] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8281/stat : 8281 (java) S 8260 8263 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29117826 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479066824008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8282] ppid=8260 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/8263/task/8282/stat : 8282 (java) R 8260 8263 3621 0 -1 4202560 24 0 0 0 123 0 0 0 20 0 22 0 29117844 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479065766376 140479190260784 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8283] ppid=8260 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/8263/task/8283/stat : 8283 (java) R 8260 8263 3621 0 -1 4202560 100 0 0 0 116 2 0 0 20 0 22 0 29117844 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479064714032 140479190156112 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8263/tid=8284] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8284/stat : 8284 (java) S 8260 8263 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29117844 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479063663656 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8285] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8285/stat : 8285 (java) S 8260 8263 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29117844 10060525568 48620 33554432000 1073741824 1073778376 140735566918192 140479062611112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 3.22 3.64 3.57 5/219 8288
/proc/meminfo: memFree=27888996/32872528 swapFree=1286400/1433568
[pid=8263] ppid=8260 vsize=9824732 CPUtime=8.7 cores=1,3,5,7
/proc/8263/stat : 8263 (java) S 8260 8263 3621 0 -1 4202496 33570 0 1 0 855 15 0 0 20 0 22 0 29117819 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140735566909328 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8263/statm: 2456183 86858 2279 9 0 2446860 0
[pid=8263/tid=8265] ppid=8260 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/8263/task/8265/stat : 8265 (java) S 8260 8263 3621 0 -1 4202560 2460 0 1 0 20 0 0 0 20 0 22 0 29117821 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479250051960 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8266] ppid=8260 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8263/task/8266/stat : 8266 (java) S 8260 8263 3621 0 -1 4202560 65 0 0 0 2 0 0 0 20 0 22 0 29117822 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479188781224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8267] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8267/stat : 8267 (java) S 8260 8263 3621 0 -1 4202560 47 0 0 0 0 0 0 0 20 0 22 0 29117822 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479187728680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8268] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8268/stat : 8268 (java) S 8260 8263 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29117822 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479091653032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8269] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8269/stat : 8269 (java) S 8260 8263 3621 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 29117822 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479090600488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8263/tid=8270] ppid=8260 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8263/task/8270/stat : 8270 (java) S 8260 8263 3621 0 -1 4202560 68 0 0 0 2 0 0 0 20 0 22 0 29117822 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479089547944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8263/tid=8271] ppid=8260 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8263/task/8271/stat : 8271 (java) S 8260 8263 3621 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 29117822 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479088495400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8272] ppid=8260 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8263/task/8272/stat : 8272 (java) S 8260 8263 3621 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 29117822 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479087442856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8263/tid=8273] ppid=8260 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8263/task/8273/stat : 8273 (java) S 8260 8263 3621 0 -1 4202560 58 0 0 0 1 0 0 0 20 0 22 0 29117822 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479086390312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8274] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8274/stat : 8274 (java) S 8260 8263 3621 0 -1 4202560 187 0 0 0 0 0 0 0 20 0 22 0 29117823 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479074191464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8275] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8275/stat : 8275 (java) S 8260 8263 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29117824 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479073137784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8276] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8276/stat : 8276 (java) S 8260 8263 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29117824 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479072085128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8277] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8277/stat : 8277 (java) S 8260 8263 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29117826 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479071033872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8278] ppid=8260 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/8263/task/8278/stat : 8278 (java) S 8260 8263 3621 0 -1 4202560 11310 0 0 0 127 2 0 0 20 0 22 0 29117826 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479069981240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8279] ppid=8260 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/8263/task/8279/stat : 8279 (java) R 8260 8263 3621 0 -1 4202560 17867 0 0 0 159 2 0 0 20 0 22 0 29117826 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479068915976 140479251860736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8280] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8280/stat : 8280 (java) S 8260 8263 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29117826 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479067876344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8281] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8281/stat : 8281 (java) S 8260 8263 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29117826 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479066824008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8285] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8285/stat : 8285 (java) S 8260 8263 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29117844 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479062611112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8286] ppid=8260 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/8263/task/8286/stat : 8286 (java) R 8260 8263 3621 0 -1 4202560 9 0 0 0 129 0 0 0 20 0 22 0 29117994 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479064716168 140479190330190 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8287] ppid=8260 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/8263/task/8287/stat : 8287 (java) R 8260 8263 3621 0 -1 4202560 60 0 0 0 126 2 0 0 20 0 22 0 29117994 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479065767552 140479190265090 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8288] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8288/stat : 8288 (java) S 8260 8263 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29117994 10060525568 86858 33554432000 1073741824 1073778376 140735566918192 140479063664168 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.7
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 3.29 3.65 3.57 6/219 8291
/proc/meminfo: memFree=27495252/32872528 swapFree=1286400/1433568
[pid=8263] ppid=8260 vsize=9824732 CPUtime=14.92 cores=1,3,5,7
/proc/8263/stat : 8263 (java) S 8260 8263 3621 0 -1 4202496 35043 0 1 0 1468 24 0 0 20 0 22 0 29117819 10060525568 149953 33554432000 1073741824 1073778376 140735566918192 140735566909328 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8263/statm: 2456183 149953 2283 9 0 2446860 0
[pid=8263/tid=8265] ppid=8260 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/8263/task/8265/stat : 8265 (java) S 8260 8263 3621 0 -1 4202560 2462 0 1 0 20 0 0 0 20 0 22 0 29117821 10060525568 149953 33554432000 1073741824 1073778376 140735566918192 140479250051960 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8266] ppid=8260 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8263/task/8266/stat : 8266 (java) S 8260 8263 3621 0 -1 4202560 131 0 0 0 2 1 0 0 20 0 22 0 29117822 10060525568 149953 33554432000 1073741824 1073778376 140735566918192 140479188781224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8263/tid=8267] ppid=8260 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8263/task/8267/stat : 8267 (java) S 8260 8263 3621 0 -1 4202560 68 0 0 0 1 0 0 0 20 0 22 0 29117822 10060525568 149953 33554432000 1073741824 1073778376 140735566918192 140479187728680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8268] ppid=8260 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8263/task/8268/stat : 8268 (java) S 8260 8263 3621 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 29117822 10060525568 149953 33554432000 1073741824 1073778376 140735566918192 140479091653032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8269] ppid=8260 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8263/task/8269/stat : 8269 (java) S 8260 8263 3621 0 -1 4202560 41 0 0 0 1 0 0 0 20 0 22 0 29117822 10060525568 149953 33554432000 1073741824 1073778376 140735566918192 140479090600488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8263/tid=8270] ppid=8260 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8263/task/8270/stat : 8270 (java) S 8260 8263 3621 0 -1 4202560 68 0 0 0 2 0 0 0 20 0 22 0 29117822 10060525568 149953 33554432000 1073741824 1073778376 140735566918192 140479089547944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8263/tid=8271] ppid=8260 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8263/task/8271/stat : 8271 (java) S 8260 8263 3621 0 -1 4202560 118 0 0 0 3 0 0 0 20 0 22 0 29117822 10060525568 149953 33554432000 1073741824 1073778376 140735566918192 140479088495400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8272] ppid=8260 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/8263/task/8272/stat : 8272 (java) S 8260 8263 3621 0 -1 4202560 91 0 0 0 3 0 0 0 20 0 22 0 29117822 10060525568 149953 33554432000 1073741824 1073778376 140735566918192 140479087442856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8273] ppid=8260 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8263/task/8273/stat : 8273 (java) S 8260 8263 3621 0 -1 4202560 97 0 0 0 2 0 0 0 20 0 22 0 29117822 10060525568 149953 33554432000 1073741824 1073778376 140735566918192 140479086390312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8274] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8274/stat : 8274 (java) S 8260 8263 3621 0 -1 4202560 437 0 0 0 0 0 0 0 20 0 22 0 29117823 10060525568 149953 33554432000 1073741824 1073778376 140735566918192 140479074191464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8275] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8275/stat : 8275 (java) S 8260 8263 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29117824 10060525568 149953 33554432000 1073741824 1073778376 140735566918192 140479073137784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8276] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8276/stat : 8276 (java) S 8260 8263 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29117824 10060525568 149953 33554432000 1073741824 1073778376 140735566918192 140479072085128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8277] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8277/stat : 8277 (java) S 8260 8263 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29117826 10060525568 149953 33554432000 1073741824 1073778376 140735566918192 140479071033872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8278] ppid=8260 vsize=9824732 CPUtime=1.32 cores=1,3,5,7

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

[pid=8263/tid=8269] ppid=8260 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8263/task/8269/stat : 8269 (java) S 8260 8263 3621 0 -1 4202560 99 0 0 0 9 3 0 0 20 0 22 0 29117822 10060525568 690258 33554432000 1073741824 1073778376 140735566918192 140479090600488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8270] ppid=8260 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8263/task/8270/stat : 8270 (java) S 8260 8263 3621 0 -1 4202560 108 0 0 0 11 3 0 0 20 0 22 0 29117822 10060525568 690258 33554432000 1073741824 1073778376 140735566918192 140479089547944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8263/tid=8271] ppid=8260 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/8263/task/8271/stat : 8271 (java) S 8260 8263 3621 0 -1 4202560 149 0 0 0 14 3 0 0 20 0 22 0 29117822 10060525568 690258 33554432000 1073741824 1073778376 140735566918192 140479088495400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8272] ppid=8260 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/8263/task/8272/stat : 8272 (java) S 8260 8263 3621 0 -1 4202560 167 0 0 0 13 5 0 0 20 0 22 0 29117822 10060525568 690258 33554432000 1073741824 1073778376 140735566918192 140479087442856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8273] ppid=8260 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/8263/task/8273/stat : 8273 (java) S 8260 8263 3621 0 -1 4202560 140 0 0 0 8 3 0 0 20 0 22 0 29117822 10060525568 690258 33554432000 1073741824 1073778376 140735566918192 140479086390312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8274] ppid=8260 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8263/task/8274/stat : 8274 (java) S 8260 8263 3621 0 -1 4202560 1221 0 0 0 0 2 0 0 20 0 22 0 29117823 10060525568 690258 33554432000 1073741824 1073778376 140735566918192 140479074191464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8275] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8275/stat : 8275 (java) S 8260 8263 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29117824 10060525568 690258 33554432000 1073741824 1073778376 140735566918192 140479073137784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8276] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8276/stat : 8276 (java) S 8260 8263 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29117824 10060525568 690258 33554432000 1073741824 1073778376 140735566918192 140479072085128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8277] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8277/stat : 8277 (java) S 8260 8263 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29117826 10060525568 690258 33554432000 1073741824 1073778376 140735566918192 140479071033872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8278] ppid=8260 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/8263/task/8278/stat : 8278 (java) S 8260 8263 3621 0 -1 4202560 16140 0 0 0 184 3 0 0 20 0 22 0 29117826 10060525568 690258 33554432000 1073741824 1073778376 140735566918192 140479069981240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8279] ppid=8260 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/8263/task/8279/stat : 8279 (java) S 8260 8263 3621 0 -1 4202560 18626 0 0 0 185 3 0 0 20 0 22 0 29117826 10060525568 690258 33554432000 1073741824 1073778376 140735566918192 140479068928696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8263/tid=8280] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8280/stat : 8280 (java) S 8260 8263 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29117826 10060525568 690258 33554432000 1073741824 1073778376 140735566918192 140479067876344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8281] ppid=8260 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8263/task/8281/stat : 8281 (java) S 8260 8263 3621 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 22 0 29117826 10060525568 690258 33554432000 1073741824 1073778376 140735566918192 140479066824008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8285] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8285/stat : 8285 (java) S 8260 8263 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29117844 10060525568 690258 33554432000 1073741824 1073778376 140735566918192 140479062611112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8289] ppid=8260 vsize=9824732 CPUtime=51.38 cores=1,3,5,7
/proc/8263/task/8289/stat : 8289 (java) R 8260 8263 3621 0 -1 4202560 25 0 0 0 5138 0 0 0 20 0 22 0 29118244 10060525568 690258 33554432000 1073741824 1073778376 140735566918192 140479065769256 140479190331009 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8290] ppid=8260 vsize=9824732 CPUtime=51.39 cores=1,3,5,7
/proc/8263/task/8290/stat : 8290 (java) R 8260 8263 3621 0 -1 4202560 1607 0 0 0 5108 31 0 0 20 0 22 0 29118244 10060525568 690258 33554432000 1073741824 1073778376 140735566918192 140479064713456 140479190359034 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8291] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8291/stat : 8291 (java) S 8260 8263 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29118244 10060525568 690258 33554432000 1073741824 1073778376 140735566918192 140479063663528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 115.21
Current children cumulated vsize (KiB) 9824732

[startup+56.8008 s]
/proc/loadavg: 3.75 3.71 3.59 5/219 8291
/proc/meminfo: memFree=25401088/32872528 swapFree=1286400/1433568
[pid=8263] ppid=8260 vsize=9824732 CPUtime=116.34 cores=1,3,5,7
/proc/8263/stat : 8263 (java) S 8260 8263 3621 0 -1 4202496 42670 0 1 0 11557 77 0 0 20 0 19 0 29117819 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140735566909328 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8263/statm: 2456183 690248 2285 9 0 2446860 0
[pid=8263/tid=8265] ppid=8260 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/8263/task/8265/stat : 8265 (java) R 8260 8263 3621 0 -1 4202560 2462 0 1 0 25 0 0 0 20 0 19 0 29117821 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479250051720 140479190009782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8266] ppid=8260 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8263/task/8266/stat : 8266 (java) S 8260 8263 3621 0 -1 4202560 157 0 0 0 9 3 0 0 20 0 19 0 29117822 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479188781224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8267] ppid=8260 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8263/task/8267/stat : 8267 (java) S 8260 8263 3621 0 -1 4202560 123 0 0 0 11 3 0 0 20 0 19 0 29117822 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479187728680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8268] ppid=8260 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/8263/task/8268/stat : 8268 (java) S 8260 8263 3621 0 -1 4202560 69 0 0 0 12 3 0 0 20 0 19 0 29117822 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479091653032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8269] ppid=8260 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8263/task/8269/stat : 8269 (java) S 8260 8263 3621 0 -1 4202560 99 0 0 0 9 3 0 0 20 0 19 0 29117822 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479090600488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8270] ppid=8260 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8263/task/8270/stat : 8270 (java) S 8260 8263 3621 0 -1 4202560 108 0 0 0 11 3 0 0 20 0 19 0 29117822 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479089547944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8263/tid=8271] ppid=8260 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/8263/task/8271/stat : 8271 (java) S 8260 8263 3621 0 -1 4202560 149 0 0 0 14 3 0 0 20 0 19 0 29117822 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479088495400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8272] ppid=8260 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/8263/task/8272/stat : 8272 (java) S 8260 8263 3621 0 -1 4202560 167 0 0 0 13 5 0 0 20 0 19 0 29117822 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479087442856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8273] ppid=8260 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/8263/task/8273/stat : 8273 (java) S 8260 8263 3621 0 -1 4202560 140 0 0 0 8 3 0 0 20 0 19 0 29117822 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479086390312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8274] ppid=8260 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8263/task/8274/stat : 8274 (java) S 8260 8263 3621 0 -1 4202560 1221 0 0 0 0 2 0 0 20 0 19 0 29117823 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479074191464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8275] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8275/stat : 8275 (java) S 8260 8263 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29117824 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479073137784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8276] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8276/stat : 8276 (java) S 8260 8263 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29117824 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479072085128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8277] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8277/stat : 8277 (java) S 8260 8263 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29117826 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479071033872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8278] ppid=8260 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/8263/task/8278/stat : 8278 (java) S 8260 8263 3621 0 -1 4202560 16140 0 0 0 185 3 0 0 20 0 19 0 29117826 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479069981240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8279] ppid=8260 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/8263/task/8279/stat : 8279 (java) S 8260 8263 3621 0 -1 4202560 18626 0 0 0 185 3 0 0 20 0 19 0 29117826 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479068928696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8263/tid=8280] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8280/stat : 8280 (java) S 8260 8263 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29117826 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479067876344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8281] ppid=8260 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8263/task/8281/stat : 8281 (java) S 8260 8263 3621 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 19 0 29117826 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479066824008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8285] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8285/stat : 8285 (java) S 8260 8263 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29117844 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479062611112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 116.34
Current children cumulated vsize (KiB) 9824732

[startup+57.0008 s]
/proc/loadavg: 3.75 3.71 3.59 5/219 8291
/proc/meminfo: memFree=25401088/32872528 swapFree=1286400/1433568
[pid=8263] ppid=8260 vsize=9824732 CPUtime=116.56 cores=1,3,5,7
/proc/8263/stat : 8263 (java) S 8260 8263 3621 0 -1 4202496 42670 0 1 0 11579 77 0 0 20 0 19 0 29117819 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140735566909328 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8263/statm: 2456183 690248 2285 9 0 2446860 0
[pid=8263/tid=8265] ppid=8260 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/8263/task/8265/stat : 8265 (java) R 8260 8263 3621 0 -1 4202560 2462 0 1 0 45 0 0 0 20 0 19 0 29117821 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479250051624 140479191148657 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8266] ppid=8260 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8263/task/8266/stat : 8266 (java) S 8260 8263 3621 0 -1 4202560 157 0 0 0 9 3 0 0 20 0 19 0 29117822 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479188781224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8267] ppid=8260 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8263/task/8267/stat : 8267 (java) S 8260 8263 3621 0 -1 4202560 123 0 0 0 11 3 0 0 20 0 19 0 29117822 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479187728680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8268] ppid=8260 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/8263/task/8268/stat : 8268 (java) S 8260 8263 3621 0 -1 4202560 69 0 0 0 12 3 0 0 20 0 19 0 29117822 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479091653032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8269] ppid=8260 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8263/task/8269/stat : 8269 (java) S 8260 8263 3621 0 -1 4202560 99 0 0 0 9 3 0 0 20 0 19 0 29117822 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479090600488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8270] ppid=8260 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8263/task/8270/stat : 8270 (java) S 8260 8263 3621 0 -1 4202560 108 0 0 0 11 3 0 0 20 0 19 0 29117822 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479089547944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8263/tid=8271] ppid=8260 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/8263/task/8271/stat : 8271 (java) S 8260 8263 3621 0 -1 4202560 149 0 0 0 14 3 0 0 20 0 19 0 29117822 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479088495400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8272] ppid=8260 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/8263/task/8272/stat : 8272 (java) S 8260 8263 3621 0 -1 4202560 167 0 0 0 13 5 0 0 20 0 19 0 29117822 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479087442856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8273] ppid=8260 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/8263/task/8273/stat : 8273 (java) S 8260 8263 3621 0 -1 4202560 140 0 0 0 8 3 0 0 20 0 19 0 29117822 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479086390312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8274] ppid=8260 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8263/task/8274/stat : 8274 (java) S 8260 8263 3621 0 -1 4202560 1221 0 0 0 0 2 0 0 20 0 19 0 29117823 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479074191464 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8275] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8275/stat : 8275 (java) S 8260 8263 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29117824 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479073137784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8276] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8276/stat : 8276 (java) S 8260 8263 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29117824 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479072085128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8277] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8277/stat : 8277 (java) S 8260 8263 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29117826 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479071033872 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8278] ppid=8260 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/8263/task/8278/stat : 8278 (java) S 8260 8263 3621 0 -1 4202560 16140 0 0 0 186 3 0 0 20 0 19 0 29117826 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479069981240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8279] ppid=8260 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/8263/task/8279/stat : 8279 (java) S 8260 8263 3621 0 -1 4202560 18626 0 0 0 185 3 0 0 20 0 19 0 29117826 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479068928696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8263/tid=8280] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8280/stat : 8280 (java) S 8260 8263 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29117826 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479067876344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8281] ppid=8260 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/8263/task/8281/stat : 8281 (java) S 8260 8263 3621 0 -1 4202560 3 0 0 0 0 1 0 0 20 0 19 0 29117826 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479066824008 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8285] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8285/stat : 8285 (java) S 8260 8263 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29117844 10060525568 690248 33554432000 1073741824 1073778376 140735566918192 140479062611112 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 116.56
Current children cumulated vsize (KiB) 9824732

[startup+57.1008 s]
/proc/loadavg: 3.75 3.71 3.59 5/219 8291
/proc/meminfo: memFree=25401088/32872528 swapFree=1286400/1433568
[pid=8263] ppid=8260 vsize=9824732 CPUtime=116.66 cores=1,3,5,7
/proc/8263/stat : 8263 (java) S 8260 8263 3621 0 -1 4202496 42682 0 1 0 11588 78 0 0 20 0 17 0 29117819 10060525568 690253 33554432000 1073741824 1073778376 140735566918192 140735566909328 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8263/statm: 2456183 690253 2286 9 0 2446860 0
[pid=8263/tid=8265] ppid=8260 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/8263/task/8265/stat : 8265 (java) S 8260 8263 3621 0 -1 4202560 2462 0 1 0 54 0 0 0 20 0 17 0 29117821 10060525568 690253 33554432000 1073741824 1073778376 140735566918192 140479250051768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8266] ppid=8260 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8263/task/8266/stat : 8266 (java) S 8260 8263 3621 0 -1 4202560 157 0 0 0 9 3 0 0 20 0 17 0 29117822 10060525568 690253 33554432000 1073741824 1073778376 140735566918192 140479188781224 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8267] ppid=8260 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8263/task/8267/stat : 8267 (java) S 8260 8263 3621 0 -1 4202560 123 0 0 0 11 3 0 0 20 0 17 0 29117822 10060525568 690253 33554432000 1073741824 1073778376 140735566918192 140479187728680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8268] ppid=8260 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/8263/task/8268/stat : 8268 (java) S 8260 8263 3621 0 -1 4202560 69 0 0 0 12 3 0 0 20 0 17 0 29117822 10060525568 690253 33554432000 1073741824 1073778376 140735566918192 140479091653032 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8269] ppid=8260 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/8263/task/8269/stat : 8269 (java) S 8260 8263 3621 0 -1 4202560 99 0 0 0 9 3 0 0 20 0 17 0 29117822 10060525568 690253 33554432000 1073741824 1073778376 140735566918192 140479090600488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8270] ppid=8260 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/8263/task/8270/stat : 8270 (java) S 8260 8263 3621 0 -1 4202560 108 0 0 0 11 3 0 0 20 0 17 0 29117822 10060525568 690253 33554432000 1073741824 1073778376 140735566918192 140479089547944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8263/tid=8271] ppid=8260 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/8263/task/8271/stat : 8271 (java) S 8260 8263 3621 0 -1 4202560 149 0 0 0 14 3 0 0 20 0 17 0 29117822 10060525568 690253 33554432000 1073741824 1073778376 140735566918192 140479088495400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8272] ppid=8260 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/8263/task/8272/stat : 8272 (java) S 8260 8263 3621 0 -1 4202560 167 0 0 0 13 5 0 0 20 0 17 0 29117822 10060525568 690253 33554432000 1073741824 1073778376 140735566918192 140479087442856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8273] ppid=8260 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/8263/task/8273/stat : 8273 (java) S 8260 8263 3621 0 -1 4202560 140 0 0 0 8 3 0 0 20 0 17 0 29117822 10060525568 690253 33554432000 1073741824 1073778376 140735566918192 140479086390312 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8274] ppid=8260 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/8263/task/8274/stat : 8274 (java) S 8260 8263 3621 0 -1 4202560 1222 0 0 0 0 2 0 0 20 0 17 0 29117823 10060525568 690253 33554432000 1073741824 1073778376 140735566918192 140479074191016 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8263/tid=8275] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8275/stat : 8275 (java) S 8260 8263 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 17 0 29117824 10060525568 690253 33554432000 1073741824 1073778376 140735566918192 140479073137784 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8276] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8276/stat : 8276 (java) S 8260 8263 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 17 0 29117824 10060525568 690253 33554432000 1073741824 1073778376 140735566918192 140479072085128 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8277] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8277/stat : 8277 (java) S 8260 8263 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 29117826 10060525568 690253 33554432000 1073741824 1073778376 140735566918192 140479071032648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8263/tid=8278] ppid=8260 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/8263/task/8278/stat : 8278 (java) S 8260 8263 3621 0 -1 4202560 16140 0 0 0 187 3 0 0 20 0 17 0 29117826 10060525568 690253 33554432000 1073741824 1073778376 140735566918192 140479069956840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8263/tid=8279] ppid=8260 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/8263/task/8279/stat : 8279 (java) S 8260 8263 3621 0 -1 4202560 18626 0 0 0 185 3 0 0 20 0 17 0 29117826 10060525568 690253 33554432000 1073741824 1073778376 140735566918192 140479068928696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8263/tid=8280] ppid=8260 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8263/task/8280/stat : 8280 (java) S 8260 8263 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 29117826 10060525568 690253 33554432000 1073741824 1073778376 140735566918192 140479067876344 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 116.66
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 57.1186
CPU time (s): 116.776
CPU user time (s): 115.835
CPU system time (s): 0.940856
CPU usage (%): 204.445
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 115.835
system time used= 0.940856
maximum resident set size= 2781792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42682
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2356
involuntary context switches= 2556

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.377942 second user time and 0.52492 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 19:25:11
IDJOB=4106329
IDBENCH=48020
IDSOLVER=2543
FILE ID=node130/4106329-1466270710
RUNJOBID= node130-1466264922-3638
PBS_JOBID= 19918227
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=89-P1=181-P2=233-P3=19-P4=167-P5=113-P6=191-P7=61-P8=59-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106329-1466270710/watcher-4106329-1466270710 -o /tmp/evaluation-result-4106329-1466270710/solver-4106329-1466270710 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106329-1466270710.opb

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

MD5SUM BENCH= a6d214cc283b484f5cca285d86c4d8bb
RANDOM SEED=317981143

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:        28090012 kB
Buffers:           45876 kB
Cached:           166272 kB
SwapCached:         1876 kB
Active:          2448432 kB
Inactive:         161104 kB
Active(anon):    2397416 kB
Inactive(anon):     2212 kB
Active(file):      51016 kB
Inactive(file):   158892 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098740 kB
Dirty:               444 kB
Writeback:             0 kB
AnonPages:       3825652 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             601508 kB
SReclaimable:      44812 kB
SUnreclaim:       556696 kB
KernelStack:        1792 kB
PageTables:        12084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4005132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2482176 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-18 19:26:08