Trace number 4117182

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 Res+CP PB16? (TO) 1800.75 894.476

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round23-3.opb
MD5SUMb752b20925aa43c560ab8ccadf705a6b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4117182-1466975576.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.01/0.51	c ... done. Wall clock time 0.393s.
1.01/0.51	c declared #vars     4288
1.01/0.51	c #constraints  10784
1.01/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.01/0.51	c constraints type 
1.01/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.01/0.51	c org.sat4j.specs.Constr$1 => 888
1.01/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.01/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
1.01/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.01/0.51	c 10784 constraints processed.
1.01/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.01/0.51	c constraints type 
1.01/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.01/0.51	c org.sat4j.specs.Constr$1 => 888
1.01/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.01/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.01/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
1.01/0.51	c 10784 constraints processed.
4.34/1.41	c cleaning 2482 clauses out of 5002 with flag 16303/5004
6.06/2.06	c cleaning 4257 clauses out of 8516 with flag 38414/11000
8.32/2.92	c cleaning 5614 clauses out of 11259 with flag 68263/18000
9.92/3.78	c cleaning 6813 clauses out of 13646 with flag 102339/26001
12.27/4.86	c cleaning 7905 clauses out of 15832 with flag 142330/35000
15.07/6.05	c cleaning 8950 clauses out of 17927 with flag 188171/45000
17.47/7.28	c cleaning 9944 clauses out of 19977 with flag 244719/56000
20.56/8.80	c cleaning 11018 clauses out of 22035 with flag 306422/68002
23.77/10.38	c cleaning 11957 clauses out of 24015 with flag 372754/81000
27.50/12.14	c cleaning 12994 clauses out of 26058 with flag 445423/95000
31.29/14.02	c cleaning 14018 clauses out of 28065 with flag 526021/110001
35.08/15.97	c cleaning 0 clauses out of 5001 with flag 0/5001
35.54/16.17	c cleaning 15019 clauses out of 30047 with flag 617272/126001
40.55/18.51	c cleaning 16009 clauses out of 32028 with flag 709732/143001
45.91/21.16	c cleaning 16988 clauses out of 34018 with flag 809709/161000
51.31/23.83	c cleaning 18011 clauses out of 36031 with flag 914769/180001
57.47/26.82	c cleaning 18978 clauses out of 38019 with flag 1029413/200000
63.68/29.93	c cleaning 19988 clauses out of 40041 with flag 1149207/221000
70.42/33.26	c cleaning 21002 clauses out of 42053 with flag 1279453/243000
77.62/36.89	c cleaning 21992 clauses out of 44051 with flag 1416062/266000
85.44/40.77	c cleaning 22979 clauses out of 46063 with flag 1558912/290004
93.22/44.67	c cleaning 24023 clauses out of 48081 with flag 1704737/315001
101.82/48.91	c cleaning 25013 clauses out of 50057 with flag 1861270/341000
111.12/53.54	c cleaning 25967 clauses out of 52044 with flag 2021244/368000
120.52/58.26	c cleaning 26994 clauses out of 54077 with flag 2192317/396000
130.82/63.32	c cleaning 28027 clauses out of 56083 with flag 2368625/425000
141.75/68.72	c cleaning 28994 clauses out of 58057 with flag 2549987/455001
152.94/74.37	c cleaning 30016 clauses out of 60062 with flag 2737799/486000
164.88/80.28	c cleaning 30997 clauses out of 62046 with flag 2934606/518000
178.40/87.35	c cleaning 32000 clauses out of 64049 with flag 3138828/551000
191.44/93.88	c cleaning 33007 clauses out of 66049 with flag 3347310/585000
205.49/100.88	c cleaning 34009 clauses out of 68042 with flag 3561280/620000
221.18/108.67	c cleaning 35002 clauses out of 70036 with flag 3780436/656003
237.29/116.65	c cleaning 35965 clauses out of 72031 with flag 4013554/693000
252.69/124.31	c cleaning 37018 clauses out of 74066 with flag 4251509/731000
269.52/132.68	c cleaning 38019 clauses out of 76049 with flag 4492871/770001
286.86/141.26	c cleaning 38988 clauses out of 78029 with flag 4738670/810000
304.98/150.21	c cleaning 40014 clauses out of 80041 with flag 4992995/851000
305.38/150.45	c cleaning 0 clauses out of 11001 with flag 0/11001
323.72/159.56	c cleaning 40977 clauses out of 82028 with flag 5250382/893001
342.84/169.06	c cleaning 42001 clauses out of 84050 with flag 5515430/936000
363.22/179.14	c cleaning 42988 clauses out of 86050 with flag 5786813/980001
384.20/189.53	c cleaning 44015 clauses out of 88064 with flag 6066418/1025003
405.36/200.09	c cleaning 44997 clauses out of 90047 with flag 6352240/1071001
428.53/211.41	c cleaning 45984 clauses out of 92049 with flag 6644734/1118000
450.94/222.57	c cleaning 47026 clauses out of 94066 with flag 6946237/1166001
475.32/234.63	c cleaning 48013 clauses out of 96039 with flag 7249776/1215000
500.06/246.86	c cleaning 48984 clauses out of 98026 with flag 7560238/1265000
525.20/259.31	c cleaning 50009 clauses out of 100042 with flag 7879691/1316000
550.47/272.57	c cleaning 50974 clauses out of 102033 with flag 8205499/1368000
576.52/285.45	c cleaning 51960 clauses out of 104060 with flag 8535077/1421001
605.59/299.98	c cleaning 53016 clauses out of 106099 with flag 8863151/1475000
635.21/314.65	c cleaning 54034 clauses out of 108085 with flag 9208516/1530002
665.64/329.76	c cleaning 54971 clauses out of 110050 with flag 9558182/1586001
695.23/344.57	c cleaning 56007 clauses out of 112078 with flag 9911627/1643000
722.97/358.31	c cleaning 57016 clauses out of 114072 with flag 10270675/1701001
750.57/372.17	c cleaning 58006 clauses out of 116055 with flag 10637390/1760000
779.38/386.60	c cleaning 58994 clauses out of 118049 with flag 11009207/1820000
808.17/400.91	c cleaning 60026 clauses out of 120055 with flag 11389939/1881000
840.74/417.15	c cleaning 61000 clauses out of 122029 with flag 11771871/1943000
878.06/435.69	c cleaning 61970 clauses out of 124030 with flag 12161760/2006001
916.54/454.72	c cleaning 62999 clauses out of 126060 with flag 12560125/2070001
956.17/474.47	c cleaning 63985 clauses out of 128060 with flag 12966855/2135000
997.82/495.19	c cleaning 65032 clauses out of 130075 with flag 13370770/2201000
1039.15/515.63	c cleaning 65983 clauses out of 132044 with flag 13787496/2268001
1082.92/537.32	c cleaning 67010 clauses out of 134061 with flag 14208965/2336001
1128.74/560.05	c cleaning 67990 clauses out of 136054 with flag 14638018/2405004
1178.73/584.80	c cleaning 69020 clauses out of 138061 with flag 15066220/2475001
1228.91/610.46	c cleaning 70002 clauses out of 140040 with flag 15501686/2546000
1276.92/634.31	c cleaning 71015 clauses out of 142038 with flag 15944699/2618000
1329.47/660.47	c cleaning 71962 clauses out of 144023 with flag 16397107/2691000
1333.47/662.46	c cleaning 0 clauses out of 18000 with flag 0/18000
1379.89/685.57	c cleaning 72965 clauses out of 146061 with flag 16855317/2765000
1431.94/711.46	c cleaning 74036 clauses out of 148096 with flag 17321731/2840000
1486.08/738.31	c cleaning 75007 clauses out of 150060 with flag 17792527/2916000
1544.69/767.40	c cleaning 76015 clauses out of 152053 with flag 18260646/2993000
1604.25/797.04	c cleaning 76982 clauses out of 154039 with flag 18742721/3071001
1661.87/825.73	c cleaning 77994 clauses out of 156057 with flag 19225970/3150001
1719.90/854.68	c cleaning 79014 clauses out of 158064 with flag 19718907/3230002
1780.75/884.82	c cleaning 80008 clauses out of 160049 with flag 20216482/3311001
1800.06/894.41	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/894.41	c starts		: 23107
1800.06/894.41	c conflicts		: 3341032
1800.06/894.41	c decisions		: 29988736
1800.06/894.41	c propagations		: 444611420
1800.06/894.41	c inspects		: 9000325216
1800.06/894.41	c shortcuts		: 0
1800.06/894.41	c learnt literals	: 2
1800.06/894.41	c learnt binary clauses	: 49
1800.06/894.41	c learnt ternary clauses	: 608
1800.06/894.41	c learnt constraints	: 3341030
1800.06/894.41	c ignored constraints	: 0
1800.06/894.41	c root simplifications	: 0
1800.06/894.41	c removed literals (reason simplification)	: 2650504
1800.06/894.41	c reason swapping (by a shorter reason)	: 0
1800.06/894.41	c Calls to reduceDB	: 77
1800.06/894.41	c Number of update (reduction) of LBD	: 729727
1800.06/894.41	c Imported unit clauses	: 0
1800.06/894.41	c number of reductions to clauses (during analyze)	: 0
1800.06/894.41	c number of learned constraints concerned by reduction	: 0
1800.06/894.41	c number of learning phase by resolution	: 0
1800.06/894.41	c number of learning phase by cutting planes	: 0
1800.06/894.41	c speed (assignments/second)	: 497391.079633108
1800.06/894.41	c non guided choices	19376
1800.06/894.43	c learnt constraints type 
1800.06/894.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 49
1800.06/894.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 110023
1800.06/894.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/894.43	c starts		: 45
1800.06/894.43	c conflicts		: 20213
1800.06/894.43	c decisions		: 76707
1800.06/894.43	c propagations		: 2500533
1800.06/894.43	c inspects		: 698553116
1800.06/894.43	c shortcuts		: 0
1800.06/894.43	c learnt literals	: 0
1800.06/894.43	c learnt binary clauses	: 0
1800.06/894.43	c learnt ternary clauses	: 0
1800.06/894.43	c learnt constraints	: 20212
1800.06/894.43	c ignored constraints	: 0
1800.06/894.43	c root simplifications	: 0
1800.06/894.43	c removed literals (reason simplification)	: 0
1800.06/894.43	c reason swapping (by a shorter reason)	: 0
1800.06/894.43	c Calls to reduceDB	: 3
1800.06/894.43	c Number of update (reduction) of LBD	: 0
1800.06/894.43	c Imported unit clauses	: 0
1800.06/894.43	c number of reductions to clauses (during analyze)	: 0
1800.06/894.43	c number of learned constraints concerned by reduction	: 0
1800.06/894.43	c number of learning phase by resolution	: 0
1800.06/894.43	c number of learning phase by cutting planes	: 0
1800.06/894.43	c speed (assignments/second)	: 2797.2983857435315
1800.06/894.43	c non guided choices	334
1800.06/894.44	c learnt constraints type 
1800.06/894.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 29
1800.06/894.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20183
1800.06/894.44	s UNKNOWN
1800.06/894.44	c Total wall clock time (in seconds): 894.326

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-4117182-1466975576/watcher-4117182-1466975576 -o /tmp/evaluation-result-4117182-1466975576/solver-4117182-1466975576 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466969304-22023 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4117182-1466975576.opb 

pid=23167
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: 4.38 4.28 4.27 4/197 23170
/proc/meminfo: memFree=26472496/32872528 swapFree=1437460/1543748
[pid=23170] ppid=23167 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/23170/stat : 23170 (java) R 23167 23170 22007 0 -1 4202496 429 0 0 0 0 0 0 0 20 0 1 0 30596882 9445376 97 33554432000 1073741824 1073778376 140734998503216 140734998500344 266426478471 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23170/statm: 2290 88 66 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 4.38 4.28 4.27 4/197 23170
/proc/meminfo: memFree=26472496/32872528 swapFree=1437460/1543748
[pid=23170] ppid=23167 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23170/stat : 23170 (java) S 23167 23170 22007 0 -1 4202496 4395 0 1 0 8 1 0 0 20 0 18 0 30596882 9787879424 6032 33554432000 1073741824 1073778376 140734998503216 140734998494352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23170/statm: 2389619 6032 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 4.38 4.28 4.27 4/197 23170
/proc/meminfo: memFree=26472496/32872528 swapFree=1437460/1543748
[pid=23170] ppid=23167 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/23170/stat : 23170 (java) S 23167 23170 22007 0 -1 4202496 4696 0 1 0 23 1 0 0 20 0 18 0 30596882 9787879424 6792 33554432000 1073741824 1073778376 140734998503216 140734998494352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23170/statm: 2389619 6792 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 4.38 4.28 4.27 4/197 23170
/proc/meminfo: memFree=26472496/32872528 swapFree=1437460/1543748
[pid=23170] ppid=23167 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/23170/stat : 23170 (java) S 23167 23170 22007 0 -1 4202496 5793 0 1 0 47 1 0 0 20 0 18 0 30596882 9787879424 8351 33554432000 1073741824 1073778376 140734998503216 140734998494352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23170/statm: 2389619 8351 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 4.38 4.28 4.27 4/197 23170
/proc/meminfo: memFree=26472496/32872528 swapFree=1437460/1543748
[pid=23170] ppid=23167 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/23170/stat : 23170 (java) S 23167 23170 22007 0 -1 4202496 13043 0 1 0 169 4 0 0 20 0 22 0 30596882 10060525568 23773 33554432000 1073741824 1073778376 140734998503216 140734998494352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23170/statm: 2456183 23773 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.38 4.28 4.27 8/219 23192
/proc/meminfo: memFree=26331980/32872528 swapFree=1437460/1543748
[pid=23170] ppid=23167 vsize=9824732 CPUtime=4.66 cores=0,2,4,6
/proc/23170/stat : 23170 (java) S 23167 23170 22007 0 -1 4202496 20178 0 1 0 460 6 0 0 20 0 22 0 30596882 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140734998494352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23170/statm: 2456183 48338 2292 9 0 2446860 0
[pid=23170/tid=23172] ppid=23167 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23170/task/23172/stat : 23172 (java) S 23167 23170 22007 0 -1 4202560 2448 0 1 0 47 1 0 0 20 0 22 0 30596883 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140517330441080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23170/tid=23173] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23173/stat : 23173 (java) S 23167 23170 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30596884 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140517308541736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23170/tid=23174] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23174/stat : 23174 (java) S 23167 23170 22007 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 30596884 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140517307488936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23175] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23175/stat : 23175 (java) S 23167 23170 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30596884 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140517306436648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23170/tid=23176] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23176/stat : 23176 (java) S 23167 23170 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30596884 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140517305383848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23170/tid=23177] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23177/stat : 23177 (java) S 23167 23170 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30596884 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140516968622376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23170/tid=23178] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23178/stat : 23178 (java) S 23167 23170 22007 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 30596884 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140516967569576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23170/tid=23179] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23179/stat : 23179 (java) S 23167 23170 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30596884 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140516966517288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23180] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23180/stat : 23180 (java) S 23167 23170 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30596884 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140516965464488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23181] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23181/stat : 23181 (java) S 23167 23170 22007 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 30596886 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140516953053928 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23182] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23182/stat : 23182 (java) S 23167 23170 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30596886 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140516951999992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23183] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23183/stat : 23183 (java) S 23167 23170 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30596886 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140516950947592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23184] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23184/stat : 23184 (java) S 23167 23170 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30596888 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140516949896080 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23185] ppid=23167 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/23170/task/23185/stat : 23185 (java) R 23167 23170 22007 0 -1 4202560 8961 0 0 0 108 1 0 0 20 0 22 0 30596888 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140516948819736 140517334294998 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23186] ppid=23167 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/23170/task/23186/stat : 23186 (java) S 23167 23170 22007 0 -1 4202560 7300 0 0 0 106 2 0 0 20 0 22 0 30596888 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140516947789880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23187] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23187/stat : 23187 (java) S 23167 23170 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30596888 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140516946737784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23188] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23188/stat : 23188 (java) S 23167 23170 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30596888 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140516945685192 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23189] ppid=23167 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/23170/task/23189/stat : 23189 (java) R 23167 23170 22007 0 -1 4202560 18 0 0 0 95 0 0 0 20 0 22 0 30596934 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140516944621856 140517187446914 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23170/tid=23190] ppid=23167 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/23170/task/23190/stat : 23190 (java) R 23167 23170 22007 0 -1 4202560 73 0 0 0 93 0 0 0 20 0 22 0 30596934 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140516943577352 140517187499455 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23170/tid=23191] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23191/stat : 23191 (java) S 23167 23170 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30596935 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140516942526120 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23170/tid=23192] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23192/stat : 23192 (java) S 23167 23170 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30596935 10060525568 48338 33554432000 1073741824 1073778376 140734998503216 140516941473320 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 4.38 4.28 4.27 11/197 23239
/proc/meminfo: memFree=29943396/32872528 swapFree=1437460/1543748
[pid=23170] ppid=23167 vsize=9824732 CPUtime=8.72 cores=0,2,4,6
/proc/23170/stat : 23170 (java) S 23167 23170 22007 0 -1 4202496 25139 0 1 0 859 13 0 0 20 0 22 0 30596882 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140734998494352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23170/statm: 2456183 90726 2292 9 0 2446860 0
[pid=23170/tid=23172] ppid=23167 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23170/task/23172/stat : 23172 (java) S 23167 23170 22007 0 -1 4202560 2448 0 1 0 47 1 0 0 20 0 22 0 30596883 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140517330441080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23173] ppid=23167 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23170/task/23173/stat : 23173 (java) S 23167 23170 22007 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 30596884 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140517308541736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23170/tid=23174] ppid=23167 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23170/task/23174/stat : 23174 (java) S 23167 23170 22007 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 30596884 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140517307488936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23170/tid=23175] ppid=23167 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23170/task/23175/stat : 23175 (java) S 23167 23170 22007 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 30596884 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140517306436648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23170/tid=23176] ppid=23167 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23170/task/23176/stat : 23176 (java) S 23167 23170 22007 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 30596884 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140517305383848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23177] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23177/stat : 23177 (java) S 23167 23170 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30596884 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140516968622376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23178] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23178/stat : 23178 (java) S 23167 23170 22007 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 30596884 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140516967569576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23179] ppid=23167 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23170/task/23179/stat : 23179 (java) S 23167 23170 22007 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 30596884 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140516966517288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23170/tid=23180] ppid=23167 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23170/task/23180/stat : 23180 (java) S 23167 23170 22007 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 30596884 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140516965464488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23181] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23181/stat : 23181 (java) S 23167 23170 22007 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 30596886 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140516953053928 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23182] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23182/stat : 23182 (java) S 23167 23170 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30596886 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140516951999992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23183] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23183/stat : 23183 (java) S 23167 23170 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30596886 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140516950947592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23184] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23184/stat : 23184 (java) S 23167 23170 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30596888 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140516949896080 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23185] ppid=23167 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/23170/task/23185/stat : 23185 (java) S 23167 23170 22007 0 -1 4202560 12334 0 0 0 168 3 0 0 20 0 22 0 30596888 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140516948842680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23186] ppid=23167 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/23170/task/23186/stat : 23186 (java) S 23167 23170 22007 0 -1 4202560 8621 0 0 0 125 2 0 0 20 0 22 0 30596888 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140516947789880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23187] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23187/stat : 23187 (java) S 23167 23170 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30596888 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140516946737784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23188] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23188/stat : 23188 (java) S 23167 23170 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30596888 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140516945685192 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23189] ppid=23167 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/23170/task/23189/stat : 23189 (java) R 23167 23170 22007 0 -1 4202560 21 0 0 0 245 0 0 0 20 0 22 0 30596934 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140516944621856 140517187474549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23190] ppid=23167 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/23170/task/23190/stat : 23190 (java) R 23167 23170 22007 0 -1 4202560 131 0 0 0 242 3 0 0 20 0 22 0 30596934 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140516943576736 140517187474480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23170/tid=23191] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23191/stat : 23191 (java) S 23167 23170 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30596935 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140516942526120 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23170/tid=23192] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23192/stat : 23192 (java) S 23167 23170 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30596935 10060525568 90726 33554432000 1073741824 1073778376 140734998503216 140516941473320 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.72
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 4.35 4.28 4.27 7/219 23261
/proc/meminfo: memFree=29302320/32872528 swapFree=1437460/1543748
[pid=23170] ppid=23167 vsize=9824732 CPUtime=15.67 cores=0,2,4,6
/proc/23170/stat : 23170 (java) S 23167 23170 22007 0 -1 4202496 27561 0 1 0 1545 22 0 0 20 0 22 0 30596882 10060525568 162838 33554432000 1073741824 1073778376 140734998503216 140734998494352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23170/statm: 2456183 162838 2292 9 0 2446860 0
[pid=23170/tid=23172] ppid=23167 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23170/task/23172/stat : 23172 (java) S 23167 23170 22007 0 -1 4202560 2448 0 1 0 47 1 0 0 20 0 22 0 30596883 10060525568 162838 33554432000 1073741824 1073778376 140734998503216 140517330441080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23173] ppid=23167 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23170/task/23173/stat : 23173 (java) S 23167 23170 22007 0 -1 4202560 32 0 0 0 5 1 0 0 20 0 22 0 30596884 10060525568 162838 33554432000 1073741824 1073778376 140734998503216 140517308541736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23170/tid=23174] ppid=23167 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23170/task/23174/stat : 23174 (java) S 23167 23170 22007 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 22 0 30596884 10060525568 162838 33554432000 1073741824 1073778376 140734998503216 140517307488936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23170/tid=23175] ppid=23167 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23170/task/23175/stat : 23175 (java) S 23167 23170 22007 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 22 0 30596884 10060525568 162838 33554432000 1073741824 1073778376 140734998503216 140517306436648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23170/tid=23176] ppid=23167 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23170/task/23176/stat : 23176 (java) S 23167 23170 22007 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 22 0 30596884 10060525568 162838 33554432000 1073741824 1073778376 140734998503216 140517305383848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23170/tid=23177] ppid=23167 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23170/task/23177/stat : 23177 (java) S 23167 23170 22007 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 30596884 10060525568 162838 33554432000 1073741824 1073778376 140734998503216 140516968622376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23178] ppid=23167 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23170/task/23178/stat : 23178 (java) S 23167 23170 22007 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 30596884 10060525568 162838 33554432000 1073741824 1073778376 140734998503216 140516967569576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23179] ppid=23167 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23170/task/23179/stat : 23179 (java) S 23167 23170 22007 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 30596884 10060525568 162838 33554432000 1073741824 1073778376 140734998503216 140516966517288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23180] ppid=23167 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23170/task/23180/stat : 23180 (java) S 23167 23170 22007 0 -1 4202560 38 0 0 0 6 1 0 0 20 0 22 0 30596884 10060525568 162838 33554432000 1073741824 1073778376 140734998503216 140516965464488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23181] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23181/stat : 23181 (java) S 23167 23170 22007 0 -1 4202560 461 0 0 0 0 0 0 0 20 0 22 0 30596886 10060525568 162838 33554432000 1073741824 1073778376 140734998503216 140516953053928 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23182] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23182/stat : 23182 (java) S 23167 23170 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30596886 10060525568 162838 33554432000 1073741824 1073778376 140734998503216 140516951999992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23183] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23183/stat : 23183 (java) S 23167 23170 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30596886 10060525568 162838 33554432000 1073741824 1073778376 140734998503216 140516950947592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23184] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23184/stat : 23184 (java) S 23167 23170 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30596888 10060525568 162838 33554432000 1073741824 1073778376 140734998503216 140516949896080 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23185] ppid=23167 vsize=9824732 CPUtime=1.87 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.28 4.32 4.29 6/219 23280
/proc/meminfo: memFree=22894180/32872528 swapFree=1437460/1543748
[pid=23170] ppid=23167 vsize=9824732 CPUtime=1655.08 cores=0,2,4,6
/proc/23170/stat : 23170 (java) S 23167 23170 22007 0 -1 4202496 36889 0 1 0 165321 187 0 0 20 0 22 0 30596882 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140734998494352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23170/statm: 2456183 935145 2301 9 0 2446860 0
[pid=23170/tid=23172] ppid=23167 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/23170/task/23172/stat : 23172 (java) S 23167 23170 22007 0 -1 4202560 2450 0 1 0 50 3 0 0 20 0 22 0 30596883 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140517330441080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23173] ppid=23167 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/23170/task/23173/stat : 23173 (java) S 23167 23170 22007 0 -1 4202560 993 0 0 0 235 13 0 0 20 0 22 0 30596884 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140517308541736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23174] ppid=23167 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/23170/task/23174/stat : 23174 (java) S 23167 23170 22007 0 -1 4202560 661 0 0 0 282 18 0 0 20 0 22 0 30596884 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140517307488936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23175] ppid=23167 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/23170/task/23175/stat : 23175 (java) S 23167 23170 22007 0 -1 4202560 666 0 0 0 287 17 0 0 20 0 22 0 30596884 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140517306436648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23170/tid=23176] ppid=23167 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/23170/task/23176/stat : 23176 (java) S 23167 23170 22007 0 -1 4202560 570 0 0 0 298 17 0 0 20 0 22 0 30596884 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140517305383848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23170/tid=23177] ppid=23167 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/23170/task/23177/stat : 23177 (java) S 23167 23170 22007 0 -1 4202560 632 0 0 0 278 15 0 0 20 0 22 0 30596884 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140516968622376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23178] ppid=23167 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/23170/task/23178/stat : 23178 (java) S 23167 23170 22007 0 -1 4202560 587 0 0 0 279 15 0 0 20 0 22 0 30596884 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140516967569576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23179] ppid=23167 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/23170/task/23179/stat : 23179 (java) S 23167 23170 22007 0 -1 4202560 744 0 0 0 290 18 0 0 20 0 22 0 30596884 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140516966517288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23180] ppid=23167 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/23170/task/23180/stat : 23180 (java) S 23167 23170 22007 0 -1 4202560 646 0 0 0 251 15 0 0 20 0 22 0 30596884 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140516965464488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23181] ppid=23167 vsize=9824732 CPUtime=3.5 cores=0,2,4,6
/proc/23170/task/23181/stat : 23181 (java) S 23167 23170 22007 0 -1 4202560 2301 0 0 0 342 8 0 0 20 0 22 0 30596886 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140516953053928 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23170/tid=23182] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23182/stat : 23182 (java) S 23167 23170 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30596886 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140516951999992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23183] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23183/stat : 23183 (java) S 23167 23170 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30596886 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140516950947592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23184] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23184/stat : 23184 (java) S 23167 23170 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30596888 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140516949896080 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23185] ppid=23167 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/23170/task/23185/stat : 23185 (java) S 23167 23170 22007 0 -1 4202560 13086 0 0 0 217 3 0 0 20 0 22 0 30596888 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140516948842680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23186] ppid=23167 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/23170/task/23186/stat : 23186 (java) S 23167 23170 22007 0 -1 4202560 10547 0 0 0 158 2 0 0 20 0 22 0 30596888 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140516947789880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23187] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23187/stat : 23187 (java) S 23167 23170 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30596888 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140516946737784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23188] ppid=23167 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/23170/task/23188/stat : 23188 (java) S 23167 23170 22007 0 -1 4202560 47 0 0 0 17 15 0 0 20 0 22 0 30596888 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140516945685192 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23189] ppid=23167 vsize=9824732 CPUtime=811.98 cores=0,2,4,6
/proc/23170/task/23189/stat : 23189 (java) R 23167 23170 22007 0 -1 4202560 75 0 0 0 81184 14 0 0 20 0 22 0 30596934 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140516944629616 140517187466081 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23170/tid=23190] ppid=23167 vsize=9824732 CPUtime=811.89 cores=0,2,4,6
/proc/23170/task/23190/stat : 23190 (java) R 23167 23170 22007 0 -1 4202560 1620 0 0 0 81142 47 0 0 20 0 22 0 30596934 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140516943577872 140517187577194 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23191] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23191/stat : 23191 (java) S 23167 23170 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30596935 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140516942526120 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23170/tid=23192] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23192/stat : 23192 (java) S 23167 23170 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30596935 10060525568 935145 33554432000 1073741824 1073778376 140734998503216 140516941473320 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1655.08
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.26 4.31 4.28 5/219 23281
/proc/meminfo: memFree=22834504/32872528 swapFree=1437460/1543748
[pid=23170] ppid=23167 vsize=9824732 CPUtime=1775.6 cores=0,2,4,6
/proc/23170/stat : 23170 (java) S 23167 23170 22007 0 -1 4202496 36928 0 1 0 177371 189 0 0 20 0 22 0 30596882 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140734998494352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23170/statm: 2456183 938729 2301 9 0 2446860 0
[pid=23170/tid=23172] ppid=23167 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/23170/task/23172/stat : 23172 (java) S 23167 23170 22007 0 -1 4202560 2450 0 1 0 50 3 0 0 20 0 22 0 30596883 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140517330441080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23173] ppid=23167 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/23170/task/23173/stat : 23173 (java) S 23167 23170 22007 0 -1 4202560 995 0 0 0 250 13 0 0 20 0 22 0 30596884 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140517308541736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23174] ppid=23167 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/23170/task/23174/stat : 23174 (java) S 23167 23170 22007 0 -1 4202560 664 0 0 0 292 18 0 0 20 0 22 0 30596884 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140517307488936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23175] ppid=23167 vsize=9824732 CPUtime=3.17 cores=0,2,4,6
/proc/23170/task/23175/stat : 23175 (java) S 23167 23170 22007 0 -1 4202560 666 0 0 0 300 17 0 0 20 0 22 0 30596884 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140517306436648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23176] ppid=23167 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/23170/task/23176/stat : 23176 (java) S 23167 23170 22007 0 -1 4202560 574 0 0 0 310 17 0 0 20 0 22 0 30596884 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140517305383848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23170/tid=23177] ppid=23167 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/23170/task/23177/stat : 23177 (java) S 23167 23170 22007 0 -1 4202560 636 0 0 0 294 15 0 0 20 0 22 0 30596884 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140516968622376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23170/tid=23178] ppid=23167 vsize=9824732 CPUtime=3.11 cores=0,2,4,6
/proc/23170/task/23178/stat : 23178 (java) S 23167 23170 22007 0 -1 4202560 593 0 0 0 295 16 0 0 20 0 22 0 30596884 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140516967569576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23179] ppid=23167 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/23170/task/23179/stat : 23179 (java) S 23167 23170 22007 0 -1 4202560 746 0 0 0 303 18 0 0 20 0 22 0 30596884 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140516966517288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23180] ppid=23167 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/23170/task/23180/stat : 23180 (java) S 23167 23170 22007 0 -1 4202560 648 0 0 0 265 16 0 0 20 0 22 0 30596884 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140516965464488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23170/tid=23181] ppid=23167 vsize=9824732 CPUtime=3.5 cores=0,2,4,6
/proc/23170/task/23181/stat : 23181 (java) S 23167 23170 22007 0 -1 4202560 2307 0 0 0 342 8 0 0 20 0 22 0 30596886 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140516953053928 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23170/tid=23182] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23182/stat : 23182 (java) S 23167 23170 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30596886 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140516951999992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23183] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23183/stat : 23183 (java) S 23167 23170 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30596886 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140516950947592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23184] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23184/stat : 23184 (java) S 23167 23170 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30596888 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140516949896080 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23185] ppid=23167 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/23170/task/23185/stat : 23185 (java) S 23167 23170 22007 0 -1 4202560 13086 0 0 0 217 3 0 0 20 0 22 0 30596888 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140516948842680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23186] ppid=23167 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/23170/task/23186/stat : 23186 (java) S 23167 23170 22007 0 -1 4202560 10547 0 0 0 158 2 0 0 20 0 22 0 30596888 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140516947789880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23187] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23187/stat : 23187 (java) S 23167 23170 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30596888 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140516946737784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23188] ppid=23167 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/23170/task/23188/stat : 23188 (java) S 23167 23170 22007 0 -1 4202560 51 0 0 0 19 17 0 0 20 0 22 0 30596888 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140516945685192 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23189] ppid=23167 vsize=9824732 CPUtime=871.69 cores=0,2,4,6
/proc/23170/task/23189/stat : 23189 (java) R 23167 23170 22007 0 -1 4202560 78 0 0 0 87154 15 0 0 20 0 22 0 30596934 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140516944630864 140517187467068 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23190] ppid=23167 vsize=9824732 CPUtime=871.59 cores=0,2,4,6
/proc/23170/task/23190/stat : 23190 (java) R 23167 23170 22007 0 -1 4202560 1623 0 0 0 87111 48 0 0 20 0 22 0 30596934 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140516943576576 140517188078412 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23170/tid=23191] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23191/stat : 23191 (java) S 23167 23170 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30596935 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140516942526120 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23170/tid=23192] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23192/stat : 23192 (java) S 23167 23170 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30596935 10060525568 938729 33554432000 1073741824 1073778376 140734998503216 140516941473320 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1775.6
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.408 s]
/proc/loadavg: 4.20 4.29 4.28 6/219 23281
/proc/meminfo: memFree=22803788/32872528 swapFree=1437460/1543748
[pid=23170] ppid=23167 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/23170/stat : 23170 (java) S 23167 23170 22007 0 -1 4202496 36960 0 1 0 179815 191 0 0 20 0 22 0 30596882 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140734998494352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23170/statm: 2456183 944873 2301 9 0 2446860 0
[pid=23170/tid=23172] ppid=23167 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/23170/task/23172/stat : 23172 (java) S 23167 23170 22007 0 -1 4202560 2450 0 1 0 50 3 0 0 20 0 22 0 30596883 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140517330441080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23173] ppid=23167 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/23170/task/23173/stat : 23173 (java) S 23167 23170 22007 0 -1 4202560 996 0 0 0 253 13 0 0 20 0 22 0 30596884 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140517308541736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23174] ppid=23167 vsize=9824732 CPUtime=3.2 cores=0,2,4,6
/proc/23170/task/23174/stat : 23174 (java) S 23167 23170 22007 0 -1 4202560 670 0 0 0 301 19 0 0 20 0 22 0 30596884 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140517307488936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23175] ppid=23167 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/23170/task/23175/stat : 23175 (java) S 23167 23170 22007 0 -1 4202560 669 0 0 0 310 17 0 0 20 0 22 0 30596884 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140517306436648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23170/tid=23176] ppid=23167 vsize=9824732 CPUtime=3.31 cores=0,2,4,6
/proc/23170/task/23176/stat : 23176 (java) S 23167 23170 22007 0 -1 4202560 575 0 0 0 314 17 0 0 20 0 22 0 30596884 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140517305383848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23177] ppid=23167 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/23170/task/23177/stat : 23177 (java) S 23167 23170 22007 0 -1 4202560 639 0 0 0 299 15 0 0 20 0 22 0 30596884 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140516968622376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23170/tid=23178] ppid=23167 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/23170/task/23178/stat : 23178 (java) S 23167 23170 22007 0 -1 4202560 599 0 0 0 305 16 0 0 20 0 22 0 30596884 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140516967569576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23179] ppid=23167 vsize=9824732 CPUtime=3.31 cores=0,2,4,6
/proc/23170/task/23179/stat : 23179 (java) S 23167 23170 22007 0 -1 4202560 751 0 0 0 313 18 0 0 20 0 22 0 30596884 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140516966517288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23180] ppid=23167 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/23170/task/23180/stat : 23180 (java) S 23167 23170 22007 0 -1 4202560 653 0 0 0 275 16 0 0 20 0 22 0 30596884 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140516965464488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23181] ppid=23167 vsize=9824732 CPUtime=3.5 cores=0,2,4,6
/proc/23170/task/23181/stat : 23181 (java) S 23167 23170 22007 0 -1 4202560 2307 0 0 0 342 8 0 0 20 0 22 0 30596886 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140516953053928 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23182] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23182/stat : 23182 (java) S 23167 23170 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30596886 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140516951999992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23183] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23183/stat : 23183 (java) S 23167 23170 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30596886 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140516950947592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23184] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23184/stat : 23184 (java) S 23167 23170 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30596888 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140516949896080 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23185] ppid=23167 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/23170/task/23185/stat : 23185 (java) S 23167 23170 22007 0 -1 4202560 13086 0 0 0 217 3 0 0 20 0 22 0 30596888 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140516948842680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23186] ppid=23167 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/23170/task/23186/stat : 23186 (java) S 23167 23170 22007 0 -1 4202560 10547 0 0 0 158 2 0 0 20 0 22 0 30596888 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140516947789880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23187] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23187/stat : 23187 (java) S 23167 23170 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30596888 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140516946737784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23188] ppid=23167 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/23170/task/23188/stat : 23188 (java) S 23167 23170 22007 0 -1 4202560 51 0 0 0 19 17 0 0 20 0 22 0 30596888 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140516945685192 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23170/tid=23189] ppid=23167 vsize=9824732 CPUtime=883.62 cores=0,2,4,6
/proc/23170/task/23189/stat : 23189 (java) R 23167 23170 22007 0 -1 4202560 78 0 0 0 88346 16 0 0 20 0 22 0 30596934 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140516944629616 140517187474429 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23170/tid=23190] ppid=23167 vsize=9824732 CPUtime=883.52 cores=0,2,4,6
/proc/23170/task/23190/stat : 23190 (java) R 23167 23170 22007 0 -1 4202560 1625 0 0 0 88304 48 0 0 20 0 22 0 30596934 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140516943577872 140517187501453 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23170/tid=23191] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23191/stat : 23191 (java) S 23167 23170 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30596935 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140516942526120 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23170/tid=23192] ppid=23167 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23170/task/23192/stat : 23192 (java) S 23167 23170 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30596935 10060525568 944873 33554432000 1073741824 1073778376 140734998503216 140516941473320 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 23170 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 894.476
CPU time (s): 1800.75
CPU user time (s): 1798.3
CPU system time (s): 2.45063
CPU usage (%): 201.319
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.3
system time used= 2.45063
maximum resident set size= 3779608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36993
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24397
involuntary context switches= 27900

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.87611 second user time and 7.51186 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 23:12:56
IDJOB=4117182
IDBENCH=109563
IDSOLVER=2543
FILE ID=node116/4117182-1466975576
RUNJOBID= node116-1466969304-22023
PBS_JOBID= 19976377
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size112-round23-3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117182-1466975576/watcher-4117182-1466975576 -o /tmp/evaluation-result-4117182-1466975576/solver-4117182-1466975576 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466969304-22023 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117182-1466975576.opb

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

MD5SUM BENCH= b752b20925aa43c560ab8ccadf705a6b
RANDOM SEED=2070376901

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.206
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.206
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.206
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.206
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.206
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:        26473048 kB
Buffers:           38152 kB
Cached:           315956 kB
SwapCached:         2072 kB
Active:          3818268 kB
Inactive:         322552 kB
Active(anon):    3787544 kB
Inactive(anon):     1656 kB
Active(file):      30724 kB
Inactive(file):   320896 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:              1244 kB
Writeback:             0 kB
AnonPages:       5337916 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             566424 kB
SReclaimable:      10312 kB
SUnreclaim:       556112 kB
KernelStack:        1616 kB
PageTables:        14780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5645644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3840000 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= 71680 MiB
End job on node116 at 2016-06-26 23:27:50