Trace number 4447385

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.69 3320.2

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n148-d3-i1-r1.cnf.gz-plain.pb.metafix.opb
MD5SUMfefb64a1b2a7fa00e7ba601f2504d0e0
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 variables222
Total number of constraints592
Number of constraints which are clauses592
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.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4447385-1721354410.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.14/0.19	c ... done. Wall clock time 0.04s.
0.14/0.19	c declared #vars     222
0.14/0.19	c #constraints  592
0.14/0.19	c constraints type 
0.14/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 592
0.14/0.19	c 592 constraints processed.
1.09/0.63	c cleaning 0 clauses out of 5001 with flag 0/5001
1.69/0.91	c cleaning 0 clauses out of 11000 with flag 0/11000
2.09/1.20	c cleaning 0 clauses out of 18001 with flag 0/18001
2.84/1.53	c cleaning 0 clauses out of 26000 with flag 0/26000
3.15/1.89	c cleaning 0 clauses out of 35002 with flag 0/35002
3.62/2.27	c cleaning 0 clauses out of 45001 with flag 0/45001
4.21/2.80	c cleaning 0 clauses out of 56000 with flag 0/56000
4.83/3.36	c cleaning 0 clauses out of 68001 with flag 0/68001
5.57/4.06	c cleaning 0 clauses out of 81000 with flag 0/81000
6.27/4.72	c cleaning 0 clauses out of 95000 with flag 0/95000
6.87/5.37	c cleaning 0 clauses out of 110000 with flag 0/110000
7.87/6.31	c cleaning 0 clauses out of 126001 with flag 0/126001
8.67/7.10	c cleaning 0 clauses out of 143000 with flag 0/143000
9.70/8.15	c cleaning 0 clauses out of 161001 with flag 0/161001
11.00/9.48	c cleaning 0 clauses out of 180001 with flag 0/180001
12.25/10.68	c cleaning 0 clauses out of 200001 with flag 0/200001
13.46/11.85	c cleaning 0 clauses out of 221000 with flag 0/221000
14.67/13.06	c cleaning 0 clauses out of 243001 with flag 0/243001
16.26/14.67	c cleaning 0 clauses out of 266000 with flag 0/266000
17.81/16.15	c cleaning 0 clauses out of 290001 with flag 0/290001
19.10/17.43	c cleaning 0 clauses out of 315000 with flag 0/315000
20.66/18.98	c cleaning 0 clauses out of 341000 with flag 0/341000
22.42/20.64	c cleaning 0 clauses out of 368000 with flag 0/368000
24.92/23.14	c cleaning 0 clauses out of 396001 with flag 0/396001
27.18/25.30	c cleaning 0 clauses out of 425000 with flag 0/425000
29.08/27.26	c cleaning 0 clauses out of 455001 with flag 0/455001
31.26/29.39	c cleaning 0 clauses out of 486001 with flag 0/486001
33.35/31.42	c cleaning 0 clauses out of 518001 with flag 0/518001
35.82/33.82	c cleaning 0 clauses out of 551001 with flag 0/551001
37.90/35.89	c cleaning 0 clauses out of 585000 with flag 0/585000
42.29/40.21	c cleaning 0 clauses out of 620000 with flag 0/620000
45.37/43.26	c cleaning 0 clauses out of 656001 with flag 0/656001
48.66/46.43	c cleaning 0 clauses out of 693000 with flag 0/693000
52.24/49.97	c cleaning 0 clauses out of 731001 with flag 0/731001
55.14/52.82	c cleaning 0 clauses out of 770000 with flag 0/770000
58.34/55.96	c cleaning 0 clauses out of 810000 with flag 0/810000
61.02/58.59	c cleaning 0 clauses out of 851001 with flag 0/851001
66.80/64.39	c cleaning 0 clauses out of 893001 with flag 0/893001
71.61/69.03	c cleaning 0 clauses out of 936000 with flag 0/936000
75.30/72.61	c cleaning 0 clauses out of 980000 with flag 0/980000
80.00/77.24	c cleaning 0 clauses out of 1025001 with flag 0/1025001
83.89/81.13	c cleaning 0 clauses out of 1071001 with flag 0/1071001
88.07/85.23	c cleaning 0 clauses out of 1118001 with flag 0/1118001
91.56/88.61	c cleaning 0 clauses out of 1166000 with flag 0/1166000
95.63/92.69	c cleaning 0 clauses out of 1215001 with flag 0/1215001
101.30/98.23	c cleaning 0 clauses out of 1265002 with flag 0/1265002
107.94/104.89	c cleaning 0 clauses out of 1316000 with flag 0/1316000
118.95/115.80	c cleaning 0 clauses out of 1368000 with flag 0/1368000
125.02/121.85	c cleaning 0 clauses out of 1421001 with flag 0/1421001
130.39/127.15	c cleaning 0 clauses out of 1475000 with flag 0/1475000
135.95/132.67	c cleaning 0 clauses out of 1530000 with flag 0/1530000
142.09/138.76	c cleaning 0 clauses out of 1586001 with flag 0/1586001
148.14/144.75	c cleaning 0 clauses out of 1643001 with flag 0/1643001
152.61/149.14	c cleaning 0 clauses out of 1701000 with flag 0/1701000
158.26/154.60	c cleaning 0 clauses out of 1760001 with flag 0/1760001
164.04/160.33	c cleaning 0 clauses out of 1820001 with flag 0/1820001
169.37/165.69	c cleaning 0 clauses out of 1881001 with flag 0/1881001
175.61/171.89	c cleaning 0 clauses out of 1943000 with flag 0/1943000
189.18/185.46	c cleaning 0 clauses out of 2006000 with flag 0/2006000
198.70/194.83	c cleaning 0 clauses out of 2070000 with flag 0/2070000
208.48/204.33	c cleaning 0 clauses out of 2135000 with flag 0/2135000
215.90/211.61	c cleaning 0 clauses out of 2201000 with flag 0/2201000
220.69/216.36	c cleaning 0 clauses out of 2268001 with flag 0/2268001
232.37/227.99	c cleaning 0 clauses out of 2336001 with flag 0/2336001
241.84/237.31	c cleaning 0 clauses out of 2405001 with flag 0/2405001
250.42/245.75	c cleaning 0 clauses out of 2475000 with flag 0/2475000
258.18/253.44	c cleaning 0 clauses out of 2546000 with flag 0/2546000
265.25/260.48	c cleaning 0 clauses out of 2618001 with flag 0/2618001
274.73/269.74	c cleaning 0 clauses out of 2691001 with flag 0/2691001
282.95/277.90	c cleaning 0 clauses out of 2765000 with flag 0/2765000
290.60/285.52	c cleaning 0 clauses out of 2840000 with flag 0/2840000
298.55/293.38	c cleaning 0 clauses out of 2916000 with flag 0/2916000
323.26/317.71	c cleaning 0 clauses out of 2993001 with flag 0/2993001
340.27/334.60	c cleaning 0 clauses out of 3071001 with flag 0/3071001
355.08/347.22	c cleaning 0 clauses out of 3150001 with flag 0/3150001
368.82/360.35	c cleaning 0 clauses out of 3230001 with flag 0/3230001
386.13/375.06	c cleaning 0 clauses out of 3311001 with flag 0/3311001
398.92/385.16	c cleaning 0 clauses out of 3393000 with flag 0/3393000
412.11/398.16	c cleaning 0 clauses out of 3476001 with flag 0/3476001
426.07/409.32	c cleaning 0 clauses out of 3560001 with flag 0/3560001
439.29/422.40	c cleaning 0 clauses out of 3645000 with flag 0/3645000
455.75/435.91	c cleaning 0 clauses out of 3731000 with flag 0/3731000
470.06/447.41	c cleaning 0 clauses out of 3818000 with flag 0/3818000
484.75/459.11	c cleaning 0 clauses out of 3906001 with flag 0/3906001
497.78/472.01	c cleaning 0 clauses out of 3995000 with flag 0/3995000
518.35/489.49	c cleaning 0 clauses out of 4085001 with flag 0/4085001
531.64/502.65	c cleaning 0 clauses out of 4176001 with flag 0/4176001
548.71/516.56	c cleaning 0 clauses out of 4268000 with flag 0/4268000
566.98/532.01	c cleaning 0 clauses out of 4361001 with flag 0/4361001
582.62/547.02	c cleaning 0 clauses out of 4455001 with flag 0/4455001
625.93/586.75	c cleaning 0 clauses out of 4550000 with flag 0/4550000
648.32/605.18	c cleaning 0 clauses out of 4646001 with flag 0/4646001
672.45/625.34	c cleaning 0 clauses out of 4743001 with flag 0/4743001
697.34/646.35	c cleaning 0 clauses out of 4841001 with flag 0/4841001
722.37/667.52	c cleaning 0 clauses out of 4940001 with flag 0/4940001
739.50/681.04	c cleaning 0 clauses out of 5040001 with flag 0/5040001
759.68/697.54	c cleaning 0 clauses out of 5141000 with flag 0/5141000
777.06/714.01	c cleaning 0 clauses out of 5243000 with flag 0/5243000
797.50/730.21	c cleaning 0 clauses out of 5346000 with flag 0/5346000
823.97/752.40	c cleaning 0 clauses out of 5450001 with flag 0/5450001
857.75/781.61	c cleaning 0 clauses out of 5555001 with flag 0/5555001
882.95/802.49	c cleaning 0 clauses out of 5661001 with flag 0/5661001
920.04/835.07	c cleaning 0 clauses out of 5768001 with flag 0/5768001
952.31/862.80	c cleaning 0 clauses out of 5876001 with flag 0/5876001
988.82/894.72	c cleaning 0 clauses out of 5985001 with flag 0/5985001
1010.64/911.67	c cleaning 0 clauses out of 6095000 with flag 0/6095000
1031.91/927.98	c cleaning 0 clauses out of 6206000 with flag 0/6206000
1050.76/941.70	c cleaning 0 clauses out of 6318000 with flag 0/6318000
1075.25/961.05	c cleaning 0 clauses out of 6431000 with flag 0/6431000
1092.43/978.23	c cleaning 0 clauses out of 6545001 with flag 0/6545001
1109.41/995.11	c cleaning 0 clauses out of 6660001 with flag 0/6660001
1173.38/1053.45	c cleaning 0 clauses out of 6776000 with flag 0/6776000
1207.16/1087.02	c cleaning 0 clauses out of 6893000 with flag 0/6893000
1234.15/1113.73	c cleaning 0 clauses out of 7011001 with flag 0/7011001
1258.13/1137.45	c cleaning 0 clauses out of 7130001 with flag 0/7130001
1286.09/1165.19	c cleaning 0 clauses out of 7250001 with flag 0/7250001
1316.73/1195.85	c cleaning 0 clauses out of 7371001 with flag 0/7371001
1343.75/1222.66	c cleaning 0 clauses out of 7493000 with flag 0/7493000
1390.28/1269.12	c cleaning 0 clauses out of 7616001 with flag 0/7616001
1435.46/1314.13	c cleaning 0 clauses out of 7740000 with flag 0/7740000
1475.95/1348.14	c cleaning 0 clauses out of 7865001 with flag 0/7865001
1507.84/1380.09	c cleaning 0 clauses out of 7991000 with flag 0/7991000
1531.37/1403.27	c cleaning 0 clauses out of 8118001 with flag 0/8118001
1571.52/1442.91	c cleaning 0 clauses out of 8246001 with flag 0/8246001
1603.22/1474.64	c cleaning 0 clauses out of 8375000 with flag 0/8375000
1649.35/1513.86	c cleaning 0 clauses out of 8505000 with flag 0/8505000
1697.82/1562.25	c cleaning 0 clauses out of 8636001 with flag 0/8636001
1727.91/1591.98	c cleaning 0 clauses out of 8768001 with flag 0/8768001
1771.53/1635.24	c cleaning 0 clauses out of 8901001 with flag 0/8901001
1816.10/1672.18	c cleaning 0 clauses out of 9035001 with flag 0/9035001
1837.99/1693.72	c cleaning 0 clauses out of 9170001 with flag 0/9170001
1868.80/1716.89	c cleaning 0 clauses out of 9306001 with flag 0/9306001
1905.34/1753.06	c cleaning 0 clauses out of 9443001 with flag 0/9443001
1940.03/1787.55	c cleaning 0 clauses out of 9581001 with flag 0/9581001
1977.42/1817.18	c cleaning 0 clauses out of 9720001 with flag 0/9720001
1995.96/1835.47	c cleaning 0 clauses out of 9860000 with flag 0/9860000
2038.17/1869.64	c cleaning 0 clauses out of 10001000 with flag 0/10001000
2129.11/1959.07	c cleaning 0 clauses out of 10143000 with flag 0/10143000
2177.52/2006.81	c cleaning 0 clauses out of 10286001 with flag 0/10286001
2231.87/2052.71	c cleaning 0 clauses out of 10430000 with flag 0/10430000
2272.76/2093.32	c cleaning 0 clauses out of 10575000 with flag 0/10575000
2313.33/2125.09	c cleaning 0 clauses out of 10721000 with flag 0/10721000
2353.54/2164.67	c cleaning 0 clauses out of 10868001 with flag 0/10868001
2383.30/2194.26	c cleaning 0 clauses out of 11016000 with flag 0/11016000
2431.15/2232.45	c cleaning 0 clauses out of 11165000 with flag 0/11165000
2461.01/2261.91	c cleaning 0 clauses out of 11315000 with flag 0/11315000
2490.97/2291.33	c cleaning 0 clauses out of 11466001 with flag 0/11466001
2528.18/2328.01	c cleaning 0 clauses out of 11618001 with flag 0/11618001
2594.09/2384.50	c cleaning 0 clauses out of 11771001 with flag 0/11771001
2655.46/2445.84	c cleaning 0 clauses out of 11925001 with flag 0/11925001
2714.63/2504.91	c cleaning 0 clauses out of 12080000 with flag 0/12080000
2798.19/2578.90	c cleaning 0 clauses out of 12236001 with flag 0/12236001
2863.67/2643.72	c cleaning 0 clauses out of 12393001 with flag 0/12393001
2906.87/2686.83	c cleaning 0 clauses out of 12551000 with flag 0/12551000
2939.92/2719.50	c cleaning 0 clauses out of 12710000 with flag 0/12710000
2976.35/2755.72	c cleaning 0 clauses out of 12870000 with flag 0/12870000
3041.43/2809.96	c cleaning 0 clauses out of 13031000 with flag 0/13031000
3080.50/2848.53	c cleaning 0 clauses out of 13193000 with flag 0/13193000
3117.88/2885.92	c cleaning 0 clauses out of 13356001 with flag 0/13356001
3167.36/2924.09	c cleaning 0 clauses out of 13520001 with flag 0/13520001
3215.32/2960.67	c cleaning 0 clauses out of 13685001 with flag 0/13685001
3251.89/2997.36	c cleaning 0 clauses out of 13851000 with flag 0/13851000
3284.35/3029.41	c cleaning 0 clauses out of 14018001 with flag 0/14018001
3313.56/3058.44	c cleaning 0 clauses out of 14186000 with flag 0/14186000
3352.40/3085.55	c cleaning 0 clauses out of 14355001 with flag 0/14355001
3382.60/3115.47	c cleaning 0 clauses out of 14525000 with flag 0/14525000
3418.61/3151.20	c cleaning 0 clauses out of 14696000 with flag 0/14696000
3488.02/3209.52	c cleaning 0 clauses out of 14868000 with flag 0/14868000
3522.25/3242.34	c cleaning 0 clauses out of 15041000 with flag 0/15041000
3600.09/3319.72	c starts		: 336
3600.09/3319.72	c conflicts		: 15156631
3600.09/3319.72	c decisions		: 17860859
3600.09/3319.72	c propagations		: 92041704
3600.09/3319.72	c inspects		: 31276095441
3600.09/3319.72	c shortcuts		: 0
3600.09/3319.72	c learnt literals	: 0
3600.09/3319.72	c learnt binary clauses	: 0
3600.09/3319.72	c timeout
3600.09/3319.73	c learnt ternary clauses	: 8
3600.09/3319.73	c learnt constraints	: 15156631
3600.09/3319.73	c ignored constraints	: 0
3600.09/3319.73	c root simplifications	: 0
3600.09/3319.73	c removed literals (reason simplification)	: 0
3600.09/3319.73	c reason swapping (by a shorter reason)	: 0
3600.09/3319.73	c Calls to reduceDB	: 169
3600.09/3319.73	c Number of update (reduction) of LBD	: 0
3600.09/3319.73	c Imported unit clauses	: 0
3600.09/3319.73	c No decision after first conflict	: false
3600.09/3319.73	c number of reductions to clauses (during analyze)	: 0
3600.09/3319.73	c number of learned constraints concerned by reduction	: 0
3600.09/3319.73	c number of learning phase by resolution	: 0
3600.09/3319.73	c number of learning phase by cutting planes	: 0
3600.09/3319.73	c number of rounding to 1 operations	: 0
3600.09/3319.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3319.73	c number of reductions of the coefficients by power 2 	: 0
3600.09/3319.73	c number of right shift for reduction by power 2 	: 0
3600.09/3319.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3319.73	c number of ending skipping 	: 0
3600.09/3319.73	c number of internal skipping 	: 0
3600.09/3319.73	c number of derivation steps 	: 82844630
3600.09/3319.73	c number of skipped derivation steps 	: 0
3600.09/3319.73	c number of remaining unassigned 	: 0
3600.09/3319.73	c number of remaining assigned 	: 0
3600.09/3319.73	c number of falsified literals weakened from reason	: 0
3600.09/3319.73	c number of falsified literals weakened from conflict	: 0
3600.09/3319.73	c time for arithmetic operations	: 0
3600.09/3319.74	c minimum degree of deleted constraints	: null
3600.09/3319.74	c maximum degree of deleted constraints	: null
3600.09/3319.74	c number of deleted constraints	: 0
3600.09/3319.74	c speed (assignments/second)	: 27727.22148801808
3600.09/3319.74	c non guided choices	: 10152
3600.59/3320.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 15156631
3600.59/3320.16	s UNKNOWN
3600.59/3320.16	c Total wall clock time (in seconds): 3320.011

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

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


[startup+0.101915 s]*
/proc/loadavg: 4.56 4.33 4.17 7/331 1009154
/proc/meminfo: memFree=116720632/131524600 swapFree=131071996/131071996
[pid=1009136] ppid=1009133 vsize=18975048 memory=64876 CPUtime=0.14 cores=0,2
/proc/1009136/stat : 1009136 (java) S 1009133 1009136 1007998 0 -1 1077936128 7111 0 0 0 12 2 0 0 20 0 18 0 187610743 19430449152 16219 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
/proc/1009136/statm: 4743762 16219 5694 1 0 549366 0
[pid=1009136/tid=1009138] ppid=1009133 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/1009136/task/1009138/stat : 1009138 (java) R 1009133 1009136 1007998 0 -1 1078198336 5675 0 0 0 7 1 0 0 20 0 18 0 187610744 19430449152 16219 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009147] ppid=1009133 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/1009136/task/1009147/stat : 1009147 (Finalizer) S 1009133 1009136 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187610746 19430449152 16251 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009154] ppid=1009133 vsize=18975048 memory=15817789847927870 CPUtime=0 cores=0,2
/proc/1009136/task/1009154/stat : 1009154 (Common-Cleaner) S 1009133 1009136 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 187610747 19430449152 16251 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64876 KiB

[startup+0.207505 s]*
/proc/loadavg: 4.56 4.33 4.17 7/332 1009155
/proc/meminfo: memFree=116713764/131524600 swapFree=131071996/131071996
[pid=1009136] ppid=1009133 vsize=19041612 memory=71528 CPUtime=0.33 cores=0,2
/proc/1009136/stat : 1009136 (java) S 1009133 1009136 1007998 0 -1 1077936128 7732 0 0 0 31 2 0 0 20 0 19 0 187610743 19498610688 17882 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
/proc/1009136/statm: 4760403 17882 5813 1 0 550031 0
[pid=1009136/tid=1009138] ppid=1009133 vsize=19041612 memory=6876556183782621315 CPUtime=0.18 cores=0,2
/proc/1009136/task/1009138/stat : 1009138 (java) R 1009133 1009136 1007998 0 -1 1077936192 5968 0 0 0 17 1 0 0 20 0 19 0 187610744 19498610688 17882 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009147] ppid=1009133 vsize=19041612 memory=17963 CPUtime=0 cores=0,2
/proc/1009136/task/1009147/stat : 1009147 (Finalizer) S 1009133 1009136 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187610746 19498610688 17882 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009154] ppid=1009133 vsize=19041612 memory=14697378909259238 CPUtime=0 cores=0,2
/proc/1009136/task/1009154/stat : 1009154 (Common-Cleaner) S 1009133 1009136 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187610747 19498610688 17882 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009155] ppid=1009133 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1009136/task/1009155/stat : 1009155 (Timer-0) S 1009133 1009136 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187610763 19498610688 17882 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71528 KiB

[startup+0.306791 s]*
/proc/loadavg: 4.56 4.33 4.17 7/332 1009155
/proc/meminfo: memFree=116690116/131524600 swapFree=131071996/131071996
[pid=1009136] ppid=1009133 vsize=19041612 memory=95104 CPUtime=0.53 cores=0,2
/proc/1009136/stat : 1009136 (java) S 1009133 1009136 1007998 0 -1 1077936128 9781 0 0 0 50 3 0 0 20 0 19 0 187610743 19498610688 23776 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
/proc/1009136/statm: 4760403 23776 5829 1 0 551281 0
[pid=1009136/tid=1009138] ppid=1009133 vsize=19041612 memory=-7164766839729449062 CPUtime=0.28 cores=0,2
/proc/1009136/task/1009138/stat : 1009138 (java) R 1009133 1009136 1007998 0 -1 4194368 6002 0 0 0 26 2 0 0 20 0 19 0 187610744 19498610688 23776 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009147] ppid=1009133 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1009136/task/1009147/stat : 1009147 (Finalizer) S 1009133 1009136 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187610746 19498610688 23776 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009154] ppid=1009133 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1009136/task/1009154/stat : 1009154 (Common-Cleaner) S 1009133 1009136 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187610747 19498610688 23776 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009155] ppid=1009133 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1009136/task/1009155/stat : 1009155 (Timer-0) S 1009133 1009136 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187610763 19498610688 23776 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 95104 KiB

[startup+0.700778 s]
/proc/loadavg: 4.56 4.33 4.17 7/332 1009155
/proc/meminfo: memFree=116621696/131524600 swapFree=131071996/131071996
[pid=1009136] ppid=1009133 vsize=19108176 memory=176048 CPUtime=1.29 cores=0,2
/proc/1009136/stat : 1009136 (java) S 1009133 1009136 1007998 0 -1 1077936128 13826 0 0 0 124 5 0 0 20 0 20 0 187610743 19566772224 44012 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
/proc/1009136/statm: 4777044 44012 5829 1 0 554115 0
[pid=1009136/tid=1009138] ppid=1009133 vsize=19108176 memory=47236 CPUtime=0.65 cores=0,2
/proc/1009136/task/1009138/stat : 1009138 (java) R 1009133 1009136 1007998 0 -1 4194368 6071 0 0 0 62 3 0 0 20 0 20 0 187610744 19566772224 44012 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009147] ppid=1009133 vsize=19108176 memory=12312 CPUtime=0 cores=0,2
/proc/1009136/task/1009147/stat : 1009147 (Finalizer) S 1009133 1009136 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187610746 19566772224 44012 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009154] ppid=1009133 vsize=19108176 memory=2220 CPUtime=0 cores=0,2
/proc/1009136/task/1009154/stat : 1009154 (Common-Cleaner) S 1009133 1009136 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187610747 19566772224 44012 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009155] ppid=1009133 vsize=19108176 memory=5568 CPUtime=0 cores=0,2
/proc/1009136/task/1009155/stat : 1009155 (Timer-0) S 1009133 1009136 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187610763 19566772224 44012 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 176048 KiB

[startup+1.50027 s]
/proc/loadavg: 4.56 4.33 4.17 6/333 1009156
/proc/meminfo: memFree=116587852/131524600 swapFree=131071996/131071996
[pid=1009136] ppid=1009133 vsize=19108176 memory=364208 CPUtime=2.84 cores=0,2
/proc/1009136/stat : 1009136 (java) S 1009133 1009136 1007998 0 -1 1077936128 19338 0 0 0 275 9 0 0 20 0 20 0 187610743 19566772224 91052 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
/proc/1009136/statm: 4777044 91052 5829 1 0 554384 0
[pid=1009136/tid=1009138] ppid=1009133 vsize=19108176 memory=12312 CPUtime=1.41 cores=0,2
/proc/1009136/task/1009138/stat : 1009138 (java) R 1009133 1009136 1007998 0 -1 4194368 6576 0 0 0 135 6 0 0 20 0 20 0 187610744 19566772224 91052 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009147] ppid=1009133 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1009136/task/1009147/stat : 1009147 (Finalizer) S 1009133 1009136 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187610746 19566772224 91052 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009154] ppid=1009133 vsize=19108176 memory=2220 CPUtime=0 cores=0,2
/proc/1009136/task/1009154/stat : 1009154 (Common-Cleaner) S 1009133 1009136 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187610747 19566772224 91052 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009155] ppid=1009133 vsize=19108176 memory=5568 CPUtime=0 cores=0,2
/proc/1009136/task/1009155/stat : 1009155 (Timer-0) S 1009133 1009136 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187610763 19566772224 91052 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 364208 KiB

[startup+3.10574 s]
/proc/loadavg: 4.52 4.33 4.17 5/333 1009157
/proc/meminfo: memFree=115862916/131524600 swapFree=131071996/131071996
[pid=1009136] ppid=1009133 vsize=19108176 memory=1000260 CPUtime=4.63 cores=0,2
/proc/1009136/stat : 1009136 (java) S 1009133 1009136 1007998 0 -1 1077936128 21237 0 0 0 442 21 0 0 20 0 20 0 187610743 19566772224 250065 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
/proc/1009136/statm: 4777044 250065 5829 1 0 660916 0
[pid=1009136/tid=1009138] ppid=1009133 vsize=19108176 memory=0 CPUtime=2.99 cores=0,2
/proc/1009136/task/1009138/stat : 1009138 (java) R 1009133 1009136 1007998 0 -1 4194368 7178 0 0 0 282 17 0 0 20 0 20 0 187610744 19566772224 250065 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009147] ppid=1009133 vsize=19108176 memory=-7164766839729449062 CPUtime=0 cores=0,2
/proc/1009136/task/1009147/stat : 1009147 (Finalizer) S 1009133 1009136 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187610746 19566772224 250065 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009154] ppid=1009133 vsize=19108176 memory=12312 CPUtime=0 cores=0,2
/proc/1009136/task/1009154/stat : 1009154 (Common-Cleaner) S 1009133 1009136 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187610747 19566772224 250065 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009155] ppid=1009133 vsize=19108176 memory=2220 CPUtime=0 cores=0,2
/proc/1009136/task/1009155/stat : 1009155 (Timer-0) S 1009133 1009136 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187610763 19566772224 250065 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
Current children cumulated CPU time: 4.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1000260 KiB

[startup+6.30027 s]
/proc/loadavg: 4.52 4.33 4.17 5/333 1009157
/proc/meminfo: memFree=115684476/131524600 swapFree=131071996/131071996
[pid=1009136] ppid=1009133 vsize=19108176 memory=1098240 CPUtime=7.87 cores=0,2
/proc/1009136/stat : 1009136 (java) S 1009133 1009136 1007998 0 -1 1077936128 21413 0 0 0 764 23 0 0 20 0 20 0 187610743 19566772224 274560 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
/proc/1009136/statm: 4777044 274560 5829 1 0 660929 0
[pid=1009136/tid=1009138] ppid=1009133 vsize=19108176 memory=2220 CPUtime=6.05 cores=0,2
/proc/1009136/task/1009138/stat : 1009138 (java) R 1009133 1009136 1007998 0 -1 4194368 7238 0 0 0 586 19 0 0 20 0 20 0 187610744 19566772224 274560 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009147] ppid=1009133 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1009136/task/1009147/stat : 1009147 (Finalizer) S 1009133 1009136 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187610746 19566772224 274560 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009154] ppid=1009133 vsize=19108176 memory=12312 CPUtime=0 cores=0,2
/proc/1009136/task/1009154/stat : 1009154 (Common-Cleaner) S 1009133 1009136 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187610747 19566772224 274560 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009155] ppid=1009133 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=0,2
/proc/1009136/task/1009155/stat : 1009155 (Timer-0) S 1009133 1009136 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187610763 19566772224 274560 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
Current children cumulated CPU time: 7.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1098240 KiB

[startup+12.7003 s]
/proc/loadavg: 4.48 4.32 4.17 5/333 1009157
/proc/meminfo: memFree=115174432/131524600 swapFree=131071996/131071996
[pid=1009136] ppid=1009133 vsize=19108176 memory=1607476 CPUtime=14.36 cores=0,2
/proc/1009136/stat : 1009136 (java) S 1009133 1009136 1007998 0 -1 1077936128 22385 0 0 0 1405 31 0 0 20 0 20 0 187610743 19566772224 401869 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
/proc/1009136/statm: 4777044 401869 5829 1 0 788354 0
[pid=1009136/tid=1009138] ppid=1009133 vsize=19108176 memory=12312 CPUtime=12.23 cores=0,2
/proc/1009136/task/1009138/stat : 1009138 (java) R 1009133 1009136 1007998 0 -1 4194368 7767 0 0 0 1196 27 0 0 20 0 20 0 187610744 19566772224 401869 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009147] ppid=1009133 vsize=19108176 memory=1603328 CPUtime=0 cores=0,2
/proc/1009136/task/1009147/stat : 1009147 (Finalizer) S 1009133 1009136 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187610746 19566772224 401869 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009154] ppid=1009133 vsize=19108176 memory=47236 CPUtime=0 cores=0,2
/proc/1009136/task/1009154/stat : 1009154 (Common-Cleaner) S 1009133 1009136 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187610747 19566772224 401869 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009155] ppid=1009133 vsize=19108176 memory=12312 CPUtime=0 cores=0,2
/proc/1009136/task/1009155/stat : 1009155 (Timer-0) S 1009133 1009136 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187610763 19566772224 401869 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
Current children cumulated CPU time: 14.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1607476 KiB

[startup+25.5003 s]
/proc/loadavg: 4.53 4.34 4.18 5/333 1009161
/proc/meminfo: memFree=114757440/131524600 swapFree=131071996/131071996
[pid=1009136] ppid=1009133 vsize=19108176 memory=2023632 CPUtime=27.38 cores=0,2
/proc/1009136/stat : 1009136 (java) S 1009133 1009136 1007998 0 -1 1077936128 25433 0 0 0 2697 41 0 0 20 0 20 0 187610743 19566772224 505908 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
/proc/1009136/statm: 4777044 505908 5836 1 0 788358 0
[pid=1009136/tid=1009138] ppid=1009133 vsize=19108176 memory=6944656574621848725 CPUtime=24.68 cores=0,2
/proc/1009136/task/1009138/stat : 1009138 (java) R 1009133 1009136 1007998 0 -1 4194368 9335 0 0 0 2437 31 0 0 20 0 20 0 187610744 19566772224 505908 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009147] ppid=1009133 vsize=19108176 memory=12340 CPUtime=0 cores=0,2
/proc/1009136/task/1009147/stat : 1009147 (Finalizer) S 1009133 1009136 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187610746 19566772224 505908 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009154] ppid=1009133 vsize=19108176 memory=3444 CPUtime=0 cores=0,2
/proc/1009136/task/1009154/stat : 1009154 (Common-Cleaner) S 1009133 1009136 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187610747 19566772224 505908 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009155] ppid=1009133 vsize=19108176 memory=12312 CPUtime=0 cores=0,2
/proc/1009136/task/1009155/stat : 1009155 (Timer-0) S 1009133 1009136 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187610763 19566772224 505908 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
Current children cumulated CPU time: 27.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2023632 KiB

[startup+51.106 s]
/proc/loadavg: 4.49 4.35 4.18 5/334 1009180
/proc/meminfo: memFree=114627212/131524600 swapFree=131071996/131071996
[pid=1009136] ppid=1009133 vsize=19108176 memory=2153084 CPUtime=53.45 cores=0,2
/proc/1009136/stat : 1009136 (java) S 1009133 1009136 1007998 0 -1 1077936128 30642 0 0 0 5300 45 0 0 20 0 20 0 187610743 19566772224 538271 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
/proc/1009136/statm: 4777044 538271 5836 1 0 788359 0

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

/proc/meminfo: memFree=102838224/131524600 swapFree=131071996/131071996
[pid=1009136] ppid=1009133 vsize=19174740 memory=10017076 CPUtime=3297.36 cores=0,2
/proc/1009136/stat : 1009136 (java) S 1009133 1009136 1007998 0 -1 1077936128 738617 0 0 0 329120 616 0 0 20 0 21 0 187610743 19634933760 2504269 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
/proc/1009136/statm: 4793685 2504269 5867 1 0 2518081 0
[pid=1009136/tid=1009138] ppid=1009133 vsize=19174740 memory=10016936 CPUtime=2992.24 cores=0,2
/proc/1009136/task/1009138/stat : 1009138 (java) R 1009133 1009136 1007998 0 -1 4194368 378889 0 0 0 299021 203 0 0 20 0 21 0 187610744 19634933760 2504269 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009147] ppid=1009133 vsize=19174740 memory=12340 CPUtime=0 cores=0,2
/proc/1009136/task/1009147/stat : 1009147 (Finalizer) S 1009133 1009136 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187610746 19634933760 2504269 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009154] ppid=1009133 vsize=19174740 memory=-7164766839729449062 CPUtime=0 cores=0,2
/proc/1009136/task/1009154/stat : 1009154 (Common-Cleaner) S 1009133 1009136 1007998 0 -1 1077936192 2220 0 0 0 0 0 0 0 20 0 21 0 187610747 19634933760 2504269 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009155] ppid=1009133 vsize=19174740 memory=10017076 CPUtime=0 cores=0,2
/proc/1009136/task/1009155/stat : 1009155 (Timer-0) S 1009133 1009136 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187610763 19634933760 2504269 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
Current children cumulated CPU time: 3297.36 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10017076 KiB

[startup+3102.3 s]
/proc/loadavg: 4.53 4.44 4.38 5/335 1010628
/proc/meminfo: memFree=102311332/131524600 swapFree=131071996/131071996
[pid=1009136] ppid=1009133 vsize=19174740 memory=10375516 CPUtime=3369.43 cores=0,2
/proc/1009136/stat : 1009136 (java) S 1009133 1009136 1007998 0 -1 1077936128 767617 0 0 0 336305 638 0 0 20 0 21 0 187610743 19634933760 2593879 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
/proc/1009136/statm: 4793685 2593879 5867 1 0 2607889 0
[pid=1009136/tid=1009138] ppid=1009133 vsize=19174740 memory=47236 CPUtime=3051.42 cores=0,2
/proc/1009136/task/1009138/stat : 1009138 (java) R 1009133 1009136 1007998 0 -1 4194368 389168 0 0 0 304931 211 0 0 20 0 21 0 187610744 19634933760 2593879 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009147] ppid=1009133 vsize=19174740 memory=10017076 CPUtime=0 cores=0,2
/proc/1009136/task/1009147/stat : 1009147 (Finalizer) S 1009133 1009136 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187610746 19634933760 2593879 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009154] ppid=1009133 vsize=19174740 memory=47236 CPUtime=0 cores=0,2
/proc/1009136/task/1009154/stat : 1009154 (Common-Cleaner) S 1009133 1009136 1007998 0 -1 1077936192 2267 0 0 0 0 0 0 0 20 0 21 0 187610747 19634933760 2593879 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009155] ppid=1009133 vsize=19174740 memory=10375516 CPUtime=0 cores=0,2
/proc/1009136/task/1009155/stat : 1009155 (Timer-0) S 1009133 1009136 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187610763 19634933760 2593879 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
Current children cumulated CPU time: 3369.43 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10375516 KiB

[startup+3162.3 s]
/proc/loadavg: 4.58 4.47 4.39 6/335 1010639
/proc/meminfo: memFree=102259056/131524600 swapFree=131071996/131071996
[pid=1009136] ppid=1009133 vsize=19174740 memory=10375704 CPUtime=3429.83 cores=0,2
/proc/1009136/stat : 1009136 (java) S 1009133 1009136 1007998 0 -1 1077936128 777825 0 0 0 342342 641 0 0 20 0 21 0 187610743 19634933760 2593926 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
/proc/1009136/statm: 4793685 2593926 5867 1 0 2607895 0
[pid=1009136/tid=1009138] ppid=1009133 vsize=19174740 memory=10017076 CPUtime=3110.65 cores=0,2
/proc/1009136/task/1009138/stat : 1009138 (java) R 1009133 1009136 1007998 0 -1 4194368 395398 0 0 0 310853 212 0 0 20 0 21 0 187610744 19634933760 2593926 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009147] ppid=1009133 vsize=19174740 memory=10375624 CPUtime=0 cores=0,2
/proc/1009136/task/1009147/stat : 1009147 (Finalizer) S 1009133 1009136 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187610746 19634933760 2593926 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009154] ppid=1009133 vsize=19174740 memory=-7164766839729449062 CPUtime=0 cores=0,2
/proc/1009136/task/1009154/stat : 1009154 (Common-Cleaner) S 1009133 1009136 1007998 0 -1 1077936192 2313 0 0 0 0 0 0 0 20 0 21 0 187610747 19634933760 2593926 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009155] ppid=1009133 vsize=19174740 memory=10375704 CPUtime=0 cores=0,2
/proc/1009136/task/1009155/stat : 1009155 (Timer-0) S 1009133 1009136 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187610763 19634933760 2593926 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
Current children cumulated CPU time: 3429.83 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10375704 KiB

[startup+3222.3 s]
/proc/loadavg: 4.53 4.47 4.40 5/335 1010649
/proc/meminfo: memFree=101810208/131524600 swapFree=131071996/131071996
[pid=1009136] ppid=1009133 vsize=19174740 memory=10769540 CPUtime=3502.08 cores=0,2
/proc/1009136/stat : 1009136 (java) S 1009133 1009136 1007998 0 -1 1077936128 808483 0 0 0 349543 665 0 0 20 0 21 0 187610743 19634933760 2692385 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
/proc/1009136/statm: 4793685 2692385 5867 1 0 2706077 0
[pid=1009136/tid=1009138] ppid=1009133 vsize=19174740 memory=10017076 CPUtime=3170.01 cores=0,2
/proc/1009136/task/1009138/stat : 1009138 (java) R 1009133 1009136 1007998 0 -1 4194368 410602 0 0 0 316780 221 0 0 20 0 21 0 187610744 19634933760 2692385 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009147] ppid=1009133 vsize=19174740 memory=12340 CPUtime=0 cores=0,2
/proc/1009136/task/1009147/stat : 1009147 (Finalizer) S 1009133 1009136 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187610746 19634933760 2692385 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009154] ppid=1009133 vsize=19174740 memory=10769540 CPUtime=0 cores=0,2
/proc/1009136/task/1009154/stat : 1009154 (Common-Cleaner) S 1009133 1009136 1007998 0 -1 1077936192 2406 0 0 0 0 0 0 0 20 0 21 0 187610747 19634933760 2692385 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009155] ppid=1009133 vsize=19174740 memory=-7164766839729449062 CPUtime=0 cores=0,2
/proc/1009136/task/1009155/stat : 1009155 (Timer-0) S 1009133 1009136 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187610763 19634933760 2692385 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
Current children cumulated CPU time: 3502.08 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10769540 KiB

[startup+3282.3 s]
/proc/loadavg: 4.57 4.49 4.41 6/334 1010660
/proc/meminfo: memFree=101730040/131524600 swapFree=131071996/131071996
[pid=1009136] ppid=1009133 vsize=19174740 memory=10770316 CPUtime=3562.52 cores=0,2
/proc/1009136/stat : 1009136 (java) S 1009133 1009136 1007998 0 -1 1077936128 819168 0 0 0 355583 669 0 0 20 0 21 0 187610743 19634933760 2692579 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
/proc/1009136/statm: 4793685 2692579 5867 1 0 2706269 0
[pid=1009136/tid=1009138] ppid=1009133 vsize=19174740 memory=2228 CPUtime=3229.21 cores=0,2
/proc/1009136/task/1009138/stat : 1009138 (java) R 1009133 1009136 1007998 0 -1 4194368 415629 0 0 0 322699 222 0 0 20 0 21 0 187610744 19634933760 2692579 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009147] ppid=1009133 vsize=19174740 memory=10770316 CPUtime=0 cores=0,2
/proc/1009136/task/1009147/stat : 1009147 (Finalizer) S 1009133 1009136 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187610746 19634933760 2692579 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009154] ppid=1009133 vsize=19174740 memory=12340 CPUtime=0 cores=0,2
/proc/1009136/task/1009154/stat : 1009154 (Common-Cleaner) S 1009133 1009136 1007998 0 -1 1077936192 2501 0 0 0 0 0 0 0 20 0 21 0 187610747 19634933760 2692579 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009155] ppid=1009133 vsize=19174740 memory=47236 CPUtime=0 cores=0,2
/proc/1009136/task/1009155/stat : 1009155 (Timer-0) S 1009133 1009136 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187610763 19634933760 2692579 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
Current children cumulated CPU time: 3562.52 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10770316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3319.7 s]
/proc/loadavg: 4.60 4.51 4.42 5/334 1010667
/proc/meminfo: memFree=101692788/131524600 swapFree=131071996/131071996
[pid=1009136] ppid=1009133 vsize=19174740 memory=10772116 CPUtime=3600.09 cores=0,2
/proc/1009136/stat : 1009136 (java) S 1009133 1009136 1007998 0 -1 1077936128 825264 0 0 0 359338 671 0 0 20 0 21 0 187610743 19634933760 2693029 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
/proc/1009136/statm: 4793685 2693029 5867 1 0 2706701 0
[pid=1009136/tid=1009138] ppid=1009133 vsize=19174740 memory=10770680 CPUtime=3266.26 cores=0,2
/proc/1009136/task/1009138/stat : 1009138 (java) R 1009133 1009136 1007998 0 -1 4194368 418891 0 0 0 326403 223 0 0 20 0 21 0 187610744 19634933760 2693029 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009147] ppid=1009133 vsize=19174740 memory=10771504 CPUtime=0 cores=0,2
/proc/1009136/task/1009147/stat : 1009147 (Finalizer) S 1009133 1009136 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187610746 19634933760 2693029 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009154] ppid=1009133 vsize=19174740 memory=12340 CPUtime=0 cores=0,2
/proc/1009136/task/1009154/stat : 1009154 (Common-Cleaner) S 1009133 1009136 1007998 0 -1 1077936192 2647 0 0 0 0 0 0 0 20 0 21 0 187610747 19634933760 2693029 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009155] ppid=1009133 vsize=19174740 memory=12340 CPUtime=0 cores=0,2
/proc/1009136/task/1009155/stat : 1009155 (Timer-0) S 1009133 1009136 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 187610763 19634933760 2693029 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10772116 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.93 s, system=6.75499 s

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

[startup+3320 s]*
/proc/loadavg: 4.60 4.51 4.42 5/335 1010670
/proc/meminfo: memFree=101692140/131524600 swapFree=131071996/131071996
[pid=1009136] ppid=1009133 vsize=19374432 memory=10772788 CPUtime=3600.49 cores=0,2
/proc/1009136/stat : 1009136 (java) S 1009133 1009136 1007998 0 -1 1077936128 828362 0 0 0 359377 672 0 0 20 0 22 0 187610743 19839418368 2693197 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
/proc/1009136/statm: 4843608 2693197 5866 1 0 2707624 0
[pid=1009136/tid=1009138] ppid=1009133 vsize=19374432 memory=-7813003711093696866 CPUtime=3266.28 cores=0,2
/proc/1009136/task/1009138/stat : 1009138 (java) S 1009133 1009136 1007998 0 -1 1077936192 418974 0 0 0 326405 223 0 0 20 0 22 0 187610744 19839418368 2693197 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009147] ppid=1009133 vsize=19374432 memory=-7164766839729449062 CPUtime=0 cores=0,2
/proc/1009136/task/1009147/stat : 1009147 (Finalizer) S 1009133 1009136 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 187610746 19839418368 2693197 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009154] ppid=1009133 vsize=19374432 memory=5492 CPUtime=0 cores=0,2
/proc/1009136/task/1009154/stat : 1009154 (Common-Cleaner) S 1009133 1009136 1007998 0 -1 1077936192 2647 0 0 0 0 0 0 0 20 0 22 0 187610747 19839418368 2693197 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1010669] ppid=1009133 vsize=19374432 memory=15976 CPUtime=0.27 cores=0,2
/proc/1009136/task/1010669/stat : 1010669 (Thread-0) R 1009133 1009136 1007998 0 -1 4194368 566 0 0 0 27 0 0 0 20 0 22 0 187942715 19839418368 2693197 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
Current children cumulated CPU time: 3600.49 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 10772788 KiB

[startup+3320.11 s]
/proc/loadavg: 4.60 4.51 4.42 5/335 1010670
/proc/meminfo: memFree=101692140/131524600 swapFree=131071996/131071996
[pid=1009136] ppid=1009133 vsize=19374432 memory=10772788 CPUtime=3600.59 cores=0,2
/proc/1009136/stat : 1009136 (java) S 1009133 1009136 1007998 0 -1 1077936128 828362 0 0 0 359387 672 0 0 20 0 22 0 187610743 19839418368 2693197 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
/proc/1009136/statm: 4843608 2693197 5866 1 0 2707624 0
[pid=1009136/tid=1009138] ppid=1009133 vsize=19374432 memory=10770680 CPUtime=3266.28 cores=0,2
/proc/1009136/task/1009138/stat : 1009138 (java) S 1009133 1009136 1007998 0 -1 1077936192 418974 0 0 0 326405 223 0 0 20 0 22 0 187610744 19839418368 2693197 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009147] ppid=1009133 vsize=19374432 memory=10771504 CPUtime=0 cores=0,2
/proc/1009136/task/1009147/stat : 1009147 (Finalizer) S 1009133 1009136 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 187610746 19839418368 2693197 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1009154] ppid=1009133 vsize=19374432 memory=12340 CPUtime=0 cores=0,2
/proc/1009136/task/1009154/stat : 1009154 (Common-Cleaner) S 1009133 1009136 1007998 0 -1 1077936192 2647 0 0 0 0 0 0 0 20 0 22 0 187610747 19839418368 2693197 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
[pid=1009136/tid=1010669] ppid=1009133 vsize=19374432 memory=1470208058563657857 CPUtime=0.37 cores=0,2
/proc/1009136/task/1010669/stat : 1010669 (Thread-0) R 1009133 1009136 1007998 0 -1 4194368 566 0 0 0 37 0 0 0 20 0 22 0 187942715 19839418368 2693197 134679101440 93869616967680 93869616971376 140733678807024 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93869616979192 93869616979984 93869619888128 140733678814190 140733678814303 140733678814303 140733678821320 0
Current children cumulated CPU time: 3600.59 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 10772788 KiB

Child status: 143

Real time (s): 3320.2
CPU time (s): 3600.69
CPU user time (s): 3593.93
CPU system time (s): 6.75499
CPU usage (%): 108.448
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 10772788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.93
system time used= 6.75499
maximum resident set size= 10773764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 828644
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112988
involuntary context switches= 42022


# summary of solver processes directly reported to runsolver:
#   pid: 1009136
#   total CPU time (s): 3600.69
#   total CPU user time (s): 3593.93
#   total CPU system time (s): 6.75499

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.04795 second user time and 16.6572 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-19 04:00:22
IDJOB=4447385
IDBENCH=158687
IDSOLVER=3046
FILE ID=nodeC033/4447385-1721354410
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-n148-d3-i1-r1.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-4447385-1721354410/watcher-4447385-1721354410 -o /tmp/evaluation-result-4447385-1721354410/solver-4447385-1721354410 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721353366-1008008 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4447385-1721354410.opb

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

MD5SUM BENCH= fefb64a1b2a7fa00e7ba601f2504d0e0
RANDOM SEED=795812033

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		: 3629.243
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		: 3600.484
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		: 3655.227
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		: 3692.078
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		: 3673.130
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		: 3692.074
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		: 3607.117
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.778
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:        116764480 kB
MemAvailable:   122676496 kB
Buffers:          548892 kB
Cached:          6134140 kB
SwapCached:            0 kB
Active:           995288 kB
Inactive:       12976752 kB
Active(anon):       1556 kB
Inactive(anon):  7333348 kB
Active(file):     993732 kB
Inactive(file):  5643404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       7286320 kB
Mapped:           127192 kB
Shmem:             45908 kB
KReclaimable:     229056 kB
Slab:             357488 kB
SReclaimable:     229056 kB
SUnreclaim:       128432 kB
KernelStack:        5056 kB
PageTables:        24416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7872152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69184 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6930432 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 04:55:43