Trace number 4106875

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.02 898.254

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_4_40.opb
MD5SUM4bc8406e35a3f2674c743b72d3a1792a
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
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 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6140
Sum of products size (including duplicates)12280
Number of different products3070
Sum of products size6140

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-4106875-1466278494.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.73/0.44	c ... done. Wall clock time 0.337s.
0.73/0.44	c declared #vars     200
0.73/0.44	c internal #vars     3270
0.73/0.44	c #constraints  6443
0.73/0.44	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.73/0.44	c constraints type 
0.73/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3070
0.73/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.73/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.73/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3070
0.73/0.45	c 6443 constraints processed.
0.73/0.45	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.73/0.45	c constraints type 
0.73/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.73/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3070
0.73/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
0.73/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3070
0.73/0.45	c 6443 constraints processed.
4.26/1.39	c cleaning 2490 clauses out of 5002 with flag 18691/5002
6.24/1.85	c cleaning 4252 clauses out of 8510 with flag 40616/11000
7.13/2.30	c cleaning 5622 clauses out of 11260 with flag 65405/18002
8.38/2.87	c cleaning 6814 clauses out of 13636 with flag 89464/26000
9.81/3.52	c cleaning 7898 clauses out of 15822 with flag 119037/35000
11.48/4.30	c cleaning 8954 clauses out of 17925 with flag 151998/45001
13.28/5.24	c cleaning 9980 clauses out of 19970 with flag 189711/56000
15.28/6.22	c cleaning 10994 clauses out of 21991 with flag 228985/68001
17.68/7.42	c cleaning 11991 clauses out of 23996 with flag 266514/81000
20.15/8.64	c cleaning 12988 clauses out of 26006 with flag 315395/95001
22.76/9.94	c cleaning 13991 clauses out of 28017 with flag 363531/110000
25.76/11.40	c cleaning 15010 clauses out of 30027 with flag 421334/126001
28.56/12.83	c cleaning 16000 clauses out of 32016 with flag 481611/143000
32.04/14.58	c cleaning 17004 clauses out of 34016 with flag 554784/161000
35.85/16.44	c cleaning 17998 clauses out of 36012 with flag 629067/180000
40.25/18.60	c cleaning 19002 clauses out of 38014 with flag 705820/200000
45.20/21.03	c cleaning 20002 clauses out of 40012 with flag 774776/221000
49.98/23.43	c cleaning 20994 clauses out of 42010 with flag 862821/243000
54.99/25.97	c cleaning 21990 clauses out of 44016 with flag 948387/266000
60.79/28.88	c cleaning 23003 clauses out of 46030 with flag 1035674/290004
67.00/31.97	c cleaning 23991 clauses out of 48023 with flag 1130369/315000
73.60/35.27	c cleaning 25006 clauses out of 50032 with flag 1223841/341000
80.33/38.57	c cleaning 26000 clauses out of 52027 with flag 1321236/368001
87.13/42.00	c cleaning 27003 clauses out of 54027 with flag 1419140/396001
94.71/45.71	c cleaning 28000 clauses out of 56023 with flag 1543454/425000
102.91/49.89	c cleaning 28995 clauses out of 58026 with flag 1635843/455003
111.51/54.14	c cleaning 30002 clauses out of 60029 with flag 1735419/486001
119.92/58.37	c cleaning 30994 clauses out of 62026 with flag 1863359/518000
128.71/62.78	c cleaning 32005 clauses out of 64032 with flag 2014116/551000
138.10/67.49	c cleaning 33006 clauses out of 66028 with flag 2144168/585001
146.51/71.61	c cleaning 34002 clauses out of 68021 with flag 2281380/620000
155.89/76.32	c cleaning 34999 clauses out of 70021 with flag 2414316/656002
166.10/81.46	c cleaning 36002 clauses out of 72021 with flag 2549243/693001
177.50/87.11	c cleaning 37001 clauses out of 74021 with flag 2686694/731003
190.51/93.66	c cleaning 38001 clauses out of 76018 with flag 2834444/770001
203.29/100.02	c cleaning 39005 clauses out of 78017 with flag 2987009/810001
213.68/105.22	c cleaning 39993 clauses out of 80011 with flag 3109737/851000
224.09/110.45	c cleaning 41003 clauses out of 82019 with flag 3230518/893001
234.88/115.80	c cleaning 41993 clauses out of 84015 with flag 3366210/936000
246.88/121.88	c cleaning 43002 clauses out of 86022 with flag 3514264/980000
259.68/128.24	c cleaning 43998 clauses out of 88020 with flag 3664598/1025000
274.10/135.42	c cleaning 45001 clauses out of 90023 with flag 3829669/1071001
288.69/142.71	c cleaning 45999 clauses out of 92021 with flag 3993635/1118000
303.41/150.07	c cleaning 46999 clauses out of 94022 with flag 4161632/1166000
319.21/157.93	c cleaning 47989 clauses out of 96023 with flag 4354324/1215000
335.19/165.98	c cleaning 49000 clauses out of 98036 with flag 4556682/1265002
351.01/173.90	c cleaning 49985 clauses out of 100035 with flag 4737544/1316001
368.81/182.73	c cleaning 51004 clauses out of 102049 with flag 4933965/1368000
386.41/191.50	c cleaning 52004 clauses out of 104046 with flag 5149235/1421001
404.39/200.50	c cleaning 53002 clauses out of 106042 with flag 5364980/1475001
422.19/209.46	c cleaning 54006 clauses out of 108040 with flag 5564928/1530001
441.59/219.19	c cleaning 54997 clauses out of 110033 with flag 5780013/1586000
461.79/229.20	c cleaning 56007 clauses out of 112037 with flag 5997627/1643001
483.39/240.04	c cleaning 57005 clauses out of 114029 with flag 6221677/1701000
505.46/250.98	c cleaning 57999 clauses out of 116024 with flag 6440723/1760000
529.04/262.75	c cleaning 59002 clauses out of 118027 with flag 6683832/1820002
552.45/274.48	c cleaning 59991 clauses out of 120023 with flag 6930774/1881000
577.45/286.91	c cleaning 60994 clauses out of 122033 with flag 7160726/1943001
604.91/300.71	c cleaning 61988 clauses out of 124038 with flag 7399668/2006000
631.11/313.88	c cleaning 63004 clauses out of 126052 with flag 7651254/2070002
655.30/325.93	c cleaning 64003 clauses out of 128046 with flag 7920078/2135000
680.31/338.43	c cleaning 65005 clauses out of 130043 with flag 8174366/2201000
707.20/351.82	c cleaning 66002 clauses out of 132038 with flag 8428457/2268000
735.80/366.13	c cleaning 67008 clauses out of 134037 with flag 8697286/2336001
765.60/381.03	c cleaning 67988 clauses out of 136028 with flag 8967065/2405000
797.60/397.05	c cleaning 68992 clauses out of 138041 with flag 9254699/2475001
827.59/412.05	c cleaning 70001 clauses out of 140049 with flag 9541307/2546001
857.41/426.96	c cleaning 70999 clauses out of 142047 with flag 9782764/2618000
890.21/443.32	c cleaning 72005 clauses out of 144048 with flag 10019830/2691000
926.07/461.21	c cleaning 72994 clauses out of 146044 with flag 10274221/2765001
962.26/479.39	c cleaning 74009 clauses out of 148050 with flag 10526370/2840001
1002.48/499.60	c cleaning 74999 clauses out of 150040 with flag 10801828/2916000
1039.32/517.93	c cleaning 76002 clauses out of 152041 with flag 11062242/2993000
1076.52/536.55	c cleaning 77004 clauses out of 154041 with flag 11324235/3071002
1113.32/554.90	c cleaning 77981 clauses out of 156035 with flag 11583124/3150000
1150.32/573.45	c cleaning 79015 clauses out of 158054 with flag 11844288/3230000
1192.71/594.61	c cleaning 80004 clauses out of 160039 with flag 12104899/3311000
1233.91/615.21	c cleaning 80995 clauses out of 162036 with flag 12363407/3393001
1273.70/635.12	c cleaning 81991 clauses out of 164040 with flag 12639265/3476000
1318.09/657.36	c cleaning 83000 clauses out of 166051 with flag 12908993/3560002
1360.69/678.62	c cleaning 83988 clauses out of 168050 with flag 13173900/3645001
1403.08/699.81	c cleaning 85001 clauses out of 170061 with flag 13449898/3731000
1448.89/722.73	c cleaning 86003 clauses out of 172061 with flag 13731879/3818001
1496.43/746.41	c cleaning 87006 clauses out of 174057 with flag 14007724/3906000
1546.30/771.46	c cleaning 88004 clauses out of 176053 with flag 14282362/3995002
1595.90/796.29	c cleaning 89002 clauses out of 178048 with flag 14562823/4085001
1647.53/822.00	c cleaning 89998 clauses out of 180045 with flag 14846108/4176000
1694.19/845.31	c cleaning 91006 clauses out of 182047 with flag 15126970/4268000
1747.36/871.95	c cleaning 92002 clauses out of 184041 with flag 15419797/4361000
1800.02/898.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/898.20	c starts		: 4
1800.02/898.20	c conflicts		: 4451647
1800.02/898.20	c decisions		: 7117826
1800.02/898.20	c propagations		: 106325592
1800.02/898.20	c inspects		: 14072271106
1800.02/898.20	c shortcuts		: 0
1800.02/898.20	c learnt literals	: 0
1800.02/898.20	c learnt binary clauses	: 0
1800.02/898.20	c learnt ternary clauses	: 11047
1800.02/898.20	c learnt constraints	: 4451647
1800.02/898.20	c ignored constraints	: 0
1800.02/898.20	c root simplifications	: 0
1800.02/898.20	c removed literals (reason simplification)	: 56838668
1800.02/898.20	c reason swapping (by a shorter reason)	: 0
1800.02/898.20	c Calls to reduceDB	: 89
1800.02/898.20	c Number of update (reduction) of LBD	: 1630502
1800.02/898.20	c Imported unit clauses	: 0
1800.02/898.20	c number of reductions to clauses (during analyze)	: 0
1800.02/898.20	c number of learned constraints concerned by reduction	: 0
1800.02/898.20	c number of learning phase by resolution	: 0
1800.02/898.20	c number of learning phase by cutting planes	: 0
1800.02/898.20	c speed (assignments/second)	: 118435.50383124051
1800.02/898.20	c non guided choices	3137
1800.02/898.23	c learnt constraints type 
1800.02/898.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 182686
1800.02/898.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/898.23	c starts		: 10
1800.02/898.23	c conflicts		: 1354
1800.02/898.23	c decisions		: 7087
1800.02/898.23	c propagations		: 234837
1800.02/898.23	c inspects		: 7744372
1800.02/898.23	c shortcuts		: 0
1800.02/898.23	c learnt literals	: 0
1800.02/898.23	c learnt binary clauses	: 0
1800.02/898.23	c learnt ternary clauses	: 0
1800.02/898.23	c learnt constraints	: 1353
1800.02/898.23	c ignored constraints	: 0
1800.02/898.23	c root simplifications	: 0
1800.02/898.23	c removed literals (reason simplification)	: 0
1800.02/898.23	c reason swapping (by a shorter reason)	: 0
1800.02/898.23	c Calls to reduceDB	: 0
1800.02/898.23	c Number of update (reduction) of LBD	: 0
1800.02/898.23	c Imported unit clauses	: 0
1800.02/898.23	c number of reductions to clauses (during analyze)	: 0
1800.02/898.23	c number of learned constraints concerned by reduction	: 0
1800.02/898.23	c number of learning phase by resolution	: 0
1800.02/898.23	c number of learning phase by cutting planes	: 0
1800.02/898.23	c speed (assignments/second)	: 261.576967031792
1800.02/898.23	c non guided choices	3137
1800.02/898.23	c learnt constraints type 
1800.02/898.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.02/898.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1352
1800.02/898.23	s UNKNOWN
1800.02/898.23	c Total wall clock time (in seconds): 898.127

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-4106875-1466278494/watcher-4106875-1466278494 -o /tmp/evaluation-result-4106875-1466278494/solver-4106875-1466278494 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30108 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106875-1466278494.opb 

pid=4873
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: 3.96 4.13 4.16 4/197 4876
/proc/meminfo: memFree=26570144/32872528 swapFree=1556504/1720024
[pid=4876] ppid=4873 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4876/stat : 4876 (java) S 4873 4876 30091 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 29897997 98570240 977 33554432000 1073741824 1073778376 140733949036240 140733949027376 270333411389 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4876/statm: 24065 977 743 9 0 16771 0
[pid=4876/tid=4877] ppid=4873 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4877/stat : 4877 (java) R 4873 4876 30091 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 29897998 98570240 978 33554432000 1073741824 1073778376 140733949036240 139931612163624 270330054016 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 3.96 4.13 4.16 4/197 4876
/proc/meminfo: memFree=26570144/32872528 swapFree=1556504/1720024
[pid=4876] ppid=4873 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/4876/stat : 4876 (java) S 4873 4876 30091 0 -1 4202496 4484 0 1 0 10 1 0 0 20 0 18 0 29897997 9787879424 6114 33554432000 1073741824 1073778376 140733949036240 140733949027376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4876/statm: 2389619 6114 2156 9 0 2380296 0
[pid=4876/tid=4877] ppid=4873 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/4876/task/4877/stat : 4877 (java) R 4873 4876 30091 0 -1 4202560 2397 0 1 0 7 0 0 0 20 0 18 0 29897998 9787879424 6114 33554432000 1073741824 1073778376 140733949036240 139931612167072 270333437197 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.200268 s]
/proc/loadavg: 3.96 4.13 4.16 4/197 4876
/proc/meminfo: memFree=26570144/32872528 swapFree=1556504/1720024
[pid=4876] ppid=4873 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/4876/stat : 4876 (java) S 4873 4876 30091 0 -1 4202496 4589 0 1 0 23 1 0 0 20 0 18 0 29897997 9787879424 7188 33554432000 1073741824 1073778376 140733949036240 140733949027376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4876/statm: 2389619 7188 2213 9 0 2380296 0
[pid=4876/tid=4877] ppid=4873 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/4876/task/4877/stat : 4877 (java) R 4873 4876 30091 0 -1 4202560 2417 0 1 0 17 0 0 0 20 0 18 0 29897998 9787879424 7188 33554432000 1073741824 1073778376 140733949036240 139931612167072 139931460648263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300278 s]
/proc/loadavg: 3.96 4.13 4.16 4/197 4876
/proc/meminfo: memFree=26570144/32872528 swapFree=1556504/1720024
[pid=4876] ppid=4873 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/4876/stat : 4876 (java) S 4873 4876 30091 0 -1 4202496 5965 0 1 0 47 1 0 0 20 0 18 0 29897997 9787879424 8998 33554432000 1073741824 1073778376 140733949036240 140733949027376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4876/statm: 2389619 8998 2240 9 0 2380296 0
[pid=4876/tid=4877] ppid=4873 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/4876/task/4877/stat : 4877 (java) R 4873 4876 30091 0 -1 4202560 2421 0 1 0 27 0 0 0 20 0 18 0 29897998 9787879424 8998 33554432000 1073741824 1073778376 140733949036240 139931612167072 139931460635205 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700234 s]
/proc/loadavg: 3.96 4.13 4.16 4/197 4876
/proc/meminfo: memFree=26570144/32872528 swapFree=1556504/1720024
[pid=4876] ppid=4873 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/4876/stat : 4876 (java) S 4873 4876 30091 0 -1 4202496 21470 0 1 0 182 5 0 0 20 0 22 0 29897997 10060525568 25480 33554432000 1073741824 1073778376 140733949036240 140733949027376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4876/statm: 2456183 25480 2264 9 0 2446860 0
[pid=4876/tid=4877] ppid=4873 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/4876/task/4877/stat : 4877 (java) S 4873 4876 30091 0 -1 4202560 2441 0 1 0 41 1 0 0 20 0 22 0 29897998 10060525568 25480 33554432000 1073741824 1073778376 140733949036240 139931612169080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 3.96 4.13 4.16 7/219 4898
/proc/meminfo: memFree=26458404/32872528 swapFree=1556504/1720024
[pid=4876] ppid=4873 vsize=9824732 CPUtime=5.06 cores=1,3,5,7
/proc/4876/stat : 4876 (java) S 4873 4876 30091 0 -1 4202496 31385 0 1 0 498 8 0 0 20 0 22 0 29897997 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 140733949027376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4876/statm: 2456183 41342 2279 9 0 2446860 0
[pid=4876/tid=4877] ppid=4873 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/4876/task/4877/stat : 4877 (java) S 4873 4876 30091 0 -1 4202560 2441 0 1 0 41 1 0 0 20 0 22 0 29897998 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139931612169080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4879] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4879/stat : 4879 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29897998 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139931584621096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4880] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4880/stat : 4880 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29897998 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139931583568296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4876/tid=4881] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4881/stat : 4881 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29897998 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139931582515496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4882] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4882/stat : 4882 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29897998 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139931581462696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4883] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4883/stat : 4883 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29897998 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139931580410920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4884] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4884/stat : 4884 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29897998 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139931579358120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4885] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4885/stat : 4885 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29897998 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139931449600808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4886] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4886/stat : 4886 (java) S 4873 4876 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29897998 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139931448548008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4887] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4887/stat : 4887 (java) S 4873 4876 30091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29897999 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139930965600744 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4888] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4888/stat : 4888 (java) S 4873 4876 30091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29898000 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139930964546808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4889] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4889/stat : 4889 (java) S 4873 4876 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29898000 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139930963493896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4890] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4890/stat : 4890 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29898002 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139930962442384 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4891] ppid=4873 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/4876/task/4891/stat : 4891 (java) R 4873 4876 30091 0 -1 4202560 16533 0 0 0 121 3 0 0 20 0 22 0 29898002 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139930961390520 139931619885762 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4892] ppid=4873 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/4876/task/4892/stat : 4892 (java) R 4873 4876 30091 0 -1 4202560 11043 0 0 0 123 3 0 0 20 0 22 0 29898002 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139930960324944 139931616260784 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4893] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4893/stat : 4893 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29898002 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139930959285112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4894] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4894/stat : 4894 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29898002 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139930958232520 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4876/tid=4895] ppid=4873 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/4876/task/4895/stat : 4895 (java) R 4873 4876 30091 0 -1 4202560 23 0 0 0 103 0 0 0 20 0 22 0 29898042 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139930957168656 139931461105831 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4876/tid=4896] ppid=4873 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/4876/task/4896/stat : 4896 (java) R 4873 4876 30091 0 -1 4202560 66 0 0 0 101 2 0 0 20 0 22 0 29898042 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139930956123088 139931461396657 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4897] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4897/stat : 4897 (java) S 4873 4876 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29898043 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139930955072424 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4898] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4898/stat : 4898 (java) S 4873 4876 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29898043 10060525568 41342 33554432000 1073741824 1073778376 140733949036240 139930954019624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 3.96 4.13 4.16 5/219 4898
/proc/meminfo: memFree=26348740/32872528 swapFree=1556504/1720024
[pid=4876] ppid=4873 vsize=9824732 CPUtime=9.01 cores=1,3,5,7
/proc/4876/stat : 4876 (java) S 4873 4876 30091 0 -1 4202496 34204 0 1 0 884 17 0 0 20 0 22 0 29897997 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 140733949027376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4876/statm: 2456183 93274 2292 9 0 2446860 0
[pid=4876/tid=4877] ppid=4873 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/4876/task/4877/stat : 4877 (java) S 4873 4876 30091 0 -1 4202560 2441 0 1 0 41 1 0 0 20 0 22 0 29897998 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139931612169080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4879] ppid=4873 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4876/task/4879/stat : 4879 (java) S 4873 4876 30091 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 29897998 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139931584621096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4880] ppid=4873 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4876/task/4880/stat : 4880 (java) S 4873 4876 30091 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 29897998 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139931583568296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4881] ppid=4873 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/4876/task/4881/stat : 4881 (java) S 4873 4876 30091 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 29897998 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139931582515496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4882] ppid=4873 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4876/task/4882/stat : 4882 (java) S 4873 4876 30091 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 22 0 29897998 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139931581462696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4883] ppid=4873 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/4876/task/4883/stat : 4883 (java) S 4873 4876 30091 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 29897998 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139931580410920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4884] ppid=4873 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4876/task/4884/stat : 4884 (java) S 4873 4876 30091 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 29897998 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139931579358120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4876/tid=4885] ppid=4873 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/4876/task/4885/stat : 4885 (java) S 4873 4876 30091 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 29897998 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139931449600808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4886] ppid=4873 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/4876/task/4886/stat : 4886 (java) S 4873 4876 30091 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 22 0 29897998 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139931448548008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4887] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4887/stat : 4887 (java) S 4873 4876 30091 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 29897999 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139930965600744 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4888] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4888/stat : 4888 (java) S 4873 4876 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29898000 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139930964546808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4889] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4889/stat : 4889 (java) S 4873 4876 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29898000 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139930963493896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4890] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4890/stat : 4890 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29898002 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139930962442384 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4891] ppid=4873 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/4876/task/4891/stat : 4891 (java) S 4873 4876 30091 0 -1 4202560 18949 0 0 0 150 4 0 0 20 0 22 0 29898002 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139930961390520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4892] ppid=4873 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/4876/task/4892/stat : 4892 (java) S 4873 4876 30091 0 -1 4202560 11046 0 0 0 155 3 0 0 20 0 22 0 29898002 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139930960337720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4893] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4893/stat : 4893 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29898002 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139930959285112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4894] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4894/stat : 4894 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29898002 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139930958232520 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4895] ppid=4873 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/4876/task/4895/stat : 4895 (java) R 4873 4876 30091 0 -1 4202560 27 0 0 0 254 0 0 0 20 0 22 0 29898042 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139930957168656 139931461270175 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4876/tid=4896] ppid=4873 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/4876/task/4896/stat : 4896 (java) R 4873 4876 30091 0 -1 4202560 140 0 0 0 250 3 0 0 20 0 22 0 29898042 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139930956123136 139931461447666 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4897] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4897/stat : 4897 (java) S 4873 4876 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29898043 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139930955072424 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4898] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4898/stat : 4898 (java) S 4873 4876 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29898043 10060525568 93274 33554432000 1073741824 1073778376 140733949036240 139930954019624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.01
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.12 4.16 4.17 5/219 4898
/proc/meminfo: memFree=26067556/32872528 swapFree=1556508/1720028
[pid=4876] ppid=4873 vsize=9824732 CPUtime=15.48 cores=1,3,5,7
/proc/4876/stat : 4876 (java) S 4873 4876 30091 0 -1 4202496 34395 0 1 0 1526 22 0 0 20 0 22 0 29897997 10060525568 146367 33554432000 1073741824 1073778376 140733949036240 140733949027376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4876/statm: 2456183 146367 2292 9 0 2446860 0
[pid=4876/tid=4877] ppid=4873 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/4876/task/4877/stat : 4877 (java) S 4873 4876 30091 0 -1 4202560 2441 0 1 0 41 1 0 0 20 0 22 0 29897998 10060525568 146367 33554432000 1073741824 1073778376 140733949036240 139931612169080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4879] ppid=4873 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/4876/task/4879/stat : 4879 (java) S 4873 4876 30091 0 -1 4202560 43 0 0 0 4 1 0 0 20 0 22 0 29897998 10060525568 146367 33554432000 1073741824 1073778376 140733949036240 139931584621096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4880] ppid=4873 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/4876/task/4880/stat : 4880 (java) S 4873 4876 30091 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 29897998 10060525568 146367 33554432000 1073741824 1073778376 140733949036240 139931583568296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4881] ppid=4873 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4876/task/4881/stat : 4881 (java) S 4873 4876 30091 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 29897998 10060525568 146367 33554432000 1073741824 1073778376 140733949036240 139931582515496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4882] ppid=4873 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/4876/task/4882/stat : 4882 (java) S 4873 4876 30091 0 -1 4202560 40 0 0 0 4 2 0 0 20 0 22 0 29897998 10060525568 146367 33554432000 1073741824 1073778376 140733949036240 139931581462696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4883] ppid=4873 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/4876/task/4883/stat : 4883 (java) S 4873 4876 30091 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 29897998 10060525568 146367 33554432000 1073741824 1073778376 140733949036240 139931580410920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4876/tid=4884] ppid=4873 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/4876/task/4884/stat : 4884 (java) S 4873 4876 30091 0 -1 4202560 42 0 0 0 3 2 0 0 20 0 22 0 29897998 10060525568 146367 33554432000 1073741824 1073778376 140733949036240 139931579358120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4885] ppid=4873 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/4876/task/4885/stat : 4885 (java) S 4873 4876 30091 0 -1 4202560 37 0 0 0 5 0 0 0 20 0 22 0 29897998 10060525568 146367 33554432000 1073741824 1073778376 140733949036240 139931449600808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4886] ppid=4873 vsize=9824732 CPUtime=0.05 cores=1,3,5,7

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

/proc/4876/task/4881/stat : 4881 (java) S 4873 4876 30091 0 -1 4202560 1269 0 0 0 32 12 0 0 20 0 22 0 29897998 10060525568 644734 33554432000 1073741824 1073778376 140733949036240 139931582515496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4882] ppid=4873 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/4876/task/4882/stat : 4882 (java) S 4873 4876 30091 0 -1 4202560 951 0 0 0 44 15 0 0 20 0 22 0 29897998 10060525568 644734 33554432000 1073741824 1073778376 140733949036240 139931581462696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4883] ppid=4873 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/4876/task/4883/stat : 4883 (java) S 4873 4876 30091 0 -1 4202560 905 0 0 0 39 16 0 0 20 0 22 0 29897998 10060525568 644734 33554432000 1073741824 1073778376 140733949036240 139931580410920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4884] ppid=4873 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/4876/task/4884/stat : 4884 (java) S 4873 4876 30091 0 -1 4202560 1275 0 0 0 34 13 0 0 20 0 22 0 29897998 10060525568 644734 33554432000 1073741824 1073778376 140733949036240 139931579358120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4885] ppid=4873 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/4876/task/4885/stat : 4885 (java) S 4873 4876 30091 0 -1 4202560 957 0 0 0 34 14 0 0 20 0 22 0 29897998 10060525568 644734 33554432000 1073741824 1073778376 140733949036240 139931449600808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4886] ppid=4873 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/4876/task/4886/stat : 4886 (java) S 4873 4876 30091 0 -1 4202560 1003 0 0 0 35 14 0 0 20 0 22 0 29897998 10060525568 644734 33554432000 1073741824 1073778376 140733949036240 139931448548008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4876/tid=4887] ppid=4873 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/4876/task/4887/stat : 4887 (java) S 4873 4876 30091 0 -1 4202560 1673 0 0 0 100 0 0 0 20 0 22 0 29897999 10060525568 644734 33554432000 1073741824 1073778376 140733949036240 139930965600744 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4876/tid=4888] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4888/stat : 4888 (java) S 4873 4876 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29898000 10060525568 644734 33554432000 1073741824 1073778376 140733949036240 139930964546808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4889] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4889/stat : 4889 (java) S 4873 4876 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29898000 10060525568 644734 33554432000 1073741824 1073778376 140733949036240 139930963493896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4890] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4890/stat : 4890 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29898002 10060525568 644734 33554432000 1073741824 1073778376 140733949036240 139930962442384 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4891] ppid=4873 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/4876/task/4891/stat : 4891 (java) S 4873 4876 30091 0 -1 4202560 18955 0 0 0 155 4 0 0 20 0 22 0 29898002 10060525568 644734 33554432000 1073741824 1073778376 140733949036240 139930961390520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4892] ppid=4873 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/4876/task/4892/stat : 4892 (java) S 4873 4876 30091 0 -1 4202560 11046 0 0 0 155 3 0 0 20 0 22 0 29898002 10060525568 644734 33554432000 1073741824 1073778376 140733949036240 139930960337720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4893] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4893/stat : 4893 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29898002 10060525568 644734 33554432000 1073741824 1073778376 140733949036240 139930959285112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4894] ppid=4873 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/4876/task/4894/stat : 4894 (java) S 4873 4876 30091 0 -1 4202560 47 0 0 0 10 20 0 0 20 0 22 0 29898002 10060525568 644734 33554432000 1073741824 1073778376 140733949036240 139930958232520 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4895] ppid=4873 vsize=9824732 CPUtime=817.54 cores=1,3,5,7
/proc/4876/task/4895/stat : 4895 (java) R 4873 4876 30091 0 -1 4202560 148 0 0 0 81739 15 0 0 20 0 22 0 29898042 10060525568 644734 33554432000 1073741824 1073778376 140733949036240 139930957175536 139931461198336 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4896] ppid=4873 vsize=9824732 CPUtime=817.4 cores=1,3,5,7
/proc/4876/task/4896/stat : 4896 (java) R 4873 4876 30091 0 -1 4202560 1548 0 0 0 81704 36 0 0 20 0 22 0 29898042 10060525568 644734 33554432000 1073741824 1073778376 140733949036240 139930956123520 139931461722692 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4897] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4897/stat : 4897 (java) S 4873 4876 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29898043 10060525568 644734 33554432000 1073741824 1073778376 140733949036240 139930955072424 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4898] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4898/stat : 4898 (java) S 4873 4876 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29898043 10060525568 644734 33554432000 1073741824 1073778376 140733949036240 139930954019624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1648.13
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.35 4.28 4.21 5/219 4986
/proc/meminfo: memFree=24313020/32872528 swapFree=1556504/1720024
[pid=4876] ppid=4873 vsize=9824732 CPUtime=1768.24 cores=1,3,5,7
/proc/4876/stat : 4876 (java) S 4873 4876 30091 0 -1 4202496 45241 0 1 0 176652 172 0 0 20 0 22 0 29897997 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 140733949027376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4876/statm: 2456183 604377 2301 9 0 2446860 0
[pid=4876/tid=4877] ppid=4873 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/4876/task/4877/stat : 4877 (java) S 4873 4876 30091 0 -1 4202560 2444 0 1 0 44 2 0 0 20 0 22 0 29897998 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139931612169080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4879] ppid=4873 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/4876/task/4879/stat : 4879 (java) S 4873 4876 30091 0 -1 4202560 728 0 0 0 46 19 0 0 20 0 22 0 29897998 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139931584621096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4880] ppid=4873 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/4876/task/4880/stat : 4880 (java) S 4873 4876 30091 0 -1 4202560 875 0 0 0 45 17 0 0 20 0 22 0 29897998 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139931583568296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4876/tid=4881] ppid=4873 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/4876/task/4881/stat : 4881 (java) S 4873 4876 30091 0 -1 4202560 1271 0 0 0 36 12 0 0 20 0 22 0 29897998 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139931582515496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4882] ppid=4873 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/4876/task/4882/stat : 4882 (java) S 4873 4876 30091 0 -1 4202560 1009 0 0 0 48 15 0 0 20 0 22 0 29897998 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139931581462696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4876/tid=4883] ppid=4873 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/4876/task/4883/stat : 4883 (java) S 4873 4876 30091 0 -1 4202560 959 0 0 0 43 16 0 0 20 0 22 0 29897998 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139931580410920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4884] ppid=4873 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/4876/task/4884/stat : 4884 (java) S 4873 4876 30091 0 -1 4202560 1292 0 0 0 37 13 0 0 20 0 22 0 29897998 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139931579358120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4885] ppid=4873 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/4876/task/4885/stat : 4885 (java) S 4873 4876 30091 0 -1 4202560 970 0 0 0 37 14 0 0 20 0 22 0 29897998 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139931449600808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4886] ppid=4873 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/4876/task/4886/stat : 4886 (java) S 4873 4876 30091 0 -1 4202560 1003 0 0 0 40 14 0 0 20 0 22 0 29897998 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139931448548008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4887] ppid=4873 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/4876/task/4887/stat : 4887 (java) S 4873 4876 30091 0 -1 4202560 1675 0 0 0 100 0 0 0 20 0 22 0 29897999 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930965600744 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4876/tid=4888] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4888/stat : 4888 (java) S 4873 4876 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29898000 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930964546808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4889] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4889/stat : 4889 (java) S 4873 4876 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29898000 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930963493896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4890] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4890/stat : 4890 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29898002 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930962442384 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4891] ppid=4873 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/4876/task/4891/stat : 4891 (java) S 4873 4876 30091 0 -1 4202560 18955 0 0 0 155 4 0 0 20 0 22 0 29898002 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930961390520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4892] ppid=4873 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/4876/task/4892/stat : 4892 (java) S 4873 4876 30091 0 -1 4202560 11046 0 0 0 155 3 0 0 20 0 22 0 29898002 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930960337720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4893] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4893/stat : 4893 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29898002 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930959285112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4894] ppid=4873 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/4876/task/4894/stat : 4894 (java) S 4873 4876 30091 0 -1 4202560 51 0 0 0 10 21 0 0 20 0 22 0 29898002 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930958232520 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4895] ppid=4873 vsize=9824732 CPUtime=877.29 cores=1,3,5,7
/proc/4876/task/4895/stat : 4895 (java) R 4873 4876 30091 0 -1 4202560 148 0 0 0 87713 16 0 0 20 0 22 0 29898042 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930957175504 139931461270152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4896] ppid=4873 vsize=9824732 CPUtime=877.16 cores=1,3,5,7
/proc/4876/task/4896/stat : 4896 (java) R 4873 4876 30091 0 -1 4202560 1549 0 0 0 87678 38 0 0 20 0 22 0 29898042 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930956123136 139931462025840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4876/tid=4897] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4897/stat : 4897 (java) S 4873 4876 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29898043 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930955072424 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4898] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4898/stat : 4898 (java) S 4873 4876 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29898043 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930954019624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1768.24
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.201 s]
/proc/loadavg: 4.27 4.27 4.21 6/219 4986
/proc/meminfo: memFree=24312896/32872528 swapFree=1556504/1720024
[pid=4876] ppid=4873 vsize=9824732 CPUtime=1800.02 cores=1,3,5,7
/proc/4876/stat : 4876 (java) S 4873 4876 30091 0 -1 4202496 45241 0 1 0 179830 172 0 0 20 0 22 0 29897997 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 140733949027376 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/4876/statm: 2456183 604377 2301 9 0 2446860 0
[pid=4876/tid=4877] ppid=4873 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/4876/task/4877/stat : 4877 (java) S 4873 4876 30091 0 -1 4202560 2444 0 1 0 44 2 0 0 20 0 22 0 29897998 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139931612169080 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4879] ppid=4873 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/4876/task/4879/stat : 4879 (java) S 4873 4876 30091 0 -1 4202560 728 0 0 0 46 19 0 0 20 0 22 0 29897998 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139931584621096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4880] ppid=4873 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/4876/task/4880/stat : 4880 (java) S 4873 4876 30091 0 -1 4202560 875 0 0 0 45 17 0 0 20 0 22 0 29897998 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139931583568296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4876/tid=4881] ppid=4873 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/4876/task/4881/stat : 4881 (java) S 4873 4876 30091 0 -1 4202560 1271 0 0 0 36 12 0 0 20 0 22 0 29897998 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139931582515496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4882] ppid=4873 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/4876/task/4882/stat : 4882 (java) S 4873 4876 30091 0 -1 4202560 1009 0 0 0 48 15 0 0 20 0 22 0 29897998 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139931581462696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4876/tid=4883] ppid=4873 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/4876/task/4883/stat : 4883 (java) S 4873 4876 30091 0 -1 4202560 959 0 0 0 43 16 0 0 20 0 22 0 29897998 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139931580410920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4884] ppid=4873 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/4876/task/4884/stat : 4884 (java) S 4873 4876 30091 0 -1 4202560 1292 0 0 0 37 13 0 0 20 0 22 0 29897998 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139931579358120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4885] ppid=4873 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/4876/task/4885/stat : 4885 (java) S 4873 4876 30091 0 -1 4202560 970 0 0 0 37 14 0 0 20 0 22 0 29897998 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139931449600808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4886] ppid=4873 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/4876/task/4886/stat : 4886 (java) S 4873 4876 30091 0 -1 4202560 1003 0 0 0 40 14 0 0 20 0 22 0 29897998 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139931448548008 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4887] ppid=4873 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/4876/task/4887/stat : 4887 (java) S 4873 4876 30091 0 -1 4202560 1675 0 0 0 100 0 0 0 20 0 22 0 29897999 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930965600744 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4876/tid=4888] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4888/stat : 4888 (java) S 4873 4876 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29898000 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930964546808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4889] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4889/stat : 4889 (java) S 4873 4876 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29898000 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930963493896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4890] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4890/stat : 4890 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29898002 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930962442384 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4891] ppid=4873 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/4876/task/4891/stat : 4891 (java) S 4873 4876 30091 0 -1 4202560 18955 0 0 0 155 4 0 0 20 0 22 0 29898002 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930961390520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4876/tid=4892] ppid=4873 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/4876/task/4892/stat : 4892 (java) S 4873 4876 30091 0 -1 4202560 11046 0 0 0 155 3 0 0 20 0 22 0 29898002 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930960337720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4893] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4893/stat : 4893 (java) S 4873 4876 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29898002 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930959285112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4876/tid=4894] ppid=4873 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/4876/task/4894/stat : 4894 (java) S 4873 4876 30091 0 -1 4202560 51 0 0 0 10 22 0 0 20 0 22 0 29898002 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930958232520 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4895] ppid=4873 vsize=9824732 CPUtime=893.14 cores=1,3,5,7
/proc/4876/task/4895/stat : 4895 (java) R 4873 4876 30091 0 -1 4202560 148 0 0 0 89298 16 0 0 20 0 22 0 29898042 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930957175504 139931461325867 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4896] ppid=4873 vsize=9824732 CPUtime=893.01 cores=1,3,5,7
/proc/4876/task/4896/stat : 4896 (java) R 4873 4876 30091 0 -1 4202560 1549 0 0 0 89263 38 0 0 20 0 22 0 29898042 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930956123136 139931462025898 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4876/tid=4897] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4897/stat : 4897 (java) S 4873 4876 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29898043 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930955072424 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4876/tid=4898] ppid=4873 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/4876/task/4898/stat : 4898 (java) S 4873 4876 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29898043 10060525568 604377 33554432000 1073741824 1073778376 140733949036240 139930954019624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 4876 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 4876 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=789302
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=230660
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.254
CPU time (s): 1800.02
CPU user time (s): 1798.3
CPU system time (s): 1.72
CPU usage (%): 200.391
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.79
system time used= 2.23066
maximum resident set size= 2976384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45276
page faults= 1
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21909
involuntary context switches= 14286

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.32319 second user time and 7.71283 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 21:34:54
IDJOB=4106875
IDBENCH=48302
IDSOLVER=2543
FILE ID=node117/4106875-1466278494
RUNJOBID= node117-1466265252-30108
PBS_JOBID= 19918233
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_4_40.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106875-1466278494/watcher-4106875-1466278494 -o /tmp/evaluation-result-4106875-1466278494/solver-4106875-1466278494 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30108 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106875-1466278494.opb

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

MD5SUM BENCH= 4bc8406e35a3f2674c743b72d3a1792a
RANDOM SEED=1808184214

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.912
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.54
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.912
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.54
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.912
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.54
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.912
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:        26570936 kB
Buffers:          143684 kB
Cached:           322728 kB
SwapCached:            0 kB
Active:          3443676 kB
Inactive:         362472 kB
Active(anon):    3331656 kB
Inactive(anon):    10636 kB
Active(file):     112020 kB
Inactive(file):   351836 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1056 kB
Writeback:             0 kB
AnonPages:       5073936 kB
Mapped:            21080 kB
Shmem:               204 kB
Slab:             622164 kB
SReclaimable:      65612 kB
SUnreclaim:       556552 kB
KernelStack:        1672 kB
PageTables:        14276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5317100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3444736 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 node117 at 2016-06-18 21:49:52