Trace number 4514922

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.2 3521.84

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib3/normalized-seymour.0.u.opb
MD5SUM8ef3131177365cbfba34b2238fc87839
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1372
Total number of constraints4945
Number of constraints which are clauses4944
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1372
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 422
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1794
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.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.12	c Pseudo Boolean Optimization by upper bound
0.12/0.12	c --- Begin Solver configuration ---
0.12/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.12	c Learn all clauses as in MiniSAT
0.12/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.12	c Expensive reason simplification
0.12/0.12	c Glucose 2.1 dynamic restart strategy
0.12/0.12	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.12	c timeout=2147483s
0.12/0.12	c DB Simplification allowed=false
0.12/0.12	c Listener: none
0.12/0.12	c --- End Solver configuration ---
0.12/0.12	c solving HOME/instance-4514922-1751229361.opb
0.12/0.12	c reading problem ... 
0.12/0.13	c  no objective function found
0.33/0.23	c ... done. Wall clock time 0.106s.
0.33/0.23	c declared #vars     1372
0.33/0.23	c #constraints  4945
0.33/0.23	c constraints type 
0.33/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 285
0.33/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.33/0.23	c org.sat4j.pb.constraints.pb.UnitClausePB => 117
0.33/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4542
0.33/0.23	c 4945 constraints processed.
1.66/0.94	c cleaning 2498 clauses out of 5000 with flag 10404/5000
2.36/1.41	c cleaning 4252 clauses out of 8503 with flag 22842/11001
2.93/1.92	c cleaning 5626 clauses out of 11251 with flag 37298/18001
3.64/2.50	c cleaning 6810 clauses out of 13624 with flag 53811/26000
4.39/3.25	c cleaning 7905 clauses out of 15815 with flag 72429/35001
5.25/4.08	c cleaning 8953 clauses out of 17909 with flag 93006/45000
6.21/4.93	c cleaning 9976 clauses out of 19956 with flag 115713/56000
7.36/6.02	c cleaning 10986 clauses out of 21981 with flag 140479/68001
8.41/7.08	c cleaning 11997 clauses out of 23994 with flag 167365/81000
9.67/8.21	c cleaning 12995 clauses out of 25998 with flag 196332/95001
10.97/9.53	c cleaning 13996 clauses out of 28003 with flag 227230/110001
12.44/10.96	c cleaning 15000 clauses out of 30006 with flag 260212/126000
14.16/12.51	c cleaning 16001 clauses out of 32007 with flag 295216/143001
15.86/14.14	c cleaning 17003 clauses out of 34005 with flag 332284/161000
17.35/15.60	c cleaning 17998 clauses out of 36002 with flag 371090/180000
19.13/17.35	c cleaning 18998 clauses out of 38004 with flag 411836/200000
21.12/19.20	c cleaning 20002 clauses out of 40008 with flag 455025/221002
23.22/21.24	c cleaning 21000 clauses out of 42005 with flag 500589/243001
25.51/23.43	c cleaning 22001 clauses out of 44005 with flag 548413/266001
27.90/25.77	c cleaning 23002 clauses out of 46003 with flag 598323/290000
30.30/28.14	c cleaning 23999 clauses out of 48002 with flag 650229/315001
33.22/30.94	c cleaning 24996 clauses out of 50002 with flag 704079/341000
36.04/33.63	c cleaning 26002 clauses out of 52008 with flag 760143/368002
38.93/36.46	c cleaning 26997 clauses out of 54004 with flag 818108/396000
42.11/39.57	c cleaning 27999 clauses out of 56007 with flag 878338/425000
46.04/42.99	c cleaning 29003 clauses out of 58008 with flag 940713/455000
49.62/46.43	c cleaning 29999 clauses out of 60005 with flag 1005290/486000
53.11/49.81	c cleaning 31000 clauses out of 62007 with flag 1071663/518001
56.61/53.23	c cleaning 31998 clauses out of 64007 with flag 1140288/551001
60.29/56.81	c cleaning 33000 clauses out of 66008 with flag 1211166/585000
63.99/60.47	c cleaning 34003 clauses out of 68008 with flag 1284052/620000
67.48/63.91	c cleaning 35000 clauses out of 70006 with flag 1359419/656001
71.39/67.64	c cleaning 35998 clauses out of 72005 with flag 1436494/693000
74.99/71.16	c cleaning 36999 clauses out of 74007 with flag 1515244/731000
79.19/75.22	c cleaning 38004 clauses out of 76008 with flag 1596791/770000
83.11/79.06	c cleaning 38999 clauses out of 78004 with flag 1681597/810000
87.91/83.13	c cleaning 39997 clauses out of 80006 with flag 1767032/851001
92.13/87.21	c cleaning 40999 clauses out of 82008 with flag 1855037/893000
96.22/91.37	c cleaning 42004 clauses out of 84009 with flag 1944993/936000
100.92/95.80	c cleaning 42997 clauses out of 86005 with flag 2037033/980000
105.32/100.14	c cleaning 44001 clauses out of 88008 with flag 2131002/1025000
110.32/105.02	c cleaning 45000 clauses out of 90007 with flag 2227298/1071000
115.26/109.82	c cleaning 46004 clauses out of 92007 with flag 2326141/1118000
120.75/115.19	c cleaning 46996 clauses out of 94003 with flag 2426295/1166000
126.02/120.24	c cleaning 48004 clauses out of 96008 with flag 2528108/1215001
131.74/125.19	c cleaning 48994 clauses out of 98003 with flag 2632909/1265000
136.87/130.18	c cleaning 50002 clauses out of 100010 with flag 2739779/1316001
142.16/135.24	c cleaning 50999 clauses out of 102008 with flag 2847823/1368001
147.78/140.76	c cleaning 51998 clauses out of 104009 with flag 2958196/1421001
153.91/146.72	c cleaning 53001 clauses out of 106010 with flag 3069909/1475000
159.67/152.30	c cleaning 54002 clauses out of 108009 with flag 3183758/1530000
165.40/157.97	c cleaning 55000 clauses out of 110007 with flag 3299312/1586000
171.44/163.85	c cleaning 56002 clauses out of 112007 with flag 3417871/1643000
178.41/170.64	c cleaning 56993 clauses out of 114006 with flag 3538394/1701001
184.94/177.01	c cleaning 58000 clauses out of 116012 with flag 3660686/1760000
191.10/183.08	c cleaning 59002 clauses out of 118012 with flag 3785125/1820000
198.29/190.17	c cleaning 60005 clauses out of 120010 with flag 3911544/1881000
205.92/197.61	c cleaning 61001 clauses out of 122005 with flag 4039340/1943000
213.76/204.51	c cleaning 61998 clauses out of 124004 with flag 4169981/2006000
220.55/211.22	c cleaning 62999 clauses out of 126007 with flag 4302578/2070001
228.56/219.05	c cleaning 64001 clauses out of 128007 with flag 4436191/2135000
235.94/226.34	c cleaning 64995 clauses out of 130006 with flag 4571968/2201000
243.57/233.84	c cleaning 66002 clauses out of 132012 with flag 4710360/2268001
251.39/241.56	c cleaning 67002 clauses out of 134009 with flag 4851141/2336000
259.97/249.96	c cleaning 67997 clauses out of 136007 with flag 4993633/2405000
269.29/259.12	c cleaning 69005 clauses out of 138011 with flag 5137652/2475001
277.68/267.58	c cleaning 69998 clauses out of 140005 with flag 5283675/2546000
287.13/276.91	c cleaning 71004 clauses out of 142008 with flag 5431333/2618001
296.51/286.36	c cleaning 71994 clauses out of 144003 with flag 5584256/2691000
305.48/295.33	c cleaning 73002 clauses out of 146009 with flag 5738585/2765000
315.66/305.59	c cleaning 74000 clauses out of 148007 with flag 5895099/2840000
325.94/315.88	c cleaning 75004 clauses out of 150007 with flag 6054259/2916000
336.39/325.86	c cleaning 75996 clauses out of 152003 with flag 6214918/2993000
349.48/337.74	c cleaning 77001 clauses out of 154008 with flag 6377859/3071001
360.37/348.57	c cleaning 77998 clauses out of 156006 with flag 6542174/3150000
371.57/359.60	c cleaning 79001 clauses out of 158009 with flag 6708495/3230001
382.53/370.38	c cleaning 80002 clauses out of 160008 with flag 6876828/3311001
394.96/382.70	c cleaning 80995 clauses out of 162006 with flag 7047146/3393001
405.47/392.96	c cleaning 82003 clauses out of 164011 with flag 7218640/3476001
415.78/402.91	c cleaning 82998 clauses out of 166007 with flag 7392880/3560000
426.55/413.54	c cleaning 84005 clauses out of 168010 with flag 7567148/3645001
437.08/423.76	c cleaning 85000 clauses out of 170005 with flag 7745659/3731001
448.20/434.72	c cleaning 85999 clauses out of 172005 with flag 7926862/3818001
459.58/445.81	c cleaning 87003 clauses out of 174005 with flag 8108910/3906000
471.23/456.13	c cleaning 87999 clauses out of 176003 with flag 8293237/3995001
481.90/466.63	c cleaning 88997 clauses out of 178003 with flag 8479865/4085000
494.17/478.63	c cleaning 89998 clauses out of 180007 with flag 8669010/4176001
505.93/490.05	c cleaning 91001 clauses out of 182008 with flag 8857518/4268000
519.34/503.14	c cleaning 92001 clauses out of 184007 with flag 9049234/4361000
531.67/515.11	c cleaning 92997 clauses out of 186007 with flag 9242965/4455001
543.82/527.17	c cleaning 93999 clauses out of 188009 with flag 9438495/4550000
557.85/540.96	c cleaning 95005 clauses out of 190011 with flag 9637821/4646001
573.28/556.02	c cleaning 96001 clauses out of 192005 with flag 9839948/4743000
588.72/569.59	c cleaning 96996 clauses out of 194005 with flag 10042435/4841001
602.56/583.01	c cleaning 98001 clauses out of 196008 with flag 10249254/4940000
616.41/596.76	c cleaning 99000 clauses out of 198008 with flag 10456590/5040001
631.58/611.35	c cleaning 100003 clauses out of 200008 with flag 10664886/5141001
645.74/625.15	c cleaning 100997 clauses out of 202004 with flag 10874838/5243000
660.68/639.71	c cleaning 102001 clauses out of 204008 with flag 11089185/5346001
673.98/652.74	c cleaning 102996 clauses out of 206006 with flag 11302560/5450000
687.47/665.99	c cleaning 104001 clauses out of 208011 with flag 11517329/5555001
700.51/678.68	c cleaning 105002 clauses out of 210009 with flag 11735236/5661000
715.43/691.90	c cleaning 105996 clauses out of 212008 with flag 11954611/5768001
730.19/706.30	c cleaning 106999 clauses out of 214012 with flag 12176199/5876001
745.57/721.56	c cleaning 107999 clauses out of 216012 with flag 12400280/5985000
760.94/736.60	c cleaning 109004 clauses out of 218013 with flag 12626874/6095000
776.14/751.54	c cleaning 109998 clauses out of 220010 with flag 12856040/6206001
791.66/766.70	c cleaning 111002 clauses out of 222012 with flag 13085711/6318001
807.79/782.58	c cleaning 111999 clauses out of 224010 with flag 13316688/6431001
823.39/797.83	c cleaning 113000 clauses out of 226011 with flag 13550696/6545001
838.19/812.38	c cleaning 114003 clauses out of 228011 with flag 13786819/6660001
854.08/827.98	c cleaning 114999 clauses out of 230007 with flag 14027890/6776000
872.07/845.57	c cleaning 115999 clauses out of 232008 with flag 14271242/6893000
887.83/860.96	c cleaning 116999 clauses out of 234009 with flag 14515703/7011000
904.78/875.78	c cleaning 117999 clauses out of 236011 with flag 14761810/7130001
919.30/889.84	c cleaning 119000 clauses out of 238012 with flag 15010876/7250001
935.11/905.40	c cleaning 120002 clauses out of 240012 with flag 15261414/7371001
951.27/921.21	c cleaning 121002 clauses out of 242009 with flag 15512619/7493000
970.09/939.66	c cleaning 122002 clauses out of 244007 with flag 15764745/7616000
988.05/957.32	c cleaning 122996 clauses out of 246005 with flag 16019782/7740000
1005.86/974.73	c cleaning 124002 clauses out of 248009 with flag 16279378/7865000
1027.09/995.59	c cleaning 125002 clauses out of 250007 with flag 16541505/7991000
1047.83/1016.13	c cleaning 125995 clauses out of 252005 with flag 16805314/8118000
1069.50/1037.57	c cleaning 126998 clauses out of 254010 with flag 17070910/8246000
1088.99/1056.67	c cleaning 128002 clauses out of 256012 with flag 17338852/8375000
1109.67/1076.94	c cleaning 128998 clauses out of 258010 with flag 17607776/8505000
1130.65/1097.49	c cleaning 130000 clauses out of 260014 with flag 17878983/8636002
1150.67/1117.28	c cleaning 131004 clauses out of 262012 with flag 18152591/8768000
1171.17/1135.65	c cleaning 131998 clauses out of 264008 with flag 18426223/8901000
1192.08/1156.31	c cleaning 133001 clauses out of 266011 with flag 18699373/9035001
1214.41/1178.24	c cleaning 134000 clauses out of 268010 with flag 18974393/9170001
1233.75/1197.37	c cleaning 134997 clauses out of 270009 with flag 19253559/9306000
1254.23/1217.30	c cleaning 136006 clauses out of 272013 with flag 19536168/9443001
1273.02/1235.83	c cleaning 137002 clauses out of 274007 with flag 19819533/9581001
1292.94/1255.22	c cleaning 138001 clauses out of 276004 with flag 20103987/9720000
1311.94/1273.99	c cleaning 138999 clauses out of 278004 with flag 20390799/9860001
1332.60/1294.12	c cleaning 140001 clauses out of 280004 with flag 20682229/10001000
1353.36/1314.61	c cleaning 141000 clauses out of 282003 with flag 20975898/10143000
1375.36/1336.14	c cleaning 141998 clauses out of 284003 with flag 21268912/10286000
1398.64/1359.11	c cleaning 142997 clauses out of 286006 with flag 21562142/10430001
1419.72/1379.65	c cleaning 143993 clauses out of 288009 with flag 21858933/10575001
1440.14/1399.84	c cleaning 145002 clauses out of 290015 with flag 22159126/10721000
1461.89/1420.95	c cleaning 146004 clauses out of 292014 with flag 22459658/10868001
1483.52/1442.39	c cleaning 146999 clauses out of 294010 with flag 22764220/11016001
1507.22/1464.02	c cleaning 148003 clauses out of 296011 with flag 23073560/11165001
1528.78/1485.39	c cleaning 148996 clauses out of 298008 with flag 23383226/11315001
1554.42/1510.89	c cleaning 150005 clauses out of 300013 with flag 23695949/11466002
1580.43/1536.27	c cleaning 151003 clauses out of 302006 with flag 24010843/11618000
1600.30/1555.89	c cleaning 151993 clauses out of 304003 with flag 24327572/11771000
1622.67/1578.03	c cleaning 153001 clauses out of 306010 with flag 24646659/11925000
1646.70/1601.50	c cleaning 153996 clauses out of 308009 with flag 24968133/12080000
1671.19/1625.77	c cleaning 155004 clauses out of 310013 with flag 25291290/12236000
1693.37/1647.28	c cleaning 156003 clauses out of 312010 with flag 25615032/12393001
1715.70/1669.27	c cleaning 156997 clauses out of 314007 with flag 25942466/12551001
1741.21/1694.55	c cleaning 158000 clauses out of 316009 with flag 26272465/12710000
1766.19/1719.04	c cleaning 158999 clauses out of 318009 with flag 26604708/12870000
1792.71/1745.35	c cleaning 160005 clauses out of 320011 with flag 26938788/13031001
1822.89/1775.00	c cleaning 160997 clauses out of 322006 with flag 27274682/13193001
1848.98/1800.75	c cleaning 162004 clauses out of 324009 with flag 27611590/13356001
1875.68/1826.82	c cleaning 163003 clauses out of 326007 with flag 27951063/13520003
1898.95/1849.76	c cleaning 163995 clauses out of 328001 with flag 28292740/13685000
1926.81/1877.46	c cleaning 165002 clauses out of 330006 with flag 28634221/13851000
1954.41/1904.61	c cleaning 166001 clauses out of 332004 with flag 28978956/14018000
1980.11/1930.03	c cleaning 166999 clauses out of 334004 with flag 29325490/14186001
2013.43/1962.85	c cleaning 167992 clauses out of 336005 with flag 29674972/14355001
2042.54/1989.69	c cleaning 169005 clauses out of 338013 with flag 30026282/14525001
2070.81/2017.37	c cleaning 169999 clauses out of 340007 with flag 30379303/14696000
2100.67/2046.81	c cleaning 170998 clauses out of 342008 with flag 30733275/14868000
2130.99/2076.99	c cleaning 172001 clauses out of 344011 with flag 31089592/15041001
2162.22/2107.48	c cleaning 172999 clauses out of 346009 with flag 31450127/15215000
2194.63/2139.41	c cleaning 174000 clauses out of 348010 with flag 31810222/15390000
2222.82/2167.33	c cleaning 174997 clauses out of 350010 with flag 32171810/15566000
2251.66/2195.33	c cleaning 176000 clauses out of 352013 with flag 32537848/15743000
2281.04/2224.34	c cleaning 177001 clauses out of 354013 with flag 32906605/15921000
2309.14/2252.21	c cleaning 178004 clauses out of 356013 with flag 33273746/16100001
2336.57/2279.11	c cleaning 178997 clauses out of 358009 with flag 33644309/16280001
2367.33/2309.61	c cleaning 180003 clauses out of 360012 with flag 34017428/16461001
2395.36/2336.94	c cleaning 180997 clauses out of 362008 with flag 34393341/16643000
2422.53/2363.78	c cleaning 182005 clauses out of 364011 with flag 34768859/16826000
2451.62/2392.60	c cleaning 182999 clauses out of 366006 with flag 35144865/17010000
2480.24/2420.76	c cleaning 183998 clauses out of 368008 with flag 35527205/17195001
2510.42/2450.67	c cleaning 185000 clauses out of 370009 with flag 35912044/17381000
2542.68/2482.27	c cleaning 186002 clauses out of 372010 with flag 36299892/17568001
2577.64/2514.31	c cleaning 187000 clauses out of 374007 with flag 36690253/17756000
2606.31/2542.35	c cleaning 187999 clauses out of 376007 with flag 37080354/17945000
2635.99/2571.68	c cleaning 188999 clauses out of 378009 with flag 37470158/18135001
2668.18/2603.60	c cleaning 190001 clauses out of 380010 with flag 37863747/18326001
2698.95/2633.92	c cleaning 191002 clauses out of 382009 with flag 38257942/18518001
2733.41/2668.18	c cleaning 191996 clauses out of 384006 with flag 38653309/18711000
2766.62/2700.68	c cleaning 193001 clauses out of 386011 with flag 39049808/18905001
2800.25/2734.08	c cleaning 194005 clauses out of 388009 with flag 39451022/19100000
2833.80/2766.94	c cleaning 194996 clauses out of 390005 with flag 39857757/19296001
2872.08/2804.96	c cleaning 195996 clauses out of 392008 with flag 40265255/19493000
2906.09/2838.47	c cleaning 197003 clauses out of 394012 with flag 40675703/19691000
2948.99/2880.96	c cleaning 197999 clauses out of 396009 with flag 41088278/19890000
2985.25/2916.37	c cleaning 199004 clauses out of 398011 with flag 41507982/20090001
3020.86/2951.78	c cleaning 199999 clauses out of 400006 with flag 41928715/20291000
3061.01/2991.48	c cleaning 200996 clauses out of 402008 with flag 42348769/20493001
3099.01/3029.26	c cleaning 201997 clauses out of 404012 with flag 42772343/20696001
3137.52/3067.14	c cleaning 203003 clauses out of 406014 with flag 43193519/20900000
3178.62/3105.24	c cleaning 204001 clauses out of 408011 with flag 43617936/21105000
3218.63/3144.95	c cleaning 205002 clauses out of 410010 with flag 44044957/21311000
3260.11/3185.89	c cleaning 205997 clauses out of 412009 with flag 44476176/21518001
3294.38/3219.82	c cleaning 207000 clauses out of 414012 with flag 44906397/21726001
3333.78/3258.72	c cleaning 208001 clauses out of 416012 with flag 45339928/21935001
3373.55/3297.75	c cleaning 209001 clauses out of 418010 with flag 45776528/22145000
3424.44/3348.36	c cleaning 209997 clauses out of 420009 with flag 46215036/22356000
3464.66/3387.99	c cleaning 210997 clauses out of 422012 with flag 46658224/22568000
3508.12/3431.17	c cleaning 212003 clauses out of 424015 with flag 47094888/22781000
3551.60/3473.98	c cleaning 213003 clauses out of 426013 with flag 47537390/22995001
3594.03/3515.75	c cleaning 214000 clauses out of 428010 with flag 47985234/23210001
3600.01/3521.71	c starts		: 1
3600.01/3521.71	c conflicts		: 23258294
3600.01/3521.71	c decisions		: 29047364
3600.01/3521.71	c propagations		: 422022741
3600.01/3521.71	c inspects		: 10991800160
3600.01/3521.71	c shortcuts		: 0
3600.01/3521.71	c learnt literals	: 0
3600.01/3521.71	c learnt binary clauses	: 0
3600.01/3521.71	c learnt ternary clauses	: 0
3600.01/3521.71	c learnt constraints	: 23258294
3600.01/3521.71	c ignored constraints	: 0
3600.01/3521.71	c root simplifications	: 0
3600.01/3521.71	c removed literals (reason simplification)	: 47181948
3600.01/3521.71	c reason swapping (by a shorter reason)	: 0
3600.01/3521.71	c Calls to reduceDB	: 211
3600.01/3521.71	c Number of update (reduction) of LBD	: 277365
3600.01/3521.71	c Imported unit clauses	: 0
3600.01/3521.72	c No decision after first conflict	: false
3600.01/3521.72	c number of reductions to clauses (during analyze)	: 0
3600.01/3521.72	c number of learned constraints concerned by reduction	: 0
3600.01/3521.72	c number of learning phase by resolution	: 0
3600.01/3521.72	c number of learning phase by cutting planes	: 0
3600.01/3521.72	c number of rounding to 1 operations	: 0
3600.01/3521.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3521.72	c number of reductions of the coefficients by power 2 	: 0
3600.01/3521.72	c number of right shift for reduction by power 2 	: 0
3600.01/3521.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3521.72	c number of ending skipping 	: 0
3600.01/3521.72	c number of internal skipping 	: 0
3600.01/3521.72	c number of derivation steps 	: 0
3600.01/3521.72	c number of skipped derivation steps 	: 0
3600.01/3521.72	c number of remaining unassigned 	: 0
3600.01/3521.72	c number of remaining assigned 	: 0
3600.01/3521.72	c number of falsified literals weakened from reason	: 0
3600.01/3521.72	c number of falsified literals weakened from conflict	: 0
3600.01/3521.72	c time for arithmetic operations	: 0
3600.01/3521.72	c minimum degree of deleted constraints	: null
3600.01/3521.72	c maximum degree of deleted constraints	: null
3600.01/3521.72	c number of deleted constraints	: 0
3600.01/3521.72	c speed (assignments/second)	: 119842.36778719869
3600.01/3521.72	c non guided choices	: 812
3600.01/3521.73	c timeout
3600.01/3521.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 262303
3600.01/3521.78	s UNKNOWN
3600.01/3521.78	c Total wall clock time (in seconds): 3521.657

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61392 MiB free)
  memory of node 1: 64465 MiB (61221 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514922-1751229361/watcher-4514922-1751229361 -o /tmp/evaluation-result-4514922-1751229361/solver-4514922-1751229361 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751222147-28933 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4514922-1751229361.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30155, runsolver pid=30152

[startup+0.100059 s]*
/proc/loadavg: 4.14 4.14 4.11 7/338 30176
/proc/meminfo: memFree=125520620/131250000 swapFree=33010684/33010684
[pid=30155] ppid=30152 vsize=18930384 memory=59584 CPUtime=0.12 cores=4,6
/proc/30155/stat : 30155 (java) S 30152 30155 28922 0 -1 4194304 6512 0 0 0 11 1 0 0 20 0 18 0 38613640 19384713216 14896 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
/proc/30155/statm: 4732596 14896 5351 1 0 547639 0
[pid=30155/tid=30157] ppid=30152 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/30155/task/30157/stat : 30157 (java) R 30152 30155 28922 0 -1 4194368 5090 0 0 0 7 1 0 0 20 0 18 0 38613641 19384713216 14896 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30166] ppid=30152 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/30155/task/30166/stat : 30166 (Finalizer) S 30152 30155 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38613643 19384713216 14896 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30173] ppid=30152 vsize=18930384 memory=60684515934839 CPUtime=0 cores=4,6
/proc/30155/task/30173/stat : 30173 (Common-Cleaner) S 30152 30155 28922 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 38613644 19384713216 14896 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59584 KiB

[startup+0.20676 s]*
/proc/loadavg: 4.14 4.14 4.11 5/316 30176
/proc/meminfo: memFree=127122340/131250000 swapFree=33010684/33010684
[pid=30155] ppid=30152 vsize=18930384 memory=74728 CPUtime=0.33 cores=4,6
/proc/30155/stat : 30155 (java) S 30152 30155 28922 0 -1 4194304 7126 0 0 0 31 2 0 0 20 0 18 0 38613640 19384713216 18682 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
/proc/30155/statm: 4732596 18682 5447 1 0 548200 0
[pid=30155/tid=30157] ppid=30152 vsize=18930384 memory=4026597495 CPUtime=0.17 cores=4,6
/proc/30155/task/30157/stat : 30157 (java) R 30152 30155 28922 0 -1 4194368 5282 0 0 0 16 1 0 0 20 0 18 0 38613641 19384713216 18682 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30166] ppid=30152 vsize=18930384 memory=224227769675 CPUtime=0 cores=4,6
/proc/30155/task/30166/stat : 30166 (Finalizer) S 30152 30155 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38613643 19384713216 18682 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30173] ppid=30152 vsize=18930384 memory=27756 CPUtime=0 cores=4,6
/proc/30155/task/30173/stat : 30173 (Common-Cleaner) S 30152 30155 28922 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 38613644 19384713216 18682 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 74728 KiB

[startup+0.305551 s]*
/proc/loadavg: 4.14 4.14 4.11 5/318 30185
/proc/meminfo: memFree=127110888/131250000 swapFree=33010684/33010684
[pid=30155] ppid=30152 vsize=18996948 memory=86236 CPUtime=0.52 cores=4,6
/proc/30155/stat : 30155 (java) S 30152 30155 28922 0 -1 4194304 8412 0 0 0 50 2 0 0 20 0 19 0 38613640 19452874752 21559 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
/proc/30155/statm: 4749237 21559 5447 1 0 549310 0
[pid=30155/tid=30157] ppid=30152 vsize=18996948 memory=8323684100008606606 CPUtime=0.26 cores=4,6
/proc/30155/task/30157/stat : 30157 (java) R 30152 30155 28922 0 -1 4194368 5317 0 0 0 25 1 0 0 20 0 19 0 38613641 19452874752 21559 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30166] ppid=30152 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/30155/task/30166/stat : 30166 (Finalizer) S 30152 30155 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38613643 19452874752 21559 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30173] ppid=30152 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/30155/task/30173/stat : 30173 (Common-Cleaner) S 30152 30155 28922 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 38613644 19452874752 21559 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30177] ppid=30152 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/30155/task/30177/stat : 30177 (Timer-0) S 30152 30155 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38613664 19452874752 21559 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 86236 KiB

[startup+0.700232 s]
/proc/loadavg: 4.14 4.14 4.11 6/316 30194
/proc/meminfo: memFree=127105160/131250000 swapFree=33010684/33010684
[pid=30155] ppid=30152 vsize=18996948 memory=105608 CPUtime=1.26 cores=4,6
/proc/30155/stat : 30155 (java) S 30152 30155 28922 0 -1 4194304 10035 0 0 0 123 3 0 0 20 0 19 0 38613640 19452874752 26402 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
/proc/30155/statm: 4749237 26402 5447 1 0 550524 0
[pid=30155/tid=30157] ppid=30152 vsize=18996948 memory=17536 CPUtime=0.64 cores=4,6
/proc/30155/task/30157/stat : 30157 (java) R 30152 30155 28922 0 -1 4194368 5336 0 0 0 62 2 0 0 20 0 19 0 38613641 19452874752 26402 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30166] ppid=30152 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/30155/task/30166/stat : 30166 (Finalizer) S 30152 30155 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38613643 19452874752 26402 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30173] ppid=30152 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/30155/task/30173/stat : 30173 (Common-Cleaner) S 30152 30155 28922 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 38613644 19452874752 26402 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30177] ppid=30152 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/30155/task/30177/stat : 30177 (Timer-0) S 30152 30155 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38613664 19452874752 26402 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 105608 KiB

[startup+1.50023 s]
/proc/loadavg: 4.37 4.19 4.12 7/337 30240
/proc/meminfo: memFree=127048856/131250000 swapFree=33010684/33010684
[pid=30155] ppid=30152 vsize=18996948 memory=157468 CPUtime=2.5 cores=4,6
/proc/30155/stat : 30155 (java) S 30152 30155 28922 0 -1 4194304 13221 0 0 0 245 5 0 0 20 0 19 0 38613640 19452874752 39367 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
/proc/30155/statm: 4749237 39367 5447 1 0 550596 0
[pid=30155/tid=30157] ppid=30152 vsize=18996948 memory=0 CPUtime=1.42 cores=4,6
/proc/30155/task/30157/stat : 30157 (java) R 30152 30155 28922 0 -1 4194368 5776 0 0 0 139 3 0 0 20 0 19 0 38613641 19452874752 39367 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30166] ppid=30152 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/30155/task/30166/stat : 30166 (Finalizer) S 30152 30155 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38613643 19452874752 39367 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30173] ppid=30152 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/30155/task/30173/stat : 30173 (Common-Cleaner) S 30152 30155 28922 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 38613644 19452874752 39367 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30177] ppid=30152 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/30155/task/30177/stat : 30177 (Timer-0) S 30152 30155 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38613664 19452874752 39367 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157468 KiB

[startup+3.10546 s]
/proc/loadavg: 4.37 4.19 4.12 6/337 30307
/proc/meminfo: memFree=126612444/131250000 swapFree=33010684/33010684
[pid=30155] ppid=30152 vsize=19063512 memory=259552 CPUtime=4.3 cores=4,6
/proc/30155/stat : 30155 (java) S 30152 30155 28922 0 -1 4194304 15992 0 0 0 421 9 0 0 20 0 20 0 38613640 19521036288 64888 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
/proc/30155/statm: 4765878 64888 5479 1 0 551095 0
[pid=30155/tid=30157] ppid=30152 vsize=19063512 memory=10752 CPUtime=2.93 cores=4,6
/proc/30155/task/30157/stat : 30157 (java) R 30152 30155 28922 0 -1 4194368 6066 0 0 0 290 3 0 0 20 0 20 0 38613641 19521036288 64888 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30166] ppid=30152 vsize=19063512 memory=-6000919498476579948 CPUtime=0 cores=4,6
/proc/30155/task/30166/stat : 30166 (Finalizer) S 30152 30155 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613643 19521036288 64888 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30173] ppid=30152 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/30155/task/30173/stat : 30173 (Common-Cleaner) S 30152 30155 28922 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 38613644 19521036288 64888 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30177] ppid=30152 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/30155/task/30177/stat : 30177 (Timer-0) S 30152 30155 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613664 19521036288 64888 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
Current children cumulated CPU time: 4.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 259552 KiB

[startup+6.30022 s]
/proc/loadavg: 4.42 4.20 4.13 5/338 30308
/proc/meminfo: memFree=125841208/131250000 swapFree=33010684/33010684
[pid=30155] ppid=30152 vsize=19063512 memory=393104 CPUtime=7.65 cores=4,6
/proc/30155/stat : 30155 (java) S 30152 30155 28922 0 -1 4194304 16394 0 0 0 754 11 0 0 20 0 20 0 38613640 19521036288 98276 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
/proc/30155/statm: 4765878 98276 5479 1 0 551095 0
[pid=30155/tid=30157] ppid=30152 vsize=19063512 memory=0 CPUtime=5.98 cores=4,6
/proc/30155/task/30157/stat : 30157 (java) R 30152 30155 28922 0 -1 4194368 6225 0 0 0 595 3 0 0 20 0 20 0 38613641 19521036288 98276 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30166] ppid=30152 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/30155/task/30166/stat : 30166 (Finalizer) S 30152 30155 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613643 19521036288 98276 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30173] ppid=30152 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/30155/task/30173/stat : 30173 (Common-Cleaner) S 30152 30155 28922 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 38613644 19521036288 98276 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30177] ppid=30152 vsize=19063512 memory=194908 CPUtime=0 cores=4,6
/proc/30155/task/30177/stat : 30177 (Timer-0) S 30152 30155 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613664 19521036288 98276 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
Current children cumulated CPU time: 7.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 393104 KiB

[startup+12.7002 s]
/proc/loadavg: 4.38 4.20 4.13 5/338 30308
/proc/meminfo: memFree=125251072/131250000 swapFree=33010684/33010684
[pid=30155] ppid=30152 vsize=19063512 memory=882556 CPUtime=14.37 cores=4,6
/proc/30155/stat : 30155 (java) S 30152 30155 28922 0 -1 4194304 20878 0 0 0 1416 21 0 0 20 0 20 0 38613640 19521036288 220639 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
/proc/30155/statm: 4765878 220639 5511 1 0 741171 0
[pid=30155/tid=30157] ppid=30152 vsize=19063512 memory=194908 CPUtime=12.05 cores=4,6
/proc/30155/task/30157/stat : 30157 (java) R 30152 30155 28922 0 -1 4194368 6935 0 0 0 1200 5 0 0 20 0 20 0 38613641 19521036288 220639 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30166] ppid=30152 vsize=19063512 memory=775876 CPUtime=0 cores=4,6
/proc/30155/task/30166/stat : 30166 (Finalizer) S 30152 30155 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613643 19521036288 220639 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30173] ppid=30152 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/30155/task/30173/stat : 30173 (Common-Cleaner) S 30152 30155 28922 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 38613644 19521036288 220639 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30177] ppid=30152 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/30155/task/30177/stat : 30177 (Timer-0) S 30152 30155 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613664 19521036288 220639 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
Current children cumulated CPU time: 14.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 882556 KiB

[startup+25.5002 s]
/proc/loadavg: 4.32 4.19 4.12 5/339 30439
/proc/meminfo: memFree=120785160/131250000 swapFree=33010684/33010684
[pid=30155] ppid=30152 vsize=19063512 memory=1635628 CPUtime=27.63 cores=4,6
/proc/30155/stat : 30155 (java) S 30152 30155 28922 0 -1 4194304 22929 0 0 0 2729 34 0 0 20 0 20 0 38613640 19521036288 408907 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
/proc/30155/statm: 4765878 408907 5511 1 0 889482 0
[pid=30155/tid=30157] ppid=30152 vsize=19063512 memory=1508652 CPUtime=24.3 cores=4,6
/proc/30155/task/30157/stat : 30157 (java) S 30152 30155 28922 0 -1 4194368 7618 0 0 0 2422 8 0 0 20 0 20 0 38613641 19521036288 408907 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30166] ppid=30152 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/30155/task/30166/stat : 30166 (Finalizer) S 30152 30155 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613643 19521036288 408907 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30173] ppid=30152 vsize=19063512 memory=1613100 CPUtime=0 cores=4,6
/proc/30155/task/30173/stat : 30173 (Common-Cleaner) S 30152 30155 28922 0 -1 4194368 47 0 0 0 0 0 0 0 20 0 20 0 38613644 19521036288 408907 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30177] ppid=30152 vsize=19063512 memory=-6000919498476579948 CPUtime=0 cores=4,6
/proc/30155/task/30177/stat : 30177 (Timer-0) S 30152 30155 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613664 19521036288 408907 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
Current children cumulated CPU time: 27.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1635628 KiB

[startup+51.1057 s]
/proc/loadavg: 4.37 4.22 4.14 5/339 30440
/proc/meminfo: memFree=112991636/131250000 swapFree=33010684/33010684
[pid=30155] ppid=30152 vsize=19063512 memory=2700328 CPUtime=54.43 cores=4,6
/proc/30155/stat : 30155 (java) S 30152 30155 28922 0 -1 4194304 35288 0 0 0 5388 55 0 0 20 0 20 0 38613640 19521036288 675082 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
/proc/30155/statm: 4765878 675082 5543 1 0 1019674 0
[pid=30155/tid=30157] ppid=30152 vsize=19063512 memory=0 CPUtime=48.92 cores=4,6
/proc/30155/task/30157/stat : 30157 (java) R 30152 30155 28922 0 -1 4194368 9314 0 0 0 4880 12 0 0 20 0 20 0 38613641 19521036288 675082 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30166] ppid=30152 vsize=19063512 memory=1189120 CPUtime=0 cores=4,6

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

/proc/30155/task/30166/stat : 30166 (Finalizer) S 30152 30155 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613643 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30173] ppid=30152 vsize=19063512 memory=14452692 CPUtime=0 cores=4,6
/proc/30155/task/30173/stat : 30173 (Common-Cleaner) S 30152 30155 28922 0 -1 4194368 1408 0 0 0 0 0 0 0 20 0 20 0 38613644 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30177] ppid=30152 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/30155/task/30177/stat : 30177 (Timer-0) S 30152 30155 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613664 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
Current children cumulated CPU time: 3175.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14452692 KiB

[startup+3162.3 s]
/proc/loadavg: 4.51 4.38 4.30 5/344 30694
/proc/meminfo: memFree=83406440/131250000 swapFree=33010684/33010684
[pid=30155] ppid=30152 vsize=19063512 memory=14452692 CPUtime=3236.17 cores=4,6
/proc/30155/stat : 30155 (java) S 30152 30155 28922 0 -1 4194304 270834 0 0 0 323218 399 0 0 20 0 20 0 38613640 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
/proc/30155/statm: 4765878 3613173 5543 1 0 3990538 0
[pid=30155/tid=30157] ppid=30152 vsize=19063512 memory=14450416 CPUtime=3093.39 cores=4,6
/proc/30155/task/30157/stat : 30157 (java) R 30152 30155 28922 0 -1 4194368 122816 0 0 0 309255 84 0 0 20 0 20 0 38613641 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30166] ppid=30152 vsize=19063512 memory=14452564 CPUtime=0 cores=4,6
/proc/30155/task/30166/stat : 30166 (Finalizer) S 30152 30155 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613643 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30173] ppid=30152 vsize=19063512 memory=14452692 CPUtime=0 cores=4,6
/proc/30155/task/30173/stat : 30173 (Common-Cleaner) S 30152 30155 28922 0 -1 4194368 1423 0 0 0 0 0 0 0 20 0 20 0 38613644 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30177] ppid=30152 vsize=19063512 memory=14452692 CPUtime=0 cores=4,6
/proc/30155/task/30177/stat : 30177 (Timer-0) S 30152 30155 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613664 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
Current children cumulated CPU time: 3236.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14452692 KiB

[startup+3222.3 s]
/proc/loadavg: 4.57 4.42 4.32 5/343 30696
/proc/meminfo: memFree=83407424/131250000 swapFree=33010684/33010684
[pid=30155] ppid=30152 vsize=19063512 memory=14452692 CPUtime=3296.94 cores=4,6
/proc/30155/stat : 30155 (java) S 30152 30155 28922 0 -1 4194304 276287 0 0 0 329292 402 0 0 20 0 20 0 38613640 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
/proc/30155/statm: 4765878 3613173 5543 1 0 3990538 0
[pid=30155/tid=30157] ppid=30152 vsize=19063512 memory=14452692 CPUtime=3152.34 cores=4,6
/proc/30155/task/30157/stat : 30157 (java) R 30152 30155 28922 0 -1 4194368 126171 0 0 0 315149 85 0 0 20 0 20 0 38613641 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30166] ppid=30152 vsize=19063512 memory=14452692 CPUtime=0 cores=4,6
/proc/30155/task/30166/stat : 30166 (Finalizer) S 30152 30155 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613643 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30173] ppid=30152 vsize=19063512 memory=14452692 CPUtime=0 cores=4,6
/proc/30155/task/30173/stat : 30173 (Common-Cleaner) S 30152 30155 28922 0 -1 4194368 1438 0 0 0 0 0 0 0 20 0 20 0 38613644 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30177] ppid=30152 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/30155/task/30177/stat : 30177 (Timer-0) S 30152 30155 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613664 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
Current children cumulated CPU time: 3296.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14452692 KiB

[startup+3282.3 s]
/proc/loadavg: 4.38 4.39 4.31 5/342 30702
/proc/meminfo: memFree=83409092/131250000 swapFree=33010684/33010684
[pid=30155] ppid=30152 vsize=19063512 memory=14452692 CPUtime=3357.6 cores=4,6
/proc/30155/stat : 30155 (java) S 30152 30155 28922 0 -1 4194304 279659 0 0 0 335357 403 0 0 20 0 20 0 38613640 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
/proc/30155/statm: 4765878 3613173 5543 1 0 3990538 0
[pid=30155/tid=30157] ppid=30152 vsize=19063512 memory=14452692 CPUtime=3211.42 cores=4,6
/proc/30155/task/30157/stat : 30157 (java) R 30152 30155 28922 0 -1 4194368 128526 0 0 0 321056 86 0 0 20 0 20 0 38613641 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30166] ppid=30152 vsize=19063512 memory=14452692 CPUtime=0 cores=4,6
/proc/30155/task/30166/stat : 30166 (Finalizer) S 30152 30155 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613643 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30173] ppid=30152 vsize=19063512 memory=14452692 CPUtime=0 cores=4,6
/proc/30155/task/30173/stat : 30173 (Common-Cleaner) S 30152 30155 28922 0 -1 4194368 1451 0 0 0 0 0 0 0 20 0 20 0 38613644 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30177] ppid=30152 vsize=19063512 memory=14452692 CPUtime=0 cores=4,6
/proc/30155/task/30177/stat : 30177 (Timer-0) S 30152 30155 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613664 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
Current children cumulated CPU time: 3357.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14452692 KiB

[startup+3342.3 s]
/proc/loadavg: 4.37 4.38 4.31 5/341 30705
/proc/meminfo: memFree=83408732/131250000 swapFree=33010684/33010684
[pid=30155] ppid=30152 vsize=19063512 memory=14452692 CPUtime=3418.45 cores=4,6
/proc/30155/stat : 30155 (java) S 30152 30155 28922 0 -1 4194304 282539 0 0 0 341439 406 0 0 20 0 20 0 38613640 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
/proc/30155/statm: 4765878 3613173 5543 1 0 3990538 0
[pid=30155/tid=30157] ppid=30152 vsize=19063512 memory=14432 CPUtime=3270.31 cores=4,6
/proc/30155/task/30157/stat : 30157 (java) R 30152 30155 28922 0 -1 4194368 130092 0 0 0 326945 86 0 0 20 0 20 0 38613641 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30166] ppid=30152 vsize=19063512 memory=14452692 CPUtime=0 cores=4,6
/proc/30155/task/30166/stat : 30166 (Finalizer) S 30152 30155 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613643 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30173] ppid=30152 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/30155/task/30173/stat : 30173 (Common-Cleaner) S 30152 30155 28922 0 -1 4194368 1464 0 0 0 0 0 0 0 20 0 20 0 38613644 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30177] ppid=30152 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/30155/task/30177/stat : 30177 (Timer-0) S 30152 30155 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613664 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
Current children cumulated CPU time: 3418.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14452692 KiB

[startup+3402.3 s]
/proc/loadavg: 4.41 4.40 4.32 5/342 30708
/proc/meminfo: memFree=83408856/131250000 swapFree=33010684/33010684
[pid=30155] ppid=30152 vsize=19063512 memory=14452692 CPUtime=3479.37 cores=4,6
/proc/30155/stat : 30155 (java) S 30152 30155 28922 0 -1 4194304 287047 0 0 0 347529 408 0 0 20 0 20 0 38613640 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
/proc/30155/statm: 4765878 3613173 5543 1 0 3990538 0
[pid=30155/tid=30157] ppid=30152 vsize=19063512 memory=14452692 CPUtime=3329.12 cores=4,6
/proc/30155/task/30157/stat : 30157 (java) R 30152 30155 28922 0 -1 4194368 133097 0 0 0 332826 86 0 0 20 0 20 0 38613641 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30166] ppid=30152 vsize=19063512 memory=17536 CPUtime=0 cores=4,6
/proc/30155/task/30166/stat : 30166 (Finalizer) S 30152 30155 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613643 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30173] ppid=30152 vsize=19063512 memory=14452692 CPUtime=0 cores=4,6
/proc/30155/task/30173/stat : 30173 (Common-Cleaner) S 30152 30155 28922 0 -1 4194368 1480 0 0 0 0 0 0 0 20 0 20 0 38613644 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30177] ppid=30152 vsize=19063512 memory=14452692 CPUtime=0 cores=4,6
/proc/30155/task/30177/stat : 30177 (Timer-0) S 30152 30155 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613664 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
Current children cumulated CPU time: 3479.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14452692 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.38 4.32 5/342 30710
/proc/meminfo: memFree=83408752/131250000 swapFree=33010684/33010684
[pid=30155] ppid=30152 vsize=19063512 memory=14452692 CPUtime=3540.02 cores=4,6
/proc/30155/stat : 30155 (java) S 30152 30155 28922 0 -1 4194304 290033 0 0 0 353592 410 0 0 20 0 20 0 38613640 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
/proc/30155/statm: 4765878 3613173 5543 1 0 3990538 0
[pid=30155/tid=30157] ppid=30152 vsize=19063512 memory=14452692 CPUtime=3388.21 cores=4,6
/proc/30155/task/30157/stat : 30157 (java) R 30152 30155 28922 0 -1 4194368 135083 0 0 0 338734 87 0 0 20 0 20 0 38613641 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30166] ppid=30152 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/30155/task/30166/stat : 30166 (Finalizer) S 30152 30155 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613643 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30173] ppid=30152 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/30155/task/30173/stat : 30173 (Common-Cleaner) S 30152 30155 28922 0 -1 4194368 1535 0 0 0 0 0 0 0 20 0 20 0 38613644 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30177] ppid=30152 vsize=19063512 memory=-4050210904893474447 CPUtime=0 cores=4,6
/proc/30155/task/30177/stat : 30177 (Timer-0) S 30152 30155 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613664 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
Current children cumulated CPU time: 3540.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14452692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3521.7 s]
/proc/loadavg: 3.80 4.25 4.28 4/317 30745
/proc/meminfo: memFree=99692004/131250000 swapFree=33010684/33010684
[pid=30155] ppid=30152 vsize=19063512 memory=14452692 CPUtime=3600.01 cores=4,6
/proc/30155/stat : 30155 (java) S 30152 30155 28922 0 -1 4194304 294073 0 0 0 359588 413 0 0 20 0 20 0 38613640 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
/proc/30155/statm: 4765878 3613173 5543 1 0 3990538 0
[pid=30155/tid=30157] ppid=30152 vsize=19063512 memory=14452692 CPUtime=3446.75 cores=4,6
/proc/30155/task/30157/stat : 30157 (java) R 30152 30155 28922 0 -1 4194368 138018 0 0 0 344587 88 0 0 20 0 20 0 38613641 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30166] ppid=30152 vsize=19063512 memory=14452692 CPUtime=0 cores=4,6
/proc/30155/task/30166/stat : 30166 (Finalizer) S 30152 30155 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38613643 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30173] ppid=30152 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/30155/task/30173/stat : 30173 (Common-Cleaner) S 30152 30155 28922 0 -1 4194368 1552 0 0 0 0 0 0 0 20 0 20 0 38613644 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
[pid=30155/tid=30177] ppid=30152 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/30155/task/30177/stat : 30177 (Timer-0) S 30152 30155 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38613664 19521036288 3613173 18446744073709551615 94468375363584 94468375367280 140727793826000 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94468375375096 94468375375888 94468403617792 140727793834369 140727793834470 140727793834470 140727793840072 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14452692 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.03 s, system=4.17414 s

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

[startup+3521.81 s]*
/proc/loadavg: 3.82 4.24 4.28 4/299 30748
/proc/meminfo: memFree=101804112/131250000 swapFree=33010684/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): 3521.84
CPU time (s): 3600.2
CPU user time (s): 3596.03
CPU system time (s): 4.17414
CPU usage (%): 102.225
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 14452692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.03
system time used= 4.17414
maximum resident set size= 14453716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 295428
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117598
involuntary context switches= 8770


# summary of solver processes directly reported to runsolver:
#   pid: 30155
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3596.03
#   total CPU system time (s): 4.17414

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.30489 second user time and 16.9005 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 22:36:01
IDJOB=4514922
IDBENCH=163980
IDSOLVER=3363
FILE ID=nodeC019/4514922-1751229361
RUNJOBID= nodeC019-1751222147-28933
SLURM_JOB_ID= 9587678
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib3/normalized-seymour.0.u.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514922-1751229361/watcher-4514922-1751229361 -o /tmp/evaluation-result-4514922-1751229361/solver-4514922-1751229361 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751222147-28933 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4514922-1751229361.opb

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

MD5SUM BENCH= 8ef3131177365cbfba34b2238fc87839
RANDOM SEED=1453362713

nodeC019 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.702
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.37
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.669
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.37
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		: 3597.063
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.37
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		: 3602.640
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.37
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.713
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.37
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.585
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.37
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		: 3585.738
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.37
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		: 3598.257
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125557100 kB
MemAvailable:   125447708 kB
Buffers:            3280 kB
Cached:           699844 kB
SwapCached:            0 kB
Active:          4685844 kB
Inactive:         443080 kB
Active(anon):    4443880 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   443080 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1016 kB
Writeback:            16 kB
AnonPages:       4427328 kB
Mapped:           122732 kB
Shmem:             18064 kB
KReclaimable:      89608 kB
Slab:             175704 kB
SReclaimable:      89608 kB
SUnreclaim:        86096 kB
KernelStack:        5180 kB
PageTables:        12524 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7078212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4198400 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:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432624 MiB
End job on nodeC019 at 2025-06-29 23:34:43