Trace number 4081826

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 164.678 80.8208

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=61-P1=167-P2=157-P3=13-P4=173-P5=47-P6=47-P7=251-P8=79-B.opb
MD5SUM8f717fbc7f85484ebc0de379ab09a890
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.135979
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4081826-1465252969.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.25/0.21	c ... done. Wall clock time 0.105s.
0.25/0.21	c declared #vars     192
0.25/0.21	c internal #vars     704
0.25/0.21	c #constraints  1049
0.25/0.21	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.25/0.21	c constraints type 
0.25/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.25/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
0.25/0.21	c 1049 constraints processed.
0.25/0.21	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.25/0.21	c constraints type 
0.25/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
0.25/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
0.25/0.21	c 1049 constraints processed.
0.25/0.21	c objective function length is 8 literals
2.61/0.84	c cleaning 2492 clauses out of 5001 with flag 10834/5001
4.61/1.31	c cleaning 4255 clauses out of 8512 with flag 24023/11004
5.33/1.68	c And the winner is solver0
5.51/1.72	c SATISFIABLE
5.51/1.72	c OPTIMIZING...
5.51/1.72	c Got one! Elapsed wall clock time (in seconds):1.609
5.51/1.72	o 171
5.89/1.95	c cleaning 7322 clauses out of 14692 with flag 11606/21439
6.77/2.35	c cleaning 6677 clauses out of 13372 with flag 25110/27441
6.96/2.43	c And the winner is solver0
7.07/2.72	c Got one! Elapsed wall clock time (in seconds):2.61
7.07/2.72	o 3
7.65/3.03	c cleaning 6259 clauses out of 12540 with flag 9700/33286
8.51/3.39	c cleaning 6132 clauses out of 12284 with flag 23857/39289
9.91/3.82	c cleaning 6565 clauses out of 13150 with flag 40878/46287
11.14/4.42	c cleaning 7284 clauses out of 14585 with flag 59914/54287
11.93/4.86	c cleaning 8146 clauses out of 16302 with flag 81882/63288
13.13/5.46	c cleaning 9050 clauses out of 18155 with flag 103924/73287
14.57/6.17	c cleaning 10036 clauses out of 20104 with flag 128434/84286
15.79/6.77	c cleaning 11029 clauses out of 22069 with flag 155559/96287
17.83/7.79	c cleaning 12011 clauses out of 24040 with flag 186287/109287
19.91/8.70	c cleaning 13008 clauses out of 26028 with flag 218398/123287
21.73/9.65	c cleaning 14003 clauses out of 28019 with flag 251532/138286
24.18/10.81	c cleaning 14981 clauses out of 30017 with flag 285874/154287
26.79/12.19	c cleaning 16009 clauses out of 32035 with flag 322254/171286
29.20/13.33	c cleaning 17007 clauses out of 34026 with flag 362245/189286
32.03/14.72	c cleaning 17994 clauses out of 36020 with flag 403792/208287
34.82/16.16	c cleaning 19011 clauses out of 38025 with flag 447921/228286
36.62/17.09	c cleaning 0 clauses out of 6241 with flag 0/6243
38.50/17.82	c cleaning 19999 clauses out of 40016 with flag 496727/249288
41.39/19.24	c cleaning 20998 clauses out of 42016 with flag 544513/271287
45.00/21.02	c cleaning 22005 clauses out of 44017 with flag 601331/294287
49.40/23.22	c cleaning 23002 clauses out of 46012 with flag 656042/318287
52.83/24.98	c cleaning 23992 clauses out of 48009 with flag 712192/343286
57.43/27.30	c cleaning 24993 clauses out of 50017 with flag 770755/369286
62.28/29.66	c cleaning 26005 clauses out of 52024 with flag 831667/396286
67.68/32.31	c cleaning 27007 clauses out of 54020 with flag 894023/424288
72.48/34.72	c cleaning 27996 clauses out of 56011 with flag 958633/453286
79.15/38.02	c cleaning 28995 clauses out of 58017 with flag 1025450/483288
85.35/41.12	c cleaning 30005 clauses out of 60021 with flag 1096496/514287
95.20/46.05	c cleaning 30992 clauses out of 62014 with flag 1167498/546287
103.05/49.95	c cleaning 32008 clauses out of 64021 with flag 1242851/579286
110.04/53.46	c cleaning 32999 clauses out of 66014 with flag 1319364/613287
121.31/59.04	c cleaning 34006 clauses out of 68013 with flag 1396950/648286
130.94/63.82	c cleaning 35000 clauses out of 70008 with flag 1478985/684287
139.57/68.19	c cleaning 0 clauses out of 12240 with flag 0/12242
141.57/69.16	c cleaning 35997 clauses out of 72007 with flag 1563778/721286
159.67/78.18	c cleaning 37005 clauses out of 74009 with flag 1653712/759287
163.85/80.24	c And the winner is solver0
164.43/80.79	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
164.43/80.79	c starts		: 2067
164.43/80.79	c conflicts		: 774613
164.43/80.79	c decisions		: 908789
164.43/80.79	c propagations		: 14684864
164.43/80.79	c inspects		: 1257784587
164.43/80.79	c shortcuts		: 0
164.43/80.79	c learnt literals	: 20
164.43/80.79	c learnt binary clauses	: 37
164.43/80.79	c learnt ternary clauses	: 59
164.43/80.79	c learnt constraints	: 774592
164.43/80.79	c ignored constraints	: 0
164.43/80.79	c root simplifications	: 0
164.43/80.79	c removed literals (reason simplification)	: 1882432
164.43/80.79	c reason swapping (by a shorter reason)	: 0
164.43/80.79	c Calls to reduceDB	: 38
164.43/80.79	c Number of update (reduction) of LBD	: 33556
164.43/80.79	c Imported unit clauses	: 0
164.43/80.79	c number of reductions to clauses (during analyze)	: 0
164.43/80.79	c number of learned constraints concerned by reduction	: 0
164.43/80.79	c number of learning phase by resolution	: 0
164.43/80.79	c number of learning phase by cutting planes	: 0
164.43/80.79	c speed (assignments/second)	: 182257.65774710817
164.43/80.79	c non guided choices	7659
164.43/80.79	c learnt constraints type 
164.43/80.79	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
164.43/80.79	c starts		: 46
164.43/80.79	c conflicts		: 13208
164.43/80.79	c decisions		: 15238
164.43/80.79	c propagations		: 227236
164.43/80.79	c inspects		: 134908753
164.43/80.79	c shortcuts		: 0
164.43/80.79	c learnt literals	: 0
164.43/80.79	c learnt binary clauses	: 0
164.43/80.79	c learnt ternary clauses	: 0
164.43/80.79	c learnt constraints	: 13206
164.43/80.79	c ignored constraints	: 0
164.43/80.79	c root simplifications	: 0
164.43/80.79	c removed literals (reason simplification)	: 0
164.43/80.79	c reason swapping (by a shorter reason)	: 0
164.43/80.79	c Calls to reduceDB	: 2
164.43/80.79	c Number of update (reduction) of LBD	: 0
164.43/80.79	c Imported unit clauses	: 0
164.43/80.79	c number of reductions to clauses (during analyze)	: 0
164.43/80.79	c number of learned constraints concerned by reduction	: 0
164.43/80.79	c number of learning phase by resolution	: 0
164.43/80.79	c number of learning phase by cutting planes	: 0
164.43/80.79	c speed (assignments/second)	: 2910.520787970387
164.43/80.79	c non guided choices	717
164.43/80.79	c learnt constraints type 
164.43/80.79	s OPTIMUM FOUND
164.43/80.79	c Found 2 solution(s)
164.43/80.79	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 
164.43/80.79	c objective function=3
164.43/80.79	c Total wall clock time (in seconds): 80.686

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-4081826-1465252969/watcher-4081826-1465252969 -o /tmp/evaluation-result-4081826-1465252969/solver-4081826-1465252969 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465243580-15693 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081826-1465252969.opb 

pid=18774
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.07 4.12 4.03 4/199 18777
/proc/meminfo: memFree=26609600/32872528 swapFree=15540/1663004
[pid=18777] ppid=18774 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/18777/stat : 18777 (java) S 18774 18777 15677 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 107229717 98570240 977 33554432000 1073741824 1073778376 140734659709776 140734659700912 273909055549 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18777/statm: 24065 977 743 9 0 16771 0
[pid=18777/tid=18778] ppid=18774 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18778/stat : 18778 (java) R 18774 18777 15677 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 107229717 98570240 977 33554432000 1073741824 1073778376 140734659709776 140621819956776 273905698176 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100161 s]
/proc/loadavg: 4.07 4.12 4.03 4/199 18777
/proc/meminfo: memFree=26609600/32872528 swapFree=15540/1663004
[pid=18777] ppid=18774 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/18777/stat : 18777 (java) S 18774 18777 15677 0 -1 4202496 4478 0 1 0 10 1 0 0 20 0 18 0 107229717 9787879424 6107 33554432000 1073741824 1073778376 140734659709776 140734659700912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18777/statm: 2389619 6107 2156 9 0 2380296 0
[pid=18777/tid=18778] ppid=18774 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18777/task/18778/stat : 18778 (java) R 18774 18777 15677 0 -1 4202560 2383 0 1 0 7 0 0 0 20 0 18 0 107229717 9787879424 6107 33554432000 1073741824 1073778376 140734659709776 140621819960696 273909081357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200244 s]
/proc/loadavg: 4.07 4.12 4.03 4/199 18777
/proc/meminfo: memFree=26609600/32872528 swapFree=15540/1663004
[pid=18777] ppid=18774 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/18777/stat : 18777 (java) S 18774 18777 15677 0 -1 4202496 4830 0 1 0 24 1 0 0 20 0 18 0 107229717 9787879424 7435 33554432000 1073741824 1073778376 140734659709776 140734659700912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18777/statm: 2389619 7435 2222 9 0 2380296 0
[pid=18777/tid=18778] ppid=18774 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/18777/task/18778/stat : 18778 (java) R 18774 18777 15677 0 -1 4202560 2403 0 1 0 16 1 0 0 20 0 18 0 107229717 9787879424 7435 33554432000 1073741824 1073778376 140734659709776 140621819960696 140621675356880 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300247 s]
/proc/loadavg: 4.07 4.12 4.03 4/199 18777
/proc/meminfo: memFree=26609600/32872528 swapFree=15540/1663004
[pid=18777] ppid=18774 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/18777/stat : 18777 (java) S 18774 18777 15677 0 -1 4202496 7800 0 1 0 60 2 0 0 20 0 22 0 107229717 10060525568 10910 33554432000 1073741824 1073778376 140734659709776 140734659700912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18777/statm: 2456183 10910 2237 9 0 2446860 0
[pid=18777/tid=18778] ppid=18774 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/18777/task/18778/stat : 18778 (java) S 18774 18777 15677 0 -1 4202560 2408 0 1 0 18 1 0 0 20 0 22 0 107229717 10060525568 10910 33554432000 1073741824 1073778376 140734659709776 140621819962232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 9824732

[startup+0.700225 s]
/proc/loadavg: 4.07 4.12 4.03 4/199 18777
/proc/meminfo: memFree=26609600/32872528 swapFree=15540/1663004
[pid=18777] ppid=18774 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/18777/stat : 18777 (java) S 18774 18777 15677 0 -1 4202496 19619 0 1 0 218 3 0 0 20 0 22 0 107229717 10060525568 22649 33554432000 1073741824 1073778376 140734659709776 140734659700912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18777/statm: 2456183 22649 2256 9 0 2446860 0
[pid=18777/tid=18778] ppid=18774 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/18777/task/18778/stat : 18778 (java) S 18774 18777 15677 0 -1 4202560 2408 0 1 0 18 1 0 0 20 0 22 0 107229717 10060525568 22649 33554432000 1073741824 1073778376 140734659709776 140621819962232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9824732

[startup+1.50092 s]
/proc/loadavg: 4.07 4.12 4.03 7/221 18799
/proc/meminfo: memFree=26423704/32872528 swapFree=15540/1663004
[pid=18777] ppid=18774 vsize=9824732 CPUtime=5.12 cores=0,2,4,6
/proc/18777/stat : 18777 (java) S 18774 18777 15677 0 -1 4202496 30462 0 1 0 504 8 0 0 20 0 22 0 107229717 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140734659700912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18777/statm: 2456183 50842 2279 9 0 2446860 0
[pid=18777/tid=18778] ppid=18774 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/18777/task/18778/stat : 18778 (java) S 18774 18777 15677 0 -1 4202560 2408 0 1 0 18 1 0 0 20 0 22 0 107229717 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621819962232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18780] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18780/stat : 18780 (java) S 18774 18777 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107229718 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621798063016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18781] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18781/stat : 18781 (java) S 18774 18777 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107229718 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621797010472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18782] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18782/stat : 18782 (java) S 18774 18777 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229718 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621795957416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18783] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18783/stat : 18783 (java) S 18774 18777 15677 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 107229718 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621794904872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18784] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18784/stat : 18784 (java) S 18774 18777 15677 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107229718 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621793851816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18785] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18785/stat : 18785 (java) S 18774 18777 15677 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 107229718 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621322906152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18786] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18786/stat : 18786 (java) S 18774 18777 15677 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 107229718 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621321853096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18787] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18787/stat : 18787 (java) S 18774 18777 15677 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 107229718 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621320800552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18788] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18788/stat : 18788 (java) S 18774 18777 15677 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 107229719 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621308390248 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18789] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18789/stat : 18789 (java) S 18774 18777 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107229719 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621307336568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18790] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18790/stat : 18790 (java) S 18774 18777 15677 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107229719 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621306283400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18791] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18791/stat : 18791 (java) S 18774 18777 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229721 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621305232144 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18792] ppid=18774 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/18777/task/18792/stat : 18792 (java) S 18774 18777 15677 0 -1 4202560 10539 0 0 0 119 0 0 0 20 0 22 0 107229721 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621304179000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18793] ppid=18774 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/18777/task/18793/stat : 18793 (java) S 18774 18777 15677 0 -1 4202560 16000 0 0 0 110 3 0 0 20 0 22 0 107229721 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621303126456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18794] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18794/stat : 18794 (java) S 18774 18777 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229721 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621302073592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18795] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18795/stat : 18795 (java) S 18774 18777 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229721 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621301021256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18796] ppid=18774 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/18777/task/18796/stat : 18796 (java) R 18774 18777 15677 0 -1 4202560 19 0 0 0 125 0 0 0 20 0 22 0 107229739 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621299866736 140621675298743 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18797] ppid=18774 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/18777/task/18797/stat : 18797 (java) R 18774 18777 15677 0 -1 4202560 100 0 0 0 123 2 0 0 20 0 22 0 107229739 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621298814920 140621675714152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18798] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18798/stat : 18798 (java) S 18774 18777 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107229739 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621297763624 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18799] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18799/stat : 18799 (java) S 18774 18777 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107229739 10060525568 50842 33554432000 1073741824 1073778376 140734659709776 140621296711080 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 4.07 4.12 4.03 5/221 18802
/proc/meminfo: memFree=26377160/32872528 swapFree=15540/1663004
[pid=18777] ppid=18774 vsize=9824732 CPUtime=7.95 cores=0,2,4,6
/proc/18777/stat : 18777 (java) S 18774 18777 15677 0 -1 4202496 30753 0 1 0 779 16 0 0 20 0 22 0 107229717 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140734659700912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18777/statm: 2456183 85321 2283 9 0 2446860 0
[pid=18777/tid=18778] ppid=18774 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/18777/task/18778/stat : 18778 (java) S 18774 18777 15677 0 -1 4202560 2408 0 1 0 18 2 0 0 20 0 22 0 107229717 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140621819962232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18780] ppid=18774 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18777/task/18780/stat : 18780 (java) S 18774 18777 15677 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 107229718 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140621798063016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18781] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18781/stat : 18781 (java) S 18774 18777 15677 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 107229718 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140621797010472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18782] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18782/stat : 18782 (java) S 18774 18777 15677 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 107229718 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140621795957416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18783] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18783/stat : 18783 (java) S 18774 18777 15677 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 107229718 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140621794904872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18784] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18784/stat : 18784 (java) S 18774 18777 15677 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 107229718 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140621793851816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18785] ppid=18774 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18777/task/18785/stat : 18785 (java) S 18774 18777 15677 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 107229718 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140621322906152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18786] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18786/stat : 18786 (java) S 18774 18777 15677 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 107229718 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140621321853096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18787] ppid=18774 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18777/task/18787/stat : 18787 (java) S 18774 18777 15677 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 107229718 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140621320800552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18788] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18788/stat : 18788 (java) S 18774 18777 15677 0 -1 4202560 189 0 0 0 0 0 0 0 20 0 22 0 107229719 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140621308390248 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18789] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18789/stat : 18789 (java) S 18774 18777 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107229719 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140621307336568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18790] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18790/stat : 18790 (java) S 18774 18777 15677 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107229719 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140621306283400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18791] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18791/stat : 18791 (java) S 18774 18777 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229721 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140621305232144 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18792] ppid=18774 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/18777/task/18792/stat : 18792 (java) R 18774 18777 15677 0 -1 4202560 10590 0 0 0 138 0 0 0 20 0 22 0 107229721 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140621304179000 140621823808224 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18793] ppid=18774 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/18777/task/18793/stat : 18793 (java) S 18774 18777 15677 0 -1 4202560 16003 0 0 0 112 3 0 0 20 0 22 0 107229721 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140621303126456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18794] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18794/stat : 18794 (java) S 18774 18777 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229721 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140621302073592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18795] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18795/stat : 18795 (java) S 18774 18777 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229721 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140621301021256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18799] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18799/stat : 18799 (java) S 18774 18777 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107229739 10060525568 85321 33554432000 1073741824 1073778376 140734659709776 140621296711080 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.06 4.11 4.03 5/221 18805
/proc/meminfo: memFree=25997756/32872528 swapFree=15540/1663004
[pid=18777] ppid=18774 vsize=9824732 CPUtime=14.97 cores=0,2,4,6
/proc/18777/stat : 18777 (java) S 18774 18777 15677 0 -1 4202496 31210 0 1 0 1473 24 0 0 20 0 22 0 107229717 10060525568 154709 33554432000 1073741824 1073778376 140734659709776 140734659700912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18777/statm: 2456183 154709 2283 9 0 2446860 0
[pid=18777/tid=18778] ppid=18774 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/18777/task/18778/stat : 18778 (java) S 18774 18777 15677 0 -1 4202560 2408 0 1 0 18 2 0 0 20 0 22 0 107229717 10060525568 154709 33554432000 1073741824 1073778376 140734659709776 140621819962232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18780] ppid=18774 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18777/task/18780/stat : 18780 (java) S 18774 18777 15677 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 22 0 107229718 10060525568 154709 33554432000 1073741824 1073778376 140734659709776 140621798063016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18781] ppid=18774 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18777/task/18781/stat : 18781 (java) S 18774 18777 15677 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 107229718 10060525568 154709 33554432000 1073741824 1073778376 140734659709776 140621797010472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18782] ppid=18774 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18777/task/18782/stat : 18782 (java) S 18774 18777 15677 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 107229718 10060525568 154709 33554432000 1073741824 1073778376 140734659709776 140621795957416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18783] ppid=18774 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18777/task/18783/stat : 18783 (java) S 18774 18777 15677 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 22 0 107229718 10060525568 154709 33554432000 1073741824 1073778376 140734659709776 140621794904872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18784] ppid=18774 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18777/task/18784/stat : 18784 (java) S 18774 18777 15677 0 -1 4202560 31 0 0 0 2 1 0 0 20 0 22 0 107229718 10060525568 154709 33554432000 1073741824 1073778376 140734659709776 140621793851816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18785] ppid=18774 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18777/task/18785/stat : 18785 (java) S 18774 18777 15677 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 107229718 10060525568 154709 33554432000 1073741824 1073778376 140734659709776 140621322906152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18786] ppid=18774 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18777/task/18786/stat : 18786 (java) S 18774 18777 15677 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 107229718 10060525568 154709 33554432000 1073741824 1073778376 140734659709776 140621321853096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18787] ppid=18774 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18777/task/18787/stat : 18787 (java) S 18774 18777 15677 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 22 0 107229718 10060525568 154709 33554432000 1073741824 1073778376 140734659709776 140621320800552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18788] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18788/stat : 18788 (java) S 18774 18777 15677 0 -1 4202560 443 0 0 0 0 0 0 0 20 0 22 0 107229719 10060525568 154709 33554432000 1073741824 1073778376 140734659709776 140621308390248 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18789] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18789/stat : 18789 (java) S 18774 18777 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107229719 10060525568 154709 33554432000 1073741824 1073778376 140734659709776 140621307336568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18790] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

[pid=18777/tid=18786] ppid=18774 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/18777/task/18786/stat : 18786 (java) S 18774 18777 15677 0 -1 4202560 151 0 0 0 18 5 0 0 20 0 22 0 107229718 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621321853096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18787] ppid=18774 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/18777/task/18787/stat : 18787 (java) S 18774 18777 15677 0 -1 4202560 64 0 0 0 11 4 0 0 20 0 22 0 107229718 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621320800552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18788] ppid=18774 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18777/task/18788/stat : 18788 (java) S 18774 18777 15677 0 -1 4202560 1269 0 0 0 0 2 0 0 20 0 22 0 107229719 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621308390248 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18789] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18789/stat : 18789 (java) S 18774 18777 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107229719 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621307336568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18790] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18790/stat : 18790 (java) S 18774 18777 15677 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107229719 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621306283400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18791] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18791/stat : 18791 (java) S 18774 18777 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229721 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621305232144 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18792] ppid=18774 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/18777/task/18792/stat : 18792 (java) S 18774 18777 15677 0 -1 4202560 10609 0 0 0 209 0 0 0 20 0 22 0 107229721 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621304179000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18793] ppid=18774 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/18777/task/18793/stat : 18793 (java) S 18774 18777 15677 0 -1 4202560 16010 0 0 0 144 3 0 0 20 0 22 0 107229721 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621303126456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18794] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18794/stat : 18794 (java) S 18774 18777 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229721 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621302073592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18795] ppid=18774 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18777/task/18795/stat : 18795 (java) S 18774 18777 15677 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 107229721 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621301021256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18799] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18799/stat : 18799 (java) S 18774 18777 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107229739 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621296711080 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18803] ppid=18774 vsize=9824732 CPUtime=75.13 cores=0,2,4,6
/proc/18777/task/18803/stat : 18803 (java) R 18774 18777 15677 0 -1 4202560 38 0 0 0 7512 1 0 0 20 0 22 0 107229989 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621299859216 140621675822962 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18804] ppid=18774 vsize=9824732 CPUtime=75.12 cores=0,2,4,6
/proc/18777/task/18804/stat : 18804 (java) R 18774 18777 15677 0 -1 4202560 1630 0 0 0 7476 36 0 0 20 0 22 0 107229989 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621298814752 140621675713645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18805] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18805/stat : 18805 (java) S 18774 18777 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107229989 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621297764008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 160.25
Current children cumulated vsize (KiB) 9824732

[startup+80.0009 s]
/proc/loadavg: 4.06 4.10 4.02 5/221 18810
/proc/meminfo: memFree=23612580/32872528 swapFree=15540/1663004
[pid=18777] ppid=18774 vsize=9824732 CPUtime=163.45 cores=0,2,4,6
/proc/18777/stat : 18777 (java) S 18774 18777 15677 0 -1 4202496 34454 0 1 0 16261 84 0 0 20 0 22 0 107229717 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140734659700912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18777/statm: 2456183 711087 2283 9 0 2446860 0
[pid=18777/tid=18778] ppid=18774 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/18777/task/18778/stat : 18778 (java) S 18774 18777 15677 0 -1 4202560 2410 0 1 0 18 2 0 0 20 0 22 0 107229717 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621819962232 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18780] ppid=18774 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/18777/task/18780/stat : 18780 (java) S 18774 18777 15677 0 -1 4202560 158 0 0 0 21 4 0 0 20 0 22 0 107229718 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621798063016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18781] ppid=18774 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/18777/task/18781/stat : 18781 (java) S 18774 18777 15677 0 -1 4202560 119 0 0 0 17 4 0 0 20 0 22 0 107229718 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621797010472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18782] ppid=18774 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/18777/task/18782/stat : 18782 (java) S 18774 18777 15677 0 -1 4202560 110 0 0 0 20 5 0 0 20 0 22 0 107229718 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621795957416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18783] ppid=18774 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/18777/task/18783/stat : 18783 (java) S 18774 18777 15677 0 -1 4202560 127 0 0 0 16 4 0 0 20 0 22 0 107229718 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621794904872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18784] ppid=18774 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/18777/task/18784/stat : 18784 (java) S 18774 18777 15677 0 -1 4202560 118 0 0 0 19 5 0 0 20 0 22 0 107229718 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621793851816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18785] ppid=18774 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/18777/task/18785/stat : 18785 (java) S 18774 18777 15677 0 -1 4202560 181 0 0 0 21 5 0 0 20 0 22 0 107229718 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621322906152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18786] ppid=18774 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/18777/task/18786/stat : 18786 (java) S 18774 18777 15677 0 -1 4202560 151 0 0 0 18 5 0 0 20 0 22 0 107229718 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621321853096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18787] ppid=18774 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/18777/task/18787/stat : 18787 (java) S 18774 18777 15677 0 -1 4202560 64 0 0 0 11 4 0 0 20 0 22 0 107229718 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621320800552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18788] ppid=18774 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18777/task/18788/stat : 18788 (java) S 18774 18777 15677 0 -1 4202560 1269 0 0 0 0 2 0 0 20 0 22 0 107229719 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621308390248 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18789] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18789/stat : 18789 (java) S 18774 18777 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107229719 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621307336568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18790] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18790/stat : 18790 (java) S 18774 18777 15677 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107229719 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621306283400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18791] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18791/stat : 18791 (java) S 18774 18777 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229721 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621305232144 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18792] ppid=18774 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/18777/task/18792/stat : 18792 (java) S 18774 18777 15677 0 -1 4202560 10609 0 0 0 209 0 0 0 20 0 22 0 107229721 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621304179000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18793] ppid=18774 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/18777/task/18793/stat : 18793 (java) S 18774 18777 15677 0 -1 4202560 16010 0 0 0 144 3 0 0 20 0 22 0 107229721 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621303126456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18794] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18794/stat : 18794 (java) S 18774 18777 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107229721 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621302073592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18795] ppid=18774 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18777/task/18795/stat : 18795 (java) S 18774 18777 15677 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 107229721 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621301021256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18799] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18799/stat : 18799 (java) S 18774 18777 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107229739 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621296711080 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18803] ppid=18774 vsize=9824732 CPUtime=76.73 cores=0,2,4,6
/proc/18777/task/18803/stat : 18803 (java) R 18774 18777 15677 0 -1 4202560 38 0 0 0 7672 1 0 0 20 0 22 0 107229989 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621299859216 140621675786641 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18804] ppid=18774 vsize=9824732 CPUtime=76.72 cores=0,2,4,6
/proc/18777/task/18804/stat : 18804 (java) R 18774 18777 15677 0 -1 4202560 1630 0 0 0 7636 36 0 0 20 0 22 0 107229989 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621298814752 140621675713480 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18805] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18805/stat : 18805 (java) S 18774 18777 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107229989 10060525568 711087 33554432000 1073741824 1073778376 140734659709776 140621297764008 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 163.45
Current children cumulated vsize (KiB) 9824732

[startup+80.4088 s]
/proc/loadavg: 4.06 4.10 4.02 4/218 18810
/proc/meminfo: memFree=23612456/32872528 swapFree=15540/1663004
[pid=18777] ppid=18774 vsize=9824732 CPUtime=164.14 cores=0,2,4,6
/proc/18777/stat : 18777 (java) S 18774 18777 15677 0 -1 4202496 34454 0 1 0 16326 88 0 0 20 0 19 0 107229717 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140734659700912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18777/statm: 2456183 711074 2283 9 0 2446860 0
[pid=18777/tid=18778] ppid=18774 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/18777/task/18778/stat : 18778 (java) R 18774 18777 15677 0 -1 4202560 2410 0 1 0 29 2 0 0 20 0 19 0 107229717 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140621819961896 140621675501506 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18780] ppid=18774 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/18777/task/18780/stat : 18780 (java) S 18774 18777 15677 0 -1 4202560 158 0 0 0 21 4 0 0 20 0 19 0 107229718 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140621798063016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18781] ppid=18774 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/18777/task/18781/stat : 18781 (java) S 18774 18777 15677 0 -1 4202560 119 0 0 0 17 4 0 0 20 0 19 0 107229718 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140621797010472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18782] ppid=18774 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/18777/task/18782/stat : 18782 (java) S 18774 18777 15677 0 -1 4202560 110 0 0 0 20 5 0 0 20 0 19 0 107229718 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140621795957416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18783] ppid=18774 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/18777/task/18783/stat : 18783 (java) S 18774 18777 15677 0 -1 4202560 127 0 0 0 16 4 0 0 20 0 19 0 107229718 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140621794904872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18784] ppid=18774 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/18777/task/18784/stat : 18784 (java) S 18774 18777 15677 0 -1 4202560 118 0 0 0 19 5 0 0 20 0 19 0 107229718 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140621793851816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18785] ppid=18774 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/18777/task/18785/stat : 18785 (java) S 18774 18777 15677 0 -1 4202560 181 0 0 0 21 5 0 0 20 0 19 0 107229718 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140621322906152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18786] ppid=18774 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/18777/task/18786/stat : 18786 (java) S 18774 18777 15677 0 -1 4202560 151 0 0 0 18 5 0 0 20 0 19 0 107229718 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140621321853096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18787] ppid=18774 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/18777/task/18787/stat : 18787 (java) S 18774 18777 15677 0 -1 4202560 64 0 0 0 11 4 0 0 20 0 19 0 107229718 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140621320800552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18788] ppid=18774 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18777/task/18788/stat : 18788 (java) S 18774 18777 15677 0 -1 4202560 1269 0 0 0 0 2 0 0 20 0 19 0 107229719 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140621308390248 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18789] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18789/stat : 18789 (java) S 18774 18777 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 107229719 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140621307336568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18790] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18790/stat : 18790 (java) S 18774 18777 15677 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 107229719 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140621306283400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18791] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18791/stat : 18791 (java) S 18774 18777 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107229721 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140621305232144 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18792] ppid=18774 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/18777/task/18792/stat : 18792 (java) S 18774 18777 15677 0 -1 4202560 10609 0 0 0 211 0 0 0 20 0 19 0 107229721 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140621304179000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18793] ppid=18774 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/18777/task/18793/stat : 18793 (java) S 18774 18777 15677 0 -1 4202560 16010 0 0 0 144 3 0 0 20 0 19 0 107229721 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140621303126456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18794] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18794/stat : 18794 (java) S 18774 18777 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107229721 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140621302073592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18795] ppid=18774 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18777/task/18795/stat : 18795 (java) S 18774 18777 15677 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 107229721 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140621301021256 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18799] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18799/stat : 18799 (java) S 18774 18777 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107229739 10060525568 711074 33554432000 1073741824 1073778376 140734659709776 140621296711080 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 164.14
Current children cumulated vsize (KiB) 9824732

[startup+80.8007 s]
/proc/loadavg: 4.06 4.10 4.02 4/218 18810
/proc/meminfo: memFree=23612456/32872528 swapFree=15540/1663004
[pid=18777] ppid=18774 vsize=9824732 CPUtime=164.54 cores=0,2,4,6
/proc/18777/stat : 18777 (java) S 18774 18777 15677 0 -1 4202496 34460 0 1 0 16366 88 0 0 20 0 17 0 107229717 10060525568 711072 33554432000 1073741824 1073778376 140734659709776 140734659700912 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18777/statm: 2456183 711072 2283 9 0 2446860 0
[pid=18777/tid=18778] ppid=18774 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/18777/task/18778/stat : 18778 (java) S 18774 18777 15677 0 -1 4202560 2412 0 1 0 67 2 0 0 20 0 17 0 107229717 10060525568 711072 33554432000 1073741824 1073778376 140734659709776 140621819962040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18780] ppid=18774 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/18777/task/18780/stat : 18780 (java) S 18774 18777 15677 0 -1 4202560 158 0 0 0 21 4 0 0 20 0 17 0 107229718 10060525568 711072 33554432000 1073741824 1073778376 140734659709776 140621798063016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18781] ppid=18774 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/18777/task/18781/stat : 18781 (java) S 18774 18777 15677 0 -1 4202560 119 0 0 0 17 4 0 0 20 0 17 0 107229718 10060525568 711072 33554432000 1073741824 1073778376 140734659709776 140621797010472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18782] ppid=18774 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/18777/task/18782/stat : 18782 (java) S 18774 18777 15677 0 -1 4202560 110 0 0 0 20 5 0 0 20 0 17 0 107229718 10060525568 711072 33554432000 1073741824 1073778376 140734659709776 140621795957416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18783] ppid=18774 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/18777/task/18783/stat : 18783 (java) S 18774 18777 15677 0 -1 4202560 127 0 0 0 16 4 0 0 20 0 17 0 107229718 10060525568 711072 33554432000 1073741824 1073778376 140734659709776 140621794904872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18784] ppid=18774 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/18777/task/18784/stat : 18784 (java) S 18774 18777 15677 0 -1 4202560 118 0 0 0 19 5 0 0 20 0 17 0 107229718 10060525568 711072 33554432000 1073741824 1073778376 140734659709776 140621793851816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18785] ppid=18774 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/18777/task/18785/stat : 18785 (java) S 18774 18777 15677 0 -1 4202560 181 0 0 0 21 5 0 0 20 0 17 0 107229718 10060525568 711072 33554432000 1073741824 1073778376 140734659709776 140621322906152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18777/tid=18786] ppid=18774 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/18777/task/18786/stat : 18786 (java) S 18774 18777 15677 0 -1 4202560 151 0 0 0 18 5 0 0 20 0 17 0 107229718 10060525568 711072 33554432000 1073741824 1073778376 140734659709776 140621321853096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18787] ppid=18774 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/18777/task/18787/stat : 18787 (java) S 18774 18777 15677 0 -1 4202560 64 0 0 0 11 4 0 0 20 0 17 0 107229718 10060525568 711072 33554432000 1073741824 1073778376 140734659709776 140621320800552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18788] ppid=18774 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18777/task/18788/stat : 18788 (java) S 18774 18777 15677 0 -1 4202560 1269 0 0 0 0 2 0 0 20 0 17 0 107229719 10060525568 711072 33554432000 1073741824 1073778376 140734659709776 140621308389800 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18789] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18789/stat : 18789 (java) S 18774 18777 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 17 0 107229719 10060525568 711072 33554432000 1073741824 1073778376 140734659709776 140621307336568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18777/tid=18790] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18790/stat : 18790 (java) S 18774 18777 15677 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 17 0 107229719 10060525568 711072 33554432000 1073741824 1073778376 140734659709776 140621306283400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18791] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18791/stat : 18791 (java) S 18774 18777 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 107229721 10060525568 711072 33554432000 1073741824 1073778376 140734659709776 140621305231688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18792] ppid=18774 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/18777/task/18792/stat : 18792 (java) S 18774 18777 15677 0 -1 4202560 10609 0 0 0 211 0 0 0 20 0 17 0 107229721 10060525568 711072 33554432000 1073741824 1073778376 140734659709776 140621304155928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18777/tid=18793] ppid=18774 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/18777/task/18793/stat : 18793 (java) S 18774 18777 15677 0 -1 4202560 16010 0 0 0 144 3 0 0 20 0 17 0 107229721 10060525568 711072 33554432000 1073741824 1073778376 140734659709776 140621303126456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18777/tid=18794] ppid=18774 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18777/task/18794/stat : 18794 (java) S 18774 18777 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 107229721 10060525568 711072 33554432000 1073741824 1073778376 140734659709776 140621302073592 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 164.54
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 80.8208
CPU time (s): 164.678
CPU user time (s): 163.628
CPU system time (s): 1.04984
CPU usage (%): 203.757
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.628
system time used= 1.04984
maximum resident set size= 2881740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34460
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3037
involuntary context switches= 3905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.580911 second user time and 0.733888 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-07 00:42:49
IDJOB=4081826
IDBENCH=47980
IDSOLVER=2543
FILE ID=node134/4081826-1465252969
RUNJOBID= node134-1465243580-15693
PBS_JOBID= 19843249
Free space on /tmp= 71732 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=61-P1=167-P2=157-P3=13-P4=173-P5=47-P6=47-P7=251-P8=79-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081826-1465252969/watcher-4081826-1465252969 -o /tmp/evaluation-result-4081826-1465252969/solver-4081826-1465252969 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465243580-15693 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081826-1465252969.opb

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

MD5SUM BENCH= 8f717fbc7f85484ebc0de379ab09a890
RANDOM SEED=116112593

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.403
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.56
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.403
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.403
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.403
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.403
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:        26609980 kB
Buffers:           49464 kB
Cached:           119400 kB
SwapCached:         1804 kB
Active:          3789388 kB
Inactive:         100820 kB
Active(anon):    3721068 kB
Inactive(anon):     2904 kB
Active(file):      68320 kB
Inactive(file):    97916 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098296 kB
Dirty:              1132 kB
Writeback:             4 kB
AnonPages:       5383720 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             569080 kB
SReclaimable:      12436 kB
SUnreclaim:       556644 kB
KernelStack:        1640 kB
PageTables:        14964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5982908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5312512 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= 71732 MiB
End job on node134 at 2016-06-07 00:44:10