Trace number 4116910

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.12 895.659

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round22-9.opb
MD5SUMf6b5cd4e814bf7344858f51262a058f8
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 variables4128
Total number of constraints8736
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints864
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4116910-1466959517.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.77/0.48	c ... done. Wall clock time 0.371s.
0.77/0.48	c declared #vars     4128
0.77/0.48	c #constraints  10048
0.77/0.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.77/0.48	c constraints type 
0.77/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.77/0.48	c org.sat4j.specs.Constr$1 => 936
0.77/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.77/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.77/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.77/0.48	c 10048 constraints processed.
0.77/0.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.77/0.48	c constraints type 
0.77/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.77/0.48	c org.sat4j.specs.Constr$1 => 936
0.77/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.77/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.77/0.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
0.77/0.48	c 10048 constraints processed.
4.25/1.35	c cleaning 2495 clauses out of 4997 with flag 16173/5000
5.61/1.92	c cleaning 4242 clauses out of 8503 with flag 38046/11001
7.06/2.63	c cleaning 5625 clauses out of 11261 with flag 65638/18001
8.78/3.43	c cleaning 6811 clauses out of 13635 with flag 101810/26000
10.63/4.40	c cleaning 7902 clauses out of 15824 with flag 142496/35000
12.82/5.48	c cleaning 8954 clauses out of 17922 with flag 189362/45000
15.49/6.73	c cleaning 9965 clauses out of 19968 with flag 244907/56000
18.27/8.10	c cleaning 10981 clauses out of 22003 with flag 305018/68000
21.57/9.70	c cleaning 11993 clauses out of 24022 with flag 371030/81000
24.98/11.42	c cleaning 12987 clauses out of 26029 with flag 443308/95000
28.66/13.30	c cleaning 14017 clauses out of 28043 with flag 524850/110001
32.85/15.31	c cleaning 14993 clauses out of 30025 with flag 611087/126000
36.87/17.30	c cleaning 0 clauses out of 5000 with flag 0/5000
37.77/17.65	c cleaning 15991 clauses out of 32032 with flag 703568/143000
43.17/20.08	c cleaning 16993 clauses out of 34042 with flag 807333/161001
48.63/22.71	c cleaning 18023 clauses out of 36048 with flag 915741/180000
54.37/25.53	c cleaning 18993 clauses out of 38025 with flag 1031378/200000
60.37/28.57	c cleaning 19996 clauses out of 40032 with flag 1150619/221000
66.98/31.81	c cleaning 20985 clauses out of 42036 with flag 1278704/243000
74.13/35.38	c cleaning 21978 clauses out of 44053 with flag 1411997/266002
81.70/39.11	c cleaning 23007 clauses out of 46077 with flag 1549421/290004
89.41/42.95	c cleaning 24015 clauses out of 48068 with flag 1696515/315002
97.60/47.08	c cleaning 24971 clauses out of 50051 with flag 1848622/341000
106.71/51.58	c cleaning 25990 clauses out of 52081 with flag 2010550/368001
116.51/56.46	c cleaning 26999 clauses out of 54090 with flag 2174629/396000
126.80/61.60	c cleaning 28035 clauses out of 56092 with flag 2347695/425001
137.49/66.85	c cleaning 29004 clauses out of 58056 with flag 2529637/455000
148.49/72.32	c cleaning 30010 clauses out of 60052 with flag 2717747/486000
160.18/78.17	c cleaning 30978 clauses out of 62042 with flag 2910177/518000
172.64/84.33	c cleaning 31987 clauses out of 64064 with flag 3107607/551000
185.96/90.89	c cleaning 33027 clauses out of 66079 with flag 3311415/585002
200.00/97.89	c cleaning 33991 clauses out of 68050 with flag 3519809/620000
214.27/104.95	c cleaning 35011 clauses out of 70060 with flag 3733691/656001
229.15/112.39	c cleaning 36006 clauses out of 72049 with flag 3958061/693001
245.66/120.92	c cleaning 36984 clauses out of 74042 with flag 4186404/731000
261.92/129.01	c cleaning 38026 clauses out of 76058 with flag 4420905/770000
270.97/133.51	c cleaning 0 clauses out of 11002 with flag 0/11002
278.77/137.45	c cleaning 38981 clauses out of 78032 with flag 4667509/810000
296.65/146.39	c cleaning 40012 clauses out of 80051 with flag 4914550/851000
315.13/155.59	c cleaning 40983 clauses out of 82040 with flag 5173020/893001
334.45/165.16	c cleaning 42019 clauses out of 84056 with flag 5438185/936000
354.36/175.03	c cleaning 43004 clauses out of 86037 with flag 5706196/980000
375.25/185.44	c cleaning 44001 clauses out of 88033 with flag 5987093/1025000
396.45/195.96	c cleaning 44970 clauses out of 90032 with flag 6273590/1071000
418.18/206.78	c cleaning 45960 clauses out of 92062 with flag 6562084/1118000
441.06/218.18	c cleaning 47020 clauses out of 94102 with flag 6862980/1166000
465.16/230.14	c cleaning 47989 clauses out of 96082 with flag 7163995/1215000
490.11/242.55	c cleaning 49034 clauses out of 98093 with flag 7471147/1265000
516.59/256.27	c cleaning 50002 clauses out of 100059 with flag 7792304/1316000
543.25/269.55	c cleaning 51003 clauses out of 102057 with flag 8116502/1368000
570.82/283.23	c cleaning 51978 clauses out of 104054 with flag 8444163/1421000
599.11/297.31	c cleaning 52999 clauses out of 106076 with flag 8774359/1475000
628.35/311.89	c cleaning 54019 clauses out of 108078 with flag 9113606/1530001
658.64/326.81	c cleaning 55002 clauses out of 110058 with flag 9461154/1586000
690.18/342.54	c cleaning 56011 clauses out of 112056 with flag 9812639/1643000
722.50/358.60	c cleaning 56977 clauses out of 114045 with flag 10169758/1701000
757.01/375.64	c cleaning 58011 clauses out of 116068 with flag 10530291/1760000
791.53/392.80	c cleaning 58987 clauses out of 118058 with flag 10897227/1820001
827.73/410.74	c cleaning 60026 clauses out of 120070 with flag 11268958/1881000
865.35/429.40	c cleaning 61016 clauses out of 122044 with flag 11648872/1943000
903.50/448.43	c cleaning 61993 clauses out of 124028 with flag 12031607/2006000
942.41/467.86	c cleaning 63010 clauses out of 126038 with flag 12426079/2070003
983.04/488.03	c cleaning 64010 clauses out of 128028 with flag 12822980/2135003
1023.06/507.98	c cleaning 65001 clauses out of 130015 with flag 13228656/2201000
1063.77/528.16	c cleaning 65989 clauses out of 132014 with flag 13633797/2268000
1104.85/548.51	c cleaning 66981 clauses out of 134025 with flag 14048120/2336000
1147.70/569.81	c cleaning 68014 clauses out of 136046 with flag 14469580/2405002
1196.20/594.79	c cleaning 69006 clauses out of 138031 with flag 14896922/2475001
1202.60/597.92	c cleaning 0 clauses out of 18002 with flag 0/18002
1244.82/618.84	c cleaning 69994 clauses out of 140024 with flag 15329143/2546000
1293.56/643.05	c cleaning 71001 clauses out of 142030 with flag 15771949/2618000
1343.38/667.81	c cleaning 71975 clauses out of 144029 with flag 16217929/2691000
1395.22/693.67	c cleaning 72988 clauses out of 146054 with flag 16673747/2765000
1446.94/719.39	c cleaning 73978 clauses out of 148068 with flag 17131692/2840002
1496.87/744.20	c cleaning 75038 clauses out of 150089 with flag 17594011/2916001
1548.71/770.09	c cleaning 76011 clauses out of 152050 with flag 18064989/2993000
1596.29/793.81	c cleaning 77014 clauses out of 154039 with flag 18545106/3071000
1643.69/817.51	c cleaning 77976 clauses out of 156026 with flag 19028277/3150001
1692.88/842.12	c cleaning 79001 clauses out of 158049 with flag 19522626/3230000
1744.62/867.97	c cleaning 79987 clauses out of 160048 with flag 20016006/3311000
1797.12/894.17	c cleaning 81031 clauses out of 162062 with flag 20512363/3393001
1800.12/895.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/895.60	c starts		: 29631
1800.12/895.60	c conflicts		: 3398188
1800.12/895.60	c decisions		: 28405334
1800.12/895.60	c propagations		: 436684020
1800.12/895.60	c inspects		: 9989257289
1800.12/895.60	c shortcuts		: 0
1800.12/895.60	c learnt literals	: 3
1800.12/895.60	c learnt binary clauses	: 73
1800.12/895.60	c learnt ternary clauses	: 799
1800.12/895.60	c learnt constraints	: 3398185
1800.12/895.60	c ignored constraints	: 0
1800.12/895.60	c root simplifications	: 0
1800.12/895.60	c removed literals (reason simplification)	: 2991564
1800.12/895.60	c reason swapping (by a shorter reason)	: 0
1800.12/895.60	c Calls to reduceDB	: 78
1800.12/895.60	c Number of update (reduction) of LBD	: 738657
1800.12/895.60	c Imported unit clauses	: 0
1800.12/895.60	c number of reductions to clauses (during analyze)	: 0
1800.12/895.60	c number of learned constraints concerned by reduction	: 0
1800.12/895.60	c number of learning phase by resolution	: 0
1800.12/895.60	c number of learning phase by cutting planes	: 0
1800.12/895.60	c speed (assignments/second)	: 487854.60127291473
1800.12/895.60	c non guided choices	9043
1800.12/895.63	c learnt constraints type 
1800.12/895.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 73
1800.12/895.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86145
1800.12/895.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/895.63	c starts		: 45
1800.12/895.63	c conflicts		: 19458
1800.12/895.63	c decisions		: 63962
1800.12/895.63	c propagations		: 2291739
1800.12/895.63	c inspects		: 688932729
1800.12/895.63	c shortcuts		: 0
1800.12/895.63	c learnt literals	: 0
1800.12/895.63	c learnt binary clauses	: 0
1800.12/895.63	c learnt ternary clauses	: 0
1800.12/895.63	c learnt constraints	: 19457
1800.12/895.63	c ignored constraints	: 0
1800.12/895.63	c root simplifications	: 0
1800.12/895.63	c removed literals (reason simplification)	: 0
1800.12/895.63	c reason swapping (by a shorter reason)	: 0
1800.12/895.63	c Calls to reduceDB	: 3
1800.12/895.63	c Number of update (reduction) of LBD	: 0
1800.12/895.63	c Imported unit clauses	: 0
1800.12/895.63	c number of reductions to clauses (during analyze)	: 0
1800.12/895.63	c number of learned constraints concerned by reduction	: 0
1800.12/895.63	c number of learning phase by resolution	: 0
1800.12/895.63	c number of learning phase by cutting planes	: 0
1800.12/895.63	c speed (assignments/second)	: 2560.2131966539164
1800.12/895.63	c non guided choices	381
1800.12/895.64	c learnt constraints type 
1800.12/895.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3
1800.12/895.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19454
1800.12/895.64	s UNKNOWN
1800.12/895.64	c Total wall clock time (in seconds): 895.531

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-4116910-1466959517/watcher-4116910-1466959517 -o /tmp/evaluation-result-4116910-1466959517/solver-4116910-1466959517 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19491 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116910-1466959517.opb 

pid=22694
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.40 4.27 4.26 4/197 22697
/proc/meminfo: memFree=30199560/32872528 swapFree=1541156/1696500
[pid=22697] ppid=22694 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/22697/stat : 22697 (java) S 22694 22697 19474 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 28990434 98570240 977 33554432000 1073741824 1073778376 140733831552448 140733831543584 270710898749 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22697/statm: 24065 977 743 9 0 16771 0
[pid=22697/tid=22698] ppid=22694 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22698/stat : 22698 (java) R 22694 22697 19474 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 28990435 98570240 977 33554432000 1073741824 1073778376 140733831552448 140007449382440 270707593468 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.40 4.27 4.26 4/197 22697
/proc/meminfo: memFree=30199560/32872528 swapFree=1541156/1696500
[pid=22697] ppid=22694 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/22697/stat : 22697 (java) S 22694 22697 19474 0 -1 4202496 4489 0 1 0 10 1 0 0 20 0 18 0 28990434 9787879424 6117 33554432000 1073741824 1073778376 140733831552448 140733831543584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22697/statm: 2389619 6117 2158 9 0 2380296 0
[pid=22697/tid=22698] ppid=22694 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/22697/task/22698/stat : 22698 (java) R 22694 22697 19474 0 -1 4202560 2387 0 1 0 8 0 0 0 20 0 18 0 28990435 9787879424 6117 33554432000 1073741824 1073778376 140733831552448 140007449385888 140007293695721 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200278 s]
/proc/loadavg: 4.40 4.27 4.26 4/197 22697
/proc/meminfo: memFree=30199560/32872528 swapFree=1541156/1696500
[pid=22697] ppid=22694 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/22697/stat : 22697 (java) S 22694 22697 19474 0 -1 4202496 4719 0 1 0 26 1 0 0 20 0 18 0 28990434 9787879424 6797 33554432000 1073741824 1073778376 140733831552448 140733831543584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22697/statm: 2389619 6797 2215 9 0 2380296 0
[pid=22697/tid=22698] ppid=22694 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/22697/task/22698/stat : 22698 (java) R 22694 22697 19474 0 -1 4202560 2403 0 1 0 18 0 0 0 20 0 18 0 28990435 9787879424 6797 33554432000 1073741824 1073778376 140733831552448 140007449385888 140007293700170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300263 s]
/proc/loadavg: 4.40 4.27 4.26 4/197 22697
/proc/meminfo: memFree=30199560/32872528 swapFree=1541156/1696500
[pid=22697] ppid=22694 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/22697/stat : 22697 (java) S 22694 22697 19474 0 -1 4202496 5968 0 1 0 50 1 0 0 20 0 18 0 28990434 9787879424 9094 33554432000 1073741824 1073778376 140733831552448 140733831543584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22697/statm: 2389619 9094 2234 9 0 2380296 0
[pid=22697/tid=22698] ppid=22694 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/22697/task/22698/stat : 22698 (java) R 22694 22697 19474 0 -1 4202560 2406 0 1 0 27 0 0 0 20 0 18 0 28990435 9787879424 9094 33554432000 1073741824 1073778376 140733831552448 140007449385888 140007293707041 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700238 s]
/proc/loadavg: 4.40 4.27 4.26 4/197 22697
/proc/meminfo: memFree=30199560/32872528 swapFree=1541156/1696500
[pid=22697] ppid=22694 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/22697/stat : 22697 (java) S 22694 22697 19474 0 -1 4202496 14146 0 1 0 184 4 0 0 20 0 22 0 28990434 10060525568 23487 33554432000 1073741824 1073778376 140733831552448 140733831543584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22697/statm: 2456183 23487 2268 9 0 2446860 0
[pid=22697/tid=22698] ppid=22694 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/22697/task/22698/stat : 22698 (java) S 22694 22697 19474 0 -1 4202560 2437 0 1 0 45 1 0 0 20 0 22 0 28990435 10060525568 23487 33554432000 1073741824 1073778376 140733831552448 140007449387896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.40 4.27 4.26 7/219 22719
/proc/meminfo: memFree=29898224/32872528 swapFree=1541156/1696500
[pid=22697] ppid=22694 vsize=9824732 CPUtime=4.75 cores=1,3,5,7
/proc/22697/stat : 22697 (java) S 22694 22697 19474 0 -1 4202496 23105 0 1 0 467 8 0 0 20 0 22 0 28990434 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140733831543584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22697/statm: 2456183 47601 2292 9 0 2446860 0
[pid=22697/tid=22698] ppid=22694 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/22697/task/22698/stat : 22698 (java) S 22694 22697 19474 0 -1 4202560 2437 0 1 0 45 1 0 0 20 0 22 0 28990435 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140007449387896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22700] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22700/stat : 22700 (java) S 22694 22697 19474 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 28990435 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140007293410216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22701] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22701/stat : 22701 (java) S 22694 22697 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990435 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140007292357672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22702] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22702/stat : 22702 (java) S 22694 22697 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990435 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140007291304616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22703] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22703/stat : 22703 (java) S 22694 22697 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28990435 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140007290252072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22704] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22704/stat : 22704 (java) S 22694 22697 19474 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28990435 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140007289199016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22705] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22705/stat : 22705 (java) S 22694 22697 19474 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28990435 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140007288146472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22706] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22706/stat : 22706 (java) S 22694 22697 19474 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28990435 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140007287093416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22707] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22707/stat : 22707 (java) S 22694 22697 19474 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28990435 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140007286040872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22708] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22708/stat : 22708 (java) S 22694 22697 19474 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28990436 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140006802828136 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22709] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22709/stat : 22709 (java) S 22694 22697 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28990437 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140006801774456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22710] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22710/stat : 22710 (java) S 22694 22697 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28990437 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140006800721288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22711] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22711/stat : 22711 (java) S 22694 22697 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990439 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140006799670032 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22712] ppid=22694 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/22697/task/22712/stat : 22712 (java) S 22694 22697 19474 0 -1 4202560 9813 0 0 0 107 2 0 0 20 0 22 0 28990439 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140006798616888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22713] ppid=22694 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/22697/task/22713/stat : 22713 (java) S 22694 22697 19474 0 -1 4202560 9389 0 0 0 109 2 0 0 20 0 22 0 28990439 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140006797564344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22714] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22714/stat : 22714 (java) S 22694 22697 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990439 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140006796511480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22715] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22715/stat : 22715 (java) S 22694 22697 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990439 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140006795459144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22716] ppid=22694 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/22697/task/22716/stat : 22716 (java) R 22694 22697 19474 0 -1 4202560 17 0 0 0 96 0 0 0 20 0 22 0 28990483 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140006794404552 140007294383002 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22717] ppid=22694 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/22697/task/22717/stat : 22717 (java) R 22694 22697 19474 0 -1 4202560 74 0 0 0 96 2 0 0 20 0 22 0 28990483 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140006793351512 140007294346657 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22718] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22718/stat : 22718 (java) S 22694 22697 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28990484 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140006792299816 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22719] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22719/stat : 22719 (java) S 22694 22697 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28990484 10060525568 47601 33554432000 1073741824 1073778376 140733831552448 140006791247272 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.40 4.27 4.26 5/219 22719
/proc/meminfo: memFree=29511660/32872528 swapFree=1541156/1696500
[pid=22697] ppid=22694 vsize=9824732 CPUtime=8.17 cores=1,3,5,7
/proc/22697/stat : 22697 (java) S 22694 22697 19474 0 -1 4202496 23392 0 1 0 801 16 0 0 20 0 22 0 28990434 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140733831543584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22697/statm: 2456183 90227 2292 9 0 2446860 0
[pid=22697/tid=22698] ppid=22694 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/22697/task/22698/stat : 22698 (java) S 22694 22697 19474 0 -1 4202560 2437 0 1 0 45 1 0 0 20 0 22 0 28990435 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140007449387896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22700] ppid=22694 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22697/task/22700/stat : 22700 (java) S 22694 22697 19474 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 22 0 28990435 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140007293410216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22701] ppid=22694 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22697/task/22701/stat : 22701 (java) S 22694 22697 19474 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 28990435 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140007292357672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22702] ppid=22694 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22697/task/22702/stat : 22702 (java) S 22694 22697 19474 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 28990435 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140007291304616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22703] ppid=22694 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22697/task/22703/stat : 22703 (java) S 22694 22697 19474 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 28990435 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140007290252072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22704] ppid=22694 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/22697/task/22704/stat : 22704 (java) S 22694 22697 19474 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 28990435 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140007289199016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22705] ppid=22694 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22697/task/22705/stat : 22705 (java) S 22694 22697 19474 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 28990435 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140007288146472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22706] ppid=22694 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22697/task/22706/stat : 22706 (java) S 22694 22697 19474 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 28990435 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140007287093416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22707] ppid=22694 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/22697/task/22707/stat : 22707 (java) S 22694 22697 19474 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 28990435 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140007286040872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22708] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22708/stat : 22708 (java) S 22694 22697 19474 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28990436 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140006802828136 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22709] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22709/stat : 22709 (java) S 22694 22697 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28990437 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140006801774456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22710] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22710/stat : 22710 (java) S 22694 22697 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28990437 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140006800721288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22711] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22711/stat : 22711 (java) S 22694 22697 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990439 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140006799670032 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22712] ppid=22694 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/22697/task/22712/stat : 22712 (java) S 22694 22697 19474 0 -1 4202560 9813 0 0 0 116 2 0 0 20 0 22 0 28990439 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140006798616888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22713] ppid=22694 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/22697/task/22713/stat : 22713 (java) S 22694 22697 19474 0 -1 4202560 9390 0 0 0 113 2 0 0 20 0 22 0 28990439 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140006797564344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22714] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22714/stat : 22714 (java) S 22694 22697 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990439 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140006796511480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22715] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22715/stat : 22715 (java) S 22694 22697 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990439 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140006795459144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22716] ppid=22694 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/22697/task/22716/stat : 22716 (java) R 22694 22697 19474 0 -1 4202560 17 0 0 0 247 0 0 0 20 0 22 0 28990483 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140006794404872 140007294383002 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22717] ppid=22694 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/22697/task/22717/stat : 22717 (java) R 22694 22697 19474 0 -1 4202560 135 0 0 0 247 4 0 0 20 0 22 0 28990483 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140006793351208 140007294347015 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22718] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22718/stat : 22718 (java) S 22694 22697 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28990484 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140006792299816 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22719] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22719/stat : 22719 (java) S 22694 22697 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28990484 10060525568 90227 33554432000 1073741824 1073778376 140733831552448 140006791247272 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.37 4.27 4.26 5/219 22719
/proc/meminfo: memFree=29151048/32872528 swapFree=1541156/1696500
[pid=22697] ppid=22694 vsize=9824732 CPUtime=14.67 cores=1,3,5,7
/proc/22697/stat : 22697 (java) S 22694 22697 19474 0 -1 4202496 24170 0 1 0 1442 25 0 0 20 0 22 0 28990434 10060525568 162539 33554432000 1073741824 1073778376 140733831552448 140733831543584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22697/statm: 2456183 162539 2292 9 0 2446860 0
[pid=22697/tid=22698] ppid=22694 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/22697/task/22698/stat : 22698 (java) S 22694 22697 19474 0 -1 4202560 2437 0 1 0 45 1 0 0 20 0 22 0 28990435 10060525568 162539 33554432000 1073741824 1073778376 140733831552448 140007449387896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22700] ppid=22694 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/22697/task/22700/stat : 22700 (java) S 22694 22697 19474 0 -1 4202560 60 0 0 0 5 3 0 0 20 0 22 0 28990435 10060525568 162539 33554432000 1073741824 1073778376 140733831552448 140007293410216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22701] ppid=22694 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22697/task/22701/stat : 22701 (java) S 22694 22697 19474 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 22 0 28990435 10060525568 162539 33554432000 1073741824 1073778376 140733831552448 140007292357672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22702] ppid=22694 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/22697/task/22702/stat : 22702 (java) S 22694 22697 19474 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 28990435 10060525568 162539 33554432000 1073741824 1073778376 140733831552448 140007291304616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22703] ppid=22694 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/22697/task/22703/stat : 22703 (java) S 22694 22697 19474 0 -1 4202560 138 0 0 0 8 2 0 0 20 0 22 0 28990435 10060525568 162539 33554432000 1073741824 1073778376 140733831552448 140007290252072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22704] ppid=22694 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/22697/task/22704/stat : 22704 (java) S 22694 22697 19474 0 -1 4202560 86 0 0 0 5 2 0 0 20 0 22 0 28990435 10060525568 162539 33554432000 1073741824 1073778376 140733831552448 140007289199016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22705] ppid=22694 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/22697/task/22705/stat : 22705 (java) S 22694 22697 19474 0 -1 4202560 56 0 0 0 3 0 0 0 20 0 22 0 28990435 10060525568 162539 33554432000 1073741824 1073778376 140733831552448 140007288146472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22706] ppid=22694 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/22697/task/22706/stat : 22706 (java) S 22694 22697 19474 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 22 0 28990435 10060525568 162539 33554432000 1073741824 1073778376 140733831552448 140007287093416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22707] ppid=22694 vsize=9824732 CPUtime=0.05 cores=1,3,5,7

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

/proc/22697/task/22702/stat : 22702 (java) S 22694 22697 19474 0 -1 4202560 692 0 0 0 224 18 0 0 20 0 22 0 28990435 10060525568 935940 33554432000 1073741824 1073778376 140733831552448 140007291304616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22703] ppid=22694 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/22697/task/22703/stat : 22703 (java) S 22694 22697 19474 0 -1 4202560 900 0 0 0 247 17 0 0 20 0 22 0 28990435 10060525568 935940 33554432000 1073741824 1073778376 140733831552448 140007290252072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22704] ppid=22694 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/22697/task/22704/stat : 22704 (java) S 22694 22697 19474 0 -1 4202560 955 0 0 0 233 17 0 0 20 0 22 0 28990435 10060525568 935940 33554432000 1073741824 1073778376 140733831552448 140007289199016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22705] ppid=22694 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/22697/task/22705/stat : 22705 (java) S 22694 22697 19474 0 -1 4202560 719 0 0 0 238 16 0 0 20 0 22 0 28990435 10060525568 935940 33554432000 1073741824 1073778376 140733831552448 140007288146472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22706] ppid=22694 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/22697/task/22706/stat : 22706 (java) S 22694 22697 19474 0 -1 4202560 727 0 0 0 221 15 0 0 20 0 22 0 28990435 10060525568 935940 33554432000 1073741824 1073778376 140733831552448 140007287093416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22707] ppid=22694 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/22697/task/22707/stat : 22707 (java) S 22694 22697 19474 0 -1 4202560 960 0 0 0 236 16 0 0 20 0 22 0 28990435 10060525568 935940 33554432000 1073741824 1073778376 140733831552448 140007286040872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22708] ppid=22694 vsize=9824732 CPUtime=3.68 cores=1,3,5,7
/proc/22697/task/22708/stat : 22708 (java) S 22694 22697 19474 0 -1 4202560 2447 0 0 0 358 10 0 0 20 0 22 0 28990436 10060525568 935940 33554432000 1073741824 1073778376 140733831552448 140006802828136 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22709] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22709/stat : 22709 (java) S 22694 22697 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28990437 10060525568 935940 33554432000 1073741824 1073778376 140733831552448 140006801774456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22710] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22710/stat : 22710 (java) S 22694 22697 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28990437 10060525568 935940 33554432000 1073741824 1073778376 140733831552448 140006800721288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22711] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22711/stat : 22711 (java) S 22694 22697 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990439 10060525568 935940 33554432000 1073741824 1073778376 140733831552448 140006799670032 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22712] ppid=22694 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/22697/task/22712/stat : 22712 (java) S 22694 22697 19474 0 -1 4202560 20482 0 0 0 220 4 0 0 20 0 22 0 28990439 10060525568 935940 33554432000 1073741824 1073778376 140733831552448 140006798616888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22713] ppid=22694 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/22697/task/22713/stat : 22713 (java) S 22694 22697 19474 0 -1 4202560 9403 0 0 0 133 2 0 0 20 0 22 0 28990439 10060525568 935940 33554432000 1073741824 1073778376 140733831552448 140006797564344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22714] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22714/stat : 22714 (java) S 22694 22697 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990439 10060525568 935940 33554432000 1073741824 1073778376 140733831552448 140006796511480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22715] ppid=22694 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/22697/task/22715/stat : 22715 (java) S 22694 22697 19474 0 -1 4202560 47 0 0 0 11 22 0 0 20 0 22 0 28990439 10060525568 935940 33554432000 1073741824 1073778376 140733831552448 140006795459144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22716] ppid=22694 vsize=9824732 CPUtime=810.44 cores=1,3,5,7
/proc/22697/task/22716/stat : 22716 (java) R 22694 22697 19474 0 -1 4202560 47 0 0 0 81031 13 0 0 20 0 22 0 28990483 10060525568 935940 33554432000 1073741824 1073778376 140733831552448 140006794396144 140007294382968 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22717] ppid=22694 vsize=9824732 CPUtime=810.51 cores=1,3,5,7
/proc/22697/task/22717/stat : 22717 (java) R 22694 22697 19474 0 -1 4202560 1996 0 0 0 80999 52 0 0 20 0 22 0 28990483 10060525568 935940 33554432000 1073741824 1073778376 140733831552448 140006793351184 140007294478460 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22718] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22718/stat : 22718 (java) S 22694 22697 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28990484 10060525568 935940 33554432000 1073741824 1073778376 140733831552448 140006792299816 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22719] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22719/stat : 22719 (java) S 22694 22697 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28990484 10060525568 935940 33554432000 1073741824 1073778376 140733831552448 140006791247272 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1653.28
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.20 4.22 4.23 5/219 22739
/proc/meminfo: memFree=23678264/32872528 swapFree=1541156/1696500
[pid=22697] ppid=22694 vsize=9824732 CPUtime=1773.41 cores=1,3,5,7
/proc/22697/stat : 22697 (java) S 22694 22697 19474 0 -1 4202496 45456 0 1 0 177124 217 0 0 20 0 22 0 28990434 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140733831543584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22697/statm: 2456183 941012 2301 9 0 2446860 0
[pid=22697/tid=22698] ppid=22694 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/22697/task/22698/stat : 22698 (java) S 22694 22697 19474 0 -1 4202560 2448 0 1 0 47 3 0 0 20 0 22 0 28990435 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140007449387896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22700] ppid=22694 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/22697/task/22700/stat : 22700 (java) S 22694 22697 19474 0 -1 4202560 1119 0 0 0 248 19 0 0 20 0 22 0 28990435 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140007293410216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22701] ppid=22694 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/22697/task/22701/stat : 22701 (java) S 22694 22697 19474 0 -1 4202560 753 0 0 0 249 18 0 0 20 0 22 0 28990435 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140007292357672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22702] ppid=22694 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/22697/task/22702/stat : 22702 (java) S 22694 22697 19474 0 -1 4202560 696 0 0 0 227 18 0 0 20 0 22 0 28990435 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140007291304616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22703] ppid=22694 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/22697/task/22703/stat : 22703 (java) S 22694 22697 19474 0 -1 4202560 1023 0 0 0 250 17 0 0 20 0 22 0 28990435 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140007290252072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22704] ppid=22694 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/22697/task/22704/stat : 22704 (java) S 22694 22697 19474 0 -1 4202560 1069 0 0 0 236 17 0 0 20 0 22 0 28990435 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140007289199016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22705] ppid=22694 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/22697/task/22705/stat : 22705 (java) S 22694 22697 19474 0 -1 4202560 848 0 0 0 244 17 0 0 20 0 22 0 28990435 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140007288146472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22706] ppid=22694 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/22697/task/22706/stat : 22706 (java) S 22694 22697 19474 0 -1 4202560 844 0 0 0 224 15 0 0 20 0 22 0 28990435 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140007287093416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22707] ppid=22694 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/22697/task/22707/stat : 22707 (java) S 22694 22697 19474 0 -1 4202560 961 0 0 0 238 16 0 0 20 0 22 0 28990435 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140007286040872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22708] ppid=22694 vsize=9824732 CPUtime=3.68 cores=1,3,5,7
/proc/22697/task/22708/stat : 22708 (java) S 22694 22697 19474 0 -1 4202560 2449 0 0 0 358 10 0 0 20 0 22 0 28990436 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140006802828136 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22709] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22709/stat : 22709 (java) S 22694 22697 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28990437 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140006801774456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22710] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22710/stat : 22710 (java) S 22694 22697 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28990437 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140006800721288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22711] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22711/stat : 22711 (java) S 22694 22697 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990439 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140006799670032 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22712] ppid=22694 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/22697/task/22712/stat : 22712 (java) S 22694 22697 19474 0 -1 4202560 20482 0 0 0 220 4 0 0 20 0 22 0 28990439 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140006798616888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22713] ppid=22694 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/22697/task/22713/stat : 22713 (java) S 22694 22697 19474 0 -1 4202560 9403 0 0 0 133 2 0 0 20 0 22 0 28990439 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140006797564344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22714] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22714/stat : 22714 (java) S 22694 22697 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990439 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140006796511480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22715] ppid=22694 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/22697/task/22715/stat : 22715 (java) S 22694 22697 19474 0 -1 4202560 51 0 0 0 11 23 0 0 20 0 22 0 28990439 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140006795459144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22716] ppid=22694 vsize=9824732 CPUtime=870.2 cores=1,3,5,7
/proc/22697/task/22716/stat : 22716 (java) R 22694 22697 19474 0 -1 4202560 47 0 0 0 87006 14 0 0 20 0 22 0 28990483 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140006794396144 140007294290312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22717] ppid=22694 vsize=9824732 CPUtime=870.3 cores=1,3,5,7
/proc/22697/task/22717/stat : 22717 (java) R 22694 22697 19474 0 -1 4202560 1997 0 0 0 86977 53 0 0 20 0 22 0 28990483 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140006793352160 140007294969660 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22718] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22718/stat : 22718 (java) S 22694 22697 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28990484 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140006792299816 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22719] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22719/stat : 22719 (java) S 22694 22697 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28990484 10060525568 941012 33554432000 1073741824 1073778376 140733831552448 140006791247272 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1773.41
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.601 s]
/proc/loadavg: 4.22 4.22 4.23 3/197 22744
/proc/meminfo: memFree=26674180/32872528 swapFree=1541156/1696500
[pid=22697] ppid=22694 vsize=9824732 CPUtime=1800.12 cores=1,3,5,7
/proc/22697/stat : 22697 (java) S 22694 22697 19474 0 -1 4202496 45487 0 1 0 179793 219 0 0 20 0 22 0 28990434 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140733831543584 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22697/statm: 2456183 932554 2301 9 0 2446860 0
[pid=22697/tid=22698] ppid=22694 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/22697/task/22698/stat : 22698 (java) S 22694 22697 19474 0 -1 4202560 2448 0 1 0 47 3 0 0 20 0 22 0 28990435 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140007449387896 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22700] ppid=22694 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/22697/task/22700/stat : 22700 (java) S 22694 22697 19474 0 -1 4202560 1122 0 0 0 250 19 0 0 20 0 22 0 28990435 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140007293410216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22701] ppid=22694 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/22697/task/22701/stat : 22701 (java) S 22694 22697 19474 0 -1 4202560 755 0 0 0 252 18 0 0 20 0 22 0 28990435 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140007292357672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22702] ppid=22694 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/22697/task/22702/stat : 22702 (java) S 22694 22697 19474 0 -1 4202560 698 0 0 0 230 18 0 0 20 0 22 0 28990435 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140007291304616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22703] ppid=22694 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/22697/task/22703/stat : 22703 (java) S 22694 22697 19474 0 -1 4202560 1024 0 0 0 254 17 0 0 20 0 22 0 28990435 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140007290252072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22704] ppid=22694 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/22697/task/22704/stat : 22704 (java) S 22694 22697 19474 0 -1 4202560 1074 0 0 0 239 17 0 0 20 0 22 0 28990435 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140007289199016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22705] ppid=22694 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/22697/task/22705/stat : 22705 (java) S 22694 22697 19474 0 -1 4202560 854 0 0 0 247 17 0 0 20 0 22 0 28990435 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140007288146472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22706] ppid=22694 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/22697/task/22706/stat : 22706 (java) S 22694 22697 19474 0 -1 4202560 851 0 0 0 230 16 0 0 20 0 22 0 28990435 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140007287093416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22707] ppid=22694 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/22697/task/22707/stat : 22707 (java) S 22694 22697 19474 0 -1 4202560 963 0 0 0 240 16 0 0 20 0 22 0 28990435 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140007286040872 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22708] ppid=22694 vsize=9824732 CPUtime=3.68 cores=1,3,5,7
/proc/22697/task/22708/stat : 22708 (java) S 22694 22697 19474 0 -1 4202560 2451 0 0 0 358 10 0 0 20 0 22 0 28990436 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140006802828136 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22709] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22709/stat : 22709 (java) S 22694 22697 19474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28990437 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140006801774456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22710] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22710/stat : 22710 (java) S 22694 22697 19474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28990437 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140006800721288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22711] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22711/stat : 22711 (java) S 22694 22697 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990439 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140006799670032 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22712] ppid=22694 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/22697/task/22712/stat : 22712 (java) S 22694 22697 19474 0 -1 4202560 20482 0 0 0 220 4 0 0 20 0 22 0 28990439 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140006798616888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22713] ppid=22694 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/22697/task/22713/stat : 22713 (java) S 22694 22697 19474 0 -1 4202560 9403 0 0 0 133 2 0 0 20 0 22 0 28990439 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140006797564344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22714] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22714/stat : 22714 (java) S 22694 22697 19474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28990439 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140006796511480 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22715] ppid=22694 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/22697/task/22715/stat : 22715 (java) S 22694 22697 19474 0 -1 4202560 51 0 0 0 11 24 0 0 20 0 22 0 28990439 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140006795459144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22697/tid=22716] ppid=22694 vsize=9824732 CPUtime=883.39 cores=1,3,5,7
/proc/22697/task/22716/stat : 22716 (java) R 22694 22697 19474 0 -1 4202560 47 0 0 0 88324 15 0 0 20 0 22 0 28990483 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140006794396144 140007294339360 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22697/tid=22717] ppid=22694 vsize=9824732 CPUtime=883.49 cores=1,3,5,7
/proc/22697/task/22717/stat : 22717 (java) R 22694 22697 19474 0 -1 4202560 1998 0 0 0 88296 53 0 0 20 0 22 0 28990483 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140006793351008 140007294478494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22697/tid=22718] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22718/stat : 22718 (java) S 22694 22697 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28990484 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140006792299816 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22697/tid=22719] ppid=22694 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/22697/task/22719/stat : 22719 (java) S 22694 22697 19474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28990484 10060525568 932554 33554432000 1073741824 1073778376 140733831552448 140006791247272 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 22697 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22697 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=549339
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=662595
# CPU time returned by wait4() is 1796.21
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 895.659
CPU time (s): 1800.12
CPU user time (s): 1797.93
CPU system time (s): 2.19
CPU usage (%): 200.983
Max. virtual memory (cumulated for all children) (KiB): 9825088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.55
system time used= 2.6626
maximum resident set size= 3778384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45520
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23868
involuntary context switches= 26901

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2912 second user time and 7.80481 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-26 18:45:17
IDJOB=4116910
IDBENCH=109529
IDSOLVER=2543
FILE ID=node125/4116910-1466959517
RUNJOBID= node125-1466943674-19491
PBS_JOBID= 19976354
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round22-9.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116910-1466959517/watcher-4116910-1466959517 -o /tmp/evaluation-result-4116910-1466959517/solver-4116910-1466959517 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466943674-19491 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116910-1466959517.opb

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

MD5SUM BENCH= f6b5cd4e814bf7344858f51262a058f8
RANDOM SEED=1920936227

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.021
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		: 2667.021
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:        30205884 kB
Buffers:           21464 kB
Cached:            43340 kB
SwapCached:         1740 kB
Active:           219656 kB
Inactive:          39516 kB
Active(anon):     196176 kB
Inactive(anon):      448 kB
Active(file):      23480 kB
Inactive(file):    39068 kB
Unevictable:     1696500 kB
Mlocked:         1541156 kB
SwapTotal:      67108856 kB
SwapFree:       67098448 kB
Dirty:              2500 kB
Writeback:             0 kB
AnonPages:       1910436 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             566176 kB
SReclaimable:       9596 kB
SUnreclaim:       556580 kB
KernelStack:        1808 kB
PageTables:         8196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2516964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 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= 71740 MiB
End job on node125 at 2016-06-26 19:00:13