Trace number 4090530

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 178.56 177.703

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_11_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMc780377f89ccbb35442bcce6ab556752
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark1.14182
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables220
Total number of constraints42
Number of soft constraints14
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
Top cost 689
Min constraint cost 1
Max constraint cost 85
Sum of constraints costs 688
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.06/0.10	c version PB16.v20160501
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.12	c Pseudo Boolean Optimization by upper bound
0.06/0.12	c --- Begin Solver configuration ---
0.06/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.06/0.12	c Learn all clauses as in MiniSAT
0.06/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.12	c No reason simplification
0.06/0.12	c Glucose 2.1 dynamic restart strategy
0.06/0.12	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.06/0.12	c timeout=2147483s
0.06/0.12	c DB Simplification allowed=false
0.06/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.06/0.12	c --- End Solver configuration ---
0.06/0.12	c solving HOME/instance-4090530-1466062337.wbo
0.06/0.12	c reading problem ... 
0.06/0.15	c ... done. Wall clock time 0.026s.
0.06/0.15	c declared #vars     220
0.06/0.15	c internal #vars     234
0.06/0.15	c #constraints  42
0.06/0.15	c constraints type 
0.06/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
0.06/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 13
0.06/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7
0.06/0.15	c 42 constraints processed.
0.06/0.15	c objective function length is 14 literals
0.25/0.26	c SATISFIABLE
0.25/0.26	c OPTIMIZING...
0.25/0.26	c Got one! Elapsed wall clock time (in seconds):0.142
0.25/0.26	o 93
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.217
0.52/0.34	o 75
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.237
0.52/0.36	o 58
0.65/0.41	c Got one! Elapsed wall clock time (in seconds):0.288
0.65/0.41	o 54
1.23/0.90	c cleaning 3635 clauses out of 7269 with flag 29930/7269
1.76/1.44	c cleaning 4811 clauses out of 9634 with flag 74655/13269
1.96/1.62	c Got one! Elapsed wall clock time (in seconds):1.501
1.96/1.62	o 15
2.25/1.95	c cleaning 5251 clauses out of 10508 with flag 20420/18954
2.96/2.62	c cleaning 5622 clauses out of 11256 with flag 56603/24953
3.68/3.40	c cleaning 6314 clauses out of 12634 with flag 108313/31953
4.78/4.43	c cleaning 7153 clauses out of 14320 with flag 168141/39953
5.98/5.61	c cleaning 8077 clauses out of 16168 with flag 240349/48954
6.67/6.38	c cleaning 9031 clauses out of 18090 with flag 311816/58953
7.77/7.47	c cleaning 10019 clauses out of 20058 with flag 403759/69952
9.37/9.05	c cleaning 11000 clauses out of 22039 with flag 497368/81952
11.06/10.71	c cleaning 12003 clauses out of 24041 with flag 609122/94954
13.16/12.84	c cleaning 13002 clauses out of 26038 with flag 710888/108954
15.07/14.75	c cleaning 13995 clauses out of 28034 with flag 830251/123952
16.67/16.39	c cleaning 14995 clauses out of 30040 with flag 951117/139953
18.77/18.42	c cleaning 16015 clauses out of 32045 with flag 1080886/156953
20.77/20.48	c cleaning 17004 clauses out of 34030 with flag 1225188/174953
23.07/22.72	c cleaning 17994 clauses out of 36027 with flag 1369351/193954
26.47/26.19	c cleaning 19016 clauses out of 38033 with flag 1542328/213954
28.77/28.47	c cleaning 19996 clauses out of 40016 with flag 1713484/234953
32.77/32.49	c cleaning 21009 clauses out of 42020 with flag 1897902/256953
37.06/36.78	c cleaning 21998 clauses out of 44011 with flag 2079866/279953
41.07/40.77	c cleaning 23001 clauses out of 46012 with flag 2270435/303952
45.76/45.43	c cleaning 24002 clauses out of 48012 with flag 2448835/328953
51.27/50.95	c cleaning 25002 clauses out of 50009 with flag 2622388/354952
58.06/57.76	c cleaning 26002 clauses out of 52008 with flag 2807986/381953
65.56/65.24	c cleaning 26999 clauses out of 54005 with flag 3000764/409952
74.06/73.72	c cleaning 27996 clauses out of 56006 with flag 3209646/438952
79.40/78.91	c cleaning 28994 clauses out of 58009 with flag 3427298/468952
87.55/86.79	c cleaning 30005 clauses out of 60015 with flag 3677288/499952
94.65/93.82	c cleaning 31001 clauses out of 62010 with flag 3943861/531952
100.65/99.85	c cleaning 32001 clauses out of 64011 with flag 4208937/564954
107.06/106.24	c cleaning 32996 clauses out of 66009 with flag 4478260/598953
115.95/115.14	c cleaning 34007 clauses out of 68015 with flag 4779601/633955
125.95/125.16	c cleaning 34990 clauses out of 70006 with flag 5126668/669953
135.05/134.25	c cleaning 36005 clauses out of 72015 with flag 5456892/706952
145.14/144.34	c cleaning 37000 clauses out of 74010 with flag 5791984/744952
158.35/157.50	c cleaning 38002 clauses out of 76010 with flag 6111840/783952
171.74/170.97	c cleaning 39002 clauses out of 78008 with flag 6448633/823952
178.46/177.69	c starts		: 3054
178.46/177.69	c conflicts		: 845119
178.46/177.69	c decisions		: 1098061
178.46/177.69	c propagations		: 11372512
178.46/177.69	c inspects		: 3629441864
178.46/177.69	c shortcuts		: 0
178.46/177.69	c learnt literals	: 6
178.46/177.69	c learnt binary clauses	: 5
178.46/177.69	c learnt ternary clauses	: 6
178.46/177.69	c learnt constraints	: 845112
178.46/177.69	c ignored constraints	: 0
178.46/177.69	c root simplifications	: 0
178.46/177.69	c removed literals (reason simplification)	: 0
178.46/177.69	c reason swapping (by a shorter reason)	: 0
178.46/177.69	c Calls to reduceDB	: 38
178.46/177.69	c Number of update (reduction) of LBD	: 473583
178.46/177.69	c Imported unit clauses	: 0
178.46/177.69	c number of reductions to clauses (during analyze)	: 0
178.46/177.69	c number of learned constraints concerned by reduction	: 0
178.46/177.69	c number of learning phase by resolution	: 0
178.46/177.69	c number of learning phase by cutting planes	: 0
178.46/177.69	c speed (assignments/second)	: 64054.97259818748
178.46/177.69	c non guided choices	1763
178.46/177.69	c learnt constraints type 
178.46/177.69	s OPTIMUM FOUND
178.46/177.69	c Found 5 solution(s)
178.46/177.69	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 
178.56/177.70	c objective function=15
178.56/177.70	c Total wall clock time (in seconds): 177.575

Verifier Data

OK	15

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-4090530-1466062337/watcher-4090530-1466062337 -o /tmp/evaluation-result-4090530-1466062337/solver-4090530-1466062337 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466062123-7959 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090530-1466062337.wbo 

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

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


[startup+0 s]
/proc/loadavg: 2.05 1.07 0.44 3/194 8078
/proc/meminfo: memFree=31293456/32872528 swapFree=302776/319128
[pid=8078] ppid=8075 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8078/stat : 8078 (java) D 8075 8078 7942 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 8280379 9515008 176 33554432000 1073741824 1073778376 140735360153024 140735360135752 262962758544 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/8078/statm: 2323 176 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.05 1.07 0.44 3/194 8078
/proc/meminfo: memFree=31293456/32872528 swapFree=302776/319128
[pid=8078] ppid=8075 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/8078/stat : 8078 (java) S 8075 8078 7942 0 -1 4202496 4366 0 1 0 6 0 0 0 20 0 18 0 8280379 9787879424 4974 33554432000 1073741824 1073778376 140734725999328 140734725990464 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8078/statm: 2389619 4974 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200317 s]
/proc/loadavg: 2.05 1.07 0.44 3/194 8078
/proc/meminfo: memFree=31293456/32872528 swapFree=302776/319128
[pid=8078] ppid=8075 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/8078/stat : 8078 (java) S 8075 8078 7942 0 -1 4202496 5901 0 1 0 24 1 0 0 20 0 19 0 8280379 9856040960 6480 33554432000 1073741824 1073778376 140734725999328 140734725990464 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8078/statm: 2406260 6480 2217 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300331 s]
/proc/loadavg: 2.05 1.07 0.44 3/194 8078
/proc/meminfo: memFree=31293456/32872528 swapFree=302776/319128
[pid=8078] ppid=8075 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8078/stat : 8078 (java) S 8075 8078 7942 0 -1 4202496 7767 0 1 0 50 2 0 0 20 0 19 0 8280379 9856040960 8112 33554432000 1073741824 1073778376 140734725999328 140734725990464 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8078/statm: 2406260 8112 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700182 s]
/proc/loadavg: 2.05 1.07 0.44 3/194 8078
/proc/meminfo: memFree=31293456/32872528 swapFree=302776/319128
[pid=8078] ppid=8075 vsize=9625040 CPUtime=1 cores=1,3,5,7
/proc/8078/stat : 8078 (java) S 8075 8078 7942 0 -1 4202496 8745 0 1 0 98 2 0 0 20 0 19 0 8280379 9856040960 8645 33554432000 1073741824 1073778376 140734725999328 140734725990464 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8078/statm: 2406260 8645 2238 9 0 2396937 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.05 1.07 0.44 3/193 8112
/proc/meminfo: memFree=31783528/32872528 swapFree=302776/319128
[pid=8078] ppid=8075 vsize=9625040 CPUtime=1.86 cores=1,3,5,7
/proc/8078/stat : 8078 (java) S 8075 8078 7942 0 -1 4202496 8782 0 1 0 184 2 0 0 20 0 19 0 8280379 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 140734725990464 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8078/statm: 2406260 9176 2247 9 0 2396937 0
[pid=8078/tid=8080] ppid=8075 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/8078/task/8080/stat : 8080 (java) R 8075 8078 7942 0 -1 4202560 2471 0 1 0 145 0 0 0 20 0 19 0 8280380 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 139793808260816 139793681105107 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8081] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8081/stat : 8081 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 139793652283688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8082] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8082/stat : 8082 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 139793651230888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8083] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8083/stat : 8083 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 139793650178600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8078/tid=8084] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8084/stat : 8084 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 139793649125800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8085] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8085/stat : 8085 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 139793648073512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8086] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8086/stat : 8086 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 139793647020712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8087] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8087/stat : 8087 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 139793645968424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8088] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8088/stat : 8088 (java) S 8075 8078 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 139793644915624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8089] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8089/stat : 8089 (java) S 8075 8078 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8280383 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 139793632504040 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8090] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8090/stat : 8090 (java) S 8075 8078 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8280383 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 139793631450104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8091] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8091/stat : 8091 (java) S 8075 8078 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8280383 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 139793630397704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8092] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8092/stat : 8092 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280386 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 139793629346192 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8093] ppid=8075 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/8078/task/8093/stat : 8093 (java) S 8075 8078 7942 0 -1 4202560 2418 0 0 0 19 0 0 0 20 0 19 0 8280386 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 139793628293816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8094] ppid=8075 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/8078/task/8094/stat : 8094 (java) S 8075 8078 7942 0 -1 4202560 2621 0 0 0 17 1 0 0 20 0 19 0 8280386 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 139793627241016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8095] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8095/stat : 8095 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280386 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 139793626188920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8096] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8096/stat : 8096 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280386 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 139793625136328 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8097] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8097/stat : 8097 (java) S 8075 8078 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8280394 9856040960 9176 33554432000 1073741824 1073778376 140734725999328 139793624081320 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.05 1.07 0.44 3/213 8162
/proc/meminfo: memFree=31755104/32872528 swapFree=302776/319128
[pid=8078] ppid=8075 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/8078/stat : 8078 (java) S 8075 8078 7942 0 -1 4202496 8790 0 1 0 344 3 0 0 20 0 19 0 8280379 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 140734725990464 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8078/statm: 2406260 10716 2247 9 0 2396937 0
[pid=8078/tid=8080] ppid=8075 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/8078/task/8080/stat : 8080 (java) R 8075 8078 7942 0 -1 4202560 2475 0 1 0 303 1 0 0 20 0 19 0 8280380 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 139793808269592 139793681105107 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8081] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8081/stat : 8081 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 139793652283688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8082] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8082/stat : 8082 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 139793651230888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8083] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8083/stat : 8083 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 139793650178600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8078/tid=8084] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8084/stat : 8084 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 139793649125800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8085] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8085/stat : 8085 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 139793648073512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8086] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8086/stat : 8086 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 139793647020712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8087] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8087/stat : 8087 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 139793645968424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8088] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8088/stat : 8088 (java) S 8075 8078 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 139793644915624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8089] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8089/stat : 8089 (java) S 8075 8078 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8280383 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 139793632504040 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8090] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8090/stat : 8090 (java) S 8075 8078 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8280383 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 139793631450104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8091] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8091/stat : 8091 (java) S 8075 8078 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8280383 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 139793630397704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8092] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8092/stat : 8092 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280386 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 139793629346192 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8093] ppid=8075 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/8078/task/8093/stat : 8093 (java) S 8075 8078 7942 0 -1 4202560 2418 0 0 0 19 0 0 0 20 0 19 0 8280386 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 139793628293816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8094] ppid=8075 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/8078/task/8094/stat : 8094 (java) S 8075 8078 7942 0 -1 4202560 2625 0 0 0 19 1 0 0 20 0 19 0 8280386 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 139793627241016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8095] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8095/stat : 8095 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280386 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 139793626188920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8096] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8096/stat : 8096 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280386 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 139793625136328 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8097] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8097/stat : 8097 (java) S 8075 8078 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8280394 9856040960 10716 33554432000 1073741824 1073778376 140734725999328 139793624081320 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.05 1.08 0.45 3/213 8162
/proc/meminfo: memFree=31738472/32872528 swapFree=302776/319128
[pid=8078] ppid=8075 vsize=9625040 CPUtime=6.67 cores=1,3,5,7
/proc/8078/stat : 8078 (java) S 8075 8078 7942 0 -1 4202496 8795 0 1 0 664 3 0 0 20 0 19 0 8280379 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 140734725990464 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8078/statm: 2406260 12105 2248 9 0 2396937 0
[pid=8078/tid=8080] ppid=8075 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/8078/task/8080/stat : 8080 (java) R 8075 8078 7942 0 -1 4202560 2479 0 1 0 621 1 0 0 20 0 19 0 8280380 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 139793808260816 139793681096596 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8081] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8081/stat : 8081 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 139793652283688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8082] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8082/stat : 8082 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 139793651230888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8083] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8083/stat : 8083 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 139793650178600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8078/tid=8084] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8084/stat : 8084 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 139793649125800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8085] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8085/stat : 8085 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 139793648073512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8086] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8086/stat : 8086 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 139793647020712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8087] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8087/stat : 8087 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 139793645968424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8088] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8088/stat : 8088 (java) S 8075 8078 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 139793644915624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8089] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8089/stat : 8089 (java) S 8075 8078 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8280383 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 139793632504040 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8090] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8090/stat : 8090 (java) S 8075 8078 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8280383 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 139793631450104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8091] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8091/stat : 8091 (java) S 8075 8078 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8280383 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 139793630397704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8092] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8092/stat : 8092 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280386 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 139793629346192 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8093] ppid=8075 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/8078/task/8093/stat : 8093 (java) S 8075 8078 7942 0 -1 4202560 2418 0 0 0 19 0 0 0 20 0 19 0 8280386 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 139793628293816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8094] ppid=8075 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/8078/task/8094/stat : 8094 (java) S 8075 8078 7942 0 -1 4202560 2625 0 0 0 19 1 0 0 20 0 19 0 8280386 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 139793627241016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8095] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8095/stat : 8095 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280386 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 139793626188920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8096] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8096/stat : 8096 (java) S 8075 8078 7942 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8280386 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 139793625136328 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8097] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8097/stat : 8097 (java) S 8075 8078 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8280394 9856040960 12105 33554432000 1073741824 1073778376 140734725999328 139793624081320 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.67
Current children cumulated vsize (KiB) 9625040


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

[pid=8078/tid=8089] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8089/stat : 8089 (java) S 8075 8078 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8280383 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793632504040 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8090] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8090/stat : 8090 (java) S 8075 8078 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8280383 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793631450104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8091] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8091/stat : 8091 (java) S 8075 8078 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8280383 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793630397704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8092] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8092/stat : 8092 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280386 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793629346192 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8093] ppid=8075 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8078/task/8093/stat : 8093 (java) S 8075 8078 7942 0 -1 4202560 2427 0 0 0 22 0 0 0 20 0 19 0 8280386 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793628293816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8094] ppid=8075 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8078/task/8094/stat : 8094 (java) S 8075 8078 7942 0 -1 4202560 10279 0 0 0 59 3 0 0 20 0 19 0 8280386 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793627241016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8078/tid=8095] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8095/stat : 8095 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280386 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793626188920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8096] ppid=8075 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8078/task/8096/stat : 8096 (java) S 8075 8078 7942 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 8280386 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793625136328 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8097] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8097/stat : 8097 (java) S 8075 8078 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8280394 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793624081320 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 177.64
Current children cumulated vsize (KiB) 9625040

[startup+177.208 s]
/proc/loadavg: 2.07 1.49 0.70 3/213 8164
/proc/meminfo: memFree=31443900/32872528 swapFree=302776/319128
[pid=8078] ppid=8075 vsize=9625040 CPUtime=178.05 cores=1,3,5,7
/proc/8078/stat : 8078 (java) S 8075 8078 7942 0 -1 4202496 16583 0 1 0 17794 11 0 0 20 0 19 0 8280379 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 140734725990464 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8078/statm: 2406260 49056 2262 9 0 2396937 0
[pid=8078/tid=8080] ppid=8075 vsize=9625040 CPUtime=176.62 cores=1,3,5,7
/proc/8078/task/8080/stat : 8080 (java) R 8075 8078 7942 0 -1 4202560 2537 0 1 0 17656 6 0 0 20 0 19 0 8280380 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793808260816 139793681096592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8081] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8081/stat : 8081 (java) S 8075 8078 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793652283688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8082] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8082/stat : 8082 (java) S 8075 8078 7942 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793651230888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8083] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8083/stat : 8083 (java) S 8075 8078 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793650178600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8078/tid=8084] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8084/stat : 8084 (java) S 8075 8078 7942 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793649125800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8085] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8085/stat : 8085 (java) S 8075 8078 7942 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793648073512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8086] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8086/stat : 8086 (java) S 8075 8078 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793647020712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8078/tid=8087] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8087/stat : 8087 (java) S 8075 8078 7942 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793645968424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8088] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8088/stat : 8088 (java) S 8075 8078 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793644915624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8089] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8089/stat : 8089 (java) S 8075 8078 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8280383 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793632504040 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8090] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8090/stat : 8090 (java) S 8075 8078 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8280383 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793631450104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8091] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8091/stat : 8091 (java) S 8075 8078 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8280383 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793630397704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8092] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8092/stat : 8092 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280386 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793629346192 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8093] ppid=8075 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8078/task/8093/stat : 8093 (java) S 8075 8078 7942 0 -1 4202560 2427 0 0 0 22 0 0 0 20 0 19 0 8280386 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793628293816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8094] ppid=8075 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8078/task/8094/stat : 8094 (java) S 8075 8078 7942 0 -1 4202560 10279 0 0 0 59 3 0 0 20 0 19 0 8280386 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793627241016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8078/tid=8095] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8095/stat : 8095 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280386 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793626188920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8096] ppid=8075 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8078/task/8096/stat : 8096 (java) S 8075 8078 7942 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 8280386 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793625136328 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8097] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8097/stat : 8097 (java) S 8075 8078 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8280394 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793624081320 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 178.05
Current children cumulated vsize (KiB) 9625040

[startup+177.601 s]
/proc/loadavg: 2.07 1.49 0.70 3/213 8164
/proc/meminfo: memFree=31443900/32872528 swapFree=302776/319128
[pid=8078] ppid=8075 vsize=9625040 CPUtime=178.46 cores=1,3,5,7
/proc/8078/stat : 8078 (java) S 8075 8078 7942 0 -1 4202496 16584 0 1 0 17835 11 0 0 20 0 19 0 8280379 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 140734725990464 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8078/statm: 2406260 49056 2262 9 0 2396937 0
[pid=8078/tid=8080] ppid=8075 vsize=9625040 CPUtime=177.01 cores=1,3,5,7
/proc/8078/task/8080/stat : 8080 (java) R 8075 8078 7942 0 -1 4202560 2537 0 1 0 17695 6 0 0 20 0 19 0 8280380 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793808269688 139793681282911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8081] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8081/stat : 8081 (java) S 8075 8078 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793652283688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8082] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8082/stat : 8082 (java) S 8075 8078 7942 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793651230888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8083] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8083/stat : 8083 (java) S 8075 8078 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793650178600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8078/tid=8084] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8084/stat : 8084 (java) S 8075 8078 7942 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793649125800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8085] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8085/stat : 8085 (java) S 8075 8078 7942 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793648073512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8086] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8086/stat : 8086 (java) S 8075 8078 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793647020712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8078/tid=8087] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8087/stat : 8087 (java) S 8075 8078 7942 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793645968424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8088] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8088/stat : 8088 (java) S 8075 8078 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8280382 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793644915624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8089] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8089/stat : 8089 (java) S 8075 8078 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8280383 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793632504040 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8090] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8090/stat : 8090 (java) S 8075 8078 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8280383 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793631450104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8091] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8091/stat : 8091 (java) S 8075 8078 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8280383 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793630397704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8092] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8092/stat : 8092 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280386 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793629346192 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8093] ppid=8075 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8078/task/8093/stat : 8093 (java) S 8075 8078 7942 0 -1 4202560 2427 0 0 0 22 0 0 0 20 0 19 0 8280386 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793628293816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8094] ppid=8075 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/8078/task/8094/stat : 8094 (java) S 8075 8078 7942 0 -1 4202560 10280 0 0 0 61 3 0 0 20 0 19 0 8280386 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793627241016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8078/tid=8095] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8095/stat : 8095 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280386 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793626188920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8096] ppid=8075 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/8078/task/8096/stat : 8096 (java) S 8075 8078 7942 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 8280386 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793625136328 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8097] ppid=8075 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8097/stat : 8097 (java) S 8075 8078 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8280394 9856040960 49056 33554432000 1073741824 1073778376 140734725999328 139793624081320 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 178.46
Current children cumulated vsize (KiB) 9625040

[startup+177.701 s]
/proc/loadavg: 2.07 1.49 0.70 3/213 8164
/proc/meminfo: memFree=31443900/32872528 swapFree=302776/319128
[pid=8078] ppid=8075 vsize=9691604 CPUtime=178.56 cores=1,3,5,7
/proc/8078/stat : 8078 (java) S 8075 8078 7942 0 -1 4202496 16601 0 1 0 17845 11 0 0 20 0 19 0 8280379 9924202496 49068 33554432000 1073741824 1073778376 140734725999328 140734725990464 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8078/statm: 2422901 49068 2263 9 0 2413578 0
[pid=8078/tid=8080] ppid=8075 vsize=9691604 CPUtime=177.11 cores=1,3,5,7
/proc/8078/task/8080/stat : 8080 (java) S 8075 8078 7942 0 -1 4202560 2540 0 1 0 17705 6 0 0 20 0 19 0 8280380 9924202496 49068 33554432000 1073741824 1073778376 140734725999328 139793808270040 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8081] ppid=8075 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8081/stat : 8081 (java) S 8075 8078 7942 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8280382 9924202496 49068 33554432000 1073741824 1073778376 140734725999328 139793652283688 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8082] ppid=8075 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8082/stat : 8082 (java) S 8075 8078 7942 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8280382 9924202496 49068 33554432000 1073741824 1073778376 140734725999328 139793651230888 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8083] ppid=8075 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8083/stat : 8083 (java) S 8075 8078 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8280382 9924202496 49068 33554432000 1073741824 1073778376 140734725999328 139793650178600 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8078/tid=8084] ppid=8075 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8084/stat : 8084 (java) S 8075 8078 7942 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 8280382 9924202496 49068 33554432000 1073741824 1073778376 140734725999328 139793649125800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8085] ppid=8075 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8085/stat : 8085 (java) S 8075 8078 7942 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8280382 9924202496 49068 33554432000 1073741824 1073778376 140734725999328 139793648073512 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8086] ppid=8075 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8086/stat : 8086 (java) S 8075 8078 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8280382 9924202496 49068 33554432000 1073741824 1073778376 140734725999328 139793647020712 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8078/tid=8087] ppid=8075 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8087/stat : 8087 (java) S 8075 8078 7942 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8280382 9924202496 49068 33554432000 1073741824 1073778376 140734725999328 139793645968424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8088] ppid=8075 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8088/stat : 8088 (java) S 8075 8078 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8280382 9924202496 49068 33554432000 1073741824 1073778376 140734725999328 139793644915624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8089] ppid=8075 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8089/stat : 8089 (java) S 8075 8078 7942 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8280383 9924202496 49068 33554432000 1073741824 1073778376 140734725999328 139793632504040 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8090] ppid=8075 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8090/stat : 8090 (java) S 8075 8078 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8280383 9924202496 49068 33554432000 1073741824 1073778376 140734725999328 139793631450104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8078/tid=8091] ppid=8075 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8091/stat : 8091 (java) S 8075 8078 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8280383 9924202496 49068 33554432000 1073741824 1073778376 140734725999328 139793630397704 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8092] ppid=8075 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8092/stat : 8092 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280386 9924202496 49068 33554432000 1073741824 1073778376 140734725999328 139793629346192 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8093] ppid=8075 vsize=9691604 CPUtime=0.23 cores=1,3,5,7
/proc/8078/task/8093/stat : 8093 (java) R 8075 8078 7942 0 -1 4202560 2429 0 0 0 23 0 0 0 20 0 19 0 8280386 9924202496 49068 33554432000 1073741824 1073778376 140734725999328 139793628293656 139793810926894 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8078/tid=8094] ppid=8075 vsize=9691604 CPUtime=0.64 cores=1,3,5,7
/proc/8078/task/8094/stat : 8094 (java) S 8075 8078 7942 0 -1 4202560 10280 0 0 0 61 3 0 0 20 0 19 0 8280386 9924202496 49068 33554432000 1073741824 1073778376 140734725999328 139793627241016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8078/tid=8095] ppid=8075 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/8078/task/8095/stat : 8095 (java) S 8075 8078 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8280386 9924202496 49068 33554432000 1073741824 1073778376 140734725999328 139793626188920 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8078/tid=8096] ppid=8075 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/8078/task/8096/stat : 8096 (java) S 8075 8078 7942 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 8280386 9924202496 49068 33554432000 1073741824 1073778376 140734725999328 139793625136328 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 178.56
Current children cumulated vsize (KiB) 9691604

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8078 and gives
#  childrusage.ru_utime.tv_sec=178
#  childrusage.ru_utime.tv_usec=23936
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=221966
# CPU time returned by wait4() is 178.246
# while last known CPU time is 178.56
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 177.703
CPU time (s): 178.56
CPU user time (s): 178.45
CPU system time (s): 0.11
CPU usage (%): 100.482
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 178.024
system time used= 0.221966
maximum resident set size= 196284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16609
page faults= 1
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4067
involuntary context switches= 4038

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.992849 second user time and 1.26781 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-16 09:32:18
IDJOB=4090530
IDBENCH=78683
IDSOLVER=2551
FILE ID=node128/4090530-1466062337
RUNJOBID= node128-1466062123-7959
PBS_JOBID= 19904011
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_11_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090530-1466062337/watcher-4090530-1466062337 -o /tmp/evaluation-result-4090530-1466062337/solver-4090530-1466062337 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466062123-7959 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090530-1466062337.wbo

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

MD5SUM BENCH= c780377f89ccbb35442bcce6ab556752
RANDOM SEED=624121319

node128.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.768
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	: 5333.53
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.768
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.768
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.768
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.768
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.57
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.768
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.56
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.768
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.768
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31293820 kB
Buffers:            2332 kB
Cached:            38548 kB
SwapCached:         2112 kB
Active:           517696 kB
Inactive:          28400 kB
Active(anon):     506244 kB
Inactive(anon):     1584 kB
Active(file):      11452 kB
Inactive(file):    26816 kB
Unevictable:      319128 kB
Mlocked:          302776 kB
SwapTotal:      67108856 kB
SwapFree:       67098940 kB
Dirty:               816 kB
Writeback:             0 kB
AnonPages:        840172 kB
Mapped:            15308 kB
Shmem:                 0 kB
Slab:             565040 kB
SReclaimable:       8460 kB
SUnreclaim:       556580 kB
KernelStack:        1576 kB
PageTables:         5924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1393396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    499712 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 node128 at 2016-06-16 09:35:15