Trace number 4521638

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06SAT (TO)264 3600.53 3561.77

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/
vertexcover_opt_grid_oddrowevencolsquare/normalized-vertexcover_opt_grid_oddrowevencolsquare_dim_022.opb
MD5SUM8e50416028301376aa06deda864f0965
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark264
Best CPU time to get the best result obtained on this benchmark0.021602
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables506
Total number of constraints1012
Number of constraints which are clauses1012
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 506
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 506
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 506
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.19	c version PB25.v20250606
0.11/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.21	c java.vm.version	22.0.1+8-16
0.11/0.22	c java.vm.vendor	Oracle Corporation
0.11/0.22	c sun.arch.data.model	64
0.11/0.22	c java.version		22.0.1
0.11/0.22	c os.name		Linux
0.11/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.22	c os.arch		amd64
0.28/0.23	c Free memory 		2104792832
0.28/0.23	c Max memory 		16282288128
0.28/0.23	c Total memory 		2113929216
0.28/0.24	c Number of processors 	2
0.42/0.35	c Pseudo Boolean Optimization by upper bound
0.42/0.35	c --- Begin Solver configuration ---
0.42/0.35	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.35	c Learn all clauses as in MiniSAT
0.42/0.35	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.35	c Expensive reason simplification
0.42/0.35	c Glucose 2.1 dynamic restart strategy
0.42/0.35	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.42/0.35	c timeout=2147483s
0.42/0.35	c DB Simplification allowed=false
0.42/0.35	c Listener: none
0.42/0.35	c --- End Solver configuration ---
0.42/0.35	c solving HOME/instance-4521638-1751588299.opb
0.42/0.35	c reading problem ... 
0.42/0.35	c  objective function found
0.60/0.47	c ... done. Wall clock time 0.115s.
0.60/0.47	c declared #vars     506
0.60/0.47	c #constraints  1012
0.60/0.47	c constraints type 
0.60/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1012
0.60/0.48	c 1012 constraints processed.
0.60/0.51	c objective function length is 506 literals
0.60/0.52	c SATISFIABLE
0.60/0.52	c OPTIMIZING...
0.60/0.52	c Got one! Elapsed wall clock time (in seconds):0.171
0.60/0.52	o 264
2.90/1.60	c cleaning 2500 clauses out of 5000 with flag 10663/5000
3.63/2.08	c cleaning 4251 clauses out of 8501 with flag 23419/11001
4.13/2.48	c cleaning 5625 clauses out of 11249 with flag 38280/18000
5.03/3.30	c cleaning 6813 clauses out of 13626 with flag 55257/26002
5.94/4.28	c cleaning 7906 clauses out of 15811 with flag 74303/35000
6.93/5.11	c cleaning 8953 clauses out of 17906 with flag 95501/45001
7.87/5.91	c cleaning 9977 clauses out of 19953 with flag 118855/56001
9.55/7.51	c cleaning 10989 clauses out of 21977 with flag 144132/68002
10.86/8.80	c cleaning 11993 clauses out of 23986 with flag 171694/81000
12.15/10.05	c cleaning 12997 clauses out of 25993 with flag 201251/95000
13.60/11.47	c cleaning 13998 clauses out of 27996 with flag 233106/110000
14.80/12.69	c cleaning 14999 clauses out of 29998 with flag 267116/126000
16.70/14.33	c cleaning 15999 clauses out of 31999 with flag 303363/143000
18.35/15.96	c cleaning 16998 clauses out of 34001 with flag 341663/161001
20.75/18.29	c cleaning 17998 clauses out of 36002 with flag 382065/180000
22.78/20.20	c cleaning 18995 clauses out of 38006 with flag 424487/200002
25.05/22.32	c cleaning 20000 clauses out of 40010 with flag 469022/221001
27.37/24.51	c cleaning 21005 clauses out of 42010 with flag 515645/243001
29.76/26.99	c cleaning 22002 clauses out of 44004 with flag 564471/266000
32.25/29.34	c cleaning 23002 clauses out of 46003 with flag 615117/290001
35.27/32.28	c cleaning 23994 clauses out of 48000 with flag 668255/315000
38.27/35.27	c cleaning 25004 clauses out of 50007 with flag 723444/341001
42.01/38.88	c cleaning 25996 clauses out of 52002 with flag 780789/368000
45.37/42.09	c cleaning 27003 clauses out of 54006 with flag 839682/396000
49.59/46.19	c cleaning 27999 clauses out of 56003 with flag 901015/425000
54.37/50.90	c cleaning 29002 clauses out of 58005 with flag 964608/455001
58.70/55.11	c cleaning 30002 clauses out of 60003 with flag 1030360/486001
62.80/59.17	c cleaning 30996 clauses out of 62000 with flag 1098261/518000
67.63/63.82	c cleaning 32000 clauses out of 64006 with flag 1168434/551002
73.16/69.26	c cleaning 33000 clauses out of 66005 with flag 1240450/585001
79.67/74.89	c cleaning 33997 clauses out of 68004 with flag 1314655/620000
85.80/80.89	c cleaning 35002 clauses out of 70007 with flag 1391018/656000
91.96/87.01	c cleaning 36002 clauses out of 72005 with flag 1469281/693000
97.67/92.53	c cleaning 36997 clauses out of 74003 with flag 1549281/731000
104.42/99.27	c cleaning 38001 clauses out of 76007 with flag 1631744/770001
110.72/105.45	c cleaning 38997 clauses out of 78006 with flag 1716536/810001
117.76/112.44	c cleaning 40000 clauses out of 80008 with flag 1803252/851000
126.09/120.64	c cleaning 40995 clauses out of 82008 with flag 1892085/893000
134.26/128.68	c cleaning 42006 clauses out of 84015 with flag 1983254/936002
143.80/138.01	c cleaning 43004 clauses out of 86007 with flag 2076429/980000
153.11/147.24	c cleaning 44000 clauses out of 88003 with flag 2171880/1025000
160.50/154.56	c cleaning 45001 clauses out of 90005 with flag 2269642/1071002
168.12/162.05	c cleaning 45994 clauses out of 92002 with flag 2369362/1118000
175.90/169.77	c cleaning 46997 clauses out of 94009 with flag 2471065/1166001
185.56/178.23	c cleaning 48001 clauses out of 96012 with flag 2574857/1215001
195.29/187.89	c cleaning 49001 clauses out of 98010 with flag 2680775/1265000
204.24/196.60	c cleaning 50002 clauses out of 100010 with flag 2788912/1316001
214.13/206.35	c cleaning 51002 clauses out of 102009 with flag 2899618/1368002
224.23/216.39	c cleaning 51998 clauses out of 104005 with flag 3011554/1421000
233.22/225.16	c cleaning 53003 clauses out of 106008 with flag 3125713/1475001
243.01/234.88	c cleaning 53997 clauses out of 108004 with flag 3242400/1530000
252.83/244.56	c cleaning 54998 clauses out of 110008 with flag 3361180/1586001
264.46/256.04	c cleaning 56001 clauses out of 112010 with flag 3481964/1643001
276.27/267.78	c cleaning 57001 clauses out of 114008 with flag 3604738/1701000
291.54/281.88	c cleaning 58004 clauses out of 116008 with flag 3729820/1760001
302.67/292.82	c cleaning 59001 clauses out of 118003 with flag 3857034/1820000
316.42/306.41	c cleaning 60000 clauses out of 120002 with flag 3986270/1881000
328.89/318.73	c cleaning 60996 clauses out of 122003 with flag 4117399/1943001
342.15/331.81	c cleaning 62000 clauses out of 124007 with flag 4251272/2006001
356.48/346.09	c cleaning 63003 clauses out of 126006 with flag 4387089/2070000
371.35/360.81	c cleaning 63995 clauses out of 128003 with flag 4524890/2135000
386.39/375.70	c cleaning 64997 clauses out of 130008 with flag 4665013/2201000
400.39/389.66	c cleaning 65997 clauses out of 132013 with flag 4806972/2268002
414.63/403.57	c cleaning 67008 clauses out of 134016 with flag 4951450/2336002
427.89/416.68	c cleaning 68003 clauses out of 136008 with flag 5097664/2405002
443.40/432.02	c cleaning 69002 clauses out of 138003 with flag 5246186/2475000
458.12/446.66	c cleaning 69994 clauses out of 140002 with flag 5395776/2546001
475.89/464.09	c cleaning 71002 clauses out of 142009 with flag 5548639/2618002
493.61/481.68	c cleaning 71993 clauses out of 144005 with flag 5703434/2691000
515.21/502.03	c cleaning 73006 clauses out of 146014 with flag 5860247/2765002
534.75/521.40	c cleaning 74001 clauses out of 148007 with flag 6018021/2840001
561.12/547.55	c cleaning 74995 clauses out of 150005 with flag 6178521/2916000
583.15/569.46	c cleaning 76001 clauses out of 152011 with flag 6341298/2993001
604.54/590.58	c cleaning 77003 clauses out of 154010 with flag 6506280/3071001
623.77/609.63	c cleaning 77994 clauses out of 156006 with flag 6672518/3150000
642.56/628.19	c cleaning 79004 clauses out of 158013 with flag 6840648/3230001
663.14/648.61	c cleaning 80005 clauses out of 160009 with flag 7010893/3311001
685.73/670.99	c cleaning 80999 clauses out of 162004 with flag 7183027/3393001
707.53/692.42	c cleaning 81994 clauses out of 164004 with flag 7359285/3476000
728.67/713.40	c cleaning 82998 clauses out of 166010 with flag 7537446/3560000
753.44/737.93	c cleaning 84006 clauses out of 168012 with flag 7717853/3645000
776.26/760.63	c cleaning 84998 clauses out of 170007 with flag 7900018/3731001
798.83/782.93	c cleaning 86000 clauses out of 172008 with flag 8084625/3818000
821.92/805.70	c cleaning 87005 clauses out of 174009 with flag 8271134/3906001
847.86/830.13	c cleaning 88001 clauses out of 176003 with flag 8459834/3995000
871.41/853.68	c cleaning 89001 clauses out of 178004 with flag 8650556/4085002
900.88/882.69	c cleaning 89995 clauses out of 180001 with flag 8843337/4176000
924.39/905.97	c cleaning 90995 clauses out of 182006 with flag 9036654/4268000
950.21/931.66	c cleaning 92000 clauses out of 184011 with flag 9232139/4361000
977.91/959.24	c cleaning 93004 clauses out of 186011 with flag 9430077/4455000
1005.00/985.90	c cleaning 93993 clauses out of 188007 with flag 9630900/4550000
1032.38/1013.19	c cleaning 95001 clauses out of 190014 with flag 9834947/4646000
1056.99/1037.65	c cleaning 96002 clauses out of 192014 with flag 10040799/4743001
1083.50/1063.86	c cleaning 96995 clauses out of 194012 with flag 10248753/4841001
1110.88/1091.04	c cleaning 98007 clauses out of 196017 with flag 10458626/4940001
1142.62/1122.67	c cleaning 99000 clauses out of 198009 with flag 10670933/5040000
1166.32/1145.82	c cleaning 100001 clauses out of 200010 with flag 10885578/5141001
1206.33/1185.71	c cleaning 101001 clauses out of 202009 with flag 11102231/5243001
1237.74/1216.79	c cleaning 101994 clauses out of 204007 with flag 11319225/5346000
1269.94/1248.77	c cleaning 103003 clauses out of 206013 with flag 11539305/5450000
1300.26/1278.99	c cleaning 104003 clauses out of 208011 with flag 11761927/5555001
1338.13/1316.30	c cleaning 104999 clauses out of 210007 with flag 11985615/5661000
1377.28/1355.36	c cleaning 106000 clauses out of 212008 with flag 12211975/5768000
1417.40/1394.10	c cleaning 107000 clauses out of 214009 with flag 12441092/5876001
1461.28/1437.78	c cleaning 108004 clauses out of 216008 with flag 12671929/5985000
1502.94/1479.22	c cleaning 109002 clauses out of 218004 with flag 12904922/6095000
1548.53/1524.68	c cleaning 109997 clauses out of 220002 with flag 13139572/6206000
1576.35/1551.94	c cleaning 111001 clauses out of 222006 with flag 13376495/6318001
1609.55/1584.99	c cleaning 111997 clauses out of 224005 with flag 13615895/6431001
1643.64/1618.96	c cleaning 113003 clauses out of 226009 with flag 13857564/6545002
1683.97/1658.80	c cleaning 113998 clauses out of 228005 with flag 14101873/6660001
1723.98/1698.72	c cleaning 114999 clauses out of 230007 with flag 14347897/6776001
1762.63/1737.07	c cleaning 115995 clauses out of 232007 with flag 14595974/6893000
1801.00/1775.26	c cleaning 117002 clauses out of 234012 with flag 14847005/7011000
1839.09/1813.29	c cleaning 118006 clauses out of 236013 with flag 15099623/7130003
1878.41/1852.18	c cleaning 118994 clauses out of 238004 with flag 15354301/7250000
1915.93/1889.58	c cleaning 120002 clauses out of 240011 with flag 15610614/7371001
1955.44/1928.78	c cleaning 121000 clauses out of 242008 with flag 15868878/7493000
1998.81/1972.00	c cleaning 122004 clauses out of 244008 with flag 16127925/7616000
2042.88/2015.62	c cleaning 122999 clauses out of 246004 with flag 16390797/7740000
2091.33/2063.85	c cleaning 124001 clauses out of 248005 with flag 16655533/7865000
2141.20/2113.34	c cleaning 124995 clauses out of 250004 with flag 16922677/7991000
2193.50/2163.36	c cleaning 126000 clauses out of 252010 with flag 17190684/8118001
2244.46/2214.13	c cleaning 127005 clauses out of 254009 with flag 17461713/8246000
2291.63/2261.11	c cleaning 127992 clauses out of 256004 with flag 17734119/8375000
2347.77/2317.15	c cleaning 129003 clauses out of 258013 with flag 18009722/8505001
2397.63/2366.77	c cleaning 130005 clauses out of 260010 with flag 18287537/8636001
2456.54/2425.59	c cleaning 130998 clauses out of 262004 with flag 18567260/8768000
2504.86/2473.70	c cleaning 132001 clauses out of 264006 with flag 18847341/8901000
2549.84/2518.57	c cleaning 133001 clauses out of 266005 with flag 19131680/9035000
2603.40/2571.65	c cleaning 133995 clauses out of 268004 with flag 19418431/9170000
2646.51/2614.45	c cleaning 135001 clauses out of 270010 with flag 19706947/9306001
2694.95/2662.63	c cleaning 135999 clauses out of 272008 with flag 19996631/9443000
2751.52/2719.11	c cleaning 137002 clauses out of 274011 with flag 20289504/9581002
2806.44/2773.85	c cleaning 137999 clauses out of 276009 with flag 20584886/9720002
2864.09/2831.20	c cleaning 138995 clauses out of 278008 with flag 20882041/9860000
2908.97/2875.98	c cleaning 140002 clauses out of 280013 with flag 21180628/10001000
2954.33/2920.69	c cleaning 141002 clauses out of 282011 with flag 21481636/10143000
2999.32/2965.37	c cleaning 142001 clauses out of 284009 with flag 21783454/10286000
3047.12/3012.96	c cleaning 143000 clauses out of 286009 with flag 22088541/10430001
3100.62/3066.23	c cleaning 143998 clauses out of 288008 with flag 22396088/10575000
3149.79/3115.26	c cleaning 145005 clauses out of 290014 with flag 22706217/10721004
3204.24/3169.06	c cleaning 146000 clauses out of 292005 with flag 23018500/10868000
3257.44/3221.97	c cleaning 147001 clauses out of 294007 with flag 23330602/11016002
3316.08/3280.30	c cleaning 148000 clauses out of 296004 with flag 23644182/11165000
3378.17/3342.35	c cleaning 148999 clauses out of 298006 with flag 23962809/11315002
3441.65/3405.63	c cleaning 149998 clauses out of 300005 with flag 24282697/11466000
3502.38/3464.44	c cleaning 151002 clauses out of 302007 with flag 24604368/11618000
3565.73/3527.14	c cleaning 151994 clauses out of 304006 with flag 24928848/11771001
3600.03/3561.53	c starts		: 2
3600.03/3561.55	c conflicts		: 11898259
3600.03/3561.55	c decisions		: 12560595
3600.03/3561.55	c propagations		: 60644860
3600.03/3561.55	c inspects		: 10744639755
3600.03/3561.55	c shortcuts		: 0
3600.03/3561.55	c learnt literals	: 0
3600.03/3561.55	c learnt binary clauses	: 0
3600.03/3561.56	c learnt ternary clauses	: 0
3600.03/3561.56	c learnt constraints	: 11898259
3600.03/3561.56	c ignored constraints	: 0
3600.03/3561.56	c root simplifications	: 0
3600.03/3561.56	c removed literals (reason simplification)	: 255451755
3600.03/3561.56	c reason swapping (by a shorter reason)	: 0
3600.03/3561.56	c Calls to reduceDB	: 149
3600.03/3561.56	c Number of update (reduction) of LBD	: 220162
3600.03/3561.56	c Imported unit clauses	: 0
3600.03/3561.56	c No decision after first conflict	: false
3600.03/3561.56	c number of reductions to clauses (during analyze)	: 0
3600.03/3561.56	c number of learned constraints concerned by reduction	: 0
3600.03/3561.56	c number of learning phase by resolution	: 0
3600.03/3561.57	c number of learning phase by cutting planes	: 0
3600.03/3561.57	c number of rounding to 1 operations	: 0
3600.03/3561.57	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3561.57	c number of reductions of the coefficients by power 2 	: 0
3600.03/3561.57	c number of right shift for reduction by power 2 	: 0
3600.03/3561.57	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3561.57	c number of ending skipping 	: 0
3600.03/3561.57	c number of internal skipping 	: 0
3600.03/3561.57	c number of derivation steps 	: 0
3600.03/3561.57	c number of skipped derivation steps 	: 0
3600.03/3561.57	c number of remaining unassigned 	: 0
3600.03/3561.57	c number of remaining assigned 	: 0
3600.03/3561.57	c number of falsified literals weakened from reason	: 0
3600.03/3561.57	c number of falsified literals weakened from conflict	: 0
3600.03/3561.57	c time for arithmetic operations	: 0
3600.03/3561.58	c minimum degree of deleted constraints	: null
3600.03/3561.58	c maximum degree of deleted constraints	: null
3600.03/3561.58	c number of deleted constraints	: 0
3600.03/3561.59	c speed (assignments/second)	: 17029.930568718715
3600.03/3561.59	c non guided choices	: 0
3600.42/3561.72	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 279270
3600.42/3561.72	s SATISFIABLE
3600.42/3561.72	c Found 1 solution(s)
3600.42/3561.73	v -x1 x2 x3 -x4 x5 -x6 x7 -x8 x9 -x10 x11 -x12 x13 -x14 x15 -x16 x17 -x18 x19 -x20 x21 -x22 x23 x24 x25 -x26 x27 -x28 x29 -x30 x31 -x32 x33 -x34 x35 -x36 x37 -x38 x39 -x40 x41 -x42 x43 -x44 x45 -x46 x47 -x48 x49 -x50 x51 -x52 x53 -x54 x55 -x56 x57 -x58 x59 -x60 x61 -x62 x63 -x64 x65 -x66 x67 -x68 x69 x70 x71 -x72 x73 -x74 x75 -x76 x77 -x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90 x91 -x92 x93 -x94 x95 -x96 x97 -x98 x99 -x100 x101 -x102 x103 -x104 x105 -x106 x107 -x108 x109 -x110 x111 -x112 x113 -x114 x115 x116 x117 -x118 x119 -x120 x121 -x122 x123 -x124 x125 -x126 x127 -x128 x129 -x130 x131 -x132 x133 -x134 x135 -x136 x137 -x138 x139 -x140 x141 -x142 x143 -x144 x145 -x146 x147 -x148 x149 -x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160 x161 x162 x163 -x164 x165 -x166 x167 -x168 x169 -x170 x171 -x172 x173 -x174 x175 -x176 x177 -x178 x179 -x180 x181 -x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190 x191 -x192 x193 -x194 x195 -x196 x197 -x198 x199 -x200 x201 -x202 x203 -x204 x205 -x206 x207 x208 x209 -x210 x211 -x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220 x221 -x222 x223 -x224 x225 -x226 x227 -x228 x229 -x230 x231 -x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 x241 -x242 x243 -x244 x245 -x246 x247 -x248 x249 -x250 x251 -x252 x253 x254 x255 -x256 x257 -x258 x259 -x260 x261 -x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 x273 -x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 x297 -x298 x299 x300 x301 -x302 x303 -x304 x305 -x306 x307 -x308 x309 -x310 x311 -x312 x313 -x314 x315 -x316 x317 -x318 x319 -x320 x321 -x322 x323 -x324 x325 -x326 x327 -x328 x329 -x330 x331 -x332 x333 -x334 x335 -x336 x337 -x338 x339 -x340 x341 -x342 x343 -x344 x345 x346 x347 -x348 x349 -x350 x351 -x352 x353 -x354 x355 -x356 x357 -x358 x359 -x360 x361 -x362 x363 -x364 x365 -x366 x367 -x368 x369 -x370 x371 -x372 x373 -x374 x375 -x376 x377 -x378 x379 -x380 x381 -x382 x383 -x384 x385 -x386 x387 -x388 x389 -x390 x391 x392 x393 -x394 x395 -x396 x397 -x398 x399 -x400 x401 -x402 x403 -x404 x405 -x406 x407 -x408 x409 -x410 x411 -x412 x413 -x414 x415 -x416 x417 -x418 x419 -x420 x421 -x422 x423 -x424 x425 -x426 x427 -x428 x429 -x430 x431 -x432 x433 -x434 x435 -x436 x437 x438 x439 -x440 x441 -x442 x443 -x444 x445 -x446 x447 -x448 x449 -x450 x451 -x452 x453 -x454 x455 -x456 x457 -x458 x459 -x460 x461 -x462 x463 -x464 x465 -x466 x467 -x468 x469 -x470 x471 -x472 x473 -x474 x475 -x476 x477 -x478 x479 -x480 x481 -x482 x483 x484 x485 -x486 x487 -x488 x489 -x490 x491 -x492 x493 -x494 x495 -x496 x497 -x498 x499 -x500 x501 -x502 x503 -x504 x505 -x506 
3600.42/3561.73	c objective function=264
3600.42/3561.73	c Total wall clock time (in seconds): 3561.387

Verifier Data

OK	264

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4521638-1751588299/watcher-4521638-1751588299 -o /tmp/evaluation-result-4521638-1751588299/solver-4521638-1751588299 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751584695-83034 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4521638-1751588299.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=83653, runsolver pid=83650

[startup+0.10007 s]*
/proc/loadavg: 4.75 4.74 4.74 7/324 83671
/proc/meminfo: memFree=99066344/131382112 swapFree=33009904/33010684
[pid=83653] ppid=83650 vsize=18930384 memory=48052 CPUtime=0.11 cores=0,2
/proc/83653/stat : 83653 (java) S 83650 83653 83023 0 -1 4194304 5743 0 0 0 7 4 0 0 20 0 18 0 74508761 19384713216 12013 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
/proc/83653/statm: 4732596 12013 5272 1 0 546942 0
[pid=83653/tid=83655] ppid=83650 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=0,2
/proc/83653/task/83655/stat : 83655 (java) R 83650 83653 83023 0 -1 4194368 4610 0 0 0 4 2 0 0 20 0 18 0 74508763 19384713216 12045 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83664] ppid=83650 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/83653/task/83664/stat : 83664 (Finalizer) S 83650 83653 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74508767 19384713216 12045 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83671] ppid=83650 vsize=18930384 memory=61792617516369 CPUtime=0 cores=0,2
/proc/83653/task/83671/stat : 83671 (Common-Cleaner) S 83650 83653 83023 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 74508768 19384713216 12045 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48052 KiB

[startup+0.213622 s]*
/proc/loadavg: 4.75 4.74 4.74 6/324 83671
/proc/meminfo: memFree=99050888/131382112 swapFree=33009904/33010684
[pid=83653] ppid=83650 vsize=18930384 memory=52268 CPUtime=0.28 cores=0,2
/proc/83653/stat : 83653 (java) S 83650 83653 83023 0 -1 4194304 6213 0 0 0 23 5 0 0 20 0 18 0 74508761 19384713216 13067 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
/proc/83653/statm: 4732596 13067 5368 1 0 547310 0
[pid=83653/tid=83655] ppid=83650 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=0,2
/proc/83653/task/83655/stat : 83655 (java) R 83650 83653 83023 0 -1 4194368 4979 0 0 0 14 3 0 0 20 0 18 0 74508763 19384713216 13067 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83664] ppid=83650 vsize=18930384 memory=1593 CPUtime=0 cores=0,2
/proc/83653/task/83664/stat : 83664 (Finalizer) S 83650 83653 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74508767 19384713216 13067 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83671] ppid=83650 vsize=18930384 memory=60693105869820 CPUtime=0 cores=0,2
/proc/83653/task/83671/stat : 83671 (Common-Cleaner) S 83650 83653 83023 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 74508768 19384713216 13067 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52268 KiB

[startup+0.313495 s]*
/proc/loadavg: 4.75 4.74 4.74 6/324 83671
/proc/meminfo: memFree=99034252/131382112 swapFree=33009904/33010684
[pid=83653] ppid=83650 vsize=18930384 memory=58436 CPUtime=0.42 cores=0,2
/proc/83653/stat : 83653 (java) S 83650 83653 83023 0 -1 4194304 6705 0 0 0 37 5 0 0 20 0 18 0 74508761 19384713216 14609 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
/proc/83653/statm: 4732596 14609 5368 1 0 547732 0
[pid=83653/tid=83655] ppid=83650 vsize=18930384 memory=-6000919507066186087 CPUtime=0.25 cores=0,2
/proc/83653/task/83655/stat : 83655 (java) S 83650 83653 83023 0 -1 4194368 5156 0 0 0 22 3 0 0 20 0 18 0 74508763 19384713216 14609 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83664] ppid=83650 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/83653/task/83664/stat : 83664 (Finalizer) S 83650 83653 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74508767 19384713216 14609 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83671] ppid=83650 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/83653/task/83671/stat : 83671 (Common-Cleaner) S 83650 83653 83023 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 74508768 19384713216 14609 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58436 KiB

[startup+0.700347 s]
/proc/loadavg: 4.75 4.74 4.74 7/324 83671
/proc/meminfo: memFree=99008920/131382112 swapFree=33009904/33010684
[pid=83653] ppid=83650 vsize=18996948 memory=66344 CPUtime=1.12 cores=0,2
/proc/83653/stat : 83653 (java) S 83650 83653 83023 0 -1 4194304 7772 0 0 0 106 6 0 0 20 0 19 0 74508761 19452874752 16586 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
/proc/83653/statm: 4749237 16586 5496 1 0 548603 0
[pid=83653/tid=83655] ppid=83650 vsize=18996948 memory=18688 CPUtime=0.61 cores=0,2
/proc/83653/task/83655/stat : 83655 (java) R 83650 83653 83023 0 -1 4194368 5393 0 0 0 57 4 0 0 20 0 19 0 74508763 19452874752 16586 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83664] ppid=83650 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/83653/task/83664/stat : 83664 (Finalizer) S 83650 83653 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74508767 19452874752 16586 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83671] ppid=83650 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/83653/task/83671/stat : 83671 (Common-Cleaner) S 83650 83653 83023 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 74508768 19452874752 16586 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83672] ppid=83650 vsize=18996948 memory=4892 CPUtime=0 cores=0,2
/proc/83653/task/83672/stat : 83672 (Timer-0) S 83650 83653 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 74508812 19452874752 16586 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66344 KiB

[startup+1.50029 s]
/proc/loadavg: 4.75 4.74 4.74 7/325 83672
/proc/meminfo: memFree=98949876/131382112 swapFree=33009904/33010684
[pid=83653] ppid=83650 vsize=18996948 memory=96144 CPUtime=2.7 cores=0,2
/proc/83653/stat : 83653 (java) S 83650 83653 83023 0 -1 4194304 14261 0 0 0 262 8 0 0 20 0 19 0 74508761 19452874752 24036 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
/proc/83653/statm: 4749237 24036 5496 1 0 551349 0
[pid=83653/tid=83655] ppid=83650 vsize=18996948 memory=0 CPUtime=1.37 cores=0,2
/proc/83653/task/83655/stat : 83655 (java) R 83650 83653 83023 0 -1 4194368 5636 0 0 0 133 4 0 0 20 0 19 0 74508763 19452874752 24036 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83664] ppid=83650 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/83653/task/83664/stat : 83664 (Finalizer) S 83650 83653 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74508767 19452874752 24036 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83671] ppid=83650 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/83653/task/83671/stat : 83671 (Common-Cleaner) S 83650 83653 83023 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 74508768 19452874752 24036 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83672] ppid=83650 vsize=18996948 memory=4892 CPUtime=0 cores=0,2
/proc/83653/task/83672/stat : 83672 (Timer-0) S 83650 83653 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 74508812 19452874752 24036 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 96144 KiB

[startup+3.10583 s]
/proc/loadavg: 4.77 4.74 4.75 6/326 83673
/proc/meminfo: memFree=98359712/131382112 swapFree=33009904/33010684
[pid=83653] ppid=83650 vsize=19063512 memory=200372 CPUtime=4.83 cores=0,2
/proc/83653/stat : 83653 (java) S 83650 83653 83023 0 -1 4194304 16978 0 0 0 472 11 0 0 20 0 20 0 74508761 19521036288 50093 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
/proc/83653/statm: 4765878 50093 5496 1 0 551878 0
[pid=83653/tid=83655] ppid=83650 vsize=19063512 memory=11264 CPUtime=2.83 cores=0,2
/proc/83653/task/83655/stat : 83655 (java) R 83650 83653 83023 0 -1 4194368 6777 0 0 0 277 6 0 0 20 0 20 0 74508763 19521036288 50093 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83664] ppid=83650 vsize=19063512 memory=-6000919507066186087 CPUtime=0 cores=0,2
/proc/83653/task/83664/stat : 83664 (Finalizer) S 83650 83653 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74508767 19521036288 50093 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83671] ppid=83650 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/83653/task/83671/stat : 83671 (Common-Cleaner) S 83650 83653 83023 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 74508768 19521036288 50093 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83672] ppid=83650 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/83653/task/83672/stat : 83672 (Timer-0) S 83650 83653 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74508812 19521036288 50093 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
Current children cumulated CPU time: 4.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 200372 KiB

[startup+6.30042 s]
/proc/loadavg: 4.77 4.74 4.75 8/326 83673
/proc/meminfo: memFree=98232736/131382112 swapFree=33009904/33010684
[pid=83653] ppid=83650 vsize=19063512 memory=253472 CPUtime=8.27 cores=0,2
/proc/83653/stat : 83653 (java) S 83650 83653 83023 0 -1 4194304 17685 0 0 0 813 14 0 0 20 0 20 0 74508761 19521036288 63368 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
/proc/83653/statm: 4765878 63368 5496 1 0 551880 0
[pid=83653/tid=83655] ppid=83650 vsize=19063512 memory=0 CPUtime=5.93 cores=0,2
/proc/83653/task/83655/stat : 83655 (java) R 83650 83653 83023 0 -1 4194368 6785 0 0 0 587 6 0 0 20 0 20 0 74508763 19521036288 63368 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83664] ppid=83650 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/83653/task/83664/stat : 83664 (Finalizer) S 83650 83653 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74508767 19521036288 63368 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83671] ppid=83650 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/83653/task/83671/stat : 83671 (Common-Cleaner) S 83650 83653 83023 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 74508768 19521036288 63368 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83672] ppid=83650 vsize=19063512 memory=98476 CPUtime=0 cores=0,2
/proc/83653/task/83672/stat : 83672 (Timer-0) S 83650 83653 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74508812 19521036288 63368 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
Current children cumulated CPU time: 8.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 253472 KiB

[startup+12.7004 s]
/proc/loadavg: 4.88 4.77 4.75 7/326 83673
/proc/meminfo: memFree=97363124/131382112 swapFree=33009904/33010684
[pid=83653] ppid=83650 vsize=19063512 memory=548604 CPUtime=14.94 cores=0,2
/proc/83653/stat : 83653 (java) S 83650 83653 83023 0 -1 4194304 21515 0 0 0 1473 21 0 0 20 0 20 0 74508761 19521036288 137151 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
/proc/83653/statm: 4765878 137151 5496 1 0 695990 0
[pid=83653/tid=83655] ppid=83650 vsize=19063512 memory=98476 CPUtime=11.96 cores=0,2
/proc/83653/task/83655/stat : 83655 (java) R 83650 83653 83023 0 -1 4194368 7578 0 0 0 1189 7 0 0 20 0 20 0 74508763 19521036288 137151 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83664] ppid=83650 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/83653/task/83664/stat : 83664 (Finalizer) S 83650 83653 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74508767 19521036288 137151 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83671] ppid=83650 vsize=19063512 memory=493308 CPUtime=0 cores=0,2
/proc/83653/task/83671/stat : 83671 (Common-Cleaner) S 83650 83653 83023 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 74508768 19521036288 137151 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83672] ppid=83650 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/83653/task/83672/stat : 83672 (Timer-0) S 83650 83653 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74508812 19521036288 137151 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
Current children cumulated CPU time: 14.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 548604 KiB

[startup+25.5007 s]
/proc/loadavg: 4.90 4.77 4.76 8/326 83674
/proc/meminfo: memFree=95424892/131382112 swapFree=33009904/33010684
[pid=83653] ppid=83650 vsize=19063512 memory=1065672 CPUtime=28.37 cores=0,2
/proc/83653/stat : 83653 (java) S 83650 83653 83023 0 -1 4194304 25062 0 0 0 2804 33 0 0 20 0 20 0 74508761 19521036288 266418 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
/proc/83653/statm: 4765878 266418 5496 1 0 934125 0
[pid=83653/tid=83655] ppid=83650 vsize=19063512 memory=-6000919507066186087 CPUtime=24.31 cores=0,2
/proc/83653/task/83655/stat : 83655 (java) R 83650 83653 83023 0 -1 4194368 8269 0 0 0 2421 10 0 0 20 0 20 0 74508763 19521036288 266418 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83664] ppid=83650 vsize=19063512 memory=18688 CPUtime=0 cores=0,2
/proc/83653/task/83664/stat : 83664 (Finalizer) S 83650 83653 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74508767 19521036288 266418 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83671] ppid=83650 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/83653/task/83671/stat : 83671 (Common-Cleaner) S 83650 83653 83023 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 74508768 19521036288 266418 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83672] ppid=83650 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/83653/task/83672/stat : 83672 (Timer-0) S 83650 83653 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74508812 19521036288 266418 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
Current children cumulated CPU time: 28.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1065672 KiB

[startup+51.1133 s]
/proc/loadavg: 4.86 4.78 4.76 6/326 83674
/proc/meminfo: memFree=93620436/131382112 swapFree=33009904/33010684
[pid=83653] ppid=83650 vsize=19063512 memory=1692864 CPUtime=54.59 cores=0,2
/proc/83653/stat : 83653 (java) S 83650 83653 83023 0 -1 4194304 26718 0 0 0 5411 48 0 0 20 0 20 0 74508761 19521036288 423216 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
/proc/83653/statm: 4765878 423216 5528 1 0 934151 0
[pid=83653/tid=83655] ppid=83650 vsize=19063512 memory=1692864 CPUtime=49.17 cores=0,2
/proc/83653/task/83655/stat : 83655 (java) R 83650 83653 83023 0 -1 4194368 8884 0 0 0 4906 11 0 0 20 0 20 0 74508763 19521036288 423216 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83664] ppid=83650 vsize=19063512 memory=1565736 CPUtime=0 cores=0,2
/proc/83653/task/83664/stat : 83664 (Finalizer) S 83650 83653 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74508767 19521036288 423216 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83671] ppid=83650 vsize=19063512 memory=792804 CPUtime=0 cores=0,2

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

Current children cumulated memory: 8933268 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.57 4.67 5/327 84041
/proc/meminfo: memFree=87515020/131382112 swapFree=33009904/33010684
[pid=83653] ppid=83650 vsize=19063512 memory=9236372 CPUtime=3318.07 cores=0,2
/proc/83653/stat : 83653 (java) S 83650 83653 83023 0 -1 4194304 178343 0 0 0 331399 408 0 0 20 0 20 0 74508761 19521036288 2309093 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
/proc/83653/statm: 4765878 2309093 5528 1 0 2631301 0
[pid=83653/tid=83655] ppid=83650 vsize=19063512 memory=7985040 CPUtime=3238.46 cores=0,2
/proc/83653/task/83655/stat : 83655 (java) R 83650 83653 83023 0 -1 4194368 95591 0 0 0 323794 52 0 0 20 0 20 0 74508763 19521036288 2309093 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83664] ppid=83650 vsize=19063512 memory=9236372 CPUtime=0 cores=0,2
/proc/83653/task/83664/stat : 83664 (Finalizer) S 83650 83653 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74508767 19521036288 2309093 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83671] ppid=83650 vsize=19063512 memory=8933268 CPUtime=0 cores=0,2
/proc/83653/task/83671/stat : 83671 (Common-Cleaner) S 83650 83653 83023 0 -1 4194368 1100 0 0 0 0 0 0 0 20 0 20 0 74508768 19521036288 2309093 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83672] ppid=83650 vsize=19063512 memory=8933268 CPUtime=0 cores=0,2
/proc/83653/task/83672/stat : 83672 (Timer-0) S 83650 83653 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74508812 19521036288 2309093 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
Current children cumulated CPU time: 3318.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9236372 KiB

[startup+3342.3 s]
/proc/loadavg: 4.45 4.57 4.67 6/327 84043
/proc/meminfo: memFree=86103400/131382112 swapFree=33009904/33010684
[pid=83653] ppid=83650 vsize=19063512 memory=9424788 CPUtime=3378.17 cores=0,2
/proc/83653/stat : 83653 (java) S 83650 83653 83023 0 -1 4194304 181196 0 0 0 337402 415 0 0 20 0 20 0 74508761 19521036288 2356197 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
/proc/83653/statm: 4765878 2356197 5528 1 0 2631301 0
[pid=83653/tid=83655] ppid=83650 vsize=19063512 memory=7985040 CPUtime=3298.01 cores=0,2
/proc/83653/task/83655/stat : 83655 (java) R 83650 83653 83023 0 -1 4194368 98320 0 0 0 329748 53 0 0 20 0 20 0 74508763 19521036288 2356197 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83664] ppid=83650 vsize=19063512 memory=9236372 CPUtime=0 cores=0,2
/proc/83653/task/83664/stat : 83664 (Finalizer) S 83650 83653 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74508767 19521036288 2356197 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83671] ppid=83650 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/83653/task/83671/stat : 83671 (Common-Cleaner) S 83650 83653 83023 0 -1 4194368 1100 0 0 0 0 0 0 0 20 0 20 0 74508768 19521036288 2356197 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83672] ppid=83650 vsize=19063512 memory=9424788 CPUtime=0 cores=0,2
/proc/83653/task/83672/stat : 83672 (Timer-0) S 83650 83653 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74508812 19521036288 2356197 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
Current children cumulated CPU time: 3378.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9424788 KiB

[startup+3402.3 s]
/proc/loadavg: 4.43 4.55 4.66 5/327 84045
/proc/meminfo: memFree=84946776/131382112 swapFree=33009904/33010684
[pid=83653] ppid=83650 vsize=19063512 memory=9721748 CPUtime=3438.36 cores=0,2
/proc/83653/stat : 83653 (java) S 83650 83653 83023 0 -1 4194304 184344 0 0 0 343411 425 0 0 20 0 20 0 74508761 19521036288 2430437 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
/proc/83653/statm: 4765878 2430437 5528 1 0 2631301 0
[pid=83653/tid=83655] ppid=83650 vsize=19063512 memory=14720 CPUtime=3357.43 cores=0,2
/proc/83653/task/83655/stat : 83655 (java) R 83650 83653 83023 0 -1 4194368 100708 0 0 0 335690 53 0 0 20 0 20 0 74508763 19521036288 2430437 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83664] ppid=83650 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/83653/task/83664/stat : 83664 (Finalizer) S 83650 83653 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74508767 19521036288 2430437 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83671] ppid=83650 vsize=19063512 memory=9721748 CPUtime=0 cores=0,2
/proc/83653/task/83671/stat : 83671 (Common-Cleaner) S 83650 83653 83023 0 -1 4194368 1111 0 0 0 0 0 0 0 20 0 20 0 74508768 19521036288 2430437 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83672] ppid=83650 vsize=19063512 memory=9721748 CPUtime=0 cores=0,2
/proc/83653/task/83672/stat : 83672 (Timer-0) S 83650 83653 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74508812 19521036288 2430437 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
Current children cumulated CPU time: 3438.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9721748 KiB

[startup+3462.3 s]
/proc/loadavg: 4.41 4.53 4.64 5/327 84047
/proc/meminfo: memFree=84402296/131382112 swapFree=33009904/33010684
[pid=83653] ppid=83650 vsize=19063512 memory=10251920 CPUtime=3500.28 cores=0,2
/proc/83653/stat : 83653 (java) S 83650 83653 83023 0 -1 4194304 192715 0 0 0 349585 443 0 0 20 0 20 0 74508761 19521036288 2562980 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
/proc/83653/statm: 4765878 2562980 5528 1 0 3111893 0
[pid=83653/tid=83655] ppid=83650 vsize=19063512 memory=9721748 CPUtime=3417.16 cores=0,2
/proc/83653/task/83655/stat : 83655 (java) R 83650 83653 83023 0 -1 4194368 105565 0 0 0 341652 64 0 0 20 0 20 0 74508763 19521036288 2562980 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83664] ppid=83650 vsize=19063512 memory=10075792 CPUtime=0 cores=0,2
/proc/83653/task/83664/stat : 83664 (Finalizer) S 83650 83653 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74508767 19521036288 2562980 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83671] ppid=83650 vsize=19063512 memory=10227344 CPUtime=0 cores=0,2
/proc/83653/task/83671/stat : 83671 (Common-Cleaner) S 83650 83653 83023 0 -1 4194368 1113 0 0 0 0 0 0 0 20 0 20 0 74508768 19521036288 2562980 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83672] ppid=83650 vsize=19063512 memory=10213008 CPUtime=0 cores=0,2
/proc/83653/task/83672/stat : 83672 (Timer-0) S 83650 83653 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74508812 19521036288 2562980 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
Current children cumulated CPU time: 3500.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10251920 KiB

[startup+3522.3 s]
/proc/loadavg: 4.45 4.52 4.63 5/327 84048
/proc/meminfo: memFree=82837940/131382112 swapFree=33009904/33010684
[pid=83653] ppid=83650 vsize=19063512 memory=10458772 CPUtime=3560.93 cores=0,2
/proc/83653/stat : 83653 (java) S 83650 83653 83023 0 -1 4194304 196881 0 0 0 355642 451 0 0 20 0 20 0 74508761 19521036288 2614693 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
/proc/83653/statm: 4765878 2614693 5528 1 0 3111893 0
[pid=83653/tid=83655] ppid=83650 vsize=19063512 memory=9721748 CPUtime=3476.16 cores=0,2
/proc/83653/task/83655/stat : 83655 (java) R 83650 83653 83023 0 -1 4194368 108308 0 0 0 347551 65 0 0 20 0 20 0 74508763 19521036288 2614693 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83664] ppid=83650 vsize=19063512 memory=10368656 CPUtime=0 cores=0,2
/proc/83653/task/83664/stat : 83664 (Finalizer) S 83650 83653 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74508767 19521036288 2614693 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83671] ppid=83650 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/83653/task/83671/stat : 83671 (Common-Cleaner) S 83650 83653 83023 0 -1 4194368 1168 0 0 0 0 0 0 0 20 0 20 0 74508768 19521036288 2614693 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83672] ppid=83650 vsize=19063512 memory=18688 CPUtime=0 cores=0,2
/proc/83653/task/83672/stat : 83672 (Timer-0) S 83650 83653 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74508812 19521036288 2614693 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
Current children cumulated CPU time: 3560.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10458772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3561.5 s]
/proc/loadavg: 4.40 4.50 4.62 5/328 84053
/proc/meminfo: memFree=82116880/131382112 swapFree=33009904/33010684
[pid=83653] ppid=83650 vsize=19063512 memory=10458772 CPUtime=3600.03 cores=0,2
/proc/83653/stat : 83653 (java) S 83650 83653 83023 0 -1 4194304 198507 0 0 0 359550 453 0 0 20 0 20 0 74508761 19521036288 2614693 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
/proc/83653/statm: 4765878 2614693 5528 1 0 3111899 0
[pid=83653/tid=83655] ppid=83650 vsize=19063512 memory=10458772 CPUtime=3515.24 cores=0,2
/proc/83653/task/83655/stat : 83655 (java) R 83650 83653 83023 0 -1 4194368 109741 0 0 0 351458 66 0 0 20 0 20 0 74508763 19521036288 2614693 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83664] ppid=83650 vsize=19063512 memory=10368656 CPUtime=0 cores=0,2
/proc/83653/task/83664/stat : 83664 (Finalizer) S 83650 83653 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74508767 19521036288 2614693 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83671] ppid=83650 vsize=19063512 memory=10458772 CPUtime=0 cores=0,2
/proc/83653/task/83671/stat : 83671 (Common-Cleaner) S 83650 83653 83023 0 -1 4194368 1290 0 0 0 0 0 0 0 20 0 20 0 74508768 19521036288 2614693 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83672] ppid=83650 vsize=19063512 memory=10458772 CPUtime=0 cores=0,2
/proc/83653/task/83672/stat : 83672 (Timer-0) S 83650 83653 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74508812 19521036288 2614693 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10458772 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.96 s, system=4.57336 s

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

[startup+3561.61 s]
/proc/loadavg: 4.40 4.50 4.62 5/328 84053
/proc/meminfo: memFree=82116880/131382112 swapFree=33009904/33010684
[pid=83653] ppid=83650 vsize=19263204 memory=10459540 CPUtime=3600.23 cores=0,2
/proc/83653/stat : 83653 (java) S 83650 83653 83023 0 -1 4194304 200781 0 0 0 359569 454 0 0 20 0 21 0 74508761 19725520896 2614885 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
/proc/83653/statm: 4815801 2614885 5560 1 0 3112823 0
[pid=83653/tid=83655] ppid=83650 vsize=19263204 memory=5632 CPUtime=3515.33 cores=0,2
/proc/83653/task/83655/stat : 83655 (java) R 83650 83653 83023 0 -1 4194368 110027 0 0 0 351467 66 0 0 20 0 21 0 74508763 19725520896 2614885 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83664] ppid=83650 vsize=19263204 memory=10458772 CPUtime=0 cores=0,2
/proc/83653/task/83664/stat : 83664 (Finalizer) S 83650 83653 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 74508767 19725520896 2614885 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83671] ppid=83650 vsize=19263204 memory=10458772 CPUtime=0 cores=0,2
/proc/83653/task/83671/stat : 83671 (Common-Cleaner) S 83650 83653 83023 0 -1 4194368 1290 0 0 0 0 0 0 0 20 0 21 0 74508768 19725520896 2614885 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 10459540 KiB

[startup+3561.7 s]
/proc/loadavg: 4.40 4.50 4.62 5/328 84053
/proc/meminfo: memFree=82116880/131382112 swapFree=33009904/33010684
[pid=83653] ppid=83650 vsize=19263204 memory=10459540 CPUtime=3600.42 cores=0,2
/proc/83653/stat : 83653 (java) S 83650 83653 83023 0 -1 4194304 200799 0 0 0 359588 454 0 0 20 0 21 0 74508761 19725520896 2614885 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
/proc/83653/statm: 4815801 2614885 5560 1 0 3112823 0
[pid=83653/tid=83655] ppid=83650 vsize=19263204 memory=10458772 CPUtime=3515.42 cores=0,2
/proc/83653/task/83655/stat : 83655 (java) R 83650 83653 83023 0 -1 4194368 110027 0 0 0 351476 66 0 0 20 0 21 0 74508763 19725520896 2614885 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83664] ppid=83650 vsize=19263204 memory=10368656 CPUtime=0 cores=0,2
/proc/83653/task/83664/stat : 83664 (Finalizer) S 83650 83653 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 74508767 19725520896 2614885 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
[pid=83653/tid=83671] ppid=83650 vsize=19263204 memory=10458772 CPUtime=0 cores=0,2
/proc/83653/task/83671/stat : 83671 (Common-Cleaner) S 83650 83653 83023 0 -1 4194368 1290 0 0 0 0 0 0 0 20 0 21 0 74508768 19725520896 2614885 18446744073709551615 94220010205184 94220010208880 140723182218800 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94220010216696 94220010217488 94220011864064 140723182221697 140723182221798 140723182221798 140723182227400 0
Current children cumulated CPU time: 3600.42 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 10459540 KiB

Child status: 143

Real time (s): 3561.77
CPU time (s): 3600.53
CPU user time (s): 3595.96
CPU system time (s): 4.57336
CPU usage (%): 101.088
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 10459540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.96
system time used= 4.57336
maximum resident set size= 10459668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201085
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112567
involuntary context switches= 11928


# summary of solver processes directly reported to runsolver:
#   pid: 83653
#   total CPU time (s): 3600.53
#   total CPU user time (s): 3595.96
#   total CPU system time (s): 4.57336

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8721 second user time and 36.2533 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-04 02:18:19
IDJOB=4521638
IDBENCH=178397
IDSOLVER=3363
FILE ID=nodeC001/4521638-1751588299
RUNJOBID= nodeC001-1751584695-83034
SLURM_JOB_ID= 9598830
Free space on /tmp= 432504 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_oddrowevencolsquare/normalized-vertexcover_opt_grid_oddrowevencolsquare_dim_022.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521638-1751588299/watcher-4521638-1751588299 -o /tmp/evaluation-result-4521638-1751588299/solver-4521638-1751588299 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751584695-83034 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4521638-1751588299.opb

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

MD5SUM BENCH= 8e50416028301376aa06deda864f0965
RANDOM SEED=2025227133

nodeC001 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.713
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.49
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		: 3664.165
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.49
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		: 1296.749
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.49
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.989
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.49
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		: 3591.524
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.49
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		: 3663.850
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        99112612 kB
MemAvailable:   100253736 kB
Buffers:            1668 kB
Cached:          1925848 kB
SwapCached:          128 kB
Active:         29958100 kB
Inactive:        1688136 kB
Active(anon):   29708240 kB
Inactive(anon):    28256 kB
Active(file):     249860 kB
Inactive(file):  1659880 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2004 kB
Writeback:             0 kB
AnonPages:      29721844 kB
Mapped:           123544 kB
Shmem:             17776 kB
KReclaimable:     141636 kB
Slab:             227868 kB
SReclaimable:     141636 kB
SUnreclaim:        86232 kB
KernelStack:        4956 kB
PageTables:        61580 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   38374328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  29114368 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432504 MiB
End job on nodeC001 at 2025-07-04 03:17:41