Trace number 4513303

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.31 3602.53

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size144-round23-6.opb
MD5SUM9b7b034b4cb564ce8c6d87bc02f32c31
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.21	c java.vm.version	22.0.1+8-16
0.12/0.21	c java.vm.vendor	Oracle Corporation
0.12/0.21	c sun.arch.data.model	64
0.12/0.21	c java.version		22.0.1
0.12/0.21	c os.name		Linux
0.12/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.21	c os.arch		amd64
0.12/0.22	c Free memory 		2104792832
0.12/0.22	c Max memory 		16282288128
0.12/0.22	c Total memory 		2113929216
0.12/0.23	c Number of processors 	2
0.30/0.32	c Pseudo Boolean Optimization by upper bound
0.30/0.32	c --- Begin Solver configuration ---
0.30/0.32	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.30/0.32	c Learn all clauses as in MiniSAT
0.30/0.32	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.32	c Expensive reason simplification
0.30/0.32	c Glucose 2.1 dynamic restart strategy
0.30/0.32	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.30/0.32	c timeout=2147483s
0.30/0.32	c DB Simplification allowed=false
0.30/0.32	c Listener: none
0.30/0.32	c --- End Solver configuration ---
0.30/0.32	c solving HOME/instance-4513303-1751216137.opb
0.30/0.32	c reading problem ... 
0.30/0.33	c using VERIPB proof format
0.30/0.33	c  no objective function found
0.98/0.69	c ... done. Wall clock time 0.359s.
0.98/0.69	c declared #vars     4288
0.98/0.69	c #constraints  10848
0.98/0.69	c constraints type 
0.98/0.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
0.98/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.98/0.69	c org.sat4j.specs.Constr$1 => 920
0.98/0.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
0.98/0.69	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
0.98/0.69	c 10848 constraints processed.
3.74/2.02	c cleaning 2498 clauses out of 4998 with flag 16804/5000
4.92/2.65	c cleaning 4220 clauses out of 8500 with flag 40321/11000
6.30/3.37	c cleaning 5621 clauses out of 11281 with flag 70296/18001
7.70/4.06	c cleaning 6818 clauses out of 13659 with flag 104997/26000
8.65/4.79	c cleaning 7909 clauses out of 15841 with flag 147112/35000
9.68/5.69	c cleaning 8945 clauses out of 17932 with flag 193153/45000
10.70/6.69	c cleaning 9992 clauses out of 19988 with flag 246618/56001
11.81/7.79	c cleaning 10966 clauses out of 21996 with flag 305493/68001
12.91/8.87	c cleaning 11963 clauses out of 24031 with flag 375711/81002
14.24/10.11	c cleaning 13029 clauses out of 26066 with flag 447975/95000
15.84/11.75	c cleaning 14014 clauses out of 28038 with flag 531352/110001
17.33/13.25	c cleaning 14993 clauses out of 30024 with flag 616504/126001
19.11/15.01	c cleaning 15976 clauses out of 32031 with flag 710141/143001
20.99/16.70	c cleaning 17027 clauses out of 34056 with flag 811597/161002
22.89/18.66	c cleaning 17996 clauses out of 36028 with flag 915661/180001
24.88/20.68	c cleaning 18986 clauses out of 38032 with flag 1031086/200001
27.17/22.95	c cleaning 20011 clauses out of 40045 with flag 1151772/221000
30.45/26.29	c cleaning 21017 clauses out of 42034 with flag 1280547/243000
33.05/28.86	c cleaning 21999 clauses out of 44017 with flag 1412251/266000
35.74/31.53	c cleaning 23006 clauses out of 46018 with flag 1548717/290000
38.59/34.55	c cleaning 23977 clauses out of 48012 with flag 1690957/315000
41.48/37.48	c cleaning 25011 clauses out of 50035 with flag 1841977/341000
44.57/40.51	c cleaning 26014 clauses out of 52028 with flag 2000030/368004
47.77/43.72	c cleaning 26939 clauses out of 54010 with flag 2165280/396000
52.46/48.40	c cleaning 28020 clauses out of 56073 with flag 2337238/425002
56.07/52.05	c cleaning 29006 clauses out of 58051 with flag 2511525/455000
59.95/55.90	c cleaning 30005 clauses out of 60045 with flag 2696927/486000
63.74/59.77	c cleaning 31021 clauses out of 62041 with flag 2888087/518001
67.79/64.00	c cleaning 31993 clauses out of 64021 with flag 3088276/551002
72.37/68.50	c cleaning 32990 clauses out of 66026 with flag 3289747/585000
76.88/73.05	c cleaning 34010 clauses out of 68036 with flag 3497268/620000
81.56/77.77	c cleaning 34975 clauses out of 70028 with flag 3715707/656002
86.56/82.65	c cleaning 35992 clauses out of 72051 with flag 3939652/693000
91.65/87.78	c cleaning 37000 clauses out of 74061 with flag 4167591/731002
97.15/93.24	c cleaning 37997 clauses out of 76060 with flag 4398037/770001
103.70/100.01	c cleaning 39026 clauses out of 78063 with flag 4641380/810001
109.79/106.06	c cleaning 40010 clauses out of 80037 with flag 4887319/851001
115.78/112.02	c cleaning 41002 clauses out of 82028 with flag 5139707/893002
122.05/118.17	c cleaning 42005 clauses out of 84024 with flag 5400122/936000
128.33/124.46	c cleaning 43011 clauses out of 86022 with flag 5667484/980003
135.10/131.40	c cleaning 43937 clauses out of 88008 with flag 5940268/1025000
141.80/138.07	c cleaning 45024 clauses out of 90071 with flag 6220773/1071000
149.89/146.19	c cleaning 46017 clauses out of 92047 with flag 6506589/1118000
158.09/154.32	c cleaning 47012 clauses out of 94031 with flag 6802255/1166001
165.58/161.95	c cleaning 47974 clauses out of 96018 with flag 7096895/1215000
173.48/169.83	c cleaning 48998 clauses out of 98045 with flag 7401983/1265001
181.47/177.84	c cleaning 49973 clauses out of 100046 with flag 7711740/1316000
189.87/186.31	c cleaning 51006 clauses out of 102073 with flag 8025212/1368000
198.66/195.12	c cleaning 52002 clauses out of 104067 with flag 8347915/1421000
207.33/203.88	c cleaning 53007 clauses out of 106065 with flag 8679881/1475000
216.70/213.24	c cleaning 53994 clauses out of 108058 with flag 9006773/1530000
226.28/223.01	c cleaning 54968 clauses out of 110064 with flag 9352998/1586000
235.96/232.63	c cleaning 56001 clauses out of 112097 with flag 9699679/1643001
246.15/242.86	c cleaning 57018 clauses out of 114097 with flag 10047538/1701002
256.97/253.71	c cleaning 58011 clauses out of 116077 with flag 10402206/1760000
267.74/264.56	c cleaning 59018 clauses out of 118067 with flag 10765858/1820001
279.13/275.90	c cleaning 60022 clauses out of 120049 with flag 11130091/1881001
290.68/287.56	c cleaning 60999 clauses out of 122026 with flag 11498276/1943000
302.81/299.60	c cleaning 62002 clauses out of 124029 with flag 11878229/2006002
315.09/311.99	c cleaning 63005 clauses out of 126026 with flag 12260098/2070001
327.67/324.52	c cleaning 63995 clauses out of 128021 with flag 12648078/2135001
341.10/337.90	c cleaning 64980 clauses out of 130026 with flag 13041309/2201001
354.95/351.84	c cleaning 66006 clauses out of 132045 with flag 13441846/2268000
368.89/365.76	c cleaning 67009 clauses out of 134040 with flag 13852171/2336001
384.40/381.24	c cleaning 67995 clauses out of 136030 with flag 14267752/2405000
399.56/396.34	c cleaning 68974 clauses out of 138036 with flag 14686313/2475001
415.66/412.46	c cleaning 69986 clauses out of 140062 with flag 15114307/2546001
431.43/428.18	c cleaning 71010 clauses out of 142076 with flag 15545172/2618001
447.43/444.21	c cleaning 71981 clauses out of 144065 with flag 15979193/2691000
464.74/461.51	c cleaning 73001 clauses out of 146086 with flag 16421732/2765002
482.40/479.23	c cleaning 74004 clauses out of 148083 with flag 16873723/2840000
500.34/497.27	c cleaning 75037 clauses out of 150080 with flag 17326560/2916001
518.07/514.96	c cleaning 75965 clauses out of 152042 with flag 17787113/2993000
537.20/534.97	c cleaning 77003 clauses out of 154078 with flag 18254848/3071001
555.64/553.35	c cleaning 78029 clauses out of 156075 with flag 18724450/3150001
574.36/572.11	c cleaning 78983 clauses out of 158045 with flag 19205816/3230000
593.56/591.18	c cleaning 80024 clauses out of 160062 with flag 19686385/3311000
613.12/610.60	c cleaning 80983 clauses out of 162039 with flag 20178516/3393001
633.99/631.57	c cleaning 82008 clauses out of 164055 with flag 20672195/3476000
654.16/651.70	c cleaning 83016 clauses out of 166048 with flag 21173195/3560001
674.80/672.39	c cleaning 83989 clauses out of 168031 with flag 21679439/3645000
696.44/694.02	c cleaning 84960 clauses out of 170042 with flag 22191284/3731000
717.80/715.40	c cleaning 86037 clauses out of 172082 with flag 22704107/3818000
740.67/738.33	c cleaning 87006 clauses out of 174045 with flag 23220771/3906000
764.49/762.20	c cleaning 88017 clauses out of 176039 with flag 23744277/3995000
788.92/786.63	c cleaning 88992 clauses out of 178022 with flag 24279840/4085000
813.38/811.02	c cleaning 89999 clauses out of 180030 with flag 24815132/4176000
836.92/834.65	c cleaning 90999 clauses out of 182032 with flag 25358681/4268001
861.03/858.73	c cleaning 91994 clauses out of 184032 with flag 25903121/4361000
886.99/884.76	c cleaning 92992 clauses out of 186038 with flag 26461894/4455000
911.87/909.65	c cleaning 94013 clauses out of 188047 with flag 27028408/4550001
938.47/936.39	c cleaning 94998 clauses out of 190033 with flag 27589708/4646000
965.71/963.63	c cleaning 96014 clauses out of 192035 with flag 28160378/4743000
993.46/991.45	c cleaning 96993 clauses out of 194021 with flag 28740856/4841000
1020.71/1018.74	c cleaning 97991 clauses out of 196028 with flag 29324567/4940000
1048.00/1046.04	c cleaning 99006 clauses out of 198037 with flag 29908173/5040000
1077.47/1075.42	c cleaning 99998 clauses out of 200032 with flag 30506666/5141001
1107.11/1105.10	c cleaning 100989 clauses out of 202033 with flag 31110481/5243000
1136.94/1134.98	c cleaning 102011 clauses out of 204044 with flag 31723548/5346000
1166.20/1164.26	c cleaning 103006 clauses out of 206033 with flag 32338225/5450000
1197.63/1195.68	c cleaning 104005 clauses out of 208030 with flag 32955795/5555003
1228.51/1226.56	c cleaning 104995 clauses out of 210022 with flag 33581424/5661000
1260.86/1259.42	c cleaning 105998 clauses out of 212028 with flag 34212608/5768001
1293.86/1292.59	c cleaning 106996 clauses out of 214029 with flag 34844925/5876000
1326.39/1325.03	c cleaning 107997 clauses out of 216034 with flag 35485610/5985001
1358.92/1357.61	c cleaning 109013 clauses out of 218037 with flag 36125558/6095001
1391.78/1390.52	c cleaning 109972 clauses out of 220023 with flag 36777102/6206000
1428.49/1427.36	c cleaning 111022 clauses out of 222051 with flag 37436036/6318000
1463.33/1462.18	c cleaning 111975 clauses out of 224029 with flag 38098481/6431000
1499.84/1498.76	c cleaning 113023 clauses out of 226055 with flag 38765504/6545001
1536.74/1535.60	c cleaning 114004 clauses out of 228031 with flag 39436197/6660000
1573.25/1572.30	c cleaning 114949 clauses out of 230027 with flag 40116383/6776000
1610.77/1610.43	c cleaning 116022 clauses out of 232078 with flag 40799519/6893000
1648.36/1648.02	c cleaning 117015 clauses out of 234056 with flag 41482927/7011000
1686.21/1685.98	c cleaning 118004 clauses out of 236041 with flag 42175670/7130000
1727.19/1726.96	c cleaning 118985 clauses out of 238037 with flag 42876239/7250000
1766.34/1766.20	c cleaning 119988 clauses out of 240052 with flag 43580628/7371000
1806.72/1806.53	c cleaning 121022 clauses out of 242064 with flag 44297248/7493000
1848.71/1848.65	c cleaning 122006 clauses out of 244043 with flag 45017391/7616001
1890.25/1890.21	c cleaning 122980 clauses out of 246037 with flag 45737774/7740001
1931.66/1931.60	c cleaning 124011 clauses out of 248057 with flag 46461098/7865001
1975.65/1975.60	c cleaning 124985 clauses out of 250045 with flag 47196439/7991000
2018.99/2019.12	c cleaning 126003 clauses out of 252060 with flag 47930330/8118000
2063.68/2063.96	c cleaning 127012 clauses out of 254057 with flag 48674386/8246000
2108.02/2108.34	c cleaning 128011 clauses out of 256045 with flag 49418407/8375000
2152.99/2153.38	c cleaning 128995 clauses out of 258034 with flag 50170303/8505000
2197.88/2198.27	c cleaning 130020 clauses out of 260040 with flag 50933572/8636001
2243.17/2243.56	c cleaning 130997 clauses out of 262019 with flag 51697208/8768000
2289.45/2289.89	c cleaning 132005 clauses out of 264024 with flag 52470408/8901002
2336.62/2337.40	c cleaning 132931 clauses out of 266018 with flag 53247991/9035001
2384.40/2385.04	c cleaning 134026 clauses out of 268086 with flag 54031688/9170000
2432.35/2433.02	c cleaning 134986 clauses out of 270060 with flag 54816426/9306000
2481.33/2482.06	c cleaning 136023 clauses out of 272074 with flag 55612533/9443000
2531.64/2532.33	c cleaning 137013 clauses out of 274052 with flag 56411610/9581001
2584.02/2584.67	c cleaning 138009 clauses out of 276039 with flag 57210175/9720001
2634.46/2635.18	c cleaning 138980 clauses out of 278029 with flag 58016139/9860000
2686.79/2687.57	c cleaning 139999 clauses out of 280049 with flag 58826313/10001000
2739.93/2740.71	c cleaning 141007 clauses out of 282050 with flag 59644530/10143000
2792.88/2793.71	c cleaning 142008 clauses out of 284043 with flag 60471122/10286000
2848.09/2848.99	c cleaning 142997 clauses out of 286035 with flag 61304375/10430000
2902.93/2903.95	c cleaning 144000 clauses out of 288038 with flag 62135980/10575000
2952.54/2953.65	c cleaning 144993 clauses out of 290039 with flag 62978486/10721001
3000.57/3001.75	c cleaning 146009 clauses out of 292047 with flag 63825983/10868002
3052.58/3054.55	c cleaning 146998 clauses out of 294036 with flag 64674770/11016000
3102.42/3104.49	c cleaning 147972 clauses out of 296038 with flag 65535646/11165000
3152.98/3155.02	c cleaning 148994 clauses out of 298067 with flag 66391651/11315001
3204.32/3206.39	c cleaning 150002 clauses out of 300074 with flag 67258161/11466002
3255.59/3257.64	c cleaning 151024 clauses out of 302071 with flag 68133047/11618001
3309.99/3312.08	c cleaning 152012 clauses out of 304046 with flag 69011945/11771000
3363.30/3365.46	c cleaning 152987 clauses out of 306034 with flag 69891036/11925000
3417.45/3419.65	c cleaning 153944 clauses out of 308048 with flag 70780008/12080001
3471.99/3474.21	c cleaning 155023 clauses out of 310103 with flag 71673291/12236000
3527.04/3529.22	c cleaning 156005 clauses out of 312080 with flag 72573785/12393000
3586.94/3589.30	c cleaning 157017 clauses out of 314076 with flag 73483079/12551001
3600.07/3602.42	c starts		: 101649
3600.07/3602.43	c conflicts		: 12598562
3600.07/3602.43	c decisions		: 104980939
3600.07/3602.43	c propagations		: 1604814842
3600.07/3602.43	c inspects		: 35300496198
3600.07/3602.43	c shortcuts		: 0
3600.07/3602.43	c learnt literals	: 2
3600.07/3602.43	c learnt binary clauses	: 61
3600.07/3602.43	c learnt ternary clauses	: 865
3600.07/3602.43	c learnt constraints	: 12598560
3600.07/3602.43	c ignored constraints	: 0
3600.07/3602.43	c root simplifications	: 0
3600.07/3602.43	c removed literals (reason simplification)	: 12152433
3600.07/3602.43	c reason swapping (by a shorter reason)	: 0
3600.07/3602.43	c Calls to reduceDB	: 154
3600.07/3602.44	c Number of update (reduction) of LBD	: 2698148
3600.07/3602.44	c Imported unit clauses	: 0
3600.07/3602.44	c No decision after first conflict	: false
3600.07/3602.44	c timeout
3600.07/3602.44	c number of reductions to clauses (during analyze)	: 0
3600.07/3602.44	c number of learned constraints concerned by reduction	: 0
3600.07/3602.44	c number of learning phase by resolution	: 0
3600.07/3602.44	c number of learning phase by cutting planes	: 0
3600.07/3602.44	c number of rounding to 1 operations	: 0
3600.07/3602.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3602.44	c number of reductions of the coefficients by power 2 	: 0
3600.07/3602.44	c number of right shift for reduction by power 2 	: 0
3600.07/3602.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3602.44	c number of ending skipping 	: 0
3600.07/3602.44	c number of internal skipping 	: 0
3600.07/3602.44	c number of derivation steps 	: 0
3600.07/3602.44	c number of skipped derivation steps 	: 0
3600.07/3602.44	c number of remaining unassigned 	: 0
3600.07/3602.44	c number of remaining assigned 	: 0
3600.07/3602.44	c number of falsified literals weakened from reason	: 0
3600.07/3602.44	c number of falsified literals weakened from conflict	: 0
3600.07/3602.44	c time for arithmetic operations	: 0
3600.07/3602.44	c minimum degree of deleted constraints	: null
3600.07/3602.44	c maximum degree of deleted constraints	: null
3600.07/3602.44	c number of deleted constraints	: 0
3600.07/3602.44	c speed (assignments/second)	: 445566.9145193
3600.07/3602.44	c non guided choices	: 51335
3600.27/3602.51	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 204559
3600.27/3602.51	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 61
3600.27/3602.51	s UNKNOWN
3600.27/3602.51	c Total wall clock time (in seconds): 3602.184

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=28608, runsolver pid=28605
Current StackSize limit: 8192 KiB


[startup+0.100072 s]*
/proc/loadavg: 4.42 4.35 4.24 6/328 28626
/proc/meminfo: memFree=117928180/131382112 swapFree=33010684/33010684
[pid=28608] ppid=28605 vsize=18930384 memory=48276 CPUtime=0.12 cores=1,3
/proc/28608/stat : 28608 (java) S 28605 28608 27382 0 -1 4194304 5790 0 0 0 10 2 0 0 20 0 18 0 37293043 19384713216 12069 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
/proc/28608/statm: 4732596 12069 5304 1 0 547003 0
[pid=28608/tid=28610] ppid=28605 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/28608/task/28610/stat : 28610 (java) R 28605 28608 27382 0 -1 4194368 4650 0 0 0 6 1 0 0 20 0 18 0 37293045 19384713216 12069 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28619] ppid=28605 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/28608/task/28619/stat : 28619 (Finalizer) S 28605 28608 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37293050 19384713216 12069 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28626] ppid=28605 vsize=18930384 memory=58494082630061 CPUtime=0 cores=1,3
/proc/28608/task/28626/stat : 28626 (Common-Cleaner) S 28605 28608 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37293051 19384713216 12069 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48276 KiB

[startup+0.21614 s]*
/proc/loadavg: 4.42 4.35 4.24 6/328 28626
/proc/meminfo: memFree=117928180/131382112 swapFree=33010684/33010684
[pid=28608] ppid=28605 vsize=18930384 memory=55352 CPUtime=0.3 cores=1,3
/proc/28608/stat : 28608 (java) S 28605 28608 27382 0 -1 4194304 6470 0 0 0 27 3 0 0 20 0 18 0 37293043 19384713216 13838 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
/proc/28608/statm: 4732596 13838 5336 1 0 547564 0
[pid=28608/tid=28610] ppid=28605 vsize=18930384 memory=4026597660 CPUtime=0.19 cores=1,3
/proc/28608/task/28610/stat : 28610 (java) R 28605 28608 27382 0 -1 4194368 5008 0 0 0 17 2 0 0 20 0 18 0 37293045 19384713216 13838 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28619] ppid=28605 vsize=18930384 memory=13926 CPUtime=0 cores=1,3
/proc/28608/task/28619/stat : 28619 (Finalizer) S 28605 28608 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37293050 19384713216 13838 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28626] ppid=28605 vsize=18930384 memory=57394570986489 CPUtime=0 cores=1,3
/proc/28608/task/28626/stat : 28626 (Common-Cleaner) S 28605 28608 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37293051 19384713216 13838 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55352 KiB

[startup+0.31608 s]*
/proc/loadavg: 4.42 4.35 4.24 6/328 28626
/proc/meminfo: memFree=117924084/131382112 swapFree=33010684/33010684
[pid=28608] ppid=28605 vsize=18930384 memory=58884 CPUtime=0.47 cores=1,3
/proc/28608/stat : 28608 (java) S 28605 28608 27382 0 -1 4194304 6782 0 0 0 44 3 0 0 20 0 18 0 37293043 19384713216 14721 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
/proc/28608/statm: 4732596 14721 5432 1 0 547801 0
[pid=28608/tid=28610] ppid=28605 vsize=18930384 memory=-6000919485675234413 CPUtime=0.29 cores=1,3
/proc/28608/task/28610/stat : 28610 (java) R 28605 28608 27382 0 -1 4194368 5230 0 0 0 27 2 0 0 20 0 18 0 37293045 19384713216 14721 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28619] ppid=28605 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/28608/task/28619/stat : 28619 (Finalizer) S 28605 28608 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37293050 19384713216 14721 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28626] ppid=28605 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/28608/task/28626/stat : 28626 (Common-Cleaner) S 28605 28608 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37293051 19384713216 14721 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58884 KiB

[startup+0.700315 s]
/proc/loadavg: 4.42 4.35 4.24 7/328 28626
/proc/meminfo: memFree=117914016/131382112 swapFree=33010684/33010684
[pid=28608] ppid=28605 vsize=18930384 memory=97112 CPUtime=1.16 cores=1,3
/proc/28608/stat : 28608 (java) S 28605 28608 27382 0 -1 4194304 8599 0 0 0 111 5 0 0 20 0 18 0 37293043 19384713216 24278 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
/proc/28608/statm: 4732596 24278 5432 1 0 548967 0
[pid=28608/tid=28610] ppid=28605 vsize=18930384 memory=17280 CPUtime=0.64 cores=1,3
/proc/28608/task/28610/stat : 28610 (java) R 28605 28608 27382 0 -1 4194368 5361 0 0 0 61 3 0 0 20 0 18 0 37293045 19384713216 24278 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28619] ppid=28605 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/28608/task/28619/stat : 28619 (Finalizer) S 28605 28608 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37293050 19384713216 24278 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28626] ppid=28605 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/28608/task/28626/stat : 28626 (Common-Cleaner) S 28605 28608 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37293051 19384713216 24278 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 97112 KiB

[startup+1.5003 s]
/proc/loadavg: 4.42 4.35 4.24 6/329 28627
/proc/meminfo: memFree=117876460/131382112 swapFree=33010684/33010684
[pid=28608] ppid=28605 vsize=18996948 memory=143968 CPUtime=2.75 cores=1,3
/proc/28608/stat : 28608 (java) S 28605 28608 27382 0 -1 4194304 16363 0 0 0 266 9 0 0 20 0 19 0 37293043 19452874752 35992 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
/proc/28608/statm: 4749237 35992 5464 1 0 552470 0
[pid=28608/tid=28610] ppid=28605 vsize=18996948 memory=3200 CPUtime=1.36 cores=1,3
/proc/28608/task/28610/stat : 28610 (java) R 28605 28608 27382 0 -1 4194368 5810 0 0 0 132 4 0 0 20 0 19 0 37293045 19452874752 35992 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28619] ppid=28605 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28608/task/28619/stat : 28619 (Finalizer) S 28605 28608 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37293050 19452874752 35992 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28626] ppid=28605 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/28608/task/28626/stat : 28626 (Common-Cleaner) S 28605 28608 27382 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37293051 19452874752 35992 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28627] ppid=28605 vsize=18996948 memory=14720 CPUtime=0 cores=1,3
/proc/28608/task/28627/stat : 28627 (Timer-0) S 28605 28608 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37293113 19452874752 35992 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 143968 KiB

[startup+3.10611 s]
/proc/loadavg: 4.42 4.35 4.24 6/330 28628
/proc/meminfo: memFree=117766716/131382112 swapFree=33010684/33010684
[pid=28608] ppid=28605 vsize=19063512 memory=178088 CPUtime=5.92 cores=1,3
/proc/28608/stat : 28608 (java) S 28605 28608 27382 0 -1 4194304 21111 0 0 0 581 11 0 0 20 0 20 0 37293043 19521036288 44522 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
/proc/28608/statm: 4765878 44522 5496 1 0 553762 0
[pid=28608/tid=28610] ppid=28605 vsize=19063512 memory=14720 CPUtime=2.9 cores=1,3
/proc/28608/task/28610/stat : 28610 (java) R 28605 28608 27382 0 -1 4194368 6765 0 0 0 284 6 0 0 20 0 20 0 37293045 19521036288 44522 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28619] ppid=28605 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/28608/task/28619/stat : 28619 (Finalizer) S 28605 28608 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37293050 19521036288 44522 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28626] ppid=28605 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/28608/task/28626/stat : 28626 (Common-Cleaner) S 28605 28608 27382 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 37293051 19521036288 44522 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28627] ppid=28605 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/28608/task/28627/stat : 28627 (Timer-0) S 28605 28608 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37293113 19521036288 44522 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178088 KiB

[startup+6.30045 s]
/proc/loadavg: 4.47 4.36 4.25 5/330 28628
/proc/meminfo: memFree=117481284/131382112 swapFree=33010684/33010684
[pid=28608] ppid=28605 vsize=19063512 memory=466016 CPUtime=10.41 cores=1,3
/proc/28608/stat : 28608 (java) S 28605 28608 27382 0 -1 4194304 30423 0 0 0 1021 20 0 0 20 0 20 0 37293043 19521036288 116504 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
/proc/28608/statm: 4765878 116504 5528 1 0 554332 0
[pid=28608/tid=28610] ppid=28605 vsize=19063512 memory=0 CPUtime=6.05 cores=1,3
/proc/28608/task/28610/stat : 28610 (java) R 28605 28608 27382 0 -1 4194368 7761 0 0 0 592 13 0 0 20 0 20 0 37293045 19521036288 116504 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28619] ppid=28605 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/28608/task/28619/stat : 28619 (Finalizer) S 28605 28608 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37293050 19521036288 116504 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28626] ppid=28605 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/28608/task/28626/stat : 28626 (Common-Cleaner) S 28605 28608 27382 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 37293051 19521036288 116504 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28627] ppid=28605 vsize=19063512 memory=155776 CPUtime=0 cores=1,3
/proc/28608/task/28627/stat : 28627 (Timer-0) S 28605 28608 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37293113 19521036288 116504 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
Current children cumulated CPU time: 10.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 466016 KiB

[startup+12.7004 s]
/proc/loadavg: 4.43 4.36 4.24 5/330 28628
/proc/meminfo: memFree=117283560/131382112 swapFree=33010684/33010684
[pid=28608] ppid=28605 vsize=19063512 memory=550040 CPUtime=16.83 cores=1,3
/proc/28608/stat : 28608 (java) S 28605 28608 27382 0 -1 4194304 31590 0 0 0 1659 24 0 0 20 0 20 0 37293043 19521036288 137510 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
/proc/28608/statm: 4765878 137510 5528 1 0 554332 0
[pid=28608/tid=28610] ppid=28605 vsize=19063512 memory=155776 CPUtime=12.34 cores=1,3
/proc/28608/task/28610/stat : 28610 (java) R 28605 28608 27382 0 -1 4194368 8029 0 0 0 1217 17 0 0 20 0 20 0 37293045 19521036288 137510 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28619] ppid=28605 vsize=19063512 memory=550040 CPUtime=0 cores=1,3
/proc/28608/task/28619/stat : 28619 (Finalizer) S 28605 28608 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37293050 19521036288 137510 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28626] ppid=28605 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/28608/task/28626/stat : 28626 (Common-Cleaner) S 28605 28608 27382 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 37293051 19521036288 137510 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28627] ppid=28605 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/28608/task/28627/stat : 28627 (Timer-0) S 28605 28608 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37293113 19521036288 137510 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
Current children cumulated CPU time: 16.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 550040 KiB

[startup+25.5004 s]
/proc/loadavg: 4.41 4.36 4.25 5/330 28628
/proc/meminfo: memFree=116379648/131382112 swapFree=33010684/33010684
[pid=28608] ppid=28605 vsize=19063512 memory=1328432 CPUtime=29.76 cores=1,3
/proc/28608/stat : 28608 (java) S 28605 28608 27382 0 -1 4194304 36208 0 0 0 2929 47 0 0 20 0 20 0 37293043 19521036288 332108 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
/proc/28608/statm: 4765878 332108 5528 1 0 554332 0
[pid=28608/tid=28610] ppid=28605 vsize=19063512 memory=0 CPUtime=24.93 cores=1,3
/proc/28608/task/28610/stat : 28610 (java) R 28605 28608 27382 0 -1 4194368 9651 0 0 0 2456 37 0 0 20 0 20 0 37293045 19521036288 332108 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28619] ppid=28605 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/28608/task/28619/stat : 28619 (Finalizer) S 28605 28608 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37293050 19521036288 332108 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28626] ppid=28605 vsize=19063512 memory=1328432 CPUtime=0 cores=1,3
/proc/28608/task/28626/stat : 28626 (Common-Cleaner) S 28605 28608 27382 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 37293051 19521036288 332108 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28627] ppid=28605 vsize=19063512 memory=855312 CPUtime=0 cores=1,3
/proc/28608/task/28627/stat : 28627 (Timer-0) S 28605 28608 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37293113 19521036288 332108 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
Current children cumulated CPU time: 29.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1328432 KiB

[startup+51.1136 s]
/proc/loadavg: 4.39 4.36 4.25 5/330 28629
/proc/meminfo: memFree=116187256/131382112 swapFree=33010684/33010684
[pid=28608] ppid=28605 vsize=19063512 memory=1330480 CPUtime=55.17 cores=1,3
/proc/28608/stat : 28608 (java) S 28605 28608 27382 0 -1 4194304 37453 0 0 0 5460 57 0 0 20 0 20 0 37293043 19521036288 332620 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
/proc/28608/statm: 4765878 332620 5528 1 0 554332 0
[pid=28608/tid=28610] ppid=28605 vsize=19063512 memory=1328432 CPUtime=50.19 cores=1,3
/proc/28608/task/28610/stat : 28610 (java) R 28605 28608 27382 0 -1 4194368 10554 0 0 0 4973 46 0 0 20 0 20 0 37293045 19521036288 332620 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28619] ppid=28605 vsize=19063512 memory=12544 CPUtime=0 cores=1,3
/proc/28608/task/28619/stat : 28619 (Finalizer) S 28605 28608 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37293050 19521036288 332620 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28626] ppid=28605 vsize=19063512 memory=2308 CPUtime=0 cores=1,3

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

[startup+3282.3 s]
/proc/loadavg: 2.11 2.73 3.51 3/279 28939
/proc/meminfo: memFree=115805972/131382112 swapFree=33010684/33010684
[pid=28608] ppid=28605 vsize=19063512 memory=2172148 CPUtime=3280.2 cores=1,3
/proc/28608/stat : 28608 (java) S 28605 28608 27382 0 -1 4194304 101954 0 0 0 327165 855 0 0 20 0 20 0 37293043 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
/proc/28608/statm: 4765878 543037 5528 1 0 555194 0
[pid=28608/tid=28610] ppid=28605 vsize=19063512 memory=2172148 CPUtime=3251.07 cores=1,3
/proc/28608/task/28610/stat : 28610 (java) R 28605 28608 27382 0 -1 4194368 41118 0 0 0 324452 655 0 0 20 0 20 0 37293045 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28619] ppid=28605 vsize=19063512 memory=2172148 CPUtime=0 cores=1,3
/proc/28608/task/28619/stat : 28619 (Finalizer) S 28605 28608 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37293050 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28626] ppid=28605 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/28608/task/28626/stat : 28626 (Common-Cleaner) S 28605 28608 27382 0 -1 4194368 1592 0 0 0 0 0 0 0 20 0 20 0 37293051 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28627] ppid=28605 vsize=19063512 memory=12544 CPUtime=0 cores=1,3
/proc/28608/task/28627/stat : 28627 (Timer-0) S 28605 28608 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37293113 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
Current children cumulated CPU time: 3280.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172148 KiB

[startup+3342.3 s]
/proc/loadavg: 2.08 2.61 3.42 3/279 28943
/proc/meminfo: memFree=115616072/131382112 swapFree=33010684/33010684
[pid=28608] ppid=28605 vsize=19063512 memory=2172148 CPUtime=3340.21 cores=1,3
/proc/28608/stat : 28608 (java) S 28605 28608 27382 0 -1 4194304 102115 0 0 0 333153 868 0 0 20 0 20 0 37293043 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
/proc/28608/statm: 4765878 543037 5528 1 0 555194 0
[pid=28608/tid=28610] ppid=28605 vsize=19063512 memory=2172148 CPUtime=3310.58 cores=1,3
/proc/28608/task/28610/stat : 28610 (java) R 28605 28608 27382 0 -1 4194368 41225 0 0 0 330393 665 0 0 20 0 20 0 37293045 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28619] ppid=28605 vsize=19063512 memory=2172148 CPUtime=0 cores=1,3
/proc/28608/task/28619/stat : 28619 (Finalizer) S 28605 28608 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37293050 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28626] ppid=28605 vsize=19063512 memory=2172148 CPUtime=0 cores=1,3
/proc/28608/task/28626/stat : 28626 (Common-Cleaner) S 28605 28608 27382 0 -1 4194368 1592 0 0 0 0 0 0 0 20 0 20 0 37293051 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28627] ppid=28605 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/28608/task/28627/stat : 28627 (Timer-0) S 28605 28608 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37293113 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
Current children cumulated CPU time: 3340.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172148 KiB

[startup+3402.3 s]
/proc/loadavg: 2.13 2.53 3.34 3/279 28945
/proc/meminfo: memFree=115410404/131382112 swapFree=33010684/33010684
[pid=28608] ppid=28605 vsize=19063512 memory=2172148 CPUtime=3400.21 cores=1,3
/proc/28608/stat : 28608 (java) S 28605 28608 27382 0 -1 4194304 104081 0 0 0 339140 881 0 0 20 0 20 0 37293043 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
/proc/28608/statm: 4765878 543037 5528 1 0 555194 0
[pid=28608/tid=28610] ppid=28605 vsize=19063512 memory=2172148 CPUtime=3370.15 cores=1,3
/proc/28608/task/28610/stat : 28610 (java) R 28605 28608 27382 0 -1 4194368 42099 0 0 0 336341 674 0 0 20 0 20 0 37293045 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28619] ppid=28605 vsize=19063512 memory=2172148 CPUtime=0 cores=1,3
/proc/28608/task/28619/stat : 28619 (Finalizer) S 28605 28608 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37293050 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28626] ppid=28605 vsize=19063512 memory=2172148 CPUtime=0 cores=1,3
/proc/28608/task/28626/stat : 28626 (Common-Cleaner) S 28605 28608 27382 0 -1 4194368 1593 0 0 0 0 0 0 0 20 0 20 0 37293051 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28627] ppid=28605 vsize=19063512 memory=2172148 CPUtime=0 cores=1,3
/proc/28608/task/28627/stat : 28627 (Timer-0) S 28605 28608 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37293113 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
Current children cumulated CPU time: 3400.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172148 KiB

[startup+3462.3 s]
/proc/loadavg: 2.25 2.49 3.27 3/280 28952
/proc/meminfo: memFree=115222256/131382112 swapFree=33010684/33010684
[pid=28608] ppid=28605 vsize=19063512 memory=2172148 CPUtime=3460.13 cores=1,3
/proc/28608/stat : 28608 (java) S 28605 28608 27382 0 -1 4194304 104924 0 0 0 345121 892 0 0 20 0 20 0 37293043 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
/proc/28608/statm: 4765878 543037 5528 1 0 555194 0
[pid=28608/tid=28610] ppid=28605 vsize=19063512 memory=2172148 CPUtime=3429.79 cores=1,3
/proc/28608/task/28610/stat : 28610 (java) R 28605 28608 27382 0 -1 4194368 42823 0 0 0 342296 683 0 0 20 0 20 0 37293045 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28619] ppid=28605 vsize=19063512 memory=2172148 CPUtime=0 cores=1,3
/proc/28608/task/28619/stat : 28619 (Finalizer) S 28605 28608 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37293050 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28626] ppid=28605 vsize=19063512 memory=2172148 CPUtime=0 cores=1,3
/proc/28608/task/28626/stat : 28626 (Common-Cleaner) S 28605 28608 27382 0 -1 4194368 1653 0 0 0 0 0 0 0 20 0 20 0 37293051 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28627] ppid=28605 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/28608/task/28627/stat : 28627 (Timer-0) S 28605 28608 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37293113 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
Current children cumulated CPU time: 3460.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172148 KiB

[startup+3522.3 s]
/proc/loadavg: 2.21 2.43 3.20 4/281 28955
/proc/meminfo: memFree=115033440/131382112 swapFree=33010684/33010684
[pid=28608] ppid=28605 vsize=19063512 memory=2172148 CPUtime=3520.04 cores=1,3
/proc/28608/stat : 28608 (java) S 28605 28608 27382 0 -1 4194304 106558 0 0 0 351101 903 0 0 20 0 20 0 37293043 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
/proc/28608/statm: 4765878 543037 5528 1 0 555194 0
[pid=28608/tid=28610] ppid=28605 vsize=19063512 memory=2172148 CPUtime=3489.43 cores=1,3
/proc/28608/task/28610/stat : 28610 (java) R 28605 28608 27382 0 -1 4194368 43605 0 0 0 348252 691 0 0 20 0 20 0 37293045 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28619] ppid=28605 vsize=19063512 memory=2172148 CPUtime=0 cores=1,3
/proc/28608/task/28619/stat : 28619 (Finalizer) S 28605 28608 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37293050 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28626] ppid=28605 vsize=19063512 memory=2172148 CPUtime=0 cores=1,3
/proc/28608/task/28626/stat : 28626 (Common-Cleaner) S 28605 28608 27382 0 -1 4194368 1712 0 0 0 0 0 0 0 20 0 20 0 37293051 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28627] ppid=28605 vsize=19063512 memory=2172148 CPUtime=0 cores=1,3
/proc/28608/task/28627/stat : 28627 (Timer-0) S 28605 28608 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37293113 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
Current children cumulated CPU time: 3520.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172148 KiB

[startup+3582.3 s]
/proc/loadavg: 2.14 2.37 3.13 3/281 28957
/proc/meminfo: memFree=114830620/131382112 swapFree=33010684/33010684
[pid=28608] ppid=28605 vsize=19063512 memory=2172148 CPUtime=3579.96 cores=1,3
/proc/28608/stat : 28608 (java) S 28605 28608 27382 0 -1 4194304 107225 0 0 0 357080 916 0 0 20 0 20 0 37293043 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
/proc/28608/statm: 4765878 543037 5528 1 0 555194 0
[pid=28608/tid=28610] ppid=28605 vsize=19063512 memory=2172148 CPUtime=3548.9 cores=1,3
/proc/28608/task/28610/stat : 28610 (java) R 28605 28608 27382 0 -1 4194368 43632 0 0 0 354190 700 0 0 20 0 20 0 37293045 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28619] ppid=28605 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/28608/task/28619/stat : 28619 (Finalizer) S 28605 28608 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37293050 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28626] ppid=28605 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/28608/task/28626/stat : 28626 (Common-Cleaner) S 28605 28608 27382 0 -1 4194368 1713 0 0 0 0 0 0 0 20 0 20 0 37293051 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28627] ppid=28605 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/28608/task/28627/stat : 28627 (Timer-0) S 28605 28608 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37293113 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
Current children cumulated CPU time: 3579.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172148 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.4 s]
/proc/loadavg: 2.10 2.34 3.10 3/281 28958
/proc/meminfo: memFree=114758492/131382112 swapFree=33010684/33010684
[pid=28608] ppid=28605 vsize=19063512 memory=2172148 CPUtime=3600.07 cores=1,3
/proc/28608/stat : 28608 (java) S 28605 28608 27382 0 -1 4194304 107233 0 0 0 359087 920 0 0 20 0 20 0 37293043 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
/proc/28608/statm: 4765878 543037 5528 1 0 555194 0
[pid=28608/tid=28610] ppid=28605 vsize=19063512 memory=-6000919485675234413 CPUtime=3568.81 cores=1,3
/proc/28608/task/28610/stat : 28610 (java) R 28605 28608 27382 0 -1 4194368 43633 0 0 0 356177 704 0 0 20 0 20 0 37293045 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28619] ppid=28605 vsize=19063512 memory=-4421386500509033317 CPUtime=0 cores=1,3
/proc/28608/task/28619/stat : 28619 (Finalizer) S 28605 28608 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37293050 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28626] ppid=28605 vsize=19063512 memory=2172148 CPUtime=0 cores=1,3
/proc/28608/task/28626/stat : 28626 (Common-Cleaner) S 28605 28608 27382 0 -1 4194368 1713 0 0 0 0 0 0 0 20 0 20 0 37293051 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28627] ppid=28605 vsize=19063512 memory=2432 CPUtime=0 cores=1,3
/proc/28608/task/28627/stat : 28627 (Timer-0) S 28605 28608 27382 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37293113 19521036288 543037 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2172148 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.08 s, system=9.22589 s

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

[startup+3602.5 s]
/proc/loadavg: 2.10 2.34 3.10 3/281 28958
/proc/meminfo: memFree=114758492/131382112 swapFree=33010684/33010684
[pid=28608] ppid=28605 vsize=19263204 memory=2172916 CPUtime=3600.27 cores=1,3
/proc/28608/stat : 28608 (java) S 28605 28608 27382 0 -1 4194304 109636 0 0 0 359106 921 0 0 20 0 21 0 37293043 19725520896 543229 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
/proc/28608/statm: 4815801 543229 5528 1 0 556097 0
[pid=28608/tid=28610] ppid=28605 vsize=19263204 memory=14720 CPUtime=3568.84 cores=1,3
/proc/28608/task/28610/stat : 28610 (java) S 28605 28608 27382 0 -1 4194368 43956 0 0 0 356180 704 0 0 20 0 21 0 37293045 19725520896 543229 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28619] ppid=28605 vsize=19263204 memory=2172148 CPUtime=0 cores=1,3
/proc/28608/task/28619/stat : 28619 (Finalizer) S 28605 28608 27382 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 37293050 19725520896 543229 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
[pid=28608/tid=28626] ppid=28605 vsize=19263204 memory=2172148 CPUtime=0 cores=1,3
/proc/28608/task/28626/stat : 28626 (Common-Cleaner) S 28605 28608 27382 0 -1 4194368 1713 0 0 0 0 0 0 0 20 0 21 0 37293051 19725520896 543229 18446744073709551615 94107266060288 94107266063984 140720711169120 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94107266071800 94107266072592 94107292381184 140720711170352 140720711170534 140720711170534 140720711176136 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2172916 KiB

Child status: 143

Real time (s): 3602.53
CPU time (s): 3600.31
CPU user time (s): 3591.08
CPU system time (s): 9.22589
CPU usage (%): 99.9384
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2172916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.08
system time used= 9.22589
maximum resident set size= 2173172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109818
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11396352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115029
involuntary context switches= 8793


# summary of solver processes directly reported to runsolver:
#   pid: 28608
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3591.08
#   total CPU system time (s): 9.22589

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.4865 second user time and 37.3192 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 18:55:37
IDJOB=4513303
IDBENCH=162316
IDSOLVER=3364
FILE ID=nodeC005/4513303-1751216137
RUNJOBID= nodeC005-1751208227-27394
SLURM_JOB_ID= 9587639
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size144-round23-6.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513303-1751216137/watcher-4513303-1751216137 -o /tmp/evaluation-result-4513303-1751216137/solver-4513303-1751216137 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751208227-27394 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513303-1751216137 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513303-1751216137.opb

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

MD5SUM BENCH= 9b7b034b4cb564ce8c6d87bc02f32c31
RANDOM SEED=2123857740

nodeC005 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.932
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.90
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		: 1197.249
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.90
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.733
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.90
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.286
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.90
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		: 3662.208
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.90
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		: 3592.287
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.90
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.386
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.90
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.257
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        117952500 kB
MemAvailable:   124612340 kB
Buffers:            3280 kB
Cached:          7462976 kB
SwapCached:            0 kB
Active:          5661500 kB
Inactive:        7215016 kB
Active(anon):    5428292 kB
Inactive(anon):        0 kB
Active(file):     233208 kB
Inactive(file):  7215016 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             69412 kB
Writeback:            16 kB
AnonPages:       5412428 kB
Mapped:           122300 kB
Shmem:             17960 kB
KReclaimable:     102484 kB
Slab:             187324 kB
SReclaimable:     102484 kB
SUnreclaim:        84840 kB
KernelStack:        4988 kB
PageTables:        14284 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7071716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5201920 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC005 at 2025-06-29 19:55:39