Trace number 4106399

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 344.72 343.391

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=211-P1=331-P2=199-P3=307-P4=457-P5=293-B.opb
MD5SUM55e3096e9013fd2f39f8572a635bf07d
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.112982
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 variables135
Total number of constraints11
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 constraints11
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4106399-1466270638.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.19	c ... done. Wall clock time 0.069s.
0.09/0.19	c declared #vars     135
0.09/0.19	c internal #vars     540
0.09/0.19	c #constraints  826
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 421
0.09/0.19	c 826 constraints processed.
0.09/0.19	c objective function length is 9 literals
0.84/0.63	c cleaning 2497 clauses out of 5001 with flag 10210/5001
1.45/1.14	c cleaning 4242 clauses out of 8504 with flag 22675/11001
2.14/1.87	c cleaning 5624 clauses out of 11261 with flag 37366/18000
3.15/2.84	c cleaning 6806 clauses out of 13638 with flag 54474/26001
4.17/3.90	c cleaning 7907 clauses out of 15833 with flag 74092/35002
5.02/4.65	c cleaning 8950 clauses out of 17925 with flag 95764/45001
5.72/5.36	c cleaning 9978 clauses out of 19975 with flag 118896/56001
7.13/6.75	c cleaning 10998 clauses out of 21998 with flag 143857/68002
7.32/6.97	c SATISFIABLE
7.32/6.97	c OPTIMIZING...
7.32/6.97	c Got one! Elapsed wall clock time (in seconds):6.853
7.32/6.97	o 259
7.72/7.35	c cleaning 10586 clauses out of 21185 with flag 10866/78187
8.13/7.78	c cleaning 8287 clauses out of 16599 with flag 24071/84187
8.63/8.27	c cleaning 7644 clauses out of 15313 with flag 39653/91188
9.24/8.85	c cleaning 7818 clauses out of 15668 with flag 58142/99187
9.94/9.51	c cleaning 8416 clauses out of 16850 with flag 79148/108187
10.74/10.31	c cleaning 9211 clauses out of 18435 with flag 103587/118188
11.63/11.28	c cleaning 10107 clauses out of 20223 with flag 131831/129187
12.64/12.25	c cleaning 11049 clauses out of 22117 with flag 157610/141188
13.43/13.03	c Got one! Elapsed wall clock time (in seconds):12.907
13.43/13.03	o 7
13.83/13.44	c cleaning 12046 clauses out of 24106 with flag 10809/154226
14.33/13.97	c cleaning 9025 clauses out of 18059 with flag 24094/160225
15.13/14.76	c cleaning 8012 clauses out of 16034 with flag 39842/167225
15.63/15.24	c cleaning 8001 clauses out of 16023 with flag 57231/175226
16.53/16.13	c Got one! Elapsed wall clock time (in seconds):16.013
16.53/16.13	o 3
17.04/16.68	c cleaning 10626 clauses out of 21264 with flag 11060/188468
17.43/17.05	c cleaning 8316 clauses out of 16637 with flag 23993/194467
17.83/17.46	c cleaning 7647 clauses out of 15322 with flag 38635/201468
18.43/18.01	c cleaning 7828 clauses out of 15675 with flag 56198/209468
19.03/18.69	c cleaning 8419 clauses out of 16846 with flag 75310/218467
20.14/19.73	c cleaning 9202 clauses out of 18427 with flag 97008/228467
20.94/20.50	c cleaning 10095 clauses out of 20226 with flag 120715/239468
21.74/21.35	c cleaning 11063 clauses out of 22131 with flag 147877/251468
22.74/22.36	c cleaning 12026 clauses out of 24067 with flag 178141/264467
24.04/23.67	c cleaning 13016 clauses out of 26042 with flag 210323/278468
25.63/25.21	c cleaning 14001 clauses out of 28026 with flag 244928/293468
26.94/26.58	c cleaning 15000 clauses out of 30025 with flag 281263/309468
29.14/28.74	c cleaning 16005 clauses out of 32024 with flag 322412/326467
31.46/31.00	c cleaning 17001 clauses out of 34020 with flag 363773/344468
33.96/33.55	c cleaning 17998 clauses out of 36018 with flag 407886/363467
36.06/35.60	c cleaning 18989 clauses out of 38020 with flag 453427/383467
38.35/37.80	c cleaning 20010 clauses out of 40032 with flag 505770/404468
40.77/39.98	c cleaning 21005 clauses out of 42022 with flag 559288/426468
43.67/42.83	c cleaning 22001 clauses out of 44018 with flag 615066/449469
46.38/45.52	c cleaning 22999 clauses out of 46015 with flag 676853/473467
48.98/48.18	c cleaning 24005 clauses out of 48017 with flag 735742/498468
51.88/51.01	c cleaning 24999 clauses out of 50012 with flag 793141/524468
56.18/55.37	c cleaning 26000 clauses out of 52012 with flag 860706/551467
60.08/59.28	c cleaning 26997 clauses out of 54014 with flag 925374/579469
64.57/63.63	c cleaning 27996 clauses out of 56015 with flag 991386/608467
70.78/69.87	c cleaning 29002 clauses out of 58020 with flag 1059905/638468
77.08/76.11	c cleaning 30002 clauses out of 60018 with flag 1135187/669468
82.70/81.70	c cleaning 30996 clauses out of 62016 with flag 1206782/701468
89.01/88.10	c cleaning 32000 clauses out of 64020 with flag 1281693/734468
94.10/93.17	c cleaning 33005 clauses out of 66019 with flag 1356588/768467
100.41/99.46	c cleaning 33989 clauses out of 68013 with flag 1434833/803467
108.41/107.45	c cleaning 35004 clauses out of 70024 with flag 1516231/839467
115.42/114.41	c cleaning 36002 clauses out of 72021 with flag 1599980/876468
121.71/120.78	c cleaning 37007 clauses out of 74019 with flag 1685642/914468
128.31/127.38	c cleaning 38003 clauses out of 76012 with flag 1771550/953468
133.70/132.72	c cleaning 38995 clauses out of 78009 with flag 1860178/993468
139.68/138.67	c cleaning 39997 clauses out of 80013 with flag 1947885/1034467
146.38/145.33	c cleaning 40997 clauses out of 82017 with flag 2036905/1076468
152.37/151.35	c cleaning 41996 clauses out of 84020 with flag 2133428/1119468
160.27/159.26	c cleaning 43007 clauses out of 86023 with flag 2235469/1163467
166.97/165.91	c cleaning 44002 clauses out of 88017 with flag 2345047/1208468
177.69/176.65	c cleaning 44993 clauses out of 90014 with flag 2448203/1254467
185.00/183.99	c cleaning 45998 clauses out of 92022 with flag 2552130/1301468
192.70/191.63	c cleaning 47004 clauses out of 94023 with flag 2660238/1349467
201.59/200.44	c cleaning 48006 clauses out of 96020 with flag 2770542/1398468
210.90/209.76	c cleaning 49001 clauses out of 98012 with flag 2879236/1448467
221.50/220.33	c cleaning 50002 clauses out of 100011 with flag 2990233/1499467
233.99/232.88	c cleaning 51000 clauses out of 102010 with flag 3104506/1551468
245.79/244.66	c cleaning 51997 clauses out of 104009 with flag 3223103/1604467
255.79/254.65	c cleaning 53001 clauses out of 106012 with flag 3339417/1658467
267.89/266.79	c cleaning 53999 clauses out of 108012 with flag 3459488/1713468
280.11/278.89	c cleaning 55001 clauses out of 110012 with flag 3588821/1769467
290.62/289.32	c cleaning 55998 clauses out of 112011 with flag 3711798/1826467
307.81/306.55	c cleaning 57000 clauses out of 114013 with flag 3837910/1884467
325.41/324.17	c cleaning 58007 clauses out of 116013 with flag 3964859/1943468
339.71/338.36	c cleaning 58995 clauses out of 118000 with flag 4092795/2003467
344.72/343.38	c starts		: 4331
344.72/343.38	c conflicts		: 2031613
344.72/343.38	c decisions		: 2315968
344.72/343.38	c propagations		: 42337297
344.72/343.38	c inspects		: 6639838260
344.72/343.38	c shortcuts		: 0
344.72/343.38	c learnt literals	: 20
344.72/343.38	c learnt binary clauses	: 56
344.72/343.38	c learnt ternary clauses	: 63
344.72/343.39	c learnt constraints	: 2031592
344.72/343.39	c ignored constraints	: 0
344.72/343.39	c root simplifications	: 0
344.72/343.39	c removed literals (reason simplification)	: 0
344.72/343.39	c reason swapping (by a shorter reason)	: 0
344.72/343.39	c Calls to reduceDB	: 76
344.72/343.39	c Number of update (reduction) of LBD	: 73336
344.72/343.39	c Imported unit clauses	: 0
344.72/343.39	c number of reductions to clauses (during analyze)	: 0
344.72/343.39	c number of learned constraints concerned by reduction	: 0
344.72/343.39	c number of learning phase by resolution	: 0
344.72/343.39	c number of learning phase by cutting planes	: 0
344.72/343.39	c speed (assignments/second)	: 123362.93863802584
344.72/343.39	c non guided choices	8034
344.72/343.39	c learnt constraints type 
344.72/343.39	s OPTIMUM FOUND
344.72/343.39	c Found 3 solution(s)
344.72/343.39	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 
344.72/343.39	c objective function=3
344.72/343.39	c Total wall clock time (in seconds): 343.266

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-4106399-1466270638/watcher-4106399-1466270638 -o /tmp/evaluation-result-4106399-1466270638/solver-4106399-1466270638 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19864 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106399-1466270638.opb 

pid=21352
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.31 2.23 2.19 3/194 21355
/proc/meminfo: memFree=30320880/32872528 swapFree=877056/942464
[pid=21355] ppid=21352 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/21355/stat : 21355 (java) R 21352 21355 19848 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 29112715 23793664 244 33554432000 1073741824 1073778376 140735116013136 140735116002200 213183937089 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21355/statm: 5809 256 200 9 0 128 0

[startup+0.100092 s]
/proc/loadavg: 2.31 2.23 2.19 3/194 21355
/proc/meminfo: memFree=30320880/32872528 swapFree=877056/942464
[pid=21355] ppid=21352 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/21355/stat : 21355 (java) S 21352 21355 19848 0 -1 4202496 4399 0 1 0 8 1 0 0 20 0 18 0 29112715 9787879424 6033 33554432000 1073741824 1073778376 140735116013136 140735116004272 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21355/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 2.31 2.23 2.19 3/194 21355
/proc/meminfo: memFree=30320880/32872528 swapFree=877056/942464
[pid=21355] ppid=21352 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/21355/stat : 21355 (java) S 21352 21355 19848 0 -1 4202496 4829 0 1 0 23 1 0 0 20 0 19 0 29112715 9856040960 7444 33554432000 1073741824 1073778376 140735116013136 140735116004272 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21355/statm: 2406260 7444 2220 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300251 s]
/proc/loadavg: 2.31 2.23 2.19 3/194 21355
/proc/meminfo: memFree=30320880/32872528 swapFree=877056/942464
[pid=21355] ppid=21352 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/21355/stat : 21355 (java) S 21352 21355 19848 0 -1 4202496 6891 0 1 0 47 2 0 0 20 0 19 0 29112715 9856040960 8388 33554432000 1073741824 1073778376 140735116013136 140735116004272 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21355/statm: 2406260 8388 2243 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700198 s]
/proc/loadavg: 2.31 2.23 2.19 3/194 21355
/proc/meminfo: memFree=30320880/32872528 swapFree=877056/942464
[pid=21355] ppid=21352 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/21355/stat : 21355 (java) S 21352 21355 19848 0 -1 4202496 7211 0 1 0 96 2 0 0 20 0 19 0 29112715 9856040960 8910 33554432000 1073741824 1073778376 140735116013136 140735116004272 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21355/statm: 2406260 8910 2252 9 0 2396937 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.29 2.22 2.19 3/213 21374
/proc/meminfo: memFree=30290672/32872528 swapFree=877056/942464
[pid=21355] ppid=21352 vsize=9625040 CPUtime=1.84 cores=0,2,4,6
/proc/21355/stat : 21355 (java) S 21352 21355 19848 0 -1 4202496 8155 0 1 0 182 2 0 0 20 0 19 0 29112715 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140735116004272 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21355/statm: 2406260 9991 2256 9 0 2396937 0
[pid=21355/tid=21357] ppid=21352 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/21355/task/21357/stat : 21357 (java) R 21352 21355 19848 0 -1 4202560 2431 0 1 0 145 1 0 0 20 0 19 0 29112716 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140268636361048 140268481805234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21355/tid=21358] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21358/stat : 21358 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140268608813736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21359] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21359/stat : 21359 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140268607761192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21360] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21360/stat : 21360 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140268606708648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21355/tid=21361] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21361/stat : 21361 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140268605656104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21355/tid=21362] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21362/stat : 21362 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140268604602536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21363] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21363/stat : 21363 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140268603549992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21355/tid=21364] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21364/stat : 21364 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140268602497448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21365] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21365/stat : 21365 (java) S 21352 21355 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140268601444904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21366] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21366/stat : 21366 (java) S 21352 21355 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29112718 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140267990526568 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21367] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21367/stat : 21367 (java) S 21352 21355 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29112719 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140267989472888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21368] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21368/stat : 21368 (java) S 21352 21355 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29112719 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140267988420232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21369] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21369/stat : 21369 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112721 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140267987368976 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21370] ppid=21352 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/21355/task/21370/stat : 21370 (java) S 21352 21355 19848 0 -1 4202560 2689 0 0 0 19 0 0 0 20 0 19 0 29112721 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140267986315320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21371] ppid=21352 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/21355/task/21371/stat : 21371 (java) S 21352 21355 19848 0 -1 4202560 1763 0 0 0 15 0 0 0 20 0 19 0 29112721 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140267985262776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21372] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21372/stat : 21372 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112721 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140267984210424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21373] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21373/stat : 21373 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112721 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140267983158088 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21374] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21374/stat : 21374 (java) S 21352 21355 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29112734 9856040960 9991 33554432000 1073741824 1073778376 140735116013136 140267982103848 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.29 2.22 2.19 3/213 21374
/proc/meminfo: memFree=30284280/32872528 swapFree=877056/942464
[pid=21355] ppid=21352 vsize=9625040 CPUtime=3.47 cores=0,2,4,6
/proc/21355/stat : 21355 (java) S 21352 21355 19848 0 -1 4202496 8222 0 1 0 345 2 0 0 20 0 19 0 29112715 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140735116004272 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21355/statm: 2406260 11534 2256 9 0 2396937 0
[pid=21355/tid=21357] ppid=21352 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/21355/task/21357/stat : 21357 (java) R 21352 21355 19848 0 -1 4202560 2434 0 1 0 305 1 0 0 20 0 19 0 29112716 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140268636352208 140268481742149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21355/tid=21358] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21358/stat : 21358 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140268608813736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21359] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21359/stat : 21359 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140268607761192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21360] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21360/stat : 21360 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140268606708648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21355/tid=21361] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21361/stat : 21361 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140268605656104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21355/tid=21362] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21362/stat : 21362 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140268604602536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21363] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21363/stat : 21363 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140268603549992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21355/tid=21364] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21364/stat : 21364 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140268602497448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21365] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21365/stat : 21365 (java) S 21352 21355 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140268601444904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21366] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21366/stat : 21366 (java) S 21352 21355 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29112718 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140267990526568 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21367] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21367/stat : 21367 (java) S 21352 21355 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29112719 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140267989472888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21368] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21368/stat : 21368 (java) S 21352 21355 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29112719 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140267988420232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21369] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21369/stat : 21369 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112721 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140267987368976 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21370] ppid=21352 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/21355/task/21370/stat : 21370 (java) S 21352 21355 19848 0 -1 4202560 2694 0 0 0 19 0 0 0 20 0 19 0 29112721 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140267986315320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21371] ppid=21352 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/21355/task/21371/stat : 21371 (java) S 21352 21355 19848 0 -1 4202560 1822 0 0 0 18 0 0 0 20 0 19 0 29112721 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140267985262776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21372] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21372/stat : 21372 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112721 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140267984210424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21373] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21373/stat : 21373 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112721 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140267983158088 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21374] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21374/stat : 21374 (java) S 21352 21355 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29112734 9856040960 11534 33554432000 1073741824 1073778376 140735116013136 140267982103848 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9625040

[startup+6.30072 s]
/proc/loadavg: 2.29 2.22 2.19 4/213 21374
/proc/meminfo: memFree=30268216/32872528 swapFree=877056/942464
[pid=21355] ppid=21352 vsize=9625040 CPUtime=6.72 cores=0,2,4,6
/proc/21355/stat : 21355 (java) S 21352 21355 19848 0 -1 4202496 9303 0 1 0 670 2 0 0 20 0 19 0 29112715 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140735116004272 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21355/statm: 2406260 15537 2258 9 0 2396937 0
[pid=21355/tid=21357] ppid=21352 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/21355/task/21357/stat : 21357 (java) R 21352 21355 19848 0 -1 4202560 2443 0 1 0 624 1 0 0 20 0 19 0 29112716 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140268636352192 140268481805234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21355/tid=21358] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21358/stat : 21358 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140268608813736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21359] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21359/stat : 21359 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140268607761192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21360] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21360/stat : 21360 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140268606708648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21355/tid=21361] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21361/stat : 21361 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140268605656104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21355/tid=21362] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21362/stat : 21362 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140268604602536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21363] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21363/stat : 21363 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140268603549992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21355/tid=21364] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21364/stat : 21364 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140268602497448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21365] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21365/stat : 21365 (java) S 21352 21355 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29112717 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140268601444904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21366] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21366/stat : 21366 (java) S 21352 21355 19848 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29112718 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140267990526568 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21367] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21367/stat : 21367 (java) S 21352 21355 19848 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29112719 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140267989472888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21368] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21368/stat : 21368 (java) S 21352 21355 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29112719 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140267988420232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21369] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21369/stat : 21369 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112721 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140267987368976 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21370] ppid=21352 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/21355/task/21370/stat : 21370 (java) S 21352 21355 19848 0 -1 4202560 2694 0 0 0 19 0 0 0 20 0 19 0 29112721 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140267986315320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21371] ppid=21352 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/21355/task/21371/stat : 21371 (java) S 21352 21355 19848 0 -1 4202560 2893 0 0 0 23 0 0 0 20 0 19 0 29112721 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140267985262776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21372] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21372/stat : 21372 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112721 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140267984210424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21373] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21373/stat : 21373 (java) S 21352 21355 19848 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29112721 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140267983158088 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21374] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21374/stat : 21374 (java) S 21352 21355 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29112734 9856040960 15537 33554432000 1073741824 1073778376 140735116013136 140267982103848 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

[pid=21355/tid=21367] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21367/stat : 21367 (java) S 21352 21355 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29112719 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267989472888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21368] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21368/stat : 21368 (java) S 21352 21355 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29112719 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267988420232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21355/tid=21369] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21369/stat : 21369 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267987368976 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21370] ppid=21352 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21355/task/21370/stat : 21370 (java) S 21352 21355 19848 0 -1 4202560 2712 0 0 0 22 0 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267986315320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21371] ppid=21352 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/21355/task/21371/stat : 21371 (java) S 21352 21355 19848 0 -1 4202560 13966 0 0 0 84 2 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267985262776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21372] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21372/stat : 21372 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267984210424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21373] ppid=21352 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/21355/task/21373/stat : 21373 (java) S 21352 21355 19848 0 -1 4202560 20 0 0 0 1 5 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267983158088 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21355/tid=21374] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21374/stat : 21374 (java) S 21352 21355 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29112734 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267982103848 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 343.81
Current children cumulated vsize (KiB) 9625040

[startup+342.801 s]
/proc/loadavg: 2.22 2.24 2.19 3/213 21510
/proc/meminfo: memFree=30316352/32872528 swapFree=877056/942464
[pid=21355] ppid=21352 vsize=9625040 CPUtime=344.21 cores=0,2,4,6
/proc/21355/stat : 21355 (java) S 21352 21355 19848 0 -1 4202496 21300 0 1 0 34400 21 0 0 20 0 19 0 29112715 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140735116004272 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21355/statm: 2406260 68099 2272 9 0 2396937 0
[pid=21355/tid=21357] ppid=21352 vsize=9625040 CPUtime=341.75 cores=0,2,4,6
/proc/21355/task/21357/stat : 21357 (java) R 21352 21355 19848 0 -1 4202560 2504 0 1 0 34167 8 0 0 20 0 19 0 29112716 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268636352208 140268481805220 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21358] ppid=21352 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21355/task/21358/stat : 21358 (java) S 21352 21355 19848 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268608813736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21359] ppid=21352 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/21355/task/21359/stat : 21359 (java) S 21352 21355 19848 0 -1 4202560 43 0 0 0 3 3 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268607761192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21360] ppid=21352 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21355/task/21360/stat : 21360 (java) S 21352 21355 19848 0 -1 4202560 37 0 0 0 2 1 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268606708648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21361] ppid=21352 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21355/task/21361/stat : 21361 (java) S 21352 21355 19848 0 -1 4202560 38 0 0 0 3 1 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268605656104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21362] ppid=21352 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/21355/task/21362/stat : 21362 (java) S 21352 21355 19848 0 -1 4202560 198 0 0 0 5 2 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268604602536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21355/tid=21363] ppid=21352 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21355/task/21363/stat : 21363 (java) S 21352 21355 19848 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268603549992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21364] ppid=21352 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21355/task/21364/stat : 21364 (java) S 21352 21355 19848 0 -1 4202560 182 0 0 0 2 2 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268602497448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21365] ppid=21352 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21355/task/21365/stat : 21365 (java) S 21352 21355 19848 0 -1 4202560 219 0 0 0 3 1 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268601444904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21366] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21366/stat : 21366 (java) S 21352 21355 19848 0 -1 4202560 63 0 0 0 0 0 0 0 20 0 19 0 29112718 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267990526568 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21355/tid=21367] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21367/stat : 21367 (java) S 21352 21355 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29112719 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267989472888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21368] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21368/stat : 21368 (java) S 21352 21355 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29112719 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267988420232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21355/tid=21369] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21369/stat : 21369 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267987368976 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21370] ppid=21352 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21355/task/21370/stat : 21370 (java) S 21352 21355 19848 0 -1 4202560 2712 0 0 0 22 0 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267986315320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21371] ppid=21352 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/21355/task/21371/stat : 21371 (java) S 21352 21355 19848 0 -1 4202560 13966 0 0 0 84 2 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267985262776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21372] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21372/stat : 21372 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267984210424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21373] ppid=21352 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/21355/task/21373/stat : 21373 (java) S 21352 21355 19848 0 -1 4202560 20 0 0 0 1 5 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267983158088 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21355/tid=21374] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21374/stat : 21374 (java) S 21352 21355 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29112734 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267982103848 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 344.21
Current children cumulated vsize (KiB) 9625040

[startup+343.201 s]
/proc/loadavg: 2.22 2.24 2.19 3/213 21510
/proc/meminfo: memFree=30316352/32872528 swapFree=877056/942464
[pid=21355] ppid=21352 vsize=9625040 CPUtime=344.62 cores=0,2,4,6
/proc/21355/stat : 21355 (java) S 21352 21355 19848 0 -1 4202496 21300 0 1 0 34441 21 0 0 20 0 19 0 29112715 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140735116004272 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21355/statm: 2406260 68099 2272 9 0 2396937 0
[pid=21355/tid=21357] ppid=21352 vsize=9625040 CPUtime=342.15 cores=0,2,4,6
/proc/21355/task/21357/stat : 21357 (java) R 21352 21355 19848 0 -1 4202560 2504 0 1 0 34207 8 0 0 20 0 19 0 29112716 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268636352208 140268481795788 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21358] ppid=21352 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21355/task/21358/stat : 21358 (java) S 21352 21355 19848 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268608813736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21359] ppid=21352 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/21355/task/21359/stat : 21359 (java) S 21352 21355 19848 0 -1 4202560 43 0 0 0 3 3 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268607761192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21360] ppid=21352 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21355/task/21360/stat : 21360 (java) S 21352 21355 19848 0 -1 4202560 37 0 0 0 2 1 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268606708648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21361] ppid=21352 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21355/task/21361/stat : 21361 (java) S 21352 21355 19848 0 -1 4202560 38 0 0 0 3 1 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268605656104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21362] ppid=21352 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/21355/task/21362/stat : 21362 (java) S 21352 21355 19848 0 -1 4202560 198 0 0 0 5 2 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268604602536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21355/tid=21363] ppid=21352 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21355/task/21363/stat : 21363 (java) S 21352 21355 19848 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268603549992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21364] ppid=21352 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21355/task/21364/stat : 21364 (java) S 21352 21355 19848 0 -1 4202560 182 0 0 0 2 2 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268602497448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21365] ppid=21352 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21355/task/21365/stat : 21365 (java) S 21352 21355 19848 0 -1 4202560 219 0 0 0 3 1 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268601444904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21366] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21366/stat : 21366 (java) S 21352 21355 19848 0 -1 4202560 63 0 0 0 0 0 0 0 20 0 19 0 29112718 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267990526568 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21355/tid=21367] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21367/stat : 21367 (java) S 21352 21355 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29112719 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267989472888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21368] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21368/stat : 21368 (java) S 21352 21355 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29112719 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267988420232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21355/tid=21369] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21369/stat : 21369 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267987368976 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21370] ppid=21352 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21355/task/21370/stat : 21370 (java) S 21352 21355 19848 0 -1 4202560 2712 0 0 0 22 0 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267986315320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21371] ppid=21352 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/21355/task/21371/stat : 21371 (java) S 21352 21355 19848 0 -1 4202560 13966 0 0 0 84 2 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267985262776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21372] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21372/stat : 21372 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267984210424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21373] ppid=21352 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/21355/task/21373/stat : 21373 (java) S 21352 21355 19848 0 -1 4202560 20 0 0 0 1 5 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267983158088 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21355/tid=21374] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21374/stat : 21374 (java) S 21352 21355 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29112734 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267982103848 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 344.62
Current children cumulated vsize (KiB) 9625040

[startup+343.308 s]
/proc/loadavg: 2.22 2.24 2.19 3/213 21510
/proc/meminfo: memFree=30316352/32872528 swapFree=877056/942464
[pid=21355] ppid=21352 vsize=9625040 CPUtime=344.72 cores=0,2,4,6
/proc/21355/stat : 21355 (java) S 21352 21355 19848 0 -1 4202496 21300 0 1 0 34451 21 0 0 20 0 19 0 29112715 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140735116004272 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21355/statm: 2406260 68099 2272 9 0 2396937 0
[pid=21355/tid=21357] ppid=21352 vsize=9625040 CPUtime=342.25 cores=0,2,4,6
/proc/21355/task/21357/stat : 21357 (java) R 21352 21355 19848 0 -1 4202560 2504 0 1 0 34217 8 0 0 20 0 19 0 29112716 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268636352208 140268481796707 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21358] ppid=21352 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21355/task/21358/stat : 21358 (java) S 21352 21355 19848 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268608813736 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21359] ppid=21352 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/21355/task/21359/stat : 21359 (java) S 21352 21355 19848 0 -1 4202560 43 0 0 0 3 3 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268607761192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21360] ppid=21352 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21355/task/21360/stat : 21360 (java) S 21352 21355 19848 0 -1 4202560 37 0 0 0 2 1 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268606708648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21361] ppid=21352 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21355/task/21361/stat : 21361 (java) S 21352 21355 19848 0 -1 4202560 38 0 0 0 3 1 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268605656104 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21362] ppid=21352 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/21355/task/21362/stat : 21362 (java) S 21352 21355 19848 0 -1 4202560 198 0 0 0 5 2 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268604602536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21355/tid=21363] ppid=21352 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/21355/task/21363/stat : 21363 (java) S 21352 21355 19848 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268603549992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21364] ppid=21352 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21355/task/21364/stat : 21364 (java) S 21352 21355 19848 0 -1 4202560 182 0 0 0 2 2 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268602497448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21365] ppid=21352 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21355/task/21365/stat : 21365 (java) S 21352 21355 19848 0 -1 4202560 219 0 0 0 3 1 0 0 20 0 19 0 29112717 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140268601444904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21366] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21366/stat : 21366 (java) S 21352 21355 19848 0 -1 4202560 63 0 0 0 0 0 0 0 20 0 19 0 29112718 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267990526568 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21355/tid=21367] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21367/stat : 21367 (java) S 21352 21355 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29112719 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267989472888 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21368] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21368/stat : 21368 (java) S 21352 21355 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29112719 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267988420232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21355/tid=21369] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21369/stat : 21369 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267987368976 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21370] ppid=21352 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21355/task/21370/stat : 21370 (java) S 21352 21355 19848 0 -1 4202560 2712 0 0 0 22 0 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267986315320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21355/tid=21371] ppid=21352 vsize=9625040 CPUtime=0.86 cores=0,2,4,6
/proc/21355/task/21371/stat : 21371 (java) S 21352 21355 19848 0 -1 4202560 13966 0 0 0 84 2 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267985262776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21372] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21372/stat : 21372 (java) S 21352 21355 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267984210424 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21355/tid=21373] ppid=21352 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/21355/task/21373/stat : 21373 (java) S 21352 21355 19848 0 -1 4202560 20 0 0 0 1 5 0 0 20 0 19 0 29112721 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267983158088 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21355/tid=21374] ppid=21352 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21355/task/21374/stat : 21374 (java) S 21352 21355 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29112734 9856040960 68099 33554432000 1073741824 1073778376 140735116013136 140267982103848 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 344.72
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21355 and gives
#  childrusage.ru_utime.tv_sec=343
#  childrusage.ru_utime.tv_usec=668754
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=371943
# CPU time returned by wait4() is 344.041
# while last known CPU time is 344.72
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 343.391
CPU time (s): 344.72
CPU user time (s): 344.51
CPU system time (s): 0.21
CPU usage (%): 100.387
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 343.669
system time used= 0.371943
maximum resident set size= 274380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21321
page faults= 1
swaps= 0
block input operations= 0
block output operations= 336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7654
involuntary context switches= 921

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.84072 second user time and 2.48962 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 19:23:58
IDJOB=4106399
IDBENCH=48045
IDSOLVER=2546
FILE ID=node113/4106399-1466270638
RUNJOBID= node113-1466265808-19864
PBS_JOBID= 19918235
Free space on /tmp= 71704 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=9-P0=211-P1=331-P2=199-P3=307-P4=457-P5=293-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106399-1466270638/watcher-4106399-1466270638 -o /tmp/evaluation-result-4106399-1466270638/solver-4106399-1466270638 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19864 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106399-1466270638.opb

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

MD5SUM BENCH= 55e3096e9013fd2f39f8572a635bf07d
RANDOM SEED=1380858173

node113.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30321244 kB
Buffers:          112340 kB
Cached:           282336 kB
SwapCached:         1896 kB
Active:           555376 kB
Inactive:         308780 kB
Active(anon):     469700 kB
Inactive(anon):     2024 kB
Active(file):      85676 kB
Inactive(file):   306756 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:               452 kB
Writeback:             0 kB
AnonPages:       1517472 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             606180 kB
SReclaimable:      49912 kB
SUnreclaim:       556268 kB
KernelStack:        1760 kB
PageTables:         6924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1698284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    602112 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= 71704 MiB
End job on node113 at 2016-06-18 19:29:41