Trace number 4106608

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)12 1800.05 899.065

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_10_5.opb
MD5SUMe6ef25c6f832d5fe55af9368c1298b73
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 11
Optimality of the best value was proved NO
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint11
Maximum length of a constraint19
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1252
Sum of products size (including duplicates)2504
Number of different products1252
Sum of products size2504

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4106608-1466273978.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.22/0.29	c ... done. Wall clock time 0.175s.
0.22/0.29	c declared #vars     100
0.22/0.29	c internal #vars     1352
0.22/0.29	c #constraints  2604
0.22/0.29	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.22/0.29	c constraints type 
0.22/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1352
0.22/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1252
0.22/0.29	c 2604 constraints processed.
0.22/0.29	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.22/0.29	c constraints type 
0.22/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1352
0.22/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1252
0.22/0.30	c 2604 constraints processed.
0.22/0.30	c objective function length is 100 literals
0.47/0.31	c And the winner is solver0
0.54/0.80	c SATISFIABLE
0.54/0.80	c OPTIMIZING...
0.54/0.80	c Got one! Elapsed wall clock time (in seconds):0.679
0.54/0.80	o 18
0.54/0.81	c And the winner is solver0
0.70/1.30	c Got one! Elapsed wall clock time (in seconds):1.182
0.70/1.30	o 17
0.70/1.31	c And the winner is solver0
0.74/1.80	c Got one! Elapsed wall clock time (in seconds):1.683
0.74/1.80	o 16
0.74/1.81	c And the winner is solver0
0.82/2.30	c Got one! Elapsed wall clock time (in seconds):2.185
0.82/2.30	o 15
0.82/2.31	c And the winner is solver0
0.89/2.80	c Got one! Elapsed wall clock time (in seconds):2.686
0.89/2.80	o 14
3.07/3.45	c And the winner is solver1
3.18/3.80	c Got one! Elapsed wall clock time (in seconds):3.687
3.18/3.80	o 13
4.10/4.21	c cleaning 2656 clauses out of 5311 with flag 6039/5311
7.00/5.44	c cleaning 4326 clauses out of 8653 with flag 23374/11309
9.96/6.86	c cleaning 5659 clauses out of 11326 with flag 43719/18308
13.23/8.42	c cleaning 6834 clauses out of 13668 with flag 66733/26309
16.91/10.29	c cleaning 7915 clauses out of 15836 with flag 91740/35311
21.37/12.40	c cleaning 8959 clauses out of 17918 with flag 119925/45308
25.78/14.68	c cleaning 9980 clauses out of 19959 with flag 150311/56308
31.23/17.31	c cleaning 10990 clauses out of 21979 with flag 184643/68308
36.83/20.16	c cleaning 11993 clauses out of 23991 with flag 222199/81310
43.11/23.24	c cleaning 12993 clauses out of 25997 with flag 261943/95309
49.77/26.55	c cleaning 13996 clauses out of 28008 with flag 302798/110313
56.95/30.10	c cleaning 15002 clauses out of 30007 with flag 347054/126308
65.23/34.25	c cleaning 15994 clauses out of 32005 with flag 395163/143308
73.61/38.47	c cleaning 17011 clauses out of 34022 with flag 443973/161319
82.48/42.90	c cleaning 17998 clauses out of 36000 with flag 495147/180308
92.28/47.78	c cleaning 18997 clauses out of 38002 with flag 550398/200308
100.77/51.99	c And the winner is solver1
100.77/52.32	c Got one! Elapsed wall clock time (in seconds):52.207
100.77/52.32	o 12
103.51/53.77	c cleaning 20959 clauses out of 41923 with flag 16141/223226
106.32/55.16	c cleaning 13477 clauses out of 26964 with flag 34358/229226
109.31/56.70	c cleaning 10239 clauses out of 20487 with flag 56173/236226
112.72/58.31	c cleaning 9122 clauses out of 18251 with flag 82334/244229
116.30/60.18	c cleaning 9064 clauses out of 18128 with flag 110235/253228
120.77/62.30	c cleaning 9524 clauses out of 19062 with flag 141015/263226
125.17/64.54	c cleaning 10267 clauses out of 20538 with flag 175676/274226
130.38/67.18	c cleaning 11138 clauses out of 22275 with flag 212556/286230
136.23/70.01	c cleaning 12069 clauses out of 24137 with flag 252589/299230
142.03/72.96	c cleaning 13023 clauses out of 26064 with flag 299437/313226
148.62/76.25	c cleaning 14019 clauses out of 28042 with flag 353504/328227
154.26/79.08	c cleaning 0 clauses out of 5660 with flag 0/5663
156.35/79.93	c cleaning 15011 clauses out of 30022 with flag 405158/344226
164.53/83.93	c cleaning 16001 clauses out of 32011 with flag 459100/361226
173.19/88.25	c cleaning 17001 clauses out of 34011 with flag 516904/379227
182.38/92.89	c cleaning 18002 clauses out of 36009 with flag 578616/398226
192.24/97.71	c cleaning 18998 clauses out of 38007 with flag 645863/418226
202.48/102.86	c cleaning 20004 clauses out of 40009 with flag 715730/439226
213.48/108.36	c cleaning 20999 clauses out of 42005 with flag 785981/461226
225.53/114.38	c cleaning 22003 clauses out of 44006 with flag 858132/484226
238.35/120.79	c cleaning 22999 clauses out of 46003 with flag 932911/508226
251.80/127.44	c cleaning 23997 clauses out of 48004 with flag 1016919/533226
265.67/134.32	c cleaning 25003 clauses out of 50007 with flag 1108768/559226
281.29/142.11	c cleaning 25993 clauses out of 52004 with flag 1198463/586226
297.44/150.12	c cleaning 27006 clauses out of 54012 with flag 1293370/614227
314.28/158.55	c cleaning 27999 clauses out of 56005 with flag 1399598/643226
332.37/167.50	c cleaning 29001 clauses out of 58006 with flag 1503430/673226
350.45/176.51	c cleaning 30004 clauses out of 60007 with flag 1616846/704228
369.10/185.85	c cleaning 30996 clauses out of 62001 with flag 1737198/736226
388.81/195.67	c cleaning 32002 clauses out of 64007 with flag 1853187/769228
409.50/205.94	c cleaning 32994 clauses out of 66003 with flag 1978590/803226
431.21/216.73	c cleaning 34002 clauses out of 68011 with flag 2114816/838228
455.72/228.92	c cleaning 34995 clauses out of 70007 with flag 2224761/874226
480.45/241.27	c cleaning 35999 clauses out of 72013 with flag 2342048/911227
506.62/254.26	c cleaning 37003 clauses out of 74014 with flag 2459936/949227
534.01/268.21	c cleaning 38000 clauses out of 76010 with flag 2578951/988226
561.56/281.91	c cleaning 38999 clauses out of 78010 with flag 2698803/1028226
590.26/296.21	c cleaning 40004 clauses out of 80012 with flag 2826718/1069227
621.40/311.73	c cleaning 41003 clauses out of 82007 with flag 2962771/1111226
652.17/327.02	c cleaning 42001 clauses out of 84005 with flag 3101876/1154227
683.54/342.68	c cleaning 42994 clauses out of 86004 with flag 3238677/1198227
715.21/358.47	c cleaning 43999 clauses out of 88012 with flag 3378858/1243229
749.39/375.47	c cleaning 44998 clauses out of 90010 with flag 3530980/1289226
783.56/392.49	c cleaning 45999 clauses out of 92012 with flag 3685809/1336226
818.32/409.71	c cleaning 47008 clauses out of 94016 with flag 3853156/1384229
853.46/427.30	c cleaning 48002 clauses out of 96008 with flag 4024104/1433229
890.05/445.50	c cleaning 48998 clauses out of 98005 with flag 4201413/1483228
930.27/465.47	c cleaning 49995 clauses out of 100007 with flag 4356201/1534228
967.21/483.90	c cleaning 0 clauses out of 11661 with flag 0/11664
967.85/484.12	c cleaning 50995 clauses out of 102012 with flag 4512108/1586228
1006.24/503.22	c cleaning 52005 clauses out of 104015 with flag 4674569/1639226
1047.89/523.99	c cleaning 52995 clauses out of 106011 with flag 4835451/1693227
1090.67/545.21	c cleaning 54002 clauses out of 108016 with flag 5003165/1748227
1133.89/567.19	c cleaning 54997 clauses out of 110013 with flag 5181969/1804226
1176.70/588.50	c cleaning 56010 clauses out of 112020 with flag 5363529/1861230
1222.70/611.33	c cleaning 56997 clauses out of 114006 with flag 5554550/1919226
1269.32/634.58	c cleaning 58001 clauses out of 116009 with flag 5745101/1978226
1316.05/657.75	c cleaning 59003 clauses out of 118009 with flag 5938775/2038227
1363.88/681.54	c cleaning 59996 clauses out of 120005 with flag 6146734/2099226
1410.67/704.84	c cleaning 60997 clauses out of 122009 with flag 6364833/2161226
1461.12/729.91	c cleaning 62006 clauses out of 124013 with flag 6569943/2224227
1513.26/755.83	c cleaning 63000 clauses out of 126009 with flag 6769087/2288229
1565.76/781.97	c cleaning 63996 clauses out of 128006 with flag 6975198/2353226
1621.62/810.26	c cleaning 65003 clauses out of 130014 with flag 7182156/2419230
1675.93/837.27	c cleaning 66003 clauses out of 132010 with flag 7407455/2486229
1731.54/864.99	c cleaning 66999 clauses out of 134004 with flag 7646265/2554226
1787.61/892.84	c cleaning 68002 clauses out of 136005 with flag 7904397/2623226
1800.05/899.00	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
1800.05/899.00	c starts		: 19874
1800.05/899.00	c conflicts		: 2643186
1800.05/899.00	c decisions		: 5886307
1800.05/899.00	c propagations		: 558253860
1800.05/899.00	c inspects		: 11288739724
1800.05/899.00	c shortcuts		: 0
1800.05/899.00	c learnt literals	: 0
1800.05/899.00	c learnt binary clauses	: 0
1800.05/899.00	c learnt ternary clauses	: 5
1800.05/899.00	c learnt constraints	: 2643186
1800.05/899.00	c ignored constraints	: 0
1800.05/899.00	c root simplifications	: 0
1800.05/899.00	c removed literals (reason simplification)	: 322990
1800.05/899.00	c reason swapping (by a shorter reason)	: 0
1800.05/899.00	c Calls to reduceDB	: 81
1800.05/899.00	c Number of update (reduction) of LBD	: 782849
1800.05/899.00	c Imported unit clauses	: 0
1800.05/899.00	c number of reductions to clauses (during analyze)	: 0
1800.05/899.00	c number of learned constraints concerned by reduction	: 0
1800.05/899.00	c number of learning phase by resolution	: 0
1800.05/899.00	c number of learning phase by cutting planes	: 0
1800.05/899.00	c speed (assignments/second)	: 659346.1268628688
1800.05/899.00	c non guided choices	0
1800.05/899.03	c learnt constraints type 
1800.05/899.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87963
1800.05/899.03	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
1800.05/899.03	c starts		: 50
1800.05/899.03	c conflicts		: 15871
1800.05/899.03	c decisions		: 30454
1800.05/899.03	c propagations		: 1723112
1800.05/899.03	c inspects		: 1005706519
1800.05/899.03	c shortcuts		: 0
1800.05/899.03	c learnt literals	: 0
1800.05/899.03	c learnt binary clauses	: 0
1800.05/899.03	c learnt ternary clauses	: 0
1800.05/899.03	c learnt constraints	: 15868
1800.05/899.03	c ignored constraints	: 0
1800.05/899.03	c root simplifications	: 0
1800.05/899.03	c removed literals (reason simplification)	: 0
1800.05/899.03	c reason swapping (by a shorter reason)	: 0
1800.05/899.03	c Calls to reduceDB	: 2
1800.05/899.03	c Number of update (reduction) of LBD	: 0
1800.05/899.03	c Imported unit clauses	: 0
1800.05/899.03	c number of reductions to clauses (during analyze)	: 0
1800.05/899.03	c number of learned constraints concerned by reduction	: 0
1800.05/899.03	c number of learning phase by resolution	: 0
1800.05/899.03	c number of learning phase by cutting planes	: 0
1800.05/899.03	c speed (assignments/second)	: 1922.6289768105626
1800.05/899.03	c non guided choices	0
1800.05/899.04	c learnt constraints type 
1800.05/899.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3
1800.05/899.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 164
1800.05/899.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15701
1800.05/899.04	s SATISFIABLE
1800.05/899.04	c Found 7 solution(s)
1800.05/899.04	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 x40 -x41 x42 -x43 -x44 x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 
1800.05/899.04	c objective function=12
1800.05/899.04	c Total wall clock time (in seconds): 898.921

Verifier Data

OK	12

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

pid=3052
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.51 4.41 4.13 4/197 3055
/proc/meminfo: memFree=25480560/32872528 swapFree=1556504/1720024
[pid=3055] ppid=3052 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/3055/stat : 3055 (java) R 3052 3055 30091 0 -1 4202496 431 0 0 0 0 0 0 0 20 0 1 0 29446469 9379840 86 33554432000 1073741824 1073778376 140735561284832 140735561281960 270333401301 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3055/statm: 2290 104 79 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 4.51 4.41 4.13 4/197 3055
/proc/meminfo: memFree=25480560/32872528 swapFree=1556504/1720024
[pid=3055] ppid=3052 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/3055/stat : 3055 (java) S 3052 3055 30091 0 -1 4202496 4456 0 1 0 8 1 0 0 20 0 18 0 29446469 9787879424 5586 33554432000 1073741824 1073778376 140735561284832 140735561275968 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3055/statm: 2389619 5586 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 4.51 4.41 4.13 4/197 3055
/proc/meminfo: memFree=25480560/32872528 swapFree=1556504/1720024
[pid=3055] ppid=3052 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/3055/stat : 3055 (java) S 3052 3055 30091 0 -1 4202496 4619 0 1 0 21 1 0 0 20 0 18 0 29446469 9787879424 6739 33554432000 1073741824 1073778376 140735561284832 140735561275968 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3055/statm: 2389619 6739 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300235 s]
/proc/loadavg: 4.51 4.41 4.13 4/197 3055
/proc/meminfo: memFree=25480560/32872528 swapFree=1556504/1720024
[pid=3055] ppid=3052 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/3055/stat : 3055 (java) S 3052 3055 30091 0 -1 4202496 6317 0 1 0 45 2 0 0 20 0 18 0 29446469 9787879424 8924 33554432000 1073741824 1073778376 140735561284832 140735561275968 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3055/statm: 2389619 8924 2251 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700217 s]
/proc/loadavg: 4.51 4.41 4.13 4/197 3055
/proc/meminfo: memFree=25480560/32872528 swapFree=1556504/1720024
[pid=3055] ppid=3052 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/3055/stat : 3055 (java) S 3052 3055 30091 0 -1 4202496 6413 0 1 0 50 4 0 0 20 0 19 0 29446469 10060525568 9520 33554432000 1073741824 1073778376 140735561284832 140735561275968 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3055/statm: 2456183 9520 2255 9 0 2446860 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9824732

[startup+1.50081 s]
/proc/loadavg: 4.51 4.41 4.13 3/216 3080
/proc/meminfo: memFree=25439588/32872528 swapFree=1556504/1720024
[pid=3055] ppid=3052 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/3055/stat : 3055 (java) S 3052 3055 30091 0 -1 4202496 8829 0 1 0 67 7 0 0 20 0 19 0 29446469 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 140735561275968 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3055/statm: 2456183 13936 2260 9 0 2446860 0
[pid=3055/tid=3057] ppid=3052 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/3055/task/3057/stat : 3057 (java) S 3052 3055 30091 0 -1 4202560 2485 0 1 0 26 1 0 0 20 0 19 0 29446470 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 139769112273784 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3058] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3058/stat : 3058 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29446471 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 139768956221608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3059] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3059/stat : 3059 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29446471 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 139768955169064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3060] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3060/stat : 3060 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29446471 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 139768954116520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3055/tid=3061] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3061/stat : 3061 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29446471 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 139768953063976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3062] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3062/stat : 3062 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29446471 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 139768952011432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3063] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3063/stat : 3063 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29446471 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 139768950958888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3064] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3064/stat : 3064 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29446471 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 139768949906344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3065] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3065/stat : 3065 (java) S 3052 3055 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29446471 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 139768948853800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3066] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3066/stat : 3066 (java) S 3052 3055 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29446472 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 139768936441960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3067] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3067/stat : 3067 (java) S 3052 3055 30091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29446473 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 139768935388280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3068] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3068/stat : 3068 (java) S 3052 3055 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29446473 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 139768934335624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3069] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3069/stat : 3069 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29446475 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 139768933284368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3070] ppid=3052 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/3055/task/3070/stat : 3070 (java) S 3052 3055 30091 0 -1 4202560 1780 0 0 0 16 0 0 0 20 0 19 0 29446475 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 139768932231736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3071] ppid=3052 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/3055/task/3071/stat : 3071 (java) S 3052 3055 30091 0 -1 4202560 3215 0 0 0 17 0 0 0 20 0 19 0 29446475 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 139768931179192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3072] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3072/stat : 3072 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29446475 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 139768930126840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3073] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3073/stat : 3073 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29446475 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 139768929074504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3077] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3077/stat : 3077 (java) S 3052 3055 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29446500 10060525568 13936 33554432000 1073741824 1073778376 140735561284832 139768924861608 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 4.51 4.41 4.13 3/216 3086
/proc/meminfo: memFree=25426540/32872528 swapFree=1556504/1720024
[pid=3055] ppid=3052 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/3055/stat : 3055 (java) S 3052 3055 30091 0 -1 4202496 14792 0 1 0 195 9 0 0 20 0 22 0 29446469 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 140735561275968 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3055/statm: 2456183 27036 2266 9 0 2446860 0
[pid=3055/tid=3057] ppid=3052 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/3055/task/3057/stat : 3057 (java) S 3052 3055 30091 0 -1 4202560 2486 0 1 0 26 1 0 0 20 0 22 0 29446470 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 139769112273784 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3058] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3058/stat : 3058 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446471 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 139768956221608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3059] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3059/stat : 3059 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446471 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 139768955169064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3060] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3060/stat : 3060 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446471 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 139768954116520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3055/tid=3061] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3061/stat : 3061 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446471 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 139768953063976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3062] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3062/stat : 3062 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446471 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 139768952011432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3063] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3063/stat : 3063 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446471 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 139768950958888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3064] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3064/stat : 3064 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446471 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 139768949906344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3065] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3065/stat : 3065 (java) S 3052 3055 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29446471 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 139768948853800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3066] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3066/stat : 3066 (java) S 3052 3055 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29446472 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 139768936441960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3067] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3067/stat : 3067 (java) S 3052 3055 30091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29446473 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 139768935388280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3068] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3068/stat : 3068 (java) S 3052 3055 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29446473 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 139768934335624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3069] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3069/stat : 3069 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446475 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 139768933284368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3070] ppid=3052 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/3055/task/3070/stat : 3070 (java) R 3052 3055 30091 0 -1 4202560 4996 0 0 0 49 2 0 0 20 0 22 0 29446475 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 139768932219016 139769114355776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3071] ppid=3052 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/3055/task/3071/stat : 3071 (java) R 3052 3055 30091 0 -1 4202560 5918 0 0 0 54 0 0 0 20 0 22 0 29446475 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 139768931179032 139769114882503 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3072] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3072/stat : 3072 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446475 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 139768930126840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3073] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3073/stat : 3073 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446475 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 139768929074504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3077] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3077/stat : 3077 (java) S 3052 3055 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29446500 10060525568 27036 33554432000 1073741824 1073778376 140735561284832 139768924861608 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=28 pid=1814 uid=0 cmd=

[startup+6.301 s]
/proc/loadavg: 4.55 4.42 4.13 5/219 3095
/proc/meminfo: memFree=25210756/32872528 swapFree=1556504/1720024
[pid=3055] ppid=3052 vsize=9824732 CPUtime=8.89 cores=1,3,5,7
/proc/3055/stat : 3055 (java) S 3052 3055 30091 0 -1 4202496 24311 0 1 0 862 27 0 0 20 0 22 0 29446469 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 140735561275968 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3055/statm: 2456183 90898 2293 9 0 2446860 0
[pid=3055/tid=3057] ppid=3052 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/3055/task/3057/stat : 3057 (java) S 3052 3055 30091 0 -1 4202560 2486 0 1 0 26 1 0 0 20 0 22 0 29446470 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 139769112273784 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3058] ppid=3052 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/3055/task/3058/stat : 3058 (java) S 3052 3055 30091 0 -1 4202560 122 0 0 0 3 1 0 0 20 0 22 0 29446471 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 139768956221608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3059] ppid=3052 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/3055/task/3059/stat : 3059 (java) S 3052 3055 30091 0 -1 4202560 108 0 0 0 2 2 0 0 20 0 22 0 29446471 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 139768955169064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3060] ppid=3052 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/3055/task/3060/stat : 3060 (java) S 3052 3055 30091 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 29446471 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 139768954116520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3055/tid=3061] ppid=3052 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/3055/task/3061/stat : 3061 (java) S 3052 3055 30091 0 -1 4202560 115 0 0 0 4 2 0 0 20 0 22 0 29446471 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 139768953063976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3062] ppid=3052 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/3055/task/3062/stat : 3062 (java) S 3052 3055 30091 0 -1 4202560 45 0 0 0 4 1 0 0 20 0 22 0 29446471 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 139768952011432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3063] ppid=3052 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/3055/task/3063/stat : 3063 (java) S 3052 3055 30091 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 29446471 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 139768950958888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3064] ppid=3052 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/3055/task/3064/stat : 3064 (java) S 3052 3055 30091 0 -1 4202560 136 0 0 0 5 2 0 0 20 0 22 0 29446471 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 139768949906344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3055/tid=3065] ppid=3052 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/3055/task/3065/stat : 3065 (java) S 3052 3055 30091 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 22 0 29446471 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 139768948853800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3066] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3066/stat : 3066 (java) S 3052 3055 30091 0 -1 4202560 207 0 0 0 0 0 0 0 20 0 22 0 29446472 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 139768936441960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3067] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3067/stat : 3067 (java) S 3052 3055 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29446473 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 139768935388280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3068] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3068/stat : 3068 (java) S 3052 3055 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29446473 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 139768934335624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3069] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3069/stat : 3069 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446475 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 139768933284368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3070] ppid=3052 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/3055/task/3070/stat : 3070 (java) S 3052 3055 30091 0 -1 4202560 5947 0 0 0 86 2 0 0 20 0 22 0 29446475 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 139768932231736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3071] ppid=3052 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/3055/task/3071/stat : 3071 (java) S 3052 3055 30091 0 -1 4202560 13585 0 0 0 114 3 0 0 20 0 22 0 29446475 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 139768931179192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3055/tid=3072] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3072/stat : 3072 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446475 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 139768930126840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3073] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3073/stat : 3073 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446475 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 139768929074504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3092] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3092/stat : 3092 (java) S 3052 3055 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29446750 10060525568 90898 33554432000 1073741824 1073778376 140735561284832 139768925914152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3093] ppid=3052 vsize=9824732 CPUtime=2.32 cores=1,3,5,7

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

[pid=3055/tid=3065] ppid=3052 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/3055/task/3065/stat : 3065 (java) S 3052 3055 30091 0 -1 4202560 306 0 0 0 235 6 0 0 20 0 22 0 29446471 10060525568 607170 33554432000 1073741824 1073778376 140735561284832 139768948853800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3066] ppid=3052 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/3055/task/3066/stat : 3066 (java) S 3052 3055 30091 0 -1 4202560 1571 0 0 0 250 23 0 0 20 0 22 0 29446472 10060525568 607170 33554432000 1073741824 1073778376 140735561284832 139768936441960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3055/tid=3067] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3067/stat : 3067 (java) S 3052 3055 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29446473 10060525568 607170 33554432000 1073741824 1073778376 140735561284832 139768935388280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3068] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3068/stat : 3068 (java) S 3052 3055 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29446473 10060525568 607170 33554432000 1073741824 1073778376 140735561284832 139768934335624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3069] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3069/stat : 3069 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446475 10060525568 607170 33554432000 1073741824 1073778376 140735561284832 139768933284368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3070] ppid=3052 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/3055/task/3070/stat : 3070 (java) S 3052 3055 30091 0 -1 4202560 5953 0 0 0 93 2 0 0 20 0 22 0 29446475 10060525568 607170 33554432000 1073741824 1073778376 140735561284832 139768932231736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3071] ppid=3052 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/3055/task/3071/stat : 3071 (java) S 3052 3055 30091 0 -1 4202560 13710 0 0 0 172 3 0 0 20 0 22 0 29446475 10060525568 607170 33554432000 1073741824 1073778376 140735561284832 139768931179192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3072] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3072/stat : 3072 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446475 10060525568 607170 33554432000 1073741824 1073778376 140735561284832 139768930126840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3073] ppid=3052 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/3055/task/3073/stat : 3073 (java) S 3052 3055 30091 0 -1 4202560 47 0 0 0 15 19 0 0 20 0 22 0 29446475 10060525568 607170 33554432000 1073741824 1073778376 140735561284832 139768929074504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3092] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3092/stat : 3092 (java) S 3052 3055 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29446750 10060525568 607170 33554432000 1073741824 1073778376 140735561284832 139768925914152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3099] ppid=3052 vsize=9824732 CPUtime=760.01 cores=1,3,5,7
/proc/3055/task/3099/stat : 3099 (java) R 3052 3055 30091 0 -1 4202560 72 0 0 0 75989 12 0 0 20 0 22 0 29451702 10060525568 607170 33554432000 1073741824 1073778376 140735561284832 139768928018432 139768985077117 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3100] ppid=3052 vsize=9824732 CPUtime=759.99 cores=1,3,5,7
/proc/3055/task/3100/stat : 3100 (java) R 3052 3055 30091 0 -1 4202560 199 0 0 0 75987 12 0 0 20 0 22 0 29451702 10060525568 607170 33554432000 1073741824 1073778376 140735561284832 139768926967128 139768985116901 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3101] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3101/stat : 3101 (java) S 3052 3055 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29451702 10060525568 607170 33554432000 1073741824 1073778376 140735561284832 139768924861224 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1645.92
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.35 4.38 4.27 5/219 3353
/proc/meminfo: memFree=24081568/32872528 swapFree=1556504/1720024
[pid=3055] ppid=3052 vsize=9824732 CPUtime=1766.52 cores=1,3,5,7
/proc/3055/stat : 3055 (java) S 3052 3055 30091 0 -1 4202496 30038 0 1 0 176490 162 0 0 20 0 22 0 29446469 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 140735561275968 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3055/statm: 2456183 597706 2303 9 0 2446860 0
[pid=3055/tid=3057] ppid=3052 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/3055/task/3057/stat : 3057 (java) S 3052 3055 30091 0 -1 4202560 2490 0 1 0 29 3 0 0 20 0 22 0 29446470 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139769112273784 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3058] ppid=3052 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/3055/task/3058/stat : 3058 (java) S 3052 3055 30091 0 -1 4202560 487 0 0 0 270 10 0 0 20 0 22 0 29446471 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768956221608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3059] ppid=3052 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/3055/task/3059/stat : 3059 (java) S 3052 3055 30091 0 -1 4202560 441 0 0 0 263 9 0 0 20 0 22 0 29446471 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768955169064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3055/tid=3060] ppid=3052 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/3055/task/3060/stat : 3060 (java) S 3052 3055 30091 0 -1 4202560 344 0 0 0 251 9 0 0 20 0 22 0 29446471 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768954116520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3061] ppid=3052 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/3055/task/3061/stat : 3061 (java) S 3052 3055 30091 0 -1 4202560 439 0 0 0 264 10 0 0 20 0 22 0 29446471 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768953063976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3062] ppid=3052 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/3055/task/3062/stat : 3062 (java) S 3052 3055 30091 0 -1 4202560 333 0 0 0 244 9 0 0 20 0 22 0 29446471 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768952011432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3063] ppid=3052 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/3055/task/3063/stat : 3063 (java) S 3052 3055 30091 0 -1 4202560 358 0 0 0 252 9 0 0 20 0 22 0 29446471 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768950958888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3064] ppid=3052 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/3055/task/3064/stat : 3064 (java) S 3052 3055 30091 0 -1 4202560 502 0 0 0 262 10 0 0 20 0 22 0 29446471 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768949906344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3065] ppid=3052 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/3055/task/3065/stat : 3065 (java) S 3052 3055 30091 0 -1 4202560 307 0 0 0 255 6 0 0 20 0 22 0 29446471 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768948853800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3066] ppid=3052 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/3055/task/3066/stat : 3066 (java) S 3052 3055 30091 0 -1 4202560 1575 0 0 0 251 25 0 0 20 0 22 0 29446472 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768936441960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3067] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3067/stat : 3067 (java) S 3052 3055 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29446473 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768935388280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3068] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3068/stat : 3068 (java) S 3052 3055 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29446473 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768934335624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3069] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3069/stat : 3069 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446475 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768933284368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3070] ppid=3052 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/3055/task/3070/stat : 3070 (java) S 3052 3055 30091 0 -1 4202560 5953 0 0 0 93 2 0 0 20 0 22 0 29446475 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768932231736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3071] ppid=3052 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/3055/task/3071/stat : 3071 (java) S 3052 3055 30091 0 -1 4202560 13710 0 0 0 172 3 0 0 20 0 22 0 29446475 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768931179192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3072] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3072/stat : 3072 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446475 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768930126840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3073] ppid=3052 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/3055/task/3073/stat : 3073 (java) S 3052 3055 30091 0 -1 4202560 51 0 0 0 16 20 0 0 20 0 22 0 29446475 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768929074504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3092] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3092/stat : 3092 (java) S 3052 3055 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29446750 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768925914152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3099] ppid=3052 vsize=9824732 CPUtime=819.39 cores=1,3,5,7
/proc/3055/task/3099/stat : 3099 (java) R 3052 3055 30091 0 -1 4202560 79 0 0 0 81926 13 0 0 20 0 22 0 29451702 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768928018432 139768985127952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3100] ppid=3052 vsize=9824732 CPUtime=819.39 cores=1,3,5,7
/proc/3055/task/3100/stat : 3100 (java) R 3052 3055 30091 0 -1 4202560 212 0 0 0 81926 13 0 0 20 0 22 0 29451702 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768926966928 139768985161265 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3101] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3101/stat : 3101 (java) S 3052 3055 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29451702 10060525568 597706 33554432000 1073741824 1073778376 140735561284832 139768924861224 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1766.52
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.001 s]
/proc/loadavg: 4.27 4.36 4.26 5/219 3353
/proc/meminfo: memFree=24072816/32872528 swapFree=1556504/1720024
[pid=3055] ppid=3052 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/3055/stat : 3055 (java) S 3052 3055 30091 0 -1 4202496 30076 0 1 0 179838 163 0 0 20 0 22 0 29446469 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 140735561275968 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3055/statm: 2456183 596806 2303 9 0 2446860 0
[pid=3055/tid=3057] ppid=3052 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/3055/task/3057/stat : 3057 (java) S 3052 3055 30091 0 -1 4202560 2490 0 1 0 29 3 0 0 20 0 22 0 29446470 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139769112273784 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3058] ppid=3052 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/3055/task/3058/stat : 3058 (java) S 3052 3055 30091 0 -1 4202560 489 0 0 0 276 10 0 0 20 0 22 0 29446471 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768956221608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3059] ppid=3052 vsize=9824732 CPUtime=2.75 cores=1,3,5,7
/proc/3055/task/3059/stat : 3059 (java) S 3052 3055 30091 0 -1 4202560 454 0 0 0 266 9 0 0 20 0 22 0 29446471 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768955169064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3060] ppid=3052 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/3055/task/3060/stat : 3060 (java) S 3052 3055 30091 0 -1 4202560 345 0 0 0 253 9 0 0 20 0 22 0 29446471 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768954116520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3061] ppid=3052 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/3055/task/3061/stat : 3061 (java) S 3052 3055 30091 0 -1 4202560 442 0 0 0 267 10 0 0 20 0 22 0 29446471 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768953063976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3062] ppid=3052 vsize=9824732 CPUtime=2.56 cores=1,3,5,7
/proc/3055/task/3062/stat : 3062 (java) S 3052 3055 30091 0 -1 4202560 333 0 0 0 247 9 0 0 20 0 22 0 29446471 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768952011432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3063] ppid=3052 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/3055/task/3063/stat : 3063 (java) S 3052 3055 30091 0 -1 4202560 361 0 0 0 255 9 0 0 20 0 22 0 29446471 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768950958888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3064] ppid=3052 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/3055/task/3064/stat : 3064 (java) S 3052 3055 30091 0 -1 4202560 502 0 0 0 264 10 0 0 20 0 22 0 29446471 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768949906344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3065] ppid=3052 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/3055/task/3065/stat : 3065 (java) S 3052 3055 30091 0 -1 4202560 315 0 0 0 258 6 0 0 20 0 22 0 29446471 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768948853800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3066] ppid=3052 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/3055/task/3066/stat : 3066 (java) S 3052 3055 30091 0 -1 4202560 1577 0 0 0 251 25 0 0 20 0 22 0 29446472 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768936441960 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3067] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3067/stat : 3067 (java) S 3052 3055 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29446473 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768935388280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3068] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3068/stat : 3068 (java) S 3052 3055 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29446473 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768934335624 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3069] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3069/stat : 3069 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446475 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768933284368 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3070] ppid=3052 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/3055/task/3070/stat : 3070 (java) S 3052 3055 30091 0 -1 4202560 5953 0 0 0 93 2 0 0 20 0 22 0 29446475 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768932231736 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3071] ppid=3052 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/3055/task/3071/stat : 3071 (java) S 3052 3055 30091 0 -1 4202560 13710 0 0 0 172 3 0 0 20 0 22 0 29446475 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768931179192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3072] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3072/stat : 3072 (java) S 3052 3055 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29446475 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768930126840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3073] ppid=3052 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/3055/task/3073/stat : 3073 (java) S 3052 3055 30091 0 -1 4202560 53 0 0 0 17 20 0 0 20 0 22 0 29446475 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768929074504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3055/tid=3092] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3092/stat : 3092 (java) S 3052 3055 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29446750 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768925914152 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3055/tid=3099] ppid=3052 vsize=9824732 CPUtime=835.95 cores=1,3,5,7
/proc/3055/task/3099/stat : 3099 (java) R 3052 3055 30091 0 -1 4202560 81 0 0 0 83582 13 0 0 20 0 22 0 29451702 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768928018432 139768985121281 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3055/tid=3100] ppid=3052 vsize=9824732 CPUtime=835.95 cores=1,3,5,7
/proc/3055/task/3100/stat : 3100 (java) R 3052 3055 30091 0 -1 4202560 214 0 0 0 83582 13 0 0 20 0 22 0 29451702 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768926966928 139768985073929 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3055/tid=3101] ppid=3052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3055/task/3101/stat : 3101 (java) S 3052 3055 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29451702 10060525568 596806 33554432000 1073741824 1073778376 140735561284832 139768924861224 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 3055 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 3055 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=258231
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=122677
# CPU time returned by wait4() is 1796.38
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0400085
#  lost CPU user time (s): 0.0500031
#  lost CPU system time (s): -0.00999999

Real time (s): 899.065
CPU time (s): 1800.05
CPU user time (s): 1798.43
CPU system time (s): 1.62
CPU usage (%): 200.214
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.26
system time used= 2.12268
maximum resident set size= 2921092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30111
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29204
involuntary context switches= 51682

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.99394 second user time and 6.14207 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 20:19:38
IDJOB=4106608
IDBENCH=48130
IDSOLVER=2543
FILE ID=node117/4106608-1466273978
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/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_10_5.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106608-1466273978/watcher-4106608-1466273978 -o /tmp/evaluation-result-4106608-1466273978/solver-4106608-1466273978 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30108 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106608-1466273978.opb

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

MD5SUM BENCH= e6ef25c6f832d5fe55af9368c1298b73
RANDOM SEED=1521549873

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:        25480824 kB
Buffers:          139324 kB
Cached:           320320 kB
SwapCached:            0 kB
Active:          4544128 kB
Inactive:         357696 kB
Active(anon):    4434244 kB
Inactive(anon):    10636 kB
Active(file):     109884 kB
Inactive(file):   347060 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:       6192840 kB
Mapped:            21196 kB
Shmem:               204 kB
Slab:             621284 kB
SReclaimable:      65312 kB
SUnreclaim:       555972 kB
KernelStack:        1808 kB
PageTables:        16276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6567516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4511744 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 20:34:38