Trace number 4117631

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 Resolution PB16SAT (TO)96 1800.57 1798.84

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_14x14_004.opb.metafix.opb
MD5SUMc713ec17cedc4572aaaa28d2867babdb
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark96
Best CPU time to get the best result obtained on this benchmark129.92
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables196
Total number of constraints82
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Number of terms in the objective function 196
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 196
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4117631-1467214513.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.16	c ... done. Wall clock time 0.047s.
0.09/0.16	c declared #vars     196
0.09/0.16	c #constraints  164
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8
0.09/0.16	c org.sat4j.minisat.constraints.cnf.UnitClauses => 5
0.09/0.16	c org.sat4j.specs.Constr$1 => 9
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 134
0.09/0.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.09/0.16	c 164 constraints processed.
0.09/0.16	c objective function length is 196 literals
0.52/0.31	c SATISFIABLE
0.52/0.31	c OPTIMIZING...
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.201
0.52/0.31	o 96
0.74/0.55	c cleaning 2708 clauses out of 5422 with flag 13843/5422
1.20/0.88	c cleaning 4354 clauses out of 8713 with flag 37398/11421
1.72/1.34	c cleaning 5678 clauses out of 11359 with flag 68199/18421
2.22/1.86	c cleaning 6841 clauses out of 13685 with flag 104707/26425
2.84/2.46	c cleaning 7916 clauses out of 15844 with flag 140685/35425
3.64/3.20	c cleaning 8958 clauses out of 17924 with flag 189065/45421
4.44/4.05	c cleaning 9979 clauses out of 19966 with flag 238407/56421
5.44/5.08	c cleaning 10991 clauses out of 21989 with flag 302763/68423
6.65/6.27	c cleaning 11993 clauses out of 23998 with flag 369405/81423
7.95/7.58	c cleaning 13003 clauses out of 26005 with flag 446758/95423
9.45/9.04	c cleaning 13993 clauses out of 28002 with flag 524159/110423
11.15/10.70	c cleaning 15000 clauses out of 30008 with flag 608293/126422
12.85/12.43	c cleaning 15994 clauses out of 32007 with flag 694266/143421
14.94/14.58	c cleaning 17006 clauses out of 34015 with flag 791489/161423
17.14/16.75	c cleaning 17997 clauses out of 36010 with flag 887447/180424
19.44/19.08	c cleaning 18997 clauses out of 38013 with flag 986192/200424
22.24/21.82	c cleaning 19999 clauses out of 40017 with flag 1102744/221425
25.04/24.67	c cleaning 21004 clauses out of 42015 with flag 1226834/243422
28.15/27.89	c cleaning 21999 clauses out of 44014 with flag 1369843/266425
30.93/31.35	c cleaning 23002 clauses out of 46012 with flag 1495778/290422
33.38/35.13	c cleaning 23997 clauses out of 48010 with flag 1641427/315422
36.27/39.23	c cleaning 25002 clauses out of 50012 with flag 1794929/341421
42.16/43.47	c cleaning 26003 clauses out of 52013 with flag 1955998/368424
47.75/47.84	c cleaning 27000 clauses out of 54008 with flag 2100167/396422
52.86/52.47	c cleaning 28000 clauses out of 56007 with flag 2248911/425421
56.70/57.77	c cleaning 28997 clauses out of 58007 with flag 2410838/455421
62.11/63.08	c cleaning 29999 clauses out of 60011 with flag 2588613/486422
69.05/68.93	c cleaning 30998 clauses out of 62011 with flag 2771232/518421
76.55/76.31	c cleaning 31999 clauses out of 64014 with flag 2988684/551422
80.45/83.13	c cleaning 33000 clauses out of 66016 with flag 3196982/585423
90.44/90.35	c cleaning 33998 clauses out of 68015 with flag 3408620/620422
98.20/98.43	c cleaning 34995 clauses out of 70016 with flag 3628191/656421
104.08/106.09	c cleaning 36002 clauses out of 72021 with flag 3838387/693421
109.17/113.75	c cleaning 37004 clauses out of 74021 with flag 4072752/731423
119.92/122.17	c cleaning 38001 clauses out of 76015 with flag 4323929/770421
130.86/130.72	c cleaning 39004 clauses out of 78016 with flag 4560217/810423
140.09/139.99	c cleaning 39993 clauses out of 80010 with flag 4806145/851421
144.90/150.15	c cleaning 41002 clauses out of 82019 with flag 5110203/893423
154.47/159.59	c cleaning 41992 clauses out of 84015 with flag 5398671/936421
170.76/170.38	c cleaning 42996 clauses out of 86023 with flag 5684064/980421
178.49/181.59	c cleaning 44004 clauses out of 88031 with flag 5985757/1025425
187.09/193.24	c cleaning 45005 clauses out of 90027 with flag 6274921/1071425
205.84/205.50	c cleaning 46002 clauses out of 92020 with flag 6583690/1118423
216.10/218.22	c cleaning 47000 clauses out of 94016 with flag 6899580/1166421
231.46/231.13	c cleaning 48004 clauses out of 96019 with flag 7200418/1215424
240.45/246.14	c cleaning 49005 clauses out of 98013 with flag 7531107/1265422
259.61/261.04	c cleaning 50001 clauses out of 100008 with flag 7867737/1316422
272.52/276.72	c cleaning 50992 clauses out of 102008 with flag 8227043/1368423
289.37/292.09	c cleaning 51982 clauses out of 104014 with flag 8593654/1421421
297.92/307.66	c cleaning 53008 clauses out of 106033 with flag 8963807/1475422
320.08/324.73	c cleaning 53992 clauses out of 108025 with flag 9325651/1530422
343.42/342.99	c cleaning 55009 clauses out of 110033 with flag 9698741/1586422
363.01/362.51	c cleaning 56004 clauses out of 112025 with flag 10114305/1643423
379.81/379.38	c cleaning 57007 clauses out of 114021 with flag 10457168/1701423
398.80/398.38	c cleaning 57999 clauses out of 116013 with flag 10867684/1760422
419.21/418.75	c cleaning 59002 clauses out of 118014 with flag 11314001/1820422
439.82/439.33	c cleaning 60002 clauses out of 120014 with flag 11736821/1881424
462.54/462.07	c cleaning 60991 clauses out of 122009 with flag 12188082/1943421
485.16/484.61	c cleaning 62005 clauses out of 124018 with flag 12622337/2006421
507.82/507.28	c cleaning 62994 clauses out of 126016 with flag 13048297/2070424
531.73/531.15	c cleaning 64003 clauses out of 128020 with flag 13464792/2135422
558.14/557.58	c cleaning 65009 clauses out of 130017 with flag 13933326/2201422
582.93/582.35	c cleaning 65995 clauses out of 132008 with flag 14417000/2268422
610.05/609.47	c cleaning 66997 clauses out of 134012 with flag 14930400/2336421
637.15/636.56	c cleaning 67994 clauses out of 136016 with flag 15410325/2405422
665.36/664.72	c cleaning 69000 clauses out of 138021 with flag 15887880/2475421
695.27/694.66	c cleaning 70001 clauses out of 140022 with flag 16375553/2546422
726.89/726.29	c cleaning 70996 clauses out of 142020 with flag 16902490/2618421
758.40/757.76	c cleaning 72009 clauses out of 144025 with flag 17418378/2691422
792.07/791.35	c cleaning 72995 clauses out of 146015 with flag 18041761/2765421
823.78/823.05	c cleaning 74004 clauses out of 148022 with flag 18591284/2840423
856.40/855.68	c cleaning 74997 clauses out of 150017 with flag 19076606/2916422
892.80/892.04	c cleaning 75999 clauses out of 152021 with flag 19620156/2993423
927.91/927.11	c cleaning 77009 clauses out of 154023 with flag 20141673/3071424
963.92/963.17	c cleaning 78003 clauses out of 156012 with flag 20675507/3150422
1002.74/1001.97	c cleaning 78995 clauses out of 158008 with flag 21290890/3230421
1040.54/1039.78	c cleaning 80004 clauses out of 160015 with flag 21895461/3311423
1078.35/1077.59	c cleaning 80998 clauses out of 162009 with flag 22461681/3393421
1117.21/1116.31	c cleaning 82000 clauses out of 164013 with flag 23007037/3476423
1159.02/1158.18	c cleaning 82999 clauses out of 166014 with flag 23609206/3560424
1202.05/1201.19	c cleaning 83996 clauses out of 168012 with flag 24187322/3645421
1245.17/1244.23	c cleaning 84999 clauses out of 170016 with flag 24806919/3731421
1289.90/1288.92	c cleaning 85995 clauses out of 172019 with flag 25435874/3818423
1336.90/1335.90	c cleaning 86998 clauses out of 174022 with flag 26028175/3906421
1383.22/1382.23	c cleaning 88010 clauses out of 176027 with flag 26629347/3995424
1431.10/1430.07	c cleaning 89002 clauses out of 178014 with flag 27263693/4085421
1482.71/1481.66	c cleaning 90003 clauses out of 180012 with flag 27973802/4176421
1531.52/1530.42	c cleaning 90996 clauses out of 182010 with flag 28562647/4268422
1582.74/1581.61	c cleaning 91990 clauses out of 184013 with flag 29175769/4361421
1634.34/1633.28	c cleaning 93004 clauses out of 186023 with flag 29840711/4455421
1692.15/1691.03	c cleaning 93999 clauses out of 188019 with flag 30501105/4550421
1751.16/1750.05	c cleaning 94997 clauses out of 190020 with flag 31207465/4646421
1800.05/1798.80	c starts		: 9218
1800.05/1798.80	c conflicts		: 4736382
1800.05/1798.80	c decisions		: 5975702
1800.05/1798.80	c propagations		: 174589994
1800.05/1798.80	c inspects		: 33957425011
1800.05/1798.80	c shortcuts		: 0
1800.05/1798.80	c learnt literals	: 0
1800.05/1798.80	c learnt binary clauses	: 0
1800.05/1798.80	c learnt ternary clauses	: 0
1800.05/1798.80	c learnt constraints	: 4736382
1800.05/1798.80	c ignored constraints	: 0
1800.05/1798.80	c root simplifications	: 0
1800.05/1798.80	c removed literals (reason simplification)	: 0
1800.05/1798.80	c reason swapping (by a shorter reason)	: 0
1800.05/1798.80	c Calls to reduceDB	: 92
1800.05/1798.80	c Number of update (reduction) of LBD	: 1709940
1800.05/1798.80	c Imported unit clauses	: 0
1800.05/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.05/1798.80	c number of learned constraints concerned by reduction	: 0
1800.05/1798.80	c number of learning phase by resolution	: 0
1800.05/1798.80	c number of learning phase by cutting planes	: 0
1800.05/1798.80	c speed (assignments/second)	: 97067.88914723252
1800.05/1798.80	c non guided choices	0
1800.05/1798.83	c learnt constraints type 
1800.05/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 184984
1800.05/1798.83	s SATISFIABLE
1800.05/1798.83	c Found 1 solution(s)
1800.05/1798.83	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 -x101 -x102 -x103 -x104 x105 x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 x114 x115 -x116 -x117 -x118 x119 x120 x121 -x122 x123 x124 x125 x126 -x127 x128 -x129 -x130 -x131 x132 x133 -x134 x135 x136 x137 x138 x139 -x140 x141 x142 -x143 x144 x145 -x146 -x147 x148 x149 x150 x151 x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 x162 -x163 x164 x165 -x166 x167 x168 -x169 -x170 x171 -x172 x173 x174 x175 x176 x177 x178 -x179 -x180 -x181 -x182 -x183 x184 x185 x186 -x187 -x188 -x189 -x190 x191 -x192 -x193 -x194 -x195 -x196 
1800.05/1798.83	c objective function=96
1800.05/1798.83	c Total wall clock time (in seconds): 1798.719

Verifier Data

OK	96

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-4117631-1467214513/watcher-4117631-1467214513 -o /tmp/evaluation-result-4117631-1467214513/solver-4117631-1467214513 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4306 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117631-1467214513.opb 

pid=4898
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: 2.01 2.02 2.00 3/194 4901
/proc/meminfo: memFree=30354492/32872528 swapFree=242912/249044
[pid=4901] ppid=4898 vsize=9216 CPUtime=0 cores=1,3,5,7
/proc/4901/stat : 4901 (java) R 4898 4901 4289 0 -1 4202496 398 0 0 0 0 0 0 0 20 0 1 0 2557607 9437184 68 33554432000 1073741824 1073778376 140736429725488 140736429722616 247055054606 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4901/statm: 2306 84 66 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 4901
/proc/meminfo: memFree=30354492/32872528 swapFree=242912/249044
[pid=4901] ppid=4898 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/4901/stat : 4901 (java) S 4898 4901 4289 0 -1 4202496 4453 0 1 0 8 1 0 0 20 0 18 0 2557607 9787879424 5573 33554432000 1073741824 1073778376 140736429725488 140736429716624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4901/statm: 2389619 5573 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 4901
/proc/meminfo: memFree=30354492/32872528 swapFree=242912/249044
[pid=4901] ppid=4898 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/4901/stat : 4901 (java) S 4898 4901 4289 0 -1 4202496 6058 0 1 0 24 2 0 0 20 0 19 0 2557607 9856040960 7642 33554432000 1073741824 1073778376 140736429725488 140736429716624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4901/statm: 2406260 7644 2224 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.30024 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 4901
/proc/meminfo: memFree=30354492/32872528 swapFree=242912/249044
[pid=4901] ppid=4898 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/4901/stat : 4901 (java) S 4898 4901 4289 0 -1 4202496 6741 0 1 0 50 2 0 0 20 0 19 0 2557607 9856040960 7953 33554432000 1073741824 1073778376 140736429725488 140736429716624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4901/statm: 2406260 7953 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700162 s]
/proc/loadavg: 2.01 2.02 2.00 3/194 4901
/proc/meminfo: memFree=30354492/32872528 swapFree=242912/249044
[pid=4901] ppid=4898 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/4901/stat : 4901 (java) S 4898 4901 4289 0 -1 4202496 8600 0 1 0 102 2 0 0 20 0 19 0 2557607 9856040960 8807 33554432000 1073741824 1073778376 140736429725488 140736429716624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4901/statm: 2406260 8807 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 4920
/proc/meminfo: memFree=30324652/32872528 swapFree=242912/249044
[pid=4901] ppid=4898 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/4901/stat : 4901 (java) S 4898 4901 4289 0 -1 4202496 9668 0 1 0 190 2 0 0 20 0 19 0 2557607 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140736429716624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4901/statm: 2406260 10085 2250 9 0 2396937 0
[pid=4901/tid=4903] ppid=4898 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/4901/task/4903/stat : 4903 (java) R 4898 4901 4289 0 -1 4202560 2466 0 1 0 145 2 0 0 20 0 19 0 2557608 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140691458432688 140691331405340 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4904] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4904/stat : 4904 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557609 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140691302431144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4905] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4905/stat : 4905 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140691301378600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4906] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4906/stat : 4906 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140691300325544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4901/tid=4907] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4907/stat : 4907 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140691299273000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4901/tid=4908] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4908/stat : 4908 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140691298220968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4909] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4909/stat : 4909 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140691297168424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4901/tid=4910] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4910/stat : 4910 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140691296115368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4911] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4911/stat : 4911 (java) S 4898 4901 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140691295062824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4912] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4912/stat : 4912 (java) S 4898 4901 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2557611 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140691282651496 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4913] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4913/stat : 4913 (java) S 4898 4901 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2557611 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140691281597816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4914] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4914/stat : 4914 (java) S 4898 4901 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2557611 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140691280544648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4915] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4915/stat : 4915 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557613 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140691279493392 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4916] ppid=4898 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/4901/task/4916/stat : 4916 (java) S 4898 4901 4289 0 -1 4202560 1948 0 0 0 15 0 0 0 20 0 19 0 2557613 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140691278441272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4917] ppid=4898 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/4901/task/4917/stat : 4917 (java) S 4898 4901 4289 0 -1 4202560 3983 0 0 0 26 2 0 0 20 0 19 0 2557613 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140691277388728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4918] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4918/stat : 4918 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557614 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140691276335864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4919] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4919/stat : 4919 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557614 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140691275283528 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4920] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4920/stat : 4920 (java) S 4898 4901 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2557624 9856040960 10085 33554432000 1073741824 1073778376 140736429725488 140691274228776 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.01 2.02 2.00 3/213 4920
/proc/meminfo: memFree=30319928/32872528 swapFree=242912/249044
[pid=4901] ppid=4898 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/4901/stat : 4901 (java) S 4898 4901 4289 0 -1 4202496 9677 0 1 0 351 3 0 0 20 0 19 0 2557607 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140736429716624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4901/statm: 2406260 11116 2250 9 0 2396937 0
[pid=4901/tid=4903] ppid=4898 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/4901/task/4903/stat : 4903 (java) R 4898 4901 4289 0 -1 4202560 2468 0 1 0 304 2 0 0 20 0 19 0 2557608 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140691458432688 140691331400431 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4901/tid=4904] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4904/stat : 4904 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557609 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140691302431144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4905] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4905/stat : 4905 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140691301378600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4906] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4906/stat : 4906 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140691300325544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4901/tid=4907] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4907/stat : 4907 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140691299273000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4901/tid=4908] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4908/stat : 4908 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140691298220968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4909] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4909/stat : 4909 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140691297168424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4901/tid=4910] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4910/stat : 4910 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140691296115368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4911] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4911/stat : 4911 (java) S 4898 4901 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140691295062824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4912] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4912/stat : 4912 (java) S 4898 4901 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2557611 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140691282651496 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4913] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4913/stat : 4913 (java) S 4898 4901 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2557611 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140691281597816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4914] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4914/stat : 4914 (java) S 4898 4901 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2557611 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140691280544648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4915] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4915/stat : 4915 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557613 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140691279493392 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4916] ppid=4898 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/4901/task/4916/stat : 4916 (java) S 4898 4901 4289 0 -1 4202560 1952 0 0 0 16 0 0 0 20 0 19 0 2557613 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140691278441272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4917] ppid=4898 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/4901/task/4917/stat : 4917 (java) S 4898 4901 4289 0 -1 4202560 3986 0 0 0 27 2 0 0 20 0 19 0 2557613 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140691277388728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4918] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4918/stat : 4918 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557614 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140691276335864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4919] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4919/stat : 4919 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557614 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140691275283528 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4920] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4920/stat : 4920 (java) S 4898 4901 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2557624 9856040960 11116 33554432000 1073741824 1073778376 140736429725488 140691274228776 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30089 s]
/proc/loadavg: 2.09 2.03 2.01 3/213 4920
/proc/meminfo: memFree=30312588/32872528 swapFree=242912/249044
[pid=4901] ppid=4898 vsize=9625040 CPUtime=6.75 cores=1,3,5,7
/proc/4901/stat : 4901 (java) S 4898 4901 4289 0 -1 4202496 9684 0 1 0 672 3 0 0 20 0 19 0 2557607 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140736429716624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4901/statm: 2406260 12760 2251 9 0 2396937 0
[pid=4901/tid=4903] ppid=4898 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/4901/task/4903/stat : 4903 (java) R 4898 4901 4289 0 -1 4202560 2473 0 1 0 624 2 0 0 20 0 19 0 2557608 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140691458432688 140691331400397 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4901/tid=4904] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4904/stat : 4904 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557609 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140691302431144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4905] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4905/stat : 4905 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140691301378600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4906] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4906/stat : 4906 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140691300325544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4901/tid=4907] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4907/stat : 4907 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140691299273000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4901/tid=4908] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4908/stat : 4908 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140691298220968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4909] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4909/stat : 4909 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140691297168424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4901/tid=4910] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4910/stat : 4910 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140691296115368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4911] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4911/stat : 4911 (java) S 4898 4901 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2557610 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140691295062824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4912] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4912/stat : 4912 (java) S 4898 4901 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2557611 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140691282651496 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4913] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4913/stat : 4913 (java) S 4898 4901 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2557611 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140691281597816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4914] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4914/stat : 4914 (java) S 4898 4901 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2557611 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140691280544648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4915] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4915/stat : 4915 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557613 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140691279493392 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4916] ppid=4898 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/4901/task/4916/stat : 4916 (java) S 4898 4901 4289 0 -1 4202560 1952 0 0 0 16 0 0 0 20 0 19 0 2557613 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140691278441272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4917] ppid=4898 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/4901/task/4917/stat : 4917 (java) S 4898 4901 4289 0 -1 4202560 3987 0 0 0 27 2 0 0 20 0 19 0 2557613 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140691277388728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4918] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4918/stat : 4918 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557614 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140691276335864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4919] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4919/stat : 4919 (java) S 4898 4901 4289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2557614 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140691275283528 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4920] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4920/stat : 4920 (java) S 4898 4901 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2557624 9856040960 12760 33554432000 1073741824 1073778376 140736429725488 140691274228776 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 9625040


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

[pid=4901/tid=4913] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4913/stat : 4913 (java) S 4898 4901 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2557611 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691281597816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4914] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4914/stat : 4914 (java) S 4898 4901 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2557611 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691280544648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4915] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4915/stat : 4915 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557613 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691279493392 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4916] ppid=4898 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/4901/task/4916/stat : 4916 (java) S 4898 4901 4289 0 -1 4202560 1952 0 0 0 16 0 0 0 20 0 19 0 2557613 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691278441272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4917] ppid=4898 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/4901/task/4917/stat : 4917 (java) S 4898 4901 4289 0 -1 4202560 3993 0 0 0 30 2 0 0 20 0 19 0 2557613 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691277388728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4918] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4918/stat : 4918 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557614 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691276335864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4919] ppid=4898 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/4901/task/4919/stat : 4919 (java) S 4898 4901 4289 0 -1 4202560 97 0 0 0 25 43 0 0 20 0 19 0 2557614 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691275283528 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4920] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4920/stat : 4920 (java) S 4898 4901 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2557624 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691274228776 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1663.45
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.12 2.11 2.09 3/213 5052
/proc/meminfo: memFree=29811784/32872528 swapFree=242912/249044
[pid=4901] ppid=4898 vsize=9625040 CPUtime=1723.47 cores=1,3,5,7
/proc/4901/stat : 4901 (java) S 4898 4901 4289 0 -1 4202496 10167 0 1 0 172286 61 0 0 20 0 19 0 2557607 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140736429716624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4901/statm: 2406260 54159 2266 9 0 2396937 0
[pid=4901/tid=4903] ppid=4898 vsize=9625040 CPUtime=1722.1 cores=1,3,5,7
/proc/4901/task/4903/stat : 4903 (java) R 4898 4901 4289 0 -1 4202560 2534 0 1 0 172179 31 0 0 20 0 19 0 2557608 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691458432688 140691331472387 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4904] ppid=4898 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/4901/task/4904/stat : 4904 (java) S 4898 4901 4289 0 -1 4202560 61 0 0 0 4 0 0 0 20 0 19 0 2557609 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691302431144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4905] ppid=4898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4901/task/4905/stat : 4905 (java) S 4898 4901 4289 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 2557610 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691301378600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4901/tid=4906] ppid=4898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4901/task/4906/stat : 4906 (java) S 4898 4901 4289 0 -1 4202560 2 0 0 0 2 0 0 0 20 0 19 0 2557610 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691300325544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4901/tid=4907] ppid=4898 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4901/task/4907/stat : 4907 (java) S 4898 4901 4289 0 -1 4202560 62 0 0 0 5 0 0 0 20 0 19 0 2557610 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691299273000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4908] ppid=4898 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4901/task/4908/stat : 4908 (java) S 4898 4901 4289 0 -1 4202560 63 0 0 0 5 0 0 0 20 0 19 0 2557610 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691298220968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4909] ppid=4898 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/4901/task/4909/stat : 4909 (java) S 4898 4901 4289 0 -1 4202560 83 0 0 0 5 2 0 0 20 0 19 0 2557610 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691297168424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4910] ppid=4898 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/4901/task/4910/stat : 4910 (java) S 4898 4901 4289 0 -1 4202560 8 0 0 0 3 0 0 0 20 0 19 0 2557610 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691296115368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4901/tid=4911] ppid=4898 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/4901/task/4911/stat : 4911 (java) S 4898 4901 4289 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 2557610 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691295062824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4912] ppid=4898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4901/task/4912/stat : 4912 (java) S 4898 4901 4289 0 -1 4202560 23 0 0 0 0 2 0 0 20 0 19 0 2557611 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691282651496 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4913] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4913/stat : 4913 (java) S 4898 4901 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2557611 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691281597816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4914] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4914/stat : 4914 (java) S 4898 4901 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2557611 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691280544648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4915] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4915/stat : 4915 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557613 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691279493392 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4916] ppid=4898 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/4901/task/4916/stat : 4916 (java) S 4898 4901 4289 0 -1 4202560 1952 0 0 0 16 0 0 0 20 0 19 0 2557613 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691278441272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4917] ppid=4898 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/4901/task/4917/stat : 4917 (java) S 4898 4901 4289 0 -1 4202560 3993 0 0 0 30 2 0 0 20 0 19 0 2557613 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691277388728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4918] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4918/stat : 4918 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557614 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691276335864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4919] ppid=4898 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/4901/task/4919/stat : 4919 (java) S 4898 4901 4289 0 -1 4202560 101 0 0 0 27 45 0 0 20 0 19 0 2557614 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691275283528 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4920] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4920/stat : 4920 (java) S 4898 4901 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2557624 9856040960 54159 33554432000 1073741824 1073778376 140736429725488 140691274228776 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1723.47
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.10 2.10 2.09 3/213 5053
/proc/meminfo: memFree=29774676/32872528 swapFree=242912/249044
[pid=4901] ppid=4898 vsize=9625040 CPUtime=1783.55 cores=1,3,5,7
/proc/4901/stat : 4901 (java) S 4898 4901 4289 0 -1 4202496 10183 0 1 0 178292 63 0 0 20 0 19 0 2557607 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140736429716624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4901/statm: 2406260 55182 2266 9 0 2396937 0
[pid=4901/tid=4903] ppid=4898 vsize=9625040 CPUtime=1782.07 cores=1,3,5,7
/proc/4901/task/4903/stat : 4903 (java) R 4898 4901 4289 0 -1 4202560 2535 0 1 0 178175 32 0 0 20 0 19 0 2557608 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691458440384 140691331405280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4901/tid=4904] ppid=4898 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4901/task/4904/stat : 4904 (java) S 4898 4901 4289 0 -1 4202560 63 0 0 0 4 1 0 0 20 0 19 0 2557609 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691302431144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4905] ppid=4898 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/4901/task/4905/stat : 4905 (java) S 4898 4901 4289 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 2557610 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691301378600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4901/tid=4906] ppid=4898 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/4901/task/4906/stat : 4906 (java) S 4898 4901 4289 0 -1 4202560 4 0 0 0 4 0 0 0 20 0 19 0 2557610 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691300325544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4901/tid=4907] ppid=4898 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/4901/task/4907/stat : 4907 (java) S 4898 4901 4289 0 -1 4202560 64 0 0 0 7 0 0 0 20 0 19 0 2557610 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691299273000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4901/tid=4908] ppid=4898 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4901/task/4908/stat : 4908 (java) S 4898 4901 4289 0 -1 4202560 63 0 0 0 5 0 0 0 20 0 19 0 2557610 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691298220968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4909] ppid=4898 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/4901/task/4909/stat : 4909 (java) S 4898 4901 4289 0 -1 4202560 83 0 0 0 6 2 0 0 20 0 19 0 2557610 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691297168424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4901/tid=4910] ppid=4898 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/4901/task/4910/stat : 4910 (java) S 4898 4901 4289 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 2557610 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691296115368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4901/tid=4911] ppid=4898 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/4901/task/4911/stat : 4911 (java) S 4898 4901 4289 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 2557610 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691295062824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4912] ppid=4898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4901/task/4912/stat : 4912 (java) S 4898 4901 4289 0 -1 4202560 25 0 0 0 0 2 0 0 20 0 19 0 2557611 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691282651496 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4913] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4913/stat : 4913 (java) S 4898 4901 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2557611 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691281597816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4914] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4914/stat : 4914 (java) S 4898 4901 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2557611 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691280544648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4915] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4915/stat : 4915 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557613 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691279493392 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4916] ppid=4898 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/4901/task/4916/stat : 4916 (java) S 4898 4901 4289 0 -1 4202560 1952 0 0 0 16 0 0 0 20 0 19 0 2557613 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691278441272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4917] ppid=4898 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/4901/task/4917/stat : 4917 (java) S 4898 4901 4289 0 -1 4202560 3993 0 0 0 30 2 0 0 20 0 19 0 2557613 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691277388728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4918] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4918/stat : 4918 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557614 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691276335864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4919] ppid=4898 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/4901/task/4919/stat : 4919 (java) S 4898 4901 4289 0 -1 4202560 105 0 0 0 28 47 0 0 20 0 19 0 2557614 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691275283528 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4920] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4920/stat : 4920 (java) S 4898 4901 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2557624 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691274228776 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1783.55
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.15 2.11 2.09 3/213 5053
/proc/meminfo: memFree=29768780/32872528 swapFree=242912/249044
[pid=4901] ppid=4898 vsize=9625040 CPUtime=1800.05 cores=1,3,5,7
/proc/4901/stat : 4901 (java) S 4898 4901 4289 0 -1 4202496 10183 0 1 0 179942 63 0 0 20 0 19 0 2557607 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140736429716624 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/4901/statm: 2406260 55182 2266 9 0 2396937 0
[pid=4901/tid=4903] ppid=4898 vsize=9625040 CPUtime=1798.57 cores=1,3,5,7
/proc/4901/task/4903/stat : 4903 (java) R 4898 4901 4289 0 -1 4202560 2535 0 1 0 179825 32 0 0 20 0 19 0 2557608 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691458440384 140691331405280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4901/tid=4904] ppid=4898 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4901/task/4904/stat : 4904 (java) S 4898 4901 4289 0 -1 4202560 63 0 0 0 4 1 0 0 20 0 19 0 2557609 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691302431144 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4905] ppid=4898 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/4901/task/4905/stat : 4905 (java) S 4898 4901 4289 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 2557610 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691301378600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4901/tid=4906] ppid=4898 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/4901/task/4906/stat : 4906 (java) S 4898 4901 4289 0 -1 4202560 4 0 0 0 4 0 0 0 20 0 19 0 2557610 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691300325544 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4901/tid=4907] ppid=4898 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/4901/task/4907/stat : 4907 (java) S 4898 4901 4289 0 -1 4202560 64 0 0 0 7 0 0 0 20 0 19 0 2557610 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691299273000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4901/tid=4908] ppid=4898 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/4901/task/4908/stat : 4908 (java) S 4898 4901 4289 0 -1 4202560 63 0 0 0 5 0 0 0 20 0 19 0 2557610 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691298220968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4909] ppid=4898 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/4901/task/4909/stat : 4909 (java) S 4898 4901 4289 0 -1 4202560 83 0 0 0 6 2 0 0 20 0 19 0 2557610 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691297168424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4901/tid=4910] ppid=4898 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/4901/task/4910/stat : 4910 (java) S 4898 4901 4289 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 2557610 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691296115368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4901/tid=4911] ppid=4898 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/4901/task/4911/stat : 4911 (java) S 4898 4901 4289 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 2557610 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691295062824 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4912] ppid=4898 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/4901/task/4912/stat : 4912 (java) S 4898 4901 4289 0 -1 4202560 25 0 0 0 0 2 0 0 20 0 19 0 2557611 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691282651496 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4913] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4913/stat : 4913 (java) S 4898 4901 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2557611 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691281597816 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4914] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4914/stat : 4914 (java) S 4898 4901 4289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 2557611 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691280544648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4915] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4915/stat : 4915 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557613 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691279493392 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4916] ppid=4898 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/4901/task/4916/stat : 4916 (java) S 4898 4901 4289 0 -1 4202560 1952 0 0 0 16 0 0 0 20 0 19 0 2557613 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691278441272 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4917] ppid=4898 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/4901/task/4917/stat : 4917 (java) S 4898 4901 4289 0 -1 4202560 3993 0 0 0 30 2 0 0 20 0 19 0 2557613 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691277388728 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4918] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4918/stat : 4918 (java) S 4898 4901 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2557614 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691276335864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4901/tid=4919] ppid=4898 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/4901/task/4919/stat : 4919 (java) S 4898 4901 4289 0 -1 4202560 105 0 0 0 28 47 0 0 20 0 19 0 2557614 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691275283528 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4901/tid=4920] ppid=4898 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/4901/task/4920/stat : 4920 (java) S 4898 4901 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2557624 9856040960 55182 33554432000 1073741824 1073778376 140736429725488 140691274228776 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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 4901 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1798.84
CPU time (s): 1800.57
CPU user time (s): 1799.57
CPU system time (s): 0.999848
CPU usage (%): 100.096
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.999848
maximum resident set size= 220932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10241
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36554
involuntary context switches= 8642

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.68083 second user time and 13.136 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-29 17:35:13
IDJOB=4117631
IDBENCH=111596
IDSOLVER=2546
FILE ID=node103/4117631-1467214513
RUNJOBID= node103-1467209106-4306
PBS_JOBID= 19997590
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_14x14_004.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117631-1467214513/watcher-4117631-1467214513 -o /tmp/evaluation-result-4117631-1467214513/solver-4117631-1467214513 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4306 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117631-1467214513.opb

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

MD5SUM BENCH= c713ec17cedc4572aaaa28d2867babdb
RANDOM SEED=431467278

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30354648 kB
Buffers:           88588 kB
Cached:          1217932 kB
SwapCached:            0 kB
Active:          1125456 kB
Inactive:         409740 kB
Active(anon):     231372 kB
Inactive(anon):        0 kB
Active(file):     894084 kB
Inactive(file):   409740 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:        477700 kB
Mapped:            22056 kB
Shmem:               204 kB
Slab:             602288 kB
SReclaimable:      46744 kB
SUnreclaim:       555544 kB
KernelStack:        1616 kB
PageTables:         5344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     953620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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= 71712 MiB
End job on node103 at 2016-06-29 18:05:12