Trace number 4494533

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 Resolution VeriPB 2025-06-06? (TO) 3600.23 3586.53

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUM4e71f8d633240b9029e11e93d5a0a0b4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3.48426
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4494533-1751158366.opb
0.12/0.13	c reading problem ... 
0.12/0.18	c using VERIPB proof format
0.12/0.19	c  no objective function found
1.17/0.70	c ... done. Wall clock time 0.557s.
1.17/0.70	c declared #vars     1440
1.17/0.70	c #constraints  86400
1.17/0.70	c constraints type 
1.17/0.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 360
1.17/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 86040
1.17/0.70	c 86400 constraints processed.
3.76/2.01	c cleaning 2494 clauses out of 5000 with flag 26264/5000
5.74/3.06	c cleaning 4247 clauses out of 8506 with flag 59748/11000
6.92/3.89	c cleaning 5619 clauses out of 11259 with flag 96962/18000
8.12/4.86	c cleaning 6812 clauses out of 13640 with flag 149762/26000
9.24/5.86	c cleaning 7904 clauses out of 15828 with flag 198361/35000
10.56/7.03	c cleaning 8957 clauses out of 17924 with flag 254015/45000
11.86/8.27	c cleaning 9975 clauses out of 19967 with flag 313286/56000
13.29/9.60	c cleaning 10991 clauses out of 21993 with flag 381385/68001
14.79/11.12	c cleaning 11997 clauses out of 24001 with flag 462585/81000
16.54/12.81	c cleaning 12994 clauses out of 26004 with flag 560487/95000
18.23/14.55	c cleaning 13991 clauses out of 28010 with flag 651648/110000
20.13/16.43	c cleaning 15005 clauses out of 30020 with flag 738024/126001
22.18/18.43	c cleaning 16002 clauses out of 32015 with flag 829312/143001
24.28/20.51	c cleaning 17001 clauses out of 34012 with flag 934259/161000
26.49/22.77	c cleaning 17997 clauses out of 36012 with flag 1041072/180001
28.90/25.14	c cleaning 19002 clauses out of 38015 with flag 1162941/200001
31.32/27.59	c cleaning 20002 clauses out of 40012 with flag 1281003/221000
33.92/30.13	c cleaning 20996 clauses out of 42011 with flag 1409955/243001
36.54/32.72	c cleaning 22007 clauses out of 44016 with flag 1535248/266002
39.33/35.51	c cleaning 22992 clauses out of 46008 with flag 1673104/290001
42.26/38.49	c cleaning 24003 clauses out of 48015 with flag 1820100/315000
45.36/41.55	c cleaning 24998 clauses out of 50012 with flag 1962320/341000
48.55/44.79	c cleaning 25999 clauses out of 52014 with flag 2106030/368000
51.99/48.13	c cleaning 27007 clauses out of 54016 with flag 2267445/396001
55.37/51.57	c cleaning 28001 clauses out of 56009 with flag 2433886/425001
59.10/55.24	c cleaning 28998 clauses out of 58007 with flag 2609124/455000
63.04/59.17	c cleaning 29985 clauses out of 60010 with flag 2820575/486001
67.17/63.20	c cleaning 31004 clauses out of 62026 with flag 3036364/518002
71.23/67.25	c cleaning 31999 clauses out of 64021 with flag 3224645/551001
75.45/71.44	c cleaning 32995 clauses out of 66022 with flag 3418731/585001
79.97/75.92	c cleaning 34002 clauses out of 68026 with flag 3646974/620000
84.60/80.55	c cleaning 35002 clauses out of 70025 with flag 3866585/656001
89.33/85.27	c cleaning 36005 clauses out of 72022 with flag 4073671/693000
94.28/90.18	c cleaning 36991 clauses out of 74017 with flag 4308493/731000
99.62/95.49	c cleaning 37994 clauses out of 76026 with flag 4583543/770000
105.05/100.86	c cleaning 39007 clauses out of 78034 with flag 4831233/810002
110.60/106.36	c cleaning 40010 clauses out of 80026 with flag 5084562/851001
116.24/111.92	c cleaning 40997 clauses out of 82017 with flag 5314111/893002
121.88/117.59	c cleaning 41989 clauses out of 84018 with flag 5574567/936000
127.81/123.43	c cleaning 43005 clauses out of 86029 with flag 5845223/980000
133.76/129.38	c cleaning 44009 clauses out of 88027 with flag 6095115/1025003
139.89/135.43	c cleaning 45008 clauses out of 90018 with flag 6351528/1071003
146.11/141.62	c cleaning 45992 clauses out of 92008 with flag 6612603/1118001
152.74/148.22	c cleaning 46995 clauses out of 94016 with flag 6937310/1166001
159.38/154.89	c cleaning 47982 clauses out of 96020 with flag 7251666/1215000
166.47/161.87	c cleaning 49015 clauses out of 98038 with flag 7548855/1265000
173.42/168.79	c cleaning 50006 clauses out of 100023 with flag 7835116/1316000
180.47/175.73	c cleaning 51003 clauses out of 102017 with flag 8144385/1368000
187.72/182.98	c cleaning 52001 clauses out of 104017 with flag 8474596/1421003
195.16/190.33	c cleaning 53003 clauses out of 106018 with flag 8797913/1475005
202.69/197.81	c cleaning 53995 clauses out of 108010 with flag 9128514/1530000
210.40/205.57	c cleaning 55001 clauses out of 110016 with flag 9475880/1586001
218.37/213.46	c cleaning 55997 clauses out of 112016 with flag 9808767/1643002
226.41/221.48	c cleaning 57002 clauses out of 114017 with flag 10160163/1701000
234.52/229.55	c cleaning 57998 clauses out of 116015 with flag 10515793/1760000
242.79/237.72	c cleaning 59001 clauses out of 118019 with flag 10873158/1820002
251.32/246.20	c cleaning 59997 clauses out of 120016 with flag 11245822/1881000
259.97/254.82	c cleaning 60989 clauses out of 122019 with flag 11631231/1943000
268.59/263.47	c cleaning 62009 clauses out of 124032 with flag 11991934/2006002
277.54/272.34	c cleaning 62990 clauses out of 126021 with flag 12398902/2070000
286.67/281.43	c cleaning 64003 clauses out of 128032 with flag 12768178/2135001
295.93/290.61	c cleaning 65014 clauses out of 130028 with flag 13153940/2201000
305.46/300.11	c cleaning 65988 clauses out of 132015 with flag 13546971/2268001
315.11/309.73	c cleaning 66999 clauses out of 134026 with flag 13939371/2336000
325.19/319.78	c cleaning 68000 clauses out of 136027 with flag 14371495/2405000
335.32/329.87	c cleaning 69008 clauses out of 138027 with flag 14826339/2475000
345.46/339.99	c cleaning 70000 clauses out of 140020 with flag 15262069/2546001
356.03/350.48	c cleaning 70997 clauses out of 142019 with flag 15680225/2618000
366.70/361.07	c cleaning 72000 clauses out of 144022 with flag 16159546/2691000
377.60/371.99	c cleaning 73007 clauses out of 146023 with flag 16648394/2765001
388.66/382.91	c cleaning 73991 clauses out of 148019 with flag 17097321/2840004
399.73/393.95	c cleaning 74990 clauses out of 150025 with flag 17565173/2916001
411.29/405.43	c cleaning 76002 clauses out of 152034 with flag 18067492/2993000
422.64/416.70	c cleaning 77003 clauses out of 154033 with flag 18517395/3071001
434.40/428.46	c cleaning 78001 clauses out of 156029 with flag 19036764/3150000
446.15/440.16	c cleaning 79009 clauses out of 158028 with flag 19517258/3230000
458.11/452.00	c cleaning 79996 clauses out of 160022 with flag 20015746/3311003
470.16/464.09	c cleaning 80992 clauses out of 162023 with flag 20512867/3393000
482.49/476.33	c cleaning 82007 clauses out of 164032 with flag 21007743/3476001
495.07/488.85	c cleaning 83006 clauses out of 166025 with flag 21514507/3560001
507.92/501.65	c cleaning 84003 clauses out of 168019 with flag 22010669/3645001
520.92/514.50	c cleaning 84989 clauses out of 170015 with flag 22506726/3731000
533.76/527.33	c cleaning 85998 clauses out of 172027 with flag 23034653/3818001
547.47/540.81	c cleaning 87013 clauses out of 174028 with flag 23554612/3906000
560.82/554.15	c cleaning 88004 clauses out of 176015 with flag 24091231/3995000
574.55/567.87	c cleaning 88988 clauses out of 178011 with flag 24623374/4085000
588.11/581.35	c cleaning 90007 clauses out of 180023 with flag 25179548/4176000
602.15/595.31	c cleaning 91003 clauses out of 182018 with flag 25734682/4268002
616.45/609.59	c cleaning 91999 clauses out of 184013 with flag 26296084/4361000
630.72/623.73	c cleaning 93000 clauses out of 186015 with flag 26864700/4455001
645.36/638.30	c cleaning 94001 clauses out of 188014 with flag 27510038/4550000
659.89/652.85	c cleaning 94991 clauses out of 190013 with flag 28079345/4646000
675.38/668.26	c cleaning 96001 clauses out of 192024 with flag 28693623/4743002
690.34/683.14	c cleaning 96985 clauses out of 194022 with flag 29311915/4841001
705.85/698.67	c cleaning 98007 clauses out of 196036 with flag 29898923/4940000
721.53/714.28	c cleaning 98997 clauses out of 198030 with flag 30517016/5040001
737.35/729.97	c cleaning 100013 clauses out of 200033 with flag 31164884/5141001
753.23/745.72	c cleaning 101001 clauses out of 202019 with flag 31788470/5243000
769.28/761.79	c cleaning 101981 clauses out of 204018 with flag 32406461/5346000
785.59/778.09	c cleaning 103003 clauses out of 206037 with flag 33025905/5450000
802.54/794.90	c cleaning 104012 clauses out of 208034 with flag 33662023/5555000
819.36/811.71	c cleaning 104999 clauses out of 210024 with flag 34285169/5661002
836.63/828.97	c cleaning 106011 clauses out of 212024 with flag 34951167/5768001
853.91/846.15	c cleaning 106994 clauses out of 214012 with flag 35650607/5876000
871.27/863.47	c cleaning 108004 clauses out of 216018 with flag 36308960/5985000
888.96/881.03	c cleaning 109003 clauses out of 218018 with flag 36965082/6095004
906.39/898.49	c cleaning 110000 clauses out of 220011 with flag 37665671/6206000
924.66/916.64	c cleaning 110996 clauses out of 222011 with flag 38405327/6318000
942.83/934.74	c cleaning 111987 clauses out of 224016 with flag 39105230/6431001
961.46/953.38	c cleaning 112996 clauses out of 226028 with flag 39855868/6545000
980.13/971.91	c cleaning 114005 clauses out of 228032 with flag 40596131/6660000
999.00/990.78	c cleaning 115004 clauses out of 230028 with flag 41298379/6776001
1018.07/1009.74	c cleaning 116009 clauses out of 232023 with flag 42008805/6893000
1037.37/1028.97	c cleaning 116999 clauses out of 234016 with flag 42714197/7011002
1056.61/1048.17	c cleaning 117998 clauses out of 236015 with flag 43461271/7130000
1076.16/1067.63	c cleaning 119000 clauses out of 238018 with flag 44187525/7250001
1096.31/1087.72	c cleaning 120003 clauses out of 240019 with flag 44914731/7371002
1116.69/1108.00	c cleaning 120996 clauses out of 242015 with flag 45637650/7493001
1137.04/1128.33	c cleaning 121988 clauses out of 244018 with flag 46363577/7616000
1157.72/1148.90	c cleaning 122988 clauses out of 246030 with flag 47144990/7740000
1178.57/1169.77	c cleaning 124012 clauses out of 248042 with flag 47896307/7865000
1199.69/1190.77	c cleaning 125005 clauses out of 250033 with flag 48661237/7991003
1221.47/1212.46	c cleaning 125999 clauses out of 252025 with flag 49459984/8118000
1242.99/1233.83	c cleaning 127003 clauses out of 254027 with flag 50259454/8246001
1265.63/1256.04	c cleaning 128002 clauses out of 256023 with flag 51040625/8375000
1287.49/1277.81	c cleaning 128994 clauses out of 258022 with flag 51823038/8505001
1309.74/1300.04	c cleaning 129991 clauses out of 260027 with flag 52756602/8636000
1333.17/1323.33	c cleaning 131019 clauses out of 262040 with flag 53764505/8768004
1355.96/1346.09	c cleaning 131999 clauses out of 264017 with flag 54580166/8901000
1378.44/1368.48	c cleaning 132999 clauses out of 266020 with flag 55413648/9035002
1401.60/1391.56	c cleaning 134001 clauses out of 268020 with flag 56243045/9170001
1425.17/1415.07	c cleaning 134988 clauses out of 270019 with flag 57170220/9306001
1448.21/1438.00	c cleaning 135993 clauses out of 272030 with flag 58082023/9443000
1472.50/1462.15	c cleaning 137006 clauses out of 274040 with flag 58915140/9581003
1496.26/1485.89	c cleaning 137999 clauses out of 276031 with flag 59760965/9720000
1521.18/1510.60	c cleaning 139002 clauses out of 278032 with flag 60684480/9860000
1545.38/1534.74	c cleaning 140009 clauses out of 280030 with flag 61594440/10001000
1570.85/1560.02	c cleaning 141000 clauses out of 282021 with flag 62417832/10143000
1596.04/1585.14	c cleaning 141998 clauses out of 284021 with flag 63276243/10286000
1621.64/1610.62	c cleaning 143000 clauses out of 286023 with flag 64191996/10430000
1647.65/1636.52	c cleaning 143996 clauses out of 288023 with flag 65067775/10575000
1673.55/1662.29	c cleaning 145003 clauses out of 290027 with flag 66004210/10721000
1699.75/1688.73	c cleaning 146002 clauses out of 292025 with flag 66884791/10868001
1726.22/1715.17	c cleaning 147001 clauses out of 294022 with flag 67813688/11016000
1752.84/1741.61	c cleaning 147995 clauses out of 296022 with flag 68761963/11165001
1779.49/1768.54	c cleaning 148995 clauses out of 298026 with flag 69660083/11315000
1806.61/1795.54	c cleaning 150011 clauses out of 300032 with flag 70597728/11466001
1834.07/1822.82	c cleaning 150999 clauses out of 302020 with flag 71527338/11618000
1861.77/1850.48	c cleaning 151986 clauses out of 304021 with flag 72616160/11771000
1889.56/1879.10	c cleaning 153016 clauses out of 306038 with flag 73578241/11925003
1917.97/1907.56	c cleaning 153993 clauses out of 308019 with flag 74599982/12080000
1946.52/1935.96	c cleaning 155013 clauses out of 310026 with flag 75583445/12236000
1975.15/1964.67	c cleaning 155991 clauses out of 312013 with flag 76538387/12393000
2004.21/1993.76	c cleaning 157002 clauses out of 314023 with flag 77487111/12551001
2033.12/2022.93	c cleaning 158007 clauses out of 316021 with flag 78525539/12710001
2063.58/2053.47	c cleaning 158988 clauses out of 318013 with flag 79509845/12870000
2093.08/2083.11	c cleaning 160003 clauses out of 320026 with flag 80528003/13031001
2123.72/2113.43	c cleaning 161004 clauses out of 322022 with flag 81513405/13193000
2154.02/2143.79	c cleaning 161996 clauses out of 324019 with flag 82534949/13356001
2184.49/2174.20	c cleaning 163008 clauses out of 326022 with flag 83538863/13520000
2213.85/2203.69	c cleaning 163995 clauses out of 328015 with flag 84546676/13685001
2244.67/2234.48	c cleaning 164997 clauses out of 330020 with flag 85608567/13851001
2276.17/2265.93	c cleaning 166001 clauses out of 332022 with flag 86645638/14018000
2307.40/2297.12	c cleaning 166997 clauses out of 334023 with flag 87707009/14186002
2339.18/2328.76	c cleaning 167994 clauses out of 336025 with flag 88787323/14355001
2371.69/2361.20	c cleaning 169007 clauses out of 338030 with flag 89862423/14525000
2404.08/2393.52	c cleaning 170000 clauses out of 340023 with flag 90995724/14696000
2437.23/2426.65	c cleaning 171005 clauses out of 342023 with flag 92055207/14868000
2470.68/2460.03	c cleaning 171999 clauses out of 344021 with flag 93182972/15041003
2503.52/2492.83	c cleaning 172999 clauses out of 346020 with flag 94276351/15215001
2537.61/2526.74	c cleaning 174000 clauses out of 348024 with flag 95398556/15390004
2572.30/2561.34	c cleaning 175008 clauses out of 350021 with flag 96521766/15566001
2605.94/2594.97	c cleaning 175994 clauses out of 352012 with flag 97635134/15743000
2640.18/2629.29	c cleaning 176977 clauses out of 354018 with flag 98770805/15921000
2675.39/2664.47	c cleaning 178014 clauses out of 356041 with flag 99887430/16100000
2710.85/2699.48	c cleaning 179002 clauses out of 358027 with flag 101027711/16280000
2746.18/2734.62	c cleaning 180005 clauses out of 360027 with flag 102190587/16461002
2780.90/2769.26	c cleaning 181001 clauses out of 362020 with flag 103331671/16643000
2816.76/2804.91	c cleaning 182001 clauses out of 364020 with flag 104468919/16826001
2853.38/2841.47	c cleaning 183005 clauses out of 366019 with flag 105852641/17010001
2890.16/2877.80	c cleaning 184000 clauses out of 368013 with flag 107050767/17195000
2926.51/2914.06	c cleaning 184985 clauses out of 370013 with flag 108277413/17381000
2963.57/2950.90	c cleaning 185999 clauses out of 372028 with flag 109467434/17568000
3001.39/2988.61	c cleaning 187001 clauses out of 374030 with flag 110659263/17756001
3039.18/3026.24	c cleaning 188013 clauses out of 376032 with flag 111921366/17945004
3078.01/3064.74	c cleaning 189001 clauses out of 378016 with flag 113097280/18135001
3116.77/3103.34	c cleaning 189997 clauses out of 380014 with flag 114411693/18326000
3155.26/3141.64	c cleaning 191000 clauses out of 382017 with flag 115654765/18518000
3193.71/3179.98	c cleaning 192005 clauses out of 384017 with flag 116881777/18711000
3233.70/3219.32	c cleaning 192994 clauses out of 386014 with flag 118127600/18905002
3273.90/3259.31	c cleaning 193988 clauses out of 388020 with flag 119344531/19100002
3313.15/3298.48	c cleaning 195005 clauses out of 390030 with flag 120584032/19296000
3353.51/3338.66	c cleaning 195997 clauses out of 392026 with flag 121826739/19493001
3394.14/3378.64	c cleaning 197007 clauses out of 394029 with flag 123073894/19691001
3434.31/3418.54	c cleaning 197998 clauses out of 396021 with flag 124336465/19890000
3474.40/3458.74	c cleaning 199002 clauses out of 398023 with flag 125703343/20090000
3514.67/3498.73	c cleaning 199992 clauses out of 400021 with flag 126990004/20291000
3556.08/3539.95	c cleaning 200999 clauses out of 402029 with flag 128308073/20493000
3597.30/3583.53	c cleaning 202011 clauses out of 404031 with flag 129615898/20696001
3600.10/3586.41	c starts		: 41542
3600.10/3586.41	c conflicts		: 20711041
3600.10/3586.41	c decisions		: 33727083
3600.10/3586.41	c propagations		: 2522700593
3600.10/3586.41	c inspects		: 35588337529
3600.10/3586.41	c shortcuts		: 0
3600.10/3586.41	c learnt literals	: 0
3600.10/3586.41	c learnt binary clauses	: 0
3600.10/3586.41	c learnt ternary clauses	: 0
3600.10/3586.41	c learnt constraints	: 20711041
3600.10/3586.41	c ignored constraints	: 0
3600.10/3586.41	c root simplifications	: 0
3600.10/3586.41	c removed literals (reason simplification)	: 347343824
3600.10/3586.41	c reason swapping (by a shorter reason)	: 0
3600.10/3586.41	c Calls to reduceDB	: 199
3600.10/3586.41	c Number of update (reduction) of LBD	: 8414172
3600.10/3586.41	c Imported unit clauses	: 0
3600.10/3586.41	c No decision after first conflict	: false
3600.10/3586.41	c number of reductions to clauses (during analyze)	: 0
3600.10/3586.41	c number of learned constraints concerned by reduction	: 0
3600.10/3586.41	c number of learning phase by resolution	: 0
3600.10/3586.41	c number of learning phase by cutting planes	: 0
3600.10/3586.41	c number of rounding to 1 operations	: 0
3600.10/3586.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.10/3586.41	c number of reductions of the coefficients by power 2 	: 0
3600.10/3586.41	c number of right shift for reduction by power 2 	: 0
3600.10/3586.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.10/3586.41	c number of ending skipping 	: 0
3600.10/3586.41	c number of internal skipping 	: 0
3600.10/3586.41	c number of derivation steps 	: 0
3600.10/3586.41	c number of skipped derivation steps 	: 0
3600.10/3586.41	c number of remaining unassigned 	: 0
3600.10/3586.41	c number of remaining assigned 	: 0
3600.10/3586.41	c number of falsified literals weakened from reason	: 0
3600.10/3586.41	c number of falsified literals weakened from conflict	: 0
3600.10/3586.41	c time for arithmetic operations	: 0
3600.10/3586.41	c minimum degree of deleted constraints	: null
3600.10/3586.41	c maximum degree of deleted constraints	: null
3600.10/3586.41	c number of deleted constraints	: 0
3600.10/3586.42	c speed (assignments/second)	: 703542.6427283181
3600.10/3586.42	c non guided choices	: 212
3600.10/3586.42	c timeout
3600.10/3586.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 217060
3600.10/3586.49	s UNKNOWN
3600.10/3586.49	c Total wall clock time (in seconds): 3586.351

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: 63708 MiB (63104 MiB free)
  memory of node 1: 64465 MiB (63978 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494533-1751158366/watcher-4494533-1751158366 -o /tmp/evaluation-result-4494533-1751158366/solver-4494533-1751158366 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751158366-20625 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4494533-1751158366 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4494533-1751158366.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 FSIZE limit: 102400000 KiB
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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=20657, runsolver pid=20653
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 0.65 1.39 2.47 5/296 20701
/proc/meminfo: memFree=130057728/131250000 swapFree=33010684/33010684
[pid=20657] ppid=20653 vsize=18930384 memory=55656 CPUtime=0.12 cores=1,3
/proc/20657/stat : 20657 (java) S 20653 20657 20613 0 -1 4194304 6548 0 0 0 10 2 0 0 20 0 18 0 31516029 19384713216 13914 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
/proc/20657/statm: 4732596 13914 5336 1 0 547604 0
[pid=20657/tid=20663] ppid=20653 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/20657/task/20663/stat : 20663 (java) R 20653 20657 20613 0 -1 4194368 5049 0 0 0 6 1 0 0 20 0 18 0 31516031 19384713216 13914 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20678] ppid=20653 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/20657/task/20678/stat : 20678 (Finalizer) S 20653 20657 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31516033 19384713216 13914 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20686] ppid=20653 vsize=18930384 memory=60684515952020 CPUtime=0 cores=1,3
/proc/20657/task/20686/stat : 20686 (Common-Cleaner) S 20653 20657 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31516033 19384713216 13914 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55656 KiB

[startup+0.205723 s]*
/proc/loadavg: 0.65 1.39 2.47 9/313 20723
/proc/meminfo: memFree=130023644/131250000 swapFree=33010684/33010684
[pid=20657] ppid=20653 vsize=18930384 memory=61504 CPUtime=0.22 cores=1,3
/proc/20657/stat : 20657 (java) S 20653 20657 20613 0 -1 4194304 6892 0 0 0 20 2 0 0 20 0 18 0 31516029 19384713216 15376 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
/proc/20657/statm: 4732596 15376 5432 1 0 547836 0
[pid=20657/tid=20663] ppid=20653 vsize=18930384 memory=4026607899 CPUtime=0.12 cores=1,3
/proc/20657/task/20663/stat : 20663 (java) R 20653 20657 20613 0 -1 4194368 5263 0 0 0 11 1 0 0 20 0 18 0 31516031 19384713216 15376 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20678] ppid=20653 vsize=18930384 memory=219932787024 CPUtime=0 cores=1,3
/proc/20657/task/20678/stat : 20678 (Finalizer) S 20653 20657 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31516033 19384713216 15376 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20686] ppid=20653 vsize=18930384 memory=56286469451479 CPUtime=0 cores=1,3
/proc/20657/task/20686/stat : 20686 (Common-Cleaner) S 20653 20657 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31516033 19384713216 15376 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61504 KiB

[startup+0.30559 s]*
/proc/loadavg: 0.65 1.39 2.47 7/319 20734
/proc/meminfo: memFree=129961220/131250000 swapFree=33010684/33010684
[pid=20657] ppid=20653 vsize=18930384 memory=86280 CPUtime=0.4 cores=1,3
/proc/20657/stat : 20657 (java) S 20653 20657 20613 0 -1 4194304 8438 0 0 0 38 2 0 0 20 0 18 0 31516029 19384713216 21570 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
/proc/20657/statm: 4732596 21570 5432 1 0 548885 0
[pid=20657/tid=20663] ppid=20653 vsize=18930384 memory=-6000919468461747309 CPUtime=0.21 cores=1,3
/proc/20657/task/20663/stat : 20663 (java) R 20653 20657 20613 0 -1 4194368 5287 0 0 0 19 2 0 0 20 0 18 0 31516031 19384713216 21570 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20678] ppid=20653 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/20657/task/20678/stat : 20678 (Finalizer) S 20653 20657 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31516033 19384713216 21570 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20686] ppid=20653 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/20657/task/20686/stat : 20686 (Common-Cleaner) S 20653 20657 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31516033 19384713216 21570 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 86280 KiB

[startup+0.700185 s]
/proc/loadavg: 0.65 1.39 2.47 10/337 20752
/proc/meminfo: memFree=129680732/131250000 swapFree=33010684/33010684
[pid=20657] ppid=20653 vsize=18999772 memory=171760 CPUtime=1.17 cores=1,3
/proc/20657/stat : 20657 (java) S 20653 20657 20613 0 -1 4194304 11887 0 0 0 112 5 0 0 20 0 19 0 31516029 19455766528 42940 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
/proc/20657/statm: 4749943 42940 5432 1 0 551941 0
[pid=20657/tid=20663] ppid=20653 vsize=18999772 memory=17280 CPUtime=0.55 cores=1,3
/proc/20657/task/20663/stat : 20663 (java) R 20653 20657 20613 0 -1 4194368 5330 0 0 0 52 3 0 0 20 0 19 0 31516031 19455766528 42940 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20678] ppid=20653 vsize=18999772 memory=10752 CPUtime=0 cores=1,3
/proc/20657/task/20678/stat : 20678 (Finalizer) S 20653 20657 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31516033 19455766528 42940 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20686] ppid=20653 vsize=18999772 memory=19584 CPUtime=0 cores=1,3
/proc/20657/task/20686/stat : 20686 (Common-Cleaner) S 20653 20657 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31516033 19455766528 42940 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18999772 KiB
Current children cumulated memory: 171760 KiB

[startup+1.50022 s]
/proc/loadavg: 0.65 1.39 2.47 10/341 20756
/proc/meminfo: memFree=129502100/131250000 swapFree=33010684/33010684
[pid=20657] ppid=20653 vsize=19063512 memory=188144 CPUtime=2.75 cores=1,3
/proc/20657/stat : 20657 (java) S 20653 20657 20613 0 -1 4194304 14949 0 0 0 268 7 0 0 20 0 20 0 31516029 19521036288 47036 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
/proc/20657/statm: 4765878 47036 5464 1 0 553376 0
[pid=20657/tid=20663] ppid=20653 vsize=19063512 memory=19584 CPUtime=1.2 cores=1,3
/proc/20657/task/20663/stat : 20663 (java) R 20653 20657 20613 0 -1 4194368 5389 0 0 0 117 3 0 0 20 0 20 0 31516031 19521036288 47036 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20678] ppid=20653 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20657/task/20678/stat : 20678 (Finalizer) S 20653 20657 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 47036 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20686] ppid=20653 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/20657/task/20686/stat : 20686 (Common-Cleaner) S 20653 20657 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 47036 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20755] ppid=20653 vsize=19063512 memory=16380 CPUtime=0 cores=1,3
/proc/20657/task/20755/stat : 20755 (Timer-0) S 20653 20657 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516100 19521036288 47036 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188144 KiB

[startup+3.1056 s]
/proc/loadavg: 1.16 1.48 2.50 7/342 20757
/proc/meminfo: memFree=127796520/131250000 swapFree=33010684/33010684
[pid=20657] ppid=20653 vsize=19063512 memory=237232 CPUtime=5.94 cores=1,3
/proc/20657/stat : 20657 (java) S 20653 20657 20613 0 -1 4194304 21516 0 0 0 584 10 0 0 20 0 20 0 31516029 19521036288 59308 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
/proc/20657/statm: 4765878 59308 5464 1 0 553625 0
[pid=20657/tid=20663] ppid=20653 vsize=19063512 memory=10752 CPUtime=2.72 cores=1,3
/proc/20657/task/20663/stat : 20663 (java) R 20653 20657 20613 0 -1 4194368 5948 0 0 0 267 5 0 0 20 0 20 0 31516031 19521036288 59308 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20678] ppid=20653 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20657/task/20678/stat : 20678 (Finalizer) S 20653 20657 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 59308 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20686] ppid=20653 vsize=19063512 memory=16380 CPUtime=0 cores=1,3
/proc/20657/task/20686/stat : 20686 (Common-Cleaner) S 20653 20657 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 59308 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20755] ppid=20653 vsize=19063512 memory=183768 CPUtime=0 cores=1,3
/proc/20657/task/20755/stat : 20755 (Timer-0) S 20653 20657 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516100 19521036288 59308 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 237232 KiB

[startup+6.30021 s]
/proc/loadavg: 1.16 1.48 2.50 4/324 20775
/proc/meminfo: memFree=128159572/131250000 swapFree=33010684/33010684
[pid=20657] ppid=20653 vsize=19063512 memory=436484 CPUtime=9.78 cores=1,3
/proc/20657/stat : 20657 (java) S 20653 20657 20613 0 -1 4194304 23832 0 0 0 962 16 0 0 20 0 20 0 31516029 19521036288 109121 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
/proc/20657/statm: 4765878 109121 5496 1 0 553628 0
[pid=20657/tid=20663] ppid=20653 vsize=19063512 memory=0 CPUtime=5.84 cores=1,3
/proc/20657/task/20663/stat : 20663 (java) R 20653 20657 20613 0 -1 4194368 6539 0 0 0 574 10 0 0 20 0 20 0 31516031 19521036288 109121 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20678] ppid=20653 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/20657/task/20678/stat : 20678 (Finalizer) S 20653 20657 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 109121 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20686] ppid=20653 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/20657/task/20686/stat : 20686 (Common-Cleaner) S 20653 20657 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 109121 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20755] ppid=20653 vsize=19063512 memory=16380 CPUtime=0 cores=1,3
/proc/20657/task/20755/stat : 20755 (Timer-0) S 20653 20657 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516100 19521036288 109121 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
Current children cumulated CPU time: 9.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 436484 KiB

[startup+12.7002 s]
/proc/loadavg: 1.38 1.53 2.51 6/344 20827
/proc/meminfo: memFree=126421792/131250000 swapFree=33010684/33010684
[pid=20657] ppid=20653 vsize=19063512 memory=1012264 CPUtime=16.44 cores=1,3
/proc/20657/stat : 20657 (java) S 20653 20657 20613 0 -1 4194304 27698 0 0 0 1612 32 0 0 20 0 20 0 31516029 19521036288 253066 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
/proc/20657/statm: 4765878 253066 5496 1 0 553628 0
[pid=20657/tid=20663] ppid=20653 vsize=19063512 memory=16380 CPUtime=12.19 cores=1,3
/proc/20657/task/20663/stat : 20663 (java) R 20653 20657 20613 0 -1 4194368 7947 0 0 0 1195 24 0 0 20 0 20 0 31516031 19521036288 253066 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20678] ppid=20653 vsize=19063512 memory=981420 CPUtime=0 cores=1,3
/proc/20657/task/20678/stat : 20678 (Finalizer) S 20653 20657 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 253066 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20686] ppid=20653 vsize=19063512 memory=174700 CPUtime=0 cores=1,3
/proc/20657/task/20686/stat : 20686 (Common-Cleaner) S 20653 20657 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 253066 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20755] ppid=20653 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/20657/task/20755/stat : 20755 (Timer-0) S 20653 20657 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516100 19521036288 253066 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
Current children cumulated CPU time: 16.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1012264 KiB

[startup+25.5002 s]
/proc/loadavg: 2.11 1.68 2.54 6/346 21162
/proc/meminfo: memFree=123332428/131250000 swapFree=33010684/33010684
[pid=20657] ppid=20653 vsize=19063512 memory=1370888 CPUtime=29.29 cores=1,3
/proc/20657/stat : 20657 (java) S 20653 20657 20613 0 -1 4194304 31479 0 0 0 2883 46 0 0 20 0 20 0 31516029 19521036288 342722 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
/proc/20657/statm: 4765878 342722 5528 1 0 553628 0
[pid=20657/tid=20663] ppid=20653 vsize=19063512 memory=-6000919494181284973 CPUtime=24.86 cores=1,3
/proc/20657/task/20663/stat : 20663 (java) R 20653 20657 20613 0 -1 4194368 9724 0 0 0 2449 37 0 0 20 0 20 0 31516031 19521036288 342722 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20678] ppid=20653 vsize=19063512 memory=1360628 CPUtime=0 cores=1,3
/proc/20657/task/20678/stat : 20678 (Finalizer) S 20653 20657 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 342722 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20686] ppid=20653 vsize=19063512 memory=6508 CPUtime=0 cores=1,3
/proc/20657/task/20686/stat : 20686 (Common-Cleaner) S 20653 20657 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 342722 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20755] ppid=20653 vsize=19063512 memory=140666554321328 CPUtime=0 cores=1,3
/proc/20657/task/20755/stat : 20755 (Timer-0) S 20653 20657 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516100 19521036288 342722 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
Current children cumulated CPU time: 29.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1370888 KiB

[startup+51.1057 s]
/proc/loadavg: 3.02 1.93 2.60 6/345 21692
/proc/meminfo: memFree=121544376/131250000 swapFree=33010684/33010684
[pid=20657] ppid=20653 vsize=19063512 memory=1399624 CPUtime=54.98 cores=1,3
/proc/20657/stat : 20657 (java) S 20653 20657 20613 0 -1 4194304 34262 0 0 0 5433 65 0 0 20 0 20 0 31516029 19521036288 349906 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
/proc/20657/statm: 4765878 349906 5528 1 0 553628 0
[pid=20657/tid=20663] ppid=20653 vsize=19063512 memory=16380 CPUtime=50.19 cores=1,3
/proc/20657/task/20663/stat : 20663 (java) R 20653 20657 20613 0 -1 4194368 10934 0 0 0 4964 55 0 0 20 0 20 0 31516031 19521036288 349906 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20678] ppid=20653 vsize=19063512 memory=-6000919494181284973 CPUtime=0 cores=1,3
/proc/20657/task/20678/stat : 20678 (Finalizer) S 20653 20657 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 349906 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20686] ppid=20653 vsize=19063512 memory=1399624 CPUtime=0 cores=1,3
/proc/20657/task/20686/stat : 20686 (Common-Cleaner) S 20653 20657 20613 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 349906 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0

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

[startup+3282.3 s]
/proc/loadavg: 4.18 4.21 4.16 5/345 22942
/proc/meminfo: memFree=52202820/131250000 swapFree=33010684/33010684
[pid=20657] ppid=20653 vsize=19063512 memory=2181096 CPUtime=3296.93 cores=1,3
/proc/20657/stat : 20657 (java) S 20653 20657 20613 0 -1 4194304 126348 0 0 0 328005 1688 0 0 20 0 20 0 31516029 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
/proc/20657/statm: 4765878 545274 5528 1 0 556532 0
[pid=20657/tid=20663] ppid=20653 vsize=19063512 memory=2181096 CPUtime=3243.57 cores=1,3
/proc/20657/task/20663/stat : 20663 (java) R 20653 20657 20613 0 -1 4194368 53261 0 0 0 322770 1587 0 0 20 0 20 0 31516031 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20678] ppid=20653 vsize=19063512 memory=2181096 CPUtime=0 cores=1,3
/proc/20657/task/20678/stat : 20678 (Finalizer) S 20653 20657 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20686] ppid=20653 vsize=19063512 memory=2181096 CPUtime=0 cores=1,3
/proc/20657/task/20686/stat : 20686 (Common-Cleaner) S 20653 20657 20613 0 -1 4194368 1456 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20755] ppid=20653 vsize=19063512 memory=2181096 CPUtime=0 cores=1,3
/proc/20657/task/20755/stat : 20755 (Timer-0) S 20653 20657 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516100 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
Current children cumulated CPU time: 3296.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2181096 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.20 4.16 5/346 22947
/proc/meminfo: memFree=51770472/131250000 swapFree=33010684/33010684
[pid=20657] ppid=20653 vsize=19063512 memory=2181096 CPUtime=3357.2 cores=1,3
/proc/20657/stat : 20657 (java) S 20653 20657 20613 0 -1 4194304 128107 0 0 0 334008 1712 0 0 20 0 20 0 31516029 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
/proc/20657/statm: 4765878 545274 5528 1 0 556532 0
[pid=20657/tid=20663] ppid=20653 vsize=19063512 memory=17280 CPUtime=3302.95 cores=1,3
/proc/20657/task/20663/stat : 20663 (java) R 20653 20657 20613 0 -1 4194368 54615 0 0 0 328686 1609 0 0 20 0 20 0 31516031 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20678] ppid=20653 vsize=19063512 memory=2181096 CPUtime=0 cores=1,3
/proc/20657/task/20678/stat : 20678 (Finalizer) S 20653 20657 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20686] ppid=20653 vsize=19063512 memory=16380 CPUtime=0 cores=1,3
/proc/20657/task/20686/stat : 20686 (Common-Cleaner) S 20653 20657 20613 0 -1 4194368 1511 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20755] ppid=20653 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/20657/task/20755/stat : 20755 (Timer-0) S 20653 20657 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516100 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
Current children cumulated CPU time: 3357.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2181096 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.22 4.17 5/347 22953
/proc/meminfo: memFree=50265380/131250000 swapFree=33010684/33010684
[pid=20657] ppid=20653 vsize=19063512 memory=2181096 CPUtime=3417.98 cores=1,3
/proc/20657/stat : 20657 (java) S 20653 20657 20613 0 -1 4194304 130712 0 0 0 340057 1741 0 0 20 0 20 0 31516029 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
/proc/20657/statm: 4765878 545274 5528 1 0 556532 0
[pid=20657/tid=20663] ppid=20653 vsize=19063512 memory=17280 CPUtime=3362.26 cores=1,3
/proc/20657/task/20663/stat : 20663 (java) R 20653 20657 20613 0 -1 4194368 55705 0 0 0 334590 1636 0 0 20 0 20 0 31516031 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20678] ppid=20653 vsize=19063512 memory=2181096 CPUtime=0 cores=1,3
/proc/20657/task/20678/stat : 20678 (Finalizer) S 20653 20657 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20686] ppid=20653 vsize=19063512 memory=2181096 CPUtime=0 cores=1,3
/proc/20657/task/20686/stat : 20686 (Common-Cleaner) S 20653 20657 20613 0 -1 4194368 1566 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20755] ppid=20653 vsize=19063512 memory=2181096 CPUtime=0 cores=1,3
/proc/20657/task/20755/stat : 20755 (Timer-0) S 20653 20657 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516100 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
Current children cumulated CPU time: 3417.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2181096 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.21 4.17 5/345 22955
/proc/meminfo: memFree=49320976/131250000 swapFree=33010684/33010684
[pid=20657] ppid=20653 vsize=19063512 memory=2181096 CPUtime=3477.99 cores=1,3
/proc/20657/stat : 20657 (java) S 20653 20657 20613 0 -1 4194304 131229 0 0 0 346033 1766 0 0 20 0 20 0 31516029 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
/proc/20657/statm: 4765878 545274 5528 1 0 556532 0
[pid=20657/tid=20663] ppid=20653 vsize=19063512 memory=17280 CPUtime=3421.3 cores=1,3
/proc/20657/task/20663/stat : 20663 (java) R 20653 20657 20613 0 -1 4194368 56072 0 0 0 340469 1661 0 0 20 0 20 0 31516031 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20678] ppid=20653 vsize=19063512 memory=2181096 CPUtime=0 cores=1,3
/proc/20657/task/20678/stat : 20678 (Finalizer) S 20653 20657 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20686] ppid=20653 vsize=19063512 memory=2181096 CPUtime=0 cores=1,3
/proc/20657/task/20686/stat : 20686 (Common-Cleaner) S 20653 20657 20613 0 -1 4194368 1566 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20755] ppid=20653 vsize=19063512 memory=2181096 CPUtime=0 cores=1,3
/proc/20657/task/20755/stat : 20755 (Timer-0) S 20653 20657 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516100 19521036288 545274 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
Current children cumulated CPU time: 3477.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2181096 KiB

[startup+3522.3 s]
/proc/loadavg: 4.56 4.28 4.20 5/345 22959
/proc/meminfo: memFree=47968992/131250000 swapFree=33010684/33010684
[pid=20657] ppid=20653 vsize=19063512 memory=2181224 CPUtime=3538.35 cores=1,3
/proc/20657/stat : 20657 (java) S 20653 20657 20613 0 -1 4194304 135925 0 0 0 352041 1794 0 0 20 0 20 0 31516029 19521036288 545306 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
/proc/20657/statm: 4765878 545306 5528 1 0 556544 0
[pid=20657/tid=20663] ppid=20653 vsize=19063512 memory=16380 CPUtime=3480.36 cores=1,3
/proc/20657/task/20663/stat : 20663 (java) R 20653 20657 20613 0 -1 4194368 58562 0 0 0 346349 1687 0 0 20 0 20 0 31516031 19521036288 545306 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20678] ppid=20653 vsize=19063512 memory=2181096 CPUtime=0 cores=1,3
/proc/20657/task/20678/stat : 20678 (Finalizer) S 20653 20657 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 545306 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20686] ppid=20653 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/20657/task/20686/stat : 20686 (Common-Cleaner) S 20653 20657 20613 0 -1 4194368 1630 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 545306 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20755] ppid=20653 vsize=19063512 memory=2181224 CPUtime=0 cores=1,3
/proc/20657/task/20755/stat : 20755 (Timer-0) S 20653 20657 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516100 19521036288 545306 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
Current children cumulated CPU time: 3538.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2181224 KiB

[startup+3582.3 s]
/proc/loadavg: 4.38 4.28 4.20 5/344 23224
/proc/meminfo: memFree=68207728/131250000 swapFree=33010684/33010684
[pid=20657] ppid=20653 vsize=19063512 memory=2181224 CPUtime=3596.02 cores=1,3
/proc/20657/stat : 20657 (java) S 20653 20657 20613 0 -1 4194304 137334 0 0 0 357781 1821 0 0 20 0 20 0 31516029 19521036288 545306 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
/proc/20657/statm: 4765878 545306 5528 1 0 556544 0
[pid=20657/tid=20663] ppid=20653 vsize=19063512 memory=16380 CPUtime=3537.22 cores=1,3
/proc/20657/task/20663/stat : 20663 (java) R 20653 20657 20613 0 -1 4194368 59334 0 0 0 352009 1713 0 0 20 0 20 0 31516031 19521036288 545306 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20678] ppid=20653 vsize=19063512 memory=16380 CPUtime=0 cores=1,3
/proc/20657/task/20678/stat : 20678 (Finalizer) S 20653 20657 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 545306 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20686] ppid=20653 vsize=19063512 memory=16380 CPUtime=0 cores=1,3
/proc/20657/task/20686/stat : 20686 (Common-Cleaner) S 20653 20657 20613 0 -1 4194368 1631 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 545306 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20755] ppid=20653 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/20657/task/20755/stat : 20755 (Timer-0) S 20653 20657 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516100 19521036288 545306 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
Current children cumulated CPU time: 3596.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2181224 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586.4 s]
/proc/loadavg: 4.35 4.27 4.20 5/344 23224
/proc/meminfo: memFree=68082976/131250000 swapFree=33010684/33010684
[pid=20657] ppid=20653 vsize=19063512 memory=2181224 CPUtime=3600.1 cores=1,3
/proc/20657/stat : 20657 (java) S 20653 20657 20613 0 -1 4194304 137528 0 0 0 358186 1824 0 0 20 0 20 0 31516029 19521036288 545306 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
/proc/20657/statm: 4765878 545306 5528 1 0 556544 0
[pid=20657/tid=20663] ppid=20653 vsize=19063512 memory=17304 CPUtime=3541.13 cores=1,3
/proc/20657/task/20663/stat : 20663 (java) R 20653 20657 20613 0 -1 4194368 59484 0 0 0 352398 1715 0 0 20 0 20 0 31516031 19521036288 545306 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20678] ppid=20653 vsize=19063512 memory=46080 CPUtime=0 cores=1,3
/proc/20657/task/20678/stat : 20678 (Finalizer) S 20653 20657 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 545306 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20686] ppid=20653 vsize=19063512 memory=-6000919494181284973 CPUtime=0 cores=1,3
/proc/20657/task/20686/stat : 20686 (Common-Cleaner) S 20653 20657 20613 0 -1 4194368 1631 0 0 0 0 0 0 0 20 0 20 0 31516033 19521036288 545306 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20755] ppid=20653 vsize=19063512 memory=2432 CPUtime=0 cores=1,3
/proc/20657/task/20755/stat : 20755 (Timer-0) S 20653 20657 20613 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31516100 19521036288 545306 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2181224 KiB

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

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

# cumulated CPU time of all completed processes:  user=3581.97 s, system=18.2548 s

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

[startup+3586.5 s]
/proc/loadavg: 4.35 4.27 4.20 5/344 23224
/proc/meminfo: memFree=68082976/131250000 swapFree=33010684/33010684
[pid=20657] ppid=20653 vsize=19263204 memory=2181620 CPUtime=3600.21 cores=1,3
/proc/20657/stat : 20657 (java) S 20653 20657 20613 0 -1 4194304 139784 0 0 0 358197 1824 0 0 20 0 16 0 31516029 19725520896 545405 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
/proc/20657/statm: 4815801 545405 5528 1 0 557489 0
[pid=20657/tid=20663] ppid=20653 vsize=19263204 memory=2181224 CPUtime=3541.14 cores=1,3
/proc/20657/task/20663/stat : 20663 (java) D 20653 20657 20613 0 -1 4194368 59712 0 0 0 352399 1715 0 0 20 0 16 0 31516031 19725520896 545405 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20678] ppid=20653 vsize=19263204 memory=2181224 CPUtime=0 cores=1,3
/proc/20657/task/20678/stat : 20678 (Finalizer) S 20653 20657 20613 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 31516033 19725520896 545405 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
[pid=20657/tid=20686] ppid=20653 vsize=19263204 memory=2181224 CPUtime=0 cores=1,3
/proc/20657/task/20686/stat : 20686 (Common-Cleaner) S 20653 20657 20613 0 -1 4194368 1631 0 0 0 0 0 0 0 20 0 16 0 31516033 19725520896 545405 18446744073709551615 94809842991104 94809842994800 140732097701440 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94809843002616 94809843003408 94809855545344 140732097706288 140732097706470 140732097706470 140732097712072 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2181620 KiB

Child status: 143

Real time (s): 3586.53
CPU time (s): 3600.23
CPU user time (s): 3581.97
CPU system time (s): 18.2548
CPU usage (%): 100.382
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2181620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.97
system time used= 18.2548
maximum resident set size= 2181992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139811
page faults= 0
swaps= 0
block input operations= 32
block output operations= 32504312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132398
involuntary context switches= 11806


# summary of solver processes directly reported to runsolver:
#   pid: 20657
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3581.97
#   total CPU system time (s): 18.2548

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.67918 second user time and 14.9502 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-29 02:52:46
IDJOB=4494533
IDBENCH=147893
IDSOLVER=3364
FILE ID=nodeC033/4494533-1751158366
RUNJOBID= nodeC033-1751158366-20625
SLURM_JOB_ID= 9587493
Free space on /tmp= 433036 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k4_l4_n360.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494533-1751158366/watcher-4494533-1751158366 -o /tmp/evaluation-result-4494533-1751158366/solver-4494533-1751158366 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751158366-20625 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4494533-1751158366 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4494533-1751158366.opb

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

MD5SUM BENCH= 4e71f8d633240b9029e11e93d5a0a0b4
RANDOM SEED=189520819

nodeC033 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3600.220
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
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.051
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
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		: 3600.126
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.445
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
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		: 3600.067
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.242
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
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		: 3592.673
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
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		: 3600.046
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130138152 kB
MemAvailable:   129780220 kB
Buffers:            3280 kB
Cached:           448308 kB
SwapCached:            0 kB
Active:           340600 kB
Inactive:         189944 kB
Active(anon):      97400 kB
Inactive(anon):        0 kB
Active(file):     243200 kB
Inactive(file):   189944 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             29812 kB
Writeback:             8 kB
AnonPages:         82416 kB
Mapped:           102604 kB
Shmem:             18120 kB
KReclaimable:      86348 kB
Slab:             169576 kB
SReclaimable:      86348 kB
SUnreclaim:        83228 kB
KernelStack:        4068 kB
PageTables:         2696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     347656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC033 at 2025-06-29 03:52:33