Trace number 4090529

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 PB16MSAT (TO) 1800.03 1797.45

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_11_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM0b915fd051dbce2f3b4ec1d342cdefca
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark1.36079
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 constraints30
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 1595
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1594
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.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4090529-1466062516.wbo
0.07/0.12	c reading problem ... 
0.07/0.15	c ... done. Wall clock time 0.026s.
0.07/0.15	c declared #vars     220
0.07/0.15	c internal #vars     250
0.07/0.15	c #constraints  42
0.07/0.15	c constraints type 
0.07/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
0.07/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 4
0.07/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.07/0.15	c 42 constraints processed.
0.07/0.15	c objective function length is 30 literals
0.26/0.26	c SATISFIABLE
0.26/0.26	c OPTIMIZING...
0.26/0.26	c Got one! Elapsed wall clock time (in seconds):0.138
0.26/0.26	o 43
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.221
0.51/0.34	o 40
0.63/0.47	c Got one! Elapsed wall clock time (in seconds):0.345
0.63/0.47	o 34
1.12/0.81	c cleaning 3465 clauses out of 6935 with flag 17730/6935
1.38/1.01	c Got one! Elapsed wall clock time (in seconds):0.883
1.38/1.01	o 25
1.53/1.12	c Got one! Elapsed wall clock time (in seconds):1.002
1.53/1.12	o 19
1.72/1.37	c cleaning 4805 clauses out of 9618 with flag 12101/13083
1.82/1.44	c Got one! Elapsed wall clock time (in seconds):1.319
1.82/1.44	o 3
2.12/1.76	c cleaning 5322 clauses out of 10676 with flag 33413/18946
2.63/2.30	c cleaning 5668 clauses out of 11355 with flag 76636/24947
3.14/2.72	c cleaning 6332 clauses out of 12686 with flag 127886/31946
3.63/3.28	c cleaning 7174 clauses out of 14356 with flag 187354/39948
4.43/4.09	c cleaning 8085 clauses out of 16181 with flag 252339/48947
5.53/5.18	c cleaning 9041 clauses out of 18095 with flag 333043/58946
6.83/6.45	c cleaning 10024 clauses out of 20056 with flag 413463/69948
8.72/8.32	c cleaning 10998 clauses out of 22030 with flag 500196/81946
10.72/10.33	c cleaning 12011 clauses out of 24033 with flag 594732/94947
13.12/12.77	c cleaning 13006 clauses out of 26021 with flag 704282/108946
15.12/14.74	c cleaning 13998 clauses out of 28015 with flag 820993/123946
16.83/16.40	c cleaning 15002 clauses out of 30018 with flag 942139/139947
18.63/18.21	c cleaning 16006 clauses out of 32016 with flag 1066205/156947
21.83/21.44	c cleaning 16998 clauses out of 34009 with flag 1202186/174946
25.73/25.34	c cleaning 17992 clauses out of 36011 with flag 1359896/193946
28.72/28.39	c cleaning 19004 clauses out of 38019 with flag 1519185/213946
30.92/30.54	c cleaning 20007 clauses out of 40018 with flag 1676117/234949
35.13/34.73	c cleaning 20999 clauses out of 42008 with flag 1859554/256946
39.82/39.42	c cleaning 22003 clauses out of 44009 with flag 2043859/279946
43.72/43.33	c cleaning 22992 clauses out of 46008 with flag 2236591/303948
46.63/46.28	c cleaning 24003 clauses out of 48015 with flag 2421948/328947
53.23/52.85	c cleaning 24995 clauses out of 50011 with flag 2641722/354946
60.53/60.12	c cleaning 25999 clauses out of 52016 with flag 2876247/381946
69.03/68.65	c cleaning 26999 clauses out of 54017 with flag 3123010/409946
78.73/78.37	c cleaning 28009 clauses out of 56019 with flag 3406685/438947
88.63/88.27	c cleaning 28999 clauses out of 58010 with flag 3677207/468947
99.87/99.40	c cleaning 30001 clauses out of 60012 with flag 3982435/499948
112.68/112.24	c cleaning 31002 clauses out of 62011 with flag 4307869/531948
124.27/123.83	c cleaning 31989 clauses out of 64007 with flag 4641419/564946
131.58/131.14	c cleaning 33003 clauses out of 66018 with flag 4928206/598946
139.77/139.32	c cleaning 34002 clauses out of 68015 with flag 5219344/633946
148.27/147.87	c cleaning 34986 clauses out of 70013 with flag 5579642/669946
163.67/163.21	c cleaning 35993 clauses out of 72029 with flag 5998956/706948
172.58/172.13	c cleaning 37008 clauses out of 74037 with flag 6362911/744949
183.68/183.28	c cleaning 38008 clauses out of 76026 with flag 6688508/783946
192.48/192.02	c cleaning 39008 clauses out of 78020 with flag 7049448/823948
203.79/203.35	c cleaning 39991 clauses out of 80011 with flag 7413463/864947
213.89/213.42	c cleaning 41005 clauses out of 82020 with flag 7791928/906947
223.09/222.63	c cleaning 42001 clauses out of 84015 with flag 8143566/949947
233.15/232.68	c cleaning 43000 clauses out of 86014 with flag 8505349/993947
246.75/246.27	c cleaning 43993 clauses out of 88013 with flag 8933644/1038946
257.97/257.47	c cleaning 44981 clauses out of 90021 with flag 9328943/1084947
270.66/270.15	c cleaning 46004 clauses out of 92039 with flag 9737167/1131946
288.36/287.85	c cleaning 47001 clauses out of 94036 with flag 10241896/1179947
312.37/311.88	c cleaning 48005 clauses out of 96034 with flag 10770176/1228946
326.86/326.36	c cleaning 49000 clauses out of 98031 with flag 11249546/1278948
346.76/346.26	c cleaning 49999 clauses out of 100029 with flag 11741453/1329946
365.88/365.38	c cleaning 51008 clauses out of 102031 with flag 12217699/1381947
387.68/387.14	c cleaning 52002 clauses out of 104022 with flag 12702974/1434946
402.98/402.39	c cleaning 52990 clauses out of 106021 with flag 13191324/1488947
435.88/435.25	c cleaning 53992 clauses out of 108030 with flag 13784200/1543946
468.88/468.20	c cleaning 54999 clauses out of 110038 with flag 14419406/1599946
491.57/490.55	c cleaning 56005 clauses out of 112040 with flag 14991289/1656947
508.89/507.81	c cleaning 57009 clauses out of 114034 with flag 15518563/1714946
538.70/537.63	c cleaning 58008 clauses out of 116026 with flag 16089349/1773947
558.71/557.68	c cleaning 58995 clauses out of 118018 with flag 16615400/1833947
574.60/573.58	c cleaning 60002 clauses out of 120022 with flag 17168682/1894946
595.69/594.60	c cleaning 60996 clauses out of 122022 with flag 17749987/1956948
615.45/614.20	c cleaning 61987 clauses out of 124025 with flag 18347536/2019947
640.86/639.67	c cleaning 63010 clauses out of 126042 with flag 19028560/2083951
665.67/664.44	c cleaning 64000 clauses out of 128027 with flag 19649693/2148946
700.48/699.26	c cleaning 65010 clauses out of 130030 with flag 20294088/2214949
722.68/721.42	c cleaning 65994 clauses out of 132018 with flag 21009342/2281947
772.40/771.18	c cleaning 67000 clauses out of 134027 with flag 21903394/2349950
791.50/790.29	c cleaning 67997 clauses out of 136024 with flag 22590326/2418947
822.73/821.27	c cleaning 69005 clauses out of 138026 with flag 23234499/2488946
855.94/854.46	c cleaning 69994 clauses out of 140022 with flag 23892578/2559947
883.65/882.15	c cleaning 71008 clauses out of 142028 with flag 24569144/2631947
921.46/919.95	c cleaning 71995 clauses out of 144023 with flag 25377278/2704950
968.58/967.04	c cleaning 72998 clauses out of 146024 with flag 26242177/2778946
1011.08/1009.58	c cleaning 74000 clauses out of 148026 with flag 27086172/2853946
1047.00/1045.49	c cleaning 75005 clauses out of 150028 with flag 27881744/2929948
1101.32/1099.56	c cleaning 76011 clauses out of 152022 with flag 28821241/3006947
1151.23/1149.42	c cleaning 76995 clauses out of 154010 with flag 29680443/3084946
1183.35/1181.57	c cleaning 77992 clauses out of 156015 with flag 30431659/3163946
1237.95/1236.19	c cleaning 79009 clauses out of 158023 with flag 31342961/3243946
1311.07/1309.21	c cleaning 80002 clauses out of 160014 with flag 32363867/3324946
1391.32/1389.49	c cleaning 81003 clauses out of 162014 with flag 33462646/3406948
1429.93/1427.76	c cleaning 81998 clauses out of 164008 with flag 34327707/3489946
1479.53/1477.38	c cleaning 82996 clauses out of 166014 with flag 35098952/3573950
1535.63/1533.46	c cleaning 84003 clauses out of 168014 with flag 35878893/3658946
1585.93/1583.75	c cleaning 84994 clauses out of 170012 with flag 36684429/3744947
1625.23/1623.07	c cleaning 86001 clauses out of 172017 with flag 37478569/3831946
1675.74/1673.59	c cleaning 87002 clauses out of 174018 with flag 38302262/3919948
1724.65/1722.10	c cleaning 88003 clauses out of 176014 with flag 39125478/4008946
1782.55/1780.02	c cleaning 89005 clauses out of 178011 with flag 39956374/4098946
1800.03/1797.41	c starts		: 19222
1800.03/1797.41	c conflicts		: 4143663
1800.03/1797.41	c decisions		: 5536235
1800.03/1797.41	c propagations		: 60796736
1800.03/1797.41	c inspects		: 34386176880
1800.03/1797.41	c shortcuts		: 0
1800.03/1797.41	c learnt literals	: 3
1800.03/1797.41	c learnt binary clauses	: 4
1800.03/1797.41	c learnt ternary clauses	: 12
1800.03/1797.41	c learnt constraints	: 4143660
1800.03/1797.41	c ignored constraints	: 0
1800.03/1797.41	c root simplifications	: 0
1800.03/1797.41	c removed literals (reason simplification)	: 0
1800.03/1797.41	c reason swapping (by a shorter reason)	: 0
1800.03/1797.41	c Calls to reduceDB	: 88
1800.03/1797.41	c Number of update (reduction) of LBD	: 2122407
1800.03/1797.41	c Imported unit clauses	: 0
1800.03/1797.41	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.41	c number of learned constraints concerned by reduction	: 0
1800.03/1797.41	c number of learning phase by resolution	: 0
1800.03/1797.41	c number of learning phase by cutting planes	: 0
1800.03/1797.41	c speed (assignments/second)	: 33827.477842648164
1800.03/1797.41	c non guided choices	6812
1800.03/1797.44	c learnt constraints type 
1800.03/1797.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.03/1797.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133718
1800.03/1797.44	s SATISFIABLE
1800.03/1797.44	c Found 6 solution(s)
1800.03/1797.44	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 
1800.03/1797.44	c objective function=3
1800.03/1797.44	c Total wall clock time (in seconds): 1797.316

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

pid=8207
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: 1.98 1.48 0.70 3/194 8210
/proc/meminfo: memFree=31631596/32872528 swapFree=302776/319128
[pid=8210] ppid=8207 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8210/stat : 8210 (java) D 8207 8210 7942 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 8298191 9515008 175 33554432000 1073741824 1073778376 140737479036304 140737479019032 262962758544 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/8210/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 1.98 1.48 0.70 3/194 8210
/proc/meminfo: memFree=31631596/32872528 swapFree=302776/319128
[pid=8210] ppid=8207 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8210/stat : 8210 (java) S 8207 8210 7942 0 -1 4202496 4310 0 1 0 6 1 0 0 20 0 18 0 8298191 9787879424 5428 33554432000 1073741824 1073778376 140735523909200 140735523900336 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 2389619 5428 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 1.98 1.48 0.70 3/194 8210
/proc/meminfo: memFree=31631596/32872528 swapFree=302776/319128
[pid=8210] ppid=8207 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/8210/stat : 8210 (java) S 8207 8210 7942 0 -1 4202496 6438 0 1 0 24 2 0 0 20 0 19 0 8298191 9856040960 7366 33554432000 1073741824 1073778376 140735523909200 140735523900336 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 2406260 7366 2216 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300296 s]
/proc/loadavg: 1.98 1.48 0.70 3/194 8210
/proc/meminfo: memFree=31631596/32872528 swapFree=302776/319128
[pid=8210] ppid=8207 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/8210/stat : 8210 (java) S 8207 8210 7942 0 -1 4202496 7614 0 1 0 49 2 0 0 20 0 19 0 8298191 9856040960 7925 33554432000 1073741824 1073778376 140735523909200 140735523900336 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 2406260 7925 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700188 s]
/proc/loadavg: 1.98 1.48 0.70 3/194 8210
/proc/meminfo: memFree=31631596/32872528 swapFree=302776/319128
[pid=8210] ppid=8207 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/8210/stat : 8210 (java) S 8207 8210 7942 0 -1 4202496 7877 0 1 0 94 2 0 0 20 0 19 0 8298191 9856040960 8444 33554432000 1073741824 1073778376 140735523909200 140735523900336 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 2406260 8444 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 1.98 1.48 0.70 3/213 8229
/proc/meminfo: memFree=31602856/32872528 swapFree=302776/319128
[pid=8210] ppid=8207 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/8210/stat : 8210 (java) S 8207 8210 7942 0 -1 4202496 10287 0 1 0 189 3 0 0 20 0 19 0 8298191 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140735523900336 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 2406260 9814 2248 9 0 2396937 0
[pid=8210/tid=8212] ppid=8207 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (java) R 8207 8210 7942 0 -1 4202560 2411 0 1 0 143 1 0 0 20 0 19 0 8298192 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140389226429672 140389076343671 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8213] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8213/stat : 8213 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140389198883624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8214] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8214/stat : 8214 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140389197830824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8215] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8215/stat : 8215 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140389196778536 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8210/tid=8216] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8216/stat : 8216 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140389195725736 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8217] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8217/stat : 8217 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140389194672424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8218] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8218/stat : 8218 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140389064943784 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8219] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8219/stat : 8219 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140389063891496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8220] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8220/stat : 8220 (java) S 8207 8210 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140389062838696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8221] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8221/stat : 8221 (java) S 8207 8210 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8298195 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140388579891944 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8222] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8222/stat : 8222 (java) S 8207 8210 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8298195 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140388578838008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8223] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8223/stat : 8223 (java) S 8207 8210 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8298195 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140388577785608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8224] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8224/stat : 8224 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298198 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140388576734096 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8225] ppid=8207 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/8210/task/8225/stat : 8225 (java) S 8207 8210 7942 0 -1 4202560 1759 0 0 0 17 0 0 0 20 0 19 0 8298198 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140388575680696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8226] ppid=8207 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/8210/task/8226/stat : 8226 (java) S 8207 8210 7942 0 -1 4202560 4844 0 0 0 26 0 0 0 20 0 19 0 8298198 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140388574627896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8227] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8227/stat : 8227 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298198 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140388573575800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8228] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8228/stat : 8228 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298198 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140388572523208 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8229] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8229/stat : 8229 (java) S 8207 8210 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8298207 9856040960 9814 33554432000 1073741824 1073778376 140735523909200 140388571469224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 1.98 1.48 0.70 3/213 8229
/proc/meminfo: memFree=31597892/32872528 swapFree=302776/319128
[pid=8210] ppid=8207 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/8210/stat : 8210 (java) S 8207 8210 7942 0 -1 4202496 10351 0 1 0 350 3 0 0 20 0 19 0 8298191 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140735523900336 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 2406260 11351 2248 9 0 2396937 0
[pid=8210/tid=8212] ppid=8207 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (java) R 8207 8210 7942 0 -1 4202560 2415 0 1 0 302 1 0 0 20 0 19 0 8298192 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140389226428768 140389076328364 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8210/tid=8213] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8213/stat : 8213 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140389198883624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8214] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8214/stat : 8214 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140389197830824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8215] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8215/stat : 8215 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140389196778536 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8210/tid=8216] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8216/stat : 8216 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140389195725736 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8217] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8217/stat : 8217 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140389194672424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8218] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8218/stat : 8218 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140389064943784 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8219] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8219/stat : 8219 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140389063891496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8220] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8220/stat : 8220 (java) S 8207 8210 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140389062838696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8221] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8221/stat : 8221 (java) S 8207 8210 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8298195 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140388579891944 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8222] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8222/stat : 8222 (java) S 8207 8210 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8298195 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140388578838008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8223] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8223/stat : 8223 (java) S 8207 8210 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8298195 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140388577785608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8224] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8224/stat : 8224 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298198 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140388576734096 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8225] ppid=8207 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/8210/task/8225/stat : 8225 (java) S 8207 8210 7942 0 -1 4202560 1819 0 0 0 19 0 0 0 20 0 19 0 8298198 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140388575680696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8226] ppid=8207 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/8210/task/8226/stat : 8226 (java) S 8207 8210 7942 0 -1 4202560 4844 0 0 0 27 0 0 0 20 0 19 0 8298198 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140388574627896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8227] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8227/stat : 8227 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298198 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140388573575800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8228] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8228/stat : 8228 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298198 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140388572523208 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8229] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8229/stat : 8229 (java) S 8207 8210 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8298207 9856040960 11351 33554432000 1073741824 1073778376 140735523909200 140388571469224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 1.98 1.49 0.71 3/213 8229
/proc/meminfo: memFree=31587296/32872528 swapFree=302776/319128
[pid=8210] ppid=8207 vsize=9625040 CPUtime=6.72 cores=1,3,5,7
/proc/8210/stat : 8210 (java) S 8207 8210 7942 0 -1 4202496 10358 0 1 0 669 3 0 0 20 0 19 0 8298191 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140735523900336 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 2406260 13382 2249 9 0 2396937 0
[pid=8210/tid=8212] ppid=8207 vsize=9625040 CPUtime=6.21 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (java) R 8207 8210 7942 0 -1 4202560 2421 0 1 0 620 1 0 0 20 0 19 0 8298192 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140389226421952 140389076328773 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8213] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8213/stat : 8213 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140389198883624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8214] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8214/stat : 8214 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140389197830824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8215] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8215/stat : 8215 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140389196778536 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8210/tid=8216] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8216/stat : 8216 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140389195725736 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8217] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8217/stat : 8217 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140389194672424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8218] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8218/stat : 8218 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140389064943784 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8219] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8219/stat : 8219 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140389063891496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8220] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8220/stat : 8220 (java) S 8207 8210 7942 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8298194 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140389062838696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8221] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8221/stat : 8221 (java) S 8207 8210 7942 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8298195 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140388579891944 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8222] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8222/stat : 8222 (java) S 8207 8210 7942 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8298195 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140388578838008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8223] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8223/stat : 8223 (java) S 8207 8210 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8298195 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140388577785608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8224] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8224/stat : 8224 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298198 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140388576734096 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8225] ppid=8207 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/8210/task/8225/stat : 8225 (java) S 8207 8210 7942 0 -1 4202560 1819 0 0 0 19 0 0 0 20 0 19 0 8298198 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140388575680696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8226] ppid=8207 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/8210/task/8226/stat : 8226 (java) S 8207 8210 7942 0 -1 4202560 4844 0 0 0 27 0 0 0 20 0 19 0 8298198 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140388574627896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8227] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8227/stat : 8227 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298198 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140388573575800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8228] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8228/stat : 8228 (java) S 8207 8210 7942 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8298198 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140388572523208 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8229] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8229/stat : 8229 (java) S 8207 8210 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8298207 9856040960 13382 33554432000 1073741824 1073778376 140735523909200 140388571469224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

/proc/8210/task/8229/stat : 8229 (java) S 8207 8210 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8298207 9856040960 123228 33554432000 1073741824 1073778376 140735523909200 140388571469224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1664.54
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 1.79 3/213 8361
/proc/meminfo: memFree=30614872/32872528 swapFree=302776/319128
[pid=8210] ppid=8207 vsize=9625040 CPUtime=1724.85 cores=1,3,5,7
/proc/8210/stat : 8210 (java) S 8207 8210 7942 0 -1 4202496 20867 0 1 0 172396 89 0 0 20 0 19 0 8298191 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140735523900336 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 2406260 150486 2263 9 0 2396937 0
[pid=8210/tid=8212] ppid=8207 vsize=9625040 CPUtime=1717.23 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (java) R 8207 8210 7942 0 -1 4202560 2490 0 1 0 171689 34 0 0 20 0 19 0 8298192 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140389226429728 140389076328475 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8213] ppid=8207 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/8210/task/8213/stat : 8213 (java) S 8207 8210 7942 0 -1 4202560 240 0 0 0 15 5 0 0 20 0 19 0 8298194 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140389198883624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8214] ppid=8207 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8210/task/8214/stat : 8214 (java) S 8207 8210 7942 0 -1 4202560 81 0 0 0 17 5 0 0 20 0 19 0 8298194 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140389197830824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8210/tid=8215] ppid=8207 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8210/task/8215/stat : 8215 (java) S 8207 8210 7942 0 -1 4202560 245 0 0 0 16 7 0 0 20 0 19 0 8298194 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140389196778536 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8216] ppid=8207 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/8210/task/8216/stat : 8216 (java) S 8207 8210 7942 0 -1 4202560 217 0 0 0 15 6 0 0 20 0 19 0 8298194 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140389195725736 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8217] ppid=8207 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/8210/task/8217/stat : 8217 (java) S 8207 8210 7942 0 -1 4202560 132 0 0 0 17 7 0 0 20 0 19 0 8298194 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140389194672424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8218] ppid=8207 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/8210/task/8218/stat : 8218 (java) S 8207 8210 7942 0 -1 4202560 160 0 0 0 19 7 0 0 20 0 19 0 8298194 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140389064943784 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8219] ppid=8207 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8210/task/8219/stat : 8219 (java) S 8207 8210 7942 0 -1 4202560 93 0 0 0 16 6 0 0 20 0 19 0 8298194 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140389063891496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8210/tid=8220] ppid=8207 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/8210/task/8220/stat : 8220 (java) S 8207 8210 7942 0 -1 4202560 202 0 0 0 19 7 0 0 20 0 19 0 8298194 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140389062838696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8210/tid=8221] ppid=8207 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/8210/task/8221/stat : 8221 (java) S 8207 8210 7942 0 -1 4202560 157 0 0 0 0 2 0 0 20 0 19 0 8298195 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140388579891944 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8222] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8222/stat : 8222 (java) S 8207 8210 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8298195 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140388578838008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8223] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8223/stat : 8223 (java) S 8207 8210 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8298195 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140388577785608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8224] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8224/stat : 8224 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298198 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140388576734096 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8225] ppid=8207 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/8210/task/8225/stat : 8225 (java) S 8207 8210 7942 0 -1 4202560 10637 0 0 0 62 2 0 0 20 0 19 0 8298198 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140388575680696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8226] ppid=8207 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8210/task/8226/stat : 8226 (java) S 8207 8210 7942 0 -1 4202560 4854 0 0 0 29 0 0 0 20 0 19 0 8298198 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140388574627896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8227] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8227/stat : 8227 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298198 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140388573575800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8228] ppid=8207 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8210/task/8228/stat : 8228 (java) S 8207 8210 7942 0 -1 4202560 100 0 0 0 28 34 0 0 20 0 19 0 8298198 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140388572523208 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8229] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8229/stat : 8229 (java) S 8207 8210 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8298207 9856040960 150486 33554432000 1073741824 1073778376 140735523909200 140388571469224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.85
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 1.80 3/213 8362
/proc/meminfo: memFree=30612816/32872528 swapFree=302776/319128
[pid=8210] ppid=8207 vsize=9625040 CPUtime=1784.91 cores=1,3,5,7
/proc/8210/stat : 8210 (java) S 8207 8210 7942 0 -1 4202496 21756 0 1 0 178400 91 0 0 20 0 19 0 8298191 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140735523900336 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 2406260 150984 2263 9 0 2396937 0
[pid=8210/tid=8212] ppid=8207 vsize=9625040 CPUtime=1777.06 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (java) R 8207 8210 7942 0 -1 4202560 2490 0 1 0 177670 36 0 0 20 0 19 0 8298192 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140389226428944 140389076328364 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8213] ppid=8207 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/8210/task/8213/stat : 8213 (java) S 8207 8210 7942 0 -1 4202560 240 0 0 0 15 5 0 0 20 0 19 0 8298194 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140389198883624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8214] ppid=8207 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8210/task/8214/stat : 8214 (java) S 8207 8210 7942 0 -1 4202560 81 0 0 0 17 5 0 0 20 0 19 0 8298194 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140389197830824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8210/tid=8215] ppid=8207 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8210/task/8215/stat : 8215 (java) S 8207 8210 7942 0 -1 4202560 245 0 0 0 16 7 0 0 20 0 19 0 8298194 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140389196778536 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8216] ppid=8207 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/8210/task/8216/stat : 8216 (java) S 8207 8210 7942 0 -1 4202560 217 0 0 0 15 6 0 0 20 0 19 0 8298194 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140389195725736 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8217] ppid=8207 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/8210/task/8217/stat : 8217 (java) S 8207 8210 7942 0 -1 4202560 132 0 0 0 17 7 0 0 20 0 19 0 8298194 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140389194672424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8218] ppid=8207 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/8210/task/8218/stat : 8218 (java) S 8207 8210 7942 0 -1 4202560 160 0 0 0 19 7 0 0 20 0 19 0 8298194 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140389064943784 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8219] ppid=8207 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8210/task/8219/stat : 8219 (java) S 8207 8210 7942 0 -1 4202560 93 0 0 0 16 6 0 0 20 0 19 0 8298194 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140389063891496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8210/tid=8220] ppid=8207 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/8210/task/8220/stat : 8220 (java) S 8207 8210 7942 0 -1 4202560 202 0 0 0 19 7 0 0 20 0 19 0 8298194 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140389062838696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8210/tid=8221] ppid=8207 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/8210/task/8221/stat : 8221 (java) S 8207 8210 7942 0 -1 4202560 158 0 0 0 0 2 0 0 20 0 19 0 8298195 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140388579891944 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8222] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8222/stat : 8222 (java) S 8207 8210 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8298195 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140388578838008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8223] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8223/stat : 8223 (java) S 8207 8210 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8298195 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140388577785608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8224] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8224/stat : 8224 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298198 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140388576734096 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8225] ppid=8207 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/8210/task/8225/stat : 8225 (java) S 8207 8210 7942 0 -1 4202560 11521 0 0 0 69 2 0 0 20 0 19 0 8298198 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140388575680696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8226] ppid=8207 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8210/task/8226/stat : 8226 (java) S 8207 8210 7942 0 -1 4202560 4854 0 0 0 29 0 0 0 20 0 19 0 8298198 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140388574627896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8227] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8227/stat : 8227 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298198 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140388573575800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8228] ppid=8207 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/8210/task/8228/stat : 8228 (java) S 8207 8210 7942 0 -1 4202560 104 0 0 0 29 36 0 0 20 0 19 0 8298198 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140388572523208 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8229] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8229/stat : 8229 (java) S 8207 8210 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8298207 9856040960 150984 33554432000 1073741824 1073778376 140735523909200 140388571469224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.91
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.4 s]
/proc/loadavg: 2.08 2.03 1.81 3/213 8427
/proc/meminfo: memFree=31073400/32872528 swapFree=302776/319128
[pid=8210] ppid=8207 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/8210/stat : 8210 (java) S 8207 8210 7942 0 -1 4202496 21758 0 1 0 179911 92 0 0 20 0 19 0 8298191 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140735523900336 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8210/statm: 2406260 150066 2263 9 0 2396937 0
[pid=8210/tid=8212] ppid=8207 vsize=9625040 CPUtime=1792.11 cores=1,3,5,7
/proc/8210/task/8212/stat : 8212 (java) R 8207 8210 7942 0 -1 4202560 2492 0 1 0 179175 36 0 0 20 0 19 0 8298192 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140389226428864 140389076388836 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8213] ppid=8207 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/8210/task/8213/stat : 8213 (java) S 8207 8210 7942 0 -1 4202560 240 0 0 0 15 5 0 0 20 0 19 0 8298194 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140389198883624 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8214] ppid=8207 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8210/task/8214/stat : 8214 (java) S 8207 8210 7942 0 -1 4202560 81 0 0 0 17 5 0 0 20 0 19 0 8298194 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140389197830824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8210/tid=8215] ppid=8207 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8210/task/8215/stat : 8215 (java) S 8207 8210 7942 0 -1 4202560 245 0 0 0 16 7 0 0 20 0 19 0 8298194 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140389196778536 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8216] ppid=8207 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/8210/task/8216/stat : 8216 (java) S 8207 8210 7942 0 -1 4202560 217 0 0 0 15 6 0 0 20 0 19 0 8298194 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140389195725736 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8217] ppid=8207 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/8210/task/8217/stat : 8217 (java) S 8207 8210 7942 0 -1 4202560 132 0 0 0 17 7 0 0 20 0 19 0 8298194 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140389194672424 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8218] ppid=8207 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/8210/task/8218/stat : 8218 (java) S 8207 8210 7942 0 -1 4202560 160 0 0 0 19 7 0 0 20 0 19 0 8298194 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140389064943784 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8219] ppid=8207 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8210/task/8219/stat : 8219 (java) S 8207 8210 7942 0 -1 4202560 93 0 0 0 16 6 0 0 20 0 19 0 8298194 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140389063891496 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8210/tid=8220] ppid=8207 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/8210/task/8220/stat : 8220 (java) S 8207 8210 7942 0 -1 4202560 202 0 0 0 19 7 0 0 20 0 19 0 8298194 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140389062838696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8210/tid=8221] ppid=8207 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8210/task/8221/stat : 8221 (java) S 8207 8210 7942 0 -1 4202560 158 0 0 0 0 3 0 0 20 0 19 0 8298195 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140388579891944 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8222] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8222/stat : 8222 (java) S 8207 8210 7942 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8298195 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140388578838008 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8223] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8223/stat : 8223 (java) S 8207 8210 7942 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8298195 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140388577785608 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8224] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8224/stat : 8224 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298198 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140388576734096 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8225] ppid=8207 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/8210/task/8225/stat : 8225 (java) S 8207 8210 7942 0 -1 4202560 11521 0 0 0 70 2 0 0 20 0 19 0 8298198 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140388575680696 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8210/tid=8226] ppid=8207 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8210/task/8226/stat : 8226 (java) S 8207 8210 7942 0 -1 4202560 4854 0 0 0 29 0 0 0 20 0 19 0 8298198 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140388574627896 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8227] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8227/stat : 8227 (java) S 8207 8210 7942 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8298198 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140388573575800 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8210/tid=8228] ppid=8207 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/8210/task/8228/stat : 8228 (java) S 8207 8210 7942 0 -1 4202560 104 0 0 0 29 36 0 0 20 0 19 0 8298198 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140388572523208 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8210/tid=8229] ppid=8207 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8210/task/8229/stat : 8229 (java) S 8207 8210 7942 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8298207 9856040960 150066 33554432000 1073741824 1073778376 140735523909200 140388571469224 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 8210 sig 9
??? kill -8210 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8210 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=579182
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=410785
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.45
CPU time (s): 1800.03
CPU user time (s): 1799.11
CPU system time (s): 0.92
CPU usage (%): 100.144
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.58
system time used= 1.41078
maximum resident set size= 604556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21805
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38213
involuntary context switches= 5456

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5334 second user time and 13.414 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-16 09:35:16
IDJOB=4090529
IDBENCH=78690
IDSOLVER=2551
FILE ID=node128/4090529-1466062516
RUNJOBID= node128-1466062123-7959
PBS_JOBID= 19904011
Free space on /tmp= 71748 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-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090529-1466062516/watcher-4090529-1466062516 -o /tmp/evaluation-result-4090529-1466062516/solver-4090529-1466062516 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466062123-7959 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090529-1466062516.wbo

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

MD5SUM BENCH= 0b915fd051dbce2f3b4ec1d342cdefca
RANDOM SEED=1832488432

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:        31631868 kB
Buffers:            2640 kB
Cached:            36612 kB
SwapCached:         2112 kB
Active:           203584 kB
Inactive:          19260 kB
Active(anon):     184404 kB
Inactive(anon):     1584 kB
Active(file):      19180 kB
Inactive(file):    17676 kB
Unevictable:      319128 kB
Mlocked:          302776 kB
SwapTotal:      67108856 kB
SwapFree:       67098940 kB
Dirty:               892 kB
Writeback:             4 kB
AnonPages:        502052 kB
Mapped:            15208 kB
Shmem:                 0 kB
Slab:             564916 kB
SReclaimable:       8424 kB
SUnreclaim:       556492 kB
KernelStack:        1600 kB
PageTables:         5016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1007628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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 10:05:13