Trace number 4490665

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.41 3636.43

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_1.opb
MD5SUM24a8c00bfc22332d2e87e9d19ffbf58d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3819
Number of bits of the biggest sum of numbers12
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.15	c See www.sat4j.org for details.
0.10/0.16	c version PB25.v20250606
0.10/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.19	c java.vm.version	22.0.1+8-16
0.10/0.19	c java.vm.vendor	Oracle Corporation
0.10/0.19	c sun.arch.data.model	64
0.10/0.19	c java.version		22.0.1
0.10/0.19	c os.name		Linux
0.10/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.19	c os.arch		amd64
0.10/0.19	c Free memory 		2104792832
0.10/0.19	c Max memory 		16282288128
0.10/0.19	c Total memory 		2113929216
0.10/0.20	c Number of processors 	2
0.25/0.30	c Pseudo Boolean Optimization by upper bound
0.25/0.30	c --- Begin Solver configuration ---
0.25/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.25/0.30	c Learn all clauses as in MiniSAT
0.25/0.30	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.30	c Expensive reason simplification
0.25/0.30	c Glucose 2.1 dynamic restart strategy
0.25/0.30	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.25/0.30	c timeout=2147483s
0.25/0.30	c DB Simplification allowed=false
0.25/0.30	c Listener: none
0.25/0.30	c --- End Solver configuration ---
0.25/0.30	c solving HOME/instance-4490665-1751383116.opb
0.25/0.30	c reading problem ... 
0.25/0.31	c using VERIPB proof format
0.25/0.31	c  objective function found
0.38/0.35	c ... done. Wall clock time 0.041s.
0.38/0.35	c declared #vars     51
0.38/0.35	c #constraints  13
0.38/0.35	c constraints type 
0.38/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.38/0.35	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.38/0.35	c 13 constraints processed.
0.38/0.37	c objective function length is 1 literals
1.87/1.11	c cleaning 2504 clauses out of 5007 with flag 10228/5007
2.86/1.61	c cleaning 4246 clauses out of 8496 with flag 22499/11000
3.45/1.97	c cleaning 5625 clauses out of 11250 with flag 37028/18000
4.23/2.32	c cleaning 6815 clauses out of 13630 with flag 53737/26005
4.97/2.70	c cleaning 7904 clauses out of 15810 with flag 72201/35000
5.38/3.15	c cleaning 8953 clauses out of 17906 with flag 92715/45000
6.08/3.66	c cleaning 9974 clauses out of 19955 with flag 115644/56002
6.69/4.17	c cleaning 10989 clauses out of 21980 with flag 140480/68001
7.28/4.75	c cleaning 11990 clauses out of 23992 with flag 167195/81002
8.09/5.51	c cleaning 12994 clauses out of 26000 with flag 196596/95000
8.79/6.27	c cleaning 13995 clauses out of 28008 with flag 227483/110002
9.81/7.23	c cleaning 15007 clauses out of 30013 with flag 260763/126002
10.79/8.11	c cleaning 15997 clauses out of 32004 with flag 295783/143000
11.76/9.07	c cleaning 17002 clauses out of 34007 with flag 332641/161000
13.55/10.81	c cleaning 18001 clauses out of 36005 with flag 371379/180000
14.65/12.00	c cleaning 19003 clauses out of 38006 with flag 412253/200002
16.05/13.32	c cleaning 20001 clauses out of 40003 with flag 455640/221002
17.76/15.01	c cleaning 21001 clauses out of 42001 with flag 501578/243001
19.13/16.46	c cleaning 22000 clauses out of 43999 with flag 549113/266000
21.13/18.41	c cleaning 22999 clauses out of 45999 with flag 598634/290000
22.63/20.00	c cleaning 24001 clauses out of 48001 with flag 650207/315001
24.32/21.68	c cleaning 24998 clauses out of 49999 with flag 703311/341000
26.33/23.63	c cleaning 26001 clauses out of 52002 with flag 759175/368001
28.32/25.62	c cleaning 27001 clauses out of 54002 with flag 817537/396002
30.72/28.06	c cleaning 28000 clauses out of 56001 with flag 878603/425002
33.30/30.60	c cleaning 28999 clauses out of 57999 with flag 941043/455000
37.10/34.59	c cleaning 30000 clauses out of 60002 with flag 1004479/486002
39.99/37.44	c cleaning 30996 clauses out of 62002 with flag 1070731/518002
42.60/40.06	c cleaning 32000 clauses out of 64004 with flag 1138890/551000
45.38/42.88	c cleaning 32993 clauses out of 66004 with flag 1209848/585000
48.97/46.48	c cleaning 34003 clauses out of 68013 with flag 1283207/620002
52.06/49.58	c cleaning 35004 clauses out of 70010 with flag 1357741/656002
55.45/52.92	c cleaning 35999 clauses out of 72004 with flag 1434299/693000
59.04/56.57	c cleaning 37000 clauses out of 74006 with flag 1513267/731001
63.13/60.66	c cleaning 38002 clauses out of 76010 with flag 1594668/770005
68.59/67.48	c cleaning 39001 clauses out of 78003 with flag 1678354/810000
73.77/72.61	c cleaning 39998 clauses out of 80003 with flag 1763187/851001
78.99/77.93	c cleaning 41004 clauses out of 82008 with flag 1849493/893004
83.77/82.74	c cleaning 41993 clauses out of 84000 with flag 1937502/936000
86.18/85.13	c cleaning 43002 clauses out of 86009 with flag 2028616/980002
88.76/87.76	c cleaning 44002 clauses out of 88008 with flag 2121592/1025003
91.95/90.96	c cleaning 44998 clauses out of 90004 with flag 2215977/1071001
95.93/94.98	c cleaning 46001 clauses out of 92006 with flag 2311760/1118001
100.51/105.22	c cleaning 46997 clauses out of 94004 with flag 2409490/1166000
105.88/110.66	c cleaning 48003 clauses out of 96010 with flag 2509257/1215003
110.57/115.32	c cleaning 49002 clauses out of 98007 with flag 2613252/1265003
115.66/120.45	c cleaning 49997 clauses out of 100004 with flag 2718851/1316002
121.74/126.51	c cleaning 51003 clauses out of 102005 with flag 2827087/1368000
127.49/132.35	c cleaning 52000 clauses out of 104003 with flag 2937375/1421001
133.77/138.67	c cleaning 53001 clauses out of 106003 with flag 3049791/1475001
139.95/144.82	c cleaning 54001 clauses out of 108004 with flag 3164018/1530003
146.04/150.93	c cleaning 55001 clauses out of 110001 with flag 3280868/1586001
150.44/155.30	c cleaning 55998 clauses out of 112000 with flag 3399649/1643001
154.87/159.84	c cleaning 57001 clauses out of 114004 with flag 3520123/1701003
159.18/164.15	c cleaning 57999 clauses out of 116003 with flag 3643058/1760003
163.75/168.75	c cleaning 58993 clauses out of 118001 with flag 3768749/1820000
168.84/173.82	c cleaning 59999 clauses out of 120008 with flag 3893726/1881000
174.91/179.90	c cleaning 60997 clauses out of 122011 with flag 4022715/1943002
180.45/185.54	c cleaning 62003 clauses out of 124012 with flag 4154325/2006000
187.87/193.04	c cleaning 63004 clauses out of 126009 with flag 4287674/2070000
195.04/200.27	c cleaning 63998 clauses out of 128008 with flag 4422919/2135003
202.51/207.78	c cleaning 65003 clauses out of 130009 with flag 4561682/2201002
210.30/215.59	c cleaning 66001 clauses out of 132005 with flag 4702392/2268001
218.93/224.23	c cleaning 67003 clauses out of 134008 with flag 4845230/2336005
226.51/231.81	c cleaning 67997 clauses out of 136000 with flag 4992468/2405000
233.89/239.27	c cleaning 69001 clauses out of 138004 with flag 5139271/2475001
241.79/247.18	c cleaning 70002 clauses out of 140005 with flag 5287879/2546003
250.15/255.63	c cleaning 70995 clauses out of 142000 with flag 5438886/2618000
258.03/263.53	c cleaning 72000 clauses out of 144005 with flag 5591335/2691000
267.01/272.51	c cleaning 73001 clauses out of 146005 with flag 5746247/2765000
275.98/281.56	c cleaning 74003 clauses out of 148007 with flag 5902906/2840003
285.81/291.40	c cleaning 74997 clauses out of 150002 with flag 6061034/2916001
297.03/302.66	c cleaning 75994 clauses out of 152009 with flag 6221654/2993005
311.25/316.90	c cleaning 77005 clauses out of 154011 with flag 6384099/3071001
318.67/324.38	c cleaning 77997 clauses out of 156006 with flag 6547673/3150001
326.85/332.51	c cleaning 79000 clauses out of 158008 with flag 6711848/3230000
337.13/342.80	c cleaning 80003 clauses out of 160009 with flag 6878468/3311001
348.86/354.63	c cleaning 81000 clauses out of 162005 with flag 7047517/3393000
365.52/371.38	c cleaning 82003 clauses out of 164010 with flag 7222718/3476005
383.05/388.97	c cleaning 82991 clauses out of 166003 with flag 7396922/3560001
403.09/409.03	c cleaning 84001 clauses out of 168012 with flag 7575536/3645001
415.76/421.86	c cleaning 85002 clauses out of 170012 with flag 7753229/3731002
427.50/433.67	c cleaning 85994 clauses out of 172010 with flag 7933186/3818002
440.23/446.47	c cleaning 87007 clauses out of 174015 with flag 8116130/3906001
454.34/460.60	c cleaning 88004 clauses out of 176011 with flag 8299623/3995004
472.67/480.45	c cleaning 89002 clauses out of 178003 with flag 8486840/4085000
494.83/502.67	c cleaning 89995 clauses out of 180001 with flag 8678837/4176000
516.67/524.55	c cleaning 90998 clauses out of 182006 with flag 8871180/4268000
531.97/539.92	c cleaning 91999 clauses out of 184014 with flag 9063746/4361006
556.86/565.10	c cleaning 93004 clauses out of 186009 with flag 9260193/4455000
580.71/588.96	c cleaning 93999 clauses out of 188005 with flag 9458789/4550000
605.12/613.47	c cleaning 94996 clauses out of 190006 with flag 9660011/4646000
624.41/632.89	c cleaning 96001 clauses out of 192013 with flag 9862945/4743003
648.98/658.02	c cleaning 97002 clauses out of 194010 with flag 10067252/4841001
677.75/686.88	c cleaning 98002 clauses out of 196009 with flag 10275012/4940002
703.58/712.72	c cleaning 98997 clauses out of 198005 with flag 10485050/5040000
738.57/747.89	c cleaning 99995 clauses out of 200009 with flag 10696384/5141001
770.93/780.25	c cleaning 101005 clauses out of 202013 with flag 10908123/5243000
801.23/810.62	c cleaning 101994 clauses out of 204008 with flag 11122581/5346000
836.38/845.80	c cleaning 103001 clauses out of 206015 with flag 11339462/5450001
863.91/873.46	c cleaning 104003 clauses out of 208015 with flag 11559831/5555002
900.47/910.13	c cleaning 104999 clauses out of 210010 with flag 11780181/5661000
938.94/948.75	c cleaning 105992 clauses out of 212012 with flag 12006751/5768001
977.52/987.49	c cleaning 107000 clauses out of 214020 with flag 12232413/5876001
1019.26/1029.93	c cleaning 108006 clauses out of 216022 with flag 12464654/5985003
1054.10/1064.85	c cleaning 109005 clauses out of 218013 with flag 12699723/6095000
1086.20/1097.05	c cleaning 110003 clauses out of 220008 with flag 12935434/6206000
1129.72/1140.86	c cleaning 111000 clauses out of 222007 with flag 13170236/6318002
1167.05/1178.24	c cleaning 111999 clauses out of 224005 with flag 13406731/6431000
1208.56/1223.33	c cleaning 112999 clauses out of 226006 with flag 13644440/6545000
1252.34/1267.26	c cleaning 113997 clauses out of 228008 with flag 13885518/6660001
1291.89/1306.93	c cleaning 115001 clauses out of 230012 with flag 14126225/6776002
1312.59/1327.65	c cleaning 116000 clauses out of 232011 with flag 14369001/6893002
1331.14/1346.37	c cleaning 116997 clauses out of 234010 with flag 14614369/7011001
1353.68/1368.99	c cleaning 118000 clauses out of 236013 with flag 14862266/7130001
1379.80/1395.03	c cleaning 119003 clauses out of 238014 with flag 15112235/7250002
1398.68/1414.00	c cleaning 120002 clauses out of 240011 with flag 15363526/7371002
1413.15/1428.41	c cleaning 120997 clauses out of 242008 with flag 15614145/7493001
1428.52/1443.86	c cleaning 122003 clauses out of 244012 with flag 15868003/7616002
1463.65/1479.02	c cleaning 123001 clauses out of 246008 with flag 16126887/7740001
1510.81/1526.44	c cleaning 123998 clauses out of 248007 with flag 16389236/7865001
1557.85/1573.66	c cleaning 125003 clauses out of 250010 with flag 16655004/7991002
1616.73/1632.63	c cleaning 125996 clauses out of 252005 with flag 16925386/8118000
1667.17/1683.28	c cleaning 126998 clauses out of 254009 with flag 17191836/8246000
1704.76/1720.93	c cleaning 128005 clauses out of 256013 with flag 17458037/8375002
1752.85/1769.22	c cleaning 128991 clauses out of 258006 with flag 17726565/8505000
1799.80/1816.25	c cleaning 130007 clauses out of 260019 with flag 18005952/8636004
1860.52/1877.12	c cleaning 131001 clauses out of 262009 with flag 18283421/8768001
1893.21/1909.96	c cleaning 132002 clauses out of 264007 with flag 18562827/8901000
1931.97/1948.84	c cleaning 132998 clauses out of 266005 with flag 18839659/9035000
1984.74/2001.72	c cleaning 134003 clauses out of 268012 with flag 19121823/9170005
2031.29/2048.42	c cleaning 134996 clauses out of 270004 with flag 19410054/9306000
2073.05/2096.63	c cleaning 135998 clauses out of 272008 with flag 19695592/9443000
2105.10/2131.20	c cleaning 137000 clauses out of 274012 with flag 19985130/9581002
2147.34/2173.69	c cleaning 138003 clauses out of 276010 with flag 20280563/9720000
2175.53/2201.92	c cleaning 139004 clauses out of 278009 with flag 20580141/9860002
2205.58/2232.07	c cleaning 139995 clauses out of 280006 with flag 20877788/10001003
2244.85/2271.53	c cleaning 141000 clauses out of 282010 with flag 21181896/10143002
2269.69/2296.49	c cleaning 142004 clauses out of 284012 with flag 21494310/10286004
2293.72/2320.61	c cleaning 142995 clauses out of 286004 with flag 21797488/10430000
2318.28/2345.23	c cleaning 144003 clauses out of 288011 with flag 22096149/10575002
2347.48/2374.84	c cleaning 144998 clauses out of 290008 with flag 22397087/10721002
2387.93/2415.30	c cleaning 146005 clauses out of 292015 with flag 22705745/10868007
2435.88/2463.47	c cleaning 146997 clauses out of 294006 with flag 23015967/11016003
2478.80/2506.60	c cleaning 147998 clauses out of 296007 with flag 23327820/11165001
2520.71/2548.53	c cleaning 148999 clauses out of 298008 with flag 23639172/11315000
2566.15/2598.85	c cleaning 150002 clauses out of 300010 with flag 23956903/11466001
2609.06/2641.98	c cleaning 151001 clauses out of 302010 with flag 24273223/11618003
2660.48/2693.58	c cleaning 151994 clauses out of 304008 with flag 24598910/11771002
2692.51/2725.63	c cleaning 153003 clauses out of 306013 with flag 24919530/11925001
2734.85/2768.09	c cleaning 154002 clauses out of 308014 with flag 25242137/12080005
2776.13/2809.41	c cleaning 154999 clauses out of 310008 with flag 25569452/12236001
2834.81/2869.28	c cleaning 156004 clauses out of 312012 with flag 25897125/12393004
2888.02/2922.60	c cleaning 156997 clauses out of 314006 with flag 26228705/12551002
2944.74/2979.44	c cleaning 158002 clauses out of 316008 with flag 26559897/12710001
2999.69/3034.54	c cleaning 158997 clauses out of 318006 with flag 26893845/12870001
3067.77/3102.31	c cleaning 160002 clauses out of 320010 with flag 27231752/13031002
3136.06/3170.86	c cleaning 160996 clauses out of 322006 with flag 27571490/13193000
3205.07/3240.07	c cleaning 162004 clauses out of 324011 with flag 27914199/13356001
3279.34/3314.59	c cleaning 163004 clauses out of 326013 with flag 28259443/13520007
3352.97/3388.35	c cleaning 163995 clauses out of 328002 with flag 28607435/13685000
3423.94/3459.58	c cleaning 164999 clauses out of 330009 with flag 28955894/13851002
3502.70/3538.60	c cleaning 165999 clauses out of 332012 with flag 29308474/14018004
3585.14/3621.21	c cleaning 167006 clauses out of 334011 with flag 29661890/14186002
3600.07/3636.27	c starts		: 4510
3600.07/3636.28	c timeout
3600.07/3636.29	c conflicts		: 14240527
3600.07/3636.29	c decisions		: 14654183
3600.07/3636.29	c propagations		: 95224332
3600.07/3636.29	c inspects		: 35622926927
3600.07/3636.29	c shortcuts		: 0
3600.07/3636.29	c learnt literals	: 0
3600.07/3636.29	c learnt binary clauses	: 0
3600.07/3636.29	c learnt ternary clauses	: 0
3600.07/3636.29	c learnt constraints	: 14240528
3600.07/3636.29	c ignored constraints	: 0
3600.07/3636.29	c root simplifications	: 0
3600.07/3636.29	c removed literals (reason simplification)	: 126929002
3600.07/3636.29	c reason swapping (by a shorter reason)	: 0
3600.07/3636.29	c Calls to reduceDB	: 164
3600.07/3636.29	c Number of update (reduction) of LBD	: 831751
3600.07/3636.29	c Imported unit clauses	: 0
3600.07/3636.29	c No decision after first conflict	: false
3600.07/3636.29	c number of reductions to clauses (during analyze)	: 0
3600.07/3636.29	c number of learned constraints concerned by reduction	: 0
3600.07/3636.29	c number of learning phase by resolution	: 0
3600.07/3636.29	c number of learning phase by cutting planes	: 0
3600.07/3636.29	c number of rounding to 1 operations	: 0
3600.07/3636.29	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3636.29	c number of reductions of the coefficients by power 2 	: 0
3600.07/3636.29	c number of right shift for reduction by power 2 	: 0
3600.07/3636.29	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3636.29	c number of ending skipping 	: 0
3600.07/3636.29	c number of internal skipping 	: 0
3600.07/3636.29	c number of derivation steps 	: 0
3600.07/3636.29	c number of skipped derivation steps 	: 0
3600.07/3636.29	c number of remaining unassigned 	: 0
3600.07/3636.29	c number of remaining assigned 	: 0
3600.07/3636.29	c number of falsified literals weakened from reason	: 0
3600.07/3636.29	c number of falsified literals weakened from conflict	: 0
3600.07/3636.29	c time for arithmetic operations	: 0
3600.07/3636.29	c minimum degree of deleted constraints	: null
3600.07/3636.29	c maximum degree of deleted constraints	: null
3600.07/3636.29	c number of deleted constraints	: 0
3600.07/3636.30	c speed (assignments/second)	: 26189.90807545937
3600.07/3636.30	c non guided choices	: 22
3600.26/3636.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 221531
3600.26/3636.36	s UNKNOWN
3600.26/3636.36	c Total wall clock time (in seconds): 3636.065

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490665-1751383116/watcher-4490665-1751383116 -o /tmp/evaluation-result-4490665-1751383116/solver-4490665-1751383116 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751379491-49327 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4490665-1751383116 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4490665-1751383116.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
solver pid=49773, runsolver pid=49770
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.09 4.17 4.14 5/333 49791
/proc/meminfo: memFree=92832708/131382120 swapFree=33010684/33010684
[pid=49773] ppid=49770 vsize=18930384 memory=48468 CPUtime=0.1 cores=5,7
/proc/49773/stat : 49773 (java) S 49770 49773 49314 0 -1 4194304 5831 0 0 0 7 3 0 0 20 0 18 0 53990310 19384713216 12117 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
/proc/49773/statm: 4732596 12117 5320 1 0 547027 0
[pid=49773/tid=49775] ppid=49770 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/49773/task/49775/stat : 49775 (java) R 49770 49773 49314 0 -1 4194368 4688 0 0 0 5 2 0 0 20 0 18 0 53990312 19384713216 12117 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49784] ppid=49770 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/49773/task/49784/stat : 49784 (Finalizer) S 49770 49773 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53990317 19384713216 12117 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49791] ppid=49770 vsize=18930384 memory=59593594259917 CPUtime=0 cores=5,7
/proc/49773/task/49791/stat : 49791 (Common-Cleaner) S 49770 49773 49314 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 53990317 19384713216 12117 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48468 KiB

[startup+0.207033 s]*
/proc/loadavg: 4.09 4.17 4.14 6/333 49791
/proc/meminfo: memFree=92831196/131382120 swapFree=33010684/33010684
[pid=49773] ppid=49770 vsize=18930384 memory=55596 CPUtime=0.25 cores=5,7
/proc/49773/stat : 49773 (java) S 49770 49773 49314 0 -1 4194304 6546 0 0 0 21 4 0 0 20 0 18 0 53990310 19384713216 13899 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
/proc/49773/statm: 4732596 13899 5352 1 0 547588 0
[pid=49773/tid=49775] ppid=49770 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=5,7
/proc/49773/task/49775/stat : 49775 (java) R 49770 49773 49314 0 -1 4194368 5035 0 0 0 15 2 0 0 20 0 18 0 53990312 19384713216 13899 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49784] ppid=49770 vsize=18930384 memory=16878 CPUtime=0 cores=5,7
/proc/49773/task/49784/stat : 49784 (Finalizer) S 49770 49773 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53990317 19384713216 13899 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49791] ppid=49770 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/49773/task/49791/stat : 49791 (Common-Cleaner) S 49770 49773 49314 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 53990317 19384713216 13899 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55596 KiB

[startup+0.306856 s]*
/proc/loadavg: 4.09 4.17 4.14 5/333 49791
/proc/meminfo: memFree=92827100/131382120 swapFree=33010684/33010684
[pid=49773] ppid=49770 vsize=18930384 memory=59264 CPUtime=0.38 cores=5,7
/proc/49773/stat : 49773 (java) S 49770 49773 49314 0 -1 4194304 6861 0 0 0 34 4 0 0 20 0 18 0 53990310 19384713216 14816 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
/proc/49773/statm: 4732596 14816 5448 1 0 547810 0
[pid=49773/tid=49775] ppid=49770 vsize=18930384 memory=-6000919507032564587 CPUtime=0.27 cores=5,7
/proc/49773/task/49775/stat : 49775 (java) R 49770 49773 49314 0 -1 4194368 5218 0 0 0 24 3 0 0 20 0 18 0 53990312 19384713216 14816 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49784] ppid=49770 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/49773/task/49784/stat : 49784 (Finalizer) S 49770 49773 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53990317 19384713216 14816 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49791] ppid=49770 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/49773/task/49791/stat : 49791 (Common-Cleaner) S 49770 49773 49314 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 53990317 19384713216 14816 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59264 KiB

[startup+0.700285 s]
/proc/loadavg: 4.09 4.17 4.14 7/334 49792
/proc/meminfo: memFree=92819728/131382120 swapFree=33010684/33010684
[pid=49773] ppid=49770 vsize=18996948 memory=83208 CPUtime=1.07 cores=5,7
/proc/49773/stat : 49773 (java) S 49770 49773 49314 0 -1 4194304 9019 0 0 0 101 6 0 0 20 0 19 0 53990310 19452874752 20802 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
/proc/49773/statm: 4749237 20802 5480 1 0 549138 0
[pid=49773/tid=49775] ppid=49770 vsize=18996948 memory=18304 CPUtime=0.6 cores=5,7
/proc/49773/task/49775/stat : 49775 (java) R 49770 49773 49314 0 -1 4194368 5416 0 0 0 56 4 0 0 20 0 19 0 53990312 19452874752 20802 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49784] ppid=49770 vsize=18996948 memory=11136 CPUtime=0 cores=5,7
/proc/49773/task/49784/stat : 49784 (Finalizer) S 49770 49773 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 53990317 19452874752 20802 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49791] ppid=49770 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/49773/task/49791/stat : 49791 (Common-Cleaner) S 49770 49773 49314 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 53990317 19452874752 20802 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49792] ppid=49770 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/49773/task/49792/stat : 49792 (Timer-0) S 49770 49773 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 53990349 19452874752 20802 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 83208 KiB

[startup+1.50026 s]
/proc/loadavg: 4.09 4.17 4.14 6/334 49792
/proc/meminfo: memFree=92750988/131382120 swapFree=33010684/33010684
[pid=49773] ppid=49770 vsize=19063512 memory=176108 CPUtime=2.66 cores=5,7
/proc/49773/stat : 49773 (java) S 49770 49773 49314 0 -1 4194304 20788 0 0 0 255 11 0 0 20 0 20 0 53990310 19521036288 44027 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
/proc/49773/statm: 4765878 44027 5512 1 0 553996 0
[pid=49773/tid=49775] ppid=49770 vsize=19063512 memory=0 CPUtime=1.36 cores=5,7
/proc/49773/task/49775/stat : 49775 (java) R 49770 49773 49314 0 -1 4194368 5829 0 0 0 130 6 0 0 20 0 20 0 53990312 19521036288 44027 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49784] ppid=49770 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/49773/task/49784/stat : 49784 (Finalizer) S 49770 49773 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 44027 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49791] ppid=49770 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/49773/task/49791/stat : 49791 (Common-Cleaner) S 49770 49773 49314 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 44027 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49792] ppid=49770 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/49773/task/49792/stat : 49792 (Timer-0) S 49770 49773 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53990349 19521036288 44027 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176108 KiB

[startup+3.10553 s]
/proc/loadavg: 4.09 4.17 4.14 5/335 49793
/proc/meminfo: memFree=92665796/131382120 swapFree=33010684/33010684
[pid=49773] ppid=49770 vsize=19063512 memory=178904 CPUtime=5.38 cores=5,7
/proc/49773/stat : 49773 (java) S 49770 49773 49314 0 -1 4194304 22839 0 0 0 524 14 0 0 20 0 20 0 53990310 19521036288 44726 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
/proc/49773/statm: 4765878 44726 5512 1 0 553999 0
[pid=49773/tid=49775] ppid=49770 vsize=19063512 memory=11136 CPUtime=2.92 cores=5,7
/proc/49773/task/49775/stat : 49775 (java) R 49770 49773 49314 0 -1 4194368 6282 0 0 0 284 8 0 0 20 0 20 0 53990312 19521036288 44726 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49784] ppid=49770 vsize=19063512 memory=-6000919507032564587 CPUtime=0 cores=5,7
/proc/49773/task/49784/stat : 49784 (Finalizer) S 49770 49773 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 44726 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49791] ppid=49770 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/49773/task/49791/stat : 49791 (Common-Cleaner) S 49770 49773 49314 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 44726 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49792] ppid=49770 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/49773/task/49792/stat : 49792 (Timer-0) S 49770 49773 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53990349 19521036288 44726 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
Current children cumulated CPU time: 5.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178904 KiB

[startup+6.30024 s]
/proc/loadavg: 4.08 4.17 4.14 5/335 49793
/proc/meminfo: memFree=92346764/131382120 swapFree=33010684/33010684
[pid=49773] ppid=49770 vsize=19063512 memory=449148 CPUtime=8.88 cores=5,7
/proc/49773/stat : 49773 (java) S 49770 49773 49314 0 -1 4194304 23398 0 0 0 865 23 0 0 20 0 20 0 53990310 19521036288 112287 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
/proc/49773/statm: 4765878 112287 5512 1 0 554001 0
[pid=49773/tid=49775] ppid=49770 vsize=19063512 memory=0 CPUtime=6.07 cores=5,7
/proc/49773/task/49775/stat : 49775 (java) R 49770 49773 49314 0 -1 4194368 6742 0 0 0 590 17 0 0 20 0 20 0 53990312 19521036288 112287 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49784] ppid=49770 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/49773/task/49784/stat : 49784 (Finalizer) S 49770 49773 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 112287 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49791] ppid=49770 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/49773/task/49791/stat : 49791 (Common-Cleaner) S 49770 49773 49314 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 112287 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49792] ppid=49770 vsize=19063512 memory=176236 CPUtime=0 cores=5,7
/proc/49773/task/49792/stat : 49792 (Timer-0) S 49770 49773 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53990349 19521036288 112287 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
Current children cumulated CPU time: 8.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 449148 KiB

[startup+12.7004 s]
/proc/loadavg: 4.07 4.17 4.14 5/316 49811
/proc/meminfo: memFree=94674124/131382120 swapFree=33010684/33010684
[pid=49773] ppid=49770 vsize=19063512 memory=838312 CPUtime=15.44 cores=5,7
/proc/49773/stat : 49773 (java) S 49770 49773 49314 0 -1 4194304 27122 0 0 0 1508 36 0 0 20 0 20 0 53990310 19521036288 209578 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
/proc/49773/statm: 4765878 209578 5512 1 0 554001 0
[pid=49773/tid=49775] ppid=49770 vsize=19063512 memory=176236 CPUtime=12.44 cores=5,7
/proc/49773/task/49775/stat : 49775 (java) R 49770 49773 49314 0 -1 4194368 8228 0 0 0 1214 30 0 0 20 0 20 0 53990312 19521036288 209578 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49784] ppid=49770 vsize=19063512 memory=713384 CPUtime=0 cores=5,7
/proc/49773/task/49784/stat : 49784 (Finalizer) S 49770 49773 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 209578 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49791] ppid=49770 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/49773/task/49791/stat : 49791 (Common-Cleaner) S 49770 49773 49314 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 209578 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49792] ppid=49770 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/49773/task/49792/stat : 49792 (Timer-0) S 49770 49773 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53990349 19521036288 209578 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
Current children cumulated CPU time: 15.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 838312 KiB

[startup+25.5004 s]
/proc/loadavg: 4.21 4.19 4.15 4/312 49890
/proc/meminfo: memFree=104222020/131382120 swapFree=33010684/33010684
[pid=49773] ppid=49770 vsize=19063512 memory=879284 CPUtime=28.22 cores=5,7
/proc/49773/stat : 49773 (java) S 49770 49773 49314 0 -1 4194304 29426 0 0 0 2776 46 0 0 20 0 20 0 53990310 19521036288 219821 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
/proc/49773/statm: 4765878 219821 5512 1 0 554001 0
[pid=49773/tid=49775] ppid=49770 vsize=19063512 memory=879284 CPUtime=25.1 cores=5,7
/proc/49773/task/49775/stat : 49775 (java) R 49770 49773 49314 0 -1 4194368 8713 0 0 0 2471 39 0 0 20 0 20 0 53990312 19521036288 219821 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49784] ppid=49770 vsize=19063512 memory=16544 CPUtime=0 cores=5,7
/proc/49773/task/49784/stat : 49784 (Finalizer) S 49770 49773 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 219821 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49791] ppid=49770 vsize=19063512 memory=18304 CPUtime=0 cores=5,7
/proc/49773/task/49791/stat : 49791 (Common-Cleaner) S 49770 49773 49314 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 219821 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49792] ppid=49770 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/49773/task/49792/stat : 49792 (Timer-0) S 49770 49773 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53990349 19521036288 219821 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
Current children cumulated CPU time: 28.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 879284 KiB

[startup+51.1142 s]
/proc/loadavg: 4.32 4.22 4.16 5/339 49997
/proc/meminfo: memFree=120921336/131382120 swapFree=33010684/33010684
[pid=49773] ppid=49770 vsize=19063512 memory=1194700 CPUtime=53.67 cores=5,7
/proc/49773/stat : 49773 (java) S 49770 49773 49314 0 -1 4194304 34027 0 0 0 5300 67 0 0 20 0 20 0 53990310 19521036288 298675 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
/proc/49773/statm: 4765878 298675 5512 1 0 554001 0
[pid=49773/tid=49775] ppid=49770 vsize=19063512 memory=1194700 CPUtime=50.39 cores=5,7
/proc/49773/task/49775/stat : 49775 (java) R 49770 49773 49314 0 -1 4194368 10502 0 0 0 4982 57 0 0 20 0 20 0 53990312 19521036288 298675 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49784] ppid=49770 vsize=19063512 memory=1194700 CPUtime=0 cores=5,7
/proc/49773/task/49784/stat : 49784 (Finalizer) S 49770 49773 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 298675 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0

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

[startup+3282.3 s]
/proc/loadavg: 4.62 4.32 4.22 5/331 50309
/proc/meminfo: memFree=99072340/131382120 swapFree=33010684/33010684
[pid=49773] ppid=49770 vsize=19063512 memory=2169284 CPUtime=3247.26 cores=5,7
/proc/49773/stat : 49773 (java) S 49770 49773 49314 0 -1 4194304 88864 0 0 0 323735 991 0 0 20 0 20 0 53990310 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
/proc/49773/statm: 4765878 542321 5544 1 0 555882 0
[pid=49773/tid=49775] ppid=49770 vsize=19063512 memory=2169284 CPUtime=3229.35 cores=5,7
/proc/49773/task/49775/stat : 49775 (java) R 49770 49773 49314 0 -1 4194368 40788 0 0 0 322134 801 0 0 20 0 20 0 53990312 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49784] ppid=49770 vsize=19063512 memory=2169156 CPUtime=0 cores=5,7
/proc/49773/task/49784/stat : 49784 (Finalizer) S 49770 49773 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49791] ppid=49770 vsize=19063512 memory=2169156 CPUtime=0 cores=5,7
/proc/49773/task/49791/stat : 49791 (Common-Cleaner) S 49770 49773 49314 0 -1 4194368 1651 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49792] ppid=49770 vsize=19063512 memory=2169156 CPUtime=0 cores=5,7
/proc/49773/task/49792/stat : 49792 (Timer-0) S 49770 49773 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53990349 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
Current children cumulated CPU time: 3247.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169284 KiB

[startup+3342.3 s]
/proc/loadavg: 4.53 4.36 4.24 5/331 50312
/proc/meminfo: memFree=98750408/131382120 swapFree=33010684/33010684
[pid=49773] ppid=49770 vsize=19063512 memory=2169284 CPUtime=3307.1 cores=5,7
/proc/49773/stat : 49773 (java) S 49770 49773 49314 0 -1 4194304 89146 0 0 0 329706 1004 0 0 20 0 20 0 53990310 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
/proc/49773/statm: 4765878 542321 5544 1 0 555882 0
[pid=49773/tid=49775] ppid=49770 vsize=19063512 memory=2169284 CPUtime=3289.04 cores=5,7
/proc/49773/task/49775/stat : 49775 (java) R 49770 49773 49314 0 -1 4194368 40960 0 0 0 328094 810 0 0 20 0 20 0 53990312 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49784] ppid=49770 vsize=19063512 memory=18304 CPUtime=0 cores=5,7
/proc/49773/task/49784/stat : 49784 (Finalizer) S 49770 49773 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49791] ppid=49770 vsize=19063512 memory=16544 CPUtime=0 cores=5,7
/proc/49773/task/49791/stat : 49791 (Common-Cleaner) S 49770 49773 49314 0 -1 4194368 1719 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49792] ppid=49770 vsize=19063512 memory=16544 CPUtime=0 cores=5,7
/proc/49773/task/49792/stat : 49792 (Timer-0) S 49770 49773 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53990349 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
Current children cumulated CPU time: 3307.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169284 KiB

[startup+3402.3 s]
/proc/loadavg: 4.54 4.41 4.27 5/332 50315
/proc/meminfo: memFree=98307872/131382120 swapFree=33010684/33010684
[pid=49773] ppid=49770 vsize=19063512 memory=2169284 CPUtime=3366.94 cores=5,7
/proc/49773/stat : 49773 (java) S 49770 49773 49314 0 -1 4194304 89174 0 0 0 335679 1015 0 0 20 0 20 0 53990310 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
/proc/49773/statm: 4765878 542321 5544 1 0 555882 0
[pid=49773/tid=49775] ppid=49770 vsize=19063512 memory=-6000919507032564587 CPUtime=3348.84 cores=5,7
/proc/49773/task/49775/stat : 49775 (java) R 49770 49773 49314 0 -1 4194368 40984 0 0 0 334066 818 0 0 20 0 20 0 53990312 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49784] ppid=49770 vsize=19063512 memory=-4421386504871504738 CPUtime=0 cores=5,7
/proc/49773/task/49784/stat : 49784 (Finalizer) S 49770 49773 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49791] ppid=49770 vsize=19063512 memory=-6000919507032564587 CPUtime=0 cores=5,7
/proc/49773/task/49791/stat : 49791 (Common-Cleaner) S 49770 49773 49314 0 -1 4194368 1719 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49792] ppid=49770 vsize=19063512 memory=2169284 CPUtime=0 cores=5,7
/proc/49773/task/49792/stat : 49792 (Timer-0) S 49770 49773 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53990349 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
Current children cumulated CPU time: 3366.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169284 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.34 4.25 5/332 50317
/proc/meminfo: memFree=97831656/131382120 swapFree=33010684/33010684
[pid=49773] ppid=49770 vsize=19063512 memory=2169284 CPUtime=3426.73 cores=5,7
/proc/49773/stat : 49773 (java) S 49770 49773 49314 0 -1 4194304 90018 0 0 0 341647 1026 0 0 20 0 20 0 53990310 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
/proc/49773/statm: 4765878 542321 5544 1 0 555882 0
[pid=49773/tid=49775] ppid=49770 vsize=19063512 memory=16544 CPUtime=3408.46 cores=5,7
/proc/49773/task/49775/stat : 49775 (java) R 49770 49773 49314 0 -1 4194368 41795 0 0 0 340020 826 0 0 20 0 20 0 53990312 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49784] ppid=49770 vsize=19063512 memory=2169284 CPUtime=0 cores=5,7
/proc/49773/task/49784/stat : 49784 (Finalizer) S 49770 49773 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49791] ppid=49770 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/49773/task/49791/stat : 49791 (Common-Cleaner) S 49770 49773 49314 0 -1 4194368 1719 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49792] ppid=49770 vsize=19063512 memory=2169284 CPUtime=0 cores=5,7
/proc/49773/task/49792/stat : 49792 (Timer-0) S 49770 49773 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53990349 19521036288 542321 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
Current children cumulated CPU time: 3426.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169284 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.30 4.24 5/332 50319
/proc/meminfo: memFree=97418756/131382120 swapFree=33010684/33010684
[pid=49773] ppid=49770 vsize=19063512 memory=2169412 CPUtime=3486.54 cores=5,7
/proc/49773/stat : 49773 (java) S 49770 49773 49314 0 -1 4194304 91161 0 0 0 347613 1041 0 0 20 0 20 0 53990310 19521036288 542353 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
/proc/49773/statm: 4765878 542353 5544 1 0 555882 0
[pid=49773/tid=49775] ppid=49770 vsize=19063512 memory=2169284 CPUtime=3468.1 cores=5,7
/proc/49773/task/49775/stat : 49775 (java) R 49770 49773 49314 0 -1 4194368 42202 0 0 0 345972 838 0 0 20 0 20 0 53990312 19521036288 542353 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49784] ppid=49770 vsize=19063512 memory=2169284 CPUtime=0 cores=5,7
/proc/49773/task/49784/stat : 49784 (Finalizer) S 49770 49773 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 542353 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49791] ppid=49770 vsize=19063512 memory=2169412 CPUtime=0 cores=5,7
/proc/49773/task/49791/stat : 49791 (Common-Cleaner) S 49770 49773 49314 0 -1 4194368 1770 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 542353 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49792] ppid=49770 vsize=19063512 memory=7012 CPUtime=0 cores=5,7
/proc/49773/task/49792/stat : 49792 (Timer-0) S 49770 49773 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53990349 19521036288 542353 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
Current children cumulated CPU time: 3486.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169412 KiB

[startup+3582.3 s]
/proc/loadavg: 4.32 4.31 4.25 5/332 50324
/proc/meminfo: memFree=96993612/131382120 swapFree=33010684/33010684
[pid=49773] ppid=49770 vsize=19063512 memory=2169412 CPUtime=3546.34 cores=5,7
/proc/49773/stat : 49773 (java) S 49770 49773 49314 0 -1 4194304 92722 0 0 0 353580 1054 0 0 20 0 20 0 53990310 19521036288 542353 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
/proc/49773/statm: 4765878 542353 5544 1 0 555882 0
[pid=49773/tid=49775] ppid=49770 vsize=19063512 memory=2169284 CPUtime=3527.75 cores=5,7
/proc/49773/task/49775/stat : 49775 (java) R 49770 49773 49314 0 -1 4194368 43153 0 0 0 351927 848 0 0 20 0 20 0 53990312 19521036288 542353 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49784] ppid=49770 vsize=19063512 memory=2169412 CPUtime=0 cores=5,7
/proc/49773/task/49784/stat : 49784 (Finalizer) S 49770 49773 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 542353 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49791] ppid=49770 vsize=19063512 memory=18304 CPUtime=0 cores=5,7
/proc/49773/task/49791/stat : 49791 (Common-Cleaner) S 49770 49773 49314 0 -1 4194368 1856 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 542353 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49792] ppid=49770 vsize=19063512 memory=2169412 CPUtime=0 cores=5,7
/proc/49773/task/49792/stat : 49792 (Timer-0) S 49770 49773 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53990349 19521036288 542353 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
Current children cumulated CPU time: 3546.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3636.2 s]
/proc/loadavg: 4.24 4.29 4.24 5/332 50331
/proc/meminfo: memFree=96485876/131382120 swapFree=33010684/33010684
[pid=49773] ppid=49770 vsize=19063512 memory=2169412 CPUtime=3600.07 cores=5,7
/proc/49773/stat : 49773 (java) S 49770 49773 49314 0 -1 4194304 92731 0 0 0 358942 1065 0 0 20 0 20 0 53990310 19521036288 542353 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
/proc/49773/statm: 4765878 542353 5544 1 0 555882 0
[pid=49773/tid=49775] ppid=49770 vsize=19063512 memory=-6000919507032564587 CPUtime=3581.43 cores=5,7
/proc/49773/task/49775/stat : 49775 (java) R 49770 49773 49314 0 -1 4194368 43158 0 0 0 357287 856 0 0 20 0 20 0 53990312 19521036288 542353 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49784] ppid=49770 vsize=19063512 memory=3072 CPUtime=0 cores=5,7
/proc/49773/task/49784/stat : 49784 (Finalizer) S 49770 49773 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 542353 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49791] ppid=49770 vsize=19063512 memory=6784 CPUtime=0 cores=5,7
/proc/49773/task/49791/stat : 49791 (Common-Cleaner) S 49770 49773 49314 0 -1 4194368 1856 0 0 0 0 0 0 0 20 0 20 0 53990317 19521036288 542353 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49792] ppid=49770 vsize=19063512 memory=5300 CPUtime=0 cores=5,7
/proc/49773/task/49792/stat : 49792 (Timer-0) S 49770 49773 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53990349 19521036288 542353 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2169412 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.74 s, system=10.6747 s

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

[startup+3636.3 s]
/proc/loadavg: 4.24 4.29 4.24 5/332 50331
/proc/meminfo: memFree=96485876/131382120 swapFree=33010684/33010684
[pid=49773] ppid=49770 vsize=19263204 memory=2170308 CPUtime=3600.26 cores=5,7
/proc/49773/stat : 49773 (java) S 49770 49773 49314 0 -1 4194304 94912 0 0 0 358961 1065 0 0 20 0 21 0 53990310 19725520896 542577 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
/proc/49773/statm: 4815801 542577 5576 1 0 556851 0
[pid=49773/tid=49775] ppid=49770 vsize=19263204 memory=2169412 CPUtime=3581.47 cores=5,7
/proc/49773/task/49775/stat : 49775 (java) S 49770 49773 49314 0 -1 4194368 43427 0 0 0 357291 856 0 0 20 0 21 0 53990312 19725520896 542577 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49784] ppid=49770 vsize=19263204 memory=2169412 CPUtime=0 cores=5,7
/proc/49773/task/49784/stat : 49784 (Finalizer) S 49770 49773 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 53990317 19725520896 542577 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
[pid=49773/tid=49791] ppid=49770 vsize=19263204 memory=16544 CPUtime=0 cores=5,7
/proc/49773/task/49791/stat : 49791 (Common-Cleaner) S 49770 49773 49314 0 -1 4194368 1857 0 0 0 0 0 0 0 20 0 21 0 53990317 19725520896 542577 18446744073709551615 94042341416960 94042341420656 140724960296256 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94042341428472 94042341429264 94042368835584 140724960299312 140724960299494 140724960299494 140724960305096 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2170308 KiB

Child status: 143

Real time (s): 3636.43
CPU time (s): 3600.41
CPU user time (s): 3589.74
CPU system time (s): 10.6747
CPU usage (%): 99.0096
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2170308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.74
system time used= 10.6747
maximum resident set size= 2170564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95030
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5447968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109257
involuntary context switches= 11102


# summary of solver processes directly reported to runsolver:
#   pid: 49773
#   total CPU time (s): 3600.41
#   total CPU user time (s): 3589.74
#   total CPU system time (s): 10.6747

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8426 second user time and 38.2414 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-01 17:18:36
IDJOB=4490665
IDBENCH=147604
IDSOLVER=3364
FILE ID=nodeC003/4490665-1751383116
RUNJOBID= nodeC003-1751379491-49327
SLURM_JOB_ID= 9598218
Free space on /tmp= 432696 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_6_50_1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490665-1751383116/watcher-4490665-1751383116 -o /tmp/evaluation-result-4490665-1751383116/solver-4490665-1751383116 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751379491-49327 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4490665-1751383116 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4490665-1751383116.opb

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

MD5SUM BENCH= 24a8c00bfc22332d2e87e9d19ffbf58d
RANDOM SEED=324003225

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		: 3491.723
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		: 3662.610
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		: 1197.111
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.340
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		: 3659.784
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		: 1197.159
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		: 3700.000
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		: 2794.788
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:        92871956 kB
MemAvailable:   121789000 kB
Buffers:            3280 kB
Cached:         29690204 kB
SwapCached:            0 kB
Active:          8474556 kB
Inactive:       29439968 kB
Active(anon):    8239140 kB
Inactive(anon):        0 kB
Active(file):     235416 kB
Inactive(file): 29439968 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             39908 kB
Writeback:             0 kB
AnonPages:       8224576 kB
Mapped:           123532 kB
Shmem:             17960 kB
KReclaimable:     162576 kB
Slab:             250220 kB
SReclaimable:     162576 kB
SUnreclaim:        87644 kB
KernelStack:        5120 kB
PageTables:        19752 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    8794408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7933952 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= 432744 MiB
End job on nodeC003 at 2025-07-01 18:19:13