Trace number 4523432

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 2025-06-06? (TO) 3600.21 3589.53

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.07	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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.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-4523432-1751601929.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  objective function found
1.09/0.63	c ... done. Wall clock time 0.495s.
1.09/0.63	c declared #vars     1289
1.09/0.63	c #constraints  1095
1.09/0.63	c constraints type 
1.09/0.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1.09/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1080
1.09/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
1.09/0.63	c org.sat4j.pb.constraints.pb.UnitClausePB => 13
1.09/0.63	c 1095 constraints processed.
1.09/0.64	c objective function length is 773 literals
2.89/1.62	c cleaning 2500 clauses out of 5001 with flag 14970/5001
3.74/2.34	c cleaning 4242 clauses out of 8500 with flag 33014/11000
4.58/3.12	c cleaning 5624 clauses out of 11259 with flag 56976/18001
5.49/4.06	c cleaning 6811 clauses out of 13635 with flag 84743/26001
6.49/5.09	c cleaning 7905 clauses out of 15824 with flag 115467/35001
7.79/6.36	c cleaning 8951 clauses out of 17919 with flag 151631/45001
9.24/7.73	c cleaning 9976 clauses out of 19967 with flag 192496/56000
10.64/9.19	c cleaning 10986 clauses out of 21991 with flag 240286/68000
12.33/10.87	c cleaning 11998 clauses out of 24008 with flag 292024/81003
14.23/12.72	c cleaning 12992 clauses out of 26008 with flag 350179/95001
16.14/14.65	c cleaning 14002 clauses out of 28019 with flag 409919/110004
18.35/16.80	c cleaning 14998 clauses out of 30014 with flag 473292/126001
20.65/19.14	c cleaning 15996 clauses out of 32015 with flag 541774/143000
23.17/21.65	c cleaning 17005 clauses out of 34019 with flag 611886/161000
26.06/24.55	c cleaning 18002 clauses out of 36018 with flag 690257/180004
29.07/27.55	c cleaning 18995 clauses out of 38013 with flag 773309/200001
31.96/30.45	c cleaning 20003 clauses out of 40017 with flag 865340/221000
34.95/33.44	c cleaning 20997 clauses out of 42014 with flag 956505/243000
37.95/36.48	c cleaning 22000 clauses out of 44018 with flag 1054011/266001
41.24/39.79	c cleaning 22997 clauses out of 46018 with flag 1151138/290001
44.54/43.07	c cleaning 24004 clauses out of 48022 with flag 1254598/315002
46.57/45.09	c cleaning 24985 clauses out of 50017 with flag 1323038/341001
48.62/47.03	c cleaning 25990 clauses out of 52034 with flag 1382102/368003
50.52/48.94	c cleaning 26995 clauses out of 54042 with flag 1442678/396001
52.41/50.88	c cleaning 28001 clauses out of 56047 with flag 1505497/425001
54.93/53.31	c cleaning 28997 clauses out of 58047 with flag 1571101/455002
57.22/55.61	c cleaning 30000 clauses out of 60051 with flag 1639822/486003
59.52/57.90	c cleaning 30999 clauses out of 62048 with flag 1710114/518000
61.63/60.03	c cleaning 32000 clauses out of 64051 with flag 1781341/551002
63.92/62.35	c cleaning 32998 clauses out of 66049 with flag 1855207/585000
66.31/64.76	c cleaning 33998 clauses out of 68051 with flag 1931042/620000
68.51/66.90	c cleaning 34998 clauses out of 70053 with flag 2007243/656000
71.00/69.48	c cleaning 36001 clauses out of 72056 with flag 2086710/693001
73.60/72.10	c cleaning 37000 clauses out of 74054 with flag 2167924/731000
76.19/74.68	c cleaning 38003 clauses out of 76055 with flag 2250728/770001
79.19/77.65	c cleaning 38997 clauses out of 78052 with flag 2337296/810001
82.18/80.66	c cleaning 40008 clauses out of 80055 with flag 2427037/851001
85.31/83.72	c cleaning 40995 clauses out of 82046 with flag 2520057/893000
88.11/86.50	c cleaning 42000 clauses out of 84053 with flag 2612900/936002
90.90/89.32	c cleaning 42996 clauses out of 86051 with flag 2708086/980000
94.19/92.68	c cleaning 44000 clauses out of 88055 with flag 2807026/1025000
97.51/95.94	c cleaning 45006 clauses out of 90059 with flag 2906274/1071004
100.70/99.16	c cleaning 45998 clauses out of 92050 with flag 3007189/1118001
104.29/102.76	c cleaning 47002 clauses out of 94051 with flag 3110521/1166000
107.72/106.20	c cleaning 47998 clauses out of 96049 with flag 3216294/1215000
111.71/110.18	c cleaning 48999 clauses out of 98053 with flag 3322010/1265002
115.39/113.83	c cleaning 49995 clauses out of 100052 with flag 3431457/1316000
119.11/117.50	c cleaning 51002 clauses out of 102061 with flag 3543663/1368004
123.00/121.49	c cleaning 52004 clauses out of 104055 with flag 3656512/1421000
127.34/125.79	c cleaning 52996 clauses out of 106052 with flag 3772281/1475001
132.13/130.55	c cleaning 54003 clauses out of 108056 with flag 3892260/1530001
137.02/135.47	c cleaning 54997 clauses out of 110054 with flag 4013494/1586002
141.53/139.95	c cleaning 56003 clauses out of 112055 with flag 4135147/1643000
146.12/144.54	c cleaning 56996 clauses out of 114052 with flag 4260287/1701000
151.54/149.92	c cleaning 58000 clauses out of 116056 with flag 4389259/1760000
156.64/155.04	c cleaning 58999 clauses out of 118057 with flag 4521357/1820001
161.87/160.21	c cleaning 60002 clauses out of 120057 with flag 4652539/1881000
166.76/165.13	c cleaning 60998 clauses out of 122057 with flag 4786758/1943002
171.75/170.18	c cleaning 62006 clauses out of 124058 with flag 4922405/2006001
178.26/176.65	c cleaning 63000 clauses out of 126052 with flag 5061273/2070001
184.35/182.75	c cleaning 64004 clauses out of 128051 with flag 5202277/2135000
191.26/189.65	c cleaning 64998 clauses out of 130047 with flag 5348658/2201000
197.26/195.64	c cleaning 66000 clauses out of 132050 with flag 5491578/2268001
203.68/202.02	c cleaning 66995 clauses out of 134049 with flag 5638671/2336000
209.76/208.16	c cleaning 68001 clauses out of 136055 with flag 5790375/2405001
216.38/214.73	c cleaning 68999 clauses out of 138053 with flag 5941658/2475000
222.96/221.34	c cleaning 70000 clauses out of 140055 with flag 6097973/2546001
229.18/227.50	c cleaning 70996 clauses out of 142054 with flag 6253443/2618000
236.07/234.40	c cleaning 72000 clauses out of 144058 with flag 6413448/2691000
242.69/241.03	c cleaning 73002 clauses out of 146059 with flag 6574075/2765001
249.51/247.84	c cleaning 73994 clauses out of 148056 with flag 6738136/2840000
256.30/254.67	c cleaning 75002 clauses out of 150063 with flag 6904506/2916001
263.22/261.50	c cleaning 76004 clauses out of 152066 with flag 7073287/2993006
270.01/268.32	c cleaning 77001 clauses out of 154057 with flag 7244910/3071001
276.75/275.02	c cleaning 77993 clauses out of 156055 with flag 7417702/3150000
284.13/282.45	c cleaning 79008 clauses out of 158062 with flag 7588671/3230000
291.05/289.31	c cleaning 79993 clauses out of 160054 with flag 7759907/3311000
298.81/297.01	c cleaning 81004 clauses out of 162061 with flag 7935741/3393000
305.99/304.21	c cleaning 82003 clauses out of 164059 with flag 8115260/3476002
314.52/312.74	c cleaning 83000 clauses out of 166055 with flag 8296922/3560001
322.30/320.50	c cleaning 83999 clauses out of 168055 with flag 8477933/3645001
330.92/329.18	c cleaning 85000 clauses out of 170056 with flag 8659246/3731001
339.50/337.62	c cleaning 85999 clauses out of 172055 with flag 8843196/3818000
347.19/345.30	c cleaning 87000 clauses out of 174057 with flag 9029230/3906001
356.55/354.61	c cleaning 87995 clauses out of 176056 with flag 9219910/3995000
364.53/362.66	c cleaning 88998 clauses out of 178063 with flag 9412160/4085002
372.73/370.84	c cleaning 90002 clauses out of 180065 with flag 9605689/4176002
381.41/379.43	c cleaning 91003 clauses out of 182061 with flag 9803103/4268000
390.69/388.76	c cleaning 92002 clauses out of 184058 with flag 10006342/4361000
399.46/397.48	c cleaning 92998 clauses out of 186056 with flag 10209417/4455000
409.22/407.17	c cleaning 94004 clauses out of 188058 with flag 10416758/4550000
418.40/416.38	c cleaning 94997 clauses out of 190056 with flag 10623490/4646002
427.97/425.81	c cleaning 96000 clauses out of 192057 with flag 10833064/4743000
438.10/435.93	c cleaning 97000 clauses out of 194057 with flag 11043692/4841000
449.76/447.56	c cleaning 98000 clauses out of 196060 with flag 11256199/4940003
460.41/458.13	c cleaning 98999 clauses out of 198061 with flag 11469155/5040004
471.69/469.34	c cleaning 100000 clauses out of 200058 with flag 11684155/5141000
481.27/478.99	c cleaning 100995 clauses out of 202058 with flag 11901596/5243000
491.73/489.37	c cleaning 102005 clauses out of 204065 with flag 12121415/5346002
502.58/500.14	c cleaning 102999 clauses out of 206059 with flag 12343517/5450001
513.56/511.02	c cleaning 103997 clauses out of 208061 with flag 12568606/5555002
525.13/522.56	c cleaning 105006 clauses out of 210062 with flag 12799519/5661000
537.99/535.33	c cleaning 106005 clauses out of 212058 with flag 13027525/5768002
550.23/547.58	c cleaning 106997 clauses out of 214051 with flag 13258485/5876000
562.65/559.94	c cleaning 108004 clauses out of 216056 with flag 13489298/5985002
575.97/573.25	c cleaning 108992 clauses out of 218050 with flag 13722921/6095000
591.60/588.83	c cleaning 110002 clauses out of 220059 with flag 13964040/6206001
606.07/603.36	c cleaning 111000 clauses out of 222056 with flag 14208110/6318000
619.57/616.88	c cleaning 112001 clauses out of 224056 with flag 14453237/6431000
633.91/631.12	c cleaning 113002 clauses out of 226057 with flag 14701588/6545002
647.37/644.59	c cleaning 113997 clauses out of 228053 with flag 14952334/6660000
662.03/659.17	c cleaning 114999 clauses out of 230057 with flag 15202751/6776001
675.09/672.10	c cleaning 116005 clauses out of 232057 with flag 15455214/6893000
691.51/688.50	c cleaning 117001 clauses out of 234053 with flag 15709574/7011001
710.44/707.35	c cleaning 117998 clauses out of 236052 with flag 15970509/7130001
725.57/722.40	c cleaning 119002 clauses out of 238053 with flag 16233892/7250000
739.16/736.10	c cleaning 119998 clauses out of 240051 with flag 16496798/7371000
752.18/749.08	c cleaning 121002 clauses out of 242053 with flag 16762115/7493000
768.79/765.52	c cleaning 121997 clauses out of 244052 with flag 17029800/7616001
782.25/778.93	c cleaning 123002 clauses out of 246056 with flag 17300801/7740002
796.89/793.57	c cleaning 123990 clauses out of 248053 with flag 17577412/7865001
809.22/805.81	c cleaning 125007 clauses out of 250065 with flag 17851593/7991003
822.69/819.29	c cleaning 126002 clauses out of 252056 with flag 18124062/8118001
835.35/831.89	c cleaning 126998 clauses out of 254055 with flag 18397073/8246002
848.83/845.27	c cleaning 128002 clauses out of 256056 with flag 18674035/8375001
863.00/859.32	c cleaning 128997 clauses out of 258055 with flag 18952635/8505002
877.55/873.82	c cleaning 129998 clauses out of 260058 with flag 19232992/8636002
892.67/888.94	c cleaning 130997 clauses out of 262058 with flag 19516602/8768000
911.63/907.85	c cleaning 132005 clauses out of 264062 with flag 19802627/8901001
931.66/927.80	c cleaning 132998 clauses out of 266057 with flag 20092239/9035001
952.03/948.10	c cleaning 133998 clauses out of 268058 with flag 20380553/9170000
973.74/969.81	c cleaning 135001 clauses out of 270060 with flag 20677143/9306000
989.57/985.62	c cleaning 136001 clauses out of 272059 with flag 20977906/9443000
1005.39/1001.30	c cleaning 137001 clauses out of 274058 with flag 21285161/9581000
1026.87/1022.79	c cleaning 138002 clauses out of 276058 with flag 21591331/9720001
1045.70/1041.50	c cleaning 139000 clauses out of 278055 with flag 21893689/9860000
1064.22/1059.98	c cleaning 139995 clauses out of 280055 with flag 22203442/10001000
1086.64/1082.37	c cleaning 141006 clauses out of 282062 with flag 22512177/10143002
1106.11/1101.79	c cleaning 141999 clauses out of 284058 with flag 22822118/10286004
1121.66/1117.21	c cleaning 143000 clauses out of 286056 with flag 23139095/10430001
1138.90/1134.45	c cleaning 143995 clauses out of 288055 with flag 23456082/10575000
1159.29/1154.76	c cleaning 145006 clauses out of 290060 with flag 23777576/10721000
1177.77/1173.21	c cleaning 145994 clauses out of 292054 with flag 24093010/10868000
1196.51/1191.95	c cleaning 146999 clauses out of 294060 with flag 24420078/11016000
1213.74/1209.19	c cleaning 148003 clauses out of 296061 with flag 24749197/11165000
1230.65/1226.09	c cleaning 149002 clauses out of 298058 with flag 25075770/11315000
1246.73/1242.01	c cleaning 150000 clauses out of 300056 with flag 25402252/11466000
1262.57/1257.88	c cleaning 151004 clauses out of 302059 with flag 25733724/11618003
1278.79/1274.05	c cleaning 151997 clauses out of 304055 with flag 26069746/11771003
1296.11/1291.33	c cleaning 152998 clauses out of 306056 with flag 26406271/11925001
1315.75/1310.83	c cleaning 154005 clauses out of 308059 with flag 26743546/12080002
1332.32/1327.34	c cleaning 154998 clauses out of 310055 with flag 27079195/12236003
1352.43/1347.39	c cleaning 155995 clauses out of 312054 with flag 27421828/12393000
1370.54/1365.42	c cleaning 156999 clauses out of 314059 with flag 27759156/12551000
1387.23/1382.17	c cleaning 158001 clauses out of 316062 with flag 28100454/12710002
1405.76/1400.64	c cleaning 159004 clauses out of 318061 with flag 28443157/12870002
1423.78/1418.65	c cleaning 159999 clauses out of 320058 with flag 28789119/13031003
1440.60/1435.49	c cleaning 160994 clauses out of 322058 with flag 29140721/13193002
1458.15/1452.88	c cleaning 162000 clauses out of 324064 with flag 29492189/13356002
1476.77/1471.41	c cleaning 162996 clauses out of 326063 with flag 29843482/13520001
1495.25/1489.86	c cleaning 164001 clauses out of 328067 with flag 30201273/13685001
1515.53/1510.04	c cleaning 165003 clauses out of 330065 with flag 30562693/13851000
1538.36/1532.86	c cleaning 166004 clauses out of 332064 with flag 30925412/14018002
1559.07/1553.58	c cleaning 167000 clauses out of 334059 with flag 31288657/14186001
1582.68/1577.05	c cleaning 168001 clauses out of 336058 with flag 31651411/14355000
1602.09/1596.49	c cleaning 168994 clauses out of 338058 with flag 32018040/14525001
1620.14/1614.46	c cleaning 169999 clauses out of 340063 with flag 32385766/14696000
1640.09/1633.93	c cleaning 171002 clauses out of 342067 with flag 32757869/14868003
1658.88/1652.75	c cleaning 171994 clauses out of 344064 with flag 33132627/15041002
1679.87/1673.75	c cleaning 173006 clauses out of 346070 with flag 33505956/15215002
1699.91/1693.70	c cleaning 173995 clauses out of 348063 with flag 33878297/15390001
1720.73/1714.60	c cleaning 174998 clauses out of 350067 with flag 34257179/15566000
1740.93/1734.75	c cleaning 176002 clauses out of 352070 with flag 34635070/15743001
1762.10/1755.89	c cleaning 177009 clauses out of 354068 with flag 35018704/15921001
1784.23/1777.95	c cleaning 177996 clauses out of 356058 with flag 35408383/16100000
1805.36/1799.10	c cleaning 179004 clauses out of 358064 with flag 35795507/16280002
1827.19/1820.71	c cleaning 179996 clauses out of 360058 with flag 36185425/16461000
1848.93/1842.45	c cleaning 180998 clauses out of 362064 with flag 36568369/16643002
1870.52/1864.05	c cleaning 181997 clauses out of 364064 with flag 36954842/16826000
1890.63/1884.10	c cleaning 183003 clauses out of 366067 with flag 37345726/17010000
1912.96/1906.35	c cleaning 184003 clauses out of 368066 with flag 37741010/17195002
1935.16/1928.50	c cleaning 184997 clauses out of 370061 with flag 38137851/17381000
1958.50/1951.89	c cleaning 186001 clauses out of 372064 with flag 38530146/17568000
1981.03/1974.34	c cleaning 187001 clauses out of 374063 with flag 38931178/17756000
2006.60/1999.74	c cleaning 188000 clauses out of 376063 with flag 39336440/17945001
2029.54/2022.62	c cleaning 188998 clauses out of 378063 with flag 39744479/18135001
2053.98/2047.05	c cleaning 190006 clauses out of 380066 with flag 40151876/18326002
2078.89/2072.00	c cleaning 191004 clauses out of 382060 with flag 40560885/18518002
2101.93/2094.77	c cleaning 191998 clauses out of 384054 with flag 40975945/18711000
2125.71/2118.49	c cleaning 192998 clauses out of 386056 with flag 41395674/18905000
2146.80/2139.58	c cleaning 194002 clauses out of 388058 with flag 41813466/19100000
2168.67/2161.34	c cleaning 194991 clauses out of 390056 with flag 42236981/19296000
2192.30/2184.98	c cleaning 196006 clauses out of 392065 with flag 42660529/19493000
2215.89/2208.48	c cleaning 197001 clauses out of 394060 with flag 43086363/19691001
2237.68/2230.11	c cleaning 197998 clauses out of 396059 with flag 43513916/19890001
2261.11/2253.40	c cleaning 199001 clauses out of 398061 with flag 43949326/20090001
2285.62/2277.92	c cleaning 200005 clauses out of 400060 with flag 44386936/20291001
2313.25/2305.52	c cleaning 200997 clauses out of 402055 with flag 44832250/20493001
2339.64/2331.85	c cleaning 202002 clauses out of 404057 with flag 45276762/20696000
2367.67/2359.86	c cleaning 202998 clauses out of 406056 with flag 45721023/20900001
2392.10/2384.22	c cleaning 203999 clauses out of 408057 with flag 46166182/21105000
2416.69/2408.84	c cleaning 205000 clauses out of 410058 with flag 46611494/21311000
2442.83/2434.95	c cleaning 206001 clauses out of 412060 with flag 47058380/21518002
2464.98/2457.05	c cleaning 207005 clauses out of 414058 with flag 47508674/21726001
2491.47/2483.53	c cleaning 207999 clauses out of 416053 with flag 47953881/21935001
2519.50/2511.57	c cleaning 208998 clauses out of 418053 with flag 48407193/22145000
2543.82/2535.71	c cleaning 209999 clauses out of 420055 with flag 48856600/22356000
2568.45/2560.36	c cleaning 210997 clauses out of 422056 with flag 49315046/22568000
2595.09/2586.94	c cleaning 211999 clauses out of 424059 with flag 49768788/22781000
2621.65/2613.32	c cleaning 212991 clauses out of 426061 with flag 50227251/22995001
2647.34/2638.94	c cleaning 214006 clauses out of 428070 with flag 50686481/23210001
2672.24/2663.87	c cleaning 215006 clauses out of 430064 with flag 51145078/23426001
2701.02/2692.68	c cleaning 215996 clauses out of 432057 with flag 51610970/23643000
2727.04/2718.66	c cleaning 217000 clauses out of 434061 with flag 52078013/23861000
2754.66/2746.28	c cleaning 218002 clauses out of 436063 with flag 52540445/24080002
2782.40/2774.00	c cleaning 218999 clauses out of 438059 with flag 53008311/24300000
2810.96/2802.45	c cleaning 219994 clauses out of 440060 with flag 53476211/24521000
2837.73/2829.13	c cleaning 221007 clauses out of 442066 with flag 53951876/24743000
2869.86/2860.73	c cleaning 222002 clauses out of 444060 with flag 54430454/24966001
2902.84/2893.62	c cleaning 222998 clauses out of 446057 with flag 54910282/25190000
2932.05/2922.87	c cleaning 224001 clauses out of 448059 with flag 55396056/25415000
2965.72/2956.41	c cleaning 225001 clauses out of 450058 with flag 55882036/25641000
2997.82/2988.45	c cleaning 225996 clauses out of 452057 with flag 56375096/25868000
3028.99/3019.57	c cleaning 227000 clauses out of 454061 with flag 56868216/26096000
3059.79/3050.27	c cleaning 227998 clauses out of 456062 with flag 57367283/26325001
3090.90/3081.35	c cleaning 229002 clauses out of 458065 with flag 57861440/26555002
3122.61/3113.08	c cleaning 229999 clauses out of 460065 with flag 58355865/26786004
3156.95/3147.40	c cleaning 231001 clauses out of 462063 with flag 58853359/27018001
3190.18/3180.58	c cleaning 232005 clauses out of 464061 with flag 59352660/27251000
3223.88/3214.27	c cleaning 232997 clauses out of 466057 with flag 59849334/27485001
3258.84/3249.10	c cleaning 234005 clauses out of 468059 with flag 60350675/27720000
3292.53/3282.70	c cleaning 234996 clauses out of 470054 with flag 60857691/27956000
3324.74/3314.80	c cleaning 235999 clauses out of 472059 with flag 61364800/28193001
3355.56/3345.50	c cleaning 236996 clauses out of 474059 with flag 61872218/28431000
3385.39/3375.31	c cleaning 237998 clauses out of 476063 with flag 62380418/28670000
3416.88/3406.74	c cleaning 238995 clauses out of 478065 with flag 62894544/28910000
3447.06/3436.88	c cleaning 240006 clauses out of 480070 with flag 63413603/29151000
3483.50/3473.28	c cleaning 241007 clauses out of 482065 with flag 63934124/29393001
3518.56/3508.20	c cleaning 242000 clauses out of 484057 with flag 64455469/29636000
3551.79/3541.36	c cleaning 242994 clauses out of 486059 with flag 64977913/29880002
3584.01/3573.46	c cleaning 244000 clauses out of 488066 with flag 65503883/30125003
3600.04/3589.41	c starts		: 72
3600.04/3589.42	c timeout
3600.04/3589.42	c conflicts		: 30262165
3600.04/3589.42	c decisions		: 35214577
3600.04/3589.42	c propagations		: 176731944
3600.04/3589.42	c inspects		: 26444249932
3600.04/3589.42	c shortcuts		: 0
3600.04/3589.42	c learnt literals	: 0
3600.04/3589.42	c learnt binary clauses	: 0
3600.04/3589.42	c learnt ternary clauses	: 0
3600.04/3589.42	c learnt constraints	: 30262165
3600.04/3589.42	c ignored constraints	: 0
3600.04/3589.42	c root simplifications	: 0
3600.04/3589.42	c removed literals (reason simplification)	: 7436562
3600.04/3589.42	c reason swapping (by a shorter reason)	: 0
3600.04/3589.42	c Calls to reduceDB	: 241
3600.04/3589.42	c Number of update (reduction) of LBD	: 4263537
3600.04/3589.42	c Imported unit clauses	: 0
3600.04/3589.42	c No decision after first conflict	: false
3600.04/3589.42	c number of reductions to clauses (during analyze)	: 0
3600.04/3589.42	c number of learned constraints concerned by reduction	: 0
3600.04/3589.42	c number of learning phase by resolution	: 0
3600.04/3589.42	c number of learning phase by cutting planes	: 0
3600.04/3589.42	c number of rounding to 1 operations	: 0
3600.04/3589.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3589.42	c number of reductions of the coefficients by power 2 	: 0
3600.04/3589.42	c number of right shift for reduction by power 2 	: 0
3600.04/3589.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3589.42	c number of ending skipping 	: 0
3600.04/3589.42	c number of internal skipping 	: 0
3600.04/3589.42	c number of derivation steps 	: 0
3600.04/3589.42	c number of skipped derivation steps 	: 0
3600.04/3589.42	c number of remaining unassigned 	: 0
3600.04/3589.42	c number of remaining assigned 	: 0
3600.04/3589.42	c number of falsified literals weakened from reason	: 0
3600.04/3589.42	c number of falsified literals weakened from conflict	: 0
3600.04/3589.42	c time for arithmetic operations	: 0
3600.04/3589.43	c minimum degree of deleted constraints	: null
3600.04/3589.43	c maximum degree of deleted constraints	: null
3600.04/3589.43	c number of deleted constraints	: 0
3600.04/3589.43	c speed (assignments/second)	: 49245.73023066075
3600.04/3589.43	c non guided choices	: 910
3600.04/3589.49	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 381228
3600.04/3589.49	s UNKNOWN
3600.04/3589.49	c Total wall clock time (in seconds): 3589.364

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523432-1751601929/watcher-4523432-1751601929 -o /tmp/evaluation-result-4523432-1751601929/solver-4523432-1751601929 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751598323-85760 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4523432-1751601929.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=86315, runsolver pid=86312

[startup+0.10006 s]*
/proc/loadavg: 4.25 4.21 4.15 5/337 86333
/proc/meminfo: memFree=121162188/131250000 swapFree=33010416/33010684
[pid=86315] ppid=86312 vsize=18930384 memory=57844 CPUtime=0.12 cores=4,6
/proc/86315/stat : 86315 (java) S 86312 86315 85745 0 -1 4194304 6571 0 0 0 10 2 0 0 20 0 18 0 75872815 19384713216 14461 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
/proc/86315/statm: 4732596 14461 5367 1 0 547619 0
[pid=86315/tid=86317] ppid=86312 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/86315/task/86317/stat : 86317 (java) R 86312 86315 85745 0 -1 4194368 5065 0 0 0 6 1 0 0 20 0 18 0 75872816 19384713216 14461 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86326] ppid=86312 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/86315/task/86326/stat : 86326 (Finalizer) S 86312 86315 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75872818 19384713216 14461 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86333] ppid=86312 vsize=18930384 memory=61784027586760 CPUtime=0 cores=4,6
/proc/86315/task/86333/stat : 86333 (Common-Cleaner) S 86312 86315 85745 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75872818 19384713216 14461 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57844 KiB

[startup+0.205608 s]*
/proc/loadavg: 4.25 4.21 4.15 7/337 86333
/proc/meminfo: memFree=121115180/131250000 swapFree=33010416/33010684
[pid=86315] ppid=86312 vsize=18930384 memory=75280 CPUtime=0.32 cores=4,6
/proc/86315/stat : 86315 (java) S 86312 86315 85745 0 -1 4194304 7449 0 0 0 29 3 0 0 20 0 18 0 75872815 19384713216 18820 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
/proc/86315/statm: 4732596 18820 5431 1 0 548194 0
[pid=86315/tid=86317] ppid=86312 vsize=18930384 memory=4026794268 CPUtime=0.18 cores=4,6
/proc/86315/task/86317/stat : 86317 (java) R 86312 86315 85745 0 -1 4194368 5257 0 0 0 16 2 0 0 20 0 18 0 75872816 19384713216 18820 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86326] ppid=86312 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/86315/task/86326/stat : 86326 (Finalizer) S 86312 86315 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75872818 19384713216 18820 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86333] ppid=86312 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/86315/task/86333/stat : 86333 (Common-Cleaner) S 86312 86315 85745 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75872818 19384713216 18820 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 75280 KiB

[startup+0.30558 s]*
/proc/loadavg: 4.25 4.21 4.15 6/337 86333
/proc/meminfo: memFree=120980012/131250000 swapFree=33010416/33010684
[pid=86315] ppid=86312 vsize=18930384 memory=113568 CPUtime=0.52 cores=4,6
/proc/86315/stat : 86315 (java) S 86312 86315 85745 0 -1 4194304 8612 0 0 0 48 4 0 0 20 0 18 0 75872815 19384713216 28392 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
/proc/86315/statm: 4732596 28392 5431 1 0 549011 0
[pid=86315/tid=86317] ppid=86312 vsize=18930384 memory=-6000919498543556199 CPUtime=0.27 cores=4,6
/proc/86315/task/86317/stat : 86317 (java) R 86312 86315 85745 0 -1 4194368 5274 0 0 0 25 2 0 0 20 0 18 0 75872816 19384713216 28392 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86326] ppid=86312 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/86315/task/86326/stat : 86326 (Finalizer) S 86312 86315 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75872818 19384713216 28392 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86333] ppid=86312 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/86315/task/86333/stat : 86333 (Common-Cleaner) S 86312 86315 85745 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75872818 19384713216 28392 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 113568 KiB

[startup+0.700252 s]
/proc/loadavg: 4.25 4.21 4.15 6/338 86334
/proc/meminfo: memFree=120917816/131250000 swapFree=33010416/33010684
[pid=86315] ppid=86312 vsize=19063512 memory=191976 CPUtime=1.28 cores=4,6
/proc/86315/stat : 86315 (java) S 86312 86315 85745 0 -1 4194304 10211 0 0 0 122 6 0 0 20 0 20 0 75872815 19521036288 47994 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
/proc/86315/statm: 4765878 47994 5527 1 0 550430 0
[pid=86315/tid=86317] ppid=86312 vsize=19063512 memory=18816 CPUtime=0.58 cores=4,6
/proc/86315/task/86317/stat : 86317 (java) R 86312 86315 85745 0 -1 4194368 5406 0 0 0 55 3 0 0 20 0 20 0 75872816 19521036288 47994 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86326] ppid=86312 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/86315/task/86326/stat : 86326 (Finalizer) S 86312 86315 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 47994 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86333] ppid=86312 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/86315/task/86333/stat : 86333 (Common-Cleaner) S 86312 86315 85745 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 47994 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 191976 KiB

[startup+1.50022 s]
/proc/loadavg: 4.25 4.21 4.15 7/339 86335
/proc/meminfo: memFree=120890092/131250000 swapFree=33010416/33010684
[pid=86315] ppid=86312 vsize=19063512 memory=217124 CPUtime=2.71 cores=4,6
/proc/86315/stat : 86315 (java) S 86312 86315 85745 0 -1 4194304 14211 0 0 0 264 7 0 0 20 0 20 0 75872815 19521036288 54281 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
/proc/86315/statm: 4765878 54281 5527 1 0 552942 0
[pid=86315/tid=86317] ppid=86312 vsize=19063512 memory=3328 CPUtime=1.33 cores=4,6
/proc/86315/task/86317/stat : 86317 (java) R 86312 86315 85745 0 -1 4194368 5420 0 0 0 130 3 0 0 20 0 20 0 75872816 19521036288 54281 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86326] ppid=86312 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/86315/task/86326/stat : 86326 (Finalizer) S 86312 86315 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 54281 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86333] ppid=86312 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/86315/task/86333/stat : 86333 (Common-Cleaner) S 86312 86315 85745 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 54281 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86335] ppid=86312 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/86315/task/86335/stat : 86335 (Timer-0) S 86312 86315 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75872880 19521036288 54281 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 217124 KiB

[startup+3.10548 s]
/proc/loadavg: 4.25 4.21 4.15 5/339 86335
/proc/meminfo: memFree=120677688/131250000 swapFree=33010416/33010684
[pid=86315] ppid=86312 vsize=19063512 memory=414688 CPUtime=4.58 cores=4,6
/proc/86315/stat : 86315 (java) S 86312 86315 85745 0 -1 4194304 15018 0 0 0 446 12 0 0 20 0 20 0 75872815 19521036288 103672 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
/proc/86315/statm: 4765878 103672 5527 1 0 1022977 0
[pid=86315/tid=86317] ppid=86312 vsize=19063512 memory=14720 CPUtime=2.92 cores=4,6
/proc/86315/task/86317/stat : 86317 (java) R 86312 86315 85745 0 -1 4194368 5550 0 0 0 285 7 0 0 20 0 20 0 75872816 19521036288 103672 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86326] ppid=86312 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/86315/task/86326/stat : 86326 (Finalizer) S 86312 86315 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 103672 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86333] ppid=86312 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/86315/task/86333/stat : 86333 (Common-Cleaner) S 86312 86315 85745 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 103672 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86335] ppid=86312 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/86315/task/86335/stat : 86335 (Timer-0) S 86312 86315 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75872880 19521036288 103672 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
Current children cumulated CPU time: 4.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 414688 KiB

[startup+6.30021 s]
/proc/loadavg: 4.39 4.24 4.16 6/339 86335
/proc/meminfo: memFree=120280444/131250000 swapFree=33010416/33010684
[pid=86315] ppid=86312 vsize=19063512 memory=555932 CPUtime=7.79 cores=4,6
/proc/86315/stat : 86315 (java) S 86312 86315 85745 0 -1 4194304 18181 0 0 0 763 16 0 0 20 0 20 0 75872815 19521036288 138983 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
/proc/86315/statm: 4765878 138983 5527 1 0 1022980 0
[pid=86315/tid=86317] ppid=86312 vsize=19063512 memory=0 CPUtime=6.08 cores=4,6
/proc/86315/task/86317/stat : 86317 (java) R 86312 86315 85745 0 -1 4194368 6364 0 0 0 599 9 0 0 20 0 20 0 75872816 19521036288 138983 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86326] ppid=86312 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/86315/task/86326/stat : 86326 (Finalizer) S 86312 86315 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 138983 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86333] ppid=86312 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/86315/task/86333/stat : 86333 (Common-Cleaner) S 86312 86315 85745 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 138983 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86335] ppid=86312 vsize=19063512 memory=217252 CPUtime=0 cores=4,6
/proc/86315/task/86335/stat : 86335 (Timer-0) S 86312 86315 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75872880 19521036288 138983 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
Current children cumulated CPU time: 7.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 555932 KiB

[startup+12.7002 s]
/proc/loadavg: 4.44 4.25 4.16 5/339 86335
/proc/meminfo: memFree=118814392/131250000 swapFree=33010416/33010684
[pid=86315] ppid=86312 vsize=19063512 memory=1164188 CPUtime=14.23 cores=4,6
/proc/86315/stat : 86315 (java) S 86312 86315 85745 0 -1 4194304 21137 0 0 0 1396 27 0 0 20 0 20 0 75872815 19521036288 291047 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
/proc/86315/statm: 4765878 291047 5527 1 0 1022980 0
[pid=86315/tid=86317] ppid=86312 vsize=19063512 memory=217252 CPUtime=12.47 cores=4,6
/proc/86315/task/86317/stat : 86317 (java) R 86312 86315 85745 0 -1 4194368 6880 0 0 0 1227 20 0 0 20 0 20 0 75872816 19521036288 291047 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86326] ppid=86312 vsize=19063512 memory=1022876 CPUtime=0 cores=4,6
/proc/86315/task/86326/stat : 86326 (Finalizer) S 86312 86315 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 291047 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86333] ppid=86312 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/86315/task/86333/stat : 86333 (Common-Cleaner) S 86312 86315 85745 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 291047 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86335] ppid=86312 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/86315/task/86335/stat : 86335 (Timer-0) S 86312 86315 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75872880 19521036288 291047 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
Current children cumulated CPU time: 14.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1164188 KiB

[startup+25.5002 s]
/proc/loadavg: 4.48 4.27 4.17 6/340 86408
/proc/meminfo: memFree=118270868/131250000 swapFree=33010416/33010684
[pid=86315] ppid=86312 vsize=19063512 memory=1699008 CPUtime=27.07 cores=4,6
/proc/86315/stat : 86315 (java) S 86312 86315 85745 0 -1 4194304 25890 0 0 0 2669 38 0 0 20 0 20 0 75872815 19521036288 424752 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
/proc/86315/statm: 4765878 424752 5559 1 0 1022986 0
[pid=86315/tid=86317] ppid=86312 vsize=19063512 memory=0 CPUtime=25.19 cores=4,6
/proc/86315/task/86317/stat : 86317 (java) R 86312 86315 85745 0 -1 4194368 8240 0 0 0 2489 30 0 0 20 0 20 0 75872816 19521036288 424752 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86326] ppid=86312 vsize=19063512 memory=1553560 CPUtime=0 cores=4,6
/proc/86315/task/86326/stat : 86326 (Finalizer) S 86312 86315 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 424752 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86333] ppid=86312 vsize=19063512 memory=1279128 CPUtime=0 cores=4,6
/proc/86315/task/86333/stat : 86333 (Common-Cleaner) S 86312 86315 85745 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 424752 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86335] ppid=86312 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/86315/task/86335/stat : 86335 (Timer-0) S 86312 86315 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75872880 19521036288 424752 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
Current children cumulated CPU time: 27.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1699008 KiB

[startup+51.1055 s]
/proc/loadavg: 4.38 4.27 4.17 5/340 86408
/proc/meminfo: memFree=115138160/131250000 swapFree=33010416/33010684
[pid=86315] ppid=86312 vsize=19063512 memory=2325768 CPUtime=52.72 cores=4,6
/proc/86315/stat : 86315 (java) S 86312 86315 85745 0 -1 4194304 31209 0 0 0 5220 52 0 0 20 0 20 0 75872815 19521036288 581442 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
/proc/86315/statm: 4765878 581442 5559 1 0 1022990 0
[pid=86315/tid=86317] ppid=86312 vsize=19063512 memory=2233536 CPUtime=50.7 cores=4,6
/proc/86315/task/86317/stat : 86317 (java) R 86312 86315 85745 0 -1 4194368 10702 0 0 0 5028 42 0 0 20 0 20 0 75872816 19521036288 581442 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86326] ppid=86312 vsize=19063512 memory=2319624 CPUtime=0 cores=4,6
/proc/86315/task/86326/stat : 86326 (Finalizer) S 86312 86315 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 581442 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86333] ppid=86312 vsize=19063512 memory=2055360 CPUtime=0 cores=4,6
/proc/86315/task/86333/stat : 86333 (Common-Cleaner) S 86312 86315 85745 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 581442 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0

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

[startup+3282.3 s]
/proc/loadavg: 4.15 4.37 4.44 5/338 86619
/proc/meminfo: memFree=106351184/131250000 swapFree=33010416/33010684
[pid=86315] ppid=86312 vsize=19063512 memory=4039424 CPUtime=3292.13 cores=4,6
/proc/86315/stat : 86315 (java) S 86312 86315 85745 0 -1 4194304 160925 0 0 0 329047 166 0 0 20 0 20 0 75872815 19521036288 1009856 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
/proc/86315/statm: 4765878 1009856 5559 1 0 1025566 0
[pid=86315/tid=86317] ppid=86312 vsize=19063512 memory=4039424 CPUtime=3257.72 cores=4,6
/proc/86315/task/86317/stat : 86317 (java) R 86312 86315 85745 0 -1 4194368 80685 0 0 0 325711 61 0 0 20 0 20 0 75872816 19521036288 1009856 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86326] ppid=86312 vsize=19063512 memory=-6000919498543556199 CPUtime=0 cores=4,6
/proc/86315/task/86326/stat : 86326 (Finalizer) S 86312 86315 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 1009856 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86333] ppid=86312 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/86315/task/86333/stat : 86333 (Common-Cleaner) S 86312 86315 85745 0 -1 4194368 1742 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 1009856 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86335] ppid=86312 vsize=19063512 memory=2892 CPUtime=0 cores=4,6
/proc/86315/task/86335/stat : 86335 (Timer-0) S 86312 86315 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75872880 19521036288 1009856 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
Current children cumulated CPU time: 3292.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4039424 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.33 4.42 5/339 86699
/proc/meminfo: memFree=120497076/131250000 swapFree=33010416/33010684
[pid=86315] ppid=86312 vsize=19063512 memory=4041572 CPUtime=3352.37 cores=4,6
/proc/86315/stat : 86315 (java) S 86312 86315 85745 0 -1 4194304 161591 0 0 0 335069 168 0 0 20 0 20 0 75872815 19521036288 1010393 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
/proc/86315/statm: 4765878 1010393 5559 1 0 1025566 0
[pid=86315/tid=86317] ppid=86312 vsize=19063512 memory=14720 CPUtime=3317.18 cores=4,6
/proc/86315/task/86317/stat : 86317 (java) R 86312 86315 85745 0 -1 4194368 81150 0 0 0 331657 61 0 0 20 0 20 0 75872816 19521036288 1010393 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86326] ppid=86312 vsize=19063512 memory=164 CPUtime=0 cores=4,6
/proc/86315/task/86326/stat : 86326 (Finalizer) S 86312 86315 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 1010393 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86333] ppid=86312 vsize=19063512 memory=4041572 CPUtime=0 cores=4,6
/proc/86315/task/86333/stat : 86333 (Common-Cleaner) S 86312 86315 85745 0 -1 4194368 1790 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 1010393 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86335] ppid=86312 vsize=19063512 memory=4041572 CPUtime=0 cores=4,6
/proc/86315/task/86335/stat : 86335 (Timer-0) S 86312 86315 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75872880 19521036288 1010393 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
Current children cumulated CPU time: 3352.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4041572 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.31 4.41 5/339 86701
/proc/meminfo: memFree=120338092/131250000 swapFree=33010416/33010684
[pid=86315] ppid=86312 vsize=19063512 memory=4043656 CPUtime=3412.49 cores=4,6
/proc/86315/stat : 86315 (java) S 86312 86315 85745 0 -1 4194304 164658 0 0 0 341079 170 0 0 20 0 20 0 75872815 19521036288 1010914 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
/proc/86315/statm: 4765878 1010914 5559 1 0 1025566 0
[pid=86315/tid=86317] ppid=86312 vsize=19063512 memory=4043656 CPUtime=3376.71 cores=4,6
/proc/86315/task/86317/stat : 86317 (java) R 86312 86315 85745 0 -1 4194368 82911 0 0 0 337609 62 0 0 20 0 20 0 75872816 19521036288 1010914 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86326] ppid=86312 vsize=19063512 memory=4043656 CPUtime=0 cores=4,6
/proc/86315/task/86326/stat : 86326 (Finalizer) S 86312 86315 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 1010914 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86333] ppid=86312 vsize=19063512 memory=4043656 CPUtime=0 cores=4,6
/proc/86315/task/86333/stat : 86333 (Common-Cleaner) S 86312 86315 85745 0 -1 4194368 1790 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 1010914 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86335] ppid=86312 vsize=19063512 memory=4043656 CPUtime=0 cores=4,6
/proc/86315/task/86335/stat : 86335 (Timer-0) S 86312 86315 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75872880 19521036288 1010914 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
Current children cumulated CPU time: 3412.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4043656 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.30 4.40 5/339 86703
/proc/meminfo: memFree=120151292/131250000 swapFree=33010416/33010684
[pid=86315] ppid=86312 vsize=19063512 memory=4043656 CPUtime=3472.62 cores=4,6
/proc/86315/stat : 86315 (java) S 86312 86315 85745 0 -1 4194304 167869 0 0 0 347090 172 0 0 20 0 20 0 75872815 19521036288 1010914 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
/proc/86315/statm: 4765878 1010914 5559 1 0 1025566 0
[pid=86315/tid=86317] ppid=86312 vsize=19063512 memory=4043656 CPUtime=3436.23 cores=4,6
/proc/86315/task/86317/stat : 86317 (java) R 86312 86315 85745 0 -1 4194368 84782 0 0 0 343560 63 0 0 20 0 20 0 75872816 19521036288 1010914 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86326] ppid=86312 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/86315/task/86326/stat : 86326 (Finalizer) S 86312 86315 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 1010914 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86333] ppid=86312 vsize=19063512 memory=4043656 CPUtime=0 cores=4,6
/proc/86315/task/86333/stat : 86333 (Common-Cleaner) S 86312 86315 85745 0 -1 4194368 1834 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 1010914 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86335] ppid=86312 vsize=19063512 memory=4043656 CPUtime=0 cores=4,6
/proc/86315/task/86335/stat : 86335 (Timer-0) S 86312 86315 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75872880 19521036288 1010914 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
Current children cumulated CPU time: 3472.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4043656 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.26 4.37 5/339 86704
/proc/meminfo: memFree=120011652/131250000 swapFree=33010416/33010684
[pid=86315] ppid=86312 vsize=19063512 memory=4043656 CPUtime=3532.7 cores=4,6
/proc/86315/stat : 86315 (java) S 86312 86315 85745 0 -1 4194304 168422 0 0 0 353097 173 0 0 20 0 20 0 75872815 19521036288 1010914 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
/proc/86315/statm: 4765878 1010914 5559 1 0 1025566 0
[pid=86315/tid=86317] ppid=86312 vsize=19063512 memory=14720 CPUtime=3495.85 cores=4,6
/proc/86315/task/86317/stat : 86317 (java) R 86312 86315 85745 0 -1 4194368 85245 0 0 0 349522 63 0 0 20 0 20 0 75872816 19521036288 1010914 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86326] ppid=86312 vsize=19063512 memory=2892 CPUtime=0 cores=4,6
/proc/86315/task/86326/stat : 86326 (Finalizer) S 86312 86315 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 1010914 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86333] ppid=86312 vsize=19063512 memory=-6000919498543556199 CPUtime=0 cores=4,6
/proc/86315/task/86333/stat : 86333 (Common-Cleaner) S 86312 86315 85745 0 -1 4194368 1882 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 1010914 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86335] ppid=86312 vsize=19063512 memory=4043656 CPUtime=0 cores=4,6
/proc/86315/task/86335/stat : 86335 (Timer-0) S 86312 86315 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75872880 19521036288 1010914 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
Current children cumulated CPU time: 3532.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4043656 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.25 4.36 5/339 86706
/proc/meminfo: memFree=119782404/131250000 swapFree=33010416/33010684
[pid=86315] ppid=86312 vsize=19063512 memory=4045704 CPUtime=3592.96 cores=4,6
/proc/86315/stat : 86315 (java) S 86312 86315 85745 0 -1 4194304 171591 0 0 0 359121 175 0 0 20 0 20 0 75872815 19521036288 1011426 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
/proc/86315/statm: 4765878 1011426 5559 1 0 1025566 0
[pid=86315/tid=86317] ppid=86312 vsize=19063512 memory=18816 CPUtime=3555.29 cores=4,6
/proc/86315/task/86317/stat : 86317 (java) R 86312 86315 85745 0 -1 4194368 87344 0 0 0 355466 63 0 0 20 0 20 0 75872816 19521036288 1011426 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86326] ppid=86312 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/86315/task/86326/stat : 86326 (Finalizer) S 86312 86315 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 1011426 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86333] ppid=86312 vsize=19063512 memory=4045704 CPUtime=0 cores=4,6
/proc/86315/task/86333/stat : 86333 (Common-Cleaner) S 86312 86315 85745 0 -1 4194368 1882 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 1011426 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86335] ppid=86312 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/86315/task/86335/stat : 86335 (Timer-0) S 86312 86315 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75872880 19521036288 1011426 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
Current children cumulated CPU time: 3592.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4045704 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.4 s]
/proc/loadavg: 4.15 4.25 4.36 5/339 86708
/proc/meminfo: memFree=119732796/131250000 swapFree=33010416/33010684
[pid=86315] ppid=86312 vsize=19063512 memory=4045704 CPUtime=3600.04 cores=4,6
/proc/86315/stat : 86315 (java) S 86312 86315 85745 0 -1 4194304 171718 0 0 0 359829 175 0 0 20 0 20 0 75872815 19521036288 1011426 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
/proc/86315/statm: 4765878 1011426 5559 1 0 1025566 0
[pid=86315/tid=86317] ppid=86312 vsize=19063512 memory=215587488049 CPUtime=3562.38 cores=4,6
/proc/86315/task/86317/stat : 86317 (java) R 86312 86315 85745 0 -1 4194368 87470 0 0 0 356174 64 0 0 20 0 20 0 75872816 19521036288 1011426 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86326] ppid=86312 vsize=19063512 memory=58511212151542 CPUtime=0 cores=4,6
/proc/86315/task/86326/stat : 86326 (Finalizer) S 86312 86315 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 1011426 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86333] ppid=86312 vsize=19063512 memory=4122261735640223778 CPUtime=0 cores=4,6
/proc/86315/task/86333/stat : 86333 (Common-Cleaner) S 86312 86315 85745 0 -1 4194368 1882 0 0 0 0 0 0 0 20 0 20 0 75872818 19521036288 1011426 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86335] ppid=86312 vsize=19063512 memory=8776 CPUtime=0 cores=4,6
/proc/86315/task/86335/stat : 86335 (Timer-0) S 86312 86315 85745 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75872880 19521036288 1011426 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4045704 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.43 s, system=1.77241 s

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

[startup+3589.51 s]
/proc/loadavg: 4.15 4.25 4.36 5/339 86708
/proc/meminfo: memFree=119732796/131250000 swapFree=33010416/33010684
[pid=86315] ppid=86312 vsize=19263204 memory=4046600 CPUtime=3600.18 cores=4,6
/proc/86315/stat : 86315 (java) S 86312 86315 85745 0 -1 4194304 174134 0 0 0 359843 175 0 0 20 0 15 0 75872815 19725520896 1011650 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
/proc/86315/statm: 4815801 1011650 5591 1 0 1026504 0
[pid=86315/tid=86317] ppid=86312 vsize=19263204 memory=4045704 CPUtime=3562.4 cores=4,6
/proc/86315/task/86317/stat : 86317 (java) S 86312 86315 85745 0 -1 4194368 87553 0 0 0 356176 64 0 0 20 0 15 0 75872816 19725520896 1011650 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86326] ppid=86312 vsize=19263204 memory=4760 CPUtime=0 cores=4,6
/proc/86315/task/86326/stat : 86326 (Finalizer) S 86312 86315 85745 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 75872818 19725520896 1011650 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
[pid=86315/tid=86333] ppid=86312 vsize=19263204 memory=4045704 CPUtime=0 cores=4,6
/proc/86315/task/86333/stat : 86333 (Common-Cleaner) S 86312 86315 85745 0 -1 4194368 1882 0 0 0 0 0 0 0 20 0 15 0 75872818 19725520896 1011650 18446744073709551615 94539293351936 94539293355632 140732974167152 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94539293363448 94539293364240 94539310301184 140732974168449 140732974168550 140732974168550 140732974174152 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4046600 KiB

Child status: 143

Real time (s): 3589.53
CPU time (s): 3600.21
CPU user time (s): 3598.43
CPU system time (s): 1.77241
CPU usage (%): 100.297
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4046600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.43
system time used= 1.77241
maximum resident set size= 4046728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174161
page faults= 0
swaps= 0
block input operations= 0
block output operations= 20376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119699
involuntary context switches= 7670


# summary of solver processes directly reported to runsolver:
#   pid: 86315
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3598.43
#   total CPU system time (s): 1.77241

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.19469 second user time and 15.8087 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-04 06:05:29
IDJOB=4523432
IDBENCH=180361
IDSOLVER=3363
FILE ID=nodeC027/4523432-1751601929
RUNJOBID= nodeC027-1751598323-85760
SLURM_JOB_ID= 9598871
Free space on /tmp= 431176 MiB

SOLVER NAME= Sat4j Resolution 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 -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523432-1751601929/watcher-4523432-1751601929 -o /tmp/evaluation-result-4523432-1751601929/solver-4523432-1751601929 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751598323-85760 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4523432-1751601929.opb

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

MD5SUM BENCH= f69e8990d47aa59ed46eeada43b05a2f
RANDOM SEED=720617889

nodeC027 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		: 3599.648
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	: 6999.29
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		: 3599.662
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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.362
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	: 6999.29
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.944
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	: 6999.29
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		: 3599.005
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	: 6999.29
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		: 3599.643
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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.610
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	: 6999.29
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		: 3573.878
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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121209248 kB
MemAvailable:   121536216 kB
Buffers:            2488 kB
Cached:          1125412 kB
SwapCached:           12 kB
Active:          8857212 kB
Inactive:         584872 kB
Active(anon):    8329448 kB
Inactive(anon):     2792 kB
Active(file):     527764 kB
Inactive(file):   582080 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3944 kB
Writeback:             0 kB
AnonPages:       8317252 kB
Mapped:           124224 kB
Shmem:             18056 kB
KReclaimable:     112328 kB
Slab:             202360 kB
SReclaimable:     112328 kB
SUnreclaim:        90032 kB
KernelStack:        5168 kB
PageTables:        19904 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   11817788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8048640 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431168 MiB
End job on nodeC027 at 2025-07-04 07:05:19