Trace number 4117442

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)85 1800.09 1799.04

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_14x14_008.opb.metafix.opb
MD5SUM80e2a3cab398d0b3f619cf54a7bdb612
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark20.4429
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 9
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version PB16.v20160501
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		501472288
0.06/0.11	c Max memory 		7480803328
0.06/0.11	c Total memory 		504102912
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Glucose 2.1 dynamic restart strategy
0.06/0.13	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.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-4117442-1467212697.opb
0.06/0.13	c reading problem ... 
0.06/0.13	c  objective function found
0.06/0.18	c ... done. Wall clock time 0.047s.
0.06/0.18	c declared #vars     196
0.06/0.18	c #constraints  164
0.06/0.18	c constraints type 
0.06/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10
0.06/0.18	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
0.06/0.18	c org.sat4j.specs.Constr$1 => 7
0.06/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 134
0.06/0.18	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.06/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6
0.06/0.18	c 164 constraints processed.
0.06/0.18	c objective function length is 196 literals
0.49/0.39	c SATISFIABLE
0.49/0.39	c OPTIMIZING...
0.49/0.39	c Got one! Elapsed wall clock time (in seconds):0.257
0.49/0.39	o 85
0.75/0.57	c cleaning 2714 clauses out of 5430 with flag 11767/5430
1.24/0.90	c cleaning 4356 clauses out of 8716 with flag 35760/11430
1.55/1.28	c cleaning 5678 clauses out of 11361 with flag 62695/18431
2.05/1.77	c cleaning 6832 clauses out of 13682 with flag 95772/26430
2.67/2.32	c cleaning 7919 clauses out of 15849 with flag 134458/35429
3.36/3.05	c cleaning 8950 clauses out of 17932 with flag 188592/45431
4.17/3.83	c cleaning 9982 clauses out of 19980 with flag 238707/56429
5.18/4.83	c cleaning 10997 clauses out of 21998 with flag 299355/68429
6.28/5.92	c cleaning 11999 clauses out of 24002 with flag 353672/81430
7.48/7.17	c cleaning 12997 clauses out of 26002 with flag 415633/95429
8.88/8.59	c cleaning 13994 clauses out of 28006 with flag 495677/110430
10.47/10.14	c cleaning 14995 clauses out of 30012 with flag 560601/126430
12.27/11.93	c cleaning 16007 clauses out of 32016 with flag 636315/143429
14.37/14.09	c cleaning 16998 clauses out of 34009 with flag 731086/161429
16.47/16.12	c cleaning 18002 clauses out of 36011 with flag 810569/180429
18.57/18.25	c cleaning 19001 clauses out of 38011 with flag 901367/200431
21.07/20.71	c cleaning 19994 clauses out of 40008 with flag 1018094/221429
23.78/23.42	c cleaning 20997 clauses out of 42015 with flag 1125118/243430
26.68/26.36	c cleaning 22000 clauses out of 44019 with flag 1220166/266431
30.09/29.71	c cleaning 23005 clauses out of 46017 with flag 1332588/290429
33.39/33.02	c cleaning 23997 clauses out of 48016 with flag 1438330/315433
36.98/36.61	c cleaning 24999 clauses out of 50015 with flag 1558136/341429
40.78/40.48	c cleaning 25993 clauses out of 52016 with flag 1690332/368429
45.08/44.79	c cleaning 26990 clauses out of 54025 with flag 1821181/396431
50.08/49.73	c cleaning 28018 clauses out of 56036 with flag 1959360/425432
54.98/54.63	c cleaning 28999 clauses out of 58016 with flag 2117965/455430
60.38/60.01	c cleaning 30001 clauses out of 60017 with flag 2269144/486430
65.88/65.52	c cleaning 31006 clauses out of 62016 with flag 2427072/518430
71.79/71.41	c cleaning 31998 clauses out of 64009 with flag 2586614/551429
77.88/77.58	c cleaning 33001 clauses out of 66011 with flag 2756763/585429
84.12/83.74	c cleaning 34000 clauses out of 68012 with flag 2933440/620431
91.61/91.25	c cleaning 35001 clauses out of 70012 with flag 3133613/656431
100.31/99.99	c cleaning 35988 clauses out of 72009 with flag 3400010/693429
108.51/108.10	c cleaning 37001 clauses out of 74023 with flag 3692600/731431
116.71/116.33	c cleaning 37998 clauses out of 76021 with flag 3931667/770430
125.30/124.95	c cleaning 39009 clauses out of 78024 with flag 4170309/810431
133.40/133.08	c cleaning 39995 clauses out of 80013 with flag 4397608/851429
142.41/142.04	c cleaning 40990 clauses out of 82019 with flag 4634001/893430
152.61/152.23	c cleaning 42005 clauses out of 84029 with flag 4895403/936430
162.70/162.31	c cleaning 43008 clauses out of 86023 with flag 5155806/980429
173.50/173.12	c cleaning 43991 clauses out of 88016 with flag 5414626/1025430
184.10/183.78	c cleaning 45006 clauses out of 90024 with flag 5662615/1071429
195.39/195.04	c cleaning 46006 clauses out of 92019 with flag 5908721/1118430
206.99/206.60	c cleaning 46997 clauses out of 94012 with flag 6182284/1166429
220.19/219.89	c cleaning 48006 clauses out of 96015 with flag 6461288/1215429
232.75/232.31	c cleaning 48999 clauses out of 98012 with flag 6749283/1265432
245.44/245.00	c cleaning 49993 clauses out of 100010 with flag 7037062/1316429
258.54/258.14	c cleaning 51002 clauses out of 102017 with flag 7311861/1368429
272.04/271.70	c cleaning 51999 clauses out of 104015 with flag 7607826/1421429
286.55/286.19	c cleaning 53005 clauses out of 106019 with flag 7906135/1475432
301.65/301.27	c cleaning 53996 clauses out of 108012 with flag 8199992/1530430
318.55/318.18	c cleaning 55001 clauses out of 110015 with flag 8499345/1586429
335.56/335.18	c cleaning 56001 clauses out of 112015 with flag 8811267/1643430
355.36/354.97	c cleaning 56972 clauses out of 114014 with flag 9153348/1701430
379.77/379.35	c cleaning 58013 clauses out of 116041 with flag 9524455/1760429
398.97/398.55	c cleaning 59004 clauses out of 118028 with flag 9859105/1820429
418.51/418.06	c cleaning 60008 clauses out of 120024 with flag 10214387/1881429
437.34/436.87	c cleaning 60996 clauses out of 122016 with flag 10559405/1943429
457.63/457.18	c cleaning 62005 clauses out of 124020 with flag 10947598/2006429
479.54/479.02	c cleaning 62996 clauses out of 126015 with flag 11326330/2070429
503.25/502.76	c cleaning 64004 clauses out of 128020 with flag 11717854/2135430
526.85/526.34	c cleaning 64997 clauses out of 130015 with flag 12095635/2201429
549.05/548.50	c cleaning 66007 clauses out of 132018 with flag 12488977/2268429
573.67/573.13	c cleaning 66997 clauses out of 134011 with flag 12887987/2336429
599.16/598.64	c cleaning 67981 clauses out of 136014 with flag 13312610/2405429
624.97/624.43	c cleaning 69004 clauses out of 138033 with flag 13751375/2475429
652.53/651.94	c cleaning 70012 clauses out of 140031 with flag 14195184/2546431
678.35/677.74	c cleaning 71000 clauses out of 142019 with flag 14629229/2618431
707.05/706.43	c cleaning 72002 clauses out of 144017 with flag 15055481/2691429
734.85/734.20	c cleaning 73002 clauses out of 146015 with flag 15522325/2765429
764.65/764.02	c cleaning 73995 clauses out of 148013 with flag 15983437/2840429
795.06/794.47	c cleaning 75002 clauses out of 150019 with flag 16423927/2916430
826.35/825.75	c cleaning 76002 clauses out of 152016 with flag 16854831/2993429
859.66/859.01	c cleaning 77000 clauses out of 154015 with flag 17340560/3071430
891.96/891.33	c cleaning 78000 clauses out of 156016 with flag 17830978/3150431
926.01/925.33	c cleaning 79000 clauses out of 158016 with flag 18292357/3230431
958.62/957.96	c cleaning 80000 clauses out of 160016 with flag 18776019/3311431
994.62/993.93	c cleaning 81001 clauses out of 162014 with flag 19255796/3393429
1033.64/1032.97	c cleaning 81998 clauses out of 164016 with flag 19748680/3476432
1074.15/1073.44	c cleaning 82996 clauses out of 166015 with flag 20257015/3560429
1109.35/1108.65	c cleaning 84001 clauses out of 168019 with flag 20743018/3645429
1148.07/1147.38	c cleaning 84997 clauses out of 170019 with flag 21300905/3731430
1187.24/1186.45	c cleaning 86002 clauses out of 172022 with flag 21839192/3818430
1229.24/1228.43	c cleaning 87005 clauses out of 174021 with flag 22337786/3906431
1272.95/1272.11	c cleaning 87986 clauses out of 176014 with flag 22856548/3995429
1321.05/1320.28	c cleaning 88993 clauses out of 178030 with flag 23387594/4085431
1367.96/1367.12	c cleaning 90017 clauses out of 180037 with flag 23961380/4176431
1417.37/1416.51	c cleaning 91006 clauses out of 182018 with flag 24535506/4268429
1466.48/1465.62	c cleaning 92005 clauses out of 184013 with flag 25074399/4361430
1514.66/1513.79	c cleaning 92999 clauses out of 186007 with flag 25611617/4455429
1562.06/1561.17	c cleaning 93997 clauses out of 188009 with flag 26172564/4550430
1613.17/1612.24	c cleaning 94997 clauses out of 190013 with flag 26712084/4646431
1665.47/1664.57	c cleaning 95999 clauses out of 192014 with flag 27285034/4743429
1719.68/1718.76	c cleaning 96989 clauses out of 194015 with flag 27870427/4841429
1775.50/1774.56	c cleaning 97997 clauses out of 196027 with flag 28478917/4940430
1800.09/1799.01	c starts		: 8801
1800.09/1799.01	c conflicts		: 4993875
1800.09/1799.01	c decisions		: 6410656
1800.09/1799.01	c propagations		: 184717264
1800.09/1799.01	c inspects		: 33951129496
1800.09/1799.01	c shortcuts		: 0
1800.09/1799.01	c learnt literals	: 0
1800.09/1799.01	c learnt binary clauses	: 0
1800.09/1799.01	c learnt ternary clauses	: 0
1800.09/1799.01	c learnt constraints	: 4993875
1800.09/1799.01	c ignored constraints	: 0
1800.09/1799.01	c root simplifications	: 0
1800.09/1799.01	c removed literals (reason simplification)	: 0
1800.09/1799.01	c reason swapping (by a shorter reason)	: 0
1800.09/1799.01	c Calls to reduceDB	: 95
1800.09/1799.01	c Number of update (reduction) of LBD	: 1840199
1800.09/1799.01	c Imported unit clauses	: 0
1800.09/1799.01	c number of reductions to clauses (during analyze)	: 0
1800.09/1799.01	c number of learned constraints concerned by reduction	: 0
1800.09/1799.01	c number of learning phase by resolution	: 0
1800.09/1799.01	c number of learning phase by cutting planes	: 0
1800.09/1799.01	c speed (assignments/second)	: 102687.7389406974
1800.09/1799.01	c non guided choices	0
1800.09/1799.04	c learnt constraints type 
1800.09/1799.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 151476
1800.09/1799.04	s SATISFIABLE
1800.09/1799.04	c Found 1 solution(s)
1800.09/1799.04	v -x1 x2 x3 x4 -x5 -x6 x7 x8 -x9 -x10 -x11 -x12 x13 -x14 x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 x25 -x26 x27 -x28 x29 x30 -x31 x32 -x33 -x34 x35 -x36 x37 x38 x39 x40 -x41 -x42 -x43 -x44 -x45 x46 x47 x48 x49 -x50 -x51 -x52 x53 x54 -x55 x56 -x57 -x58 x59 -x60 -x61 -x62 x63 -x64 -x65 -x66 -x67 x68 x69 x70 x71 -x72 x73 -x74 x75 -x76 x77 x78 x79 -x80 x81 -x82 -x83 -x84 -x85 x86 x87 -x88 -x89 -x90 x91 x92 x93 x94 -x95 x96 x97 -x98 -x99 -x100 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.09/1799.04	c objective function=85
1800.09/1799.04	c Total wall clock time (in seconds): 1798.908

Verifier Data

OK	85

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-4117442-1467212697/watcher-4117442-1467212697 -o /tmp/evaluation-result-4117442-1467212697/solver-4117442-1467212697 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4835 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117442-1467212697.opb 

pid=5255
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.21 2.24 2.19 5/196 5258
/proc/meminfo: memFree=27219032/32872528 swapFree=1483896/1661724
[pid=5258] ppid=5255 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/5258/stat : 5258 (java) S 5255 5258 4818 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 2222209 94019584 917 33554432000 1073741824 1073778376 140735643780496 140735643771632 273909055549 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5258/statm: 22954 917 697 9 0 16769 0
[pid=5258/tid=5259] ppid=5255 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5259/stat : 5259 (java) D 5255 5258 4818 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 2222209 94019584 917 33554432000 1073741824 1073778376 140735643780496 139707330756136 273896533287 0 0 4096 0 18446744072100756772 0 0 -1 3 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.21 2.24 2.19 5/196 5258
/proc/meminfo: memFree=27219032/32872528 swapFree=1483896/1661724
[pid=5258] ppid=5255 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/5258/stat : 5258 (java) S 5255 5258 4818 0 -1 4202496 3548 0 1 0 5 1 0 0 20 0 18 0 2222209 9787879424 4679 33554432000 1073741824 1073778376 140735643780496 140735643771632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5258/statm: 2389619 4679 1789 9 0 2380296 0
[pid=5258/tid=5259] ppid=5255 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/5258/task/5259/stat : 5259 (java) R 5255 5258 4818 0 -1 4202560 2261 0 1 0 5 0 0 0 20 0 18 0 2222209 9787879424 4679 33554432000 1073741824 1073778376 140735643780496 139707330763424 139707338189272 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 2.21 2.24 2.19 5/196 5258
/proc/meminfo: memFree=27219032/32872528 swapFree=1483896/1661724
[pid=5258] ppid=5255 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/5258/stat : 5258 (java) S 5255 5258 4818 0 -1 4202496 4739 0 1 0 20 1 0 0 20 0 19 0 2222209 9856040960 7330 33554432000 1073741824 1073778376 140735643780496 140735643771632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5258/statm: 2406260 7332 2209 9 0 2396937 0
[pid=5258/tid=5259] ppid=5255 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/5258/task/5259/stat : 5259 (java) R 5255 5258 4818 0 -1 4202560 2405 0 1 0 14 1 0 0 20 0 19 0 2222209 9856040960 7333 33554432000 1073741824 1073778376 140735643780496 139707330761344 139707182856452 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9625040

[startup+0.300249 s]
/proc/loadavg: 2.21 2.24 2.19 5/196 5258
/proc/meminfo: memFree=27219032/32872528 swapFree=1483896/1661724
[pid=5258] ppid=5255 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/5258/stat : 5258 (java) S 5255 5258 4818 0 -1 4202496 6797 0 1 0 47 2 0 0 20 0 19 0 2222209 9856040960 8497 33554432000 1073741824 1073778376 140735643780496 140735643771632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5258/statm: 2406260 8497 2244 9 0 2396937 0
[pid=5258/tid=5259] ppid=5255 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/5258/task/5259/stat : 5259 (java) R 5255 5258 4818 0 -1 4202560 2413 0 1 0 23 1 0 0 20 0 19 0 2222209 9856040960 8497 33554432000 1073741824 1073778376 140735643780496 139707330760872 139707182867440 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700197 s]
/proc/loadavg: 2.21 2.24 2.19 5/196 5258
/proc/meminfo: memFree=27219032/32872528 swapFree=1483896/1661724
[pid=5258] ppid=5255 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/5258/stat : 5258 (java) S 5255 5258 4818 0 -1 4202496 7502 0 1 0 99 2 0 0 20 0 19 0 2222209 9856040960 9064 33554432000 1073741824 1073778376 140735643780496 140735643771632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5258/statm: 2406260 9064 2254 9 0 2396937 0
[pid=5258/tid=5259] ppid=5255 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/5258/task/5259/stat : 5259 (java) R 5255 5258 4818 0 -1 4202560 2414 0 1 0 63 1 0 0 20 0 19 0 2222209 9856040960 9064 33554432000 1073741824 1073778376 140735643780496 139707330752208 139707182808981 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.21 2.24 2.19 3/215 5277
/proc/meminfo: memFree=27179648/32872528 swapFree=1483896/1661724
[pid=5258] ppid=5255 vsize=9625040 CPUtime=1.85 cores=1,3,5,7
/proc/5258/stat : 5258 (java) S 5255 5258 4818 0 -1 4202496 7507 0 1 0 183 2 0 0 20 0 19 0 2222209 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 140735643771632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5258/statm: 2406260 9579 2256 9 0 2396937 0
[pid=5258/tid=5259] ppid=5255 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/5258/task/5259/stat : 5259 (java) R 5255 5258 4818 0 -1 4202560 2416 0 1 0 142 2 0 0 20 0 19 0 2222209 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 139707330761000 139707183247456 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5261] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5261/stat : 5261 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 139707303213864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5262] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5262/stat : 5262 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 139707302161064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5263] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5263/stat : 5263 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 139707171777576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5258/tid=5264] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5264/stat : 5264 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 139707170724776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5258/tid=5265] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5265/stat : 5265 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 139707169671464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5266] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5266/stat : 5266 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 139707168618664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5258/tid=5267] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5267/stat : 5267 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 139707167566376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5268] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5268/stat : 5268 (java) S 5255 5258 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 139706696198568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5269] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5269/stat : 5269 (java) S 5255 5258 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2222214 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 139706684001000 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5270] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5270/stat : 5270 (java) S 5255 5258 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2222215 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 139706682947064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5271] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5271/stat : 5271 (java) S 5255 5258 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2222215 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 139706681894664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5272] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5272/stat : 5272 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222217 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 139706680843152 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5273] ppid=5255 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/5258/task/5273/stat : 5273 (java) S 5255 5258 4818 0 -1 4202560 2388 0 0 0 20 0 0 0 20 0 19 0 2222217 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 139706679789752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5274] ppid=5255 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/5258/task/5274/stat : 5274 (java) S 5255 5258 4818 0 -1 4202560 1431 0 0 0 17 0 0 0 20 0 19 0 2222217 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 139706678736952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5275] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5275/stat : 5275 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222217 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 139706677684856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5258/tid=5276] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5276/stat : 5276 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222217 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 139706676632264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5277] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5277/stat : 5277 (java) S 5255 5258 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2222227 9856040960 9579 33554432000 1073741824 1073778376 140735643780496 139706675479976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.21 2.24 2.19 3/215 5277
/proc/meminfo: memFree=27166616/32872528 swapFree=1483896/1661724
[pid=5258] ppid=5255 vsize=9625040 CPUtime=3.46 cores=1,3,5,7
/proc/5258/stat : 5258 (java) S 5255 5258 4818 0 -1 4202496 7509 0 1 0 344 2 0 0 20 0 19 0 2222209 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 140735643771632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5258/statm: 2406260 10603 2256 9 0 2396937 0
[pid=5258/tid=5259] ppid=5255 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/5258/task/5259/stat : 5259 (java) R 5255 5258 4818 0 -1 4202560 2418 0 1 0 302 2 0 0 20 0 19 0 2222209 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 139707330752208 139707183288565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5258/tid=5261] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5261/stat : 5261 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 139707303213864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5262] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5262/stat : 5262 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 139707302161064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5263] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5263/stat : 5263 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 139707171777576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5258/tid=5264] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5264/stat : 5264 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 139707170724776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5258/tid=5265] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5265/stat : 5265 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 139707169671464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5266] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5266/stat : 5266 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 139707168618664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5258/tid=5267] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5267/stat : 5267 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 139707167566376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5268] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5268/stat : 5268 (java) S 5255 5258 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 139706696198568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5269] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5269/stat : 5269 (java) S 5255 5258 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2222214 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 139706684001000 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5270] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5270/stat : 5270 (java) S 5255 5258 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2222215 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 139706682947064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5271] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5271/stat : 5271 (java) S 5255 5258 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2222215 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 139706681894664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5272] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5272/stat : 5272 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222217 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 139706680843152 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5273] ppid=5255 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/5258/task/5273/stat : 5273 (java) S 5255 5258 4818 0 -1 4202560 2388 0 0 0 20 0 0 0 20 0 19 0 2222217 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 139706679789752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5274] ppid=5255 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/5258/task/5274/stat : 5274 (java) S 5255 5258 4818 0 -1 4202560 1431 0 0 0 18 0 0 0 20 0 19 0 2222217 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 139706678736952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5275] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5275/stat : 5275 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222217 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 139706677684856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5258/tid=5276] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5276/stat : 5276 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222217 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 139706676632264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5277] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5277/stat : 5277 (java) S 5255 5258 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2222227 9856040960 10603 33554432000 1073741824 1073778376 140735643780496 139706675479976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.19 2.24 2.19 3/215 5277
/proc/meminfo: memFree=27137304/32872528 swapFree=1483896/1661724
[pid=5258] ppid=5255 vsize=9625040 CPUtime=6.68 cores=1,3,5,7
/proc/5258/stat : 5258 (java) S 5255 5258 4818 0 -1 4202496 7515 0 1 0 665 3 0 0 20 0 19 0 2222209 9856040960 12628 33554432000 1073741824 1073778376 140735643780496 140735643771632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5258/statm: 2406260 12628 2257 9 0 2396937 0
[pid=5258/tid=5259] ppid=5255 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/5258/task/5259/stat : 5259 (java) R 5255 5258 4818 0 -1 4202560 2423 0 1 0 621 2 0 0 20 0 19 0 2222209 9856040960 12628 33554432000 1073741824 1073778376 140735643780496 139707330752208 139707183288670 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5258/tid=5261] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5261/stat : 5261 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 12628 33554432000 1073741824 1073778376 140735643780496 139707303213864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5262] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5262/stat : 5262 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 12628 33554432000 1073741824 1073778376 140735643780496 139707302161064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5263] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5263/stat : 5263 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 12628 33554432000 1073741824 1073778376 140735643780496 139707171777576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5258/tid=5264] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5264/stat : 5264 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 12628 33554432000 1073741824 1073778376 140735643780496 139707170724776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5258/tid=5265] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5265/stat : 5265 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 12628 33554432000 1073741824 1073778376 140735643780496 139707169671464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5266] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5266/stat : 5266 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 12628 33554432000 1073741824 1073778376 140735643780496 139707168618664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5258/tid=5267] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5267/stat : 5267 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 12628 33554432000 1073741824 1073778376 140735643780496 139707167566376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5268] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5268/stat : 5268 (java) S 5255 5258 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2222213 9856040960 12628 33554432000 1073741824 1073778376 140735643780496 139706696198568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5269] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5269/stat : 5269 (java) S 5255 5258 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2222214 9856040960 12628 33554432000 1073741824 1073778376 140735643780496 139706684001000 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5270] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5270/stat : 5270 (java) S 5255 5258 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2222215 9856040960 12628 33554432000 1073741824 1073778376 140735643780496 139706682947064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5271] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5271/stat : 5271 (java) S 5255 5258 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2222215 9856040960 12628 33554432000 1073741824 1073778376 140735643780496 139706681894664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5272] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5272/stat : 5272 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222217 9856040960 12628 33554432000 1073741824 1073778376 140735643780496 139706680843152 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5273] ppid=5255 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/5258/task/5273/stat : 5273 (java) S 5255 5258 4818 0 -1 4202560 2388 0 0 0 20 0 0 0 20 0 19 0 2222217 9856040960 12628 33554432000 1073741824 1073778376 140735643780496 139706679789752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5274] ppid=5255 vsize=9625040 CPUtime=0.19 cores=1,3,5,7

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

[pid=5258/tid=5277] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5277/stat : 5277 (java) S 5255 5258 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2222227 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706675479976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1663.27
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.16 2.24 2.21 3/215 5319
/proc/meminfo: memFree=26656776/32872528 swapFree=1483896/1661724
[pid=5258] ppid=5255 vsize=9625040 CPUtime=1723.28 cores=1,3,5,7
/proc/5258/stat : 5258 (java) S 5255 5258 4818 0 -1 4202496 8833 0 1 0 172290 38 0 0 20 0 19 0 2222209 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 140735643771632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5258/statm: 2406260 55736 2271 9 0 2396937 0
[pid=5258/tid=5259] ppid=5255 vsize=9625040 CPUtime=1717.59 cores=1,3,5,7
/proc/5258/task/5259/stat : 5259 (java) R 5255 5258 4818 0 -1 4202560 2485 0 1 0 171730 29 0 0 20 0 19 0 2222209 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139707330752208 139707183247546 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5261] ppid=5255 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/5258/task/5261/stat : 5261 (java) S 5255 5258 4818 0 -1 4202560 199 0 0 0 5 2 0 0 20 0 19 0 2222213 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139707303213864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5258/tid=5262] ppid=5255 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/5258/task/5262/stat : 5262 (java) S 5255 5258 4818 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 19 0 2222213 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139707302161064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5258/tid=5263] ppid=5255 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/5258/task/5263/stat : 5263 (java) S 5255 5258 4818 0 -1 4202560 111 0 0 0 7 0 0 0 20 0 19 0 2222213 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139707171777576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5264] ppid=5255 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/5258/task/5264/stat : 5264 (java) S 5255 5258 4818 0 -1 4202560 85 0 0 0 4 0 0 0 20 0 19 0 2222213 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139707170724776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5265] ppid=5255 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/5258/task/5265/stat : 5265 (java) S 5255 5258 4818 0 -1 4202560 66 0 0 0 3 0 0 0 20 0 19 0 2222213 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139707169671464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5266] ppid=5255 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/5258/task/5266/stat : 5266 (java) S 5255 5258 4818 0 -1 4202560 95 0 0 0 4 0 0 0 20 0 19 0 2222213 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139707168618664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5258/tid=5267] ppid=5255 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/5258/task/5267/stat : 5267 (java) S 5255 5258 4818 0 -1 4202560 100 0 0 0 4 0 0 0 20 0 19 0 2222213 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139707167566376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5258/tid=5268] ppid=5255 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5258/task/5268/stat : 5268 (java) S 5255 5258 4818 0 -1 4202560 96 0 0 0 5 0 0 0 20 0 19 0 2222213 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706696198568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5258/tid=5269] ppid=5255 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5258/task/5269/stat : 5269 (java) S 5255 5258 4818 0 -1 4202560 29 0 0 0 1 1 0 0 20 0 19 0 2222214 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706684001000 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5270] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5270/stat : 5270 (java) S 5255 5258 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2222215 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706682947064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5271] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5271/stat : 5271 (java) S 5255 5258 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2222215 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706681894664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5272] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5272/stat : 5272 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222217 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706680843152 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5273] ppid=5255 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/5258/task/5273/stat : 5273 (java) S 5255 5258 4818 0 -1 4202560 2388 0 0 0 20 0 0 0 20 0 19 0 2222217 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706679789752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5274] ppid=5255 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/5258/task/5274/stat : 5274 (java) S 5255 5258 4818 0 -1 4202560 1791 0 0 0 21 0 0 0 20 0 19 0 2222217 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706678736952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5275] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5275/stat : 5275 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222217 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706677684856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5258/tid=5276] ppid=5255 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/5258/task/5276/stat : 5276 (java) S 5255 5258 4818 0 -1 4202560 100 0 0 0 35 38 0 0 20 0 19 0 2222217 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706676632264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5277] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5277/stat : 5277 (java) S 5255 5258 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2222227 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706675479976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1723.28
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.37 2.28 2.22 3/215 5321
/proc/meminfo: memFree=26652616/32872528 swapFree=1483896/1661724
[pid=5258] ppid=5255 vsize=9625040 CPUtime=1783.3 cores=1,3,5,7
/proc/5258/stat : 5258 (java) S 5255 5258 4818 0 -1 4202496 8837 0 1 0 178290 40 0 0 20 0 19 0 2222209 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 140735643771632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5258/statm: 2406260 55736 2271 9 0 2396937 0
[pid=5258/tid=5259] ppid=5255 vsize=9625040 CPUtime=1777.44 cores=1,3,5,7
/proc/5258/task/5259/stat : 5259 (java) R 5255 5258 4818 0 -1 4202560 2485 0 1 0 177714 30 0 0 20 0 19 0 2222209 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139707330752208 139707183288608 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5261] ppid=5255 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/5258/task/5261/stat : 5261 (java) S 5255 5258 4818 0 -1 4202560 199 0 0 0 5 2 0 0 20 0 19 0 2222213 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139707303213864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5258/tid=5262] ppid=5255 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/5258/task/5262/stat : 5262 (java) S 5255 5258 4818 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 19 0 2222213 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139707302161064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5258/tid=5263] ppid=5255 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/5258/task/5263/stat : 5263 (java) S 5255 5258 4818 0 -1 4202560 111 0 0 0 7 0 0 0 20 0 19 0 2222213 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139707171777576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5264] ppid=5255 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/5258/task/5264/stat : 5264 (java) S 5255 5258 4818 0 -1 4202560 85 0 0 0 4 0 0 0 20 0 19 0 2222213 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139707170724776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5265] ppid=5255 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/5258/task/5265/stat : 5265 (java) S 5255 5258 4818 0 -1 4202560 66 0 0 0 3 0 0 0 20 0 19 0 2222213 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139707169671464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5266] ppid=5255 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/5258/task/5266/stat : 5266 (java) S 5255 5258 4818 0 -1 4202560 95 0 0 0 4 0 0 0 20 0 19 0 2222213 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139707168618664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5258/tid=5267] ppid=5255 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/5258/task/5267/stat : 5267 (java) S 5255 5258 4818 0 -1 4202560 100 0 0 0 4 0 0 0 20 0 19 0 2222213 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139707167566376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5258/tid=5268] ppid=5255 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5258/task/5268/stat : 5268 (java) S 5255 5258 4818 0 -1 4202560 96 0 0 0 5 0 0 0 20 0 19 0 2222213 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706696198568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5258/tid=5269] ppid=5255 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5258/task/5269/stat : 5269 (java) S 5255 5258 4818 0 -1 4202560 29 0 0 0 1 1 0 0 20 0 19 0 2222214 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706684001000 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5270] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5270/stat : 5270 (java) S 5255 5258 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2222215 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706682947064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5271] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5271/stat : 5271 (java) S 5255 5258 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2222215 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706681894664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5272] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5272/stat : 5272 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222217 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706680843152 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5273] ppid=5255 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/5258/task/5273/stat : 5273 (java) S 5255 5258 4818 0 -1 4202560 2388 0 0 0 20 0 0 0 20 0 19 0 2222217 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706679789752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5274] ppid=5255 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/5258/task/5274/stat : 5274 (java) S 5255 5258 4818 0 -1 4202560 1791 0 0 0 21 0 0 0 20 0 19 0 2222217 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706678736952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5275] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5275/stat : 5275 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222217 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706677684856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5258/tid=5276] ppid=5255 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/5258/task/5276/stat : 5276 (java) S 5255 5258 4818 0 -1 4202560 104 0 0 0 36 40 0 0 20 0 19 0 2222217 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706676632264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5277] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5277/stat : 5277 (java) S 5255 5258 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2222227 9856040960 55736 33554432000 1073741824 1073778376 140735643780496 139706675479976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1783.3
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799 s]
/proc/loadavg: 2.26 2.26 2.22 3/215 5452
/proc/meminfo: memFree=27062960/32872528 swapFree=1483896/1661724
[pid=5258] ppid=5255 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/5258/stat : 5258 (java) S 5255 5258 4818 0 -1 4202496 9534 0 1 0 179967 42 0 0 20 0 19 0 2222209 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 140735643771632 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5258/statm: 2406260 59985 2271 9 0 2396937 0
[pid=5258/tid=5259] ppid=5255 vsize=9625040 CPUtime=1794.06 cores=1,3,5,7
/proc/5258/task/5259/stat : 5259 (java) R 5255 5258 4818 0 -1 4202560 2486 0 1 0 179376 30 0 0 20 0 19 0 2222209 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 139707330759904 139707183288670 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5261] ppid=5255 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/5258/task/5261/stat : 5261 (java) S 5255 5258 4818 0 -1 4202560 206 0 0 0 6 2 0 0 20 0 19 0 2222213 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 139707303213864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5258/tid=5262] ppid=5255 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/5258/task/5262/stat : 5262 (java) S 5255 5258 4818 0 -1 4202560 50 0 0 0 7 0 0 0 20 0 19 0 2222213 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 139707302161064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5258/tid=5263] ppid=5255 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/5258/task/5263/stat : 5263 (java) S 5255 5258 4818 0 -1 4202560 216 0 0 0 9 1 0 0 20 0 19 0 2222213 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 139707171777576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5264] ppid=5255 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5258/task/5264/stat : 5264 (java) S 5255 5258 4818 0 -1 4202560 289 0 0 0 5 0 0 0 20 0 19 0 2222213 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 139707170724776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5265] ppid=5255 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/5258/task/5265/stat : 5265 (java) S 5255 5258 4818 0 -1 4202560 71 0 0 0 4 0 0 0 20 0 19 0 2222213 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 139707169671464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5266] ppid=5255 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5258/task/5266/stat : 5266 (java) S 5255 5258 4818 0 -1 4202560 206 0 0 0 5 0 0 0 20 0 19 0 2222213 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 139707168618664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5258/tid=5267] ppid=5255 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/5258/task/5267/stat : 5267 (java) S 5255 5258 4818 0 -1 4202560 102 0 0 0 5 0 0 0 20 0 19 0 2222213 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 139707167566376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5268] ppid=5255 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/5258/task/5268/stat : 5268 (java) S 5255 5258 4818 0 -1 4202560 329 0 0 0 6 0 0 0 20 0 19 0 2222213 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 139706696198568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5258/tid=5269] ppid=5255 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/5258/task/5269/stat : 5269 (java) S 5255 5258 4818 0 -1 4202560 38 0 0 0 1 1 0 0 20 0 19 0 2222214 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 139706684001000 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5270] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5270/stat : 5270 (java) S 5255 5258 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2222215 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 139706682947064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5271] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5271/stat : 5271 (java) S 5255 5258 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2222215 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 139706681894664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5272] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5272/stat : 5272 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222217 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 139706680843152 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5273] ppid=5255 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/5258/task/5273/stat : 5273 (java) S 5255 5258 4818 0 -1 4202560 2388 0 0 0 20 0 0 0 20 0 19 0 2222217 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 139706679789752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5258/tid=5274] ppid=5255 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/5258/task/5274/stat : 5274 (java) S 5255 5258 4818 0 -1 4202560 1791 0 0 0 21 0 0 0 20 0 19 0 2222217 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 139706678736952 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5275] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5275/stat : 5275 (java) S 5255 5258 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2222217 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 139706677684856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5258/tid=5276] ppid=5255 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/5258/task/5276/stat : 5276 (java) S 5255 5258 4818 0 -1 4202560 104 0 0 0 36 40 0 0 20 0 19 0 2222217 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 139706676632264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5258/tid=5277] ppid=5255 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5258/task/5277/stat : 5277 (java) S 5255 5258 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2222227 9856040960 59985 33554432000 1073741824 1073778376 140735643780496 139706675479976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 5258 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 5258 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=217085
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=883865
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1799.04
CPU time (s): 1800.09
CPU user time (s): 1799.67
CPU system time (s): 0.42
CPU usage (%): 100.058
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.22
system time used= 0.883865
maximum resident set size= 240112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9581
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38201
involuntary context switches= 8036

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4204 second user time and 14.2448 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-29 17:04:57
IDJOB=4117442
IDBENCH=111575
IDSOLVER=2546
FILE ID=node134/4117442-1467212697
RUNJOBID= node134-1467208989-4835
PBS_JOBID= 19997576
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= 80e2a3cab398d0b3f619cf54a7bdb612
RANDOM SEED=2089429096

node134.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.738
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.47
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.738
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	: 7358.89
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.738
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.738
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.738
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.738
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.738
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.738
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27219404 kB
Buffers:          117608 kB
Cached:          2985396 kB
SwapCached:            0 kB
Active:           275244 kB
Inactive:        2972952 kB
Active(anon):     147552 kB
Inactive(anon):        0 kB
Active(file):     127692 kB
Inactive(file):  2972952 kB
Unevictable:     1661724 kB
Mlocked:         1483896 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2748 kB
Writeback:             0 kB
AnonPages:       1722264 kB
Mapped:            21608 kB
Shmem:               216 kB
Slab:             611040 kB
SReclaimable:      54888 kB
SUnreclaim:       556152 kB
KernelStack:        1768 kB
PageTables:         7712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2354092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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= 71708 MiB
End job on node134 at 2016-06-29 17:34:56