Trace number 4116305

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.64 1797.63

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round22-1.opb
MD5SUM0338c26fe3fe51bf95d6969791a1c434
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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116305-1466966025.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.295s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  10048
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 936
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 10048 constraints processed.
1.69/1.08	c cleaning 2491 clauses out of 4998 with flag 15943/5000
2.84/1.73	c cleaning 4243 clauses out of 8507 with flag 37720/11000
3.54/2.44	c cleaning 5613 clauses out of 11265 with flag 64856/18001
4.35/3.27	c cleaning 6822 clauses out of 13651 with flag 99318/26000
5.35/4.25	c cleaning 7891 clauses out of 15829 with flag 138560/35000
6.45/5.35	c cleaning 8941 clauses out of 17938 with flag 184658/45000
7.75/6.63	c cleaning 9992 clauses out of 19997 with flag 237519/56000
9.15/8.02	c cleaning 10997 clauses out of 22006 with flag 297652/68001
10.64/9.54	c cleaning 11964 clauses out of 24008 with flag 366675/81000
12.35/11.23	c cleaning 13009 clauses out of 26044 with flag 439425/95000
14.16/13.05	c cleaning 13996 clauses out of 28035 with flag 519854/110000
16.26/15.10	c cleaning 14997 clauses out of 30039 with flag 605317/126000
18.46/17.34	c cleaning 15998 clauses out of 32042 with flag 701160/143000
20.76/19.69	c cleaning 17009 clauses out of 34044 with flag 802124/161000
23.36/22.30	c cleaning 18004 clauses out of 36036 with flag 907814/180001
26.26/25.10	c cleaning 18999 clauses out of 38031 with flag 1020373/200000
29.16/28.09	c cleaning 20007 clauses out of 40033 with flag 1140803/221001
32.47/31.33	c cleaning 21005 clauses out of 42026 with flag 1265370/243001
35.77/34.68	c cleaning 21983 clauses out of 44020 with flag 1398657/266000
39.47/38.34	c cleaning 22996 clauses out of 46038 with flag 1537374/290001
43.37/42.24	c cleaning 24002 clauses out of 48043 with flag 1679727/315002
47.57/46.42	c cleaning 24991 clauses out of 50041 with flag 1830559/341002
51.96/50.82	c cleaning 25990 clauses out of 52050 with flag 1988460/368002
56.57/55.46	c cleaning 27002 clauses out of 54061 with flag 2153211/396003
61.20/60.01	c cleaning 28014 clauses out of 56056 with flag 2320341/425000
65.70/64.54	c cleaning 28981 clauses out of 58042 with flag 2495983/455000
70.50/69.36	c cleaning 30017 clauses out of 60061 with flag 2681696/486000
75.61/74.43	c cleaning 30996 clauses out of 62044 with flag 2874002/518000
80.91/79.75	c cleaning 32007 clauses out of 64050 with flag 3070254/551002
86.61/85.42	c cleaning 32968 clauses out of 66041 with flag 3274304/585000
92.41/91.21	c cleaning 34024 clauses out of 68073 with flag 3485149/620000
98.41/97.29	c cleaning 35014 clauses out of 70049 with flag 3701274/656000
104.81/103.69	c cleaning 36006 clauses out of 72036 with flag 3925965/693001
111.71/110.51	c cleaning 36991 clauses out of 74029 with flag 4156929/731000
118.71/117.58	c cleaning 37989 clauses out of 76038 with flag 4392043/770000
126.12/124.98	c cleaning 38970 clauses out of 78049 with flag 4638929/810000
133.91/132.70	c cleaning 40033 clauses out of 80080 with flag 4888768/851001
142.02/140.82	c cleaning 40996 clauses out of 82046 with flag 5145082/893000
150.27/149.04	c cleaning 42018 clauses out of 84050 with flag 5405911/936000
158.27/157.06	c cleaning 42988 clauses out of 86033 with flag 5677165/980001
166.67/165.45	c cleaning 43992 clauses out of 88044 with flag 5949565/1025000
175.68/174.40	c cleaning 44985 clauses out of 90052 with flag 6229543/1071000
184.88/183.70	c cleaning 46027 clauses out of 92067 with flag 6515001/1118000
194.28/193.01	c cleaning 47007 clauses out of 94041 with flag 6810740/1166001
204.18/202.92	c cleaning 48000 clauses out of 96033 with flag 7115676/1215000
214.39/213.14	c cleaning 48977 clauses out of 98035 with flag 7425060/1265002
225.09/223.89	c cleaning 50000 clauses out of 100056 with flag 7737116/1316000
236.29/235.02	c cleaning 51017 clauses out of 102056 with flag 8055273/1368000
247.39/246.15	c cleaning 52004 clauses out of 104040 with flag 8382495/1421001
259.04/257.73	c cleaning 52983 clauses out of 106036 with flag 8714517/1475001
270.64/269.35	c cleaning 54016 clauses out of 108052 with flag 9057346/1530000
282.74/281.45	c cleaning 55009 clauses out of 110037 with flag 9403996/1586001
295.35/294.06	c cleaning 55992 clauses out of 112028 with flag 9752479/1643001
308.45/307.12	c cleaning 56967 clauses out of 114035 with flag 10113090/1701000
321.76/320.49	c cleaning 58018 clauses out of 116068 with flag 10480675/1760000
335.46/334.18	c cleaning 59014 clauses out of 118051 with flag 10850167/1820001
349.87/348.52	c cleaning 59995 clauses out of 120036 with flag 11222837/1881000
364.77/363.43	c cleaning 61008 clauses out of 122041 with flag 11602768/1943000
379.49/378.16	c cleaning 62014 clauses out of 124034 with flag 11991423/2006001
394.70/393.32	c cleaning 62975 clauses out of 126019 with flag 12380868/2070000
410.10/408.77	c cleaning 63998 clauses out of 128044 with flag 12779880/2135000
426.22/424.82	c cleaning 65000 clauses out of 130047 with flag 13185914/2201001
443.03/441.60	c cleaning 66006 clauses out of 132047 with flag 13599465/2268001
460.03/458.63	c cleaning 67010 clauses out of 134040 with flag 14018826/2336000
477.63/476.22	c cleaning 67996 clauses out of 136030 with flag 14444365/2405000
495.50/494.01	c cleaning 69002 clauses out of 138036 with flag 14873151/2475002
513.70/512.20	c cleaning 70010 clauses out of 140034 with flag 15304662/2546002
532.11/530.67	c cleaning 70983 clauses out of 142022 with flag 15745067/2618000
551.21/549.71	c cleaning 71998 clauses out of 144039 with flag 16192912/2691000
570.72/569.20	c cleaning 73005 clauses out of 146042 with flag 16641849/2765001
590.93/589.44	c cleaning 74006 clauses out of 148037 with flag 17100989/2840001
611.83/610.36	c cleaning 74999 clauses out of 150032 with flag 17561704/2916002
632.69/631.16	c cleaning 75934 clauses out of 152031 with flag 18030341/2993000
654.30/652.76	c cleaning 77031 clauses out of 154098 with flag 18501689/3071001
676.21/674.68	c cleaning 78021 clauses out of 156066 with flag 18986676/3150000
698.82/697.27	c cleaning 79004 clauses out of 158045 with flag 19476275/3230000
722.32/720.72	c cleaning 79981 clauses out of 160042 with flag 19969159/3311001
746.44/744.81	c cleaning 80996 clauses out of 162061 with flag 20469989/3393001
770.40/768.72	c cleaning 82025 clauses out of 164064 with flag 20970190/3476000
795.01/793.38	c cleaning 83003 clauses out of 166040 with flag 21477038/3560001
820.41/818.71	c cleaning 84008 clauses out of 168036 with flag 21991418/3645000
846.41/844.80	c cleaning 84982 clauses out of 170028 with flag 22509372/3731000
873.11/871.44	c cleaning 85976 clauses out of 172046 with flag 23032266/3818000
899.99/898.28	c cleaning 87032 clauses out of 174070 with flag 23570446/3906000
927.78/926.02	c cleaning 87994 clauses out of 176039 with flag 24104091/3995001
956.09/954.38	c cleaning 88941 clauses out of 178044 with flag 24650268/4085000
985.00/983.21	c cleaning 90011 clauses out of 180104 with flag 25197010/4176001
1014.39/1012.55	c cleaning 91002 clauses out of 182095 with flag 25753381/4268003
1044.59/1042.73	c cleaning 92035 clauses out of 184091 with flag 26312470/4361001
1074.89/1073.02	c cleaning 93016 clauses out of 186055 with flag 26880103/4455000
1106.29/1104.50	c cleaning 93993 clauses out of 188039 with flag 27454515/4550000
1138.88/1137.03	c cleaning 95001 clauses out of 190046 with flag 28032273/4646000
1172.08/1170.19	c cleaning 95995 clauses out of 192045 with flag 28620166/4743000
1204.78/1202.81	c cleaning 97007 clauses out of 194050 with flag 29211181/4841000
1238.39/1236.43	c cleaning 98005 clauses out of 196043 with flag 29813965/4940000
1272.49/1270.53	c cleaning 99017 clauses out of 198039 with flag 30420361/5040001
1308.09/1306.04	c cleaning 99978 clauses out of 200021 with flag 31028337/5141000
1344.38/1342.31	c cleaning 101013 clauses out of 202044 with flag 31646698/5243001
1381.60/1379.60	c cleaning 102010 clauses out of 204030 with flag 32269969/5346000
1418.70/1416.60	c cleaning 103001 clauses out of 206020 with flag 32896183/5450000
1457.46/1455.30	c cleaning 103958 clauses out of 208019 with flag 33531183/5555000
1497.07/1494.80	c cleaning 105000 clauses out of 210061 with flag 34173355/5661000
1536.78/1534.60	c cleaning 106027 clauses out of 212061 with flag 34820589/5768000
1577.06/1574.78	c cleaning 106980 clauses out of 214035 with flag 35471737/5876001
1618.85/1616.58	c cleaning 107992 clauses out of 216055 with flag 36125216/5985001
1660.94/1658.63	c cleaning 108998 clauses out of 218065 with flag 36784000/6095003
1703.82/1701.45	c cleaning 110025 clauses out of 220067 with flag 37449241/6206003
1746.61/1744.26	c cleaning 111009 clauses out of 222039 with flag 38123074/6318000
1790.82/1788.46	c cleaning 111961 clauses out of 224030 with flag 38802174/6431000
1800.02/1797.60	c starts		: 57540
1800.02/1797.60	c conflicts		: 6461421
1800.02/1797.60	c decisions		: 53689221
1800.02/1797.60	c propagations		: 830007151
1800.02/1797.60	c inspects		: 25219067586
1800.02/1797.60	c shortcuts		: 0
1800.02/1797.60	c learnt literals	: 2
1800.02/1797.60	c learnt binary clauses	: 74
1800.02/1797.60	c learnt ternary clauses	: 1010
1800.02/1797.60	c learnt constraints	: 6461420
1800.02/1797.60	c ignored constraints	: 0
1800.02/1797.60	c root simplifications	: 0
1800.02/1797.60	c removed literals (reason simplification)	: 0
1800.02/1797.60	c reason swapping (by a shorter reason)	: 0
1800.02/1797.60	c Calls to reduceDB	: 109
1800.02/1797.60	c Number of update (reduction) of LBD	: 1372779
1800.02/1797.60	c Imported unit clauses	: 0
1800.02/1797.60	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.60	c number of learned constraints concerned by reduction	: 0
1800.02/1797.60	c number of learning phase by resolution	: 0
1800.02/1797.60	c number of learning phase by cutting planes	: 0
1800.02/1797.60	c speed (assignments/second)	: 461837.6198541719
1800.02/1797.60	c non guided choices	14744
1800.02/1797.60	c timeout
1800.02/1797.63	c learnt constraints type 
1800.02/1797.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 74
1800.02/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 142417
1800.02/1797.63	s UNKNOWN
1800.02/1797.63	c Total wall clock time (in seconds): 1797.513

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

pid=21904
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.23 2.25 2.20 4/194 21907
/proc/meminfo: memFree=30030928/32872528 swapFree=1643088/1798432
[pid=21907] ppid=21904 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/21907/stat : 21907 (java) R 21904 21907 19053 0 -1 4202496 377 0 0 0 0 0 0 0 20 0 1 0 29641670 3653632 48 33554432000 1073741824 1073778376 140733548299008 140733548296136 260181159815 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21907/statm: 892 50 38 9 0 30 0

[startup+0.100061 s]
/proc/loadavg: 2.23 2.25 2.20 4/194 21907
/proc/meminfo: memFree=30030928/32872528 swapFree=1643088/1798432
[pid=21907] ppid=21904 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/21907/stat : 21907 (java) S 21904 21907 19053 0 -1 4202496 4413 0 1 0 8 1 0 0 20 0 18 0 29641670 9787879424 6038 33554432000 1073741824 1073778376 140733548299008 140733548290144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21907/statm: 2389619 6038 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 2.23 2.25 2.20 4/194 21907
/proc/meminfo: memFree=30030928/32872528 swapFree=1643088/1798432
[pid=21907] ppid=21904 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/21907/stat : 21907 (java) S 21904 21907 19053 0 -1 4202496 4801 0 1 0 24 1 0 0 20 0 18 0 29641670 9787879424 6848 33554432000 1073741824 1073778376 140733548299008 140733548290144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21907/statm: 2389619 6848 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30024 s]
/proc/loadavg: 2.23 2.25 2.20 4/194 21907
/proc/meminfo: memFree=30030928/32872528 swapFree=1643088/1798432
[pid=21907] ppid=21904 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/21907/stat : 21907 (java) S 21904 21907 19053 0 -1 4202496 5750 0 1 0 47 1 0 0 20 0 18 0 29641670 9787879424 8960 33554432000 1073741824 1073778376 140733548299008 140733548290144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21907/statm: 2389619 8960 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700202 s]
/proc/loadavg: 2.23 2.25 2.20 4/194 21907
/proc/meminfo: memFree=30030928/32872528 swapFree=1643088/1798432
[pid=21907] ppid=21904 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/21907/stat : 21907 (java) S 21904 21907 19053 0 -1 4202496 10303 0 1 0 134 3 0 0 20 0 19 0 29641670 9856040960 16041 33554432000 1073741824 1073778376 140733548299008 140733548290144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21907/statm: 2406260 16041 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9625040

[startup+1.50089 s]
/proc/loadavg: 2.23 2.25 2.20 5/213 21926
/proc/meminfo: memFree=29975936/32872528 swapFree=1643088/1798432
[pid=21907] ppid=21904 vsize=9625040 CPUtime=2.62 cores=1,3,5,7
/proc/21907/stat : 21907 (java) S 21904 21907 19053 0 -1 4202496 17501 0 1 0 257 5 0 0 20 0 19 0 29641670 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 140733548290144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21907/statm: 2406260 20307 2269 9 0 2396937 0
[pid=21907/tid=21909] ppid=21904 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/21907/task/21909/stat : 21909 (java) R 21904 21907 19053 0 -1 4202560 2430 0 1 0 144 2 0 0 20 0 19 0 29641671 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 139973242069072 139973068671504 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21910] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21910/stat : 21910 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 139973203561128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21911] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21911/stat : 21911 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 139973202508584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21912] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21912/stat : 21912 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 139973201456040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21907/tid=21913] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21913/stat : 21913 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 139973200403496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21914] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21914/stat : 21914 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 139973199349928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21907/tid=21915] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21915/stat : 21915 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 139973198297384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21916] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21916/stat : 21916 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 139973197244840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21907/tid=21917] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21917/stat : 21917 (java) S 21904 21907 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 139973196192296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21918] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21918/stat : 21918 (java) S 21904 21907 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29641673 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 139973065951848 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21919] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21919/stat : 21919 (java) S 21904 21907 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29641674 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 139973064898168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21920] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21920/stat : 21920 (java) S 21904 21907 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29641674 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 139973063845512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21921] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21921/stat : 21921 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641676 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 139973062794256 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21922] ppid=21904 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/21907/task/21922/stat : 21922 (java) S 21904 21907 19053 0 -1 4202560 10700 0 0 0 71 3 0 0 20 0 19 0 29641676 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 139973061740600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21923] ppid=21904 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/21907/task/21923/stat : 21923 (java) S 21904 21907 19053 0 -1 4202560 3094 0 0 0 38 0 0 0 20 0 19 0 29641676 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 139973060688056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21924] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21924/stat : 21924 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641676 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 139973059635704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21925] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21925/stat : 21925 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641676 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 139973058583368 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21926] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21926/stat : 21926 (java) S 21904 21907 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29641712 9856040960 20307 33554432000 1073741824 1073778376 140733548299008 139973057529128 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.23 2.25 2.20 4/213 21926
/proc/meminfo: memFree=29954604/32872528 swapFree=1643088/1798432
[pid=21907] ppid=21904 vsize=9625040 CPUtime=4.25 cores=1,3,5,7
/proc/21907/stat : 21907 (java) S 21904 21907 19053 0 -1 4202496 17506 0 1 0 420 5 0 0 20 0 19 0 29641670 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 140733548290144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21907/statm: 2406260 21333 2270 9 0 2396937 0
[pid=21907/tid=21909] ppid=21904 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/21907/task/21909/stat : 21909 (java) R 21904 21907 19053 0 -1 4202560 2433 0 1 0 303 2 0 0 20 0 19 0 29641671 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 139973242060496 139973068781002 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21910] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21910/stat : 21910 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 139973203561128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21911] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21911/stat : 21911 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 139973202508584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21912] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21912/stat : 21912 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 139973201456040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21907/tid=21913] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21913/stat : 21913 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 139973200403496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21914] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21914/stat : 21914 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 139973199349928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21907/tid=21915] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21915/stat : 21915 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 139973198297384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21916] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21916/stat : 21916 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 139973197244840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21907/tid=21917] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21917/stat : 21917 (java) S 21904 21907 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 139973196192296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21918] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21918/stat : 21918 (java) S 21904 21907 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29641673 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 139973065951848 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21919] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21919/stat : 21919 (java) S 21904 21907 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29641674 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 139973064898168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21920] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21920/stat : 21920 (java) S 21904 21907 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29641674 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 139973063845512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21921] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21921/stat : 21921 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641676 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 139973062794256 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21922] ppid=21904 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/21907/task/21922/stat : 21922 (java) S 21904 21907 19053 0 -1 4202560 10701 0 0 0 73 3 0 0 20 0 19 0 29641676 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 139973061740600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21923] ppid=21904 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21907/task/21923/stat : 21923 (java) S 21904 21907 19053 0 -1 4202560 3095 0 0 0 40 0 0 0 20 0 19 0 29641676 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 139973060688056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21924] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21924/stat : 21924 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641676 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 139973059635704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21925] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21925/stat : 21925 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641676 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 139973058583368 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21926] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21926/stat : 21926 (java) S 21904 21907 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29641712 9856040960 21333 33554432000 1073741824 1073778376 140733548299008 139973057529128 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.21 2.24 2.20 3/213 21926
/proc/meminfo: memFree=29950584/32872528 swapFree=1643088/1798432
[pid=21907] ppid=21904 vsize=9625040 CPUtime=7.45 cores=1,3,5,7
/proc/21907/stat : 21907 (java) S 21904 21907 19053 0 -1 4202496 17511 0 1 0 740 5 0 0 20 0 19 0 29641670 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 140733548290144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21907/statm: 2406260 22230 2271 9 0 2396937 0
[pid=21907/tid=21909] ppid=21904 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/21907/task/21909/stat : 21909 (java) R 21904 21907 19053 0 -1 4202560 2437 0 1 0 621 2 0 0 20 0 19 0 29641671 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 139973242069416 139973068670619 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21910] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21910/stat : 21910 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 139973203561128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21911] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21911/stat : 21911 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 139973202508584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21912] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21912/stat : 21912 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 139973201456040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21907/tid=21913] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21913/stat : 21913 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 139973200403496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21914] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21914/stat : 21914 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 139973199349928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21907/tid=21915] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21915/stat : 21915 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 139973198297384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21916] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21916/stat : 21916 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 139973197244840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21907/tid=21917] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21917/stat : 21917 (java) S 21904 21907 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29641672 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 139973196192296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21918] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21918/stat : 21918 (java) S 21904 21907 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29641673 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 139973065951848 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21919] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21919/stat : 21919 (java) S 21904 21907 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29641674 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 139973064898168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21920] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21920/stat : 21920 (java) S 21904 21907 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29641674 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 139973063845512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21921] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21921/stat : 21921 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641676 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 139973062794256 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21922] ppid=21904 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/21907/task/21922/stat : 21922 (java) S 21904 21907 19053 0 -1 4202560 10701 0 0 0 75 3 0 0 20 0 19 0 29641676 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 139973061740600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21923] ppid=21904 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21907/task/21923/stat : 21923 (java) S 21904 21907 19053 0 -1 4202560 3095 0 0 0 40 0 0 0 20 0 19 0 29641676 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 139973060688056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21924] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21924/stat : 21924 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641676 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 139973059635704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21925] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21925/stat : 21925 (java) S 21904 21907 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29641676 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 139973058583368 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21926] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21926/stat : 21926 (java) S 21904 21907 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29641712 9856040960 22230 33554432000 1073741824 1073778376 140733548299008 139973057529128 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 9625040


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

[pid=21907/tid=21919] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21919/stat : 21919 (java) S 21904 21907 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29641674 9856040960 91579 33554432000 1073741824 1073778376 140733548299008 139973064898168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21920] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21920/stat : 21920 (java) S 21904 21907 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29641674 9856040960 91579 33554432000 1073741824 1073778376 140733548299008 139973063845512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21921] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21921/stat : 21921 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641676 9856040960 91579 33554432000 1073741824 1073778376 140733548299008 139973062794256 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21922] ppid=21904 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/21907/task/21922/stat : 21922 (java) S 21904 21907 19053 0 -1 4202560 10710 0 0 0 79 3 0 0 20 0 19 0 29641676 9856040960 91579 33554432000 1073741824 1073778376 140733548299008 139973061740600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21923] ppid=21904 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21907/task/21923/stat : 21923 (java) S 21904 21907 19053 0 -1 4202560 3095 0 0 0 40 0 0 0 20 0 19 0 29641676 9856040960 91579 33554432000 1073741824 1073778376 140733548299008 139973060688056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21924] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21924/stat : 21924 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641676 9856040960 91579 33554432000 1073741824 1073778376 140733548299008 139973059635704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21925] ppid=21904 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/21907/task/21925/stat : 21925 (java) S 21904 21907 19053 0 -1 4202560 96 0 0 0 30 39 0 0 20 0 19 0 29641676 9856040960 91579 33554432000 1073741824 1073778376 140733548299008 139973058583368 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21926] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21926/stat : 21926 (java) S 21904 21907 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29641712 9856040960 91579 33554432000 1073741824 1073778376 140733548299008 139973057529128 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1664.64
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.19 2.22 2.19 3/213 22057
/proc/meminfo: memFree=29652548/32872528 swapFree=1643088/1798432
[pid=21907] ppid=21904 vsize=9625040 CPUtime=1724.72 cores=1,3,5,7
/proc/21907/stat : 21907 (java) S 21904 21907 19053 0 -1 4202496 18704 0 1 0 172407 65 0 0 20 0 19 0 29641670 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 140733548290144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21907/statm: 2406260 94143 2285 9 0 2396937 0
[pid=21907/tid=21909] ppid=21904 vsize=9625040 CPUtime=1721.76 cores=1,3,5,7
/proc/21907/task/21909/stat : 21909 (java) R 21904 21907 19053 0 -1 4202560 2495 0 1 0 172141 35 0 0 20 0 19 0 29641671 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973242060576 139973068781002 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21910] ppid=21904 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/21907/task/21910/stat : 21910 (java) S 21904 21907 19053 0 -1 4202560 101 0 0 0 18 3 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973203561128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21911] ppid=21904 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21907/task/21911/stat : 21911 (java) S 21904 21907 19053 0 -1 4202560 66 0 0 0 13 2 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973202508584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21912] ppid=21904 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/21907/task/21912/stat : 21912 (java) S 21904 21907 19053 0 -1 4202560 78 0 0 0 12 2 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973201456040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21913] ppid=21904 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21907/task/21913/stat : 21913 (java) S 21904 21907 19053 0 -1 4202560 146 0 0 0 14 2 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973200403496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21914] ppid=21904 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21907/task/21914/stat : 21914 (java) S 21904 21907 19053 0 -1 4202560 97 0 0 0 13 3 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973199349928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21915] ppid=21904 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/21907/task/21915/stat : 21915 (java) S 21904 21907 19053 0 -1 4202560 52 0 0 0 9 2 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973198297384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21916] ppid=21904 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21907/task/21916/stat : 21916 (java) S 21904 21907 19053 0 -1 4202560 199 0 0 0 12 3 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973197244840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21917] ppid=21904 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21907/task/21917/stat : 21917 (java) S 21904 21907 19053 0 -1 4202560 243 0 0 0 17 3 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973196192296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21918] ppid=21904 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21907/task/21918/stat : 21918 (java) S 21904 21907 19053 0 -1 4202560 59 0 0 0 1 1 0 0 20 0 19 0 29641673 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973065951848 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21919] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21919/stat : 21919 (java) S 21904 21907 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29641674 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973064898168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21920] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21920/stat : 21920 (java) S 21904 21907 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29641674 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973063845512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21921] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21921/stat : 21921 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641676 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973062794256 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21922] ppid=21904 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/21907/task/21922/stat : 21922 (java) S 21904 21907 19053 0 -1 4202560 10710 0 0 0 79 3 0 0 20 0 19 0 29641676 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973061740600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21923] ppid=21904 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21907/task/21923/stat : 21923 (java) S 21904 21907 19053 0 -1 4202560 3095 0 0 0 40 0 0 0 20 0 19 0 29641676 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973060688056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21924] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21924/stat : 21924 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641676 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973059635704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21925] ppid=21904 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/21907/task/21925/stat : 21925 (java) S 21904 21907 19053 0 -1 4202560 100 0 0 0 30 40 0 0 20 0 19 0 29641676 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973058583368 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21926] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21926/stat : 21926 (java) S 21904 21907 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29641712 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973057529128 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.72
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.22 2.18 3/213 22058
/proc/meminfo: memFree=29620480/32872528 swapFree=1643088/1798432
[pid=21907] ppid=21904 vsize=9625040 CPUtime=1784.72 cores=1,3,5,7
/proc/21907/stat : 21907 (java) S 21904 21907 19053 0 -1 4202496 18708 0 1 0 178406 66 0 0 20 0 19 0 29641670 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 140733548290144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21907/statm: 2406260 94143 2285 9 0 2396937 0
[pid=21907/tid=21909] ppid=21904 vsize=9625040 CPUtime=1781.76 cores=1,3,5,7
/proc/21907/task/21909/stat : 21909 (java) R 21904 21907 19053 0 -1 4202560 2495 0 1 0 178140 36 0 0 20 0 19 0 29641671 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973242060576 139973068781007 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21910] ppid=21904 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/21907/task/21910/stat : 21910 (java) S 21904 21907 19053 0 -1 4202560 101 0 0 0 18 3 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973203561128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21911] ppid=21904 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21907/task/21911/stat : 21911 (java) S 21904 21907 19053 0 -1 4202560 66 0 0 0 13 2 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973202508584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21912] ppid=21904 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/21907/task/21912/stat : 21912 (java) S 21904 21907 19053 0 -1 4202560 78 0 0 0 12 2 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973201456040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21913] ppid=21904 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21907/task/21913/stat : 21913 (java) S 21904 21907 19053 0 -1 4202560 146 0 0 0 14 2 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973200403496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21914] ppid=21904 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21907/task/21914/stat : 21914 (java) S 21904 21907 19053 0 -1 4202560 97 0 0 0 13 3 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973199349928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21915] ppid=21904 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/21907/task/21915/stat : 21915 (java) S 21904 21907 19053 0 -1 4202560 52 0 0 0 9 2 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973198297384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21916] ppid=21904 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21907/task/21916/stat : 21916 (java) S 21904 21907 19053 0 -1 4202560 199 0 0 0 12 3 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973197244840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21917] ppid=21904 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21907/task/21917/stat : 21917 (java) S 21904 21907 19053 0 -1 4202560 243 0 0 0 17 3 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973196192296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21918] ppid=21904 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21907/task/21918/stat : 21918 (java) S 21904 21907 19053 0 -1 4202560 59 0 0 0 1 1 0 0 20 0 19 0 29641673 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973065951848 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21919] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21919/stat : 21919 (java) S 21904 21907 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29641674 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973064898168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21920] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21920/stat : 21920 (java) S 21904 21907 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29641674 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973063845512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21921] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21921/stat : 21921 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641676 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973062794256 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21922] ppid=21904 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/21907/task/21922/stat : 21922 (java) S 21904 21907 19053 0 -1 4202560 10710 0 0 0 79 3 0 0 20 0 19 0 29641676 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973061740600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21923] ppid=21904 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21907/task/21923/stat : 21923 (java) S 21904 21907 19053 0 -1 4202560 3095 0 0 0 40 0 0 0 20 0 19 0 29641676 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973060688056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21924] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21924/stat : 21924 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641676 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973059635704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21925] ppid=21904 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/21907/task/21925/stat : 21925 (java) S 21904 21907 19053 0 -1 4202560 104 0 0 0 31 42 0 0 20 0 19 0 29641676 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973058583368 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21926] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21926/stat : 21926 (java) S 21904 21907 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29641712 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973057529128 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.72
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.23 2.22 2.19 3/213 22058
/proc/meminfo: memFree=29620732/32872528 swapFree=1643088/1798432
[pid=21907] ppid=21904 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/21907/stat : 21907 (java) S 21904 21907 19053 0 -1 4202496 18708 0 1 0 179936 66 0 0 20 0 19 0 29641670 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 140733548290144 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21907/statm: 2406260 94143 2285 9 0 2396937 0
[pid=21907/tid=21909] ppid=21904 vsize=9625040 CPUtime=1797.06 cores=1,3,5,7
/proc/21907/task/21909/stat : 21909 (java) R 21904 21907 19053 0 -1 4202560 2495 0 1 0 179670 36 0 0 20 0 19 0 29641671 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973242060576 139973068781002 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21910] ppid=21904 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/21907/task/21910/stat : 21910 (java) S 21904 21907 19053 0 -1 4202560 101 0 0 0 18 3 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973203561128 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21911] ppid=21904 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21907/task/21911/stat : 21911 (java) S 21904 21907 19053 0 -1 4202560 66 0 0 0 13 2 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973202508584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21912] ppid=21904 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/21907/task/21912/stat : 21912 (java) S 21904 21907 19053 0 -1 4202560 78 0 0 0 12 2 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973201456040 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21913] ppid=21904 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21907/task/21913/stat : 21913 (java) S 21904 21907 19053 0 -1 4202560 146 0 0 0 14 2 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973200403496 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21914] ppid=21904 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21907/task/21914/stat : 21914 (java) S 21904 21907 19053 0 -1 4202560 97 0 0 0 13 3 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973199349928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21915] ppid=21904 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/21907/task/21915/stat : 21915 (java) S 21904 21907 19053 0 -1 4202560 52 0 0 0 9 2 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973198297384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21916] ppid=21904 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/21907/task/21916/stat : 21916 (java) S 21904 21907 19053 0 -1 4202560 199 0 0 0 12 3 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973197244840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21917] ppid=21904 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21907/task/21917/stat : 21917 (java) S 21904 21907 19053 0 -1 4202560 243 0 0 0 17 3 0 0 20 0 19 0 29641672 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973196192296 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21918] ppid=21904 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21907/task/21918/stat : 21918 (java) S 21904 21907 19053 0 -1 4202560 59 0 0 0 1 1 0 0 20 0 19 0 29641673 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973065951848 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21919] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21919/stat : 21919 (java) S 21904 21907 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29641674 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973064898168 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21920] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21920/stat : 21920 (java) S 21904 21907 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29641674 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973063845512 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21921] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21921/stat : 21921 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641676 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973062794256 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21922] ppid=21904 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/21907/task/21922/stat : 21922 (java) S 21904 21907 19053 0 -1 4202560 10710 0 0 0 79 3 0 0 20 0 19 0 29641676 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973061740600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21923] ppid=21904 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/21907/task/21923/stat : 21923 (java) S 21904 21907 19053 0 -1 4202560 3095 0 0 0 40 0 0 0 20 0 19 0 29641676 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973060688056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21907/tid=21924] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21924/stat : 21924 (java) S 21904 21907 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29641676 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973059635704 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21907/tid=21925] ppid=21904 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/21907/task/21925/stat : 21925 (java) S 21904 21907 19053 0 -1 4202560 104 0 0 0 32 42 0 0 20 0 19 0 29641676 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973058583368 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21907/tid=21926] ppid=21904 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21907/task/21926/stat : 21926 (java) S 21904 21907 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29641712 9856040960 94143 33554432000 1073741824 1073778376 140733548299008 139973057529128 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 21907 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.63
CPU time (s): 1800.64
CPU user time (s): 1799.47
CPU system time (s): 1.17082
CPU usage (%): 100.167
Max. virtual memory (cumulated for all children) (KiB): 9625436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 1.17082
maximum resident set size= 376688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18741
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38380
involuntary context switches= 9433

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4494 second user time and 14.4058 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 0338c26fe3fe51bf95d6969791a1c434
RANDOM SEED=172765242

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:        30030788 kB
Buffers:           29216 kB
Cached:           114172 kB
SwapCached:         1772 kB
Active:           220500 kB
Inactive:         117988 kB
Active(anon):     196940 kB
Inactive(anon):      924 kB
Active(file):      23560 kB
Inactive(file):   117064 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098704 kB
Dirty:              1188 kB
Writeback:             8 kB
AnonPages:       2136564 kB
Mapped:            15504 kB
Shmem:                 0 kB
Slab:             565692 kB
SReclaimable:       9728 kB
SUnreclaim:       555964 kB
KernelStack:        1760 kB
PageTables:         8232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2484980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    473088 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:03:43