Trace number 4523433

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.49 3613.3

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/
instances/normalized-bnn_mnist_rot_16_label5_adversarial_norm_0.opb
MD5SUMf69e8990d47aa59ed46eeada43b05a2f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark11.1464
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1289
Total number of constraints1094
Number of constraints which are clauses13
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1080
Minimum length of a constraint1
Maximum length of a constraint785
Number of terms in the objective function 773
Biggest coefficient in the objective function 134
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 906
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 490
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1759
Number of bits of the biggest sum of numbers11
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.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		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	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.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	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.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4523433-1751604517.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  objective function found
1.07/0.66	c ... done. Wall clock time 0.52s.
1.07/0.66	c declared #vars     1289
1.07/0.66	c #constraints  1095
1.07/0.66	c constraints type 
1.07/0.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1.07/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1080
1.07/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
1.07/0.66	c org.sat4j.pb.constraints.pb.UnitClausePB => 13
1.07/0.66	c 1095 constraints processed.
1.07/0.68	c objective function length is 773 literals
3.84/2.00	c cleaning 2500 clauses out of 5001 with flag 14970/5001
5.36/2.94	c cleaning 4242 clauses out of 8500 with flag 33014/11000
6.37/3.87	c cleaning 5624 clauses out of 11259 with flag 56976/18001
7.61/5.02	c cleaning 6811 clauses out of 13635 with flag 84743/26001
8.91/6.31	c cleaning 7905 clauses out of 15824 with flag 115467/35001
10.44/7.84	c cleaning 8951 clauses out of 17919 with flag 151631/45001
12.20/9.53	c cleaning 9976 clauses out of 19967 with flag 192496/56000
13.90/11.21	c cleaning 10986 clauses out of 21991 with flag 240286/68000
15.81/13.15	c cleaning 11998 clauses out of 24008 with flag 292024/81003
17.91/15.26	c cleaning 12992 clauses out of 26008 with flag 350179/95001
20.10/17.49	c cleaning 14002 clauses out of 28019 with flag 409919/110004
22.61/19.99	c cleaning 14998 clauses out of 30014 with flag 473292/126001
25.44/22.71	c cleaning 15996 clauses out of 32015 with flag 541774/143000
28.25/25.52	c cleaning 17005 clauses out of 34019 with flag 611886/161000
31.49/28.79	c cleaning 18002 clauses out of 36018 with flag 690257/180004
34.89/32.17	c cleaning 18995 clauses out of 38013 with flag 773309/200001
38.23/35.69	c cleaning 20003 clauses out of 40017 with flag 865340/221000
41.73/39.13	c cleaning 20997 clauses out of 42014 with flag 956505/243000
45.23/42.66	c cleaning 22000 clauses out of 44018 with flag 1054011/266001
48.93/46.38	c cleaning 22997 clauses out of 46018 with flag 1151138/290001
52.72/50.14	c cleaning 24004 clauses out of 48022 with flag 1254598/315002
55.03/52.45	c cleaning 24985 clauses out of 50017 with flag 1323038/341001
57.39/54.70	c cleaning 25990 clauses out of 52034 with flag 1382102/368003
59.59/56.93	c cleaning 26995 clauses out of 54042 with flag 1442678/396001
61.89/59.20	c cleaning 28001 clauses out of 56047 with flag 1505497/425001
64.59/61.94	c cleaning 28997 clauses out of 58047 with flag 1571101/455002
67.25/64.78	c cleaning 30000 clauses out of 60051 with flag 1639822/486003
69.95/67.44	c cleaning 30999 clauses out of 62048 with flag 1710114/518000
72.46/69.98	c cleaning 32000 clauses out of 64051 with flag 1781341/551002
75.15/72.69	c cleaning 32998 clauses out of 66049 with flag 1855207/585000
78.07/75.57	c cleaning 33998 clauses out of 68051 with flag 1931042/620000
80.77/78.26	c cleaning 34998 clauses out of 70053 with flag 2007243/656000
83.98/81.44	c cleaning 36001 clauses out of 72056 with flag 2086710/693001
87.17/84.63	c cleaning 37000 clauses out of 74054 with flag 2167924/731000
90.28/87.78	c cleaning 38003 clauses out of 76055 with flag 2250728/770001
93.99/91.40	c cleaning 38997 clauses out of 78052 with flag 2337296/810001
97.60/95.26	c cleaning 40008 clauses out of 80055 with flag 2427037/851001
101.40/99.02	c cleaning 40995 clauses out of 82046 with flag 2520057/893000
104.91/102.53	c cleaning 42000 clauses out of 84053 with flag 2612900/936002
108.41/106.06	c cleaning 42996 clauses out of 86051 with flag 2708086/980000
112.61/110.20	c cleaning 44000 clauses out of 88055 with flag 2807026/1025000
116.53/114.19	c cleaning 45006 clauses out of 90059 with flag 2906274/1071004
120.56/118.18	c cleaning 45998 clauses out of 92050 with flag 3007189/1118001
124.95/122.58	c cleaning 47002 clauses out of 94051 with flag 3110521/1166000
129.25/126.81	c cleaning 47998 clauses out of 96049 with flag 3216294/1215000
134.06/131.66	c cleaning 48999 clauses out of 98053 with flag 3322010/1265002
138.59/136.17	c cleaning 49995 clauses out of 100052 with flag 3431457/1316000
143.11/140.69	c cleaning 51002 clauses out of 102061 with flag 3543663/1368004
148.11/145.62	c cleaning 52004 clauses out of 104055 with flag 3656512/1421000
153.32/150.89	c cleaning 52996 clauses out of 106052 with flag 3772281/1475001
158.92/156.47	c cleaning 54003 clauses out of 108056 with flag 3892260/1530001
164.74/162.22	c cleaning 54997 clauses out of 110054 with flag 4013494/1586002
170.07/167.51	c cleaning 56003 clauses out of 112055 with flag 4135147/1643000
175.51/172.95	c cleaning 56996 clauses out of 114052 with flag 4260287/1701000
181.75/179.16	c cleaning 58000 clauses out of 116056 with flag 4389259/1760000
187.87/185.22	c cleaning 58999 clauses out of 118057 with flag 4521357/1820001
193.91/191.28	c cleaning 60002 clauses out of 120057 with flag 4652539/1881000
199.84/197.14	c cleaning 60998 clauses out of 122057 with flag 4786758/1943002
205.88/203.15	c cleaning 62006 clauses out of 124058 with flag 4922405/2006001
213.42/210.61	c cleaning 63000 clauses out of 126052 with flag 5061273/2070001
220.55/217.72	c cleaning 64004 clauses out of 128051 with flag 5202277/2135000
228.68/225.72	c cleaning 64998 clauses out of 130047 with flag 5348658/2201000
235.82/232.83	c cleaning 66000 clauses out of 132050 with flag 5491578/2268001
243.36/240.36	c cleaning 66995 clauses out of 134049 with flag 5638671/2336000
250.71/247.66	c cleaning 68001 clauses out of 136055 with flag 5790375/2405001
258.55/255.45	c cleaning 68999 clauses out of 138053 with flag 5941658/2475000
266.50/263.30	c cleaning 70000 clauses out of 140055 with flag 6097973/2546001
273.99/270.72	c cleaning 70996 clauses out of 142054 with flag 6253443/2618000
282.12/278.88	c cleaning 72000 clauses out of 144058 with flag 6413448/2691000
289.96/286.68	c cleaning 73002 clauses out of 146059 with flag 6574075/2765001
298.19/294.76	c cleaning 73994 clauses out of 148056 with flag 6738136/2840000
306.34/302.83	c cleaning 75002 clauses out of 150063 with flag 6904506/2916001
314.38/310.89	c cleaning 76004 clauses out of 152066 with flag 7073287/2993006
322.69/319.08	c cleaning 77001 clauses out of 154057 with flag 7244910/3071001
330.74/327.06	c cleaning 77993 clauses out of 156055 with flag 7417702/3150000
339.47/335.75	c cleaning 79008 clauses out of 158062 with flag 7588671/3230000
347.80/343.98	c cleaning 79993 clauses out of 160054 with flag 7759907/3311000
356.85/352.96	c cleaning 81004 clauses out of 162061 with flag 7935741/3393000
365.39/361.49	c cleaning 82003 clauses out of 164059 with flag 8115260/3476002
375.30/371.22	c cleaning 83000 clauses out of 166055 with flag 8296922/3560001
384.36/380.28	c cleaning 83999 clauses out of 168055 with flag 8477933/3645001
394.54/390.30	c cleaning 85000 clauses out of 170056 with flag 8659246/3731001
404.20/399.99	c cleaning 85999 clauses out of 172055 with flag 8843196/3818000
413.41/409.05	c cleaning 87000 clauses out of 174057 with flag 9029230/3906001
423.96/419.54	c cleaning 87995 clauses out of 176056 with flag 9219910/3995000
433.39/428.89	c cleaning 88998 clauses out of 178063 with flag 9412160/4085002
442.84/438.29	c cleaning 90002 clauses out of 180065 with flag 9605689/4176002
452.66/448.06	c cleaning 91003 clauses out of 182061 with flag 9803103/4268000
463.33/458.67	c cleaning 92002 clauses out of 184058 with flag 10006342/4361000
473.43/468.62	c cleaning 92998 clauses out of 186056 with flag 10209417/4455000
484.38/479.51	c cleaning 94004 clauses out of 188058 with flag 10416758/4550000
495.06/490.11	c cleaning 94997 clauses out of 190056 with flag 10623490/4646002
505.69/500.74	c cleaning 96000 clauses out of 192057 with flag 10833064/4743000
517.19/512.12	c cleaning 97000 clauses out of 194057 with flag 11043692/4841000
530.18/525.07	c cleaning 98000 clauses out of 196060 with flag 11256199/4940003
542.17/536.96	c cleaning 98999 clauses out of 198061 with flag 11469155/5040004
554.93/549.52	c cleaning 100000 clauses out of 200058 with flag 11684155/5141000
566.26/560.71	c cleaning 100995 clauses out of 202058 with flag 11901596/5243000
577.91/572.38	c cleaning 102005 clauses out of 204065 with flag 12121415/5346002
590.08/584.46	c cleaning 102999 clauses out of 206059 with flag 12343517/5450001
602.34/596.86	c cleaning 103997 clauses out of 208061 with flag 12568606/5555002
615.35/609.77	c cleaning 105006 clauses out of 210062 with flag 12799519/5661000
629.67/624.12	c cleaning 106005 clauses out of 212058 with flag 13027525/5768002
643.36/637.74	c cleaning 106997 clauses out of 214051 with flag 13258485/5876000
657.22/651.74	c cleaning 108004 clauses out of 216056 with flag 13489298/5985002
672.00/666.49	c cleaning 108992 clauses out of 218050 with flag 13722921/6095000
689.09/683.69	c cleaning 110002 clauses out of 220059 with flag 13964040/6206001
705.15/699.68	c cleaning 111000 clauses out of 222056 with flag 14208110/6318000
720.24/715.07	c cleaning 112001 clauses out of 224056 with flag 14453237/6431000
736.00/730.77	c cleaning 113002 clauses out of 226057 with flag 14701588/6545002
751.00/745.86	c cleaning 113997 clauses out of 228053 with flag 14952334/6660000
767.17/761.97	c cleaning 114999 clauses out of 230057 with flag 15202751/6776001
781.90/776.65	c cleaning 116005 clauses out of 232057 with flag 15455214/6893000
799.78/794.46	c cleaning 117001 clauses out of 234053 with flag 15709574/7011001
820.25/815.00	c cleaning 117998 clauses out of 236052 with flag 15970509/7130001
836.87/831.67	c cleaning 119002 clauses out of 238053 with flag 16233892/7250000
852.11/846.89	c cleaning 119998 clauses out of 240051 with flag 16496798/7371000
866.66/861.34	c cleaning 121002 clauses out of 242053 with flag 16762115/7493000
884.69/879.71	c cleaning 121997 clauses out of 244052 with flag 17029800/7616001
899.70/894.88	c cleaning 123002 clauses out of 246056 with flag 17300801/7740002
916.11/911.18	c cleaning 123990 clauses out of 248053 with flag 17577412/7865001
930.06/928.39	c cleaning 125007 clauses out of 250065 with flag 17851593/7991003
945.35/943.57	c cleaning 126002 clauses out of 252056 with flag 18124062/8118001
959.72/957.83	c cleaning 126998 clauses out of 254055 with flag 18397073/8246002
974.96/977.00	c cleaning 128002 clauses out of 256056 with flag 18674035/8375001
990.84/992.77	c cleaning 128997 clauses out of 258055 with flag 18952635/8505002
1007.25/1009.24	c cleaning 129998 clauses out of 260058 with flag 19232992/8636002
1024.19/1026.40	c cleaning 130997 clauses out of 262058 with flag 19516602/8768000
1044.76/1046.97	c cleaning 132005 clauses out of 264062 with flag 19802627/8901001
1066.52/1068.95	c cleaning 132998 clauses out of 266057 with flag 20092239/9035001
1088.69/1091.34	c cleaning 133998 clauses out of 268058 with flag 20380553/9170000
1112.27/1114.81	c cleaning 135001 clauses out of 270060 with flag 20677143/9306000
1129.98/1133.30	c cleaning 136001 clauses out of 272059 with flag 20977906/9443000
1147.65/1150.80	c cleaning 137001 clauses out of 274058 with flag 21285161/9581000
1170.71/1176.25	c cleaning 138002 clauses out of 276058 with flag 21591331/9720001
1191.23/1200.45	c cleaning 139000 clauses out of 278055 with flag 21893689/9860000
1211.71/1220.70	c cleaning 139995 clauses out of 280055 with flag 22203442/10001000
1235.63/1250.44	c cleaning 141006 clauses out of 282062 with flag 22512177/10143002
1256.89/1271.61	c cleaning 141999 clauses out of 284058 with flag 22822118/10286004
1274.20/1288.83	c cleaning 143000 clauses out of 286056 with flag 23139095/10430001
1293.49/1308.21	c cleaning 143995 clauses out of 288055 with flag 23456082/10575000
1315.66/1330.41	c cleaning 145006 clauses out of 290060 with flag 23777576/10721000
1336.04/1350.78	c cleaning 145994 clauses out of 292054 with flag 24093010/10868000
1357.08/1374.24	c cleaning 146999 clauses out of 294060 with flag 24420078/11016000
1376.24/1398.15	c cleaning 148003 clauses out of 296061 with flag 24749197/11165000
1395.18/1417.05	c cleaning 149002 clauses out of 298058 with flag 25075770/11315000
1412.98/1434.82	c cleaning 150000 clauses out of 300056 with flag 25402252/11466000
1430.83/1452.63	c cleaning 151004 clauses out of 302059 with flag 25733724/11618003
1449.11/1470.81	c cleaning 151997 clauses out of 304055 with flag 26069746/11771003
1468.26/1489.99	c cleaning 152998 clauses out of 306056 with flag 26406271/11925001
1489.91/1511.44	c cleaning 154005 clauses out of 308059 with flag 26743546/12080002
1508.70/1530.07	c cleaning 154998 clauses out of 310055 with flag 27079195/12236003
1530.92/1552.12	c cleaning 155995 clauses out of 312054 with flag 27421828/12393000
1551.06/1572.24	c cleaning 156999 clauses out of 314059 with flag 27759156/12551000
1570.12/1591.24	c cleaning 158001 clauses out of 316062 with flag 28100454/12710002
1590.83/1611.83	c cleaning 159004 clauses out of 318061 with flag 28443157/12870002
1610.88/1631.87	c cleaning 159999 clauses out of 320058 with flag 28789119/13031003
1629.99/1650.82	c cleaning 160994 clauses out of 322058 with flag 29140721/13193002
1649.57/1670.25	c cleaning 162000 clauses out of 324064 with flag 29492189/13356002
1670.28/1690.83	c cleaning 162996 clauses out of 326063 with flag 29843482/13520001
1690.73/1711.29	c cleaning 164001 clauses out of 328067 with flag 30201273/13685001
1713.18/1733.53	c cleaning 165003 clauses out of 330065 with flag 30562693/13851000
1737.97/1758.24	c cleaning 166004 clauses out of 332064 with flag 30925412/14018002
1761.01/1781.17	c cleaning 167000 clauses out of 334059 with flag 31288657/14186001
1786.71/1806.72	c cleaning 168001 clauses out of 336058 with flag 31651411/14355000
1808.48/1828.44	c cleaning 168994 clauses out of 338058 with flag 32018040/14525001
1828.82/1848.67	c cleaning 169999 clauses out of 340063 with flag 32385766/14696000
1850.55/1870.28	c cleaning 171002 clauses out of 342067 with flag 32757869/14868003
1871.85/1891.45	c cleaning 171994 clauses out of 344064 with flag 33132627/15041002
1895.24/1914.79	c cleaning 173006 clauses out of 346070 with flag 33505956/15215002
1917.68/1937.00	c cleaning 173995 clauses out of 348063 with flag 33878297/15390001
1941.09/1960.33	c cleaning 174998 clauses out of 350067 with flag 34257179/15566000
1963.68/1982.89	c cleaning 176002 clauses out of 352070 with flag 34635070/15743001
1987.28/2006.37	c cleaning 177009 clauses out of 354068 with flag 35018704/15921001
2011.91/2030.85	c cleaning 177996 clauses out of 356058 with flag 35408383/16100000
2035.62/2054.45	c cleaning 179004 clauses out of 358064 with flag 35795507/16280002
2060.07/2078.63	c cleaning 179996 clauses out of 360058 with flag 36185425/16461000
2084.47/2102.90	c cleaning 180998 clauses out of 362064 with flag 36568369/16643002
2108.67/2127.08	c cleaning 181997 clauses out of 364064 with flag 36954842/16826000
2131.28/2149.50	c cleaning 183003 clauses out of 366067 with flag 37345726/17010000
2155.92/2174.14	c cleaning 184003 clauses out of 368066 with flag 37741010/17195002
2180.57/2198.74	c cleaning 184997 clauses out of 370061 with flag 38137851/17381000
2206.59/2224.62	c cleaning 186001 clauses out of 372064 with flag 38530146/17568000
2231.80/2249.74	c cleaning 187001 clauses out of 374063 with flag 38931178/17756000
2259.86/2277.66	c cleaning 188000 clauses out of 376063 with flag 39336440/17945001
2285.42/2303.08	c cleaning 188998 clauses out of 378063 with flag 39744479/18135001
2312.68/2330.16	c cleaning 190006 clauses out of 380066 with flag 40151876/18326002
2340.41/2357.75	c cleaning 191004 clauses out of 382060 with flag 40560885/18518002
2366.09/2383.10	c cleaning 191998 clauses out of 384054 with flag 40975945/18711000
2392.59/2409.46	c cleaning 192998 clauses out of 386056 with flag 41395674/18905000
2416.25/2433.01	c cleaning 194002 clauses out of 388058 with flag 41813466/19100000
2440.42/2457.12	c cleaning 194991 clauses out of 390056 with flag 42236981/19296000
2466.52/2483.14	c cleaning 196006 clauses out of 392065 with flag 42660529/19493000
2492.55/2509.10	c cleaning 197001 clauses out of 394060 with flag 43086363/19691001
2517.42/2533.28	c cleaning 197998 clauses out of 396059 with flag 43513916/19890001
2543.41/2559.07	c cleaning 199001 clauses out of 398061 with flag 43949326/20090001
2570.76/2586.21	c cleaning 200005 clauses out of 400060 with flag 44386936/20291001
2600.95/2616.30	c cleaning 200997 clauses out of 402055 with flag 44832250/20493001
2630.06/2645.20	c cleaning 202002 clauses out of 404057 with flag 45276762/20696000
2660.62/2675.73	c cleaning 202998 clauses out of 406056 with flag 45721023/20900001
2687.77/2702.74	c cleaning 203999 clauses out of 408057 with flag 46166182/21105000
2715.07/2729.90	c cleaning 205000 clauses out of 410058 with flag 46611494/21311000
2743.82/2758.55	c cleaning 206001 clauses out of 412060 with flag 47058380/21518002
2768.59/2783.21	c cleaning 207005 clauses out of 414058 with flag 47508674/21726001
2797.89/2812.40	c cleaning 207999 clauses out of 416053 with flag 47953881/21935001
2828.78/2843.24	c cleaning 208998 clauses out of 418053 with flag 48407193/22145000
2855.92/2870.16	c cleaning 209999 clauses out of 420055 with flag 48856600/22356000
2883.31/2897.43	c cleaning 210997 clauses out of 422056 with flag 49315046/22568000
2912.76/2926.73	c cleaning 211999 clauses out of 424059 with flag 49768788/22781000
2942.04/2955.82	c cleaning 212991 clauses out of 426061 with flag 50227251/22995001
2970.73/2984.30	c cleaning 214006 clauses out of 428070 with flag 50686481/23210001
2998.39/3011.98	c cleaning 215006 clauses out of 430064 with flag 51145078/23426001
3029.87/3043.37	c cleaning 215996 clauses out of 432057 with flag 51610970/23643000
3058.55/3071.98	c cleaning 217000 clauses out of 434061 with flag 52078013/23861000
3089.13/3102.46	c cleaning 218002 clauses out of 436063 with flag 52540445/24080002
3119.68/3133.00	c cleaning 218999 clauses out of 438059 with flag 53008311/24300000
3151.28/3164.49	c cleaning 219994 clauses out of 440060 with flag 53476211/24521000
3181.04/3194.12	c cleaning 221007 clauses out of 442066 with flag 53951876/24743000
3215.47/3228.44	c cleaning 222002 clauses out of 444060 with flag 54430454/24966001
3251.30/3264.17	c cleaning 222998 clauses out of 446057 with flag 54910282/25190000
3283.74/3296.45	c cleaning 224001 clauses out of 448059 with flag 55396056/25415000
3320.53/3333.07	c cleaning 225001 clauses out of 450058 with flag 55882036/25641000
3355.80/3368.14	c cleaning 225996 clauses out of 452057 with flag 56375096/25868000
3390.01/3402.23	c cleaning 227000 clauses out of 454061 with flag 56868216/26096000
3424.02/3436.01	c cleaning 227998 clauses out of 456062 with flag 57367283/26325001
3458.36/3470.23	c cleaning 229002 clauses out of 458065 with flag 57861440/26555002
3493.10/3504.87	c cleaning 229999 clauses out of 460065 with flag 58355865/26786004
3530.64/3542.29	c cleaning 231001 clauses out of 462063 with flag 58853359/27018001
3567.04/3578.54	c cleaning 232005 clauses out of 464061 with flag 59352660/27251000
3600.00/3611.31	c starts		: 72
3600.00/3611.32	c conflicts		: 27485001
3600.00/3611.32	c decisions		: 32017827
3600.00/3611.32	c propagations		: 160391105
3600.00/3611.32	c inspects		: 23863451790
3600.00/3611.32	c shortcuts		: 0
3600.00/3611.32	c learnt literals	: 0
3600.00/3611.32	c learnt binary clauses	: 0
3600.00/3611.32	c learnt ternary clauses	: 0
3600.00/3611.32	c learnt constraints	: 27485001
3600.00/3611.32	c ignored constraints	: 0
3600.00/3611.32	c root simplifications	: 0
3600.00/3611.32	c removed literals (reason simplification)	: 6901468
3600.00/3611.32	c reason swapping (by a shorter reason)	: 0
3600.00/3611.32	c Calls to reduceDB	: 230
3600.00/3611.32	c Number of update (reduction) of LBD	: 3905416
3600.00/3611.32	c Imported unit clauses	: 0
3600.00/3611.32	c No decision after first conflict	: false
3600.00/3611.32	c number of reductions to clauses (during analyze)	: 0
3600.00/3611.32	c number of learned constraints concerned by reduction	: 0
3600.00/3611.32	c number of learning phase by resolution	: 0
3600.00/3611.32	c number of learning phase by cutting planes	: 0
3600.00/3611.32	c number of rounding to 1 operations	: 0
3600.00/3611.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3611.32	c number of reductions of the coefficients by power 2 	: 0
3600.00/3611.32	c number of right shift for reduction by power 2 	: 0
3600.00/3611.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3611.32	c number of ending skipping 	: 0
3600.00/3611.32	c number of internal skipping 	: 0
3600.00/3611.32	c number of derivation steps 	: 0
3600.00/3611.32	c number of skipped derivation steps 	: 0
3600.00/3611.32	c number of remaining unassigned 	: 0
3600.00/3611.32	c number of remaining assigned 	: 0
3600.00/3611.33	c number of falsified literals weakened from reason	: 0
3600.00/3611.33	c number of falsified literals weakened from conflict	: 0
3600.00/3611.33	c time for arithmetic operations	: 0
3600.00/3611.33	c minimum degree of deleted constraints	: null
3600.00/3611.33	c maximum degree of deleted constraints	: null
3600.00/3611.33	c number of deleted constraints	: 0
3600.00/3611.33	c speed (assignments/second)	: 44421.94128002109
3600.00/3611.33	c non guided choices	: 910
3600.00/3611.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 466057
3600.00/3611.40	s UNKNOWN
3600.00/3611.40	c Total wall clock time (in seconds): 3611.262

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: 63665 MiB (28082 MiB free)
  memory of node 1: 64507 MiB (52118 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523433-1751604517/watcher-4523433-1751604517 -o /tmp/evaluation-result-4523433-1751604517/solver-4523433-1751604517 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751600965-89876 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4523433-1751604517 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4523433-1751604517.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=90319, runsolver pid=90316
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.29 4.30 4.19 5/341 90337
/proc/meminfo: memFree=82096780/131249996 swapFree=33010672/33010684
[pid=90319] ppid=90316 vsize=18930384 memory=55484 CPUtime=0.12 cores=1,3
/proc/90319/stat : 90319 (java) S 90316 90319 89864 0 -1 4194304 6545 0 0 0 11 1 0 0 20 0 18 0 76129469 19384713216 13871 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
/proc/90319/statm: 4732596 13871 5329 1 0 547608 0
[pid=90319/tid=90321] ppid=90316 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/90319/task/90321/stat : 90321 (java) S 90316 90319 89864 0 -1 4194368 5049 0 0 0 7 1 0 0 20 0 18 0 76129470 19384713216 13871 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90330] ppid=90316 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/90319/task/90330/stat : 90330 (Finalizer) S 90316 90319 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76129472 19384713216 13871 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90337] ppid=90316 vsize=18930384 memory=60684515963265 CPUtime=0 cores=1,3
/proc/90319/task/90337/stat : 90337 (Common-Cleaner) S 90316 90319 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 76129473 19384713216 13871 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55484 KiB

[startup+0.205899 s]*
/proc/loadavg: 4.29 4.30 4.19 6/341 90337
/proc/meminfo: memFree=82092600/131249996 swapFree=33010672/33010684
[pid=90319] ppid=90316 vsize=18930384 memory=63844 CPUtime=0.3 cores=1,3
/proc/90319/stat : 90319 (java) S 90316 90319 89864 0 -1 4194304 7003 0 0 0 29 1 0 0 20 0 18 0 76129469 19384713216 15961 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
/proc/90319/statm: 4732596 15961 5425 1 0 547898 0
[pid=90319/tid=90321] ppid=90316 vsize=18930384 memory=4026794268 CPUtime=0.15 cores=1,3
/proc/90319/task/90321/stat : 90321 (java) R 90316 90319 89864 0 -1 4194368 5269 0 0 0 14 1 0 0 20 0 18 0 76129470 19384713216 15961 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90330] ppid=90316 vsize=18930384 memory=16198 CPUtime=0 cores=1,3
/proc/90319/task/90330/stat : 90330 (Finalizer) S 90316 90319 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76129472 19384713216 15961 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90337] ppid=90316 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/90319/task/90337/stat : 90337 (Common-Cleaner) S 90316 90319 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 76129473 19384713216 15961 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63844 KiB

[startup+0.305868 s]*
/proc/loadavg: 4.29 4.30 4.19 6/341 90337
/proc/meminfo: memFree=82055108/131249996 swapFree=33010672/33010684
[pid=90319] ppid=90316 vsize=18930384 memory=97196 CPUtime=0.5 cores=1,3
/proc/90319/stat : 90319 (java) S 90316 90319 89864 0 -1 4194304 8598 0 0 0 47 3 0 0 20 0 18 0 76129469 19384713216 24299 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
/proc/90319/statm: 4732596 24299 5425 1 0 549017 0
[pid=90319/tid=90321] ppid=90316 vsize=18930384 memory=-6000919481363688550 CPUtime=0.23 cores=1,3
/proc/90319/task/90321/stat : 90321 (java) R 90316 90319 89864 0 -1 4194368 5283 0 0 0 22 1 0 0 20 0 18 0 76129470 19384713216 24299 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90330] ppid=90316 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/90319/task/90330/stat : 90330 (Finalizer) S 90316 90319 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76129472 19384713216 24299 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90337] ppid=90316 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/90319/task/90337/stat : 90337 (Common-Cleaner) S 90316 90319 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 76129473 19384713216 24299 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 97196 KiB

[startup+0.700217 s]
/proc/loadavg: 4.29 4.30 4.19 6/342 90338
/proc/meminfo: memFree=81989572/131249996 swapFree=33010672/33010684
[pid=90319] ppid=90316 vsize=18996948 memory=189336 CPUtime=1.26 cores=1,3
/proc/90319/stat : 90319 (java) S 90316 90319 89864 0 -1 4194304 9115 0 0 0 121 5 0 0 20 0 19 0 76129469 19452874752 47334 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
/proc/90319/statm: 4749237 47334 5489 1 0 549474 0
[pid=90319/tid=90321] ppid=90316 vsize=18996948 memory=18688 CPUtime=0.53 cores=1,3
/proc/90319/task/90321/stat : 90321 (java) R 90316 90319 89864 0 -1 4194368 5431 0 0 0 51 2 0 0 20 0 19 0 76129470 19452874752 47334 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90330] ppid=90316 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/90319/task/90330/stat : 90330 (Finalizer) S 90316 90319 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76129472 19452874752 47334 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90337] ppid=90316 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/90319/task/90337/stat : 90337 (Common-Cleaner) S 90316 90319 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 76129473 19452874752 47334 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 189336 KiB

[startup+1.50022 s]
/proc/loadavg: 4.29 4.30 4.19 6/343 90339
/proc/meminfo: memFree=81945656/131249996 swapFree=33010672/33010684
[pid=90319] ppid=90316 vsize=19063512 memory=231848 CPUtime=2.84 cores=1,3
/proc/90319/stat : 90319 (java) S 90316 90319 89864 0 -1 4194304 12311 0 0 0 277 7 0 0 20 0 20 0 76129469 19521036288 57962 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
/proc/90319/statm: 4765878 57962 5489 1 0 958747 0
[pid=90319/tid=90321] ppid=90316 vsize=19063512 memory=3328 CPUtime=1.26 cores=1,3
/proc/90319/task/90321/stat : 90321 (java) R 90316 90319 89864 0 -1 4194368 5468 0 0 0 122 4 0 0 20 0 20 0 76129470 19521036288 57962 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90330] ppid=90316 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/90319/task/90330/stat : 90330 (Finalizer) S 90316 90319 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76129472 19521036288 57962 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90337] ppid=90316 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/90319/task/90337/stat : 90337 (Common-Cleaner) S 90316 90319 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76129473 19521036288 57962 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90339] ppid=90316 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/90319/task/90339/stat : 90339 (Timer-0) S 90316 90319 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76129539 19521036288 57962 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 231848 KiB

[startup+3.10575 s]
/proc/loadavg: 4.27 4.29 4.19 6/343 90339
/proc/meminfo: memFree=81579040/131249996 swapFree=33010672/33010684
[pid=90319] ppid=90316 vsize=19063512 memory=539776 CPUtime=5.67 cores=1,3
/proc/90319/stat : 90319 (java) S 90316 90319 89864 0 -1 4194304 14463 0 0 0 552 15 0 0 20 0 20 0 76129469 19521036288 134944 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
/proc/90319/statm: 4765878 134944 5489 1 0 959725 0
[pid=90319/tid=90321] ppid=90316 vsize=19063512 memory=14824 CPUtime=2.8 cores=1,3
/proc/90319/task/90321/stat : 90321 (java) R 90316 90319 89864 0 -1 4194368 5658 0 0 0 269 11 0 0 20 0 20 0 76129470 19521036288 134944 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90330] ppid=90316 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/90319/task/90330/stat : 90330 (Finalizer) S 90316 90319 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76129472 19521036288 134944 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90337] ppid=90316 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/90319/task/90337/stat : 90337 (Common-Cleaner) S 90316 90319 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76129473 19521036288 134944 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90339] ppid=90316 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/90319/task/90339/stat : 90339 (Timer-0) S 90316 90319 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76129539 19521036288 134944 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
Current children cumulated CPU time: 5.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 539776 KiB

[startup+6.30022 s]
/proc/loadavg: 4.27 4.29 4.19 6/343 90339
/proc/meminfo: memFree=80778396/131249996 swapFree=33010672/33010684
[pid=90319] ppid=90316 vsize=19063512 memory=1369448 CPUtime=8.91 cores=1,3
/proc/90319/stat : 90319 (java) S 90316 90319 89864 0 -1 4194304 16656 0 0 0 858 33 0 0 20 0 20 0 76129469 19521036288 342362 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
/proc/90319/statm: 4765878 342362 5489 1 0 959726 0
[pid=90319/tid=90321] ppid=90316 vsize=19063512 memory=0 CPUtime=5.98 cores=1,3
/proc/90319/task/90321/stat : 90321 (java) R 90316 90319 89864 0 -1 4194368 6648 0 0 0 570 28 0 0 20 0 20 0 76129470 19521036288 342362 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90330] ppid=90316 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/90319/task/90330/stat : 90330 (Finalizer) S 90316 90319 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76129472 19521036288 342362 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90337] ppid=90316 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/90319/task/90337/stat : 90337 (Common-Cleaner) S 90316 90319 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76129473 19521036288 342362 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90339] ppid=90316 vsize=19063512 memory=262664 CPUtime=0 cores=1,3
/proc/90319/task/90339/stat : 90339 (Timer-0) S 90316 90319 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76129539 19521036288 342362 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
Current children cumulated CPU time: 8.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1369448 KiB

[startup+12.7002 s]
/proc/loadavg: 4.25 4.29 4.19 6/343 90339
/proc/meminfo: memFree=79765236/131249996 swapFree=33010672/33010684
[pid=90319] ppid=90316 vsize=19063512 memory=2233808 CPUtime=15.4 cores=1,3
/proc/90319/stat : 90319 (java) S 90316 90319 89864 0 -1 4194304 21002 0 0 0 1485 55 0 0 20 0 20 0 76129469 19521036288 558452 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
/proc/90319/statm: 4765878 558452 5489 1 0 959736 0
[pid=90319/tid=90321] ppid=90316 vsize=19063512 memory=262664 CPUtime=12.34 cores=1,3
/proc/90319/task/90321/stat : 90321 (java) R 90316 90319 89864 0 -1 4194368 7862 0 0 0 1185 49 0 0 20 0 20 0 76129470 19521036288 558452 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90330] ppid=90316 vsize=19063512 memory=2233808 CPUtime=0 cores=1,3
/proc/90319/task/90330/stat : 90330 (Finalizer) S 90316 90319 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76129472 19521036288 558452 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90337] ppid=90316 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/90319/task/90337/stat : 90337 (Common-Cleaner) S 90316 90319 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76129473 19521036288 558452 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90339] ppid=90316 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/90319/task/90339/stat : 90339 (Timer-0) S 90316 90319 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76129539 19521036288 558452 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
Current children cumulated CPU time: 15.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2233808 KiB

[startup+25.5002 s]
/proc/loadavg: 4.34 4.31 4.20 5/343 90340
/proc/meminfo: memFree=79464544/131249996 swapFree=33010672/33010684
[pid=90319] ppid=90316 vsize=19063512 memory=2326196 CPUtime=28.25 cores=1,3
/proc/90319/stat : 90319 (java) S 90316 90319 89864 0 -1 4194304 24503 0 0 0 2761 64 0 0 20 0 20 0 76129469 19521036288 581549 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
/proc/90319/statm: 4765878 581549 5521 1 0 959752 0
[pid=90319/tid=90321] ppid=90316 vsize=19063512 memory=0 CPUtime=25.09 cores=1,3
/proc/90319/task/90321/stat : 90321 (java) R 90316 90319 89864 0 -1 4194368 9603 0 0 0 2452 57 0 0 20 0 20 0 76129470 19521036288 581549 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90330] ppid=90316 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/90319/task/90330/stat : 90330 (Finalizer) S 90316 90319 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76129472 19521036288 581549 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90337] ppid=90316 vsize=19063512 memory=2326196 CPUtime=0 cores=1,3
/proc/90319/task/90337/stat : 90337 (Common-Cleaner) S 90316 90319 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76129473 19521036288 581549 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90339] ppid=90316 vsize=19063512 memory=2326068 CPUtime=0 cores=1,3
/proc/90319/task/90339/stat : 90339 (Timer-0) S 90316 90319 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76129539 19521036288 581549 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
Current children cumulated CPU time: 28.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2326196 KiB

[startup+51.1059 s]
/proc/loadavg: 4.29 4.30 4.19 5/344 90341
/proc/meminfo: memFree=79086364/131249996 swapFree=33010672/33010684
[pid=90319] ppid=90316 vsize=19063512 memory=2338544 CPUtime=53.72 cores=1,3
/proc/90319/stat : 90319 (java) S 90316 90319 89864 0 -1 4194304 30030 0 0 0 5293 79 0 0 20 0 20 0 76129469 19521036288 584636 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
/proc/90319/statm: 4765878 584636 5521 1 0 959752 0
[pid=90319/tid=90321] ppid=90316 vsize=19063512 memory=2326196 CPUtime=50.38 cores=1,3
/proc/90319/task/90321/stat : 90321 (java) R 90316 90319 89864 0 -1 4194368 11912 0 0 0 4968 70 0 0 20 0 20 0 76129470 19521036288 584636 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90330] ppid=90316 vsize=19063512 memory=29992 CPUtime=0 cores=1,3
/proc/90319/task/90330/stat : 90330 (Finalizer) S 90316 90319 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76129472 19521036288 584636 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90337] ppid=90316 vsize=19063512 memory=2308 CPUtime=0 cores=1,3
/proc/90319/task/90337/stat : 90337 (Common-Cleaner) S 90316 90319 89864 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 76129473 19521036288 584636 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0

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

/proc/90319/statm: 4765878 950574 5553 1 0 963133 0
[pid=90319/tid=90321] ppid=90316 vsize=19063512 memory=5760 CPUtime=3214.87 cores=1,3
/proc/90319/task/90321/stat : 90321 (java) R 90316 90319 89864 0 -1 4194368 67908 0 0 0 320167 1320 0 0 20 0 20 0 76129470 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90330] ppid=90316 vsize=19063512 memory=3802296 CPUtime=0 cores=1,3
/proc/90319/task/90330/stat : 90330 (Finalizer) S 90316 90319 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76129472 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90337] ppid=90316 vsize=19063512 memory=3802296 CPUtime=0 cores=1,3
/proc/90319/task/90337/stat : 90337 (Common-Cleaner) S 90316 90319 89864 0 -1 4194368 1913 0 0 0 0 0 0 0 20 0 20 0 76129473 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90339] ppid=90316 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/90319/task/90339/stat : 90339 (Timer-0) S 90316 90319 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76129539 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
Current children cumulated CPU time: 3269.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3802296 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.15 4.17 5/345 90723
/proc/meminfo: memFree=60005100/131249996 swapFree=33010672/33010684
[pid=90319] ppid=90316 vsize=19063512 memory=3802296 CPUtime=3329.85 cores=1,3
/proc/90319/stat : 90319 (java) S 90316 90319 89864 0 -1 4194304 129484 0 0 0 331517 1468 0 0 20 0 20 0 76129469 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
/proc/90319/statm: 4765878 950574 5553 1 0 963133 0
[pid=90319/tid=90321] ppid=90316 vsize=19063512 memory=3802296 CPUtime=3274.27 cores=1,3
/proc/90319/task/90321/stat : 90321 (java) R 90316 90319 89864 0 -1 4194368 67956 0 0 0 326087 1340 0 0 20 0 20 0 76129470 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90330] ppid=90316 vsize=19063512 memory=3802296 CPUtime=0 cores=1,3
/proc/90319/task/90330/stat : 90330 (Finalizer) S 90316 90319 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76129472 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90337] ppid=90316 vsize=19063512 memory=3802296 CPUtime=0 cores=1,3
/proc/90319/task/90337/stat : 90337 (Common-Cleaner) S 90316 90319 89864 0 -1 4194368 1913 0 0 0 0 0 0 0 20 0 20 0 76129473 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90339] ppid=90316 vsize=19063512 memory=18688 CPUtime=0 cores=1,3
/proc/90319/task/90339/stat : 90339 (Timer-0) S 90316 90319 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76129539 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
Current children cumulated CPU time: 3329.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3802296 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.14 4.17 5/345 90725
/proc/meminfo: memFree=59233560/131249996 swapFree=33010672/33010684
[pid=90319] ppid=90316 vsize=19063512 memory=3802296 CPUtime=3390.11 cores=1,3
/proc/90319/stat : 90319 (java) S 90316 90319 89864 0 -1 4194304 129551 0 0 0 337523 1488 0 0 20 0 20 0 76129469 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
/proc/90319/statm: 4765878 950574 5553 1 0 963133 0
[pid=90319/tid=90321] ppid=90316 vsize=19063512 memory=18688 CPUtime=3333.64 cores=1,3
/proc/90319/task/90321/stat : 90321 (java) R 90316 90319 89864 0 -1 4194368 67961 0 0 0 332006 1358 0 0 20 0 20 0 76129470 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90330] ppid=90316 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/90319/task/90330/stat : 90330 (Finalizer) S 90316 90319 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76129472 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90337] ppid=90316 vsize=19063512 memory=3802296 CPUtime=0 cores=1,3
/proc/90319/task/90337/stat : 90337 (Common-Cleaner) S 90316 90319 89864 0 -1 4194368 1914 0 0 0 0 0 0 0 20 0 20 0 76129473 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90339] ppid=90316 vsize=19063512 memory=3802296 CPUtime=0 cores=1,3
/proc/90319/task/90339/stat : 90339 (Timer-0) S 90316 90319 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76129539 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
Current children cumulated CPU time: 3390.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3802296 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.13 4.16 5/345 90729
/proc/meminfo: memFree=58365404/131249996 swapFree=33010672/33010684
[pid=90319] ppid=90316 vsize=19063512 memory=3802296 CPUtime=3450.48 cores=1,3
/proc/90319/stat : 90319 (java) S 90316 90319 89864 0 -1 4194304 130803 0 0 0 343537 1511 0 0 20 0 20 0 76129469 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
/proc/90319/statm: 4765878 950574 5553 1 0 963133 0
[pid=90319/tid=90321] ppid=90316 vsize=19063512 memory=18688 CPUtime=3392.94 cores=1,3
/proc/90319/task/90321/stat : 90321 (java) R 90316 90319 89864 0 -1 4194368 69116 0 0 0 337914 1380 0 0 20 0 20 0 76129470 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90330] ppid=90316 vsize=19063512 memory=3802296 CPUtime=0 cores=1,3
/proc/90319/task/90330/stat : 90330 (Finalizer) S 90316 90319 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76129472 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90337] ppid=90316 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/90319/task/90337/stat : 90337 (Common-Cleaner) S 90316 90319 89864 0 -1 4194368 1915 0 0 0 0 0 0 0 20 0 20 0 76129473 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90339] ppid=90316 vsize=19063512 memory=-6000919481363688550 CPUtime=0 cores=1,3
/proc/90319/task/90339/stat : 90339 (Timer-0) S 90316 90319 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76129539 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
Current children cumulated CPU time: 3450.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3802296 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.15 4.17 5/345 90731
/proc/meminfo: memFree=57582836/131249996 swapFree=33010672/33010684
[pid=90319] ppid=90316 vsize=19063512 memory=3802296 CPUtime=3510.64 cores=1,3
/proc/90319/stat : 90319 (java) S 90316 90319 89864 0 -1 4194304 132773 0 0 0 349531 1533 0 0 20 0 20 0 76129469 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
/proc/90319/statm: 4765878 950574 5553 1 0 963133 0
[pid=90319/tid=90321] ppid=90316 vsize=19063512 memory=3802296 CPUtime=3452.5 cores=1,3
/proc/90319/task/90321/stat : 90321 (java) R 90316 90319 89864 0 -1 4194368 70672 0 0 0 343849 1401 0 0 20 0 20 0 76129470 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90330] ppid=90316 vsize=19063512 memory=3802296 CPUtime=0 cores=1,3
/proc/90319/task/90330/stat : 90330 (Finalizer) S 90316 90319 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76129472 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90337] ppid=90316 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/90319/task/90337/stat : 90337 (Common-Cleaner) S 90316 90319 89864 0 -1 4194368 1995 0 0 0 0 0 0 0 20 0 20 0 76129473 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90339] ppid=90316 vsize=19063512 memory=3802296 CPUtime=0 cores=1,3
/proc/90319/task/90339/stat : 90339 (Timer-0) S 90316 90319 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76129539 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
Current children cumulated CPU time: 3510.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3802296 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.13 4.16 5/345 90734
/proc/meminfo: memFree=56802940/131249996 swapFree=33010672/33010684
[pid=90319] ppid=90316 vsize=19063512 memory=3802296 CPUtime=3570.82 cores=1,3
/proc/90319/stat : 90319 (java) S 90316 90319 89864 0 -1 4194304 133869 0 0 0 355527 1555 0 0 20 0 20 0 76129469 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
/proc/90319/statm: 4765878 950574 5553 1 0 963133 0
[pid=90319/tid=90321] ppid=90316 vsize=19063512 memory=18688 CPUtime=3511.93 cores=1,3
/proc/90319/task/90321/stat : 90321 (java) R 90316 90319 89864 0 -1 4194368 71449 0 0 0 349772 1421 0 0 20 0 20 0 76129470 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90330] ppid=90316 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/90319/task/90330/stat : 90330 (Finalizer) S 90316 90319 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76129472 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90337] ppid=90316 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/90319/task/90337/stat : 90337 (Common-Cleaner) S 90316 90319 89864 0 -1 4194368 2114 0 0 0 0 0 0 0 20 0 20 0 76129473 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90339] ppid=90316 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/90319/task/90339/stat : 90339 (Timer-0) S 90316 90319 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76129539 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
Current children cumulated CPU time: 3570.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3802296 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.3 s]
/proc/loadavg: 4.13 4.14 4.16 5/345 90734
/proc/meminfo: memFree=56452444/131249996 swapFree=33010672/33010684
[pid=90319] ppid=90316 vsize=19063512 memory=3802296 CPUtime=3600 cores=1,3
/proc/90319/stat : 90319 (java) S 90316 90319 89864 0 -1 4194304 133881 0 0 0 358434 1566 0 0 20 0 20 0 76129469 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
/proc/90319/statm: 4765878 950574 5553 1 0 963133 0
[pid=90319/tid=90321] ppid=90316 vsize=19063512 memory=3802296 CPUtime=3540.61 cores=1,3
/proc/90319/task/90321/stat : 90321 (java) R 90316 90319 89864 0 -1 4194368 71450 0 0 0 352629 1432 0 0 20 0 20 0 76129470 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90330] ppid=90316 vsize=19063512 memory=3802296 CPUtime=0 cores=1,3
/proc/90319/task/90330/stat : 90330 (Finalizer) S 90316 90319 89864 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76129472 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90337] ppid=90316 vsize=19063512 memory=3802296 CPUtime=0 cores=1,3
/proc/90319/task/90337/stat : 90337 (Common-Cleaner) S 90316 90319 89864 0 -1 4194368 2115 0 0 0 0 0 0 0 20 0 20 0 76129473 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
[pid=90319/tid=90339] ppid=90316 vsize=19063512 memory=3802296 CPUtime=0 cores=1,3
/proc/90319/task/90339/stat : 90339 (Timer-0) S 90316 90319 89864 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 76129539 19521036288 950574 18446744073709551615 94808492879872 94808492883568 140722632637056 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94808492891384 94808492892176 94808525447168 140722632640816 140722632640998 140722632640998 140722632646600 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3802296 KiB

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

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

# cumulated CPU time of all completed processes:  user=3584.54 s, system=15.9495 s

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

[startup+3612 s]*
/proc/loadavg: 4.13 4.14 4.16 6/327 90737
/proc/meminfo: memFree=60224100/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3612.8 s]
/proc/loadavg: 4.13 4.14 4.16 6/327 90737
/proc/meminfo: memFree=60224100/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3613.2 s]
/proc/loadavg: 4.13 4.14 4.16 4/327 90737
/proc/meminfo: memFree=60208960/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3613.3
CPU time (s): 3600.49
CPU user time (s): 3584.54
CPU system time (s): 15.9495
CPU usage (%): 99.6455
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3802516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.54
system time used= 15.9495
maximum resident set size= 3803064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135920
page faults= 0
swaps= 0
block input operations= 0
block output operations= 32714512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 163972
involuntary context switches= 13783


# summary of solver processes directly reported to runsolver:
#   pid: 90319
#   total CPU time (s): 3600.49
#   total CPU user time (s): 3584.54
#   total CPU system time (s): 15.9495

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1713 second user time and 12.4611 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-04 06:48:37
IDJOB=4523433
IDBENCH=180361
IDSOLVER=3364
FILE ID=nodeC017/4523433-1751604517
RUNJOBID= nodeC017-1751600965-89876
SLURM_JOB_ID= 9598879
Free space on /tmp= 432456 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/normalized-bnn_mnist_rot_16_label5_adversarial_norm_0.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523433-1751604517/watcher-4523433-1751604517 -o /tmp/evaluation-result-4523433-1751604517/solver-4523433-1751604517 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751600965-89876 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4523433-1751604517 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4523433-1751604517.opb

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

MD5SUM BENCH= f69e8990d47aa59ed46eeada43b05a2f
RANDOM SEED=394044148

nodeC017 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.090
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.12
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.077
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.12
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.582
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.12
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		: 3553.224
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.12
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.080
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.12
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.062
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.12
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		: 3608.753
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.12
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.145
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        82125208 kB
MemAvailable:   113248668 kB
Buffers:            1688 kB
Cached:         31879864 kB
SwapCached:            8 kB
Active:         16811692 kB
Inactive:       31590368 kB
Active(anon):   16522568 kB
Inactive(anon):    16128 kB
Active(file):     289124 kB
Inactive(file): 31574240 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            279584 kB
Writeback:             0 kB
AnonPages:      16518380 kB
Mapped:           124176 kB
Shmem:             18072 kB
KReclaimable:     198272 kB
Slab:             299652 kB
SReclaimable:     198272 kB
SUnreclaim:       101380 kB
KernelStack:        5264 kB
PageTables:        35956 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   17090044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151592 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16205824 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432452 MiB
End job on nodeC017 at 2025-07-04 07:48:51