Trace number 4429769

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 Cutting Planes 2024 2024-07-12? (TO) 3600.15 3595.89

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-2.opb
MD5SUM58d046e1e41ee9602d09224f38506b42
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13429
Number of constraints which are clauses13429
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4429769-1721075721.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
0.90/0.52	c ... done. Wall clock time 0.364s.
0.90/0.52	c declared #vars     6352
0.90/0.52	c #constraints  13429
0.90/0.52	c constraints type 
0.90/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6071
0.90/0.52	c org.sat4j.specs.Constr$1 => 122
0.90/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 282
0.90/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6954
0.90/0.52	c 13429 constraints processed.
0.90/0.53	c objective function length is 6352 literals
5.54/3.63	c cleaning 2495 clauses out of 5000 with flag 0/5000
9.00/6.73	c cleaning 4243 clauses out of 8505 with flag 0/11000
12.43/10.11	c cleaning 5624 clauses out of 11262 with flag 0/18000
16.12/13.89	c cleaning 6814 clauses out of 13639 with flag 0/26001
20.44/18.16	c cleaning 7906 clauses out of 15824 with flag 0/35000
25.84/23.56	c cleaning 8953 clauses out of 17919 with flag 0/45001
33.31/30.99	c cleaning 9976 clauses out of 19966 with flag 0/56001
41.40/39.06	c cleaning 10988 clauses out of 21989 with flag 0/68000
50.00/47.64	c cleaning 11992 clauses out of 24002 with flag 0/81001
59.20/56.88	c cleaning 13000 clauses out of 26010 with flag 0/95001
68.51/66.10	c cleaning 13998 clauses out of 28010 with flag 0/110001
79.27/76.89	c cleaning 15001 clauses out of 30011 with flag 0/126000
90.79/88.27	c cleaning 15999 clauses out of 32011 with flag 0/143001
102.12/99.50	c cleaning 17001 clauses out of 34012 with flag 0/161001
115.12/112.59	c cleaning 17995 clauses out of 36011 with flag 0/180001
127.73/125.12	c cleaning 19002 clauses out of 38015 with flag 0/200000
140.92/138.30	c cleaning 20000 clauses out of 40013 with flag 0/221000
155.74/153.14	c cleaning 20997 clauses out of 42014 with flag 0/243001
170.74/168.13	c cleaning 21999 clauses out of 44017 with flag 0/266001
187.54/184.90	c cleaning 22998 clauses out of 46017 with flag 0/290000
205.42/202.81	c cleaning 24004 clauses out of 48019 with flag 0/315000
219.73/217.14	c cleaning 24999 clauses out of 50015 with flag 0/341000
236.36/233.76	c cleaning 26000 clauses out of 52017 with flag 0/368001
253.27/250.65	c cleaning 27000 clauses out of 54017 with flag 0/396001
271.69/269.06	c cleaning 28000 clauses out of 56017 with flag 0/425001
291.20/288.51	c cleaning 29003 clauses out of 58017 with flag 0/455001
310.80/308.18	c cleaning 30000 clauses out of 60014 with flag 0/486001
330.99/328.37	c cleaning 30996 clauses out of 62013 with flag 0/518000
353.10/350.42	c cleaning 31998 clauses out of 64018 with flag 0/551001
375.70/373.02	c cleaning 33001 clauses out of 66020 with flag 0/585001
399.23/396.55	c cleaning 33999 clauses out of 68019 with flag 0/620001
422.34/419.69	c cleaning 34998 clauses out of 70019 with flag 0/656000
446.53/443.87	c cleaning 35998 clauses out of 72021 with flag 0/693000
472.32/469.67	c cleaning 37003 clauses out of 74024 with flag 0/731001
497.32/494.61	c cleaning 37997 clauses out of 76021 with flag 0/770001
523.92/521.26	c cleaning 39003 clauses out of 78023 with flag 0/810000
553.14/550.50	c cleaning 40004 clauses out of 80021 with flag 0/851001
584.45/581.71	c cleaning 41001 clauses out of 82017 with flag 0/893001
614.37/611.63	c cleaning 42001 clauses out of 84015 with flag 0/936000
645.50/642.71	c cleaning 43001 clauses out of 86014 with flag 0/980000
678.73/675.93	c cleaning 43997 clauses out of 88013 with flag 0/1025000
712.01/709.23	c cleaning 45000 clauses out of 90017 with flag 0/1071001
746.38/743.70	c cleaning 45999 clauses out of 92017 with flag 0/1118001
781.52/778.76	c cleaning 46999 clauses out of 94017 with flag 0/1166000
810.61/807.81	c cleaning 47999 clauses out of 96019 with flag 0/1215001
843.72/840.98	c cleaning 49000 clauses out of 98020 with flag 0/1265001
882.17/879.35	c cleaning 49999 clauses out of 100020 with flag 0/1316001
921.51/918.65	c cleaning 50998 clauses out of 102020 with flag 0/1368000
967.07/964.17	c cleaning 52002 clauses out of 104023 with flag 0/1421001
1009.38/1006.50	c cleaning 53003 clauses out of 106021 with flag 0/1475001
1051.90/1048.96	c cleaning 54000 clauses out of 108017 with flag 0/1530000
1094.61/1091.66	c cleaning 54999 clauses out of 110018 with flag 0/1586001
1137.91/1134.98	c cleaning 55999 clauses out of 112019 with flag 0/1643001
1182.01/1179.07	c cleaning 57005 clauses out of 114019 with flag 0/1701000
1231.94/1228.99	c cleaning 57996 clauses out of 116014 with flag 0/1760000
1278.17/1275.17	c cleaning 59001 clauses out of 118019 with flag 0/1820001
1323.91/1320.87	c cleaning 60000 clauses out of 120018 with flag 0/1881001
1369.35/1366.29	c cleaning 61002 clauses out of 122018 with flag 0/1943001
1414.72/1411.53	c cleaning 61998 clauses out of 124016 with flag 0/2006001
1460.54/1457.36	c cleaning 63000 clauses out of 126017 with flag 0/2070000
1506.29/1503.03	c cleaning 64004 clauses out of 128018 with flag 0/2135001
1554.34/1551.09	c cleaning 64995 clauses out of 130014 with flag 0/2201001
1607.65/1604.38	c cleaning 65996 clauses out of 132019 with flag 0/2268001
1658.80/1655.47	c cleaning 67002 clauses out of 134022 with flag 0/2336000
1712.36/1708.99	c cleaning 68001 clauses out of 136021 with flag 0/2405001
1766.00/1762.53	c cleaning 69000 clauses out of 138019 with flag 0/2475000
1823.79/1820.34	c cleaning 70000 clauses out of 140020 with flag 0/2546001
1879.25/1875.72	c cleaning 70999 clauses out of 142019 with flag 0/2618000
1939.34/1935.89	c cleaning 72002 clauses out of 144022 with flag 0/2691002
1998.32/1994.85	c cleaning 73003 clauses out of 146019 with flag 0/2765001
2057.73/2054.30	c cleaning 74002 clauses out of 148015 with flag 0/2840000
2119.77/2116.29	c cleaning 74992 clauses out of 150014 with flag 0/2916001
2181.70/2178.15	c cleaning 76000 clauses out of 152021 with flag 0/2993000
2246.14/2242.68	c cleaning 77001 clauses out of 154022 with flag 0/3071001
2308.48/2304.91	c cleaning 77997 clauses out of 156020 with flag 0/3150000
2379.31/2375.72	c cleaning 79001 clauses out of 158024 with flag 0/3230001
2456.81/2453.21	c cleaning 80002 clauses out of 160022 with flag 0/3311000
2524.34/2520.72	c cleaning 80999 clauses out of 162021 with flag 0/3393001
2594.52/2590.82	c cleaning 81999 clauses out of 164022 with flag 0/3476001
2666.76/2663.03	c cleaning 83002 clauses out of 166023 with flag 0/3560001
2740.03/2736.31	c cleaning 83999 clauses out of 168021 with flag 0/3645001
2812.91/2809.14	c cleaning 85003 clauses out of 170021 with flag 0/3731000
2887.29/2883.48	c cleaning 85997 clauses out of 172019 with flag 0/3818001
2965.97/2962.04	c cleaning 86997 clauses out of 174022 with flag 0/3906001
3045.12/3041.04	c cleaning 88004 clauses out of 176024 with flag 0/3995000
3124.02/3120.06	c cleaning 89000 clauses out of 178020 with flag 0/4085000
3212.44/3208.43	c cleaning 90001 clauses out of 180021 with flag 0/4176001
3301.08/3297.04	c cleaning 90997 clauses out of 182019 with flag 0/4268000
3391.43/3387.35	c cleaning 92003 clauses out of 184022 with flag 0/4361000
3482.53/3478.30	c cleaning 92999 clauses out of 186019 with flag 0/4455000
3583.73/3579.51	c cleaning 93999 clauses out of 188021 with flag 0/4550001
3600.01/3595.81	c starts		: 1
3600.01/3595.81	c conflicts		: 4567447
3600.01/3595.81	c decisions		: 4646195
3600.01/3595.81	c propagations		: 5995258265
3600.01/3595.81	c inspects		: 23656009727
3600.01/3595.81	c shortcuts		: 0
3600.01/3595.81	c learnt literals	: 0
3600.01/3595.81	c learnt binary clauses	: 61
3600.01/3595.81	c learnt ternary clauses	: 0
3600.01/3595.81	c learnt constraints	: 4567446
3600.01/3595.81	c ignored constraints	: 0
3600.01/3595.81	c root simplifications	: 0
3600.01/3595.81	c removed literals (reason simplification)	: 0
3600.01/3595.81	c reason swapping (by a shorter reason)	: 0
3600.01/3595.81	c Calls to reduceDB	: 91
3600.01/3595.81	c Number of update (reduction) of LBD	: 4795949
3600.01/3595.81	c Imported unit clauses	: 0
3600.01/3595.81	c No decision after first conflict	: false
3600.01/3595.81	c number of reductions to clauses (during analyze)	: 0
3600.01/3595.81	c number of learned constraints concerned by reduction	: 0
3600.01/3595.81	c number of learning phase by resolution	: 0
3600.01/3595.81	c number of learning phase by cutting planes	: 0
3600.01/3595.81	c number of rounding to 1 operations	: 0
3600.01/3595.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3595.81	c number of reductions of the coefficients by power 2 	: 0
3600.01/3595.81	c number of right shift for reduction by power 2 	: 0
3600.01/3595.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3595.81	c number of ending skipping 	: 0
3600.01/3595.81	c number of internal skipping 	: 0
3600.01/3595.81	c number of derivation steps 	: 1144158888
3600.01/3595.81	c number of skipped derivation steps 	: 0
3600.01/3595.81	c number of remaining unassigned 	: 0
3600.01/3595.81	c number of remaining assigned 	: 0
3600.01/3595.81	c number of falsified literals weakened from reason	: 0
3600.01/3595.81	c number of falsified literals weakened from conflict	: 0
3600.01/3595.81	c time for arithmetic operations	: 0
3600.01/3595.82	c minimum degree of deleted constraints	: 1
3600.01/3595.82	c maximum degree of deleted constraints	: 1
3600.01/3595.82	c number of deleted constraints	: 4455979
3600.01/3595.82	c speed (assignments/second)	: 1667535.8428272624
3600.01/3595.82	c non guided choices	: 0
3600.01/3595.84	c timeout
3600.01/3595.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 111406
3600.01/3595.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 61
3600.01/3595.86	s UNKNOWN
3600.01/3595.86	c Total wall clock time (in seconds): 3595.717

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: 63968 MiB (58063 MiB free)
  memory of node 1: 64473 MiB (61924 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429769-1721075721/watcher-4429769-1721075721 -o /tmp/evaluation-result-4429769-1721075721/solver-4429769-1721075721 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721071788-816608 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429769-1721075721.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=819341, runsolver pid=819338

[startup+0.101789 s]*
/proc/loadavg: 4.07 4.17 4.12 7/329 819359
/proc/meminfo: memFree=122825292/131524600 swapFree=131071996/131071996
[pid=819341] ppid=819338 vsize=18975048 memory=63628 CPUtime=0.14 cores=5,7
/proc/819341/stat : 819341 (java) S 819338 819341 816595 0 -1 1077936128 7248 0 0 0 13 1 0 0 20 0 18 0 159737058 19430449152 15907 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
/proc/819341/statm: 4743762 15907 5711 1 0 549375 0
[pid=819341/tid=819343] ppid=819338 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/819341/task/819343/stat : 819343 (java) R 819338 819341 816595 0 -1 1078198336 5757 0 0 0 8 1 0 0 20 0 18 0 159737058 19430449152 15907 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819352] ppid=819338 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/819341/task/819352/stat : 819352 (Finalizer) S 819338 819341 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 159737060 19430449152 15907 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819359] ppid=819338 vsize=18975048 memory=13846374089254215 CPUtime=0 cores=5,7
/proc/819341/task/819359/stat : 819359 (Common-Cleaner) S 819338 819341 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 159737061 19430449152 15907 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63628 KiB

[startup+0.209606 s]*
/proc/loadavg: 4.07 4.17 4.12 7/329 819359
/proc/meminfo: memFree=122804280/131524600 swapFree=131071996/131071996
[pid=819341] ppid=819338 vsize=18975048 memory=88648 CPUtime=0.34 cores=5,7
/proc/819341/stat : 819341 (java) S 819338 819341 816595 0 -1 1077936128 7847 0 0 0 32 2 0 0 20 0 18 0 159737058 19430449152 22162 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
/proc/819341/statm: 4743762 22162 5853 1 0 549811 0
[pid=819341/tid=819343] ppid=819338 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/819341/task/819343/stat : 819343 (java) R 819338 819341 816595 0 -1 4194368 6052 0 0 0 17 2 0 0 20 0 18 0 159737058 19430449152 22162 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819352] ppid=819338 vsize=18975048 memory=5714 CPUtime=0 cores=5,7
/proc/819341/task/819352/stat : 819352 (Finalizer) S 819338 819341 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 159737060 19430449152 22162 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819359] ppid=819338 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=5,7
/proc/819341/task/819359/stat : 819359 (Common-Cleaner) S 819338 819341 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 159737061 19430449152 22162 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 88648 KiB

[startup+0.30914 s]*
/proc/loadavg: 4.07 4.17 4.12 7/330 819360
/proc/meminfo: memFree=122725760/131524600 swapFree=131071996/131071996
[pid=819341] ppid=819338 vsize=19041612 memory=162668 CPUtime=0.53 cores=5,7
/proc/819341/stat : 819341 (java) S 819338 819341 816595 0 -1 1077936128 9507 0 0 0 49 4 0 0 20 0 19 0 159737058 19498610688 40667 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
/proc/819341/statm: 4760403 40667 5853 1 0 551044 0
[pid=819341/tid=819343] ppid=819338 vsize=19041612 memory=-8600300115151135420 CPUtime=0.26 cores=5,7
/proc/819341/task/819343/stat : 819343 (java) R 819338 819341 816595 0 -1 4194368 6133 0 0 0 23 3 0 0 20 0 19 0 159737058 19498610688 40667 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819352] ppid=819338 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/819341/task/819352/stat : 819352 (Finalizer) S 819338 819341 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 159737060 19498610688 40667 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819359] ppid=819338 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/819341/task/819359/stat : 819359 (Common-Cleaner) S 819338 819341 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 159737061 19498610688 40667 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 162668 KiB

[startup+0.701138 s]
/proc/loadavg: 4.07 4.17 4.12 8/330 819360
/proc/meminfo: memFree=122415620/131524600 swapFree=131071996/131071996
[pid=819341] ppid=819338 vsize=19109112 memory=519420 CPUtime=1.27 cores=5,7
/proc/819341/stat : 819341 (java) S 819338 819341 816595 0 -1 1077936128 13775 0 0 0 116 11 0 0 20 0 20 0 159737058 19567730688 129855 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
/proc/819341/statm: 4777278 129855 5907 1 0 553937 0
[pid=819341/tid=819343] ppid=819338 vsize=19109112 memory=5432 CPUtime=0.6 cores=5,7
/proc/819341/task/819343/stat : 819343 (java) R 819338 819341 816595 0 -1 4194368 6435 0 0 0 50 10 0 0 20 0 20 0 159737058 19567730688 129855 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819352] ppid=819338 vsize=19109112 memory=12952 CPUtime=0 cores=5,7
/proc/819341/task/819352/stat : 819352 (Finalizer) S 819338 819341 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159737060 19567730688 129855 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819359] ppid=819338 vsize=19109112 memory=0 CPUtime=0 cores=5,7
/proc/819341/task/819359/stat : 819359 (Common-Cleaner) S 819338 819341 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159737061 19567730688 129855 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19109112 KiB
Current children cumulated memory: 519420 KiB

[startup+1.50114 s]
/proc/loadavg: 4.07 4.17 4.12 8/331 819361
/proc/meminfo: memFree=122295364/131524600 swapFree=131071996/131071996
[pid=819341] ppid=819338 vsize=19108176 memory=752956 CPUtime=2.86 cores=5,7
/proc/819341/stat : 819341 (java) S 819338 819341 816595 0 -1 1077936128 21799 0 0 0 269 17 0 0 20 0 20 0 159737058 19566772224 188239 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
/proc/819341/statm: 4777044 188239 5907 1 0 557278 0
[pid=819341/tid=819343] ppid=819338 vsize=19108176 memory=0 CPUtime=1.37 cores=5,7
/proc/819341/task/819343/stat : 819343 (java) R 819338 819341 816595 0 -1 4194368 6566 0 0 0 124 13 0 0 20 0 20 0 159737058 19566772224 188239 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819352] ppid=819338 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/819341/task/819352/stat : 819352 (Finalizer) S 819338 819341 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159737060 19566772224 188239 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819359] ppid=819338 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/819341/task/819359/stat : 819359 (Common-Cleaner) S 819338 819341 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159737061 19566772224 188239 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819361] ppid=819338 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/819341/task/819361/stat : 819361 (Timer-0) S 819338 819341 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159737111 19566772224 188239 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 752956 KiB

[startup+3.10563 s]
/proc/loadavg: 4.07 4.17 4.12 5/331 819363
/proc/meminfo: memFree=121846396/131524600 swapFree=131071996/131071996
[pid=819341] ppid=819338 vsize=19108176 memory=1101376 CPUtime=5.01 cores=5,7
/proc/819341/stat : 819341 (java) S 819338 819341 816595 0 -1 1077936128 22209 0 0 0 476 25 0 0 20 0 20 0 159737058 19566772224 275344 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
/proc/819341/statm: 4777044 275344 5907 1 0 557282 0
[pid=819341/tid=819343] ppid=819338 vsize=19108176 memory=0 CPUtime=2.95 cores=5,7
/proc/819341/task/819343/stat : 819343 (java) R 819338 819341 816595 0 -1 4194368 6865 0 0 0 275 20 0 0 20 0 20 0 159737058 19566772224 275344 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819352] ppid=819338 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/819341/task/819352/stat : 819352 (Finalizer) S 819338 819341 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159737060 19566772224 275344 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819359] ppid=819338 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/819341/task/819359/stat : 819359 (Common-Cleaner) S 819338 819341 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159737061 19566772224 275344 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819361] ppid=819338 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/819341/task/819361/stat : 819361 (Timer-0) S 819338 819341 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159737111 19566772224 275344 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
Current children cumulated CPU time: 5.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1101376 KiB

[startup+6.30026 s]
/proc/loadavg: 4.06 4.17 4.12 5/331 819363
/proc/meminfo: memFree=121540616/131524600 swapFree=131071996/131071996
[pid=819341] ppid=819338 vsize=19108176 memory=1323060 CPUtime=8.57 cores=5,7
/proc/819341/stat : 819341 (java) S 819338 819341 816595 0 -1 1077936128 32264 0 0 0 827 30 0 0 20 0 20 0 159737058 19566772224 330765 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
/proc/819341/statm: 4777044 330765 5923 1 0 557670 0
[pid=819341/tid=819343] ppid=819338 vsize=19108176 memory=12952 CPUtime=6.12 cores=5,7
/proc/819341/task/819343/stat : 819343 (java) R 819338 819341 816595 0 -1 4194368 8331 0 0 0 588 24 0 0 20 0 20 0 159737058 19566772224 330765 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819352] ppid=819338 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/819341/task/819352/stat : 819352 (Finalizer) S 819338 819341 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159737060 19566772224 330765 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819359] ppid=819338 vsize=19108176 memory=1323040 CPUtime=0 cores=5,7
/proc/819341/task/819359/stat : 819359 (Common-Cleaner) S 819338 819341 816595 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 159737061 19566772224 330765 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819361] ppid=819338 vsize=19108176 memory=5568 CPUtime=0 cores=5,7
/proc/819341/task/819361/stat : 819361 (Timer-0) S 819338 819341 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159737111 19566772224 330765 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
Current children cumulated CPU time: 8.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1323060 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.17 4.12 5/330 819364
/proc/meminfo: memFree=121540596/131524600 swapFree=131071996/131071996
[pid=819341] ppid=819338 vsize=19108176 memory=1325128 CPUtime=15.03 cores=5,7
/proc/819341/stat : 819341 (java) S 819338 819341 816595 0 -1 1077936128 32890 0 0 0 1473 30 0 0 20 0 20 0 159737058 19566772224 331282 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
/proc/819341/statm: 4777044 331282 5923 1 0 557670 0
[pid=819341/tid=819343] ppid=819338 vsize=19108176 memory=0 CPUtime=12.48 cores=5,7
/proc/819341/task/819343/stat : 819343 (java) R 819338 819341 816595 0 -1 4194368 8837 0 0 0 1224 24 0 0 20 0 20 0 159737058 19566772224 331282 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819352] ppid=819338 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/819341/task/819352/stat : 819352 (Finalizer) S 819338 819341 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159737060 19566772224 331282 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819359] ppid=819338 vsize=19108176 memory=1323080 CPUtime=0 cores=5,7
/proc/819341/task/819359/stat : 819359 (Common-Cleaner) S 819338 819341 816595 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 159737061 19566772224 331282 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819361] ppid=819338 vsize=19108176 memory=1158720 CPUtime=0 cores=5,7
/proc/819341/task/819361/stat : 819361 (Timer-0) S 819338 819341 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159737111 19566772224 331282 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
Current children cumulated CPU time: 15.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325128 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 4.17 4.12 5/330 819366
/proc/meminfo: memFree=121509520/131524600 swapFree=131071996/131071996
[pid=819341] ppid=819338 vsize=19108176 memory=1327396 CPUtime=27.84 cores=5,7
/proc/819341/stat : 819341 (java) S 819338 819341 816595 0 -1 1077936128 38510 0 0 0 2753 31 0 0 20 0 20 0 159737058 19566772224 331849 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
/proc/819341/statm: 4777044 331849 5939 1 0 557670 0
[pid=819341/tid=819343] ppid=819338 vsize=19108176 memory=1158720 CPUtime=25.2 cores=5,7
/proc/819341/task/819343/stat : 819343 (java) R 819338 819341 816595 0 -1 4194368 11505 0 0 0 2496 24 0 0 20 0 20 0 159737058 19566772224 331849 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819352] ppid=819338 vsize=19108176 memory=1325304 CPUtime=0 cores=5,7
/proc/819341/task/819352/stat : 819352 (Finalizer) S 819338 819341 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159737060 19566772224 331849 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819359] ppid=819338 vsize=19108176 memory=1325236 CPUtime=0 cores=5,7
/proc/819341/task/819359/stat : 819359 (Common-Cleaner) S 819338 819341 816595 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 159737061 19566772224 331849 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819361] ppid=819338 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/819341/task/819361/stat : 819361 (Timer-0) S 819338 819341 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159737111 19566772224 331849 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
Current children cumulated CPU time: 27.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1327396 KiB

[startup+51.1053 s]
/proc/loadavg: 4.14 4.17 4.12 5/330 819369
/proc/meminfo: memFree=121480052/131524600 swapFree=131071996/131071996
[pid=819341] ppid=819338 vsize=19108176 memory=1333724 CPUtime=53.5 cores=5,7
/proc/819341/stat : 819341 (java) S 819338 819341 816595 0 -1 1077936128 45985 0 0 0 5317 33 0 0 20 0 20 0 159737058 19566772224 333431 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
/proc/819341/statm: 4777044 333431 5939 1 0 557686 0
[pid=819341/tid=819343] ppid=819338 vsize=19108176 memory=1333664 CPUtime=50.66 cores=5,7
/proc/819341/task/819343/stat : 819343 (java) R 819338 819341 816595 0 -1 4194368 14077 0 0 0 5041 25 0 0 20 0 20 0 159737058 19566772224 333431 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819352] ppid=819338 vsize=19108176 memory=1816 CPUtime=0 cores=5,7
/proc/819341/task/819352/stat : 819352 (Finalizer) S 819338 819341 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159737060 19566772224 333431 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819359] ppid=819338 vsize=19108176 memory=1333664 CPUtime=0 cores=5,7
/proc/819341/task/819359/stat : 819359 (Common-Cleaner) S 819338 819341 816595 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 159737061 19566772224 333431 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0

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

/proc/meminfo: memFree=119097228/131524600 swapFree=131071996/131071996
[pid=819341] ppid=819338 vsize=19108176 memory=2180484 CPUtime=3226.31 cores=5,7
/proc/819341/stat : 819341 (java) S 819338 819341 816595 0 -1 1077936128 197593 0 0 0 322437 194 0 0 20 0 20 0 159737058 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
/proc/819341/statm: 4777044 545121 5939 1 0 557981 0
[pid=819341/tid=819343] ppid=819338 vsize=19108176 memory=-8600300115151135420 CPUtime=3194.25 cores=5,7
/proc/819341/task/819343/stat : 819343 (java) R 819338 819341 816595 0 -1 4194368 90744 0 0 0 319390 35 0 0 20 0 20 0 159737058 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 31 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819352] ppid=819338 vsize=19108176 memory=41052 CPUtime=0 cores=5,7
/proc/819341/task/819352/stat : 819352 (Finalizer) S 819338 819341 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159737060 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819359] ppid=819338 vsize=19108176 memory=2180484 CPUtime=0 cores=5,7
/proc/819341/task/819359/stat : 819359 (Common-Cleaner) S 819338 819341 816595 0 -1 1077936192 3482 0 0 0 0 0 0 0 20 0 20 0 159737061 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819361] ppid=819338 vsize=19108176 memory=41052 CPUtime=0 cores=5,7
/proc/819341/task/819361/stat : 819361 (Timer-0) S 819338 819341 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159737111 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
Current children cumulated CPU time: 3226.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2180484 KiB

[startup+3282.3 s]
/proc/loadavg: 4.39 4.27 4.21 5/335 821741
/proc/meminfo: memFree=119392008/131524600 swapFree=131071996/131071996
[pid=819341] ppid=819338 vsize=19108176 memory=2180484 CPUtime=3286.37 cores=5,7
/proc/819341/stat : 819341 (java) S 819338 819341 816595 0 -1 1077936128 199895 0 0 0 328440 197 0 0 20 0 20 0 159737058 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
/proc/819341/statm: 4777044 545121 5939 1 0 557981 0
[pid=819341/tid=819343] ppid=819338 vsize=19108176 memory=11648 CPUtime=3253.72 cores=5,7
/proc/819341/task/819343/stat : 819343 (java) R 819338 819341 816595 0 -1 4194368 91528 0 0 0 325337 35 0 0 20 0 20 0 159737058 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 31 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819352] ppid=819338 vsize=19108176 memory=41052 CPUtime=0 cores=5,7
/proc/819341/task/819352/stat : 819352 (Finalizer) S 819338 819341 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159737060 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819359] ppid=819338 vsize=19108176 memory=2180484 CPUtime=0 cores=5,7
/proc/819341/task/819359/stat : 819359 (Common-Cleaner) S 819338 819341 816595 0 -1 1077936192 3581 0 0 0 0 0 0 0 20 0 20 0 159737061 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819361] ppid=819338 vsize=19108176 memory=2180484 CPUtime=0 cores=5,7
/proc/819341/task/819361/stat : 819361 (Timer-0) S 819338 819341 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159737111 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
Current children cumulated CPU time: 3286.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2180484 KiB

[startup+3342.3 s]
/proc/loadavg: 4.37 4.30 4.22 5/335 821752
/proc/meminfo: memFree=118821264/131524600 swapFree=131071996/131071996
[pid=819341] ppid=819338 vsize=19108176 memory=2180484 CPUtime=3346.39 cores=5,7
/proc/819341/stat : 819341 (java) S 819338 819341 816595 0 -1 1077936128 202610 0 0 0 334440 199 0 0 20 0 20 0 159737058 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
/proc/819341/statm: 4777044 545121 5939 1 0 557981 0
[pid=819341/tid=819343] ppid=819338 vsize=19108176 memory=2180484 CPUtime=3313.29 cores=5,7
/proc/819341/task/819343/stat : 819343 (java) R 819338 819341 816595 0 -1 4194368 93350 0 0 0 331294 35 0 0 20 0 20 0 159737058 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 31 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819352] ppid=819338 vsize=19108176 memory=2180484 CPUtime=0 cores=5,7
/proc/819341/task/819352/stat : 819352 (Finalizer) S 819338 819341 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159737060 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819359] ppid=819338 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/819341/task/819359/stat : 819359 (Common-Cleaner) S 819338 819341 816595 0 -1 1077936192 3671 0 0 0 0 0 0 0 20 0 20 0 159737061 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819361] ppid=819338 vsize=19108176 memory=32224 CPUtime=0 cores=5,7
/proc/819341/task/819361/stat : 819361 (Timer-0) S 819338 819341 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159737111 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
Current children cumulated CPU time: 3346.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2180484 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.25 4.21 5/335 821762
/proc/meminfo: memFree=118815988/131524600 swapFree=131071996/131071996
[pid=819341] ppid=819338 vsize=19108176 memory=2180484 CPUtime=3406.43 cores=5,7
/proc/819341/stat : 819341 (java) S 819338 819341 816595 0 -1 1077936128 205123 0 0 0 340442 201 0 0 20 0 20 0 159737058 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
/proc/819341/statm: 4777044 545121 5939 1 0 557981 0
[pid=819341/tid=819343] ppid=819338 vsize=19108176 memory=2180484 CPUtime=3372.81 cores=5,7
/proc/819341/task/819343/stat : 819343 (java) R 819338 819341 816595 0 -1 4194368 94886 0 0 0 337245 36 0 0 20 0 20 0 159737058 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 31 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819352] ppid=819338 vsize=19108176 memory=2180484 CPUtime=0 cores=5,7
/proc/819341/task/819352/stat : 819352 (Finalizer) S 819338 819341 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159737060 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819359] ppid=819338 vsize=19108176 memory=2180484 CPUtime=0 cores=5,7
/proc/819341/task/819359/stat : 819359 (Common-Cleaner) S 819338 819341 816595 0 -1 1077936192 3770 0 0 0 0 0 0 0 20 0 20 0 159737061 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819361] ppid=819338 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/819341/task/819361/stat : 819361 (Timer-0) S 819338 819341 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159737111 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
Current children cumulated CPU time: 3406.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2180484 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.25 4.20 5/335 821773
/proc/meminfo: memFree=118800824/131524600 swapFree=131071996/131071996
[pid=819341] ppid=819338 vsize=19108176 memory=2180484 CPUtime=3466.51 cores=5,7
/proc/819341/stat : 819341 (java) S 819338 819341 816595 0 -1 1077936128 207561 0 0 0 346448 203 0 0 20 0 20 0 159737058 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
/proc/819341/statm: 4777044 545121 5939 1 0 557981 0
[pid=819341/tid=819343] ppid=819338 vsize=19108176 memory=2180484 CPUtime=3432.26 cores=5,7
/proc/819341/task/819343/stat : 819343 (java) R 819338 819341 816595 0 -1 4194368 95818 0 0 0 343190 36 0 0 20 0 20 0 159737058 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 31 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819352] ppid=819338 vsize=19108176 memory=2180484 CPUtime=0 cores=5,7
/proc/819341/task/819352/stat : 819352 (Finalizer) S 819338 819341 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159737060 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819359] ppid=819338 vsize=19108176 memory=2180484 CPUtime=0 cores=5,7
/proc/819341/task/819359/stat : 819359 (Common-Cleaner) S 819338 819341 816595 0 -1 1077936192 3870 0 0 0 0 0 0 0 20 0 20 0 159737061 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819361] ppid=819338 vsize=19108176 memory=2180484 CPUtime=0 cores=5,7
/proc/819341/task/819361/stat : 819361 (Timer-0) S 819338 819341 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159737111 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
Current children cumulated CPU time: 3466.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2180484 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.22 4.19 5/333 821784
/proc/meminfo: memFree=118796316/131524600 swapFree=131071996/131071996
[pid=819341] ppid=819338 vsize=19108176 memory=2180484 CPUtime=3526.5 cores=5,7
/proc/819341/stat : 819341 (java) S 819338 819341 816595 0 -1 1077936128 210154 0 0 0 352445 205 0 0 20 0 20 0 159737058 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
/proc/819341/statm: 4777044 545121 5939 1 0 557981 0
[pid=819341/tid=819343] ppid=819338 vsize=19108176 memory=2180484 CPUtime=3491.83 cores=5,7
/proc/819341/task/819343/stat : 819343 (java) R 819338 819341 816595 0 -1 4194368 97074 0 0 0 349147 36 0 0 20 0 20 0 159737058 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 33 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819352] ppid=819338 vsize=19108176 memory=41052 CPUtime=0 cores=5,7
/proc/819341/task/819352/stat : 819352 (Finalizer) S 819338 819341 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159737060 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819359] ppid=819338 vsize=19108176 memory=2180484 CPUtime=0 cores=5,7
/proc/819341/task/819359/stat : 819359 (Common-Cleaner) S 819338 819341 816595 0 -1 1077936192 3959 0 0 0 0 0 0 0 20 0 20 0 159737061 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819361] ppid=819338 vsize=19108176 memory=2180484 CPUtime=0 cores=5,7
/proc/819341/task/819361/stat : 819361 (Timer-0) S 819338 819341 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159737111 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
Current children cumulated CPU time: 3526.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2180484 KiB

[startup+3582.3 s]
/proc/loadavg: 4.33 4.24 4.20 5/333 821794
/proc/meminfo: memFree=118791556/131524600 swapFree=131071996/131071996
[pid=819341] ppid=819338 vsize=19108176 memory=2180484 CPUtime=3586.52 cores=5,7
/proc/819341/stat : 819341 (java) S 819338 819341 816595 0 -1 1077936128 212809 0 0 0 358444 208 0 0 20 0 20 0 159737058 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
/proc/819341/statm: 4777044 545121 5939 1 0 557981 0
[pid=819341/tid=819343] ppid=819338 vsize=19108176 memory=0 CPUtime=3551.32 cores=5,7
/proc/819341/task/819343/stat : 819343 (java) R 819338 819341 816595 0 -1 4194368 98491 0 0 0 355096 36 0 0 20 0 20 0 159737058 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 33 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819352] ppid=819338 vsize=19108176 memory=41052 CPUtime=0 cores=5,7
/proc/819341/task/819352/stat : 819352 (Finalizer) S 819338 819341 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159737060 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819359] ppid=819338 vsize=19108176 memory=5432 CPUtime=0 cores=5,7
/proc/819341/task/819359/stat : 819359 (Common-Cleaner) S 819338 819341 816595 0 -1 1077936192 4082 0 0 0 0 0 0 0 20 0 20 0 159737061 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819361] ppid=819338 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/819341/task/819361/stat : 819361 (Timer-0) S 819338 819341 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159737111 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
Current children cumulated CPU time: 3586.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2180484 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595.8 s]
/proc/loadavg: 4.56 4.30 4.22 5/332 821796
/proc/meminfo: memFree=118791500/131524600 swapFree=131071996/131071996
[pid=819341] ppid=819338 vsize=19108176 memory=2180484 CPUtime=3600.01 cores=5,7
/proc/819341/stat : 819341 (java) S 819338 819341 816595 0 -1 1077936128 213071 0 0 0 359792 209 0 0 20 0 20 0 159737058 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
/proc/819341/statm: 4777044 545121 5939 1 0 557981 0
[pid=819341/tid=819343] ppid=819338 vsize=19108176 memory=39380 CPUtime=3564.75 cores=5,7
/proc/819341/task/819343/stat : 819343 (java) R 819338 819341 816595 0 -1 4194368 98747 0 0 0 356439 36 0 0 20 0 20 0 159737058 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 33 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819352] ppid=819338 vsize=19108176 memory=1816 CPUtime=0 cores=5,7
/proc/819341/task/819352/stat : 819352 (Finalizer) S 819338 819341 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159737060 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819359] ppid=819338 vsize=19108176 memory=32224 CPUtime=0 cores=5,7
/proc/819341/task/819359/stat : 819359 (Common-Cleaner) S 819338 819341 816595 0 -1 1077936192 4082 0 0 0 0 0 0 0 20 0 20 0 159737061 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
[pid=819341/tid=819361] ppid=819338 vsize=19108176 memory=19140 CPUtime=0 cores=5,7
/proc/819341/task/819361/stat : 819361 (Timer-0) S 819338 819341 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159737111 19566772224 545121 134679101440 94720476966912 94720476970608 140722913135456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94720476978424 94720476979216 94720481288192 140722913137653 140722913137761 140722913137761 140722913144776 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2180484 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.04 s, system=2.10328 s

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

Child status: 143

Real time (s): 3595.89
CPU time (s): 3600.15
CPU user time (s): 3598.04
CPU system time (s): 2.10328
CPU usage (%): 100.118
Max. virtual memory (cumulated for all children) (KiB): 19109112
Max. memory (cumulated for all children) (KiB): 2180484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.04
system time used= 2.10328
maximum resident set size= 2182504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216550
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 169571
involuntary context switches= 4106


# summary of solver processes directly reported to runsolver:
#   pid: 819341
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3598.04
#   total CPU system time (s): 2.10328

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.06645 second user time and 17.7787 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-15 22:35:34
IDJOB=4429769
IDBENCH=147102
IDSOLVER=3052
FILE ID=nodeC023/4429769-1721075721
RUNJOBID= nodeC023-1721071788-816608
SLURM_JOB_ID= 7505536
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-2.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429769-1721075721/watcher-4429769-1721075721 -o /tmp/evaluation-result-4429769-1721075721/solver-4429769-1721075721 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721071788-816608 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429769-1721075721.opb

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

MD5SUM BENCH= 58d046e1e41ee9602d09224f38506b42
RANDOM SEED=2036228048

nodeC023.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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.228
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3683.495
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3671.467
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3620.199
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3671.458
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3658.630
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
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		: 3599.893
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3657.709
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122867696 kB
MemAvailable:   124258200 kB
Buffers:          384308 kB
Cached:          1834412 kB
SwapCached:            0 kB
Active:           715916 kB
Inactive:        7317080 kB
Active(anon):       1572 kB
Inactive(anon):  5850400 kB
Active(file):     714344 kB
Inactive(file):  1466680 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1220 kB
Writeback:             0 kB
AnonPages:       5814260 kB
Mapped:           124000 kB
Shmem:             37720 kB
KReclaimable:      98604 kB
Slab:             205632 kB
SReclaimable:      98604 kB
SUnreclaim:       107028 kB
KernelStack:        5024 kB
PageTables:        21584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7254976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60736 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5521408 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:    18444288 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890048 MiB
End job on nodeC023 at 2024-07-15 23:35:30