Trace number 4090531

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 1186.44 1184.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_15_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM9dd19a07ee6b8e6f4864d631925ae108
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1.43878
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 constraints35
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 1837
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1836
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4090531-1466062148.wbo
0.10/0.10	c reading problem ... 
0.10/0.13	c ... done. Wall clock time 0.032s.
0.10/0.13	c declared #vars     300
0.10/0.13	c internal #vars     335
0.10/0.13	c #constraints  50
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.10/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15
0.10/0.13	c 50 constraints processed.
0.10/0.13	c objective function length is 35 literals
0.31/0.24	c SATISFIABLE
0.31/0.24	c OPTIMIZING...
0.31/0.24	c Got one! Elapsed wall clock time (in seconds):0.138
0.31/0.24	o 100
0.31/0.26	c Got one! Elapsed wall clock time (in seconds):0.155
0.31/0.26	o 95
0.53/0.31	c Got one! Elapsed wall clock time (in seconds):0.212
0.53/0.31	o 90
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.23
0.53/0.33	o 22
0.68/0.48	c Got one! Elapsed wall clock time (in seconds):0.379
0.68/0.48	o 21
1.06/0.72	c cleaning 3279 clauses out of 6580 with flag 14335/6580
1.53/1.04	c cleaning 4624 clauses out of 9300 with flag 52531/12579
1.93/1.49	c cleaning 5831 clauses out of 11674 with flag 108286/19577
2.65/2.11	c cleaning 6913 clauses out of 13843 with flag 176292/27577
3.56/3.00	c cleaning 7960 clauses out of 15932 with flag 252349/36579
4.46/3.90	c cleaning 8980 clauses out of 17970 with flag 336289/46577
5.46/4.92	c cleaning 9994 clauses out of 19990 with flag 425044/57577
6.86/6.30	c cleaning 10984 clauses out of 21998 with flag 523432/69579
8.06/7.59	c cleaning 11997 clauses out of 24013 with flag 643814/82578
9.26/8.80	c cleaning 13005 clauses out of 26016 with flag 763386/96578
11.06/10.55	c cleaning 13996 clauses out of 28010 with flag 908106/111577
12.86/12.36	c cleaning 15005 clauses out of 30016 with flag 1082639/127579
14.76/14.28	c cleaning 16002 clauses out of 32011 with flag 1254442/144579
17.26/16.79	c cleaning 16995 clauses out of 34007 with flag 1434576/162577
20.56/20.05	c cleaning 17998 clauses out of 36016 with flag 1605336/181581
22.95/22.45	c cleaning 18993 clauses out of 38014 with flag 1790534/201577
25.86/25.40	c cleaning 20001 clauses out of 40022 with flag 1980231/222578
29.27/28.74	c cleaning 20987 clauses out of 42020 with flag 2187348/244577
32.47/32.00	c cleaning 22010 clauses out of 44033 with flag 2404647/267577
37.36/36.80	c cleaning 23006 clauses out of 46024 with flag 2677944/291578
42.06/41.57	c cleaning 23998 clauses out of 48018 with flag 2938635/316578
46.66/46.13	c cleaning 25008 clauses out of 50021 with flag 3229120/342579
50.96/50.47	c cleaning 26001 clauses out of 52017 with flag 3533753/369583
56.16/55.64	c cleaning 27003 clauses out of 54013 with flag 3870115/397580
62.07/61.57	c cleaning 27996 clauses out of 56007 with flag 4169437/426577
66.71/66.14	c cleaning 28993 clauses out of 58014 with flag 4433268/456580
71.90/71.36	c cleaning 30005 clauses out of 60018 with flag 4700164/487577
79.80/79.21	c cleaning 31001 clauses out of 62013 with flag 4990165/519577
85.59/85.04	c cleaning 31991 clauses out of 64013 with flag 5322687/552578
95.69/95.10	c cleaning 32998 clauses out of 66023 with flag 5733072/586579
104.10/103.55	c cleaning 34001 clauses out of 68024 with flag 6143859/621578
111.39/110.86	c cleaning 35011 clauses out of 70022 with flag 6494439/657577
119.59/119.08	c cleaning 36002 clauses out of 72013 with flag 6820971/694579
127.29/126.76	c cleaning 36993 clauses out of 74012 with flag 7155270/732580
134.69/134.13	c cleaning 38000 clauses out of 76017 with flag 7512384/771578
143.79/143.21	c cleaning 39005 clauses out of 78016 with flag 7876177/811577
154.19/153.66	c cleaning 39998 clauses out of 80012 with flag 8261493/852578
167.55/166.97	c cleaning 41007 clauses out of 82015 with flag 8718099/894579
180.94/180.32	c cleaning 42001 clauses out of 84006 with flag 9127226/937577
195.84/195.29	c cleaning 42998 clauses out of 86008 with flag 9565389/981580
208.65/208.01	c cleaning 43996 clauses out of 88007 with flag 10083066/1026577
222.43/221.82	c cleaning 44998 clauses out of 90013 with flag 10523718/1072579
235.74/235.17	c cleaning 45998 clauses out of 92015 with flag 10983042/1119579
249.93/249.32	c cleaning 46991 clauses out of 94015 with flag 11425289/1167577
266.23/265.67	c cleaning 47999 clauses out of 96026 with flag 11876680/1216579
278.72/278.11	c cleaning 49002 clauses out of 98026 with flag 12323755/1266578
301.52/300.95	c cleaning 50000 clauses out of 100023 with flag 12894608/1317577
325.46/324.77	c cleaning 51008 clauses out of 102023 with flag 13527758/1369577
339.25/338.53	c cleaning 51991 clauses out of 104017 with flag 14053442/1422579
354.86/354.17	c cleaning 53005 clauses out of 106029 with flag 14601069/1476582
374.25/373.51	c cleaning 53991 clauses out of 108019 with flag 15125927/1531577
392.25/391.54	c cleaning 55011 clauses out of 110028 with flag 15701769/1587577
412.35/411.63	c cleaning 56005 clauses out of 112017 with flag 16261913/1644577
431.64/430.96	c cleaning 57001 clauses out of 114012 with flag 16840028/1702577
452.84/452.12	c cleaning 58001 clauses out of 116011 with flag 17467185/1761577
479.34/478.69	c cleaning 58989 clauses out of 118010 with flag 18077841/1821577
504.39/503.51	c cleaning 59999 clauses out of 120022 with flag 18696395/1882578
526.59/525.78	c cleaning 61006 clauses out of 122022 with flag 19291352/1944577
552.98/552.11	c cleaning 62002 clauses out of 124020 with flag 19953857/2007581
576.78/575.91	c cleaning 63000 clauses out of 126014 with flag 20715857/2071577
604.90/604.01	c cleaning 64002 clauses out of 128014 with flag 21415957/2136577
637.19/636.33	c cleaning 65007 clauses out of 130015 with flag 22128312/2202580
675.39/674.54	c cleaning 65999 clauses out of 132005 with flag 22872567/2269577
714.32/713.24	c cleaning 66987 clauses out of 134006 with flag 23608155/2337577
749.12/748.01	c cleaning 68004 clauses out of 136019 with flag 24381128/2406577
791.21/790.12	c cleaning 69004 clauses out of 138016 with flag 25277526/2476578
817.81/816.35	c cleaning 69999 clauses out of 140012 with flag 26203815/2547578
848.66/847.01	c cleaning 71002 clauses out of 142011 with flag 26930768/2619578
891.98/890.36	c cleaning 72002 clauses out of 144009 with flag 27722087/2692578
925.58/923.98	c cleaning 73002 clauses out of 146008 with flag 28587561/2766579
970.51/968.61	c cleaning 73997 clauses out of 148004 with flag 29375526/2841577
1008.20/1006.37	c cleaning 74993 clauses out of 150008 with flag 30241161/2917578
1054.30/1052.45	c cleaning 75999 clauses out of 152016 with flag 31184795/2994579
1119.42/1117.53	c cleaning 76998 clauses out of 154016 with flag 32070021/3072578
1165.43/1163.55	c cleaning 78006 clauses out of 156017 with flag 32993200/3151577
1186.44/1184.50	c starts		: 11384
1186.44/1184.50	c conflicts		: 3197344
1186.44/1184.50	c decisions		: 4272233
1186.44/1184.50	c propagations		: 60043606
1186.44/1184.50	c inspects		: 22617186792
1186.44/1184.50	c shortcuts		: 0
1186.44/1184.50	c learnt literals	: 8
1186.44/1184.50	c learnt binary clauses	: 17
1186.44/1184.50	c learnt ternary clauses	: 6
1186.44/1184.50	c learnt constraints	: 3197335
1186.44/1184.50	c ignored constraints	: 0
1186.44/1184.50	c root simplifications	: 0
1186.44/1184.50	c removed literals (reason simplification)	: 0
1186.44/1184.50	c reason swapping (by a shorter reason)	: 0
1186.44/1184.50	c Calls to reduceDB	: 75
1186.44/1184.50	c Number of update (reduction) of LBD	: 1726710
1186.44/1184.50	c Imported unit clauses	: 0
1186.44/1184.50	c number of reductions to clauses (during analyze)	: 0
1186.44/1184.50	c number of learned constraints concerned by reduction	: 0
1186.44/1184.50	c number of learning phase by resolution	: 0
1186.44/1184.50	c number of learning phase by cutting planes	: 0
1186.44/1184.50	c speed (assignments/second)	: 50697.13321720864
1186.44/1184.50	c non guided choices	4330
1186.44/1184.50	c learnt constraints type 
1186.44/1184.50	s OPTIMUM FOUND
1186.44/1184.50	c Found 5 solution(s)
1186.44/1184.50	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 
1186.44/1184.50	c objective function=21
1186.44/1184.50	c Total wall clock time (in seconds): 1184.397

Verifier Data

OK	21

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-4090531-1466062148/watcher-4090531-1466062148 -o /tmp/evaluation-result-4090531-1466062148/solver-4090531-1466062148 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466062134-7230 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090531-1466062148.wbo 

pid=7989
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: 0.48 0.16 0.11 3/194 7992
/proc/meminfo: memFree=31026660/32872528 swapFree=876280/941688
[pid=7992] ppid=7989 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 7213 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8263704 98570240 977 33554432000 1073741824 1073778376 140737067776032 140737067767168 213196505149 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7992/statm: 24065 977 743 9 0 16771 0
[pid=7992/tid=7993] ppid=7989 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 7213 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8263704 98570240 978 33554432000 1073741824 1073778376 140737067776032 140573660403912 140573664349268 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100118 s]
/proc/loadavg: 0.48 0.16 0.11 3/194 7992
/proc/meminfo: memFree=31026660/32872528 swapFree=876280/941688
[pid=7992] ppid=7989 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 7213 0 -1 4202496 4466 0 1 0 9 1 0 0 20 0 18 0 8263704 9787879424 6100 33554432000 1073741824 1073778376 140737067776032 140737067767168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7992/statm: 2389619 6100 2155 9 0 2380296 0
[pid=7992/tid=7993] ppid=7989 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 7213 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 8263704 9787879424 6102 33554432000 1073741824 1073778376 140737067776032 140573660412832 140573491148432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20035 s]
/proc/loadavg: 0.48 0.16 0.11 3/194 7992
/proc/meminfo: memFree=31026660/32872528 swapFree=876280/941688
[pid=7992] ppid=7989 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 7213 0 -1 4202496 6024 0 1 0 30 1 0 0 20 0 19 0 8263704 9856040960 7028 33554432000 1073741824 1073778376 140737067776032 140737067767168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7992/statm: 2406260 7028 2231 9 0 2396937 0
[pid=7992/tid=7993] ppid=7989 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 7213 0 -1 4202560 2406 0 1 0 17 0 0 0 20 0 19 0 8263704 9856040960 7028 33554432000 1073741824 1073778376 140737067776032 140573660413816 140573491131812 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300348 s]
/proc/loadavg: 0.48 0.16 0.11 3/194 7992
/proc/meminfo: memFree=31026660/32872528 swapFree=876280/941688
[pid=7992] ppid=7989 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 7213 0 -1 4202496 6934 0 1 0 52 1 0 0 20 0 19 0 8263704 9856040960 8597 33554432000 1073741824 1073778376 140737067776032 140737067767168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7992/statm: 2406260 8597 2238 9 0 2396937 0
[pid=7992/tid=7993] ppid=7989 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 7213 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 19 0 8263704 9856040960 8597 33554432000 1073741824 1073778376 140737067776032 140573660413816 140573491337154 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700311 s]
/proc/loadavg: 0.48 0.16 0.11 3/194 7992
/proc/meminfo: memFree=31026660/32872528 swapFree=876280/941688
[pid=7992] ppid=7989 vsize=9625040 CPUtime=1.06 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 7213 0 -1 4202496 8634 0 1 0 104 2 0 0 20 0 19 0 8263704 9856040960 9145 33554432000 1073741824 1073778376 140737067776032 140737067767168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7992/statm: 2406260 9145 2245 9 0 2396937 0
[pid=7992/tid=7993] ppid=7989 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 7213 0 -1 4202560 2408 0 1 0 66 1 0 0 20 0 19 0 8263704 9856040960 9145 33554432000 1073741824 1073778376 140737067776032 140573660414536 140573491193153 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 0.48 0.16 0.11 2/212 8012
/proc/meminfo: memFree=30963028/32872528 swapFree=876280/941688
[pid=7992] ppid=7989 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 7213 0 -1 4202496 12886 0 1 0 202 2 0 0 20 0 19 0 8263704 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140737067767168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7992/statm: 2406260 12786 2250 9 0 2396937 0
[pid=7992/tid=7993] ppid=7989 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 7213 0 -1 4202560 2411 0 1 0 146 1 0 0 20 0 19 0 8263704 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140573660412376 140573491515156 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7995] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7995/stat : 7995 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140573621906472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=7996] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7996/stat : 7996 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140573620853672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7997] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7997/stat : 7997 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140573619800872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=7998] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7998/stat : 7998 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140573618748072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=7999] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7999/stat : 7999 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140573617695272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8000] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8000/stat : 8000 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140573616642472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8001] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8001/stat : 8001 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140573615589672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8002] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8002/stat : 8002 (java) S 7989 7992 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140573614536872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8003] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8003/stat : 8003 (java) S 7989 7992 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8263706 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140573483695080 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8004] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8004/stat : 8004 (java) S 7989 7992 7213 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8263707 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140573482641144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8005] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8005/stat : 8005 (java) S 7989 7992 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8263707 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140573481588232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8006] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8006/stat : 8006 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263709 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140573480536720 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8007] ppid=7989 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/7992/task/8007/stat : 8007 (java) S 7989 7992 7213 0 -1 4202560 1269 0 0 0 15 0 0 0 20 0 19 0 8263709 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140573479483832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8008] ppid=7989 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7992/task/8008/stat : 8008 (java) S 7989 7992 7213 0 -1 4202560 7936 0 0 0 37 1 0 0 20 0 19 0 8263709 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140573478431032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8009] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8009/stat : 8009 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263709 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140573477378424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8010] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8010/stat : 8010 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263709 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140573476325832 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8011] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8011/stat : 8011 (java) S 7989 7992 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8263718 9856040960 12786 33554432000 1073741824 1073778376 140737067776032 140572467652264 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 0.48 0.16 0.11 5/213 8076
/proc/meminfo: memFree=31115392/32872528 swapFree=876280/941688
[pid=7992] ppid=7989 vsize=9625040 CPUtime=3.66 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 7213 0 -1 4202496 12890 0 1 0 363 3 0 0 20 0 19 0 8263704 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140737067767168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7992/statm: 2406260 14323 2250 9 0 2396937 0
[pid=7992/tid=7993] ppid=7989 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 7213 0 -1 4202560 2414 0 1 0 305 1 0 0 20 0 19 0 8263704 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140573660414232 140573491336620 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7995] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7995/stat : 7995 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140573621906472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=7996] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7996/stat : 7996 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140573620853672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7997] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7997/stat : 7997 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140573619800872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=7998] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7998/stat : 7998 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140573618748072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=7999] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7999/stat : 7999 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140573617695272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8000] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8000/stat : 8000 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140573616642472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8001] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8001/stat : 8001 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140573615589672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8002] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8002/stat : 8002 (java) S 7989 7992 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140573614536872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8003] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8003/stat : 8003 (java) S 7989 7992 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8263706 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140573483695080 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8004] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8004/stat : 8004 (java) S 7989 7992 7213 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8263707 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140573482641144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8005] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8005/stat : 8005 (java) S 7989 7992 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8263707 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140573481588232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8006] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8006/stat : 8006 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263709 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140573480536720 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8007] ppid=7989 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7992/task/8007/stat : 8007 (java) S 7989 7992 7213 0 -1 4202560 1270 0 0 0 17 0 0 0 20 0 19 0 8263709 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140573479483832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8008] ppid=7989 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7992/task/8008/stat : 8008 (java) S 7989 7992 7213 0 -1 4202560 7936 0 0 0 37 1 0 0 20 0 19 0 8263709 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140573478431032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8009] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8009/stat : 8009 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263709 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140573477378424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8010] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8010/stat : 8010 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263709 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140573476325832 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8011] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8011/stat : 8011 (java) S 7989 7992 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8263718 9856040960 14323 33554432000 1073741824 1073778376 140737067776032 140572467652264 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 0.60 0.19 0.12 4/213 8076
/proc/meminfo: memFree=31089672/32872528 swapFree=876280/941688
[pid=7992] ppid=7989 vsize=9625040 CPUtime=6.86 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 7213 0 -1 4202496 12897 0 1 0 683 3 0 0 20 0 19 0 8263704 9856040960 16559 33554432000 1073741824 1073778376 140737067776032 140737067767168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7992/statm: 2406260 16559 2251 9 0 2396937 0
[pid=7992/tid=7993] ppid=7989 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 7213 0 -1 4202560 2420 0 1 0 624 1 0 0 20 0 19 0 8263704 9856040960 16559 33554432000 1073741824 1073778376 140737067776032 140573660405456 140573491774498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7995] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7995/stat : 7995 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 16559 33554432000 1073741824 1073778376 140737067776032 140573621906472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=7996] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7996/stat : 7996 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 16559 33554432000 1073741824 1073778376 140737067776032 140573620853672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7997] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7997/stat : 7997 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 16559 33554432000 1073741824 1073778376 140737067776032 140573619800872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=7998] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7998/stat : 7998 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 16559 33554432000 1073741824 1073778376 140737067776032 140573618748072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=7999] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7999/stat : 7999 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 16559 33554432000 1073741824 1073778376 140737067776032 140573617695272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8000] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8000/stat : 8000 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 16559 33554432000 1073741824 1073778376 140737067776032 140573616642472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8001] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8001/stat : 8001 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 16559 33554432000 1073741824 1073778376 140737067776032 140573615589672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8002] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8002/stat : 8002 (java) S 7989 7992 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8263705 9856040960 16559 33554432000 1073741824 1073778376 140737067776032 140573614536872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8003] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8003/stat : 8003 (java) S 7989 7992 7213 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8263706 9856040960 16559 33554432000 1073741824 1073778376 140737067776032 140573483695080 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8004] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8004/stat : 8004 (java) S 7989 7992 7213 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8263707 9856040960 16559 33554432000 1073741824 1073778376 140737067776032 140573482641144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8005] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8005/stat : 8005 (java) S 7989 7992 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8263707 9856040960 16559 33554432000 1073741824 1073778376 140737067776032 140573481588232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8006] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8006/stat : 8006 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263709 9856040960 16559 33554432000 1073741824 1073778376 140737067776032 140573480536720 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8007] ppid=7989 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7992/task/8007/stat : 8007 (java) S 7989 7992 7213 0 -1 4202560 1270 0 0 0 17 0 0 0 20 0 19 0 8263709 9856040960 16559 33554432000 1073741824 1073778376 140737067776032 140573479483832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8008] ppid=7989 vsize=9625040 CPUtime=0.38 cores=1,3,5,7

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

[pid=7992/tid=8004] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8004/stat : 8004 (java) S 7989 7992 7213 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8263707 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573482641144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8005] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8005/stat : 8005 (java) S 7989 7992 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8263707 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573481588232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8006] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8006/stat : 8006 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263709 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573480536720 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8007] ppid=7989 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7992/task/8007/stat : 8007 (java) S 7989 7992 7213 0 -1 4202560 1273 0 0 0 19 0 0 0 20 0 19 0 8263709 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573479483832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8008] ppid=7989 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/7992/task/8008/stat : 8008 (java) S 7989 7992 7213 0 -1 4202560 13809 0 0 0 94 3 0 0 20 0 19 0 8263709 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573478431032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8009] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8009/stat : 8009 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263709 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573477378424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8010] ppid=7989 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/7992/task/8010/stat : 8010 (java) S 7989 7992 7213 0 -1 4202560 70 0 0 0 12 22 0 0 20 0 19 0 8263709 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573476325832 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8011] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8011/stat : 8011 (java) S 7989 7992 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8263718 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140572467652264 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1185.14
Current children cumulated vsize (KiB) 9625040

[startup+1184 s]
/proc/loadavg: 2.06 2.04 1.49 3/213 8106
/proc/meminfo: memFree=30065064/32872528 swapFree=876280/941688
[pid=7992] ppid=7989 vsize=9625040 CPUtime=1185.94 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 7213 0 -1 4202496 20462 0 1 0 118532 62 0 0 20 0 19 0 8263704 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140737067767168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7992/statm: 2406260 114788 2272 9 0 2396937 0
[pid=7992/tid=7993] ppid=7989 vsize=9625040 CPUtime=1180.31 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 7213 0 -1 4202560 2492 0 1 0 118010 21 0 0 20 0 19 0 8263704 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573660412256 140573491494657 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7995] ppid=7989 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7992/task/7995/stat : 7995 (java) S 7989 7992 7213 0 -1 4202560 263 0 0 0 8 3 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573621906472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=7996] ppid=7989 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7992/task/7996/stat : 7996 (java) S 7989 7992 7213 0 -1 4202560 213 0 0 0 9 4 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573620853672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=7997] ppid=7989 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7992/task/7997/stat : 7997 (java) S 7989 7992 7213 0 -1 4202560 123 0 0 0 12 4 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573619800872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7998] ppid=7989 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7992/task/7998/stat : 7998 (java) S 7989 7992 7213 0 -1 4202560 217 0 0 0 9 4 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573618748072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=7999] ppid=7989 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7992/task/7999/stat : 7999 (java) S 7989 7992 7213 0 -1 4202560 136 0 0 0 9 3 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573617695272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8000] ppid=7989 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7992/task/8000/stat : 8000 (java) S 7989 7992 7213 0 -1 4202560 110 0 0 0 13 4 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573616642472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8001] ppid=7989 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7992/task/8001/stat : 8001 (java) S 7989 7992 7213 0 -1 4202560 266 0 0 0 8 4 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573615589672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8002] ppid=7989 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7992/task/8002/stat : 8002 (java) S 7989 7992 7213 0 -1 4202560 117 0 0 0 7 4 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573614536872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8003] ppid=7989 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/8003/stat : 8003 (java) S 7989 7992 7213 0 -1 4202560 115 0 0 0 1 0 0 0 20 0 19 0 8263706 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573483695080 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8004] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8004/stat : 8004 (java) S 7989 7992 7213 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8263707 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573482641144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8005] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8005/stat : 8005 (java) S 7989 7992 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8263707 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573481588232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8006] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8006/stat : 8006 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263709 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573480536720 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8007] ppid=7989 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7992/task/8007/stat : 8007 (java) S 7989 7992 7213 0 -1 4202560 1273 0 0 0 19 0 0 0 20 0 19 0 8263709 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573479483832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8008] ppid=7989 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/7992/task/8008/stat : 8008 (java) S 7989 7992 7213 0 -1 4202560 13809 0 0 0 94 3 0 0 20 0 19 0 8263709 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573478431032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8009] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8009/stat : 8009 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263709 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573477378424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8010] ppid=7989 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/7992/task/8010/stat : 8010 (java) S 7989 7992 7213 0 -1 4202560 70 0 0 0 12 22 0 0 20 0 19 0 8263709 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573476325832 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8011] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8011/stat : 8011 (java) S 7989 7992 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8263718 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140572467652264 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1185.94
Current children cumulated vsize (KiB) 9625040

[startup+1184.4 s]
/proc/loadavg: 2.06 2.04 1.49 3/213 8106
/proc/meminfo: memFree=30065064/32872528 swapFree=876280/941688
[pid=7992] ppid=7989 vsize=9625040 CPUtime=1186.34 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 7213 0 -1 4202496 20464 0 1 0 118572 62 0 0 20 0 19 0 8263704 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140737067767168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7992/statm: 2406260 114788 2272 9 0 2396937 0
[pid=7992/tid=7993] ppid=7989 vsize=9625040 CPUtime=1180.71 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 7213 0 -1 4202560 2492 0 1 0 118050 21 0 0 20 0 19 0 8263704 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573660414496 140573491774498 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=7995] ppid=7989 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7992/task/7995/stat : 7995 (java) S 7989 7992 7213 0 -1 4202560 263 0 0 0 8 3 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573621906472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=7996] ppid=7989 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7992/task/7996/stat : 7996 (java) S 7989 7992 7213 0 -1 4202560 213 0 0 0 9 4 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573620853672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=7997] ppid=7989 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7992/task/7997/stat : 7997 (java) S 7989 7992 7213 0 -1 4202560 123 0 0 0 12 4 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573619800872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7998] ppid=7989 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7992/task/7998/stat : 7998 (java) S 7989 7992 7213 0 -1 4202560 217 0 0 0 9 4 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573618748072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=7999] ppid=7989 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7992/task/7999/stat : 7999 (java) S 7989 7992 7213 0 -1 4202560 136 0 0 0 9 3 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573617695272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8000] ppid=7989 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7992/task/8000/stat : 8000 (java) S 7989 7992 7213 0 -1 4202560 110 0 0 0 13 4 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573616642472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8001] ppid=7989 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7992/task/8001/stat : 8001 (java) S 7989 7992 7213 0 -1 4202560 266 0 0 0 8 4 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573615589672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8002] ppid=7989 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7992/task/8002/stat : 8002 (java) S 7989 7992 7213 0 -1 4202560 117 0 0 0 7 4 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573614536872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8003] ppid=7989 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/8003/stat : 8003 (java) S 7989 7992 7213 0 -1 4202560 115 0 0 0 1 0 0 0 20 0 19 0 8263706 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573483695080 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8004] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8004/stat : 8004 (java) S 7989 7992 7213 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8263707 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573482641144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8005] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8005/stat : 8005 (java) S 7989 7992 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8263707 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573481588232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8006] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8006/stat : 8006 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263709 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573480536720 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8007] ppid=7989 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7992/task/8007/stat : 8007 (java) S 7989 7992 7213 0 -1 4202560 1275 0 0 0 19 0 0 0 20 0 19 0 8263709 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573479483832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8008] ppid=7989 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/7992/task/8008/stat : 8008 (java) S 7989 7992 7213 0 -1 4202560 13809 0 0 0 95 3 0 0 20 0 19 0 8263709 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573478431032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8009] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8009/stat : 8009 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8263709 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573477378424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8010] ppid=7989 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/7992/task/8010/stat : 8010 (java) S 7989 7992 7213 0 -1 4202560 70 0 0 0 12 22 0 0 20 0 19 0 8263709 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573476325832 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8011] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8011/stat : 8011 (java) S 7989 7992 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8263718 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140572467652264 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1186.34
Current children cumulated vsize (KiB) 9625040

[startup+1184.5 s]
/proc/loadavg: 2.06 2.04 1.49 3/213 8106
/proc/meminfo: memFree=30065064/32872528 swapFree=876280/941688
[pid=7992] ppid=7989 vsize=9625040 CPUtime=1186.44 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 7213 0 -1 4202496 20464 0 1 0 118582 62 0 0 20 0 19 0 8263704 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140737067767168 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7992/statm: 2406260 114788 2272 9 0 2396937 0
[pid=7992/tid=7993] ppid=7989 vsize=9625040 CPUtime=1180.81 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 7213 0 -1 4202560 2492 0 1 0 118060 21 0 0 20 0 19 0 8263704 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573660412576 213196530957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=7995] ppid=7989 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7992/task/7995/stat : 7995 (java) S 7989 7992 7213 0 -1 4202560 263 0 0 0 8 3 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573621906472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=7996] ppid=7989 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7992/task/7996/stat : 7996 (java) S 7989 7992 7213 0 -1 4202560 213 0 0 0 9 4 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573620853672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=7997] ppid=7989 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/7992/task/7997/stat : 7997 (java) S 7989 7992 7213 0 -1 4202560 123 0 0 0 12 4 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573619800872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7998] ppid=7989 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/7992/task/7998/stat : 7998 (java) S 7989 7992 7213 0 -1 4202560 217 0 0 0 9 4 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573618748072 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=7999] ppid=7989 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7992/task/7999/stat : 7999 (java) S 7989 7992 7213 0 -1 4202560 136 0 0 0 9 3 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573617695272 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8000] ppid=7989 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7992/task/8000/stat : 8000 (java) S 7989 7992 7213 0 -1 4202560 110 0 0 0 13 4 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573616642472 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8001] ppid=7989 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/7992/task/8001/stat : 8001 (java) S 7989 7992 7213 0 -1 4202560 266 0 0 0 8 4 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573615589672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8002] ppid=7989 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7992/task/8002/stat : 8002 (java) S 7989 7992 7213 0 -1 4202560 117 0 0 0 7 4 0 0 20 0 19 0 8263705 9856040960 114788 33554432000 1073741824 1073778376 140737067776032 140573614536872 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8003] ppid=7989 vsize=9626068 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/8003/stat : 8003 (java) S 7989 7992 7213 0 -1 4202560 115 0 0 0 1 0 0 0 20 0 19 0 8263706 9857093632 114788 33554432000 1073741824 1073778376 140737067776032 140573483695080 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8004] ppid=7989 vsize=9626068 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8004/stat : 8004 (java) S 7989 7992 7213 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 8263707 9857093632 114790 33554432000 1073741824 1073778376 140737067776032 140573482641144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8005] ppid=7989 vsize=9626068 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8005/stat : 8005 (java) S 7989 7992 7213 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 8263707 9857093632 114790 33554432000 1073741824 1073778376 140737067776032 140573481588232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8006] ppid=7989 vsize=9626068 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8006/stat : 8006 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 8263709 9857093632 114790 33554432000 1073741824 1073778376 140737067776032 140573480536720 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8007] ppid=7989 vsize=9691604 CPUtime=0.19 cores=1,3,5,7
/proc/7992/task/8007/stat : 8007 (java) S 7989 7992 7213 0 -1 4202560 1275 0 0 0 19 0 0 0 20 0 20 0 8263709 9924202496 114791 33554432000 1073741824 1073778376 140737067776032 140573479483832 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8008] ppid=7989 vsize=9691604 CPUtime=0.98 cores=1,3,5,7
/proc/7992/task/8008/stat : 8008 (java) S 7989 7992 7213 0 -1 4202560 13809 0 0 0 95 3 0 0 20 0 20 0 8263709 9924202496 114791 33554432000 1073741824 1073778376 140737067776032 140573478431032 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8009] ppid=7989 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8009/stat : 8009 (java) S 7989 7992 7213 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 8263709 9924202496 114791 33554432000 1073741824 1073778376 140737067776032 140573477378424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8010] ppid=7989 vsize=9691604 CPUtime=0.34 cores=1,3,5,7
/proc/7992/task/8010/stat : 8010 (java) S 7989 7992 7213 0 -1 4202560 70 0 0 0 12 22 0 0 20 0 20 0 8263709 9924202496 114797 33554432000 1073741824 1073778376 140737067776032 140573476325832 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8011] ppid=7989 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8011/stat : 8011 (java) S 7989 7992 7213 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 8263718 9924202496 114797 33554432000 1073741824 1073778376 140737067776032 140572467652264 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1186.44
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7992 and gives
#  childrusage.ru_utime.tv_sec=1182
#  childrusage.ru_utime.tv_usec=743195
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=889864
# CPU time returned by wait4() is 1183.63
# while last known CPU time is 1186.44
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1184.51
CPU time (s): 1186.44
CPU user time (s): 1185.82
CPU system time (s): 0.62
CPU usage (%): 100.163
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1182.74
system time used= 0.889864
maximum resident set size= 459208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20485
page faults= 1
swaps= 0
block input operations= 0
block output operations= 816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25297
involuntary context switches= 20308

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.24275 second user time and 10.4314 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-16 09:29:08
IDJOB=4090531
IDBENCH=78665
IDSOLVER=2551
FILE ID=node113/4090531-1466062148
RUNJOBID= node113-1466062134-7230
PBS_JOBID= 19904023
Free space on /tmp= 71740 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_15_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-4090531-1466062148/watcher-4090531-1466062148 -o /tmp/evaluation-result-4090531-1466062148/solver-4090531-1466062148 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466062134-7230 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090531-1466062148.wbo

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

MD5SUM BENCH= 9dd19a07ee6b8e6f4864d631925ae108
RANDOM SEED=1457448111

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.54
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.799
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.54
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.799
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:        31027544 kB
Buffers:            2892 kB
Cached:            39700 kB
SwapCached:         2172 kB
Active:           176336 kB
Inactive:          19272 kB
Active(anon):     153912 kB
Inactive(anon):     1596 kB
Active(file):      22424 kB
Inactive(file):    17676 kB
Unevictable:      941688 kB
Mlocked:          876280 kB
SwapTotal:      67108856 kB
SwapFree:       67098712 kB
Dirty:              3692 kB
Writeback:             0 kB
AnonPages:       1091928 kB
Mapped:            15324 kB
Shmem:                 0 kB
Slab:             566628 kB
SReclaimable:       8800 kB
SUnreclaim:       557828 kB
KernelStack:        1600 kB
PageTables:         6504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1630776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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= 71740 MiB
End job on node113 at 2016-06-16 09:48:52