Trace number 4448111

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12UNSAT 771.124 758.316

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x90split.cnf-plain.pb.metafix.opb
MD5SUM43b43b4642a1f471c30a83b83143bc9f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark107.465
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables901
Total number of constraints3602
Number of constraints which are clauses3602
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 constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.14	c version CUSTOM.v20240707
0.12/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.15	c Free memory 		2115194816
0.12/0.15	c Max memory 		16282288128
0.12/0.15	c Total memory 		2122317824
0.12/0.16	c Number of processors 	2
0.30/0.28	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.30/0.28	 - never skip resolution steps
0.30/0.28	 - Auto-division on coefficients is disabled
0.30/0.28	 - No postprocessing
0.30/0.28	 - Conflict is considered as is when resolving
0.30/0.28	 - Use constraints as they come during conflict analysis
0.30/0.28	 - Weaken first using unassigned literals
0.30/0.28	 - Bump strategy: ALWAYS_ONE
0.30/0.28	 - Bumper: EFFECTIVE
0.30/0.28	--- Begin Solver configuration ---
0.30/0.28	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.30/0.28	Learn all clauses as in MiniSAT
0.30/0.28	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.28	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.30/0.28	No reason simplification
0.30/0.28	Dynamic restart strategy considering the size of the coefficients
0.30/0.28	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.30/0.28	timeout=2147483s
0.30/0.28	DB Simplification allowed=false
0.30/0.28	Listener: none
0.30/0.28	--- End Solver configuration ---
0.30/0.28	c Pseudo Boolean Optimization by upper bound
0.30/0.28	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.30/0.28	c  - never skip resolution steps
0.30/0.28	c  - Auto-division on coefficients is disabled
0.30/0.28	c  - No postprocessing
0.30/0.28	c  - Conflict is considered as is when resolving
0.30/0.28	c  - Use constraints as they come during conflict analysis
0.30/0.28	c  - Weaken first using unassigned literals
0.30/0.28	c  - Bump strategy: ALWAYS_ONE
0.30/0.28	c  - Bumper: EFFECTIVE
0.30/0.28	c --- Begin Solver configuration ---
0.30/0.28	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.30/0.28	c Learn all clauses as in MiniSAT
0.30/0.28	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.28	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.30/0.28	c No reason simplification
0.30/0.28	c Dynamic restart strategy considering the size of the coefficients
0.30/0.28	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.30/0.28	c timeout=2147483s
0.30/0.28	c DB Simplification allowed=false
0.30/0.28	c Listener: none
0.30/0.28	c --- End Solver configuration ---
0.30/0.28	c solving HOME/instance-4448111-1721357917.opb
0.30/0.28	c reading problem ... 
0.30/0.29	c  no objective function found
0.66/0.50	c ... done. Wall clock time 0.214s.
0.66/0.50	c declared #vars     901
0.66/0.50	c #constraints  3602
0.66/0.50	c constraints type 
0.66/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.66/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3600
0.66/0.50	c 3602 constraints processed.
1.97/1.19	c cleaning 2498 clauses out of 5002 with flag 0/5002
2.73/1.55	c cleaning 4248 clauses out of 8502 with flag 0/11000
3.33/1.86	c cleaning 5623 clauses out of 11254 with flag 0/18000
4.12/2.22	c cleaning 6810 clauses out of 13633 with flag 0/26002
4.73/2.57	c cleaning 7909 clauses out of 15823 with flag 0/35002
5.24/2.95	c cleaning 8950 clauses out of 17913 with flag 0/45001
5.70/3.37	c cleaning 9977 clauses out of 19962 with flag 0/56000
6.20/3.83	c cleaning 10985 clauses out of 21987 with flag 0/68002
6.89/4.33	c cleaning 11992 clauses out of 24000 with flag 0/81000
7.40/4.81	c cleaning 13000 clauses out of 26008 with flag 0/95000
7.91/5.31	c cleaning 14002 clauses out of 28009 with flag 0/110001
8.41/5.85	c cleaning 15000 clauses out of 30006 with flag 0/126000
9.11/6.41	c cleaning 15996 clauses out of 32007 with flag 0/143001
9.81/7.06	c cleaning 16999 clauses out of 34010 with flag 0/161000
10.48/7.78	c cleaning 17990 clauses out of 36013 with flag 0/180002
11.28/8.54	c cleaning 18991 clauses out of 38021 with flag 0/200000
12.01/9.30	c cleaning 20001 clauses out of 40031 with flag 0/221001
12.91/10.12	c cleaning 20996 clauses out of 42030 with flag 0/243001
13.71/10.96	c cleaning 21992 clauses out of 44034 with flag 0/266001
14.71/11.90	c cleaning 23004 clauses out of 46042 with flag 0/290001
15.60/12.88	c cleaning 24002 clauses out of 48037 with flag 0/315000
17.11/14.30	c cleaning 24998 clauses out of 50035 with flag 0/341000
18.41/15.62	c cleaning 26002 clauses out of 52038 with flag 0/368001
19.60/16.82	c cleaning 27003 clauses out of 54035 with flag 0/396000
21.10/18.37	c cleaning 28000 clauses out of 56033 with flag 0/425001
22.40/19.61	c cleaning 29008 clauses out of 58033 with flag 0/455001
23.70/20.95	c cleaning 30008 clauses out of 60025 with flag 0/486001
25.22/22.43	c cleaning 30992 clauses out of 62017 with flag 0/518001
26.62/23.88	c cleaning 32010 clauses out of 64025 with flag 0/551001
28.51/25.72	c cleaning 32988 clauses out of 66014 with flag 0/585000
30.21/27.45	c cleaning 34001 clauses out of 68026 with flag 0/620000
31.83/29.06	c cleaning 35001 clauses out of 70025 with flag 0/656000
33.62/30.84	c cleaning 35998 clauses out of 72024 with flag 0/693000
35.31/32.51	c cleaning 37000 clauses out of 74026 with flag 0/731000
37.02/34.23	c cleaning 38003 clauses out of 76026 with flag 0/770000
38.93/36.16	c cleaning 39005 clauses out of 78023 with flag 0/810000
40.83/38.05	c cleaning 40000 clauses out of 80018 with flag 0/851000
43.52/40.75	c cleaning 40992 clauses out of 82020 with flag 0/893002
45.51/42.75	c cleaning 42005 clauses out of 84026 with flag 0/936000
47.82/45.06	c cleaning 43006 clauses out of 86021 with flag 0/980000
50.32/47.53	c cleaning 43995 clauses out of 88017 with flag 0/1025002
52.52/49.70	c cleaning 45001 clauses out of 90020 with flag 0/1071000
54.31/51.54	c cleaning 46008 clauses out of 92019 with flag 0/1118000
57.62/54.86	c cleaning 46997 clauses out of 94012 with flag 0/1166001
60.54/57.79	c cleaning 47998 clauses out of 96014 with flag 0/1215000
63.47/60.62	c cleaning 49001 clauses out of 98016 with flag 0/1265000
66.16/63.37	c cleaning 49996 clauses out of 100015 with flag 0/1316000
69.05/66.21	c cleaning 51000 clauses out of 102019 with flag 0/1368000
71.68/68.84	c cleaning 51998 clauses out of 104019 with flag 0/1421000
74.47/71.63	c cleaning 52997 clauses out of 106023 with flag 0/1475002
77.36/74.53	c cleaning 54003 clauses out of 108026 with flag 0/1530002
80.20/77.32	c cleaning 55003 clauses out of 110023 with flag 0/1586002
82.59/79.79	c cleaning 55992 clauses out of 112020 with flag 0/1643002
86.69/83.82	c cleaning 56979 clauses out of 114028 with flag 0/1701002
89.93/87.10	c cleaning 57978 clauses out of 116048 with flag 0/1760001
94.67/91.73	c cleaning 58985 clauses out of 118069 with flag 0/1820000
98.97/96.07	c cleaning 60014 clauses out of 120085 with flag 0/1881001
103.65/100.66	c cleaning 61013 clauses out of 122070 with flag 0/1943000
107.44/104.42	c cleaning 62000 clauses out of 124057 with flag 0/2006000
111.64/108.63	c cleaning 63007 clauses out of 126058 with flag 0/2070001
115.64/112.61	c cleaning 64008 clauses out of 128051 with flag 0/2135001
120.06/117.03	c cleaning 65006 clauses out of 130042 with flag 0/2201000
124.11/121.07	c cleaning 65994 clauses out of 132037 with flag 0/2268001
128.53/125.43	c cleaning 67003 clauses out of 134043 with flag 0/2336001
132.38/129.27	c cleaning 67999 clauses out of 136039 with flag 0/2405000
136.49/133.38	c cleaning 68993 clauses out of 138041 with flag 0/2475001
140.95/137.71	c cleaning 70000 clauses out of 140048 with flag 0/2546001
146.28/143.05	c cleaning 70987 clauses out of 142048 with flag 0/2618001
151.53/148.21	c cleaning 72016 clauses out of 144062 with flag 0/2691002
156.36/153.02	c cleaning 73001 clauses out of 146045 with flag 0/2765001
161.17/157.83	c cleaning 73993 clauses out of 148044 with flag 0/2840001
166.13/162.71	c cleaning 75001 clauses out of 150050 with flag 0/2916000
171.66/168.26	c cleaning 76006 clauses out of 152050 with flag 0/2993001
177.01/173.47	c cleaning 77005 clauses out of 154044 with flag 0/3071001
183.57/179.94	c cleaning 77997 clauses out of 156038 with flag 0/3150000
188.04/184.34	c cleaning 79000 clauses out of 158041 with flag 0/3230000
192.72/188.98	c cleaning 80003 clauses out of 160041 with flag 0/3311000
197.76/193.98	c cleaning 81003 clauses out of 162038 with flag 0/3393000
202.95/199.02	c cleaning 82005 clauses out of 164037 with flag 0/3476002
207.41/203.46	c cleaning 82991 clauses out of 166030 with flag 0/3560000
213.35/209.22	c cleaning 84003 clauses out of 168039 with flag 0/3645000
217.94/213.71	c cleaning 84993 clauses out of 170037 with flag 0/3731001
223.29/219.07	c cleaning 86004 clauses out of 172044 with flag 0/3818001
228.66/224.30	c cleaning 87000 clauses out of 174040 with flag 0/3906001
234.51/230.09	c cleaning 87996 clauses out of 176039 with flag 0/3995000
240.36/235.87	c cleaning 89000 clauses out of 178043 with flag 0/4085000
246.63/242.07	c cleaning 89997 clauses out of 180044 with flag 0/4176001
252.23/247.67	c cleaning 91004 clauses out of 182046 with flag 0/4268000
258.62/254.00	c cleaning 92002 clauses out of 184042 with flag 0/4361000
265.02/260.36	c cleaning 92998 clauses out of 186040 with flag 0/4455000
270.94/266.14	c cleaning 94000 clauses out of 188042 with flag 0/4550000
276.89/272.09	c cleaning 94997 clauses out of 190042 with flag 0/4646000
283.53/278.69	c cleaning 96010 clauses out of 192045 with flag 0/4743000
290.62/285.64	c cleaning 96992 clauses out of 194037 with flag 0/4841002
296.79/291.70	c cleaning 97991 clauses out of 196043 with flag 0/4940000
303.80/298.74	c cleaning 99004 clauses out of 198054 with flag 0/5040002
311.83/306.67	c cleaning 100000 clauses out of 200048 with flag 0/5141000
319.60/314.30	c cleaning 101003 clauses out of 202048 with flag 0/5243000
326.73/321.39	c cleaning 102006 clauses out of 204046 with flag 0/5346001
334.01/328.50	c cleaning 102999 clauses out of 206040 with flag 0/5450001
341.03/335.47	c cleaning 104003 clauses out of 208040 with flag 0/5555000
348.10/342.42	c cleaning 105011 clauses out of 210037 with flag 0/5661000
355.82/350.02	c cleaning 106001 clauses out of 212027 with flag 0/5768001
363.07/357.26	c cleaning 106986 clauses out of 214025 with flag 0/5876000
370.26/364.32	c cleaning 108009 clauses out of 216039 with flag 0/5985000
377.82/371.85	c cleaning 109005 clauses out of 218031 with flag 0/6095001
386.21/380.19	c cleaning 109996 clauses out of 220025 with flag 0/6206000
393.54/387.42	c cleaning 111004 clauses out of 222029 with flag 0/6318000
401.51/395.39	c cleaning 112000 clauses out of 224026 with flag 0/6431001
409.66/403.40	c cleaning 113001 clauses out of 226026 with flag 0/6545001
417.09/410.79	c cleaning 113998 clauses out of 228024 with flag 0/6660000
424.26/417.84	c cleaning 115003 clauses out of 230026 with flag 0/6776000
431.71/425.29	c cleaning 116000 clauses out of 232023 with flag 0/6893000
439.55/432.99	c cleaning 116997 clauses out of 234024 with flag 0/7011001
447.47/440.70	c cleaning 118005 clauses out of 236026 with flag 0/7130000
455.31/448.51	c cleaning 119002 clauses out of 238021 with flag 0/7250000
462.28/455.40	c cleaning 119999 clauses out of 240020 with flag 0/7371001
469.83/462.85	c cleaning 120992 clauses out of 242020 with flag 0/7493000
478.28/471.26	c cleaning 121988 clauses out of 244028 with flag 0/7616000
485.34/478.13	c cleaning 123010 clauses out of 246041 with flag 0/7740001
493.94/486.75	c cleaning 124001 clauses out of 248032 with flag 0/7865002
503.25/495.92	c cleaning 125004 clauses out of 250030 with flag 0/7991001
511.72/504.36	c cleaning 126005 clauses out of 252025 with flag 0/8118000
521.46/513.92	c cleaning 127003 clauses out of 254020 with flag 0/8246000
530.53/522.80	c cleaning 127999 clauses out of 256018 with flag 0/8375001
540.01/532.20	c cleaning 129002 clauses out of 258019 with flag 0/8505001
548.17/540.27	c cleaning 130002 clauses out of 260016 with flag 0/8636000
556.25/548.22	c cleaning 131000 clauses out of 262015 with flag 0/8768001
565.92/557.77	c cleaning 131998 clauses out of 264016 with flag 0/8901002
575.72/567.30	c cleaning 132999 clauses out of 266016 with flag 0/9035000
584.11/575.68	c cleaning 133996 clauses out of 268018 with flag 0/9170001
593.12/584.40	c cleaning 134994 clauses out of 270021 with flag 0/9306000
603.71/594.82	c cleaning 136005 clauses out of 272028 with flag 0/9443001
613.60/604.65	c cleaning 136999 clauses out of 274022 with flag 0/9581000
623.39/614.27	c cleaning 137997 clauses out of 276023 with flag 0/9720000
635.29/625.97	c cleaning 139003 clauses out of 278026 with flag 0/9860000
645.37/635.95	c cleaning 140003 clauses out of 280023 with flag 0/10001000
657.46/647.87	c cleaning 140996 clauses out of 282020 with flag 0/10143000
669.44/659.62	c cleaning 142002 clauses out of 284025 with flag 0/10286001
681.47/671.50	c cleaning 143003 clauses out of 286022 with flag 0/10430000
694.04/684.07	c cleaning 144002 clauses out of 288021 with flag 0/10575002
707.29/697.13	c cleaning 145003 clauses out of 290018 with flag 0/10721001
721.50/710.28	c cleaning 145996 clauses out of 292015 with flag 0/10868001
735.55/723.58	c cleaning 147004 clauses out of 294017 with flag 0/11016000
750.01/737.42	c cleaning 147999 clauses out of 296013 with flag 0/11165000
763.06/750.40	c cleaning 149002 clauses out of 298015 with flag 0/11315001
770.93/758.21	c starts		: 1
770.93/758.21	c conflicts		: 11420294
770.93/758.21	c decisions		: 14815158
770.93/758.21	c propagations		: 82253795
770.93/758.21	c inspects		: 9629850620
770.93/758.21	c shortcuts		: 0
770.93/758.21	c learnt literals	: 1
770.93/758.21	c learnt binary clauses	: 2
770.93/758.21	c learnt ternary clauses	: 2
770.93/758.21	c learnt constraints	: 11420292
770.93/758.21	c ignored constraints	: 0
770.93/758.21	c root simplifications	: 0
770.93/758.21	c removed literals (reason simplification)	: 0
770.93/758.21	c reason swapping (by a shorter reason)	: 0
770.93/758.21	c Calls to reduceDB	: 146
770.93/758.21	c Number of update (reduction) of LBD	: 14771603
770.93/758.21	c Imported unit clauses	: 0
770.93/758.21	c No decision after first conflict	: false
770.93/758.21	c number of reductions to clauses (during analyze)	: 0
770.93/758.21	c number of learned constraints concerned by reduction	: 0
770.93/758.21	c number of learning phase by resolution	: 0
770.93/758.21	c number of learning phase by cutting planes	: 0
770.93/758.21	c number of rounding to 1 operations	: 0
770.93/758.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
770.93/758.21	c number of reductions of the coefficients by power 2 	: 0
770.93/758.21	c number of right shift for reduction by power 2 	: 0
770.93/758.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
770.93/758.21	c number of ending skipping 	: 0
770.93/758.21	c number of internal skipping 	: 0
770.93/758.21	c number of derivation steps 	: 54543408
770.93/758.21	c number of skipped derivation steps 	: 0
770.93/758.21	c number of remaining unassigned 	: 0
770.93/758.21	c number of remaining assigned 	: 0
770.93/758.21	c number of falsified literals weakened from reason	: 0
770.93/758.21	c number of falsified literals weakened from conflict	: 0
770.93/758.21	c time for arithmetic operations	: 0
770.93/758.22	c minimum degree of deleted constraints	: 1
770.93/758.22	c maximum degree of deleted constraints	: 1
770.93/758.22	c number of deleted constraints	: 11165987
770.93/758.22	c speed (assignments/second)	: 108555.77331696823
770.93/758.22	c non guided choices	: 167117
770.93/758.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 254303
770.93/758.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
770.93/758.29	s UNSATISFIABLE
770.93/758.29	c Total wall clock time (in seconds): 758.004

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: 64096 MiB (55465 MiB free)
  memory of node 1: 64473 MiB (59765 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448111-1721357917/watcher-4448111-1721357917 -o /tmp/evaluation-result-4448111-1721357917/solver-4448111-1721357917 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721350778-987411 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4448111-1721357917.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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=992281, runsolver pid=992278

[startup+0.105633 s]*
/proc/loadavg: 4.32 4.35 4.27 6/320 992299
/proc/meminfo: memFree=117916548/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=18975048 memory=55576 CPUtime=0.12 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 6518 0 0 0 9 3 0 0 20 0 18 0 187948786 19430449152 13894 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4743762 13894 5552 1 0 550846 0
[pid=992281/tid=992283] ppid=992278 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) R 992278 992281 987398 0 -1 4194368 5464 0 0 0 5 2 0 0 20 0 18 0 187948787 19430449152 13894 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/992281/task/992292/stat : 992292 (Finalizer) S 992278 992281 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187948793 19430449152 13894 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992299] ppid=992278 vsize=18975048 memory=14698495669638111 CPUtime=0 cores=5,7
/proc/992281/task/992299/stat : 992299 (Common-Cleaner) S 992278 992281 987398 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 187948794 19430449152 13948 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55576 KiB

[startup+0.219448 s]*
/proc/loadavg: 4.32 4.35 4.27 7/320 992299
/proc/meminfo: memFree=117908728/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=18975048 memory=63916 CPUtime=0.3 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 7364 0 0 0 27 3 0 0 20 0 18 0 187948786 19430449152 15979 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4743762 15979 5714 1 0 551545 0
[pid=992281/tid=992283] ppid=992278 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) S 992278 992281 987398 0 -1 1077936192 5915 0 0 0 15 2 0 0 20 0 18 0 187948787 19430449152 15979 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=18975048 memory=1774770 CPUtime=0 cores=5,7
/proc/992281/task/992292/stat : 992292 (Finalizer) S 992278 992281 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187948793 19430449152 15979 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992299] ppid=992278 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=5,7
/proc/992281/task/992299/stat : 992299 (Common-Cleaner) S 992278 992281 987398 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 187948794 19430449152 15979 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63916 KiB

[startup+0.316449 s]*
/proc/loadavg: 4.32 4.35 4.27 7/320 992299
/proc/meminfo: memFree=117905924/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=18975048 memory=68940 CPUtime=0.48 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 7601 0 0 0 45 3 0 0 20 0 18 0 187948786 19430449152 17235 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4743762 17235 5726 1 0 551721 0
[pid=992281/tid=992283] ppid=992278 vsize=18975048 memory=-8599175344686408380 CPUtime=0.26 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) R 992278 992281 987398 0 -1 4194368 6069 0 0 0 24 2 0 0 20 0 18 0 187948787 19430449152 17235 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/992281/task/992292/stat : 992292 (Finalizer) S 992278 992281 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187948793 19430449152 17235 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992299] ppid=992278 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/992281/task/992299/stat : 992299 (Common-Cleaner) S 992278 992281 987398 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 187948794 19430449152 17235 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68940 KiB

[startup+0.700451 s]
/proc/loadavg: 4.32 4.35 4.27 7/321 992300
/proc/meminfo: memFree=117869680/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=19041612 memory=118668 CPUtime=1.17 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 9247 0 0 0 111 6 0 0 20 0 19 0 187948786 19498610688 29667 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4760403 29667 5852 1 0 552842 0
[pid=992281/tid=992283] ppid=992278 vsize=19041612 memory=5540 CPUtime=0.57 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) R 992278 992281 987398 0 -1 4194368 6179 0 0 0 53 4 0 0 20 0 19 0 187948787 19498610688 29667 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=19041612 memory=12508 CPUtime=0 cores=5,7
/proc/992281/task/992292/stat : 992292 (Finalizer) S 992278 992281 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187948793 19498610688 29667 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992299] ppid=992278 vsize=19041612 memory=279383999046312 CPUtime=0 cores=5,7
/proc/992281/task/992299/stat : 992299 (Common-Cleaner) S 992278 992281 987398 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187948794 19498610688 29667 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992300] ppid=992278 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/992281/task/992300/stat : 992300 (Timer-0) S 992278 992281 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187948838 19498610688 29667 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 118668 KiB

[startup+1.50044 s]
/proc/loadavg: 4.32 4.35 4.27 6/322 992301
/proc/meminfo: memFree=117486188/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=19108176 memory=198596 CPUtime=2.73 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 15842 0 0 0 265 8 0 0 20 0 20 0 187948786 19566772224 49649 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4777044 49649 5868 1 0 554927 0
[pid=992281/tid=992283] ppid=992278 vsize=19108176 memory=12508 CPUtime=1.32 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) R 992278 992281 987398 0 -1 4194368 7320 0 0 0 127 5 0 0 20 0 20 0 187948787 19566772224 49649 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/992281/task/992292/stat : 992292 (Finalizer) S 992278 992281 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187948793 19566772224 49649 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992299] ppid=992278 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/992281/task/992299/stat : 992299 (Common-Cleaner) S 992278 992281 987398 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 187948794 19566772224 49649 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992300] ppid=992278 vsize=19108176 memory=279383998899472 CPUtime=0 cores=5,7
/proc/992281/task/992300/stat : 992300 (Timer-0) S 992278 992281 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187948838 19566772224 49649 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 198596 KiB

[startup+3.10615 s]
/proc/loadavg: 4.46 4.38 4.27 5/322 992301
/proc/meminfo: memFree=116791916/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=19108176 memory=749284 CPUtime=5.51 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 20424 0 0 0 530 21 0 0 20 0 20 0 187948786 19566772224 187321 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4777044 187321 5868 1 0 556878 0
[pid=992281/tid=992283] ppid=992278 vsize=19108176 memory=0 CPUtime=2.91 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) R 992278 992281 987398 0 -1 4194368 8281 0 0 0 275 16 0 0 20 0 20 0 187948787 19566772224 187321 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=19108176 memory=12508 CPUtime=0 cores=5,7
/proc/992281/task/992292/stat : 992292 (Finalizer) S 992278 992281 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187948793 19566772224 187321 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992299] ppid=992278 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/992281/task/992299/stat : 992299 (Common-Cleaner) S 992278 992281 987398 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 187948794 19566772224 187321 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992300] ppid=992278 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/992281/task/992300/stat : 992300 (Timer-0) S 992278 992281 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187948838 19566772224 187321 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
Current children cumulated CPU time: 5.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 749284 KiB

[startup+6.30046 s]
/proc/loadavg: 4.46 4.38 4.27 5/322 992301
/proc/meminfo: memFree=116149176/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=19108176 memory=1314840 CPUtime=9.01 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 21452 0 0 0 869 32 0 0 20 0 20 0 187948786 19566772224 328710 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4777044 328710 5874 1 0 556880 0
[pid=992281/tid=992283] ppid=992278 vsize=19108176 memory=12508 CPUtime=6.06 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) R 992278 992281 987398 0 -1 4194368 8774 0 0 0 579 27 0 0 20 0 20 0 187948787 19566772224 328710 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/992281/task/992292/stat : 992292 (Finalizer) S 992278 992281 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187948793 19566772224 328710 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992299] ppid=992278 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=5,7
/proc/992281/task/992299/stat : 992299 (Common-Cleaner) S 992278 992281 987398 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 187948794 19566772224 328710 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992300] ppid=992278 vsize=19108176 memory=203104 CPUtime=0 cores=5,7
/proc/992281/task/992300/stat : 992300 (Timer-0) S 992278 992281 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187948838 19566772224 328710 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
Current children cumulated CPU time: 9.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1314840 KiB

[startup+12.7005 s]
/proc/loadavg: 4.42 4.37 4.27 5/322 992303
/proc/meminfo: memFree=116138852/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=19108176 memory=1318956 CPUtime=15.51 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 22691 0 0 0 1519 32 0 0 20 0 20 0 187948786 19566772224 329739 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4777044 329739 5874 1 0 556880 0
[pid=992281/tid=992283] ppid=992278 vsize=19108176 memory=0 CPUtime=12.34 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) R 992278 992281 987398 0 -1 4194368 9547 0 0 0 1207 27 0 0 20 0 20 0 187948787 19566772224 329739 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/992281/task/992292/stat : 992292 (Finalizer) S 992278 992281 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187948793 19566772224 329739 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992299] ppid=992278 vsize=19108176 memory=1318944 CPUtime=0 cores=5,7
/proc/992281/task/992299/stat : 992299 (Common-Cleaner) S 992278 992281 987398 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 187948794 19566772224 329739 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992300] ppid=992278 vsize=19108176 memory=12508 CPUtime=0 cores=5,7
/proc/992281/task/992300/stat : 992300 (Timer-0) S 992278 992281 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187948838 19566772224 329739 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
Current children cumulated CPU time: 15.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1318956 KiB

[startup+25.5005 s]
/proc/loadavg: 4.55 4.40 4.28 5/322 992305
/proc/meminfo: memFree=116074868/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=19108176 memory=1329280 CPUtime=28.31 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 27056 0 0 0 2797 34 0 0 20 0 20 0 187948786 19566772224 332320 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4777044 332320 5890 1 0 556880 0
[pid=992281/tid=992283] ppid=992278 vsize=19108176 memory=1318944 CPUtime=24.9 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) R 992278 992281 987398 0 -1 4194368 11684 0 0 0 2463 27 0 0 20 0 20 0 187948787 19566772224 332320 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=19108176 memory=-8599175344686408380 CPUtime=0 cores=5,7
/proc/992281/task/992292/stat : 992292 (Finalizer) S 992278 992281 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187948793 19566772224 332320 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992299] ppid=992278 vsize=19108176 memory=45720 CPUtime=0 cores=5,7
/proc/992281/task/992299/stat : 992299 (Common-Cleaner) S 992278 992281 987398 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 187948794 19566772224 332320 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992300] ppid=992278 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/992281/task/992300/stat : 992300 (Timer-0) S 992278 992281 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187948838 19566772224 332320 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
Current children cumulated CPU time: 28.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1329280 KiB

[startup+51.1137 s]
/proc/loadavg: 4.36 4.37 4.27 5/322 992310
/proc/meminfo: memFree=115084944/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=19108176 memory=1754324 CPUtime=53.93 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 30946 0 0 0 5348 45 0 0 20 0 20 0 187948786 19566772224 438581 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4777044 438581 5890 1 0 663407 0
[pid=992281/tid=992283] ppid=992278 vsize=19108176 memory=1752020 CPUtime=50.05 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) R 992278 992281 987398 0 -1 4194368 13881 0 0 0 4969 36 0 0 20 0 20 0 187948787 19566772224 438581 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=19108176 memory=45720 CPUtime=0 cores=5,7

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


[startup+716.8 s]
/proc/loadavg: 4.24 4.40 4.37 5/317 993041
/proc/meminfo: memFree=111249308/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=19108176 memory=4053116 CPUtime=728.14 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 96724 0 0 0 72676 138 0 0 20 0 20 0 187948786 19566772224 1013279 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4777044 1013279 5890 1 0 1054830 0
[pid=992281/tid=992283] ppid=992278 vsize=19108176 memory=1936 CPUtime=698.84 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) R 992278 992281 987398 0 -1 4194368 43921 0 0 0 69813 71 0 0 20 0 20 0 187948787 19566772224 1013279 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=19108176 memory=16192 CPUtime=0 cores=5,7
/proc/992281/task/992292/stat : 992292 (Finalizer) S 992278 992281 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187948793 19566772224 1013279 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992299] ppid=992278 vsize=19108176 memory=45720 CPUtime=0 cores=5,7
/proc/992281/task/992299/stat : 992299 (Common-Cleaner) S 992278 992281 987398 0 -1 1077936192 709 0 0 0 0 0 0 0 20 0 20 0 187948794 19566772224 1013279 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992300] ppid=992278 vsize=19108176 memory=3843552 CPUtime=0 cores=5,7
/proc/992281/task/992300/stat : 992300 (Timer-0) S 992278 992281 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187948838 19566772224 1013279 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
Current children cumulated CPU time: 728.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4053116 KiB

[startup+742.4 s]
/proc/loadavg: 4.23 4.38 4.36 5/320 993051
/proc/meminfo: memFree=110372272/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=19108176 memory=4083644 CPUtime=755.03 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 98577 0 0 0 75363 140 0 0 20 0 20 0 187948786 19566772224 1020911 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4777044 1020911 5890 1 0 1054888 0
[pid=992281/tid=992283] ppid=992278 vsize=19108176 memory=-2746958450906831424 CPUtime=723.98 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) R 992278 992281 987398 0 -1 4194368 44587 0 0 0 72327 71 0 0 20 0 20 0 187948787 19566772224 1020911 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=19108176 memory=45720 CPUtime=0 cores=5,7
/proc/992281/task/992292/stat : 992292 (Finalizer) S 992278 992281 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187948793 19566772224 1020911 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992299] ppid=992278 vsize=19108176 memory=4073404 CPUtime=0 cores=5,7
/proc/992281/task/992299/stat : 992299 (Common-Cleaner) S 992278 992281 987398 0 -1 1077936192 746 0 0 0 0 0 0 0 20 0 20 0 187948794 19566772224 1020911 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992300] ppid=992278 vsize=19108176 memory=4053116 CPUtime=0 cores=5,7
/proc/992281/task/992300/stat : 992300 (Timer-0) S 992278 992281 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187948838 19566772224 1020911 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
Current children cumulated CPU time: 755.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4083644 KiB

[startup+748.8 s]
/proc/loadavg: 4.29 4.39 4.37 5/320 993051
/proc/meminfo: memFree=110236740/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=19108176 memory=4089828 CPUtime=761.46 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 98844 0 0 0 76005 141 0 0 20 0 20 0 187948786 19566772224 1022457 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4777044 1022457 5890 1 0 1054888 0
[pid=992281/tid=992283] ppid=992278 vsize=19108176 memory=11420 CPUtime=730.22 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) R 992278 992281 987398 0 -1 4194368 44840 0 0 0 72951 71 0 0 20 0 20 0 187948787 19566772224 1022457 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=19108176 memory=4056992 CPUtime=0 cores=5,7
/proc/992281/task/992292/stat : 992292 (Finalizer) S 992278 992281 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187948793 19566772224 1022457 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992299] ppid=992278 vsize=19108176 memory=4083644 CPUtime=0 cores=5,7
/proc/992281/task/992299/stat : 992299 (Common-Cleaner) S 992278 992281 987398 0 -1 1077936192 746 0 0 0 0 0 0 0 20 0 20 0 187948794 19566772224 1022457 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992300] ppid=992278 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/992281/task/992300/stat : 992300 (Timer-0) S 992278 992281 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187948838 19566772224 1022457 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
Current children cumulated CPU time: 761.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4089828 KiB

[startup+755.2 s]
/proc/loadavg: 4.25 4.38 4.36 5/320 993052
/proc/meminfo: memFree=110213988/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=19108176 memory=4091876 CPUtime=767.92 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 98992 0 0 0 76651 141 0 0 20 0 20 0 187948786 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4777044 1022969 5890 1 0 1054888 0
[pid=992281/tid=992283] ppid=992278 vsize=19108176 memory=26808 CPUtime=736.52 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) R 992278 992281 987398 0 -1 4194368 44978 0 0 0 73581 71 0 0 20 0 20 0 187948787 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=19108176 memory=11420 CPUtime=0 cores=5,7
/proc/992281/task/992292/stat : 992292 (Finalizer) S 992278 992281 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187948793 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992299] ppid=992278 vsize=19108176 memory=4083644 CPUtime=0 cores=5,7
/proc/992281/task/992299/stat : 992299 (Common-Cleaner) S 992278 992281 987398 0 -1 1077936192 746 0 0 0 0 0 0 0 20 0 20 0 187948794 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992300] ppid=992278 vsize=19108176 memory=45720 CPUtime=0 cores=5,7
/proc/992281/task/992300/stat : 992300 (Timer-0) S 992278 992281 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187948838 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
Current children cumulated CPU time: 767.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4091876 KiB

[startup+756.8 s]
/proc/loadavg: 4.25 4.38 4.36 5/320 993052
/proc/meminfo: memFree=110213988/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=19108176 memory=4091876 CPUtime=769.52 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 99216 0 0 0 76811 141 0 0 20 0 20 0 187948786 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4777044 1022969 5890 1 0 1054888 0
[pid=992281/tid=992283] ppid=992278 vsize=19108176 memory=25544 CPUtime=738.11 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) R 992278 992281 987398 0 -1 4194368 45202 0 0 0 73740 71 0 0 20 0 20 0 187948787 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=19108176 memory=45720 CPUtime=0 cores=5,7
/proc/992281/task/992292/stat : 992292 (Finalizer) S 992278 992281 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187948793 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992299] ppid=992278 vsize=19108176 memory=4089828 CPUtime=0 cores=5,7
/proc/992281/task/992299/stat : 992299 (Common-Cleaner) S 992278 992281 987398 0 -1 1077936192 746 0 0 0 0 0 0 0 20 0 20 0 187948794 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992300] ppid=992278 vsize=19108176 memory=4089828 CPUtime=0 cores=5,7
/proc/992281/task/992300/stat : 992300 (Timer-0) S 992278 992281 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187948838 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
Current children cumulated CPU time: 769.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4091876 KiB

[startup+757.6 s]
/proc/loadavg: 4.25 4.38 4.36 5/320 993052
/proc/meminfo: memFree=110213984/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=19108176 memory=4091876 CPUtime=770.32 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 99238 0 0 0 76890 142 0 0 20 0 20 0 187948786 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4777044 1022969 5890 1 0 1054888 0
[pid=992281/tid=992283] ppid=992278 vsize=19108176 memory=11420 CPUtime=738.91 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) R 992278 992281 987398 0 -1 4194368 45224 0 0 0 73820 71 0 0 20 0 20 0 187948787 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=19108176 memory=5540 CPUtime=0 cores=5,7
/proc/992281/task/992292/stat : 992292 (Finalizer) S 992278 992281 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187948793 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992299] ppid=992278 vsize=19108176 memory=16192 CPUtime=0 cores=5,7
/proc/992281/task/992299/stat : 992299 (Common-Cleaner) S 992278 992281 987398 0 -1 1077936192 746 0 0 0 0 0 0 0 20 0 20 0 187948794 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992300] ppid=992278 vsize=19108176 memory=45720 CPUtime=0 cores=5,7
/proc/992281/task/992300/stat : 992300 (Timer-0) S 992278 992281 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187948838 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
Current children cumulated CPU time: 770.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4091876 KiB

[startup+758 s]*
/proc/loadavg: 4.25 4.38 4.36 5/320 993052
/proc/meminfo: memFree=110207804/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=19108176 memory=4091876 CPUtime=770.73 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 99238 0 0 0 76931 142 0 0 20 0 20 0 187948786 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4777044 1022969 5890 1 0 1054888 0
[pid=992281/tid=992283] ppid=992278 vsize=19108176 memory=-8601147864251671228 CPUtime=739.32 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) R 992278 992281 987398 0 -1 4194368 45224 0 0 0 73861 71 0 0 20 0 20 0 187948787 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=19108176 memory=-7520297411259228800 CPUtime=0 cores=5,7
/proc/992281/task/992292/stat : 992292 (Finalizer) S 992278 992281 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187948793 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992299] ppid=992278 vsize=19108176 memory=5092 CPUtime=0 cores=5,7
/proc/992281/task/992299/stat : 992299 (Common-Cleaner) S 992278 992281 987398 0 -1 1077936192 746 0 0 0 0 0 0 0 20 0 20 0 187948794 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992300] ppid=992278 vsize=19108176 memory=4091876 CPUtime=0 cores=5,7
/proc/992281/task/992300/stat : 992300 (Timer-0) S 992278 992281 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187948838 19566772224 1022969 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
Current children cumulated CPU time: 770.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4091876 KiB

[startup+758.209 s]
/proc/loadavg: 4.25 4.38 4.36 5/320 993052
/proc/meminfo: memFree=110207804/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=19241304 memory=4092224 CPUtime=770.93 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 100485 0 0 0 76951 142 0 0 20 0 20 0 187948786 19703095296 1023056 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4810326 1023056 5889 1 0 1055490 0
[pid=992281/tid=992283] ppid=992278 vsize=19241304 memory=4716 CPUtime=739.51 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) S 992278 992281 987398 0 -1 1077936192 46128 0 0 0 73879 72 0 0 20 0 20 0 187948787 19703095296 1023056 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=19241304 memory=-8599175344686408380 CPUtime=0 cores=5,7
/proc/992281/task/992292/stat : 992292 (Finalizer) S 992278 992281 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187948793 19703095296 1023056 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992299] ppid=992278 vsize=19241304 memory=3384 CPUtime=0 cores=5,7
/proc/992281/task/992299/stat : 992299 (Common-Cleaner) S 992278 992281 987398 0 -1 1077936192 746 0 0 0 0 0 0 0 20 0 20 0 187948794 19703095296 1023056 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
Current children cumulated CPU time: 770.93 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 4092224 KiB

[startup+758.301 s]
/proc/loadavg: 4.25 4.38 4.36 5/320 993052
/proc/meminfo: memFree=110207804/131655788 swapFree=131070704/131071996
[pid=992281] ppid=992278 vsize=19241304 memory=4092476 CPUtime=771.1 cores=5,7
/proc/992281/stat : 992281 (java) S 992278 992281 987398 0 -1 1077936128 100845 0 0 0 76968 142 0 0 20 0 16 0 187948786 19703095296 1023135 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
/proc/992281/statm: 4810326 1023119 5886 1 0 1055515 0
[pid=992281/tid=992283] ppid=992278 vsize=19241304 memory=4053116 CPUtime=739.51 cores=5,7
/proc/992281/task/992283/stat : 992283 (java) S 992278 992281 987398 0 -1 1077936192 46128 0 0 0 73879 72 0 0 20 0 15 0 187948787 19703095296 1023119 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992292] ppid=992278 vsize=19241304 memory=4089828 CPUtime=0 cores=5,7
/proc/992281/task/992292/stat : 992292 (Finalizer) S 992278 992281 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 187948793 19703095296 1023119 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
[pid=992281/tid=992299] ppid=992278 vsize=19241304 memory=4091876 CPUtime=0 cores=5,7
/proc/992281/task/992299/stat : 992299 (Common-Cleaner) S 992278 992281 987398 0 -1 1077936192 746 0 0 0 0 0 0 0 20 0 15 0 187948794 19703095296 1023119 134679101440 94545950793728 94545950797424 140726739801488 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545950805240 94545950806032 94545980891136 140726739805172 140726739805280 140726739805280 140726739812296 0
Current children cumulated CPU time: 771.1 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 4092476 KiB

Child status: 20

Real time (s): 758.316
CPU time (s): 771.124
CPU user time (s): 769.688
CPU system time (s): 1.43627
CPU usage (%): 101.689
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 4092476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 769.688
system time used= 1.43627
maximum resident set size= 4093544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100896
page faults= 0
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30105
involuntary context switches= 2036


# summary of solver processes directly reported to runsolver:
#   pid: 992281
#   total CPU time (s): 771.124
#   total CPU user time (s): 769.688
#   total CPU system time (s): 1.43627

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.90566 second user time and 6.17626 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-19 04:58:49
IDJOB=4448111
IDBENCH=160363
IDSOLVER=3052
FILE ID=nodeC011/4448111-1721357917
RUNJOBID= nodeC011-1721350778-987411
SLURM_JOB_ID= 7542750
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x90split.cnf-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448111-1721357917/watcher-4448111-1721357917 -o /tmp/evaluation-result-4448111-1721357917/solver-4448111-1721357917 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721350778-987411 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4448111-1721357917.opb

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

MD5SUM BENCH= 43b43b4642a1f471c30a83b83143bc9f
RANDOM SEED=935370948

nodeC011.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	: 0xb00001f
cpu MHz		: 3585.320
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 3614.541
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.268
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 1197.127
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 3616.087
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 3491.618
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.241
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 1197.120
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        118043980 kB
MemAvailable:   118538324 kB
Buffers:          535392 kB
Cached:           798876 kB
SwapCached:          132 kB
Active:          1044312 kB
Inactive:       12054156 kB
Active(anon):       1452 kB
Inactive(anon): 11800144 kB
Active(file):    1042860 kB
Inactive(file):   254012 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              1176 kB
Writeback:             0 kB
AnonPages:      11764076 kB
Mapped:           125228 kB
Shmem:             37400 kB
KReclaimable:      75344 kB
Slab:             158068 kB
SReclaimable:      75344 kB
SUnreclaim:        82724 kB
KernelStack:        4896 kB
PageTables:        32860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   14718324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11337728 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC011 at 2024-07-19 05:11:27