Trace number 4447565

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) 3600.61 3344.97

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n188-d3-i3-r2.cnf.gz-plain.pb.metafix.opb
MD5SUM1c14f117e67441c2f256fb4d1e22e789
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 variables282
Total number of constraints752
Number of constraints which are clauses752
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.14	c Pseudo Boolean Optimization by upper bound
0.14/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	c  - never skip resolution steps
0.14/0.14	c  - Auto-division on coefficients is disabled
0.14/0.14	c  - No postprocessing
0.14/0.14	c  - Conflict is considered as is when resolving
0.14/0.14	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	c  - Weaken first using unassigned literals
0.14/0.14	c  - Bump strategy: ALWAYS_ONE
0.14/0.14	c  - Bumper: ASSIGNED
0.14/0.14	c --- Begin Solver configuration ---
0.14/0.14	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	c Learn all clauses as in MiniSAT
0.14/0.14	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	c No reason simplification
0.14/0.14	c Armin Biere (Picosat) restarts strategy
0.14/0.14	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	c timeout=2147483s
0.14/0.14	c DB Simplification allowed=false
0.14/0.14	c Listener: none
0.14/0.14	c --- End Solver configuration ---
0.14/0.14	c solving HOME/instance-4447565-1721357731.opb
0.14/0.14	c reading problem ... 
0.14/0.15	c  no objective function found
0.14/0.20	c ... done. Wall clock time 0.049s.
0.14/0.20	c declared #vars     282
0.14/0.20	c #constraints  752
0.14/0.20	c constraints type 
0.14/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 752
0.14/0.20	c 752 constraints processed.
1.27/0.71	c cleaning 0 clauses out of 5001 with flag 0/5001
1.85/1.05	c cleaning 0 clauses out of 11001 with flag 0/11001
2.44/1.38	c cleaning 0 clauses out of 18000 with flag 0/18000
3.10/1.72	c cleaning 0 clauses out of 26001 with flag 0/26001
3.54/2.14	c cleaning 0 clauses out of 35000 with flag 0/35000
4.00/2.58	c cleaning 0 clauses out of 45001 with flag 0/45001
4.69/3.18	c cleaning 0 clauses out of 56001 with flag 0/56001
5.30/3.75	c cleaning 0 clauses out of 68000 with flag 0/68000
6.03/4.44	c cleaning 0 clauses out of 81001 with flag 0/81001
6.68/5.08	c cleaning 0 clauses out of 95001 with flag 0/95001
7.36/5.77	c cleaning 0 clauses out of 110001 with flag 0/110001
8.49/6.88	c cleaning 0 clauses out of 126000 with flag 0/126000
9.39/7.78	c cleaning 0 clauses out of 143001 with flag 0/143001
10.59/8.91	c cleaning 0 clauses out of 161000 with flag 0/161000
12.03/10.37	c cleaning 0 clauses out of 180000 with flag 0/180000
13.28/11.53	c cleaning 0 clauses out of 200000 with flag 0/200000
14.43/12.63	c cleaning 0 clauses out of 221001 with flag 0/221001
15.72/13.94	c cleaning 0 clauses out of 243000 with flag 0/243000
17.85/16.09	c cleaning 0 clauses out of 266000 with flag 0/266000
19.33/17.58	c cleaning 0 clauses out of 290000 with flag 0/290000
21.08/19.23	c cleaning 0 clauses out of 315000 with flag 0/315000
22.67/20.85	c cleaning 0 clauses out of 341000 with flag 0/341000
24.63/22.79	c cleaning 0 clauses out of 368000 with flag 0/368000
28.31/26.38	c cleaning 0 clauses out of 396000 with flag 0/396000
30.78/28.75	c cleaning 0 clauses out of 425001 with flag 0/425001
32.87/30.83	c cleaning 0 clauses out of 455000 with flag 0/455000
35.04/32.91	c cleaning 0 clauses out of 486001 with flag 0/486001
37.32/35.12	c cleaning 0 clauses out of 518001 with flag 0/518001
39.81/37.65	c cleaning 0 clauses out of 551000 with flag 0/551000
42.30/40.09	c cleaning 0 clauses out of 585001 with flag 0/585001
46.49/44.22	c cleaning 0 clauses out of 620000 with flag 0/620000
49.58/47.21	c cleaning 0 clauses out of 656001 with flag 0/656001
52.87/50.41	c cleaning 0 clauses out of 693001 with flag 0/693001
56.66/54.11	c cleaning 0 clauses out of 731001 with flag 0/731001
60.04/57.50	c cleaning 0 clauses out of 770001 with flag 0/770001
63.94/61.35	c cleaning 0 clauses out of 810000 with flag 0/810000
67.72/65.05	c cleaning 0 clauses out of 851000 with flag 0/851000
74.21/71.49	c cleaning 0 clauses out of 893001 with flag 0/893001
79.39/76.54	c cleaning 0 clauses out of 936000 with flag 0/936000
83.69/80.71	c cleaning 0 clauses out of 980001 with flag 0/980001
88.39/85.31	c cleaning 0 clauses out of 1025000 with flag 0/1025000
92.26/89.11	c cleaning 0 clauses out of 1071000 with flag 0/1071000
97.15/94.00	c cleaning 0 clauses out of 1118000 with flag 0/1118000
102.83/99.53	c cleaning 0 clauses out of 1166001 with flag 0/1166001
108.70/105.34	c cleaning 0 clauses out of 1215000 with flag 0/1215000
114.88/111.42	c cleaning 0 clauses out of 1265001 with flag 0/1265001
120.84/117.26	c cleaning 0 clauses out of 1316001 with flag 0/1316001
131.35/127.61	c cleaning 0 clauses out of 1368000 with flag 0/1368000
137.91/134.11	c cleaning 0 clauses out of 1421000 with flag 0/1421000
143.15/139.33	c cleaning 0 clauses out of 1475001 with flag 0/1475001
148.99/145.18	c cleaning 0 clauses out of 1530001 with flag 0/1530001
156.21/152.35	c cleaning 0 clauses out of 1586000 with flag 0/1586000
163.89/159.90	c cleaning 0 clauses out of 1643000 with flag 0/1643000
170.16/166.02	c cleaning 0 clauses out of 1701002 with flag 0/1701002
177.24/173.06	c cleaning 0 clauses out of 1760002 with flag 0/1760002
184.14/179.81	c cleaning 0 clauses out of 1820001 with flag 0/1820001
190.82/186.46	c cleaning 0 clauses out of 1881000 with flag 0/1881000
197.79/193.26	c cleaning 0 clauses out of 1943000 with flag 0/1943000
211.15/206.59	c cleaning 0 clauses out of 2006001 with flag 0/2006001
221.48/216.70	c cleaning 0 clauses out of 2070001 with flag 0/2070001
228.88/223.94	c cleaning 0 clauses out of 2135001 with flag 0/2135001
236.79/231.77	c cleaning 0 clauses out of 2201000 with flag 0/2201000
243.10/238.04	c cleaning 0 clauses out of 2268000 with flag 0/2268000
251.69/246.58	c cleaning 0 clauses out of 2336001 with flag 0/2336001
258.72/253.57	c cleaning 0 clauses out of 2405002 with flag 0/2405002
267.04/261.76	c cleaning 0 clauses out of 2475001 with flag 0/2475001
274.16/268.74	c cleaning 0 clauses out of 2546001 with flag 0/2546001
281.66/276.11	c cleaning 0 clauses out of 2618001 with flag 0/2618001
289.97/284.32	c cleaning 0 clauses out of 2691001 with flag 0/2691001
300.16/294.43	c cleaning 0 clauses out of 2765001 with flag 0/2765001
311.10/305.36	c cleaning 0 clauses out of 2840000 with flag 0/2840000
321.72/315.83	c cleaning 0 clauses out of 2916001 with flag 0/2916001
343.20/334.83	c cleaning 0 clauses out of 2993002 with flag 0/2993002
365.80/354.65	c cleaning 0 clauses out of 3071000 with flag 0/3071000
382.00/368.10	c cleaning 0 clauses out of 3150001 with flag 0/3150001
396.01/380.27	c cleaning 0 clauses out of 3230000 with flag 0/3230000
407.22/390.42	c cleaning 0 clauses out of 3311001 with flag 0/3311001
426.15/406.51	c cleaning 0 clauses out of 3393000 with flag 0/3393000
441.43/418.94	c cleaning 0 clauses out of 3476001 with flag 0/3476001
455.21/429.75	c cleaning 0 clauses out of 3560000 with flag 0/3560000
468.57/440.09	c cleaning 0 clauses out of 3645001 with flag 0/3645001
484.29/452.57	c cleaning 0 clauses out of 3731000 with flag 0/3731000
500.17/465.21	c cleaning 0 clauses out of 3818001 with flag 0/3818001
512.59/477.69	c cleaning 0 clauses out of 3906000 with flag 0/3906000
526.41/491.42	c cleaning 0 clauses out of 3995001 with flag 0/3995001
541.14/506.05	c cleaning 0 clauses out of 4085000 with flag 0/4085000
552.14/516.95	c cleaning 0 clauses out of 4176000 with flag 0/4176000
563.17/527.83	c cleaning 0 clauses out of 4268001 with flag 0/4268001
575.61/540.03	c cleaning 0 clauses out of 4361001 with flag 0/4361001
589.67/553.97	c cleaning 0 clauses out of 4455001 with flag 0/4455001
629.05/592.94	c cleaning 0 clauses out of 4550000 with flag 0/4550000
650.81/614.25	c cleaning 0 clauses out of 4646000 with flag 0/4646000
665.85/629.13	c cleaning 0 clauses out of 4743000 with flag 0/4743000
686.02/645.07	c cleaning 0 clauses out of 4841000 with flag 0/4841000
706.02/665.02	c cleaning 0 clauses out of 4940001 with flag 0/4940001
718.61/677.41	c cleaning 0 clauses out of 5040002 with flag 0/5040002
735.97/694.66	c cleaning 0 clauses out of 5141000 with flag 0/5141000
755.63/710.57	c cleaning 0 clauses out of 5243001 with flag 0/5243001
769.22/723.01	c cleaning 0 clauses out of 5346000 with flag 0/5346000
783.51/737.21	c cleaning 0 clauses out of 5450000 with flag 0/5450000
805.67/759.21	c cleaning 0 clauses out of 5555000 with flag 0/5555000
826.94/780.22	c cleaning 0 clauses out of 5661001 with flag 0/5661001
841.51/794.75	c cleaning 0 clauses out of 5768001 with flag 0/5768001
859.16/812.33	c cleaning 0 clauses out of 5876001 with flag 0/5876001
891.09/839.10	c cleaning 0 clauses out of 5985000 with flag 0/5985000
907.56/855.39	c cleaning 0 clauses out of 6095001 with flag 0/6095001
930.52/872.82	c cleaning 0 clauses out of 6206001 with flag 0/6206001
954.63/896.79	c cleaning 0 clauses out of 6318000 with flag 0/6318000
994.07/935.93	c cleaning 0 clauses out of 6431001 with flag 0/6431001
1032.30/974.12	c cleaning 0 clauses out of 6545000 with flag 0/6545000
1077.83/1013.72	c cleaning 0 clauses out of 6660001 with flag 0/6660001
1166.28/1095.61	c cleaning 0 clauses out of 6776001 with flag 0/6776001
1207.91/1137.01	c cleaning 0 clauses out of 6893001 with flag 0/6893001
1240.52/1169.48	c cleaning 0 clauses out of 7011001 with flag 0/7011001
1268.23/1196.97	c cleaning 0 clauses out of 7130000 with flag 0/7130000
1299.88/1228.27	c cleaning 0 clauses out of 7250001 with flag 0/7250001
1328.61/1250.40	c cleaning 0 clauses out of 7371001 with flag 0/7371001
1359.45/1280.97	c cleaning 0 clauses out of 7493000 with flag 0/7493000
1396.32/1311.04	c cleaning 0 clauses out of 7616001 with flag 0/7616001
1438.69/1346.36	c cleaning 0 clauses out of 7740000 with flag 0/7740000
1460.69/1368.16	c cleaning 0 clauses out of 7865000 with flag 0/7865000
1485.51/1385.63	c cleaning 0 clauses out of 7991000 with flag 0/7991000
1502.98/1402.89	c cleaning 0 clauses out of 8118000 with flag 0/8118000
1538.74/1431.26	c cleaning 0 clauses out of 8246000 with flag 0/8246000
1572.45/1464.67	c cleaning 0 clauses out of 8375000 with flag 0/8375000
1608.68/1493.33	c cleaning 0 clauses out of 8505001 with flag 0/8505001
1643.87/1528.33	c cleaning 0 clauses out of 8636000 with flag 0/8636000
1689.29/1566.28	c cleaning 0 clauses out of 8768001 with flag 0/8768001
1734.58/1603.74	c cleaning 0 clauses out of 8901000 with flag 0/8901000
1770.85/1639.50	c cleaning 0 clauses out of 9035000 with flag 0/9035000
1788.96/1657.47	c cleaning 0 clauses out of 9170000 with flag 0/9170000
1819.95/1680.48	c cleaning 0 clauses out of 9306000 with flag 0/9306000
1854.77/1707.02	c cleaning 0 clauses out of 9443000 with flag 0/9443000
1882.56/1734.69	c cleaning 0 clauses out of 9581001 with flag 0/9581001
1913.24/1765.09	c cleaning 0 clauses out of 9720001 with flag 0/9720001
1958.54/1801.81	c cleaning 0 clauses out of 9860001 with flag 0/9860001
1983.64/1826.66	c cleaning 0 clauses out of 10001001 with flag 0/10001001
2082.83/1915.31	c cleaning 0 clauses out of 10143001 with flag 0/10143001
2130.77/1962.92	c cleaning 0 clauses out of 10286000 with flag 0/10286000
2179.13/2010.55	c cleaning 0 clauses out of 10430000 with flag 0/10430000
2238.41/2060.54	c cleaning 0 clauses out of 10575002 with flag 0/10575002
2272.23/2093.94	c cleaning 0 clauses out of 10721001 with flag 0/10721001
2326.66/2138.53	c cleaning 0 clauses out of 10868001 with flag 0/10868001
2391.34/2193.72	c cleaning 0 clauses out of 11016001 with flag 0/11016001
2487.44/2290.04	c cleaning 0 clauses out of 11165000 with flag 0/11165000
2522.75/2325.07	c cleaning 0 clauses out of 11315000 with flag 0/11315000
2565.29/2367.50	c cleaning 0 clauses out of 11466000 with flag 0/11466000
2635.42/2427.53	c cleaning 0 clauses out of 11618001 with flag 0/11618001
2692.17/2483.87	c cleaning 0 clauses out of 11771001 with flag 0/11771001
2746.08/2537.77	c cleaning 0 clauses out of 11925001 with flag 0/11925001
2776.48/2567.93	c cleaning 0 clauses out of 12080002 with flag 0/12080002
2833.13/2613.98	c cleaning 0 clauses out of 12236001 with flag 0/12236001
2884.94/2665.20	c cleaning 0 clauses out of 12393000 with flag 0/12393000
2948.24/2717.33	c cleaning 0 clauses out of 12551001 with flag 0/12551001
2990.95/2759.53	c cleaning 0 clauses out of 12710001 with flag 0/12710001
3055.83/2812.81	c cleaning 0 clauses out of 12870000 with flag 0/12870000
3115.74/2872.55	c cleaning 0 clauses out of 13031001 with flag 0/13031001
3175.62/2932.22	c cleaning 0 clauses out of 13193001 with flag 0/13193001
3232.18/2988.56	c cleaning 0 clauses out of 13356000 with flag 0/13356000
3306.28/3050.74	c cleaning 0 clauses out of 13520001 with flag 0/13520001
3345.22/3089.70	c cleaning 0 clauses out of 13685000 with flag 0/13685000
3403.16/3147.92	c cleaning 0 clauses out of 13851000 with flag 0/13851000
3489.20/3234.12	c cleaning 0 clauses out of 14018000 with flag 0/14018000
3564.54/3309.25	c cleaning 0 clauses out of 14186000 with flag 0/14186000
3600.09/3344.52	c starts		: 325
3600.09/3344.52	c conflicts		: 14272827
3600.09/3344.52	c decisions		: 16719669
3600.09/3344.52	c propagations		: 106674220
3600.09/3344.52	c inspects		: 36001231816
3600.09/3344.52	c shortcuts		: 0
3600.09/3344.52	c learnt literals	: 0
3600.09/3344.52	c learnt binary clauses	: 0
3600.09/3344.52	c learnt ternary clauses	: 3
3600.09/3344.52	c learnt constraints	: 14272827
3600.09/3344.52	c ignored constraints	: 0
3600.09/3344.52	c root simplifications	: 0
3600.09/3344.52	c removed literals (reason simplification)	: 0
3600.09/3344.52	c reason swapping (by a shorter reason)	: 0
3600.09/3344.52	c Calls to reduceDB	: 164
3600.09/3344.52	c Number of update (reduction) of LBD	: 0
3600.09/3344.52	c Imported unit clauses	: 0
3600.09/3344.52	c No decision after first conflict	: false
3600.09/3344.52	c number of reductions to clauses (during analyze)	: 0
3600.09/3344.52	c number of learned constraints concerned by reduction	: 0
3600.09/3344.52	c number of learning phase by resolution	: 0
3600.09/3344.52	c number of learning phase by cutting planes	: 0
3600.09/3344.52	c number of rounding to 1 operations	: 0
3600.09/3344.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3344.52	c number of reductions of the coefficients by power 2 	: 0
3600.09/3344.52	c number of right shift for reduction by power 2 	: 0
3600.09/3344.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3344.52	c number of ending skipping 	: 0
3600.09/3344.52	c number of internal skipping 	: 0
3600.09/3344.52	c number of derivation steps 	: 94536089
3600.09/3344.52	c number of skipped derivation steps 	: 0
3600.09/3344.52	c number of remaining unassigned 	: 0
3600.09/3344.52	c number of remaining assigned 	: 0
3600.09/3344.52	c number of falsified literals weakened from reason	: 0
3600.09/3344.52	c number of falsified literals weakened from conflict	: 0
3600.09/3344.52	c time for arithmetic operations	: 0
3600.09/3344.52	c minimum degree of deleted constraints	: null
3600.09/3344.52	c maximum degree of deleted constraints	: null
3600.09/3344.52	c number of deleted constraints	: 0
3600.09/3344.52	c speed (assignments/second)	: 31897.13304946895
3600.09/3344.52	c non guided choices	: 17856
3600.09/3344.53	c timeout
3600.53/3344.93	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 14272827
3600.53/3344.93	s UNKNOWN
3600.53/3344.93	c Total wall clock time (in seconds): 3344.787

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447565-1721357731/watcher-4447565-1721357731 -o /tmp/evaluation-result-4447565-1721357731/solver-4447565-1721357731 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721353366-1008008 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4447565-1721357731.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=1010781, runsolver pid=1010778
Current StackSize limit: 8192 KiB


[startup+0.104503 s]*
/proc/loadavg: 4.60 4.51 4.42 6/331 1010799
/proc/meminfo: memFree=112421052/131524600 swapFree=131071996/131071996
[pid=1010781] ppid=1010778 vsize=18975048 memory=64844 CPUtime=0.14 cores=0,2
/proc/1010781/stat : 1010781 (java) S 1010778 1010781 1007998 0 -1 1077936128 7155 0 0 0 12 2 0 0 20 0 18 0 187942851 19430449152 16211 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
/proc/1010781/statm: 4743762 16211 5651 1 0 549382 0
[pid=1010781/tid=1010783] ppid=1010778 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/1010781/task/1010783/stat : 1010783 (java) R 1010778 1010781 1007998 0 -1 4194368 5722 0 0 0 7 1 0 0 20 0 18 0 187942851 19430449152 16211 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010792] ppid=1010778 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/1010781/task/1010792/stat : 1010792 (Finalizer) S 1010778 1010781 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187942854 19430449152 16211 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010799] ppid=1010778 vsize=18975048 memory=15817789847927870 CPUtime=0 cores=0,2
/proc/1010781/task/1010799/stat : 1010799 (Common-Cleaner) S 1010778 1010781 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 187942855 19430449152 16211 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64844 KiB

[startup+0.210858 s]*
/proc/loadavg: 4.60 4.51 4.42 7/332 1010800
/proc/meminfo: memFree=112412816/131524600 swapFree=131071996/131071996
[pid=1010781] ppid=1010778 vsize=19041612 memory=73800 CPUtime=0.34 cores=0,2
/proc/1010781/stat : 1010781 (java) S 1010778 1010781 1007998 0 -1 1077936128 7682 0 0 0 31 3 0 0 20 0 19 0 187942851 19498610688 18450 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
/proc/1010781/statm: 4760403 18450 5834 1 0 549978 0
[pid=1010781/tid=1010783] ppid=1010778 vsize=19041612 memory=6876556183782621315 CPUtime=0.18 cores=0,2
/proc/1010781/task/1010783/stat : 1010783 (java) R 1010778 1010781 1007998 0 -1 4194368 6004 0 0 0 16 2 0 0 20 0 19 0 187942851 19498610688 18450 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010792] ppid=1010778 vsize=19041612 memory=17963 CPUtime=0 cores=0,2
/proc/1010781/task/1010792/stat : 1010792 (Finalizer) S 1010778 1010781 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187942854 19498610688 18450 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010799] ppid=1010778 vsize=19041612 memory=14697378909259238 CPUtime=0 cores=0,2
/proc/1010781/task/1010799/stat : 1010799 (Common-Cleaner) S 1010778 1010781 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187942855 19498610688 18450 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010800] ppid=1010778 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1010781/task/1010800/stat : 1010800 (Timer-0) S 1010778 1010781 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187942871 19498610688 18450 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73800 KiB

[startup+0.30692 s]*
/proc/loadavg: 4.60 4.51 4.42 7/332 1010800
/proc/meminfo: memFree=112392548/131524600 swapFree=131071996/131071996
[pid=1010781] ppid=1010778 vsize=19042880 memory=95108 CPUtime=0.52 cores=0,2
/proc/1010781/stat : 1010781 (java) S 1010778 1010781 1007998 0 -1 1077936128 9352 0 0 0 49 3 0 0 20 0 19 0 187942851 19499909120 23777 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
/proc/1010781/statm: 4760720 23777 5834 1 0 551214 0
[pid=1010781/tid=1010783] ppid=1010778 vsize=19042880 memory=-7813003711093761120 CPUtime=0.27 cores=0,2
/proc/1010781/task/1010783/stat : 1010783 (java) R 1010778 1010781 1007998 0 -1 4194368 6032 0 0 0 25 2 0 0 20 0 19 0 187942851 19499909120 23657 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010792] ppid=1010778 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1010781/task/1010792/stat : 1010792 (Finalizer) S 1010778 1010781 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187942854 19498610688 23495 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010799] ppid=1010778 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1010781/task/1010799/stat : 1010799 (Common-Cleaner) S 1010778 1010781 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187942855 19498610688 23495 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010800] ppid=1010778 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1010781/task/1010800/stat : 1010800 (Timer-0) S 1010778 1010781 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187942871 19498610688 23495 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19042880 KiB
Current children cumulated memory: 95108 KiB

[startup+0.700907 s]
/proc/loadavg: 4.60 4.51 4.42 6/332 1010800
/proc/meminfo: memFree=112324988/131524600 swapFree=131071996/131071996
[pid=1010781] ppid=1010778 vsize=19108176 memory=176344 CPUtime=1.27 cores=0,2
/proc/1010781/stat : 1010781 (java) S 1010778 1010781 1007998 0 -1 1077936128 13891 0 0 0 122 5 0 0 20 0 20 0 187942851 19566772224 44086 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
/proc/1010781/statm: 4777044 44086 5866 1 0 554126 0
[pid=1010781/tid=1010783] ppid=1010778 vsize=19108176 memory=47236 CPUtime=0.62 cores=0,2
/proc/1010781/task/1010783/stat : 1010783 (java) R 1010778 1010781 1007998 0 -1 4194368 6080 0 0 0 59 3 0 0 20 0 20 0 187942851 19566772224 44086 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010792] ppid=1010778 vsize=19108176 memory=12312 CPUtime=0 cores=0,2
/proc/1010781/task/1010792/stat : 1010792 (Finalizer) S 1010778 1010781 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187942854 19566772224 44086 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010799] ppid=1010778 vsize=19108176 memory=2220 CPUtime=0 cores=0,2
/proc/1010781/task/1010799/stat : 1010799 (Common-Cleaner) S 1010778 1010781 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187942855 19566772224 44086 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010800] ppid=1010778 vsize=19108176 memory=5568 CPUtime=0 cores=0,2
/proc/1010781/task/1010800/stat : 1010800 (Timer-0) S 1010778 1010781 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187942871 19566772224 44086 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 176344 KiB

[startup+1.50491 s]
/proc/loadavg: 4.60 4.51 4.42 7/333 1010801
/proc/meminfo: memFree=112290792/131524600 swapFree=131071996/131071996
[pid=1010781] ppid=1010778 vsize=19108176 memory=442328 CPUtime=2.85 cores=0,2
/proc/1010781/stat : 1010781 (java) S 1010778 1010781 1007998 0 -1 1077936128 19480 0 0 0 275 10 0 0 20 0 20 0 187942851 19566772224 110582 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
/proc/1010781/statm: 4777044 110582 5866 1 0 554403 0
[pid=1010781/tid=1010783] ppid=1010778 vsize=19108176 memory=12312 CPUtime=1.4 cores=0,2
/proc/1010781/task/1010783/stat : 1010783 (java) R 1010778 1010781 1007998 0 -1 4194368 6610 0 0 0 132 8 0 0 20 0 20 0 187942851 19566772224 110582 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010792] ppid=1010778 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1010781/task/1010792/stat : 1010792 (Finalizer) S 1010778 1010781 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187942854 19566772224 110582 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010799] ppid=1010778 vsize=19108176 memory=2220 CPUtime=0 cores=0,2
/proc/1010781/task/1010799/stat : 1010799 (Common-Cleaner) S 1010778 1010781 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187942855 19566772224 110582 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010800] ppid=1010778 vsize=19108176 memory=5568 CPUtime=0 cores=0,2
/proc/1010781/task/1010800/stat : 1010800 (Timer-0) S 1010778 1010781 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187942871 19566772224 110582 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 442328 KiB

[startup+3.10597 s]
/proc/loadavg: 4.64 4.52 4.42 7/338 1011177
/proc/meminfo: memFree=111742472/131524600 swapFree=131071996/131071996
[pid=1010781] ppid=1010778 vsize=19108176 memory=721232 CPUtime=4.69 cores=0,2
/proc/1010781/stat : 1010781 (java) S 1010778 1010781 1007998 0 -1 1077936128 21320 0 0 0 453 16 0 0 20 0 20 0 187942851 19566772224 180308 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
/proc/1010781/statm: 4777044 180308 5866 1 0 554411 0
[pid=1010781/tid=1010783] ppid=1010778 vsize=19108176 memory=0 CPUtime=2.97 cores=0,2
/proc/1010781/task/1010783/stat : 1010783 (java) R 1010778 1010781 1007998 0 -1 4194368 7352 0 0 0 284 13 0 0 20 0 20 0 187942851 19566772224 180308 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010792] ppid=1010778 vsize=19108176 memory=-7813003711093761120 CPUtime=0 cores=0,2
/proc/1010781/task/1010792/stat : 1010792 (Finalizer) S 1010778 1010781 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187942854 19566772224 180308 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010799] ppid=1010778 vsize=19108176 memory=12312 CPUtime=0 cores=0,2
/proc/1010781/task/1010799/stat : 1010799 (Common-Cleaner) S 1010778 1010781 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187942855 19566772224 180308 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010800] ppid=1010778 vsize=19108176 memory=2220 CPUtime=0 cores=0,2
/proc/1010781/task/1010800/stat : 1010800 (Timer-0) S 1010778 1010781 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187942871 19566772224 180308 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
Current children cumulated CPU time: 4.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 721232 KiB

[startup+6.30027 s]
/proc/loadavg: 4.64 4.52 4.42 6/335 1011190
/proc/meminfo: memFree=111536512/131524600 swapFree=131071996/131071996
[pid=1010781] ppid=1010778 vsize=19108176 memory=1114048 CPUtime=7.96 cores=0,2
/proc/1010781/stat : 1010781 (java) S 1010778 1010781 1007998 0 -1 1077936128 21920 0 0 0 772 24 0 0 20 0 20 0 187942851 19566772224 278512 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
/proc/1010781/statm: 4777044 278512 5866 1 0 554412 0
[pid=1010781/tid=1010783] ppid=1010778 vsize=19108176 memory=12312 CPUtime=6.09 cores=0,2
/proc/1010781/task/1010783/stat : 1010783 (java) R 1010778 1010781 1007998 0 -1 4194368 7835 0 0 0 589 20 0 0 20 0 20 0 187942851 19566772224 278512 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010792] ppid=1010778 vsize=19108176 memory=2220 CPUtime=0 cores=0,2
/proc/1010781/task/1010792/stat : 1010792 (Finalizer) S 1010778 1010781 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187942854 19566772224 278512 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010799] ppid=1010778 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1010781/task/1010799/stat : 1010799 (Common-Cleaner) S 1010778 1010781 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187942855 19566772224 278512 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010800] ppid=1010778 vsize=19108176 memory=15976 CPUtime=0 cores=0,2
/proc/1010781/task/1010800/stat : 1010800 (Timer-0) S 1010778 1010781 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187942871 19566772224 278512 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
Current children cumulated CPU time: 7.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1114048 KiB

[startup+12.7003 s]
/proc/loadavg: 4.67 4.52 4.43 6/335 1011191
/proc/meminfo: memFree=110813132/131524600 swapFree=131071996/131071996
[pid=1010781] ppid=1010778 vsize=19108176 memory=1698760 CPUtime=14.53 cores=0,2
/proc/1010781/stat : 1010781 (java) S 1010778 1010781 1007998 0 -1 1077936128 22962 0 0 0 1417 36 0 0 20 0 20 0 187942851 19566772224 424690 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
/proc/1010781/statm: 4777044 424690 5879 1 0 660937 0
[pid=1010781/tid=1010783] ppid=1010778 vsize=19108176 memory=1686472 CPUtime=12.25 cores=0,2
/proc/1010781/task/1010783/stat : 1010783 (java) R 1010778 1010781 1007998 0 -1 4194368 8363 0 0 0 1195 30 0 0 20 0 20 0 187942851 19566772224 424690 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010792] ppid=1010778 vsize=19108176 memory=1680296 CPUtime=0 cores=0,2
/proc/1010781/task/1010792/stat : 1010792 (Finalizer) S 1010778 1010781 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187942854 19566772224 424690 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010799] ppid=1010778 vsize=19108176 memory=12312 CPUtime=0 cores=0,2
/proc/1010781/task/1010799/stat : 1010799 (Common-Cleaner) S 1010778 1010781 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187942855 19566772224 424690 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010800] ppid=1010778 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1010781/task/1010800/stat : 1010800 (Timer-0) S 1010778 1010781 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187942871 19566772224 424690 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
Current children cumulated CPU time: 14.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1698760 KiB

[startup+25.5003 s]
/proc/loadavg: 4.59 4.52 4.43 6/333 1011193
/proc/meminfo: memFree=110781172/131524600 swapFree=131071996/131071996
[pid=1010781] ppid=1010778 vsize=19108176 memory=1717548 CPUtime=27.51 cores=0,2
/proc/1010781/stat : 1010781 (java) S 1010778 1010781 1007998 0 -1 1077936128 25845 0 0 0 2714 37 0 0 20 0 20 0 187942851 19566772224 429387 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
/proc/1010781/statm: 4777044 429387 5879 1 0 660939 0
[pid=1010781/tid=1010783] ppid=1010778 vsize=19108176 memory=1686472 CPUtime=24.71 cores=0,2
/proc/1010781/task/1010783/stat : 1010783 (java) R 1010778 1010781 1007998 0 -1 4194368 9786 0 0 0 2441 30 0 0 20 0 20 0 187942851 19566772224 429387 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010792] ppid=1010778 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1010781/task/1010792/stat : 1010792 (Finalizer) S 1010778 1010781 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187942854 19566772224 429387 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010799] ppid=1010778 vsize=19108176 memory=1701164 CPUtime=0 cores=0,2
/proc/1010781/task/1010799/stat : 1010799 (Common-Cleaner) S 1010778 1010781 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187942855 19566772224 429387 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010800] ppid=1010778 vsize=19108176 memory=1167296 CPUtime=0 cores=0,2
/proc/1010781/task/1010800/stat : 1010800 (Timer-0) S 1010778 1010781 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187942871 19566772224 429387 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
Current children cumulated CPU time: 27.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1717548 KiB

[startup+51.1058 s]
/proc/loadavg: 4.80 4.57 4.45 5/333 1011196
/proc/meminfo: memFree=109965480/131524600 swapFree=131071996/131071996
[pid=1010781] ppid=1010778 vsize=19108176 memory=2329332 CPUtime=53.57 cores=0,2
/proc/1010781/stat : 1010781 (java) S 1010778 1010781 1007998 0 -1 1077936128 31132 0 0 0 5308 49 0 0 20 0 20 0 187942851 19566772224 582333 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
/proc/1010781/statm: 4777044 582333 5879 1 0 788364 0

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

Current children cumulated memory: 11029456 KiB

[startup+3102.3 s]
/proc/loadavg: 4.38 4.36 4.40 5/333 1013092
/proc/meminfo: memFree=105089120/131524600 swapFree=131071996/131071996
[pid=1010781] ppid=1010778 vsize=19174740 memory=11029588 CPUtime=3357.8 cores=0,2
/proc/1010781/stat : 1010781 (java) S 1010778 1010781 1007998 0 -1 1077936128 636379 0 0 0 335145 635 0 0 20 0 21 0 187942851 19634933760 2757397 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
/proc/1010781/statm: 4793685 2757397 5911 1 0 2770614 0
[pid=1010781/tid=1010783] ppid=1010778 vsize=19174740 memory=-7668888523018036830 CPUtime=3050.01 cores=0,2
/proc/1010781/task/1010783/stat : 1010783 (java) R 1010778 1010781 1007998 0 -1 4194368 301599 0 0 0 304770 231 0 0 20 0 21 0 187942851 19634933760 2757397 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 18 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010792] ppid=1010778 vsize=19174740 memory=11029588 CPUtime=0 cores=0,2
/proc/1010781/task/1010792/stat : 1010792 (Finalizer) S 1010778 1010781 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187942854 19634933760 2757397 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010799] ppid=1010778 vsize=19174740 memory=11029588 CPUtime=0 cores=0,2
/proc/1010781/task/1010799/stat : 1010799 (Common-Cleaner) S 1010778 1010781 1007998 0 -1 1077936192 1774 0 0 0 0 0 0 0 20 0 21 0 187942855 19634933760 2757397 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010800] ppid=1010778 vsize=19174740 memory=12340 CPUtime=0 cores=0,2
/proc/1010781/task/1010800/stat : 1010800 (Timer-0) S 1010778 1010781 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187942871 19634933760 2757397 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
Current children cumulated CPU time: 3357.8 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 11029588 KiB

[startup+3162.3 s]
/proc/loadavg: 4.28 4.34 4.39 5/333 1013103
/proc/meminfo: memFree=104915472/131524600 swapFree=131071996/131071996
[pid=1010781] ppid=1010778 vsize=19174740 memory=11029608 CPUtime=3417.42 cores=0,2
/proc/1010781/stat : 1010781 (java) S 1010778 1010781 1007998 0 -1 1077936128 644786 0 0 0 341104 638 0 0 20 0 21 0 187942851 19634933760 2757402 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
/proc/1010781/statm: 4793685 2757402 5911 1 0 2770614 0
[pid=1010781/tid=1010783] ppid=1010778 vsize=19174740 memory=-7668888523018036830 CPUtime=3109.27 cores=0,2
/proc/1010781/task/1010783/stat : 1010783 (java) R 1010778 1010781 1007998 0 -1 4194368 305812 0 0 0 310695 232 0 0 20 0 21 0 187942851 19634933760 2757402 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 18 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010792] ppid=1010778 vsize=19174740 memory=11029588 CPUtime=0 cores=0,2
/proc/1010781/task/1010792/stat : 1010792 (Finalizer) S 1010778 1010781 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187942854 19634933760 2757402 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010799] ppid=1010778 vsize=19174740 memory=11572 CPUtime=0 cores=0,2
/proc/1010781/task/1010799/stat : 1010799 (Common-Cleaner) S 1010778 1010781 1007998 0 -1 1077936192 1870 0 0 0 0 0 0 0 20 0 21 0 187942855 19634933760 2757402 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010800] ppid=1010778 vsize=19174740 memory=47848 CPUtime=0 cores=0,2
/proc/1010781/task/1010800/stat : 1010800 (Timer-0) S 1010778 1010781 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187942871 19634933760 2757402 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
Current children cumulated CPU time: 3417.42 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 11029608 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.31 4.37 5/332 1013113
/proc/meminfo: memFree=104727596/131524600 swapFree=131071996/131071996
[pid=1010781] ppid=1010778 vsize=19174740 memory=11029608 CPUtime=3477.44 cores=0,2
/proc/1010781/stat : 1010781 (java) S 1010778 1010781 1007998 0 -1 1077936128 647929 0 0 0 347103 641 0 0 20 0 21 0 187942851 19634933760 2757402 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
/proc/1010781/statm: 4793685 2757402 5911 1 0 2770614 0
[pid=1010781/tid=1010783] ppid=1010778 vsize=19174740 memory=11029588 CPUtime=3168.41 cores=0,2
/proc/1010781/task/1010783/stat : 1010783 (java) R 1010778 1010781 1007998 0 -1 4194368 308357 0 0 0 316608 233 0 0 20 0 21 0 187942851 19634933760 2757402 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 18 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010792] ppid=1010778 vsize=19174740 memory=11029608 CPUtime=0 cores=0,2
/proc/1010781/task/1010792/stat : 1010792 (Finalizer) S 1010778 1010781 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187942854 19634933760 2757402 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010799] ppid=1010778 vsize=19174740 memory=11029608 CPUtime=0 cores=0,2
/proc/1010781/task/1010799/stat : 1010799 (Common-Cleaner) S 1010778 1010781 1007998 0 -1 1077936192 1870 0 0 0 0 0 0 0 20 0 21 0 187942855 19634933760 2757402 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010800] ppid=1010778 vsize=19174740 memory=11029608 CPUtime=0 cores=0,2
/proc/1010781/task/1010800/stat : 1010800 (Timer-0) S 1010778 1010781 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187942871 19634933760 2757402 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
Current children cumulated CPU time: 3477.44 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 11029608 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.28 4.36 5/332 1013123
/proc/meminfo: memFree=104540748/131524600 swapFree=131071996/131071996
[pid=1010781] ppid=1010778 vsize=19174740 memory=11029608 CPUtime=3537.67 cores=0,2
/proc/1010781/stat : 1010781 (java) S 1010778 1010781 1007998 0 -1 1077936128 655940 0 0 0 353124 643 0 0 20 0 21 0 187942851 19634933760 2757402 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
/proc/1010781/statm: 4793685 2757402 5911 1 0 2770614 0
[pid=1010781/tid=1010783] ppid=1010778 vsize=19174740 memory=0 CPUtime=3227.87 cores=0,2
/proc/1010781/task/1010783/stat : 1010783 (java) R 1010778 1010781 1007998 0 -1 4194368 313038 0 0 0 322553 234 0 0 20 0 21 0 187942851 19634933760 2757402 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 18 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010792] ppid=1010778 vsize=19174740 memory=15976 CPUtime=0 cores=0,2
/proc/1010781/task/1010792/stat : 1010792 (Finalizer) S 1010778 1010781 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187942854 19634933760 2757402 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010799] ppid=1010778 vsize=19174740 memory=-7813003711093761120 CPUtime=0 cores=0,2
/proc/1010781/task/1010799/stat : 1010799 (Common-Cleaner) S 1010778 1010781 1007998 0 -1 1077936192 1951 0 0 0 0 0 0 0 20 0 21 0 187942855 19634933760 2757402 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010800] ppid=1010778 vsize=19174740 memory=32260 CPUtime=0 cores=0,2
/proc/1010781/task/1010800/stat : 1010800 (Timer-0) S 1010778 1010781 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187942871 19634933760 2757402 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
Current children cumulated CPU time: 3537.67 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 11029608 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.26 4.34 5/335 1013140
/proc/meminfo: memFree=104335468/131524600 swapFree=131071996/131071996
[pid=1010781] ppid=1010778 vsize=19174740 memory=11030104 CPUtime=3597.88 cores=0,2
/proc/1010781/stat : 1010781 (java) S 1010778 1010781 1007998 0 -1 1077936128 662561 0 0 0 359141 647 0 0 20 0 21 0 187942851 19634933760 2757526 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
/proc/1010781/statm: 4793685 2757526 5911 1 0 2770739 0
[pid=1010781/tid=1010783] ppid=1010778 vsize=19174740 memory=11030028 CPUtime=3287.32 cores=0,2
/proc/1010781/task/1010783/stat : 1010783 (java) S 1010778 1010781 1007998 0 -1 1077936192 317114 0 0 0 328497 235 0 0 20 0 21 0 187942851 19634933760 2757526 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 18 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010792] ppid=1010778 vsize=19174740 memory=11030064 CPUtime=0 cores=0,2
/proc/1010781/task/1010792/stat : 1010792 (Finalizer) S 1010778 1010781 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187942854 19634933760 2757526 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010799] ppid=1010778 vsize=19174740 memory=-7813003711093761120 CPUtime=0 cores=0,2
/proc/1010781/task/1010799/stat : 1010799 (Common-Cleaner) S 1010778 1010781 1007998 0 -1 1077936192 1952 0 0 0 0 0 0 0 20 0 21 0 187942855 19634933760 2757526 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010800] ppid=1010778 vsize=19174740 memory=11030104 CPUtime=0 cores=0,2
/proc/1010781/task/1010800/stat : 1010800 (Timer-0) S 1010778 1010781 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187942871 19634933760 2757526 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
Current children cumulated CPU time: 3597.88 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 11030104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3344.5 s]
/proc/loadavg: 4.17 4.25 4.34 5/335 1013140
/proc/meminfo: memFree=104335468/131524600 swapFree=131071996/131071996
[pid=1010781] ppid=1010778 vsize=19174740 memory=11030108 CPUtime=3600.09 cores=0,2
/proc/1010781/stat : 1010781 (java) S 1010778 1010781 1007998 0 -1 1077936128 663543 0 0 0 359362 647 0 0 20 0 21 0 187942851 19634933760 2757527 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
/proc/1010781/statm: 4793685 2757527 5911 1 0 2770739 0
[pid=1010781/tid=1010783] ppid=1010778 vsize=19174740 memory=11030028 CPUtime=3289.47 cores=0,2
/proc/1010781/task/1010783/stat : 1010783 (java) R 1010778 1010781 1007998 0 -1 4194368 317228 0 0 0 328712 235 0 0 20 0 21 0 187942851 19634933760 2757527 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 18 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010792] ppid=1010778 vsize=19174740 memory=11030064 CPUtime=0 cores=0,2
/proc/1010781/task/1010792/stat : 1010792 (Finalizer) S 1010778 1010781 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187942854 19634933760 2757527 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010799] ppid=1010778 vsize=19174740 memory=-7813003711093761120 CPUtime=0 cores=0,2
/proc/1010781/task/1010799/stat : 1010799 (Common-Cleaner) S 1010778 1010781 1007998 0 -1 1077936192 1952 0 0 0 0 0 0 0 20 0 21 0 187942855 19634933760 2757527 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010800] ppid=1010778 vsize=19174740 memory=11030108 CPUtime=0 cores=0,2
/proc/1010781/task/1010800/stat : 1010800 (Timer-0) S 1010778 1010781 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187942871 19634933760 2757527 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 11030108 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.1 s, system=6.51388 s

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

[startup+3344.8 s]
/proc/loadavg: 4.17 4.25 4.34 5/335 1013140
/proc/meminfo: memFree=104335468/131524600 swapFree=131071996/131071996
[pid=1010781] ppid=1010778 vsize=19374432 memory=11030872 CPUtime=3600.43 cores=0,2
/proc/1010781/stat : 1010781 (java) S 1010778 1010781 1007998 0 -1 1077936128 666591 0 0 0 359395 648 0 0 20 0 22 0 187942851 19839418368 2757718 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
/proc/1010781/statm: 4843608 2757718 5910 1 0 2771665 0
[pid=1010781/tid=1010783] ppid=1010778 vsize=19374432 memory=-7813003711093761120 CPUtime=3289.49 cores=0,2
/proc/1010781/task/1010783/stat : 1010783 (java) S 1010778 1010781 1007998 0 -1 1077936192 317331 0 0 0 328714 235 0 0 20 0 22 0 187942851 19839418368 2757718 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 18 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010792] ppid=1010778 vsize=19374432 memory=28164 CPUtime=0 cores=0,2
/proc/1010781/task/1010792/stat : 1010792 (Finalizer) S 1010778 1010781 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 187942854 19839418368 2757718 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010799] ppid=1010778 vsize=19374432 memory=-7813003711093761120 CPUtime=0 cores=0,2
/proc/1010781/task/1010799/stat : 1010799 (Common-Cleaner) S 1010778 1010781 1007998 0 -1 1077936192 1952 0 0 0 0 0 0 0 20 0 22 0 187942855 19839418368 2757718 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
Current children cumulated CPU time: 3600.43 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 11030872 KiB

[startup+3344.9 s]
/proc/loadavg: 4.17 4.25 4.34 5/335 1013140
/proc/meminfo: memFree=104335468/131524600 swapFree=131071996/131071996
[pid=1010781] ppid=1010778 vsize=19374432 memory=11030872 CPUtime=3600.53 cores=0,2
/proc/1010781/stat : 1010781 (java) S 1010778 1010781 1007998 0 -1 1077936128 666597 0 0 0 359405 648 0 0 20 0 22 0 187942851 19839418368 2757718 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
/proc/1010781/statm: 4843608 2757718 5910 1 0 2771665 0
[pid=1010781/tid=1010783] ppid=1010778 vsize=19374432 memory=11030028 CPUtime=3289.49 cores=0,2
/proc/1010781/task/1010783/stat : 1010783 (java) S 1010778 1010781 1007998 0 -1 1077936192 317331 0 0 0 328714 235 0 0 20 0 22 0 187942851 19839418368 2757718 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 18 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010792] ppid=1010778 vsize=19374432 memory=11030064 CPUtime=0 cores=0,2
/proc/1010781/task/1010792/stat : 1010792 (Finalizer) S 1010778 1010781 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 187942854 19839418368 2757718 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
[pid=1010781/tid=1010799] ppid=1010778 vsize=19374432 memory=-7813003711093761120 CPUtime=0 cores=0,2
/proc/1010781/task/1010799/stat : 1010799 (Common-Cleaner) S 1010778 1010781 1007998 0 -1 1077936192 1952 0 0 0 0 0 0 0 20 0 22 0 187942855 19839418368 2757718 134679101440 94146696228864 94146696232560 140729266663808 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94146696240376 94146696241168 94146706530304 140729266672622 140729266672735 140729266672735 140729266679752 0
Current children cumulated CPU time: 3600.53 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 11030872 KiB

Child status: 143

Real time (s): 3344.97
CPU time (s): 3600.61
CPU user time (s): 3594.1
CPU system time (s): 6.51388
CPU usage (%): 107.642
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 11030872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.1
system time used= 6.51388
maximum resident set size= 11031832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 666848
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112066
involuntary context switches= 41743


# summary of solver processes directly reported to runsolver:
#   pid: 1010781
#   total CPU time (s): 3600.61
#   total CPU user time (s): 3594.1
#   total CPU system time (s): 6.51388

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.22144 second user time and 16.8975 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-19 04:55:44
IDJOB=4447565
IDBENCH=159284
IDSOLVER=3046
FILE ID=nodeC033/4447565-1721357731
RUNJOBID= nodeC033-1721353366-1008008
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-n188-d3-i3-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-4447565-1721357731/watcher-4447565-1721357731 -o /tmp/evaluation-result-4447565-1721357731/solver-4447565-1721357731 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721353366-1008008 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4447565-1721357731.opb

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

MD5SUM BENCH= 1c14f117e67441c2f256fb4d1e22e789
RANDOM SEED=1164872642

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		: 3630.893
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		: 3652.151
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		: 3647.146
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.758
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		: 3631.439
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		: 3652.267
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		: 3650.800
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		: 3599.976
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:        112465428 kB
MemAvailable:   118403724 kB
Buffers:          552548 kB
Cached:          6156400 kB
SwapCached:            0 kB
Active:           998480 kB
Inactive:       17264772 kB
Active(anon):       1572 kB
Inactive(anon): 11598316 kB
Active(file):     996908 kB
Inactive(file):  5666456 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               784 kB
Writeback:             8 kB
AnonPages:      11549632 kB
Mapped:           127256 kB
Shmem:             45908 kB
KReclaimable:     229160 kB
Slab:             357060 kB
SReclaimable:     229160 kB
SUnreclaim:       127900 kB
KernelStack:        5004 kB
PageTables:        32704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12292336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69312 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11153408 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:51:29