Trace number 4514923

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.34 3490.88

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.10/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.18	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.24/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.24/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.24/0.23	c java.vm.version	22.0.1+8-16
0.24/0.23	c java.vm.vendor	Oracle Corporation
0.24/0.23	c sun.arch.data.model	64
0.24/0.23	c java.version		22.0.1
0.24/0.23	c os.name		Linux
0.24/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.24/0.23	c os.arch		amd64
0.24/0.24	c Free memory 		2104792832
0.24/0.24	c Max memory 		16282288128
0.24/0.24	c Total memory 		2113929216
0.24/0.25	c Number of processors 	2
0.41/0.35	c Pseudo Boolean Optimization by upper bound
0.41/0.35	c --- Begin Solver configuration ---
0.41/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.41/0.35	c Learn all clauses as in MiniSAT
0.41/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.41/0.35	c Expensive reason simplification
0.41/0.35	c Glucose 2.1 dynamic restart strategy
0.41/0.35	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.41/0.35	c timeout=2147483s
0.41/0.35	c DB Simplification allowed=false
0.41/0.35	c Listener: none
0.41/0.35	c --- End Solver configuration ---
0.41/0.36	c solving HOME/instance-4514923-1751229664.opb
0.41/0.36	c reading problem ... 
0.48/0.98	c using VERIPB proof format
0.48/0.98	c  no objective function found
0.90/1.27	c ... done. Wall clock time 0.907s.
0.90/1.27	c declared #vars     1372
0.90/1.27	c #constraints  4945
0.90/1.27	c constraints type 
0.90/1.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 285
0.90/1.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.90/1.27	c org.sat4j.pb.constraints.pb.UnitClausePB => 117
0.90/1.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4542
0.90/1.27	c 4945 constraints processed.
5.23/3.48	c cleaning 2498 clauses out of 5000 with flag 10404/5000
7.40/4.62	c cleaning 4252 clauses out of 8503 with flag 22842/11001
8.57/5.66	c cleaning 5626 clauses out of 11251 with flag 37298/18001
10.81/7.56	c cleaning 6810 clauses out of 13624 with flag 53811/26000
12.92/9.41	c cleaning 7905 clauses out of 15815 with flag 72429/35001
14.88/11.18	c cleaning 8953 clauses out of 17909 with flag 93006/45000
16.87/12.82	c cleaning 9976 clauses out of 19956 with flag 115713/56000
20.69/16.53	c cleaning 10986 clauses out of 21981 with flag 140479/68001
24.75/20.41	c cleaning 11997 clauses out of 23994 with flag 167365/81000
26.92/22.57	c cleaning 12995 clauses out of 25998 with flag 196332/95001
29.55/25.03	c cleaning 13996 clauses out of 28003 with flag 227230/110001
32.95/28.25	c cleaning 15000 clauses out of 30006 with flag 260212/126000
36.74/31.86	c cleaning 16001 clauses out of 32007 with flag 295216/143001
40.49/35.65	c cleaning 17003 clauses out of 34005 with flag 332284/161000
45.08/40.19	c cleaning 17998 clauses out of 36002 with flag 371090/180000
50.20/45.13	c cleaning 18998 clauses out of 38004 with flag 411836/200000
54.29/49.13	c cleaning 20002 clauses out of 40008 with flag 455025/221002
58.76/53.46	c cleaning 21000 clauses out of 42005 with flag 500589/243001
64.18/58.67	c cleaning 22001 clauses out of 44005 with flag 548413/266001
69.29/63.62	c cleaning 23002 clauses out of 46003 with flag 598323/290000
75.83/70.10	c cleaning 23999 clauses out of 48002 with flag 650229/315001
81.40/75.34	c cleaning 24996 clauses out of 50002 with flag 704079/341000
86.82/80.62	c cleaning 26002 clauses out of 52008 with flag 760143/368002
92.92/86.61	c cleaning 26997 clauses out of 54004 with flag 818108/396000
99.41/92.88	c cleaning 27999 clauses out of 56007 with flag 878338/425000
106.78/100.19	c cleaning 29003 clauses out of 58008 with flag 940713/455000
113.76/106.87	c cleaning 29999 clauses out of 60005 with flag 1005290/486000
120.36/113.30	c cleaning 31000 clauses out of 62007 with flag 1071663/518001
125.59/118.59	c cleaning 31998 clauses out of 64007 with flag 1140288/551001
133.35/126.26	c cleaning 33000 clauses out of 66008 with flag 1211166/585000
139.66/132.22	c cleaning 34003 clauses out of 68008 with flag 1284052/620000
146.91/139.38	c cleaning 35000 clauses out of 70006 with flag 1359419/656001
156.20/148.32	c cleaning 35998 clauses out of 72005 with flag 1436494/693000
163.03/154.88	c cleaning 36999 clauses out of 74007 with flag 1515244/731000
171.26/163.02	c cleaning 38004 clauses out of 76008 with flag 1596791/770000
180.09/171.49	c cleaning 38999 clauses out of 78004 with flag 1681597/810000
189.18/180.24	c cleaning 39997 clauses out of 80006 with flag 1767032/851001
198.20/189.10	c cleaning 40999 clauses out of 82008 with flag 1855037/893000
207.08/197.69	c cleaning 42004 clauses out of 84009 with flag 1944993/936000
215.04/205.38	c cleaning 42997 clauses out of 86005 with flag 2037033/980000
224.22/214.09	c cleaning 44001 clauses out of 88008 with flag 2131002/1025000
233.62/223.45	c cleaning 45000 clauses out of 90007 with flag 2227298/1071000
242.80/232.35	c cleaning 46004 clauses out of 92007 with flag 2326141/1118000
253.49/242.56	c cleaning 46996 clauses out of 94003 with flag 2426295/1166000
262.36/251.23	c cleaning 48004 clauses out of 96008 with flag 2528108/1215001
272.40/261.02	c cleaning 48994 clauses out of 98003 with flag 2632909/1265000
284.82/271.56	c cleaning 50002 clauses out of 100010 with flag 2739779/1316001
298.96/285.39	c cleaning 50999 clauses out of 102008 with flag 2847823/1368001
311.11/297.24	c cleaning 51998 clauses out of 104009 with flag 2958196/1421001
325.26/311.14	c cleaning 53001 clauses out of 106010 with flag 3069909/1475000
336.61/322.01	c cleaning 54002 clauses out of 108009 with flag 3183758/1530000
346.72/331.79	c cleaning 55000 clauses out of 110007 with flag 3299312/1586000
358.70/343.30	c cleaning 56002 clauses out of 112007 with flag 3417871/1643000
370.99/355.35	c cleaning 56993 clauses out of 114006 with flag 3538394/1701001
382.33/366.26	c cleaning 58000 clauses out of 116012 with flag 3660686/1760000
393.71/377.23	c cleaning 59002 clauses out of 118012 with flag 3785125/1820000
406.08/389.21	c cleaning 60005 clauses out of 120010 with flag 3911544/1881000
419.96/403.06	c cleaning 61001 clauses out of 122005 with flag 4039340/1943000
431.80/414.46	c cleaning 61998 clauses out of 124004 with flag 4169981/2006000
444.90/427.19	c cleaning 62999 clauses out of 126007 with flag 4302578/2070001
461.69/443.53	c cleaning 64001 clauses out of 128007 with flag 4436191/2135000
476.91/458.33	c cleaning 64995 clauses out of 130006 with flag 4571968/2201000
493.85/474.64	c cleaning 66002 clauses out of 132012 with flag 4710360/2268001
509.65/489.98	c cleaning 67002 clauses out of 134009 with flag 4851141/2336000
526.69/506.77	c cleaning 67997 clauses out of 136007 with flag 4993633/2405000
541.95/521.39	c cleaning 69005 clauses out of 138011 with flag 5137652/2475001
560.26/539.26	c cleaning 69998 clauses out of 140005 with flag 5283675/2546000
578.65/557.12	c cleaning 71004 clauses out of 142008 with flag 5431333/2618001
596.89/573.81	c cleaning 71994 clauses out of 144003 with flag 5584256/2691000
612.26/588.65	c cleaning 73002 clauses out of 146009 with flag 5738585/2765000
629.93/605.61	c cleaning 74000 clauses out of 148007 with flag 5895099/2840000
647.54/622.96	c cleaning 75004 clauses out of 150007 with flag 6054259/2916000
667.46/642.28	c cleaning 75996 clauses out of 152003 with flag 6214918/2993000
686.58/661.04	c cleaning 77001 clauses out of 154008 with flag 6377859/3071001
705.88/679.99	c cleaning 77998 clauses out of 156006 with flag 6542174/3150000
724.78/698.26	c cleaning 79001 clauses out of 158009 with flag 6708495/3230001
745.76/718.73	c cleaning 80002 clauses out of 160008 with flag 6876828/3311001
767.27/739.67	c cleaning 80995 clauses out of 162006 with flag 7047146/3393001
785.91/757.45	c cleaning 82003 clauses out of 164011 with flag 7218640/3476001
805.55/776.65	c cleaning 82998 clauses out of 166007 with flag 7392880/3560000
825.63/796.18	c cleaning 84005 clauses out of 168010 with flag 7567148/3645001
845.01/815.30	c cleaning 85000 clauses out of 170005 with flag 7745659/3731001
866.98/836.83	c cleaning 85999 clauses out of 172005 with flag 7926862/3818001
886.50/855.61	c cleaning 87003 clauses out of 174005 with flag 8108910/3906000
904.04/872.82	c cleaning 87999 clauses out of 176003 with flag 8293237/3995001
926.53/892.95	c cleaning 88997 clauses out of 178003 with flag 8479865/4085000
947.67/913.63	c cleaning 89998 clauses out of 180007 with flag 8669010/4176001
969.49/934.88	c cleaning 91001 clauses out of 182008 with flag 8857518/4268000
991.13/956.07	c cleaning 92001 clauses out of 184007 with flag 9049234/4361000
1012.25/976.34	c cleaning 92997 clauses out of 186007 with flag 9242965/4455001
1033.01/996.58	c cleaning 93999 clauses out of 188009 with flag 9438495/4550000
1054.88/1017.82	c cleaning 95005 clauses out of 190011 with flag 9637821/4646001
1081.28/1043.52	c cleaning 96001 clauses out of 192005 with flag 9839948/4743000
1104.04/1065.70	c cleaning 96996 clauses out of 194005 with flag 10042435/4841001
1129.40/1090.66	c cleaning 98001 clauses out of 196008 with flag 10249254/4940000
1153.66/1114.05	c cleaning 99000 clauses out of 198008 with flag 10456590/5040001
1178.53/1137.89	c cleaning 100003 clauses out of 200008 with flag 10664886/5141001
1200.55/1159.38	c cleaning 100997 clauses out of 202004 with flag 10874838/5243000
1225.74/1183.52	c cleaning 102001 clauses out of 204008 with flag 11089185/5346001
1252.82/1211.02	c cleaning 102996 clauses out of 206006 with flag 11302560/5450000
1277.56/1235.27	c cleaning 104001 clauses out of 208011 with flag 11517329/5555001
1302.27/1259.16	c cleaning 105002 clauses out of 210009 with flag 11735236/5661000
1328.22/1284.47	c cleaning 105996 clauses out of 212008 with flag 11954611/5768001
1354.86/1310.38	c cleaning 106999 clauses out of 214012 with flag 12176199/5876001
1382.27/1336.97	c cleaning 107999 clauses out of 216012 with flag 12400280/5985000
1410.34/1364.46	c cleaning 109004 clauses out of 218013 with flag 12626874/6095000
1440.30/1391.20	c cleaning 109998 clauses out of 220010 with flag 12856040/6206001
1466.89/1417.00	c cleaning 111002 clauses out of 222012 with flag 13085711/6318001
1495.20/1444.23	c cleaning 111999 clauses out of 224010 with flag 13316688/6431001
1523.72/1471.93	c cleaning 113000 clauses out of 226011 with flag 13550696/6545001
1549.74/1497.17	c cleaning 114003 clauses out of 228011 with flag 13786819/6660001
1578.40/1526.55	c cleaning 114999 clauses out of 230007 with flag 14027890/6776000
1609.52/1556.63	c cleaning 115999 clauses out of 232008 with flag 14271242/6893000
1637.78/1584.07	c cleaning 116999 clauses out of 234009 with flag 14515703/7011000
1666.38/1611.69	c cleaning 117999 clauses out of 236011 with flag 14761810/7130001
1693.62/1638.15	c cleaning 119000 clauses out of 238012 with flag 15010876/7250001
1722.53/1666.53	c cleaning 120002 clauses out of 240012 with flag 15261414/7371001
1754.86/1698.15	c cleaning 121002 clauses out of 242009 with flag 15512619/7493000
1786.49/1729.04	c cleaning 122002 clauses out of 244007 with flag 15764745/7616000
1817.58/1759.20	c cleaning 122996 clauses out of 246005 with flag 16019782/7740000
1848.42/1789.24	c cleaning 124002 clauses out of 248009 with flag 16279378/7865000
1888.92/1828.91	c cleaning 125002 clauses out of 250007 with flag 16541505/7991000
1926.32/1865.53	c cleaning 125995 clauses out of 252005 with flag 16805314/8118000
1964.41/1902.75	c cleaning 126998 clauses out of 254010 with flag 17070910/8246000
2003.40/1940.84	c cleaning 128002 clauses out of 256012 with flag 17338852/8375000
2040.68/1974.88	c cleaning 128998 clauses out of 258010 with flag 17607776/8505000
2074.38/2007.22	c cleaning 130000 clauses out of 260014 with flag 17878983/8636002
2107.23/2039.20	c cleaning 131004 clauses out of 262012 with flag 18152591/8768000
2141.06/2072.19	c cleaning 131998 clauses out of 264008 with flag 18426223/8901000
2177.90/2108.10	c cleaning 133001 clauses out of 266011 with flag 18699373/9035001
2216.64/2145.89	c cleaning 134000 clauses out of 268010 with flag 18974393/9170001
2254.12/2182.15	c cleaning 134997 clauses out of 270009 with flag 19253559/9306000
2287.49/2214.61	c cleaning 136006 clauses out of 272013 with flag 19536168/9443001
2327.41/2254.13	c cleaning 137002 clauses out of 274007 with flag 19819533/9581001
2364.03/2289.98	c cleaning 138001 clauses out of 276004 with flag 20103987/9720000
2398.37/2323.38	c cleaning 138999 clauses out of 278004 with flag 20390799/9860001
2436.56/2360.81	c cleaning 140001 clauses out of 280004 with flag 20682229/10001000
2477.72/2401.39	c cleaning 141000 clauses out of 282003 with flag 20975898/10143000
2519.12/2441.74	c cleaning 141998 clauses out of 284003 with flag 21268912/10286000
2563.60/2485.12	c cleaning 142997 clauses out of 286006 with flag 21562142/10430001
2602.93/2523.57	c cleaning 143993 clauses out of 288009 with flag 21858933/10575001
2643.87/2561.20	c cleaning 145002 clauses out of 290015 with flag 22159126/10721000
2682.77/2599.24	c cleaning 146004 clauses out of 292014 with flag 22459658/10868001
2722.97/2638.43	c cleaning 146999 clauses out of 294010 with flag 22764220/11016001
2760.70/2674.99	c cleaning 148003 clauses out of 296011 with flag 23073560/11165001
2798.58/2711.92	c cleaning 148996 clauses out of 298008 with flag 23383226/11315001
2844.15/2756.44	c cleaning 150005 clauses out of 300013 with flag 23695949/11466002
2887.08/2798.24	c cleaning 151003 clauses out of 302006 with flag 24010843/11618000
2922.78/2833.06	c cleaning 151993 clauses out of 304003 with flag 24327572/11771000
2964.72/2874.04	c cleaning 153001 clauses out of 306010 with flag 24646659/11925000
3004.73/2912.87	c cleaning 153996 clauses out of 308009 with flag 24968133/12080000
3046.62/2953.77	c cleaning 155004 clauses out of 310013 with flag 25291290/12236000
3086.31/2992.24	c cleaning 156003 clauses out of 312010 with flag 25615032/12393001
3127.78/3032.66	c cleaning 156997 clauses out of 314007 with flag 25942466/12551001
3170.72/3074.36	c cleaning 158000 clauses out of 316009 with flag 26272465/12710000
3219.59/3119.52	c cleaning 158999 clauses out of 318009 with flag 26604708/12870000
3265.69/3164.46	c cleaning 160005 clauses out of 320011 with flag 26938788/13031001
3314.88/3212.43	c cleaning 160997 clauses out of 322006 with flag 27274682/13193001
3360.91/3257.58	c cleaning 162004 clauses out of 324009 with flag 27611590/13356001
3407.85/3303.34	c cleaning 163003 clauses out of 326007 with flag 27951063/13520003
3448.00/3342.20	c cleaning 163995 clauses out of 328001 with flag 28292740/13685000
3493.46/3387.01	c cleaning 165002 clauses out of 330006 with flag 28634221/13851000
3540.47/3432.97	c cleaning 166001 clauses out of 332004 with flag 28978956/14018000
3585.24/3476.42	c cleaning 166999 clauses out of 334004 with flag 29325490/14186001
3600.01/3490.62	c starts		: 1
3600.01/3490.63	c timeout
3600.01/3490.65	c conflicts		: 14247806
3600.01/3490.65	c decisions		: 17846668
3600.01/3490.65	c propagations		: 253160541
3600.01/3490.65	c inspects		: 5666981467
3600.01/3490.65	c shortcuts		: 0
3600.01/3490.65	c learnt literals	: 0
3600.01/3490.65	c learnt binary clauses	: 0
3600.01/3490.65	c learnt ternary clauses	: 0
3600.01/3490.65	c learnt constraints	: 14247806
3600.01/3490.65	c ignored constraints	: 0
3600.01/3490.65	c root simplifications	: 0
3600.01/3490.65	c removed literals (reason simplification)	: 27039353
3600.01/3490.65	c reason swapping (by a shorter reason)	: 0
3600.01/3490.65	c Calls to reduceDB	: 164
3600.01/3490.65	c Number of update (reduction) of LBD	: 173898
3600.01/3490.65	c Imported unit clauses	: 0
3600.01/3490.65	c No decision after first conflict	: false
3600.01/3490.65	c number of reductions to clauses (during analyze)	: 0
3600.01/3490.65	c number of learned constraints concerned by reduction	: 0
3600.01/3490.65	c number of learning phase by resolution	: 0
3600.01/3490.65	c number of learning phase by cutting planes	: 0
3600.01/3490.65	c number of rounding to 1 operations	: 0
3600.01/3490.65	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3490.65	c number of reductions of the coefficients by power 2 	: 0
3600.01/3490.65	c number of right shift for reduction by power 2 	: 0
3600.01/3490.65	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3490.65	c number of ending skipping 	: 0
3600.01/3490.65	c number of internal skipping 	: 0
3600.01/3490.65	c number of derivation steps 	: 0
3600.01/3490.65	c number of skipped derivation steps 	: 0
3600.01/3490.65	c number of remaining unassigned 	: 0
3600.01/3490.65	c number of remaining assigned 	: 0
3600.01/3490.65	c number of falsified literals weakened from reason	: 0
3600.01/3490.65	c number of falsified literals weakened from conflict	: 0
3600.01/3490.65	c time for arithmetic operations	: 0
3600.01/3490.65	c minimum degree of deleted constraints	: null
3600.01/3490.65	c maximum degree of deleted constraints	: null
3600.01/3490.65	c number of deleted constraints	: 0
3600.01/3490.66	c speed (assignments/second)	: 72551.78818453838
3600.01/3490.66	c non guided choices	: 812
3600.19/3490.73	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 228810
3600.19/3490.73	s UNKNOWN
3600.19/3490.73	c Total wall clock time (in seconds): 3490.374

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: 63837 MiB (62695 MiB free)
  memory of node 1: 64465 MiB (55390 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514923-1751229664/watcher-4514923-1751229664 -o /tmp/evaluation-result-4514923-1751229664/solver-4514923-1751229664 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751222447-26778 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514923-1751229664 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4514923-1751229664.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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=28091, runsolver pid=28088
Current StackSize limit: 8192 KiB


[startup+0.100072 s]*
/proc/loadavg: 4.05 4.15 4.16 6/308 28119
/proc/meminfo: memFree=120874172/131382120 swapFree=33010684/33010684
[pid=28091] ppid=28088 vsize=18930384 memory=47156 CPUtime=0.1 cores=4,6
/proc/28091/stat : 28091 (java) S 28088 28091 26767 0 -1 4194304 5678 0 0 0 6 4 0 0 20 0 18 0 38645100 19384713216 11789 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
/proc/28091/statm: 4732596 11789 5136 1 0 546893 0
[pid=28091/tid=28097] ppid=28088 vsize=18930384 memory=4026531960 CPUtime=0.05 cores=4,6
/proc/28091/task/28097/stat : 28097 (java) R 28088 28091 26767 0 -1 4194368 4584 0 0 0 3 2 0 0 20 0 18 0 38645102 19384713216 11789 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28108] ppid=28088 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/28091/task/28108/stat : 28108 (Finalizer) S 28088 28091 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38645107 19384713216 11821 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28117] ppid=28088 vsize=18930384 memory=59593594259917 CPUtime=0 cores=4,6
/proc/28091/task/28117/stat : 28117 (Common-Cleaner) S 28088 28091 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38645108 19384713216 11821 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47156 KiB

[startup+0.213843 s]*
/proc/loadavg: 4.05 4.15 4.16 6/308 28119
/proc/meminfo: memFree=120860124/131382120 swapFree=33010684/33010684
[pid=28091] ppid=28088 vsize=18930384 memory=49844 CPUtime=0.24 cores=4,6
/proc/28091/stat : 28091 (java) S 28088 28091 26767 0 -1 4194304 6145 0 0 0 20 4 0 0 20 0 18 0 38645100 19384713216 12461 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
/proc/28091/statm: 4732596 12461 5328 1 0 547247 0
[pid=28091/tid=28097] ppid=28088 vsize=18930384 memory=4026630409 CPUtime=0.15 cores=4,6
/proc/28091/task/28097/stat : 28097 (java) R 28088 28091 26767 0 -1 4194368 4961 0 0 0 12 3 0 0 20 0 18 0 38645102 19384713216 12461 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28108] ppid=28088 vsize=18930384 memory=211342852430 CPUtime=0 cores=4,6
/proc/28091/task/28108/stat : 28108 (Finalizer) S 28088 28091 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38645107 19384713216 12461 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28117] ppid=28088 vsize=18930384 memory=52996524493243 CPUtime=0 cores=4,6
/proc/28091/task/28117/stat : 28117 (Common-Cleaner) S 28088 28091 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38645108 19384713216 12461 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49844 KiB

[startup+0.315619 s]*
/proc/loadavg: 4.05 4.15 4.16 7/306 28129
/proc/meminfo: memFree=120862316/131382120 swapFree=33010684/33010684
[pid=28091] ppid=28088 vsize=18930384 memory=58084 CPUtime=0.41 cores=4,6
/proc/28091/stat : 28091 (java) S 28088 28091 26767 0 -1 4194304 6697 0 0 0 36 5 0 0 20 0 18 0 38645100 19384713216 14521 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
/proc/28091/statm: 4732596 14521 5328 1 0 547711 0
[pid=28091/tid=28097] ppid=28088 vsize=18930384 memory=-7824251494391043428 CPUtime=0.23 cores=4,6
/proc/28091/task/28097/stat : 28097 (java) R 28088 28091 26767 0 -1 4194368 5142 0 0 0 20 3 0 0 20 0 18 0 38645102 19384713216 14521 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28108] ppid=28088 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/28091/task/28108/stat : 28108 (Finalizer) S 28088 28091 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38645107 19384713216 14521 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28117] ppid=28088 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/28091/task/28117/stat : 28117 (Common-Cleaner) S 28088 28091 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38645108 19384713216 14521 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58084 KiB

[startup+0.700405 s]
/proc/loadavg: 4.05 4.15 4.16 3/305 28131
/proc/meminfo: memFree=120853508/131382120 swapFree=33010684/33010684
[pid=28091] ppid=28088 vsize=18930384 memory=59108 CPUtime=0.48 cores=4,6
/proc/28091/stat : 28091 (java) S 28088 28091 26767 0 -1 4194304 6809 0 0 0 43 5 0 0 20 0 18 0 38645100 19384713216 14777 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
/proc/28091/statm: 4732596 14777 5456 1 0 547792 0
[pid=28091/tid=28097] ppid=28088 vsize=18930384 memory=17920 CPUtime=0.27 cores=4,6
/proc/28091/task/28097/stat : 28097 (java) D 28088 28091 26767 0 -1 4194368 5216 0 0 0 24 3 0 0 20 0 18 0 38645102 19384713216 14777 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28108] ppid=28088 vsize=18930384 memory=11136 CPUtime=0 cores=4,6
/proc/28091/task/28108/stat : 28108 (Finalizer) S 28088 28091 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38645107 19384713216 14777 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28117] ppid=28088 vsize=18930384 memory=21472 CPUtime=0 cores=4,6
/proc/28091/task/28117/stat : 28117 (Common-Cleaner) S 28088 28091 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 38645108 19384713216 14777 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59108 KiB

[startup+1.50034 s]
/proc/loadavg: 4.05 4.15 4.16 7/305 28131
/proc/meminfo: memFree=120941576/131382120 swapFree=33010684/33010684
[pid=28091] ppid=28088 vsize=18996948 memory=96472 CPUtime=1.49 cores=4,6
/proc/28091/stat : 28091 (java) S 28088 28091 26767 0 -1 4194304 8894 0 0 0 142 7 0 0 20 0 19 0 38645100 19452874752 24118 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
/proc/28091/statm: 4749237 24118 5456 1 0 549486 0
[pid=28091/tid=28097] ppid=28088 vsize=18996948 memory=21472 CPUtime=0.77 cores=4,6
/proc/28091/task/28097/stat : 28097 (java) R 28088 28091 26767 0 -1 4194368 5368 0 0 0 72 5 0 0 20 0 19 0 38645102 19452874752 24118 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28108] ppid=28088 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/28091/task/28108/stat : 28108 (Finalizer) S 28088 28091 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38645107 19452874752 24118 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28117] ppid=28088 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/28091/task/28117/stat : 28117 (Common-Cleaner) S 28088 28091 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38645108 19452874752 24118 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 96472 KiB

[startup+3.10557 s]
/proc/loadavg: 4.21 4.18 4.17 7/330 28170
/proc/meminfo: memFree=123450792/131382120 swapFree=33010684/33010684
[pid=28091] ppid=28088 vsize=19063512 memory=189916 CPUtime=4.64 cores=4,6
/proc/28091/stat : 28091 (java) S 28088 28091 26767 0 -1 4194304 18022 0 0 0 450 14 0 0 20 0 20 0 38645100 19521036288 47479 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
/proc/28091/statm: 4765878 47479 5488 1 0 552798 0
[pid=28091/tid=28097] ppid=28088 vsize=19063512 memory=11136 CPUtime=2.22 cores=4,6
/proc/28091/task/28097/stat : 28097 (java) R 28088 28091 26767 0 -1 4194368 6153 0 0 0 214 8 0 0 20 0 20 0 38645102 19521036288 47479 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28108] ppid=28088 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/28091/task/28108/stat : 28108 (Finalizer) S 28088 28091 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38645107 19521036288 47479 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28117] ppid=28088 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/28091/task/28117/stat : 28117 (Common-Cleaner) S 28088 28091 26767 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 38645108 19521036288 47479 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28132] ppid=28088 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/28091/task/28132/stat : 28132 (Timer-0) S 28088 28091 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38645228 19521036288 47479 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
Current children cumulated CPU time: 4.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 189916 KiB

[startup+6.3004 s]
/proc/loadavg: 4.21 4.18 4.17 6/331 28171
/proc/meminfo: memFree=122293180/131382120 swapFree=33010684/33010684
[pid=28091] ppid=28088 vsize=19063512 memory=905028 CPUtime=9.61 cores=4,6
/proc/28091/stat : 28091 (java) S 28088 28091 26767 0 -1 4194304 21342 0 0 0 929 32 0 0 20 0 20 0 38645100 19521036288 226257 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
/proc/28091/statm: 4765878 226257 5488 1 0 1058411 0
[pid=28091/tid=28097] ppid=28088 vsize=19063512 memory=11136 CPUtime=5.18 cores=4,6
/proc/28091/task/28097/stat : 28097 (java) R 28088 28091 26767 0 -1 4194368 7160 0 0 0 496 22 0 0 20 0 20 0 38645102 19521036288 226257 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28108] ppid=28088 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/28091/task/28108/stat : 28108 (Finalizer) S 28088 28091 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38645107 19521036288 226257 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28117] ppid=28088 vsize=19063512 memory=-6000919472656508013 CPUtime=0 cores=4,6
/proc/28091/task/28117/stat : 28117 (Common-Cleaner) S 28088 28091 26767 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 38645108 19521036288 226257 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28132] ppid=28088 vsize=19063512 memory=16464 CPUtime=0 cores=4,6
/proc/28091/task/28132/stat : 28132 (Timer-0) S 28088 28091 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38645228 19521036288 226257 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
Current children cumulated CPU time: 9.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 905028 KiB

[startup+12.7004 s]
/proc/loadavg: 4.26 4.19 4.17 5/331 28171
/proc/meminfo: memFree=120615320/131382120 swapFree=33010684/33010684
[pid=28091] ppid=28088 vsize=19063512 memory=1800028 CPUtime=16.77 cores=4,6
/proc/28091/stat : 28091 (java) S 28088 28091 26767 0 -1 4194304 22326 0 0 0 1619 58 0 0 20 0 20 0 38645100 19521036288 450007 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
/proc/28091/statm: 4765878 450007 5488 1 0 1440683 0
[pid=28091/tid=28097] ppid=28088 vsize=19063512 memory=11136 CPUtime=11.08 cores=4,6
/proc/28091/task/28097/stat : 28097 (java) R 28088 28091 26767 0 -1 4194368 7461 0 0 0 1066 42 0 0 20 0 20 0 38645102 19521036288 450007 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28108] ppid=28088 vsize=19063512 memory=1506996 CPUtime=0 cores=4,6
/proc/28091/task/28108/stat : 28108 (Finalizer) S 28088 28091 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38645107 19521036288 450007 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28117] ppid=28088 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/28091/task/28117/stat : 28117 (Common-Cleaner) S 28088 28091 26767 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 38645108 19521036288 450007 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28132] ppid=28088 vsize=19063512 memory=1758952 CPUtime=0 cores=4,6
/proc/28091/task/28132/stat : 28132 (Timer-0) S 28088 28091 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38645228 19521036288 450007 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
Current children cumulated CPU time: 16.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1800028 KiB

[startup+25.5005 s]
/proc/loadavg: 4.29 4.20 4.18 6/331 28238
/proc/meminfo: memFree=117674620/131382120 swapFree=33010684/33010684
[pid=28091] ppid=28088 vsize=19063512 memory=2770740 CPUtime=30.13 cores=4,6
/proc/28091/stat : 28091 (java) S 28088 28091 26767 0 -1 4194304 26129 0 0 0 2918 95 0 0 20 0 20 0 38645100 19521036288 692685 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
/proc/28091/statm: 4765878 692685 5488 1 0 1595282 0
[pid=28091/tid=28097] ppid=28088 vsize=19063512 memory=11136 CPUtime=23.12 cores=4,6
/proc/28091/task/28097/stat : 28097 (java) R 28088 28091 26767 0 -1 4194368 8808 0 0 0 2240 72 0 0 20 0 20 0 38645102 19521036288 692685 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28108] ppid=28088 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/28091/task/28108/stat : 28108 (Finalizer) S 28088 28091 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38645107 19521036288 692685 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28117] ppid=28088 vsize=19063512 memory=16464 CPUtime=0 cores=4,6
/proc/28091/task/28117/stat : 28117 (Common-Cleaner) S 28088 28091 26767 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 38645108 19521036288 692685 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28132] ppid=28088 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/28091/task/28132/stat : 28132 (Timer-0) S 28088 28091 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38645228 19521036288 692685 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
Current children cumulated CPU time: 30.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2770740 KiB

[startup+51.1137 s]
/proc/loadavg: 4.25 4.20 4.18 5/331 28239
/proc/meminfo: memFree=114614124/131382120 swapFree=33010684/33010684
[pid=28091] ppid=28088 vsize=19063512 memory=3924588 CPUtime=56.47 cores=4,6
/proc/28091/stat : 28091 (java) S 28088 28091 26767 0 -1 4194304 33159 0 0 0 5497 150 0 0 20 0 20 0 38645100 19521036288 981147 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
/proc/28091/statm: 4765878 981147 5520 1 0 1766576 0
[pid=28091/tid=28097] ppid=28088 vsize=19063512 memory=11136 CPUtime=47.04 cores=4,6
/proc/28091/task/28097/stat : 28097 (java) R 28088 28091 26767 0 -1 4194368 10864 0 0 0 4589 115 0 0 20 0 20 0 38645102 19521036288 981147 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28108] ppid=28088 vsize=19063512 memory=2084 CPUtime=0 cores=4,6
/proc/28091/task/28108/stat : 28108 (Finalizer) S 28088 28091 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38645107 19521036288 981147 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28117] ppid=28088 vsize=19063512 memory=16464 CPUtime=0 cores=4,6
/proc/28091/task/28117/stat : 28117 (Common-Cleaner) S 28088 28091 26767 0 -1 4194368 61 0 0 0 0 0 0 0 20 0 20 0 38645108 19521036288 981147 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28132] ppid=28088 vsize=19063512 memory=3780948 CPUtime=0 cores=4,6
/proc/28091/task/28132/stat : 28132 (Timer-0) S 28088 28091 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38645228 19521036288 981147 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0

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

[startup+3162.3 s]
/proc/loadavg: 4.37 4.31 4.33 5/335 28628
/proc/meminfo: memFree=26605764/131382120 swapFree=33010684/33010684
[pid=28091] ppid=28088 vsize=19063512 memory=16282272 CPUtime=3263.59 cores=4,6
/proc/28091/stat : 28091 (java) S 28088 28091 26767 0 -1 4194304 405689 0 0 0 322434 3925 0 0 20 0 20 0 38645100 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
/proc/28091/statm: 4765878 4070568 5520 1 0 4083704 0
[pid=28091/tid=28097] ppid=28088 vsize=19063512 memory=-6000919472656508013 CPUtime=2959.64 cores=4,6
/proc/28091/task/28097/stat : 28097 (java) R 28088 28091 26767 0 -1 4194368 218146 0 0 0 292358 3606 0 0 20 0 20 0 38645102 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28108] ppid=28088 vsize=19063512 memory=16282272 CPUtime=0 cores=4,6
/proc/28091/task/28108/stat : 28108 (Finalizer) S 28088 28091 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38645107 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28117] ppid=28088 vsize=19063512 memory=16282272 CPUtime=0 cores=4,6
/proc/28091/task/28117/stat : 28117 (Common-Cleaner) S 28088 28091 26767 0 -1 4194368 2806 0 0 0 0 0 0 0 20 0 20 0 38645108 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28132] ppid=28088 vsize=19063512 memory=16464 CPUtime=0 cores=4,6
/proc/28091/task/28132/stat : 28132 (Timer-0) S 28088 28091 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38645228 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
Current children cumulated CPU time: 3263.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16282272 KiB

[startup+3222.3 s]
/proc/loadavg: 4.34 4.31 4.33 5/336 28630
/proc/meminfo: memFree=25584976/131382120 swapFree=33010684/33010684
[pid=28091] ppid=28088 vsize=19063512 memory=16282272 CPUtime=3325.13 cores=4,6
/proc/28091/stat : 28091 (java) S 28088 28091 26767 0 -1 4194304 410693 0 0 0 328525 3988 0 0 20 0 20 0 38645100 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
/proc/28091/statm: 4765878 4070568 5520 1 0 4083704 0
[pid=28091/tid=28097] ppid=28088 vsize=19063512 memory=16282272 CPUtime=3016.48 cores=4,6
/proc/28091/task/28097/stat : 28097 (java) R 28088 28091 26767 0 -1 4194368 221248 0 0 0 297983 3665 0 0 20 0 20 0 38645102 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28108] ppid=28088 vsize=19063512 memory=16282272 CPUtime=0 cores=4,6
/proc/28091/task/28108/stat : 28108 (Finalizer) S 28088 28091 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38645107 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28117] ppid=28088 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/28091/task/28117/stat : 28117 (Common-Cleaner) S 28088 28091 26767 0 -1 4194368 2858 0 0 0 0 0 0 0 20 0 20 0 38645108 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28132] ppid=28088 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/28091/task/28132/stat : 28132 (Timer-0) S 28088 28091 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38645228 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
Current children cumulated CPU time: 3325.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16282272 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.26 4.31 5/336 28632
/proc/meminfo: memFree=24633308/131382120 swapFree=33010684/33010684
[pid=28091] ppid=28088 vsize=19063512 memory=16282272 CPUtime=3386.45 cores=4,6
/proc/28091/stat : 28091 (java) S 28088 28091 26767 0 -1 4194304 416024 0 0 0 334590 4055 0 0 20 0 20 0 38645100 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
/proc/28091/statm: 4765878 4070568 5520 1 0 4083704 0
[pid=28091/tid=28097] ppid=28088 vsize=19063512 memory=11136 CPUtime=3072.63 cores=4,6
/proc/28091/task/28097/stat : 28097 (java) R 28088 28091 26767 0 -1 4194368 225000 0 0 0 303534 3729 0 0 20 0 20 0 38645102 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28108] ppid=28088 vsize=19063512 memory=17920 CPUtime=0 cores=4,6
/proc/28091/task/28108/stat : 28108 (Finalizer) S 28088 28091 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38645107 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28117] ppid=28088 vsize=19063512 memory=16464 CPUtime=0 cores=4,6
/proc/28091/task/28117/stat : 28117 (Common-Cleaner) S 28088 28091 26767 0 -1 4194368 2917 0 0 0 0 0 0 0 20 0 20 0 38645108 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28132] ppid=28088 vsize=19063512 memory=16282272 CPUtime=0 cores=4,6
/proc/28091/task/28132/stat : 28132 (Timer-0) S 28088 28091 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38645228 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
Current children cumulated CPU time: 3386.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16282272 KiB

[startup+3342.3 s]
/proc/loadavg: 5.06 4.49 4.38 5/336 28638
/proc/meminfo: memFree=23529736/131382120 swapFree=33010684/33010684
[pid=28091] ppid=28088 vsize=19063512 memory=16282272 CPUtime=3448.09 cores=4,6
/proc/28091/stat : 28091 (java) S 28088 28091 26767 0 -1 4194304 422237 0 0 0 340686 4123 0 0 20 0 20 0 38645100 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
/proc/28091/statm: 4765878 4070568 5520 1 0 4083704 0
[pid=28091/tid=28097] ppid=28088 vsize=19063512 memory=16282272 CPUtime=3128.91 cores=4,6
/proc/28091/task/28097/stat : 28097 (java) R 28088 28091 26767 0 -1 4194368 229408 0 0 0 309098 3793 0 0 20 0 20 0 38645102 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28108] ppid=28088 vsize=19063512 memory=16282272 CPUtime=0 cores=4,6
/proc/28091/task/28108/stat : 28108 (Finalizer) S 28088 28091 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38645107 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28117] ppid=28088 vsize=19063512 memory=16464 CPUtime=0 cores=4,6
/proc/28091/task/28117/stat : 28117 (Common-Cleaner) S 28088 28091 26767 0 -1 4194368 2968 0 0 0 0 0 0 0 20 0 20 0 38645108 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28132] ppid=28088 vsize=19063512 memory=17920 CPUtime=0 cores=4,6
/proc/28091/task/28132/stat : 28132 (Timer-0) S 28088 28091 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38645228 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
Current children cumulated CPU time: 3448.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16282272 KiB

[startup+3402.3 s]
/proc/loadavg: 4.56 4.46 4.38 5/338 28645
/proc/meminfo: memFree=22593216/131382120 swapFree=33010684/33010684
[pid=28091] ppid=28088 vsize=19063512 memory=16282272 CPUtime=3509.21 cores=4,6
/proc/28091/stat : 28091 (java) S 28088 28091 26767 0 -1 4194304 427419 0 0 0 346733 4188 0 0 20 0 20 0 38645100 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
/proc/28091/statm: 4765878 4070568 5520 1 0 4083704 0
[pid=28091/tid=28097] ppid=28088 vsize=19063512 memory=6935649255828317266 CPUtime=3184.66 cores=4,6
/proc/28091/task/28097/stat : 28097 (java) R 28088 28091 26767 0 -1 4194368 232805 0 0 0 314612 3854 0 0 20 0 20 0 38645102 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28108] ppid=28088 vsize=19063512 memory=16282272 CPUtime=0 cores=4,6
/proc/28091/task/28108/stat : 28108 (Finalizer) S 28088 28091 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38645107 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28117] ppid=28088 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/28091/task/28117/stat : 28117 (Common-Cleaner) S 28088 28091 26767 0 -1 4194368 3026 0 0 0 0 0 0 0 20 0 20 0 38645108 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28132] ppid=28088 vsize=19063512 memory=17920 CPUtime=0 cores=4,6
/proc/28091/task/28132/stat : 28132 (Timer-0) S 28088 28091 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38645228 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
Current children cumulated CPU time: 3509.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16282272 KiB

[startup+3462.3 s]
/proc/loadavg: 4.42 4.43 4.37 6/337 28647
/proc/meminfo: memFree=21732340/131382120 swapFree=33010684/33010684
[pid=28091] ppid=28088 vsize=19063512 memory=16282272 CPUtime=3571.01 cores=4,6
/proc/28091/stat : 28091 (java) S 28088 28091 26767 0 -1 4194304 432965 0 0 0 352845 4256 0 0 20 0 20 0 38645100 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
/proc/28091/statm: 4765878 4070568 5520 1 0 4083704 0
[pid=28091/tid=28097] ppid=28088 vsize=19063512 memory=5148 CPUtime=3240.15 cores=4,6
/proc/28091/task/28097/stat : 28097 (java) R 28088 28091 26767 0 -1 4194368 236760 0 0 0 320096 3919 0 0 20 0 20 0 38645102 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28108] ppid=28088 vsize=19063512 memory=16282272 CPUtime=0 cores=4,6
/proc/28091/task/28108/stat : 28108 (Finalizer) S 28088 28091 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38645107 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28117] ppid=28088 vsize=19063512 memory=16464 CPUtime=0 cores=4,6
/proc/28091/task/28117/stat : 28117 (Common-Cleaner) S 28088 28091 26767 0 -1 4194368 3085 0 0 0 0 0 0 0 20 0 20 0 38645108 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28132] ppid=28088 vsize=19063512 memory=16282272 CPUtime=0 cores=4,6
/proc/28091/task/28132/stat : 28132 (Timer-0) S 28088 28091 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38645228 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
Current children cumulated CPU time: 3571.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16282272 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3490.6 s]
/proc/loadavg: 4.40 4.42 4.37 5/337 28649
/proc/meminfo: memFree=21304812/131382120 swapFree=33010684/33010684
[pid=28091] ppid=28088 vsize=19063512 memory=16282272 CPUtime=3600.01 cores=4,6
/proc/28091/stat : 28091 (java) S 28088 28091 26767 0 -1 4194304 435901 0 0 0 355715 4286 0 0 20 0 20 0 38645100 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
/proc/28091/statm: 4765878 4070568 5520 1 0 4083704 0
[pid=28091/tid=28097] ppid=28088 vsize=19063512 memory=5148 CPUtime=3267 cores=4,6
/proc/28091/task/28097/stat : 28097 (java) R 28088 28091 26767 0 -1 4194368 239216 0 0 0 322752 3948 0 0 20 0 20 0 38645102 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28108] ppid=28088 vsize=19063512 memory=-6000919472656508013 CPUtime=0 cores=4,6
/proc/28091/task/28108/stat : 28108 (Finalizer) S 28088 28091 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38645107 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28117] ppid=28088 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/28091/task/28117/stat : 28117 (Common-Cleaner) S 28088 28091 26767 0 -1 4194368 3143 0 0 0 0 0 0 0 20 0 20 0 38645108 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28132] ppid=28088 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/28091/task/28132/stat : 28132 (Timer-0) S 28088 28091 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38645228 19521036288 4070568 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16282272 KiB

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

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

# cumulated CPU time of all completed processes:  user=3557.37 s, system=42.9735 s

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

[startup+3490.8 s]
/proc/loadavg: 4.40 4.42 4.37 5/337 28649
/proc/meminfo: memFree=21304812/131382120 swapFree=33010684/33010684
[pid=28091] ppid=28088 vsize=19263204 memory=16283296 CPUtime=3600.26 cores=4,6
/proc/28091/stat : 28091 (java) S 28088 28091 26767 0 -1 4194304 438450 0 0 0 355737 4289 0 0 20 0 16 0 38645100 19725520896 4070824 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
/proc/28091/statm: 4815801 4070824 5552 1 0 4084630 0
[pid=28091/tid=28097] ppid=28088 vsize=19263204 memory=6872 CPUtime=3267.05 cores=4,6
/proc/28091/task/28097/stat : 28097 (java) D 28088 28091 26767 0 -1 4194368 239578 0 0 0 322755 3950 0 0 20 0 16 0 38645102 19725520896 4070824 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28108] ppid=28088 vsize=19263204 memory=16282272 CPUtime=0 cores=4,6
/proc/28091/task/28108/stat : 28108 (Finalizer) S 28088 28091 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 38645107 19725520896 4070824 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
[pid=28091/tid=28117] ppid=28088 vsize=19263204 memory=6772 CPUtime=0 cores=4,6
/proc/28091/task/28117/stat : 28117 (Common-Cleaner) S 28088 28091 26767 0 -1 4194368 3143 0 0 0 0 0 0 0 20 0 16 0 38645108 19725520896 4070824 18446744073709551615 94527484375040 94527484378736 140727634713200 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94527484386552 94527484387344 94527499358208 140727634721072 140727634721254 140727634721254 140727634726856 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16283296 KiB

Child status: 143

Real time (s): 3490.88
CPU time (s): 3600.34
CPU user time (s): 3557.37
CPU system time (s): 42.9735
CPU usage (%): 103.136
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16283296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3557.37
system time used= 42.9735
maximum resident set size= 16283424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 438478
page faults= 0
swaps= 0
block input operations= 0
block output operations= 68239712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 152485
involuntary context switches= 29245


# summary of solver processes directly reported to runsolver:
#   pid: 28091
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3557.37
#   total CPU system time (s): 42.9735

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0796 second user time and 34.7821 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-29 22:41:04
IDJOB=4514923
IDBENCH=163980
IDSOLVER=3364
FILE ID=nodeC003/4514923-1751229664
RUNJOBID= nodeC003-1751222447-26778
SLURM_JOB_ID= 9587679
Free space on /tmp= 432744 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib3/normalized-seymour.0.u.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514923-1751229664/watcher-4514923-1751229664 -o /tmp/evaluation-result-4514923-1751229664/solver-4514923-1751229664 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751222447-26778 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4514923-1751229664 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4514923-1751229664.opb

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

MD5SUM BENCH= 8ef3131177365cbfba34b2238fc87839
RANDOM SEED=1629710020

nodeC003 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	: 0xb00001f
cpu MHz		: 3591.485
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3591.486
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3491.721
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.529
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.145
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 3593.468
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.165
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
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	: 0xb00001f
cpu MHz		: 1197.165
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        120920988 kB
MemAvailable:   127152180 kB
Buffers:            3280 kB
Cached:          7033948 kB
SwapCached:            0 kB
Active:          3127224 kB
Inactive:        6785484 kB
Active(anon):    2893468 kB
Inactive(anon):        0 kB
Active(file):     233756 kB
Inactive(file):  6785484 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             25988 kB
Writeback:            12 kB
AnonPages:       2878624 kB
Mapped:           122904 kB
Shmem:             17960 kB
KReclaimable:     103160 kB
Slab:             187056 kB
SReclaimable:     103160 kB
SUnreclaim:        83896 kB
KernelStack:        4720 kB
PageTables:         8992 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    5351912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150088 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2678784 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432312 MiB
End job on nodeC003 at 2025-06-29 23:39:15