Trace number 4447445

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3601.45 3195.43

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n270-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM851f3387310df6bbd014cd79a7a4e679
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables405
Total number of constraints1080
Number of constraints which are clauses1080
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 constraint3
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4447445-1721356848.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.34/0.21	c ... done. Wall clock time 0.06s.
0.34/0.21	c declared #vars     405
0.34/0.21	c #constraints  1080
0.34/0.21	c constraints type 
0.34/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1080
0.34/0.21	c 1080 constraints processed.
1.29/0.72	c cleaning 0 clauses out of 5001 with flag 0/5001
1.89/1.05	c cleaning 0 clauses out of 11000 with flag 0/11000
2.70/1.45	c cleaning 0 clauses out of 18001 with flag 0/18001
3.32/1.84	c cleaning 0 clauses out of 26000 with flag 0/26000
3.73/2.25	c cleaning 0 clauses out of 35000 with flag 0/35000
4.25/2.70	c cleaning 0 clauses out of 45000 with flag 0/45000
4.88/3.26	c cleaning 0 clauses out of 56000 with flag 0/56000
5.50/3.85	c cleaning 0 clauses out of 68000 with flag 0/68000
6.33/4.69	c cleaning 0 clauses out of 81001 with flag 0/81001
7.25/5.53	c cleaning 0 clauses out of 95000 with flag 0/95000
8.34/6.67	c cleaning 0 clauses out of 110000 with flag 0/110000
9.46/7.76	c cleaning 0 clauses out of 126001 with flag 0/126001
10.46/8.76	c cleaning 0 clauses out of 143000 with flag 0/143000
11.59/9.82	c cleaning 0 clauses out of 161000 with flag 0/161000
13.01/11.24	c cleaning 0 clauses out of 180000 with flag 0/180000
14.20/12.41	c cleaning 0 clauses out of 200001 with flag 0/200001
15.54/13.73	c cleaning 0 clauses out of 221000 with flag 0/221000
17.33/15.49	c cleaning 0 clauses out of 243001 with flag 0/243001
19.42/17.55	c cleaning 0 clauses out of 266001 with flag 0/266001
21.46/19.50	c cleaning 0 clauses out of 290001 with flag 0/290001
23.22/21.27	c cleaning 0 clauses out of 315001 with flag 0/315001
25.12/23.19	c cleaning 0 clauses out of 341001 with flag 0/341001
27.27/25.22	c cleaning 0 clauses out of 368001 with flag 0/368001
31.04/28.98	c cleaning 0 clauses out of 396001 with flag 0/396001
33.44/31.21	c cleaning 0 clauses out of 425000 with flag 0/425000
35.53/33.38	c cleaning 0 clauses out of 455001 with flag 0/455001
38.12/35.87	c cleaning 0 clauses out of 486000 with flag 0/486000
41.48/39.16	c cleaning 0 clauses out of 518001 with flag 0/518001
44.44/42.07	c cleaning 0 clauses out of 551000 with flag 0/551000
48.59/46.13	c cleaning 0 clauses out of 585001 with flag 0/585001
53.34/50.88	c cleaning 0 clauses out of 620001 with flag 0/620001
57.13/54.50	c cleaning 0 clauses out of 656001 with flag 0/656001
61.12/58.49	c cleaning 0 clauses out of 693001 with flag 0/693001
65.60/62.87	c cleaning 0 clauses out of 731000 with flag 0/731000
69.39/66.53	c cleaning 0 clauses out of 770000 with flag 0/770000
73.96/71.09	c cleaning 0 clauses out of 810002 with flag 0/810002
79.12/76.13	c cleaning 0 clauses out of 851000 with flag 0/851000
88.64/85.69	c cleaning 0 clauses out of 893001 with flag 0/893001
93.60/90.57	c cleaning 0 clauses out of 936000 with flag 0/936000
99.75/96.69	c cleaning 0 clauses out of 980000 with flag 0/980000
103.81/100.66	c cleaning 0 clauses out of 1025000 with flag 0/1025000
108.48/105.23	c cleaning 0 clauses out of 1071000 with flag 0/1071000
113.95/110.54	c cleaning 0 clauses out of 1118000 with flag 0/1118000
120.84/117.35	c cleaning 0 clauses out of 1166001 with flag 0/1166001
126.82/123.23	c cleaning 0 clauses out of 1215001 with flag 0/1215001
133.28/129.55	c cleaning 0 clauses out of 1265001 with flag 0/1265001
138.86/135.00	c cleaning 0 clauses out of 1316000 with flag 0/1316000
150.71/146.83	c cleaning 0 clauses out of 1368001 with flag 0/1368001
157.21/153.19	c cleaning 0 clauses out of 1421000 with flag 0/1421000
163.59/159.36	c cleaning 0 clauses out of 1475000 with flag 0/1475000
169.96/165.61	c cleaning 0 clauses out of 1530001 with flag 0/1530001
175.61/171.13	c cleaning 0 clauses out of 1586000 with flag 0/1586000
181.75/177.14	c cleaning 0 clauses out of 1643000 with flag 0/1643000
187.32/182.64	c cleaning 0 clauses out of 1701001 with flag 0/1701001
194.07/189.26	c cleaning 0 clauses out of 1760000 with flag 0/1760000
203.33/198.36	c cleaning 0 clauses out of 1820001 with flag 0/1820001
214.03/208.89	c cleaning 0 clauses out of 1881000 with flag 0/1881000
222.96/217.64	c cleaning 0 clauses out of 1943001 with flag 0/1943001
238.01/232.55	c cleaning 0 clauses out of 2006000 with flag 0/2006000
247.94/242.21	c cleaning 0 clauses out of 2070001 with flag 0/2070001
257.48/251.66	c cleaning 0 clauses out of 2135001 with flag 0/2135001
266.39/260.42	c cleaning 0 clauses out of 2201001 with flag 0/2201001
272.82/266.75	c cleaning 0 clauses out of 2268000 with flag 0/2268000
281.76/275.57	c cleaning 0 clauses out of 2336000 with flag 0/2336000
296.74/287.97	c cleaning 0 clauses out of 2405000 with flag 0/2405000
310.96/299.64	c cleaning 0 clauses out of 2475000 with flag 0/2475000
324.82/310.82	c cleaning 0 clauses out of 2546000 with flag 0/2546000
341.17/324.46	c cleaning 0 clauses out of 2618000 with flag 0/2618000
355.63/337.07	c cleaning 0 clauses out of 2691000 with flag 0/2691000
367.01/347.23	c cleaning 0 clauses out of 2765001 with flag 0/2765001
379.88/357.17	c cleaning 0 clauses out of 2840000 with flag 0/2840000
391.91/366.10	c cleaning 0 clauses out of 2916001 with flag 0/2916001
412.58/383.89	c cleaning 0 clauses out of 2993001 with flag 0/2993001
429.58/400.62	c cleaning 0 clauses out of 3071000 with flag 0/3071000
441.31/412.18	c cleaning 0 clauses out of 3150001 with flag 0/3150001
452.51/422.89	c cleaning 0 clauses out of 3230000 with flag 0/3230000
463.48/433.69	c cleaning 0 clauses out of 3311001 with flag 0/3311001
472.44/442.44	c cleaning 0 clauses out of 3393000 with flag 0/3393000
483.26/453.08	c cleaning 0 clauses out of 3476001 with flag 0/3476001
492.85/462.46	c cleaning 0 clauses out of 3560001 with flag 0/3560001
506.64/475.92	c cleaning 0 clauses out of 3645001 with flag 0/3645001
521.61/490.71	c cleaning 0 clauses out of 3731001 with flag 0/3731001
537.56/502.75	c cleaning 0 clauses out of 3818000 with flag 0/3818000
548.81/513.83	c cleaning 0 clauses out of 3906001 with flag 0/3906001
563.30/528.10	c cleaning 0 clauses out of 3995001 with flag 0/3995001
577.49/538.02	c cleaning 0 clauses out of 4085000 with flag 0/4085000
589.79/550.05	c cleaning 0 clauses out of 4176000 with flag 0/4176000
604.75/564.81	c cleaning 0 clauses out of 4268000 with flag 0/4268000
622.07/577.74	c cleaning 0 clauses out of 4361000 with flag 0/4361000
638.27/589.93	c cleaning 0 clauses out of 4455001 with flag 0/4455001
677.95/627.96	c cleaning 0 clauses out of 4550000 with flag 0/4550000
700.75/647.31	c cleaning 0 clauses out of 4646000 with flag 0/4646000
717.75/662.68	c cleaning 0 clauses out of 4743001 with flag 0/4743001
737.96/677.69	c cleaning 0 clauses out of 4841000 with flag 0/4841000
752.46/691.87	c cleaning 0 clauses out of 4940000 with flag 0/4940000
771.66/705.92	c cleaning 0 clauses out of 5040001 with flag 0/5040001
794.03/723.92	c cleaning 0 clauses out of 5141000 with flag 0/5141000
822.06/750.28	c cleaning 0 clauses out of 5243000 with flag 0/5243000
854.36/776.85	c cleaning 0 clauses out of 5346001 with flag 0/5346001
893.08/809.73	c cleaning 0 clauses out of 5450000 with flag 0/5450000
927.74/838.54	c cleaning 0 clauses out of 5555001 with flag 0/5555001
956.96/861.81	c cleaning 0 clauses out of 5661001 with flag 0/5661001
986.91/885.64	c cleaning 0 clauses out of 5768002 with flag 0/5768002
1021.55/910.57	c cleaning 0 clauses out of 5876001 with flag 0/5876001
1055.62/935.68	c cleaning 0 clauses out of 5985001 with flag 0/5985001
1094.33/967.63	c cleaning 0 clauses out of 6095000 with flag 0/6095000
1130.79/1004.02	c cleaning 0 clauses out of 6206001 with flag 0/6206001
1188.12/1048.01	c cleaning 0 clauses out of 6318001 with flag 0/6318001
1228.53/1081.30	c cleaning 0 clauses out of 6431000 with flag 0/6431000
1281.33/1129.21	c cleaning 0 clauses out of 6545001 with flag 0/6545001
1331.97/1171.86	c cleaning 0 clauses out of 6660001 with flag 0/6660001
1392.22/1229.79	c cleaning 0 clauses out of 6776000 with flag 0/6776000
1427.39/1257.42	c cleaning 0 clauses out of 6893001 with flag 0/6893001
1450.30/1280.15	c cleaning 0 clauses out of 7011001 with flag 0/7011001
1481.46/1303.76	c cleaning 0 clauses out of 7130001 with flag 0/7130001
1510.23/1327.12	c cleaning 0 clauses out of 7250001 with flag 0/7250001
1526.92/1340.82	c cleaning 0 clauses out of 7371001 with flag 0/7371001
1561.70/1367.28	c cleaning 0 clauses out of 7493000 with flag 0/7493000
1590.61/1390.57	c cleaning 0 clauses out of 7616001 with flag 0/7616001
1616.26/1412.91	c cleaning 0 clauses out of 7740000 with flag 0/7740000
1646.98/1435.06	c cleaning 0 clauses out of 7865000 with flag 0/7865000
1677.82/1457.19	c cleaning 0 clauses out of 7991000 with flag 0/7991000
1714.42/1493.41	c cleaning 0 clauses out of 8118000 with flag 0/8118000
1760.21/1529.93	c cleaning 0 clauses out of 8246001 with flag 0/8246001
1788.29/1552.09	c cleaning 0 clauses out of 8375000 with flag 0/8375000
1810.63/1570.84	c cleaning 0 clauses out of 8505001 with flag 0/8505001
1847.27/1598.15	c cleaning 0 clauses out of 8636001 with flag 0/8636001
1878.51/1629.19	c cleaning 0 clauses out of 8768000 with flag 0/8768000
1920.97/1661.72	c cleaning 0 clauses out of 8901000 with flag 0/8901000
1961.69/1693.53	c cleaning 0 clauses out of 9035001 with flag 0/9035001
1982.91/1713.42	c cleaning 0 clauses out of 9170001 with flag 0/9170001
2013.39/1733.93	c cleaning 0 clauses out of 9306000 with flag 0/9306000
2033.67/1753.97	c cleaning 0 clauses out of 9443000 with flag 0/9443000
2068.66/1778.51	c cleaning 0 clauses out of 9581000 with flag 0/9581000
2097.32/1806.81	c cleaning 0 clauses out of 9720001 with flag 0/9720001
2128.70/1837.98	c cleaning 0 clauses out of 9860001 with flag 0/9860001
2171.88/1870.12	c cleaning 0 clauses out of 10001000 with flag 0/10001000
2247.52/1944.69	c cleaning 0 clauses out of 10143000 with flag 0/10143000
2304.51/1990.26	c cleaning 0 clauses out of 10286001 with flag 0/10286001
2349.05/2034.36	c cleaning 0 clauses out of 10430000 with flag 0/10430000
2380.76/2065.63	c cleaning 0 clauses out of 10575000 with flag 0/10575000
2442.02/2115.31	c cleaning 0 clauses out of 10721000 with flag 0/10721000
2480.00/2152.94	c cleaning 0 clauses out of 10868000 with flag 0/10868000
2511.75/2184.41	c cleaning 0 clauses out of 11016001 with flag 0/11016001
2565.72/2226.03	c cleaning 0 clauses out of 11165001 with flag 0/11165001
2605.55/2265.50	c cleaning 0 clauses out of 11315001 with flag 0/11315001
2671.95/2332.10	c cleaning 0 clauses out of 11466000 with flag 0/11466000
2749.11/2399.91	c cleaning 0 clauses out of 11618000 with flag 0/11618000
2784.41/2432.08	c cleaning 0 clauses out of 11771001 with flag 0/11771001
2821.72/2469.21	c cleaning 0 clauses out of 11925001 with flag 0/11925001
2874.32/2508.98	c cleaning 0 clauses out of 12080001 with flag 0/12080001
2948.58/2582.89	c cleaning 0 clauses out of 12236001 with flag 0/12236001
3032.73/2667.07	c cleaning 0 clauses out of 12393000 with flag 0/12393000
3066.03/2700.15	c cleaning 0 clauses out of 12551000 with flag 0/12551000
3151.80/2772.48	c cleaning 0 clauses out of 12710002 with flag 0/12710002
3202.42/2823.05	c cleaning 0 clauses out of 12870001 with flag 0/12870001
3247.46/2867.81	c cleaning 0 clauses out of 13031001 with flag 0/13031001
3307.41/2913.35	c cleaning 0 clauses out of 13193001 with flag 0/13193001
3423.61/3029.65	c cleaning 0 clauses out of 13356001 with flag 0/13356001
3546.40/3151.75	c cleaning 0 clauses out of 13520001 with flag 0/13520001
3600.06/3194.77	c starts		: 325
3600.06/3194.77	c conflicts		: 13685001
3600.06/3194.77	c decisions		: 15783509
3600.06/3194.77	c propagations		: 131064186
3600.06/3194.77	c inspects		: 29696167762
3600.06/3194.77	c shortcuts		: 0
3600.06/3194.77	c learnt literals	: 0
3600.06/3194.77	c learnt binary clauses	: 0
3600.06/3194.77	c learnt ternary clauses	: 0
3600.06/3194.77	c learnt constraints	: 13685001
3600.06/3194.77	c ignored constraints	: 0
3600.06/3194.77	c root simplifications	: 0
3600.06/3194.77	c removed literals (reason simplification)	: 0
3600.06/3194.77	c reason swapping (by a shorter reason)	: 0
3600.06/3194.77	c Calls to reduceDB	: 161
3600.06/3194.77	c Number of update (reduction) of LBD	: 0
3600.06/3194.77	c Imported unit clauses	: 0
3600.06/3194.77	c No decision after first conflict	: false
3600.06/3194.77	c number of reductions to clauses (during analyze)	: 0
3600.06/3194.77	c number of learned constraints concerned by reduction	: 0
3600.06/3194.77	c number of learning phase by resolution	: 0
3600.06/3194.77	c number of learning phase by cutting planes	: 0
3600.06/3194.77	c number of rounding to 1 operations	: 0
3600.06/3194.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3194.77	c number of reductions of the coefficients by power 2 	: 0
3600.06/3194.77	c number of right shift for reduction by power 2 	: 0
3600.06/3194.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3194.77	c number of ending skipping 	: 0
3600.06/3194.77	c number of internal skipping 	: 0
3600.06/3194.77	c number of derivation steps 	: 112731681
3600.06/3194.77	c number of skipped derivation steps 	: 0
3600.06/3194.77	c number of remaining unassigned 	: 0
3600.06/3194.77	c number of remaining assigned 	: 0
3600.06/3194.77	c number of falsified literals weakened from reason	: 0
3600.06/3194.77	c number of falsified literals weakened from conflict	: 0
3600.06/3194.77	c time for arithmetic operations	: 0
3600.06/3194.78	c minimum degree of deleted constraints	: null
3600.06/3194.78	c maximum degree of deleted constraints	: null
3600.06/3194.78	c number of deleted constraints	: 0
3600.06/3194.78	c speed (assignments/second)	: 41027.26601416219
3600.06/3194.78	c non guided choices	: 25254
3601.23/3195.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 13685001
3601.23/3195.38	s UNKNOWN
3601.23/3195.38	c Total wall clock time (in seconds): 3195.236

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: 63931 MiB (52075 MiB free)
  memory of node 1: 64510 MiB (55658 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447445-1721356848/watcher-4447445-1721356848 -o /tmp/evaluation-result-4447445-1721356848/solver-4447445-1721356848 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721353366-1008009 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4447445-1721356848.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
solver pid=1010351, runsolver pid=1010348
Current StackSize limit: 8192 KiB


[startup+0.100303 s]*
/proc/loadavg: 4.16 4.33 4.34 7/331 1010369
/proc/meminfo: memFree=110276792/131524600 swapFree=131071996/131071996
[pid=1010351] ppid=1010348 vsize=18975048 memory=62752 CPUtime=0.14 cores=4,6
/proc/1010351/stat : 1010351 (java) S 1010348 1010351 1007998 0 -1 1077936128 7251 0 0 0 12 2 0 0 20 0 18 0 187854550 19430449152 15688 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
/proc/1010351/statm: 4743762 15688 5531 1 0 549372 0
[pid=1010351/tid=1010353] ppid=1010348 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1010351/task/1010353/stat : 1010353 (java) R 1010348 1010351 1007998 0 -1 4194368 5767 0 0 0 7 1 0 0 20 0 18 0 187854550 19430449152 15688 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010362] ppid=1010348 vsize=18975048 memory=228556276070 CPUtime=0 cores=4,6
/proc/1010351/task/1010362/stat : 1010362 (Finalizer) S 1010348 1010351 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187854552 19430449152 15688 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010369] ppid=1010348 vsize=18975048 memory=15817789847927870 CPUtime=0 cores=4,6
/proc/1010351/task/1010369/stat : 1010369 (Common-Cleaner) S 1010348 1010351 1007998 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 187854553 19430449152 15688 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62752 KiB

[startup+0.20728 s]*
/proc/loadavg: 4.31 4.35 4.35 7/331 1010369
/proc/meminfo: memFree=110266360/131524600 swapFree=131071996/131071996
[pid=1010351] ppid=1010348 vsize=18975048 memory=74276 CPUtime=0.34 cores=4,6
/proc/1010351/stat : 1010351 (java) S 1010348 1010351 1007998 0 -1 1077936128 7814 0 0 0 32 2 0 0 20 0 18 0 187854550 19430449152 18569 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
/proc/1010351/statm: 4743762 18569 5841 1 0 549717 0
[pid=1010351/tid=1010353] ppid=1010348 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=4,6
/proc/1010351/task/1010353/stat : 1010353 (java) R 1010348 1010351 1007998 0 -1 4194368 6039 0 0 0 17 2 0 0 20 0 18 0 187854550 19430449152 18569 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010362] ppid=1010348 vsize=18975048 memory=17963 CPUtime=0 cores=4,6
/proc/1010351/task/1010362/stat : 1010362 (Finalizer) S 1010348 1010351 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187854552 19430449152 18569 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010369] ppid=1010348 vsize=18975048 memory=14697378909259238 CPUtime=0 cores=4,6
/proc/1010351/task/1010369/stat : 1010369 (Common-Cleaner) S 1010348 1010351 1007998 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 187854553 19430449152 18569 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 74276 KiB

[startup+0.306276 s]*
/proc/loadavg: 4.31 4.35 4.35 7/332 1010370
/proc/meminfo: memFree=110246360/131524600 swapFree=131071996/131071996
[pid=1010351] ppid=1010348 vsize=19041612 memory=94356 CPUtime=0.53 cores=4,6
/proc/1010351/stat : 1010351 (java) S 1010348 1010351 1007998 0 -1 1077936128 9984 0 0 0 50 3 0 0 20 0 19 0 187854550 19498610688 23589 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
/proc/1010351/statm: 4760403 23589 5841 1 0 551423 0
[pid=1010351/tid=1010353] ppid=1010348 vsize=19041612 memory=-7813003711093761892 CPUtime=0.28 cores=4,6
/proc/1010351/task/1010353/stat : 1010353 (java) R 1010348 1010351 1007998 0 -1 4194368 6089 0 0 0 26 2 0 0 20 0 19 0 187854550 19498610688 23589 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010362] ppid=1010348 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1010351/task/1010362/stat : 1010362 (Finalizer) S 1010348 1010351 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187854552 19498610688 23589 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010369] ppid=1010348 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1010351/task/1010369/stat : 1010369 (Common-Cleaner) S 1010348 1010351 1007998 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 187854553 19498610688 23589 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010370] ppid=1010348 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1010351/task/1010370/stat : 1010370 (Timer-0) S 1010348 1010351 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187854571 19498610688 23589 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 94356 KiB

[startup+0.700278 s]
/proc/loadavg: 4.31 4.35 4.35 6/332 1010370
/proc/meminfo: memFree=110176520/131524600 swapFree=131071996/131071996
[pid=1010351] ppid=1010348 vsize=19108176 memory=176440 CPUtime=1.29 cores=4,6
/proc/1010351/stat : 1010351 (java) S 1010348 1010351 1007998 0 -1 1077936128 13777 0 0 0 124 5 0 0 20 0 20 0 187854550 19566772224 44110 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
/proc/1010351/statm: 4777044 44110 5857 1 0 554076 0
[pid=1010351/tid=1010353] ppid=1010348 vsize=19108176 memory=12312 CPUtime=0.64 cores=4,6
/proc/1010351/task/1010353/stat : 1010353 (java) R 1010348 1010351 1007998 0 -1 4194368 6132 0 0 0 61 3 0 0 20 0 20 0 187854550 19566772224 44110 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010362] ppid=1010348 vsize=19108176 memory=12312 CPUtime=0 cores=4,6
/proc/1010351/task/1010362/stat : 1010362 (Finalizer) S 1010348 1010351 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187854552 19566772224 44110 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010369] ppid=1010348 vsize=19108176 memory=117636 CPUtime=0 cores=4,6
/proc/1010351/task/1010369/stat : 1010369 (Common-Cleaner) S 1010348 1010351 1007998 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187854553 19566772224 44110 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010370] ppid=1010348 vsize=19108176 memory=5568 CPUtime=0 cores=4,6
/proc/1010351/task/1010370/stat : 1010370 (Timer-0) S 1010348 1010351 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187854571 19566772224 44110 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 176440 KiB

[startup+1.50028 s]
/proc/loadavg: 4.31 4.35 4.35 6/333 1010371
/proc/meminfo: memFree=110144568/131524600 swapFree=131071996/131071996
[pid=1010351] ppid=1010348 vsize=19108176 memory=380836 CPUtime=2.88 cores=4,6
/proc/1010351/stat : 1010351 (java) S 1010348 1010351 1007998 0 -1 1077936128 19251 0 0 0 279 9 0 0 20 0 20 0 187854550 19566772224 95209 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
/proc/1010351/statm: 4777044 95209 5873 1 0 554386 0
[pid=1010351/tid=1010353] ppid=1010348 vsize=19108176 memory=12312 CPUtime=1.42 cores=4,6
/proc/1010351/task/1010353/stat : 1010353 (java) R 1010348 1010351 1007998 0 -1 4194368 6599 0 0 0 136 6 0 0 20 0 20 0 187854550 19566772224 95209 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010362] ppid=1010348 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1010351/task/1010362/stat : 1010362 (Finalizer) S 1010348 1010351 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187854552 19566772224 95209 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010369] ppid=1010348 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1010351/task/1010369/stat : 1010369 (Common-Cleaner) S 1010348 1010351 1007998 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187854553 19566772224 95209 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010370] ppid=1010348 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/1010351/task/1010370/stat : 1010370 (Timer-0) S 1010348 1010351 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187854571 19566772224 95209 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 380836 KiB

[startup+3.10562 s]
/proc/loadavg: 4.31 4.35 4.35 5/333 1010371
/proc/meminfo: memFree=109657028/131524600 swapFree=131071996/131071996
[pid=1010351] ppid=1010348 vsize=19108176 memory=682224 CPUtime=4.79 cores=4,6
/proc/1010351/stat : 1010351 (java) S 1010348 1010351 1007998 0 -1 1077936128 21011 0 0 0 464 15 0 0 20 0 20 0 187854550 19566772224 170556 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
/proc/1010351/statm: 4777044 170556 5873 1 0 554390 0
[pid=1010351/tid=1010353] ppid=1010348 vsize=19108176 memory=0 CPUtime=2.98 cores=4,6
/proc/1010351/task/1010353/stat : 1010353 (java) R 1010348 1010351 1007998 0 -1 4194368 7248 0 0 0 287 11 0 0 20 0 20 0 187854550 19566772224 170556 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010362] ppid=1010348 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1010351/task/1010362/stat : 1010362 (Finalizer) S 1010348 1010351 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187854552 19566772224 170556 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010369] ppid=1010348 vsize=19108176 memory=440228 CPUtime=0 cores=4,6
/proc/1010351/task/1010369/stat : 1010369 (Common-Cleaner) S 1010348 1010351 1007998 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187854553 19566772224 170556 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010370] ppid=1010348 vsize=19108176 memory=12312 CPUtime=0 cores=4,6
/proc/1010351/task/1010370/stat : 1010370 (Timer-0) S 1010348 1010351 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187854571 19566772224 170556 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
Current children cumulated CPU time: 4.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 682224 KiB

[startup+6.30027 s]
/proc/loadavg: 4.28 4.35 4.35 5/333 1010373
/proc/meminfo: memFree=109123604/131524600 swapFree=131071996/131071996
[pid=1010351] ppid=1010348 vsize=19108176 memory=1426408 CPUtime=8.04 cores=4,6
/proc/1010351/stat : 1010351 (java) S 1010348 1010351 1007998 0 -1 1077936128 22080 0 0 0 776 28 0 0 20 0 20 0 187854550 19566772224 356602 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
/proc/1010351/statm: 4777044 356602 5885 1 0 685974 0
[pid=1010351/tid=1010353] ppid=1010348 vsize=19108176 memory=12312 CPUtime=6.04 cores=4,6
/proc/1010351/task/1010353/stat : 1010353 (java) R 1010348 1010351 1007998 0 -1 4194368 7838 0 0 0 580 24 0 0 20 0 20 0 187854550 19566772224 356602 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010362] ppid=1010348 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1010351/task/1010362/stat : 1010362 (Finalizer) S 1010348 1010351 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187854552 19566772224 356602 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010369] ppid=1010348 vsize=19108176 memory=7449341233751222630 CPUtime=0 cores=4,6
/proc/1010351/task/1010369/stat : 1010369 (Common-Cleaner) S 1010348 1010351 1007998 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187854553 19566772224 356602 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010370] ppid=1010348 vsize=19108176 memory=5492 CPUtime=0 cores=4,6
/proc/1010351/task/1010370/stat : 1010370 (Timer-0) S 1010348 1010351 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187854571 19566772224 356602 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
Current children cumulated CPU time: 8.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1426408 KiB

[startup+12.7003 s]
/proc/loadavg: 4.26 4.34 4.35 5/333 1010441
/proc/meminfo: memFree=109826188/131524600 swapFree=131071996/131071996
[pid=1010351] ppid=1010348 vsize=19108176 memory=1870824 CPUtime=14.5 cores=4,6
/proc/1010351/stat : 1010351 (java) S 1010348 1010351 1007998 0 -1 1077936128 22656 0 0 0 1413 37 0 0 20 0 20 0 187854550 19566772224 467706 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
/proc/1010351/statm: 4777044 467706 5885 1 0 685984 0
[pid=1010351/tid=1010353] ppid=1010348 vsize=19108176 memory=0 CPUtime=12.29 cores=4,6
/proc/1010351/task/1010353/stat : 1010353 (java) R 1010348 1010351 1007998 0 -1 4194368 8357 0 0 0 1196 33 0 0 20 0 20 0 187854550 19566772224 467706 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010362] ppid=1010348 vsize=19108176 memory=1870824 CPUtime=0 cores=4,6
/proc/1010351/task/1010362/stat : 1010362 (Finalizer) S 1010348 1010351 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187854552 19566772224 467706 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010369] ppid=1010348 vsize=19108176 memory=15976 CPUtime=0 cores=4,6
/proc/1010351/task/1010369/stat : 1010369 (Common-Cleaner) S 1010348 1010351 1007998 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187854553 19566772224 467706 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010370] ppid=1010348 vsize=19108176 memory=2220 CPUtime=0 cores=4,6
/proc/1010351/task/1010370/stat : 1010370 (Timer-0) S 1010348 1010351 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187854571 19566772224 467706 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
Current children cumulated CPU time: 14.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1870824 KiB

[startup+25.5003 s]
/proc/loadavg: 4.30 4.35 4.35 6/333 1010444
/proc/meminfo: memFree=108551400/131524600 swapFree=131071996/131071996
[pid=1010351] ppid=1010348 vsize=19108176 memory=2431404 CPUtime=27.57 cores=4,6
/proc/1010351/stat : 1010351 (java) S 1010348 1010351 1007998 0 -1 1077936128 26621 0 0 0 2707 50 0 0 20 0 20 0 187854550 19566772224 607851 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
/proc/1010351/statm: 4777044 607851 5885 1 0 817589 0
[pid=1010351/tid=1010353] ppid=1010348 vsize=19108176 memory=12340 CPUtime=24.67 cores=4,6
/proc/1010351/task/1010353/stat : 1010353 (java) R 1010348 1010351 1007998 0 -1 4194368 10015 0 0 0 2423 44 0 0 20 0 20 0 187854550 19566772224 607851 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010362] ppid=1010348 vsize=19108176 memory=2431404 CPUtime=0 cores=4,6
/proc/1010351/task/1010362/stat : 1010362 (Finalizer) S 1010348 1010351 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187854552 19566772224 607851 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010369] ppid=1010348 vsize=19108176 memory=1498088 CPUtime=0 cores=4,6
/proc/1010351/task/1010369/stat : 1010369 (Common-Cleaner) S 1010348 1010351 1007998 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 187854553 19566772224 607851 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010370] ppid=1010348 vsize=19108176 memory=12340 CPUtime=0 cores=4,6
/proc/1010351/task/1010370/stat : 1010370 (Timer-0) S 1010348 1010351 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187854571 19566772224 607851 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
Current children cumulated CPU time: 27.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2431404 KiB

[startup+51.1057 s]
/proc/loadavg: 4.41 4.36 4.36 5/333 1010447
/proc/meminfo: memFree=108291996/131524600 swapFree=131071996/131071996
[pid=1010351] ppid=1010348 vsize=19108176 memory=2581464 CPUtime=53.64 cores=4,6
/proc/1010351/stat : 1010351 (java) S 1010348 1010351 1007998 0 -1 1077936128 31831 0 0 0 5310 54 0 0 20 0 20 0 187854550 19566772224 645366 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
/proc/1010351/statm: 4777044 645366 5885 1 0 817589 0
[pid=1010351/tid=1010353] ppid=1010348 vsize=19108176 memory=2558820 CPUtime=49.42 cores=4,6
/proc/1010351/task/1010353/stat : 1010353 (java) R 1010348 1010351 1007998 0 -1 4194368 12516 0 0 0 4898 44 0 0 20 0 20 0 187854550 19566772224 645366 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0

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

/proc/1010351/task/1010362/stat : 1010362 (Finalizer) S 1010348 1010351 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187854552 19634933760 3313015 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010369] ppid=1010348 vsize=19174740 memory=13252060 CPUtime=0 cores=4,6
/proc/1010351/task/1010369/stat : 1010369 (Common-Cleaner) S 1010348 1010351 1007998 0 -1 1077936192 2017 0 0 0 0 0 0 0 20 0 21 0 187854553 19634933760 3313015 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010370] ppid=1010348 vsize=19174740 memory=12340 CPUtime=0 cores=4,6
/proc/1010351/task/1010370/stat : 1010370 (Timer-0) S 1010348 1010351 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187854571 19634933760 3313015 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
Current children cumulated CPU time: 3241.97 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 13252060 KiB

[startup+2922.3 s]
/proc/loadavg: 4.58 4.53 4.52 5/334 1012299
/proc/meminfo: memFree=94635820/131524600 swapFree=131071996/131071996
[pid=1010351] ppid=1010348 vsize=19174740 memory=13540276 CPUtime=3316.45 cores=4,6
/proc/1010351/stat : 1010351 (java) S 1010348 1010351 1007998 0 -1 1077936128 1013186 0 0 0 330734 911 0 0 20 0 21 0 187854550 19634933760 3385069 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
/proc/1010351/statm: 4793685 3385069 5917 1 0 3400425 0
[pid=1010351/tid=1010353] ppid=1010348 vsize=19174740 memory=13252060 CPUtime=2869.37 cores=4,6
/proc/1010351/task/1010353/stat : 1010353 (java) R 1010348 1010351 1007998 0 -1 4194368 441002 0 0 0 286655 282 0 0 20 0 21 0 187854550 19634933760 3385069 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 22 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010362] ppid=1010348 vsize=19174740 memory=0 CPUtime=0 cores=4,6
/proc/1010351/task/1010362/stat : 1010362 (Finalizer) S 1010348 1010351 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187854552 19634933760 3385069 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010369] ppid=1010348 vsize=19174740 memory=13252060 CPUtime=0 cores=4,6
/proc/1010351/task/1010369/stat : 1010369 (Common-Cleaner) S 1010348 1010351 1007998 0 -1 1077936192 2077 0 0 0 0 0 0 0 20 0 21 0 187854553 19634933760 3385069 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010370] ppid=1010348 vsize=19174740 memory=47848 CPUtime=0 cores=4,6
/proc/1010351/task/1010370/stat : 1010370 (Timer-0) S 1010348 1010351 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187854571 19634933760 3385069 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
Current children cumulated CPU time: 3316.45 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 13540276 KiB

[startup+2982.3 s]
/proc/loadavg: 4.47 4.51 4.51 5/335 1012310
/proc/meminfo: memFree=94479164/131524600 swapFree=131071996/131071996
[pid=1010351] ppid=1010348 vsize=19174740 memory=13544528 CPUtime=3376.43 cores=4,6
/proc/1010351/stat : 1010351 (java) S 1010348 1010351 1007998 0 -1 1077936128 1022791 0 0 0 336730 913 0 0 20 0 21 0 187854550 19634933760 3386132 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
/proc/1010351/statm: 4793685 3386132 5917 1 0 3400427 0
[pid=1010351/tid=1010353] ppid=1010348 vsize=19174740 memory=13544528 CPUtime=2929.06 cores=4,6
/proc/1010351/task/1010353/stat : 1010353 (java) R 1010348 1010351 1007998 0 -1 4194368 447918 0 0 0 292623 283 0 0 20 0 21 0 187854550 19634933760 3386132 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 26 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010362] ppid=1010348 vsize=19174740 memory=12312 CPUtime=0 cores=4,6
/proc/1010351/task/1010362/stat : 1010362 (Finalizer) S 1010348 1010351 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187854552 19634933760 3386132 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010369] ppid=1010348 vsize=19174740 memory=12340 CPUtime=0 cores=4,6
/proc/1010351/task/1010369/stat : 1010369 (Common-Cleaner) S 1010348 1010351 1007998 0 -1 1077936192 2125 0 0 0 0 0 0 0 20 0 21 0 187854553 19634933760 3386132 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010370] ppid=1010348 vsize=19174740 memory=13540276 CPUtime=0 cores=4,6
/proc/1010351/task/1010370/stat : 1010370 (Timer-0) S 1010348 1010351 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187854571 19634933760 3386132 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
Current children cumulated CPU time: 3376.43 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 13544528 KiB

[startup+3042.3 s]
/proc/loadavg: 4.42 4.49 4.51 5/336 1012378
/proc/meminfo: memFree=94183644/131524600 swapFree=131071996/131071996
[pid=1010351] ppid=1010348 vsize=19174740 memory=13544604 CPUtime=3436.56 cores=4,6
/proc/1010351/stat : 1010351 (java) S 1010348 1010351 1007998 0 -1 1077936128 1038127 0 0 0 342739 917 0 0 20 0 21 0 187854550 19634933760 3386151 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
/proc/1010351/statm: 4793685 3386151 5917 1 0 3400446 0
[pid=1010351/tid=1010353] ppid=1010348 vsize=19174740 memory=13544528 CPUtime=2988.72 cores=4,6
/proc/1010351/task/1010353/stat : 1010353 (java) R 1010348 1010351 1007998 0 -1 4194368 457101 0 0 0 298587 285 0 0 20 0 21 0 187854550 19634933760 3386151 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010362] ppid=1010348 vsize=19174740 memory=13544528 CPUtime=0 cores=4,6
/proc/1010351/task/1010362/stat : 1010362 (Finalizer) S 1010348 1010351 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187854552 19634933760 3386151 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010369] ppid=1010348 vsize=19174740 memory=13544528 CPUtime=0 cores=4,6
/proc/1010351/task/1010369/stat : 1010369 (Common-Cleaner) S 1010348 1010351 1007998 0 -1 1077936192 2269 0 0 0 0 0 0 0 20 0 21 0 187854553 19634933760 3386151 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010370] ppid=1010348 vsize=19174740 memory=5492 CPUtime=0 cores=4,6
/proc/1010351/task/1010370/stat : 1010370 (Timer-0) S 1010348 1010351 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187854571 19634933760 3386151 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
Current children cumulated CPU time: 3436.56 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 13544604 KiB

[startup+3102.3 s]
/proc/loadavg: 4.34 4.46 4.49 5/336 1012389
/proc/meminfo: memFree=94041060/131524600 swapFree=131071996/131071996
[pid=1010351] ppid=1010348 vsize=19174740 memory=13544604 CPUtime=3496.43 cores=4,6
/proc/1010351/stat : 1010351 (java) S 1010348 1010351 1007998 0 -1 1077936128 1044197 0 0 0 348723 920 0 0 20 0 21 0 187854550 19634933760 3386151 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
/proc/1010351/statm: 4793685 3386151 5917 1 0 3400446 0
[pid=1010351/tid=1010353] ppid=1010348 vsize=19174740 memory=13544604 CPUtime=3048.55 cores=4,6
/proc/1010351/task/1010353/stat : 1010353 (java) R 1010348 1010351 1007998 0 -1 4194368 462709 0 0 0 304570 285 0 0 20 0 21 0 187854550 19634933760 3386151 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010362] ppid=1010348 vsize=19174740 memory=-7813003711093761892 CPUtime=0 cores=4,6
/proc/1010351/task/1010362/stat : 1010362 (Finalizer) S 1010348 1010351 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187854552 19634933760 3386151 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010369] ppid=1010348 vsize=19174740 memory=13544604 CPUtime=0 cores=4,6
/proc/1010351/task/1010369/stat : 1010369 (Common-Cleaner) S 1010348 1010351 1007998 0 -1 1077936192 2322 0 0 0 0 0 0 0 20 0 21 0 187854553 19634933760 3386151 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010370] ppid=1010348 vsize=19174740 memory=25948 CPUtime=0 cores=4,6
/proc/1010351/task/1010370/stat : 1010370 (Timer-0) S 1010348 1010351 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187854571 19634933760 3386151 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
Current children cumulated CPU time: 3496.43 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 13544604 KiB

[startup+3162.3 s]
/proc/loadavg: 4.28 4.42 4.48 5/338 1012401
/proc/meminfo: memFree=93897192/131524600 swapFree=131071996/131071996
[pid=1010351] ppid=1010348 vsize=19174740 memory=13545308 CPUtime=3557.13 cores=4,6
/proc/1010351/stat : 1010351 (java) S 1010348 1010351 1007998 0 -1 1077936128 1064344 0 0 0 354789 924 0 0 20 0 21 0 187854550 19634933760 3386327 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
/proc/1010351/statm: 4793685 3386327 5917 1 0 3400590 0
[pid=1010351/tid=1010353] ppid=1010348 vsize=19174740 memory=13544604 CPUtime=3107.93 cores=4,6
/proc/1010351/task/1010353/stat : 1010353 (java) R 1010348 1010351 1007998 0 -1 4194368 474003 0 0 0 310506 287 0 0 20 0 21 0 187854550 19634933760 3386327 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010362] ppid=1010348 vsize=19174740 memory=-7813003711093761892 CPUtime=0 cores=4,6
/proc/1010351/task/1010362/stat : 1010362 (Finalizer) S 1010348 1010351 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187854552 19634933760 3386327 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010369] ppid=1010348 vsize=19174740 memory=13544604 CPUtime=0 cores=4,6
/proc/1010351/task/1010369/stat : 1010369 (Common-Cleaner) S 1010348 1010351 1007998 0 -1 1077936192 2472 0 0 0 0 0 0 0 20 0 21 0 187854553 19634933760 3386327 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010370] ppid=1010348 vsize=19174740 memory=12340 CPUtime=0 cores=4,6
/proc/1010351/task/1010370/stat : 1010370 (Timer-0) S 1010348 1010351 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187854571 19634933760 3386327 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
Current children cumulated CPU time: 3557.13 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 13545308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3194.7 s]
/proc/loadavg: 4.38 4.43 4.48 6/338 1012408
/proc/meminfo: memFree=93895544/131524600 swapFree=131071996/131071996
[pid=1010351] ppid=1010348 vsize=19174740 memory=13546568 CPUtime=3600.06 cores=4,6
/proc/1010351/stat : 1010351 (java) S 1010348 1010351 1007998 0 -1 1077936128 1091468 0 0 0 359060 946 0 0 20 0 21 0 187854550 19634933760 3386642 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
/proc/1010351/statm: 4793685 3386642 5917 1 0 3546785 0
[pid=1010351/tid=1010353] ppid=1010348 vsize=19174740 memory=13544604 CPUtime=3140.14 cores=4,6
/proc/1010351/task/1010353/stat : 1010353 (java) R 1010348 1010351 1007998 0 -1 4194368 488199 0 0 0 313725 289 0 0 20 0 21 0 187854550 19634933760 3386642 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 30 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010362] ppid=1010348 vsize=19174740 memory=-7813003711093761892 CPUtime=0 cores=4,6
/proc/1010351/task/1010362/stat : 1010362 (Finalizer) S 1010348 1010351 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187854552 19634933760 3386642 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010369] ppid=1010348 vsize=19174740 memory=12312 CPUtime=0 cores=4,6
/proc/1010351/task/1010369/stat : 1010369 (Common-Cleaner) S 1010348 1010351 1007998 0 -1 1077936192 2523 0 0 0 0 0 0 0 20 0 21 0 187854553 19634933760 3386642 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010370] ppid=1010348 vsize=19174740 memory=-7813003711093761892 CPUtime=0 cores=4,6
/proc/1010351/task/1010370/stat : 1010370 (Timer-0) S 1010348 1010351 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187854571 19634933760 3386642 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 13546568 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.95 s, system=9.50295 s

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

[startup+3195.2 s]
/proc/loadavg: 4.38 4.43 4.48 7/337 1012412
/proc/meminfo: memFree=93888780/131524600 swapFree=131071996/131071996
[pid=1010351] ppid=1010348 vsize=19374432 memory=13553380 CPUtime=3601.03 cores=4,6
/proc/1010351/stat : 1010351 (java) S 1010348 1010351 1007998 0 -1 1077936128 1093411 0 0 0 359157 946 0 0 20 0 22 0 187854550 19839418368 3388345 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
/proc/1010351/statm: 4843608 3388345 5916 1 0 3547672 0
[pid=1010351/tid=1010353] ppid=1010348 vsize=19374432 memory=15976 CPUtime=3140.42 cores=4,6
/proc/1010351/task/1010353/stat : 1010353 (java) R 1010348 1010351 1007998 0 -1 4194368 488199 0 0 0 313753 289 0 0 20 0 22 0 187854550 19839418368 3388345 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 30 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010362] ppid=1010348 vsize=19374432 memory=1816 CPUtime=0 cores=4,6
/proc/1010351/task/1010362/stat : 1010362 (Finalizer) S 1010348 1010351 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 187854552 19839418368 3388345 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1010369] ppid=1010348 vsize=19374432 memory=2000 CPUtime=0 cores=4,6
/proc/1010351/task/1010369/stat : 1010369 (Common-Cleaner) S 1010348 1010351 1007998 0 -1 1077936192 2523 0 0 0 0 0 0 0 20 0 22 0 187854553 19839418368 3388345 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
[pid=1010351/tid=1012411] ppid=1010348 vsize=19374432 memory=37484 CPUtime=0.22 cores=4,6
/proc/1010351/task/1012411/stat : 1012411 (Thread-0) R 1010348 1010351 1007998 0 -1 4194368 321 0 0 0 22 0 0 0 20 0 22 0 188174024 19839418368 3388345 134679101440 94544813256704 94544813260400 140724893293856 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94544813268216 94544813269008 94544822095872 140724893295598 140724893295711 140724893295711 140724893302728 0
Current children cumulated CPU time: 3601.03 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 13553380 KiB

[startup+3195.4 s]*
/proc/loadavg: 4.38 4.43 4.48 6/317 1012412
/proc/meminfo: memFree=97219828/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3195.43
CPU time (s): 3601.45
CPU user time (s): 3591.95
CPU system time (s): 9.50295
CPU usage (%): 112.706
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 13553380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.95
system time used= 9.50295
maximum resident set size= 13554220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1093571
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111206
involuntary context switches= 29548


# summary of solver processes directly reported to runsolver:
#   pid: 1010351
#   total CPU time (s): 3601.45
#   total CPU user time (s): 3591.95
#   total CPU system time (s): 9.50295

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3511 second user time and 12.2174 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-19 04:41:01
IDJOB=4447445
IDBENCH=158904
IDSOLVER=3046
FILE ID=nodeC033/4447445-1721356848
RUNJOBID= nodeC033-1721353366-1008009
SLURM_JOB_ID= 7542766
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n270-d3-i1-r2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447445-1721356848/watcher-4447445-1721356848 -o /tmp/evaluation-result-4447445-1721356848/solver-4447445-1721356848 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721353366-1008009 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4447445-1721356848.opb

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

MD5SUM BENCH= 851f3387310df6bbd014cd79a7a4e679
RANDOM SEED=1871997114

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        110319376 kB
MemAvailable:   116250904 kB
Buffers:          551460 kB
Cached:          6151052 kB
SwapCached:            0 kB
Active:           997620 kB
Inactive:       19406556 kB
Active(anon):       1556 kB
Inactive(anon): 13745992 kB
Active(file):     996064 kB
Inactive(file):  5660564 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               776 kB
Writeback:             0 kB
AnonPages:      13698964 kB
Mapped:           126988 kB
Shmem:             45908 kB
KReclaimable:     229096 kB
Slab:             357792 kB
SReclaimable:     229096 kB
SUnreclaim:       128696 kB
KernelStack:        5056 kB
PageTables:        36948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   14267096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69280 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13303808 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:      273108 kB
DirectMap2M:    28860416 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC033 at 2024-07-19 05:34:16