Trace number 4447481

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.21 3593.8

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-92.cnf.gz-plain.pb.metafix.opb
MD5SUMd059f39552443ed7b428fbc50456c2f5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.126
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables369
Total number of constraints748
Number of constraints which are clauses748
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb 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	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
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  - Use constraints as they come during conflict analysis
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: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb 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 Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
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-4447481-1721355300.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.043s.
0.14/0.19	c declared #vars     369
0.14/0.19	c #constraints  748
0.14/0.19	c constraints type 
0.14/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 748
0.14/0.19	c 748 constraints processed.
1.47/0.81	c cleaning 2500 clauses out of 5000 with flag 0/5000
2.08/1.19	c cleaning 4243 clauses out of 8501 with flag 0/11001
3.26/1.71	c cleaning 5622 clauses out of 11257 with flag 0/18000
3.89/2.25	c cleaning 6805 clauses out of 13635 with flag 0/26000
4.57/2.84	c cleaning 7909 clauses out of 15833 with flag 0/35003
5.14/3.36	c cleaning 8952 clauses out of 17921 with flag 0/45000
5.97/4.01	c cleaning 9980 clauses out of 19970 with flag 0/56001
6.74/4.77	c cleaning 10988 clauses out of 21991 with flag 0/68002
7.54/5.58	c cleaning 11988 clauses out of 24002 with flag 0/81001
8.44/6.45	c cleaning 12994 clauses out of 26013 with flag 0/95000
9.54/7.58	c cleaning 14001 clauses out of 28019 with flag 0/110000
10.84/8.82	c cleaning 15003 clauses out of 30020 with flag 0/126002
11.98/9.94	c cleaning 15996 clauses out of 32017 with flag 0/143002
13.11/11.02	c cleaning 16997 clauses out of 34019 with flag 0/161000
14.51/12.43	c cleaning 17998 clauses out of 36022 with flag 0/180000
15.90/13.81	c cleaning 18988 clauses out of 38024 with flag 0/200000
17.30/15.23	c cleaning 19993 clauses out of 40036 with flag 0/221000
19.11/17.09	c cleaning 21005 clauses out of 42043 with flag 0/243000
20.90/18.87	c cleaning 21997 clauses out of 44040 with flag 0/266002
22.79/20.79	c cleaning 22995 clauses out of 46041 with flag 0/290000
24.99/22.90	c cleaning 24001 clauses out of 48047 with flag 0/315001
27.09/25.05	c cleaning 25008 clauses out of 50046 with flag 0/341001
29.68/27.60	c cleaning 25993 clauses out of 52038 with flag 0/368001
31.68/29.66	c cleaning 27007 clauses out of 54044 with flag 0/396000
33.69/31.68	c cleaning 28009 clauses out of 56041 with flag 0/425004
35.89/33.88	c cleaning 28999 clauses out of 58029 with flag 0/455001
38.19/36.16	c cleaning 29997 clauses out of 60029 with flag 0/486000
40.69/38.67	c cleaning 30998 clauses out of 62032 with flag 0/518000
43.38/41.31	c cleaning 32003 clauses out of 64035 with flag 0/551001
46.19/44.10	c cleaning 32999 clauses out of 66031 with flag 0/585000
49.18/47.19	c cleaning 33998 clauses out of 68034 with flag 0/620002
52.48/50.48	c cleaning 35005 clauses out of 70036 with flag 0/656002
55.97/53.93	c cleaning 36000 clauses out of 72029 with flag 0/693000
59.19/57.14	c cleaning 37004 clauses out of 74029 with flag 0/731000
63.37/61.30	c cleaning 38000 clauses out of 76025 with flag 0/770000
67.47/65.43	c cleaning 38994 clauses out of 78025 with flag 0/810000
72.10/70.03	c cleaning 40004 clauses out of 80031 with flag 0/851000
76.88/74.86	c cleaning 41001 clauses out of 82029 with flag 0/893002
81.28/79.26	c cleaning 41998 clauses out of 84026 with flag 0/936000
86.77/84.73	c cleaning 43001 clauses out of 86030 with flag 0/980002
92.46/90.40	c cleaning 44005 clauses out of 88029 with flag 0/1025002
97.66/95.63	c cleaning 44993 clauses out of 90023 with flag 0/1071001
102.86/100.85	c cleaning 45994 clauses out of 92030 with flag 0/1118001
108.08/106.09	c cleaning 47002 clauses out of 94036 with flag 0/1166001
113.58/111.55	c cleaning 48005 clauses out of 96033 with flag 0/1215000
119.20/117.13	c cleaning 49001 clauses out of 98028 with flag 0/1265000
124.97/122.98	c cleaning 50002 clauses out of 100027 with flag 0/1316000
131.00/129.00	c cleaning 50998 clauses out of 102025 with flag 0/1368000
137.22/135.13	c cleaning 51998 clauses out of 104027 with flag 0/1421000
142.64/140.57	c cleaning 53002 clauses out of 106030 with flag 0/1475001
149.05/146.95	c cleaning 54001 clauses out of 108028 with flag 0/1530001
156.06/153.98	c cleaning 55002 clauses out of 110027 with flag 0/1586001
162.55/160.42	c cleaning 56004 clauses out of 112025 with flag 0/1643001
170.06/167.99	c cleaning 56998 clauses out of 114021 with flag 0/1701001
176.91/174.77	c cleaning 58004 clauses out of 116023 with flag 0/1760001
183.53/181.34	c cleaning 59000 clauses out of 118018 with flag 0/1820000
191.26/189.06	c cleaning 59998 clauses out of 120019 with flag 0/1881001
198.99/196.76	c cleaning 61003 clauses out of 122023 with flag 0/1943003
207.11/204.85	c cleaning 62000 clauses out of 124017 with flag 0/2006000
215.89/213.68	c cleaning 62990 clauses out of 126018 with flag 0/2070001
223.39/221.14	c cleaning 64006 clauses out of 128028 with flag 0/2135001
231.44/229.21	c cleaning 64998 clauses out of 130021 with flag 0/2201000
240.29/238.16	c cleaning 66000 clauses out of 132023 with flag 0/2268000
249.17/247.04	c cleaning 66991 clauses out of 134023 with flag 0/2336000
257.51/255.37	c cleaning 68004 clauses out of 136033 with flag 0/2405001
266.47/264.33	c cleaning 68996 clauses out of 138028 with flag 0/2475000
274.94/272.82	c cleaning 70009 clauses out of 140034 with flag 0/2546002
285.09/283.04	c cleaning 71000 clauses out of 142023 with flag 0/2618000
293.75/291.79	c cleaning 71991 clauses out of 144024 with flag 0/2691001
304.52/302.55	c cleaning 72992 clauses out of 146032 with flag 0/2765000
314.91/312.98	c cleaning 73991 clauses out of 148040 with flag 0/2840000
325.43/323.46	c cleaning 75014 clauses out of 150051 with flag 0/2916002
336.64/334.69	c cleaning 75995 clauses out of 152035 with flag 0/2993000
348.85/346.89	c cleaning 77010 clauses out of 154040 with flag 0/3071000
360.47/358.41	c cleaning 77997 clauses out of 156031 with flag 0/3150001
372.01/369.98	c cleaning 78997 clauses out of 158033 with flag 0/3230000
386.55/384.49	c cleaning 80001 clauses out of 160038 with flag 0/3311002
399.36/397.22	c cleaning 81008 clauses out of 162036 with flag 0/3393001
412.11/409.94	c cleaning 81993 clauses out of 164027 with flag 0/3476000
425.79/423.52	c cleaning 82993 clauses out of 166035 with flag 0/3560001
437.53/435.28	c cleaning 84010 clauses out of 168042 with flag 0/3645001
451.85/449.50	c cleaning 84992 clauses out of 170032 with flag 0/3731001
465.08/462.75	c cleaning 86003 clauses out of 172039 with flag 0/3818000
479.62/477.20	c cleaning 86996 clauses out of 174037 with flag 0/3906001
494.20/491.88	c cleaning 88007 clauses out of 176042 with flag 0/3995002
508.22/505.86	c cleaning 88994 clauses out of 178034 with flag 0/4085001
522.74/520.32	c cleaning 90007 clauses out of 180042 with flag 0/4176003
538.62/536.25	c cleaning 90997 clauses out of 182033 with flag 0/4268001
552.85/550.47	c cleaning 91993 clauses out of 184038 with flag 0/4361003
569.86/567.44	c cleaning 93003 clauses out of 186043 with flag 0/4455001
585.00/582.63	c cleaning 94007 clauses out of 188040 with flag 0/4550001
599.73/597.48	c cleaning 94990 clauses out of 190032 with flag 0/4646000
616.75/614.49	c cleaning 96006 clauses out of 192042 with flag 0/4743000
633.79/631.45	c cleaning 97004 clauses out of 194037 with flag 0/4841001
651.01/648.60	c cleaning 97995 clauses out of 196032 with flag 0/4940000
670.12/667.74	c cleaning 99003 clauses out of 198037 with flag 0/5040000
689.51/687.09	c cleaning 100005 clauses out of 200035 with flag 0/5141001
707.27/704.77	c cleaning 100999 clauses out of 202030 with flag 0/5243001
725.44/722.82	c cleaning 101995 clauses out of 204031 with flag 0/5346001
743.23/740.56	c cleaning 103000 clauses out of 206035 with flag 0/5450000
760.45/757.71	c cleaning 103986 clauses out of 208035 with flag 0/5555000
777.16/774.46	c cleaning 104999 clauses out of 210050 with flag 0/5661001
796.49/793.72	c cleaning 106000 clauses out of 212050 with flag 0/5768000
817.31/814.67	c cleaning 107007 clauses out of 214054 with flag 0/5876004
840.19/837.50	c cleaning 107989 clauses out of 216043 with flag 0/5985000
861.42/858.73	c cleaning 109005 clauses out of 218054 with flag 0/6095000
885.29/882.65	c cleaning 110008 clauses out of 220050 with flag 0/6206001
911.27/908.67	c cleaning 111004 clauses out of 222041 with flag 0/6318000
934.87/932.27	c cleaning 112001 clauses out of 224039 with flag 0/6431002
960.92/958.21	c cleaning 112993 clauses out of 226040 with flag 0/6545004
988.05/985.37	c cleaning 114008 clauses out of 228044 with flag 0/6660001
1017.24/1014.40	c cleaning 114986 clauses out of 230035 with flag 0/6776000
1039.21/1036.31	c cleaning 116011 clauses out of 232049 with flag 0/6893000
1060.91/1058.03	c cleaning 117012 clauses out of 234038 with flag 0/7011000
1087.95/1085.11	c cleaning 117997 clauses out of 236026 with flag 0/7130000
1110.50/1107.67	c cleaning 118999 clauses out of 238030 with flag 0/7250001
1129.84/1126.98	c cleaning 120008 clauses out of 240033 with flag 0/7371003
1159.42/1156.55	c cleaning 120988 clauses out of 242022 with flag 0/7493000
1180.85/1177.92	c cleaning 121987 clauses out of 244034 with flag 0/7616000
1205.62/1202.79	c cleaning 122997 clauses out of 246048 with flag 0/7740001
1230.75/1227.80	c cleaning 123999 clauses out of 248051 with flag 0/7865001
1259.55/1256.60	c cleaning 124993 clauses out of 250051 with flag 0/7991000
1280.03/1277.17	c cleaning 126014 clauses out of 252058 with flag 0/8118000
1302.72/1299.85	c cleaning 127005 clauses out of 254047 with flag 0/8246003
1329.15/1326.20	c cleaning 128000 clauses out of 256039 with flag 0/8375000
1353.35/1350.42	c cleaning 129011 clauses out of 258039 with flag 0/8505000
1379.58/1376.63	c cleaning 129999 clauses out of 260029 with flag 0/8636001
1406.50/1403.59	c cleaning 130998 clauses out of 262029 with flag 0/8768000
1434.15/1431.14	c cleaning 131996 clauses out of 264032 with flag 0/8901001
1463.95/1460.92	c cleaning 132996 clauses out of 266035 with flag 0/9035000
1492.43/1489.44	c cleaning 134001 clauses out of 268039 with flag 0/9170000
1520.33/1517.38	c cleaning 135010 clauses out of 270041 with flag 0/9306003
1555.58/1552.50	c cleaning 135994 clauses out of 272028 with flag 0/9443000
1584.20/1581.08	c cleaning 136997 clauses out of 274035 with flag 0/9581001
1612.70/1609.48	c cleaning 138006 clauses out of 276039 with flag 0/9720002
1644.65/1641.35	c cleaning 139000 clauses out of 278033 with flag 0/9860002
1673.42/1670.17	c cleaning 139990 clauses out of 280031 with flag 0/10001000
1697.46/1694.29	c cleaning 140993 clauses out of 282042 with flag 0/10143001
1724.66/1721.43	c cleaning 141998 clauses out of 284048 with flag 0/10286000
1753.91/1750.62	c cleaning 143008 clauses out of 286050 with flag 0/10430000
1780.76/1777.42	c cleaning 144000 clauses out of 288042 with flag 0/10575000
1806.19/1802.75	c cleaning 145006 clauses out of 290042 with flag 0/10721000
1833.68/1830.11	c cleaning 146005 clauses out of 292037 with flag 0/10868001
1860.10/1856.49	c cleaning 146997 clauses out of 294033 with flag 0/11016002
1889.80/1886.04	c cleaning 148001 clauses out of 296034 with flag 0/11165000
1920.32/1916.63	c cleaning 148989 clauses out of 298033 with flag 0/11315000
1955.52/1951.75	c cleaning 149997 clauses out of 300045 with flag 0/11466001
1992.23/1988.34	c cleaning 151003 clauses out of 302049 with flag 0/11618002
2030.09/2026.18	c cleaning 151993 clauses out of 304047 with flag 0/11771003
2067.37/2063.27	c cleaning 152997 clauses out of 306051 with flag 0/11925000
2104.44/2100.39	c cleaning 154000 clauses out of 308056 with flag 0/12080002
2144.03/2139.92	c cleaning 155009 clauses out of 310055 with flag 0/12236001
2179.40/2175.23	c cleaning 156010 clauses out of 312046 with flag 0/12393001
2218.02/2213.81	c cleaning 157005 clauses out of 314035 with flag 0/12551000
2254.39/2250.15	c cleaning 157995 clauses out of 316030 with flag 0/12710000
2288.14/2283.87	c cleaning 158999 clauses out of 318035 with flag 0/12870000
2325.54/2321.11	c cleaning 160002 clauses out of 320036 with flag 0/13031000
2365.20/2360.79	c cleaning 161004 clauses out of 322040 with flag 0/13193006
2403.18/2398.79	c cleaning 162001 clauses out of 324031 with flag 0/13356001
2442.49/2438.08	c cleaning 162996 clauses out of 326030 with flag 0/13520001
2481.68/2477.24	c cleaning 163995 clauses out of 328034 with flag 0/13685001
2511.82/2507.27	c cleaning 165008 clauses out of 330040 with flag 0/13851002
2542.99/2538.20	c cleaning 166000 clauses out of 332031 with flag 0/14018001
2572.71/2567.77	c cleaning 166997 clauses out of 334030 with flag 0/14186000
2603.94/2598.82	c cleaning 168001 clauses out of 336033 with flag 0/14355000
2635.40/2630.16	c cleaning 169003 clauses out of 338033 with flag 0/14525001
2666.08/2660.64	c cleaning 169961 clauses out of 340030 with flag 0/14696001
2702.44/2696.85	c cleaning 171020 clauses out of 342068 with flag 0/14868000
2738.48/2732.82	c cleaning 171993 clauses out of 344049 with flag 0/15041001
2778.13/2772.39	c cleaning 173004 clauses out of 346055 with flag 0/15215000
2820.62/2814.65	c cleaning 174004 clauses out of 348054 with flag 0/15390003
2862.31/2856.16	c cleaning 174994 clauses out of 350048 with flag 0/15566001
2904.68/2898.40	c cleaning 176014 clauses out of 352053 with flag 0/15743000
2944.90/2938.55	c cleaning 176998 clauses out of 354039 with flag 0/15921000
2989.29/2982.86	c cleaning 177997 clauses out of 356042 with flag 0/16100001
3044.69/3038.39	c cleaning 179004 clauses out of 358046 with flag 0/16280002
3086.41/3079.92	c cleaning 179997 clauses out of 360040 with flag 0/16461000
3131.87/3125.38	c cleaning 181000 clauses out of 362045 with flag 0/16643002
3176.25/3169.61	c cleaning 182010 clauses out of 364043 with flag 0/16826000
3222.17/3215.51	c cleaning 182995 clauses out of 366036 with flag 0/17010003
3263.09/3256.64	c cleaning 183979 clauses out of 368038 with flag 0/17195000
3310.23/3303.86	c cleaning 185019 clauses out of 370059 with flag 0/17381000
3364.14/3357.64	c cleaning 186003 clauses out of 372041 with flag 0/17568001
3413.90/3407.30	c cleaning 187006 clauses out of 374037 with flag 0/17756000
3461.90/3455.35	c cleaning 187993 clauses out of 376033 with flag 0/17945002
3506.39/3499.97	c cleaning 188998 clauses out of 378038 with flag 0/18135000
3557.59/3551.20	c cleaning 189998 clauses out of 380040 with flag 0/18326000
3600.06/3593.71	c starts		: 1
3600.06/3593.72	c conflicts		: 18487911
3600.06/3593.72	c decisions		: 23013958
3600.06/3593.72	c propagations		: 291065869
3600.06/3593.72	c inspects		: 53039711576
3600.06/3593.72	c shortcuts		: 0
3600.06/3593.72	c learnt literals	: 0
3600.06/3593.72	c learnt binary clauses	: 0
3600.06/3593.72	c learnt ternary clauses	: 0
3600.06/3593.72	c learnt constraints	: 18487910
3600.06/3593.72	c ignored constraints	: 0
3600.06/3593.72	c root simplifications	: 0
3600.06/3593.72	c removed literals (reason simplification)	: 0
3600.06/3593.72	c reason swapping (by a shorter reason)	: 0
3600.06/3593.72	c Calls to reduceDB	: 187
3600.06/3593.72	c Number of update (reduction) of LBD	: 25793850
3600.06/3593.72	c Imported unit clauses	: 0
3600.06/3593.72	c No decision after first conflict	: false
3600.06/3593.72	c number of reductions to clauses (during analyze)	: 0
3600.06/3593.72	c number of learned constraints concerned by reduction	: 0
3600.06/3593.72	c number of learning phase by resolution	: 0
3600.06/3593.72	c number of learning phase by cutting planes	: 0
3600.06/3593.72	c number of rounding to 1 operations	: 0
3600.06/3593.72	c timeout
3600.06/3593.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3593.72	c number of reductions of the coefficients by power 2 	: 0
3600.06/3593.72	c number of right shift for reduction by power 2 	: 0
3600.06/3593.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3593.72	c number of ending skipping 	: 0
3600.06/3593.72	c number of internal skipping 	: 0
3600.06/3593.72	c number of derivation steps 	: 185962723
3600.06/3593.72	c number of skipped derivation steps 	: 0
3600.06/3593.72	c number of remaining unassigned 	: 0
3600.06/3593.72	c number of remaining assigned 	: 0
3600.06/3593.72	c number of falsified literals weakened from reason	: 0
3600.06/3593.72	c number of falsified literals weakened from conflict	: 0
3600.06/3593.72	c time for arithmetic operations	: 0
3600.06/3593.72	c minimum degree of deleted constraints	: 1
3600.06/3593.72	c maximum degree of deleted constraints	: 1
3600.06/3593.72	c number of deleted constraints	: 18135958
3600.06/3593.72	c speed (assignments/second)	: 80997.2678652477
3600.06/3593.72	c non guided choices	: 8721
3600.06/3593.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 351952
3600.06/3593.78	s UNKNOWN
3600.06/3593.78	c Total wall clock time (in seconds): 3593.636

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: 63968 MiB (53058 MiB free)
  memory of node 1: 64473 MiB (59170 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447481-1721355300/watcher-4447481-1721355300 -o /tmp/evaluation-result-4447481-1721355300/solver-4447481-1721355300 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721353931-988881 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4447481-1721355300.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=990011, runsolver pid=990008

[startup+0.100539 s]*
/proc/loadavg: 4.12 4.14 4.17 6/330 990029
/proc/meminfo: memFree=114880080/131524600 swapFree=131070704/131071996
[pid=990011] ppid=990008 vsize=18975048 memory=63648 CPUtime=0.14 cores=5,7
/proc/990011/stat : 990011 (java) S 990008 990011 988868 0 -1 1077936128 7242 0 0 0 12 2 0 0 20 0 18 0 187694920 19430449152 15912 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
/proc/990011/statm: 4743762 15912 5753 1 0 549365 0
[pid=990011/tid=990013] ppid=990008 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/990011/task/990013/stat : 990013 (java) R 990008 990011 988868 0 -1 1078198336 5776 0 0 0 7 1 0 0 20 0 18 0 187694921 19430449152 15912 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990022] ppid=990008 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/990011/task/990022/stat : 990022 (Finalizer) S 990008 990011 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187694923 19430449152 15912 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990029] ppid=990008 vsize=18975048 memory=13846374091011924 CPUtime=0 cores=5,7
/proc/990011/task/990029/stat : 990029 (Common-Cleaner) S 990008 990011 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 187694924 19430449152 15912 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63648 KiB

[startup+0.207459 s]*
/proc/loadavg: 4.12 4.14 4.17 8/331 990030
/proc/meminfo: memFree=114871716/131524600 swapFree=131070704/131071996
[pid=990011] ppid=990008 vsize=19041612 memory=72732 CPUtime=0.33 cores=5,7
/proc/990011/stat : 990011 (java) S 990008 990011 988868 0 -1 1077936128 7841 0 0 0 31 2 0 0 20 0 19 0 187694920 19498610688 18183 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
/proc/990011/statm: 4760403 18183 5871 1 0 550033 0
[pid=990011/tid=990013] ppid=990008 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/990011/task/990013/stat : 990013 (java) R 990008 990011 988868 0 -1 4194368 6069 0 0 0 16 2 0 0 20 0 19 0 187694921 19498610688 18183 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990022] ppid=990008 vsize=19041612 memory=1783847 CPUtime=0 cores=5,7
/proc/990011/task/990022/stat : 990022 (Finalizer) S 990008 990011 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187694923 19498610688 18183 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990029] ppid=990008 vsize=19041612 memory=15252649461155485 CPUtime=0 cores=5,7
/proc/990011/task/990029/stat : 990029 (Common-Cleaner) S 990008 990011 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187694924 19498610688 18183 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990030] ppid=990008 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/990011/task/990030/stat : 990030 (java) R 990008 990011 988868 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 187694940 19498610688 18183 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 72732 KiB

[startup+0.306461 s]*
/proc/loadavg: 4.12 4.14 4.17 8/331 990030
/proc/meminfo: memFree=114850992/131524600 swapFree=131070704/131071996
[pid=990011] ppid=990008 vsize=19041612 memory=92888 CPUtime=0.52 cores=5,7
/proc/990011/stat : 990011 (java) S 990008 990011 988868 0 -1 1077936128 9698 0 0 0 49 3 0 0 20 0 19 0 187694920 19498610688 23222 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
/proc/990011/statm: 4760403 23222 5871 1 0 551086 0
[pid=990011/tid=990013] ppid=990008 vsize=19041612 memory=-8601147877136573116 CPUtime=0.27 cores=5,7
/proc/990011/task/990013/stat : 990013 (java) R 990008 990011 988868 0 -1 4194368 6120 0 0 0 25 2 0 0 20 0 19 0 187694921 19498610688 23222 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990022] ppid=990008 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/990011/task/990022/stat : 990022 (Finalizer) S 990008 990011 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187694923 19498610688 23222 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990029] ppid=990008 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/990011/task/990029/stat : 990029 (Common-Cleaner) S 990008 990011 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187694924 19498610688 23222 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990030] ppid=990008 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/990011/task/990030/stat : 990030 (Timer-0) S 990008 990011 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187694940 19498610688 23222 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 92888 KiB

[startup+0.709462 s]
/proc/loadavg: 4.12 4.14 4.17 7/331 990030
/proc/meminfo: memFree=114787972/131524600 swapFree=131070704/131071996
[pid=990011] ppid=990008 vsize=19108176 memory=168256 CPUtime=1.29 cores=5,7
/proc/990011/stat : 990011 (java) S 990008 990011 988868 0 -1 1077936128 11560 0 0 0 124 5 0 0 20 0 20 0 187694920 19566772224 42064 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
/proc/990011/statm: 4777044 42064 5871 1 0 552443 0
[pid=990011/tid=990013] ppid=990008 vsize=19108176 memory=44160 CPUtime=0.64 cores=5,7
/proc/990011/task/990013/stat : 990013 (java) R 990008 990011 988868 0 -1 4194368 6161 0 0 0 61 3 0 0 20 0 20 0 187694921 19566772224 42064 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990022] ppid=990008 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/990011/task/990022/stat : 990022 (Finalizer) S 990008 990011 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187694923 19566772224 42064 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990029] ppid=990008 vsize=19108176 memory=2280 CPUtime=0 cores=5,7
/proc/990011/task/990029/stat : 990029 (Common-Cleaner) S 990008 990011 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187694924 19566772224 42064 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990030] ppid=990008 vsize=19108176 memory=39380 CPUtime=0 cores=5,7
/proc/990011/task/990030/stat : 990030 (Timer-0) S 990008 990011 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187694940 19566772224 42064 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 168256 KiB

[startup+1.50046 s]
/proc/loadavg: 4.12 4.14 4.17 7/332 990031
/proc/meminfo: memFree=114747496/131524600 swapFree=131070704/131071996
[pid=990011] ppid=990008 vsize=19108176 memory=335212 CPUtime=2.86 cores=5,7
/proc/990011/stat : 990011 (java) S 990008 990011 988868 0 -1 1077936128 21055 0 0 0 277 9 0 0 20 0 20 0 187694920 19566772224 83803 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
/proc/990011/statm: 4777044 83803 5871 1 0 555617 0
[pid=990011/tid=990013] ppid=990008 vsize=19108176 memory=12952 CPUtime=1.4 cores=5,7
/proc/990011/task/990013/stat : 990013 (java) R 990008 990011 988868 0 -1 4194368 6668 0 0 0 135 5 0 0 20 0 20 0 187694921 19566772224 83803 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990022] ppid=990008 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/990011/task/990022/stat : 990022 (Finalizer) S 990008 990011 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187694923 19566772224 83803 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990029] ppid=990008 vsize=19108176 memory=2280 CPUtime=0 cores=5,7
/proc/990011/task/990029/stat : 990029 (Common-Cleaner) S 990008 990011 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187694924 19566772224 83803 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990030] ppid=990008 vsize=19108176 memory=39380 CPUtime=0 cores=5,7
/proc/990011/task/990030/stat : 990030 (Timer-0) S 990008 990011 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187694940 19566772224 83803 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 335212 KiB

[startup+3.10646 s]
/proc/loadavg: 4.27 4.17 4.18 5/332 990031
/proc/meminfo: memFree=114243788/131524600 swapFree=131070704/131071996
[pid=990011] ppid=990008 vsize=19108176 memory=690000 CPUtime=4.94 cores=5,7
/proc/990011/stat : 990011 (java) S 990008 990011 988868 0 -1 1077936128 23286 0 0 0 477 17 0 0 20 0 20 0 187694920 19566772224 172500 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
/proc/990011/statm: 4777044 172500 5871 1 0 555635 0
[pid=990011/tid=990013] ppid=990008 vsize=19108176 memory=0 CPUtime=2.98 cores=5,7
/proc/990011/task/990013/stat : 990013 (java) R 990008 990011 988868 0 -1 4194368 7399 0 0 0 285 13 0 0 20 0 20 0 187694921 19566772224 172500 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990022] ppid=990008 vsize=19108176 memory=-8601147877136573116 CPUtime=0 cores=5,7
/proc/990011/task/990022/stat : 990022 (Finalizer) S 990008 990011 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187694923 19566772224 172500 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990029] ppid=990008 vsize=19108176 memory=12952 CPUtime=0 cores=5,7
/proc/990011/task/990029/stat : 990029 (Common-Cleaner) S 990008 990011 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187694924 19566772224 172500 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990030] ppid=990008 vsize=19108176 memory=2280 CPUtime=0 cores=5,7
/proc/990011/task/990030/stat : 990030 (Timer-0) S 990008 990011 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187694940 19566772224 172500 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
Current children cumulated CPU time: 4.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 690000 KiB

[startup+6.30027 s]
/proc/loadavg: 4.27 4.17 4.18 5/332 990032
/proc/meminfo: memFree=113616212/131524600 swapFree=131070704/131071996
[pid=990011] ppid=990008 vsize=19108176 memory=1311040 CPUtime=8.34 cores=5,7
/proc/990011/stat : 990011 (java) S 990008 990011 988868 0 -1 1077936128 23964 0 0 0 804 30 0 0 20 0 20 0 187694920 19566772224 327760 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
/proc/990011/statm: 4777044 327760 5871 1 0 555637 0
[pid=990011/tid=990013] ppid=990008 vsize=19108176 memory=12952 CPUtime=6.14 cores=5,7
/proc/990011/task/990013/stat : 990013 (java) R 990008 990011 988868 0 -1 4194368 7901 0 0 0 588 26 0 0 20 0 20 0 187694921 19566772224 327760 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990022] ppid=990008 vsize=19108176 memory=2280 CPUtime=0 cores=5,7
/proc/990011/task/990022/stat : 990022 (Finalizer) S 990008 990011 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187694923 19566772224 327760 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990029] ppid=990008 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/990011/task/990029/stat : 990029 (Common-Cleaner) S 990008 990011 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187694924 19566772224 327760 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990030] ppid=990008 vsize=19108176 memory=384388 CPUtime=0 cores=5,7
/proc/990011/task/990030/stat : 990030 (Timer-0) S 990008 990011 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187694940 19566772224 327760 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
Current children cumulated CPU time: 8.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1311040 KiB

[startup+12.7003 s]
/proc/loadavg: 4.23 4.17 4.17 5/330 990032
/proc/meminfo: memFree=113609936/131524600 swapFree=131070704/131071996
[pid=990011] ppid=990008 vsize=19108176 memory=1315256 CPUtime=14.8 cores=5,7
/proc/990011/stat : 990011 (java) S 990008 990011 988868 0 -1 1077936128 27012 0 0 0 1449 31 0 0 20 0 20 0 187694920 19566772224 328814 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
/proc/990011/statm: 4777044 328814 5871 1 0 555637 0
[pid=990011/tid=990013] ppid=990008 vsize=19108176 memory=384388 CPUtime=12.49 cores=5,7
/proc/990011/task/990013/stat : 990013 (java) R 990008 990011 988868 0 -1 4194368 8914 0 0 0 1223 26 0 0 20 0 20 0 187694921 19566772224 328814 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990022] ppid=990008 vsize=19108176 memory=1315204 CPUtime=0 cores=5,7
/proc/990011/task/990022/stat : 990022 (Finalizer) S 990008 990011 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187694923 19566772224 328814 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990029] ppid=990008 vsize=19108176 memory=1311108 CPUtime=0 cores=5,7
/proc/990011/task/990029/stat : 990029 (Common-Cleaner) S 990008 990011 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187694924 19566772224 328814 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990030] ppid=990008 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/990011/task/990030/stat : 990030 (Timer-0) S 990008 990011 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187694940 19566772224 328814 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
Current children cumulated CPU time: 14.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1315256 KiB

[startup+25.5003 s]
/proc/loadavg: 4.19 4.16 4.17 5/330 990035
/proc/meminfo: memFree=113142864/131524600 swapFree=131070704/131071996
[pid=990011] ppid=990008 vsize=19108176 memory=1319492 CPUtime=27.58 cores=5,7
/proc/990011/stat : 990011 (java) S 990008 990011 988868 0 -1 1077936128 30199 0 0 0 2727 31 0 0 20 0 20 0 187694920 19566772224 329873 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
/proc/990011/statm: 4777044 329873 5880 1 0 555637 0
[pid=990011/tid=990013] ppid=990008 vsize=19108176 memory=5544 CPUtime=25.21 cores=5,7
/proc/990011/task/990013/stat : 990013 (java) R 990008 990011 988868 0 -1 4194368 10503 0 0 0 2495 26 0 0 20 0 20 0 187694921 19566772224 329873 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990022] ppid=990008 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/990011/task/990022/stat : 990022 (Finalizer) S 990008 990011 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187694923 19566772224 329873 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990029] ppid=990008 vsize=19108176 memory=1319492 CPUtime=0 cores=5,7
/proc/990011/task/990029/stat : 990029 (Common-Cleaner) S 990008 990011 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187694924 19566772224 329873 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990030] ppid=990008 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/990011/task/990030/stat : 990030 (Timer-0) S 990008 990011 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187694940 19566772224 329873 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
Current children cumulated CPU time: 27.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1319492 KiB

[startup+51.1056 s]
/proc/loadavg: 4.25 4.18 4.18 5/330 990038
/proc/meminfo: memFree=113132328/131524600 swapFree=131070704/131071996
[pid=990011] ppid=990008 vsize=19108176 memory=1329764 CPUtime=53.18 cores=5,7
/proc/990011/stat : 990011 (java) S 990008 990011 988868 0 -1 1077936128 35179 0 0 0 5286 32 0 0 20 0 20 0 187694920 19566772224 332441 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
/proc/990011/statm: 4777044 332441 5880 1 0 555637 0

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

/proc/meminfo: memFree=115550392/131524600 swapFree=131070704/131071996
[pid=990011] ppid=990008 vsize=19108176 memory=2174148 CPUtime=3288.7 cores=5,7
/proc/990011/stat : 990011 (java) S 990008 990011 988868 0 -1 1077936128 180240 0 0 0 328705 165 0 0 20 0 20 0 187694920 19566772224 543537 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
/proc/990011/statm: 4777044 543537 5896 1 0 556912 0
[pid=990011/tid=990013] ppid=990008 vsize=19108176 memory=-8601147877136573116 CPUtime=3248.18 cores=5,7
/proc/990011/task/990013/stat : 990013 (java) R 990008 990011 988868 0 -1 4194368 87284 0 0 0 324783 35 0 0 20 0 20 0 187694921 19566772224 543537 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 77 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990022] ppid=990008 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/990011/task/990022/stat : 990022 (Finalizer) S 990008 990011 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187694923 19566772224 543537 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990029] ppid=990008 vsize=19108176 memory=-8601147877136573116 CPUtime=0 cores=5,7
/proc/990011/task/990029/stat : 990029 (Common-Cleaner) S 990008 990011 988868 0 -1 1077936192 2697 0 0 0 0 0 0 0 20 0 20 0 187694924 19566772224 543537 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990030] ppid=990008 vsize=19108176 memory=18984 CPUtime=0 cores=5,7
/proc/990011/task/990030/stat : 990030 (Timer-0) S 990008 990011 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187694940 19566772224 543537 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
Current children cumulated CPU time: 3288.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2174148 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.22 4.26 6/333 992287
/proc/meminfo: memFree=115161740/131524600 swapFree=131070704/131071996
[pid=990011] ppid=990008 vsize=19108176 memory=2174148 CPUtime=3348.83 cores=5,7
/proc/990011/stat : 990011 (java) S 990008 990011 988868 0 -1 1077936128 182954 0 0 0 334716 167 0 0 20 0 20 0 187694920 19566772224 543537 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
/proc/990011/statm: 4777044 543537 5896 1 0 556912 0
[pid=990011/tid=990013] ppid=990008 vsize=19108176 memory=2174148 CPUtime=3307.66 cores=5,7
/proc/990011/task/990013/stat : 990013 (java) R 990008 990011 988868 0 -1 4194368 88990 0 0 0 330731 35 0 0 20 0 20 0 187694921 19566772224 543537 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 77 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990022] ppid=990008 vsize=19108176 memory=2174148 CPUtime=0 cores=5,7
/proc/990011/task/990022/stat : 990022 (Finalizer) S 990008 990011 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187694923 19566772224 543537 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990029] ppid=990008 vsize=19108176 memory=44160 CPUtime=0 cores=5,7
/proc/990011/task/990029/stat : 990029 (Common-Cleaner) S 990008 990011 988868 0 -1 1077936192 2794 0 0 0 0 0 0 0 20 0 20 0 187694924 19566772224 543537 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990030] ppid=990008 vsize=19108176 memory=-8601147877136573116 CPUtime=0 cores=5,7
/proc/990011/task/990030/stat : 990030 (Timer-0) S 990008 990011 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187694940 19566772224 543537 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
Current children cumulated CPU time: 3348.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2174148 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.19 4.25 5/333 992297
/proc/meminfo: memFree=114864612/131524600 swapFree=131070704/131071996
[pid=990011] ppid=990008 vsize=19108176 memory=2174148 CPUtime=3408.9 cores=5,7
/proc/990011/stat : 990011 (java) S 990008 990011 988868 0 -1 1077936128 185701 0 0 0 340721 169 0 0 20 0 20 0 187694920 19566772224 543537 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
/proc/990011/statm: 4777044 543537 5896 1 0 556912 0
[pid=990011/tid=990013] ppid=990008 vsize=19108176 memory=44160 CPUtime=3367.12 cores=5,7
/proc/990011/task/990013/stat : 990013 (java) R 990008 990011 988868 0 -1 4194368 90177 0 0 0 336676 36 0 0 20 0 20 0 187694921 19566772224 543537 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 77 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990022] ppid=990008 vsize=19108176 memory=2174148 CPUtime=0 cores=5,7
/proc/990011/task/990022/stat : 990022 (Finalizer) S 990008 990011 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187694923 19566772224 543537 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990029] ppid=990008 vsize=19108176 memory=2174148 CPUtime=0 cores=5,7
/proc/990011/task/990029/stat : 990029 (Common-Cleaner) S 990008 990011 988868 0 -1 1077936192 2842 0 0 0 0 0 0 0 20 0 20 0 187694924 19566772224 543537 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990030] ppid=990008 vsize=19108176 memory=2174148 CPUtime=0 cores=5,7
/proc/990011/task/990030/stat : 990030 (Timer-0) S 990008 990011 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187694940 19566772224 543537 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
Current children cumulated CPU time: 3408.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2174148 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.18 4.24 5/333 992308
/proc/meminfo: memFree=114790320/131524600 swapFree=131070704/131071996
[pid=990011] ppid=990008 vsize=19108176 memory=2174152 CPUtime=3468.9 cores=5,7
/proc/990011/stat : 990011 (java) S 990008 990011 988868 0 -1 1077936128 188673 0 0 0 346718 172 0 0 20 0 20 0 187694920 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
/proc/990011/statm: 4777044 543538 5896 1 0 556912 0
[pid=990011/tid=990013] ppid=990008 vsize=19108176 memory=44160 CPUtime=3426.47 cores=5,7
/proc/990011/task/990013/stat : 990013 (java) R 990008 990011 988868 0 -1 4194368 92149 0 0 0 342611 36 0 0 20 0 20 0 187694921 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 77 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990022] ppid=990008 vsize=19108176 memory=2174148 CPUtime=0 cores=5,7
/proc/990011/task/990022/stat : 990022 (Finalizer) S 990008 990011 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187694923 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990029] ppid=990008 vsize=19108176 memory=2174148 CPUtime=0 cores=5,7
/proc/990011/task/990029/stat : 990029 (Common-Cleaner) S 990008 990011 988868 0 -1 1077936192 2891 0 0 0 0 0 0 0 20 0 20 0 187694924 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990030] ppid=990008 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/990011/task/990030/stat : 990030 (Timer-0) S 990008 990011 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187694940 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
Current children cumulated CPU time: 3468.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2174152 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.22 4.25 5/333 992320
/proc/meminfo: memFree=114787352/131524600 swapFree=131070704/131071996
[pid=990011] ppid=990008 vsize=19108176 memory=2174152 CPUtime=3528.66 cores=5,7
/proc/990011/stat : 990011 (java) S 990008 990011 988868 0 -1 1077936128 190959 0 0 0 352691 175 0 0 20 0 20 0 187694920 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
/proc/990011/statm: 4777044 543538 5896 1 0 556912 0
[pid=990011/tid=990013] ppid=990008 vsize=19108176 memory=2174152 CPUtime=3485.48 cores=5,7
/proc/990011/task/990013/stat : 990013 (java) R 990008 990011 988868 0 -1 4194368 93097 0 0 0 348512 36 0 0 20 0 20 0 187694921 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 80 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990022] ppid=990008 vsize=19108176 memory=2174152 CPUtime=0 cores=5,7
/proc/990011/task/990022/stat : 990022 (Finalizer) S 990008 990011 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187694923 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990029] ppid=990008 vsize=19108176 memory=2174152 CPUtime=0 cores=5,7
/proc/990011/task/990029/stat : 990029 (Common-Cleaner) S 990008 990011 988868 0 -1 1077936192 2939 0 0 0 0 0 0 0 20 0 20 0 187694924 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990030] ppid=990008 vsize=19108176 memory=2174152 CPUtime=0 cores=5,7
/proc/990011/task/990030/stat : 990030 (Timer-0) S 990008 990011 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187694940 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
Current children cumulated CPU time: 3528.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2174152 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.21 4.25 5/333 992331
/proc/meminfo: memFree=114721240/131524600 swapFree=131070704/131071996
[pid=990011] ppid=990008 vsize=19108176 memory=2174152 CPUtime=3588.69 cores=5,7
/proc/990011/stat : 990011 (java) S 990008 990011 988868 0 -1 1077936128 192201 0 0 0 358691 178 0 0 20 0 20 0 187694920 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
/proc/990011/statm: 4777044 543538 5896 1 0 556912 0
[pid=990011/tid=990013] ppid=990008 vsize=19108176 memory=2174152 CPUtime=3544.91 cores=5,7
/proc/990011/task/990013/stat : 990013 (java) R 990008 990011 988868 0 -1 4194368 94151 0 0 0 354455 36 0 0 20 0 20 0 187694921 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 80 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990022] ppid=990008 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/990011/task/990022/stat : 990022 (Finalizer) S 990008 990011 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187694923 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990029] ppid=990008 vsize=19108176 memory=2174152 CPUtime=0 cores=5,7
/proc/990011/task/990029/stat : 990029 (Common-Cleaner) S 990008 990011 988868 0 -1 1077936192 3036 0 0 0 0 0 0 0 20 0 20 0 187694924 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990030] ppid=990008 vsize=19108176 memory=2174152 CPUtime=0 cores=5,7
/proc/990011/task/990030/stat : 990030 (Timer-0) S 990008 990011 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187694940 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
Current children cumulated CPU time: 3588.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2174152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593.7 s]
/proc/loadavg: 4.25 4.22 4.25 7/333 992333
/proc/meminfo: memFree=114721004/131524600 swapFree=131070704/131071996
[pid=990011] ppid=990008 vsize=19108176 memory=2174152 CPUtime=3600.06 cores=5,7
/proc/990011/stat : 990011 (java) S 990008 990011 988868 0 -1 1077936128 193144 0 0 0 359828 178 0 0 20 0 20 0 187694920 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
/proc/990011/statm: 4777044 543538 5896 1 0 556912 0
[pid=990011/tid=990013] ppid=990008 vsize=19108176 memory=2174152 CPUtime=3556.2 cores=5,7
/proc/990011/task/990013/stat : 990013 (java) R 990008 990011 988868 0 -1 4194368 94874 0 0 0 355583 37 0 0 20 0 20 0 187694921 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 80 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990022] ppid=990008 vsize=19108176 memory=2174152 CPUtime=0 cores=5,7
/proc/990011/task/990022/stat : 990022 (Finalizer) S 990008 990011 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187694923 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990029] ppid=990008 vsize=19108176 memory=2174152 CPUtime=0 cores=5,7
/proc/990011/task/990029/stat : 990029 (Common-Cleaner) S 990008 990011 988868 0 -1 1077936192 3036 0 0 0 0 0 0 0 20 0 20 0 187694924 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990030] ppid=990008 vsize=19108176 memory=2174152 CPUtime=0 cores=5,7
/proc/990011/task/990030/stat : 990030 (Timer-0) S 990008 990011 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187694940 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2174152 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.41 s, system=1.80348 s

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

[startup+3593.7 s]
/proc/loadavg: 4.25 4.22 4.25 7/333 992333
/proc/meminfo: memFree=114721004/131524600 swapFree=131070704/131071996
[pid=990011] ppid=990008 vsize=19108176 memory=2174152 CPUtime=3600.06 cores=5,7
/proc/990011/stat : 990011 (java) S 990008 990011 988868 0 -1 1077936128 193144 0 0 0 359828 178 0 0 20 0 20 0 187694920 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
/proc/990011/statm: 4777044 543538 5896 1 0 556912 0
[pid=990011/tid=990013] ppid=990008 vsize=19108176 memory=2174152 CPUtime=3556.2 cores=5,7
/proc/990011/task/990013/stat : 990013 (java) R 990008 990011 988868 0 -1 4194368 94874 0 0 0 355583 37 0 0 20 0 20 0 187694921 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 80 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990022] ppid=990008 vsize=19108176 memory=2174152 CPUtime=0 cores=5,7
/proc/990011/task/990022/stat : 990022 (Finalizer) S 990008 990011 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187694923 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990029] ppid=990008 vsize=19108176 memory=2174152 CPUtime=0 cores=5,7
/proc/990011/task/990029/stat : 990029 (Common-Cleaner) S 990008 990011 988868 0 -1 1077936192 3036 0 0 0 0 0 0 0 20 0 20 0 187694924 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
[pid=990011/tid=990030] ppid=990008 vsize=19108176 memory=2174152 CPUtime=0 cores=5,7
/proc/990011/task/990030/stat : 990030 (Timer-0) S 990008 990011 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187694940 19566772224 543538 134679101440 94440217448448 94440217452144 140735413368224 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94440217459960 94440217460752 94440228958208 140735413371892 140735413372000 140735413372000 140735413379016 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2174152 KiB

Child status: 143

Real time (s): 3593.8
CPU time (s): 3600.21
CPU user time (s): 3598.41
CPU system time (s): 1.80348
CPU usage (%): 100.178
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2174152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.41
system time used= 1.80348
maximum resident set size= 2176468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196804
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133197
involuntary context switches= 7640


# summary of solver processes directly reported to runsolver:
#   pid: 990011
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3598.41
#   total CPU system time (s): 1.80348

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.67915 second user time and 18.8449 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-19 04:15:12
IDJOB=4447481
IDBENCH=158911
IDSOLVER=3052
FILE ID=nodeC023/4447481-1721355300
RUNJOBID= nodeC023-1721353931-988881
SLURM_JOB_ID= 7542772
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-92.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447481-1721355300/watcher-4447481-1721355300 -o /tmp/evaluation-result-4447481-1721355300/solver-4447481-1721355300 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721353931-988881 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4447481-1721355300.opb

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

MD5SUM BENCH= d059f39552443ed7b428fbc50456c2f5
RANDOM SEED=844660741

nodeC023.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		: 3661.931
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.61
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		: 3666.994
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	: 7005.48
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		: 3599.857
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.61
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		: 3667.777
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	: 7005.48
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		: 3662.023
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.61
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		: 3636.746
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	: 7005.48
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		: 3599.830
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.61
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		: 3660.089
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	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        114922700 kB
MemAvailable:   116942100 kB
Buffers:          533336 kB
Cached:          2314896 kB
SwapCached:           80 kB
Active:          1113740 kB
Inactive:       14895176 kB
Active(anon):       1580 kB
Inactive(anon): 13196668 kB
Active(file):    1112160 kB
Inactive(file):  1698508 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:               988 kB
Writeback:            56 kB
AnonPages:      13160640 kB
Mapped:           125552 kB
Shmem:             37536 kB
KReclaimable:      97112 kB
Slab:             190568 kB
SReclaimable:      97112 kB
SUnreclaim:        93456 kB
KernelStack:        5056 kB
PageTables:        35528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13790260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12804096 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:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC023 at 2024-07-19 05:15:06