Trace number 4447775

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.31 3138.51

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n236-d3-i2-f.cnf.gz-plain.pb.metafix.opb
MD5SUMb320e8df0d5fbea72b736842c910ba4c
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 variables354
Total number of constraints944
Number of constraints which are clauses944
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.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: ASSIGNED
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Armin Biere (Picosat) restarts strategy
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- 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-4447775-1721360056.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.14/0.20	c ... done. Wall clock time 0.052s.
0.14/0.20	c declared #vars     354
0.14/0.20	c #constraints  944
0.14/0.20	c constraints type 
0.14/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 944
0.14/0.20	c 944 constraints processed.
1.08/0.68	c cleaning 0 clauses out of 5000 with flag 0/5000
1.88/1.01	c cleaning 0 clauses out of 11000 with flag 0/11000
2.60/1.40	c cleaning 0 clauses out of 18001 with flag 0/18001
3.15/1.80	c cleaning 0 clauses out of 26000 with flag 0/26000
3.61/2.28	c cleaning 0 clauses out of 35000 with flag 0/35000
4.29/2.77	c cleaning 0 clauses out of 45001 with flag 0/45001
4.94/3.34	c cleaning 0 clauses out of 56000 with flag 0/56000
5.57/3.93	c cleaning 0 clauses out of 68000 with flag 0/68000
6.30/4.69	c cleaning 0 clauses out of 81000 with flag 0/81000
7.10/5.45	c cleaning 0 clauses out of 95000 with flag 0/95000
7.91/6.22	c cleaning 0 clauses out of 110001 with flag 0/110001
9.11/7.42	c cleaning 0 clauses out of 126000 with flag 0/126000
10.00/8.38	c cleaning 0 clauses out of 143000 with flag 0/143000
11.03/9.39	c cleaning 0 clauses out of 161001 with flag 0/161001
12.66/10.90	c cleaning 0 clauses out of 180000 with flag 0/180000
13.91/12.19	c cleaning 0 clauses out of 200000 with flag 0/200000
15.19/13.48	c cleaning 0 clauses out of 221001 with flag 0/221001
16.94/15.15	c cleaning 0 clauses out of 243000 with flag 0/243000
19.18/17.33	c cleaning 0 clauses out of 266000 with flag 0/266000
20.77/18.99	c cleaning 0 clauses out of 290001 with flag 0/290001
22.34/20.49	c cleaning 0 clauses out of 315000 with flag 0/315000
23.94/22.06	c cleaning 0 clauses out of 341001 with flag 0/341001
25.71/23.70	c cleaning 0 clauses out of 368000 with flag 0/368000
28.49/26.49	c cleaning 0 clauses out of 396001 with flag 0/396001
30.79/28.75	c cleaning 0 clauses out of 425000 with flag 0/425000
33.28/31.13	c cleaning 0 clauses out of 455001 with flag 0/455001
35.86/33.69	c cleaning 0 clauses out of 486000 with flag 0/486000
38.64/36.30	c cleaning 0 clauses out of 518001 with flag 0/518001
41.25/38.94	c cleaning 0 clauses out of 551000 with flag 0/551000
43.72/41.36	c cleaning 0 clauses out of 585001 with flag 0/585001
48.11/45.65	c cleaning 0 clauses out of 620001 with flag 0/620001
51.12/48.52	c cleaning 0 clauses out of 656000 with flag 0/656000
53.82/51.26	c cleaning 0 clauses out of 693000 with flag 0/693000
57.03/54.33	c cleaning 0 clauses out of 731000 with flag 0/731000
60.63/57.89	c cleaning 0 clauses out of 770001 with flag 0/770001
64.23/61.35	c cleaning 0 clauses out of 810000 with flag 0/810000
68.12/65.29	c cleaning 0 clauses out of 851001 with flag 0/851001
74.83/71.82	c cleaning 0 clauses out of 893002 with flag 0/893002
79.14/76.08	c cleaning 0 clauses out of 936001 with flag 0/936001
83.85/80.68	c cleaning 0 clauses out of 980000 with flag 0/980000
87.36/84.08	c cleaning 0 clauses out of 1025002 with flag 0/1025002
90.97/87.58	c cleaning 0 clauses out of 1071001 with flag 0/1071001
96.78/93.22	c cleaning 0 clauses out of 1118001 with flag 0/1118001
100.98/97.33	c cleaning 0 clauses out of 1166001 with flag 0/1166001
105.68/101.93	c cleaning 0 clauses out of 1215001 with flag 0/1215001
109.47/105.69	c cleaning 0 clauses out of 1265000 with flag 0/1265000
113.97/110.02	c cleaning 0 clauses out of 1316000 with flag 0/1316000
123.88/119.80	c cleaning 0 clauses out of 1368001 with flag 0/1368001
130.07/125.94	c cleaning 0 clauses out of 1421000 with flag 0/1421000
136.38/132.15	c cleaning 0 clauses out of 1475000 with flag 0/1475000
143.37/139.04	c cleaning 0 clauses out of 1530002 with flag 0/1530002
149.96/145.53	c cleaning 0 clauses out of 1586000 with flag 0/1586000
158.17/153.61	c cleaning 0 clauses out of 1643000 with flag 0/1643000
163.43/158.74	c cleaning 0 clauses out of 1701000 with flag 0/1701000
171.06/166.37	c cleaning 0 clauses out of 1760001 with flag 0/1760001
179.11/174.31	c cleaning 0 clauses out of 1820001 with flag 0/1820001
188.64/183.79	c cleaning 0 clauses out of 1881002 with flag 0/1881002
197.01/192.03	c cleaning 0 clauses out of 1943001 with flag 0/1943001
212.88/207.82	c cleaning 0 clauses out of 2006000 with flag 0/2006000
221.87/216.68	c cleaning 0 clauses out of 2070001 with flag 0/2070001
233.93/228.56	c cleaning 0 clauses out of 2135001 with flag 0/2135001
245.12/239.58	c cleaning 0 clauses out of 2201000 with flag 0/2201000
254.43/248.73	c cleaning 0 clauses out of 2268001 with flag 0/2268001
268.84/263.05	c cleaning 0 clauses out of 2336000 with flag 0/2336000
277.41/271.41	c cleaning 0 clauses out of 2405000 with flag 0/2405000
285.81/279.76	c cleaning 0 clauses out of 2475000 with flag 0/2475000
293.23/286.95	c cleaning 0 clauses out of 2546000 with flag 0/2546000
304.60/298.16	c cleaning 0 clauses out of 2618000 with flag 0/2618000
314.66/308.14	c cleaning 0 clauses out of 2691000 with flag 0/2691000
325.93/319.38	c cleaning 0 clauses out of 2765000 with flag 0/2765000
339.54/332.88	c cleaning 0 clauses out of 2840001 with flag 0/2840001
359.77/352.90	c cleaning 0 clauses out of 2916001 with flag 0/2916001
389.12/381.93	c cleaning 0 clauses out of 2993000 with flag 0/2993000
408.89/398.78	c cleaning 0 clauses out of 3071000 with flag 0/3071000
425.03/412.49	c cleaning 0 clauses out of 3150001 with flag 0/3150001
439.99/426.84	c cleaning 0 clauses out of 3230001 with flag 0/3230001
460.30/444.05	c cleaning 0 clauses out of 3311000 with flag 0/3311000
475.12/455.67	c cleaning 0 clauses out of 3393001 with flag 0/3393001
489.96/467.15	c cleaning 0 clauses out of 3476001 with flag 0/3476001
502.34/476.10	c cleaning 0 clauses out of 3560001 with flag 0/3560001
521.98/495.59	c cleaning 0 clauses out of 3645000 with flag 0/3645000
537.95/507.99	c cleaning 0 clauses out of 3731000 with flag 0/3731000
551.78/518.29	c cleaning 0 clauses out of 3818001 with flag 0/3818001
565.98/528.73	c cleaning 0 clauses out of 3906000 with flag 0/3906000
583.95/542.80	c cleaning 0 clauses out of 3995001 with flag 0/3995001
600.36/555.39	c cleaning 0 clauses out of 4085001 with flag 0/4085001
618.43/569.45	c cleaning 0 clauses out of 4176000 with flag 0/4176000
638.34/585.24	c cleaning 0 clauses out of 4268000 with flag 0/4268000
658.77/601.34	c cleaning 0 clauses out of 4361001 with flag 0/4361001
679.23/617.51	c cleaning 0 clauses out of 4455000 with flag 0/4455000
721.26/654.91	c cleaning 0 clauses out of 4550001 with flag 0/4550001
758.48/687.97	c cleaning 0 clauses out of 4646000 with flag 0/4646000
785.94/710.86	c cleaning 0 clauses out of 4743000 with flag 0/4743000
844.17/764.72	c cleaning 0 clauses out of 4841000 with flag 0/4841000
878.44/794.24	c cleaning 0 clauses out of 4940000 with flag 0/4940000
899.04/809.81	c cleaning 0 clauses out of 5040000 with flag 0/5040000
921.66/827.44	c cleaning 0 clauses out of 5141000 with flag 0/5141000
945.49/845.95	c cleaning 0 clauses out of 5243000 with flag 0/5243000
968.16/863.28	c cleaning 0 clauses out of 5346000 with flag 0/5346000
988.73/878.48	c cleaning 0 clauses out of 5450000 with flag 0/5450000
1014.35/898.57	c cleaning 0 clauses out of 5555000 with flag 0/5555000
1035.75/914.18	c cleaning 0 clauses out of 5661001 with flag 0/5661001
1057.92/930.52	c cleaning 0 clauses out of 5768001 with flag 0/5768001
1083.35/950.07	c cleaning 0 clauses out of 5876000 with flag 0/5876000
1110.74/971.43	c cleaning 0 clauses out of 5985000 with flag 0/5985000
1130.49/986.21	c cleaning 0 clauses out of 6095001 with flag 0/6095001
1151.86/1002.15	c cleaning 0 clauses out of 6206001 with flag 0/6206001
1179.00/1021.14	c cleaning 0 clauses out of 6318000 with flag 0/6318000
1200.35/1036.90	c cleaning 0 clauses out of 6431000 with flag 0/6431000
1223.14/1053.73	c cleaning 0 clauses out of 6545000 with flag 0/6545000
1240.45/1069.22	c cleaning 0 clauses out of 6660001 with flag 0/6660001
1298.61/1120.12	c cleaning 0 clauses out of 6776000 with flag 0/6776000
1341.75/1156.50	c cleaning 0 clauses out of 6893001 with flag 0/6893001
1379.13/1186.96	c cleaning 0 clauses out of 7011000 with flag 0/7011000
1418.32/1219.01	c cleaning 0 clauses out of 7130000 with flag 0/7130000
1452.75/1246.55	c cleaning 0 clauses out of 7250000 with flag 0/7250000
1475.27/1263.52	c cleaning 0 clauses out of 7371000 with flag 0/7371000
1500.21/1285.57	c cleaning 0 clauses out of 7493000 with flag 0/7493000
1534.25/1311.98	c cleaning 0 clauses out of 7616001 with flag 0/7616001
1576.62/1346.78	c cleaning 0 clauses out of 7740001 with flag 0/7740001
1611.92/1374.13	c cleaning 0 clauses out of 7865001 with flag 0/7865001
1638.53/1395.56	c cleaning 0 clauses out of 7991001 with flag 0/7991001
1664.97/1419.02	c cleaning 0 clauses out of 8118001 with flag 0/8118001
1701.41/1447.11	c cleaning 0 clauses out of 8246001 with flag 0/8246001
1738.26/1475.40	c cleaning 0 clauses out of 8375001 with flag 0/8375001
1771.56/1501.26	c cleaning 0 clauses out of 8505001 with flag 0/8505001
1802.72/1530.92	c cleaning 0 clauses out of 8636000 with flag 0/8636000
1852.21/1571.51	c cleaning 0 clauses out of 8768000 with flag 0/8768000
1910.70/1621.23	c cleaning 0 clauses out of 8901000 with flag 0/8901000
1962.40/1663.51	c cleaning 0 clauses out of 9035000 with flag 0/9035000
1994.02/1688.12	c cleaning 0 clauses out of 9170001 with flag 0/9170001
2017.79/1709.52	c cleaning 0 clauses out of 9306000 with flag 0/9306000
2048.34/1730.80	c cleaning 0 clauses out of 9443001 with flag 0/9443001
2080.99/1756.57	c cleaning 0 clauses out of 9581000 with flag 0/9581000
2107.38/1779.82	c cleaning 0 clauses out of 9720001 with flag 0/9720001
2148.03/1810.76	c cleaning 0 clauses out of 9860000 with flag 0/9860000
2197.59/1850.25	c cleaning 0 clauses out of 10001000 with flag 0/10001000
2298.00/1940.05	c cleaning 0 clauses out of 10143000 with flag 0/10143000
2339.13/1980.59	c cleaning 0 clauses out of 10286000 with flag 0/10286000
2377.66/2018.51	c cleaning 0 clauses out of 10430001 with flag 0/10430001
2411.08/2051.43	c cleaning 0 clauses out of 10575000 with flag 0/10575000
2464.14/2104.17	c cleaning 0 clauses out of 10721000 with flag 0/10721000
2507.73/2136.98	c cleaning 0 clauses out of 10868001 with flag 0/10868001
2536.71/2165.58	c cleaning 0 clauses out of 11016001 with flag 0/11016001
2572.55/2200.87	c cleaning 0 clauses out of 11165001 with flag 0/11165001
2595.10/2222.95	c cleaning 0 clauses out of 11315000 with flag 0/11315000
2622.04/2249.52	c cleaning 0 clauses out of 11466001 with flag 0/11466001
2658.27/2285.33	c cleaning 0 clauses out of 11618001 with flag 0/11618001
2718.61/2338.11	c cleaning 0 clauses out of 11771001 with flag 0/11771001
2751.35/2366.39	c cleaning 0 clauses out of 11925000 with flag 0/11925000
2789.91/2404.60	c cleaning 0 clauses out of 12080000 with flag 0/12080000
2838.09/2440.60	c cleaning 0 clauses out of 12236000 with flag 0/12236000
2877.16/2479.45	c cleaning 0 clauses out of 12393000 with flag 0/12393000
2921.33/2510.57	c cleaning 0 clauses out of 12551000 with flag 0/12551000
2957.51/2546.44	c cleaning 0 clauses out of 12710000 with flag 0/12710000
2990.81/2579.32	c cleaning 0 clauses out of 12870001 with flag 0/12870001
3022.40/2610.63	c cleaning 0 clauses out of 13031001 with flag 0/13031001
3052.35/2640.43	c cleaning 0 clauses out of 13193001 with flag 0/13193001
3093.94/2668.25	c cleaning 0 clauses out of 13356001 with flag 0/13356001
3138.75/2712.31	c cleaning 0 clauses out of 13520000 with flag 0/13520000
3191.41/2764.60	c cleaning 0 clauses out of 13685000 with flag 0/13685000
3229.30/2802.19	c cleaning 0 clauses out of 13851001 with flag 0/13851001
3266.23/2838.58	c cleaning 0 clauses out of 14018000 with flag 0/14018000
3316.58/2877.26	c cleaning 0 clauses out of 14186000 with flag 0/14186000
3357.19/2914.30	c cleaning 0 clauses out of 14355000 with flag 0/14355000
3390.62/2947.56	c cleaning 0 clauses out of 14525001 with flag 0/14525001
3424.21/2980.98	c cleaning 0 clauses out of 14696001 with flag 0/14696001
3488.86/3030.04	c cleaning 0 clauses out of 14868001 with flag 0/14868001
3532.32/3073.08	c cleaning 0 clauses out of 15041000 with flag 0/15041000
3600.17/3137.95	c starts		: 334
3600.17/3137.96	c timeout
3600.17/3137.97	c conflicts		: 15150214
3600.17/3137.97	c decisions		: 18597755
3600.17/3137.97	c propagations		: 109326257
3600.17/3137.97	c inspects		: 26498057245
3600.17/3137.97	c shortcuts		: 0
3600.17/3137.97	c learnt literals	: 0
3600.17/3137.97	c learnt binary clauses	: 0
3600.17/3137.97	c learnt ternary clauses	: 4
3600.17/3137.97	c learnt constraints	: 15150214
3600.17/3137.97	c ignored constraints	: 0
3600.17/3137.97	c root simplifications	: 0
3600.17/3137.97	c removed literals (reason simplification)	: 0
3600.17/3137.97	c reason swapping (by a shorter reason)	: 0
3600.17/3137.97	c Calls to reduceDB	: 169
3600.17/3137.97	c Number of update (reduction) of LBD	: 0
3600.17/3137.97	c Imported unit clauses	: 0
3600.17/3137.97	c No decision after first conflict	: false
3600.17/3137.97	c number of reductions to clauses (during analyze)	: 0
3600.17/3137.97	c number of learned constraints concerned by reduction	: 0
3600.17/3137.97	c number of learning phase by resolution	: 0
3600.17/3137.97	c number of learning phase by cutting planes	: 0
3600.17/3137.97	c number of rounding to 1 operations	: 0
3600.17/3137.97	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.17/3137.97	c number of reductions of the coefficients by power 2 	: 0
3600.17/3137.97	c number of right shift for reduction by power 2 	: 0
3600.17/3137.97	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.17/3137.97	c number of ending skipping 	: 0
3600.17/3137.97	c number of internal skipping 	: 0
3600.17/3137.97	c number of derivation steps 	: 93743547
3600.17/3137.97	c number of skipped derivation steps 	: 0
3600.17/3137.97	c number of remaining unassigned 	: 0
3600.17/3137.97	c number of remaining assigned 	: 0
3600.17/3137.97	c number of falsified literals weakened from reason	: 0
3600.17/3137.97	c number of falsified literals weakened from conflict	: 0
3600.17/3137.97	c time for arithmetic operations	: 0
3600.17/3137.98	c minimum degree of deleted constraints	: null
3600.17/3137.98	c maximum degree of deleted constraints	: null
3600.17/3137.98	c number of deleted constraints	: 0
3600.17/3137.98	c speed (assignments/second)	: 34842.112626770286
3600.17/3137.98	c non guided choices	: 25593
3601.15/3138.45	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 15150214
3601.15/3138.45	s UNKNOWN
3601.15/3138.45	c Total wall clock time (in seconds): 3138.306

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447775-1721360056/watcher-4447775-1721360056 -o /tmp/evaluation-result-4447775-1721360056/solver-4447775-1721360056 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721360068-1012977 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4447775-1721360056.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=1013030, runsolver pid=1013022

[startup+0.101392 s]*
/proc/loadavg: 1.10 1.09 1.17 13/328 1013108
/proc/meminfo: memFree=123154184/131524600 swapFree=131071996/131071996
[pid=1013030] ppid=1013022 vsize=18975048 memory=63496 CPUtime=0.14 cores=4,6
/proc/1013030/stat : 1013030 (java) S 1013022 1013030 1006321 0 -1 1077936128 7282 0 0 0 12 2 0 0 20 0 18 0 188173841 19430449152 15874 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
/proc/1013030/statm: 4743762 15874 5710 1 0 549374 0
[pid=1013030/tid=1013042] ppid=1013022 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=4,6
/proc/1013030/task/1013042/stat : 1013042 (java) R 1013022 1013030 1006321 0 -1 4194368 5801 0 0 0 7 1 0 0 20 0 18 0 188173841 19430449152 15874 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 188173842 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013076] ppid=1013022 vsize=18975048 memory=15945 CPUtime=0 cores=4,6
/proc/1013030/task/1013076/stat : 1013076 (Finalizer) S 1013022 1013030 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188173844 19430449152 15874 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013106] ppid=1013022 vsize=18975048 memory=14418111545738801 CPUtime=0 cores=4,6
/proc/1013030/task/1013106/stat : 1013106 (Common-Cleaner) S 1013022 1013030 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 188173845 19430449152 15874 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63496 KiB

[startup+0.206405 s]*
/proc/loadavg: 1.10 1.09 1.17 15/330 1013110
/proc/meminfo: memFree=123124204/131524600 swapFree=131071996/131071996
[pid=1013030] ppid=1013022 vsize=18975048 memory=71916 CPUtime=0.33 cores=4,6
/proc/1013030/stat : 1013030 (java) S 1013022 1013030 1006321 0 -1 1077936128 7859 0 0 0 31 2 0 0 20 0 18 0 188173841 19430449152 17979 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
/proc/1013030/statm: 4743762 17979 5798 1 0 549720 0
[pid=1013030/tid=1013042] ppid=1013022 vsize=18975048 memory=8603368907145347203 CPUtime=0.17 cores=4,6
/proc/1013030/task/1013042/stat : 1013042 (java) R 1013022 1013030 1006321 0 -1 1077936192 6083 0 0 0 16 1 0 0 20 0 18 0 188173841 19430449152 17979 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 188173842 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013076] ppid=1013022 vsize=18975048 memory=15945 CPUtime=0 cores=4,6
/proc/1013030/task/1013076/stat : 1013076 (Finalizer) S 1013022 1013030 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188173844 19430449152 17979 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013106] ppid=1013022 vsize=18975048 memory=14418111545738801 CPUtime=0 cores=4,6
/proc/1013030/task/1013106/stat : 1013106 (Common-Cleaner) S 1013022 1013030 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 188173845 19430449152 17979 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71916 KiB

[startup+0.314896 s]*
/proc/loadavg: 1.10 1.09 1.17 12/332 1013112
/proc/meminfo: memFree=123029316/131524600 swapFree=131071996/131071996
[pid=1013030] ppid=1013022 vsize=19041612 memory=96020 CPUtime=0.54 cores=4,6
/proc/1013030/stat : 1013030 (java) S 1013022 1013030 1006321 0 -1 1077936128 9157 0 0 0 52 2 0 0 20 0 19 0 188173841 19498610688 24005 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
/proc/1013030/statm: 4760403 24005 5829 1 0 550824 0
[pid=1013030/tid=1013042] ppid=1013022 vsize=19041612 memory=-7596830928980306279 CPUtime=0.28 cores=4,6
/proc/1013030/task/1013042/stat : 1013042 (java) R 1013022 1013030 1006321 0 -1 4194368 6139 0 0 0 26 2 0 0 20 0 19 0 188173841 19498610688 24005 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 188173842 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013076] ppid=1013022 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1013030/task/1013076/stat : 1013076 (Finalizer) S 1013022 1013030 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188173844 19498610688 24005 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013106] ppid=1013022 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1013030/task/1013106/stat : 1013106 (Common-Cleaner) S 1013022 1013030 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 188173845 19498610688 24005 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013111] ppid=1013022 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1013030/task/1013111/stat : 1013111 (Timer-0) S 1013022 1013030 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188173862 19498610688 24005 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 96020 KiB

[startup+0.706896 s]
/proc/loadavg: 1.10 1.09 1.17 14/333 1013113
/proc/meminfo: memFree=122762488/131524600 swapFree=131071996/131071996
[pid=1013030] ppid=1013022 vsize=19108176 memory=174912 CPUtime=1.28 cores=4,6
/proc/1013030/stat : 1013030 (java) S 1013022 1013030 1006321 0 -1 1077936128 14062 0 0 0 123 5 0 0 20 0 20 0 188173841 19566772224 43728 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
/proc/1013030/statm: 4777044 43728 5844 1 0 554134 0
[pid=1013030/tid=1013042] ppid=1013022 vsize=19108176 memory=13120 CPUtime=0.63 cores=4,6
/proc/1013030/task/1013042/stat : 1013042 (java) R 1013022 1013030 1006321 0 -1 4194368 6206 0 0 0 60 3 0 0 20 0 20 0 188173841 19566772224 43728 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 188173842 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013076] ppid=1013022 vsize=19108176 memory=13120 CPUtime=0 cores=4,6
/proc/1013030/task/1013076/stat : 1013076 (Finalizer) S 1013022 1013030 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 43728 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013106] ppid=1013022 vsize=19108176 memory=752915843682107838 CPUtime=0 cores=4,6
/proc/1013030/task/1013106/stat : 1013106 (Common-Cleaner) S 1013022 1013030 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 43728 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013111] ppid=1013022 vsize=19108176 memory=1848 CPUtime=0 cores=4,6
/proc/1013030/task/1013111/stat : 1013111 (Timer-0) S 1013022 1013030 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173862 19566772224 43728 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 174912 KiB

[startup+1.50089 s]
/proc/loadavg: 1.10 1.09 1.17 14/336 1013118
/proc/meminfo: memFree=122645508/131524600 swapFree=131071996/131071996
[pid=1013030] ppid=1013022 vsize=19108176 memory=379368 CPUtime=2.8 cores=4,6
/proc/1013030/stat : 1013030 (java) S 1013022 1013030 1006321 0 -1 1077936128 19540 0 0 0 271 9 0 0 20 0 20 0 188173841 19566772224 94842 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
/proc/1013030/statm: 4777044 94842 5862 1 0 554405 0
[pid=1013030/tid=1013042] ppid=1013022 vsize=19108176 memory=13120 CPUtime=1.4 cores=4,6
/proc/1013030/task/1013042/stat : 1013042 (java) R 1013022 1013030 1006321 0 -1 4194368 6630 0 0 0 133 7 0 0 20 0 20 0 188173841 19566772224 94842 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 188173842 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013076] ppid=1013022 vsize=19108176 memory=1848 CPUtime=0 cores=4,6
/proc/1013030/task/1013076/stat : 1013076 (Finalizer) S 1013022 1013030 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 94842 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013106] ppid=1013022 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1013030/task/1013106/stat : 1013106 (Common-Cleaner) S 1013022 1013030 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 94842 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013111] ppid=1013022 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1013030/task/1013111/stat : 1013111 (Timer-0) S 1013022 1013030 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173862 19566772224 94842 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 379368 KiB

[startup+3.10689 s]
/proc/loadavg: 1.33 1.14 1.18 9/336 1013118
/proc/meminfo: memFree=121121704/131524600 swapFree=131071996/131071996
[pid=1013030] ppid=1013022 vsize=19108176 memory=740368 CPUtime=4.75 cores=4,6
/proc/1013030/stat : 1013030 (java) S 1013022 1013030 1006321 0 -1 1077936128 21481 0 0 0 459 16 0 0 20 0 20 0 188173841 19566772224 185092 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
/proc/1013030/statm: 4777044 185092 5872 1 0 554422 0
[pid=1013030/tid=1013042] ppid=1013022 vsize=19108176 memory=0 CPUtime=2.95 cores=4,6
/proc/1013030/task/1013042/stat : 1013042 (java) R 1013022 1013030 1006321 0 -1 4194368 7388 0 0 0 282 13 0 0 20 0 20 0 188173841 19566772224 185092 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 188173842 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013076] ppid=1013022 vsize=19108176 memory=13120 CPUtime=0 cores=4,6
/proc/1013030/task/1013076/stat : 1013076 (Finalizer) S 1013022 1013030 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 185092 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013106] ppid=1013022 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1013030/task/1013106/stat : 1013106 (Common-Cleaner) S 1013022 1013030 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 185092 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013111] ppid=1013022 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1013030/task/1013111/stat : 1013111 (Timer-0) S 1013022 1013030 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173862 19566772224 185092 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
Current children cumulated CPU time: 4.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 740368 KiB

[startup+6.30089 s]
/proc/loadavg: 1.33 1.14 1.18 10/335 1013184
/proc/meminfo: memFree=120222628/131524600 swapFree=131071996/131071996
[pid=1013030] ppid=1013022 vsize=19108176 memory=1158684 CPUtime=8.01 cores=4,6
/proc/1013030/stat : 1013030 (java) S 1013022 1013030 1006321 0 -1 1077936128 22083 0 0 0 777 24 0 0 20 0 20 0 188173841 19566772224 289671 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
/proc/1013030/statm: 4777044 289671 5872 1 0 660947 0
[pid=1013030/tid=1013042] ppid=1013022 vsize=19108176 memory=13120 CPUtime=6.03 cores=4,6
/proc/1013030/task/1013042/stat : 1013042 (java) R 1013022 1013030 1006321 0 -1 4194368 7617 0 0 0 582 21 0 0 20 0 20 0 188173841 19566772224 289671 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 188173842 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013076] ppid=1013022 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1013030/task/1013076/stat : 1013076 (Finalizer) S 1013022 1013030 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 289671 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013106] ppid=1013022 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1013030/task/1013106/stat : 1013106 (Common-Cleaner) S 1013022 1013030 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 289671 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013111] ppid=1013022 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1013030/task/1013111/stat : 1013111 (Timer-0) S 1013022 1013030 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173862 19566772224 289671 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
Current children cumulated CPU time: 8.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1158684 KiB

[startup+12.7009 s]
/proc/loadavg: 1.71 1.22 1.21 10/335 1013520
/proc/meminfo: memFree=119619008/131524600 swapFree=131071996/131071996
[pid=1013030] ppid=1013022 vsize=19108176 memory=1854268 CPUtime=14.5 cores=4,6
/proc/1013030/stat : 1013030 (java) S 1013022 1013030 1006321 0 -1 1077936128 25175 0 0 0 1411 39 0 0 20 0 20 0 188173841 19566772224 463567 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
/proc/1013030/statm: 4777044 463567 5872 1 0 788364 0
[pid=1013030/tid=1013042] ppid=1013022 vsize=19108176 memory=0 CPUtime=12.16 cores=4,6
/proc/1013030/task/1013042/stat : 1013042 (java) R 1013022 1013030 1006321 0 -1 4194368 9359 0 0 0 1182 34 0 0 20 0 20 0 188173841 19566772224 463567 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 188173842 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013076] ppid=1013022 vsize=19108176 memory=1160756 CPUtime=0 cores=4,6
/proc/1013030/task/1013076/stat : 1013076 (Finalizer) S 1013022 1013030 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 463567 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013106] ppid=1013022 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1013030/task/1013106/stat : 1013106 (Common-Cleaner) S 1013022 1013030 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 463567 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013111] ppid=1013022 vsize=19108176 memory=13120 CPUtime=0 cores=4,6
/proc/1013030/task/1013111/stat : 1013111 (Timer-0) S 1013022 1013030 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173862 19566772224 463567 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
Current children cumulated CPU time: 14.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1854268 KiB

[startup+25.5089 s]
/proc/loadavg: 2.43 1.40 1.27 5/336 1013523
/proc/meminfo: memFree=115853828/131524600 swapFree=131071996/131071996
[pid=1013030] ppid=1013022 vsize=19108176 memory=2030484 CPUtime=27.53 cores=4,6
/proc/1013030/stat : 1013030 (java) S 1013022 1013030 1006321 0 -1 1077936128 26083 0 0 0 2709 44 0 0 20 0 20 0 188173841 19566772224 507621 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
/proc/1013030/statm: 4777044 507621 5872 1 0 788377 0
[pid=1013030/tid=1013042] ppid=1013022 vsize=19108176 memory=0 CPUtime=24.6 cores=4,6
/proc/1013030/task/1013042/stat : 1013042 (java) S 1013022 1013030 1006321 0 -1 1077936192 9959 0 0 0 2424 36 0 0 20 0 20 0 188173841 19566772224 507621 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 188173842 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013076] ppid=1013022 vsize=19108176 memory=2024304 CPUtime=0 cores=4,6
/proc/1013030/task/1013076/stat : 1013076 (Finalizer) S 1013022 1013030 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188173844 19566772224 507621 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013106] ppid=1013022 vsize=19108176 memory=-6606433844900619135 CPUtime=0 cores=4,6
/proc/1013030/task/1013106/stat : 1013106 (Common-Cleaner) S 1013022 1013030 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188173845 19566772224 507621 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013111] ppid=1013022 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1013030/task/1013111/stat : 1013111 (Timer-0) S 1013022 1013030 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188173862 19566772224 507621 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
Current children cumulated CPU time: 27.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2030484 KiB

[startup+51.1065 s]
/proc/loadavg: 3.03 1.63 1.35 5/335 1013527
/proc/meminfo: memFree=114480788/131524600 swapFree=131071996/131071996
[pid=1013030] ppid=1013022 vsize=19108176 memory=2709868 CPUtime=53.73 cores=4,6
/proc/1013030/stat : 1013030 (java) S 1013022 1013030 1006321 0 -1 1077936128 32144 0 0 0 5315 58 0 0 20 0 20 0 188173841 19566772224 677467 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
/proc/1013030/statm: 4777044 677467 5888 1 0 922079 0
[pid=1013030/tid=1013042] ppid=1013022 vsize=19108176 memory=33700 CPUtime=49.39 cores=4,6
/proc/1013030/task/1013042/stat : 1013042 (java) R 1013022 1013030 1006321 0 -1 4194368 12654 0 0 0 4893 46 0 0 20 0 20 0 188173841 19566772224 677467 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 188173842 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0

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

/proc/1013030/task/1013076/stat : 1013076 (Finalizer) S 1013022 1013030 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188173844 19634933760 3146068 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013106] ppid=1013022 vsize=19174740 memory=12584272 CPUtime=0 cores=4,6
/proc/1013030/task/1013106/stat : 1013106 (Common-Cleaner) S 1013022 1013030 1006321 0 -1 1077936192 1044 0 0 0 0 0 0 0 20 0 21 0 188173845 19634933760 3146068 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013111] ppid=1013022 vsize=19174740 memory=8012 CPUtime=0 cores=4,6
/proc/1013030/task/1013111/stat : 1013111 (Timer-0) S 1013022 1013030 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 188173862 19634933760 3146068 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
Current children cumulated CPU time: 3290.17 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 12584272 KiB

[startup+2922.3 s]
/proc/loadavg: 4.37 4.49 4.41 6/336 1014988
/proc/meminfo: memFree=92425380/131524600 swapFree=131071996/131071996
[pid=1013030] ppid=1013022 vsize=19174740 memory=13435016 CPUtime=3365.51 cores=4,6
/proc/1013030/stat : 1013030 (java) S 1013022 1013030 1006321 0 -1 1077936128 710799 0 0 0 335617 934 0 0 20 0 21 0 188173841 19634933760 3358754 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
/proc/1013030/statm: 4793685 3358754 5903 1 0 3373481 0
[pid=1013030/tid=1013042] ppid=1013022 vsize=19174740 memory=12584268 CPUtime=2865.04 cores=4,6
/proc/1013030/task/1013042/stat : 1013042 (java) R 1013022 1013030 1006321 0 -1 4194368 306596 0 0 0 286236 268 0 0 20 0 21 0 188173841 19634933760 3358754 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 188173876 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013076] ppid=1013022 vsize=19174740 memory=13435016 CPUtime=0 cores=4,6
/proc/1013030/task/1013076/stat : 1013076 (Finalizer) S 1013022 1013030 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188173844 19634933760 3358754 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013106] ppid=1013022 vsize=19174740 memory=13435012 CPUtime=0 cores=4,6
/proc/1013030/task/1013106/stat : 1013106 (Common-Cleaner) S 1013022 1013030 1006321 0 -1 1077936192 1072 0 0 0 0 0 0 0 20 0 21 0 188173845 19634933760 3358754 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013111] ppid=1013022 vsize=19174740 memory=13435016 CPUtime=0 cores=4,6
/proc/1013030/task/1013111/stat : 1013111 (Timer-0) S 1013022 1013030 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 188173862 19634933760 3358754 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
Current children cumulated CPU time: 3365.51 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 13435016 KiB

[startup+2982.3 s]
/proc/loadavg: 4.25 4.43 4.39 5/336 1014998
/proc/meminfo: memFree=92372164/131524600 swapFree=131071996/131071996
[pid=1013030] ppid=1013022 vsize=19174740 memory=13435564 CPUtime=3425.81 cores=4,6
/proc/1013030/stat : 1013030 (java) S 1013022 1013030 1006321 0 -1 1077936128 720025 0 0 0 341644 937 0 0 20 0 21 0 188173841 19634933760 3358891 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
/proc/1013030/statm: 4793685 3358891 5903 1 0 3373559 0
[pid=1013030/tid=1013042] ppid=1013022 vsize=19174740 memory=13435016 CPUtime=2924.13 cores=4,6
/proc/1013030/task/1013042/stat : 1013042 (java) R 1013022 1013030 1006321 0 -1 4194368 310359 0 0 0 292145 268 0 0 20 0 21 0 188173841 19634933760 3358891 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 188173876 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013076] ppid=1013022 vsize=19174740 memory=13435012 CPUtime=0 cores=4,6
/proc/1013030/task/1013076/stat : 1013076 (Finalizer) S 1013022 1013030 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188173844 19634933760 3358891 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013106] ppid=1013022 vsize=19174740 memory=13435564 CPUtime=0 cores=4,6
/proc/1013030/task/1013106/stat : 1013106 (Common-Cleaner) S 1013022 1013030 1006321 0 -1 1077936192 1072 0 0 0 0 0 0 0 20 0 21 0 188173845 19634933760 3358891 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013111] ppid=1013022 vsize=19174740 memory=13435356 CPUtime=0 cores=4,6
/proc/1013030/task/1013111/stat : 1013111 (Timer-0) S 1013022 1013030 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 188173862 19634933760 3358891 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
Current children cumulated CPU time: 3425.81 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 13435564 KiB

[startup+3042.3 s]
/proc/loadavg: 4.66 4.53 4.43 6/336 1015143
/proc/meminfo: memFree=93846256/131524600 swapFree=131071996/131071996
[pid=1013030] ppid=1013022 vsize=19174740 memory=13877560 CPUtime=3501.22 cores=4,6
/proc/1013030/stat : 1013030 (java) S 1013022 1013030 1006321 0 -1 1077936128 761163 0 0 0 349154 968 0 0 20 0 21 0 188173841 19634933760 3469390 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
/proc/1013030/statm: 4793685 3469390 5903 1 0 3484278 0
[pid=1013030/tid=1013042] ppid=1013022 vsize=19174740 memory=21604 CPUtime=2983.56 cores=4,6
/proc/1013030/task/1013042/stat : 1013042 (java) R 1013022 1013030 1006321 0 -1 4194368 332974 0 0 0 298078 278 0 0 20 0 21 0 188173841 19634933760 3469390 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 188173876 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013076] ppid=1013022 vsize=19174740 memory=11400 CPUtime=0 cores=4,6
/proc/1013030/task/1013076/stat : 1013076 (Finalizer) S 1013022 1013030 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188173844 19634933760 3469390 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013106] ppid=1013022 vsize=19174740 memory=-7596830928980371815 CPUtime=0 cores=4,6
/proc/1013030/task/1013106/stat : 1013106 (Common-Cleaner) S 1013022 1013030 1006321 0 -1 1077936192 1116 0 0 0 0 0 0 0 20 0 21 0 188173845 19634933760 3469390 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013111] ppid=1013022 vsize=19174740 memory=13877544 CPUtime=0 cores=4,6
/proc/1013030/task/1013111/stat : 1013111 (Timer-0) S 1013022 1013030 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 188173862 19634933760 3469390 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
Current children cumulated CPU time: 3501.22 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 13877560 KiB

[startup+3102.3 s]
/proc/loadavg: 4.36 4.47 4.42 6/336 1015538
/proc/meminfo: memFree=93425480/131524600 swapFree=131071996/131071996
[pid=1013030] ppid=1013022 vsize=19174740 memory=13877640 CPUtime=3561.71 cores=4,6
/proc/1013030/stat : 1013030 (java) S 1013022 1013030 1006321 0 -1 1077936128 772065 0 0 0 355199 972 0 0 20 0 21 0 188173841 19634933760 3469410 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
/proc/1013030/statm: 4793685 3469410 5903 1 0 3484278 0
[pid=1013030/tid=1013042] ppid=1013022 vsize=19174740 memory=11400 CPUtime=3042.61 cores=4,6
/proc/1013030/task/1013042/stat : 1013042 (java) R 1013022 1013030 1006321 0 -1 4194368 340228 0 0 0 303982 279 0 0 20 0 21 0 188173841 19634933760 3469410 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 188173876 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013076] ppid=1013022 vsize=19174740 memory=13120 CPUtime=0 cores=4,6
/proc/1013030/task/1013076/stat : 1013076 (Finalizer) S 1013022 1013030 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188173844 19634933760 3469410 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013106] ppid=1013022 vsize=19174740 memory=13877636 CPUtime=0 cores=4,6
/proc/1013030/task/1013106/stat : 1013106 (Common-Cleaner) S 1013022 1013030 1006321 0 -1 1077936192 1123 0 0 0 0 0 0 0 20 0 21 0 188173845 19634933760 3469410 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013111] ppid=1013022 vsize=19174740 memory=4912 CPUtime=0 cores=4,6
/proc/1013030/task/1013111/stat : 1013111 (Timer-0) S 1013022 1013030 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 188173862 19634933760 3469410 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
Current children cumulated CPU time: 3561.71 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 13877640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3137.9 s]
/proc/loadavg: 4.27 4.44 4.41 8/336 1015544
/proc/meminfo: memFree=92828216/131524600 swapFree=131071996/131071996
[pid=1013030] ppid=1013022 vsize=19174740 memory=13880308 CPUtime=3600.17 cores=4,6
/proc/1013030/stat : 1013030 (java) S 1013022 1013030 1006321 0 -1 1077936128 798940 0 0 0 359039 978 0 0 20 0 21 0 188173841 19634933760 3470077 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
/proc/1013030/statm: 4793685 3470077 5903 1 0 3484964 0
[pid=1013030/tid=1013042] ppid=1013022 vsize=19174740 memory=11400 CPUtime=3077.64 cores=4,6
/proc/1013030/task/1013042/stat : 1013042 (java) R 1013022 1013030 1006321 0 -1 4194368 359342 0 0 0 307483 281 0 0 20 0 21 0 188173841 19634933760 3470077 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 188173876 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013076] ppid=1013022 vsize=19174740 memory=13880208 CPUtime=0 cores=4,6
/proc/1013030/task/1013076/stat : 1013076 (Finalizer) S 1013022 1013030 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188173844 19634933760 3470077 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013106] ppid=1013022 vsize=19174740 memory=13120 CPUtime=0 cores=4,6
/proc/1013030/task/1013106/stat : 1013106 (Common-Cleaner) S 1013022 1013030 1006321 0 -1 1077936192 1231 0 0 0 0 0 0 0 20 0 21 0 188173845 19634933760 3470077 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013111] ppid=1013022 vsize=19174740 memory=11400 CPUtime=0 cores=4,6
/proc/1013030/task/1013111/stat : 1013111 (Timer-0) S 1013022 1013030 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 188173862 19634933760 3470077 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 13880308 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.47 s, system=9.84499 s

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

[startup+3138.02 s]*
/proc/loadavg: 4.27 4.44 4.41 9/337 1015547
/proc/meminfo: memFree=92825552/131524600 swapFree=131071996/131071996
[pid=1013030] ppid=1013022 vsize=19374432 memory=13881092 CPUtime=3600.39 cores=4,6
/proc/1013030/stat : 1013030 (java) S 1013022 1013030 1006321 0 -1 1077936128 801563 0 0 0 359061 978 0 0 20 0 22 0 188173841 19839418368 3470273 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
/proc/1013030/statm: 4843608 3470273 5902 1 0 3485870 0
[pid=1013030/tid=1013042] ppid=1013022 vsize=19374432 memory=-7452715740904254054 CPUtime=3077.69 cores=4,6
/proc/1013030/task/1013042/stat : 1013042 (java) S 1013022 1013030 1006321 0 -1 1077936192 359423 0 0 0 307488 281 0 0 20 0 22 0 188173841 19839418368 3470273 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 188173876 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013076] ppid=1013022 vsize=19374432 memory=1470210253375832193 CPUtime=0 cores=4,6
/proc/1013030/task/1013076/stat : 1013076 (Finalizer) S 1013022 1013030 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 188173844 19839418368 3470273 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013106] ppid=1013022 vsize=19374432 memory=4121410692048975379 CPUtime=0 cores=4,6
/proc/1013030/task/1013106/stat : 1013106 (Common-Cleaner) S 1013022 1013030 1006321 0 -1 1077936192 1231 0 0 0 0 0 0 0 20 0 22 0 188173845 19839418368 3470273 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1015546] ppid=1013022 vsize=19374432 memory=8286677436117287697 CPUtime=0.03 cores=4,6
/proc/1013030/task/1015546/stat : 1015546 (Thread-0) R 1013022 1013030 1006321 0 -1 4194368 468 0 0 0 3 0 0 0 20 0 22 0 188487636 19839418368 3470273 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
Current children cumulated CPU time: 3600.39 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 13881092 KiB

[startup+3138.4 s]
/proc/loadavg: 4.27 4.44 4.41 9/337 1015547
/proc/meminfo: memFree=92825552/131524600 swapFree=131071996/131071996
[pid=1013030] ppid=1013022 vsize=19374432 memory=13881092 CPUtime=3601.15 cores=4,6
/proc/1013030/stat : 1013030 (java) S 1013022 1013030 1006321 0 -1 1077936128 801629 0 0 0 359135 980 0 0 20 0 22 0 188173841 19839418368 3470273 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
/proc/1013030/statm: 4843608 3470273 5902 1 0 3485873 0
[pid=1013030/tid=1013042] ppid=1013022 vsize=19374432 memory=-7596830928980371815 CPUtime=3077.69 cores=4,6
/proc/1013030/task/1013042/stat : 1013042 (java) S 1013022 1013030 1006321 0 -1 1077936192 359423 0 0 0 307488 281 0 0 20 0 22 0 188173841 19839418368 3470273 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 188173876 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013076] ppid=1013022 vsize=19374432 memory=16216 CPUtime=0 cores=4,6
/proc/1013030/task/1013076/stat : 1013076 (Finalizer) S 1013022 1013030 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 188173844 19839418368 3470273 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1013106] ppid=1013022 vsize=19374432 memory=13880308 CPUtime=0 cores=4,6
/proc/1013030/task/1013106/stat : 1013106 (Common-Cleaner) S 1013022 1013030 1006321 0 -1 1077936192 1231 0 0 0 0 0 0 0 20 0 22 0 188173845 19839418368 3470273 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
[pid=1013030/tid=1015546] ppid=1013022 vsize=19374432 memory=16216 CPUtime=0.4 cores=4,6
/proc/1013030/task/1015546/stat : 1015546 (Thread-0) R 1013022 1013030 1006321 0 -1 4194368 472 0 0 0 40 0 0 0 20 0 22 0 188487636 19839418368 3470273 134679101440 94912460578816 94912460582512 140736138783680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94912460590328 94912460591120 94912485097472 140736138789870 140736138789983 140736138789983 140736138797000 0
Current children cumulated CPU time: 3601.15 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 13881092 KiB

[startup+3138.5 s]*
/proc/loadavg: 4.41 4.46 4.42 6/317 1015547
/proc/meminfo: memFree=106657028/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): 3138.51
CPU time (s): 3601.31
CPU user time (s): 3591.47
CPU system time (s): 9.84499
CPU usage (%): 114.746
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 13881092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.47
system time used= 9.84499
maximum resident set size= 13882128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 801835
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112680
involuntary context switches= 34903


# summary of solver processes directly reported to runsolver:
#   pid: 1013030
#   total CPU time (s): 3601.31
#   total CPU user time (s): 3591.47
#   total CPU system time (s): 9.84499

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.66174 second user time and 17.4772 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-19 05:34:28
IDJOB=4447775
IDBENCH=160323
IDSOLVER=3046
FILE ID=nodeC031/4447775-1721360056
RUNJOBID= nodeC031-1721360068-1012977
SLURM_JOB_ID= 7542768
Free space on /tmp= 890084 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-n236-d3-i2-f.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-4447775-1721360056/watcher-4447775-1721360056 -o /tmp/evaluation-result-4447775-1721360056/solver-4447775-1721360056 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721360068-1012977 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4447775-1721360056.opb

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

MD5SUM BENCH= b320e8df0d5fbea72b736842c910ba4c
RANDOM SEED=1813494271

nodeC031.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		: 3575.169
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.55
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		: 3363.672
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.11
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		: 3595.786
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.55
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		: 3532.992
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.11
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		: 3403.098
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.55
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		: 3493.948
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.11
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		: 3568.474
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.55
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		: 3561.369
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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123328680 kB
MemAvailable:   129610620 kB
Buffers:          496540 kB
Cached:          6544940 kB
SwapCached:            0 kB
Active:           972252 kB
Inactive:        6442440 kB
Active(anon):       1432 kB
Inactive(anon):   409496 kB
Active(file):     970820 kB
Inactive(file):  6032944 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2608 kB
Writeback:            60 kB
AnonPages:        371148 kB
Mapped:           106576 kB
Shmem:             37720 kB
KReclaimable:     235648 kB
Slab:             363960 kB
SReclaimable:     235648 kB
SUnreclaim:       128312 kB
KernelStack:        3888 kB
PageTables:         9620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     678364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70720 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 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:      254676 kB
DirectMap2M:    39364608 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC031 at 2024-07-19 06:26:47