Trace number 4081331

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)15 1800.13 896.275

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_10_10.r.opb
MD5SUM863d0ff562dc066d0163e86da5775aea
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint10
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)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4081331-1465231327.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
0.10/0.16	c ... done. Wall clock time 0.05s.
0.10/0.16	c declared #vars     100
0.10/0.16	c #constraints  100
0.10/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
0.10/0.17	c 100 constraints processed.
0.10/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 100
0.10/0.17	c 100 constraints processed.
0.10/0.17	c objective function length is 100 literals
0.10/0.17	c And the winner is solver0
0.20/0.67	c SATISFIABLE
0.20/0.67	c OPTIMIZING...
0.20/0.67	c Got one! Elapsed wall clock time (in seconds):0.555
0.20/0.67	o 18
0.61/0.80	c And the winner is solver1
0.84/1.17	c Got one! Elapsed wall clock time (in seconds):1.058
0.84/1.17	o 17
0.84/1.19	c And the winner is solver0
1.12/1.67	c Got one! Elapsed wall clock time (in seconds):1.559
1.12/1.67	o 16
1.19/1.73	c And the winner is solver1
1.62/2.17	c Got one! Elapsed wall clock time (in seconds):2.061
1.62/2.17	o 15
2.09/2.38	c cleaning 3198 clauses out of 6395 with flag 11045/6395
2.77/2.56	c cleaning 4598 clauses out of 9195 with flag 26834/12393
3.39/2.76	c cleaning 5799 clauses out of 11597 with flag 45210/19393
4.05/3.03	c cleaning 6893 clauses out of 13798 with flag 65688/27393
4.76/3.36	c cleaning 7950 clauses out of 15906 with flag 88959/36394
5.66/3.76	c cleaning 8972 clauses out of 17956 with flag 114640/46394
6.73/4.22	c cleaning 9992 clauses out of 19983 with flag 143553/57393
7.78/4.76	c cleaning 10989 clauses out of 21991 with flag 173939/69393
9.18/5.44	c cleaning 12000 clauses out of 24002 with flag 206665/82393
10.84/6.23	c cleaning 12999 clauses out of 26003 with flag 241416/96394
12.68/7.11	c cleaning 13991 clauses out of 28003 with flag 278445/111393
14.48/8.06	c cleaning 15005 clauses out of 30012 with flag 316939/127393
16.67/9.12	c cleaning 15995 clauses out of 32007 with flag 357940/144393
19.12/10.34	c cleaning 17005 clauses out of 34016 with flag 401037/162397
21.72/11.69	c cleaning 17997 clauses out of 36007 with flag 448966/181393
24.78/13.11	c cleaning 19005 clauses out of 38011 with flag 500390/201394
28.18/14.86	c cleaning 19998 clauses out of 40005 with flag 552407/222393
31.79/16.69	c cleaning 21002 clauses out of 42007 with flag 606803/244393
36.05/18.72	c cleaning 21997 clauses out of 44006 with flag 663226/267394
40.04/20.77	c cleaning 23000 clauses out of 46008 with flag 729230/291393
45.29/23.37	c cleaning 24004 clauses out of 48008 with flag 794233/316393
50.68/26.03	c cleaning 24985 clauses out of 50004 with flag 861818/342393
56.10/28.75	c cleaning 0 clauses out of 5112 with flag 0/5113
57.25/29.14	c cleaning 26003 clauses out of 52019 with flag 931793/369393
63.26/32.04	c cleaning 27005 clauses out of 54016 with flag 1003191/397393
69.44/35.12	c cleaning 28006 clauses out of 56012 with flag 1077504/426394
76.27/38.52	c cleaning 28996 clauses out of 58005 with flag 1155707/456393
83.50/42.13	c cleaning 30002 clauses out of 60010 with flag 1241701/487394
90.72/45.77	c cleaning 31000 clauses out of 62008 with flag 1326250/519394
98.75/49.78	c cleaning 32003 clauses out of 64007 with flag 1410878/552393
106.77/53.74	c cleaning 33001 clauses out of 66004 with flag 1496221/586393
115.00/57.83	c cleaning 33994 clauses out of 68003 with flag 1588146/621393
124.20/62.43	c cleaning 34993 clauses out of 70009 with flag 1684169/657393
134.24/67.44	c cleaning 35993 clauses out of 72016 with flag 1784206/694393
144.50/72.56	c cleaning 37005 clauses out of 74024 with flag 1891857/732394
155.29/78.00	c cleaning 38006 clauses out of 76018 with flag 1989803/771393
166.33/83.41	c cleaning 39006 clauses out of 78013 with flag 2093220/811394
178.77/89.61	c cleaning 40001 clauses out of 80009 with flag 2206121/852396
191.03/95.71	c cleaning 41001 clauses out of 82005 with flag 2317513/894393
203.66/102.03	c cleaning 41995 clauses out of 84005 with flag 2431834/937394
217.87/109.10	c cleaning 42998 clauses out of 86010 with flag 2548050/981394
231.34/115.87	c cleaning 44001 clauses out of 88012 with flag 2665571/1026394
245.77/123.08	c cleaning 44999 clauses out of 90011 with flag 2787343/1072394
260.59/130.44	c cleaning 46003 clauses out of 92012 with flag 2911887/1119394
276.26/138.27	c cleaning 46996 clauses out of 94008 with flag 3035642/1167393
290.31/145.30	c cleaning 47999 clauses out of 96012 with flag 3159435/1216393
304.96/152.51	c cleaning 49003 clauses out of 98013 with flag 3283244/1266393
319.59/159.88	c cleaning 50003 clauses out of 100010 with flag 3413617/1317393
332.67/166.36	c cleaning 50995 clauses out of 102009 with flag 3551234/1369395
341.92/170.92	c cleaning 0 clauses out of 11113 with flag 0/11114
346.39/173.19	c cleaning 52003 clauses out of 104013 with flag 3685793/1422394
361.46/180.65	c cleaning 52993 clauses out of 106009 with flag 3825697/1476393
379.72/189.73	c cleaning 54001 clauses out of 108017 with flag 3973709/1531394
397.64/198.68	c cleaning 55006 clauses out of 110017 with flag 4125384/1587395
417.55/208.54	c cleaning 56003 clauses out of 112013 with flag 4284386/1644397
433.64/216.57	c cleaning 57001 clauses out of 114008 with flag 4442915/1702395
451.91/225.68	c cleaning 58002 clauses out of 116005 with flag 4614068/1761393
470.58/234.93	c cleaning 59001 clauses out of 118003 with flag 4788455/1821393
493.33/246.27	c cleaning 59992 clauses out of 120003 with flag 4963064/1882394
516.28/257.67	c cleaning 60998 clauses out of 122011 with flag 5142030/1944394
538.55/268.71	c cleaning 62002 clauses out of 124012 with flag 5319474/2007393
563.52/281.10	c cleaning 62999 clauses out of 126010 with flag 5497572/2071393
589.11/293.83	c cleaning 63996 clauses out of 128012 with flag 5680683/2136394
614.48/306.45	c cleaning 65003 clauses out of 130015 with flag 5870492/2202393
641.69/319.96	c cleaning 65999 clauses out of 132012 with flag 6063043/2269393
671.86/334.91	c cleaning 66999 clauses out of 134013 with flag 6255830/2337393
702.87/350.31	c cleaning 67998 clauses out of 136015 with flag 6448084/2406394
736.70/367.13	c cleaning 68999 clauses out of 138016 with flag 6646122/2476393
767.40/382.53	c cleaning 70000 clauses out of 140017 with flag 6847882/2547393
803.17/400.39	c cleaning 70991 clauses out of 142018 with flag 7031151/2619394
837.96/417.62	c cleaning 72002 clauses out of 144026 with flag 7224103/2692393
873.75/435.49	c cleaning 73000 clauses out of 146024 with flag 7414754/2766393
907.55/452.26	c cleaning 74012 clauses out of 148026 with flag 7603427/2841395
944.75/470.79	c cleaning 74999 clauses out of 150013 with flag 7792108/2917394
982.21/489.38	c cleaning 75996 clauses out of 152013 with flag 7993510/2994393
1017.80/507.04	c cleaning 77010 clauses out of 154021 with flag 8190392/3072397
1037.77/516.96	c cleaning 0 clauses out of 18114 with flag 0/18115
1054.48/525.21	c cleaning 78002 clauses out of 156008 with flag 8389740/3151394
1096.74/546.24	c cleaning 78992 clauses out of 158005 with flag 8588561/3231393
1137.76/566.62	c cleaning 80006 clauses out of 160013 with flag 8791611/3312393
1185.29/590.41	c cleaning 80999 clauses out of 162009 with flag 8998123/3394395
1226.51/610.94	c cleaning 82005 clauses out of 164012 with flag 9202412/3477397
1265.92/630.55	c cleaning 82990 clauses out of 166003 with flag 9416523/3561393
1307.15/651.02	c cleaning 84000 clauses out of 168013 with flag 9637056/3646393
1348.43/671.57	c cleaning 85001 clauses out of 170013 with flag 9853787/3732393
1391.89/693.17	c cleaning 86000 clauses out of 172012 with flag 10069016/3819393
1435.38/714.79	c cleaning 87000 clauses out of 174012 with flag 10298248/3907393
1484.47/739.13	c cleaning 87997 clauses out of 176013 with flag 10524847/3996394
1534.39/763.94	c cleaning 89001 clauses out of 178015 with flag 10771618/4086393
1584.88/789.03	c cleaning 90005 clauses out of 180020 with flag 11010795/4177399
1635.16/814.28	c cleaning 90997 clauses out of 182009 with flag 11256287/4269393
1680.05/836.50	c cleaning 92000 clauses out of 184013 with flag 11498275/4362394
1733.43/863.01	c cleaning 92996 clauses out of 186012 with flag 11747293/4456393
1786.29/889.38	c cleaning 93999 clauses out of 188016 with flag 11996865/4551393
1800.13/896.20	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.13/896.20	c starts		: 365
1800.13/896.20	c conflicts		: 4591489
1800.13/896.20	c decisions		: 9114004
1800.13/896.20	c propagations		: 56545717
1800.13/896.20	c inspects		: 16701435797
1800.13/896.20	c shortcuts		: 0
1800.13/896.20	c learnt literals	: 0
1800.13/896.20	c learnt binary clauses	: 0
1800.13/896.20	c learnt ternary clauses	: 0
1800.13/896.20	c learnt constraints	: 4591489
1800.13/896.20	c ignored constraints	: 0
1800.13/896.20	c root simplifications	: 0
1800.13/896.20	c removed literals (reason simplification)	: 10989417
1800.13/896.20	c reason swapping (by a shorter reason)	: 0
1800.13/896.20	c Calls to reduceDB	: 91
1800.13/896.20	c Number of update (reduction) of LBD	: 879385
1800.13/896.20	c Imported unit clauses	: 0
1800.13/896.20	c number of reductions to clauses (during analyze)	: 0
1800.13/896.20	c number of learned constraints concerned by reduction	: 0
1800.13/896.20	c number of learning phase by resolution	: 0
1800.13/896.20	c number of learning phase by cutting planes	: 0
1800.13/896.20	c speed (assignments/second)	: 63248.261799406726
1800.13/896.20	c non guided choices	0
1800.13/896.23	c learnt constraints type 
1800.13/896.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134113
1800.13/896.23	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
1800.13/896.23	c starts		: 56
1800.13/896.23	c conflicts		: 23182
1800.13/896.23	c decisions		: 70819
1800.13/896.23	c propagations		: 323079
1800.13/896.23	c inspects		: 909522102
1800.13/896.23	c shortcuts		: 0
1800.13/896.23	c learnt literals	: 0
1800.13/896.24	c learnt binary clauses	: 0
1800.13/896.24	c learnt ternary clauses	: 0
1800.13/896.24	c learnt constraints	: 23180
1800.13/896.24	c ignored constraints	: 0
1800.13/896.24	c root simplifications	: 0
1800.13/896.24	c removed literals (reason simplification)	: 0
1800.13/896.24	c reason swapping (by a shorter reason)	: 0
1800.13/896.24	c Calls to reduceDB	: 3
1800.13/896.24	c Number of update (reduction) of LBD	: 0
1800.13/896.24	c Imported unit clauses	: 0
1800.13/896.24	c number of reductions to clauses (during analyze)	: 0
1800.13/896.24	c number of learned constraints concerned by reduction	: 0
1800.13/896.24	c number of learning phase by resolution	: 0
1800.13/896.24	c number of learning phase by cutting planes	: 0
1800.13/896.24	c speed (assignments/second)	: 361.1592725370321
1800.13/896.24	c non guided choices	0
1800.13/896.25	c learnt constraints type 
1800.13/896.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 184
1800.13/896.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22996
1800.13/896.25	s SATISFIABLE
1800.13/896.25	c Found 4 solution(s)
1800.13/896.25	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.13/896.25	c objective function=15
1800.13/896.25	c Total wall clock time (in seconds): 896.137

Verifier Data

OK	15

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-4081331-1465231327/watcher-4081331-1465231327 -o /tmp/evaluation-result-4081331-1465231327/solver-4081331-1465231327 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25467 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081331-1465231327.opb 

pid=32722
running on 4 cores: 0,2,4,6

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.91 4.08 4.13 4/197 32725
/proc/meminfo: memFree=29246112/32872528 swapFree=11252/530428
[pid=32725] ppid=32722 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/32725/stat : 32725 (java) S 32722 32725 25451 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 105064484 98570240 977 33554432000 1073741824 1073778376 140733812349808 140733812340944 211462160445 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32725/statm: 24065 977 743 9 0 16771 0
[pid=32725/tid=32726] ppid=32722 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32726/stat : 32726 (java) R 32722 32725 25451 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 105064484 98570240 977 33554432000 1073741824 1073778376 140733812349808 140494424559144 211458803072 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 3.91 4.08 4.13 4/197 32725
/proc/meminfo: memFree=29246112/32872528 swapFree=11252/530428
[pid=32725] ppid=32722 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/32725/stat : 32725 (java) S 32722 32725 25451 0 -1 4202496 4468 0 1 0 9 1 0 0 20 0 18 0 105064484 9787879424 5589 33554432000 1073741824 1073778376 140733812349808 140733812340944 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32725/statm: 2389619 5589 2126 9 0 2380296 0
[pid=32725/tid=32726] ppid=32722 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/32725/task/32726/stat : 32726 (java) R 32722 32725 25451 0 -1 4202560 2444 0 1 0 7 0 0 0 20 0 18 0 105064484 9787879424 5589 33554432000 1073741824 1073778376 140733812349808 140494424562592 211462186253 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200363 s]
/proc/loadavg: 3.91 4.08 4.13 4/197 32725
/proc/meminfo: memFree=29246112/32872528 swapFree=11252/530428
[pid=32725] ppid=32722 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/32725/stat : 32725 (java) S 32722 32725 25451 0 -1 4202496 4788 0 1 0 19 1 0 0 20 0 19 0 105064484 10060525568 7377 33554432000 1073741824 1073778376 140733812349808 140733812340944 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32725/statm: 2456183 7377 2198 9 0 2446860 0
[pid=32725/tid=32726] ppid=32722 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/32725/task/32726/stat : 32726 (java) S 32722 32725 25451 0 -1 4202560 2470 0 1 0 13 2 0 0 20 0 19 0 105064484 10060525568 7377 33554432000 1073741824 1073778376 140733812349808 140494424564600 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9824732

[startup+0.300417 s]
/proc/loadavg: 3.91 4.08 4.13 4/197 32725
/proc/meminfo: memFree=29246112/32872528 swapFree=11252/530428
[pid=32725] ppid=32722 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/32725/stat : 32725 (java) S 32722 32725 25451 0 -1 4202496 4788 0 1 0 19 1 0 0 20 0 19 0 105064484 10060525568 7377 33554432000 1073741824 1073778376 140733812349808 140733812340944 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32725/statm: 2456183 7377 2198 9 0 2446860 0
[pid=32725/tid=32726] ppid=32722 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/32725/task/32726/stat : 32726 (java) S 32722 32725 25451 0 -1 4202560 2470 0 1 0 13 2 0 0 20 0 19 0 105064484 10060525568 7377 33554432000 1073741824 1073778376 140733812349808 140494424564600 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9824732

[startup+0.700192 s]
/proc/loadavg: 3.91 4.08 4.13 4/197 32725
/proc/meminfo: memFree=29246112/32872528 swapFree=11252/530428
[pid=32725] ppid=32722 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/32725/stat : 32725 (java) S 32722 32725 25451 0 -1 4202496 4889 0 1 0 24 1 0 0 20 0 22 0 105064484 10060525568 8499 33554432000 1073741824 1073778376 140733812349808 140733812340944 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32725/statm: 2456183 8507 2220 9 0 2446860 0
[pid=32725/tid=32726] ppid=32722 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/32725/task/32726/stat : 32726 (java) S 32722 32725 25451 0 -1 4202560 2473 0 1 0 14 2 0 0 20 0 22 0 105064484 10060525568 8507 33554432000 1073741824 1073778376 140733812349808 140494424564600 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 3.76 4.04 4.12 3/216 32750
/proc/meminfo: memFree=29208876/32872528 swapFree=11252/530428
[pid=32725] ppid=32722 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/32725/stat : 32725 (java) S 32722 32725 25451 0 -1 4202496 13707 0 1 0 106 6 0 0 20 0 19 0 105064484 10060525568 12752 33554432000 1073741824 1073778376 140733812349808 140733812340944 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32725/statm: 2456183 12752 2243 9 0 2446860 0
[pid=32725/tid=32726] ppid=32722 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/32725/task/32726/stat : 32726 (java) S 32722 32725 25451 0 -1 4202560 2474 0 1 0 14 2 0 0 20 0 19 0 105064484 10060525568 12752 33554432000 1073741824 1073778376 140733812349808 140494424564600 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32728] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32728/stat : 32728 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105064485 10060525568 12752 33554432000 1073741824 1073778376 140733812349808 140494268590504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32729] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32729/stat : 32729 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105064485 10060525568 12752 33554432000 1073741824 1073778376 140733812349808 140494267537960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32730] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32730/stat : 32730 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105064485 10060525568 12752 33554432000 1073741824 1073778376 140733812349808 140494266484904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32731] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32731/stat : 32731 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105064485 10060525568 12752 33554432000 1073741824 1073778376 140733812349808 140494265432360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32732] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32732/stat : 32732 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105064485 10060525568 12752 33554432000 1073741824 1073778376 140733812349808 140494264380328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32733] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32733/stat : 32733 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105064485 10060525568 12752 33554432000 1073741824 1073778376 140733812349808 140494263327784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32734] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32734/stat : 32734 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105064485 10060525568 12752 33554432000 1073741824 1073778376 140733812349808 140494262274728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32735] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32735/stat : 32735 (java) S 32722 32725 25451 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105064485 10060525568 12752 33554432000 1073741824 1073778376 140733812349808 140494261222184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32736] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32736/stat : 32736 (java) S 32722 32725 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105064486 10060525568 12752 33554432000 1073741824 1073778376 140733812349808 140494248810856 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32737] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32737/stat : 32737 (java) S 32722 32725 25451 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105064487 10060525568 12752 33554432000 1073741824 1073778376 140733812349808 140494247757176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32738] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32738/stat : 32738 (java) S 32722 32725 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105064487 10060525568 12752 33554432000 1073741824 1073778376 140733812349808 140494246704008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32739] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32739/stat : 32739 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105064489 10060525568 12752 33554432000 1073741824 1073778376 140733812349808 140494245652752 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32740] ppid=32722 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/32725/task/32740/stat : 32740 (java) S 32722 32725 25451 0 -1 4202560 6820 0 0 0 36 0 0 0 20 0 19 0 105064489 10060525568 12752 33554432000 1073741824 1073778376 140733812349808 140494244600632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32741] ppid=32722 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/32725/task/32741/stat : 32741 (java) S 32722 32725 25451 0 -1 4202560 3050 0 0 0 26 0 0 0 20 0 19 0 105064489 10060525568 12752 33554432000 1073741824 1073778376 140733812349808 140494243548088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32742] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32742/stat : 32742 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105064489 10060525568 12752 33554432000 1073741824 1073778376 140733812349808 140494242495224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32743] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32743/stat : 32743 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105064489 10060525568 12752 33554432000 1073741824 1073778376 140733812349808 140494241442888 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 3.76 4.04 4.12 7/219 32759
/proc/meminfo: memFree=29170356/32872528 swapFree=11252/530428
[pid=32725] ppid=32722 vsize=9824732 CPUtime=4.31 cores=0,2,4,6
/proc/32725/stat : 32725 (java) S 32722 32725 25451 0 -1 4202496 25332 0 1 0 417 14 0 0 20 0 22 0 105064484 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140733812340944 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32725/statm: 2456183 48303 2278 9 0 2446860 0
[pid=32725/tid=32726] ppid=32722 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/32725/task/32726/stat : 32726 (java) S 32722 32725 25451 0 -1 4202560 2475 0 1 0 14 2 0 0 20 0 22 0 105064484 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494424564600 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32728] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32728/stat : 32728 (java) S 32722 32725 25451 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 105064485 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494268590504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32729] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32729/stat : 32729 (java) S 32722 32725 25451 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 105064485 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494267537960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32730] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32730/stat : 32730 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105064485 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494266484904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32731] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32731/stat : 32731 (java) S 32722 32725 25451 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 105064485 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494265432360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32732] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32732/stat : 32732 (java) S 32722 32725 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105064485 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494264380328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32733] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32733/stat : 32733 (java) S 32722 32725 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105064485 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494263327784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32734] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32734/stat : 32734 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105064485 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494262274728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32735] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32735/stat : 32735 (java) S 32722 32725 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105064485 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494261222184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32736] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32736/stat : 32736 (java) S 32722 32725 25451 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 105064486 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494248810856 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32737] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32737/stat : 32737 (java) S 32722 32725 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105064487 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494247757176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32738] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32738/stat : 32738 (java) S 32722 32725 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105064487 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494246704008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32739] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32739/stat : 32739 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105064489 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494245652752 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32740] ppid=32722 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/32725/task/32740/stat : 32740 (java) S 32722 32725 25451 0 -1 4202560 12993 0 0 0 103 1 0 0 20 0 22 0 105064489 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494244600632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32741] ppid=32722 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/32725/task/32741/stat : 32741 (java) R 32722 32725 25451 0 -1 4202560 8310 0 0 0 80 2 0 0 20 0 22 0 105064489 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494243535496 140494427173468 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32742] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32742/stat : 32742 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105064489 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494242495224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32743] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32743/stat : 32743 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105064489 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494241442888 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32756] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32756/stat : 32756 (java) S 32722 32725 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105064652 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494240339496 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32757] ppid=32722 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/32725/task/32757/stat : 32757 (java) R 32722 32725 25451 0 -1 4202560 6 0 0 0 88 0 0 0 20 0 22 0 105064702 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494237179152 140494297683920 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32758] ppid=32722 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/32725/task/32758/stat : 32758 (java) R 32722 32725 25451 0 -1 4202560 62 0 0 0 87 2 0 0 20 0 22 0 105064702 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494239285256 140494297690455 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32759] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32759/stat : 32759 (java) S 32722 32725 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105064702 10060525568 48303 33554432000 1073741824 1073778376 140733812349808 140494238234024 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 3.78 4.04 4.12 5/219 32760
/proc/meminfo: memFree=28775508/32872528 swapFree=11252/530428
[pid=32725] ppid=32722 vsize=9824732 CPUtime=11.04 cores=0,2,4,6
/proc/32725/stat : 32725 (java) S 32722 32725 25451 0 -1 4202496 27616 0 1 0 1079 25 0 0 20 0 22 0 105064484 10060525568 148248 33554432000 1073741824 1073778376 140733812349808 140733812340944 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32725/statm: 2456183 148248 2279 9 0 2446860 0
[pid=32725/tid=32726] ppid=32722 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/32725/task/32726/stat : 32726 (java) S 32722 32725 25451 0 -1 4202560 2475 0 1 0 14 2 0 0 20 0 22 0 105064484 10060525568 148248 33554432000 1073741824 1073778376 140733812349808 140494424564600 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32728] ppid=32722 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32725/task/32728/stat : 32728 (java) S 32722 32725 25451 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 105064485 10060525568 148248 33554432000 1073741824 1073778376 140733812349808 140494268590504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32729] ppid=32722 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/32725/task/32729/stat : 32729 (java) S 32722 32725 25451 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 22 0 105064485 10060525568 148248 33554432000 1073741824 1073778376 140733812349808 140494267537960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32730] ppid=32722 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/32725/task/32730/stat : 32730 (java) S 32722 32725 25451 0 -1 4202560 81 0 0 0 2 0 0 0 20 0 22 0 105064485 10060525568 148248 33554432000 1073741824 1073778376 140733812349808 140494266484904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32731] ppid=32722 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32725/task/32731/stat : 32731 (java) S 32722 32725 25451 0 -1 4202560 35 0 0 0 2 1 0 0 20 0 22 0 105064485 10060525568 148248 33554432000 1073741824 1073778376 140733812349808 140494265432360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32732] ppid=32722 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/32725/task/32732/stat : 32732 (java) S 32722 32725 25451 0 -1 4202560 19 0 0 0 4 1 0 0 20 0 22 0 105064485 10060525568 148248 33554432000 1073741824 1073778376 140733812349808 140494264380328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32733] ppid=32722 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/32725/task/32733/stat : 32733 (java) S 32722 32725 25451 0 -1 4202560 94 0 0 0 4 0 0 0 20 0 22 0 105064485 10060525568 148248 33554432000 1073741824 1073778376 140733812349808 140494263327784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32734] ppid=32722 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/32725/task/32734/stat : 32734 (java) S 32722 32725 25451 0 -1 4202560 89 0 0 0 6 0 0 0 20 0 22 0 105064485 10060525568 148248 33554432000 1073741824 1073778376 140733812349808 140494262274728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32735] ppid=32722 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/32725/task/32735/stat : 32735 (java) S 32722 32725 25451 0 -1 4202560 101 0 0 0 3 0 0 0 20 0 22 0 105064485 10060525568 148248 33554432000 1073741824 1073778376 140733812349808 140494261222184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32736] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32736/stat : 32736 (java) S 32722 32725 25451 0 -1 4202560 439 0 0 0 0 0 0 0 20 0 22 0 105064486 10060525568 148248 33554432000 1073741824 1073778376 140733812349808 140494248810856 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32737] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32737/stat : 32737 (java) S 32722 32725 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105064487 10060525568 148248 33554432000 1073741824 1073778376 140733812349808 140494247757176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32738] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32738/stat : 32738 (java) S 32722 32725 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105064487 10060525568 148248 33554432000 1073741824 1073778376 140733812349808 140494246704008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32739] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/32725/task/32730/stat : 32730 (java) S 32722 32725 25451 0 -1 4202560 443 0 0 0 263 7 0 0 20 0 22 0 105064485 10060525568 569430 33554432000 1073741824 1073778376 140733812349808 140494266484904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32731] ppid=32722 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/32725/task/32731/stat : 32731 (java) S 32722 32725 25451 0 -1 4202560 399 0 0 0 267 8 0 0 20 0 22 0 105064485 10060525568 569430 33554432000 1073741824 1073778376 140733812349808 140494265432360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32732] ppid=32722 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/32725/task/32732/stat : 32732 (java) S 32722 32725 25451 0 -1 4202560 414 0 0 0 261 10 0 0 20 0 22 0 105064485 10060525568 569430 33554432000 1073741824 1073778376 140733812349808 140494264380328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32733] ppid=32722 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/32725/task/32733/stat : 32733 (java) S 32722 32725 25451 0 -1 4202560 538 0 0 0 263 7 0 0 20 0 22 0 105064485 10060525568 569430 33554432000 1073741824 1073778376 140733812349808 140494263327784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32734] ppid=32722 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/32725/task/32734/stat : 32734 (java) S 32722 32725 25451 0 -1 4202560 469 0 0 0 270 7 0 0 20 0 22 0 105064485 10060525568 569430 33554432000 1073741824 1073778376 140733812349808 140494262274728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32735] ppid=32722 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/32725/task/32735/stat : 32735 (java) S 32722 32725 25451 0 -1 4202560 438 0 0 0 258 8 0 0 20 0 22 0 105064485 10060525568 569430 33554432000 1073741824 1073778376 140733812349808 140494261222184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32736] ppid=32722 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/32725/task/32736/stat : 32736 (java) S 32722 32725 25451 0 -1 4202560 1391 0 0 0 125 28 0 0 20 0 22 0 105064486 10060525568 569430 33554432000 1073741824 1073778376 140733812349808 140494248810856 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32737] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32737/stat : 32737 (java) S 32722 32725 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105064487 10060525568 569430 33554432000 1073741824 1073778376 140733812349808 140494247757176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32738] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32738/stat : 32738 (java) S 32722 32725 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105064487 10060525568 569430 33554432000 1073741824 1073778376 140733812349808 140494246704008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32739] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32739/stat : 32739 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105064489 10060525568 569430 33554432000 1073741824 1073778376 140733812349808 140494245652752 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32740] ppid=32722 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/32725/task/32740/stat : 32740 (java) S 32722 32725 25451 0 -1 4202560 13004 0 0 0 110 1 0 0 20 0 22 0 105064489 10060525568 569430 33554432000 1073741824 1073778376 140733812349808 140494244600632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32741] ppid=32722 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/32725/task/32741/stat : 32741 (java) S 32722 32725 25451 0 -1 4202560 15034 0 0 0 152 4 0 0 20 0 22 0 105064489 10060525568 569430 33554432000 1073741824 1073778376 140733812349808 140494243548088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32742] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32742/stat : 32742 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105064489 10060525568 569430 33554432000 1073741824 1073778376 140733812349808 140494242495224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32743] ppid=32722 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/32725/task/32743/stat : 32743 (java) S 32722 32725 25451 0 -1 4202560 47 0 0 0 16 15 0 0 20 0 22 0 105064489 10060525568 569430 33554432000 1073741824 1073778376 140733812349808 140494241442888 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32756] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32756/stat : 32756 (java) S 32722 32725 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105064652 10060525568 569430 33554432000 1073741824 1073778376 140733812349808 140494240339496 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32757] ppid=32722 vsize=9824732 CPUtime=810.32 cores=0,2,4,6
/proc/32725/task/32757/stat : 32757 (java) R 32722 32725 25451 0 -1 4202560 197 0 0 0 81018 14 0 0 20 0 22 0 105064702 10060525568 569430 33554432000 1073741824 1073778376 140733812349808 140494237179152 140494297634527 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32758] ppid=32722 vsize=9824732 CPUtime=810.36 cores=0,2,4,6
/proc/32725/task/32758/stat : 32758 (java) R 32722 32725 25451 0 -1 4202560 1585 0 0 0 80989 47 0 0 20 0 22 0 105064702 10060525568 569430 33554432000 1073741824 1073778376 140733812349808 140494239284864 140494297713245 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32759] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32759/stat : 32759 (java) S 32722 32725 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105064702 10060525568 569430 33554432000 1073741824 1073778376 140733812349808 140494238234024 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1651.48
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.15 4.28 4.18 5/219 427
/proc/meminfo: memFree=25379660/32872528 swapFree=11252/530428
[pid=32725] ppid=32722 vsize=9824732 CPUtime=1772.22 cores=0,2,4,6
/proc/32725/stat : 32725 (java) S 32722 32725 25451 0 -1 4202496 38582 0 1 0 177070 152 0 0 20 0 22 0 105064484 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140733812340944 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32725/statm: 2456183 560279 2288 9 0 2446860 0
[pid=32725/tid=32726] ppid=32722 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/32725/task/32726/stat : 32726 (java) S 32722 32725 25451 0 -1 4202560 2483 0 1 0 17 3 0 0 20 0 22 0 105064484 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494424564600 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32728] ppid=32722 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/32725/task/32728/stat : 32728 (java) S 32722 32725 25451 0 -1 4202560 382 0 0 0 289 8 0 0 20 0 22 0 105064485 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494268590504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32729] ppid=32722 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/32725/task/32729/stat : 32729 (java) S 32722 32725 25451 0 -1 4202560 363 0 0 0 290 7 0 0 20 0 22 0 105064485 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494267537960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32730] ppid=32722 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/32725/task/32730/stat : 32730 (java) S 32722 32725 25451 0 -1 4202560 443 0 0 0 282 7 0 0 20 0 22 0 105064485 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494266484904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32731] ppid=32722 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/32725/task/32731/stat : 32731 (java) S 32722 32725 25451 0 -1 4202560 399 0 0 0 290 8 0 0 20 0 22 0 105064485 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494265432360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32732] ppid=32722 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/32725/task/32732/stat : 32732 (java) S 32722 32725 25451 0 -1 4202560 414 0 0 0 290 10 0 0 20 0 22 0 105064485 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494264380328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32733] ppid=32722 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/32725/task/32733/stat : 32733 (java) S 32722 32725 25451 0 -1 4202560 538 0 0 0 278 7 0 0 20 0 22 0 105064485 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494263327784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32734] ppid=32722 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/32725/task/32734/stat : 32734 (java) S 32722 32725 25451 0 -1 4202560 472 0 0 0 286 7 0 0 20 0 22 0 105064485 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494262274728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32735] ppid=32722 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/32725/task/32735/stat : 32735 (java) S 32722 32725 25451 0 -1 4202560 438 0 0 0 275 8 0 0 20 0 22 0 105064485 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494261222184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32736] ppid=32722 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/32725/task/32736/stat : 32736 (java) S 32722 32725 25451 0 -1 4202560 1395 0 0 0 126 29 0 0 20 0 22 0 105064486 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494248810856 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32737] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32737/stat : 32737 (java) S 32722 32725 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105064487 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494247757176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32738] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32738/stat : 32738 (java) S 32722 32725 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105064487 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494246704008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32739] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32739/stat : 32739 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105064489 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494245652752 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32740] ppid=32722 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/32725/task/32740/stat : 32740 (java) S 32722 32725 25451 0 -1 4202560 13004 0 0 0 110 1 0 0 20 0 22 0 105064489 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494244600632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32741] ppid=32722 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/32725/task/32741/stat : 32741 (java) S 32722 32725 25451 0 -1 4202560 15034 0 0 0 152 4 0 0 20 0 22 0 105064489 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494243548088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32742] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32742/stat : 32742 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105064489 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494242495224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32743] ppid=32722 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/32725/task/32743/stat : 32743 (java) S 32722 32725 25451 0 -1 4202560 51 0 0 0 17 16 0 0 20 0 22 0 105064489 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494241442888 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32756] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32756/stat : 32756 (java) S 32722 32725 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105064652 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494240339496 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32757] ppid=32722 vsize=9824732 CPUtime=869.69 cores=0,2,4,6
/proc/32725/task/32757/stat : 32757 (java) R 32722 32725 25451 0 -1 4202560 202 0 0 0 86954 15 0 0 20 0 22 0 105064702 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494237179152 140494297684039 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32758] ppid=32722 vsize=9824732 CPUtime=869.75 cores=0,2,4,6
/proc/32725/task/32758/stat : 32758 (java) R 32722 32725 25451 0 -1 4202560 1596 0 0 0 86927 48 0 0 20 0 22 0 105064702 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494239284848 140494297712989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32759] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32759/stat : 32759 (java) S 32722 32725 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105064702 10060525568 560279 33554432000 1073741824 1073778376 140733812349808 140494238234024 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1772.22
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.201 s]
/proc/loadavg: 4.13 4.27 4.18 5/219 427
/proc/meminfo: memFree=25374076/32872528 swapFree=11252/530428
[pid=32725] ppid=32722 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/32725/stat : 32725 (java) S 32722 32725 25451 0 -1 4202496 38586 0 1 0 179860 153 0 0 20 0 22 0 105064484 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140733812340944 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/32725/statm: 2456183 556928 2288 9 0 2446860 0
[pid=32725/tid=32726] ppid=32722 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/32725/task/32726/stat : 32726 (java) S 32722 32725 25451 0 -1 4202560 2483 0 1 0 17 3 0 0 20 0 22 0 105064484 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494424564600 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32728] ppid=32722 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/32725/task/32728/stat : 32728 (java) S 32722 32725 25451 0 -1 4202560 382 0 0 0 293 8 0 0 20 0 22 0 105064485 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494268590504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32729] ppid=32722 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/32725/task/32729/stat : 32729 (java) S 32722 32725 25451 0 -1 4202560 363 0 0 0 294 7 0 0 20 0 22 0 105064485 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494267537960 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32730] ppid=32722 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/32725/task/32730/stat : 32730 (java) S 32722 32725 25451 0 -1 4202560 443 0 0 0 286 7 0 0 20 0 22 0 105064485 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494266484904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32731] ppid=32722 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/32725/task/32731/stat : 32731 (java) S 32722 32725 25451 0 -1 4202560 399 0 0 0 291 8 0 0 20 0 22 0 105064485 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494265432360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32732] ppid=32722 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/32725/task/32732/stat : 32732 (java) S 32722 32725 25451 0 -1 4202560 414 0 0 0 293 10 0 0 20 0 22 0 105064485 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494264380328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32733] ppid=32722 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/32725/task/32733/stat : 32733 (java) S 32722 32725 25451 0 -1 4202560 538 0 0 0 282 7 0 0 20 0 22 0 105064485 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494263327784 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32734] ppid=32722 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/32725/task/32734/stat : 32734 (java) S 32722 32725 25451 0 -1 4202560 472 0 0 0 291 7 0 0 20 0 22 0 105064485 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494262274728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32735] ppid=32722 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/32725/task/32735/stat : 32735 (java) S 32722 32725 25451 0 -1 4202560 438 0 0 0 279 8 0 0 20 0 22 0 105064485 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494261222184 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32736] ppid=32722 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/32725/task/32736/stat : 32736 (java) S 32722 32725 25451 0 -1 4202560 1395 0 0 0 126 29 0 0 20 0 22 0 105064486 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494248810856 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32737] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32737/stat : 32737 (java) S 32722 32725 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105064487 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494247757176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32738] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32738/stat : 32738 (java) S 32722 32725 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105064487 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494246704008 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32739] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32739/stat : 32739 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105064489 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494245652752 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32740] ppid=32722 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/32725/task/32740/stat : 32740 (java) S 32722 32725 25451 0 -1 4202560 13004 0 0 0 110 1 0 0 20 0 22 0 105064489 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494244600632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32741] ppid=32722 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/32725/task/32741/stat : 32741 (java) S 32722 32725 25451 0 -1 4202560 15034 0 0 0 152 4 0 0 20 0 22 0 105064489 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494243548088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32742] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32742/stat : 32742 (java) S 32722 32725 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105064489 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494242495224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32725/tid=32743] ppid=32722 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/32725/task/32743/stat : 32743 (java) S 32722 32725 25451 0 -1 4202560 51 0 0 0 17 16 0 0 20 0 22 0 105064489 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494241442888 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32756] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32756/stat : 32756 (java) S 32722 32725 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105064652 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494240339496 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32725/tid=32757] ppid=32722 vsize=9824732 CPUtime=883.46 cores=0,2,4,6
/proc/32725/task/32757/stat : 32757 (java) R 32722 32725 25451 0 -1 4202560 204 0 0 0 88331 15 0 0 20 0 22 0 105064702 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494237179952 140494297684039 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32725/tid=32758] ppid=32722 vsize=9824732 CPUtime=883.51 cores=0,2,4,6
/proc/32725/task/32758/stat : 32758 (java) R 32722 32725 25451 0 -1 4202560 1598 0 0 0 88303 48 0 0 20 0 22 0 105064702 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494239284112 140494297690455 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32725/tid=32759] ppid=32722 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32725/task/32759/stat : 32759 (java) S 32722 32725 25451 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 105064702 10060525568 556928 33554432000 1073741824 1073778376 140733812349808 140494238234024 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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 32725 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 32725 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=298225
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=1695
# CPU time returned by wait4() is 1796.3
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.275
CPU time (s): 1800.13
CPU user time (s): 1798.6
CPU system time (s): 1.53
CPU usage (%): 200.846
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.3
system time used= 2.00169
maximum resident set size= 2803456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38632
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31872
involuntary context switches= 47311

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.72613 second user time and 7.38088 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-06 18:42:07
IDJOB=4081331
IDBENCH=2860
IDSOLVER=2543
FILE ID=node141/4081331-1465231327
RUNJOBID= node141-1465216745-25467
PBS_JOBID= 19843201
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_10_10.r.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081331-1465231327/watcher-4081331-1465231327 -o /tmp/evaluation-result-4081331-1465231327/solver-4081331-1465231327 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25467 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081331-1465231327.opb

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

MD5SUM BENCH= 863d0ff562dc066d0163e86da5775aea
RANDOM SEED=880102989

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.876
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.56
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.876
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:        29246640 kB
Buffers:           21504 kB
Cached:            61832 kB
SwapCached:         1780 kB
Active:          2328996 kB
Inactive:          53744 kB
Active(anon):    2299624 kB
Inactive(anon):     2404 kB
Active(file):      29372 kB
Inactive(file):    51340 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098108 kB
Dirty:               988 kB
Writeback:             4 kB
AnonPages:       2837724 kB
Mapped:            15372 kB
Shmem:                 0 kB
Slab:             567568 kB
SReclaimable:      10504 kB
SUnreclaim:       557064 kB
KernelStack:        1592 kB
PageTables:        10708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2989804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2777088 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= 71748 MiB
End job on node141 at 2016-06-06 18:57:04