Trace number 4449991

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 674.854 663.039

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x80split.cnf-plain.pb.metafix.opb
MD5SUM4bfcc12bbb5b471fba8851c094b6b9f6
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 benchmark83.8532
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables801
Total number of constraints3202
Number of constraints which are clauses3202
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		2113181440
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2122317824
0.00/0.10	c Number of processors 	2
0.14/0.19	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.19	 - never skip resolution steps
0.14/0.19	 - Auto-division on coefficients is disabled
0.14/0.19	 - No postprocessing
0.14/0.19	 - Conflict is considered as is when resolving
0.14/0.19	 - Use constraints as they come during conflict analysis
0.14/0.19	 - Weaken first using unassigned literals
0.14/0.19	 - Bump strategy: ALWAYS_ONE
0.14/0.19	 - Bumper: EFFECTIVE
0.14/0.19	--- Begin Solver configuration ---
0.14/0.19	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.19	Learn all clauses as in MiniSAT
0.14/0.19	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.19	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.19	No reason simplification
0.14/0.19	Dynamic restart strategy considering the size of the coefficients
0.14/0.19	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.19	timeout=2147483s
0.14/0.19	DB Simplification allowed=false
0.14/0.19	Listener: none
0.14/0.19	--- End Solver configuration ---
0.14/0.19	c Pseudo Boolean Optimization by upper bound
0.14/0.19	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.19	c  - never skip resolution steps
0.14/0.19	c  - Auto-division on coefficients is disabled
0.14/0.19	c  - No postprocessing
0.14/0.19	c  - Conflict is considered as is when resolving
0.14/0.19	c  - Use constraints as they come during conflict analysis
0.14/0.19	c  - Weaken first using unassigned literals
0.14/0.19	c  - Bump strategy: ALWAYS_ONE
0.14/0.19	c  - Bumper: EFFECTIVE
0.14/0.19	c --- Begin Solver configuration ---
0.14/0.19	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.19	c Learn all clauses as in MiniSAT
0.14/0.19	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.19	c No reason simplification
0.14/0.19	c Dynamic restart strategy considering the size of the coefficients
0.14/0.19	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.19	c timeout=2147483s
0.14/0.19	c DB Simplification allowed=false
0.14/0.19	c Listener: none
0.14/0.19	c --- End Solver configuration ---
0.14/0.19	c solving HOME/instance-4449991-1721404753.opb
0.14/0.19	c reading problem ... 
0.14/0.19	c  no objective function found
0.31/0.29	c ... done. Wall clock time 0.101s.
0.31/0.29	c declared #vars     801
0.31/0.29	c #constraints  3202
0.31/0.29	c constraints type 
0.31/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.31/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3200
0.31/0.29	c 3202 constraints processed.
1.23/0.74	c cleaning 2499 clauses out of 5001 with flag 0/5001
1.85/1.09	c cleaning 4248 clauses out of 8502 with flag 0/11001
2.42/1.34	c cleaning 5626 clauses out of 11256 with flag 0/18003
3.01/1.70	c cleaning 6808 clauses out of 13628 with flag 0/26001
3.56/2.04	c cleaning 7905 clauses out of 15819 with flag 0/35000
4.04/2.41	c cleaning 8951 clauses out of 17914 with flag 0/45000
4.57/2.85	c cleaning 9977 clauses out of 19963 with flag 0/56000
5.07/3.33	c cleaning 10991 clauses out of 21987 with flag 0/68001
5.79/3.83	c cleaning 11993 clauses out of 23996 with flag 0/81001
6.29/4.32	c cleaning 12997 clauses out of 26004 with flag 0/95002
6.80/4.87	c cleaning 14001 clauses out of 28007 with flag 0/110002
7.43/5.46	c cleaning 14997 clauses out of 30004 with flag 0/126000
8.14/6.04	c cleaning 16000 clauses out of 32007 with flag 0/143000
8.81/6.64	c cleaning 16997 clauses out of 34007 with flag 0/161000
9.51/7.31	c cleaning 18000 clauses out of 36010 with flag 0/180000
10.22/8.05	c cleaning 18998 clauses out of 38010 with flag 0/200000
11.10/8.93	c cleaning 19995 clauses out of 40013 with flag 0/221001
11.92/9.76	c cleaning 20990 clauses out of 42017 with flag 0/243000
12.82/10.64	c cleaning 22006 clauses out of 44028 with flag 0/266001
13.71/11.59	c cleaning 22989 clauses out of 46022 with flag 0/290001
14.72/12.51	c cleaning 23999 clauses out of 48032 with flag 0/315000
15.62/13.47	c cleaning 24998 clauses out of 50033 with flag 0/341000
16.82/14.64	c cleaning 26006 clauses out of 52035 with flag 0/368000
17.81/15.64	c cleaning 27011 clauses out of 54029 with flag 0/396000
19.13/16.91	c cleaning 27997 clauses out of 56018 with flag 0/425000
20.13/17.98	c cleaning 29004 clauses out of 58021 with flag 0/455000
21.52/19.31	c cleaning 29992 clauses out of 60017 with flag 0/486000
22.72/20.58	c cleaning 31008 clauses out of 62026 with flag 0/518001
24.53/22.37	c cleaning 31994 clauses out of 64017 with flag 0/551000
25.72/23.59	c cleaning 33008 clauses out of 66024 with flag 0/585001
27.43/25.28	c cleaning 33990 clauses out of 68016 with flag 0/620001
29.12/27.01	c cleaning 34993 clauses out of 70025 with flag 0/656000
30.52/28.39	c cleaning 35997 clauses out of 72032 with flag 0/693000
32.03/29.85	c cleaning 37001 clauses out of 74035 with flag 0/731000
33.63/31.48	c cleaning 38002 clauses out of 76035 with flag 0/770001
35.72/33.55	c cleaning 39000 clauses out of 78032 with flag 0/810000
37.63/35.43	c cleaning 40006 clauses out of 80032 with flag 0/851000
39.34/37.16	c cleaning 41004 clauses out of 82026 with flag 0/893000
41.65/39.43	c cleaning 41986 clauses out of 84023 with flag 0/936001
43.95/41.71	c cleaning 42992 clauses out of 86036 with flag 0/980000
45.84/43.65	c cleaning 44016 clauses out of 88044 with flag 0/1025000
48.36/46.15	c cleaning 44996 clauses out of 90028 with flag 0/1071000
50.44/48.27	c cleaning 45991 clauses out of 92033 with flag 0/1118001
52.55/50.39	c cleaning 47000 clauses out of 94041 with flag 0/1166000
54.95/52.75	c cleaning 48003 clauses out of 96041 with flag 0/1215000
57.17/54.93	c cleaning 49005 clauses out of 98040 with flag 0/1265002
59.47/57.27	c cleaning 49996 clauses out of 100034 with flag 0/1316001
62.30/60.01	c cleaning 51004 clauses out of 102038 with flag 0/1368001
64.99/62.71	c cleaning 52001 clauses out of 104035 with flag 0/1421002
67.72/65.47	c cleaning 52996 clauses out of 106032 with flag 0/1475000
70.81/68.51	c cleaning 54005 clauses out of 108037 with flag 0/1530001
73.41/71.18	c cleaning 55003 clauses out of 110032 with flag 0/1586001
76.03/73.75	c cleaning 55996 clauses out of 112028 with flag 0/1643000
78.88/76.53	c cleaning 56993 clauses out of 114033 with flag 0/1701001
81.57/79.25	c cleaning 58004 clauses out of 116040 with flag 0/1760001
84.38/82.03	c cleaning 58996 clauses out of 118036 with flag 0/1820001
87.71/85.36	c cleaning 60002 clauses out of 120040 with flag 0/1881001
90.80/88.45	c cleaning 60999 clauses out of 122039 with flag 0/1943002
95.31/93.00	c cleaning 62001 clauses out of 124038 with flag 0/2006000
99.15/96.71	c cleaning 63000 clauses out of 126037 with flag 0/2070000
103.62/101.13	c cleaning 64002 clauses out of 128037 with flag 0/2135000
108.54/106.10	c cleaning 64989 clauses out of 130037 with flag 0/2201002
112.99/110.42	c cleaning 65994 clauses out of 132046 with flag 0/2268000
118.32/115.75	c cleaning 67002 clauses out of 134056 with flag 0/2336004
123.39/120.73	c cleaning 67999 clauses out of 136051 with flag 0/2405001
128.76/126.07	c cleaning 69002 clauses out of 138052 with flag 0/2475001
133.71/130.97	c cleaning 70003 clauses out of 140049 with flag 0/2546000
138.50/135.64	c cleaning 71005 clauses out of 142047 with flag 0/2618001
143.28/140.39	c cleaning 72001 clauses out of 144043 with flag 0/2691002
148.66/145.66	c cleaning 72995 clauses out of 146041 with flag 0/2765001
153.85/150.74	c cleaning 74000 clauses out of 148046 with flag 0/2840001
158.83/155.66	c cleaning 75003 clauses out of 150047 with flag 0/2916002
163.92/160.65	c cleaning 75999 clauses out of 152044 with flag 0/2993002
169.40/166.08	c cleaning 76990 clauses out of 154044 with flag 0/3071001
174.89/171.40	c cleaning 78009 clauses out of 156054 with flag 0/3150001
179.96/176.48	c cleaning 79002 clauses out of 158045 with flag 0/3230001
184.14/180.57	c cleaning 80001 clauses out of 160042 with flag 0/3311000
189.11/185.45	c cleaning 81006 clauses out of 162042 with flag 0/3393001
194.38/190.62	c cleaning 82004 clauses out of 164036 with flag 0/3476001
200.74/196.94	c cleaning 83002 clauses out of 166033 with flag 0/3560002
206.25/202.34	c cleaning 83996 clauses out of 168029 with flag 0/3645000
211.42/207.44	c cleaning 84995 clauses out of 170033 with flag 0/3731000
217.05/213.05	c cleaning 86004 clauses out of 172038 with flag 0/3818000
222.50/218.46	c cleaning 87010 clauses out of 174035 with flag 0/3906001
230.63/226.41	c cleaning 87989 clauses out of 176024 with flag 0/3995000
237.16/232.91	c cleaning 89002 clauses out of 178035 with flag 0/4085000
243.18/238.96	c cleaning 89987 clauses out of 180033 with flag 0/4176000
248.76/244.40	c cleaning 91009 clauses out of 182046 with flag 0/4268000
254.57/250.22	c cleaning 92001 clauses out of 184039 with flag 0/4361002
259.87/255.47	c cleaning 93000 clauses out of 186036 with flag 0/4455000
265.61/261.17	c cleaning 94007 clauses out of 188036 with flag 0/4550000
271.46/266.96	c cleaning 94993 clauses out of 190030 with flag 0/4646001
277.23/272.62	c cleaning 96008 clauses out of 192036 with flag 0/4743000
282.86/278.28	c cleaning 97010 clauses out of 194028 with flag 0/4841000
289.02/284.33	c cleaning 97991 clauses out of 196019 with flag 0/4940001
294.67/290.00	c cleaning 98990 clauses out of 198028 with flag 0/5040001
300.50/295.66	c cleaning 100000 clauses out of 200037 with flag 0/5141000
306.58/301.61	c cleaning 101001 clauses out of 202037 with flag 0/5243000
313.19/308.17	c cleaning 102008 clauses out of 204037 with flag 0/5346001
321.02/315.96	c cleaning 103006 clauses out of 206029 with flag 0/5450001
327.89/322.64	c cleaning 104003 clauses out of 208023 with flag 0/5555001
334.66/329.30	c cleaning 104995 clauses out of 210019 with flag 0/5661000
341.65/336.23	c cleaning 105986 clauses out of 212024 with flag 0/5768000
348.82/343.35	c cleaning 106999 clauses out of 214041 with flag 0/5876003
357.07/351.46	c cleaning 108006 clauses out of 216039 with flag 0/5985000
365.04/359.32	c cleaning 108993 clauses out of 218034 with flag 0/6095001
373.46/367.66	c cleaning 110008 clauses out of 220041 with flag 0/6206001
381.45/375.54	c cleaning 111008 clauses out of 222033 with flag 0/6318001
389.31/383.31	c cleaning 112007 clauses out of 224024 with flag 0/6431000
397.85/391.78	c cleaning 112998 clauses out of 226017 with flag 0/6545000
406.10/399.98	c cleaning 113996 clauses out of 228020 with flag 0/6660001
414.05/407.73	c cleaning 115000 clauses out of 230025 with flag 0/6776002
421.87/415.59	c cleaning 115999 clauses out of 232025 with flag 0/6893002
431.04/424.65	c cleaning 117004 clauses out of 234025 with flag 0/7011001
439.68/433.13	c cleaning 118002 clauses out of 236020 with flag 0/7130000
448.53/441.96	c cleaning 119000 clauses out of 238018 with flag 0/7250000
457.57/450.82	c cleaning 119999 clauses out of 240019 with flag 0/7371001
466.14/459.37	c cleaning 120993 clauses out of 242019 with flag 0/7493000
475.11/468.13	c cleaning 122000 clauses out of 244027 with flag 0/7616001
483.86/476.87	c cleaning 123006 clauses out of 246027 with flag 0/7740001
493.97/486.88	c cleaning 123999 clauses out of 248021 with flag 0/7865001
503.86/496.64	c cleaning 124997 clauses out of 250021 with flag 0/7991000
513.43/506.06	c cleaning 126001 clauses out of 252025 with flag 0/8118001
523.50/516.05	c cleaning 126998 clauses out of 254023 with flag 0/8246000
533.44/525.87	c cleaning 127998 clauses out of 256025 with flag 0/8375000
544.23/536.59	c cleaning 129001 clauses out of 258028 with flag 0/8505001
553.80/545.96	c cleaning 130004 clauses out of 260026 with flag 0/8636000
564.64/556.62	c cleaning 131006 clauses out of 262022 with flag 0/8768000
576.28/568.25	c cleaning 131996 clauses out of 264017 with flag 0/8901001
587.33/579.11	c cleaning 133002 clauses out of 266021 with flag 0/9035001
599.50/591.29	c cleaning 133998 clauses out of 268019 with flag 0/9170001
611.83/603.40	c cleaning 135006 clauses out of 270020 with flag 0/9306000
624.70/616.19	c cleaning 135996 clauses out of 272014 with flag 0/9443000
638.61/629.04	c cleaning 137005 clauses out of 274019 with flag 0/9581001
650.99/640.71	c cleaning 138002 clauses out of 276013 with flag 0/9720000
663.44/651.80	c cleaning 138998 clauses out of 278010 with flag 0/9860000
674.64/662.92	c starts		: 1
674.64/662.92	c conflicts		: 10000056
674.64/662.92	c decisions		: 12915761
674.64/662.92	c propagations		: 72013492
674.64/662.92	c inspects		: 8384739506
674.64/662.92	c shortcuts		: 0
674.64/662.92	c learnt literals	: 1
674.64/662.92	c learnt binary clauses	: 2
674.64/662.92	c learnt ternary clauses	: 2
674.64/662.92	c learnt constraints	: 10000054
674.64/662.92	c ignored constraints	: 0
674.64/662.92	c root simplifications	: 0
674.64/662.92	c removed literals (reason simplification)	: 0
674.64/662.92	c reason swapping (by a shorter reason)	: 0
674.64/662.92	c Calls to reduceDB	: 136
674.64/662.92	c Number of update (reduction) of LBD	: 12915511
674.64/662.92	c Imported unit clauses	: 0
674.64/662.92	c No decision after first conflict	: false
674.64/662.92	c number of reductions to clauses (during analyze)	: 0
674.64/662.92	c number of learned constraints concerned by reduction	: 0
674.64/662.92	c number of learning phase by resolution	: 0
674.64/662.92	c number of learning phase by cutting planes	: 0
674.64/662.92	c number of rounding to 1 operations	: 0
674.64/662.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
674.64/662.92	c number of reductions of the coefficients by power 2 	: 0
674.64/662.92	c number of right shift for reduction by power 2 	: 0
674.64/662.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
674.64/662.92	c number of ending skipping 	: 0
674.64/662.92	c number of internal skipping 	: 0
674.64/662.92	c number of derivation steps 	: 47762827
674.64/662.92	c number of skipped derivation steps 	: 0
674.64/662.92	c number of remaining unassigned 	: 0
674.64/662.92	c number of remaining assigned 	: 0
674.64/662.92	c number of falsified literals weakened from reason	: 0
674.64/662.92	c number of falsified literals weakened from conflict	: 0
674.64/662.92	c time for arithmetic operations	: 0
674.64/662.92	c minimum degree of deleted constraints	: 1
674.64/662.92	c maximum degree of deleted constraints	: 1
674.64/662.92	c number of deleted constraints	: 9720987
674.64/662.92	c speed (assignments/second)	: 108679.59711570096
674.64/662.92	c non guided choices	: 130686
674.64/662.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 279065
674.64/662.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
674.64/662.99	s UNSATISFIABLE
674.64/662.99	c Total wall clock time (in seconds): 662.802

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: 64059 MiB (60379 MiB free)
  memory of node 1: 64510 MiB (51452 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449991-1721404753/watcher-4449991-1721404753 -o /tmp/evaluation-result-4449991-1721404753/solver-4449991-1721404753 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008279 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4449991-1721404753.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=1011639, runsolver pid=1011636

[startup+0.109051 s]*
/proc/loadavg: 4.38 4.34 4.36 5/317 1011657
/proc/meminfo: memFree=114474312/131655788 swapFree=131071996/131071996
[pid=1011639] ppid=1011636 vsize=18975048 memory=62304 CPUtime=0.14 cores=4,6
/proc/1011639/stat : 1011639 (java) S 1011636 1011639 1008215 0 -1 1077936128 7179 0 0 0 12 2 0 0 20 0 18 0 192631722 19430449152 15576 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
/proc/1011639/statm: 4743762 15576 5539 1 0 551374 0
[pid=1011639/tid=1011641] ppid=1011636 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1011639/task/1011641/stat : 1011641 (java) R 1011636 1011639 1008215 0 -1 1077936192 5717 0 0 0 7 1 0 0 20 0 18 0 192631722 19430449152 15576 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011650] ppid=1011636 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/1011639/task/1011650/stat : 1011650 (Finalizer) S 1011636 1011639 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192631725 19430449152 15576 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011657] ppid=1011636 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=4,6
/proc/1011639/task/1011657/stat : 1011657 (Common-Cleaner) S 1011636 1011639 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192631725 19430449152 15576 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62304 KiB

[startup+0.20937 s]*
/proc/loadavg: 4.38 4.34 4.36 7/317 1011657
/proc/meminfo: memFree=114468284/131655788 swapFree=131071996/131071996
[pid=1011639] ppid=1011636 vsize=18975048 memory=69448 CPUtime=0.31 cores=4,6
/proc/1011639/stat : 1011639 (java) S 1011636 1011639 1008215 0 -1 1077936128 7699 0 0 0 29 2 0 0 20 0 18 0 192631722 19430449152 17362 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
/proc/1011639/statm: 4743762 17362 5745 1 0 551733 0
[pid=1011639/tid=1011641] ppid=1011636 vsize=18975048 memory=6876556183782621315 CPUtime=0.17 cores=4,6
/proc/1011639/task/1011641/stat : 1011641 (java) R 1011636 1011639 1008215 0 -1 1077936192 6028 0 0 0 16 1 0 0 20 0 18 0 192631722 19430449152 17362 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011650] ppid=1011636 vsize=18975048 memory=5697 CPUtime=0 cores=4,6
/proc/1011639/task/1011650/stat : 1011650 (Finalizer) S 1011636 1011639 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192631725 19430449152 17362 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011657] ppid=1011636 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=4,6
/proc/1011639/task/1011657/stat : 1011657 (Common-Cleaner) S 1011636 1011639 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192631725 19430449152 17362 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69448 KiB

[startup+0.31093 s]*
/proc/loadavg: 4.38 4.34 4.36 7/318 1011658
/proc/meminfo: memFree=114435996/131655788 swapFree=131071996/131071996
[pid=1011639] ppid=1011636 vsize=19041612 memory=101196 CPUtime=0.5 cores=4,6
/proc/1011639/stat : 1011639 (java) S 1011636 1011639 1008215 0 -1 1077936128 7976 0 0 0 47 3 0 0 20 0 19 0 192631722 19498610688 25299 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
/proc/1011639/statm: 4760403 25299 5831 1 0 552125 0
[pid=1011639/tid=1011641] ppid=1011636 vsize=19041612 memory=-7740946117055965281 CPUtime=0.27 cores=4,6
/proc/1011639/task/1011641/stat : 1011641 (java) R 1011636 1011639 1008215 0 -1 1077936192 6099 0 0 0 25 2 0 0 20 0 19 0 192631722 19498610688 25299 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011650] ppid=1011636 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1011639/task/1011650/stat : 1011650 (Finalizer) S 1011636 1011639 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 192631725 19498610688 25299 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011657] ppid=1011636 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1011639/task/1011657/stat : 1011657 (Common-Cleaner) S 1011636 1011639 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 192631725 19498610688 25299 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011658] ppid=1011636 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1011639/task/1011658/stat : 1011658 (Timer-0) S 1011636 1011639 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 192631752 19498610688 25299 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 101196 KiB

[startup+0.700257 s]
/proc/loadavg: 4.38 4.34 4.36 7/318 1011658
/proc/meminfo: memFree=114382336/131655788 swapFree=131071996/131071996
[pid=1011639] ppid=1011636 vsize=19108176 memory=171420 CPUtime=1.23 cores=4,6
/proc/1011639/stat : 1011639 (java) S 1011636 1011639 1008215 0 -1 1077936128 11444 0 0 0 118 5 0 0 20 0 20 0 192631722 19566772224 42855 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
/proc/1011639/statm: 4777044 42855 5831 1 0 554849 0
[pid=1011639/tid=1011641] ppid=1011636 vsize=19108176 memory=11992 CPUtime=0.61 cores=4,6
/proc/1011639/task/1011641/stat : 1011641 (java) R 1011636 1011639 1008215 0 -1 4194368 6168 0 0 0 58 3 0 0 20 0 20 0 192631722 19566772224 42855 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011650] ppid=1011636 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/1011639/task/1011650/stat : 1011650 (Finalizer) S 1011636 1011639 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 42855 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011657] ppid=1011636 vsize=19108176 memory=117636 CPUtime=0 cores=4,6
/proc/1011639/task/1011657/stat : 1011657 (Common-Cleaner) S 1011636 1011639 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 42855 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011658] ppid=1011636 vsize=19108176 memory=25208 CPUtime=0 cores=4,6
/proc/1011639/task/1011658/stat : 1011658 (Timer-0) S 1011636 1011639 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192631752 19566772224 42855 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 171420 KiB

[startup+1.5062 s]
/proc/loadavg: 4.38 4.34 4.36 6/319 1011659
/proc/meminfo: memFree=114340696/131655788 swapFree=131071996/131071996
[pid=1011639] ppid=1011636 vsize=19108176 memory=390304 CPUtime=2.82 cores=4,6
/proc/1011639/stat : 1011639 (java) S 1011636 1011639 1008215 0 -1 1077936128 17126 0 0 0 273 9 0 0 20 0 20 0 192631722 19566772224 97576 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
/proc/1011639/statm: 4777044 97576 5847 1 0 556241 0
[pid=1011639/tid=1011641] ppid=1011636 vsize=19108176 memory=11992 CPUtime=1.39 cores=4,6
/proc/1011639/task/1011641/stat : 1011641 (java) R 1011636 1011639 1008215 0 -1 4194368 6680 0 0 0 132 7 0 0 20 0 20 0 192631722 19566772224 97576 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011650] ppid=1011636 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1011639/task/1011650/stat : 1011650 (Finalizer) S 1011636 1011639 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 97576 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011657] ppid=1011636 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1011639/task/1011657/stat : 1011657 (Common-Cleaner) S 1011636 1011639 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 97576 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011658] ppid=1011636 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/1011639/task/1011658/stat : 1011658 (Timer-0) S 1011636 1011639 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192631752 19566772224 97576 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 390304 KiB

[startup+3.11328 s]
/proc/loadavg: 4.35 4.34 4.36 5/319 1011659
/proc/meminfo: memFree=113582040/131655788 swapFree=131071996/131071996
[pid=1011639] ppid=1011636 vsize=19108176 memory=1025396 CPUtime=4.89 cores=4,6
/proc/1011639/stat : 1011639 (java) S 1011636 1011639 1008215 0 -1 1077936128 18888 0 0 0 469 20 0 0 20 0 20 0 192631722 19566772224 256349 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
/proc/1011639/statm: 4777044 256349 5863 1 0 556243 0
[pid=1011639/tid=1011641] ppid=1011636 vsize=19108176 memory=0 CPUtime=2.99 cores=4,6
/proc/1011639/task/1011641/stat : 1011641 (java) R 1011636 1011639 1008215 0 -1 4194368 7613 0 0 0 282 17 0 0 20 0 20 0 192631722 19566772224 256349 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011650] ppid=1011636 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1011639/task/1011650/stat : 1011650 (Finalizer) S 1011636 1011639 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 256349 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011657] ppid=1011636 vsize=19108176 memory=519492 CPUtime=0 cores=4,6
/proc/1011639/task/1011657/stat : 1011657 (Common-Cleaner) S 1011636 1011639 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 256349 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011658] ppid=1011636 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/1011639/task/1011658/stat : 1011658 (Timer-0) S 1011636 1011639 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192631752 19566772224 256349 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
Current children cumulated CPU time: 4.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1025396 KiB

[startup+6.30045 s]
/proc/loadavg: 4.35 4.34 4.36 5/319 1011659
/proc/meminfo: memFree=113218816/131655788 swapFree=131071996/131071996
[pid=1011639] ppid=1011636 vsize=19108176 memory=1316128 CPUtime=8.51 cores=4,6
/proc/1011639/stat : 1011639 (java) S 1011636 1011639 1008215 0 -1 1077936128 19917 0 0 0 825 26 0 0 20 0 20 0 192631722 19566772224 329032 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
/proc/1011639/statm: 4777044 329032 5863 1 0 556261 0
[pid=1011639/tid=1011641] ppid=1011636 vsize=19108176 memory=11992 CPUtime=6.13 cores=4,6
/proc/1011639/task/1011641/stat : 1011641 (java) R 1011636 1011639 1008215 0 -1 4194368 7828 0 0 0 590 23 0 0 20 0 20 0 192631722 19566772224 329032 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011650] ppid=1011636 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1011639/task/1011650/stat : 1011650 (Finalizer) S 1011636 1011639 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 329032 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011657] ppid=1011636 vsize=19108176 memory=7593456421827470956 CPUtime=0 cores=4,6
/proc/1011639/task/1011657/stat : 1011657 (Common-Cleaner) S 1011636 1011639 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 329032 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011658] ppid=1011636 vsize=19108176 memory=5512 CPUtime=0 cores=4,6
/proc/1011639/task/1011658/stat : 1011658 (Timer-0) S 1011636 1011639 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192631752 19566772224 329032 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
Current children cumulated CPU time: 8.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1316128 KiB

[startup+12.7004 s]
/proc/loadavg: 4.33 4.33 4.36 5/319 1011660
/proc/meminfo: memFree=113214608/131655788 swapFree=131071996/131071996
[pid=1011639] ppid=1011636 vsize=19108176 memory=1322296 CPUtime=14.92 cores=4,6
/proc/1011639/stat : 1011639 (java) S 1011636 1011639 1008215 0 -1 1077936128 21162 0 0 0 1466 26 0 0 20 0 20 0 192631722 19566772224 330574 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
/proc/1011639/statm: 4777044 330574 5863 1 0 556261 0
[pid=1011639/tid=1011641] ppid=1011636 vsize=19108176 memory=0 CPUtime=12.41 cores=4,6
/proc/1011639/task/1011641/stat : 1011641 (java) R 1011636 1011639 1008215 0 -1 4194368 8596 0 0 0 1218 23 0 0 20 0 20 0 192631722 19566772224 330574 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011650] ppid=1011636 vsize=19108176 memory=1320224 CPUtime=0 cores=4,6
/proc/1011639/task/1011650/stat : 1011650 (Finalizer) S 1011636 1011639 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 330574 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011657] ppid=1011636 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1011639/task/1011657/stat : 1011657 (Common-Cleaner) S 1011636 1011639 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 330574 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011658] ppid=1011636 vsize=19108176 memory=16252 CPUtime=0 cores=4,6
/proc/1011639/task/1011658/stat : 1011658 (Timer-0) S 1011636 1011639 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192631752 19566772224 330574 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
Current children cumulated CPU time: 14.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1322296 KiB

[startup+25.5005 s]
/proc/loadavg: 4.25 4.31 4.35 6/319 1011662
/proc/meminfo: memFree=112790916/131655788 swapFree=131071996/131071996
[pid=1011639] ppid=1011636 vsize=19108176 memory=1743168 CPUtime=27.73 cores=4,6
/proc/1011639/stat : 1011639 (java) S 1011636 1011639 1008215 0 -1 1077936128 26275 0 0 0 2737 36 0 0 20 0 20 0 192631722 19566772224 435792 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
/proc/1011639/statm: 4777044 435792 5863 1 0 662789 0
[pid=1011639/tid=1011641] ppid=1011636 vsize=19108176 memory=1320224 CPUtime=24.96 cores=4,6
/proc/1011639/task/1011641/stat : 1011641 (java) R 1011636 1011639 1008215 0 -1 4194368 10440 0 0 0 2465 31 0 0 20 0 20 0 192631722 19566772224 435792 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011650] ppid=1011636 vsize=19108176 memory=16252 CPUtime=0 cores=4,6
/proc/1011639/task/1011650/stat : 1011650 (Finalizer) S 1011636 1011639 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 435792 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011657] ppid=1011636 vsize=19108176 memory=1322300 CPUtime=0 cores=4,6
/proc/1011639/task/1011657/stat : 1011657 (Common-Cleaner) S 1011636 1011639 1008215 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 435792 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011658] ppid=1011636 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1011639/task/1011658/stat : 1011658 (Timer-0) S 1011636 1011639 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192631752 19566772224 435792 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
Current children cumulated CPU time: 27.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1743168 KiB

[startup+51.1134 s]
/proc/loadavg: 4.22 4.30 4.35 6/319 1011666
/proc/meminfo: memFree=112782356/131655788 swapFree=131071996/131071996
[pid=1011639] ppid=1011636 vsize=19108176 memory=1751576 CPUtime=53.36 cores=4,6
/proc/1011639/stat : 1011639 (java) S 1011636 1011639 1008215 0 -1 1077936128 29177 0 0 0 5299 37 0 0 20 0 20 0 192631722 19566772224 437894 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
/proc/1011639/statm: 4777044 437894 5874 1 0 662789 0
[pid=1011639/tid=1011641] ppid=1011636 vsize=19108176 memory=1747416 CPUtime=50.07 cores=4,6
/proc/1011639/task/1011641/stat : 1011641 (java) R 1011636 1011639 1008215 0 -1 4194368 11895 0 0 0 4976 31 0 0 20 0 20 0 192631722 19566772224 437894 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0

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

/proc/1011639/task/1011657/stat : 1011657 (Common-Cleaner) S 1011636 1011639 1008215 0 -1 1077936192 411 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 944799 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011658] ppid=1011636 vsize=19108176 memory=3779196 CPUtime=0 cores=4,6
/proc/1011639/task/1011658/stat : 1011658 (Timer-0) S 1011636 1011639 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192631752 19566772224 944799 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
Current children cumulated CPU time: 529.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3779196 KiB

[startup+582.3 s]
/proc/loadavg: 4.13 4.26 4.33 5/317 1011776
/proc/meminfo: memFree=110638512/131655788 swapFree=131071996/131071996
[pid=1011639] ppid=1011636 vsize=19108176 memory=3836784 CPUtime=590.51 cores=4,6
/proc/1011639/stat : 1011639 (java) S 1011636 1011639 1008215 0 -1 1077936128 71740 0 0 0 58940 111 0 0 20 0 20 0 192631722 19566772224 959196 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
/proc/1011639/statm: 4777044 959196 5890 1 0 1051328 0
[pid=1011639/tid=1011641] ppid=1011636 vsize=19108176 memory=11600 CPUtime=568.44 cores=4,6
/proc/1011639/task/1011641/stat : 1011641 (java) R 1011636 1011639 1008215 0 -1 4194368 35367 0 0 0 56782 62 0 0 20 0 20 0 192631722 19566772224 959196 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011650] ppid=1011636 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1011639/task/1011650/stat : 1011650 (Finalizer) S 1011636 1011639 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 959196 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011657] ppid=1011636 vsize=19108176 memory=3836784 CPUtime=0 cores=4,6
/proc/1011639/task/1011657/stat : 1011657 (Common-Cleaner) S 1011636 1011639 1008215 0 -1 1077936192 460 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 959196 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011658] ppid=1011636 vsize=19108176 memory=-7740946117055965281 CPUtime=0 cores=4,6
/proc/1011639/task/1011658/stat : 1011658 (Timer-0) S 1011636 1011639 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192631752 19566772224 959196 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
Current children cumulated CPU time: 590.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3836784 KiB

[startup+642.3 s]
/proc/loadavg: 4.19 4.26 4.32 5/317 1011788
/proc/meminfo: memFree=110561356/131655788 swapFree=131071996/131071996
[pid=1011639] ppid=1011636 vsize=19108176 memory=3913172 CPUtime=652.58 cores=4,6
/proc/1011639/stat : 1011639 (java) S 1011636 1011639 1008215 0 -1 1077936128 89280 0 0 0 65138 120 0 0 20 0 20 0 192631722 19566772224 978293 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
/proc/1011639/statm: 4777044 978293 5890 1 0 1054555 0
[pid=1011639/tid=1011641] ppid=1011636 vsize=19108176 memory=45716 CPUtime=627.36 cores=4,6
/proc/1011639/task/1011641/stat : 1011641 (java) R 1011636 1011639 1008215 0 -1 4194368 39191 0 0 0 62673 63 0 0 20 0 20 0 192631722 19566772224 978293 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011650] ppid=1011636 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1011639/task/1011650/stat : 1011650 (Finalizer) S 1011636 1011639 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 978293 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011657] ppid=1011636 vsize=19108176 memory=3877964 CPUtime=0 cores=4,6
/proc/1011639/task/1011657/stat : 1011657 (Common-Cleaner) S 1011636 1011639 1008215 0 -1 1077936192 553 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 978293 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011658] ppid=1011636 vsize=19108176 memory=-7740946117055965281 CPUtime=0 cores=4,6
/proc/1011639/task/1011658/stat : 1011658 (Timer-0) S 1011636 1011639 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192631752 19566772224 978293 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
Current children cumulated CPU time: 652.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3913172 KiB

[startup+663.039 s]
# the end of solver process 1011639 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=673.6 s, system=1.25474 s

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

[startup+652.8 s]
/proc/loadavg: 4.16 4.25 4.32 5/317 1011790
/proc/meminfo: memFree=110549776/131655788 swapFree=131071996/131071996
[pid=1011639] ppid=1011636 vsize=19108176 memory=3929208 CPUtime=664.51 cores=4,6
/proc/1011639/stat : 1011639 (java) S 1011636 1011639 1008215 0 -1 1077936128 96068 0 0 0 66328 123 0 0 20 0 20 0 192631722 19566772224 982302 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
/proc/1011639/statm: 4777044 982302 5890 1 0 1054555 0
[pid=1011639/tid=1011641] ppid=1011636 vsize=19108176 memory=3877964 CPUtime=637.67 cores=4,6
/proc/1011639/task/1011641/stat : 1011641 (java) R 1011636 1011639 1008215 0 -1 4194368 40285 0 0 0 63704 63 0 0 20 0 20 0 192631722 19566772224 982302 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011650] ppid=1011636 vsize=19108176 memory=3929876 CPUtime=0 cores=4,6
/proc/1011639/task/1011650/stat : 1011650 (Finalizer) S 1011636 1011639 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 982302 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011657] ppid=1011636 vsize=19108176 memory=25208 CPUtime=0 cores=4,6
/proc/1011639/task/1011657/stat : 1011657 (Common-Cleaner) S 1011636 1011639 1008215 0 -1 1077936192 553 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 982302 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011658] ppid=1011636 vsize=19108176 memory=45716 CPUtime=0 cores=4,6
/proc/1011639/task/1011658/stat : 1011658 (Timer-0) S 1011636 1011639 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192631752 19566772224 982302 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
Current children cumulated CPU time: 664.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3929208 KiB

[startup+659.2 s]
/proc/loadavg: 4.13 4.24 4.31 5/317 1011790
/proc/meminfo: memFree=110545612/131655788 swapFree=131071996/131071996
[pid=1011639] ppid=1011636 vsize=19108176 memory=3929208 CPUtime=670.9 cores=4,6
/proc/1011639/stat : 1011639 (java) S 1011636 1011639 1008215 0 -1 1077936128 96384 0 0 0 66967 123 0 0 20 0 20 0 192631722 19566772224 982302 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
/proc/1011639/statm: 4777044 982302 5890 1 0 1054555 0
[pid=1011639/tid=1011641] ppid=1011636 vsize=19108176 memory=3919316 CPUtime=644.05 cores=4,6
/proc/1011639/task/1011641/stat : 1011641 (java) R 1011636 1011639 1008215 0 -1 4194368 40542 0 0 0 64342 63 0 0 20 0 20 0 192631722 19566772224 982302 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011650] ppid=1011636 vsize=19108176 memory=3925036 CPUtime=0 cores=4,6
/proc/1011639/task/1011650/stat : 1011650 (Finalizer) S 1011636 1011639 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 982302 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011657] ppid=1011636 vsize=19108176 memory=3929208 CPUtime=0 cores=4,6
/proc/1011639/task/1011657/stat : 1011657 (Common-Cleaner) S 1011636 1011639 1008215 0 -1 1077936192 553 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 982302 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011658] ppid=1011636 vsize=19108176 memory=25208 CPUtime=0 cores=4,6
/proc/1011639/task/1011658/stat : 1011658 (Timer-0) S 1011636 1011639 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192631752 19566772224 982302 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
Current children cumulated CPU time: 670.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3929208 KiB

[startup+660.8 s]
/proc/loadavg: 4.13 4.24 4.31 5/317 1011791
/proc/meminfo: memFree=110543424/131655788 swapFree=131071996/131071996
[pid=1011639] ppid=1011636 vsize=19108176 memory=3931260 CPUtime=672.54 cores=4,6
/proc/1011639/stat : 1011639 (java) S 1011636 1011639 1008215 0 -1 1077936128 96757 0 0 0 67131 123 0 0 20 0 20 0 192631722 19566772224 982815 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
/proc/1011639/statm: 4777044 982815 5890 1 0 1054555 0
[pid=1011639/tid=1011641] ppid=1011636 vsize=19108176 memory=3929208 CPUtime=645.45 cores=4,6
/proc/1011639/task/1011641/stat : 1011641 (java) R 1011636 1011639 1008215 0 -1 4194368 40556 0 0 0 64482 63 0 0 20 0 20 0 192631722 19566772224 982815 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011650] ppid=1011636 vsize=19108176 memory=32180 CPUtime=0 cores=4,6
/proc/1011639/task/1011650/stat : 1011650 (Finalizer) S 1011636 1011639 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 982815 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011657] ppid=1011636 vsize=19108176 memory=499800566368 CPUtime=0 cores=4,6
/proc/1011639/task/1011657/stat : 1011657 (Common-Cleaner) S 1011636 1011639 1008215 0 -1 1077936192 600 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 982815 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011658] ppid=1011636 vsize=19108176 memory=7277878781774397941 CPUtime=0 cores=4,6
/proc/1011639/task/1011658/stat : 1011658 (Timer-0) S 1011636 1011639 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192631752 19566772224 982815 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
Current children cumulated CPU time: 672.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3931260 KiB

[startup+662.4 s]
/proc/loadavg: 4.13 4.24 4.31 5/317 1011792
/proc/meminfo: memFree=110543300/131655788 swapFree=131071996/131071996
[pid=1011639] ppid=1011636 vsize=19108176 memory=3931260 CPUtime=674.14 cores=4,6
/proc/1011639/stat : 1011639 (java) S 1011636 1011639 1008215 0 -1 1077936128 96845 0 0 0 67291 123 0 0 20 0 20 0 192631722 19566772224 982815 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
/proc/1011639/statm: 4777044 982815 5890 1 0 1054555 0
[pid=1011639/tid=1011641] ppid=1011636 vsize=19108176 memory=3929208 CPUtime=647.05 cores=4,6
/proc/1011639/task/1011641/stat : 1011641 (java) R 1011636 1011639 1008215 0 -1 4194368 40644 0 0 0 64642 63 0 0 20 0 20 0 192631722 19566772224 982815 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011650] ppid=1011636 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1011639/task/1011650/stat : 1011650 (Finalizer) S 1011636 1011639 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 982815 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011657] ppid=1011636 vsize=19108176 memory=3931260 CPUtime=0 cores=4,6
/proc/1011639/task/1011657/stat : 1011657 (Common-Cleaner) S 1011636 1011639 1008215 0 -1 1077936192 600 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 982815 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011658] ppid=1011636 vsize=19108176 memory=5512 CPUtime=0 cores=4,6
/proc/1011639/task/1011658/stat : 1011658 (Timer-0) S 1011636 1011639 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192631752 19566772224 982815 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
Current children cumulated CPU time: 674.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3931260 KiB

[startup+662.8 s]
/proc/loadavg: 4.13 4.24 4.31 5/317 1011792
/proc/meminfo: memFree=110543300/131655788 swapFree=131071996/131071996
[pid=1011639] ppid=1011636 vsize=19108176 memory=3931260 CPUtime=674.54 cores=4,6
/proc/1011639/stat : 1011639 (java) S 1011636 1011639 1008215 0 -1 1077936128 96845 0 0 0 67331 123 0 0 20 0 20 0 192631722 19566772224 982815 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
/proc/1011639/statm: 4777044 982815 5890 1 0 1054555 0
[pid=1011639/tid=1011641] ppid=1011636 vsize=19108176 memory=-7740946117055965281 CPUtime=647.45 cores=4,6
/proc/1011639/task/1011641/stat : 1011641 (java) R 1011636 1011639 1008215 0 -1 4194368 40644 0 0 0 64682 63 0 0 20 0 20 0 192631722 19566772224 982815 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011650] ppid=1011636 vsize=19108176 memory=25208 CPUtime=0 cores=4,6
/proc/1011639/task/1011650/stat : 1011650 (Finalizer) S 1011636 1011639 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 982815 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011657] ppid=1011636 vsize=19108176 memory=32180 CPUtime=0 cores=4,6
/proc/1011639/task/1011657/stat : 1011657 (Common-Cleaner) S 1011636 1011639 1008215 0 -1 1077936192 600 0 0 0 0 0 0 0 20 0 20 0 192631725 19566772224 982815 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011658] ppid=1011636 vsize=19108176 memory=19104 CPUtime=0 cores=4,6
/proc/1011639/task/1011658/stat : 1011658 (Timer-0) S 1011636 1011639 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192631752 19566772224 982815 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
Current children cumulated CPU time: 674.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3931260 KiB

[startup+663 s]*
/proc/loadavg: 4.13 4.24 4.31 8/316 1011794
/proc/meminfo: memFree=110542656/131655788 swapFree=131071996/131071996
[pid=1011639] ppid=1011636 vsize=19241304 memory=3932088 CPUtime=674.83 cores=4,6
/proc/1011639/stat : 1011639 (java) S 1011636 1011639 1008215 0 -1 1077936128 99251 0 0 0 67359 124 0 0 20 0 14 0 192631722 19703095296 983022 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
/proc/1011639/statm: 4810326 983022 5886 1 0 1055246 0
[pid=1011639/tid=1011641] ppid=1011636 vsize=19241304 memory=-7740946117055965281 CPUtime=647.56 cores=4,6
/proc/1011639/task/1011641/stat : 1011641 (java) S 1011636 1011639 1008215 0 -1 1077936192 41983 0 0 0 64693 63 0 0 20 0 14 0 192631722 19703095296 983022 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011650] ppid=1011636 vsize=19241304 memory=3264 CPUtime=0 cores=4,6
/proc/1011639/task/1011650/stat : 1011650 (Finalizer) S 1011636 1011639 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 14 0 192631725 19703095296 983022 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
[pid=1011639/tid=1011657] ppid=1011636 vsize=19241304 memory=5763216 CPUtime=0 cores=4,6
/proc/1011639/task/1011657/stat : 1011657 (Common-Cleaner) S 1011636 1011639 1008215 0 -1 1077936192 600 0 0 0 0 0 0 0 20 0 14 0 192631725 19703095296 983022 134679101440 94733187940352 94733187944048 140721944749456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733187951864 94733187952656 94733203349504 140721944757235 140721944757343 140721944757343 140721944764360 0
Current children cumulated CPU time: 674.83 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 3932088 KiB

Child status: 20

Real time (s): 663.039
CPU time (s): 674.854
CPU user time (s): 673.6
CPU system time (s): 1.25474
CPU usage (%): 101.782
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 3932088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 673.6
system time used= 1.25474
maximum resident set size= 3933040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99302
page faults= 0
swaps= 0
block input operations= 0
block output operations= 736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26269
involuntary context switches= 1694


# summary of solver processes directly reported to runsolver:
#   pid: 1011639
#   total CPU time (s): 674.854
#   total CPU user time (s): 673.6
#   total CPU system time (s): 1.25474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.57432 second user time and 7.03253 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-19 17:59:25
IDJOB=4449991
IDBENCH=160356
IDSOLVER=3052
FILE ID=nodeC008/4449991-1721404753
RUNJOBID= nodeC008-1721399517-1008279
SLURM_JOB_ID= 7545437
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x80split.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-4449991-1721404753/watcher-4449991-1721404753 -o /tmp/evaluation-result-4449991-1721404753/solver-4449991-1721404753 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008279 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4449991-1721404753.opb

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

MD5SUM BENCH= 4bfcc12bbb5b471fba8851c094b6b9f6
RANDOM SEED=399296328

nodeC008.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		: 3590.593
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.91
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		: 3527.537
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.376
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.91
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.355
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		: 3491.975
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.91
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		: 3632.925
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		: 2494.263
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.91
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.323
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:        114516644 kB
MemAvailable:   116869172 kB
Buffers:          561012 kB
Cached:          2617796 kB
SwapCached:            0 kB
Active:          1079524 kB
Inactive:       15437972 kB
Active(anon):       1492 kB
Inactive(anon): 13383120 kB
Active(file):    1078032 kB
Inactive(file):  2054852 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1268 kB
Writeback:             0 kB
AnonPages:      13338776 kB
Mapped:           126884 kB
Shmem:             45896 kB
KReclaimable:     119348 kB
Slab:             225232 kB
SReclaimable:     119348 kB
SUnreclaim:       105884 kB
KernelStack:        4864 kB
PageTables:        35736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   13955872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60064 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12955648 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-19 18:10:28