Trace number 4106099

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 82.7 81.3067

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=149-P1=163-P2=41-P3=157-P4=223-P5=67-P6=191-P7=17-P8=37-B.opb
MD5SUM870560ebbd959d9c8bd54c4fcdba3455
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.130979
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4106099-1466270015.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
0.24/0.20	c ... done. Wall clock time 0.083s.
0.24/0.20	c declared #vars     192
0.24/0.20	c internal #vars     704
0.24/0.20	c #constraints  1049
0.24/0.20	c constraints type 
0.24/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.24/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
0.24/0.20	c 1049 constraints processed.
0.24/0.20	c objective function length is 8 literals
0.78/0.59	c cleaning 2497 clauses out of 5001 with flag 10401/5001
1.26/0.99	c cleaning 4246 clauses out of 8504 with flag 24393/11001
1.73/1.34	c cleaning 5608 clauses out of 11257 with flag 39721/18000
2.28/1.82	c cleaning 6820 clauses out of 13649 with flag 57852/26000
3.32/2.53	c cleaning 7914 clauses out of 15830 with flag 78807/35001
4.18/3.05	c cleaning 8953 clauses out of 17916 with flag 101502/45001
4.28/3.20	c SATISFIABLE
4.28/3.20	c OPTIMIZING...
4.28/3.20	c Got one! Elapsed wall clock time (in seconds):3.079
4.28/3.20	o 219
4.50/3.32	c cleaning 7190 clauses out of 14417 with flag 7376/50455
4.69/3.57	c cleaning 6603 clauses out of 13228 with flag 19907/56456
4.79/3.66	c Got one! Elapsed wall clock time (in seconds):3.545
4.79/3.66	o 195
4.89/3.79	c cleaning 6249 clauses out of 12529 with flag 6834/62360
5.39/4.21	c cleaning 6128 clauses out of 12280 with flag 20752/68360
5.88/4.64	c cleaning 6567 clauses out of 13153 with flag 36012/75362
6.38/5.14	c cleaning 7286 clauses out of 14584 with flag 56304/83360
6.79/5.56	c Got one! Elapsed wall clock time (in seconds):5.443
6.79/5.56	o 3
7.28/6.08	c cleaning 10513 clauses out of 21025 with flag 10280/97087
7.80/6.57	c cleaning 8250 clauses out of 16512 with flag 23070/103087
8.10/6.87	c cleaning 7626 clauses out of 15263 with flag 39063/110088
8.50/7.25	c cleaning 7816 clauses out of 15635 with flag 56023/118086
9.01/7.80	c cleaning 8393 clauses out of 16820 with flag 78888/127087
9.70/8.47	c cleaning 9199 clauses out of 18427 with flag 101882/137087
10.30/9.01	c cleaning 10112 clauses out of 20228 with flag 126929/148087
11.00/9.76	c cleaning 11050 clauses out of 22116 with flag 154300/160087
11.90/10.60	c cleaning 12022 clauses out of 24067 with flag 184203/173088
12.80/11.57	c cleaning 13008 clauses out of 26043 with flag 215110/187086
13.70/12.49	c cleaning 14017 clauses out of 28035 with flag 249051/202086
14.81/13.55	c cleaning 15002 clauses out of 30018 with flag 284668/218086
16.01/14.72	c cleaning 15997 clauses out of 32016 with flag 322292/235086
17.20/15.92	c cleaning 17002 clauses out of 34018 with flag 362224/253086
18.71/17.43	c cleaning 18000 clauses out of 36017 with flag 405145/272087
20.71/19.43	c cleaning 19004 clauses out of 38017 with flag 452036/292087
22.31/21.08	c cleaning 20002 clauses out of 40013 with flag 501985/313087
24.80/23.57	c cleaning 20988 clauses out of 42010 with flag 552653/335086
27.40/26.16	c cleaning 21989 clauses out of 44022 with flag 604635/358086
29.51/28.27	c cleaning 23015 clauses out of 46033 with flag 658886/382086
31.13/29.89	c cleaning 23992 clauses out of 48018 with flag 715252/407087
33.74/32.49	c cleaning 25010 clauses out of 50025 with flag 772306/433086
36.44/35.18	c cleaning 25996 clauses out of 52016 with flag 832933/460087
39.14/37.81	c cleaning 26997 clauses out of 54019 with flag 894050/488086
41.74/40.41	c cleaning 28002 clauses out of 56021 with flag 956530/517086
44.54/43.20	c cleaning 28996 clauses out of 58020 with flag 1022266/547087
47.44/46.13	c cleaning 30000 clauses out of 60024 with flag 1090463/578087
50.64/49.34	c cleaning 31006 clauses out of 62023 with flag 1162137/610087
53.85/52.57	c cleaning 31996 clauses out of 64016 with flag 1237229/643087
57.45/56.12	c cleaning 33006 clauses out of 66019 with flag 1311952/677086
61.25/59.99	c cleaning 33999 clauses out of 68014 with flag 1389611/712087
65.65/64.36	c cleaning 35001 clauses out of 70014 with flag 1468256/748086
70.25/68.96	c cleaning 35998 clauses out of 72013 with flag 1550113/785086
75.17/73.89	c cleaning 37006 clauses out of 74015 with flag 1636875/823086
82.39/81.02	c cleaning 38002 clauses out of 76006 with flag 1721086/862087
82.59/81.30	c starts		: 1686
82.59/81.30	c conflicts		: 865522
82.59/81.30	c decisions		: 984861
82.59/81.30	c propagations		: 16517453
82.59/81.30	c inspects		: 1405191305
82.59/81.30	c shortcuts		: 0
82.59/81.30	c learnt literals	: 20
82.59/81.30	c learnt binary clauses	: 30
82.59/81.30	c learnt ternary clauses	: 49
82.59/81.30	c learnt constraints	: 865501
82.59/81.30	c ignored constraints	: 0
82.59/81.30	c root simplifications	: 0
82.59/81.30	c removed literals (reason simplification)	: 0
82.59/81.30	c reason swapping (by a shorter reason)	: 0
82.59/81.30	c Calls to reduceDB	: 47
82.59/81.30	c Number of update (reduction) of LBD	: 32979
82.59/81.30	c Imported unit clauses	: 0
82.59/81.30	c number of reductions to clauses (during analyze)	: 0
82.59/81.30	c number of learned constraints concerned by reduction	: 0
82.59/81.30	c number of learning phase by resolution	: 0
82.59/81.30	c number of learning phase by cutting planes	: 0
82.59/81.30	c speed (assignments/second)	: 203685.31192581356
82.59/81.30	c non guided choices	7097
82.59/81.30	c learnt constraints type 
82.59/81.30	s OPTIMUM FOUND
82.59/81.30	c Found 3 solution(s)
82.70/81.30	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 
82.70/81.30	c objective function=3
82.70/81.30	c Total wall clock time (in seconds): 81.182

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-4106099-1466270015/watcher-4106099-1466270015 -o /tmp/evaluation-result-4106099-1466270015/solver-4106099-1466270015 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24566 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106099-1466270015.opb 

pid=25705
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.00 2.02 2.00 3/194 25708
/proc/meminfo: memFree=31332988/32872528 swapFree=338416/354768
[pid=25708] ppid=25705 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25708/stat : 25708 (java) S 25705 25708 24550 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 29048273 98570240 978 33554432000 1073741824 1073778376 140735484428144 140735484419280 242170757181 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25708/statm: 24065 978 744 9 0 16771 0
[pid=25708/tid=25709] ppid=25705 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25709/stat : 25709 (java) R 25705 25708 24550 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 29048273 98570240 978 33554432000 1073741824 1073778376 140735484428144 139947094249000 242167399808 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100122 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 25708
/proc/meminfo: memFree=31332988/32872528 swapFree=338416/354768
[pid=25708] ppid=25705 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/25708/stat : 25708 (java) S 25705 25708 24550 0 -1 4202496 4387 0 1 0 9 1 0 0 20 0 18 0 29048273 9787879424 6016 33554432000 1073741824 1073778376 140735484428144 140735484419280 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25708/statm: 2389619 6016 2125 9 0 2380296 0
[pid=25708/tid=25709] ppid=25705 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/25708/task/25709/stat : 25709 (java) R 25705 25708 24550 0 -1 4202560 2373 0 1 0 6 1 0 0 20 0 18 0 29048273 9787879424 6016 33554432000 1073741824 1073778376 140735484428144 139947094252448 139947096987605 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200346 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 25708
/proc/meminfo: memFree=31332988/32872528 swapFree=338416/354768
[pid=25708] ppid=25705 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/25708/stat : 25708 (java) S 25705 25708 24550 0 -1 4202496 4676 0 1 0 23 1 0 0 20 0 18 0 29048273 9787879424 6759 33554432000 1073741824 1073778376 140735484428144 140735484419280 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25708/statm: 2389619 6759 2203 9 0 2380296 0
[pid=25708/tid=25709] ppid=25705 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/25708/task/25709/stat : 25709 (java) R 25705 25708 24550 0 -1 4202560 2394 0 1 0 16 1 0 0 20 0 18 0 29048273 9787879424 6759 33554432000 1073741824 1073778376 140735484428144 139947094246408 139946962737449 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300346 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 25708
/proc/meminfo: memFree=31332988/32872528 swapFree=338416/354768
[pid=25708] ppid=25705 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/25708/stat : 25708 (java) S 25705 25708 24550 0 -1 4202496 6097 0 1 0 49 2 0 0 20 0 19 0 29048273 9856040960 8107 33554432000 1073741824 1073778376 140735484428144 140735484419280 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25708/statm: 2406260 8107 2243 9 0 2396937 0
[pid=25708/tid=25709] ppid=25705 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/25708/task/25709/stat : 25709 (java) R 25705 25708 24550 0 -1 4202560 2409 0 1 0 26 1 0 0 20 0 19 0 29048273 9856040960 8107 33554432000 1073741824 1073778376 140735484428144 139947094254208 139946963152751 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700251 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 25708
/proc/meminfo: memFree=31332988/32872528 swapFree=338416/354768
[pid=25708] ppid=25705 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/25708/stat : 25708 (java) S 25705 25708 24550 0 -1 4202496 6477 0 1 0 99 2 0 0 20 0 19 0 29048273 9856040960 8631 33554432000 1073741824 1073778376 140735484428144 140735484419280 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25708/statm: 2406260 8631 2253 9 0 2396937 0
[pid=25708/tid=25709] ppid=25705 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/25708/task/25709/stat : 25709 (java) R 25705 25708 24550 0 -1 4202560 2410 0 1 0 66 1 0 0 20 0 19 0 29048273 9856040960 8631 33554432000 1073741824 1073778376 140735484428144 139947094254208 139946962838224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.00 2.02 2.00 4/213 25727
/proc/meminfo: memFree=31294696/32872528 swapFree=338416/354768
[pid=25708] ppid=25705 vsize=9625040 CPUtime=1.94 cores=0,2,4,6
/proc/25708/stat : 25708 (java) S 25705 25708 24550 0 -1 4202496 8866 0 1 0 192 2 0 0 20 0 19 0 29048273 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 140735484419280 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25708/statm: 2406260 10633 2257 9 0 2396937 0
[pid=25708/tid=25709] ppid=25705 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/25708/task/25709/stat : 25709 (java) R 25705 25708 24550 0 -1 4202560 2414 0 1 0 146 1 0 0 20 0 19 0 29048273 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 139947094254040 139946963210054 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25711] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25711/stat : 25711 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 139947083315752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25712] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25712/stat : 25712 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 139947082262952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25713] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25713/stat : 25713 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 139947081210152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25708/tid=25714] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25714/stat : 25714 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 139946935138472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25715] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25715/stat : 25715 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 139946934086696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25716] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25716/stat : 25716 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 139946933033896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25717] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25717/stat : 25717 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 139946931981096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25718] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25718/stat : 25718 (java) S 25705 25708 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 139946930928296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25719] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25719/stat : 25719 (java) S 25705 25708 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29048275 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 139946918517224 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25720] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25720/stat : 25720 (java) S 25705 25708 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29048276 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 139946917463288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25721] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25721/stat : 25721 (java) S 25705 25708 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29048276 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 139946916410376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25722] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25722/stat : 25722 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048278 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 139946915358864 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25723] ppid=25705 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/25708/task/25723/stat : 25723 (java) S 25705 25708 24550 0 -1 4202560 1373 0 0 0 15 0 0 0 20 0 19 0 29048278 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 139946914307000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25724] ppid=25705 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/25708/task/25724/stat : 25724 (java) S 25705 25708 24550 0 -1 4202560 3806 0 0 0 28 0 0 0 20 0 19 0 29048278 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 139946913254200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25725] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25725/stat : 25725 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048278 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 139946912201592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25726] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25726/stat : 25726 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048278 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 139946911149000 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25727] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25727/stat : 25727 (java) S 25705 25708 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29048293 9856040960 10633 33554432000 1073741824 1073778376 140735484428144 139946910045352 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 25727
/proc/meminfo: memFree=31266908/32872528 swapFree=338416/354768
[pid=25708] ppid=25705 vsize=9625040 CPUtime=4.28 cores=0,2,4,6
/proc/25708/stat : 25708 (java) S 25705 25708 24550 0 -1 4202496 17003 0 1 0 424 4 0 0 20 0 19 0 29048273 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 140735484419280 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25708/statm: 2406260 17260 2257 9 0 2396937 0
[pid=25708/tid=25709] ppid=25705 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/25708/task/25709/stat : 25709 (java) R 25705 25708 24550 0 -1 4202560 2419 0 1 0 306 1 0 0 20 0 19 0 29048273 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 139947094254104 139946963162630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25711] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25711/stat : 25711 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 139947083315752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25712] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25712/stat : 25712 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 139947082262952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25713] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25713/stat : 25713 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 139947081210152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25708/tid=25714] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25714/stat : 25714 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 139946935138472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25715] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25715/stat : 25715 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 139946934086696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25716] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25716/stat : 25716 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 139946933033896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25717] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25717/stat : 25717 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 139946931981096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25718] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25718/stat : 25718 (java) S 25705 25708 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 139946930928296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25719] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25719/stat : 25719 (java) S 25705 25708 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29048275 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 139946918517224 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25720] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25720/stat : 25720 (java) S 25705 25708 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29048276 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 139946917463288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25721] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25721/stat : 25721 (java) S 25705 25708 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29048276 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 139946916410376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25722] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25722/stat : 25722 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048278 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 139946915358864 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25723] ppid=25705 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/25708/task/25723/stat : 25723 (java) S 25705 25708 24550 0 -1 4202560 1935 0 0 0 21 0 0 0 20 0 19 0 29048278 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 139946914307000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25724] ppid=25705 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/25708/task/25724/stat : 25724 (java) S 25705 25708 24550 0 -1 4202560 11376 0 0 0 94 2 0 0 20 0 19 0 29048278 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 139946913254200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25725] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25725/stat : 25725 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048278 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 139946912201592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25726] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25726/stat : 25726 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048278 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 139946911149000 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25727] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25727/stat : 25727 (java) S 25705 25708 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29048293 9856040960 17260 33554432000 1073741824 1073778376 140735484428144 139946910045352 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 25792
/proc/meminfo: memFree=31283436/32872528 swapFree=338416/354768
[pid=25708] ppid=25705 vsize=9625040 CPUtime=7.58 cores=0,2,4,6
/proc/25708/stat : 25708 (java) S 25705 25708 24550 0 -1 4202496 18119 0 1 0 753 5 0 0 20 0 19 0 29048273 9856040960 20640 33554432000 1073741824 1073778376 140735484428144 140735484419280 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25708/statm: 2406260 20640 2258 9 0 2396937 0
[pid=25708/tid=25709] ppid=25705 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/25708/task/25709/stat : 25709 (java) R 25705 25708 24550 0 -1 4202560 2431 0 1 0 625 2 0 0 20 0 19 0 29048273 9856040960 20640 33554432000 1073741824 1073778376 140735484428144 139947094252088 139946963224961 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25711] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25711/stat : 25711 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 20640 33554432000 1073741824 1073778376 140735484428144 139947083315752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25712] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25712/stat : 25712 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 20640 33554432000 1073741824 1073778376 140735484428144 139947082262952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25713] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25713/stat : 25713 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 20640 33554432000 1073741824 1073778376 140735484428144 139947081210152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25708/tid=25714] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25714/stat : 25714 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 20640 33554432000 1073741824 1073778376 140735484428144 139946935138472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25715] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25715/stat : 25715 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 20640 33554432000 1073741824 1073778376 140735484428144 139946934086696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25716] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25716/stat : 25716 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 20640 33554432000 1073741824 1073778376 140735484428144 139946933033896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25717] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25717/stat : 25717 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 20640 33554432000 1073741824 1073778376 140735484428144 139946931981096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25718] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25718/stat : 25718 (java) S 25705 25708 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 20640 33554432000 1073741824 1073778376 140735484428144 139946930928296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25719] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25719/stat : 25719 (java) S 25705 25708 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29048275 9856040960 20640 33554432000 1073741824 1073778376 140735484428144 139946918517224 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25720] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25720/stat : 25720 (java) S 25705 25708 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29048276 9856040960 20640 33554432000 1073741824 1073778376 140735484428144 139946917463288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25721] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25721/stat : 25721 (java) S 25705 25708 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29048276 9856040960 20640 33554432000 1073741824 1073778376 140735484428144 139946916410376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25722] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25722/stat : 25722 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048278 9856040960 20640 33554432000 1073741824 1073778376 140735484428144 139946915358864 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25723] ppid=25705 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/25708/task/25723/stat : 25723 (java) S 25705 25708 24550 0 -1 4202560 3038 0 0 0 28 0 0 0 20 0 19 0 29048278 9856040960 20640 33554432000 1073741824 1073778376 140735484428144 139946914307000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25724] ppid=25705 vsize=9625040 CPUtime=0.97 cores=0,2,4,6

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

[pid=25708/tid=25719] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25719/stat : 25719 (java) S 25705 25708 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29048275 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946918517224 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25720] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25720/stat : 25720 (java) S 25705 25708 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29048276 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946917463288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25721] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25721/stat : 25721 (java) S 25705 25708 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29048276 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946916410376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25722] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25722/stat : 25722 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048278 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946915358864 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25723] ppid=25705 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/25708/task/25723/stat : 25723 (java) S 25705 25708 24550 0 -1 4202560 3040 0 0 0 32 0 0 0 20 0 19 0 29048278 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946914307000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25724] ppid=25705 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/25708/task/25724/stat : 25724 (java) S 25705 25708 24550 0 -1 4202560 11376 0 0 0 95 2 0 0 20 0 19 0 29048278 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946913254200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25725] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25725/stat : 25725 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048278 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946912201592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25726] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25726/stat : 25726 (java) S 25705 25708 24550 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29048278 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946911149000 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25727] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25727/stat : 25727 (java) S 25705 25708 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29048293 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946910045352 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 81.39
Current children cumulated vsize (KiB) 9625040

[startup+80.8008 s]
/proc/loadavg: 2.17 2.07 2.02 3/213 26118
/proc/meminfo: memFree=31016096/32872528 swapFree=338416/354768
[pid=25708] ppid=25705 vsize=9625040 CPUtime=82.19 cores=0,2,4,6
/proc/25708/stat : 25708 (java) S 25705 25708 24550 0 -1 4202496 18241 0 1 0 8208 11 0 0 20 0 19 0 29048273 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 140735484419280 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25708/statm: 2406260 50868 2271 9 0 2396937 0
[pid=25708/tid=25709] ppid=25705 vsize=9625040 CPUtime=80.75 cores=0,2,4,6
/proc/25708/task/25709/stat : 25709 (java) R 25705 25708 24550 0 -1 4202560 2483 0 1 0 8069 6 0 0 20 0 19 0 29048273 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139947094252768 139946963250914 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25711] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25711/stat : 25711 (java) S 25705 25708 24550 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139947083315752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25712] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25712/stat : 25712 (java) S 25705 25708 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139947082262952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25713] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25713/stat : 25713 (java) S 25705 25708 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139947081210152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25708/tid=25714] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25714/stat : 25714 (java) S 25705 25708 24550 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946935138472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25715] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25715/stat : 25715 (java) S 25705 25708 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946934086696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25716] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25716/stat : 25716 (java) S 25705 25708 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946933033896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25717] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25717/stat : 25717 (java) S 25705 25708 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946931981096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25718] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25718/stat : 25718 (java) S 25705 25708 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946930928296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25708/tid=25719] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25719/stat : 25719 (java) S 25705 25708 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29048275 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946918517224 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25720] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25720/stat : 25720 (java) S 25705 25708 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29048276 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946917463288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25721] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25721/stat : 25721 (java) S 25705 25708 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29048276 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946916410376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25722] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25722/stat : 25722 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048278 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946915358864 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25723] ppid=25705 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/25708/task/25723/stat : 25723 (java) S 25705 25708 24550 0 -1 4202560 3040 0 0 0 32 0 0 0 20 0 19 0 29048278 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946914307000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25724] ppid=25705 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/25708/task/25724/stat : 25724 (java) S 25705 25708 24550 0 -1 4202560 11376 0 0 0 95 2 0 0 20 0 19 0 29048278 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946913254200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25725] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25725/stat : 25725 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048278 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946912201592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25726] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25726/stat : 25726 (java) S 25705 25708 24550 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29048278 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946911149000 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25727] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25727/stat : 25727 (java) S 25705 25708 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29048293 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946910045352 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 82.19
Current children cumulated vsize (KiB) 9625040

[startup+81.2008 s]
/proc/loadavg: 2.17 2.07 2.02 3/213 26118
/proc/meminfo: memFree=31016096/32872528 swapFree=338416/354768
[pid=25708] ppid=25705 vsize=9625040 CPUtime=82.59 cores=0,2,4,6
/proc/25708/stat : 25708 (java) S 25705 25708 24550 0 -1 4202496 18241 0 1 0 8248 11 0 0 20 0 19 0 29048273 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 140735484419280 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25708/statm: 2406260 50868 2271 9 0 2396937 0
[pid=25708/tid=25709] ppid=25705 vsize=9625040 CPUtime=81.15 cores=0,2,4,6
/proc/25708/task/25709/stat : 25709 (java) R 25705 25708 24550 0 -1 4202560 2483 0 1 0 8109 6 0 0 20 0 19 0 29048273 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139947094252768 139946963209586 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25711] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25711/stat : 25711 (java) S 25705 25708 24550 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139947083315752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25712] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25712/stat : 25712 (java) S 25705 25708 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139947082262952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25713] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25713/stat : 25713 (java) S 25705 25708 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139947081210152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25708/tid=25714] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25714/stat : 25714 (java) S 25705 25708 24550 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946935138472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25715] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25715/stat : 25715 (java) S 25705 25708 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946934086696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25716] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25716/stat : 25716 (java) S 25705 25708 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946933033896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25717] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25717/stat : 25717 (java) S 25705 25708 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946931981096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25718] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25718/stat : 25718 (java) S 25705 25708 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29048274 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946930928296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25708/tid=25719] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25719/stat : 25719 (java) S 25705 25708 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29048275 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946918517224 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25720] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25720/stat : 25720 (java) S 25705 25708 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29048276 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946917463288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25721] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25721/stat : 25721 (java) S 25705 25708 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29048276 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946916410376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25722] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25722/stat : 25722 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048278 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946915358864 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25723] ppid=25705 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/25708/task/25723/stat : 25723 (java) S 25705 25708 24550 0 -1 4202560 3040 0 0 0 32 0 0 0 20 0 19 0 29048278 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946914307000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25724] ppid=25705 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/25708/task/25724/stat : 25724 (java) S 25705 25708 24550 0 -1 4202560 11376 0 0 0 95 2 0 0 20 0 19 0 29048278 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946913254200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25725] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25725/stat : 25725 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048278 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946912201592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25726] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25726/stat : 25726 (java) S 25705 25708 24550 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29048278 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946911149000 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25727] ppid=25705 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25727/stat : 25727 (java) S 25705 25708 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29048293 9856040960 50868 33554432000 1073741824 1073778376 140735484428144 139946910045352 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 82.59
Current children cumulated vsize (KiB) 9625040

[startup+81.3007 s]
/proc/loadavg: 2.17 2.07 2.02 3/213 26118
/proc/meminfo: memFree=31016096/32872528 swapFree=338416/354768
[pid=25708] ppid=25705 vsize=9691604 CPUtime=82.7 cores=0,2,4,6
/proc/25708/stat : 25708 (java) S 25705 25708 24550 0 -1 4202496 18252 0 1 0 8259 11 0 0 20 0 19 0 29048273 9924202496 50877 33554432000 1073741824 1073778376 140735484428144 140735484419280 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25708/statm: 2422901 50877 2272 9 0 2413578 0
[pid=25708/tid=25709] ppid=25705 vsize=9691604 CPUtime=81.25 cores=0,2,4,6
/proc/25708/task/25709/stat : 25709 (java) S 25705 25708 24550 0 -1 4202560 2485 0 1 0 8119 6 0 0 20 0 19 0 29048273 9924202496 50877 33554432000 1073741824 1073778376 140735484428144 139947094254296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25711] ppid=25705 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25711/stat : 25711 (java) S 25705 25708 24550 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 29048274 9924202496 50877 33554432000 1073741824 1073778376 140735484428144 139947083315752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25712] ppid=25705 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25712/stat : 25712 (java) S 25705 25708 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29048274 9924202496 50877 33554432000 1073741824 1073778376 140735484428144 139947082262952 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25713] ppid=25705 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25713/stat : 25713 (java) S 25705 25708 24550 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29048274 9924202496 50877 33554432000 1073741824 1073778376 140735484428144 139947081210152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25708/tid=25714] ppid=25705 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25714/stat : 25714 (java) S 25705 25708 24550 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29048274 9924202496 50877 33554432000 1073741824 1073778376 140735484428144 139946935138472 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25715] ppid=25705 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25715/stat : 25715 (java) S 25705 25708 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29048274 9924202496 50877 33554432000 1073741824 1073778376 140735484428144 139946934086696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25716] ppid=25705 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25716/stat : 25716 (java) S 25705 25708 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29048274 9924202496 50877 33554432000 1073741824 1073778376 140735484428144 139946933033896 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25708/tid=25717] ppid=25705 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25717/stat : 25717 (java) S 25705 25708 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29048274 9924202496 50877 33554432000 1073741824 1073778376 140735484428144 139946931981096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25718] ppid=25705 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25718/stat : 25718 (java) S 25705 25708 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29048274 9924202496 50877 33554432000 1073741824 1073778376 140735484428144 139946930928296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25708/tid=25719] ppid=25705 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25719/stat : 25719 (java) S 25705 25708 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29048275 9924202496 50877 33554432000 1073741824 1073778376 140735484428144 139946918517224 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25720] ppid=25705 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25720/stat : 25720 (java) S 25705 25708 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29048276 9924202496 50877 33554432000 1073741824 1073778376 140735484428144 139946917463288 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25721] ppid=25705 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25721/stat : 25721 (java) S 25705 25708 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29048276 9924202496 50877 33554432000 1073741824 1073778376 140735484428144 139946916410376 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25722] ppid=25705 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25722/stat : 25722 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048278 9924202496 50877 33554432000 1073741824 1073778376 140735484428144 139946915358864 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25723] ppid=25705 vsize=9691604 CPUtime=0.32 cores=0,2,4,6
/proc/25708/task/25723/stat : 25723 (java) S 25705 25708 24550 0 -1 4202560 3040 0 0 0 32 0 0 0 20 0 19 0 29048278 9924202496 50877 33554432000 1073741824 1073778376 140735484428144 139946914307000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25708/tid=25724] ppid=25705 vsize=9691604 CPUtime=0.97 cores=0,2,4,6
/proc/25708/task/25724/stat : 25724 (java) S 25705 25708 24550 0 -1 4202560 11376 0 0 0 95 2 0 0 20 0 19 0 29048278 9924202496 50877 33554432000 1073741824 1073778376 140735484428144 139946913254200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25725] ppid=25705 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25725/stat : 25725 (java) S 25705 25708 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29048278 9924202496 50877 33554432000 1073741824 1073778376 140735484428144 139946912201592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25708/tid=25726] ppid=25705 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/25708/task/25726/stat : 25726 (java) S 25705 25708 24550 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29048278 9924202496 50877 33554432000 1073741824 1073778376 140735484428144 139946911149000 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 82.7
Current children cumulated vsize (KiB) 9691604

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25708 and gives
#  childrusage.ru_utime.tv_sec=82
#  childrusage.ru_utime.tv_usec=529453
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=161975
# CPU time returned by wait4() is 82.6914
# while last known CPU time is 82.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 81.3067
CPU time (s): 82.7
CPU user time (s): 82.59
CPU system time (s): 0.11
CPU usage (%): 101.714
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.5295
system time used= 0.161975
maximum resident set size= 203528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18263
page faults= 1
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2050
involuntary context switches= 339

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.486925 second user time and 0.440932 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 19:13:35
IDJOB=4106099
IDBENCH=47931
IDSOLVER=2546
FILE ID=node126/4106099-1466270015
RUNJOBID= node126-1466264639-24566
PBS_JOBID= 19918224
Free space on /tmp= 71740 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=149-P1=163-P2=41-P3=157-P4=223-P5=67-P6=191-P7=17-P8=37-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106099-1466270015/watcher-4106099-1466270015 -o /tmp/evaluation-result-4106099-1466270015/solver-4106099-1466270015 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24566 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106099-1466270015.opb

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

MD5SUM BENCH= 870560ebbd959d9c8bd54c4fcdba3455
RANDOM SEED=1429587317

node126.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.121
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	: 5332.24
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.121
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.121
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.121
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.121
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.121
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.121
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.121
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31333996 kB
Buffers:          136732 kB
Cached:           247420 kB
SwapCached:         1736 kB
Active:           132720 kB
Inactive:         306624 kB
Active(anon):      56012 kB
Inactive(anon):     1796 kB
Active(file):      76708 kB
Inactive(file):   304828 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:              1900 kB
Writeback:             0 kB
AnonPages:        415680 kB
Mapped:            16784 kB
Shmem:                 0 kB
Slab:             606840 kB
SReclaimable:      49652 kB
SUnreclaim:       557188 kB
KernelStack:        1568 kB
PageTables:         4940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1043456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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 node126 at 2016-06-18 19:14:57