Trace number 4116662

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.69 894.856

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round23-2.opb
MD5SUMf982646c7ec329d9f670a4f55dd3af78
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 constraints9456
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)368
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4116662-1466962946.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.00/0.51	c ... done. Wall clock time 0.391s.
1.00/0.51	c declared #vars     4288
1.00/0.51	c #constraints  10720
1.00/0.52	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.00/0.52	c constraints type 
1.00/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.00/0.52	c org.sat4j.specs.Constr$1 => 856
1.00/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.00/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
1.00/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.00/0.52	c 10720 constraints processed.
1.00/0.52	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.00/0.52	c constraints type 
1.00/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.00/0.52	c org.sat4j.specs.Constr$1 => 856
1.00/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.00/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.00/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 456
1.00/0.52	c 10720 constraints processed.
4.41/1.43	c cleaning 2497 clauses out of 4998 with flag 14970/5000
6.38/2.13	c cleaning 4244 clauses out of 8502 with flag 36864/11001
8.04/2.93	c cleaning 5612 clauses out of 11258 with flag 63364/18001
10.04/3.87	c cleaning 6816 clauses out of 13645 with flag 95896/26000
12.42/4.95	c cleaning 7900 clauses out of 15829 with flag 133140/35000
14.89/6.15	c cleaning 8958 clauses out of 17929 with flag 176160/45000
17.49/7.49	c cleaning 9943 clauses out of 19971 with flag 227208/56000
20.78/9.08	c cleaning 10991 clauses out of 22028 with flag 281814/68000
23.99/10.69	c cleaning 12005 clauses out of 24037 with flag 346355/81000
27.67/12.50	c cleaning 12989 clauses out of 26033 with flag 415027/95001
31.69/14.48	c cleaning 14012 clauses out of 28043 with flag 492324/110000
35.89/16.60	c cleaning 15011 clauses out of 30031 with flag 576497/126000
41.02/19.00	c cleaning 15987 clauses out of 32020 with flag 666978/143000
43.42/20.28	c cleaning 0 clauses out of 5000 with flag 0/5000
46.33/21.56	c cleaning 16987 clauses out of 34035 with flag 763394/161002
51.94/24.22	c cleaning 18002 clauses out of 36046 with flag 866506/180000
57.88/27.16	c cleaning 19013 clauses out of 38045 with flag 977710/200001
64.28/30.32	c cleaning 19993 clauses out of 40032 with flag 1094897/221001
71.65/33.94	c cleaning 20991 clauses out of 42038 with flag 1219948/243000
78.06/37.18	c cleaning 22010 clauses out of 44048 with flag 1351424/266001
85.86/41.03	c cleaning 22997 clauses out of 46039 with flag 1487265/290002
94.55/45.32	c cleaning 23970 clauses out of 48040 with flag 1629450/315000
103.35/49.74	c cleaning 24994 clauses out of 50072 with flag 1777384/341002
112.61/54.32	c cleaning 26016 clauses out of 52076 with flag 1936789/368000
122.70/59.37	c cleaning 27031 clauses out of 54062 with flag 2099630/396002
132.90/64.48	c cleaning 27996 clauses out of 56029 with flag 2269503/425000
143.11/69.57	c cleaning 29010 clauses out of 58033 with flag 2446043/455000
154.23/75.04	c cleaning 29951 clauses out of 60023 with flag 2627171/486000
166.55/81.14	c cleaning 31013 clauses out of 62072 with flag 2817473/518000
180.21/88.26	c cleaning 32028 clauses out of 64059 with flag 3013494/551000
193.02/94.67	c cleaning 33013 clauses out of 66032 with flag 3216744/585001
206.91/101.59	c cleaning 34001 clauses out of 68018 with flag 3428249/620000
222.00/109.04	c cleaning 34999 clauses out of 70017 with flag 3645856/656000
237.22/116.62	c cleaning 35985 clauses out of 72018 with flag 3868041/693000
253.26/124.67	c cleaning 36979 clauses out of 74033 with flag 4097535/731000
270.35/133.13	c cleaning 38006 clauses out of 76054 with flag 4330977/770000
287.61/141.79	c cleaning 38979 clauses out of 78048 with flag 4574112/810000
305.48/150.69	c cleaning 40004 clauses out of 80071 with flag 4823097/851002
324.21/159.92	c cleaning 41003 clauses out of 82065 with flag 5078473/893000
334.32/164.95	c cleaning 0 clauses out of 11002 with flag 0/11002
343.53/169.56	c cleaning 42029 clauses out of 84063 with flag 5334907/936001
363.84/179.55	c cleaning 42976 clauses out of 86033 with flag 5605629/980000
384.77/189.96	c cleaning 44013 clauses out of 88057 with flag 5878547/1025000
406.76/200.86	c cleaning 45000 clauses out of 90045 with flag 6159806/1071001
429.83/212.23	c cleaning 45992 clauses out of 92044 with flag 6442244/1118000
453.75/224.16	c cleaning 46988 clauses out of 94052 with flag 6736504/1166000
479.08/237.26	c cleaning 48023 clauses out of 96064 with flag 7038401/1215000
504.54/249.95	c cleaning 48994 clauses out of 98041 with flag 7350973/1265000
530.47/262.81	c cleaning 50017 clauses out of 100049 with flag 7663178/1316002
557.76/276.40	c cleaning 50972 clauses out of 102031 with flag 7978522/1368001
585.95/290.43	c cleaning 52012 clauses out of 104059 with flag 8303518/1421001
614.79/304.76	c cleaning 53010 clauses out of 106048 with flag 8631744/1475002
644.58/319.53	c cleaning 54006 clauses out of 108036 with flag 8971905/1530000
675.51/334.90	c cleaning 54998 clauses out of 110032 with flag 9314260/1586002
707.91/351.04	c cleaning 55945 clauses out of 112034 with flag 9666876/1643002
740.72/367.39	c cleaning 57018 clauses out of 114087 with flag 10022040/1701000
774.56/384.17	c cleaning 58018 clauses out of 116070 with flag 10382542/1760001
809.99/401.70	c cleaning 58999 clauses out of 118051 with flag 10755384/1820000
845.40/419.35	c cleaning 59999 clauses out of 120052 with flag 11129409/1881000
883.02/438.07	c cleaning 61000 clauses out of 122053 with flag 11507417/1943000
921.94/457.38	c cleaning 62021 clauses out of 124053 with flag 11899007/2006000
961.22/476.89	c cleaning 62977 clauses out of 126032 with flag 12290676/2070000
1001.66/496.95	c cleaning 63997 clauses out of 128055 with flag 12692127/2135000
1044.13/518.00	c cleaning 64986 clauses out of 130059 with flag 13094019/2201001
1087.01/539.38	c cleaning 66006 clauses out of 132072 with flag 13506330/2268000
1130.45/560.93	c cleaning 67025 clauses out of 134066 with flag 13925094/2336000
1174.70/582.82	c cleaning 0 clauses out of 18001 with flag 0/18001
1176.70/583.86	c cleaning 67989 clauses out of 136041 with flag 14347211/2405000
1223.39/607.05	c cleaning 69009 clauses out of 138052 with flag 14777738/2475000
1272.50/632.30	c cleaning 69959 clauses out of 140043 with flag 15218605/2546000
1320.86/656.45	c cleaning 71007 clauses out of 142084 with flag 15652825/2618000
1371.40/681.55	c cleaning 71966 clauses out of 144077 with flag 16096776/2691000
1424.49/707.82	c cleaning 73019 clauses out of 146112 with flag 16547344/2765001
1477.38/734.08	c cleaning 73992 clauses out of 148092 with flag 17001457/2840000
1530.65/760.52	c cleaning 75040 clauses out of 150100 with flag 17469120/2916000
1584.85/787.47	c cleaning 76002 clauses out of 152061 with flag 17937638/2993001
1638.01/813.88	c cleaning 76986 clauses out of 154058 with flag 18416918/3071000
1685.41/837.55	c cleaning 78011 clauses out of 156073 with flag 18905573/3150001
1735.12/862.36	c cleaning 79008 clauses out of 158061 with flag 19398428/3230000
1784.91/887.28	c cleaning 80012 clauses out of 160053 with flag 19896576/3311000
1800.11/894.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/894.80	c starts		: 24708
1800.11/894.80	c conflicts		: 3341253
1800.11/894.80	c decisions		: 33388956
1800.11/894.80	c propagations		: 458787822
1800.11/894.80	c inspects		: 9076674271
1800.11/894.80	c shortcuts		: 0
1800.11/894.80	c learnt literals	: 2
1800.11/894.80	c learnt binary clauses	: 36
1800.11/894.80	c learnt ternary clauses	: 498
1800.11/894.80	c learnt constraints	: 3341251
1800.11/894.80	c ignored constraints	: 0
1800.11/894.80	c root simplifications	: 0
1800.11/894.80	c removed literals (reason simplification)	: 2190474
1800.11/894.80	c reason swapping (by a shorter reason)	: 0
1800.11/894.80	c Calls to reduceDB	: 77
1800.11/894.80	c Number of update (reduction) of LBD	: 694139
1800.11/894.80	c Imported unit clauses	: 0
1800.11/894.80	c number of reductions to clauses (during analyze)	: 0
1800.11/894.80	c number of learned constraints concerned by reduction	: 0
1800.11/894.80	c number of learning phase by resolution	: 0
1800.11/894.80	c number of learning phase by cutting planes	: 0
1800.11/894.80	c speed (assignments/second)	: 513026.5253383459
1800.11/894.80	c non guided choices	13251
1800.11/894.83	c learnt constraints type 
1800.11/894.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 36
1800.11/894.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 110258
1800.11/894.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/894.83	c starts		: 45
1800.11/894.83	c conflicts		: 20351
1800.11/894.83	c decisions		: 77882
1800.11/894.83	c propagations		: 2484288
1800.11/894.83	c inspects		: 726953590
1800.11/894.83	c shortcuts		: 0
1800.11/894.83	c learnt literals	: 0
1800.11/894.83	c learnt binary clauses	: 0
1800.11/894.83	c learnt ternary clauses	: 0
1800.11/894.83	c learnt constraints	: 20350
1800.11/894.83	c ignored constraints	: 0
1800.11/894.83	c root simplifications	: 0
1800.11/894.83	c removed literals (reason simplification)	: 0
1800.11/894.83	c reason swapping (by a shorter reason)	: 0
1800.11/894.83	c Calls to reduceDB	: 3
1800.11/894.83	c Number of update (reduction) of LBD	: 0
1800.11/894.83	c Imported unit clauses	: 0
1800.11/894.83	c number of reductions to clauses (during analyze)	: 0
1800.11/894.83	c number of learned constraints concerned by reduction	: 0
1800.11/894.83	c number of learning phase by resolution	: 0
1800.11/894.83	c number of learning phase by cutting planes	: 0
1800.11/894.83	c speed (assignments/second)	: 2777.9134518617916
1800.11/894.83	c non guided choices	437
1800.11/894.83	c learnt constraints type 
1800.11/894.83	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 37
1800.11/894.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20313
1800.11/894.83	s UNKNOWN
1800.11/894.83	c Total wall clock time (in seconds): 894.715

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

pid=21433
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.19 4.25 4.26 4/197 21436
/proc/meminfo: memFree=27181108/32872528 swapFree=1437460/1543748
[pid=21436] ppid=21433 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/21436/stat : 21436 (java) R 21433 21436 18126 0 -1 4202496 372 0 0 0 0 0 0 0 20 0 1 0 29333977 2560000 43 33554432000 1073741824 1073778376 140735757924816 140735477813432 266426482248 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21436/statm: 625 46 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 4.19 4.25 4.26 4/197 21436
/proc/meminfo: memFree=27181108/32872528 swapFree=1437460/1543748
[pid=21436] ppid=21433 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/21436/stat : 21436 (java) S 21433 21436 18126 0 -1 4202496 4422 0 1 0 7 2 0 0 20 0 18 0 29333977 9787879424 6042 33554432000 1073741824 1073778376 140735757924816 140735757915952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21436/statm: 2389619 6042 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 4.19 4.25 4.26 4/197 21436
/proc/meminfo: memFree=27181108/32872528 swapFree=1437460/1543748
[pid=21436] ppid=21433 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/21436/stat : 21436 (java) S 21433 21436 18126 0 -1 4202496 4717 0 1 0 21 2 0 0 20 0 18 0 29333977 9787879424 6796 33554432000 1073741824 1073778376 140735757924816 140735757915952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21436/statm: 2389619 6796 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300211 s]
/proc/loadavg: 4.19 4.25 4.26 4/197 21436
/proc/meminfo: memFree=27181108/32872528 swapFree=1437460/1543748
[pid=21436] ppid=21433 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/21436/stat : 21436 (java) S 21433 21436 18126 0 -1 4202496 5767 0 1 0 45 2 0 0 20 0 18 0 29333977 9787879424 8508 33554432000 1073741824 1073778376 140735757924816 140735757915952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21436/statm: 2389619 8508 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700177 s]
/proc/loadavg: 4.19 4.25 4.26 4/197 21436
/proc/meminfo: memFree=27181108/32872528 swapFree=1437460/1543748
[pid=21436] ppid=21433 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/21436/stat : 21436 (java) S 21433 21436 18126 0 -1 4202496 14578 0 1 0 168 5 0 0 20 0 22 0 29333977 10060525568 23803 33554432000 1073741824 1073778376 140735757924816 140735757915952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21436/statm: 2456183 23803 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 4.19 4.25 4.26 8/219 21458
/proc/meminfo: memFree=27048628/32872528 swapFree=1437460/1543748
[pid=21436] ppid=21433 vsize=9824732 CPUtime=4.7 cores=1,3,5,7
/proc/21436/stat : 21436 (java) S 21433 21436 18126 0 -1 4202496 23658 0 1 0 462 8 0 0 20 0 22 0 29333977 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 140735757915952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21436/statm: 2456183 47456 2292 9 0 2446860 0
[pid=21436/tid=21438] ppid=21433 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/21436/task/21438/stat : 21438 (java) S 21433 21436 18126 0 -1 4202560 2481 0 1 0 46 2 0 0 20 0 22 0 29333978 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139807071896440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21436/tid=21439] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21439/stat : 21439 (java) S 21433 21436 18126 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29333980 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139807033387560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21440] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21440/stat : 21440 (java) S 21433 21436 18126 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29333980 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139807032334760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21441] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21441/stat : 21441 (java) S 21433 21436 18126 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29333980 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139807031281960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21442] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21442/stat : 21442 (java) S 21433 21436 18126 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29333980 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139807030229160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21436/tid=21443] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21443/stat : 21443 (java) S 21433 21436 18126 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29333980 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139807029177384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21444] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21444/stat : 21444 (java) S 21433 21436 18126 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29333980 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139807028124584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21445] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21445/stat : 21445 (java) S 21433 21436 18126 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29333980 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139807027071784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21446] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21446/stat : 21446 (java) S 21433 21436 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29333980 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139807026018984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21447] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21447/stat : 21447 (java) S 21433 21436 18126 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 29333981 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139806895364584 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21448] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21448/stat : 21448 (java) S 21433 21436 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29333981 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139806894310648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21449] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21449/stat : 21449 (java) S 21433 21436 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29333981 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139806893257736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21450] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21450/stat : 21450 (java) S 21433 21436 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29333984 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139806892206224 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21451] ppid=21433 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/21436/task/21451/stat : 21451 (java) S 21433 21436 18126 0 -1 4202560 8047 0 0 0 108 2 0 0 20 0 22 0 29333984 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139806891154360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21452] ppid=21433 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/21436/task/21452/stat : 21452 (java) R 21433 21436 18126 0 -1 4202560 11655 0 0 0 109 2 0 0 20 0 22 0 29333984 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139806017294952 139807077856397 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21453] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21453/stat : 21453 (java) S 21433 21436 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29333984 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139806016265080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21454] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21454/stat : 21454 (java) S 21433 21436 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29333984 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139806015212488 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21455] ppid=21433 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/21436/task/21455/stat : 21455 (java) R 21433 21436 18126 0 -1 4202560 17 0 0 0 94 0 0 0 20 0 22 0 29334029 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139806014157672 139806907281704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21436/tid=21456] ppid=21433 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/21436/task/21456/stat : 21456 (java) R 21433 21436 18126 0 -1 4202560 73 0 0 0 92 2 0 0 20 0 22 0 29334029 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139806013103904 139806907540352 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21457] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21457/stat : 21457 (java) S 21433 21436 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29334030 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139806012052392 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21458] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21458/stat : 21458 (java) S 21433 21436 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29334031 10060525568 47456 33554432000 1073741824 1073778376 140735757924816 139806010999592 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.19 4.25 4.26 5/219 21458
/proc/meminfo: memFree=26902108/32872528 swapFree=1437460/1543748
[pid=21436] ppid=21433 vsize=9824732 CPUtime=8.5 cores=1,3,5,7
/proc/21436/stat : 21436 (java) S 21433 21436 18126 0 -1 4202496 25219 0 1 0 835 15 0 0 20 0 22 0 29333977 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 140735757915952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21436/statm: 2456183 90890 2292 9 0 2446860 0
[pid=21436/tid=21438] ppid=21433 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/21436/task/21438/stat : 21438 (java) S 21433 21436 18126 0 -1 4202560 2481 0 1 0 46 2 0 0 20 0 22 0 29333978 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139807071896440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21436/tid=21439] ppid=21433 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21436/task/21439/stat : 21439 (java) S 21433 21436 18126 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 29333980 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139807033387560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21440] ppid=21433 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21436/task/21440/stat : 21440 (java) S 21433 21436 18126 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 29333980 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139807032334760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21441] ppid=21433 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21436/task/21441/stat : 21441 (java) S 21433 21436 18126 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 29333980 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139807031281960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21442] ppid=21433 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21436/task/21442/stat : 21442 (java) S 21433 21436 18126 0 -1 4202560 29 0 0 0 5 0 0 0 20 0 22 0 29333980 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139807030229160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21443] ppid=21433 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21436/task/21443/stat : 21443 (java) S 21433 21436 18126 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 29333980 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139807029177384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21444] ppid=21433 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21436/task/21444/stat : 21444 (java) S 21433 21436 18126 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 29333980 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139807028124584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21445] ppid=21433 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21436/task/21445/stat : 21445 (java) S 21433 21436 18126 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 29333980 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139807027071784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21446] ppid=21433 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21436/task/21446/stat : 21446 (java) S 21433 21436 18126 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 29333980 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139807026018984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21447] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21447/stat : 21447 (java) S 21433 21436 18126 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 29333981 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139806895364584 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21448] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21448/stat : 21448 (java) S 21433 21436 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29333981 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139806894310648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21449] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21449/stat : 21449 (java) S 21433 21436 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29333981 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139806893257736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21450] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21450/stat : 21450 (java) S 21433 21436 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29333984 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139806892206224 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21451] ppid=21433 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/21436/task/21451/stat : 21451 (java) S 21433 21436 18126 0 -1 4202560 8048 0 0 0 120 2 0 0 20 0 22 0 29333984 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139806891154360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21452] ppid=21433 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/21436/task/21452/stat : 21452 (java) R 21433 21436 18126 0 -1 4202560 12935 0 0 0 146 3 0 0 20 0 22 0 29333984 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139806017317688 139807077856392 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21453] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21453/stat : 21453 (java) S 21433 21436 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29333984 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139806016265080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21454] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21454/stat : 21454 (java) S 21433 21436 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29333984 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139806015212488 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21455] ppid=21433 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/21436/task/21455/stat : 21455 (java) R 21433 21436 18126 0 -1 4202560 20 0 0 0 247 0 0 0 20 0 22 0 29334029 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139806014148640 139806907261821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21436/tid=21456] ppid=21433 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/21436/task/21456/stat : 21456 (java) R 21433 21436 18126 0 -1 4202560 131 0 0 0 242 4 0 0 20 0 22 0 29334029 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139806013104680 139806907300846 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21457] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21457/stat : 21457 (java) S 21433 21436 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29334030 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139806012052392 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21458] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21458/stat : 21458 (java) S 21433 21436 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29334031 10060525568 90890 33554432000 1073741824 1073778376 140735757924816 139806010999592 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 4.25 4.26 4.26 5/219 21458
/proc/meminfo: memFree=26573748/32872528 swapFree=1437460/1543748
[pid=21436] ppid=21433 vsize=9824732 CPUtime=15.29 cores=1,3,5,7
/proc/21436/stat : 21436 (java) S 21433 21436 18126 0 -1 4202496 25836 0 1 0 1503 26 0 0 20 0 22 0 29333977 10060525568 161063 33554432000 1073741824 1073778376 140735757924816 140735757915952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21436/statm: 2456183 161063 2292 9 0 2446860 0
[pid=21436/tid=21438] ppid=21433 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/21436/task/21438/stat : 21438 (java) S 21433 21436 18126 0 -1 4202560 2481 0 1 0 46 2 0 0 20 0 22 0 29333978 10060525568 161063 33554432000 1073741824 1073778376 140735757924816 139807071896440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21436/tid=21439] ppid=21433 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21436/task/21439/stat : 21439 (java) S 21433 21436 18126 0 -1 4202560 66 0 0 0 5 2 0 0 20 0 22 0 29333980 10060525568 161063 33554432000 1073741824 1073778376 140735757924816 139807033387560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21440] ppid=21433 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21436/task/21440/stat : 21440 (java) S 21433 21436 18126 0 -1 4202560 69 0 0 0 5 2 0 0 20 0 22 0 29333980 10060525568 161063 33554432000 1073741824 1073778376 140735757924816 139807032334760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21441] ppid=21433 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21436/task/21441/stat : 21441 (java) S 21433 21436 18126 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 29333980 10060525568 161063 33554432000 1073741824 1073778376 140735757924816 139807031281960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21442] ppid=21433 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21436/task/21442/stat : 21442 (java) S 21433 21436 18126 0 -1 4202560 81 0 0 0 8 2 0 0 20 0 22 0 29333980 10060525568 161063 33554432000 1073741824 1073778376 140735757924816 139807030229160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21443] ppid=21433 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21436/task/21443/stat : 21443 (java) S 21433 21436 18126 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 22 0 29333980 10060525568 161063 33554432000 1073741824 1073778376 140735757924816 139807029177384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21436/tid=21444] ppid=21433 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21436/task/21444/stat : 21444 (java) S 21433 21436 18126 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 22 0 29333980 10060525568 161063 33554432000 1073741824 1073778376 140735757924816 139807028124584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21445] ppid=21433 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21436/task/21445/stat : 21445 (java) S 21433 21436 18126 0 -1 4202560 21 0 0 0 5 0 0 0 20 0 22 0 29333980 10060525568 161063 33554432000 1073741824 1073778376 140735757924816 139807027071784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21446] ppid=21433 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21436/task/21446/stat : 21446 (java) S 21433 21436 18126 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 22 0 29333980 10060525568 161063 33554432000 1073741824 1073778376 140735757924816 139807026018984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21447] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21447/stat : 21447 (java) S 21433 21436 18126 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 22 0 29333981 10060525568 161063 33554432000 1073741824 1073778376 140735757924816 139806895364584 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21436/tid=21448] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21448/stat : 21448 (java) S 21433 21436 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29333981 10060525568 161063 33554432000 1073741824 1073778376 140735757924816 139806894310648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21449] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21449/stat : 21449 (java) S 21433 21436 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29333981 10060525568 161063 33554432000 1073741824 1073778376 140735757924816 139806893257736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21450] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21450/stat : 21450 (java) S 21433 21436 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29333984 10060525568 161063 33554432000 1073741824 1073778376 140735757924816 139806892206224 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21451] ppid=21433 vsize=9824732 CPUtime=1.42 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 2.55 3.68 4.07 4/191 21508
/proc/meminfo: memFree=26497976/32872528 swapFree=1437460/1543748
[pid=21436] ppid=21433 vsize=9824732 CPUtime=1655.01 cores=1,3,5,7
/proc/21436/stat : 21436 (java) S 21433 21436 18126 0 -1 4202496 37660 0 1 0 165285 216 0 0 20 0 22 0 29333977 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 140735757915952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21436/statm: 2456183 948571 2301 9 0 2446860 0
[pid=21436/tid=21438] ppid=21433 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/21436/task/21438/stat : 21438 (java) S 21433 21436 18126 0 -1 4202560 2483 0 1 0 48 4 0 0 20 0 22 0 29333978 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139807071896440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21439] ppid=21433 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/21436/task/21439/stat : 21439 (java) S 21433 21436 18126 0 -1 4202560 651 0 0 0 280 22 0 0 20 0 22 0 29333980 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139807033387560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21440] ppid=21433 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/21436/task/21440/stat : 21440 (java) S 21433 21436 18126 0 -1 4202560 597 0 0 0 280 18 0 0 20 0 22 0 29333980 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139807032334760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21441] ppid=21433 vsize=9824732 CPUtime=3.19 cores=1,3,5,7
/proc/21436/task/21441/stat : 21441 (java) S 21433 21436 18126 0 -1 4202560 761 0 0 0 302 17 0 0 20 0 22 0 29333980 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139807031281960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21442] ppid=21433 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/21436/task/21442/stat : 21442 (java) S 21433 21436 18126 0 -1 4202560 616 0 0 0 265 15 0 0 20 0 22 0 29333980 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139807030229160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21443] ppid=21433 vsize=9824732 CPUtime=2.88 cores=1,3,5,7
/proc/21436/task/21443/stat : 21443 (java) S 21433 21436 18126 0 -1 4202560 535 0 0 0 273 15 0 0 20 0 22 0 29333980 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139807029177384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21444] ppid=21433 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/21436/task/21444/stat : 21444 (java) S 21433 21436 18126 0 -1 4202560 675 0 0 0 245 19 0 0 20 0 22 0 29333980 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139807028124584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21445] ppid=21433 vsize=9824732 CPUtime=2.78 cores=1,3,5,7
/proc/21436/task/21445/stat : 21445 (java) S 21433 21436 18126 0 -1 4202560 677 0 0 0 260 18 0 0 20 0 22 0 29333980 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139807027071784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21446] ppid=21433 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/21436/task/21446/stat : 21446 (java) S 21433 21436 18126 0 -1 4202560 789 0 0 0 287 20 0 0 20 0 22 0 29333980 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139807026018984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21447] ppid=21433 vsize=9824732 CPUtime=3.51 cores=1,3,5,7
/proc/21436/task/21447/stat : 21447 (java) S 21433 21436 18126 0 -1 4202560 2216 0 0 0 344 7 0 0 20 0 22 0 29333981 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139806895364584 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21448] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21448/stat : 21448 (java) S 21433 21436 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29333981 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139806894310648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21449] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21449/stat : 21449 (java) S 21433 21436 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29333981 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139806893257736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21450] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21450/stat : 21450 (java) S 21433 21436 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29333984 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139806892206224 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21451] ppid=21433 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/21436/task/21451/stat : 21451 (java) S 21433 21436 18126 0 -1 4202560 11679 0 0 0 187 3 0 0 20 0 22 0 29333984 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139806891154360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21452] ppid=21433 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/21436/task/21452/stat : 21452 (java) S 21433 21436 18126 0 -1 4202560 12956 0 0 0 161 3 0 0 20 0 22 0 29333984 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139806017317688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21453] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21453/stat : 21453 (java) S 21433 21436 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29333984 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139806016265080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21454] ppid=21433 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/21436/task/21454/stat : 21454 (java) S 21433 21436 18126 0 -1 4202560 47 0 0 0 13 22 0 0 20 0 22 0 29333984 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139806015212488 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21455] ppid=21433 vsize=9824732 CPUtime=812.02 cores=1,3,5,7
/proc/21436/task/21455/stat : 21455 (java) R 21433 21436 18126 0 -1 4202560 86 0 0 0 81187 15 0 0 20 0 22 0 29334029 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139806014148720 139806907261821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21436/tid=21456] ppid=21433 vsize=9824732 CPUtime=811.85 cores=1,3,5,7
/proc/21436/task/21456/stat : 21456 (java) R 21433 21436 18126 0 -1 4202560 1627 0 0 0 81134 51 0 0 20 0 22 0 29334029 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139806013102576 139806907492529 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21457] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21457/stat : 21457 (java) S 21433 21436 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29334030 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139806012052392 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21458] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21458/stat : 21458 (java) S 21433 21436 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29334031 10060525568 948571 33554432000 1073741824 1073778376 140735757924816 139806010999592 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1655.01
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 2.40 3.43 3.95 3/191 21510
/proc/meminfo: memFree=26452904/32872528 swapFree=1437460/1543748
[pid=21436] ppid=21433 vsize=9824732 CPUtime=1775.13 cores=1,3,5,7
/proc/21436/stat : 21436 (java) S 21433 21436 18126 0 -1 4202496 37757 0 1 0 177290 223 0 0 20 0 22 0 29333977 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 140735757915952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21436/statm: 2456183 959841 2301 9 0 2446860 0
[pid=21436/tid=21438] ppid=21433 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/21436/task/21438/stat : 21438 (java) S 21433 21436 18126 0 -1 4202560 2483 0 1 0 49 4 0 0 20 0 22 0 29333978 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139807071896440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21439] ppid=21433 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/21436/task/21439/stat : 21439 (java) S 21433 21436 18126 0 -1 4202560 671 0 0 0 285 23 0 0 20 0 22 0 29333980 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139807033387560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21440] ppid=21433 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/21436/task/21440/stat : 21440 (java) S 21433 21436 18126 0 -1 4202560 599 0 0 0 283 18 0 0 20 0 22 0 29333980 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139807032334760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21436/tid=21441] ppid=21433 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/21436/task/21441/stat : 21441 (java) S 21433 21436 18126 0 -1 4202560 771 0 0 0 304 18 0 0 20 0 22 0 29333980 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139807031281960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21442] ppid=21433 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/21436/task/21442/stat : 21442 (java) S 21433 21436 18126 0 -1 4202560 635 0 0 0 270 17 0 0 20 0 22 0 29333980 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139807030229160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21436/tid=21443] ppid=21433 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/21436/task/21443/stat : 21443 (java) S 21433 21436 18126 0 -1 4202560 547 0 0 0 275 16 0 0 20 0 22 0 29333980 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139807029177384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21436/tid=21444] ppid=21433 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/21436/task/21444/stat : 21444 (java) S 21433 21436 18126 0 -1 4202560 684 0 0 0 247 20 0 0 20 0 22 0 29333980 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139807028124584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21445] ppid=21433 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/21436/task/21445/stat : 21445 (java) S 21433 21436 18126 0 -1 4202560 688 0 0 0 261 19 0 0 20 0 22 0 29333980 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139807027071784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21446] ppid=21433 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/21436/task/21446/stat : 21446 (java) S 21433 21436 18126 0 -1 4202560 790 0 0 0 289 20 0 0 20 0 22 0 29333980 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139807026018984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21447] ppid=21433 vsize=9824732 CPUtime=3.51 cores=1,3,5,7
/proc/21436/task/21447/stat : 21447 (java) S 21433 21436 18126 0 -1 4202560 2224 0 0 0 344 7 0 0 20 0 22 0 29333981 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806895364584 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21448] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21448/stat : 21448 (java) S 21433 21436 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29333981 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806894310648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21449] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21449/stat : 21449 (java) S 21433 21436 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29333981 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806893257736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21450] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21450/stat : 21450 (java) S 21433 21436 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29333984 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806892206224 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21451] ppid=21433 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/21436/task/21451/stat : 21451 (java) S 21433 21436 18126 0 -1 4202560 11679 0 0 0 187 3 0 0 20 0 22 0 29333984 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806891154360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21452] ppid=21433 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/21436/task/21452/stat : 21452 (java) S 21433 21436 18126 0 -1 4202560 12956 0 0 0 161 3 0 0 20 0 22 0 29333984 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806017317688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21453] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21453/stat : 21453 (java) S 21433 21436 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29333984 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806016265080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21454] ppid=21433 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/21436/task/21454/stat : 21454 (java) S 21433 21436 18126 0 -1 4202560 51 0 0 0 14 22 0 0 20 0 22 0 29333984 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806015212488 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21455] ppid=21433 vsize=9824732 CPUtime=871.95 cores=1,3,5,7
/proc/21436/task/21455/stat : 21455 (java) R 21433 21436 18126 0 -1 4202560 87 0 0 0 87179 16 0 0 20 0 22 0 29334029 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806014148720 139806907261826 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21456] ppid=21433 vsize=9824732 CPUtime=871.77 cores=1,3,5,7
/proc/21436/task/21456/stat : 21456 (java) R 21433 21436 18126 0 -1 4202560 1627 0 0 0 87125 52 0 0 20 0 22 0 29334029 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806013103536 139806907492596 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21457] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21457/stat : 21457 (java) S 21433 21436 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29334030 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806012052392 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21458] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21458/stat : 21458 (java) S 21433 21436 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29334031 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806010999592 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1775.13
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.801 s]
/proc/loadavg: 2.39 3.38 3.93 4/191 21511
/proc/meminfo: memFree=26453020/32872528 swapFree=1437460/1543748
[pid=21436] ppid=21433 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/21436/stat : 21436 (java) S 21433 21436 18126 0 -1 4202496 37759 0 1 0 179788 223 0 0 20 0 22 0 29333977 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 140735757915952 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21436/statm: 2456183 959841 2301 9 0 2446860 0
[pid=21436/tid=21438] ppid=21433 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/21436/task/21438/stat : 21438 (java) S 21433 21436 18126 0 -1 4202560 2483 0 1 0 49 4 0 0 20 0 22 0 29333978 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139807071896440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21439] ppid=21433 vsize=9824732 CPUtime=3.08 cores=1,3,5,7
/proc/21436/task/21439/stat : 21439 (java) S 21433 21436 18126 0 -1 4202560 671 0 0 0 285 23 0 0 20 0 22 0 29333980 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139807033387560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21440] ppid=21433 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/21436/task/21440/stat : 21440 (java) S 21433 21436 18126 0 -1 4202560 599 0 0 0 283 18 0 0 20 0 22 0 29333980 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139807032334760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21436/tid=21441] ppid=21433 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/21436/task/21441/stat : 21441 (java) S 21433 21436 18126 0 -1 4202560 771 0 0 0 304 18 0 0 20 0 22 0 29333980 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139807031281960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21442] ppid=21433 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/21436/task/21442/stat : 21442 (java) S 21433 21436 18126 0 -1 4202560 635 0 0 0 270 17 0 0 20 0 22 0 29333980 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139807030229160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21436/tid=21443] ppid=21433 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/21436/task/21443/stat : 21443 (java) S 21433 21436 18126 0 -1 4202560 547 0 0 0 275 16 0 0 20 0 22 0 29333980 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139807029177384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21436/tid=21444] ppid=21433 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/21436/task/21444/stat : 21444 (java) S 21433 21436 18126 0 -1 4202560 684 0 0 0 247 20 0 0 20 0 22 0 29333980 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139807028124584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21445] ppid=21433 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/21436/task/21445/stat : 21445 (java) S 21433 21436 18126 0 -1 4202560 688 0 0 0 261 19 0 0 20 0 22 0 29333980 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139807027071784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21446] ppid=21433 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/21436/task/21446/stat : 21446 (java) S 21433 21436 18126 0 -1 4202560 790 0 0 0 289 20 0 0 20 0 22 0 29333980 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139807026018984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21436/tid=21447] ppid=21433 vsize=9824732 CPUtime=3.51 cores=1,3,5,7
/proc/21436/task/21447/stat : 21447 (java) S 21433 21436 18126 0 -1 4202560 2224 0 0 0 344 7 0 0 20 0 22 0 29333981 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806895364584 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21448] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21448/stat : 21448 (java) S 21433 21436 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29333981 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806894310648 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21449] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21449/stat : 21449 (java) S 21433 21436 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29333981 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806893257736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21450] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21450/stat : 21450 (java) S 21433 21436 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29333984 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806892206224 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21451] ppid=21433 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/21436/task/21451/stat : 21451 (java) S 21433 21436 18126 0 -1 4202560 11679 0 0 0 187 3 0 0 20 0 22 0 29333984 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806891154360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21452] ppid=21433 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/21436/task/21452/stat : 21452 (java) S 21433 21436 18126 0 -1 4202560 12956 0 0 0 161 3 0 0 20 0 22 0 29333984 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806017317688 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21453] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21453/stat : 21453 (java) S 21433 21436 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29333984 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806016265080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21454] ppid=21433 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/21436/task/21454/stat : 21454 (java) S 21433 21436 18126 0 -1 4202560 53 0 0 0 14 22 0 0 20 0 22 0 29333984 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806015212488 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21455] ppid=21433 vsize=9824732 CPUtime=884.44 cores=1,3,5,7
/proc/21436/task/21455/stat : 21455 (java) R 21433 21436 18126 0 -1 4202560 87 0 0 0 88428 16 0 0 20 0 22 0 29334029 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806014148720 139806907261821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21436/tid=21456] ppid=21433 vsize=9824732 CPUtime=884.26 cores=1,3,5,7
/proc/21436/task/21456/stat : 21456 (java) R 21433 21436 18126 0 -1 4202560 1627 0 0 0 88373 53 0 0 20 0 22 0 29334029 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806013103536 139806907749320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21436/tid=21457] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21457/stat : 21457 (java) S 21433 21436 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29334030 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806012052392 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21436/tid=21458] ppid=21433 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21436/task/21458/stat : 21458 (java) S 21433 21436 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29334031 10060525568 959841 33554432000 1073741824 1073778376 140735757924816 139806010999592 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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 21436 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 894.856
CPU time (s): 1800.69
CPU user time (s): 1797.93
CPU system time (s): 2.76658
CPU usage (%): 201.227
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.93
system time used= 2.76658
maximum resident set size= 3839480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37795
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23975
involuntary context switches= 24391

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.31304 second user time and 6.88595 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 19:42:27
IDJOB=4116662
IDBENCH=109498
IDSOLVER=2543
FILE ID=node116/4116662-1466962946
RUNJOBID= node116-1466946428-18143
PBS_JOBID= 19976367
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-size80-round23-2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116662-1466962946/watcher-4116662-1466962946 -o /tmp/evaluation-result-4116662-1466962946/solver-4116662-1466962946 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466946428-18143 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116662-1466962946.opb

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

MD5SUM BENCH= f982646c7ec329d9f670a4f55dd3af78
RANDOM SEED=501738273

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:        27181636 kB
Buffers:           27364 kB
Cached:           306936 kB
SwapCached:         2072 kB
Active:          3123108 kB
Inactive:         309396 kB
Active(anon):    3099040 kB
Inactive(anon):     1656 kB
Active(file):      24068 kB
Inactive(file):   307740 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:       4651608 kB
Mapped:            15384 kB
Shmem:                 0 kB
Slab:             565864 kB
SReclaimable:       9624 kB
SUnreclaim:       556240 kB
KernelStack:        1608 kB
PageTables:        13428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4955388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3162112 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 19:57:21