Trace number 4504166

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.24 3406.35

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Base/normalized-minisat100_4_32_6.opb
MD5SUM942f4c546294041bdb4c531ace867576
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5224547
Best CPU time to get the best result obtained on this benchmark2319.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20200
Total number of constraints30206
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints30000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 19900
Biggest coefficient in the objective function 150568768
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 176505017008
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 150568768
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 176505017008
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4504166-1751444147.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  objective function found
0.88/0.52	c ... done. Wall clock time 0.374s.
0.88/0.52	c declared #vars     20200
0.88/0.52	c #constraints  50012
0.88/0.52	c constraints type 
0.88/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39700
0.88/0.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
0.88/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5250
0.88/0.52	c org.sat4j.specs.Constr$1 => 2
0.88/0.52	c org.sat4j.pb.constraints.pb.UnitClausesPB => 2
0.88/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5051
0.88/0.52	c 50012 constraints processed.
0.88/0.53	c objective function length is 19900 literals
3.97/2.95	c cleaning 2486 clauses out of 5006 with flag 10694/5006
7.09/5.69	c cleaning 4255 clauses out of 8518 with flag 22690/11004
10.31/8.62	c cleaning 5621 clauses out of 11262 with flag 36688/18003
13.96/12.04	c cleaning 6812 clauses out of 13643 with flag 52692/26005
17.62/15.55	c cleaning 7899 clauses out of 15833 with flag 70696/35007
21.82/19.37	c cleaning 8944 clauses out of 17927 with flag 90682/45000
26.02/23.35	c cleaning 9982 clauses out of 19983 with flag 112682/56000
30.95/27.94	c cleaning 10992 clauses out of 22004 with flag 136688/68003
36.20/33.06	c cleaning 11997 clauses out of 24011 with flag 162686/81002
42.04/38.55	c cleaning 12997 clauses out of 26015 with flag 190688/95003
48.79/44.38	c cleaning 13988 clauses out of 28018 with flag 220688/110003
55.71/50.79	c cleaning 14991 clauses out of 30027 with flag 252682/126000
63.05/57.64	c cleaning 16008 clauses out of 32046 with flag 286702/143010
71.86/66.03	c cleaning 16993 clauses out of 34030 with flag 322686/161002
80.27/73.93	c cleaning 18006 clauses out of 36035 with flag 360682/180000
90.19/82.75	c cleaning 19004 clauses out of 38029 with flag 400682/200000
100.78/92.77	c cleaning 20008 clauses out of 40027 with flag 442686/221002
111.14/102.47	c cleaning 20992 clauses out of 42019 with flag 486686/243002
122.48/113.37	c cleaning 22006 clauses out of 44025 with flag 532682/266000
136.46/125.35	c cleaning 23012 clauses out of 46035 with flag 580714/290016
148.19/136.53	c cleaning 23986 clauses out of 48014 with flag 630696/315007
158.80/146.69	c cleaning 24997 clauses out of 50021 with flag 682682/341000
170.10/157.21	c cleaning 25998 clauses out of 52024 with flag 736682/368000
182.41/168.93	c cleaning 27001 clauses out of 54028 with flag 792686/396002
196.44/182.20	c cleaning 27998 clauses out of 56026 with flag 850684/425001
209.93/195.07	c cleaning 29001 clauses out of 58028 with flag 910684/455001
223.80/207.18	c cleaning 30002 clauses out of 60026 with flag 972682/486000
238.35/220.86	c cleaning 30999 clauses out of 62024 with flag 1036682/518000
253.80/235.70	c cleaning 32003 clauses out of 64032 with flag 1102696/551007
268.73/249.79	c cleaning 32997 clauses out of 66022 with flag 1170682/585000
285.26/265.68	c cleaning 33997 clauses out of 68027 with flag 1240686/620002
300.88/280.41	c cleaning 35003 clauses out of 70029 with flag 1312684/656001
319.27/297.95	c cleaning 36004 clauses out of 72027 with flag 1386686/693002
337.11/315.13	c cleaning 37003 clauses out of 74023 with flag 1462686/731002
355.84/332.85	c cleaning 37992 clauses out of 76019 with flag 1540684/770001
376.85/351.80	c cleaning 39001 clauses out of 78026 with flag 1620682/810000
395.86/369.90	c cleaning 39999 clauses out of 80025 with flag 1702682/851000
415.51/388.70	c cleaning 41010 clauses out of 82040 with flag 1786710/893014
434.13/406.69	c cleaning 41998 clauses out of 84024 with flag 1872698/936008
456.78/428.03	c cleaning 43003 clauses out of 86026 with flag 1960698/980008
481.91/452.35	c cleaning 43996 clauses out of 88015 with flag 2050682/1025000
503.04/472.28	c cleaning 45001 clauses out of 90019 with flag 2142682/1071000
527.48/495.80	c cleaning 45986 clauses out of 92019 with flag 2236684/1118001
554.54/521.47	c cleaning 46999 clauses out of 94032 with flag 2332682/1166000
585.72/550.25	c cleaning 48006 clauses out of 96033 with flag 2430682/1215000
609.97/573.29	c cleaning 49005 clauses out of 98027 with flag 2530682/1265000
637.91/599.90	c cleaning 49988 clauses out of 100024 with flag 2632686/1316002
665.75/626.75	c cleaning 51013 clauses out of 102046 with flag 2736706/1368012
698.73/658.34	c cleaning 51991 clauses out of 104023 with flag 2842686/1421002
727.89/686.35	c cleaning 53005 clauses out of 106036 with flag 2950694/1475006
753.67/710.89	c cleaning 54003 clauses out of 108031 with flag 3060694/1530006
784.81/738.06	c cleaning 55000 clauses out of 110023 with flag 3172684/1586001
818.31/770.16	c cleaning 56002 clauses out of 112024 with flag 3286686/1643002
851.63/802.04	c cleaning 56982 clauses out of 114020 with flag 3402682/1701000
884.59/833.74	c cleaning 58003 clauses out of 116039 with flag 3520684/1760001
918.18/866.06	c cleaning 59003 clauses out of 118039 with flag 3640690/1820004
953.12/899.79	c cleaning 60002 clauses out of 120032 with flag 3762682/1881000
988.93/930.61	c cleaning 61002 clauses out of 122043 with flag 3886708/1943013
1017.91/958.70	c cleaning 62004 clauses out of 124033 with flag 4012692/2006005
1047.16/986.85	c cleaning 63005 clauses out of 126027 with flag 4140688/2070003
1078.24/1016.53	c cleaning 63996 clauses out of 128021 with flag 4270686/2135002
1111.78/1048.83	c cleaning 65001 clauses out of 130025 with flag 4402686/2201002
1147.89/1083.67	c cleaning 66003 clauses out of 132022 with flag 4536682/2268000
1180.81/1115.35	c cleaning 66998 clauses out of 134019 with flag 4672682/2336000
1217.91/1149.31	c cleaning 67993 clauses out of 136023 with flag 4810686/2405002
1252.67/1182.35	c cleaning 69004 clauses out of 138030 with flag 4950686/2475002
1290.39/1218.68	c cleaning 70005 clauses out of 140025 with flag 5092684/2546001
1329.10/1256.06	c cleaning 71000 clauses out of 142021 with flag 5236686/2618002
1367.13/1292.43	c cleaning 71999 clauses out of 144019 with flag 5382682/2691000
1412.39/1331.90	c cleaning 72997 clauses out of 146022 with flag 5530686/2765002
1453.65/1371.47	c cleaning 74001 clauses out of 148023 with flag 5680682/2840000
1494.87/1411.25	c cleaning 75001 clauses out of 150022 with flag 5832682/2916000
1536.70/1451.23	c cleaning 76001 clauses out of 152021 with flag 5986682/2993000
1575.71/1489.00	c cleaning 77003 clauses out of 154022 with flag 6142686/3071002
1624.29/1532.40	c cleaning 77997 clauses out of 156017 with flag 6300682/3150000
1669.45/1576.03	c cleaning 78997 clauses out of 158022 with flag 6460686/3230002
1710.45/1615.16	c cleaning 80007 clauses out of 160031 with flag 6622698/3311008
1755.40/1658.38	c cleaning 80986 clauses out of 162018 with flag 6786686/3393002
1805.75/1701.50	c cleaning 82000 clauses out of 164031 with flag 6952684/3476001
1849.21/1743.22	c cleaning 83007 clauses out of 166038 with flag 7120698/3560008
1894.28/1786.62	c cleaning 84003 clauses out of 168029 with flag 7290694/3645006
1937.60/1828.41	c cleaning 84993 clauses out of 170020 with flag 7462682/3731000
1984.81/1874.15	c cleaning 86004 clauses out of 172036 with flag 7636700/3818009
2037.21/1922.61	c cleaning 87004 clauses out of 174036 with flag 7812708/3906013
2097.84/1981.39	c cleaning 88001 clauses out of 176027 with flag 7990698/3995008
2156.54/2037.76	c cleaning 88984 clauses out of 178019 with flag 8170684/4085001
2211.14/2090.44	c cleaning 90010 clauses out of 180044 with flag 8352702/4176010
2260.98/2136.66	c cleaning 90996 clauses out of 182026 with flag 8536686/4268002
2312.14/2185.72	c cleaning 92003 clauses out of 184030 with flag 8722686/4361002
2362.69/2234.46	c cleaning 93000 clauses out of 186025 with flag 8910682/4455000
2413.37/2283.02	c cleaning 93999 clauses out of 188025 with flag 9100682/4550000
2464.98/2330.05	c cleaning 95004 clauses out of 190029 with flag 9292688/4646003
2521.34/2384.32	c cleaning 95999 clauses out of 192022 with flag 9486682/4743000
2574.62/2435.25	c cleaning 97003 clauses out of 194024 with flag 9682684/4841001
2638.31/2497.07	c cleaning 98004 clauses out of 196028 with flag 9880698/4940008
2703.36/2557.92	c cleaning 98993 clauses out of 198019 with flag 10080688/5040003
2763.04/2615.07	c cleaning 99991 clauses out of 200024 with flag 10282684/5141001
2821.21/2671.15	c cleaning 101006 clauses out of 202033 with flag 10486684/5243001
2894.44/2736.71	c cleaning 102006 clauses out of 204032 with flag 10692694/5346006
2970.10/2810.07	c cleaning 103002 clauses out of 206028 with flag 10900698/5450008
3031.61/2869.28	c cleaning 103997 clauses out of 208022 with flag 11110690/5555004
3098.42/2929.43	c cleaning 104997 clauses out of 210024 with flag 11322688/5661003
3163.32/2991.90	c cleaning 106000 clauses out of 212024 with flag 11536682/5768000
3227.06/3052.91	c cleaning 107000 clauses out of 214025 with flag 11752684/5876001
3290.70/3111.55	c cleaning 107995 clauses out of 216026 with flag 11970686/5985002
3360.85/3179.44	c cleaning 108998 clauses out of 218032 with flag 12190688/6095003
3424.42/3240.13	c cleaning 109994 clauses out of 220032 with flag 12412684/6206001
3496.01/3306.45	c cleaning 111009 clauses out of 222043 with flag 12636694/6318006
3560.51/3368.47	c cleaning 112003 clauses out of 224031 with flag 12862688/6431003
3600.07/3406.21	c starts		: 3
3600.07/3406.22	c timeout
3600.07/3406.22	c conflicts		: 6510699
3600.07/3406.22	c decisions		: 6536973
3600.07/3406.22	c propagations		: 808720332
3600.07/3406.22	c inspects		: 5646542199
3600.07/3406.22	c shortcuts		: 0
3600.07/3406.22	c learnt literals	: 0
3600.07/3406.22	c learnt binary clauses	: 0
3600.07/3406.22	c learnt ternary clauses	: 0
3600.07/3406.22	c learnt constraints	: 6510699
3600.07/3406.22	c ignored constraints	: 0
3600.07/3406.22	c root simplifications	: 0
3600.07/3406.22	c removed literals (reason simplification)	: 637191168
3600.07/3406.22	c reason swapping (by a shorter reason)	: 0
3600.07/3406.22	c Calls to reduceDB	: 109
3600.07/3406.22	c Number of update (reduction) of LBD	: 187
3600.07/3406.22	c Imported unit clauses	: 0
3600.07/3406.22	c No decision after first conflict	: false
3600.07/3406.22	c number of reductions to clauses (during analyze)	: 0
3600.07/3406.22	c number of learned constraints concerned by reduction	: 0
3600.07/3406.22	c number of learning phase by resolution	: 0
3600.07/3406.22	c number of learning phase by cutting planes	: 0
3600.07/3406.22	c number of rounding to 1 operations	: 0
3600.07/3406.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3406.22	c number of reductions of the coefficients by power 2 	: 0
3600.07/3406.22	c number of right shift for reduction by power 2 	: 0
3600.07/3406.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3406.22	c number of ending skipping 	: 0
3600.07/3406.22	c number of internal skipping 	: 0
3600.07/3406.22	c number of derivation steps 	: 0
3600.07/3406.22	c number of skipped derivation steps 	: 0
3600.07/3406.22	c number of remaining unassigned 	: 0
3600.07/3406.22	c number of remaining assigned 	: 0
3600.07/3406.22	c number of falsified literals weakened from reason	: 0
3600.07/3406.22	c number of falsified literals weakened from conflict	: 0
3600.07/3406.22	c time for arithmetic operations	: 0
3600.07/3406.23	c minimum degree of deleted constraints	: null
3600.07/3406.23	c maximum degree of deleted constraints	: null
3600.07/3406.23	c number of deleted constraints	: 0
3600.07/3406.23	c speed (assignments/second)	: 237462.49848781858
3600.07/3406.23	c non guided choices	: 0
3600.07/3406.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 191724
3600.07/3406.28	s UNKNOWN
3600.07/3406.28	c Total wall clock time (in seconds): 3406.148

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62265 MiB free)
  memory of node 1: 64465 MiB (61579 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504166-1751444147/watcher-4504166-1751444147 -o /tmp/evaluation-result-4504166-1751444147/solver-4504166-1751444147 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751440544-63650 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4504166-1751444147.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=64146, runsolver pid=64143

[startup+0.100066 s]*
/proc/loadavg: 4.23 4.17 4.12 5/313 64169
/proc/meminfo: memFree=128900012/131249996 swapFree=33006296/33010684
[pid=64146] ppid=64143 vsize=18930384 memory=57956 CPUtime=0.12 cores=4,6
/proc/64146/stat : 64146 (java) S 64143 64146 63635 0 -1 4194304 6586 0 0 0 11 1 0 0 20 0 18 0 60092187 19384713216 14489 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
/proc/64146/statm: 4732596 14489 5369 1 0 547641 0
[pid=64146/tid=64148] ppid=64143 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=4,6
/proc/64146/task/64148/stat : 64148 (java) S 64143 64146 63635 0 -1 4194368 5056 0 0 0 6 1 0 0 20 0 18 0 60092188 19384713216 14489 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64157] ppid=64143 vsize=18930384 memory=224227756318 CPUtime=0 cores=4,6
/proc/64146/task/64157/stat : 64157 (Finalizer) S 64143 64146 63635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 60092190 19384713216 14489 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64164] ppid=64143 vsize=18930384 memory=30707 CPUtime=0 cores=4,6
/proc/64146/task/64164/stat : 64164 (Common-Cleaner) S 64143 64146 63635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 60092190 19384713216 14489 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57956 KiB

[startup+0.206155 s]*
/proc/loadavg: 4.23 4.17 4.12 6/316 64178
/proc/meminfo: memFree=128889644/131249996 swapFree=33006296/33010684
[pid=64146] ppid=64143 vsize=18930384 memory=71692 CPUtime=0.31 cores=4,6
/proc/64146/stat : 64146 (java) S 64143 64146 63635 0 -1 4194304 7778 0 0 0 28 3 0 0 20 0 18 0 60092187 19384713216 17923 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
/proc/64146/statm: 4732596 17923 5433 1 0 548437 0
[pid=64146/tid=64148] ppid=64143 vsize=18930384 memory=8097827320052580472 CPUtime=0.16 cores=4,6
/proc/64146/task/64148/stat : 64148 (java) R 64143 64146 63635 0 -1 4194368 5226 0 0 0 15 1 0 0 20 0 18 0 60092188 19384713216 17923 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64157] ppid=64143 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/64146/task/64157/stat : 64157 (Finalizer) S 64143 64146 63635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 60092190 19384713216 17923 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64164] ppid=64143 vsize=18930384 memory=58485492697507 CPUtime=0 cores=4,6
/proc/64146/task/64164/stat : 64164 (Common-Cleaner) S 64143 64146 63635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 60092190 19384713216 17923 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 71692 KiB

[startup+0.305747 s]*
/proc/loadavg: 4.23 4.17 4.12 5/315 64178
/proc/meminfo: memFree=128860280/131249996 swapFree=33006296/33010684
[pid=64146] ppid=64143 vsize=18930384 memory=100280 CPUtime=0.49 cores=4,6
/proc/64146/stat : 64146 (java) S 64143 64146 63635 0 -1 4194304 9121 0 0 0 46 3 0 0 20 0 18 0 60092187 19384713216 25070 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
/proc/64146/statm: 4732596 25070 5433 1 0 549231 0
[pid=64146/tid=64148] ppid=64143 vsize=18930384 memory=-7595435689610666617 CPUtime=0.24 cores=4,6
/proc/64146/task/64148/stat : 64148 (java) R 64143 64146 63635 0 -1 4194368 5297 0 0 0 22 2 0 0 20 0 18 0 60092188 19384713216 25070 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64157] ppid=64143 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/64146/task/64157/stat : 64157 (Finalizer) S 64143 64146 63635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 60092190 19384713216 25070 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64164] ppid=64143 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/64146/task/64164/stat : 64164 (Common-Cleaner) S 64143 64146 63635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 60092190 19384713216 25070 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 100280 KiB

[startup+0.700212 s]
/proc/loadavg: 4.23 4.17 4.12 5/316 64191
/proc/meminfo: memFree=128793232/131249996 swapFree=33006296/33010684
[pid=64146] ppid=64143 vsize=19063512 memory=167900 CPUtime=1.24 cores=4,6
/proc/64146/stat : 64146 (java) S 64143 64146 63635 0 -1 4194304 9643 0 0 0 117 7 0 0 20 0 20 0 60092187 19521036288 41975 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
/proc/64146/statm: 4765878 41975 5497 1 0 549963 0
[pid=64146/tid=64148] ppid=64143 vsize=19063512 memory=14848 CPUtime=0.54 cores=4,6
/proc/64146/task/64148/stat : 64148 (java) R 64143 64146 63635 0 -1 4194368 5433 0 0 0 51 3 0 0 20 0 20 0 60092188 19521036288 41975 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64157] ppid=64143 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/64146/task/64157/stat : 64157 (Finalizer) S 64143 64146 63635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 41975 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64164] ppid=64143 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/64146/task/64164/stat : 64164 (Common-Cleaner) S 64143 64146 63635 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 41975 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167900 KiB

[startup+1.50022 s]
/proc/loadavg: 4.23 4.17 4.12 7/336 64228
/proc/meminfo: memFree=128740960/131249996 swapFree=33006296/33010684
[pid=64146] ppid=64143 vsize=19063512 memory=210748 CPUtime=2.46 cores=4,6
/proc/64146/stat : 64146 (java) S 64143 64146 63635 0 -1 4194304 10939 0 0 0 238 8 0 0 20 0 20 0 60092187 19521036288 52687 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
/proc/64146/statm: 4765878 52687 5529 1 0 550234 0
[pid=64146/tid=64148] ppid=64143 vsize=19063512 memory=0 CPUtime=1.29 cores=4,6
/proc/64146/task/64148/stat : 64148 (java) R 64143 64146 63635 0 -1 4194368 5567 0 0 0 126 3 0 0 20 0 20 0 60092188 19521036288 52687 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64157] ppid=64143 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/64146/task/64157/stat : 64157 (Finalizer) S 64143 64146 63635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 52687 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64164] ppid=64143 vsize=19063512 memory=33 CPUtime=0 cores=4,6
/proc/64146/task/64164/stat : 64164 (Common-Cleaner) S 64143 64146 63635 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 52687 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64197] ppid=64143 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/64146/task/64197/stat : 64197 (Timer-0) S 64143 64146 63635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60092242 19521036288 52687 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 210748 KiB

[startup+3.10568 s]
/proc/loadavg: 4.23 4.17 4.12 6/338 64230
/proc/meminfo: memFree=128497528/131249996 swapFree=33006296/33010684
[pid=64146] ppid=64143 vsize=19063512 memory=361008 CPUtime=4.32 cores=4,6
/proc/64146/stat : 64146 (java) S 64143 64146 63635 0 -1 4194304 16431 0 0 0 420 12 0 0 20 0 20 0 60092187 19521036288 90252 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
/proc/64146/statm: 4765878 90252 5529 1 0 550779 0
[pid=64146/tid=64148] ppid=64143 vsize=19063512 memory=10752 CPUtime=2.76 cores=4,6
/proc/64146/task/64148/stat : 64148 (java) S 64143 64146 63635 0 -1 4194368 6890 0 0 0 273 3 0 0 20 0 20 0 60092188 19521036288 90252 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64157] ppid=64143 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/64146/task/64157/stat : 64157 (Finalizer) S 64143 64146 63635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 90252 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64164] ppid=64143 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/64146/task/64164/stat : 64164 (Common-Cleaner) S 64143 64146 63635 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 90252 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64197] ppid=64143 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/64146/task/64197/stat : 64197 (Timer-0) S 64143 64146 63635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60092242 19521036288 90252 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
Current children cumulated CPU time: 4.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 361008 KiB

[startup+6.30021 s]
/proc/loadavg: 4.22 4.17 4.12 5/338 64230
/proc/meminfo: memFree=128040856/131249996 swapFree=33006296/33010684
[pid=64146] ppid=64143 vsize=19063512 memory=748112 CPUtime=7.79 cores=4,6
/proc/64146/stat : 64146 (java) S 64143 64146 63635 0 -1 4194304 17555 0 0 0 758 21 0 0 20 0 20 0 60092187 19521036288 187028 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
/proc/64146/statm: 4765878 187028 5529 1 0 830680 0
[pid=64146/tid=64148] ppid=64143 vsize=19063512 memory=0 CPUtime=5.73 cores=4,6
/proc/64146/task/64148/stat : 64148 (java) R 64143 64146 63635 0 -1 4194368 6977 0 0 0 567 6 0 0 20 0 20 0 60092188 19521036288 187028 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64157] ppid=64143 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/64146/task/64157/stat : 64157 (Finalizer) S 64143 64146 63635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 187028 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64164] ppid=64143 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/64146/task/64164/stat : 64164 (Common-Cleaner) S 64143 64146 63635 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 187028 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64197] ppid=64143 vsize=19063512 memory=295072 CPUtime=0 cores=4,6
/proc/64146/task/64197/stat : 64197 (Timer-0) S 64143 64146 63635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60092242 19521036288 187028 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
Current children cumulated CPU time: 7.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 748112 KiB

[startup+12.7002 s]
/proc/loadavg: 4.20 4.17 4.12 5/338 64230
/proc/meminfo: memFree=127220660/131249996 swapFree=33006296/33010684
[pid=64146] ppid=64143 vsize=19063512 memory=1569744 CPUtime=14.66 cores=4,6
/proc/64146/stat : 64146 (java) S 64143 64146 63635 0 -1 4194304 18853 0 0 0 1430 36 0 0 20 0 20 0 60092187 19521036288 392436 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
/proc/64146/statm: 4765878 392436 5561 1 0 1279795 0
[pid=64146/tid=64148] ppid=64143 vsize=19063512 memory=295072 CPUtime=11.59 cores=4,6
/proc/64146/task/64148/stat : 64148 (java) R 64143 64146 63635 0 -1 4194368 7370 0 0 0 1149 10 0 0 20 0 20 0 60092188 19521036288 392436 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64157] ppid=64143 vsize=19063512 memory=-6000919477085562985 CPUtime=0 cores=4,6
/proc/64146/task/64157/stat : 64157 (Finalizer) S 64143 64146 63635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 392436 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64164] ppid=64143 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/64146/task/64164/stat : 64164 (Common-Cleaner) S 64143 64146 63635 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 392436 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64197] ppid=64143 vsize=19063512 memory=1315740 CPUtime=0 cores=4,6
/proc/64146/task/64197/stat : 64197 (Timer-0) S 64143 64146 63635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60092242 19521036288 392436 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
Current children cumulated CPU time: 14.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1569744 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.16 4.12 5/339 64231
/proc/meminfo: memFree=125869192/131249996 swapFree=33006296/33010684
[pid=64146] ppid=64143 vsize=19063512 memory=2890604 CPUtime=28.35 cores=4,6
/proc/64146/stat : 64146 (java) S 64143 64146 63635 0 -1 4194304 25222 0 0 0 2774 61 0 0 20 0 20 0 60092187 19521036288 722651 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
/proc/64146/statm: 4765878 722651 5561 1 0 1490974 0
[pid=64146/tid=64148] ppid=64143 vsize=19063512 memory=1315740 CPUtime=23.47 cores=4,6
/proc/64146/task/64148/stat : 64148 (java) R 64143 64146 63635 0 -1 4194368 8592 0 0 0 2332 15 0 0 20 0 20 0 60092188 19521036288 722651 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64157] ppid=64143 vsize=19063512 memory=2734940 CPUtime=0 cores=4,6
/proc/64146/task/64157/stat : 64157 (Finalizer) S 64143 64146 63635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 722651 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64164] ppid=64143 vsize=19063512 memory=2757484 CPUtime=0 cores=4,6
/proc/64146/task/64164/stat : 64164 (Common-Cleaner) S 64143 64146 63635 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 722651 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64197] ppid=64143 vsize=19063512 memory=2734940 CPUtime=0 cores=4,6
/proc/64146/task/64197/stat : 64197 (Timer-0) S 64143 64146 63635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60092242 19521036288 722651 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
Current children cumulated CPU time: 28.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2890604 KiB

[startup+51.1056 s]
/proc/loadavg: 4.17 4.16 4.12 5/340 64233
/proc/meminfo: memFree=124324052/131249996 swapFree=33006296/33010684
[pid=64146] ppid=64143 vsize=19063512 memory=4327092 CPUtime=56.14 cores=4,6
/proc/64146/stat : 64146 (java) S 64143 64146 63635 0 -1 4194304 42279 0 0 0 5520 94 0 0 20 0 20 0 60092187 19521036288 1081773 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
/proc/64146/statm: 4765878 1081773 5561 1 0 1598403 0
[pid=64146/tid=64148] ppid=64143 vsize=19063512 memory=4325032 CPUtime=47.35 cores=4,6
/proc/64146/task/64148/stat : 64148 (java) R 64143 64146 63635 0 -1 4194368 10352 0 0 0 4714 21 0 0 20 0 20 0 60092188 19521036288 1081773 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64157] ppid=64143 vsize=19063512 memory=4316828 CPUtime=0 cores=4,6
/proc/64146/task/64157/stat : 64157 (Finalizer) S 64143 64146 63635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 1081773 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64164] ppid=64143 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/64146/task/64164/stat : 64164 (Common-Cleaner) S 64143 64146 63635 0 -1 4194368 69 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 1081773 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0

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

/proc/64146/task/64157/stat : 64157 (Finalizer) S 64143 64146 63635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 3920896 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64164] ppid=64143 vsize=19063512 memory=15683584 CPUtime=0 cores=4,6
/proc/64146/task/64164/stat : 64164 (Common-Cleaner) S 64143 64146 63635 0 -1 4194368 1660 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 3920896 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64197] ppid=64143 vsize=19063512 memory=15683584 CPUtime=0 cores=4,6
/proc/64146/task/64197/stat : 64197 (Timer-0) S 64143 64146 63635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60092242 19521036288 3920896 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
Current children cumulated CPU time: 3215.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15683584 KiB

[startup+3102.3 s]
/proc/loadavg: 4.28 4.19 4.18 5/341 64397
/proc/meminfo: memFree=107183860/131249996 swapFree=33006296/33010684
[pid=64146] ppid=64143 vsize=19063512 memory=15683712 CPUtime=3281.52 cores=4,6
/proc/64146/stat : 64146 (java) S 64143 64146 63635 0 -1 4194304 384606 0 0 0 327713 439 0 0 20 0 20 0 60092187 19521036288 3920928 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
/proc/64146/statm: 4765878 3920928 5561 1 0 4081986 0
[pid=64146/tid=64148] ppid=64143 vsize=19063512 memory=15683584 CPUtime=2956.7 cores=4,6
/proc/64146/task/64148/stat : 64148 (java) R 64143 64146 63635 0 -1 4194368 196138 0 0 0 295580 90 0 0 20 0 20 0 60092188 19521036288 3920928 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64157] ppid=64143 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/64146/task/64157/stat : 64157 (Finalizer) S 64143 64146 63635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 3920928 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64164] ppid=64143 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/64146/task/64164/stat : 64164 (Common-Cleaner) S 64143 64146 63635 0 -1 4194368 1788 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 3920928 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64197] ppid=64143 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/64146/task/64197/stat : 64197 (Timer-0) S 64143 64146 63635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60092242 19521036288 3920928 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
Current children cumulated CPU time: 3281.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15683712 KiB

[startup+3162.3 s]
/proc/loadavg: 4.23 4.18 4.18 5/339 64399
/proc/meminfo: memFree=107183740/131249996 swapFree=33006296/33010684
[pid=64146] ppid=64143 vsize=19063512 memory=15683712 CPUtime=3343.21 cores=4,6
/proc/64146/stat : 64146 (java) S 64143 64146 63635 0 -1 4194304 388387 0 0 0 333880 441 0 0 20 0 20 0 60092187 19521036288 3920928 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
/proc/64146/statm: 4765878 3920928 5561 1 0 4081986 0
[pid=64146/tid=64148] ppid=64143 vsize=19063512 memory=15683584 CPUtime=3014.75 cores=4,6
/proc/64146/task/64148/stat : 64148 (java) R 64143 64146 63635 0 -1 4194368 198946 0 0 0 301385 90 0 0 20 0 20 0 60092188 19521036288 3920928 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64157] ppid=64143 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/64146/task/64157/stat : 64157 (Finalizer) S 64143 64146 63635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 3920928 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64164] ppid=64143 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/64146/task/64164/stat : 64164 (Common-Cleaner) S 64143 64146 63635 0 -1 4194368 1788 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 3920928 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64197] ppid=64143 vsize=19063512 memory=15683712 CPUtime=0 cores=4,6
/proc/64146/task/64197/stat : 64197 (Timer-0) S 64143 64146 63635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60092242 19521036288 3920928 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
Current children cumulated CPU time: 3343.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15683712 KiB

[startup+3222.3 s]
/proc/loadavg: 4.52 4.27 4.21 5/339 64400
/proc/meminfo: memFree=107183852/131249996 swapFree=33006296/33010684
[pid=64146] ppid=64143 vsize=19063512 memory=15683712 CPUtime=3405.59 cores=4,6
/proc/64146/stat : 64146 (java) S 64143 64146 63635 0 -1 4194304 394679 0 0 0 340115 444 0 0 20 0 20 0 60092187 19521036288 3920928 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
/proc/64146/statm: 4765878 3920928 5561 1 0 4081986 0
[pid=64146/tid=64148] ppid=64143 vsize=19063512 memory=5148 CPUtime=3072.08 cores=4,6
/proc/64146/task/64148/stat : 64148 (java) R 64143 64146 63635 0 -1 4194368 203197 0 0 0 307117 91 0 0 20 0 20 0 60092188 19521036288 3920928 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64157] ppid=64143 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/64146/task/64157/stat : 64157 (Finalizer) S 64143 64146 63635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 3920928 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64164] ppid=64143 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/64146/task/64164/stat : 64164 (Common-Cleaner) S 64143 64146 63635 0 -1 4194368 1827 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 3920928 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64197] ppid=64143 vsize=19063512 memory=15683712 CPUtime=0 cores=4,6
/proc/64146/task/64197/stat : 64197 (Timer-0) S 64143 64146 63635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60092242 19521036288 3920928 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
Current children cumulated CPU time: 3405.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15683712 KiB

[startup+3282.3 s]
/proc/loadavg: 4.38 4.27 4.21 5/341 64404
/proc/meminfo: memFree=107183740/131249996 swapFree=33006296/33010684
[pid=64146] ppid=64143 vsize=19063512 memory=15683840 CPUtime=3470.88 cores=4,6
/proc/64146/stat : 64146 (java) S 64143 64146 63635 0 -1 4194304 403128 0 0 0 346641 447 0 0 20 0 20 0 60092187 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
/proc/64146/statm: 4765878 3920960 5561 1 0 4082006 0
[pid=64146/tid=64148] ppid=64143 vsize=19063512 memory=15683840 CPUtime=3129.37 cores=4,6
/proc/64146/task/64148/stat : 64148 (java) R 64143 64146 63635 0 -1 4194368 207586 0 0 0 312845 92 0 0 20 0 20 0 60092188 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64157] ppid=64143 vsize=19063512 memory=15683840 CPUtime=0 cores=4,6
/proc/64146/task/64157/stat : 64157 (Finalizer) S 64143 64146 63635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64164] ppid=64143 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/64146/task/64164/stat : 64164 (Common-Cleaner) S 64143 64146 63635 0 -1 4194368 1843 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64197] ppid=64143 vsize=19063512 memory=15683840 CPUtime=0 cores=4,6
/proc/64146/task/64197/stat : 64197 (Timer-0) S 64143 64146 63635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60092242 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
Current children cumulated CPU time: 3470.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15683840 KiB

[startup+3342.3 s]
/proc/loadavg: 4.31 4.27 4.21 5/341 64407
/proc/meminfo: memFree=107183460/131249996 swapFree=33006296/33010684
[pid=64146] ppid=64143 vsize=19063512 memory=15683840 CPUtime=3533.33 cores=4,6
/proc/64146/stat : 64146 (java) S 64143 64146 63635 0 -1 4194304 410392 0 0 0 352882 451 0 0 20 0 20 0 60092187 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
/proc/64146/statm: 4765878 3920960 5561 1 0 4082006 0
[pid=64146/tid=64148] ppid=64143 vsize=19063512 memory=15683840 CPUtime=3186.66 cores=4,6
/proc/64146/task/64148/stat : 64148 (java) R 64143 64146 63635 0 -1 4194368 212566 0 0 0 318573 93 0 0 20 0 20 0 60092188 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64157] ppid=64143 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/64146/task/64157/stat : 64157 (Finalizer) S 64143 64146 63635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64164] ppid=64143 vsize=19063512 memory=15683840 CPUtime=0 cores=4,6
/proc/64146/task/64164/stat : 64164 (Common-Cleaner) S 64143 64146 63635 0 -1 4194368 1879 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64197] ppid=64143 vsize=19063512 memory=15683840 CPUtime=0 cores=4,6
/proc/64146/task/64197/stat : 64197 (Timer-0) S 64143 64146 63635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60092242 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
Current children cumulated CPU time: 3533.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15683840 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.25 4.20 6/342 64412
/proc/meminfo: memFree=107183416/131249996 swapFree=33006296/33010684
[pid=64146] ppid=64143 vsize=19063512 memory=15683840 CPUtime=3596.16 cores=4,6
/proc/64146/stat : 64146 (java) S 64143 64146 63635 0 -1 4194304 415138 0 0 0 359162 454 0 0 20 0 20 0 60092187 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
/proc/64146/statm: 4765878 3920960 5561 1 0 4082006 0
[pid=64146/tid=64148] ppid=64143 vsize=19063512 memory=5632 CPUtime=3243.56 cores=4,6
/proc/64146/task/64148/stat : 64148 (java) S 64143 64146 63635 0 -1 4194368 215471 0 0 0 324263 93 0 0 20 0 20 0 60092188 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64157] ppid=64143 vsize=19063512 memory=15683840 CPUtime=0 cores=4,6
/proc/64146/task/64157/stat : 64157 (Finalizer) S 64143 64146 63635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64164] ppid=64143 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/64146/task/64164/stat : 64164 (Common-Cleaner) S 64143 64146 63635 0 -1 4194368 1917 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64197] ppid=64143 vsize=19063512 memory=15683840 CPUtime=0 cores=4,6
/proc/64146/task/64197/stat : 64197 (Timer-0) S 64143 64146 63635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60092242 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
Current children cumulated CPU time: 3596.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15683840 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3406.2 s]
/proc/loadavg: 4.21 4.24 4.20 5/342 64412
/proc/meminfo: memFree=107183416/131249996 swapFree=33006296/33010684
[pid=64146] ppid=64143 vsize=19063512 memory=15683840 CPUtime=3600.07 cores=4,6
/proc/64146/stat : 64146 (java) S 64143 64146 63635 0 -1 4194304 415584 0 0 0 359553 454 0 0 20 0 20 0 60092187 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
/proc/64146/statm: 4765878 3920960 5561 1 0 4082006 0
[pid=64146/tid=64148] ppid=64143 vsize=19063512 memory=9088 CPUtime=3247.42 cores=4,6
/proc/64146/task/64148/stat : 64148 (java) R 64143 64146 63635 0 -1 4194368 215908 0 0 0 324649 93 0 0 20 0 20 0 60092188 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64157] ppid=64143 vsize=19063512 memory=25228 CPUtime=0 cores=4,6
/proc/64146/task/64157/stat : 64157 (Finalizer) S 64143 64146 63635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64164] ppid=64143 vsize=19063512 memory=18216 CPUtime=0 cores=4,6
/proc/64146/task/64164/stat : 64164 (Common-Cleaner) S 64143 64146 63635 0 -1 4194368 1917 0 0 0 0 0 0 0 20 0 20 0 60092190 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
[pid=64146/tid=64197] ppid=64143 vsize=19063512 memory=6912 CPUtime=0 cores=4,6
/proc/64146/task/64197/stat : 64197 (Timer-0) S 64143 64146 63635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 60092242 19521036288 3920960 18446744073709551615 94151999299584 94151999303280 140735871111408 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94151999311096 94151999311888 94152025608192 140735871117697 140735871117798 140735871117798 140735871123400 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15683840 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3406.35 s]
# the end of solver process 64146 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3595.66 s, system=4.58202 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3406.31 s]*
/proc/loadavg: 4.21 4.24 4.20 5/324 64415
/proc/meminfo: memFree=113502176/131249996 swapFree=33006296/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3406.35
CPU time (s): 3600.24
CPU user time (s): 3595.66
CPU system time (s): 4.58202
CPU usage (%): 105.692
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 15683840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.66
system time used= 4.58202
maximum resident set size= 15684736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 417804
page faults= 0
swaps= 0
block input operations= 0
block output operations= 21496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119439
involuntary context switches= 15580


# summary of solver processes directly reported to runsolver:
#   pid: 64146
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3595.66
#   total CPU system time (s): 4.58202

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.09975 second user time and 16.1614 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-02 10:15:47
IDJOB=4504166
IDBENCH=155635
IDSOLVER=3363
FILE ID=nodeC015/4504166-1751444147
RUNJOBID= nodeC015-1751440544-63650
SLURM_JOB_ID= 9598400
Free space on /tmp= 432364 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Base/normalized-minisat100_4_32_6.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504166-1751444147/watcher-4504166-1751444147 -o /tmp/evaluation-result-4504166-1751444147/solver-4504166-1751444147 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751440544-63650 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4504166-1751444147.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 942f4c546294041bdb4c531ace867576
RANDOM SEED=1432604989

nodeC015 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.076
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.068
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.100
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.075
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.073
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.071
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.786
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.247
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126817872 kB
MemAvailable:   127265416 kB
Buffers:            1508 kB
Cached:          1232080 kB
SwapCached:         3880 kB
Active:          2817696 kB
Inactive:         994284 kB
Active(anon):    2543680 kB
Inactive(anon):    48864 kB
Active(file):     274016 kB
Inactive(file):   945420 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2072 kB
Writeback:            44 kB
AnonPages:       2577656 kB
Mapped:           120280 kB
Shmem:             14152 kB
KReclaimable:     134692 kB
Slab:             225468 kB
SReclaimable:     134692 kB
SUnreclaim:        90776 kB
KernelStack:        5216 kB
PageTables:         8972 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7093920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2367488 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432364 MiB
End job on nodeC015 at 2025-07-02 11:12:34