Trace number 4088690

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 430.469 429.385

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_ODD_GRIDS/normalized-ECgrid5x50split.opb
MD5SUM5a667adffb67511c2d543fdcada7739f
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 benchmark86.0149
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables501
Total number of constraints251
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)251
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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.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.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-4088690-1466010710.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.16	c ... done. Wall clock time 0.053s.
0.09/0.16	c declared #vars     501
0.09/0.16	c #constraints  502
0.09/0.16	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 500
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.09/0.17	c 502 constraints processed.
0.71/0.47	c cleaning 2488 clauses out of 5000 with flag 20849/5000
1.24/0.61	c cleaning 4233 clauses out of 8515 with flag 50098/11003
1.36/0.74	c cleaning 5611 clauses out of 11279 with flag 86303/18000
1.47/0.89	c cleaning 6827 clauses out of 13668 with flag 126416/26000
1.68/1.07	c cleaning 7896 clauses out of 15843 with flag 174016/35002
1.89/1.28	c cleaning 8953 clauses out of 17945 with flag 229562/45000
2.18/1.54	c cleaning 9965 clauses out of 19993 with flag 297001/56001
2.48/1.84	c cleaning 10996 clauses out of 22028 with flag 365925/68001
2.78/2.17	c cleaning 11982 clauses out of 24032 with flag 441996/81001
3.18/2.55	c cleaning 13010 clauses out of 26051 with flag 526377/95002
3.59/2.98	c cleaning 14005 clauses out of 28039 with flag 612565/110000
4.10/3.45	c cleaning 14993 clauses out of 30034 with flag 703562/126000
4.59/3.99	c cleaning 15986 clauses out of 32043 with flag 802329/143002
5.20/4.59	c cleaning 16999 clauses out of 34057 with flag 905611/161002
5.89/5.25	c cleaning 18009 clauses out of 36056 with flag 1013951/180000
6.69/6.02	c cleaning 19005 clauses out of 38049 with flag 1129715/200002
7.49/6.80	c cleaning 20009 clauses out of 40042 with flag 1244818/221000
8.29/7.66	c cleaning 20983 clauses out of 42033 with flag 1365718/243000
9.19/8.57	c cleaning 21996 clauses out of 44051 with flag 1487900/266001
10.20/9.57	c cleaning 23006 clauses out of 46054 with flag 1615305/290000
11.30/10.69	c cleaning 24006 clauses out of 48049 with flag 1745788/315001
12.60/11.90	c cleaning 25000 clauses out of 50042 with flag 1884485/341000
13.80/13.16	c cleaning 26004 clauses out of 52042 with flag 2027474/368000
15.20/14.53	c cleaning 26997 clauses out of 54038 with flag 2176691/396000
16.70/16.01	c cleaning 28001 clauses out of 56043 with flag 2327041/425002
18.20/17.54	c cleaning 29005 clauses out of 58040 with flag 2482891/455000
19.90/19.23	c cleaning 30000 clauses out of 60035 with flag 2643289/486000
21.61/20.93	c cleaning 31000 clauses out of 62035 with flag 2806555/518000
23.40/22.79	c cleaning 32008 clauses out of 64035 with flag 2975781/551000
25.30/24.68	c cleaning 32997 clauses out of 66028 with flag 3144484/585001
27.30/26.67	c cleaning 33997 clauses out of 68031 with flag 3316619/620001
29.51/28.83	c cleaning 35001 clauses out of 70034 with flag 3492971/656001
31.81/31.19	c cleaning 36000 clauses out of 72032 with flag 3674452/693000
34.31/33.60	c cleaning 37000 clauses out of 74033 with flag 3861138/731001
36.70/36.08	c cleaning 38006 clauses out of 76033 with flag 4051351/770001
39.60/38.96	c cleaning 39000 clauses out of 78027 with flag 4252540/810001
42.30/41.65	c cleaning 40001 clauses out of 80027 with flag 4446198/851001
45.40/44.78	c cleaning 41000 clauses out of 82028 with flag 4646370/893003
48.60/47.96	c cleaning 42000 clauses out of 84025 with flag 4849005/936000
51.80/51.17	c cleaning 42999 clauses out of 86026 with flag 5050945/980001
55.01/54.37	c cleaning 43998 clauses out of 88029 with flag 5256981/1025003
58.81/58.13	c cleaning 45002 clauses out of 90029 with flag 5475919/1071001
62.70/62.05	c cleaning 46007 clauses out of 92026 with flag 5697960/1118000
66.32/65.66	c cleaning 47001 clauses out of 94020 with flag 5917906/1166001
70.02/69.35	c cleaning 47993 clauses out of 96019 with flag 6137680/1215001
73.82/73.11	c cleaning 48999 clauses out of 98027 with flag 6361305/1265002
77.52/76.81	c cleaning 50013 clauses out of 100026 with flag 6580510/1316000
81.42/80.75	c cleaning 50995 clauses out of 102013 with flag 6804393/1368000
85.43/84.79	c cleaning 51997 clauses out of 104018 with flag 7029978/1421000
89.72/89.01	c cleaning 53000 clauses out of 106021 with flag 7256451/1475000
93.82/93.14	c cleaning 54001 clauses out of 108022 with flag 7479560/1530001
97.82/97.18	c cleaning 54996 clauses out of 110020 with flag 7705322/1586000
101.93/101.24	c cleaning 56001 clauses out of 112024 with flag 7937693/1643000
106.02/105.30	c cleaning 57005 clauses out of 114024 with flag 8167128/1701001
110.02/109.32	c cleaning 57998 clauses out of 116018 with flag 8401285/1760000
114.12/113.45	c cleaning 58999 clauses out of 118020 with flag 8630793/1820000
118.42/117.73	c cleaning 60005 clauses out of 120022 with flag 8866101/1881001
122.71/122.05	c cleaning 61001 clauses out of 122018 with flag 9105964/1943002
127.22/126.60	c cleaning 62005 clauses out of 124017 with flag 9341385/2006002
132.01/131.38	c cleaning 62995 clauses out of 126011 with flag 9576850/2070001
136.81/136.16	c cleaning 63999 clauses out of 128016 with flag 9816111/2135001
141.91/141.22	c cleaning 65001 clauses out of 130016 with flag 10067053/2201000
147.03/146.37	c cleaning 66000 clauses out of 132016 with flag 10317492/2268001
152.17/151.44	c cleaning 67002 clauses out of 134015 with flag 10574352/2336000
157.27/156.51	c cleaning 67995 clauses out of 136014 with flag 10827501/2405001
162.67/161.95	c cleaning 69003 clauses out of 138019 with flag 11091976/2475001
168.16/167.41	c cleaning 70001 clauses out of 140016 with flag 11353327/2546001
174.06/173.35	c cleaning 71000 clauses out of 142014 with flag 11622513/2618000
179.96/179.20	c cleaning 71998 clauses out of 144014 with flag 11890346/2691000
185.86/185.18	c cleaning 72997 clauses out of 146017 with flag 12164360/2765001
192.16/191.47	c cleaning 74003 clauses out of 148021 with flag 12443223/2840002
198.55/197.89	c cleaning 74995 clauses out of 150017 with flag 12725837/2916001
205.26/204.51	c cleaning 76004 clauses out of 152022 with flag 13012434/2993001
211.86/211.18	c cleaning 77001 clauses out of 154018 with flag 13296622/3071001
218.75/218.04	c cleaning 77998 clauses out of 156016 with flag 13595505/3150000
226.15/225.44	c cleaning 79004 clauses out of 158020 with flag 13896975/3230002
233.55/232.86	c cleaning 79997 clauses out of 160014 with flag 14204082/3311000
241.15/240.49	c cleaning 80999 clauses out of 162018 with flag 14507453/3393001
248.70/247.90	c cleaning 82002 clauses out of 164018 with flag 14822613/3476000
257.00/256.26	c cleaning 82998 clauses out of 166016 with flag 15150962/3560000
265.10/264.39	c cleaning 84000 clauses out of 168018 with flag 15482169/3645000
273.80/273.05	c cleaning 84999 clauses out of 170019 with flag 15824128/3731001
282.30/281.55	c cleaning 86005 clauses out of 172020 with flag 16167483/3818001
291.21/290.46	c cleaning 87000 clauses out of 174015 with flag 16509150/3906001
300.60/299.81	c cleaning 88000 clauses out of 176014 with flag 16862458/3995000
310.49/309.73	c cleaning 89000 clauses out of 178014 with flag 17216061/4085000
320.29/319.59	c cleaning 90004 clauses out of 180015 with flag 17561356/4176001
330.39/329.68	c cleaning 90998 clauses out of 182010 with flag 17915758/4268000
340.79/340.01	c cleaning 92000 clauses out of 184013 with flag 18281567/4361001
350.69/349.90	c cleaning 93002 clauses out of 186013 with flag 18668845/4455001
361.09/360.24	c cleaning 93996 clauses out of 188010 with flag 19058774/4550000
370.68/369.80	c cleaning 95002 clauses out of 190015 with flag 19440669/4646001
380.88/380.00	c cleaning 96001 clauses out of 192012 with flag 19836501/4743000
391.39/390.57	c cleaning 97002 clauses out of 194013 with flag 20234308/4841002
404.08/403.21	c cleaning 97997 clauses out of 196009 with flag 20652907/4940000
417.38/416.53	c cleaning 98999 clauses out of 198012 with flag 21079768/5040000
430.20/429.35	c starts		: 7937
430.20/429.35	c conflicts		: 5135987
430.20/429.35	c decisions		: 7030929
430.20/429.35	c propagations		: 38883158
430.20/429.35	c inspects		: 10392363987
430.20/429.35	c shortcuts		: 0
430.20/429.35	c learnt literals	: 14
430.20/429.35	c learnt binary clauses	: 11
430.20/429.35	c learnt ternary clauses	: 23
430.20/429.35	c learnt constraints	: 5135972
430.20/429.35	c ignored constraints	: 0
430.20/429.35	c root simplifications	: 0
430.20/429.35	c removed literals (reason simplification)	: 0
430.20/429.35	c reason swapping (by a shorter reason)	: 0
430.20/429.35	c Calls to reduceDB	: 96
430.20/429.35	c Number of update (reduction) of LBD	: 1060682
430.20/429.35	c Imported unit clauses	: 0
430.20/429.35	c number of reductions to clauses (during analyze)	: 0
430.20/429.35	c number of learned constraints concerned by reduction	: 0
430.20/429.35	c number of learning phase by resolution	: 0
430.20/429.35	c number of learning phase by cutting planes	: 0
430.20/429.35	c speed (assignments/second)	: 90598.71848641595
430.20/429.35	c non guided choices	96977
430.20/429.38	c learnt constraints type 
430.20/429.38	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11
430.20/429.38	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 194974
430.20/429.38	s UNSATISFIABLE
430.20/429.38	c Total wall clock time (in seconds): 429.265

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-4088690-1466010710/watcher-4088690-1466010710 -o /tmp/evaluation-result-4088690-1466010710/solver-4088690-1466010710 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4983 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4088690-1466010710.opb 

pid=5870
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 5873
/proc/meminfo: memFree=31381248/32872528 swapFree=162364/176672
[pid=5873] ppid=5870 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/5873/stat : 5873 (java) D 5870 5873 4966 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 3120948 9515008 175 33554432000 1073741824 1073778376 140735033778416 140735033761144 224922518416 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/5873/statm: 2331 182 139 9 0 79 0

[startup+0.100162 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 5873
/proc/meminfo: memFree=31381248/32872528 swapFree=162364/176672
[pid=5873] ppid=5870 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/5873/stat : 5873 (java) S 5870 5873 4966 0 -1 4202496 4396 0 1 0 8 1 0 0 20 0 18 0 3120948 9787879424 6027 33554432000 1073741824 1073778376 140735033778416 140735033769552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5873/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 5873
/proc/meminfo: memFree=31381248/32872528 swapFree=162364/176672
[pid=5873] ppid=5870 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/5873/stat : 5873 (java) S 5870 5873 4966 0 -1 4202496 5895 0 1 0 23 2 0 0 20 0 19 0 3120948 9856040960 7582 33554432000 1073741824 1073778376 140735033778416 140735033769552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5873/statm: 2406260 7582 2216 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300377 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 5873
/proc/meminfo: memFree=31381248/32872528 swapFree=162364/176672
[pid=5873] ppid=5870 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/5873/stat : 5873 (java) S 5870 5873 4966 0 -1 4202496 8011 0 1 0 50 2 0 0 20 0 19 0 3120948 9856040960 9278 33554432000 1073741824 1073778376 140735033778416 140735033769552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5873/statm: 2406260 9278 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700317 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 5873
/proc/meminfo: memFree=31381248/32872528 swapFree=162364/176672
[pid=5873] ppid=5870 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/5873/stat : 5873 (java) S 5870 5873 4966 0 -1 4202496 17347 0 1 0 132 4 0 0 20 0 19 0 3120948 9856040960 14964 33554432000 1073741824 1073778376 140735033778416 140735033769552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5873/statm: 2406260 14964 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 5892
/proc/meminfo: memFree=31327392/32872528 swapFree=162364/176672
[pid=5873] ppid=5870 vsize=9625040 CPUtime=2.18 cores=1,3,5,7
/proc/5873/stat : 5873 (java) S 5870 5873 4966 0 -1 4202496 17353 0 1 0 214 4 0 0 20 0 19 0 3120948 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140735033769552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5873/statm: 2406260 15991 2257 9 0 2396937 0
[pid=5873/tid=5875] ppid=5870 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/5873/task/5875/stat : 5875 (java) R 5870 5873 4966 0 -1 4202560 2405 0 1 0 145 2 0 0 20 0 19 0 3120949 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140451707191704 140451554531266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5876] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5876/stat : 5876 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140451679644584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5877] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5877/stat : 5877 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140451678592040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5878] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5878/stat : 5878 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140451677538984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5873/tid=5879] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5879/stat : 5879 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140451676486440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5880] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5880/stat : 5880 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140451675433384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5881] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5881/stat : 5881 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140451674380840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5882] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5882/stat : 5882 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140451673327784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5883] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5883/stat : 5883 (java) S 5870 5873 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140451543296296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5884] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5884/stat : 5884 (java) S 5870 5873 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3120951 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140451060349800 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5885] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5885/stat : 5885 (java) S 5870 5873 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3120952 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140451059296120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5886] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5886/stat : 5886 (java) S 5870 5873 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3120952 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140451058242952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5887] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5887/stat : 5887 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120954 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140451057191696 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5888] ppid=5870 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/5873/task/5888/stat : 5888 (java) S 5870 5873 4966 0 -1 4202560 8602 0 0 0 31 1 0 0 20 0 19 0 3120954 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140451056138552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5889] ppid=5870 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/5873/task/5889/stat : 5889 (java) S 5870 5873 4966 0 -1 4202560 5074 0 0 0 35 1 0 0 20 0 19 0 3120954 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140451055086008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5890] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5890/stat : 5890 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120954 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140451054033144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5891] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5891/stat : 5891 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120954 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140451052980808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5892] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5892/stat : 5892 (java) S 5870 5873 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3120965 9856040960 15991 33554432000 1073741824 1073778376 140735033778416 140451051927080 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 5892
/proc/meminfo: memFree=31323296/32872528 swapFree=162364/176672
[pid=5873] ppid=5870 vsize=9625040 CPUtime=3.79 cores=1,3,5,7
/proc/5873/stat : 5873 (java) S 5870 5873 4966 0 -1 4202496 17356 0 1 0 375 4 0 0 20 0 19 0 3120948 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140735033769552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5873/statm: 2406260 17527 2257 9 0 2396937 0
[pid=5873/tid=5875] ppid=5870 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/5873/task/5875/stat : 5875 (java) R 5870 5873 4966 0 -1 4202560 2408 0 1 0 305 2 0 0 20 0 19 0 3120949 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140451707182800 140451554731611 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5876] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5876/stat : 5876 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140451679644584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5877] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5877/stat : 5877 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140451678592040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5878] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5878/stat : 5878 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140451677538984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5873/tid=5879] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5879/stat : 5879 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140451676486440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5880] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5880/stat : 5880 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140451675433384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5881] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5881/stat : 5881 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140451674380840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5882] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5882/stat : 5882 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140451673327784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5883] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5883/stat : 5883 (java) S 5870 5873 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140451543296296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5884] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5884/stat : 5884 (java) S 5870 5873 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3120951 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140451060349800 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5885] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5885/stat : 5885 (java) S 5870 5873 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3120952 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140451059296120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5886] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5886/stat : 5886 (java) S 5870 5873 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3120952 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140451058242952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5887] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5887/stat : 5887 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120954 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140451057191696 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5888] ppid=5870 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/5873/task/5888/stat : 5888 (java) S 5870 5873 4966 0 -1 4202560 8602 0 0 0 31 1 0 0 20 0 19 0 3120954 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140451056138552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5889] ppid=5870 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/5873/task/5889/stat : 5889 (java) S 5870 5873 4966 0 -1 4202560 5074 0 0 0 35 2 0 0 20 0 19 0 3120954 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140451055086008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5890] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5890/stat : 5890 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120954 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140451054033144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5891] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5891/stat : 5891 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120954 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140451052980808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5892] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5892/stat : 5892 (java) S 5870 5873 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3120965 9856040960 17527 33554432000 1073741824 1073778376 140735033778416 140451051927080 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 5892
/proc/meminfo: memFree=31316328/32872528 swapFree=162364/176672
[pid=5873] ppid=5870 vsize=9625040 CPUtime=6.99 cores=1,3,5,7
/proc/5873/stat : 5873 (java) S 5870 5873 4966 0 -1 4202496 17363 0 1 0 695 4 0 0 20 0 19 0 3120948 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140735033769552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5873/statm: 2406260 18727 2258 9 0 2396937 0
[pid=5873/tid=5875] ppid=5870 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/5873/task/5875/stat : 5875 (java) R 5870 5873 4966 0 -1 4202560 2414 0 1 0 625 2 0 0 20 0 19 0 3120949 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140451707182800 140451554731768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5876] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5876/stat : 5876 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140451679644584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5877] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5877/stat : 5877 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140451678592040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5878] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5878/stat : 5878 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140451677538984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5873/tid=5879] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5879/stat : 5879 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140451676486440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5880] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5880/stat : 5880 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140451675433384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5881] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5881/stat : 5881 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140451674380840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5882] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5882/stat : 5882 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140451673327784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5883] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5883/stat : 5883 (java) S 5870 5873 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3120950 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140451543296296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5884] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5884/stat : 5884 (java) S 5870 5873 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3120951 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140451060349800 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5885] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5885/stat : 5885 (java) S 5870 5873 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3120952 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140451059296120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5886] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5886/stat : 5886 (java) S 5870 5873 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3120952 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140451058242952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5887] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5887/stat : 5887 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120954 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140451057191696 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5888] ppid=5870 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/5873/task/5888/stat : 5888 (java) S 5870 5873 4966 0 -1 4202560 8602 0 0 0 31 1 0 0 20 0 19 0 3120954 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140451056138552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5889] ppid=5870 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/5873/task/5889/stat : 5889 (java) S 5870 5873 4966 0 -1 4202560 5074 0 0 0 35 2 0 0 20 0 19 0 3120954 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140451055086008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5890] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5890/stat : 5890 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120954 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140451054033144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5891] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5891/stat : 5891 (java) S 5870 5873 4966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 3120954 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140451052980808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5892] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5892/stat : 5892 (java) S 5870 5873 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3120965 9856040960 18727 33554432000 1073741824 1073778376 140735033778416 140451051927080 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 9625040


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

[pid=5873/tid=5878] ppid=5870 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5873/task/5878/stat : 5878 (java) S 5870 5873 4966 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451677538984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5879] ppid=5870 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5873/task/5879/stat : 5879 (java) S 5870 5873 4966 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451676486440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5873/tid=5880] ppid=5870 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5873/task/5880/stat : 5880 (java) S 5870 5873 4966 0 -1 4202560 131 0 0 0 2 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451675433384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5881] ppid=5870 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5873/task/5881/stat : 5881 (java) S 5870 5873 4966 0 -1 4202560 124 0 0 0 2 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451674380840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5882] ppid=5870 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5873/task/5882/stat : 5882 (java) S 5870 5873 4966 0 -1 4202560 142 0 0 0 5 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451673327784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5883] ppid=5870 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/5873/task/5883/stat : 5883 (java) S 5870 5873 4966 0 -1 4202560 150 0 0 0 4 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451543296296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5873/tid=5884] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5884/stat : 5884 (java) S 5870 5873 4966 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 3120951 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451060349800 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5885] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5885/stat : 5885 (java) S 5870 5873 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3120952 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451059296120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5886] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5886/stat : 5886 (java) S 5870 5873 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3120952 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451058242952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5887] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5887/stat : 5887 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451057191696 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5888] ppid=5870 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/5873/task/5888/stat : 5888 (java) S 5870 5873 4966 0 -1 4202560 8602 0 0 0 31 1 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451056138552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5889] ppid=5870 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/5873/task/5889/stat : 5889 (java) S 5870 5873 4966 0 -1 4202560 5077 0 0 0 38 2 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451055086008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5890] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5890/stat : 5890 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451054033144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5891] ppid=5870 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/5873/task/5891/stat : 5891 (java) S 5870 5873 4966 0 -1 4202560 26 0 0 0 2 7 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451052980808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5892] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5892/stat : 5892 (java) S 5870 5873 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3120965 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451051927080 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 428.9
Current children cumulated vsize (KiB) 9625040

[startup+428.801 s]
/proc/loadavg: 2.00 2.01 2.00 4/213 5900
/proc/meminfo: memFree=31101636/32872528 swapFree=162368/176676
[pid=5873] ppid=5870 vsize=9625040 CPUtime=429.69 cores=1,3,5,7
/proc/5873/stat : 5873 (java) S 5870 5873 4966 0 -1 4202496 18036 0 1 0 42954 15 0 0 20 0 19 0 3120948 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140735033769552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5873/statm: 2406260 52606 2273 9 0 2396937 0
[pid=5873/tid=5875] ppid=5870 vsize=9625040 CPUtime=428.62 cores=1,3,5,7
/proc/5873/task/5875/stat : 5875 (java) R 5870 5873 4966 0 -1 4202560 2473 0 1 0 42852 10 0 0 20 0 19 0 3120949 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451707176368 140451554731722 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5876] ppid=5870 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5873/task/5876/stat : 5876 (java) S 5870 5873 4966 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451679644584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5877] ppid=5870 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5873/task/5877/stat : 5877 (java) S 5870 5873 4966 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451678592040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5878] ppid=5870 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5873/task/5878/stat : 5878 (java) S 5870 5873 4966 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451677538984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5879] ppid=5870 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5873/task/5879/stat : 5879 (java) S 5870 5873 4966 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451676486440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5873/tid=5880] ppid=5870 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5873/task/5880/stat : 5880 (java) S 5870 5873 4966 0 -1 4202560 131 0 0 0 2 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451675433384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5881] ppid=5870 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5873/task/5881/stat : 5881 (java) S 5870 5873 4966 0 -1 4202560 124 0 0 0 2 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451674380840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5882] ppid=5870 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5873/task/5882/stat : 5882 (java) S 5870 5873 4966 0 -1 4202560 142 0 0 0 5 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451673327784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5883] ppid=5870 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/5873/task/5883/stat : 5883 (java) S 5870 5873 4966 0 -1 4202560 150 0 0 0 4 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451543296296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5873/tid=5884] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5884/stat : 5884 (java) S 5870 5873 4966 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 3120951 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451060349800 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5885] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5885/stat : 5885 (java) S 5870 5873 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3120952 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451059296120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5886] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5886/stat : 5886 (java) S 5870 5873 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3120952 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451058242952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5887] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5887/stat : 5887 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451057191696 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5888] ppid=5870 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/5873/task/5888/stat : 5888 (java) S 5870 5873 4966 0 -1 4202560 8602 0 0 0 31 1 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451056138552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5889] ppid=5870 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/5873/task/5889/stat : 5889 (java) S 5870 5873 4966 0 -1 4202560 5077 0 0 0 38 2 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451055086008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5890] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5890/stat : 5890 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451054033144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5891] ppid=5870 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/5873/task/5891/stat : 5891 (java) S 5870 5873 4966 0 -1 4202560 26 0 0 0 2 7 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451052980808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5892] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5892/stat : 5892 (java) S 5870 5873 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3120965 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451051927080 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 429.69
Current children cumulated vsize (KiB) 9625040

[startup+429.201 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 5900
/proc/meminfo: memFree=31101760/32872528 swapFree=162368/176676
[pid=5873] ppid=5870 vsize=9625040 CPUtime=430.1 cores=1,3,5,7
/proc/5873/stat : 5873 (java) S 5870 5873 4966 0 -1 4202496 18037 0 1 0 42995 15 0 0 20 0 19 0 3120948 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140735033769552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5873/statm: 2406260 52606 2273 9 0 2396937 0
[pid=5873/tid=5875] ppid=5870 vsize=9625040 CPUtime=429.02 cores=1,3,5,7
/proc/5873/task/5875/stat : 5875 (java) R 5870 5873 4966 0 -1 4202560 2474 0 1 0 42892 10 0 0 20 0 19 0 3120949 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451707191544 140451554731523 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5876] ppid=5870 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5873/task/5876/stat : 5876 (java) S 5870 5873 4966 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451679644584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5877] ppid=5870 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5873/task/5877/stat : 5877 (java) S 5870 5873 4966 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451678592040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5878] ppid=5870 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5873/task/5878/stat : 5878 (java) S 5870 5873 4966 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451677538984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5879] ppid=5870 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5873/task/5879/stat : 5879 (java) S 5870 5873 4966 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451676486440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5873/tid=5880] ppid=5870 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5873/task/5880/stat : 5880 (java) S 5870 5873 4966 0 -1 4202560 131 0 0 0 2 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451675433384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5881] ppid=5870 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5873/task/5881/stat : 5881 (java) S 5870 5873 4966 0 -1 4202560 124 0 0 0 2 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451674380840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5882] ppid=5870 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5873/task/5882/stat : 5882 (java) S 5870 5873 4966 0 -1 4202560 142 0 0 0 5 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451673327784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5883] ppid=5870 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/5873/task/5883/stat : 5883 (java) S 5870 5873 4966 0 -1 4202560 150 0 0 0 4 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451543296296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5873/tid=5884] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5884/stat : 5884 (java) S 5870 5873 4966 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 3120951 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451060349800 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5885] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5885/stat : 5885 (java) S 5870 5873 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3120952 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451059296120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5886] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5886/stat : 5886 (java) S 5870 5873 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3120952 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451058242952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5887] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5887/stat : 5887 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451057191696 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5888] ppid=5870 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/5873/task/5888/stat : 5888 (java) S 5870 5873 4966 0 -1 4202560 8602 0 0 0 31 1 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451056138552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5889] ppid=5870 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/5873/task/5889/stat : 5889 (java) S 5870 5873 4966 0 -1 4202560 5077 0 0 0 39 2 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451055086008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5890] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5890/stat : 5890 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451054033144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5891] ppid=5870 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/5873/task/5891/stat : 5891 (java) S 5870 5873 4966 0 -1 4202560 26 0 0 0 2 7 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451052980808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5892] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5892/stat : 5892 (java) S 5870 5873 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3120965 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451051927080 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 430.1
Current children cumulated vsize (KiB) 9625040

[startup+429.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 5900
/proc/meminfo: memFree=31101760/32872528 swapFree=162368/176676
[pid=5873] ppid=5870 vsize=9625040 CPUtime=430.2 cores=1,3,5,7
/proc/5873/stat : 5873 (java) S 5870 5873 4966 0 -1 4202496 18037 0 1 0 43005 15 0 0 20 0 19 0 3120948 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140735033769552 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5873/statm: 2406260 52606 2273 9 0 2396937 0
[pid=5873/tid=5875] ppid=5870 vsize=9625040 CPUtime=429.12 cores=1,3,5,7
/proc/5873/task/5875/stat : 5875 (java) R 5870 5873 4966 0 -1 4202560 2474 0 1 0 42902 10 0 0 20 0 19 0 3120949 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451707191544 140451554731650 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5876] ppid=5870 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5873/task/5876/stat : 5876 (java) S 5870 5873 4966 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451679644584 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5877] ppid=5870 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5873/task/5877/stat : 5877 (java) S 5870 5873 4966 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451678592040 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5878] ppid=5870 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5873/task/5878/stat : 5878 (java) S 5870 5873 4966 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451677538984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5879] ppid=5870 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/5873/task/5879/stat : 5879 (java) S 5870 5873 4966 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451676486440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5873/tid=5880] ppid=5870 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5873/task/5880/stat : 5880 (java) S 5870 5873 4966 0 -1 4202560 131 0 0 0 2 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451675433384 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5881] ppid=5870 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5873/task/5881/stat : 5881 (java) S 5870 5873 4966 0 -1 4202560 124 0 0 0 2 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451674380840 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5882] ppid=5870 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5873/task/5882/stat : 5882 (java) S 5870 5873 4966 0 -1 4202560 142 0 0 0 5 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451673327784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5883] ppid=5870 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/5873/task/5883/stat : 5883 (java) S 5870 5873 4966 0 -1 4202560 150 0 0 0 4 0 0 0 20 0 19 0 3120950 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451543296296 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5873/tid=5884] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5884/stat : 5884 (java) S 5870 5873 4966 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 3120951 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451060349800 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5885] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5885/stat : 5885 (java) S 5870 5873 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3120952 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451059296120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5886] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5886/stat : 5886 (java) S 5870 5873 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3120952 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451058242952 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5887] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5887/stat : 5887 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451057191696 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5888] ppid=5870 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/5873/task/5888/stat : 5888 (java) S 5870 5873 4966 0 -1 4202560 8602 0 0 0 31 1 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451056138552 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5873/tid=5889] ppid=5870 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/5873/task/5889/stat : 5889 (java) S 5870 5873 4966 0 -1 4202560 5077 0 0 0 39 2 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451055086008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5890] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5890/stat : 5890 (java) S 5870 5873 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451054033144 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5873/tid=5891] ppid=5870 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/5873/task/5891/stat : 5891 (java) S 5870 5873 4966 0 -1 4202560 26 0 0 0 2 7 0 0 20 0 19 0 3120954 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451052980808 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5873/tid=5892] ppid=5870 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5873/task/5892/stat : 5892 (java) S 5870 5873 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3120965 9856040960 52606 33554432000 1073741824 1073778376 140735033778416 140451051927080 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 430.2
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 429.385
CPU time (s): 430.469
CPU user time (s): 430.127
CPU system time (s): 0.341948
CPU usage (%): 100.252
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 430.127
system time used= 0.341948
maximum resident set size= 212588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18070
page faults= 1
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9492
involuntary context switches= 6376

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.11353 second user time and 3.9104 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-15 19:11:50
IDJOB=4088690
IDBENCH=107299
IDSOLVER=2546
FILE ID=node105/4088690-1466010710
RUNJOBID= node105-1466009078-4983
PBS_JOBID= 19902809
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_ODD_GRIDS/normalized-ECgrid5x50split.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088690-1466010710/watcher-4088690-1466010710 -o /tmp/evaluation-result-4088690-1466010710/solver-4088690-1466010710 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4983 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4088690-1466010710.opb

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

MD5SUM BENCH= 5a667adffb67511c2d543fdcada7739f
RANDOM SEED=699679344

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31382428 kB
Buffers:           64816 kB
Cached:           336412 kB
SwapCached:            0 kB
Active:           291576 kB
Inactive:         318740 kB
Active(anon):     211780 kB
Inactive(anon):        0 kB
Active(file):      79796 kB
Inactive(file):   318740 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               444 kB
Writeback:             0 kB
AnonPages:        379344 kB
Mapped:            21976 kB
Shmem:               204 kB
Slab:             571608 kB
SReclaimable:      15404 kB
SUnreclaim:       556204 kB
KernelStack:        1760 kB
PageTables:         5052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     876248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node105 at 2016-06-15 19:19:00