Trace number 4097832

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 PB16? (TO) 1800.7 1796.04

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_14.opb
MD5SUM8f1ab1cee0eaffd9cfda11c2de0123e4
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark645.412
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2163
Total number of constraints10354
Number of constraints which are clauses10350
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint46
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 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 60
Number of bits of the biggest sum of numbers6
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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4097832-1466118579.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.69/0.46	c ... done. Wall clock time 0.346s.
0.69/0.46	c declared #vars     2163
0.69/0.46	c #constraints  10358
0.69/0.46	c constraints type 
0.69/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6210
0.69/0.46	c org.sat4j.specs.Constr$1 => 3
0.69/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.69/0.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.69/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4140
0.69/0.46	c 10358 constraints processed.
2.01/1.39	c cleaning 2501 clauses out of 5002 with flag 22144/5002
3.01/2.29	c cleaning 4253 clauses out of 8506 with flag 45229/11007
4.01/3.26	c cleaning 5620 clauses out of 11250 with flag 72268/18004
5.22/4.49	c cleaning 6809 clauses out of 13629 with flag 105349/26003
6.53/5.75	c cleaning 7904 clauses out of 15817 with flag 141080/35000
8.03/7.26	c cleaning 8946 clauses out of 17913 with flag 183578/45000
9.75/8.95	c cleaning 9980 clauses out of 19967 with flag 229591/56000
11.44/10.64	c cleaning 10991 clauses out of 21988 with flag 281791/68001
13.24/12.45	c cleaning 11993 clauses out of 23998 with flag 338123/81002
15.44/14.64	c cleaning 13002 clauses out of 26013 with flag 402545/95010
17.54/16.78	c cleaning 14000 clauses out of 28002 with flag 468218/110001
20.24/19.47	c cleaning 14998 clauses out of 30005 with flag 540076/126004
22.94/22.19	c cleaning 15998 clauses out of 32003 with flag 619251/143000
26.04/25.26	c cleaning 16997 clauses out of 34006 with flag 702492/161001
29.07/28.27	c cleaning 18003 clauses out of 36008 with flag 791575/180000
32.37/31.52	c cleaning 19001 clauses out of 38007 with flag 882821/200002
35.77/34.98	c cleaning 19991 clauses out of 40004 with flag 984066/221000
39.87/39.03	c cleaning 21007 clauses out of 42014 with flag 1102101/243001
43.78/42.94	c cleaning 22003 clauses out of 44006 with flag 1217679/266000
47.67/46.83	c cleaning 23000 clauses out of 46005 with flag 1334996/290002
52.47/51.66	c cleaning 24002 clauses out of 48004 with flag 1472456/315001
57.18/56.39	c cleaning 25000 clauses out of 50002 with flag 1614652/341001
62.59/61.71	c cleaning 25997 clauses out of 52003 with flag 1760908/368002
68.28/67.43	c cleaning 26990 clauses out of 54004 with flag 1926761/396000
74.28/73.40	c cleaning 28003 clauses out of 56014 with flag 2090633/425000
80.05/79.10	c cleaning 29006 clauses out of 58011 with flag 2251831/455000
86.15/85.21	c cleaning 30009 clauses out of 60020 with flag 2412731/486015
92.85/91.99	c cleaning 30997 clauses out of 62001 with flag 2617584/518005
99.54/98.69	c cleaning 31992 clauses out of 64000 with flag 2810262/551001
106.44/105.55	c cleaning 32995 clauses out of 66009 with flag 3018064/585002
113.54/112.68	c cleaning 34003 clauses out of 68012 with flag 3221033/620000
120.74/119.89	c cleaning 35000 clauses out of 70012 with flag 3415410/656003
128.34/127.47	c cleaning 36005 clauses out of 72009 with flag 3613354/693000
136.71/135.70	c cleaning 37002 clauses out of 74004 with flag 3813353/731000
145.11/144.20	c cleaning 37995 clauses out of 76005 with flag 4051255/770003
153.91/152.91	c cleaning 39000 clauses out of 78008 with flag 4289949/810001
162.31/161.33	c cleaning 40003 clauses out of 80009 with flag 4525218/851002
171.02/170.07	c cleaning 40997 clauses out of 82006 with flag 4769264/893002
179.82/178.88	c cleaning 42000 clauses out of 84008 with flag 5019959/936001
190.04/188.92	c cleaning 43000 clauses out of 86007 with flag 5289230/980000
200.25/199.15	c cleaning 43993 clauses out of 88007 with flag 5552499/1025000
210.64/209.58	c cleaning 45002 clauses out of 90015 with flag 5828347/1071001
221.16/220.08	c cleaning 45997 clauses out of 92014 with flag 6112932/1118002
232.06/230.99	c cleaning 47002 clauses out of 94017 with flag 6415472/1166002
243.56/242.49	c cleaning 48004 clauses out of 96016 with flag 6714171/1215003
256.48/255.28	c cleaning 49004 clauses out of 98016 with flag 7015991/1265007
268.87/267.65	c cleaning 49998 clauses out of 100005 with flag 7329766/1316000
281.88/280.63	c cleaning 50996 clauses out of 102007 with flag 7640614/1368000
296.47/295.23	c cleaning 51998 clauses out of 104013 with flag 7976337/1421002
310.37/309.14	c cleaning 53003 clauses out of 106014 with flag 8305827/1475001
326.69/325.24	c cleaning 54006 clauses out of 108019 with flag 8649678/1530009
343.20/341.78	c cleaning 54994 clauses out of 110007 with flag 8949984/1586003
360.21/358.72	c cleaning 55995 clauses out of 112010 with flag 9287200/1643000
377.20/375.78	c cleaning 57004 clauses out of 114016 with flag 9643445/1701001
395.76/394.15	c cleaning 58001 clauses out of 116014 with flag 10006319/1760003
413.66/412.00	c cleaning 59001 clauses out of 118010 with flag 10358835/1820000
431.77/430.11	c cleaning 59998 clauses out of 120009 with flag 10737550/1881000
449.40/447.50	c cleaning 61000 clauses out of 122011 with flag 11117167/1943000
466.11/464.24	c cleaning 61999 clauses out of 124012 with flag 11515069/2006001
483.30/481.46	c cleaning 63004 clauses out of 126017 with flag 11917578/2070005
501.69/499.67	c cleaning 63999 clauses out of 128013 with flag 12355994/2135005
518.40/516.34	c cleaning 64998 clauses out of 130009 with flag 12781912/2201000
538.10/535.81	c cleaning 65995 clauses out of 132011 with flag 13295010/2268000
557.19/554.93	c cleaning 67008 clauses out of 134023 with flag 13751263/2336007
577.23/574.82	c cleaning 68003 clauses out of 136012 with flag 14191292/2405004
598.84/596.44	c cleaning 68998 clauses out of 138008 with flag 14664178/2475003
623.38/620.98	c cleaning 69999 clauses out of 140009 with flag 15181089/2546002
645.37/642.94	c cleaning 71005 clauses out of 142010 with flag 15632690/2618002
670.38/667.87	c cleaning 71996 clauses out of 144003 with flag 16063249/2691000
692.97/690.49	c cleaning 72997 clauses out of 146007 with flag 16548871/2765000
717.43/714.83	c cleaning 73995 clauses out of 148011 with flag 17044123/2840001
743.13/740.51	c cleaning 75001 clauses out of 150015 with flag 17582806/2916000
770.60/767.93	c cleaning 75998 clauses out of 152014 with flag 18160357/2993000
795.59/792.85	c cleaning 76995 clauses out of 154016 with flag 18684726/3071000
820.88/818.17	c cleaning 78004 clauses out of 156023 with flag 19209080/3150002
849.23/846.48	c cleaning 79000 clauses out of 158021 with flag 19736664/3230004
881.43/878.60	c cleaning 80006 clauses out of 160018 with flag 20199391/3311001
915.40/912.56	c cleaning 80989 clauses out of 162011 with flag 20663914/3393000
950.91/948.05	c cleaning 82000 clauses out of 164022 with flag 21146535/3476000
988.97/986.03	c cleaning 83003 clauses out of 166022 with flag 21654303/3560000
1027.86/1024.89	c cleaning 83998 clauses out of 168019 with flag 22197070/3645000
1064.87/1061.86	c cleaning 85007 clauses out of 170021 with flag 22756150/3731000
1099.01/1095.96	c cleaning 86002 clauses out of 172016 with flag 23263606/3818002
1136.32/1133.17	c cleaning 86995 clauses out of 174013 with flag 23794852/3906001
1174.73/1171.55	c cleaning 87999 clauses out of 176017 with flag 24339048/3995000
1214.40/1211.12	c cleaning 89005 clauses out of 178019 with flag 24909425/4085001
1254.30/1250.90	c cleaning 90001 clauses out of 180013 with flag 25521666/4176000
1294.39/1291.04	c cleaning 90999 clauses out of 182012 with flag 26092963/4268000
1336.04/1332.68	c cleaning 92004 clauses out of 184014 with flag 26657110/4361001
1379.60/1376.14	c cleaning 93003 clauses out of 186015 with flag 27210418/4455006
1424.08/1420.69	c cleaning 93996 clauses out of 188006 with flag 27768430/4550000
1473.75/1470.29	c cleaning 95000 clauses out of 190010 with flag 28350708/4646000
1523.01/1519.42	c cleaning 95997 clauses out of 192013 with flag 28940321/4743003
1573.97/1570.34	c cleaning 97004 clauses out of 194022 with flag 29632755/4841009
1622.56/1618.80	c cleaning 97995 clauses out of 196013 with flag 30270796/4940004
1674.73/1670.91	c cleaning 99000 clauses out of 198014 with flag 30947824/5040000
1729.45/1725.53	c cleaning 100001 clauses out of 200016 with flag 31584598/5141002
1782.75/1778.79	c cleaning 101004 clauses out of 202014 with flag 32307191/5243001
1800.05/1796.00	c starts		: 5467
1800.05/1796.00	c conflicts		: 5291309
1800.05/1796.00	c decisions		: 10287622
1800.05/1796.00	c propagations		: 739116171
1800.05/1796.00	c inspects		: 27706947034
1800.05/1796.00	c shortcuts		: 0
1800.05/1796.00	c learnt literals	: 0
1800.05/1796.00	c learnt binary clauses	: 0
1800.05/1796.00	c learnt ternary clauses	: 783
1800.05/1796.00	c learnt constraints	: 5291309
1800.05/1796.00	c ignored constraints	: 0
1800.05/1796.00	c root simplifications	: 0
1800.05/1796.00	c removed literals (reason simplification)	: 0
1800.05/1796.00	c reason swapping (by a shorter reason)	: 0
1800.05/1796.00	c Calls to reduceDB	: 98
1800.05/1796.00	c Number of update (reduction) of LBD	: 1466806
1800.05/1796.00	c Imported unit clauses	: 0
1800.05/1796.00	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.00	c number of learned constraints concerned by reduction	: 0
1800.05/1796.00	c number of learning phase by resolution	: 0
1800.05/1796.00	c number of learning phase by cutting planes	: 0
1800.05/1796.00	c timeout
1800.05/1796.00	c speed (assignments/second)	: 411639.82164706907
1800.05/1796.00	c non guided choices	1363
1800.05/1796.03	c learnt constraints type 
1800.05/1796.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 149319
1800.05/1796.03	s UNKNOWN
1800.05/1796.03	c Total wall clock time (in seconds): 1795.919

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-4097832-1466118579/watcher-4097832-1466118579 -o /tmp/evaluation-result-4097832-1466118579/solver-4097832-1466118579 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466113165-23925 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097832-1466118579.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.20 2.18 3/194 28567
/proc/meminfo: memFree=30250400/32872528 swapFree=1402008/1579836
[pid=28567] ppid=28564 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/28567/stat : 28567 (java) S 28564 28567 21576 0 -1 4202496 1321 0 0 0 0 0 0 0 20 0 2 0 13903655 98635776 952 33554432000 1073741824 1073778376 140734716951408 140734716942544 248793563197 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28567/statm: 24081 959 727 9 0 16771 0
[pid=28567/tid=28568] ppid=28564 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28568/stat : 28568 (java) R 28564 28567 21576 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 13903656 98570240 977 33554432000 1073741824 1073778376 140734716951408 140620886179368 248790205824 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100109 s]
/proc/loadavg: 2.07 2.20 2.18 3/194 28567
/proc/meminfo: memFree=30250400/32872528 swapFree=1402008/1579836
[pid=28567] ppid=28564 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/28567/stat : 28567 (java) S 28564 28567 21576 0 -1 4202496 4406 0 1 0 10 0 0 0 20 0 18 0 13903655 9787879424 6041 33554432000 1073741824 1073778376 140734716951408 140734716942544 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28567/statm: 2389619 6041 2125 9 0 2380296 0
[pid=28567/tid=28568] ppid=28564 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/28567/task/28568/stat : 28568 (java) R 28564 28567 21576 0 -1 4202560 2375 0 1 0 7 0 0 0 20 0 18 0 13903656 9787879424 6041 33554432000 1073741824 1073778376 140734716951408 140620886182816 140620735800359 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200317 s]
/proc/loadavg: 2.07 2.20 2.18 3/194 28567
/proc/meminfo: memFree=30250400/32872528 swapFree=1402008/1579836
[pid=28567] ppid=28564 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/28567/stat : 28567 (java) S 28564 28567 21576 0 -1 4202496 4959 0 1 0 28 0 0 0 20 0 18 0 13903655 9787879424 6926 33554432000 1073741824 1073778376 140734716951408 140734716942544 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28567/statm: 2389619 6926 2216 9 0 2380296 0
[pid=28567/tid=28568] ppid=28564 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/28567/task/28568/stat : 28568 (java) R 28564 28567 21576 0 -1 4202560 2394 0 1 0 17 0 0 0 20 0 18 0 13903656 9787879424 6926 33554432000 1073741824 1073778376 140734716951408 140620886184152 140620735832787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300318 s]
/proc/loadavg: 2.07 2.20 2.18 3/194 28567
/proc/meminfo: memFree=30250400/32872528 swapFree=1402008/1579836
[pid=28567] ppid=28564 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/28567/stat : 28567 (java) S 28564 28567 21576 0 -1 4202496 7089 0 1 0 54 1 0 0 20 0 18 0 13903655 9787879424 9588 33554432000 1073741824 1073778376 140734716951408 140734716942544 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28567/statm: 2389619 9588 2233 9 0 2380296 0
[pid=28567/tid=28568] ppid=28564 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/28567/task/28568/stat : 28568 (java) R 28564 28567 21576 0 -1 4202560 2397 0 1 0 27 0 0 0 20 0 18 0 13903656 9787879424 9588 33554432000 1073741824 1073778376 140734716951408 140620886183592 140620736154974 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700258 s]
/proc/loadavg: 2.07 2.20 2.18 3/194 28567
/proc/meminfo: memFree=30250400/32872528 swapFree=1402008/1579836
[pid=28567] ppid=28564 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/28567/stat : 28567 (java) S 28564 28567 21576 0 -1 4202496 9955 0 1 0 132 2 0 0 20 0 19 0 13903655 9856040960 21570 33554432000 1073741824 1073778376 140734716951408 140734716942544 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28567/statm: 2406260 21570 2260 9 0 2396937 0
[pid=28567/tid=28568] ppid=28564 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/28567/task/28568/stat : 28568 (java) R 28564 28567 21576 0 -1 4202560 2431 0 1 0 66 1 0 0 20 0 19 0 13903656 9856040960 21570 33554432000 1073741824 1073778376 140734716951408 140620886184576 140620736349468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.07 2.20 2.18 3/213 28586
/proc/meminfo: memFree=30171092/32872528 swapFree=1402008/1579836
[pid=28567] ppid=28564 vsize=9625040 CPUtime=2.24 cores=0,2,4,6
/proc/28567/stat : 28567 (java) S 28564 28567 21576 0 -1 4202496 10016 0 1 0 222 2 0 0 20 0 19 0 13903655 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140734716942544 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28567/statm: 2406260 22108 2271 9 0 2396937 0
[pid=28567/tid=28568] ppid=28564 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/28567/task/28568/stat : 28568 (java) R 28564 28567 21576 0 -1 4202560 2433 0 1 0 146 1 0 0 20 0 19 0 13903656 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140620886183272 140620736349527 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28570] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28570/stat : 28570 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140620858636456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28571] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28571/stat : 28571 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140620857583912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28572] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28572/stat : 28572 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140620856531368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28567/tid=28573] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28573/stat : 28573 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140620855478824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28574] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28574/stat : 28574 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140620854426280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28575] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28575/stat : 28575 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140620724742952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28576] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28576/stat : 28576 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140620723690408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28577] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28577/stat : 28577 (java) S 28564 28567 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140620722637864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28578] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28578/stat : 28578 (java) S 28564 28567 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13903658 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140620239689832 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28579] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28579/stat : 28579 (java) S 28564 28567 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13903658 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140620238636152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28580] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28580/stat : 28580 (java) S 28564 28567 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13903658 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140620237583496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28581] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28581/stat : 28581 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903661 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140620236532240 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28582] ppid=28564 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/28567/task/28582/stat : 28582 (java) S 28564 28567 21576 0 -1 4202560 3444 0 0 0 36 0 0 0 20 0 19 0 13903661 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140620235479608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28583] ppid=28564 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/28567/task/28583/stat : 28583 (java) S 28564 28567 21576 0 -1 4202560 2862 0 0 0 36 0 0 0 20 0 19 0 13903661 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140620234427064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28584] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28584/stat : 28584 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903661 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140620233374712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28585] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28585/stat : 28585 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903661 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140620232322376 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28586] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28586/stat : 28586 (java) S 28564 28567 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13903702 9856040960 22108 33554432000 1073741824 1073778376 140734716951408 140620231267112 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.14 2.22 2.18 3/213 28586
/proc/meminfo: memFree=30165868/32872528 swapFree=1402008/1579836
[pid=28567] ppid=28564 vsize=9625040 CPUtime=3.91 cores=0,2,4,6
/proc/28567/stat : 28567 (java) S 28564 28567 21576 0 -1 4202496 10895 0 1 0 389 2 0 0 20 0 19 0 13903655 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140734716942544 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28567/statm: 2406260 23644 2271 9 0 2396937 0
[pid=28567/tid=28568] ppid=28564 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/28567/task/28568/stat : 28568 (java) R 28564 28567 21576 0 -1 4202560 2438 0 1 0 306 1 0 0 20 0 19 0 13903656 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140620886182376 140620736516402 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28570] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28570/stat : 28570 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140620858636456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28571] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28571/stat : 28571 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140620857583912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28572] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28572/stat : 28572 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140620856531368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28567/tid=28573] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28573/stat : 28573 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140620855478824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28574] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28574/stat : 28574 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140620854426280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28575] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28575/stat : 28575 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140620724742952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28576] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28576/stat : 28576 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140620723690408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28577] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28577/stat : 28577 (java) S 28564 28567 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140620722637864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28578] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28578/stat : 28578 (java) S 28564 28567 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13903658 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140620239689832 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28579] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28579/stat : 28579 (java) S 28564 28567 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13903658 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140620238636152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28580] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28580/stat : 28580 (java) S 28564 28567 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13903658 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140620237583496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28581] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28581/stat : 28581 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903661 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140620236532240 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28582] ppid=28564 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/28567/task/28582/stat : 28582 (java) S 28564 28567 21576 0 -1 4202560 3444 0 0 0 37 0 0 0 20 0 19 0 13903661 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140620235479608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28583] ppid=28564 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/28567/task/28583/stat : 28583 (java) S 28564 28567 21576 0 -1 4202560 3736 0 0 0 42 0 0 0 20 0 19 0 13903661 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140620234427064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28584] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28584/stat : 28584 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903661 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140620233374712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28585] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28585/stat : 28585 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903661 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140620232322376 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28586] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28586/stat : 28586 (java) S 28564 28567 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13903702 9856040960 23644 33554432000 1073741824 1073778376 140734716951408 140620231267112 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.14 2.22 2.18 3/213 28586
/proc/meminfo: memFree=30153200/32872528 swapFree=1402008/1579836
[pid=28567] ppid=28564 vsize=9625040 CPUtime=7.13 cores=0,2,4,6
/proc/28567/stat : 28567 (java) S 28564 28567 21576 0 -1 4202496 10903 0 1 0 711 2 0 0 20 0 19 0 13903655 9856040960 25606 33554432000 1073741824 1073778376 140734716951408 140734716942544 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28567/statm: 2406260 25606 2272 9 0 2396937 0
[pid=28567/tid=28568] ppid=28564 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/28567/task/28568/stat : 28568 (java) R 28564 28567 21576 0 -1 4202560 2444 0 1 0 626 1 0 0 20 0 19 0 13903656 9856040960 25606 33554432000 1073741824 1073778376 140734716951408 140620886175424 140620736349468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28570] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28570/stat : 28570 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 25606 33554432000 1073741824 1073778376 140734716951408 140620858636456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28571] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28571/stat : 28571 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 25606 33554432000 1073741824 1073778376 140734716951408 140620857583912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28572] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28572/stat : 28572 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 25606 33554432000 1073741824 1073778376 140734716951408 140620856531368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28567/tid=28573] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28573/stat : 28573 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 25606 33554432000 1073741824 1073778376 140734716951408 140620855478824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28574] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28574/stat : 28574 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 25606 33554432000 1073741824 1073778376 140734716951408 140620854426280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28575] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28575/stat : 28575 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 25606 33554432000 1073741824 1073778376 140734716951408 140620724742952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28576] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28576/stat : 28576 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 25606 33554432000 1073741824 1073778376 140734716951408 140620723690408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28577] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28577/stat : 28577 (java) S 28564 28567 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13903657 9856040960 25606 33554432000 1073741824 1073778376 140734716951408 140620722637864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28578] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28578/stat : 28578 (java) S 28564 28567 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13903658 9856040960 25606 33554432000 1073741824 1073778376 140734716951408 140620239689832 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28579] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28579/stat : 28579 (java) S 28564 28567 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13903658 9856040960 25606 33554432000 1073741824 1073778376 140734716951408 140620238636152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28580] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28580/stat : 28580 (java) S 28564 28567 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13903658 9856040960 25606 33554432000 1073741824 1073778376 140734716951408 140620237583496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28581] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28581/stat : 28581 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903661 9856040960 25606 33554432000 1073741824 1073778376 140734716951408 140620236532240 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28582] ppid=28564 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/28567/task/28582/stat : 28582 (java) S 28564 28567 21576 0 -1 4202560 3445 0 0 0 39 0 0 0 20 0 19 0 13903661 9856040960 25606 33554432000 1073741824 1073778376 140734716951408 140620235479608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28583] ppid=28564 vsize=9625040 CPUtime=0.43 cores=0,2,4,6

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

[pid=28567/tid=28579] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28579/stat : 28579 (java) S 28564 28567 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13903658 9856040960 115828 33554432000 1073741824 1073778376 140734716951408 140620238636152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28580] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28580/stat : 28580 (java) S 28564 28567 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13903658 9856040960 115828 33554432000 1073741824 1073778376 140734716951408 140620237583496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28581] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28581/stat : 28581 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903661 9856040960 115828 33554432000 1073741824 1073778376 140734716951408 140620236532240 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28582] ppid=28564 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/28567/task/28582/stat : 28582 (java) S 28564 28567 21576 0 -1 4202560 3445 0 0 0 39 0 0 0 20 0 19 0 13903661 9856040960 115828 33554432000 1073741824 1073778376 140734716951408 140620235479608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28583] ppid=28564 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/28567/task/28583/stat : 28583 (java) S 28564 28567 21576 0 -1 4202560 3739 0 0 0 45 0 0 0 20 0 19 0 13903661 9856040960 115828 33554432000 1073741824 1073778376 140734716951408 140620234427064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28584] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28584/stat : 28584 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903661 9856040960 115828 33554432000 1073741824 1073778376 140734716951408 140620233374712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28585] ppid=28564 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/28567/task/28585/stat : 28585 (java) S 28564 28567 21576 0 -1 4202560 96 0 0 0 27 27 0 0 20 0 19 0 13903661 9856040960 115828 33554432000 1073741824 1073778376 140734716951408 140620232322376 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28586] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28586/stat : 28586 (java) S 28564 28567 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13903702 9856040960 115828 33554432000 1073741824 1073778376 140734716951408 140620231267112 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1666.13
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.19 2.24 2.20 3/213 28693
/proc/meminfo: memFree=29465184/32872528 swapFree=1402008/1579836
[pid=28567] ppid=28564 vsize=9625040 CPUtime=1726.25 cores=0,2,4,6
/proc/28567/stat : 28567 (java) S 28564 28567 21576 0 -1 4202496 14202 0 1 0 172541 84 0 0 20 0 19 0 13903655 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140734716942544 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28567/statm: 2406260 115830 2294 9 0 2396937 0
[pid=28567/tid=28568] ppid=28564 vsize=9625040 CPUtime=1720.69 cores=0,2,4,6
/proc/28567/task/28568/stat : 28568 (java) R 28564 28567 21576 0 -1 4202560 2507 0 1 0 172038 31 0 0 20 0 19 0 13903656 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140620886183136 140620736349380 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28570] ppid=28564 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/28567/task/28570/stat : 28570 (java) S 28564 28567 21576 0 -1 4202560 454 0 0 0 37 6 0 0 20 0 19 0 13903657 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140620858636456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28571] ppid=28564 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/28567/task/28571/stat : 28571 (java) S 28564 28567 21576 0 -1 4202560 447 0 0 0 44 6 0 0 20 0 19 0 13903657 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140620857583912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28572] ppid=28564 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/28567/task/28572/stat : 28572 (java) S 28564 28567 21576 0 -1 4202560 366 0 0 0 48 8 0 0 20 0 19 0 13903657 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140620856531368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28573] ppid=28564 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/28567/task/28573/stat : 28573 (java) S 28564 28567 21576 0 -1 4202560 273 0 0 0 45 7 0 0 20 0 19 0 13903657 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140620855478824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28567/tid=28574] ppid=28564 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/28567/task/28574/stat : 28574 (java) S 28564 28567 21576 0 -1 4202560 421 0 0 0 43 5 0 0 20 0 19 0 13903657 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140620854426280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28575] ppid=28564 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/28567/task/28575/stat : 28575 (java) S 28564 28567 21576 0 -1 4202560 242 0 0 0 47 8 0 0 20 0 19 0 13903657 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140620724742952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28567/tid=28576] ppid=28564 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/28567/task/28576/stat : 28576 (java) S 28564 28567 21576 0 -1 4202560 351 0 0 0 51 10 0 0 20 0 19 0 13903657 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140620723690408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28567/tid=28577] ppid=28564 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/28567/task/28577/stat : 28577 (java) S 28564 28567 21576 0 -1 4202560 387 0 0 0 40 7 0 0 20 0 19 0 13903657 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140620722637864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28567/tid=28578] ppid=28564 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/28567/task/28578/stat : 28578 (java) S 28564 28567 21576 0 -1 4202560 207 0 0 0 32 2 0 0 20 0 19 0 13903658 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140620239689832 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28579] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28579/stat : 28579 (java) S 28564 28567 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13903658 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140620238636152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28580] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28580/stat : 28580 (java) S 28564 28567 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13903658 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140620237583496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28581] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28581/stat : 28581 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903661 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140620236532240 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28582] ppid=28564 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/28567/task/28582/stat : 28582 (java) S 28564 28567 21576 0 -1 4202560 3445 0 0 0 39 0 0 0 20 0 19 0 13903661 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140620235479608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28583] ppid=28564 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/28567/task/28583/stat : 28583 (java) S 28564 28567 21576 0 -1 4202560 3739 0 0 0 45 0 0 0 20 0 19 0 13903661 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140620234427064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28584] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28584/stat : 28584 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903661 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140620233374712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28585] ppid=28564 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/28567/task/28585/stat : 28585 (java) S 28564 28567 21576 0 -1 4202560 100 0 0 0 29 28 0 0 20 0 19 0 13903661 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140620232322376 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28586] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28586/stat : 28586 (java) S 28564 28567 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13903702 9856040960 115830 33554432000 1073741824 1073778376 140734716951408 140620231267112 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.25
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.36 2.27 2.20 4/213 28694
/proc/meminfo: memFree=29469768/32872528 swapFree=1402008/1579836
[pid=28567] ppid=28564 vsize=9625040 CPUtime=1786.35 cores=0,2,4,6
/proc/28567/stat : 28567 (java) S 28564 28567 21576 0 -1 4202496 14221 0 1 0 178550 85 0 0 20 0 19 0 13903655 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140734716942544 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28567/statm: 2406260 114605 2294 9 0 2396937 0
[pid=28567/tid=28568] ppid=28564 vsize=9625040 CPUtime=1780.54 cores=0,2,4,6
/proc/28567/task/28568/stat : 28568 (java) R 28564 28567 21576 0 -1 4202560 2508 0 1 0 178022 32 0 0 20 0 19 0 13903656 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620886175424 140620736361155 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28570] ppid=28564 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/28567/task/28570/stat : 28570 (java) S 28564 28567 21576 0 -1 4202560 454 0 0 0 41 6 0 0 20 0 19 0 13903657 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620858636456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28571] ppid=28564 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/28567/task/28571/stat : 28571 (java) S 28564 28567 21576 0 -1 4202560 447 0 0 0 46 6 0 0 20 0 19 0 13903657 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620857583912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28572] ppid=28564 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/28567/task/28572/stat : 28572 (java) S 28564 28567 21576 0 -1 4202560 366 0 0 0 49 8 0 0 20 0 19 0 13903657 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620856531368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28573] ppid=28564 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/28567/task/28573/stat : 28573 (java) S 28564 28567 21576 0 -1 4202560 273 0 0 0 45 7 0 0 20 0 19 0 13903657 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620855478824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28567/tid=28574] ppid=28564 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/28567/task/28574/stat : 28574 (java) S 28564 28567 21576 0 -1 4202560 421 0 0 0 44 5 0 0 20 0 19 0 13903657 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620854426280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28567/tid=28575] ppid=28564 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/28567/task/28575/stat : 28575 (java) S 28564 28567 21576 0 -1 4202560 242 0 0 0 49 8 0 0 20 0 19 0 13903657 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620724742952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28576] ppid=28564 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/28567/task/28576/stat : 28576 (java) S 28564 28567 21576 0 -1 4202560 351 0 0 0 51 10 0 0 20 0 19 0 13903657 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620723690408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28567/tid=28577] ppid=28564 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/28567/task/28577/stat : 28577 (java) S 28564 28567 21576 0 -1 4202560 387 0 0 0 42 7 0 0 20 0 19 0 13903657 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620722637864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28567/tid=28578] ppid=28564 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/28567/task/28578/stat : 28578 (java) S 28564 28567 21576 0 -1 4202560 221 0 0 0 44 2 0 0 20 0 19 0 13903658 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620239689832 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28579] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28579/stat : 28579 (java) S 28564 28567 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13903658 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620238636152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28580] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28580/stat : 28580 (java) S 28564 28567 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13903658 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620237583496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28581] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28581/stat : 28581 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903661 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620236532240 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28582] ppid=28564 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/28567/task/28582/stat : 28582 (java) S 28564 28567 21576 0 -1 4202560 3445 0 0 0 39 0 0 0 20 0 19 0 13903661 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620235479608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28583] ppid=28564 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/28567/task/28583/stat : 28583 (java) S 28564 28567 21576 0 -1 4202560 3739 0 0 0 45 0 0 0 20 0 19 0 13903661 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620234427064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28584] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28584/stat : 28584 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903661 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620233374712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28585] ppid=28564 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/28567/task/28585/stat : 28585 (java) S 28564 28567 21576 0 -1 4202560 104 0 0 0 30 29 0 0 20 0 19 0 13903661 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620232322376 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28586] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28586/stat : 28586 (java) S 28564 28567 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13903702 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620231267112 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.35
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.30 2.26 2.20 3/213 28695
/proc/meminfo: memFree=29469508/32872528 swapFree=1402008/1579836
[pid=28567] ppid=28564 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/28567/stat : 28567 (java) S 28564 28567 21576 0 -1 4202496 14221 0 1 0 179920 85 0 0 20 0 19 0 13903655 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140734716942544 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28567/statm: 2406260 114605 2294 9 0 2396937 0
[pid=28567/tid=28568] ppid=28564 vsize=9625040 CPUtime=1794.25 cores=0,2,4,6
/proc/28567/task/28568/stat : 28568 (java) R 28564 28567 21576 0 -1 4202560 2508 0 1 0 179393 32 0 0 20 0 19 0 13903656 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620886175424 140620736349468 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28570] ppid=28564 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/28567/task/28570/stat : 28570 (java) S 28564 28567 21576 0 -1 4202560 454 0 0 0 41 6 0 0 20 0 19 0 13903657 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620858636456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28571] ppid=28564 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/28567/task/28571/stat : 28571 (java) S 28564 28567 21576 0 -1 4202560 447 0 0 0 46 6 0 0 20 0 19 0 13903657 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620857583912 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28572] ppid=28564 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/28567/task/28572/stat : 28572 (java) S 28564 28567 21576 0 -1 4202560 366 0 0 0 49 8 0 0 20 0 19 0 13903657 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620856531368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28573] ppid=28564 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/28567/task/28573/stat : 28573 (java) S 28564 28567 21576 0 -1 4202560 273 0 0 0 45 7 0 0 20 0 19 0 13903657 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620855478824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28567/tid=28574] ppid=28564 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/28567/task/28574/stat : 28574 (java) S 28564 28567 21576 0 -1 4202560 421 0 0 0 44 5 0 0 20 0 19 0 13903657 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620854426280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28567/tid=28575] ppid=28564 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/28567/task/28575/stat : 28575 (java) S 28564 28567 21576 0 -1 4202560 242 0 0 0 49 8 0 0 20 0 19 0 13903657 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620724742952 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28576] ppid=28564 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/28567/task/28576/stat : 28576 (java) S 28564 28567 21576 0 -1 4202560 351 0 0 0 51 10 0 0 20 0 19 0 13903657 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620723690408 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28567/tid=28577] ppid=28564 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/28567/task/28577/stat : 28577 (java) S 28564 28567 21576 0 -1 4202560 387 0 0 0 42 7 0 0 20 0 19 0 13903657 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620722637864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28567/tid=28578] ppid=28564 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/28567/task/28578/stat : 28578 (java) S 28564 28567 21576 0 -1 4202560 221 0 0 0 44 2 0 0 20 0 19 0 13903658 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620239689832 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28579] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28579/stat : 28579 (java) S 28564 28567 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13903658 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620238636152 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28580] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28580/stat : 28580 (java) S 28564 28567 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13903658 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620237583496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28581] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28581/stat : 28581 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903661 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620236532240 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28582] ppid=28564 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/28567/task/28582/stat : 28582 (java) S 28564 28567 21576 0 -1 4202560 3445 0 0 0 39 0 0 0 20 0 19 0 13903661 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620235479608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28567/tid=28583] ppid=28564 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/28567/task/28583/stat : 28583 (java) S 28564 28567 21576 0 -1 4202560 3739 0 0 0 45 0 0 0 20 0 19 0 13903661 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620234427064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28584] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28584/stat : 28584 (java) S 28564 28567 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13903661 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620233374712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28567/tid=28585] ppid=28564 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/28567/task/28585/stat : 28585 (java) S 28564 28567 21576 0 -1 4202560 104 0 0 0 30 30 0 0 20 0 19 0 13903661 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620232322376 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28567/tid=28586] ppid=28564 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28567/task/28586/stat : 28586 (java) S 28564 28567 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13903702 9856040960 114605 33554432000 1073741824 1073778376 140734716951408 140620231267112 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 28567 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1796.04
CPU time (s): 1800.7
CPU user time (s): 1799.35
CPU system time (s): 1.35079
CPU usage (%): 100.26
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.35
system time used= 1.35079
maximum resident set size= 691508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14256
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38890
involuntary context switches= 16606

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.82551 second user time and 14.3998 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-17 01:09:39
IDJOB=4097832
IDBENCH=107813
IDSOLVER=2546
FILE ID=node139/4097832-1466118579
RUNJOBID= node139-1466113165-23925
PBS_JOBID= 19904053
Free space on /tmp= 71592 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression32_14.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097832-1466118579/watcher-4097832-1466118579 -o /tmp/evaluation-result-4097832-1466118579/solver-4097832-1466118579 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466113165-23925 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097832-1466118579.opb

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

MD5SUM BENCH= 8f1ab1cee0eaffd9cfda11c2de0123e4
RANDOM SEED=541933523

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.500
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.56
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.500
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.500
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:        30250556 kB
Buffers:           76204 kB
Cached:           143472 kB
SwapCached:          960 kB
Active:           206388 kB
Inactive:         121236 kB
Active(anon):     109208 kB
Inactive(anon):     1364 kB
Active(file):      97180 kB
Inactive(file):   119872 kB
Unevictable:     1579836 kB
Mlocked:         1402008 kB
SwapTotal:      67108856 kB
SwapFree:       67100244 kB
Dirty:              1628 kB
Writeback:             0 kB
AnonPages:       1709668 kB
Mapped:            15308 kB
Shmem:                 0 kB
Slab:             572700 kB
SReclaimable:      15760 kB
SUnreclaim:       556940 kB
KernelStack:        1760 kB
PageTables:         7696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2267564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 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= 71588 MiB
End job on node139 at 2016-06-17 01:39:35