Trace number 4116406

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.72 895.971

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round23-6.opb
MD5SUMd31ee2a1ee22cc14c8f96bf686217001
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@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-4116406-1466961153.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.393s.
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.40/1.47	c cleaning 2491 clauses out of 5000 with flag 15297/5002
7.12/2.26	c cleaning 4247 clauses out of 8508 with flag 35728/11001
9.01/3.14	c cleaning 5610 clauses out of 11260 with flag 61268/18000
10.91/4.04	c cleaning 6821 clauses out of 13651 with flag 93818/26001
13.16/5.13	c cleaning 7898 clauses out of 15831 with flag 131734/35002
15.58/6.31	c cleaning 8957 clauses out of 17934 with flag 176112/45003
18.27/7.62	c cleaning 9952 clauses out of 19974 with flag 226475/56000
21.27/9.17	c cleaning 10979 clauses out of 22023 with flag 283188/68001
24.75/10.86	c cleaning 12016 clauses out of 24044 with flag 345326/81001
28.35/12.60	c cleaning 12980 clauses out of 26028 with flag 414509/95001
32.44/14.66	c cleaning 14014 clauses out of 28047 with flag 488684/110000
36.84/16.86	c cleaning 14991 clauses out of 30034 with flag 569764/126001
36.84/16.92	c cleaning 0 clauses out of 5000 with flag 0/5000
41.82/19.30	c cleaning 15979 clauses out of 32043 with flag 660510/143001
47.51/21.98	c cleaning 16994 clauses out of 34063 with flag 759007/161000
53.41/24.87	c cleaning 17999 clauses out of 36069 with flag 863215/180000
59.61/27.93	c cleaning 19005 clauses out of 38070 with flag 973488/200000
66.21/31.24	c cleaning 19985 clauses out of 40065 with flag 1090561/221000
73.28/34.77	c cleaning 21040 clauses out of 42081 with flag 1214165/243001
80.68/38.41	c cleaning 21985 clauses out of 44040 with flag 1344428/266000
88.77/42.41	c cleaning 23023 clauses out of 46055 with flag 1482039/290000
97.16/46.69	c cleaning 23987 clauses out of 48032 with flag 1623916/315000
106.27/51.17	c cleaning 24958 clauses out of 50045 with flag 1770541/341000
115.67/55.88	c cleaning 26018 clauses out of 52088 with flag 1928003/368001
125.98/60.98	c cleaning 27004 clauses out of 54069 with flag 2093741/396000
136.58/66.27	c cleaning 28024 clauses out of 56065 with flag 2262333/425000
147.50/71.66	c cleaning 29006 clauses out of 58042 with flag 2437741/455001
159.60/77.61	c cleaning 29994 clauses out of 60035 with flag 2622768/486000
171.82/83.80	c cleaning 31011 clauses out of 62042 with flag 2812605/518001
185.08/90.35	c cleaning 32003 clauses out of 64030 with flag 3007131/551000
198.74/97.13	c cleaning 32988 clauses out of 66028 with flag 3210291/585001
213.21/104.32	c cleaning 33975 clauses out of 68039 with flag 3418906/620000
228.39/112.22	c cleaning 34969 clauses out of 70064 with flag 3634075/656000
243.62/119.88	c cleaning 36025 clauses out of 72095 with flag 3855164/693000
258.29/127.15	c cleaning 37021 clauses out of 74070 with flag 4082532/731000
273.08/134.51	c cleaning 38007 clauses out of 76050 with flag 4316184/770001
288.76/142.37	c cleaning 39009 clauses out of 78043 with flag 4560434/810001
304.75/150.34	c cleaning 39995 clauses out of 80033 with flag 4809983/851000
322.49/159.10	c cleaning 41012 clauses out of 82038 with flag 5069167/893000
339.49/167.69	c cleaning 41979 clauses out of 84026 with flag 5327377/936000
357.49/176.62	c cleaning 43001 clauses out of 86047 with flag 5598959/980000
375.70/185.77	c cleaning 44018 clauses out of 88047 with flag 5869876/1025001
394.51/195.15	c cleaning 45000 clauses out of 90028 with flag 6150526/1071000
415.06/205.39	c cleaning 46002 clauses out of 92028 with flag 6439979/1118000
434.43/215.33	c cleaning 0 clauses out of 11000 with flag 0/11000
439.45/217.88	c cleaning 46993 clauses out of 94026 with flag 6737394/1166000
463.69/230.00	c cleaning 47989 clauses out of 96033 with flag 7034963/1215000
489.04/242.53	c cleaning 49023 clauses out of 98045 with flag 7346139/1265001
515.44/255.70	c cleaning 49971 clauses out of 100021 with flag 7664206/1316000
542.91/269.22	c cleaning 50972 clauses out of 102051 with flag 7983961/1368001
570.93/283.12	c cleaning 51989 clauses out of 104078 with flag 8317272/1421000
599.75/297.43	c cleaning 53023 clauses out of 106089 with flag 8650084/1475000
629.09/312.01	c cleaning 54016 clauses out of 108066 with flag 8994430/1530000
659.66/327.24	c cleaning 55004 clauses out of 110051 with flag 9341735/1586001
691.98/343.33	c cleaning 56006 clauses out of 112046 with flag 9695356/1643000
724.75/359.61	c cleaning 56984 clauses out of 114040 with flag 10056431/1701000
758.54/376.49	c cleaning 57985 clauses out of 116057 with flag 10427733/1760001
793.37/393.78	c cleaning 59013 clauses out of 118071 with flag 10802022/1820000
829.21/411.52	c cleaning 60015 clauses out of 120058 with flag 11181644/1881000
866.13/429.82	c cleaning 61004 clauses out of 122043 with flag 11566417/1943000
904.08/448.75	c cleaning 61988 clauses out of 124040 with flag 11955196/2006001
943.75/468.41	c cleaning 63020 clauses out of 126051 with flag 12351095/2070000
983.94/488.42	c cleaning 63985 clauses out of 128032 with flag 12755877/2135001
1025.47/509.01	c cleaning 65004 clauses out of 130047 with flag 13166719/2201001
1068.82/530.64	c cleaning 66000 clauses out of 132042 with flag 13583692/2268000
1113.66/552.99	c cleaning 66985 clauses out of 134045 with flag 14002564/2336003
1159.86/576.77	c cleaning 68020 clauses out of 136058 with flag 14429981/2405001
1179.39/586.43	c cleaning 0 clauses out of 18000 with flag 0/18000
1206.23/599.89	c cleaning 68983 clauses out of 138038 with flag 14864840/2475001
1254.71/623.94	c cleaning 69985 clauses out of 140056 with flag 15307608/2546002
1301.39/647.18	c cleaning 70993 clauses out of 142069 with flag 15753271/2618000
1346.45/669.52	c cleaning 71989 clauses out of 144077 with flag 16204216/2691001
1396.32/694.40	c cleaning 73002 clauses out of 146087 with flag 16663607/2765000
1445.19/718.67	c cleaning 74010 clauses out of 148087 with flag 17134428/2840002
1495.47/743.68	c cleaning 75012 clauses out of 150075 with flag 17603785/2916000
1540.94/766.31	c cleaning 75992 clauses out of 152063 with flag 18080368/2993000
1587.12/789.42	c cleaning 77004 clauses out of 154073 with flag 18560712/3071002
1634.72/813.23	c cleaning 77977 clauses out of 156067 with flag 19048762/3150000
1683.50/837.65	c cleaning 79045 clauses out of 158090 with flag 19541061/3230000
1732.70/862.23	c cleaning 79987 clauses out of 160046 with flag 20044733/3311001
1784.09/887.96	c cleaning 81010 clauses out of 162059 with flag 20556495/3393001
1800.09/895.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/895.90	c starts		: 24322
1800.09/895.90	c conflicts		: 3423456
1800.09/895.90	c decisions		: 33808861
1800.09/895.90	c propagations		: 465950093
1800.09/895.90	c inspects		: 9248065309
1800.09/895.90	c shortcuts		: 0
1800.09/895.90	c learnt literals	: 2
1800.09/895.90	c learnt binary clauses	: 37
1800.09/895.90	c learnt ternary clauses	: 506
1800.09/895.90	c learnt constraints	: 3423454
1800.09/895.90	c ignored constraints	: 0
1800.09/895.90	c root simplifications	: 0
1800.09/895.90	c removed literals (reason simplification)	: 2250544
1800.09/895.90	c reason swapping (by a shorter reason)	: 0
1800.09/895.90	c Calls to reduceDB	: 78
1800.09/895.90	c Number of update (reduction) of LBD	: 714728
1800.09/895.90	c Imported unit clauses	: 0
1800.09/895.90	c number of reductions to clauses (during analyze)	: 0
1800.09/895.90	c number of learned constraints concerned by reduction	: 0
1800.09/895.90	c number of learning phase by resolution	: 0
1800.09/895.90	c number of learning phase by cutting planes	: 0
1800.09/895.90	c speed (assignments/second)	: 520396.0045835493
1800.09/895.90	c non guided choices	16106
1800.09/895.93	c learnt constraints type 
1800.09/895.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
1800.09/895.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111467
1800.09/895.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/895.93	c starts		: 45
1800.09/895.93	c conflicts		: 19830
1800.09/895.93	c decisions		: 74770
1800.09/895.93	c propagations		: 2406416
1800.09/895.93	c inspects		: 595328159
1800.09/895.93	c shortcuts		: 0
1800.09/895.93	c learnt literals	: 0
1800.09/895.93	c learnt binary clauses	: 0
1800.09/895.93	c learnt ternary clauses	: 0
1800.09/895.93	c learnt constraints	: 19829
1800.09/895.93	c ignored constraints	: 0
1800.09/895.93	c root simplifications	: 0
1800.09/895.93	c removed literals (reason simplification)	: 0
1800.09/895.93	c reason swapping (by a shorter reason)	: 0
1800.09/895.93	c Calls to reduceDB	: 3
1800.09/895.93	c Number of update (reduction) of LBD	: 0
1800.09/895.93	c Imported unit clauses	: 0
1800.09/895.93	c number of reductions to clauses (during analyze)	: 0
1800.09/895.93	c number of learned constraints concerned by reduction	: 0
1800.09/895.93	c number of learning phase by resolution	: 0
1800.09/895.93	c number of learning phase by cutting planes	: 0
1800.09/895.93	c speed (assignments/second)	: 2687.528827865951
1800.09/895.93	c non guided choices	412
1800.09/895.94	c learnt constraints type 
1800.09/895.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 30
1800.09/895.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19799
1800.09/895.94	s UNKNOWN
1800.09/895.94	c Total wall clock time (in seconds): 895.815

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

pid=21114
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.25 4.25 4.24 4/197 21117
/proc/meminfo: memFree=27132752/32872528 swapFree=1437460/1543748
[pid=21117] ppid=21114 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21117/stat : 21117 (java) D 21114 21117 18126 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 29154612 9515008 183 33554432000 1073741824 1073778376 140736437440688 140736437431720 266435641013 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/21117/statm: 2323 183 140 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 4.25 4.25 4.24 4/197 21117
/proc/meminfo: memFree=27132752/32872528 swapFree=1437460/1543748
[pid=21117] ppid=21114 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/21117/stat : 21117 (java) S 21114 21117 18126 0 -1 4202496 4464 0 1 0 8 1 0 0 20 0 18 0 29154612 9787879424 5587 33554432000 1073741824 1073778376 140735108244704 140735108235840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21117/statm: 2389619 5587 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 4.25 4.25 4.24 4/197 21117
/proc/meminfo: memFree=27132752/32872528 swapFree=1437460/1543748
[pid=21117] ppid=21114 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/21117/stat : 21117 (java) S 21114 21117 18126 0 -1 4202496 4756 0 1 0 23 1 0 0 20 0 18 0 29154612 9787879424 6339 33554432000 1073741824 1073778376 140735108244704 140735108235840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21117/statm: 2389619 6339 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 4.25 4.25 4.24 4/197 21117
/proc/meminfo: memFree=27132752/32872528 swapFree=1437460/1543748
[pid=21117] ppid=21114 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/21117/stat : 21117 (java) S 21114 21117 18126 0 -1 4202496 5904 0 1 0 45 2 0 0 20 0 18 0 29154612 9787879424 7923 33554432000 1073741824 1073778376 140735108244704 140735108235840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21117/statm: 2389619 7923 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 4.25 4.25 4.24 4/197 21117
/proc/meminfo: memFree=27132752/32872528 swapFree=1437460/1543748
[pid=21117] ppid=21114 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/21117/stat : 21117 (java) S 21114 21117 18126 0 -1 4202496 12694 0 1 0 166 4 0 0 20 0 22 0 29154612 10060525568 22926 33554432000 1073741824 1073778376 140735108244704 140735108235840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21117/statm: 2456183 22926 2268 9 0 2446860 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.25 4.25 4.24 7/219 21139
/proc/meminfo: memFree=26987964/32872528 swapFree=1437460/1543748
[pid=21117] ppid=21114 vsize=9824732 CPUtime=4.8 cores=1,3,5,7
/proc/21117/stat : 21117 (java) S 21114 21117 18126 0 -1 4202496 25680 0 1 0 472 8 0 0 20 0 22 0 29154612 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140735108235840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21117/statm: 2456183 47390 2292 9 0 2446860 0
[pid=21117/tid=21119] ppid=21114 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/21117/task/21119/stat : 21119 (java) S 21114 21117 18126 0 -1 4202560 2527 0 1 0 47 1 0 0 20 0 22 0 29154613 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021647442808 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21120] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21120/stat : 21120 (java) S 21114 21117 18126 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 29154614 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021491169704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21121] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21121/stat : 21121 (java) S 21114 21117 18126 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29154614 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021490117160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21122] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21122/stat : 21122 (java) S 21114 21117 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29154614 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021489064104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21123] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21123/stat : 21123 (java) S 21114 21117 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29154614 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021488011560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21124] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21124/stat : 21124 (java) S 21114 21117 18126 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29154614 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021486959528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21125] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21125/stat : 21125 (java) S 21114 21117 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29154614 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021485906984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21126] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21126/stat : 21126 (java) S 21114 21117 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29154614 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021484853928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21127] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21127/stat : 21127 (java) S 21114 21117 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29154614 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021483801384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21128] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21128/stat : 21128 (java) S 21114 21117 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29154615 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021471603048 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21129] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21129/stat : 21129 (java) S 21114 21117 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29154615 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021470549368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21130] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21130/stat : 21130 (java) S 21114 21117 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29154615 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021469496200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21131] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21131/stat : 21131 (java) S 21114 21117 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29154618 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021468444944 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21132] ppid=21114 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/21117/task/21132/stat : 21132 (java) R 21114 21117 18126 0 -1 4202560 12711 0 0 0 117 2 0 0 20 0 22 0 29154618 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021467380232 140021649051505 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21133] ppid=21114 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/21117/task/21133/stat : 21133 (java) R 21114 21117 18126 0 -1 4202560 9037 0 0 0 118 3 0 0 20 0 22 0 29154618 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021466326456 140021651536561 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21134] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21134/stat : 21134 (java) S 21114 21117 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29154618 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021465287416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21135] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21135/stat : 21135 (java) S 21114 21117 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29154618 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021464235080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21136] ppid=21114 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/21117/task/21136/stat : 21136 (java) R 21114 21117 18126 0 -1 4202560 19 0 0 0 89 0 0 0 20 0 22 0 29154664 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021463170976 140021520342861 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21137] ppid=21114 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/21117/task/21137/stat : 21137 (java) R 21114 21117 18126 0 -1 4202560 74 0 0 0 91 0 0 0 20 0 22 0 29154664 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021462126912 140021520384207 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21138] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21138/stat : 21138 (java) S 21114 21117 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29154665 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021461074728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21139] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21139/stat : 21139 (java) S 21114 21117 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29154665 10060525568 47390 33554432000 1073741824 1073778376 140735108244704 140021460022184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.23 4.25 4.24 5/219 21139
/proc/meminfo: memFree=26909216/32872528 swapFree=1437460/1543748
[pid=21117] ppid=21114 vsize=9824732 CPUtime=9.01 cores=1,3,5,7
/proc/21117/stat : 21117 (java) S 21114 21117 18126 0 -1 4202496 32593 0 1 0 882 19 0 0 20 0 22 0 29154612 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140735108235840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21117/statm: 2456183 88176 2292 9 0 2446860 0
[pid=21117/tid=21119] ppid=21114 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/21117/task/21119/stat : 21119 (java) S 21114 21117 18126 0 -1 4202560 2527 0 1 0 47 1 0 0 20 0 22 0 29154613 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021647442808 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21120] ppid=21114 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21117/task/21120/stat : 21120 (java) S 21114 21117 18126 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 22 0 29154614 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021491169704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21121] ppid=21114 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21117/task/21121/stat : 21121 (java) S 21114 21117 18126 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 22 0 29154614 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021490117160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21122] ppid=21114 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21117/task/21122/stat : 21122 (java) S 21114 21117 18126 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 29154614 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021489064104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21123] ppid=21114 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21117/task/21123/stat : 21123 (java) S 21114 21117 18126 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 29154614 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021488011560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21124] ppid=21114 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21117/task/21124/stat : 21124 (java) S 21114 21117 18126 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 22 0 29154614 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021486959528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21125] ppid=21114 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21117/task/21125/stat : 21125 (java) S 21114 21117 18126 0 -1 4202560 20 0 0 0 2 2 0 0 20 0 22 0 29154614 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021485906984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21126] ppid=21114 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21117/task/21126/stat : 21126 (java) S 21114 21117 18126 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 29154614 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021484853928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21127] ppid=21114 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21117/task/21127/stat : 21127 (java) S 21114 21117 18126 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 22 0 29154614 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021483801384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21128] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21128/stat : 21128 (java) S 21114 21117 18126 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 29154615 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021471603048 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21129] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21129/stat : 21129 (java) S 21114 21117 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29154615 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021470549368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21130] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21130/stat : 21130 (java) S 21114 21117 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29154615 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021469496200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21131] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21131/stat : 21131 (java) S 21114 21117 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29154618 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021468444944 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21132] ppid=21114 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/21117/task/21132/stat : 21132 (java) S 21114 21117 18126 0 -1 4202560 18632 0 0 0 164 3 0 0 20 0 22 0 29154618 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021467392824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21133] ppid=21114 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/21117/task/21133/stat : 21133 (java) S 21114 21117 18126 0 -1 4202560 9671 0 0 0 165 3 0 0 20 0 22 0 29154618 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021466340280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21134] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21134/stat : 21134 (java) S 21114 21117 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29154618 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021465287416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21135] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21135/stat : 21135 (java) S 21114 21117 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29154618 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021464235080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21136] ppid=21114 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/21117/task/21136/stat : 21136 (java) R 21114 21117 18126 0 -1 4202560 24 0 0 0 232 0 0 0 20 0 22 0 29154664 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021463179872 140021520331316 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21137] ppid=21114 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/21117/task/21137/stat : 21137 (java) R 21114 21117 18126 0 -1 4202560 126 0 0 0 235 3 0 0 20 0 22 0 29154664 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021462126296 140021520307388 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21138] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21138/stat : 21138 (java) S 21114 21117 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29154665 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021461074728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21139] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21139/stat : 21139 (java) S 21114 21117 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29154665 10060525568 88176 33554432000 1073741824 1073778376 140735108244704 140021460022184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.01
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 4.23 4.25 4.24 5/219 21139
/proc/meminfo: memFree=26500576/32872528 swapFree=1437460/1543748
[pid=21117] ppid=21114 vsize=9824732 CPUtime=15.58 cores=1,3,5,7
/proc/21117/stat : 21117 (java) S 21114 21117 18126 0 -1 4202496 33444 0 1 0 1528 30 0 0 20 0 22 0 29154612 10060525568 156207 33554432000 1073741824 1073778376 140735108244704 140735108235840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21117/statm: 2456183 156207 2292 9 0 2446860 0
[pid=21117/tid=21119] ppid=21114 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/21117/task/21119/stat : 21119 (java) S 21114 21117 18126 0 -1 4202560 2527 0 1 0 47 1 0 0 20 0 22 0 29154613 10060525568 156207 33554432000 1073741824 1073778376 140735108244704 140021647442808 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21120] ppid=21114 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/21117/task/21120/stat : 21120 (java) S 21114 21117 18126 0 -1 4202560 140 0 0 0 7 3 0 0 20 0 22 0 29154614 10060525568 156207 33554432000 1073741824 1073778376 140735108244704 140021491169704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21121] ppid=21114 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/21117/task/21121/stat : 21121 (java) S 21114 21117 18126 0 -1 4202560 120 0 0 0 4 2 0 0 20 0 22 0 29154614 10060525568 156207 33554432000 1073741824 1073778376 140735108244704 140021490117160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21122] ppid=21114 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21117/task/21122/stat : 21122 (java) S 21114 21117 18126 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 22 0 29154614 10060525568 156207 33554432000 1073741824 1073778376 140735108244704 140021489064104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21123] ppid=21114 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21117/task/21123/stat : 21123 (java) S 21114 21117 18126 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 29154614 10060525568 156207 33554432000 1073741824 1073778376 140735108244704 140021488011560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21124] ppid=21114 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21117/task/21124/stat : 21124 (java) S 21114 21117 18126 0 -1 4202560 115 0 0 0 5 2 0 0 20 0 22 0 29154614 10060525568 156207 33554432000 1073741824 1073778376 140735108244704 140021486959528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21125] ppid=21114 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21117/task/21125/stat : 21125 (java) S 21114 21117 18126 0 -1 4202560 124 0 0 0 5 2 0 0 20 0 22 0 29154614 10060525568 156207 33554432000 1073741824 1073778376 140735108244704 140021485906984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21126] ppid=21114 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21117/task/21126/stat : 21126 (java) S 21114 21117 18126 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 22 0 29154614 10060525568 156207 33554432000 1073741824 1073778376 140735108244704 140021484853928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21127] ppid=21114 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/21117/task/21127/stat : 21127 (java) S 21114 21117 18126 0 -1 4202560 51 0 0 0 6 3 0 0 20 0 22 0 29154614 10060525568 156207 33554432000 1073741824 1073778376 140735108244704 140021483801384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21128] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21128/stat : 21128 (java) S 21114 21117 18126 0 -1 4202560 452 0 0 0 0 0 0 0 20 0 22 0 29154615 10060525568 156207 33554432000 1073741824 1073778376 140735108244704 140021471603048 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21129] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21129/stat : 21129 (java) S 21114 21117 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29154615 10060525568 156207 33554432000 1073741824 1073778376 140735108244704 140021470549368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21130] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21130/stat : 21130 (java) S 21114 21117 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29154615 10060525568 156207 33554432000 1073741824 1073778376 140735108244704 140021469496200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21131] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21131/stat : 21131 (java) S 21114 21117 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29154618 10060525568 156207 33554432000 1073741824 1073778376 140735108244704 140021468444944 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21132] ppid=21114 vsize=9824732 CPUtime=1.73 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.35 4.25 4.23 5/219 21227
/proc/meminfo: memFree=23739556/32872528 swapFree=1437460/1543748
[pid=21117] ppid=21114 vsize=9824732 CPUtime=1772.9 cores=1,3,5,7
/proc/21117/stat : 21117 (java) S 21114 21117 18126 0 -1 4202496 43683 0 1 0 177074 216 0 0 20 0 22 0 29154612 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140735108235840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21117/statm: 2456183 944881 2301 9 0 2446860 0
[pid=21117/tid=21119] ppid=21114 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/21117/task/21119/stat : 21119 (java) S 21114 21117 18126 0 -1 4202560 2529 0 1 0 50 3 0 0 20 0 22 0 29154613 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021647442808 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21120] ppid=21114 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/21117/task/21120/stat : 21120 (java) S 21114 21117 18126 0 -1 4202560 861 0 0 0 206 18 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021491169704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21121] ppid=21114 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/21117/task/21121/stat : 21121 (java) S 21114 21117 18126 0 -1 4202560 647 0 0 0 218 17 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021490117160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21122] ppid=21114 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/21117/task/21122/stat : 21122 (java) S 21114 21117 18126 0 -1 4202560 674 0 0 0 205 20 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021489064104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21123] ppid=21114 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/21117/task/21123/stat : 21123 (java) S 21114 21117 18126 0 -1 4202560 811 0 0 0 206 20 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021488011560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21124] ppid=21114 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/21117/task/21124/stat : 21124 (java) S 21114 21117 18126 0 -1 4202560 760 0 0 0 214 18 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021486959528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21125] ppid=21114 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/21117/task/21125/stat : 21125 (java) S 21114 21117 18126 0 -1 4202560 656 0 0 0 200 17 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021485906984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21126] ppid=21114 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/21117/task/21126/stat : 21126 (java) S 21114 21117 18126 0 -1 4202560 645 0 0 0 206 18 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021484853928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21127] ppid=21114 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/21117/task/21127/stat : 21127 (java) S 21114 21117 18126 0 -1 4202560 560 0 0 0 211 17 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021483801384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21128] ppid=21114 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/21117/task/21128/stat : 21128 (java) S 21114 21117 18126 0 -1 4202560 2236 0 0 0 305 8 0 0 20 0 22 0 29154615 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021471603048 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21129] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21129/stat : 21129 (java) S 21114 21117 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29154615 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021470549368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21130] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21130/stat : 21130 (java) S 21114 21117 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29154615 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021469496200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21131] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21131/stat : 21131 (java) S 21114 21117 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29154618 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021468444944 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21132] ppid=21114 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/21117/task/21132/stat : 21132 (java) S 21114 21117 18126 0 -1 4202560 20235 0 0 0 207 4 0 0 20 0 22 0 29154618 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021467392824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21133] ppid=21114 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/21117/task/21133/stat : 21133 (java) S 21114 21117 18126 0 -1 4202560 9674 0 0 0 169 3 0 0 20 0 22 0 29154618 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021466340280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21134] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21134/stat : 21134 (java) S 21114 21117 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29154618 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021465287416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21135] ppid=21114 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/21117/task/21135/stat : 21135 (java) S 21114 21117 18126 0 -1 4202560 51 0 0 0 14 22 0 0 20 0 22 0 29154618 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021464235080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21136] ppid=21114 vsize=9824732 CPUtime=873.57 cores=1,3,5,7
/proc/21117/task/21136/stat : 21136 (java) R 21114 21117 18126 0 -1 4202560 84 0 0 0 87340 17 0 0 20 0 22 0 29154664 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021463171056 140021520424563 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21137] ppid=21114 vsize=9824732 CPUtime=873.57 cores=1,3,5,7
/proc/21117/task/21137/stat : 21137 (java) R 21114 21117 18126 0 -1 4202560 1994 0 0 0 87306 51 0 0 20 0 22 0 29154664 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021462125984 140021521142625 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21138] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21138/stat : 21138 (java) S 21114 21117 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29154665 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021461074728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21139] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21139/stat : 21139 (java) S 21114 21117 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29154665 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021460022184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1772.9
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.901 s]
/proc/loadavg: 4.27 4.24 4.23 5/219 21228
/proc/meminfo: memFree=23463020/32872528 swapFree=1437460/1543748
[pid=21117] ppid=21114 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/21117/stat : 21117 (java) S 21114 21117 18126 0 -1 4202496 43685 0 1 0 179792 217 0 0 20 0 22 0 29154612 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140735108235840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21117/statm: 2456183 944881 2301 9 0 2446860 0
[pid=21117/tid=21119] ppid=21114 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/21117/task/21119/stat : 21119 (java) S 21114 21117 18126 0 -1 4202560 2529 0 1 0 50 3 0 0 20 0 22 0 29154613 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021647442808 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21120] ppid=21114 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/21117/task/21120/stat : 21120 (java) S 21114 21117 18126 0 -1 4202560 861 0 0 0 206 18 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021491169704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21121] ppid=21114 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/21117/task/21121/stat : 21121 (java) S 21114 21117 18126 0 -1 4202560 647 0 0 0 218 17 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021490117160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21122] ppid=21114 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/21117/task/21122/stat : 21122 (java) S 21114 21117 18126 0 -1 4202560 674 0 0 0 205 20 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021489064104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21123] ppid=21114 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/21117/task/21123/stat : 21123 (java) S 21114 21117 18126 0 -1 4202560 811 0 0 0 206 20 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021488011560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21124] ppid=21114 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/21117/task/21124/stat : 21124 (java) S 21114 21117 18126 0 -1 4202560 760 0 0 0 214 18 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021486959528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21125] ppid=21114 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/21117/task/21125/stat : 21125 (java) S 21114 21117 18126 0 -1 4202560 656 0 0 0 200 17 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021485906984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21126] ppid=21114 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/21117/task/21126/stat : 21126 (java) S 21114 21117 18126 0 -1 4202560 645 0 0 0 206 18 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021484853928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21127] ppid=21114 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/21117/task/21127/stat : 21127 (java) S 21114 21117 18126 0 -1 4202560 560 0 0 0 211 17 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021483801384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21128] ppid=21114 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/21117/task/21128/stat : 21128 (java) S 21114 21117 18126 0 -1 4202560 2236 0 0 0 305 8 0 0 20 0 22 0 29154615 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021471603048 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21129] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21129/stat : 21129 (java) S 21114 21117 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29154615 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021470549368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21130] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21130/stat : 21130 (java) S 21114 21117 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29154615 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021469496200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21131] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21131/stat : 21131 (java) S 21114 21117 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29154618 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021468444944 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21132] ppid=21114 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/21117/task/21132/stat : 21132 (java) S 21114 21117 18126 0 -1 4202560 20235 0 0 0 207 4 0 0 20 0 22 0 29154618 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021467392824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21133] ppid=21114 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/21117/task/21133/stat : 21133 (java) S 21114 21117 18126 0 -1 4202560 9674 0 0 0 169 3 0 0 20 0 22 0 29154618 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021466340280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21134] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21134/stat : 21134 (java) S 21114 21117 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29154618 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021465287416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21135] ppid=21114 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/21117/task/21135/stat : 21135 (java) S 21114 21117 18126 0 -1 4202560 53 0 0 0 14 22 0 0 20 0 22 0 29154618 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021464235080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21136] ppid=21114 vsize=9824732 CPUtime=887.17 cores=1,3,5,7
/proc/21117/task/21136/stat : 21136 (java) R 21114 21117 18126 0 -1 4202560 84 0 0 0 88700 17 0 0 20 0 22 0 29154664 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021463171056 140021520331569 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21137] ppid=21114 vsize=9824732 CPUtime=887.15 cores=1,3,5,7
/proc/21117/task/21137/stat : 21137 (java) R 21114 21117 18126 0 -1 4202560 1994 0 0 0 88664 51 0 0 20 0 22 0 29154664 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021462125984 140021520452401 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21138] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21138/stat : 21138 (java) S 21114 21117 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29154665 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021461074728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21139] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21139/stat : 21139 (java) S 21114 21117 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29154665 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021460022184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 21117 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.901 s]
/proc/loadavg: 4.27 4.24 4.23 5/219 21228
/proc/meminfo: memFree=23463020/32872528 swapFree=1437460/1543748
[pid=21117] ppid=21114 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/21117/stat : 21117 (java) S 21114 21117 18126 0 -1 4202496 43685 0 1 0 179792 217 0 0 20 0 22 0 29154612 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140735108235840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21117/statm: 2456183 944881 2301 9 0 2446860 0
[pid=21117/tid=21119] ppid=21114 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/21117/task/21119/stat : 21119 (java) S 21114 21117 18126 0 -1 4202560 2529 0 1 0 50 3 0 0 20 0 22 0 29154613 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021647442808 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21120] ppid=21114 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/21117/task/21120/stat : 21120 (java) S 21114 21117 18126 0 -1 4202560 861 0 0 0 206 18 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021491169704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21121] ppid=21114 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/21117/task/21121/stat : 21121 (java) S 21114 21117 18126 0 -1 4202560 647 0 0 0 218 17 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021490117160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21122] ppid=21114 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/21117/task/21122/stat : 21122 (java) S 21114 21117 18126 0 -1 4202560 674 0 0 0 205 20 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021489064104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21123] ppid=21114 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/21117/task/21123/stat : 21123 (java) S 21114 21117 18126 0 -1 4202560 811 0 0 0 206 20 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021488011560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21124] ppid=21114 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/21117/task/21124/stat : 21124 (java) S 21114 21117 18126 0 -1 4202560 760 0 0 0 214 18 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021486959528 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21125] ppid=21114 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/21117/task/21125/stat : 21125 (java) S 21114 21117 18126 0 -1 4202560 656 0 0 0 200 17 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021485906984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21126] ppid=21114 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/21117/task/21126/stat : 21126 (java) S 21114 21117 18126 0 -1 4202560 645 0 0 0 206 18 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021484853928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21127] ppid=21114 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/21117/task/21127/stat : 21127 (java) S 21114 21117 18126 0 -1 4202560 560 0 0 0 211 17 0 0 20 0 22 0 29154614 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021483801384 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21128] ppid=21114 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/21117/task/21128/stat : 21128 (java) S 21114 21117 18126 0 -1 4202560 2236 0 0 0 305 8 0 0 20 0 22 0 29154615 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021471603048 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21129] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21129/stat : 21129 (java) S 21114 21117 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29154615 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021470549368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21130] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21130/stat : 21130 (java) S 21114 21117 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29154615 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021469496200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21131] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21131/stat : 21131 (java) S 21114 21117 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29154618 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021468444944 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21132] ppid=21114 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/21117/task/21132/stat : 21132 (java) S 21114 21117 18126 0 -1 4202560 20235 0 0 0 207 4 0 0 20 0 22 0 29154618 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021467392824 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21117/tid=21133] ppid=21114 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/21117/task/21133/stat : 21133 (java) S 21114 21117 18126 0 -1 4202560 9674 0 0 0 169 3 0 0 20 0 22 0 29154618 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021466340280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21134] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21134/stat : 21134 (java) S 21114 21117 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29154618 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021465287416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21135] ppid=21114 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/21117/task/21135/stat : 21135 (java) S 21114 21117 18126 0 -1 4202560 53 0 0 0 14 22 0 0 20 0 22 0 29154618 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021464235080 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21136] ppid=21114 vsize=9824732 CPUtime=887.17 cores=1,3,5,7
/proc/21117/task/21136/stat : 21136 (java) R 21114 21117 18126 0 -1 4202560 84 0 0 0 88700 17 0 0 20 0 22 0 29154664 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021463171056 140021520331569 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21117/tid=21137] ppid=21114 vsize=9824732 CPUtime=887.15 cores=1,3,5,7
/proc/21117/task/21137/stat : 21137 (java) R 21114 21117 18126 0 -1 4202560 1994 0 0 0 88664 51 0 0 20 0 22 0 29154664 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021462125984 140021520452401 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21117/tid=21138] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21138/stat : 21138 (java) S 21114 21117 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29154665 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021461074728 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21117/tid=21139] ppid=21114 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21117/task/21139/stat : 21139 (java) S 21114 21117 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29154665 10060525568 944881 33554432000 1073741824 1073778376 140735108244704 140021460022184 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.971
CPU time (s): 1800.72
CPU user time (s): 1798
CPU system time (s): 2.72159
CPU usage (%): 200.98
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798
system time used= 2.72159
maximum resident set size= 3780364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43720
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23843
involuntary context switches= 26236

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.84611 second user time and 7.47186 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 19:12:33
IDJOB=4116406
IDBENCH=109466
IDSOLVER=2543
FILE ID=node116/4116406-1466961153
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-6.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116406-1466961153/watcher-4116406-1466961153 -o /tmp/evaluation-result-4116406-1466961153/solver-4116406-1466961153 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466946428-18143 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116406-1466961153.opb

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

MD5SUM BENCH= d31ee2a1ee22cc14c8f96bf686217001
RANDOM SEED=1425923639

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:        27133132 kB
Buffers:           24956 kB
Cached:           305896 kB
SwapCached:         2072 kB
Active:          3184384 kB
Inactive:         306580 kB
Active(anon):    3160700 kB
Inactive(anon):     1656 kB
Active(file):      23684 kB
Inactive(file):   304924 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:       4782140 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             565564 kB
SReclaimable:       9468 kB
SUnreclaim:       556096 kB
KernelStack:        1808 kB
PageTables:        13824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4953740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3291136 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:27:29