Trace number 4100378

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.92 894.074

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-railway_8_1_0.opb
MD5SUM0748343c41c1a4f38800a46bbbd374d2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark147
Best CPU time to get the best result obtained on this benchmark33.6179
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19747
Total number of constraints3145
Number of constraints which are clauses426
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2719
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 133
Biggest coefficient in the objective function 262119
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 524354
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262119
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524354
Number of bits of the biggest sum of numbers20
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.10	c version PB16.v20160501
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4100378-1466209018.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
1.44/0.75	c ... done. Wall clock time 0.626s.
1.44/0.75	c declared #vars     19747
1.44/0.75	c #constraints  3146
1.44/0.76	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.44/0.76	c constraints type 
1.44/0.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 426
1.44/0.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2720
1.44/0.76	c 3146 constraints processed.
1.44/0.76	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.44/0.76	c constraints type 
1.44/0.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 426
1.44/0.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2720
1.44/0.76	c 3146 constraints processed.
1.44/0.76	c objective function length is 133 literals
4.03/1.40	c cleaning 2495 clauses out of 5000 with flag 12483/5000
5.47/1.80	c cleaning 4250 clauses out of 8507 with flag 26393/11002
6.38/2.27	c cleaning 5625 clauses out of 11257 with flag 42637/18002
7.85/2.93	c cleaning 6811 clauses out of 13635 with flag 63279/26005
9.75/3.80	c cleaning 7902 clauses out of 15819 with flag 85308/35000
10.99/4.44	c cleaning 8955 clauses out of 17917 with flag 110767/45000
12.17/5.00	c cleaning 9973 clauses out of 19962 with flag 135433/56000
14.03/5.94	c cleaning 10992 clauses out of 21989 with flag 160695/68000
16.29/7.08	c cleaning 11989 clauses out of 23997 with flag 189096/81000
17.70/7.79	c cleaning 12990 clauses out of 26008 with flag 220582/95000
19.09/8.47	c cleaning 0 clauses out of 5000 with flag 0/5000
19.94/8.79	c cleaning 14005 clauses out of 28019 with flag 252399/110001
23.15/10.29	c cleaning 15008 clauses out of 30015 with flag 284438/126002
26.19/11.76	c cleaning 16000 clauses out of 32007 with flag 318658/143002
29.60/13.46	c cleaning 16995 clauses out of 34007 with flag 357182/161002
31.86/14.58	c cleaning 17998 clauses out of 36010 with flag 397548/180000
34.65/15.98	c cleaning 19004 clauses out of 38012 with flag 446548/200000
38.65/17.96	c cleaning 19991 clauses out of 40008 with flag 500514/221000
42.73/19.97	c cleaning 21006 clauses out of 42018 with flag 554016/243001
45.51/21.37	c cleaning 21997 clauses out of 44011 with flag 612127/266000
48.51/22.86	c cleaning 23000 clauses out of 46015 with flag 665142/290001
55.54/26.34	c cleaning 24006 clauses out of 48014 with flag 717576/315000
64.55/30.88	c cleaning 24997 clauses out of 50009 with flag 771379/341001
73.38/35.27	c cleaning 26005 clauses out of 52013 with flag 826938/368002
79.19/38.12	c cleaning 0 clauses out of 11001 with flag 0/11001
82.26/39.65	c cleaning 27004 clauses out of 54007 with flag 887097/396001
87.64/42.40	c cleaning 27991 clauses out of 56002 with flag 949776/425000
93.69/45.32	c cleaning 29004 clauses out of 58011 with flag 1024676/455000
96.69/46.82	c cleaning 29999 clauses out of 60009 with flag 1091833/486002
100.49/48.78	c cleaning 30995 clauses out of 62008 with flag 1163868/518000
106.56/51.80	c cleaning 31994 clauses out of 64013 with flag 1235783/551000
112.15/54.57	c cleaning 33001 clauses out of 66020 with flag 1311405/585001
115.60/56.29	c cleaning 34001 clauses out of 68020 with flag 1388602/620002
119.58/58.25	c cleaning 34999 clauses out of 70018 with flag 1475097/656001
124.83/60.81	c cleaning 36000 clauses out of 72018 with flag 1568871/693000
136.05/66.48	c cleaning 37002 clauses out of 74019 with flag 1671147/731001
150.28/73.56	c cleaning 38000 clauses out of 76019 with flag 1759188/770003
155.35/76.05	c cleaning 39007 clauses out of 78019 with flag 1847575/810003
161.13/78.99	c cleaning 40000 clauses out of 80012 with flag 1934660/851003
171.17/83.95	c cleaning 40997 clauses out of 82012 with flag 2025236/893003
178.01/87.30	c cleaning 41995 clauses out of 84012 with flag 2115382/936000
184.43/90.51	c cleaning 42998 clauses out of 86017 with flag 2221307/980000
194.89/95.72	c cleaning 44005 clauses out of 88023 with flag 2326596/1025004
197.72/97.18	c cleaning 0 clauses out of 18000 with flag 0/18000
211.75/104.12	c cleaning 45007 clauses out of 90022 with flag 2425931/1071008
237.83/117.13	c cleaning 45993 clauses out of 92007 with flag 2531520/1118000
261.14/128.73	c cleaning 47002 clauses out of 94017 with flag 2638540/1166003
282.01/139.15	c cleaning 48006 clauses out of 96012 with flag 2742720/1215000
314.00/155.01	c cleaning 48998 clauses out of 98006 with flag 2844644/1265000
336.16/166.09	c cleaning 50003 clauses out of 100010 with flag 2948294/1316002
352.08/173.99	c cleaning 50997 clauses out of 102005 with flag 3055108/1368000
379.18/187.49	c cleaning 51997 clauses out of 104008 with flag 3169065/1421000
411.63/203.55	c cleaning 52997 clauses out of 106011 with flag 3284099/1475000
422.50/208.97	c cleaning 0 clauses out of 26000 with flag 0/26000
445.45/220.36	c cleaning 53993 clauses out of 108014 with flag 3401197/1530000
487.77/241.39	c cleaning 54998 clauses out of 110021 with flag 3519795/1586000
529.02/261.88	c cleaning 56002 clauses out of 112024 with flag 3642869/1643001
578.13/286.49	c cleaning 57001 clauses out of 114021 with flag 3762601/1701000
619.71/307.11	c cleaning 58000 clauses out of 116020 with flag 3884636/1760000
676.20/335.22	c cleaning 59004 clauses out of 118021 with flag 4009855/1820001
735.71/364.81	c cleaning 59998 clauses out of 120017 with flag 4136755/1881001
792.30/392.99	c cleaning 60999 clauses out of 122020 with flag 4264656/1943002
829.55/411.49	c cleaning 0 clauses out of 35000 with flag 0/35000
858.49/425.83	c cleaning 61997 clauses out of 124021 with flag 4397872/2006002
921.39/457.14	c cleaning 62999 clauses out of 126022 with flag 4531454/2070000
985.63/489.00	c cleaning 64004 clauses out of 128024 with flag 4667554/2135001
1060.79/526.52	c cleaning 64999 clauses out of 130020 with flag 4806493/2201001
1130.38/561.11	c cleaning 65996 clauses out of 132023 with flag 4946547/2268003
1198.21/594.86	c cleaning 67006 clauses out of 134024 with flag 5090983/2336000
1271.98/631.56	c cleaning 67998 clauses out of 136019 with flag 5237881/2405001
1323.52/657.20	c cleaning 0 clauses out of 45001 with flag 0/45001
1352.66/671.69	c cleaning 68998 clauses out of 138021 with flag 5386491/2475001
1432.01/711.09	c cleaning 70001 clauses out of 140023 with flag 5531183/2546001
1462.22/726.07	c cleaning 70994 clauses out of 142021 with flag 5690276/2618000
1482.60/736.30	c cleaning 72007 clauses out of 144029 with flag 5859186/2691002
1515.86/752.89	c cleaning 73009 clauses out of 146023 with flag 6042497/2765003
1529.32/759.59	c cleaning 73998 clauses out of 148015 with flag 6203746/2840004
1578.71/784.03	c cleaning 74999 clauses out of 150013 with flag 6356244/2916000
1638.96/813.98	c cleaning 75999 clauses out of 152016 with flag 6510250/2993002
1726.49/857.44	c cleaning 76998 clauses out of 154016 with flag 6666263/3071001
1799.39/893.61	c cleaning 78001 clauses out of 156017 with flag 6824285/3150000
1800.26/894.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.26/894.00	c starts		: 2701
1800.26/894.00	c conflicts		: 3156020
1800.26/894.00	c decisions		: 3713420
1800.26/894.00	c propagations		: 31603713
1800.26/894.00	c inspects		: 12715068908
1800.26/894.00	c shortcuts		: 0
1800.26/894.00	c learnt literals	: 0
1800.26/894.00	c learnt binary clauses	: 0
1800.26/894.00	c learnt ternary clauses	: 37
1800.26/894.00	c learnt constraints	: 3156020
1800.26/894.00	c ignored constraints	: 0
1800.26/894.00	c root simplifications	: 0
1800.26/894.00	c removed literals (reason simplification)	: 14478179
1800.26/894.00	c reason swapping (by a shorter reason)	: 0
1800.26/894.00	c Calls to reduceDB	: 75
1800.26/894.00	c Number of update (reduction) of LBD	: 159184
1800.26/894.00	c Imported unit clauses	: 0
1800.26/894.00	c number of reductions to clauses (during analyze)	: 0
1800.26/894.00	c number of learned constraints concerned by reduction	: 0
1800.26/894.00	c number of learning phase by resolution	: 0
1800.26/894.00	c number of learning phase by cutting planes	: 0
1800.26/894.00	c speed (assignments/second)	: 35381.54173747741
1800.26/894.00	c non guided choices	143037
1800.26/894.03	c learnt constraints type 
1800.26/894.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 84036
1800.26/894.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.26/894.03	c starts		: 74
1800.26/894.03	c conflicts		: 53496
1800.26/894.03	c decisions		: 62276
1800.26/894.03	c propagations		: 368043
1800.26/894.03	c inspects		: 1327665319
1800.26/894.03	c shortcuts		: 0
1800.26/894.03	c learnt literals	: 0
1800.26/894.03	c learnt binary clauses	: 0
1800.26/894.03	c learnt ternary clauses	: 0
1800.26/894.03	c learnt constraints	: 53496
1800.26/894.03	c ignored constraints	: 0
1800.26/894.03	c root simplifications	: 0
1800.26/894.03	c removed literals (reason simplification)	: 0
1800.26/894.03	c reason swapping (by a shorter reason)	: 0
1800.26/894.03	c Calls to reduceDB	: 6
1800.26/894.03	c Number of update (reduction) of LBD	: 0
1800.26/894.03	c Imported unit clauses	: 0
1800.26/894.03	c number of reductions to clauses (during analyze)	: 0
1800.26/894.03	c number of learned constraints concerned by reduction	: 0
1800.26/894.03	c number of learning phase by resolution	: 0
1800.26/894.03	c number of learning phase by cutting planes	: 0
1800.26/894.03	c speed (assignments/second)	: 412.02363933336096
1800.26/894.03	c non guided choices	591
1800.26/894.06	c learnt constraints type 
1800.26/894.06	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 856
1800.26/894.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 52640
1800.26/894.06	s UNKNOWN
1800.26/894.06	c Total wall clock time (in seconds): 893.932

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

pid=16650
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: 4.13 4.14 3.70 4/197 16653
/proc/meminfo: memFree=31174292/32872528 swapFree=338416/354768
[pid=16653] ppid=16650 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/16653/stat : 16653 (java) R 16650 16653 14474 0 -1 4202496 407 0 0 0 0 0 0 0 20 0 1 0 22948529 9445376 79 33554432000 1073741824 1073778376 140736542628464 140736542625592 242158181149 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16653/statm: 2306 90 72 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 4.13 4.14 3.70 4/197 16653
/proc/meminfo: memFree=31174292/32872528 swapFree=338416/354768
[pid=16653] ppid=16650 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16653/stat : 16653 (java) S 16650 16653 14474 0 -1 4202496 4376 0 1 0 9 0 0 0 20 0 18 0 22948529 9787879424 6016 33554432000 1073741824 1073778376 140736542628464 140736542619600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16653/statm: 2389619 6016 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 4.13 4.14 3.70 4/197 16653
/proc/meminfo: memFree=31174292/32872528 swapFree=338416/354768
[pid=16653] ppid=16650 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/16653/stat : 16653 (java) S 16650 16653 14474 0 -1 4202496 4685 0 1 0 24 0 0 0 20 0 18 0 22948529 9787879424 7283 33554432000 1073741824 1073778376 140736542628464 140736542619600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16653/statm: 2389619 7283 2205 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300234 s]
/proc/loadavg: 4.13 4.14 3.70 4/197 16653
/proc/meminfo: memFree=31174292/32872528 swapFree=338416/354768
[pid=16653] ppid=16650 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/16653/stat : 16653 (java) S 16650 16653 14474 0 -1 4202496 5859 0 1 0 49 1 0 0 20 0 18 0 22948529 9787879424 10579 33554432000 1073741824 1073778376 140736542628464 140736542619600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16653/statm: 2389619 10579 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.706863 s]
/proc/loadavg: 4.13 4.14 3.70 4/197 16653
/proc/meminfo: memFree=31174292/32872528 swapFree=338416/354768
[pid=16653] ppid=16650 vsize=9558476 CPUtime=1.44 cores=1,3,5,7
/proc/16653/stat : 16653 (java) S 16650 16653 14474 0 -1 4202496 16864 0 1 0 138 6 0 0 20 0 18 0 22948529 9787879424 46530 33554432000 1073741824 1073778376 140736542628464 140736542619600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16653/statm: 2389619 46530 2254 9 0 2380296 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 4.12 4.14 3.70 7/219 16675
/proc/meminfo: memFree=30981536/32872528 swapFree=338416/354768
[pid=16653] ppid=16650 vsize=9824732 CPUtime=4.43 cores=1,3,5,7
/proc/16653/stat : 16653 (java) S 16650 16653 14474 0 -1 4202496 26935 0 1 0 432 11 0 0 20 0 22 0 22948529 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140736542619600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16653/statm: 2456183 59626 2285 9 0 2446860 0
[pid=16653/tid=16655] ppid=16650 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/16653/task/16655/stat : 16655 (java) S 16650 16653 14474 0 -1 4202560 2527 0 1 0 66 3 0 0 20 0 22 0 22948530 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140150672966520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16656] ppid=16650 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16653/task/16656/stat : 16656 (java) S 16650 16653 14474 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 22948531 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140150634457512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16657] ppid=16650 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16653/task/16657/stat : 16657 (java) S 16650 16653 14474 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 22948531 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140150633404968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16658] ppid=16650 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16653/task/16658/stat : 16658 (java) S 16650 16653 14474 0 -1 4202560 105 0 0 0 1 0 0 0 20 0 22 0 22948531 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140150632351912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16659] ppid=16650 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16653/task/16659/stat : 16659 (java) S 16650 16653 14474 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 22948531 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140150631299368 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16660] ppid=16650 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16653/task/16660/stat : 16660 (java) S 16650 16653 14474 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 22948531 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140150630247336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16661] ppid=16650 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16653/task/16661/stat : 16661 (java) S 16650 16653 14474 0 -1 4202560 115 0 0 0 3 0 0 0 20 0 22 0 22948531 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140150629194792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16662] ppid=16650 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/16653/task/16662/stat : 16662 (java) S 16650 16653 14474 0 -1 4202560 82 0 0 0 2 0 0 0 20 0 22 0 22948531 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140150628141736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16663] ppid=16650 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/16653/task/16663/stat : 16663 (java) S 16650 16653 14474 0 -1 4202560 75 0 0 0 1 0 0 0 20 0 22 0 22948531 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140150627089192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16664] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16664/stat : 16664 (java) S 16650 16653 14474 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 22948532 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140150496524648 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16665] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16665/stat : 16665 (java) S 16650 16653 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22948533 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140150495470968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16666] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16666/stat : 16666 (java) S 16650 16653 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22948533 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140150494417800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16667] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16667/stat : 16667 (java) S 16650 16653 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22948535 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140150493366544 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16668] ppid=16650 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/16653/task/16668/stat : 16668 (java) R 16650 16653 14474 0 -1 4202560 8093 0 0 0 95 1 0 0 20 0 22 0 22948535 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140150492313992 140150680833743 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16669] ppid=16650 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/16653/task/16669/stat : 16669 (java) R 16650 16653 14474 0 -1 4202560 14494 0 0 0 108 3 0 0 20 0 22 0 22948535 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140150491249296 140150677052833 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16670] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16670/stat : 16670 (java) S 16650 16653 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22948535 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140150490209016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16671] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16671/stat : 16671 (java) S 16650 16653 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22948535 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140150489156680 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16672] ppid=16650 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/16653/task/16672/stat : 16672 (java) R 16650 16653 14474 0 -1 4202560 20 0 0 0 68 0 0 0 20 0 22 0 22948605 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140149480478752 140150503976481 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16673] ppid=16650 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/16653/task/16673/stat : 16673 (java) R 16650 16653 14474 0 -1 4202560 23 0 0 0 69 0 0 0 20 0 22 0 22948605 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140149479427264 140150504729461 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16674] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16674/stat : 16674 (java) S 16650 16653 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22948607 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140149478376232 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16675] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16675/stat : 16675 (java) S 16650 16653 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22948607 10060525568 59626 33554432000 1073741824 1073778376 140736542628464 140149477323688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.12 4.14 3.70 5/219 16675
/proc/meminfo: memFree=30787880/32872528 swapFree=338416/354768
[pid=16653] ppid=16650 vsize=9824732 CPUtime=8.29 cores=1,3,5,7
/proc/16653/stat : 16653 (java) S 16650 16653 14474 0 -1 4202496 32934 0 1 0 802 27 0 0 20 0 22 0 22948529 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140736542619600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16653/statm: 2456183 158825 2285 9 0 2446860 0
[pid=16653/tid=16655] ppid=16650 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/16653/task/16655/stat : 16655 (java) S 16650 16653 14474 0 -1 4202560 2527 0 1 0 66 3 0 0 20 0 22 0 22948530 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140150672966520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16656] ppid=16650 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/16653/task/16656/stat : 16656 (java) S 16650 16653 14474 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 22 0 22948531 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140150634457512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16657] ppid=16650 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16653/task/16657/stat : 16657 (java) S 16650 16653 14474 0 -1 4202560 60 0 0 0 4 2 0 0 20 0 22 0 22948531 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140150633404968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16658] ppid=16650 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/16653/task/16658/stat : 16658 (java) S 16650 16653 14474 0 -1 4202560 123 0 0 0 3 0 0 0 20 0 22 0 22948531 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140150632351912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16659] ppid=16650 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16653/task/16659/stat : 16659 (java) S 16650 16653 14474 0 -1 4202560 44 0 0 0 4 2 0 0 20 0 22 0 22948531 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140150631299368 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16660] ppid=16650 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/16653/task/16660/stat : 16660 (java) S 16650 16653 14474 0 -1 4202560 53 0 0 0 6 2 0 0 20 0 22 0 22948531 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140150630247336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16661] ppid=16650 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/16653/task/16661/stat : 16661 (java) S 16650 16653 14474 0 -1 4202560 133 0 0 0 5 3 0 0 20 0 22 0 22948531 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140150629194792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16662] ppid=16650 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16653/task/16662/stat : 16662 (java) S 16650 16653 14474 0 -1 4202560 114 0 0 0 5 1 0 0 20 0 22 0 22948531 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140150628141736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16663] ppid=16650 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/16653/task/16663/stat : 16663 (java) S 16650 16653 14474 0 -1 4202560 117 0 0 0 6 2 0 0 20 0 22 0 22948531 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140150627089192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16664] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16664/stat : 16664 (java) S 16650 16653 14474 0 -1 4202560 453 0 0 0 0 0 0 0 20 0 22 0 22948532 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140150496524648 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16665] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16665/stat : 16665 (java) S 16650 16653 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22948533 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140150495470968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16666] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16666/stat : 16666 (java) S 16650 16653 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22948533 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140150494417800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16667] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16667/stat : 16667 (java) S 16650 16653 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22948535 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140150493366544 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16668] ppid=16650 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/16653/task/16668/stat : 16668 (java) S 16650 16653 14474 0 -1 4202560 13054 0 0 0 123 3 0 0 20 0 22 0 22948535 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140150492314424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16669] ppid=16650 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/16653/task/16669/stat : 16669 (java) S 16650 16653 14474 0 -1 4202560 14573 0 0 0 127 3 0 0 20 0 22 0 22948535 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140150491261880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16670] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16670/stat : 16670 (java) S 16650 16653 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22948535 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140150490209016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16671] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16671/stat : 16671 (java) S 16650 16653 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22948535 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140150489156680 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16672] ppid=16650 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/16653/task/16672/stat : 16672 (java) R 16650 16653 14474 0 -1 4202560 22 0 0 0 217 0 0 0 20 0 22 0 22948605 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140149480479512 140150504553393 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16673] ppid=16650 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/16653/task/16673/stat : 16673 (java) R 16650 16653 14474 0 -1 4202560 363 0 0 0 214 5 0 0 20 0 22 0 22948605 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140149479427672 140150504723369 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16674] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16674/stat : 16674 (java) S 16650 16653 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22948607 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140149478376232 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16675] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16675/stat : 16675 (java) S 16650 16653 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22948607 10060525568 158825 33554432000 1073741824 1073778376 140736542628464 140149477323688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.12 4.14 3.70 6/219 16675
/proc/meminfo: memFree=30018880/32872528 swapFree=338420/354772
[pid=16653] ppid=16650 vsize=9824732 CPUtime=14.83 cores=1,3,5,7
/proc/16653/stat : 16653 (java) S 16650 16653 14474 0 -1 4202496 34257 0 1 0 1445 38 0 0 20 0 22 0 22948529 10060525568 290380 33554432000 1073741824 1073778376 140736542628464 140736542619600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16653/statm: 2456183 290380 2285 9 0 2446860 0
[pid=16653/tid=16655] ppid=16650 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/16653/task/16655/stat : 16655 (java) S 16650 16653 14474 0 -1 4202560 2527 0 1 0 66 3 0 0 20 0 22 0 22948530 10060525568 290380 33554432000 1073741824 1073778376 140736542628464 140150672966520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16656] ppid=16650 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/16653/task/16656/stat : 16656 (java) S 16650 16653 14474 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 22 0 22948531 10060525568 290380 33554432000 1073741824 1073778376 140736542628464 140150634457512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16657] ppid=16650 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/16653/task/16657/stat : 16657 (java) S 16650 16653 14474 0 -1 4202560 80 0 0 0 8 3 0 0 20 0 22 0 22948531 10060525568 290380 33554432000 1073741824 1073778376 140736542628464 140150633404968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16658] ppid=16650 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/16653/task/16658/stat : 16658 (java) S 16650 16653 14474 0 -1 4202560 145 0 0 0 6 0 0 0 20 0 22 0 22948531 10060525568 290380 33554432000 1073741824 1073778376 140736542628464 140150632351912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16659] ppid=16650 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/16653/task/16659/stat : 16659 (java) S 16650 16653 14474 0 -1 4202560 55 0 0 0 7 2 0 0 20 0 22 0 22948531 10060525568 290380 33554432000 1073741824 1073778376 140736542628464 140150631299368 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16660] ppid=16650 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/16653/task/16660/stat : 16660 (java) S 16650 16653 14474 0 -1 4202560 58 0 0 0 7 3 0 0 20 0 22 0 22948531 10060525568 290380 33554432000 1073741824 1073778376 140736542628464 140150630247336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16661] ppid=16650 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/16653/task/16661/stat : 16661 (java) S 16650 16653 14474 0 -1 4202560 160 0 0 0 11 3 0 0 20 0 22 0 22948531 10060525568 290380 33554432000 1073741824 1073778376 140736542628464 140150629194792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16662] ppid=16650 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/16653/task/16662/stat : 16662 (java) S 16650 16653 14474 0 -1 4202560 124 0 0 0 6 2 0 0 20 0 22 0 22948531 10060525568 290380 33554432000 1073741824 1073778376 140736542628464 140150628141736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16663] ppid=16650 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/16653/task/16663/stat : 16663 (java) S 16650 16653 14474 0 -1 4202560 130 0 0 0 8 3 0 0 20 0 22 0 22948531 10060525568 290380 33554432000 1073741824 1073778376 140736542628464 140150627089192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16664] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16664/stat : 16664 (java) S 16650 16653 14474 0 -1 4202560 956 0 0 0 0 0 0 0 20 0 22 0 22948532 10060525568 290380 33554432000 1073741824 1073778376 140736542628464 140150496524648 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16665] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16665/stat : 16665 (java) S 16650 16653 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22948533 10060525568 290380 33554432000 1073741824 1073778376 140736542628464 140150495470968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16666] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16666/stat : 16666 (java) S 16650 16653 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22948533 10060525568 290380 33554432000 1073741824 1073778376 140736542628464 140150494417800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16667] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16667/stat : 16667 (java) S 16650 16653 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22948535 10060525568 290380 33554432000 1073741824 1073778376 140736542628464 140150493366544 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16668] ppid=16650 vsize=9824732 CPUtime=1.26 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.27 4.13 3.93 5/220 16769
/proc/meminfo: memFree=27779452/32872528 swapFree=338416/354768
[pid=16653] ppid=16650 vsize=9824732 CPUtime=1655.87 cores=1,3,5,7
/proc/16653/stat : 16653 (java) S 16650 16653 14474 0 -1 4202496 41276 0 1 0 165423 164 0 0 20 0 22 0 22948529 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140736542619600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16653/statm: 2456183 654239 2294 9 0 2446860 0
[pid=16653/tid=16655] ppid=16650 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/16653/task/16655/stat : 16655 (java) S 16650 16653 14474 0 -1 4202560 2531 0 1 0 68 5 0 0 20 0 22 0 22948530 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140150672966520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16656] ppid=16650 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/16653/task/16656/stat : 16656 (java) S 16650 16653 14474 0 -1 4202560 400 0 0 0 287 8 0 0 20 0 22 0 22948531 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140150634457512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16657] ppid=16650 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/16653/task/16657/stat : 16657 (java) S 16650 16653 14474 0 -1 4202560 433 0 0 0 279 9 0 0 20 0 22 0 22948531 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140150633404968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16658] ppid=16650 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/16653/task/16658/stat : 16658 (java) S 16650 16653 14474 0 -1 4202560 482 0 0 0 277 8 0 0 20 0 22 0 22948531 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140150632351912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16659] ppid=16650 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/16653/task/16659/stat : 16659 (java) S 16650 16653 14474 0 -1 4202560 401 0 0 0 285 10 0 0 20 0 22 0 22948531 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140150631299368 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16660] ppid=16650 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/16653/task/16660/stat : 16660 (java) S 16650 16653 14474 0 -1 4202560 401 0 0 0 293 9 0 0 20 0 22 0 22948531 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140150630247336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16661] ppid=16650 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/16653/task/16661/stat : 16661 (java) S 16650 16653 14474 0 -1 4202560 487 0 0 0 297 9 0 0 20 0 22 0 22948531 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140150629194792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16662] ppid=16650 vsize=9824732 CPUtime=3.04 cores=1,3,5,7
/proc/16653/task/16662/stat : 16662 (java) S 16650 16653 14474 0 -1 4202560 455 0 0 0 297 7 0 0 20 0 22 0 22948531 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140150628141736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16663] ppid=16650 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/16653/task/16663/stat : 16663 (java) S 16650 16653 14474 0 -1 4202560 457 0 0 0 280 9 0 0 20 0 22 0 22948531 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140150627089192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16664] ppid=16650 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/16653/task/16664/stat : 16664 (java) S 16650 16653 14474 0 -1 4202560 2140 0 0 0 103 21 0 0 20 0 22 0 22948532 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140150496524648 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16665] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16665/stat : 16665 (java) S 16650 16653 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22948533 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140150495470968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16666] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16666/stat : 16666 (java) S 16650 16653 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22948533 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140150494417800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16667] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16667/stat : 16667 (java) S 16650 16653 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22948535 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140150493366544 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16668] ppid=16650 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/16653/task/16668/stat : 16668 (java) S 16650 16653 14474 0 -1 4202560 13068 0 0 0 136 3 0 0 20 0 22 0 22948535 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140150492314424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16669] ppid=16650 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/16653/task/16669/stat : 16669 (java) S 16650 16653 14474 0 -1 4202560 14652 0 0 0 177 3 0 0 20 0 22 0 22948535 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140150491261880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16670] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16670/stat : 16670 (java) S 16650 16653 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22948535 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140150490209016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16671] ppid=16650 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/16653/task/16671/stat : 16671 (java) S 16650 16653 14474 0 -1 4202560 46 0 0 0 18 18 0 0 20 0 22 0 22948535 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140150489156680 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16672] ppid=16650 vsize=9824732 CPUtime=813.37 cores=1,3,5,7
/proc/16653/task/16672/stat : 16672 (java) R 16650 16653 14474 0 -1 4202560 205 0 0 0 81321 16 0 0 20 0 22 0 22948605 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140149480479392 140150504553393 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16673] ppid=16650 vsize=9824732 CPUtime=813.51 cores=1,3,5,7
/proc/16653/task/16673/stat : 16673 (java) R 16650 16653 14474 0 -1 4202560 3853 0 0 0 81291 60 0 0 20 0 22 0 22948605 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140149479427504 140150504678848 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16674] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16674/stat : 16674 (java) S 16650 16653 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22948607 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140149478376232 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16675] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16675/stat : 16675 (java) S 16650 16653 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22948607 10060525568 654239 33554432000 1073741824 1073778376 140736542628464 140149477323688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1655.87
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.19 4.14 3.94 5/219 16770
/proc/meminfo: memFree=25996864/32872528 swapFree=338416/354768
[pid=16653] ppid=16650 vsize=9824732 CPUtime=1776.69 cores=1,3,5,7
/proc/16653/stat : 16653 (java) S 16650 16653 14474 0 -1 4202496 41395 0 1 0 177501 168 0 0 20 0 22 0 22948529 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140736542619600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16653/statm: 2456183 639534 2294 9 0 2446860 0
[pid=16653/tid=16655] ppid=16650 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/16653/task/16655/stat : 16655 (java) S 16650 16653 14474 0 -1 4202560 2532 0 1 0 69 5 0 0 20 0 22 0 22948530 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140150672966520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16656] ppid=16650 vsize=9824732 CPUtime=3.18 cores=1,3,5,7
/proc/16653/task/16656/stat : 16656 (java) S 16650 16653 14474 0 -1 4202560 402 0 0 0 310 8 0 0 20 0 22 0 22948531 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140150634457512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16657] ppid=16650 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/16653/task/16657/stat : 16657 (java) S 16650 16653 14474 0 -1 4202560 434 0 0 0 296 10 0 0 20 0 22 0 22948531 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140150633404968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16658] ppid=16650 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/16653/task/16658/stat : 16658 (java) S 16650 16653 14474 0 -1 4202560 485 0 0 0 302 8 0 0 20 0 22 0 22948531 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140150632351912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16659] ppid=16650 vsize=9824732 CPUtime=3.17 cores=1,3,5,7
/proc/16653/task/16659/stat : 16659 (java) S 16650 16653 14474 0 -1 4202560 403 0 0 0 307 10 0 0 20 0 22 0 22948531 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140150631299368 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16660] ppid=16650 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/16653/task/16660/stat : 16660 (java) S 16650 16653 14474 0 -1 4202560 402 0 0 0 313 10 0 0 20 0 22 0 22948531 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140150630247336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16661] ppid=16650 vsize=9824732 CPUtime=3.28 cores=1,3,5,7
/proc/16653/task/16661/stat : 16661 (java) S 16650 16653 14474 0 -1 4202560 487 0 0 0 319 9 0 0 20 0 22 0 22948531 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140150629194792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16662] ppid=16650 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/16653/task/16662/stat : 16662 (java) S 16650 16653 14474 0 -1 4202560 457 0 0 0 318 7 0 0 20 0 22 0 22948531 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140150628141736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16663] ppid=16650 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/16653/task/16663/stat : 16663 (java) S 16650 16653 14474 0 -1 4202560 457 0 0 0 307 9 0 0 20 0 22 0 22948531 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140150627089192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16664] ppid=16650 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/16653/task/16664/stat : 16664 (java) S 16650 16653 14474 0 -1 4202560 2231 0 0 0 104 21 0 0 20 0 22 0 22948532 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140150496524648 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16665] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16665/stat : 16665 (java) S 16650 16653 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22948533 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140150495470968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16666] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16666/stat : 16666 (java) S 16650 16653 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22948533 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140150494417800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16667] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16667/stat : 16667 (java) S 16650 16653 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22948535 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140150493366544 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16668] ppid=16650 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/16653/task/16668/stat : 16668 (java) S 16650 16653 14474 0 -1 4202560 13068 0 0 0 136 3 0 0 20 0 22 0 22948535 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140150492314424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16669] ppid=16650 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/16653/task/16669/stat : 16669 (java) S 16650 16653 14474 0 -1 4202560 14652 0 0 0 177 3 0 0 20 0 22 0 22948535 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140150491261880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16670] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16670/stat : 16670 (java) S 16650 16653 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22948535 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140150490209016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16671] ppid=16650 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/16653/task/16671/stat : 16671 (java) S 16650 16653 14474 0 -1 4202560 50 0 0 0 19 20 0 0 20 0 22 0 22948535 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140150489156680 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16672] ppid=16650 vsize=9824732 CPUtime=872.88 cores=1,3,5,7
/proc/16653/task/16672/stat : 16672 (java) R 16650 16653 14474 0 -1 4202560 213 0 0 0 87271 17 0 0 20 0 22 0 22948605 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140149480480160 140150504738062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16673] ppid=16650 vsize=9824732 CPUtime=873 cores=1,3,5,7
/proc/16653/task/16673/stat : 16673 (java) R 16650 16653 14474 0 -1 4202560 3857 0 0 0 87238 62 0 0 20 0 22 0 22948605 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140149479426736 140150504352469 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16674] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16674/stat : 16674 (java) S 16650 16653 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22948607 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140149478376232 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16675] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16675/stat : 16675 (java) S 16650 16653 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22948607 10060525568 639534 33554432000 1073741824 1073778376 140736542628464 140149477323688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1776.69
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.001 s]
/proc/loadavg: 4.16 4.13 3.94 5/219 16770
/proc/meminfo: memFree=26000212/32872528 swapFree=338416/354768
[pid=16653] ppid=16650 vsize=9824732 CPUtime=1800.26 cores=1,3,5,7
/proc/16653/stat : 16653 (java) S 16650 16653 14474 0 -1 4202496 41410 0 1 0 179857 169 0 0 20 0 22 0 22948529 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140736542619600 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/16653/statm: 2456183 639434 2294 9 0 2446860 0
[pid=16653/tid=16655] ppid=16650 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/16653/task/16655/stat : 16655 (java) S 16650 16653 14474 0 -1 4202560 2533 0 1 0 69 5 0 0 20 0 22 0 22948530 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140150672966520 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16656] ppid=16650 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/16653/task/16656/stat : 16656 (java) S 16650 16653 14474 0 -1 4202560 403 0 0 0 315 8 0 0 20 0 22 0 22948531 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140150634457512 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16657] ppid=16650 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/16653/task/16657/stat : 16657 (java) S 16650 16653 14474 0 -1 4202560 437 0 0 0 300 10 0 0 20 0 22 0 22948531 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140150633404968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16658] ppid=16650 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/16653/task/16658/stat : 16658 (java) S 16650 16653 14474 0 -1 4202560 485 0 0 0 305 8 0 0 20 0 22 0 22948531 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140150632351912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16659] ppid=16650 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/16653/task/16659/stat : 16659 (java) S 16650 16653 14474 0 -1 4202560 405 0 0 0 312 10 0 0 20 0 22 0 22948531 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140150631299368 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16660] ppid=16650 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/16653/task/16660/stat : 16660 (java) S 16650 16653 14474 0 -1 4202560 405 0 0 0 319 10 0 0 20 0 22 0 22948531 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140150630247336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16661] ppid=16650 vsize=9824732 CPUtime=3.31 cores=1,3,5,7
/proc/16653/task/16661/stat : 16661 (java) S 16650 16653 14474 0 -1 4202560 488 0 0 0 322 9 0 0 20 0 22 0 22948531 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140150629194792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16662] ppid=16650 vsize=9824732 CPUtime=3.3 cores=1,3,5,7
/proc/16653/task/16662/stat : 16662 (java) S 16650 16653 14474 0 -1 4202560 458 0 0 0 323 7 0 0 20 0 22 0 22948531 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140150628141736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16663] ppid=16650 vsize=9824732 CPUtime=3.24 cores=1,3,5,7
/proc/16653/task/16663/stat : 16663 (java) S 16650 16653 14474 0 -1 4202560 458 0 0 0 315 9 0 0 20 0 22 0 22948531 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140150627089192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16664] ppid=16650 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/16653/task/16664/stat : 16664 (java) S 16650 16653 14474 0 -1 4202560 2231 0 0 0 104 21 0 0 20 0 22 0 22948532 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140150496524648 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16665] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16665/stat : 16665 (java) S 16650 16653 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22948533 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140150495470968 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16666] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16666/stat : 16666 (java) S 16650 16653 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 22948533 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140150494417800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16667] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16667/stat : 16667 (java) S 16650 16653 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22948535 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140150493366544 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16668] ppid=16650 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/16653/task/16668/stat : 16668 (java) S 16650 16653 14474 0 -1 4202560 13068 0 0 0 136 3 0 0 20 0 22 0 22948535 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140150492314424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16653/tid=16669] ppid=16650 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/16653/task/16669/stat : 16669 (java) S 16650 16653 14474 0 -1 4202560 14652 0 0 0 177 3 0 0 20 0 22 0 22948535 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140150491261880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16670] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16670/stat : 16670 (java) S 16650 16653 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22948535 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140150490209016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16671] ppid=16650 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/16653/task/16671/stat : 16671 (java) S 16650 16653 14474 0 -1 4202560 50 0 0 0 20 20 0 0 20 0 22 0 22948535 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140150489156680 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16653/tid=16672] ppid=16650 vsize=9824732 CPUtime=884.47 cores=1,3,5,7
/proc/16653/task/16672/stat : 16672 (java) R 16650 16653 14474 0 -1 4202560 213 0 0 0 88430 17 0 0 20 0 22 0 22948605 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140149480480280 140150504553393 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16673] ppid=16650 vsize=9824732 CPUtime=884.59 cores=1,3,5,7
/proc/16653/task/16673/stat : 16673 (java) R 16650 16653 14474 0 -1 4202560 3859 0 0 0 88397 62 0 0 20 0 22 0 22948605 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140149479426728 140150504354712 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16653/tid=16674] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16674/stat : 16674 (java) S 16650 16653 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22948607 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140149478376232 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16653/tid=16675] ppid=16650 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/16653/task/16675/stat : 16675 (java) S 16650 16653 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22948607 10060525568 639434 33554432000 1073741824 1073778376 140736542628464 140149477323688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 9824732

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 16653 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 894.074
CPU time (s): 1800.92
CPU user time (s): 1798.74
CPU system time (s): 2.18067
CPU usage (%): 201.428
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.74
system time used= 2.18067
maximum resident set size= 2874284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41447
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30334
involuntary context switches= 52471

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.8941 second user time and 7.45387 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 02:16:58
IDJOB=4100378
IDBENCH=1609
IDSOLVER=2543
FILE ID=node126/4100378-1466209018
RUNJOBID= node126-1466206074-14491
PBS_JOBID= 19918151
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-railway_8_1_0.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100378-1466209018/watcher-4100378-1466209018 -o /tmp/evaluation-result-4100378-1466209018/solver-4100378-1466209018 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14491 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100378-1466209018.opb

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

MD5SUM BENCH= 0748343c41c1a4f38800a46bbbd374d2
RANDOM SEED=2049879481

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31174300 kB
Buffers:           43228 kB
Cached:            87736 kB
SwapCached:         1060 kB
Active:           538860 kB
Inactive:          83992 kB
Active(anon):     493548 kB
Inactive(anon):      960 kB
Active(file):      45312 kB
Inactive(file):    83032 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100072 kB
Dirty:              2012 kB
Writeback:             0 kB
AnonPages:        886800 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             571088 kB
SReclaimable:      15248 kB
SUnreclaim:       555840 kB
KernelStack:        1784 kB
PageTables:         6132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1212148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    524288 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= 71736 MiB
End job on node126 at 2016-06-18 02:31:52