Trace number 4501947

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.18 3608.72

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j90/normalized-j9013_3-sat.opb
MD5SUM69f6f997ce8de3d1a51b1c8599cc504d
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 variables19838
Total number of constraints62894
Number of constraints which are clauses62462
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints432
Minimum length of a constraint1
Maximum length of a constraint90
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 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 554
Number of bits of the biggest sum of numbers10
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4501947-1751160349.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.90/0.54	c ... done. Wall clock time 0.409s.
0.90/0.54	c declared #vars     19838
0.90/0.54	c #constraints  62894
0.90/0.54	c constraints type 
0.90/0.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 46629
0.90/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 432
0.90/0.54	c org.sat4j.specs.Constr$1 => 5776
0.90/0.54	c org.sat4j.pb.constraints.pb.UnitClausePB => 2297
0.90/0.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7760
0.90/0.54	c 62894 constraints processed.
3.46/1.82	c cleaning 2499 clauses out of 5006 with flag 24756/5006
5.15/2.78	c cleaning 4252 clauses out of 8507 with flag 55162/11006
6.86/3.93	c cleaning 5613 clauses out of 11249 with flag 86712/18000
8.16/5.15	c cleaning 6813 clauses out of 13638 with flag 132168/26002
9.78/6.60	c cleaning 7897 clauses out of 15823 with flag 183513/35000
11.57/8.22	c cleaning 8958 clauses out of 17926 with flag 239391/45000
13.27/9.95	c cleaning 9974 clauses out of 19968 with flag 296197/56000
15.47/12.11	c cleaning 10996 clauses out of 21995 with flag 364472/68001
17.37/14.08	c cleaning 11991 clauses out of 23998 with flag 440368/81000
19.57/16.21	c cleaning 12988 clauses out of 26008 with flag 517352/95001
21.47/18.20	c cleaning 13996 clauses out of 28019 with flag 608813/110000
24.06/20.71	c cleaning 14999 clauses out of 30023 with flag 700869/126000
26.72/23.37	c cleaning 15998 clauses out of 32025 with flag 805449/143001
29.80/26.32	c cleaning 16996 clauses out of 34027 with flag 917971/161001
33.29/29.80	c cleaning 18008 clauses out of 36032 with flag 1029046/180002
36.29/32.86	c cleaning 19001 clauses out of 38024 with flag 1144554/200002
39.77/36.48	c cleaning 20002 clauses out of 40024 with flag 1278648/221003
43.76/40.42	c cleaning 20998 clauses out of 42020 with flag 1419794/243001
47.66/44.36	c cleaning 21994 clauses out of 44021 with flag 1566744/266000
51.56/48.21	c cleaning 23012 clauses out of 46027 with flag 1725429/290000
55.46/52.15	c cleaning 24002 clauses out of 48015 with flag 1894758/315000
60.03/56.78	c cleaning 24999 clauses out of 50013 with flag 2071047/341000
64.84/61.50	c cleaning 26000 clauses out of 52016 with flag 2246288/368002
69.73/66.52	c cleaning 26993 clauses out of 54016 with flag 2436656/396002
74.72/71.56	c cleaning 28001 clauses out of 56021 with flag 2632849/425000
80.41/77.24	c cleaning 29005 clauses out of 58022 with flag 2841088/455002
86.22/82.95	c cleaning 29999 clauses out of 60015 with flag 3049171/486000
92.15/88.90	c cleaning 30993 clauses out of 62019 with flag 3264781/518003
98.40/94.82	c cleaning 32004 clauses out of 64024 with flag 3483887/551001
104.39/102.18	c cleaning 33001 clauses out of 66020 with flag 3722179/585001
110.67/108.41	c cleaning 34001 clauses out of 68021 with flag 3959163/620003
117.73/115.32	c cleaning 35004 clauses out of 70017 with flag 4206844/656000
124.80/122.49	c cleaning 35990 clauses out of 72013 with flag 4446825/693000
132.62/130.37	c cleaning 37000 clauses out of 74025 with flag 4708899/731002
139.80/137.58	c cleaning 37996 clauses out of 76024 with flag 4985982/770001
147.98/145.70	c cleaning 39002 clauses out of 78027 with flag 5266007/810000
155.97/153.72	c cleaning 39988 clauses out of 80025 with flag 5568889/851000
163.45/161.37	c cleaning 41000 clauses out of 82037 with flag 5844725/893000
171.25/169.16	c cleaning 42004 clauses out of 84037 with flag 6126265/936000
179.72/177.68	c cleaning 43004 clauses out of 86033 with flag 6414155/980000
188.62/186.58	c cleaning 44000 clauses out of 88029 with flag 6713997/1025000
197.73/195.76	c cleaning 44997 clauses out of 90031 with flag 7040452/1071002
207.04/205.06	c cleaning 46000 clauses out of 92032 with flag 7358022/1118000
216.92/214.90	c cleaning 47004 clauses out of 94032 with flag 7666525/1166000
226.76/224.81	c cleaning 48014 clauses out of 96029 with flag 8016742/1215001
236.83/234.91	c cleaning 49000 clauses out of 98014 with flag 8343606/1265000
247.32/245.49	c cleaning 50003 clauses out of 100014 with flag 8670414/1316000
258.13/256.39	c cleaning 51003 clauses out of 102012 with flag 9004912/1368001
269.26/267.49	c cleaning 51995 clauses out of 104010 with flag 9374607/1421002
280.56/278.73	c cleaning 52995 clauses out of 106013 with flag 9717090/1475000
291.68/289.90	c cleaning 53992 clauses out of 108020 with flag 10069161/1530002
303.27/301.53	c cleaning 55005 clauses out of 110027 with flag 10442976/1586001
314.90/313.20	c cleaning 56000 clauses out of 112021 with flag 10818920/1643000
326.98/325.38	c cleaning 57002 clauses out of 114021 with flag 11191263/1701000
340.62/338.80	c cleaning 57997 clauses out of 116020 with flag 11602945/1760001
353.92/352.25	c cleaning 58988 clauses out of 118022 with flag 12001008/1820000
368.01/366.35	c cleaning 60006 clauses out of 120034 with flag 12384244/1881000
381.74/380.16	c cleaning 60993 clauses out of 122028 with flag 12781201/1943000
396.66/395.06	c cleaning 62008 clauses out of 124035 with flag 13193579/2006000
412.16/410.67	c cleaning 63009 clauses out of 126027 with flag 13665930/2070000
428.15/426.67	c cleaning 64002 clauses out of 128018 with flag 14162064/2135000
444.30/442.88	c cleaning 65007 clauses out of 130016 with flag 14638173/2201000
459.81/458.35	c cleaning 65985 clauses out of 132009 with flag 15064458/2268000
475.17/473.72	c cleaning 67001 clauses out of 134025 with flag 15485680/2336001
490.94/489.55	c cleaning 67997 clauses out of 136023 with flag 15934440/2405000
507.82/506.44	c cleaning 69006 clauses out of 138026 with flag 16399479/2475000
525.42/524.08	c cleaning 70003 clauses out of 140022 with flag 16857207/2546002
541.27/539.97	c cleaning 71003 clauses out of 142020 with flag 17331028/2618003
558.63/557.38	c cleaning 71995 clauses out of 144014 with flag 17821014/2691000
577.03/575.78	c cleaning 72996 clauses out of 146019 with flag 18294843/2765000
595.48/594.26	c cleaning 74011 clauses out of 148023 with flag 18756397/2840000
614.69/613.47	c cleaning 74993 clauses out of 150012 with flag 19256659/2916000
633.44/632.21	c cleaning 76002 clauses out of 152021 with flag 19724972/2993002
652.30/651.19	c cleaning 77000 clauses out of 154019 with flag 20243864/3071002
671.10/669.92	c cleaning 77988 clauses out of 156017 with flag 20729684/3150000
689.85/688.76	c cleaning 78999 clauses out of 158029 with flag 21212354/3230000
709.65/708.54	c cleaning 80002 clauses out of 160030 with flag 21755246/3311000
730.91/729.81	c cleaning 81002 clauses out of 162028 with flag 22273289/3393000
752.86/751.88	c cleaning 82002 clauses out of 164027 with flag 22795574/3476001
775.40/774.44	c cleaning 83004 clauses out of 166027 with flag 23327722/3560003
796.80/795.86	c cleaning 83997 clauses out of 168021 with flag 23857246/3645001
817.92/817.09	c cleaning 84988 clauses out of 170023 with flag 24408831/3731000
841.18/840.55	c cleaning 86005 clauses out of 172036 with flag 24962261/3818001
862.58/862.00	c cleaning 86998 clauses out of 174031 with flag 25512311/3906001
885.30/884.98	c cleaning 88004 clauses out of 176034 with flag 26080266/3995002
907.93/907.65	c cleaning 89006 clauses out of 178028 with flag 26645414/4085000
930.83/930.54	c cleaning 90000 clauses out of 180022 with flag 27225654/4176000
956.10/955.83	c cleaning 90997 clauses out of 182022 with flag 27827883/4268000
979.79/979.54	c cleaning 92002 clauses out of 184025 with flag 28416887/4361000
1004.53/1004.34	c cleaning 92992 clauses out of 186024 with flag 29009078/4455001
1030.25/1030.14	c cleaning 94007 clauses out of 188032 with flag 29588128/4550001
1056.74/1056.65	c cleaning 94998 clauses out of 190024 with flag 30206770/4646000
1083.89/1083.81	c cleaning 96007 clauses out of 192028 with flag 30814092/4743002
1111.41/1111.48	c cleaning 96987 clauses out of 194020 with flag 31415153/4841001
1136.64/1136.68	c cleaning 98006 clauses out of 196032 with flag 32022716/4940000
1163.01/1163.92	c cleaning 99005 clauses out of 198026 with flag 32614771/5040000
1191.66/1192.69	c cleaning 99996 clauses out of 200022 with flag 33221810/5141001
1219.03/1220.08	c cleaning 101003 clauses out of 202025 with flag 33834399/5243000
1248.20/1249.79	c cleaning 101999 clauses out of 204025 with flag 34475709/5346003
1277.32/1279.00	c cleaning 103003 clauses out of 206024 with flag 35096655/5450001
1305.55/1307.26	c cleaning 103999 clauses out of 208020 with flag 35718025/5555000
1334.71/1336.42	c cleaning 105008 clauses out of 210021 with flag 36341356/5661000
1363.36/1365.17	c cleaning 106001 clauses out of 212016 with flag 36962461/5768003
1393.53/1395.35	c cleaning 106995 clauses out of 214012 with flag 37586131/5876000
1423.57/1425.42	c cleaning 107987 clauses out of 216017 with flag 38233983/5985000
1453.38/1455.37	c cleaning 108996 clauses out of 218030 with flag 38900868/6095000
1485.43/1487.47	c cleaning 110002 clauses out of 220034 with flag 39567133/6206000
1517.27/1519.39	c cleaning 111000 clauses out of 222032 with flag 40224062/6318000
1551.14/1553.26	c cleaning 112003 clauses out of 224032 with flag 40909927/6431000
1584.05/1586.25	c cleaning 112991 clauses out of 226029 with flag 41568464/6545000
1618.93/1621.11	c cleaning 114013 clauses out of 228038 with flag 42303159/6660000
1652.46/1654.71	c cleaning 115003 clauses out of 230025 with flag 42989219/6776000
1686.11/1688.40	c cleaning 116012 clauses out of 232023 with flag 43702887/6893001
1719.53/1721.95	c cleaning 116992 clauses out of 234012 with flag 44408068/7011002
1754.37/1756.85	c cleaning 118000 clauses out of 236018 with flag 45141952/7130000
1789.50/1792.08	c cleaning 119003 clauses out of 238018 with flag 45857433/7250000
1825.71/1828.32	c cleaning 119997 clauses out of 240018 with flag 46559284/7371003
1861.27/1865.74	c cleaning 120990 clauses out of 242018 with flag 47271777/7493000
1898.53/1903.07	c cleaning 122008 clauses out of 244030 with flag 48089429/7616002
1935.04/1939.61	c cleaning 123001 clauses out of 246021 with flag 48842422/7740001
1972.02/1976.43	c cleaning 124001 clauses out of 248020 with flag 49601650/7865001
2010.48/2015.08	c cleaning 124998 clauses out of 250018 with flag 50332943/7991000
2048.20/2052.88	c cleaning 125994 clauses out of 252020 with flag 51084598/8118000
2086.27/2090.95	c cleaning 127009 clauses out of 254026 with flag 51835289/8246000
2125.20/2129.97	c cleaning 127998 clauses out of 256017 with flag 52633798/8375000
2163.93/2168.72	c cleaning 128991 clauses out of 258019 with flag 53508190/8505000
2205.48/2210.31	c cleaning 129996 clauses out of 260028 with flag 54250280/8636000
2246.80/2251.79	c cleaning 131011 clauses out of 262032 with flag 55009820/8768000
2288.20/2293.27	c cleaning 132003 clauses out of 264026 with flag 55786696/8901005
2330.90/2336.07	c cleaning 133002 clauses out of 266021 with flag 56568394/9035003
2372.31/2377.77	c cleaning 134004 clauses out of 268016 with flag 57328831/9170000
2415.05/2420.55	c cleaning 134994 clauses out of 270015 with flag 58140518/9306003
2456.57/2461.94	c cleaning 136005 clauses out of 272021 with flag 58918879/9443003
2501.36/2506.91	c cleaning 137007 clauses out of 274013 with flag 59724348/9581000
2546.90/2552.51	c cleaning 138001 clauses out of 276008 with flag 60507712/9720002
2591.68/2597.47	c cleaning 138988 clauses out of 278006 with flag 61342784/9860001
2634.12/2639.92	c cleaning 140001 clauses out of 280017 with flag 62136337/10001000
2678.85/2684.78	c cleaning 140999 clauses out of 282017 with flag 62952834/10143001
2722.89/2728.92	c cleaning 142002 clauses out of 284017 with flag 63739217/10286000
2767.97/2774.14	c cleaning 142996 clauses out of 286016 with flag 64562329/10430001
2812.64/2818.92	c cleaning 144006 clauses out of 288019 with flag 65364867/10575000
2857.63/2864.01	c cleaning 145001 clauses out of 290014 with flag 66193634/10721001
2907.20/2913.71	c cleaning 146000 clauses out of 292012 with flag 67011451/10868000
2954.40/2961.05	c cleaning 147001 clauses out of 294012 with flag 67820357/11016000
3004.14/3010.99	c cleaning 147984 clauses out of 296011 with flag 68667704/11165000
3051.53/3058.61	c cleaning 148990 clauses out of 298027 with flag 69551216/11315000
3101.65/3108.89	c cleaning 150001 clauses out of 300037 with flag 70381794/11466000
3149.99/3157.31	c cleaning 151005 clauses out of 302036 with flag 71210123/11618000
3200.41/3207.89	c cleaning 152004 clauses out of 304031 with flag 72061698/11771000
3251.54/3259.06	c cleaning 153006 clauses out of 306027 with flag 72894185/11925000
3300.41/3308.06	c cleaning 153994 clauses out of 308024 with flag 73765320/12080003
3352.73/3360.48	c cleaning 155002 clauses out of 310027 with flag 74616772/12236000
3404.09/3411.92	c cleaning 155998 clauses out of 312030 with flag 75501403/12393005
3459.45/3467.55	c cleaning 156995 clauses out of 314028 with flag 76388578/12551001
3515.31/3523.64	c cleaning 158012 clauses out of 316035 with flag 77235847/12710003
3571.94/3580.45	c cleaning 158995 clauses out of 318022 with flag 78115593/12870002
3600.04/3608.61	c starts		: 46061
3600.04/3608.61	c timeout
3600.04/3608.62	c conflicts		: 12954302
3600.04/3608.62	c decisions		: 19989995
3600.04/3608.62	c propagations		: 5545340924
3600.04/3608.62	c inspects		: 37834122455
3600.04/3608.62	c shortcuts		: 0
3600.04/3608.62	c learnt literals	: 0
3600.04/3608.62	c learnt binary clauses	: 5
3600.04/3608.62	c learnt ternary clauses	: 5848
3600.04/3608.62	c learnt constraints	: 12954302
3600.04/3608.62	c ignored constraints	: 0
3600.04/3608.63	c root simplifications	: 0
3600.04/3608.63	c removed literals (reason simplification)	: 152733914
3600.04/3608.63	c reason swapping (by a shorter reason)	: 0
3600.04/3608.63	c Calls to reduceDB	: 156
3600.04/3608.63	c Number of update (reduction) of LBD	: 4385764
3600.04/3608.63	c Imported unit clauses	: 0
3600.04/3608.63	c No decision after first conflict	: false
3600.04/3608.63	c number of reductions to clauses (during analyze)	: 0
3600.04/3608.63	c number of learned constraints concerned by reduction	: 0
3600.04/3608.63	c number of learning phase by resolution	: 0
3600.04/3608.63	c number of learning phase by cutting planes	: 0
3600.04/3608.63	c number of rounding to 1 operations	: 0
3600.04/3608.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3608.63	c number of reductions of the coefficients by power 2 	: 0
3600.04/3608.63	c number of right shift for reduction by power 2 	: 0
3600.04/3608.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3608.63	c number of ending skipping 	: 0
3600.04/3608.63	c number of internal skipping 	: 0
3600.04/3608.63	c number of derivation steps 	: 0
3600.04/3608.63	c number of skipped derivation steps 	: 0
3600.04/3608.63	c number of remaining unassigned 	: 0
3600.04/3608.63	c number of remaining assigned 	: 0
3600.04/3608.63	c number of falsified literals weakened from reason	: 0
3600.04/3608.63	c number of falsified literals weakened from conflict	: 0
3600.04/3608.63	c time for arithmetic operations	: 0
3600.04/3608.63	c minimum degree of deleted constraints	: null
3600.04/3608.63	c maximum degree of deleted constraints	: null
3600.04/3608.63	c number of deleted constraints	: 0
3600.04/3608.63	c speed (assignments/second)	: 1536927.200414626
3600.04/3608.63	c non guided choices	: 4827
3600.04/3608.69	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 243322
3600.04/3608.69	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 5
3600.04/3608.69	s UNKNOWN
3600.04/3608.69	c Total wall clock time (in seconds): 3608.566

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (55547 MiB free)
  memory of node 1: 64507 MiB (62146 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=17856, runsolver pid=17853

[startup+0.10006 s]*
/proc/loadavg: 4.73 4.37 4.23 6/343 17874
/proc/meminfo: memFree=120492036/131250000 swapFree=33010684/33010684
[pid=17856] ppid=17853 vsize=18930384 memory=57764 CPUtime=0.13 cores=5,7
/proc/17856/stat : 17856 (java) S 17853 17856 16344 0 -1 4194304 6611 0 0 0 11 2 0 0 20 0 18 0 31714788 19384713216 14441 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
/proc/17856/statm: 4732596 14441 5339 1 0 547657 0
[pid=17856/tid=17858] ppid=17853 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/17856/task/17858/stat : 17858 (java) R 17853 17856 16344 0 -1 4194368 5102 0 0 0 7 1 0 0 20 0 18 0 31714789 19384713216 14441 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17867] ppid=17853 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/17856/task/17867/stat : 17867 (Finalizer) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31714791 19384713216 14441 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17874] ppid=17853 vsize=18930384 memory=61784027586760 CPUtime=0 cores=5,7
/proc/17856/task/17874/stat : 17874 (Common-Cleaner) S 17853 17856 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31714792 19384713216 14441 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57764 KiB

[startup+0.205739 s]*
/proc/loadavg: 4.73 4.37 4.23 6/343 17874
/proc/meminfo: memFree=120482964/131250000 swapFree=33010684/33010684
[pid=17856] ppid=17853 vsize=18930384 memory=71056 CPUtime=0.32 cores=5,7
/proc/17856/stat : 17856 (java) S 17853 17856 16344 0 -1 4194304 7346 0 0 0 30 2 0 0 20 0 18 0 31714788 19384713216 17764 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
/proc/17856/statm: 4732596 17764 5435 1 0 548115 0
[pid=17856/tid=17858] ppid=17853 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/17856/task/17858/stat : 17858 (java) R 17853 17856 16344 0 -1 4194368 5279 0 0 0 16 1 0 0 20 0 18 0 31714789 19384713216 17764 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17867] ppid=17853 vsize=18930384 memory=18954 CPUtime=0 cores=5,7
/proc/17856/task/17867/stat : 17867 (Finalizer) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31714791 19384713216 17764 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17874] ppid=17853 vsize=18930384 memory=60684515935208 CPUtime=0 cores=5,7
/proc/17856/task/17874/stat : 17874 (Common-Cleaner) S 17853 17856 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31714792 19384713216 17764 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 71056 KiB

[startup+0.305701 s]*
/proc/loadavg: 4.73 4.37 4.23 6/343 17874
/proc/meminfo: memFree=120467148/131250000 swapFree=33010684/33010684
[pid=17856] ppid=17853 vsize=18930384 memory=107400 CPUtime=0.52 cores=5,7
/proc/17856/stat : 17856 (java) S 17853 17856 16344 0 -1 4194304 8583 0 0 0 49 3 0 0 20 0 18 0 31714788 19384713216 26850 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
/proc/17856/statm: 4732596 26850 5435 1 0 548975 0
[pid=17856/tid=17858] ppid=17853 vsize=18930384 memory=-6000919494181152110 CPUtime=0.27 cores=5,7
/proc/17856/task/17858/stat : 17858 (java) R 17853 17856 16344 0 -1 4194368 5332 0 0 0 25 2 0 0 20 0 18 0 31714789 19384713216 26850 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17867] ppid=17853 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/17856/task/17867/stat : 17867 (Finalizer) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31714791 19384713216 26850 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17874] ppid=17853 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/17856/task/17874/stat : 17874 (Common-Cleaner) S 17853 17856 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31714792 19384713216 26850 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 107400 KiB

[startup+0.700226 s]
/proc/loadavg: 4.73 4.37 4.23 6/344 17875
/proc/meminfo: memFree=120411380/131250000 swapFree=33010684/33010684
[pid=17856] ppid=17853 vsize=19063512 memory=177324 CPUtime=1.28 cores=5,7
/proc/17856/stat : 17856 (java) S 17853 17856 16344 0 -1 4194304 15396 0 0 0 122 6 0 0 20 0 20 0 31714788 19521036288 44331 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
/proc/17856/statm: 4765878 44331 5467 1 0 553621 0
[pid=17856/tid=17858] ppid=17853 vsize=19063512 memory=17536 CPUtime=0.58 cores=5,7
/proc/17856/task/17858/stat : 17858 (java) R 17853 17856 16344 0 -1 4194368 5430 0 0 0 55 3 0 0 20 0 20 0 31714789 19521036288 44331 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17867] ppid=17853 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/17856/task/17867/stat : 17867 (Finalizer) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714791 19521036288 44331 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17874] ppid=17853 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/17856/task/17874/stat : 17874 (Common-Cleaner) S 17853 17856 16344 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31714792 19521036288 44331 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177324 KiB

[startup+1.50022 s]
/proc/loadavg: 4.84 4.40 4.24 6/345 17876
/proc/meminfo: memFree=120397288/131250000 swapFree=33010684/33010684
[pid=17856] ppid=17853 vsize=19063512 memory=187496 CPUtime=2.86 cores=5,7
/proc/17856/stat : 17856 (java) S 17853 17856 16344 0 -1 4194304 24060 0 0 0 279 7 0 0 20 0 20 0 31714788 19521036288 46874 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
/proc/17856/statm: 4765878 46874 5467 1 0 554653 0
[pid=17856/tid=17858] ppid=17853 vsize=19063512 memory=3328 CPUtime=1.33 cores=5,7
/proc/17856/task/17858/stat : 17858 (java) R 17853 17856 16344 0 -1 4194368 5728 0 0 0 129 4 0 0 20 0 20 0 31714789 19521036288 46874 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17867] ppid=17853 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/17856/task/17867/stat : 17867 (Finalizer) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714791 19521036288 46874 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17874] ppid=17853 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/17856/task/17874/stat : 17874 (Common-Cleaner) S 17853 17856 16344 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 31714792 19521036288 46874 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17876] ppid=17853 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/17856/task/17876/stat : 17876 (Timer-0) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714845 19521036288 46874 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187496 KiB

[startup+3.10558 s]
/proc/loadavg: 4.84 4.40 4.24 5/345 17876
/proc/meminfo: memFree=120388228/131250000 swapFree=33010684/33010684
[pid=17856] ppid=17853 vsize=19063512 memory=196228 CPUtime=5.89 cores=5,7
/proc/17856/stat : 17856 (java) S 17853 17856 16344 0 -1 4194304 27004 0 0 0 581 8 0 0 20 0 20 0 31714788 19521036288 49057 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
/proc/17856/statm: 4765878 49057 5467 1 0 555090 0
[pid=17856/tid=17858] ppid=17853 vsize=19063512 memory=10880 CPUtime=2.88 cores=5,7
/proc/17856/task/17858/stat : 17858 (java) R 17853 17856 16344 0 -1 4194368 6664 0 0 0 284 4 0 0 20 0 20 0 31714789 19521036288 49057 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17867] ppid=17853 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/17856/task/17867/stat : 17867 (Finalizer) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714791 19521036288 49057 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17874] ppid=17853 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/17856/task/17874/stat : 17874 (Common-Cleaner) S 17853 17856 16344 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 31714792 19521036288 49057 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17876] ppid=17853 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/17856/task/17876/stat : 17876 (Timer-0) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714845 19521036288 49057 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 196228 KiB

[startup+6.30022 s]
/proc/loadavg: 4.77 4.39 4.24 5/345 17876
/proc/meminfo: memFree=120329196/131250000 swapFree=33010684/33010684
[pid=17856] ppid=17853 vsize=19063512 memory=221752 CPUtime=9.48 cores=5,7
/proc/17856/stat : 17856 (java) S 17853 17856 16344 0 -1 4194304 27320 0 0 0 938 10 0 0 20 0 20 0 31714788 19521036288 55438 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
/proc/17856/statm: 4765878 55438 5499 1 0 555192 0
[pid=17856/tid=17858] ppid=17853 vsize=19063512 memory=0 CPUtime=6.03 cores=5,7
/proc/17856/task/17858/stat : 17858 (java) R 17853 17856 16344 0 -1 4194368 6714 0 0 0 598 5 0 0 20 0 20 0 31714789 19521036288 55438 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17867] ppid=17853 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/17856/task/17867/stat : 17867 (Finalizer) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714791 19521036288 55438 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17874] ppid=17853 vsize=19063512 memory=139956542642769 CPUtime=0 cores=5,7
/proc/17856/task/17874/stat : 17874 (Common-Cleaner) S 17853 17856 16344 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 31714792 19521036288 55438 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17876] ppid=17853 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/17856/task/17876/stat : 17876 (Timer-0) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714845 19521036288 55438 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
Current children cumulated CPU time: 9.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 221752 KiB

[startup+12.7002 s]
/proc/loadavg: 4.71 4.39 4.24 5/345 17876
/proc/meminfo: memFree=119882808/131250000 swapFree=33010684/33010684
[pid=17856] ppid=17853 vsize=19063512 memory=567864 CPUtime=16.07 cores=5,7
/proc/17856/stat : 17856 (java) S 17853 17856 16344 0 -1 4194304 31554 0 0 0 1589 18 0 0 20 0 20 0 31714788 19521036288 141966 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
/proc/17856/statm: 4765878 141966 5499 1 0 555192 0
[pid=17856/tid=17858] ppid=17853 vsize=19063512 memory=139956542642769 CPUtime=12.41 cores=5,7
/proc/17856/task/17858/stat : 17858 (java) R 17853 17856 16344 0 -1 4194368 7888 0 0 0 1229 12 0 0 20 0 20 0 31714789 19521036288 141966 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17867] ppid=17853 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/17856/task/17867/stat : 17867 (Finalizer) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714791 19521036288 141966 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17874] ppid=17853 vsize=19063512 memory=4049353128074822669 CPUtime=0 cores=5,7
/proc/17856/task/17874/stat : 17874 (Common-Cleaner) S 17853 17856 16344 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 31714792 19521036288 141966 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17876] ppid=17853 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/17856/task/17876/stat : 17876 (Timer-0) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714845 19521036288 141966 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
Current children cumulated CPU time: 16.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 567864 KiB

[startup+25.5002 s]
/proc/loadavg: 4.60 4.37 4.24 5/345 17876
/proc/meminfo: memFree=119193216/131250000 swapFree=33010684/33010684
[pid=17856] ppid=17853 vsize=19063512 memory=938784 CPUtime=28.97 cores=5,7
/proc/17856/stat : 17856 (java) S 17853 17856 16344 0 -1 4194304 37771 0 0 0 2869 28 0 0 20 0 20 0 31714788 19521036288 234696 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
/proc/17856/statm: 4765878 234696 5499 1 0 555192 0
[pid=17856/tid=17858] ppid=17853 vsize=19063512 memory=17536 CPUtime=25.15 cores=5,7
/proc/17856/task/17858/stat : 17858 (java) R 17853 17856 16344 0 -1 4194368 9453 0 0 0 2494 21 0 0 20 0 20 0 31714789 19521036288 234696 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17867] ppid=17853 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/17856/task/17867/stat : 17867 (Finalizer) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714791 19521036288 234696 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17874] ppid=17853 vsize=19063512 memory=760556 CPUtime=0 cores=5,7
/proc/17856/task/17874/stat : 17874 (Common-Cleaner) S 17853 17856 16344 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 31714792 19521036288 234696 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17876] ppid=17853 vsize=19063512 memory=719596 CPUtime=0 cores=5,7
/proc/17856/task/17876/stat : 17876 (Timer-0) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714845 19521036288 234696 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
Current children cumulated CPU time: 28.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 938784 KiB

[startup+51.1056 s]
/proc/loadavg: 4.43 4.35 4.23 5/345 17877
/proc/meminfo: memFree=118301664/131250000 swapFree=33010684/33010684
[pid=17856] ppid=17853 vsize=19063512 memory=1334100 CPUtime=54.45 cores=5,7
/proc/17856/stat : 17856 (java) S 17853 17856 16344 0 -1 4194304 40429 0 0 0 5404 41 0 0 20 0 20 0 31714788 19521036288 333525 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
/proc/17856/statm: 4765878 333525 5499 1 0 555192 0
[pid=17856/tid=17858] ppid=17853 vsize=19063512 memory=1295136 CPUtime=50.58 cores=5,7
/proc/17856/task/17858/stat : 17858 (java) R 17853 17856 16344 0 -1 4194368 10737 0 0 0 5024 34 0 0 20 0 20 0 31714789 19521036288 333525 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17867] ppid=17853 vsize=19063512 memory=574008 CPUtime=0 cores=5,7
/proc/17856/task/17867/stat : 17867 (Finalizer) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714791 19521036288 333525 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17874] ppid=17853 vsize=19063512 memory=139956542642769 CPUtime=0 cores=5,7
/proc/17856/task/17874/stat : 17874 (Common-Cleaner) S 17853 17856 16344 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 31714792 19521036288 333525 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0

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

/proc/meminfo: memFree=81477252/131250000 swapFree=33010684/33010684
[pid=17856] ppid=17853 vsize=19063512 memory=2175204 CPUtime=3214.86 cores=5,7
/proc/17856/stat : 17856 (java) S 17853 17856 16344 0 -1 4194304 126276 0 0 0 320810 676 0 0 20 0 20 0 31714788 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
/proc/17856/statm: 4765878 543801 5531 1 0 558318 0
[pid=17856/tid=17858] ppid=17853 vsize=19063512 memory=14720 CPUtime=3195.54 cores=5,7
/proc/17856/task/17858/stat : 17858 (java) R 17853 17856 16344 0 -1 4194368 44672 0 0 0 318979 575 0 0 20 0 20 0 31714789 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17867] ppid=17853 vsize=19063512 memory=2175204 CPUtime=0 cores=5,7
/proc/17856/task/17867/stat : 17867 (Finalizer) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714791 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17874] ppid=17853 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/17856/task/17874/stat : 17874 (Common-Cleaner) S 17853 17856 16344 0 -1 4194368 1383 0 0 0 0 0 0 0 20 0 20 0 31714792 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17876] ppid=17853 vsize=19063512 memory=2175204 CPUtime=0 cores=5,7
/proc/17856/task/17876/stat : 17876 (Timer-0) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714845 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
Current children cumulated CPU time: 3214.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2175204 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.14 4.16 5/346 18056
/proc/meminfo: memFree=81023272/131250000 swapFree=33010684/33010684
[pid=17856] ppid=17853 vsize=19063512 memory=2175204 CPUtime=3274.77 cores=5,7
/proc/17856/stat : 17856 (java) S 17853 17856 16344 0 -1 4194304 127988 0 0 0 326792 685 0 0 20 0 20 0 31714788 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
/proc/17856/statm: 4765878 543801 5531 1 0 558318 0
[pid=17856/tid=17858] ppid=17853 vsize=19063512 memory=2175204 CPUtime=3255.08 cores=5,7
/proc/17856/task/17858/stat : 17858 (java) R 17853 17856 16344 0 -1 4194368 45768 0 0 0 324925 583 0 0 20 0 20 0 31714789 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17867] ppid=17853 vsize=19063512 memory=2175204 CPUtime=0 cores=5,7
/proc/17856/task/17867/stat : 17867 (Finalizer) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714791 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17874] ppid=17853 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/17856/task/17874/stat : 17874 (Common-Cleaner) S 17853 17856 16344 0 -1 4194368 1384 0 0 0 0 0 0 0 20 0 20 0 31714792 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17876] ppid=17853 vsize=19063512 memory=2175204 CPUtime=0 cores=5,7
/proc/17856/task/17876/stat : 17876 (Timer-0) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714845 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
Current children cumulated CPU time: 3274.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2175204 KiB

[startup+3342.3 s]
/proc/loadavg: 4.36 4.21 4.18 5/345 18058
/proc/meminfo: memFree=80477484/131250000 swapFree=33010684/33010684
[pid=17856] ppid=17853 vsize=19063512 memory=2175204 CPUtime=3334.63 cores=5,7
/proc/17856/stat : 17856 (java) S 17853 17856 16344 0 -1 4194304 129530 0 0 0 332767 696 0 0 20 0 20 0 31714788 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
/proc/17856/statm: 4765878 543801 5531 1 0 558318 0
[pid=17856/tid=17858] ppid=17853 vsize=19063512 memory=2175204 CPUtime=3314.73 cores=5,7
/proc/17856/task/17858/stat : 17858 (java) R 17853 17856 16344 0 -1 4194368 46674 0 0 0 330881 592 0 0 20 0 20 0 31714789 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17867] ppid=17853 vsize=19063512 memory=2175204 CPUtime=0 cores=5,7
/proc/17856/task/17867/stat : 17867 (Finalizer) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714791 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17874] ppid=17853 vsize=19063512 memory=2175204 CPUtime=0 cores=5,7
/proc/17856/task/17874/stat : 17874 (Common-Cleaner) S 17853 17856 16344 0 -1 4194368 1426 0 0 0 0 0 0 0 20 0 20 0 31714792 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17876] ppid=17853 vsize=19063512 memory=2175204 CPUtime=0 cores=5,7
/proc/17856/task/17876/stat : 17876 (Timer-0) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714845 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
Current children cumulated CPU time: 3334.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2175204 KiB

[startup+3402.3 s]
/proc/loadavg: 4.47 4.29 4.21 5/346 18261
/proc/meminfo: memFree=112826104/131250000 swapFree=33010684/33010684
[pid=17856] ppid=17853 vsize=19063512 memory=2175204 CPUtime=3394.46 cores=5,7
/proc/17856/stat : 17856 (java) S 17853 17856 16344 0 -1 4194304 129770 0 0 0 338739 707 0 0 20 0 20 0 31714788 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
/proc/17856/statm: 4765878 543801 5531 1 0 558318 0
[pid=17856/tid=17858] ppid=17853 vsize=19063512 memory=2175204 CPUtime=3374.38 cores=5,7
/proc/17856/task/17858/stat : 17858 (java) R 17853 17856 16344 0 -1 4194368 46808 0 0 0 336836 602 0 0 20 0 20 0 31714789 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17867] ppid=17853 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/17856/task/17867/stat : 17867 (Finalizer) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714791 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17874] ppid=17853 vsize=19063512 memory=-6000919477035230318 CPUtime=0 cores=5,7
/proc/17856/task/17874/stat : 17874 (Common-Cleaner) S 17853 17856 16344 0 -1 4194368 1473 0 0 0 0 0 0 0 20 0 20 0 31714792 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17876] ppid=17853 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/17856/task/17876/stat : 17876 (Timer-0) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714845 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
Current children cumulated CPU time: 3394.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2175204 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.25 4.20 5/345 18264
/proc/meminfo: memFree=111191476/131250000 swapFree=33010684/33010684
[pid=17856] ppid=17853 vsize=19063512 memory=2175204 CPUtime=3454.27 cores=5,7
/proc/17856/stat : 17856 (java) S 17853 17856 16344 0 -1 4194304 130942 0 0 0 344710 717 0 0 20 0 20 0 31714788 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
/proc/17856/statm: 4765878 543801 5531 1 0 558318 0
[pid=17856/tid=17858] ppid=17853 vsize=19063512 memory=2175204 CPUtime=3433.89 cores=5,7
/proc/17856/task/17858/stat : 17858 (java) R 17853 17856 16344 0 -1 4194368 47727 0 0 0 342778 611 0 0 20 0 20 0 31714789 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17867] ppid=17853 vsize=19063512 memory=2175204 CPUtime=0 cores=5,7
/proc/17856/task/17867/stat : 17867 (Finalizer) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714791 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17874] ppid=17853 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/17856/task/17874/stat : 17874 (Common-Cleaner) S 17853 17856 16344 0 -1 4194368 1476 0 0 0 0 0 0 0 20 0 20 0 31714792 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17876] ppid=17853 vsize=19063512 memory=-4421386509082649446 CPUtime=0 cores=5,7
/proc/17856/task/17876/stat : 17876 (Timer-0) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714845 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
Current children cumulated CPU time: 3454.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2175204 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.23 4.19 5/345 18332
/proc/meminfo: memFree=116296872/131250000 swapFree=33010684/33010684
[pid=17856] ppid=17853 vsize=19063512 memory=2175204 CPUtime=3514.01 cores=5,7
/proc/17856/stat : 17856 (java) S 17853 17856 16344 0 -1 4194304 132257 0 0 0 350673 728 0 0 20 0 20 0 31714788 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
/proc/17856/statm: 4765878 543801 5531 1 0 558318 0
[pid=17856/tid=17858] ppid=17853 vsize=19063512 memory=2175204 CPUtime=3493.44 cores=5,7
/proc/17856/task/17858/stat : 17858 (java) R 17853 17856 16344 0 -1 4194368 48545 0 0 0 348723 621 0 0 20 0 20 0 31714789 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17867] ppid=17853 vsize=19063512 memory=2175204 CPUtime=0 cores=5,7
/proc/17856/task/17867/stat : 17867 (Finalizer) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714791 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17874] ppid=17853 vsize=19063512 memory=2175204 CPUtime=0 cores=5,7
/proc/17856/task/17874/stat : 17874 (Common-Cleaner) S 17853 17856 16344 0 -1 4194368 1524 0 0 0 0 0 0 0 20 0 20 0 31714792 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17876] ppid=17853 vsize=19063512 memory=2175204 CPUtime=0 cores=5,7
/proc/17856/task/17876/stat : 17876 (Timer-0) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714845 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
Current children cumulated CPU time: 3514.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2175204 KiB

[startup+3582.3 s]
/proc/loadavg: 4.26 4.26 4.20 5/344 18399
/proc/meminfo: memFree=114545036/131250000 swapFree=33010684/33010684
[pid=17856] ppid=17853 vsize=19063512 memory=2175204 CPUtime=3573.84 cores=5,7
/proc/17856/stat : 17856 (java) S 17853 17856 16344 0 -1 4194304 133400 0 0 0 356641 743 0 0 20 0 20 0 31714788 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
/proc/17856/statm: 4765878 543801 5531 1 0 558318 0
[pid=17856/tid=17858] ppid=17853 vsize=19063512 memory=10880 CPUtime=3553.09 cores=5,7
/proc/17856/task/17858/stat : 17858 (java) R 17853 17856 16344 0 -1 4194368 49047 0 0 0 354675 634 0 0 20 0 20 0 31714789 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17867] ppid=17853 vsize=19063512 memory=17536 CPUtime=0 cores=5,7
/proc/17856/task/17867/stat : 17867 (Finalizer) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714791 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17874] ppid=17853 vsize=19063512 memory=2175204 CPUtime=0 cores=5,7
/proc/17856/task/17874/stat : 17874 (Common-Cleaner) S 17853 17856 16344 0 -1 4194368 1588 0 0 0 0 0 0 0 20 0 20 0 31714792 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17876] ppid=17853 vsize=19063512 memory=2175204 CPUtime=0 cores=5,7
/proc/17856/task/17876/stat : 17876 (Timer-0) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714845 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
Current children cumulated CPU time: 3573.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2175204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.6 s]
/proc/loadavg: 4.17 4.24 4.19 5/344 18401
/proc/meminfo: memFree=114090072/131250000 swapFree=33010684/33010684
[pid=17856] ppid=17853 vsize=19063512 memory=2175204 CPUtime=3600.04 cores=5,7
/proc/17856/stat : 17856 (java) S 17853 17856 16344 0 -1 4194304 133418 0 0 0 359254 750 0 0 20 0 20 0 31714788 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
/proc/17856/statm: 4765878 543801 5531 1 0 558318 0
[pid=17856/tid=17858] ppid=17853 vsize=19063512 memory=3906084559657386247 CPUtime=3579.22 cores=5,7
/proc/17856/task/17858/stat : 17858 (java) R 17853 17856 16344 0 -1 4194368 49050 0 0 0 357282 640 0 0 20 0 20 0 31714789 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17867] ppid=17853 vsize=19063512 memory=1920 CPUtime=0 cores=5,7
/proc/17856/task/17867/stat : 17867 (Finalizer) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714791 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17874] ppid=17853 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/17856/task/17874/stat : 17874 (Common-Cleaner) S 17853 17856 16344 0 -1 4194368 1588 0 0 0 0 0 0 0 20 0 20 0 31714792 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
[pid=17856/tid=17876] ppid=17853 vsize=19063512 memory=12416 CPUtime=0 cores=5,7
/proc/17856/task/17876/stat : 17876 (Timer-0) S 17853 17856 16344 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31714845 19521036288 543801 18446744073709551615 94590011650048 94590011653744 140726700404608 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94590011661560 94590011662352 94590044663808 140726700411184 140726700411366 140726700411366 140726700416968 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2175204 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.66 s, system=7.51606 s

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

Child status: 143

Real time (s): 3608.72
CPU time (s): 3600.18
CPU user time (s): 3592.66
CPU system time (s): 7.51606
CPU usage (%): 99.7633
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2175204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.66
system time used= 7.51606
maximum resident set size= 2176612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135932
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12464080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115110
involuntary context switches= 9265


# summary of solver processes directly reported to runsolver:
#   pid: 17856
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3592.66
#   total CPU system time (s): 7.51606

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.55364 second user time and 16.9237 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 03:25:49
IDJOB=4501947
IDBENCH=152982
IDSOLVER=3364
FILE ID=nodeC027/4501947-1751160349
RUNJOBID= nodeC027-1751156506-16357
SLURM_JOB_ID= 9587479
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j90/normalized-j9013_3-sat.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4501947-1751160349/watcher-4501947-1751160349 -o /tmp/evaluation-result-4501947-1751160349/solver-4501947-1751160349 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751156506-16357 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4501947-1751160349 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4501947-1751160349.opb

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

MD5SUM BENCH= 69f6f997ce8de3d1a51b1c8599cc504d
RANDOM SEED=1931254432

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.633
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.651
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.120
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3582.406
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.627
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3611.036
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.635
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.633
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        120523320 kB
MemAvailable:   124217740 kB
Buffers:            3280 kB
Cached:          4501116 kB
SwapCached:            0 kB
Active:          5799720 kB
Inactive:        4259560 kB
Active(anon):    5573040 kB
Inactive(anon):        0 kB
Active(file):     226680 kB
Inactive(file):  4259560 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            423028 kB
Writeback:             0 kB
AnonPages:       5558096 kB
Mapped:           122936 kB
Shmem:             18068 kB
KReclaimable:      94440 kB
Slab:             193260 kB
SReclaimable:      94440 kB
SUnreclaim:        98820 kB
KernelStack:        5280 kB
PageTables:        14564 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7077264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5349376 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC027 at 2025-06-29 04:25:58