Trace number 4106330

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPT3 84.3812 82.7411

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=89-P1=181-P2=233-P3=19-P4=167-P5=113-P6=191-P7=61-P8=59-B.opb
MD5SUMa6d214cc283b484f5cca285d86c4d8bb
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.136978
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables192
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)512
Sum of products size (including duplicates)1024
Number of different products512
Sum of products size1024

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4106330-1466270534.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.18	c ... done. Wall clock time 0.078s.
0.11/0.18	c declared #vars     192
0.11/0.18	c internal #vars     704
0.11/0.18	c #constraints  1049
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
0.11/0.18	c 1049 constraints processed.
0.11/0.18	c objective function length is 8 literals
0.77/0.53	c cleaning 2484 clauses out of 5000 with flag 10500/5000
1.16/0.84	c cleaning 4249 clauses out of 8516 with flag 23943/11000
1.63/1.27	c cleaning 5629 clauses out of 11267 with flag 39976/18000
2.13/1.73	c cleaning 6811 clauses out of 13639 with flag 59473/26001
2.66/2.25	c cleaning 7905 clauses out of 15828 with flag 80234/35001
3.69/2.83	c cleaning 8944 clauses out of 17923 with flag 104386/45001
4.77/3.53	c cleaning 9985 clauses out of 19979 with flag 131700/56001
5.37/4.19	c cleaning 10977 clauses out of 21993 with flag 158888/68000
6.17/4.92	c SATISFIABLE
6.17/4.92	c OPTIMIZING...
6.17/4.92	c Got one! Elapsed wall clock time (in seconds):4.82
6.17/4.92	o 41
6.47/5.22	c cleaning 13800 clauses out of 27610 with flag 11678/84594
6.77/5.55	c cleaning 9883 clauses out of 19810 with flag 25339/90594
7.17/5.99	c cleaning 8464 clauses out of 16927 with flag 42056/97594
7.56/6.36	c cleaning 8220 clauses out of 16462 with flag 60479/105593
7.97/6.79	c cleaning 8616 clauses out of 17243 with flag 80516/114594
8.76/7.56	c cleaning 9310 clauses out of 18627 with flag 105000/124594
9.26/8.06	c cleaning 10149 clauses out of 20316 with flag 129173/135593
10.15/8.74	c cleaning 11077 clauses out of 22167 with flag 155142/147593
11.05/9.68	c cleaning 12030 clauses out of 24090 with flag 185067/160594
12.06/10.68	c cleaning 13012 clauses out of 26060 with flag 216122/174594
12.16/10.77	c Got one! Elapsed wall clock time (in seconds):10.673
12.16/10.77	o 19
12.47/11.05	c cleaning 9351 clauses out of 18730 with flag 8728/180276
12.86/11.41	c cleaning 7684 clauses out of 15379 with flag 22250/186276
13.06/11.66	c Got one! Elapsed wall clock time (in seconds):11.559
13.06/11.66	o 3
13.46/12.02	c cleaning 9715 clauses out of 19443 with flag 11476/198024
13.96/12.55	c cleaning 7859 clauses out of 15728 with flag 24462/204024
14.26/12.83	c cleaning 7426 clauses out of 14869 with flag 39292/211024
14.56/13.16	c cleaning 7715 clauses out of 15443 with flag 56639/219024
15.06/13.61	c cleaning 8347 clauses out of 16729 with flag 76489/228025
15.66/14.21	c cleaning 9176 clauses out of 18381 with flag 97287/238024
16.26/14.81	c cleaning 10096 clauses out of 20206 with flag 120999/249025
16.87/15.45	c cleaning 11041 clauses out of 22109 with flag 147152/261024
17.76/16.34	c cleaning 12023 clauses out of 24070 with flag 176349/274026
18.86/17.44	c cleaning 13008 clauses out of 26046 with flag 208760/288025
19.66/18.26	c cleaning 14002 clauses out of 28041 with flag 241068/303028
20.57/19.18	c cleaning 15000 clauses out of 30036 with flag 276015/319025
21.87/20.49	c cleaning 16007 clauses out of 32036 with flag 316654/336025
23.06/21.62	c cleaning 17008 clauses out of 34027 with flag 355898/354024
24.67/23.28	c cleaning 18006 clauses out of 36020 with flag 397308/373025
26.06/24.63	c cleaning 18986 clauses out of 38013 with flag 440921/393025
27.69/26.28	c cleaning 19999 clauses out of 40029 with flag 484833/414027
29.39/27.95	c cleaning 20995 clauses out of 42028 with flag 533548/436025
31.39/29.90	c cleaning 21999 clauses out of 44032 with flag 584202/459024
33.59/32.14	c cleaning 23014 clauses out of 46033 with flag 637580/483024
35.59/34.19	c cleaning 24009 clauses out of 48021 with flag 693762/508026
37.79/36.39	c cleaning 24999 clauses out of 50010 with flag 749931/534024
40.24/38.73	c cleaning 26000 clauses out of 52011 with flag 808795/561025
42.25/40.80	c cleaning 27005 clauses out of 54011 with flag 870697/589025
45.14/43.68	c cleaning 27991 clauses out of 56005 with flag 933689/618024
47.64/46.10	c cleaning 29003 clauses out of 58015 with flag 999736/648025
50.44/48.90	c cleaning 29992 clauses out of 60011 with flag 1066828/679024
53.14/51.70	c cleaning 31004 clauses out of 62020 with flag 1138944/711025
56.84/55.35	c cleaning 31999 clauses out of 64015 with flag 1212147/744025
60.64/59.17	c cleaning 32998 clauses out of 66016 with flag 1287806/778025
64.54/63.09	c cleaning 34007 clauses out of 68017 with flag 1365443/813024
68.60/67.06	c cleaning 34995 clauses out of 70010 with flag 1448311/849024
73.00/71.47	c cleaning 36001 clauses out of 72015 with flag 1529585/886025
78.61/77.04	c cleaning 37003 clauses out of 74012 with flag 1612310/924024
84.31/82.73	c starts		: 1772
84.31/82.73	c conflicts		: 956639
84.31/82.73	c decisions		: 1082370
84.31/82.73	c propagations		: 17522815
84.31/82.73	c inspects		: 1432502665
84.31/82.73	c shortcuts		: 0
84.31/82.73	c learnt literals	: 20
84.31/82.73	c learnt binary clauses	: 23
84.31/82.73	c learnt ternary clauses	: 44
84.31/82.73	c learnt constraints	: 956618
84.31/82.73	c ignored constraints	: 0
84.31/82.73	c root simplifications	: 0
84.31/82.73	c removed literals (reason simplification)	: 0
84.31/82.73	c reason swapping (by a shorter reason)	: 0
84.31/82.73	c Calls to reduceDB	: 54
84.31/82.73	c Number of update (reduction) of LBD	: 33377
84.31/82.73	c Imported unit clauses	: 0
84.31/82.73	c number of reductions to clauses (during analyze)	: 0
84.31/82.73	c number of learned constraints concerned by reduction	: 0
84.31/82.73	c number of learning phase by resolution	: 0
84.31/82.73	c number of learning phase by cutting planes	: 0
84.31/82.73	c speed (assignments/second)	: 212269.10963052697
84.31/82.73	c non guided choices	8434
84.31/82.73	c learnt constraints type 
84.31/82.73	s OPTIMUM FOUND
84.31/82.73	c Found 3 solution(s)
84.31/82.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 
84.31/82.73	c objective function=3
84.31/82.73	c Total wall clock time (in seconds): 82.633

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4106330-1466270534/watcher-4106330-1466270534 -o /tmp/evaluation-result-4106330-1466270534/solver-4106330-1466270534 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26685 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106330-1466270534.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.41 2.16 2.05 3/194 28153
/proc/meminfo: memFree=31489956/32872528 swapFree=163656/177964
[pid=28153] ppid=28150 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/28153/stat : 28153 (java) S 28150 28153 26669 0 -1 4202496 1299 0 0 0 0 0 0 0 20 0 2 0 29103366 96370688 931 33554432000 1073741824 1073778376 140734691347424 140734691338560 224925876285 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28153/statm: 23528 931 705 9 0 16769 0
[pid=28153/tid=28154] ppid=28150 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28154/stat : 28154 (java) R 28150 28153 26669 0 -1 4202560 105 0 0 0 0 0 0 0 20 0 2 0 29103367 98635776 961 33554432000 1073741824 1073778376 140734691347424 140067061653032 224913300733 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.41 2.16 2.05 3/194 28153
/proc/meminfo: memFree=31489956/32872528 swapFree=163656/177964
[pid=28153] ppid=28150 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/28153/stat : 28153 (java) S 28150 28153 26669 0 -1 4202496 4493 0 1 0 10 1 0 0 20 0 18 0 29103366 9787879424 6128 33554432000 1073741824 1073778376 140734691347424 140734691338560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28153/statm: 2389619 6128 2157 9 0 2380296 0
[pid=28153/tid=28154] ppid=28150 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/28153/task/28154/stat : 28154 (java) R 28150 28153 26669 0 -1 4202560 2381 0 1 0 6 1 0 0 20 0 18 0 29103367 9787879424 6129 33554432000 1073741824 1073778376 140734691347424 140067061657304 224925902093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200264 s]
/proc/loadavg: 2.41 2.16 2.05 3/194 28153
/proc/meminfo: memFree=31489956/32872528 swapFree=163656/177964
[pid=28153] ppid=28150 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/28153/stat : 28153 (java) S 28150 28153 26669 0 -1 4202496 5006 0 1 0 26 1 0 0 20 0 19 0 29103366 9856040960 7542 33554432000 1073741824 1073778376 140734691347424 140734691338560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28153/statm: 2406260 7542 2223 9 0 2396937 0
[pid=28153/tid=28154] ppid=28150 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/28153/task/28154/stat : 28154 (java) R 28150 28153 26669 0 -1 4202560 2411 0 1 0 16 1 0 0 20 0 19 0 29103367 9856040960 7542 33554432000 1073741824 1073778376 140734691347424 140067061658240 140066886331680 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.300242 s]
/proc/loadavg: 2.41 2.16 2.05 3/194 28153
/proc/meminfo: memFree=31489956/32872528 swapFree=163656/177964
[pid=28153] ppid=28150 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/28153/stat : 28153 (java) S 28150 28153 26669 0 -1 4202496 6043 0 1 0 51 2 0 0 20 0 19 0 29103366 9856040960 8127 33554432000 1073741824 1073778376 140734691347424 140734691338560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28153/statm: 2406260 8127 2244 9 0 2396937 0
[pid=28153/tid=28154] ppid=28150 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/28153/task/28154/stat : 28154 (java) R 28150 28153 26669 0 -1 4202560 2419 0 1 0 26 1 0 0 20 0 19 0 29103367 9856040960 8127 33554432000 1073741824 1073778376 140734691347424 140067061655816 140066886368509 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700263 s]
/proc/loadavg: 2.41 2.16 2.05 3/194 28153
/proc/meminfo: memFree=31489956/32872528 swapFree=163656/177964
[pid=28153] ppid=28150 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/28153/stat : 28153 (java) S 28150 28153 26669 0 -1 4202496 7530 0 1 0 103 2 0 0 20 0 19 0 29103366 9856040960 9280 33554432000 1073741824 1073778376 140734691347424 140734691338560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28153/statm: 2406260 9280 2254 9 0 2396937 0
[pid=28153/tid=28154] ppid=28150 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/28153/task/28154/stat : 28154 (java) R 28150 28153 26669 0 -1 4202560 2420 0 1 0 66 1 0 0 20 0 19 0 29103367 9856040960 9280 33554432000 1073741824 1073778376 140734691347424 140067061655816 140066886716512 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.41 2.16 2.05 3/213 28172
/proc/meminfo: memFree=31458764/32872528 swapFree=163656/177964
[pid=28153] ppid=28150 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/28153/stat : 28153 (java) S 28150 28153 26669 0 -1 4202496 8624 0 1 0 191 2 0 0 20 0 19 0 29103366 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140734691338560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28153/statm: 2406260 10918 2257 9 0 2396937 0
[pid=28153/tid=28154] ppid=28150 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/28153/task/28154/stat : 28154 (java) R 28150 28153 26669 0 -1 4202560 2424 0 1 0 146 2 0 0 20 0 19 0 29103367 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140067061655888 140066886752556 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28153/tid=28156] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28156/stat : 28156 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140067023149992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28157] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28157/stat : 28157 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140067022097448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28158] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28158/stat : 28158 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140067021044392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28159] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28159/stat : 28159 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140067019991848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28153/tid=28160] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28160/stat : 28160 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140067018938792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28161] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28161/stat : 28161 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140067017886248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28162] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28162/stat : 28162 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140067016833192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28153/tid=28163] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28163/stat : 28163 (java) S 28150 28153 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140067015780648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28164] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28164/stat : 28164 (java) S 28150 28153 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29103368 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140066885196648 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28165] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28165/stat : 28165 (java) S 28150 28153 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29103369 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140066884142968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28166] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28166/stat : 28166 (java) S 28150 28153 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29103369 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140066883089800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28167] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28167/stat : 28167 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140066882038544 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28168] ppid=28150 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/28153/task/28168/stat : 28168 (java) S 28150 28153 26669 0 -1 4202560 754 0 0 0 16 0 0 0 20 0 19 0 29103371 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140066880985400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28169] ppid=28150 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/28153/task/28169/stat : 28169 (java) S 28150 28153 26669 0 -1 4202560 4174 0 0 0 24 1 0 0 20 0 19 0 29103371 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140066879932856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28170] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28170/stat : 28170 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140066878879992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28171] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28171/stat : 28171 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140066877827656 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28172] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28172/stat : 28172 (java) S 28150 28153 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29103385 9856040960 10918 33554432000 1073741824 1073778376 140734691347424 140066876773928 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.41 2.16 2.05 3/213 28172
/proc/meminfo: memFree=31452596/32872528 swapFree=163656/177964
[pid=28153] ppid=28150 vsize=9625040 CPUtime=4.29 cores=0,2,4,6
/proc/28153/stat : 28153 (java) S 28150 28153 26669 0 -1 4202496 20345 0 1 0 423 6 0 0 20 0 19 0 29103366 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140734691338560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28153/statm: 2406260 18419 2257 9 0 2396937 0
[pid=28153/tid=28154] ppid=28150 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/28153/task/28154/stat : 28154 (java) R 28150 28153 26669 0 -1 4202560 2432 0 1 0 306 2 0 0 20 0 19 0 29103367 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140067061655984 140066886776466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28153/tid=28156] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28156/stat : 28156 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140067023149992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28157] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28157/stat : 28157 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140067022097448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28158] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28158/stat : 28158 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140067021044392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28159] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28159/stat : 28159 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140067019991848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28153/tid=28160] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28160/stat : 28160 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140067018938792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28161] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28161/stat : 28161 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140067017886248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28162] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28162/stat : 28162 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140067016833192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28153/tid=28163] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28163/stat : 28163 (java) S 28150 28153 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140067015780648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28164] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28164/stat : 28164 (java) S 28150 28153 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29103368 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140066885196648 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28165] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28165/stat : 28165 (java) S 28150 28153 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29103369 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140066884142968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28166] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28166/stat : 28166 (java) S 28150 28153 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29103369 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140066883089800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28167] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28167/stat : 28167 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140066882038544 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28168] ppid=28150 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/28153/task/28168/stat : 28168 (java) S 28150 28153 26669 0 -1 4202560 1476 0 0 0 22 0 0 0 20 0 19 0 29103371 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140066880985400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28169] ppid=28150 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/28153/task/28169/stat : 28169 (java) R 28150 28153 26669 0 -1 4202560 15165 0 0 0 90 5 0 0 20 0 19 0 29103371 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140066879920136 140067068633607 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28170] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28170/stat : 28170 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140066878879992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28171] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28171/stat : 28171 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140066877827656 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28172] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28172/stat : 28172 (java) S 28150 28153 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29103385 9856040960 18419 33554432000 1073741824 1073778376 140734691347424 140066876773928 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.37 2.16 2.05 3/213 28172
/proc/meminfo: memFree=31419564/32872528 swapFree=163656/177964
[pid=28153] ppid=28150 vsize=9625040 CPUtime=7.56 cores=0,2,4,6
/proc/28153/stat : 28153 (java) S 28150 28153 26669 0 -1 4202496 20876 0 1 0 750 6 0 0 20 0 19 0 29103366 9856040960 20947 33554432000 1073741824 1073778376 140734691347424 140734691338560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28153/statm: 2406260 20947 2258 9 0 2396937 0
[pid=28153/tid=28154] ppid=28150 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/28153/task/28154/stat : 28154 (java) R 28150 28153 26669 0 -1 4202560 2443 0 1 0 626 2 0 0 20 0 19 0 29103367 9856040960 20947 33554432000 1073741824 1073778376 140734691347424 140067061649072 140066886771905 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28153/tid=28156] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28156/stat : 28156 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 20947 33554432000 1073741824 1073778376 140734691347424 140067023149992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28157] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28157/stat : 28157 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 20947 33554432000 1073741824 1073778376 140734691347424 140067022097448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28158] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28158/stat : 28158 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 20947 33554432000 1073741824 1073778376 140734691347424 140067021044392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28159] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28159/stat : 28159 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 20947 33554432000 1073741824 1073778376 140734691347424 140067019991848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28153/tid=28160] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28160/stat : 28160 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 20947 33554432000 1073741824 1073778376 140734691347424 140067018938792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28161] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28161/stat : 28161 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 20947 33554432000 1073741824 1073778376 140734691347424 140067017886248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28162] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28162/stat : 28162 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 20947 33554432000 1073741824 1073778376 140734691347424 140067016833192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28153/tid=28163] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28163/stat : 28163 (java) S 28150 28153 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 20947 33554432000 1073741824 1073778376 140734691347424 140067015780648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28164] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28164/stat : 28164 (java) S 28150 28153 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29103368 9856040960 20947 33554432000 1073741824 1073778376 140734691347424 140066885196648 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28165] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28165/stat : 28165 (java) S 28150 28153 26669 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29103369 9856040960 20947 33554432000 1073741824 1073778376 140734691347424 140066884142968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28166] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28166/stat : 28166 (java) S 28150 28153 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29103369 9856040960 20947 33554432000 1073741824 1073778376 140734691347424 140066883089800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28167] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28167/stat : 28167 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 20947 33554432000 1073741824 1073778376 140734691347424 140066882038544 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28168] ppid=28150 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/28153/task/28168/stat : 28168 (java) S 28150 28153 26669 0 -1 4202560 1476 0 0 0 22 0 0 0 20 0 19 0 29103371 9856040960 20947 33554432000 1073741824 1073778376 140734691347424 140066880985400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28169] ppid=28150 vsize=9625040 CPUtime=1.03 cores=0,2,4,6

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

[pid=28153/tid=28158] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28158/stat : 28158 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067021044392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28159] ppid=28150 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/28153/task/28159/stat : 28159 (java) S 28150 28153 26669 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067019991848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28160] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28160/stat : 28160 (java) S 28150 28153 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067018938792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28161] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28161/stat : 28161 (java) S 28150 28153 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067017886248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28162] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28162/stat : 28162 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067016833192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28163] ppid=28150 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/28153/task/28163/stat : 28163 (java) S 28150 28153 26669 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067015780648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28164] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28164/stat : 28164 (java) S 28150 28153 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29103368 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066885196648 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28165] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28165/stat : 28165 (java) S 28150 28153 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29103369 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066884142968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28166] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28166/stat : 28166 (java) S 28150 28153 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29103369 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066883089800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28167] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28167/stat : 28167 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066882038544 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28168] ppid=28150 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/28153/task/28168/stat : 28168 (java) S 28150 28153 26669 0 -1 4202560 1476 0 0 0 26 0 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066880985400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28169] ppid=28150 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/28153/task/28169/stat : 28169 (java) S 28150 28153 26669 0 -1 4202560 15695 0 0 0 119 5 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066879932856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28170] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28170/stat : 28170 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066878879992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28171] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28171/stat : 28171 (java) S 28150 28153 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066877827656 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28172] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28172/stat : 28172 (java) S 28150 28153 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29103385 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066876773928 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 83.2
Current children cumulated vsize (KiB) 9625040

[startup+82.4008 s]
/proc/loadavg: 2.19 2.15 2.05 3/213 28173
/proc/meminfo: memFree=31273392/32872528 swapFree=163656/177964
[pid=28153] ppid=28150 vsize=9625040 CPUtime=84 cores=0,2,4,6
/proc/28153/stat : 28153 (java) S 28150 28153 26669 0 -1 4202496 21023 0 1 0 8388 12 0 0 20 0 19 0 29103366 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140734691338560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28153/statm: 2406260 50672 2271 9 0 2396937 0
[pid=28153/tid=28154] ppid=28150 vsize=9625040 CPUtime=82.35 cores=0,2,4,6
/proc/28153/task/28154/stat : 28154 (java) R 28150 28153 26669 0 -1 4202560 2497 0 1 0 8230 5 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067061649088 140066886776466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28153/tid=28156] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28156/stat : 28156 (java) S 28150 28153 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067023149992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28157] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28157/stat : 28157 (java) S 28150 28153 26669 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067022097448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28158] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28158/stat : 28158 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067021044392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28159] ppid=28150 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/28153/task/28159/stat : 28159 (java) S 28150 28153 26669 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067019991848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28160] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28160/stat : 28160 (java) S 28150 28153 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067018938792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28161] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28161/stat : 28161 (java) S 28150 28153 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067017886248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28162] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28162/stat : 28162 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067016833192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28163] ppid=28150 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/28153/task/28163/stat : 28163 (java) S 28150 28153 26669 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067015780648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28164] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28164/stat : 28164 (java) S 28150 28153 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29103368 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066885196648 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28165] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28165/stat : 28165 (java) S 28150 28153 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29103369 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066884142968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28166] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28166/stat : 28166 (java) S 28150 28153 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29103369 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066883089800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28167] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28167/stat : 28167 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066882038544 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28168] ppid=28150 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/28153/task/28168/stat : 28168 (java) S 28150 28153 26669 0 -1 4202560 1476 0 0 0 26 0 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066880985400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28169] ppid=28150 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/28153/task/28169/stat : 28169 (java) S 28150 28153 26669 0 -1 4202560 15695 0 0 0 119 5 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066879932856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28170] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28170/stat : 28170 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066878879992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28171] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28171/stat : 28171 (java) S 28150 28153 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066877827656 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28172] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28172/stat : 28172 (java) S 28150 28153 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29103385 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066876773928 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 84
Current children cumulated vsize (KiB) 9625040

[startup+82.6077 s]
/proc/loadavg: 2.19 2.15 2.05 3/213 28173
/proc/meminfo: memFree=31273268/32872528 swapFree=163656/177964
[pid=28153] ppid=28150 vsize=9625040 CPUtime=84.21 cores=0,2,4,6
/proc/28153/stat : 28153 (java) S 28150 28153 26669 0 -1 4202496 21023 0 1 0 8409 12 0 0 20 0 19 0 29103366 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140734691338560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28153/statm: 2406260 50672 2271 9 0 2396937 0
[pid=28153/tid=28154] ppid=28150 vsize=9625040 CPUtime=82.56 cores=0,2,4,6
/proc/28153/task/28154/stat : 28154 (java) R 28150 28153 26669 0 -1 4202560 2497 0 1 0 8251 5 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067061649088 140066886753070 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28153/tid=28156] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28156/stat : 28156 (java) S 28150 28153 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067023149992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28157] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28157/stat : 28157 (java) S 28150 28153 26669 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067022097448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28158] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28158/stat : 28158 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067021044392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28159] ppid=28150 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/28153/task/28159/stat : 28159 (java) S 28150 28153 26669 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067019991848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28160] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28160/stat : 28160 (java) S 28150 28153 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067018938792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28161] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28161/stat : 28161 (java) S 28150 28153 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067017886248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28162] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28162/stat : 28162 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067016833192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28163] ppid=28150 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/28153/task/28163/stat : 28163 (java) S 28150 28153 26669 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067015780648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28164] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28164/stat : 28164 (java) S 28150 28153 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29103368 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066885196648 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28165] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28165/stat : 28165 (java) S 28150 28153 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29103369 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066884142968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28166] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28166/stat : 28166 (java) S 28150 28153 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29103369 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066883089800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28167] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28167/stat : 28167 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066882038544 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28168] ppid=28150 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/28153/task/28168/stat : 28168 (java) S 28150 28153 26669 0 -1 4202560 1476 0 0 0 26 0 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066880985400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28169] ppid=28150 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/28153/task/28169/stat : 28169 (java) S 28150 28153 26669 0 -1 4202560 15695 0 0 0 119 5 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066879932856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28170] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28170/stat : 28170 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066878879992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28171] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28171/stat : 28171 (java) S 28150 28153 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066877827656 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28172] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28172/stat : 28172 (java) S 28150 28153 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29103385 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066876773928 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 84.21
Current children cumulated vsize (KiB) 9625040

[startup+82.7009 s]
/proc/loadavg: 2.19 2.15 2.05 3/213 28173
/proc/meminfo: memFree=31273268/32872528 swapFree=163656/177964
[pid=28153] ppid=28150 vsize=9625040 CPUtime=84.31 cores=0,2,4,6
/proc/28153/stat : 28153 (java) S 28150 28153 26669 0 -1 4202496 21024 0 1 0 8419 12 0 0 20 0 19 0 29103366 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140734691338560 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28153/statm: 2406260 50672 2271 9 0 2396937 0
[pid=28153/tid=28154] ppid=28150 vsize=9625040 CPUtime=82.65 cores=0,2,4,6
/proc/28153/task/28154/stat : 28154 (java) R 28150 28153 26669 0 -1 4202560 2497 0 1 0 8260 5 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067061649088 140066886881112 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28153/tid=28156] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28156/stat : 28156 (java) S 28150 28153 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067023149992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28157] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28157/stat : 28157 (java) S 28150 28153 26669 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067022097448 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28158] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28158/stat : 28158 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067021044392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28159] ppid=28150 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/28153/task/28159/stat : 28159 (java) S 28150 28153 26669 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067019991848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28160] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28160/stat : 28160 (java) S 28150 28153 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067018938792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28161] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28161/stat : 28161 (java) S 28150 28153 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067017886248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28162] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28162/stat : 28162 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067016833192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28163] ppid=28150 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/28153/task/28163/stat : 28163 (java) S 28150 28153 26669 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 29103367 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140067015780648 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28164] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28164/stat : 28164 (java) S 28150 28153 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29103368 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066885196648 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28165] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28165/stat : 28165 (java) S 28150 28153 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29103369 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066884142968 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28166] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28166/stat : 28166 (java) S 28150 28153 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29103369 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066883089800 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28167] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28167/stat : 28167 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066882038544 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28168] ppid=28150 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/28153/task/28168/stat : 28168 (java) S 28150 28153 26669 0 -1 4202560 1476 0 0 0 26 0 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066880985400 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28153/tid=28169] ppid=28150 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/28153/task/28169/stat : 28169 (java) S 28150 28153 26669 0 -1 4202560 15696 0 0 0 120 5 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066879932856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28170] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28170/stat : 28170 (java) S 28150 28153 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066878879992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28153/tid=28171] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28171/stat : 28171 (java) S 28150 28153 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29103371 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066877827656 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28153/tid=28172] ppid=28150 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28153/task/28172/stat : 28172 (java) S 28150 28153 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29103385 9856040960 50672 33554432000 1073741824 1073778376 140734691347424 140066876773928 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 84.31
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 82.7411
CPU time (s): 84.3812
CPU user time (s): 84.1992
CPU system time (s): 0.181972
CPU usage (%): 101.982
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.1992
system time used= 0.181972
maximum resident set size= 202748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21047
page faults= 1
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2085
involuntary context switches= 181

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.541917 second user time and 0.796878 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 19:22:14
IDJOB=4106330
IDBENCH=48020
IDSOLVER=2546
FILE ID=node105/4106330-1466270534
RUNJOBID= node105-1466265085-26685
PBS_JOBID= 19918230
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=89-P1=181-P2=233-P3=19-P4=167-P5=113-P6=191-P7=61-P8=59-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106330-1466270534/watcher-4106330-1466270534 -o /tmp/evaluation-result-4106330-1466270534/solver-4106330-1466270534 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26685 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106330-1466270534.opb

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

MD5SUM BENCH= a6d214cc283b484f5cca285d86c4d8bb
RANDOM SEED=746548306

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:        31490484 kB
Buffers:           88772 kB
Cached:           178356 kB
SwapCached:         1684 kB
Active:           273772 kB
Inactive:         185732 kB
Active(anon):     191676 kB
Inactive(anon):     2976 kB
Active(file):      82096 kB
Inactive(file):   182756 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:               652 kB
Writeback:             0 kB
AnonPages:        377672 kB
Mapped:            15272 kB
Shmem:                 0 kB
Slab:             605524 kB
SReclaimable:      48584 kB
SUnreclaim:       556940 kB
KernelStack:        1608 kB
PageTables:         4764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     866664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    161792 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-18 19:23:37