Trace number 4116737

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800 1798.03

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round22-9.opb
MD5SUMe8a738cf7590f85f00990ec3208c8753
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1772.08
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116737-1466963095.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.293s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  9984
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 904
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 9984 constraints processed.
1.63/1.07	c cleaning 2500 clauses out of 5000 with flag 16790/5002
2.30/1.69	c cleaning 4241 clauses out of 8501 with flag 38757/11003
3.11/2.40	c cleaning 5625 clauses out of 11257 with flag 67087/18000
3.92/3.26	c cleaning 6810 clauses out of 13632 with flag 101155/26000
4.92/4.23	c cleaning 7909 clauses out of 15824 with flag 143644/35002
6.03/5.39	c cleaning 8917 clauses out of 17913 with flag 189837/45000
7.34/6.63	c cleaning 9992 clauses out of 19996 with flag 246385/56000
8.73/8.01	c cleaning 10946 clauses out of 22004 with flag 309869/68000
10.23/9.53	c cleaning 12015 clauses out of 24058 with flag 378284/81000
11.93/11.20	c cleaning 13005 clauses out of 26043 with flag 453881/95000
13.74/13.02	c cleaning 13976 clauses out of 28040 with flag 538251/110002
15.74/15.08	c cleaning 14993 clauses out of 30062 with flag 628697/126000
18.04/17.32	c cleaning 16015 clauses out of 32070 with flag 723173/143001
20.44/19.71	c cleaning 17025 clauses out of 34054 with flag 825758/161000
23.04/22.30	c cleaning 17985 clauses out of 36029 with flag 934845/180000
25.74/25.00	c cleaning 19017 clauses out of 38044 with flag 1048730/200000
28.64/27.91	c cleaning 19993 clauses out of 40032 with flag 1168621/221005
31.84/31.16	c cleaning 21000 clauses out of 42035 with flag 1297951/243001
35.24/34.58	c cleaning 22005 clauses out of 44034 with flag 1432258/266000
38.85/38.17	c cleaning 23009 clauses out of 46030 with flag 1573049/290001
42.85/42.10	c cleaning 23972 clauses out of 48020 with flag 1723189/315000
47.05/46.31	c cleaning 24998 clauses out of 50048 with flag 1878650/341000
51.35/50.68	c cleaning 26002 clauses out of 52050 with flag 2042366/368000
56.05/55.36	c cleaning 26995 clauses out of 54050 with flag 2212553/396002
60.57/59.81	c cleaning 28015 clauses out of 56054 with flag 2386837/425001
65.17/64.44	c cleaning 28985 clauses out of 58038 with flag 2569766/455000
69.87/69.17	c cleaning 30017 clauses out of 60053 with flag 2763712/486000
74.87/74.12	c cleaning 30967 clauses out of 62036 with flag 2964037/518000
80.08/79.34	c cleaning 32005 clauses out of 64070 with flag 3170218/551001
85.58/84.86	c cleaning 33013 clauses out of 66064 with flag 3380450/585000
91.37/90.67	c cleaning 34000 clauses out of 68051 with flag 3597638/620000
97.47/96.79	c cleaning 35016 clauses out of 70053 with flag 3820636/656002
103.97/103.21	c cleaning 36001 clauses out of 72036 with flag 4044244/693001
110.57/109.85	c cleaning 37006 clauses out of 74034 with flag 4282655/731000
117.68/116.98	c cleaning 37985 clauses out of 76028 with flag 4526381/770000
124.88/124.19	c cleaning 39017 clauses out of 78043 with flag 4779427/810000
132.68/131.91	c cleaning 39984 clauses out of 80026 with flag 5035660/851000
140.59/139.87	c cleaning 41004 clauses out of 82042 with flag 5297533/893000
148.88/148.15	c cleaning 41987 clauses out of 84038 with flag 5568935/936000
157.21/156.46	c cleaning 43010 clauses out of 86051 with flag 5845689/980000
165.61/164.89	c cleaning 44008 clauses out of 88041 with flag 6134074/1025000
174.31/173.52	c cleaning 44997 clauses out of 90033 with flag 6426979/1071000
183.42/182.65	c cleaning 46011 clauses out of 92036 with flag 6722698/1118000
192.91/192.17	c cleaning 46972 clauses out of 94026 with flag 7021361/1166001
202.72/201.96	c cleaning 47990 clauses out of 96053 with flag 7330074/1215000
212.92/212.10	c cleaning 49008 clauses out of 98063 with flag 7645479/1265000
223.53/222.72	c cleaning 50028 clauses out of 100056 with flag 7966901/1316001
234.53/233.71	c cleaning 50979 clauses out of 102027 with flag 8292169/1368000
246.44/245.60	c cleaning 52022 clauses out of 104049 with flag 8625634/1421001
258.29/257.45	c cleaning 53006 clauses out of 106026 with flag 8964648/1475000
270.09/269.21	c cleaning 53999 clauses out of 108020 with flag 9311810/1530000
281.99/281.16	c cleaning 54970 clauses out of 110022 with flag 9666399/1586001
294.70/293.86	c cleaning 56017 clauses out of 112051 with flag 10028033/1643000
307.92/307.07	c cleaning 56987 clauses out of 114034 with flag 10393576/1701000
321.31/320.41	c cleaning 58023 clauses out of 116047 with flag 10763377/1760000
335.32/334.44	c cleaning 59009 clauses out of 118025 with flag 11136272/1820001
349.92/349.00	c cleaning 60000 clauses out of 120015 with flag 11517101/1881000
364.82/363.91	c cleaning 60998 clauses out of 122017 with flag 11906756/1943002
379.77/378.87	c cleaning 61980 clauses out of 124017 with flag 12301638/2006000
395.27/394.33	c cleaning 63006 clauses out of 126037 with flag 12708664/2070000
410.96/410.08	c cleaning 63998 clauses out of 128033 with flag 13114866/2135002
427.47/426.51	c cleaning 64990 clauses out of 130034 with flag 13525756/2201001
444.47/443.58	c cleaning 65985 clauses out of 132044 with flag 13945711/2268001
461.66/460.70	c cleaning 67007 clauses out of 134059 with flag 14369064/2336001
479.56/478.66	c cleaning 67993 clauses out of 136051 with flag 14802987/2405000
497.86/496.91	c cleaning 69015 clauses out of 138058 with flag 15238590/2475000
516.28/515.36	c cleaning 69992 clauses out of 140045 with flag 15681946/2546002
535.17/534.24	c cleaning 71024 clauses out of 142051 with flag 16133086/2618000
554.29/553.31	c cleaning 71997 clauses out of 144027 with flag 16587119/2691000
573.99/573.07	c cleaning 72969 clauses out of 146030 with flag 17043634/2765000
594.29/593.34	c cleaning 74020 clauses out of 148062 with flag 17514783/2840001
615.20/614.21	c cleaning 74991 clauses out of 150043 with flag 17985449/2916002
636.80/635.83	c cleaning 76009 clauses out of 152055 with flag 18469744/2993005
658.25/657.24	c cleaning 76988 clauses out of 154042 with flag 18953245/3071001
679.95/678.97	c cleaning 77994 clauses out of 156054 with flag 19443435/3150001
702.56/701.59	c cleaning 79014 clauses out of 158059 with flag 19938069/3230000
725.56/724.58	c cleaning 79997 clauses out of 160045 with flag 20448258/3311000
749.36/748.35	c cleaning 80997 clauses out of 162050 with flag 20959741/3393002
773.24/772.19	c cleaning 81989 clauses out of 164051 with flag 21475860/3476000
798.35/797.29	c cleaning 83015 clauses out of 166064 with flag 21996785/3560002
823.77/822.67	c cleaning 83963 clauses out of 168047 with flag 22527665/3645000
850.07/848.93	c cleaning 85003 clauses out of 170085 with flag 23062342/3731001
876.50/875.32	c cleaning 86029 clauses out of 172082 with flag 23604950/3818001
903.60/902.41	c cleaning 87014 clauses out of 174053 with flag 24152831/3906001
931.38/930.16	c cleaning 87982 clauses out of 176039 with flag 24705232/3995001
959.78/958.53	c cleaning 89001 clauses out of 178056 with flag 25263313/4085000
988.88/987.63	c cleaning 90011 clauses out of 180055 with flag 25829871/4176000
1018.57/1017.38	c cleaning 90993 clauses out of 182044 with flag 26398551/4268000
1048.96/1047.72	c cleaning 91977 clauses out of 184051 with flag 26973505/4361000
1079.92/1078.69	c cleaning 93024 clauses out of 186074 with flag 27559817/4455000
1111.24/1110.00	c cleaning 93981 clauses out of 188050 with flag 28151795/4550000
1143.45/1142.13	c cleaning 95019 clauses out of 190069 with flag 28746456/4646000
1175.56/1174.29	c cleaning 95988 clauses out of 192050 with flag 29352378/4743000
1209.57/1208.12	c cleaning 97017 clauses out of 194063 with flag 29960714/4841001
1243.47/1242.03	c cleaning 97998 clauses out of 196045 with flag 30577089/4940000
1278.66/1277.23	c cleaning 99007 clauses out of 198047 with flag 31203161/5040000
1314.65/1313.24	c cleaning 100020 clauses out of 200040 with flag 31827455/5141000
1351.03/1349.43	c cleaning 100996 clauses out of 202020 with flag 32460476/5243000
1387.74/1386.12	c cleaning 102000 clauses out of 204025 with flag 33096025/5346001
1425.14/1423.55	c cleaning 102968 clauses out of 206024 with flag 33746906/5450000
1463.73/1462.16	c cleaning 103991 clauses out of 208058 with flag 34397766/5555002
1503.07/1501.35	c cleaning 105002 clauses out of 210066 with flag 35050972/5661001
1542.78/1541.05	c cleaning 106011 clauses out of 212065 with flag 35715772/5768002
1583.60/1581.90	c cleaning 107026 clauses out of 214052 with flag 36381867/5876000
1624.81/1622.95	c cleaning 107977 clauses out of 216027 with flag 37053001/5985001
1666.22/1664.33	c cleaning 109019 clauses out of 218049 with flag 37741327/6095000
1708.94/1707.04	c cleaning 109975 clauses out of 220033 with flag 38431777/6206003
1752.84/1750.92	c cleaning 110936 clauses out of 222055 with flag 39131287/6318000
1797.00/1795.03	c cleaning 112053 clauses out of 224119 with flag 39830873/6431000
1800.00/1798.00	c starts		: 56890
1800.00/1798.00	c conflicts		: 6441915
1800.00/1798.00	c decisions		: 60258657
1800.00/1798.00	c propagations		: 866123497
1800.00/1798.00	c inspects		: 25096411947
1800.00/1798.00	c shortcuts		: 0
1800.00/1798.00	c learnt literals	: 2
1800.00/1798.00	c learnt binary clauses	: 66
1800.00/1798.00	c learnt ternary clauses	: 729
1800.00/1798.00	c learnt constraints	: 6441913
1800.00/1798.00	c ignored constraints	: 0
1800.00/1798.00	c root simplifications	: 0
1800.00/1798.00	c removed literals (reason simplification)	: 0
1800.00/1798.00	c reason swapping (by a shorter reason)	: 0
1800.00/1798.00	c Calls to reduceDB	: 109
1800.00/1798.00	c Number of update (reduction) of LBD	: 1366068
1800.00/1798.00	c Imported unit clauses	: 0
1800.00/1798.00	c number of reductions to clauses (during analyze)	: 0
1800.00/1798.00	c number of learned constraints concerned by reduction	: 0
1800.00/1798.00	c number of learning phase by resolution	: 0
1800.00/1798.00	c number of learning phase by cutting planes	: 0
1800.00/1798.00	c speed (assignments/second)	: 481825.3665467282
1800.00/1798.00	c non guided choices	16733
1800.00/1798.00	c timeout
1800.00/1798.03	c learnt constraints type 
1800.00/1798.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 66
1800.00/1798.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122915
1800.00/1798.03	s UNKNOWN
1800.00/1798.03	c Total wall clock time (in seconds): 1797.914

Verifier Data

ERROR: no interpretation found !

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

pid=22676
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.25 2.30 2.23 3/196 22679
/proc/meminfo: memFree=30082872/32872528 swapFree=1491540/1663236
[pid=22679] ppid=22676 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/22679/stat : 22679 (java) D 22676 22679 19710 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 29347787 2560000 46 33554432000 1073741824 1073778376 140735536978560 140735536975688 273896533287 0 0 4096 0 18446744072100764964 0 0 17 5 0 0 0 0 0
/proc/22679/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.25 2.30 2.23 3/196 22679
/proc/meminfo: memFree=30082872/32872528 swapFree=1491540/1663236
[pid=22679] ppid=22676 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22679/stat : 22679 (java) S 22676 22679 19710 0 -1 4202496 4409 0 1 0 8 1 0 0 20 0 18 0 29347787 9787879424 6040 33554432000 1073741824 1073778376 140735536978560 140735536969696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22679/statm: 2389619 6040 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.25 2.30 2.23 3/196 22679
/proc/meminfo: memFree=30082872/32872528 swapFree=1491540/1663236
[pid=22679] ppid=22676 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/22679/stat : 22679 (java) S 22676 22679 19710 0 -1 4202496 4931 0 1 0 25 1 0 0 20 0 18 0 29347787 9787879424 6987 33554432000 1073741824 1073778376 140735536978560 140735536969696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22679/statm: 2389619 6987 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300238 s]
/proc/loadavg: 2.25 2.30 2.23 3/196 22679
/proc/meminfo: memFree=30082872/32872528 swapFree=1491540/1663236
[pid=22679] ppid=22676 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/22679/stat : 22679 (java) S 22676 22679 19710 0 -1 4202496 5784 0 1 0 48 1 0 0 20 0 18 0 29347787 9787879424 9011 33554432000 1073741824 1073778376 140735536978560 140735536969696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22679/statm: 2389619 9011 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700193 s]
/proc/loadavg: 2.25 2.30 2.23 3/196 22679
/proc/meminfo: memFree=30082872/32872528 swapFree=1491540/1663236
[pid=22679] ppid=22676 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/22679/stat : 22679 (java) S 22676 22679 19710 0 -1 4202496 8533 0 1 0 128 2 0 0 20 0 19 0 29347787 9856040960 15490 33554432000 1073741824 1073778376 140735536978560 140735536969696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22679/statm: 2406260 15490 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.23 2.29 2.22 3/215 22698
/proc/meminfo: memFree=30028384/32872528 swapFree=1491540/1663236
[pid=22679] ppid=22676 vsize=9625040 CPUtime=2.18 cores=1,3,5,7
/proc/22679/stat : 22679 (java) S 22676 22679 19710 0 -1 4202496 8603 0 1 0 216 2 0 0 20 0 19 0 29347787 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140735536969696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22679/statm: 2406260 16038 2270 9 0 2396937 0
[pid=22679/tid=22681] ppid=22676 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/22679/task/22681/stat : 22681 (java) R 22676 22679 19710 0 -1 4202560 2418 0 1 0 145 1 0 0 20 0 19 0 29347788 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140254724767824 140254590387136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22682] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22682/stat : 22682 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140254713829544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22683] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22683/stat : 22683 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140254712777000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22684] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22684/stat : 22684 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140254711724456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22679/tid=22685] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22685/stat : 22685 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140254710671912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22679/tid=22686] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22686/stat : 22686 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140254709619368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22687] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22687/stat : 22687 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140254708566824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22679/tid=22688] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22688/stat : 22688 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140254562171816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22689] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22689/stat : 22689 (java) S 22676 22679 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140254561119272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22690] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22690/stat : 22690 (java) S 22676 22679 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29347790 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140254548920424 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22691] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22691/stat : 22691 (java) S 22676 22679 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29347791 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140254547866744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22692] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22692/stat : 22692 (java) S 22676 22679 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29347791 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140254546814088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22693] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22693/stat : 22693 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347793 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140254545762832 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22694] ppid=22676 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/22679/task/22694/stat : 22694 (java) S 22676 22679 19710 0 -1 4202560 2008 0 0 0 26 0 0 0 20 0 19 0 29347793 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140254544710200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22679/tid=22695] ppid=22676 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/22679/task/22695/stat : 22695 (java) S 22676 22679 19710 0 -1 4202560 2900 0 0 0 41 0 0 0 20 0 19 0 29347793 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140254543657656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22696] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22696/stat : 22696 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347793 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140254542605304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22697] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22697/stat : 22697 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347793 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140254541552968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22698] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22698/stat : 22698 (java) S 22676 22679 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29347829 9856040960 16038 33554432000 1073741824 1073778376 140735536978560 140254540497704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.23 2.29 2.22 3/215 22698
/proc/meminfo: memFree=30023916/32872528 swapFree=1491540/1663236
[pid=22679] ppid=22676 vsize=9625040 CPUtime=3.82 cores=1,3,5,7
/proc/22679/stat : 22679 (java) S 22676 22679 19710 0 -1 4202496 8621 0 1 0 379 3 0 0 20 0 19 0 29347787 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140735536969696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22679/statm: 2406260 17066 2270 9 0 2396937 0
[pid=22679/tid=22681] ppid=22676 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/22679/task/22681/stat : 22681 (java) R 22676 22679 19710 0 -1 4202560 2420 0 1 0 304 1 0 0 20 0 19 0 29347788 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140254724768056 140254590491607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22682] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22682/stat : 22682 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140254713829544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22683] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22683/stat : 22683 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140254712777000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22684] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22684/stat : 22684 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140254711724456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22679/tid=22685] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22685/stat : 22685 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140254710671912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22679/tid=22686] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22686/stat : 22686 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140254709619368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22687] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22687/stat : 22687 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140254708566824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22679/tid=22688] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22688/stat : 22688 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140254562171816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22689] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22689/stat : 22689 (java) S 22676 22679 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140254561119272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22690] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22690/stat : 22690 (java) S 22676 22679 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29347790 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140254548920424 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22691] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22691/stat : 22691 (java) S 22676 22679 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29347791 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140254547866744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22692] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22692/stat : 22692 (java) S 22676 22679 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29347791 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140254546814088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22693] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22693/stat : 22693 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347793 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140254545762832 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22694] ppid=22676 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/22679/task/22694/stat : 22694 (java) S 22676 22679 19710 0 -1 4202560 2023 0 0 0 28 0 0 0 20 0 19 0 29347793 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140254544710200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22679/tid=22695] ppid=22676 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/22679/task/22695/stat : 22695 (java) S 22676 22679 19710 0 -1 4202560 2901 0 0 0 43 0 0 0 20 0 19 0 29347793 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140254543657656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22696] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22696/stat : 22696 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347793 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140254542605304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22697] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22697/stat : 22697 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347793 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140254541552968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22698] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22698/stat : 22698 (java) S 22676 22679 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29347829 9856040960 17066 33554432000 1073741824 1073778376 140735536978560 140254540497704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.23 2.29 2.22 3/215 22698
/proc/meminfo: memFree=30019084/32872528 swapFree=1491540/1663236
[pid=22679] ppid=22676 vsize=9625040 CPUtime=7.04 cores=1,3,5,7
/proc/22679/stat : 22679 (java) S 22676 22679 19710 0 -1 4202496 8681 0 1 0 700 4 0 0 20 0 19 0 29347787 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140735536969696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22679/statm: 2406260 18083 2271 9 0 2396937 0
[pid=22679/tid=22681] ppid=22676 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/22679/task/22681/stat : 22681 (java) R 22676 22679 19710 0 -1 4202560 2424 0 1 0 622 1 0 0 20 0 19 0 29347788 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140254724767976 140254590367924 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22682] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22682/stat : 22682 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140254713829544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22683] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22683/stat : 22683 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140254712777000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22684] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22684/stat : 22684 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140254711724456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22679/tid=22685] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22685/stat : 22685 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140254710671912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22679/tid=22686] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22686/stat : 22686 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140254709619368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22687] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22687/stat : 22687 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140254708566824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22679/tid=22688] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22688/stat : 22688 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140254562171816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22689] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22689/stat : 22689 (java) S 22676 22679 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29347789 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140254561119272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22690] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22690/stat : 22690 (java) S 22676 22679 19710 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29347790 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140254548920424 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22691] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22691/stat : 22691 (java) S 22676 22679 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29347791 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140254547866744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22692] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22692/stat : 22692 (java) S 22676 22679 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29347791 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140254546814088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22693] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22693/stat : 22693 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347793 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140254545762832 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22694] ppid=22676 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/22679/task/22694/stat : 22694 (java) S 22676 22679 19710 0 -1 4202560 2078 0 0 0 30 0 0 0 20 0 19 0 29347793 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140254544710200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22695] ppid=22676 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/22679/task/22695/stat : 22695 (java) S 22676 22679 19710 0 -1 4202560 2901 0 0 0 44 0 0 0 20 0 19 0 29347793 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140254543657656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22696] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22696/stat : 22696 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347793 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140254542605304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22697] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22697/stat : 22697 (java) S 22676 22679 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29347793 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140254541552968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22698] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22698/stat : 22698 (java) S 22676 22679 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29347829 9856040960 18083 33554432000 1073741824 1073778376 140735536978560 140254540497704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9625040


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

[pid=22679/tid=22698] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22698/stat : 22698 (java) S 22676 22679 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29347829 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254540497704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1664.22
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.31 2.27 2.21 3/215 22829
/proc/meminfo: memFree=29763680/32872528 swapFree=1491540/1663236
[pid=22679] ppid=22676 vsize=9625040 CPUtime=1724.24 cores=1,3,5,7
/proc/22679/stat : 22679 (java) S 22676 22679 19710 0 -1 4202496 10588 0 1 0 172360 64 0 0 20 0 19 0 29347787 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140735536969696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22679/statm: 2406260 84314 2285 9 0 2396937 0
[pid=22679/tid=22681] ppid=22676 vsize=9625040 CPUtime=1717.21 cores=1,3,5,7
/proc/22679/task/22681/stat : 22681 (java) R 22676 22679 19710 0 -1 4202560 2481 0 1 0 171688 33 0 0 20 0 19 0 29347788 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254724759328 140254590443708 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22679/tid=22682] ppid=22676 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/22679/task/22682/stat : 22682 (java) S 22676 22679 19710 0 -1 4202560 213 0 0 0 19 4 0 0 20 0 19 0 29347789 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254713829544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22679/tid=22683] ppid=22676 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/22679/task/22683/stat : 22683 (java) S 22676 22679 19710 0 -1 4202560 237 0 0 0 12 3 0 0 20 0 19 0 29347789 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254712777000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22684] ppid=22676 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22679/task/22684/stat : 22684 (java) S 22676 22679 19710 0 -1 4202560 30 0 0 0 11 2 0 0 20 0 19 0 29347789 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254711724456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22679/tid=22685] ppid=22676 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22679/task/22685/stat : 22685 (java) S 22676 22679 19710 0 -1 4202560 40 0 0 0 16 2 0 0 20 0 19 0 29347789 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254710671912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22686] ppid=22676 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/22679/task/22686/stat : 22686 (java) S 22676 22679 19710 0 -1 4202560 265 0 0 0 17 4 0 0 20 0 19 0 29347789 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254709619368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22679/tid=22687] ppid=22676 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/22679/task/22687/stat : 22687 (java) S 22676 22679 19710 0 -1 4202560 150 0 0 0 10 1 0 0 20 0 19 0 29347789 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254708566824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22688] ppid=22676 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/22679/task/22688/stat : 22688 (java) S 22676 22679 19710 0 -1 4202560 38 0 0 0 11 3 0 0 20 0 19 0 29347789 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254562171816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22689] ppid=22676 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22679/task/22689/stat : 22689 (java) S 22676 22679 19710 0 -1 4202560 269 0 0 0 11 2 0 0 20 0 19 0 29347789 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254561119272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22690] ppid=22676 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/22679/task/22690/stat : 22690 (java) S 22676 22679 19710 0 -1 4202560 68 0 0 0 0 3 0 0 20 0 19 0 29347790 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254548920424 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22679/tid=22691] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22691/stat : 22691 (java) S 22676 22679 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29347791 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254547866744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22692] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22692/stat : 22692 (java) S 22676 22679 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29347791 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254546814088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22693] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22693/stat : 22693 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347793 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254545762832 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22694] ppid=22676 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/22679/task/22694/stat : 22694 (java) S 22676 22679 19710 0 -1 4202560 2533 0 0 0 33 0 0 0 20 0 19 0 29347793 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254544710200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22695] ppid=22676 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/22679/task/22695/stat : 22695 (java) S 22676 22679 19710 0 -1 4202560 2901 0 0 0 44 0 0 0 20 0 19 0 29347793 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254543657656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22696] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22696/stat : 22696 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347793 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254542605304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22697] ppid=22676 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/22679/task/22697/stat : 22697 (java) S 22676 22679 19710 0 -1 4202560 100 0 0 0 31 38 0 0 20 0 19 0 29347793 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254541552968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22698] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22698/stat : 22698 (java) S 22676 22679 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29347829 9856040960 84314 33554432000 1073741824 1073778376 140735536978560 140254540497704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.24
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.25 2.20 3/215 22830
/proc/meminfo: memFree=29751148/32872528 swapFree=1491540/1663236
[pid=22679] ppid=22676 vsize=9625040 CPUtime=1784.29 cores=1,3,5,7
/proc/22679/stat : 22679 (java) S 22676 22679 19710 0 -1 4202496 10616 0 1 0 178363 66 0 0 20 0 19 0 29347787 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140735536969696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22679/statm: 2406260 87385 2285 9 0 2396937 0
[pid=22679/tid=22681] ppid=22676 vsize=9625040 CPUtime=1777.04 cores=1,3,5,7
/proc/22679/task/22681/stat : 22681 (java) R 22676 22679 19710 0 -1 4202560 2482 0 1 0 177670 34 0 0 20 0 19 0 29347788 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254724767040 140254590378545 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22679/tid=22682] ppid=22676 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/22679/task/22682/stat : 22682 (java) S 22676 22679 19710 0 -1 4202560 213 0 0 0 19 4 0 0 20 0 19 0 29347789 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254713829544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22679/tid=22683] ppid=22676 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22679/task/22683/stat : 22683 (java) S 22676 22679 19710 0 -1 4202560 243 0 0 0 13 3 0 0 20 0 19 0 29347789 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254712777000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22684] ppid=22676 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22679/task/22684/stat : 22684 (java) S 22676 22679 19710 0 -1 4202560 30 0 0 0 11 2 0 0 20 0 19 0 29347789 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254711724456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22679/tid=22685] ppid=22676 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22679/task/22685/stat : 22685 (java) S 22676 22679 19710 0 -1 4202560 40 0 0 0 16 2 0 0 20 0 19 0 29347789 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254710671912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22686] ppid=22676 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/22679/task/22686/stat : 22686 (java) S 22676 22679 19710 0 -1 4202560 270 0 0 0 18 4 0 0 20 0 19 0 29347789 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254709619368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22679/tid=22687] ppid=22676 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/22679/task/22687/stat : 22687 (java) S 22676 22679 19710 0 -1 4202560 154 0 0 0 11 1 0 0 20 0 19 0 29347789 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254708566824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22688] ppid=22676 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22679/task/22688/stat : 22688 (java) S 22676 22679 19710 0 -1 4202560 44 0 0 0 13 3 0 0 20 0 19 0 29347789 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254562171816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22689] ppid=22676 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22679/task/22689/stat : 22689 (java) S 22676 22679 19710 0 -1 4202560 269 0 0 0 11 2 0 0 20 0 19 0 29347789 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254561119272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22690] ppid=22676 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/22679/task/22690/stat : 22690 (java) S 22676 22679 19710 0 -1 4202560 70 0 0 0 0 3 0 0 20 0 19 0 29347790 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254548920424 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22679/tid=22691] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22691/stat : 22691 (java) S 22676 22679 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29347791 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254547866744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22692] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22692/stat : 22692 (java) S 22676 22679 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29347791 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254546814088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22693] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22693/stat : 22693 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347793 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254545762832 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22694] ppid=22676 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/22679/task/22694/stat : 22694 (java) S 22676 22679 19710 0 -1 4202560 2533 0 0 0 33 0 0 0 20 0 19 0 29347793 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254544710200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22695] ppid=22676 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/22679/task/22695/stat : 22695 (java) S 22676 22679 19710 0 -1 4202560 2901 0 0 0 44 0 0 0 20 0 19 0 29347793 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254543657656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22696] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22696/stat : 22696 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347793 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254542605304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22697] ppid=22676 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/22679/task/22697/stat : 22697 (java) S 22676 22679 19710 0 -1 4202560 104 0 0 0 33 39 0 0 20 0 19 0 29347793 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254541552968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22698] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22698/stat : 22698 (java) S 22676 22679 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29347829 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254540497704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.29
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.17 2.24 2.20 4/214 22830
/proc/meminfo: memFree=29751156/32872528 swapFree=1491540/1663236
[pid=22679] ppid=22676 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/22679/stat : 22679 (java) S 22676 22679 19710 0 -1 4202496 10616 0 1 0 179933 67 0 0 20 0 19 0 29347787 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140735536969696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22679/statm: 2406260 87385 2285 9 0 2396937 0
[pid=22679/tid=22681] ppid=22676 vsize=9625040 CPUtime=1792.7 cores=1,3,5,7
/proc/22679/task/22681/stat : 22681 (java) R 22676 22679 19710 0 -1 4202560 2482 0 1 0 179236 34 0 0 20 0 19 0 29347788 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254724759328 140254590429962 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22679/tid=22682] ppid=22676 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/22679/task/22682/stat : 22682 (java) S 22676 22679 19710 0 -1 4202560 213 0 0 0 19 4 0 0 20 0 19 0 29347789 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254713829544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22679/tid=22683] ppid=22676 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22679/task/22683/stat : 22683 (java) S 22676 22679 19710 0 -1 4202560 243 0 0 0 13 3 0 0 20 0 19 0 29347789 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254712777000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22684] ppid=22676 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22679/task/22684/stat : 22684 (java) S 22676 22679 19710 0 -1 4202560 30 0 0 0 11 2 0 0 20 0 19 0 29347789 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254711724456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22679/tid=22685] ppid=22676 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/22679/task/22685/stat : 22685 (java) S 22676 22679 19710 0 -1 4202560 40 0 0 0 16 2 0 0 20 0 19 0 29347789 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254710671912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22686] ppid=22676 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/22679/task/22686/stat : 22686 (java) S 22676 22679 19710 0 -1 4202560 270 0 0 0 18 4 0 0 20 0 19 0 29347789 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254709619368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22679/tid=22687] ppid=22676 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/22679/task/22687/stat : 22687 (java) S 22676 22679 19710 0 -1 4202560 154 0 0 0 11 1 0 0 20 0 19 0 29347789 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254708566824 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22688] ppid=22676 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/22679/task/22688/stat : 22688 (java) S 22676 22679 19710 0 -1 4202560 44 0 0 0 13 3 0 0 20 0 19 0 29347789 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254562171816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22689] ppid=22676 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/22679/task/22689/stat : 22689 (java) S 22676 22679 19710 0 -1 4202560 269 0 0 0 11 2 0 0 20 0 19 0 29347789 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254561119272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22690] ppid=22676 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/22679/task/22690/stat : 22690 (java) S 22676 22679 19710 0 -1 4202560 70 0 0 0 0 3 0 0 20 0 19 0 29347790 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254548920424 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22679/tid=22691] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22691/stat : 22691 (java) S 22676 22679 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29347791 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254547866744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22692] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22692/stat : 22692 (java) S 22676 22679 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29347791 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254546814088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22693] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22693/stat : 22693 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347793 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254545762832 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22694] ppid=22676 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/22679/task/22694/stat : 22694 (java) S 22676 22679 19710 0 -1 4202560 2533 0 0 0 33 0 0 0 20 0 19 0 29347793 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254544710200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22695] ppid=22676 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/22679/task/22695/stat : 22695 (java) S 22676 22679 19710 0 -1 4202560 2901 0 0 0 44 0 0 0 20 0 19 0 29347793 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254543657656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22696] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22696/stat : 22696 (java) S 22676 22679 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29347793 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254542605304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22679/tid=22697] ppid=22676 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/22679/task/22697/stat : 22697 (java) S 22676 22679 19710 0 -1 4202560 104 0 0 0 33 40 0 0 20 0 19 0 29347793 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254541552968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22679/tid=22698] ppid=22676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22679/task/22698/stat : 22698 (java) S 22676 22679 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29347829 9856040960 87385 33554432000 1073741824 1073778376 140735536978560 140254540497704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 22679 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 22679 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=758155
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=121829
# CPU time returned by wait4() is 1795.88
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.03
CPU time (s): 1800
CPU user time (s): 1799.33
CPU system time (s): 0.67
CPU usage (%): 100.109
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.76
system time used= 1.12183
maximum resident set size= 349660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10651
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38438
involuntary context switches= 14125

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.78151 second user time and 14.8037 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 19:44:55
IDJOB=4116737
IDBENCH=109507
IDSOLVER=2546
FILE ID=node134/4116737-1466963095
RUNJOBID= node134-1466945036-19727
PBS_JOBID= 19976362
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size128-round22-9.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116737-1466963095/watcher-4116737-1466963095 -o /tmp/evaluation-result-4116737-1466963095/solver-4116737-1466963095 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19727 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116737-1466963095.opb

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

MD5SUM BENCH= e8a738cf7590f85f00990ec3208c8753
RANDOM SEED=1161432327

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30083136 kB
Buffers:           25528 kB
Cached:           112860 kB
SwapCached:         1316 kB
Active:           311924 kB
Inactive:         115416 kB
Active(anon):     288948 kB
Inactive(anon):     2484 kB
Active(file):      22976 kB
Inactive(file):   112932 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099124 kB
Dirty:              1188 kB
Writeback:             0 kB
AnonPages:       1951312 kB
Mapped:            15320 kB
Shmem:                 0 kB
Slab:             565492 kB
SReclaimable:       9100 kB
SUnreclaim:       556392 kB
KernelStack:        1600 kB
PageTables:         7624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2416748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    438272 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= 71692 MiB
End job on node134 at 2016-06-26 20:14:53