Trace number 4117065

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round22-3.opb
MD5SUM26009d8906451c633fc33f1a87004b6e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
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 constraints8736
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)448
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.12	c solving HOME/instance-4117065-1466967199.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.70/0.41	c ... done. Wall clock time 0.297s.
0.70/0.41	c declared #vars     4128
0.70/0.41	c #constraints  10048
0.70/0.41	c constraints type 
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.70/0.41	c org.sat4j.specs.Constr$1 => 936
0.70/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.70/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.70/0.41	c 10048 constraints processed.
1.70/1.09	c cleaning 2495 clauses out of 4998 with flag 15695/5000
2.39/1.67	c cleaning 4252 clauses out of 8504 with flag 38532/11001
3.09/2.34	c cleaning 5588 clauses out of 11251 with flag 66544/18000
4.00/3.20	c cleaning 6829 clauses out of 13663 with flag 101261/26000
4.91/4.18	c cleaning 7898 clauses out of 15834 with flag 141461/35000
6.01/5.29	c cleaning 8944 clauses out of 17938 with flag 189689/45002
7.31/6.55	c cleaning 9972 clauses out of 19992 with flag 243224/56000
8.71/7.94	c cleaning 10998 clauses out of 22020 with flag 305062/68000
10.21/9.46	c cleaning 11996 clauses out of 24022 with flag 373397/81000
11.93/11.17	c cleaning 13008 clauses out of 26026 with flag 447078/95000
13.82/13.04	c cleaning 13999 clauses out of 28019 with flag 527274/110001
15.82/15.09	c cleaning 15009 clauses out of 30019 with flag 612139/126000
18.12/17.34	c cleaning 15992 clauses out of 32011 with flag 706339/143001
20.52/19.75	c cleaning 16969 clauses out of 34018 with flag 804968/161000
23.12/22.39	c cleaning 18005 clauses out of 36049 with flag 911093/180000
26.02/25.21	c cleaning 19004 clauses out of 38044 with flag 1024876/200000
29.02/28.20	c cleaning 20006 clauses out of 40041 with flag 1143140/221001
32.22/31.45	c cleaning 21001 clauses out of 42034 with flag 1270473/243000
35.62/34.87	c cleaning 22000 clauses out of 44033 with flag 1403657/266000
39.22/38.46	c cleaning 22970 clauses out of 46034 with flag 1544784/290001
43.22/42.40	c cleaning 24019 clauses out of 48063 with flag 1691498/315000
47.32/46.52	c cleaning 24990 clauses out of 50044 with flag 1845029/341000
51.63/50.82	c cleaning 26010 clauses out of 52055 with flag 2004770/368001
56.22/55.41	c cleaning 27008 clauses out of 54044 with flag 2165456/396000
60.65/59.85	c cleaning 27979 clauses out of 56036 with flag 2339323/425000
65.15/64.36	c cleaning 29020 clauses out of 58060 with flag 2514063/455003
69.95/69.16	c cleaning 30005 clauses out of 60038 with flag 2696038/486001
75.05/74.21	c cleaning 31003 clauses out of 62033 with flag 2883677/518001
80.45/79.60	c cleaning 31980 clauses out of 64030 with flag 3078759/551001
86.05/85.24	c cleaning 33014 clauses out of 66050 with flag 3281256/585001
91.95/91.13	c cleaning 34015 clauses out of 68035 with flag 3492350/620000
98.05/97.26	c cleaning 34999 clauses out of 70020 with flag 3709954/656000
104.54/103.79	c cleaning 35998 clauses out of 72022 with flag 3928426/693001
111.24/110.49	c cleaning 37006 clauses out of 74024 with flag 4155039/731001
118.24/117.41	c cleaning 37980 clauses out of 76018 with flag 4388810/770001
125.44/124.64	c cleaning 39002 clauses out of 78037 with flag 4631184/810000
133.05/132.23	c cleaning 40000 clauses out of 80035 with flag 4876439/851000
140.76/139.95	c cleaning 41005 clauses out of 82035 with flag 5129761/893000
148.99/148.11	c cleaning 41983 clauses out of 84030 with flag 5390531/936000
156.99/156.18	c cleaning 42985 clauses out of 86048 with flag 5660991/980001
165.29/164.49	c cleaning 43999 clauses out of 88062 with flag 5932227/1025000
173.99/173.14	c cleaning 45024 clauses out of 90065 with flag 6211052/1071002
182.89/182.08	c cleaning 46015 clauses out of 92042 with flag 6498963/1118003
192.30/191.49	c cleaning 46997 clauses out of 94024 with flag 6793112/1166000
202.09/201.23	c cleaning 47992 clauses out of 96027 with flag 7091612/1215000
212.29/211.40	c cleaning 49002 clauses out of 98038 with flag 7397000/1265003
222.90/222.02	c cleaning 49979 clauses out of 100034 with flag 7709825/1316001
233.80/232.91	c cleaning 51025 clauses out of 102055 with flag 8032086/1368001
245.00/244.12	c cleaning 51995 clauses out of 104029 with flag 8356679/1421000
256.02/255.20	c cleaning 53004 clauses out of 106034 with flag 8686129/1475000
267.63/266.73	c cleaning 53964 clauses out of 108033 with flag 9028405/1530003
279.63/278.78	c cleaning 54971 clauses out of 110066 with flag 9373366/1586000
292.14/291.24	c cleaning 56015 clauses out of 112095 with flag 9728579/1643000
304.94/304.09	c cleaning 56988 clauses out of 114080 with flag 10084760/1701000
318.35/317.45	c cleaning 58031 clauses out of 116092 with flag 10446713/1760000
331.95/331.10	c cleaning 59024 clauses out of 118061 with flag 10815410/1820000
346.15/345.25	c cleaning 59993 clauses out of 120037 with flag 11192329/1881000
360.91/359.90	c cleaning 60998 clauses out of 122044 with flag 11571954/1943000
375.40/374.49	c cleaning 61985 clauses out of 124046 with flag 11963424/2006000
390.30/389.39	c cleaning 62994 clauses out of 126062 with flag 12362938/2070001
405.81/404.86	c cleaning 64001 clauses out of 128067 with flag 12768019/2135000
421.52/420.57	c cleaning 65001 clauses out of 130066 with flag 13180835/2201000
437.73/436.72	c cleaning 66022 clauses out of 132065 with flag 13597135/2268000
454.32/453.32	c cleaning 67007 clauses out of 134043 with flag 14016506/2336000
471.81/470.84	c cleaning 67978 clauses out of 136036 with flag 14443870/2405000
489.88/488.82	c cleaning 68993 clauses out of 138060 with flag 14877484/2475002
508.18/507.18	c cleaning 70016 clauses out of 140065 with flag 15315441/2546000
527.07/526.08	c cleaning 70998 clauses out of 142049 with flag 15760774/2618000
546.67/545.65	c cleaning 72023 clauses out of 144051 with flag 16211075/2691000
566.57/565.56	c cleaning 72957 clauses out of 146028 with flag 16667134/2765000
586.86/585.81	c cleaning 74024 clauses out of 148072 with flag 17132358/2840001
607.97/606.90	c cleaning 75018 clauses out of 150047 with flag 17600365/2916000
629.47/628.31	c cleaning 76004 clauses out of 152030 with flag 18073820/2993001
651.76/650.61	c cleaning 76980 clauses out of 154026 with flag 18550624/3071001
674.56/673.42	c cleaning 78015 clauses out of 156048 with flag 19032089/3150003
697.86/696.79	c cleaning 79005 clauses out of 158032 with flag 19520715/3230002
721.66/720.55	c cleaning 79980 clauses out of 160025 with flag 20013601/3311000
745.63/744.45	c cleaning 80996 clauses out of 162045 with flag 20511364/3393000
770.03/768.84	c cleaning 82003 clauses out of 164050 with flag 21019142/3476001
795.82/794.62	c cleaning 82970 clauses out of 166046 with flag 21529994/3560000
821.82/820.64	c cleaning 84012 clauses out of 168076 with flag 22047835/3645000
848.71/847.54	c cleaning 85028 clauses out of 170064 with flag 22572323/3731000
876.12/874.87	c cleaning 85992 clauses out of 172036 with flag 23099940/3818000
903.61/902.34	c cleaning 86982 clauses out of 174044 with flag 23632423/3906000
931.71/930.42	c cleaning 88000 clauses out of 176062 with flag 24172879/3995000
960.30/959.08	c cleaning 89025 clauses out of 178062 with flag 24721705/4085000
989.52/988.11	c cleaning 89995 clauses out of 180037 with flag 25276348/4176000
1019.92/1018.57	c cleaning 90999 clauses out of 182042 with flag 25830381/4268000
1051.41/1050.01	c cleaning 91977 clauses out of 184044 with flag 26393666/4361001
1083.01/1081.64	c cleaning 92993 clauses out of 186066 with flag 26960796/4455000
1115.52/1114.08	c cleaning 94013 clauses out of 188073 with flag 27534462/4550000
1148.73/1147.20	c cleaning 95020 clauses out of 190060 with flag 28115735/4646000
1182.63/1181.15	c cleaning 96012 clauses out of 192042 with flag 28698787/4743002
1216.13/1214.63	c cleaning 97009 clauses out of 194029 with flag 29292778/4841001
1251.36/1249.72	c cleaning 97976 clauses out of 196019 with flag 29892049/4940000
1286.66/1285.06	c cleaning 99013 clauses out of 198043 with flag 30501485/5040000
1322.27/1320.66	c cleaning 99982 clauses out of 200031 with flag 31113757/5141001
1359.47/1357.83	c cleaning 100991 clauses out of 202048 with flag 31734796/5243000
1396.99/1395.24	c cleaning 101986 clauses out of 204057 with flag 32354533/5346000
1434.90/1433.18	c cleaning 103001 clauses out of 206071 with flag 32979593/5450000
1473.82/1472.01	c cleaning 104025 clauses out of 208070 with flag 33614439/5555000
1513.79/1511.82	c cleaning 104967 clauses out of 210045 with flag 34255427/5661000
1554.00/1552.06	c cleaning 106019 clauses out of 212079 with flag 34902526/5768001
1594.30/1592.36	c cleaning 107028 clauses out of 214060 with flag 35554705/5876001
1636.49/1634.43	c cleaning 107973 clauses out of 216032 with flag 36207894/5985001
1678.61/1676.57	c cleaning 108997 clauses out of 218058 with flag 36870321/6095000
1722.21/1720.10	c cleaning 110014 clauses out of 220061 with flag 37542275/6206000
1767.00/1764.88	c cleaning 111004 clauses out of 222047 with flag 38215894/6318000
1800.00/1797.80	c starts		: 56798
1800.00/1797.80	c conflicts		: 6406986
1800.00/1797.80	c decisions		: 52969873
1800.00/1797.80	c propagations		: 823218713
1800.00/1797.80	c inspects		: 24928038633
1800.00/1797.80	c shortcuts		: 0
1800.00/1797.80	c learnt literals	: 2
1800.00/1797.80	c learnt binary clauses	: 89
1800.00/1797.80	c learnt ternary clauses	: 923
1800.00/1797.80	c learnt constraints	: 6406984
1800.00/1797.80	c ignored constraints	: 0
1800.00/1797.80	c root simplifications	: 0
1800.00/1797.80	c removed literals (reason simplification)	: 0
1800.00/1797.80	c reason swapping (by a shorter reason)	: 0
1800.00/1797.80	c Calls to reduceDB	: 108
1800.00/1797.80	c Number of update (reduction) of LBD	: 1359914
1800.00/1797.80	c Imported unit clauses	: 0
1800.00/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.80	c number of learned constraints concerned by reduction	: 0
1800.00/1797.80	c number of learning phase by resolution	: 0
1800.00/1797.80	c number of learning phase by cutting planes	: 0
1800.00/1797.80	c speed (assignments/second)	: 458010.38901067106
1800.00/1797.80	c non guided choices	15118
1800.00/1797.80	c timeout
1800.00/1797.83	c learnt constraints type 
1800.00/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 89
1800.00/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 199940
1800.00/1797.83	s UNKNOWN
1800.00/1797.83	c Total wall clock time (in seconds): 1797.714

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

pid=21998
running on 4 cores: 0,2,4,6

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.43 2.29 2.21 3/194 22001
/proc/meminfo: memFree=29937336/32872528 swapFree=1643088/1798432
[pid=22001] ppid=21998 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/22001/stat : 22001 (java) D 21998 22001 19053 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 29759046 2560000 46 33554432000 1073741824 1073778376 140736634489520 140736634486648 260181159207 0 0 4096 0 18446744072100556068 0 0 17 4 0 0 0 0 0
/proc/22001/statm: 625 46 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 2.43 2.29 2.21 3/194 22001
/proc/meminfo: memFree=29937336/32872528 swapFree=1643088/1798432
[pid=22001] ppid=21998 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/22001/stat : 22001 (java) S 21998 22001 19053 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 29759046 9787879424 6029 33554432000 1073741824 1073778376 140736634489520 140736634480656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22001/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200234 s]
/proc/loadavg: 2.43 2.29 2.21 3/194 22001
/proc/meminfo: memFree=29937336/32872528 swapFree=1643088/1798432
[pid=22001] ppid=21998 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/22001/stat : 22001 (java) S 21998 22001 19053 0 -1 4202496 4697 0 1 0 24 1 0 0 20 0 18 0 29759046 9787879424 6770 33554432000 1073741824 1073778376 140736634489520 140736634480656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22001/statm: 2389619 6770 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300239 s]
/proc/loadavg: 2.43 2.29 2.21 3/194 22001
/proc/meminfo: memFree=29937336/32872528 swapFree=1643088/1798432
[pid=22001] ppid=21998 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/22001/stat : 22001 (java) S 21998 22001 19053 0 -1 4202496 5788 0 1 0 47 2 0 0 20 0 18 0 29759046 9787879424 8482 33554432000 1073741824 1073778376 140736634489520 140736634480656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22001/statm: 2389619 8994 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 2.43 2.29 2.21 3/194 22001
/proc/meminfo: memFree=29937336/32872528 swapFree=1643088/1798432
[pid=22001] ppid=21998 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/22001/stat : 22001 (java) S 21998 22001 19053 0 -1 4202496 9601 0 1 0 136 3 0 0 20 0 19 0 29759046 9856040960 15254 33554432000 1073741824 1073778376 140736634489520 140736634480656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22001/statm: 2406260 15254 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.43 2.29 2.21 4/213 22020
/proc/meminfo: memFree=29884632/32872528 swapFree=1643088/1798432
[pid=22001] ppid=21998 vsize=9625040 CPUtime=2.25 cores=0,2,4,6
/proc/22001/stat : 22001 (java) S 21998 22001 19053 0 -1 4202496 9829 0 1 0 222 3 0 0 20 0 19 0 29759046 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 140736634480656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22001/statm: 2406260 15773 2270 9 0 2396937 0
[pid=22001/tid=22003] ppid=21998 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/22001/task/22003/stat : 22003 (java) R 21998 22001 19053 0 -1 4202560 2433 0 1 0 144 2 0 0 20 0 19 0 29759047 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 139722824335640 139722685477584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22001/tid=22004] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22004/stat : 22004 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 139722668276648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22005] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22005/stat : 22005 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 139722667224104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22006] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22006/stat : 22006 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 139722666171048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22007] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22007/stat : 22007 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 139722665118504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22001/tid=22008] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22008/stat : 22008 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 139722664065448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22001/tid=22009] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22009/stat : 22009 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 139722663012904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22010] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22010/stat : 22010 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 139722661959848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22011] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22011/stat : 22011 (java) S 21998 22001 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 139722660907304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22012] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22012/stat : 22012 (java) S 21998 22001 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29759049 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 139722648497000 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22013] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22013/stat : 22013 (java) S 21998 22001 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29759049 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 139722647443320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22014] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22014/stat : 22014 (java) S 21998 22001 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29759049 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 139722646390152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22015] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22015/stat : 22015 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759052 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 139722645338896 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22016] ppid=21998 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/22001/task/22016/stat : 22016 (java) S 21998 22001 19053 0 -1 4202560 1964 0 0 0 35 0 0 0 20 0 19 0 29759052 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 139722644285752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22017] ppid=21998 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/22001/task/22017/stat : 22017 (java) S 21998 22001 19053 0 -1 4202560 4155 0 0 0 39 0 0 0 20 0 19 0 29759052 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 139722643233208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22018] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22018/stat : 22018 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759052 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 139722642180344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22019] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22019/stat : 22019 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759052 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 139722641128008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22020] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22020/stat : 22020 (java) S 21998 22001 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29759088 9856040960 15773 33554432000 1073741824 1073778376 140736634489520 139722640074280 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.43 2.29 2.21 3/213 22020
/proc/meminfo: memFree=29880396/32872528 swapFree=1643088/1798432
[pid=22001] ppid=21998 vsize=9625040 CPUtime=3.89 cores=0,2,4,6
/proc/22001/stat : 22001 (java) S 21998 22001 19053 0 -1 4202496 9832 0 1 0 386 3 0 0 20 0 19 0 29759046 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 140736634480656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22001/statm: 2406260 16797 2270 9 0 2396937 0
[pid=22001/tid=22003] ppid=21998 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/22001/task/22003/stat : 22003 (java) R 21998 22001 19053 0 -1 4202560 2436 0 1 0 304 2 0 0 20 0 19 0 29759047 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 139722824335864 139722685581068 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22001/tid=22004] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22004/stat : 22004 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 139722668276648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22005] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22005/stat : 22005 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 139722667224104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22006] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22006/stat : 22006 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 139722666171048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22007] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22007/stat : 22007 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 139722665118504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22001/tid=22008] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22008/stat : 22008 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 139722664065448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22001/tid=22009] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22009/stat : 22009 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 139722663012904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22010] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22010/stat : 22010 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 139722661959848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22011] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22011/stat : 22011 (java) S 21998 22001 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 139722660907304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22012] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22012/stat : 22012 (java) S 21998 22001 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29759049 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 139722648497000 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22013] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22013/stat : 22013 (java) S 21998 22001 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29759049 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 139722647443320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22014] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22014/stat : 22014 (java) S 21998 22001 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29759049 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 139722646390152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22015] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22015/stat : 22015 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759052 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 139722645338896 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22016] ppid=21998 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/22001/task/22016/stat : 22016 (java) S 21998 22001 19053 0 -1 4202560 1964 0 0 0 37 0 0 0 20 0 19 0 29759052 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 139722644285752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22017] ppid=21998 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/22001/task/22017/stat : 22017 (java) S 21998 22001 19053 0 -1 4202560 4155 0 0 0 41 0 0 0 20 0 19 0 29759052 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 139722643233208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22018] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22018/stat : 22018 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759052 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 139722642180344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22019] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22019/stat : 22019 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759052 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 139722641128008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22020] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22020/stat : 22020 (java) S 21998 22001 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29759088 9856040960 16797 33554432000 1073741824 1073778376 140736634489520 139722640074280 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.39 2.28 2.20 3/213 22020
/proc/meminfo: memFree=29873912/32872528 swapFree=1643088/1798432
[pid=22001] ppid=21998 vsize=9625040 CPUtime=7.11 cores=0,2,4,6
/proc/22001/stat : 22001 (java) S 21998 22001 19053 0 -1 4202496 9837 0 1 0 708 3 0 0 20 0 19 0 29759046 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 140736634480656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22001/statm: 2406260 18235 2271 9 0 2396937 0
[pid=22001/tid=22003] ppid=21998 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/22001/task/22003/stat : 22003 (java) R 21998 22001 19053 0 -1 4202560 2440 0 1 0 624 2 0 0 20 0 19 0 29759047 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 139722824335784 139722685552356 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22001/tid=22004] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22004/stat : 22004 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 139722668276648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22005] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22005/stat : 22005 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 139722667224104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22006] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22006/stat : 22006 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 139722666171048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22007] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22007/stat : 22007 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 139722665118504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22001/tid=22008] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22008/stat : 22008 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 139722664065448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22001/tid=22009] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22009/stat : 22009 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 139722663012904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22010] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22010/stat : 22010 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 139722661959848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22011] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22011/stat : 22011 (java) S 21998 22001 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29759048 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 139722660907304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22012] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22012/stat : 22012 (java) S 21998 22001 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29759049 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 139722648497000 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22013] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22013/stat : 22013 (java) S 21998 22001 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29759049 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 139722647443320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22014] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22014/stat : 22014 (java) S 21998 22001 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29759049 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 139722646390152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22015] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22015/stat : 22015 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759052 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 139722645338896 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22016] ppid=21998 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/22001/task/22016/stat : 22016 (java) S 21998 22001 19053 0 -1 4202560 1964 0 0 0 38 0 0 0 20 0 19 0 29759052 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 139722644285752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22017] ppid=21998 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/22001/task/22017/stat : 22017 (java) S 21998 22001 19053 0 -1 4202560 4155 0 0 0 43 0 0 0 20 0 19 0 29759052 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 139722643233208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22018] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22018/stat : 22018 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759052 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 139722642180344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22019] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22019/stat : 22019 (java) S 21998 22001 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29759052 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 139722641128008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22020] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22020/stat : 22020 (java) S 21998 22001 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29759088 9856040960 18235 33554432000 1073741824 1073778376 140736634489520 139722640074280 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9625040


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

[pid=22001/tid=22013] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22013/stat : 22013 (java) S 21998 22001 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29759049 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722647443320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22014] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22014/stat : 22014 (java) S 21998 22001 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29759049 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722646390152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22015] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22015/stat : 22015 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759052 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722645338896 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22016] ppid=21998 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/22001/task/22016/stat : 22016 (java) S 21998 22001 19053 0 -1 4202560 1964 0 0 0 38 0 0 0 20 0 19 0 29759052 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722644285752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22017] ppid=21998 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/22001/task/22017/stat : 22017 (java) S 21998 22001 19053 0 -1 4202560 4489 0 0 0 46 0 0 0 20 0 19 0 29759052 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722643233208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22018] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22018/stat : 22018 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759052 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722642180344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22019] ppid=21998 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/22001/task/22019/stat : 22019 (java) S 21998 22001 19053 0 -1 4202560 96 0 0 0 29 29 0 0 20 0 19 0 29759052 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722641128008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22020] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22020/stat : 22020 (java) S 21998 22001 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29759088 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722640074280 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.4
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.29 2.27 2.20 3/213 22152
/proc/meminfo: memFree=29605628/32872528 swapFree=1643088/1798432
[pid=22001] ppid=21998 vsize=9625040 CPUtime=1724.41 cores=0,2,4,6
/proc/22001/stat : 22001 (java) S 21998 22001 19053 0 -1 4202496 12113 0 1 0 172380 61 0 0 20 0 19 0 29759046 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 140736634480656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22001/statm: 2406260 100919 2285 9 0 2396937 0
[pid=22001/tid=22003] ppid=21998 vsize=9625040 CPUtime=1721.6 cores=0,2,4,6
/proc/22001/task/22003/stat : 22003 (java) R 21998 22001 19053 0 -1 4202560 2499 0 1 0 172127 33 0 0 20 0 19 0 29759047 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722824326944 139722685543232 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22004] ppid=21998 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/22001/task/22004/stat : 22004 (java) S 21998 22001 19053 0 -1 4202560 389 0 0 0 18 4 0 0 20 0 19 0 29759048 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722668276648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22001/tid=22005] ppid=21998 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22001/task/22005/stat : 22005 (java) S 21998 22001 19053 0 -1 4202560 140 0 0 0 14 2 0 0 20 0 19 0 29759048 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722667224104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22006] ppid=21998 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22001/task/22006/stat : 22006 (java) S 21998 22001 19053 0 -1 4202560 233 0 0 0 16 3 0 0 20 0 19 0 29759048 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722666171048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22007] ppid=21998 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22001/task/22007/stat : 22007 (java) S 21998 22001 19053 0 -1 4202560 228 0 0 0 17 3 0 0 20 0 19 0 29759048 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722665118504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22001/tid=22008] ppid=21998 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22001/task/22008/stat : 22008 (java) S 21998 22001 19053 0 -1 4202560 276 0 0 0 13 3 0 0 20 0 19 0 29759048 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722664065448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22001/tid=22009] ppid=21998 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/22001/task/22009/stat : 22009 (java) S 21998 22001 19053 0 -1 4202560 203 0 0 0 20 4 0 0 20 0 19 0 29759048 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722663012904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22010] ppid=21998 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22001/task/22010/stat : 22010 (java) S 21998 22001 19053 0 -1 4202560 130 0 0 0 16 3 0 0 20 0 19 0 29759048 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722661959848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22011] ppid=21998 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22001/task/22011/stat : 22011 (java) S 21998 22001 19053 0 -1 4202560 127 0 0 0 17 3 0 0 20 0 19 0 29759048 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722660907304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22012] ppid=21998 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22001/task/22012/stat : 22012 (java) S 21998 22001 19053 0 -1 4202560 72 0 0 0 1 1 0 0 20 0 19 0 29759049 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722648497000 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22013] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22013/stat : 22013 (java) S 21998 22001 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29759049 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722647443320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22014] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22014/stat : 22014 (java) S 21998 22001 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29759049 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722646390152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22015] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22015/stat : 22015 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759052 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722645338896 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22016] ppid=21998 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/22001/task/22016/stat : 22016 (java) S 21998 22001 19053 0 -1 4202560 1964 0 0 0 38 0 0 0 20 0 19 0 29759052 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722644285752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22017] ppid=21998 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/22001/task/22017/stat : 22017 (java) S 21998 22001 19053 0 -1 4202560 4489 0 0 0 46 0 0 0 20 0 19 0 29759052 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722643233208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22018] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22018/stat : 22018 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759052 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722642180344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22019] ppid=21998 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/22001/task/22019/stat : 22019 (java) S 21998 22001 19053 0 -1 4202560 100 0 0 0 31 30 0 0 20 0 19 0 29759052 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722641128008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22020] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22020/stat : 22020 (java) S 21998 22001 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29759088 9856040960 100919 33554432000 1073741824 1073778376 140736634489520 139722640074280 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.41
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.23 2.25 2.19 3/213 22153
/proc/meminfo: memFree=29584060/32872528 swapFree=1643088/1798432
[pid=22001] ppid=21998 vsize=9625040 CPUtime=1784.5 cores=0,2,4,6
/proc/22001/stat : 22001 (java) S 21998 22001 19053 0 -1 4202496 12138 0 1 0 178387 63 0 0 20 0 19 0 29759046 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 140736634480656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22001/statm: 2406260 102004 2285 9 0 2396937 0
[pid=22001/tid=22003] ppid=21998 vsize=9625040 CPUtime=1781.57 cores=0,2,4,6
/proc/22001/task/22003/stat : 22003 (java) R 21998 22001 19053 0 -1 4202560 2500 0 1 0 178123 34 0 0 20 0 19 0 29759047 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722824326944 139722685477189 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22004] ppid=21998 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/22001/task/22004/stat : 22004 (java) S 21998 22001 19053 0 -1 4202560 393 0 0 0 19 5 0 0 20 0 19 0 29759048 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722668276648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22005] ppid=21998 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22001/task/22005/stat : 22005 (java) S 21998 22001 19053 0 -1 4202560 144 0 0 0 15 3 0 0 20 0 19 0 29759048 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722667224104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22006] ppid=21998 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22001/task/22006/stat : 22006 (java) S 21998 22001 19053 0 -1 4202560 234 0 0 0 17 3 0 0 20 0 19 0 29759048 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722666171048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22007] ppid=21998 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22001/task/22007/stat : 22007 (java) S 21998 22001 19053 0 -1 4202560 230 0 0 0 18 3 0 0 20 0 19 0 29759048 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722665118504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22001/tid=22008] ppid=21998 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22001/task/22008/stat : 22008 (java) S 21998 22001 19053 0 -1 4202560 276 0 0 0 14 3 0 0 20 0 19 0 29759048 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722664065448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22001/tid=22009] ppid=21998 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/22001/task/22009/stat : 22009 (java) S 21998 22001 19053 0 -1 4202560 205 0 0 0 21 4 0 0 20 0 19 0 29759048 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722663012904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22010] ppid=21998 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22001/task/22010/stat : 22010 (java) S 21998 22001 19053 0 -1 4202560 133 0 0 0 17 3 0 0 20 0 19 0 29759048 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722661959848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22011] ppid=21998 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/22001/task/22011/stat : 22011 (java) S 21998 22001 19053 0 -1 4202560 129 0 0 0 19 3 0 0 20 0 19 0 29759048 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722660907304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22012] ppid=21998 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22001/task/22012/stat : 22012 (java) S 21998 22001 19053 0 -1 4202560 74 0 0 0 1 1 0 0 20 0 19 0 29759049 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722648497000 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22013] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22013/stat : 22013 (java) S 21998 22001 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29759049 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722647443320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22014] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22014/stat : 22014 (java) S 21998 22001 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29759049 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722646390152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22015] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22015/stat : 22015 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759052 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722645338896 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22016] ppid=21998 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/22001/task/22016/stat : 22016 (java) S 21998 22001 19053 0 -1 4202560 1964 0 0 0 38 0 0 0 20 0 19 0 29759052 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722644285752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22017] ppid=21998 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/22001/task/22017/stat : 22017 (java) S 21998 22001 19053 0 -1 4202560 4489 0 0 0 46 0 0 0 20 0 19 0 29759052 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722643233208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22018] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22018/stat : 22018 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759052 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722642180344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22019] ppid=21998 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/22001/task/22019/stat : 22019 (java) S 21998 22001 19053 0 -1 4202560 104 0 0 0 32 31 0 0 20 0 19 0 29759052 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722641128008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22020] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22020/stat : 22020 (java) S 21998 22001 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29759088 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722640074280 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.5
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.24 2.25 2.19 3/213 22153
/proc/meminfo: memFree=29584068/32872528 swapFree=1643088/1798432
[pid=22001] ppid=21998 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/22001/stat : 22001 (java) S 21998 22001 19053 0 -1 4202496 12138 0 1 0 179937 63 0 0 20 0 19 0 29759046 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 140736634480656 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22001/statm: 2406260 102004 2285 9 0 2396937 0
[pid=22001/tid=22003] ppid=21998 vsize=9625040 CPUtime=1797.07 cores=0,2,4,6
/proc/22001/task/22003/stat : 22003 (java) R 21998 22001 19053 0 -1 4202560 2500 0 1 0 179673 34 0 0 20 0 19 0 29759047 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722824326944 139722685543830 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22004] ppid=21998 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/22001/task/22004/stat : 22004 (java) S 21998 22001 19053 0 -1 4202560 393 0 0 0 19 5 0 0 20 0 19 0 29759048 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722668276648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22005] ppid=21998 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22001/task/22005/stat : 22005 (java) S 21998 22001 19053 0 -1 4202560 144 0 0 0 15 3 0 0 20 0 19 0 29759048 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722667224104 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22006] ppid=21998 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22001/task/22006/stat : 22006 (java) S 21998 22001 19053 0 -1 4202560 234 0 0 0 17 3 0 0 20 0 19 0 29759048 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722666171048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22007] ppid=21998 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22001/task/22007/stat : 22007 (java) S 21998 22001 19053 0 -1 4202560 230 0 0 0 18 3 0 0 20 0 19 0 29759048 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722665118504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22001/tid=22008] ppid=21998 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22001/task/22008/stat : 22008 (java) S 21998 22001 19053 0 -1 4202560 276 0 0 0 14 3 0 0 20 0 19 0 29759048 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722664065448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22001/tid=22009] ppid=21998 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/22001/task/22009/stat : 22009 (java) S 21998 22001 19053 0 -1 4202560 205 0 0 0 21 4 0 0 20 0 19 0 29759048 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722663012904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22010] ppid=21998 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22001/task/22010/stat : 22010 (java) S 21998 22001 19053 0 -1 4202560 133 0 0 0 17 3 0 0 20 0 19 0 29759048 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722661959848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22011] ppid=21998 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/22001/task/22011/stat : 22011 (java) S 21998 22001 19053 0 -1 4202560 129 0 0 0 19 3 0 0 20 0 19 0 29759048 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722660907304 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22012] ppid=21998 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22001/task/22012/stat : 22012 (java) S 21998 22001 19053 0 -1 4202560 74 0 0 0 1 1 0 0 20 0 19 0 29759049 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722648497000 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22013] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22013/stat : 22013 (java) S 21998 22001 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29759049 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722647443320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22014] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22014/stat : 22014 (java) S 21998 22001 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29759049 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722646390152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22015] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22015/stat : 22015 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759052 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722645338896 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22016] ppid=21998 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/22001/task/22016/stat : 22016 (java) S 21998 22001 19053 0 -1 4202560 1964 0 0 0 38 0 0 0 20 0 19 0 29759052 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722644285752 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22001/tid=22017] ppid=21998 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/22001/task/22017/stat : 22017 (java) S 21998 22001 19053 0 -1 4202560 4489 0 0 0 46 0 0 0 20 0 19 0 29759052 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722643233208 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22018] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22018/stat : 22018 (java) S 21998 22001 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29759052 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722642180344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22001/tid=22019] ppid=21998 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/22001/task/22019/stat : 22019 (java) S 21998 22001 19053 0 -1 4202560 104 0 0 0 33 31 0 0 20 0 19 0 29759052 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722641128008 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22001/tid=22020] ppid=21998 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22001/task/22020/stat : 22020 (java) S 21998 22001 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29759088 9856040960 102004 33554432000 1073741824 1073778376 140736634489520 139722640074280 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 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 22001 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.54
CPU user time (s): 1799.47
CPU system time (s): 1.07284
CPU usage (%): 100.15
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 1.07284
maximum resident set size= 413916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12200
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38438
involuntary context switches= 18922

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.42157 second user time and 14.5738 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 20:53:19
IDJOB=4117065
IDBENCH=109548
IDSOLVER=2546
FILE ID=node123/4117065-1466967199
RUNJOBID= node123-1466943595-19069
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-round22-3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117065-1466967199/watcher-4117065-1466967199 -o /tmp/evaluation-result-4117065-1466967199/solver-4117065-1466967199 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117065-1466967199.opb

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

MD5SUM BENCH= 26009d8906451c633fc33f1a87004b6e
RANDOM SEED=918228213

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:        29938516 kB
Buffers:           30424 kB
Cached:           114460 kB
SwapCached:         1772 kB
Active:           310380 kB
Inactive:         119456 kB
Active(anon):     286516 kB
Inactive(anon):      924 kB
Active(file):      23864 kB
Inactive(file):   118532 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098704 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:       2219548 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             565704 kB
SReclaimable:       9752 kB
SUnreclaim:       555952 kB
KernelStack:        1760 kB
PageTables:         8264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2520636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    563200 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 21:23:17