Trace number 4116425

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.61 1797.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round21-1.opb
MD5SUM907f30a05b9ed7b75c264702b2bb4940
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 benchmark65.3621
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7936
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints832
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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4116425-1466953908.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.70/0.40	c ... done. Wall clock time 0.281s.
0.70/0.40	c declared #vars     3968
0.70/0.40	c #constraints  9216
0.70/0.40	c constraints type 
0.70/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.70/0.40	c org.sat4j.specs.Constr$1 => 936
0.70/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.70/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.70/0.40	c 9216 constraints processed.
1.62/1.06	c cleaning 2496 clauses out of 4998 with flag 15343/5000
2.40/1.75	c cleaning 4244 clauses out of 8502 with flag 37259/11000
3.19/2.53	c cleaning 5621 clauses out of 11258 with flag 65865/18000
4.10/3.42	c cleaning 6813 clauses out of 13638 with flag 100298/26001
5.10/4.47	c cleaning 7894 clauses out of 15824 with flag 141470/35000
6.30/5.69	c cleaning 8950 clauses out of 17931 with flag 187888/45001
7.69/7.04	c cleaning 9960 clauses out of 19980 with flag 243704/56000
9.09/8.48	c cleaning 11004 clauses out of 22021 with flag 306420/68001
10.79/10.14	c cleaning 11994 clauses out of 24017 with flag 373584/81001
12.70/12.01	c cleaning 12991 clauses out of 26023 with flag 447347/95001
14.80/14.10	c cleaning 14002 clauses out of 28032 with flag 530215/110001
17.00/16.35	c cleaning 15002 clauses out of 30029 with flag 619778/126000
19.41/18.76	c cleaning 16014 clauses out of 32027 with flag 714193/143000
22.00/21.32	c cleaning 16987 clauses out of 34014 with flag 817921/161001
24.80/24.12	c cleaning 17988 clauses out of 36026 with flag 928208/180000
27.80/27.16	c cleaning 19004 clauses out of 38039 with flag 1043617/200001
31.10/30.46	c cleaning 20007 clauses out of 40034 with flag 1168563/221000
34.60/33.95	c cleaning 21003 clauses out of 42027 with flag 1298942/243000
38.20/37.58	c cleaning 21982 clauses out of 44025 with flag 1437560/266001
42.20/41.55	c cleaning 22981 clauses out of 46043 with flag 1581983/290001
46.50/45.83	c cleaning 24000 clauses out of 48061 with flag 1730380/315000
51.10/50.43	c cleaning 25002 clauses out of 50061 with flag 1885538/341000
55.81/55.19	c cleaning 26004 clauses out of 52059 with flag 2051561/368000
60.74/60.06	c cleaning 27020 clauses out of 54055 with flag 2226493/396000
65.54/64.82	c cleaning 27992 clauses out of 56035 with flag 2402707/425000
70.44/69.75	c cleaning 29015 clauses out of 58045 with flag 2588072/455002
75.74/75.04	c cleaning 29987 clauses out of 60028 with flag 2779608/486000
81.15/80.45	c cleaning 30998 clauses out of 62041 with flag 2977924/518000
87.04/86.34	c cleaning 32015 clauses out of 64043 with flag 3183055/551000
93.25/92.58	c cleaning 33007 clauses out of 66028 with flag 3393113/585000
99.85/99.15	c cleaning 33964 clauses out of 68021 with flag 3613845/620000
106.64/105.92	c cleaning 35008 clauses out of 70058 with flag 3840774/656001
113.64/112.96	c cleaning 36012 clauses out of 72049 with flag 4071126/693000
121.04/120.37	c cleaning 37004 clauses out of 74038 with flag 4311800/731001
128.64/127.94	c cleaning 37984 clauses out of 76034 with flag 4557848/770001
136.84/136.11	c cleaning 39014 clauses out of 78049 with flag 4813696/810000
145.35/144.63	c cleaning 40013 clauses out of 80035 with flag 5076615/851000
153.80/153.02	c cleaning 40977 clauses out of 82022 with flag 5341554/893000
162.29/161.54	c cleaning 41993 clauses out of 84046 with flag 5615815/936001
171.20/170.43	c cleaning 42996 clauses out of 86052 with flag 5895818/980000
180.40/179.69	c cleaning 44009 clauses out of 88056 with flag 6184909/1025000
190.11/189.38	c cleaning 44996 clauses out of 90047 with flag 6477533/1071000
200.10/199.38	c cleaning 46002 clauses out of 92051 with flag 6780252/1118000
210.40/209.62	c cleaning 47021 clauses out of 94049 with flag 7086521/1166000
221.00/220.28	c cleaning 47983 clauses out of 96028 with flag 7398175/1215000
232.60/231.80	c cleaning 49015 clauses out of 98046 with flag 7721675/1265001
244.41/243.62	c cleaning 49990 clauses out of 100030 with flag 8051343/1316000
256.15/255.39	c cleaning 50996 clauses out of 102041 with flag 8386614/1368001
268.16/267.31	c cleaning 51999 clauses out of 104044 with flag 8733444/1421000
280.75/279.94	c cleaning 52996 clauses out of 106045 with flag 9081880/1475000
293.56/292.75	c cleaning 54009 clauses out of 108051 with flag 9437591/1530002
307.05/306.21	c cleaning 54982 clauses out of 110041 with flag 9800321/1586001
320.96/320.14	c cleaning 56006 clauses out of 112058 with flag 10167668/1643000
335.36/334.55	c cleaning 56995 clauses out of 114052 with flag 10544198/1701000
350.16/349.36	c cleaning 58003 clauses out of 116057 with flag 10928954/1760000
365.21/364.38	c cleaning 58993 clauses out of 118055 with flag 11318321/1820001
380.21/379.35	c cleaning 60013 clauses out of 120061 with flag 11714428/1881000
395.91/395.05	c cleaning 61018 clauses out of 122049 with flag 12122175/1943001
412.12/411.24	c cleaning 62012 clauses out of 124030 with flag 12535052/2006000
428.42/427.58	c cleaning 62977 clauses out of 126018 with flag 12955822/2070000
445.33/444.48	c cleaning 63988 clauses out of 128041 with flag 13383981/2135000
462.54/461.65	c cleaning 65008 clauses out of 130055 with flag 13821005/2201002
480.47/479.55	c cleaning 65996 clauses out of 132045 with flag 14260656/2268000
498.97/498.04	c cleaning 67007 clauses out of 134049 with flag 14708372/2336000
517.86/516.90	c cleaning 68011 clauses out of 136042 with flag 15158117/2405000
537.17/536.22	c cleaning 68986 clauses out of 138031 with flag 15616521/2475000
557.46/556.54	c cleaning 69998 clauses out of 140045 with flag 16081621/2546000
578.26/577.36	c cleaning 70982 clauses out of 142047 with flag 16554598/2618000
599.72/598.70	c cleaning 72028 clauses out of 144065 with flag 17036250/2691000
620.92/619.91	c cleaning 72988 clauses out of 146038 with flag 17528527/2765001
643.44/642.49	c cleaning 74009 clauses out of 148049 with flag 18014130/2840000
666.14/665.17	c cleaning 75012 clauses out of 150044 with flag 18512521/2916004
689.75/688.72	c cleaning 75981 clauses out of 152028 with flag 19012896/2993000
713.96/712.97	c cleaning 77024 clauses out of 154047 with flag 19525581/3071000
738.53/737.44	c cleaning 77992 clauses out of 156023 with flag 20044730/3150000
763.14/762.07	c cleaning 79001 clauses out of 158033 with flag 20566095/3230002
788.94/787.87	c cleaning 79990 clauses out of 160031 with flag 21099493/3311001
815.46/814.37	c cleaning 81011 clauses out of 162040 with flag 21637640/3393000
842.46/841.34	c cleaning 81988 clauses out of 164029 with flag 22176446/3476000
869.95/868.76	c cleaning 83010 clauses out of 166042 with flag 22724736/3560001
898.26/897.05	c cleaning 83999 clauses out of 168032 with flag 23285079/3645001
926.76/925.54	c cleaning 84973 clauses out of 170032 with flag 23847147/3731000
956.47/955.27	c cleaning 85974 clauses out of 172059 with flag 24418007/3818000
986.58/985.28	c cleaning 87022 clauses out of 174085 with flag 24995566/3906000
1017.29/1015.97	c cleaning 88022 clauses out of 176063 with flag 25581536/3995000
1048.99/1047.60	c cleaning 88999 clauses out of 178041 with flag 26172660/4085000
1081.10/1079.75	c cleaning 90005 clauses out of 180042 with flag 26772871/4176000
1114.32/1112.86	c cleaning 91007 clauses out of 182037 with flag 27372102/4268000
1147.83/1146.37	c cleaning 91998 clauses out of 184031 with flag 27980865/4361001
1182.13/1180.65	c cleaning 92996 clauses out of 186033 with flag 28591824/4455001
1217.44/1215.90	c cleaning 93980 clauses out of 188037 with flag 29211607/4550001
1252.56/1250.90	c cleaning 95022 clauses out of 190056 with flag 29844285/4646000
1288.68/1287.03	c cleaning 96001 clauses out of 192034 with flag 30480238/4743000
1325.67/1324.04	c cleaning 96998 clauses out of 194033 with flag 31119111/4841000
1363.38/1361.60	c cleaning 98008 clauses out of 196036 with flag 31765208/4940001
1402.19/1400.49	c cleaning 99010 clauses out of 198027 with flag 32419460/5040000
1440.99/1439.25	c cleaning 99977 clauses out of 200017 with flag 33084716/5141000
1481.51/1479.70	c cleaning 101010 clauses out of 202043 with flag 33747438/5243003
1522.15/1520.25	c cleaning 101998 clauses out of 204030 with flag 34422826/5346000
1563.85/1561.99	c cleaning 103012 clauses out of 206032 with flag 35102900/5450000
1606.37/1604.43	c cleaning 103993 clauses out of 208022 with flag 35794102/5555002
1649.85/1647.79	c cleaning 105003 clauses out of 210027 with flag 36487258/5661000
1694.36/1692.20	c cleaning 106007 clauses out of 212024 with flag 37190961/5768000
1739.96/1737.82	c cleaning 106978 clauses out of 214017 with flag 37900636/5876000
1785.73/1783.55	c cleaning 107990 clauses out of 216039 with flag 38610249/5985000
1800.04/1797.80	c starts		: 58218
1800.04/1797.80	c conflicts		: 6027088
1800.04/1797.80	c decisions		: 49203145
1800.04/1797.80	c propagations		: 789806747
1800.04/1797.80	c inspects		: 25084377506
1800.04/1797.80	c shortcuts		: 0
1800.04/1797.80	c learnt literals	: 2
1800.04/1797.80	c learnt binary clauses	: 67
1800.04/1797.80	c learnt ternary clauses	: 914
1800.04/1797.80	c learnt constraints	: 6027086
1800.04/1797.80	c ignored constraints	: 0
1800.04/1797.80	c root simplifications	: 0
1800.04/1797.80	c removed literals (reason simplification)	: 0
1800.04/1797.80	c reason swapping (by a shorter reason)	: 0
1800.04/1797.80	c Calls to reduceDB	: 105
1800.04/1797.80	c Number of update (reduction) of LBD	: 1280430
1800.04/1797.80	c Imported unit clauses	: 0
1800.04/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.80	c number of learned constraints concerned by reduction	: 0
1800.04/1797.80	c number of learning phase by resolution	: 0
1800.04/1797.80	c number of learning phase by cutting planes	: 0
1800.04/1797.80	c speed (assignments/second)	: 439416.72740261204
1800.04/1797.80	c non guided choices	7437
1800.04/1797.80	c timeout
1800.04/1797.83	c learnt constraints type 
1800.04/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 67
1800.04/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 150070
1800.04/1797.83	s UNKNOWN
1800.04/1797.83	c Total wall clock time (in seconds): 1797.715

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-4116425-1466953908/watcher-4116425-1466953908 -o /tmp/evaluation-result-4116425-1466953908/solver-4116425-1466953908 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19070 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116425-1466953908.opb 

pid=20615
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.15 2.19 2.18 4/194 20618
/proc/meminfo: memFree=29954744/32872528 swapFree=1643088/1798432
[pid=20618] ppid=20615 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/20618/stat : 20618 (java) R 20615 20618 19053 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 28429972 278528 33 33554432000 1073741824 1073778376 140736999946464 140735844378536 260181159207 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20618/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.15 2.19 2.18 4/194 20618
/proc/meminfo: memFree=29954744/32872528 swapFree=1643088/1798432
[pid=20618] ppid=20615 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/20618/stat : 20618 (java) S 20615 20618 19053 0 -1 4202496 4397 0 1 0 8 0 0 0 20 0 18 0 28429972 9787879424 6036 33554432000 1073741824 1073778376 140736999946464 140736999937600 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20618/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.15 2.19 2.18 4/194 20618
/proc/meminfo: memFree=29954744/32872528 swapFree=1643088/1798432
[pid=20618] ppid=20615 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/20618/stat : 20618 (java) S 20615 20618 19053 0 -1 4202496 4860 0 1 0 25 0 0 0 20 0 18 0 28429972 9787879424 6925 33554432000 1073741824 1073778376 140736999946464 140736999937600 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20618/statm: 2389619 6928 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30025 s]
/proc/loadavg: 2.15 2.19 2.18 4/194 20618
/proc/meminfo: memFree=29954744/32872528 swapFree=1643088/1798432
[pid=20618] ppid=20615 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/20618/stat : 20618 (java) S 20615 20618 19053 0 -1 4202496 5744 0 1 0 48 1 0 0 20 0 18 0 28429972 9787879424 8982 33554432000 1073741824 1073778376 140736999946464 140736999937600 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20618/statm: 2389619 8982 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 2.15 2.19 2.18 4/194 20618
/proc/meminfo: memFree=29954744/32872528 swapFree=1643088/1798432
[pid=20618] ppid=20615 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/20618/stat : 20618 (java) S 20615 20618 19053 0 -1 4202496 8812 0 1 0 130 1 0 0 20 0 19 0 28429972 9856040960 14473 33554432000 1073741824 1073778376 140736999946464 140736999937600 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20618/statm: 2406260 14473 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625040

[startup+1.50089 s]
/proc/loadavg: 2.15 2.19 2.18 4/213 20637
/proc/meminfo: memFree=29904240/32872528 swapFree=1643088/1798432
[pid=20618] ppid=20615 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/20618/stat : 20618 (java) S 20615 20618 19053 0 -1 4202496 9057 0 1 0 216 1 0 0 20 0 19 0 28429972 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140736999937600 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20618/statm: 2406260 14480 2269 9 0 2396937 0
[pid=20618/tid=20620] ppid=20615 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/20618/task/20620/stat : 20620 (java) R 20615 20618 19053 0 -1 4202560 2423 0 1 0 146 0 0 0 20 0 19 0 28429973 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140451302871272 140451152204612 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20621] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20621/stat : 20621 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140451275324200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20622] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20622/stat : 20622 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140451274271400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20623] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20623/stat : 20623 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140451273219112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20624] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20624/stat : 20624 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140451272166312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20625] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20625/stat : 20625 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140451271113000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20626] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20626/stat : 20626 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140451140642984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20627] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20627/stat : 20627 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140451139590696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20628] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20628/stat : 20628 (java) S 20615 20618 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140451138537896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20629] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20629/stat : 20629 (java) S 20615 20618 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28429975 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140450655591144 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20630] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20630/stat : 20630 (java) S 20615 20618 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28429976 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140450654537208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20631] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20631/stat : 20631 (java) S 20615 20618 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28429976 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140450653484808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20632] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20632/stat : 20632 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429978 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140450652433296 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20633] ppid=20615 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/20618/task/20633/stat : 20633 (java) S 20615 20618 19053 0 -1 4202560 2395 0 0 0 28 0 0 0 20 0 19 0 28429978 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140450651379896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20634] ppid=20615 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/20618/task/20634/stat : 20634 (java) S 20615 20618 19053 0 -1 4202560 2962 0 0 0 40 0 0 0 20 0 19 0 28429978 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140450650327096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20635] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20635/stat : 20635 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429978 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140450649275000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20636] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20636/stat : 20636 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429978 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140450648222408 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20637] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20637/stat : 20637 (java) S 20615 20618 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28430013 9856040960 14480 33554432000 1073741824 1073778376 140736999946464 140450647168424 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.22 2.20 2.18 4/213 20637
/proc/meminfo: memFree=29901572/32872528 swapFree=1643088/1798432
[pid=20618] ppid=20615 vsize=9625040 CPUtime=3.8 cores=1,3,5,7
/proc/20618/stat : 20618 (java) S 20615 20618 19053 0 -1 4202496 9061 0 1 0 378 2 0 0 20 0 19 0 28429972 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140736999937600 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20618/statm: 2406260 15505 2270 9 0 2396937 0
[pid=20618/tid=20620] ppid=20615 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/20618/task/20620/stat : 20620 (java) R 20615 20618 19053 0 -1 4202560 2426 0 1 0 304 0 0 0 20 0 19 0 28429973 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140451302871368 140451152264449 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20621] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20621/stat : 20621 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140451275324200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20622] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20622/stat : 20622 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140451274271400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20623] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20623/stat : 20623 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140451273219112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20624] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20624/stat : 20624 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140451272166312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20625] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20625/stat : 20625 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140451271113000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20626] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20626/stat : 20626 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140451140642984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20627] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20627/stat : 20627 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140451139590696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20628] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20628/stat : 20628 (java) S 20615 20618 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140451138537896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20629] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20629/stat : 20629 (java) S 20615 20618 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28429975 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140450655591144 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20630] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20630/stat : 20630 (java) S 20615 20618 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28429976 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140450654537208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20631] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20631/stat : 20631 (java) S 20615 20618 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28429976 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140450653484808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20632] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20632/stat : 20632 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429978 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140450652433296 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20633] ppid=20615 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20618/task/20633/stat : 20633 (java) S 20615 20618 19053 0 -1 4202560 2395 0 0 0 30 0 0 0 20 0 19 0 28429978 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140450651379896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20634] ppid=20615 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/20618/task/20634/stat : 20634 (java) S 20615 20618 19053 0 -1 4202560 2963 0 0 0 42 0 0 0 20 0 19 0 28429978 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140450650327096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20635] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20635/stat : 20635 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429978 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140450649275000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20636] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20636/stat : 20636 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429978 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140450648222408 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20637] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20637/stat : 20637 (java) S 20615 20618 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28430013 9856040960 15505 33554432000 1073741824 1073778376 140736999946464 140450647168424 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9625040

[startup+6.3009 s]
/proc/loadavg: 2.22 2.20 2.18 3/213 20637
/proc/meminfo: memFree=29893288/32872528 swapFree=1643088/1798432
[pid=20618] ppid=20615 vsize=9625040 CPUtime=6.99 cores=1,3,5,7
/proc/20618/stat : 20618 (java) S 20615 20618 19053 0 -1 4202496 9066 0 1 0 697 2 0 0 20 0 19 0 28429972 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140736999937600 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20618/statm: 2406260 17026 2271 9 0 2396937 0
[pid=20618/tid=20620] ppid=20615 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/20618/task/20620/stat : 20620 (java) R 20615 20618 19053 0 -1 4202560 2430 0 1 0 623 0 0 0 20 0 19 0 28429973 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140451302871464 140451152194117 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20621] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20621/stat : 20621 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140451275324200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20622] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20622/stat : 20622 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140451274271400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20623] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20623/stat : 20623 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140451273219112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20624] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20624/stat : 20624 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140451272166312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20625] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20625/stat : 20625 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140451271113000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20626] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20626/stat : 20626 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140451140642984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20627] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20627/stat : 20627 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140451139590696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20628] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20628/stat : 20628 (java) S 20615 20618 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28429974 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140451138537896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20629] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20629/stat : 20629 (java) S 20615 20618 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28429975 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140450655591144 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20618/tid=20630] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20630/stat : 20630 (java) S 20615 20618 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28429976 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140450654537208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20631] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20631/stat : 20631 (java) S 20615 20618 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28429976 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140450653484808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20632] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20632/stat : 20632 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429978 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140450652433296 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20633] ppid=20615 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20618/task/20633/stat : 20633 (java) S 20615 20618 19053 0 -1 4202560 2395 0 0 0 30 0 0 0 20 0 19 0 28429978 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140450651379896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20634] ppid=20615 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/20618/task/20634/stat : 20634 (java) S 20615 20618 19053 0 -1 4202560 2963 0 0 0 43 0 0 0 20 0 19 0 28429978 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140450650327096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20635] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20635/stat : 20635 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429978 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140450649275000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20636] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20636/stat : 20636 (java) S 20615 20618 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28429978 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140450648222408 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20618/tid=20637] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20637/stat : 20637 (java) S 20615 20618 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28430013 9856040960 17026 33554432000 1073741824 1073778376 140736999946464 140450647168424 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 9625040


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

[pid=20618/tid=20630] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20630/stat : 20630 (java) S 20615 20618 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28429976 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140450654537208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20631] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20631/stat : 20631 (java) S 20615 20618 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28429976 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140450653484808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20632] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20632/stat : 20632 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429978 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140450652433296 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20633] ppid=20615 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20618/task/20633/stat : 20633 (java) S 20615 20618 19053 0 -1 4202560 2395 0 0 0 30 0 0 0 20 0 19 0 28429978 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140450651379896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20634] ppid=20615 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/20618/task/20634/stat : 20634 (java) S 20615 20618 19053 0 -1 4202560 3332 0 0 0 47 0 0 0 20 0 19 0 28429978 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140450650327096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20635] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20635/stat : 20635 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429978 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140450649275000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20636] ppid=20615 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/20618/task/20636/stat : 20636 (java) S 20615 20618 19053 0 -1 4202560 96 0 0 0 34 34 0 0 20 0 19 0 28429978 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140450648222408 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20637] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20637/stat : 20637 (java) S 20615 20618 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28430013 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140450647168424 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1664.44
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.36 2.30 2.24 3/214 20745
/proc/meminfo: memFree=29594696/32872528 swapFree=1643088/1798432
[pid=20618] ppid=20615 vsize=9625040 CPUtime=1724.46 cores=1,3,5,7
/proc/20618/stat : 20618 (java) S 20615 20618 19053 0 -1 4202496 10974 0 1 0 172390 56 0 0 20 0 19 0 28429972 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140736999937600 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20618/statm: 2406260 95240 2285 9 0 2396937 0
[pid=20618/tid=20620] ppid=20615 vsize=9625040 CPUtime=1721.76 cores=1,3,5,7
/proc/20618/task/20620/stat : 20620 (java) R 20615 20618 19053 0 -1 4202560 2490 0 1 0 172147 29 0 0 20 0 19 0 28429973 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140451302862624 140451152266855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20618/tid=20621] ppid=20615 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20618/task/20621/stat : 20621 (java) S 20615 20618 19053 0 -1 4202560 88 0 0 0 15 4 0 0 20 0 19 0 28429974 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140451275324200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20622] ppid=20615 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/20618/task/20622/stat : 20622 (java) S 20615 20618 19053 0 -1 4202560 400 0 0 0 14 2 0 0 20 0 19 0 28429974 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140451274271400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20623] ppid=20615 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/20618/task/20623/stat : 20623 (java) S 20615 20618 19053 0 -1 4202560 55 0 0 0 13 3 0 0 20 0 19 0 28429974 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140451273219112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20624] ppid=20615 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/20618/task/20624/stat : 20624 (java) S 20615 20618 19053 0 -1 4202560 229 0 0 0 17 4 0 0 20 0 19 0 28429974 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140451272166312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20625] ppid=20615 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/20618/task/20625/stat : 20625 (java) S 20615 20618 19053 0 -1 4202560 391 0 0 0 19 3 0 0 20 0 19 0 28429974 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140451271113000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20626] ppid=20615 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/20618/task/20626/stat : 20626 (java) S 20615 20618 19053 0 -1 4202560 44 0 0 0 13 1 0 0 20 0 19 0 28429974 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140451140642984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20627] ppid=20615 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20618/task/20627/stat : 20627 (java) S 20615 20618 19053 0 -1 4202560 65 0 0 0 17 3 0 0 20 0 19 0 28429974 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140451139590696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20628] ppid=20615 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20618/task/20628/stat : 20628 (java) S 20615 20618 19053 0 -1 4202560 64 0 0 0 15 3 0 0 20 0 19 0 28429974 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140451138537896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20629] ppid=20615 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20618/task/20629/stat : 20629 (java) S 20615 20618 19053 0 -1 4202560 58 0 0 0 1 1 0 0 20 0 19 0 28429975 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140450655591144 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20618/tid=20630] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20630/stat : 20630 (java) S 20615 20618 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28429976 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140450654537208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20631] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20631/stat : 20631 (java) S 20615 20618 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28429976 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140450653484808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20632] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20632/stat : 20632 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429978 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140450652433296 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20633] ppid=20615 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20618/task/20633/stat : 20633 (java) S 20615 20618 19053 0 -1 4202560 2395 0 0 0 30 0 0 0 20 0 19 0 28429978 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140450651379896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20634] ppid=20615 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/20618/task/20634/stat : 20634 (java) S 20615 20618 19053 0 -1 4202560 3332 0 0 0 47 0 0 0 20 0 19 0 28429978 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140450650327096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20635] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20635/stat : 20635 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429978 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140450649275000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20636] ppid=20615 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/20618/task/20636/stat : 20636 (java) S 20615 20618 19053 0 -1 4202560 100 0 0 0 35 35 0 0 20 0 19 0 28429978 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140450648222408 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20637] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20637/stat : 20637 (java) S 20615 20618 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28430013 9856040960 95240 33554432000 1073741824 1073778376 140736999946464 140450647168424 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.46
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.28 2.29 2.24 3/213 20746
/proc/meminfo: memFree=29565760/32872528 swapFree=1643088/1798432
[pid=20618] ppid=20615 vsize=9625040 CPUtime=1784.53 cores=1,3,5,7
/proc/20618/stat : 20618 (java) S 20615 20618 19053 0 -1 4202496 10998 0 1 0 178395 58 0 0 20 0 19 0 28429972 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140736999937600 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20618/statm: 2406260 97798 2285 9 0 2396937 0
[pid=20618/tid=20620] ppid=20615 vsize=9625040 CPUtime=1781.73 cores=1,3,5,7
/proc/20618/task/20620/stat : 20620 (java) R 20615 20618 19053 0 -1 4202560 2491 0 1 0 178143 30 0 0 20 0 19 0 28429973 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140451302870320 140451152308093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20618/tid=20621] ppid=20615 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20618/task/20621/stat : 20621 (java) S 20615 20618 19053 0 -1 4202560 89 0 0 0 16 4 0 0 20 0 19 0 28429974 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140451275324200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20622] ppid=20615 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/20618/task/20622/stat : 20622 (java) S 20615 20618 19053 0 -1 4202560 401 0 0 0 15 2 0 0 20 0 19 0 28429974 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140451274271400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20623] ppid=20615 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/20618/task/20623/stat : 20623 (java) S 20615 20618 19053 0 -1 4202560 56 0 0 0 14 3 0 0 20 0 19 0 28429974 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140451273219112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20624] ppid=20615 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/20618/task/20624/stat : 20624 (java) S 20615 20618 19053 0 -1 4202560 233 0 0 0 19 4 0 0 20 0 19 0 28429974 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140451272166312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20625] ppid=20615 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/20618/task/20625/stat : 20625 (java) S 20615 20618 19053 0 -1 4202560 392 0 0 0 20 3 0 0 20 0 19 0 28429974 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140451271113000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20626] ppid=20615 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/20618/task/20626/stat : 20626 (java) S 20615 20618 19053 0 -1 4202560 47 0 0 0 14 1 0 0 20 0 19 0 28429974 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140451140642984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20627] ppid=20615 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/20618/task/20627/stat : 20627 (java) S 20615 20618 19053 0 -1 4202560 67 0 0 0 18 3 0 0 20 0 19 0 28429974 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140451139590696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20628] ppid=20615 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20618/task/20628/stat : 20628 (java) S 20615 20618 19053 0 -1 4202560 68 0 0 0 16 3 0 0 20 0 19 0 28429974 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140451138537896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20629] ppid=20615 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20618/task/20629/stat : 20629 (java) S 20615 20618 19053 0 -1 4202560 60 0 0 0 1 1 0 0 20 0 19 0 28429975 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140450655591144 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20618/tid=20630] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20630/stat : 20630 (java) S 20615 20618 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28429976 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140450654537208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20631] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20631/stat : 20631 (java) S 20615 20618 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28429976 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140450653484808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20632] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20632/stat : 20632 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429978 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140450652433296 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20633] ppid=20615 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20618/task/20633/stat : 20633 (java) S 20615 20618 19053 0 -1 4202560 2395 0 0 0 30 0 0 0 20 0 19 0 28429978 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140450651379896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20634] ppid=20615 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/20618/task/20634/stat : 20634 (java) S 20615 20618 19053 0 -1 4202560 3332 0 0 0 47 0 0 0 20 0 19 0 28429978 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140450650327096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20635] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20635/stat : 20635 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429978 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140450649275000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20636] ppid=20615 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/20618/task/20636/stat : 20636 (java) S 20615 20618 19053 0 -1 4202560 104 0 0 0 36 37 0 0 20 0 19 0 28429978 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140450648222408 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20637] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20637/stat : 20637 (java) S 20615 20618 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28430013 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140450647168424 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1784.53
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.22 2.27 2.23 3/213 20747
/proc/meminfo: memFree=29565804/32872528 swapFree=1643088/1798432
[pid=20618] ppid=20615 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/20618/stat : 20618 (java) S 20615 20618 19053 0 -1 4202496 10998 0 1 0 179945 59 0 0 20 0 19 0 28429972 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140736999937600 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20618/statm: 2406260 97798 2285 9 0 2396937 0
[pid=20618/tid=20620] ppid=20615 vsize=9625040 CPUtime=1797.23 cores=1,3,5,7
/proc/20618/task/20620/stat : 20620 (java) R 20615 20618 19053 0 -1 4202560 2491 0 1 0 179693 30 0 0 20 0 19 0 28429973 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140451302862624 140451152266560 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20618/tid=20621] ppid=20615 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/20618/task/20621/stat : 20621 (java) S 20615 20618 19053 0 -1 4202560 89 0 0 0 16 4 0 0 20 0 19 0 28429974 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140451275324200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20622] ppid=20615 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/20618/task/20622/stat : 20622 (java) S 20615 20618 19053 0 -1 4202560 401 0 0 0 15 2 0 0 20 0 19 0 28429974 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140451274271400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20623] ppid=20615 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/20618/task/20623/stat : 20623 (java) S 20615 20618 19053 0 -1 4202560 56 0 0 0 14 3 0 0 20 0 19 0 28429974 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140451273219112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20624] ppid=20615 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/20618/task/20624/stat : 20624 (java) S 20615 20618 19053 0 -1 4202560 233 0 0 0 19 4 0 0 20 0 19 0 28429974 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140451272166312 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20625] ppid=20615 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/20618/task/20625/stat : 20625 (java) S 20615 20618 19053 0 -1 4202560 392 0 0 0 20 3 0 0 20 0 19 0 28429974 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140451271113000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20626] ppid=20615 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/20618/task/20626/stat : 20626 (java) S 20615 20618 19053 0 -1 4202560 47 0 0 0 14 1 0 0 20 0 19 0 28429974 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140451140642984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20627] ppid=20615 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/20618/task/20627/stat : 20627 (java) S 20615 20618 19053 0 -1 4202560 67 0 0 0 18 3 0 0 20 0 19 0 28429974 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140451139590696 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20628] ppid=20615 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/20618/task/20628/stat : 20628 (java) S 20615 20618 19053 0 -1 4202560 68 0 0 0 16 3 0 0 20 0 19 0 28429974 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140451138537896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20629] ppid=20615 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20618/task/20629/stat : 20629 (java) S 20615 20618 19053 0 -1 4202560 60 0 0 0 1 1 0 0 20 0 19 0 28429975 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140450655591144 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20618/tid=20630] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20630/stat : 20630 (java) S 20615 20618 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28429976 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140450654537208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20631] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20631/stat : 20631 (java) S 20615 20618 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28429976 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140450653484808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20632] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20632/stat : 20632 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429978 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140450652433296 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20633] ppid=20615 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20618/task/20633/stat : 20633 (java) S 20615 20618 19053 0 -1 4202560 2395 0 0 0 30 0 0 0 20 0 19 0 28429978 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140450651379896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20634] ppid=20615 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/20618/task/20634/stat : 20634 (java) S 20615 20618 19053 0 -1 4202560 3332 0 0 0 47 0 0 0 20 0 19 0 28429978 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140450650327096 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20618/tid=20635] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20635/stat : 20635 (java) S 20615 20618 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28429978 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140450649275000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20618/tid=20636] ppid=20615 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/20618/task/20636/stat : 20636 (java) S 20615 20618 19053 0 -1 4202560 104 0 0 0 36 37 0 0 20 0 19 0 28429978 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140450648222408 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20618/tid=20637] ppid=20615 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20618/task/20637/stat : 20637 (java) S 20615 20618 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28430013 9856040960 97798 33554432000 1073741824 1073778376 140736999946464 140450647168424 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 20618 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.84
CPU time (s): 1800.61
CPU user time (s): 1799.56
CPU system time (s): 1.05084
CPU usage (%): 100.154
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 1.05084
maximum resident set size= 391308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11031
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38447
involuntary context switches= 8364

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.143 second user time and 11.7032 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 17:11:49
IDJOB=4116425
IDBENCH=109468
IDSOLVER=2546
FILE ID=node123/4116425-1466953908
RUNJOBID= node123-1466943595-19070
PBS_JOBID= 19976352
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round21-1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116425-1466953908/watcher-4116425-1466953908 -o /tmp/evaluation-result-4116425-1466953908/solver-4116425-1466953908 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19070 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116425-1466953908.opb

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

MD5SUM BENCH= 907f30a05b9ed7b75c264702b2bb4940
RANDOM SEED=457630706

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.608
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		: 2666.608
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.55
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.608
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.56
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.608
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.608
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:        29954744 kB
Buffers:           15876 kB
Cached:           109960 kB
SwapCached:         1776 kB
Active:           308452 kB
Inactive:         101836 kB
Active(anon):     286344 kB
Inactive(anon):      924 kB
Active(file):      22108 kB
Inactive(file):   100912 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098700 kB
Dirty:              1220 kB
Writeback:             8 kB
AnonPages:       2090768 kB
Mapped:            15456 kB
Shmem:                 0 kB
Slab:             565456 kB
SReclaimable:       9288 kB
SUnreclaim:       556168 kB
KernelStack:        1576 kB
PageTables:         8448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2529008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    434176 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= 71728 MiB
End job on node123 at 2016-06-26 17:41:47