Trace number 4088851

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 107.139 105.502

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
SUMINEQ/normalized-sumineqArity5houseP064.opb
MD5SUMf9a8328240c2fa06bb8596fb12243504
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark10.4814
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20795
Total number of constraints4160
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)65
Number of constraints which are nor clauses,nor cardinality constraints4095
Minimum length of a constraint5
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 20
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4088851-1466013919.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.68/0.40	c ... done. Wall clock time 0.289s.
0.68/0.40	c declared #vars     20795
0.68/0.40	c #constraints  4160
0.68/0.40	c constraints type 
0.68/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4160
0.68/0.40	c 4160 constraints processed.
1.31/0.71	c cleaning 2501 clauses out of 5001 with flag 13265/5001
1.61/0.81	c cleaning 4246 clauses out of 8499 with flag 31106/11000
1.81/0.90	c cleaning 5618 clauses out of 11253 with flag 52168/18000
1.91/1.01	c cleaning 6817 clauses out of 13638 with flag 81622/26003
2.03/1.12	c cleaning 7898 clauses out of 15818 with flag 106509/35000
2.14/1.26	c cleaning 8958 clauses out of 17922 with flag 138103/45002
2.23/1.39	c cleaning 9966 clauses out of 19964 with flag 173297/56002
2.43/1.54	c cleaning 10936 clauses out of 21997 with flag 211871/68001
2.63/1.72	c cleaning 12028 clauses out of 24060 with flag 255956/81000
2.83/1.91	c cleaning 12998 clauses out of 26032 with flag 302859/95000
3.03/2.11	c cleaning 13993 clauses out of 28035 with flag 354245/110001
3.23/2.33	c cleaning 15011 clauses out of 30042 with flag 401526/126001
3.43/2.57	c cleaning 16000 clauses out of 32031 with flag 453563/143001
3.73/2.83	c cleaning 16971 clauses out of 34030 with flag 512407/161000
4.03/3.11	c cleaning 18014 clauses out of 36060 with flag 574415/180001
4.33/3.43	c cleaning 19017 clauses out of 38045 with flag 637967/200000
4.63/3.71	c cleaning 19999 clauses out of 40028 with flag 696596/221000
4.93/4.02	c cleaning 20999 clauses out of 42031 with flag 762960/243002
5.23/4.36	c cleaning 22002 clauses out of 44033 with flag 829381/266003
5.63/4.75	c cleaning 22990 clauses out of 46028 with flag 910947/290000
6.04/5.12	c cleaning 23946 clauses out of 48038 with flag 986908/315000
6.33/5.48	c cleaning 24948 clauses out of 50093 with flag 1069247/341001
6.83/5.90	c cleaning 26065 clauses out of 52144 with flag 1153277/368000
7.23/6.32	c cleaning 27020 clauses out of 54080 with flag 1234361/396001
7.64/6.77	c cleaning 28016 clauses out of 56061 with flag 1317682/425002
8.13/7.23	c cleaning 28997 clauses out of 58043 with flag 1407596/455000
8.64/7.76	c cleaning 30009 clauses out of 60046 with flag 1500028/486000
9.23/8.37	c cleaning 31011 clauses out of 62037 with flag 1593163/518000
9.84/8.95	c cleaning 32010 clauses out of 64026 with flag 1693261/551000
10.43/9.53	c cleaning 32988 clauses out of 66016 with flag 1791639/585000
11.03/10.13	c cleaning 33975 clauses out of 68028 with flag 1903202/620000
11.70/10.71	c cleaning 35014 clauses out of 70053 with flag 2014667/656000
12.30/11.32	c cleaning 36010 clauses out of 72039 with flag 2142582/693000
12.90/11.99	c cleaning 37005 clauses out of 74029 with flag 2261689/731000
13.60/12.68	c cleaning 38001 clauses out of 76026 with flag 2380443/770002
14.31/13.35	c cleaning 38990 clauses out of 78023 with flag 2499848/810000
15.00/14.04	c cleaning 39997 clauses out of 80033 with flag 2623536/851000
15.70/14.78	c cleaning 41012 clauses out of 82037 with flag 2750619/893001
16.51/15.58	c cleaning 41995 clauses out of 84024 with flag 2890574/936000
17.30/16.38	c cleaning 43007 clauses out of 86029 with flag 3026126/980000
18.20/17.20	c cleaning 44001 clauses out of 88022 with flag 3165479/1025000
18.90/17.98	c cleaning 44982 clauses out of 90024 with flag 3313884/1071003
19.81/18.86	c cleaning 46013 clauses out of 92042 with flag 3462809/1118003
20.70/19.75	c cleaning 47001 clauses out of 94026 with flag 3615636/1166000
21.60/20.63	c cleaning 48005 clauses out of 96026 with flag 3767465/1215001
22.50/21.51	c cleaning 49005 clauses out of 98020 with flag 3925164/1265000
23.30/22.36	c cleaning 49987 clauses out of 100016 with flag 4080651/1316001
24.21/23.25	c cleaning 50977 clauses out of 102029 with flag 4247694/1368001
25.21/24.29	c cleaning 51990 clauses out of 104051 with flag 4411017/1421000
26.31/25.34	c cleaning 52999 clauses out of 106063 with flag 4584438/1475002
27.30/26.39	c cleaning 54005 clauses out of 108063 with flag 4762670/1530001
28.40/27.50	c cleaning 55018 clauses out of 110059 with flag 4936664/1586002
29.50/28.60	c cleaning 55976 clauses out of 112039 with flag 5118149/1643000
30.71/29.78	c cleaning 57027 clauses out of 114063 with flag 5300775/1701000
32.00/30.96	c cleaning 58009 clauses out of 116037 with flag 5477572/1760001
33.10/32.06	c cleaning 59002 clauses out of 118027 with flag 5656822/1820000
34.29/33.23	c cleaning 59999 clauses out of 120025 with flag 5841569/1881000
35.69/34.66	c cleaning 60795 clauses out of 122027 with flag 6025071/1943001
37.09/36.03	c cleaning 61520 clauses out of 124231 with flag 6216596/2006000
38.29/37.24	c cleaning 62359 clauses out of 126712 with flag 6410665/2070001
39.60/38.56	c cleaning 63307 clauses out of 129352 with flag 6605489/2135000
41.09/40.02	c cleaning 64270 clauses out of 132045 with flag 6807069/2201000
42.29/41.24	c cleaning 65433 clauses out of 134776 with flag 7009154/2268001
43.71/42.63	c cleaning 66495 clauses out of 137343 with flag 7218656/2336001
45.31/44.28	c cleaning 67053 clauses out of 139847 with flag 7431879/2405000
46.91/45.83	c cleaning 68268 clauses out of 142796 with flag 7647408/2475002
48.81/47.74	c cleaning 69246 clauses out of 145526 with flag 7866889/2546000
50.31/49.27	c cleaning 70414 clauses out of 148280 with flag 8087601/2618000
51.82/50.71	c cleaning 71075 clauses out of 150869 with flag 8300236/2691003
53.32/52.25	c cleaning 72306 clauses out of 153791 with flag 8542003/2765000
54.92/53.88	c cleaning 73185 clauses out of 156486 with flag 8760605/2840001
56.86/55.61	c cleaning 74484 clauses out of 159301 with flag 8992863/2916001
58.57/57.32	c cleaning 75105 clauses out of 161817 with flag 9214256/2993001
60.06/58.82	c cleaning 75855 clauses out of 164711 with flag 9450495/3071000
61.66/60.46	c cleaning 77064 clauses out of 167857 with flag 9687993/3150001
63.46/62.21	c cleaning 78187 clauses out of 170792 with flag 9928515/3230000
65.17/63.91	c cleaning 79182 clauses out of 173606 with flag 10173724/3311001
66.86/65.67	c cleaning 79757 clauses out of 176424 with flag 10417813/3393001
68.86/67.62	c cleaning 81076 clauses out of 179666 with flag 10662010/3476000
70.76/69.56	c cleaning 81982 clauses out of 182590 with flag 10916063/3560000
72.46/71.29	c cleaning 82954 clauses out of 185609 with flag 11173578/3645001
74.66/73.42	c cleaning 84450 clauses out of 188654 with flag 11436570/3731000
76.56/75.37	c cleaning 84873 clauses out of 191204 with flag 11712579/3818000
78.46/77.23	c cleaning 86300 clauses out of 194331 with flag 11979086/3906000
80.66/79.48	c cleaning 87097 clauses out of 197032 with flag 12249686/3995001
83.20/81.79	c cleaning 87794 clauses out of 199934 with flag 12515325/4085000
85.60/84.14	c cleaning 88809 clauses out of 203140 with flag 12784327/4176000
87.79/86.31	c cleaning 89954 clauses out of 206332 with flag 13067814/4268001
90.30/88.86	c cleaning 91087 clauses out of 209377 with flag 13345296/4361000
92.40/90.97	c cleaning 91942 clauses out of 212292 with flag 13631697/4455002
94.80/93.37	c cleaning 92989 clauses out of 215348 with flag 13916075/4550000
97.20/95.75	c cleaning 93911 clauses out of 218361 with flag 14209490/4646002
99.80/98.35	c cleaning 94771 clauses out of 221448 with flag 14499100/4743000
102.00/100.52	c cleaning 95656 clauses out of 224677 with flag 14796042/4841000
104.60/103.15	c cleaning 96593 clauses out of 228022 with flag 15094845/4940001
106.70/105.29	c cleaning 97348 clauses out of 231429 with flag 15394888/5040001
106.90/105.46	c starts		: 3358
106.90/105.46	c conflicts		: 5050548
106.90/105.46	c decisions		: 53152985
106.90/105.46	c propagations		: 82215510
106.90/105.46	c inspects		: 1065099346
106.90/105.46	c shortcuts		: 0
106.90/105.46	c learnt literals	: 7
106.90/105.46	c learnt binary clauses	: 7
106.90/105.46	c learnt ternary clauses	: 22493
106.90/105.46	c learnt constraints	: 5050540
106.90/105.46	c ignored constraints	: 0
106.90/105.46	c root simplifications	: 0
106.90/105.46	c removed literals (reason simplification)	: 0
106.90/105.46	c reason swapping (by a shorter reason)	: 0
106.90/105.46	c Calls to reduceDB	: 96
106.90/105.46	c Number of update (reduction) of LBD	: 923224
106.90/105.46	c Imported unit clauses	: 0
106.90/105.46	c number of reductions to clauses (during analyze)	: 0
106.90/105.46	c number of learned constraints concerned by reduction	: 0
106.90/105.46	c number of learning phase by resolution	: 0
106.90/105.46	c number of learning phase by cutting planes	: 0
106.90/105.46	c speed (assignments/second)	: 782661.9766578451
106.90/105.46	c non guided choices	44699706
106.90/105.49	c learnt constraints type 
106.90/105.49	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 7
106.90/105.49	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 144613
106.90/105.49	s UNSATISFIABLE
106.90/105.49	c Total wall clock time (in seconds): 105.381

Verifier Data

ERROR: no interpretation found !

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-4088851-1466013919/watcher-4088851-1466013919 -o /tmp/evaluation-result-4088851-1466013919/solver-4088851-1466013919 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5945 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4088851-1466013919.opb 

pid=6838
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: 1.99 2.11 2.06 4/194 6841
/proc/meminfo: memFree=30446472/32872528 swapFree=1243664/1390832
[pid=6841] ppid=6838 vsize=20596 CPUtime=0 cores=0,2,4,6
/proc/6841/stat : 6841 (java) R 6838 6841 5929 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 3440562 21090304 185 33554432000 1073741824 1073778376 140737305160272 140737305149336 272877317930 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6841/statm: 5149 189 145 9 0 128 0

[startup+0.100114 s]
/proc/loadavg: 1.99 2.11 2.06 4/194 6841
/proc/meminfo: memFree=30446472/32872528 swapFree=1243664/1390832
[pid=6841] ppid=6838 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5929 0 -1 4202496 4419 0 1 0 8 1 0 0 20 0 18 0 3440562 9787879424 6043 33554432000 1073741824 1073778376 140737305160272 140737305151408 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6841/statm: 2389619 6043 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 1.99 2.11 2.06 4/194 6841
/proc/meminfo: memFree=30446472/32872528 swapFree=1243664/1390832
[pid=6841] ppid=6838 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5929 0 -1 4202496 4971 0 1 0 26 2 0 0 20 0 18 0 3440562 9787879424 6988 33554432000 1073741824 1073778376 140737305160272 140737305151408 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6841/statm: 2389619 6988 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 1.99 2.11 2.06 4/194 6841
/proc/meminfo: memFree=30446472/32872528 swapFree=1243664/1390832
[pid=6841] ppid=6838 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5929 0 -1 4202496 5838 0 1 0 48 2 0 0 20 0 18 0 3440562 9787879424 9959 33554432000 1073741824 1073778376 140737305160272 140737305151408 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6841/statm: 2389619 9959 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700188 s]
/proc/loadavg: 1.99 2.11 2.06 4/194 6841
/proc/meminfo: memFree=30446472/32872528 swapFree=1243664/1390832
[pid=6841] ppid=6838 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5929 0 -1 4202496 9186 0 1 0 128 3 0 0 20 0 19 0 3440562 9856040960 20174 33554432000 1073741824 1073778376 140737305160272 140737305151408 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6841/statm: 2406260 20174 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 1.99 2.11 2.06 4/213 6860
/proc/meminfo: memFree=30346600/32872528 swapFree=1243664/1390832
[pid=6841] ppid=6838 vsize=9625040 CPUtime=2.43 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5929 0 -1 4202496 17778 0 1 0 239 4 0 0 20 0 19 0 3440562 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140737305151408 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6841/statm: 2406260 27850 2266 9 0 2396937 0
[pid=6841/tid=6843] ppid=6838 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/6841/task/6843/stat : 6843 (java) R 6838 6841 5929 0 -1 4202560 2441 0 1 0 144 3 0 0 20 0 19 0 3440563 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140648298029536 140648238416881 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6844] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6844/stat : 6844 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140648236759976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6845] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6845/stat : 6845 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140648235707432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6846] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6846/stat : 6846 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140648234654376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6847] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6847/stat : 6847 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140648138881832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6848] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6848/stat : 6848 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140648137828776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6849] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6849/stat : 6849 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140648136776232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6850] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6850/stat : 6850 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140648135723176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6851] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6851/stat : 6851 (java) S 6838 6841 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140648134670632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6852] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6852/stat : 6852 (java) S 6838 6841 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140648122260328 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6853] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6853/stat : 6853 (java) S 6838 6841 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140648121206648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6854] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6854/stat : 6854 (java) S 6838 6841 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140648120153480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6855] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6855/stat : 6855 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440567 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140648119102224 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6856] ppid=6838 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/6841/task/6856/stat : 6856 (java) S 6838 6841 5929 0 -1 4202560 4568 0 0 0 42 0 0 0 20 0 19 0 3440567 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140648118049080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6857] ppid=6838 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/6841/task/6857/stat : 6857 (java) S 6838 6841 5929 0 -1 4202560 9497 0 0 0 51 0 0 0 20 0 19 0 3440568 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140648116996536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6858] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6858/stat : 6858 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440568 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140648115943672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6859] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6859/stat : 6859 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440568 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140648114891336 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6860] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6860/stat : 6860 (java) S 6838 6841 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3440604 9856040960 27850 33554432000 1073741824 1073778376 140737305160272 140648113788456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.07 2.13 2.06 4/213 6860
/proc/meminfo: memFree=30334064/32872528 swapFree=1243664/1390832
[pid=6841] ppid=6838 vsize=9625040 CPUtime=4.03 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5929 0 -1 4202496 17787 0 1 0 399 4 0 0 20 0 19 0 3440562 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140737305151408 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6841/statm: 2406260 31946 2266 9 0 2396937 0
[pid=6841/tid=6843] ppid=6838 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/6841/task/6843/stat : 6843 (java) R 6838 6841 5929 0 -1 4202560 2450 0 1 0 304 3 0 0 20 0 19 0 3440563 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140648298020528 140648238382129 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6844] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6844/stat : 6844 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140648236759976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6845] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6845/stat : 6845 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140648235707432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6846] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6846/stat : 6846 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140648234654376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6847] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6847/stat : 6847 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140648138881832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6848] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6848/stat : 6848 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140648137828776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6849] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6849/stat : 6849 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140648136776232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6850] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6850/stat : 6850 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140648135723176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6851] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6851/stat : 6851 (java) S 6838 6841 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140648134670632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6852] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6852/stat : 6852 (java) S 6838 6841 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140648122260328 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6853] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6853/stat : 6853 (java) S 6838 6841 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140648121206648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6854] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6854/stat : 6854 (java) S 6838 6841 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140648120153480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6855] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6855/stat : 6855 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440567 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140648119102224 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6856] ppid=6838 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/6841/task/6856/stat : 6856 (java) S 6838 6841 5929 0 -1 4202560 4568 0 0 0 42 0 0 0 20 0 19 0 3440567 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140648118049080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6857] ppid=6838 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/6841/task/6857/stat : 6857 (java) S 6838 6841 5929 0 -1 4202560 9497 0 0 0 51 0 0 0 20 0 19 0 3440568 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140648116996536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6858] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6858/stat : 6858 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440568 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140648115943672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6859] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6859/stat : 6859 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440568 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140648114891336 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6860] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6860/stat : 6860 (java) S 6838 6841 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3440604 9856040960 31946 33554432000 1073741824 1073778376 140737305160272 140648113788456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.07 2.13 2.06 3/213 6860
/proc/meminfo: memFree=30312872/32872528 swapFree=1243664/1390832
[pid=6841] ppid=6838 vsize=9625040 CPUtime=7.23 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5929 0 -1 4202496 17802 0 1 0 718 5 0 0 20 0 19 0 3440562 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140737305151408 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6841/statm: 2406260 36595 2267 9 0 2396937 0
[pid=6841/tid=6843] ppid=6838 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/6841/task/6843/stat : 6843 (java) R 6838 6841 5929 0 -1 4202560 2464 0 1 0 624 3 0 0 20 0 19 0 3440563 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140648298020528 140648238416781 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6844] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6844/stat : 6844 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140648236759976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6845] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6845/stat : 6845 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140648235707432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6846] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6846/stat : 6846 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140648234654376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6847] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6847/stat : 6847 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140648138881832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6848] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6848/stat : 6848 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140648137828776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6849] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6849/stat : 6849 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140648136776232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6850] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6850/stat : 6850 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140648135723176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6851] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6851/stat : 6851 (java) S 6838 6841 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3440564 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140648134670632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6852] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6852/stat : 6852 (java) S 6838 6841 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140648122260328 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6853] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6853/stat : 6853 (java) S 6838 6841 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140648121206648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6854] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6854/stat : 6854 (java) S 6838 6841 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140648120153480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6855] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6855/stat : 6855 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440567 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140648119102224 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6856] ppid=6838 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/6841/task/6856/stat : 6856 (java) S 6838 6841 5929 0 -1 4202560 4568 0 0 0 42 0 0 0 20 0 19 0 3440567 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140648118049080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6857] ppid=6838 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/6841/task/6857/stat : 6857 (java) S 6838 6841 5929 0 -1 4202560 9497 0 0 0 51 0 0 0 20 0 19 0 3440568 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140648116996536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6858] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6858/stat : 6858 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440568 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140648115943672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6859] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6859/stat : 6859 (java) S 6838 6841 5929 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3440568 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140648114891336 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6860] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6860/stat : 6860 (java) S 6838 6841 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3440604 9856040960 36595 33554432000 1073741824 1073778376 140737305160272 140648113788456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 9625040


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

/proc/6841/task/6851/stat : 6851 (java) S 6838 6841 5929 0 -1 4202560 197 0 0 0 7 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648134670632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6852] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6852/stat : 6852 (java) S 6838 6841 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648122260328 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6853] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6853/stat : 6853 (java) S 6838 6841 5929 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648121206648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6854] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6854/stat : 6854 (java) S 6838 6841 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648120153480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6855] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6855/stat : 6855 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440567 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648119102224 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6856] ppid=6838 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/6841/task/6856/stat : 6856 (java) S 6838 6841 5929 0 -1 4202560 4571 0 0 0 44 0 0 0 20 0 19 0 3440567 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648118049080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6857] ppid=6838 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/6841/task/6857/stat : 6857 (java) S 6838 6841 5929 0 -1 4202560 9497 0 0 0 51 0 0 0 20 0 19 0 3440568 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648116996536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6858] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6858/stat : 6858 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440568 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648115943672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6859] ppid=6838 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6841/task/6859/stat : 6859 (java) S 6838 6841 5929 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 3440568 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648114891336 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6860] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6860/stat : 6860 (java) S 6838 6841 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3440604 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648113788456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 105.5
Current children cumulated vsize (KiB) 9625040

[startup+104.801 s]
/proc/loadavg: 2.22 2.15 2.07 3/213 6861
/proc/meminfo: memFree=29931872/32872528 swapFree=1243664/1390832
[pid=6841] ppid=6838 vsize=9625040 CPUtime=106.3 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5929 0 -1 4202496 18934 0 1 0 10608 22 0 0 20 0 19 0 3440562 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140737305151408 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6841/statm: 2406260 81452 2281 9 0 2396937 0
[pid=6841/tid=6843] ppid=6838 vsize=9625040 CPUtime=104.58 cores=0,2,4,6
/proc/6841/task/6843/stat : 6843 (java) R 6838 6841 5929 0 -1 4202560 2485 0 1 0 10453 5 0 0 20 0 19 0 3440563 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648298020528 140648238382141 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6844] ppid=6838 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/6841/task/6844/stat : 6844 (java) S 6838 6841 5929 0 -1 4202560 36 0 0 0 5 1 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648236759976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6845] ppid=6838 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/6841/task/6845/stat : 6845 (java) S 6838 6841 5929 0 -1 4202560 138 0 0 0 5 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648235707432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6846] ppid=6838 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/6841/task/6846/stat : 6846 (java) S 6838 6841 5929 0 -1 4202560 52 0 0 0 7 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648234654376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6847] ppid=6838 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/6841/task/6847/stat : 6847 (java) S 6838 6841 5929 0 -1 4202560 201 0 0 0 8 3 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648138881832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6848] ppid=6838 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/6841/task/6848/stat : 6848 (java) S 6838 6841 5929 0 -1 4202560 177 0 0 0 5 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648137828776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6849] ppid=6838 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/6841/task/6849/stat : 6849 (java) S 6838 6841 5929 0 -1 4202560 85 0 0 0 4 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648136776232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6850] ppid=6838 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/6841/task/6850/stat : 6850 (java) S 6838 6841 5929 0 -1 4202560 216 0 0 0 5 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648135723176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6851] ppid=6838 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/6841/task/6851/stat : 6851 (java) S 6838 6841 5929 0 -1 4202560 197 0 0 0 7 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648134670632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6852] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6852/stat : 6852 (java) S 6838 6841 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648122260328 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6853] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6853/stat : 6853 (java) S 6838 6841 5929 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648121206648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6854] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6854/stat : 6854 (java) S 6838 6841 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648120153480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6855] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6855/stat : 6855 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440567 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648119102224 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6856] ppid=6838 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/6841/task/6856/stat : 6856 (java) S 6838 6841 5929 0 -1 4202560 4571 0 0 0 44 0 0 0 20 0 19 0 3440567 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648118049080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6857] ppid=6838 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/6841/task/6857/stat : 6857 (java) S 6838 6841 5929 0 -1 4202560 9497 0 0 0 51 0 0 0 20 0 19 0 3440568 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648116996536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6858] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6858/stat : 6858 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440568 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648115943672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6859] ppid=6838 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6841/task/6859/stat : 6859 (java) S 6838 6841 5929 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 3440568 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648114891336 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6860] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6860/stat : 6860 (java) S 6838 6841 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3440604 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648113788456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 106.3
Current children cumulated vsize (KiB) 9625040

[startup+105.201 s]
/proc/loadavg: 2.22 2.15 2.07 3/213 6861
/proc/meminfo: memFree=29931872/32872528 swapFree=1243664/1390832
[pid=6841] ppid=6838 vsize=9625040 CPUtime=106.7 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5929 0 -1 4202496 18934 0 1 0 10648 22 0 0 20 0 19 0 3440562 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140737305151408 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6841/statm: 2406260 81452 2281 9 0 2396937 0
[pid=6841/tid=6843] ppid=6838 vsize=9625040 CPUtime=104.98 cores=0,2,4,6
/proc/6841/task/6843/stat : 6843 (java) R 6838 6841 5929 0 -1 4202560 2485 0 1 0 10493 5 0 0 20 0 19 0 3440563 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648298020528 140648238585252 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6844] ppid=6838 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/6841/task/6844/stat : 6844 (java) S 6838 6841 5929 0 -1 4202560 36 0 0 0 5 1 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648236759976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6845] ppid=6838 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/6841/task/6845/stat : 6845 (java) S 6838 6841 5929 0 -1 4202560 138 0 0 0 5 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648235707432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6846] ppid=6838 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/6841/task/6846/stat : 6846 (java) S 6838 6841 5929 0 -1 4202560 52 0 0 0 7 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648234654376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6847] ppid=6838 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/6841/task/6847/stat : 6847 (java) S 6838 6841 5929 0 -1 4202560 201 0 0 0 8 3 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648138881832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6848] ppid=6838 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/6841/task/6848/stat : 6848 (java) S 6838 6841 5929 0 -1 4202560 177 0 0 0 5 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648137828776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6849] ppid=6838 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/6841/task/6849/stat : 6849 (java) S 6838 6841 5929 0 -1 4202560 85 0 0 0 4 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648136776232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6850] ppid=6838 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/6841/task/6850/stat : 6850 (java) S 6838 6841 5929 0 -1 4202560 216 0 0 0 5 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648135723176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6851] ppid=6838 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/6841/task/6851/stat : 6851 (java) S 6838 6841 5929 0 -1 4202560 197 0 0 0 7 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648134670632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6852] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6852/stat : 6852 (java) S 6838 6841 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648122260328 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6853] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6853/stat : 6853 (java) S 6838 6841 5929 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648121206648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6854] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6854/stat : 6854 (java) S 6838 6841 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648120153480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6855] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6855/stat : 6855 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440567 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648119102224 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6856] ppid=6838 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/6841/task/6856/stat : 6856 (java) S 6838 6841 5929 0 -1 4202560 4571 0 0 0 44 0 0 0 20 0 19 0 3440567 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648118049080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6857] ppid=6838 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/6841/task/6857/stat : 6857 (java) S 6838 6841 5929 0 -1 4202560 9497 0 0 0 51 0 0 0 20 0 19 0 3440568 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648116996536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6858] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6858/stat : 6858 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440568 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648115943672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6859] ppid=6838 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6841/task/6859/stat : 6859 (java) S 6838 6841 5929 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 3440568 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648114891336 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6860] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6860/stat : 6860 (java) S 6838 6841 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3440604 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648113788456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 106.7
Current children cumulated vsize (KiB) 9625040

[startup+105.401 s]
/proc/loadavg: 2.22 2.15 2.07 3/213 6861
/proc/meminfo: memFree=29931872/32872528 swapFree=1243664/1390832
[pid=6841] ppid=6838 vsize=9625040 CPUtime=106.9 cores=0,2,4,6
/proc/6841/stat : 6841 (java) S 6838 6841 5929 0 -1 4202496 18934 0 1 0 10668 22 0 0 20 0 19 0 3440562 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140737305151408 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6841/statm: 2406260 81452 2281 9 0 2396937 0
[pid=6841/tid=6843] ppid=6838 vsize=9625040 CPUtime=105.18 cores=0,2,4,6
/proc/6841/task/6843/stat : 6843 (java) R 6838 6841 5929 0 -1 4202560 2485 0 1 0 10513 5 0 0 20 0 19 0 3440563 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648298020528 140648238278800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6844] ppid=6838 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/6841/task/6844/stat : 6844 (java) S 6838 6841 5929 0 -1 4202560 36 0 0 0 5 1 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648236759976 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6845] ppid=6838 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/6841/task/6845/stat : 6845 (java) S 6838 6841 5929 0 -1 4202560 138 0 0 0 5 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648235707432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6846] ppid=6838 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/6841/task/6846/stat : 6846 (java) S 6838 6841 5929 0 -1 4202560 52 0 0 0 7 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648234654376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6847] ppid=6838 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/6841/task/6847/stat : 6847 (java) S 6838 6841 5929 0 -1 4202560 201 0 0 0 8 3 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648138881832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6848] ppid=6838 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/6841/task/6848/stat : 6848 (java) S 6838 6841 5929 0 -1 4202560 177 0 0 0 5 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648137828776 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6849] ppid=6838 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/6841/task/6849/stat : 6849 (java) S 6838 6841 5929 0 -1 4202560 85 0 0 0 4 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648136776232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6850] ppid=6838 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/6841/task/6850/stat : 6850 (java) S 6838 6841 5929 0 -1 4202560 216 0 0 0 5 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648135723176 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6841/tid=6851] ppid=6838 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/6841/task/6851/stat : 6851 (java) S 6838 6841 5929 0 -1 4202560 197 0 0 0 7 2 0 0 20 0 19 0 3440564 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648134670632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6852] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6852/stat : 6852 (java) S 6838 6841 5929 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648122260328 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6853] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6853/stat : 6853 (java) S 6838 6841 5929 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648121206648 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6854] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6854/stat : 6854 (java) S 6838 6841 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3440565 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648120153480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6855] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6855/stat : 6855 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440567 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648119102224 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6856] ppid=6838 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/6841/task/6856/stat : 6856 (java) S 6838 6841 5929 0 -1 4202560 4571 0 0 0 44 0 0 0 20 0 19 0 3440567 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648118049080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6841/tid=6857] ppid=6838 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/6841/task/6857/stat : 6857 (java) S 6838 6841 5929 0 -1 4202560 9497 0 0 0 51 0 0 0 20 0 19 0 3440568 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648116996536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6858] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6858/stat : 6858 (java) S 6838 6841 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3440568 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648115943672 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6841/tid=6859] ppid=6838 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6841/task/6859/stat : 6859 (java) S 6838 6841 5929 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 3440568 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648114891336 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6841/tid=6860] ppid=6838 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6860/stat : 6860 (java) S 6838 6841 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3440604 9856040960 81452 33554432000 1073741824 1073778376 140737305160272 140648113788456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 106.9
Current children cumulated vsize (KiB) 9625040

[startup+105.501 s]
/proc/loadavg: 2.22 2.15 2.07 3/213 6861
/proc/meminfo: memFree=29931872/32872528 swapFree=1243664/1390832
[pid=6841] ppid=6838 vsize=0 CPUtime=107.13 cores=0,2,4,6
/proc/6841/stat : 6841 (java) Z 6838 6841 5929 0 -1 4203532 18953 0 1 0 10679 34 0 0 20 0 2 0 3440562 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6841/statm: 0 0 0 0 0 0 0
[pid=6841/tid=6853] ppid=6838 vsize=0 CPUtime=0 cores=0,2,4,6
/proc/6841/task/6853/stat : 6853 (java) R 6838 6841 5929 0 -1 4203588 18 0 0 0 0 0 0 0 20 0 2 0 3440565 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 107.13
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 105.502
CPU time (s): 107.139
CPU user time (s): 106.795
CPU system time (s): 0.343947
CPU usage (%): 101.552
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 106.795
system time used= 0.343947
maximum resident set size= 325856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18953
page faults= 1
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2648
involuntary context switches= 372

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.753885 second user time and 0.646901 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-15 20:05:19
IDJOB=4088851
IDBENCH=107322
IDSOLVER=2546
FILE ID=node119/4088851-1466013919
RUNJOBID= node119-1466012072-5945
PBS_JOBID= 19902816
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/SUMINEQ/normalized-sumineqArity5houseP064.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088851-1466013919/watcher-4088851-1466013919 -o /tmp/evaluation-result-4088851-1466013919/solver-4088851-1466013919 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5945 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4088851-1466013919.opb

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

MD5SUM BENCH= f9a8328240c2fa06bb8596fb12243504
RANDOM SEED=122810983

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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.56
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.456
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:        30446636 kB
Buffers:            5776 kB
Cached:            91112 kB
SwapCached:        14200 kB
Active:           248548 kB
Inactive:          86344 kB
Active(anon):     226704 kB
Inactive(anon):    14104 kB
Active(file):      21844 kB
Inactive(file):    72240 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088056 kB
Dirty:              1708 kB
Writeback:             0 kB
AnonPages:       1573268 kB
Mapped:            15484 kB
Shmem:                 0 kB
Slab:             564988 kB
SReclaimable:       8776 kB
SUnreclaim:       556212 kB
KernelStack:        1760 kB
PageTables:         7828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2208244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 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= 71732 MiB
End job on node119 at 2016-06-15 20:07:05