Trace number 4117901

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)95 1800.78 1798.78

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_14x14_006.opb.metafix.opb
MD5SUMa574814da91b4fede017d87a4cbdfb7b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark95
Best CPU time to get the best result obtained on this benchmark1800.02
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 12
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4117901-1467241347.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.15	c ... done. Wall clock time 0.047s.
0.11/0.15	c declared #vars     196
0.11/0.15	c #constraints  164
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8
0.11/0.15	c org.sat4j.minisat.constraints.cnf.UnitClauses => 5
0.11/0.15	c org.sat4j.specs.Constr$1 => 9
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 134
0.11/0.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.11/0.15	c 164 constraints processed.
0.11/0.15	c objective function length is 196 literals
0.52/0.30	c SATISFIABLE
0.52/0.30	c OPTIMIZING...
0.52/0.30	c Got one! Elapsed wall clock time (in seconds):0.202
0.52/0.30	o 95
0.74/0.56	c cleaning 2815 clauses out of 5634 with flag 15954/5634
1.22/0.89	c cleaning 4407 clauses out of 8819 with flag 39520/11634
1.79/1.33	c cleaning 5702 clauses out of 11413 with flag 69083/18635
2.73/1.88	c cleaning 6850 clauses out of 13711 with flag 103318/26635
3.33/2.47	c cleaning 7918 clauses out of 15861 with flag 138932/35635
4.13/3.23	c cleaning 8963 clauses out of 17944 with flag 186690/45636
5.03/4.17	c cleaning 9986 clauses out of 19980 with flag 249487/56635
6.24/5.35	c cleaning 10992 clauses out of 21993 with flag 326588/68634
7.44/6.58	c cleaning 11996 clauses out of 24002 with flag 399751/81635
8.74/7.85	c cleaning 12999 clauses out of 26006 with flag 472526/95635
10.13/9.29	c cleaning 14000 clauses out of 28006 with flag 545186/110634
11.83/10.90	c cleaning 14993 clauses out of 30006 with flag 627617/126634
13.63/12.74	c cleaning 16005 clauses out of 32017 with flag 713643/143638
15.63/14.75	c cleaning 17002 clauses out of 34010 with flag 810897/161636
17.83/16.92	c cleaning 17992 clauses out of 36006 with flag 921727/180634
20.23/19.33	c cleaning 19000 clauses out of 38016 with flag 1039675/200636
22.74/21.85	c cleaning 20008 clauses out of 40017 with flag 1159970/221637
25.64/24.79	c cleaning 21001 clauses out of 42007 with flag 1296692/243635
28.74/27.80	c cleaning 21997 clauses out of 44005 with flag 1425093/266634
31.94/31.09	c cleaning 22994 clauses out of 46010 with flag 1561147/290636
35.43/34.59	c cleaning 24001 clauses out of 48014 with flag 1689146/315634
39.34/38.48	c cleaning 25005 clauses out of 50014 with flag 1830042/341635
43.64/42.76	c cleaning 25996 clauses out of 52008 with flag 1997584/368634
48.04/47.12	c cleaning 27000 clauses out of 54012 with flag 2154907/396634
52.84/51.96	c cleaning 27999 clauses out of 56012 with flag 2312944/425634
57.94/57.03	c cleaning 29001 clauses out of 58014 with flag 2502738/455635
63.44/62.58	c cleaning 29997 clauses out of 60012 with flag 2718464/486634
69.74/68.81	c cleaning 30997 clauses out of 62015 with flag 2924531/518634
75.95/75.03	c cleaning 32008 clauses out of 64018 with flag 3139817/551634
83.14/82.28	c cleaning 33004 clauses out of 66011 with flag 3369694/585635
90.55/89.69	c cleaning 33991 clauses out of 68006 with flag 3605132/620634
98.25/97.31	c cleaning 35006 clauses out of 70017 with flag 3855373/656636
106.08/105.12	c cleaning 35995 clauses out of 72009 with flag 4111165/693634
113.68/112.73	c cleaning 36989 clauses out of 74014 with flag 4376457/731634
121.78/120.81	c cleaning 38013 clauses out of 76027 with flag 4626308/770636
130.48/129.50	c cleaning 38986 clauses out of 78015 with flag 4906539/810637
139.88/138.99	c cleaning 40009 clauses out of 80030 with flag 5177005/851638
149.28/148.34	c cleaning 41005 clauses out of 82019 with flag 5448828/893636
159.69/158.70	c cleaning 42000 clauses out of 84013 with flag 5779197/936635
170.89/169.99	c cleaning 42997 clauses out of 86012 with flag 6097720/980634
182.39/181.40	c cleaning 44002 clauses out of 88016 with flag 6396553/1025635
193.89/192.99	c cleaning 44995 clauses out of 90013 with flag 6712245/1071634
205.99/205.01	c cleaning 46001 clauses out of 92019 with flag 7072181/1118635
218.19/217.26	c cleaning 47005 clauses out of 94018 with flag 7411263/1166635
231.00/230.08	c cleaning 47995 clauses out of 96013 with flag 7780695/1215635
245.80/244.83	c cleaning 49008 clauses out of 98019 with flag 8137505/1265636
261.20/260.28	c cleaning 49994 clauses out of 100010 with flag 8529319/1316635
276.97/275.92	c cleaning 51004 clauses out of 102016 with flag 8911166/1368635
292.67/291.64	c cleaning 51999 clauses out of 104011 with flag 9331029/1421634
307.98/306.95	c cleaning 52998 clauses out of 106012 with flag 9726165/1475634
324.58/323.60	c cleaning 53998 clauses out of 108015 with flag 10126163/1530635
341.67/340.66	c cleaning 55002 clauses out of 110018 with flag 10540460/1586636
359.68/358.69	c cleaning 56004 clauses out of 112015 with flag 10958305/1643635
379.38/378.32	c cleaning 56989 clauses out of 114010 with flag 11432985/1701634
399.59/398.57	c cleaning 58007 clauses out of 116021 with flag 11871364/1760634
420.69/419.60	c cleaning 58998 clauses out of 118014 with flag 12312863/1820634
441.49/440.47	c cleaning 60007 clauses out of 120017 with flag 12725729/1881635
464.22/463.14	c cleaning 60999 clauses out of 122011 with flag 13208318/1943636
488.43/487.35	c cleaning 61998 clauses out of 124011 with flag 13684529/2006635
512.89/511.79	c cleaning 63003 clauses out of 126013 with flag 14153433/2070635
536.10/534.91	c cleaning 64002 clauses out of 128010 with flag 14602930/2135635
560.61/559.47	c cleaning 65000 clauses out of 130007 with flag 15080096/2201634
587.22/586.09	c cleaning 66001 clauses out of 132009 with flag 15607204/2268636
615.42/614.22	c cleaning 66997 clauses out of 134008 with flag 16107200/2336636
642.93/641.78	c cleaning 68000 clauses out of 136009 with flag 16626614/2405634
671.44/670.23	c cleaning 69001 clauses out of 138009 with flag 17128972/2475634
700.43/699.26	c cleaning 69997 clauses out of 140009 with flag 17637772/2546635
730.44/729.23	c cleaning 70999 clauses out of 142012 with flag 18181891/2618635
761.04/759.82	c cleaning 71993 clauses out of 144012 with flag 18764653/2691634
792.39/791.13	c cleaning 73003 clauses out of 146022 with flag 19344389/2765637
824.19/822.93	c cleaning 74004 clauses out of 148016 with flag 19885073/2840634
855.48/854.21	c cleaning 75002 clauses out of 150014 with flag 20467795/2916636
890.27/889.09	c cleaning 76000 clauses out of 152010 with flag 21099586/2993634
926.76/925.50	c cleaning 76998 clauses out of 154011 with flag 21721704/3071635
964.76/963.58	c cleaning 78002 clauses out of 156013 with flag 22351614/3150635
1002.55/1001.32	c cleaning 78998 clauses out of 158011 with flag 22954127/3230635
1040.95/1039.76	c cleaning 80001 clauses out of 160013 with flag 23592410/3311635
1083.91/1082.66	c cleaning 81001 clauses out of 162011 with flag 24245436/3393634
1129.59/1128.36	c cleaning 82003 clauses out of 164013 with flag 24907220/3476637
1173.69/1172.42	c cleaning 83003 clauses out of 166007 with flag 25582615/3560634
1217.78/1216.57	c cleaning 83999 clauses out of 168005 with flag 26247268/3645635
1266.07/1264.83	c cleaning 85002 clauses out of 170007 with flag 26971221/3731636
1314.67/1313.45	c cleaning 85997 clauses out of 172006 with flag 27707780/3818637
1365.18/1364.00	c cleaning 87001 clauses out of 174006 with flag 28404242/3906634
1417.09/1415.83	c cleaning 87994 clauses out of 176005 with flag 29080962/3995634
1467.17/1465.81	c cleaning 89004 clauses out of 178011 with flag 29787296/4085634
1518.48/1517.19	c cleaning 89993 clauses out of 180008 with flag 30534795/4176635
1573.00/1571.68	c cleaning 91002 clauses out of 182015 with flag 31276125/4268635
1629.22/1627.81	c cleaning 91998 clauses out of 184013 with flag 31994376/4361635
1686.81/1685.48	c cleaning 93000 clauses out of 186015 with flag 32747518/4455635
1744.50/1743.10	c cleaning 94003 clauses out of 188016 with flag 33522426/4550636
1800.09/1798.74	c starts		: 9737
1800.09/1798.74	c conflicts		: 4643413
1800.09/1798.74	c decisions		: 5847863
1800.09/1798.74	c propagations		: 170271378
1800.09/1798.74	c inspects		: 34893557957
1800.09/1798.74	c shortcuts		: 0
1800.09/1798.74	c learnt literals	: 0
1800.09/1798.74	c learnt binary clauses	: 19
1800.09/1798.74	c learnt ternary clauses	: 101
1800.09/1798.74	c learnt constraints	: 4643413
1800.09/1798.74	c ignored constraints	: 0
1800.09/1798.74	c root simplifications	: 0
1800.09/1798.74	c removed literals (reason simplification)	: 0
1800.09/1798.74	c reason swapping (by a shorter reason)	: 0
1800.09/1798.74	c Calls to reduceDB	: 91
1800.09/1798.74	c Number of update (reduction) of LBD	: 1630121
1800.09/1798.74	c Imported unit clauses	: 0
1800.09/1798.74	c number of reductions to clauses (during analyze)	: 0
1800.09/1798.74	c number of learned constraints concerned by reduction	: 0
1800.09/1798.74	c number of learning phase by resolution	: 0
1800.09/1798.74	c number of learning phase by cutting planes	: 0
1800.09/1798.74	c speed (assignments/second)	: 94669.31503604767
1800.09/1798.74	c non guided choices	0
1800.09/1798.77	c learnt constraints type 
1800.09/1798.77	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
1800.09/1798.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 186771
1800.09/1798.77	s SATISFIABLE
1800.09/1798.77	c Found 1 solution(s)
1800.09/1798.77	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/1798.77	c objective function=95
1800.09/1798.77	c Total wall clock time (in seconds): 1798.672

Verifier Data

OK	95

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

pid=8317
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.07 2.02 3/194 8320
/proc/meminfo: memFree=30082852/32872528 swapFree=242912/249044
[pid=8320] ppid=8317 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8320/stat : 8320 (java) S 8317 8320 4289 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 5241047 98570240 978 33554432000 1073741824 1073778376 140737127569296 140737127560432 247067607101 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8320/statm: 24065 978 744 9 0 16771 0
[pid=8320/tid=8321] ppid=8317 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8321/stat : 8321 (java) R 8317 8320 4289 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 5241047 98570240 978 33554432000 1073741824 1073778376 140737127569296 140481689726504 247064249728 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.21 2.07 2.02 3/194 8320
/proc/meminfo: memFree=30082852/32872528 swapFree=242912/249044
[pid=8320] ppid=8317 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/8320/stat : 8320 (java) S 8317 8320 4289 0 -1 4202496 4497 0 1 0 10 1 0 0 20 0 18 0 5241047 9787879424 6128 33554432000 1073741824 1073778376 140737127569296 140737127560432 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8320/statm: 2389619 6129 2157 9 0 2380296 0
[pid=8320/tid=8321] ppid=8317 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8320/task/8321/stat : 8321 (java) R 8317 8320 4289 0 -1 4202560 2378 0 1 0 6 1 0 0 20 0 18 0 5241047 9787879424 6130 33554432000 1073741824 1073778376 140737127569296 140481689729952 140481693016323 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.2004 s]
/proc/loadavg: 2.21 2.07 2.02 3/194 8320
/proc/meminfo: memFree=30082852/32872528 swapFree=242912/249044
[pid=8320] ppid=8317 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/8320/stat : 8320 (java) S 8317 8320 4289 0 -1 4202496 6288 0 1 0 27 2 0 0 20 0 19 0 5241047 9856040960 8336 33554432000 1073741824 1073778376 140737127569296 140737127560432 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8320/statm: 2406260 8336 2229 9 0 2396937 0
[pid=8320/tid=8321] ppid=8317 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/8320/task/8321/stat : 8321 (java) R 8317 8320 4289 0 -1 4202560 2409 0 1 0 16 1 0 0 20 0 19 0 5241047 9856040960 8336 33554432000 1073741824 1073778376 140737127569296 140481689731712 140481552048856 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300386 s]
/proc/loadavg: 2.21 2.07 2.02 3/194 8320
/proc/meminfo: memFree=30082852/32872528 swapFree=242912/249044
[pid=8320] ppid=8317 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/8320/stat : 8320 (java) S 8317 8320 4289 0 -1 4202496 6771 0 1 0 50 2 0 0 20 0 19 0 5241047 9856040960 8240 33554432000 1073741824 1073778376 140737127569296 140737127560432 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8320/statm: 2406260 8240 2244 9 0 2396937 0
[pid=8320/tid=8321] ppid=8317 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/8320/task/8321/stat : 8321 (java) R 8317 8320 4289 0 -1 4202560 2415 0 1 0 26 1 0 0 20 0 19 0 5241047 9856040960 8240 33554432000 1073741824 1073778376 140737127569296 140481689731384 140481552020935 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700326 s]
/proc/loadavg: 2.21 2.07 2.02 3/194 8320
/proc/meminfo: memFree=30082852/32872528 swapFree=242912/249044
[pid=8320] ppid=8317 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/8320/stat : 8320 (java) S 8317 8320 4289 0 -1 4202496 9373 0 1 0 106 2 0 0 20 0 19 0 5241047 9856040960 9790 33554432000 1073741824 1073778376 140737127569296 140737127560432 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8320/statm: 2406260 9790 2255 9 0 2396937 0
[pid=8320/tid=8321] ppid=8317 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/8320/task/8321/stat : 8321 (java) R 8317 8320 4289 0 -1 4202560 2416 0 1 0 66 1 0 0 20 0 19 0 5241047 9856040960 9790 33554432000 1073741824 1073778376 140737127569296 140481689731656 140481552006475 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.20 2.07 2.02 3/213 8339
/proc/meminfo: memFree=30052144/32872528 swapFree=242912/249044
[pid=8320] ppid=8317 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/8320/stat : 8320 (java) S 8317 8320 4289 0 -1 4202496 16891 0 1 0 225 4 0 0 20 0 19 0 5241047 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140737127560432 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8320/statm: 2406260 14389 2257 9 0 2396937 0
[pid=8320/tid=8321] ppid=8317 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/8320/task/8321/stat : 8321 (java) R 8317 8320 4289 0 -1 4202560 2420 0 1 0 145 2 0 0 20 0 19 0 5241047 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140481689731656 140481552377950 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8320/tid=8323] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8323/stat : 8323 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140481678793768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8324] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8324/stat : 8324 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140481677740968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8325] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8325/stat : 8325 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140481676688168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8320/tid=8326] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8326/stat : 8326 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140481675635368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8327] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8327/stat : 8327 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140481674582568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8328] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8328/stat : 8328 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140481673529768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8329] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8329/stat : 8329 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140481672476968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8330] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8330/stat : 8330 (java) S 8317 8320 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140481671424168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8331] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8331/stat : 8331 (java) S 8317 8320 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5241049 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140481513204712 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8332] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8332/stat : 8332 (java) S 8317 8320 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5241050 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140481512150776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8333] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8333/stat : 8333 (java) S 8317 8320 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5241050 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140481511097864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8334] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8334/stat : 8334 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241052 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140481510046352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8335] ppid=8317 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/8320/task/8335/stat : 8335 (java) S 8317 8320 4289 0 -1 4202560 6238 0 0 0 37 0 0 0 20 0 19 0 5241052 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140481508993464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8336] ppid=8317 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/8320/task/8336/stat : 8336 (java) R 8317 8320 4289 0 -1 4202560 6961 0 0 0 40 2 0 0 20 0 19 0 5241052 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140481507917240 140481696706078 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8337] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8337/stat : 8337 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241052 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140481506888056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8338] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8338/stat : 8338 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241052 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140481505835464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8339] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8339/stat : 8339 (java) S 8317 8320 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5241062 9856040960 14389 33554432000 1073741824 1073778376 140737127569296 140481504781992 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.20 2.07 2.02 3/213 8339
/proc/meminfo: memFree=30032128/32872528 swapFree=242912/249044
[pid=8320] ppid=8317 vsize=9625040 CPUtime=4.03 cores=1,3,5,7
/proc/8320/stat : 8320 (java) S 8317 8320 4289 0 -1 4202496 18255 0 1 0 399 4 0 0 20 0 19 0 5241047 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140737127560432 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8320/statm: 2406260 15306 2257 9 0 2396937 0
[pid=8320/tid=8321] ppid=8317 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/8320/task/8321/stat : 8321 (java) R 8317 8320 4289 0 -1 4202560 2423 0 1 0 304 2 0 0 20 0 19 0 5241047 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140481689731288 140481552425921 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8323] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8323/stat : 8323 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140481678793768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8324] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8324/stat : 8324 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140481677740968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8325] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8325/stat : 8325 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140481676688168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8320/tid=8326] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8326/stat : 8326 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140481675635368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8327] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8327/stat : 8327 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140481674582568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8328] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8328/stat : 8328 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140481673529768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8329] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8329/stat : 8329 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140481672476968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8330] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8330/stat : 8330 (java) S 8317 8320 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140481671424168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8331] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8331/stat : 8331 (java) S 8317 8320 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5241049 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140481513204712 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8332] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8332/stat : 8332 (java) S 8317 8320 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5241050 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140481512150776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8333] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8333/stat : 8333 (java) S 8317 8320 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5241050 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140481511097864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8334] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8334/stat : 8334 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241052 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140481510046352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8335] ppid=8317 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/8320/task/8335/stat : 8335 (java) S 8317 8320 4289 0 -1 4202560 6238 0 0 0 38 0 0 0 20 0 19 0 5241052 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140481508993464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8336] ppid=8317 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/8320/task/8336/stat : 8336 (java) S 8317 8320 4289 0 -1 4202560 8322 0 0 0 54 3 0 0 20 0 19 0 5241052 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140481507940664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8337] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8337/stat : 8337 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241052 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140481506888056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8338] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8338/stat : 8338 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241052 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140481505835464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8339] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8339/stat : 8339 (java) S 8317 8320 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5241062 9856040960 15306 33554432000 1073741824 1073778376 140737127569296 140481504781992 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.18 2.07 2.02 3/213 8339
/proc/meminfo: memFree=30030084/32872528 swapFree=242912/249044
[pid=8320] ppid=8317 vsize=9625040 CPUtime=7.24 cores=1,3,5,7
/proc/8320/stat : 8320 (java) S 8317 8320 4289 0 -1 4202496 18260 0 1 0 719 5 0 0 20 0 19 0 5241047 9856040960 15641 33554432000 1073741824 1073778376 140737127569296 140737127560432 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8320/statm: 2406260 15641 2258 9 0 2396937 0
[pid=8320/tid=8321] ppid=8317 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/8320/task/8321/stat : 8321 (java) R 8317 8320 4289 0 -1 4202560 2427 0 1 0 623 2 0 0 20 0 19 0 5241047 9856040960 15641 33554432000 1073741824 1073778376 140737127569296 140481689722544 140481552429685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8323] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8323/stat : 8323 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 15641 33554432000 1073741824 1073778376 140737127569296 140481678793768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8324] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8324/stat : 8324 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 15641 33554432000 1073741824 1073778376 140737127569296 140481677740968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8325] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8325/stat : 8325 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 15641 33554432000 1073741824 1073778376 140737127569296 140481676688168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8320/tid=8326] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8326/stat : 8326 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 15641 33554432000 1073741824 1073778376 140737127569296 140481675635368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8327] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8327/stat : 8327 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 15641 33554432000 1073741824 1073778376 140737127569296 140481674582568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8328] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8328/stat : 8328 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 15641 33554432000 1073741824 1073778376 140737127569296 140481673529768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8329] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8329/stat : 8329 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 15641 33554432000 1073741824 1073778376 140737127569296 140481672476968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8330] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8330/stat : 8330 (java) S 8317 8320 4289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5241048 9856040960 15641 33554432000 1073741824 1073778376 140737127569296 140481671424168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8331] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8331/stat : 8331 (java) S 8317 8320 4289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5241049 9856040960 15641 33554432000 1073741824 1073778376 140737127569296 140481513204712 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8332] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8332/stat : 8332 (java) S 8317 8320 4289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5241050 9856040960 15641 33554432000 1073741824 1073778376 140737127569296 140481512150776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8333] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8333/stat : 8333 (java) S 8317 8320 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5241050 9856040960 15641 33554432000 1073741824 1073778376 140737127569296 140481511097864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8334] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8334/stat : 8334 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241052 9856040960 15641 33554432000 1073741824 1073778376 140737127569296 140481510046352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8335] ppid=8317 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/8320/task/8335/stat : 8335 (java) S 8317 8320 4289 0 -1 4202560 6238 0 0 0 38 0 0 0 20 0 19 0 5241052 9856040960 15641 33554432000 1073741824 1073778376 140737127569296 140481508993464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8336] ppid=8317 vsize=9625040 CPUtime=0.57 cores=1,3,5,7

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

[pid=8320/tid=8332] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8332/stat : 8332 (java) S 8317 8320 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5241050 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481512150776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8333] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8333/stat : 8333 (java) S 8317 8320 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5241050 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481511097864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8334] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8334/stat : 8334 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481510046352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8335] ppid=8317 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/8320/task/8335/stat : 8335 (java) S 8317 8320 4289 0 -1 4202560 6243 0 0 0 39 2 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481508993464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8336] ppid=8317 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/8320/task/8336/stat : 8336 (java) S 8317 8320 4289 0 -1 4202560 8322 0 0 0 54 3 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481507940664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8337] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8337/stat : 8337 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481506888056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8338] ppid=8317 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/8320/task/8338/stat : 8338 (java) S 8317 8320 4289 0 -1 4202560 100 0 0 0 27 41 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481505835464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8339] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8339/stat : 8339 (java) S 8317 8320 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5241062 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481504781992 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1723.7
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/213 8450
/proc/meminfo: memFree=29856584/32872528 swapFree=242912/249044
[pid=8320] ppid=8317 vsize=9625040 CPUtime=1783.69 cores=1,3,5,7
/proc/8320/stat : 8320 (java) S 8317 8320 4289 0 -1 4202496 18721 0 1 0 178305 64 0 0 20 0 19 0 5241047 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140737127560432 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8320/statm: 2406260 62244 2272 9 0 2396937 0
[pid=8320/tid=8321] ppid=8317 vsize=9625040 CPUtime=1781.82 cores=1,3,5,7
/proc/8320/task/8321/stat : 8321 (java) R 8317 8320 4289 0 -1 4202560 2489 0 1 0 178147 35 0 0 20 0 19 0 5241047 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481689722544 140481552428000 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8323] ppid=8317 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8320/task/8323/stat : 8323 (java) S 8317 8320 4289 0 -1 4202560 40 0 0 0 3 0 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481678793768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8324] ppid=8317 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8320/task/8324/stat : 8324 (java) S 8317 8320 4289 0 -1 4202560 35 0 0 0 5 0 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481677740968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8325] ppid=8317 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/8320/task/8325/stat : 8325 (java) S 8317 8320 4289 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481676688168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8326] ppid=8317 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8320/task/8326/stat : 8326 (java) S 8317 8320 4289 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481675635368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8327] ppid=8317 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8320/task/8327/stat : 8327 (java) S 8317 8320 4289 0 -1 4202560 17 0 0 0 4 1 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481674582568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8320/tid=8328] ppid=8317 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8320/task/8328/stat : 8328 (java) S 8317 8320 4289 0 -1 4202560 40 0 0 0 5 0 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481673529768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8320/tid=8329] ppid=8317 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/8320/task/8329/stat : 8329 (java) S 8317 8320 4289 0 -1 4202560 24 0 0 0 7 0 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481672476968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8330] ppid=8317 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/8320/task/8330/stat : 8330 (java) S 8317 8320 4289 0 -1 4202560 79 0 0 0 4 2 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481671424168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8331] ppid=8317 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/8320/task/8331/stat : 8331 (java) S 8317 8320 4289 0 -1 4202560 30 0 0 0 1 1 0 0 20 0 19 0 5241049 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481513204712 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8332] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8332/stat : 8332 (java) S 8317 8320 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5241050 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481512150776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8333] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8333/stat : 8333 (java) S 8317 8320 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5241050 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481511097864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8334] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8334/stat : 8334 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481510046352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8335] ppid=8317 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/8320/task/8335/stat : 8335 (java) S 8317 8320 4289 0 -1 4202560 6243 0 0 0 39 2 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481508993464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8336] ppid=8317 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/8320/task/8336/stat : 8336 (java) S 8317 8320 4289 0 -1 4202560 8322 0 0 0 54 3 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481507940664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8337] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8337/stat : 8337 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481506888056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8338] ppid=8317 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/8320/task/8338/stat : 8338 (java) S 8317 8320 4289 0 -1 4202560 104 0 0 0 29 41 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481505835464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8339] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8339/stat : 8339 (java) S 8317 8320 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5241062 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481504781992 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1783.69
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.7 s]
/proc/loadavg: 2.04 2.05 2.00 3/213 8450
/proc/meminfo: memFree=29856628/32872528 swapFree=242912/249044
[pid=8320] ppid=8317 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/8320/stat : 8320 (java) S 8317 8320 4289 0 -1 4202496 18721 0 1 0 179945 64 0 0 20 0 19 0 5241047 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140737127560432 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8320/statm: 2406260 62244 2272 9 0 2396937 0
[pid=8320/tid=8321] ppid=8317 vsize=9625040 CPUtime=1798.22 cores=1,3,5,7
/proc/8320/task/8321/stat : 8321 (java) R 8317 8320 4289 0 -1 4202560 2489 0 1 0 179787 35 0 0 20 0 19 0 5241047 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481689722544 140481552377950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8323] ppid=8317 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8320/task/8323/stat : 8323 (java) S 8317 8320 4289 0 -1 4202560 40 0 0 0 3 0 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481678793768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8324] ppid=8317 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8320/task/8324/stat : 8324 (java) S 8317 8320 4289 0 -1 4202560 35 0 0 0 5 0 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481677740968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8325] ppid=8317 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/8320/task/8325/stat : 8325 (java) S 8317 8320 4289 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481676688168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8326] ppid=8317 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8320/task/8326/stat : 8326 (java) S 8317 8320 4289 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481675635368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8327] ppid=8317 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8320/task/8327/stat : 8327 (java) S 8317 8320 4289 0 -1 4202560 17 0 0 0 4 1 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481674582568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8320/tid=8328] ppid=8317 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8320/task/8328/stat : 8328 (java) S 8317 8320 4289 0 -1 4202560 40 0 0 0 5 0 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481673529768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8320/tid=8329] ppid=8317 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/8320/task/8329/stat : 8329 (java) S 8317 8320 4289 0 -1 4202560 24 0 0 0 7 0 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481672476968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8330] ppid=8317 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/8320/task/8330/stat : 8330 (java) S 8317 8320 4289 0 -1 4202560 79 0 0 0 4 2 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481671424168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8331] ppid=8317 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/8320/task/8331/stat : 8331 (java) S 8317 8320 4289 0 -1 4202560 30 0 0 0 1 1 0 0 20 0 19 0 5241049 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481513204712 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8332] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8332/stat : 8332 (java) S 8317 8320 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5241050 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481512150776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8333] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8333/stat : 8333 (java) S 8317 8320 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5241050 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481511097864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8334] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8334/stat : 8334 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481510046352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8335] ppid=8317 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/8320/task/8335/stat : 8335 (java) S 8317 8320 4289 0 -1 4202560 6243 0 0 0 39 2 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481508993464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8336] ppid=8317 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/8320/task/8336/stat : 8336 (java) S 8317 8320 4289 0 -1 4202560 8322 0 0 0 54 3 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481507940664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8337] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8337/stat : 8337 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481506888056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8338] ppid=8317 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/8320/task/8338/stat : 8338 (java) S 8317 8320 4289 0 -1 4202560 104 0 0 0 29 41 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481505835464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8339] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8339/stat : 8339 (java) S 8317 8320 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5241062 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481504781992 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 8320 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.7 s]
/proc/loadavg: 2.04 2.05 2.00 3/213 8450
/proc/meminfo: memFree=29856628/32872528 swapFree=242912/249044
[pid=8320] ppid=8317 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/8320/stat : 8320 (java) S 8317 8320 4289 0 -1 4202496 18721 0 1 0 179945 64 0 0 20 0 19 0 5241047 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140737127560432 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8320/statm: 2406260 62244 2272 9 0 2396937 0
[pid=8320/tid=8321] ppid=8317 vsize=9625040 CPUtime=1798.22 cores=1,3,5,7
/proc/8320/task/8321/stat : 8321 (java) R 8317 8320 4289 0 -1 4202560 2489 0 1 0 179787 35 0 0 20 0 19 0 5241047 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481689722544 140481552377950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8323] ppid=8317 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8320/task/8323/stat : 8323 (java) S 8317 8320 4289 0 -1 4202560 40 0 0 0 3 0 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481678793768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8324] ppid=8317 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8320/task/8324/stat : 8324 (java) S 8317 8320 4289 0 -1 4202560 35 0 0 0 5 0 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481677740968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8325] ppid=8317 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/8320/task/8325/stat : 8325 (java) S 8317 8320 4289 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481676688168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8326] ppid=8317 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/8320/task/8326/stat : 8326 (java) S 8317 8320 4289 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481675635368 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8327] ppid=8317 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8320/task/8327/stat : 8327 (java) S 8317 8320 4289 0 -1 4202560 17 0 0 0 4 1 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481674582568 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8320/tid=8328] ppid=8317 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/8320/task/8328/stat : 8328 (java) S 8317 8320 4289 0 -1 4202560 40 0 0 0 5 0 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481673529768 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8320/tid=8329] ppid=8317 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/8320/task/8329/stat : 8329 (java) S 8317 8320 4289 0 -1 4202560 24 0 0 0 7 0 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481672476968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8330] ppid=8317 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/8320/task/8330/stat : 8330 (java) S 8317 8320 4289 0 -1 4202560 79 0 0 0 4 2 0 0 20 0 19 0 5241048 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481671424168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8331] ppid=8317 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/8320/task/8331/stat : 8331 (java) S 8317 8320 4289 0 -1 4202560 30 0 0 0 1 1 0 0 20 0 19 0 5241049 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481513204712 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8332] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8332/stat : 8332 (java) S 8317 8320 4289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 5241050 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481512150776 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8333] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8333/stat : 8333 (java) S 8317 8320 4289 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 5241050 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481511097864 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8334] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8334/stat : 8334 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481510046352 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8335] ppid=8317 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/8320/task/8335/stat : 8335 (java) S 8317 8320 4289 0 -1 4202560 6243 0 0 0 39 2 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481508993464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8320/tid=8336] ppid=8317 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/8320/task/8336/stat : 8336 (java) S 8317 8320 4289 0 -1 4202560 8322 0 0 0 54 3 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481507940664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8337] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8337/stat : 8337 (java) S 8317 8320 4289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481506888056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8320/tid=8338] ppid=8317 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/8320/task/8338/stat : 8338 (java) S 8317 8320 4289 0 -1 4202560 104 0 0 0 29 41 0 0 20 0 19 0 5241052 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481505835464 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8320/tid=8339] ppid=8317 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8320/task/8339/stat : 8339 (java) S 8317 8320 4289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5241062 9856040960 62244 33554432000 1073741824 1073778376 140737127569296 140481504781992 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.78
CPU time (s): 1800.78
CPU user time (s): 1799.77
CPU system time (s): 1.01384
CPU usage (%): 100.111
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 1.01385
maximum resident set size= 265580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18812
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= 38160
involuntary context switches= 18924

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4744 second user time and 14.2208 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-30 01:02:27
IDJOB=4117901
IDBENCH=111626
IDSOLVER=2546
FILE ID=node103/4117901-1467241347
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_006.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117901-1467241347/watcher-4117901-1467241347 -o /tmp/evaluation-result-4117901-1467241347/solver-4117901-1467241347 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467209106-4306 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117901-1467241347.opb

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

MD5SUM BENCH= a574814da91b4fede017d87a4cbdfb7b
RANDOM SEED=775864221

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:        30083644 kB
Buffers:          118392 kB
Cached:          1231140 kB
SwapCached:            0 kB
Active:          1355604 kB
Inactive:         448868 kB
Active(anon):     457524 kB
Inactive(anon):        0 kB
Active(file):     898080 kB
Inactive(file):   448868 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               484 kB
Writeback:             0 kB
AnonPages:        740584 kB
Mapped:            22244 kB
Shmem:               204 kB
Slab:             604380 kB
SReclaimable:      48396 kB
SUnreclaim:       555984 kB
KernelStack:        1760 kB
PageTables:         6032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     812372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    460800 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-30 01:32:26