Trace number 4090852

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.85 1797.74

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_15_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMdbde182a3659a82e6c4ef24ee1922e32
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.462929
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables300
Total number of constraints50
Number of soft constraints50
Number of constraints which are clauses30
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 constraint15
Top cost 2726
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 2725
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090852-1466066365.wbo
0.09/0.11	c reading problem ... 
0.09/0.14	c ... done. Wall clock time 0.031s.
0.09/0.14	c declared #vars     300
0.09/0.14	c internal #vars     350
0.09/0.14	c #constraints  50
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20
0.09/0.14	c 50 constraints processed.
0.09/0.14	c objective function length is 50 literals
0.29/0.24	c SATISFIABLE
0.29/0.24	c OPTIMIZING...
0.29/0.24	c Got one! Elapsed wall clock time (in seconds):0.132
0.29/0.25	o 168
0.29/0.25	c Got one! Elapsed wall clock time (in seconds):0.139
0.29/0.25	o 100
0.46/0.35	c Got one! Elapsed wall clock time (in seconds):0.24
0.46/0.35	o 95
0.72/0.52	c Got one! Elapsed wall clock time (in seconds):0.412
0.72/0.52	o 70
0.72/0.55	c Got one! Elapsed wall clock time (in seconds):0.439
0.72/0.55	o 66
0.86/0.60	c Got one! Elapsed wall clock time (in seconds):0.491
0.86/0.60	o 56
0.86/0.66	c Got one! Elapsed wall clock time (in seconds):0.548
0.86/0.66	o 44
0.96/0.78	c cleaning 4153 clauses out of 8309 with flag 7437/8309
1.09/0.86	c Got one! Elapsed wall clock time (in seconds):0.751
1.09/0.86	o 42
1.21/0.99	c Got one! Elapsed wall clock time (in seconds):0.877
1.21/0.99	o 35
1.31/1.10	c Got one! Elapsed wall clock time (in seconds):0.987
1.31/1.10	o 25
1.42/1.18	c cleaning 5396 clauses out of 10809 with flag 5585/14962
1.82/1.54	c cleaning 5704 clauses out of 11414 with flag 52132/20963
2.36/2.00	c cleaning 6341 clauses out of 12708 with flag 105374/27961
2.47/2.13	c Got one! Elapsed wall clock time (in seconds):2.023
2.47/2.13	o 23
2.68/2.32	c Got one! Elapsed wall clock time (in seconds):2.204
2.68/2.32	o 6
2.68/2.38	c cleaning 6209 clauses out of 12433 with flag 6397/34027
3.07/2.76	c cleaning 6089 clauses out of 12224 with flag 49819/40027
3.78/3.42	c cleaning 6548 clauses out of 13136 with flag 101499/47028
4.47/4.11	c cleaning 7274 clauses out of 14588 with flag 166547/55028
5.07/4.74	c cleaning 8147 clauses out of 16314 with flag 233687/64028
5.88/5.56	c cleaning 9075 clauses out of 18166 with flag 313224/74027
7.37/7.02	c cleaning 10040 clauses out of 20093 with flag 400619/85029
8.37/8.07	c cleaning 11016 clauses out of 22053 with flag 488833/97029
10.17/9.82	c cleaning 11988 clauses out of 24038 with flag 590100/110030
11.49/11.12	c cleaning 13011 clauses out of 26047 with flag 704306/124027
12.88/12.53	c cleaning 13999 clauses out of 28036 with flag 825247/139027
14.88/14.59	c cleaning 15012 clauses out of 30037 with flag 959076/155027
17.68/17.35	c cleaning 16003 clauses out of 32026 with flag 1086349/172028
20.08/19.79	c cleaning 17008 clauses out of 34022 with flag 1218915/190027
22.18/21.86	c cleaning 18007 clauses out of 36014 with flag 1378505/209027
24.18/23.82	c cleaning 18977 clauses out of 38011 with flag 1548196/229031
27.88/27.52	c cleaning 19986 clauses out of 40030 with flag 1739212/250027
31.58/31.27	c cleaning 21012 clauses out of 42046 with flag 1938531/272029
34.97/34.63	c cleaning 22008 clauses out of 44032 with flag 2120593/295027
38.18/37.87	c cleaning 23000 clauses out of 46027 with flag 2340431/319030
41.88/41.52	c cleaning 23982 clauses out of 48025 with flag 2566875/344028
48.08/47.72	c cleaning 25013 clauses out of 50042 with flag 2791872/370027
52.68/52.39	c cleaning 25999 clauses out of 52030 with flag 3037835/397028
57.37/57.03	c cleaning 27006 clauses out of 54030 with flag 3297802/425027
62.82/62.41	c cleaning 28007 clauses out of 56027 with flag 3562554/454030
71.32/70.94	c cleaning 29004 clauses out of 58020 with flag 3840474/484030
76.22/75.90	c cleaning 30005 clauses out of 60014 with flag 4116120/515028
83.12/82.72	c cleaning 30989 clauses out of 62011 with flag 4408579/547030
90.32/89.98	c cleaning 31994 clauses out of 64019 with flag 4726496/580027
96.13/95.71	c cleaning 33002 clauses out of 66027 with flag 5051511/614029
103.62/103.24	c cleaning 34013 clauses out of 68026 with flag 5373202/649030
110.12/109.70	c cleaning 34993 clauses out of 70010 with flag 5730342/685027
117.42/117.06	c cleaning 35998 clauses out of 72017 with flag 6087294/722027
124.52/124.19	c cleaning 37010 clauses out of 74020 with flag 6449645/760028
134.52/134.20	c cleaning 38002 clauses out of 76012 with flag 6811487/799030
141.82/141.49	c cleaning 38997 clauses out of 78008 with flag 7193576/839028
149.92/149.51	c cleaning 39984 clauses out of 80012 with flag 7575601/880029
160.75/160.33	c cleaning 41003 clauses out of 82026 with flag 8012771/922027
170.25/169.84	c cleaning 41988 clauses out of 84024 with flag 8409663/965028
178.95/178.51	c cleaning 43002 clauses out of 86035 with flag 8826106/1009027
188.76/188.33	c cleaning 44010 clauses out of 88033 with flag 9262827/1054027
205.36/204.90	c cleaning 45009 clauses out of 90024 with flag 9712269/1100028
222.67/222.26	c cleaning 46001 clauses out of 92014 with flag 10180706/1147027
238.26/237.83	c cleaning 46999 clauses out of 94013 with flag 10656530/1195027
255.26/254.83	c cleaning 48001 clauses out of 96015 with flag 11204993/1244028
273.06/272.62	c cleaning 49005 clauses out of 98015 with flag 11793869/1294029
288.83/288.35	c cleaning 49991 clauses out of 100008 with flag 12323118/1345027
303.44/302.99	c cleaning 51004 clauses out of 102019 with flag 12898131/1397029
318.14/317.69	c cleaning 51989 clauses out of 104013 with flag 13461259/1450027
338.64/338.16	c cleaning 52994 clauses out of 106024 with flag 14047498/1504027
354.94/354.42	c cleaning 53999 clauses out of 108030 with flag 14578016/1559027
373.55/373.04	c cleaning 55004 clauses out of 110031 with flag 15185634/1615027
395.55/395.09	c cleaning 55999 clauses out of 112028 with flag 15821988/1672028
418.24/417.76	c cleaning 56998 clauses out of 114028 with flag 16518447/1730027
439.01/438.39	c cleaning 57999 clauses out of 116032 with flag 17208127/1789029
455.83/454.82	c cleaning 58996 clauses out of 118034 with flag 17879570/1849030
484.65/483.51	c cleaning 60016 clauses out of 120035 with flag 18500753/1910027
503.17/502.06	c cleaning 60999 clauses out of 122019 with flag 19207313/1972027
534.26/533.16	c cleaning 62009 clauses out of 124024 with flag 19870241/2035031
573.67/572.57	c cleaning 63001 clauses out of 126011 with flag 20543635/2099027
594.87/593.70	c cleaning 63984 clauses out of 128010 with flag 21231985/2164027
616.66/615.31	c cleaning 64999 clauses out of 130027 with flag 21914972/2230028
639.95/638.64	c cleaning 66005 clauses out of 132028 with flag 22648269/2297028
664.65/663.36	c cleaning 67005 clauses out of 134022 with flag 23401858/2365027
695.45/694.13	c cleaning 67991 clauses out of 136017 with flag 24107548/2434027
720.75/719.50	c cleaning 69005 clauses out of 138026 with flag 24898638/2504027
762.15/760.81	c cleaning 70005 clauses out of 140022 with flag 25623765/2575028
807.34/806.08	c cleaning 70999 clauses out of 142016 with flag 26337139/2647027
857.93/856.48	c cleaning 71986 clauses out of 144017 with flag 27092587/2720027
899.63/898.12	c cleaning 73008 clauses out of 146031 with flag 27971543/2794027
941.74/940.29	c cleaning 74007 clauses out of 148024 with flag 28912071/2869028
986.35/984.85	c cleaning 74998 clauses out of 150017 with flag 29878277/2945028
1016.04/1014.57	c cleaning 75999 clauses out of 152018 with flag 30753602/3022027
1047.34/1045.82	c cleaning 77006 clauses out of 154019 with flag 31653582/3100027
1102.49/1100.73	c cleaning 78002 clauses out of 156013 with flag 32510724/3179027
1148.11/1146.36	c cleaning 78996 clauses out of 158011 with flag 33345758/3259027
1213.71/1211.91	c cleaning 79998 clauses out of 160015 with flag 34199727/3340027
1254.81/1253.06	c cleaning 81000 clauses out of 162018 with flag 35120371/3422028
1304.11/1302.31	c cleaning 82005 clauses out of 164019 with flag 36032116/3505029
1355.11/1353.10	c cleaning 82997 clauses out of 166014 with flag 36989660/3589029
1385.90/1383.89	c cleaning 83994 clauses out of 168015 with flag 38050089/3674027
1444.33/1442.27	c cleaning 85002 clauses out of 170021 with flag 39091748/3760027
1520.23/1518.14	c cleaning 86006 clauses out of 172019 with flag 40101051/3847027
1595.52/1593.27	c cleaning 86996 clauses out of 174013 with flag 41127126/3935027
1664.94/1662.65	c cleaning 88003 clauses out of 176018 with flag 42210381/4024028
1745.85/1743.57	c cleaning 89002 clauses out of 178016 with flag 43360366/4114029
1800.05/1797.70	c starts		: 16045
1800.05/1797.70	c conflicts		: 4187059
1800.05/1797.70	c decisions		: 5621979
1800.05/1797.70	c propagations		: 76269265
1800.05/1797.70	c inspects		: 32536616375
1800.05/1797.70	c shortcuts		: 0
1800.05/1797.70	c learnt literals	: 0
1800.05/1797.70	c learnt binary clauses	: 2
1800.05/1797.70	c learnt ternary clauses	: 1
1800.05/1797.70	c learnt constraints	: 4187059
1800.05/1797.70	c ignored constraints	: 0
1800.05/1797.70	c root simplifications	: 0
1800.05/1797.70	c removed literals (reason simplification)	: 0
1800.05/1797.70	c reason swapping (by a shorter reason)	: 0
1800.05/1797.70	c Calls to reduceDB	: 90
1800.05/1797.70	c Number of update (reduction) of LBD	: 2171273
1800.05/1797.70	c Imported unit clauses	: 0
1800.05/1797.70	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.70	c number of learned constraints concerned by reduction	: 0
1800.05/1797.70	c number of learning phase by resolution	: 0
1800.05/1797.70	c number of learning phase by cutting planes	: 0
1800.05/1797.70	c speed (assignments/second)	: 42429.42639895502
1800.05/1797.70	c non guided choices	8752
1800.05/1797.73	c learnt constraints type 
1800.05/1797.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.05/1797.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 162043
1800.05/1797.73	s SATISFIABLE
1800.05/1797.73	c Found 12 solution(s)
1800.05/1797.73	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 x140 -x141 -x142 x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 x208 -x209 -x210 -x211 -x212 -x213 x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 x266 -x267 -x268 -x269 -x270 -x271 x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 x298 -x299 -x300 
1800.05/1797.73	c objective function=6
1800.05/1797.73	c Total wall clock time (in seconds): 1797.62

Verifier Data

OK	6

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-4090852-1466066365/watcher-4090852-1466066365 -o /tmp/evaluation-result-4090852-1466066365/solver-4090852-1466066365 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466062135-11550 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090852-1466066365.wbo 

pid=12244
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.01 2.05 2.01 3/194 12247
/proc/meminfo: memFree=31744816/32872528 swapFree=162364/176672
[pid=12247] ppid=12244 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/12247/stat : 12247 (java) D 12244 12247 11533 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 8686466 9515008 185 33554432000 1073741824 1073778376 140735538525968 140735538515032 224913354023 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/12247/statm: 2323 185 143 9 0 71 0

[startup+0.10016 s]
/proc/loadavg: 2.01 2.05 2.01 3/194 12247
/proc/meminfo: memFree=31744816/32872528 swapFree=162364/176672
[pid=12247] ppid=12244 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/12247/stat : 12247 (java) S 12244 12247 11533 0 -1 4202496 4398 0 1 0 8 1 0 0 20 0 18 0 8686466 9787879424 6027 33554432000 1073741824 1073778376 140735538525968 140735538517104 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12247/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200326 s]
/proc/loadavg: 2.01 2.05 2.01 3/194 12247
/proc/meminfo: memFree=31744816/32872528 swapFree=162364/176672
[pid=12247] ppid=12244 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/12247/stat : 12247 (java) S 12244 12247 11533 0 -1 4202496 5886 0 1 0 28 1 0 0 20 0 19 0 8686466 9856040960 6959 33554432000 1073741824 1073778376 140735538525968 140735538517104 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12247/statm: 2406260 6959 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300339 s]
/proc/loadavg: 2.01 2.05 2.01 3/194 12247
/proc/meminfo: memFree=31744816/32872528 swapFree=162364/176672
[pid=12247] ppid=12244 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/12247/stat : 12247 (java) S 12244 12247 11533 0 -1 4202496 6087 0 1 0 45 1 0 0 20 0 19 0 8686466 9856040960 8022 33554432000 1073741824 1073778376 140735538525968 140735538517104 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12247/statm: 2406260 8022 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9625040

[startup+0.700286 s]
/proc/loadavg: 2.01 2.05 2.01 3/194 12247
/proc/meminfo: memFree=31744816/32872528 swapFree=162364/176672
[pid=12247] ppid=12244 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/12247/stat : 12247 (java) S 12244 12247 11533 0 -1 4202496 7404 0 1 0 95 1 0 0 20 0 19 0 8686466 9856040960 8604 33554432000 1073741824 1073778376 140735538525968 140735538517104 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12247/statm: 2406260 8604 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.01 2.05 2.01 3/213 12266
/proc/meminfo: memFree=31716252/32872528 swapFree=162364/176672
[pid=12247] ppid=12244 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/12247/stat : 12247 (java) S 12244 12247 11533 0 -1 4202496 7418 0 1 0 181 1 0 0 20 0 19 0 8686466 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140735538517104 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12247/statm: 2406260 9638 2249 9 0 2396937 0
[pid=12247/tid=12249] ppid=12244 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/12247/task/12249/stat : 12249 (java) R 12244 12247 11533 0 -1 4202560 2419 0 1 0 146 0 0 0 20 0 19 0 8686467 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140271907074464 140271770085594 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12247/tid=12250] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140271896135848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12251] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140271895083304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12252] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12252/stat : 12252 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140271894030760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12247/tid=12253] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140271892978216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12247/tid=12254] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12254/stat : 12254 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140271891925672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12255] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12255/stat : 12255 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140271890873128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12247/tid=12256] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12256/stat : 12256 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140271889820584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12257] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12257/stat : 12257 (java) S 12244 12247 11533 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140271888768040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12258] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12258/stat : 12258 (java) S 12244 12247 11533 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8686469 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140271730894952 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12259] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12259/stat : 12259 (java) S 12244 12247 11533 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8686470 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140271729841272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12260] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12260/stat : 12260 (java) S 12244 12247 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8686470 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140271728788616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12261] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12261/stat : 12261 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686472 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140271727737360 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12262] ppid=12244 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/12247/task/12262/stat : 12262 (java) S 12244 12247 11533 0 -1 4202560 1246 0 0 0 13 0 0 0 20 0 19 0 8686472 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140271726684728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12263] ppid=12244 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/12247/task/12263/stat : 12263 (java) S 12244 12247 11533 0 -1 4202560 2483 0 0 0 18 0 0 0 20 0 19 0 8686472 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140271725632184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12247/tid=12264] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12264/stat : 12264 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686472 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140271724579832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12265] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12265/stat : 12265 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686472 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140271723527496 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12266] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12266/stat : 12266 (java) S 12244 12247 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8686481 9856040960 9638 33554432000 1073741824 1073778376 140735538525968 140271722472232 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.01 2.05 2.01 3/213 12266
/proc/meminfo: memFree=31707384/32872528 swapFree=162364/176672
[pid=12247] ppid=12244 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/12247/stat : 12247 (java) S 12244 12247 11533 0 -1 4202496 8358 0 1 0 346 1 0 0 20 0 19 0 8686466 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140735538517104 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12247/statm: 2406260 11874 2250 9 0 2396937 0
[pid=12247/tid=12249] ppid=12244 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/12247/task/12249/stat : 12249 (java) R 12244 12247 11533 0 -1 4202560 2422 0 1 0 306 0 0 0 20 0 19 0 8686467 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140271907065552 140271770041785 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12247/tid=12250] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140271896135848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12251] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140271895083304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12252] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12252/stat : 12252 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140271894030760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12247/tid=12253] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140271892978216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12247/tid=12254] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12254/stat : 12254 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140271891925672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12255] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12255/stat : 12255 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140271890873128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12247/tid=12256] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12256/stat : 12256 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140271889820584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12257] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12257/stat : 12257 (java) S 12244 12247 11533 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140271888768040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12258] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12258/stat : 12258 (java) S 12244 12247 11533 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8686469 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140271730894952 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12259] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12259/stat : 12259 (java) S 12244 12247 11533 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8686470 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140271729841272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12260] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12260/stat : 12260 (java) S 12244 12247 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8686470 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140271728788616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12261] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12261/stat : 12261 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686472 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140271727737360 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12262] ppid=12244 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/12247/task/12262/stat : 12262 (java) S 12244 12247 11533 0 -1 4202560 2183 0 0 0 18 0 0 0 20 0 19 0 8686472 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140271726684728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12263] ppid=12244 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/12247/task/12263/stat : 12263 (java) S 12244 12247 11533 0 -1 4202560 2483 0 0 0 19 0 0 0 20 0 19 0 8686472 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140271725632184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12247/tid=12264] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12264/stat : 12264 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686472 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140271724579832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12265] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12265/stat : 12265 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686472 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140271723527496 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12266] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12266/stat : 12266 (java) S 12244 12247 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8686481 9856040960 11874 33554432000 1073741824 1073778376 140735538525968 140271722472232 224925890473 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.3008 s]
/proc/loadavg: 2.01 2.05 2.01 4/213 12266
/proc/meminfo: memFree=31697232/32872528 swapFree=162364/176672
[pid=12247] ppid=12244 vsize=9625040 CPUtime=6.67 cores=1,3,5,7
/proc/12247/stat : 12247 (java) S 12244 12247 11533 0 -1 4202496 8366 0 1 0 666 1 0 0 20 0 19 0 8686466 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140735538517104 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12247/statm: 2406260 14733 2251 9 0 2396937 0
[pid=12247/tid=12249] ppid=12244 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/12247/task/12249/stat : 12249 (java) R 12244 12247 11533 0 -1 4202560 2429 0 1 0 626 0 0 0 20 0 19 0 8686467 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140271907065552 140271770087788 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12247/tid=12250] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140271896135848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12251] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140271895083304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12252] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12252/stat : 12252 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140271894030760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12247/tid=12253] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140271892978216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12247/tid=12254] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12254/stat : 12254 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140271891925672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12255] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12255/stat : 12255 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140271890873128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12247/tid=12256] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12256/stat : 12256 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140271889820584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12257] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12257/stat : 12257 (java) S 12244 12247 11533 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8686468 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140271888768040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12258] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12258/stat : 12258 (java) S 12244 12247 11533 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8686469 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140271730894952 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12259] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12259/stat : 12259 (java) S 12244 12247 11533 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8686470 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140271729841272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12260] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12260/stat : 12260 (java) S 12244 12247 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8686470 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140271728788616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12261] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12261/stat : 12261 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686472 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140271727737360 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12262] ppid=12244 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/12247/task/12262/stat : 12262 (java) S 12244 12247 11533 0 -1 4202560 2183 0 0 0 18 0 0 0 20 0 19 0 8686472 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140271726684728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12263] ppid=12244 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/12247/task/12263/stat : 12263 (java) S 12244 12247 11533 0 -1 4202560 2483 0 0 0 19 0 0 0 20 0 19 0 8686472 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140271725632184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12247/tid=12264] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12264/stat : 12264 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686472 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140271724579832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12265] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12265/stat : 12265 (java) S 12244 12247 11533 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8686472 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140271723527496 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12266] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12266/stat : 12266 (java) S 12244 12247 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8686481 9856040960 14733 33554432000 1073741824 1073778376 140735538525968 140271722472232 224925890473 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=12247/tid=12259] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12259/stat : 12259 (java) S 12244 12247 11533 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8686470 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271729841272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12260] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12260/stat : 12260 (java) S 12244 12247 11533 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8686470 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271728788616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12261] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12261/stat : 12261 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271727737360 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12262] ppid=12244 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/12247/task/12262/stat : 12262 (java) S 12244 12247 11533 0 -1 4202560 10326 0 0 0 66 2 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271726684728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12263] ppid=12244 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/12247/task/12263/stat : 12263 (java) S 12244 12247 11533 0 -1 4202560 2483 0 0 0 20 0 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271725632184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12264] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12264/stat : 12264 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271724579832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12265] ppid=12244 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/12247/task/12265/stat : 12265 (java) S 12244 12247 11533 0 -1 4202560 100 0 0 0 24 36 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271723527496 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12266] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12266/stat : 12266 (java) S 12244 12247 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8686481 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271722472232 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.65
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.07 2.07 2.01 3/213 12397
/proc/meminfo: memFree=30997764/32872528 swapFree=162364/176672
[pid=12247] ppid=12244 vsize=9625040 CPUtime=1784.65 cores=1,3,5,7
/proc/12247/stat : 12247 (java) S 12244 12247 11533 0 -1 4202496 18655 0 1 0 178394 71 0 0 20 0 19 0 8686466 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140735538517104 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12247/statm: 2406260 144212 2272 9 0 2396937 0
[pid=12247/tid=12249] ppid=12244 vsize=9625040 CPUtime=1781.75 cores=1,3,5,7
/proc/12247/task/12249/stat : 12249 (java) R 12244 12247 11533 0 -1 4202560 2499 0 1 0 178144 31 0 0 20 0 19 0 8686467 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271907065648 140271770087835 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12247/tid=12250] ppid=12244 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (java) S 12244 12247 11533 0 -1 4202560 109 0 0 0 15 5 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271896135848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12247/tid=12251] ppid=12244 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (java) S 12244 12247 11533 0 -1 4202560 246 0 0 0 15 5 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271895083304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12252] ppid=12244 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/12247/task/12252/stat : 12252 (java) S 12244 12247 11533 0 -1 4202560 261 0 0 0 12 4 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271894030760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12253] ppid=12244 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (java) S 12244 12247 11533 0 -1 4202560 235 0 0 0 21 7 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271892978216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12247/tid=12254] ppid=12244 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/12247/task/12254/stat : 12254 (java) S 12244 12247 11533 0 -1 4202560 212 0 0 0 14 4 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271891925672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12255] ppid=12244 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/12247/task/12255/stat : 12255 (java) S 12244 12247 11533 0 -1 4202560 299 0 0 0 17 6 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271890873128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12247/tid=12256] ppid=12244 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/12247/task/12256/stat : 12256 (java) S 12244 12247 11533 0 -1 4202560 220 0 0 0 23 6 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271889820584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12257] ppid=12244 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/12247/task/12257/stat : 12257 (java) S 12244 12247 11533 0 -1 4202560 263 0 0 0 18 8 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271888768040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12247/tid=12258] ppid=12244 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12247/task/12258/stat : 12258 (java) S 12244 12247 11533 0 -1 4202560 140 0 0 0 0 2 0 0 20 0 19 0 8686469 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271730894952 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12259] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12259/stat : 12259 (java) S 12244 12247 11533 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8686470 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271729841272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12260] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12260/stat : 12260 (java) S 12244 12247 11533 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8686470 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271728788616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12261] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12261/stat : 12261 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271727737360 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12262] ppid=12244 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/12247/task/12262/stat : 12262 (java) S 12244 12247 11533 0 -1 4202560 10326 0 0 0 66 2 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271726684728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12263] ppid=12244 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/12247/task/12263/stat : 12263 (java) S 12244 12247 11533 0 -1 4202560 2483 0 0 0 20 0 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271725632184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12264] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12264/stat : 12264 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271724579832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12265] ppid=12244 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/12247/task/12265/stat : 12265 (java) S 12244 12247 11533 0 -1 4202560 104 0 0 0 24 39 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271723527496 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12266] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12266/stat : 12266 (java) S 12244 12247 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8686481 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271722472232 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.65
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.13 2.08 2.01 3/213 12397
/proc/meminfo: memFree=30993548/32872528 swapFree=162364/176672
[pid=12247] ppid=12244 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/12247/stat : 12247 (java) S 12244 12247 11533 0 -1 4202496 18657 0 1 0 179934 71 0 0 20 0 19 0 8686466 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140735538517104 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12247/statm: 2406260 144212 2272 9 0 2396937 0
[pid=12247/tid=12249] ppid=12244 vsize=9625040 CPUtime=1797.15 cores=1,3,5,7
/proc/12247/task/12249/stat : 12249 (java) R 12244 12247 11533 0 -1 4202560 2499 0 1 0 179684 31 0 0 20 0 19 0 8686467 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271907065648 140271770087788 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12247/tid=12250] ppid=12244 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (java) S 12244 12247 11533 0 -1 4202560 109 0 0 0 15 5 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271896135848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12247/tid=12251] ppid=12244 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (java) S 12244 12247 11533 0 -1 4202560 246 0 0 0 15 5 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271895083304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12252] ppid=12244 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/12247/task/12252/stat : 12252 (java) S 12244 12247 11533 0 -1 4202560 261 0 0 0 12 4 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271894030760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12253] ppid=12244 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (java) S 12244 12247 11533 0 -1 4202560 235 0 0 0 21 7 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271892978216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12247/tid=12254] ppid=12244 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/12247/task/12254/stat : 12254 (java) S 12244 12247 11533 0 -1 4202560 212 0 0 0 14 4 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271891925672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12255] ppid=12244 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/12247/task/12255/stat : 12255 (java) S 12244 12247 11533 0 -1 4202560 299 0 0 0 17 6 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271890873128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12247/tid=12256] ppid=12244 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/12247/task/12256/stat : 12256 (java) S 12244 12247 11533 0 -1 4202560 220 0 0 0 23 6 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271889820584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12257] ppid=12244 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/12247/task/12257/stat : 12257 (java) S 12244 12247 11533 0 -1 4202560 263 0 0 0 18 8 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271888768040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12247/tid=12258] ppid=12244 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12247/task/12258/stat : 12258 (java) S 12244 12247 11533 0 -1 4202560 140 0 0 0 0 2 0 0 20 0 19 0 8686469 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271730894952 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12259] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12259/stat : 12259 (java) S 12244 12247 11533 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8686470 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271729841272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12260] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12260/stat : 12260 (java) S 12244 12247 11533 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8686470 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271728788616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12261] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12261/stat : 12261 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271727737360 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12262] ppid=12244 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/12247/task/12262/stat : 12262 (java) S 12244 12247 11533 0 -1 4202560 10326 0 0 0 66 2 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271726684728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12263] ppid=12244 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/12247/task/12263/stat : 12263 (java) S 12244 12247 11533 0 -1 4202560 2483 0 0 0 20 0 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271725632184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12264] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12264/stat : 12264 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271724579832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12265] ppid=12244 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/12247/task/12265/stat : 12265 (java) S 12244 12247 11533 0 -1 4202560 106 0 0 0 26 39 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271723527496 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12266] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12266/stat : 12266 (java) S 12244 12247 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8686481 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271722472232 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 12247 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.7 s]
/proc/loadavg: 2.13 2.08 2.01 3/213 12397
/proc/meminfo: memFree=30993548/32872528 swapFree=162364/176672
[pid=12247] ppid=12244 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/12247/stat : 12247 (java) S 12244 12247 11533 0 -1 4202496 18657 0 1 0 179934 71 0 0 20 0 19 0 8686466 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140735538517104 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12247/statm: 2406260 144212 2272 9 0 2396937 0
[pid=12247/tid=12249] ppid=12244 vsize=9625040 CPUtime=1797.15 cores=1,3,5,7
/proc/12247/task/12249/stat : 12249 (java) R 12244 12247 11533 0 -1 4202560 2499 0 1 0 179684 31 0 0 20 0 19 0 8686467 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271907065648 140271770087788 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12247/tid=12250] ppid=12244 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/12247/task/12250/stat : 12250 (java) S 12244 12247 11533 0 -1 4202560 109 0 0 0 15 5 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271896135848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12247/tid=12251] ppid=12244 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/12247/task/12251/stat : 12251 (java) S 12244 12247 11533 0 -1 4202560 246 0 0 0 15 5 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271895083304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12252] ppid=12244 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/12247/task/12252/stat : 12252 (java) S 12244 12247 11533 0 -1 4202560 261 0 0 0 12 4 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271894030760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12253] ppid=12244 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/12247/task/12253/stat : 12253 (java) S 12244 12247 11533 0 -1 4202560 235 0 0 0 21 7 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271892978216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12247/tid=12254] ppid=12244 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/12247/task/12254/stat : 12254 (java) S 12244 12247 11533 0 -1 4202560 212 0 0 0 14 4 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271891925672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12255] ppid=12244 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/12247/task/12255/stat : 12255 (java) S 12244 12247 11533 0 -1 4202560 299 0 0 0 17 6 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271890873128 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12247/tid=12256] ppid=12244 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/12247/task/12256/stat : 12256 (java) S 12244 12247 11533 0 -1 4202560 220 0 0 0 23 6 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271889820584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12257] ppid=12244 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/12247/task/12257/stat : 12257 (java) S 12244 12247 11533 0 -1 4202560 263 0 0 0 18 8 0 0 20 0 19 0 8686468 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271888768040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12247/tid=12258] ppid=12244 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/12247/task/12258/stat : 12258 (java) S 12244 12247 11533 0 -1 4202560 140 0 0 0 0 2 0 0 20 0 19 0 8686469 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271730894952 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12259] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12259/stat : 12259 (java) S 12244 12247 11533 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8686470 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271729841272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12260] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12260/stat : 12260 (java) S 12244 12247 11533 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8686470 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271728788616 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12261] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12261/stat : 12261 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271727737360 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12262] ppid=12244 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/12247/task/12262/stat : 12262 (java) S 12244 12247 11533 0 -1 4202560 10326 0 0 0 66 2 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271726684728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12263] ppid=12244 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/12247/task/12263/stat : 12263 (java) S 12244 12247 11533 0 -1 4202560 2483 0 0 0 20 0 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271725632184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12264] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12264/stat : 12264 (java) S 12244 12247 11533 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271724579832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12247/tid=12265] ppid=12244 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/12247/task/12265/stat : 12265 (java) S 12244 12247 11533 0 -1 4202560 106 0 0 0 26 39 0 0 20 0 19 0 8686472 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271723527496 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12247/tid=12266] ppid=12244 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12247/task/12266/stat : 12266 (java) S 12244 12247 11533 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8686481 9856040960 144212 33554432000 1073741824 1073778376 140735538525968 140271722472232 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.74
CPU time (s): 1800.85
CPU user time (s): 1799.52
CPU system time (s): 1.3318
CPU usage (%): 100.173
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 1.3318
maximum resident set size= 576992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18711
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38224
involuntary context switches= 8877

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9333 second user time and 13.432 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-16 10:39:25
IDJOB=4090852
IDBENCH=79167
IDSOLVER=2551
FILE ID=node105/4090852-1466066365
RUNJOBID= node105-1466062135-11550
PBS_JOBID= 19904027
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_15_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090852-1466066365/watcher-4090852-1466066365 -o /tmp/evaluation-result-4090852-1466066365/solver-4090852-1466066365 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466062135-11550 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090852-1466066365.wbo

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

MD5SUM BENCH= dbde182a3659a82e6c4ef24ee1922e32
RANDOM SEED=202128920

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.561
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.54
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.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.55
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31745700 kB
Buffers:            6580 kB
Cached:            41452 kB
SwapCached:         1468 kB
Active:           227208 kB
Inactive:          27660 kB
Active(anon):     207716 kB
Inactive(anon):     1624 kB
Active(file):      19492 kB
Inactive(file):    26036 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67097208 kB
Dirty:               744 kB
Writeback:             0 kB
AnonPages:        382272 kB
Mapped:            15296 kB
Shmem:                 0 kB
Slab:             565308 kB
SReclaimable:       8976 kB
SUnreclaim:       556332 kB
KernelStack:        1600 kB
PageTables:         4804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     865064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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 node105 at 2016-06-16 11:09:23