Trace number 4513302

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 2025-06-06? (TO) 3600.17 3605.8

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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4513302-1751215643.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.33/0.28	c ... done. Wall clock time 0.148s.
0.33/0.28	c declared #vars     4288
0.33/0.28	c #constraints  10848
0.33/0.28	c constraints type 
0.33/0.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
0.33/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.33/0.28	c org.sat4j.specs.Constr$1 => 920
0.33/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
0.33/0.28	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
0.33/0.28	c 10848 constraints processed.
1.68/0.96	c cleaning 2498 clauses out of 4998 with flag 16804/5000
2.57/1.43	c cleaning 4220 clauses out of 8500 with flag 40321/11000
3.36/1.93	c cleaning 5621 clauses out of 11281 with flag 70296/18001
3.87/2.46	c cleaning 6818 clauses out of 13659 with flag 104997/26000
4.49/3.08	c cleaning 7909 clauses out of 15841 with flag 147112/35000
5.30/3.83	c cleaning 8945 clauses out of 17932 with flag 193153/45000
6.10/4.66	c cleaning 9992 clauses out of 19988 with flag 246618/56001
7.00/5.57	c cleaning 10966 clauses out of 21996 with flag 305493/68001
8.00/6.53	c cleaning 11963 clauses out of 24031 with flag 375711/81002
9.11/7.62	c cleaning 13029 clauses out of 26066 with flag 447975/95000
10.21/8.75	c cleaning 14014 clauses out of 28038 with flag 531352/110001
11.41/9.99	c cleaning 14993 clauses out of 30024 with flag 616504/126001
12.83/11.37	c cleaning 15976 clauses out of 32031 with flag 710141/143001
14.25/12.79	c cleaning 17027 clauses out of 34056 with flag 811597/161002
15.95/14.45	c cleaning 17996 clauses out of 36028 with flag 915661/180001
17.65/16.15	c cleaning 18986 clauses out of 38032 with flag 1031086/200001
19.54/18.01	c cleaning 20011 clauses out of 40045 with flag 1151772/221000
21.54/20.03	c cleaning 21017 clauses out of 42034 with flag 1280547/243000
23.63/22.14	c cleaning 21999 clauses out of 44017 with flag 1412251/266000
25.92/24.46	c cleaning 23006 clauses out of 46018 with flag 1548717/290000
28.31/26.84	c cleaning 23977 clauses out of 48012 with flag 1690957/315000
30.81/29.39	c cleaning 25011 clauses out of 50035 with flag 1841977/341000
33.51/32.04	c cleaning 26014 clauses out of 52028 with flag 2000030/368004
36.42/34.93	c cleaning 26939 clauses out of 54010 with flag 2165280/396000
39.52/38.06	c cleaning 28020 clauses out of 56073 with flag 2337238/425002
42.91/41.43	c cleaning 29006 clauses out of 58051 with flag 2511525/455000
46.30/44.89	c cleaning 30005 clauses out of 60045 with flag 2696927/486000
50.02/48.51	c cleaning 31021 clauses out of 62041 with flag 2888087/518001
53.71/52.21	c cleaning 31993 clauses out of 64021 with flag 3088276/551002
57.70/56.21	c cleaning 32990 clauses out of 66026 with flag 3289747/585000
61.89/60.43	c cleaning 34010 clauses out of 68036 with flag 3497268/620000
66.31/64.87	c cleaning 34975 clauses out of 70028 with flag 3715707/656002
70.90/69.40	c cleaning 35992 clauses out of 72051 with flag 3939652/693000
75.60/74.11	c cleaning 37000 clauses out of 74061 with flag 4167591/731002
80.39/78.99	c cleaning 37997 clauses out of 76060 with flag 4398037/770001
85.51/84.10	c cleaning 39026 clauses out of 78063 with flag 4641380/810001
90.99/89.53	c cleaning 40010 clauses out of 80037 with flag 4887319/851001
96.48/95.06	c cleaning 41002 clauses out of 82028 with flag 5139707/893002
102.29/100.81	c cleaning 42005 clauses out of 84024 with flag 5400122/936000
108.18/106.76	c cleaning 43011 clauses out of 86022 with flag 5667484/980003
114.47/113.08	c cleaning 43937 clauses out of 88008 with flag 5940268/1025000
120.77/119.32	c cleaning 45024 clauses out of 90071 with flag 6220773/1071000
127.36/125.94	c cleaning 46017 clauses out of 92047 with flag 6506589/1118000
134.04/132.68	c cleaning 47012 clauses out of 94031 with flag 6802255/1166001
141.05/139.69	c cleaning 47974 clauses out of 96018 with flag 7096895/1215000
148.44/147.09	c cleaning 48998 clauses out of 98045 with flag 7401983/1265001
156.14/154.76	c cleaning 49973 clauses out of 100046 with flag 7711740/1316000
163.93/162.56	c cleaning 51006 clauses out of 102073 with flag 8025212/1368000
172.11/170.78	c cleaning 52002 clauses out of 104067 with flag 8347915/1421000
180.43/179.08	c cleaning 53007 clauses out of 106065 with flag 8679881/1475000
189.30/187.93	c cleaning 53994 clauses out of 108058 with flag 9006773/1530000
198.22/196.89	c cleaning 54968 clauses out of 110064 with flag 9352998/1586000
207.29/205.99	c cleaning 56001 clauses out of 112097 with flag 9699679/1643001
216.87/215.59	c cleaning 57018 clauses out of 114097 with flag 10047538/1701002
226.87/225.59	c cleaning 58011 clauses out of 116077 with flag 10402206/1760000
237.04/235.74	c cleaning 59018 clauses out of 118067 with flag 10765858/1820001
247.53/246.24	c cleaning 60022 clauses out of 120049 with flag 11130091/1881001
258.45/257.12	c cleaning 60999 clauses out of 122026 with flag 11498276/1943000
269.51/268.26	c cleaning 62002 clauses out of 124029 with flag 11878229/2006002
280.79/279.56	c cleaning 63005 clauses out of 126026 with flag 12260098/2070001
292.27/291.09	c cleaning 63995 clauses out of 128021 with flag 12648078/2135001
304.48/303.23	c cleaning 64980 clauses out of 130026 with flag 13041309/2201001
316.84/315.61	c cleaning 66006 clauses out of 132045 with flag 13441846/2268000
329.22/328.09	c cleaning 67009 clauses out of 134040 with flag 13852171/2336001
342.19/341.07	c cleaning 67995 clauses out of 136030 with flag 14267752/2405000
355.76/354.68	c cleaning 68974 clauses out of 138036 with flag 14686313/2475001
369.56/368.42	c cleaning 69986 clauses out of 140062 with flag 15114307/2546001
383.63/382.50	c cleaning 71010 clauses out of 142076 with flag 15545172/2618001
397.99/396.98	c cleaning 71981 clauses out of 144065 with flag 15979193/2691000
412.75/411.77	c cleaning 73001 clauses out of 146086 with flag 16421732/2765002
427.82/426.85	c cleaning 74004 clauses out of 148083 with flag 16873723/2840000
443.46/442.42	c cleaning 75037 clauses out of 150080 with flag 17326560/2916001
459.12/458.12	c cleaning 75965 clauses out of 152042 with flag 17787113/2993000
474.88/473.95	c cleaning 77003 clauses out of 154078 with flag 18254848/3071001
491.54/490.61	c cleaning 78029 clauses out of 156075 with flag 18724450/3150001
508.30/507.46	c cleaning 78983 clauses out of 158045 with flag 19205816/3230000
525.52/524.65	c cleaning 80024 clauses out of 160062 with flag 19686385/3311000
542.57/541.74	c cleaning 80983 clauses out of 162039 with flag 20178516/3393001
560.52/559.70	c cleaning 82008 clauses out of 164055 with flag 20672195/3476000
578.68/577.91	c cleaning 83016 clauses out of 166048 with flag 21173195/3560001
597.34/596.66	c cleaning 83989 clauses out of 168031 with flag 21679439/3645000
616.49/615.82	c cleaning 84960 clauses out of 170042 with flag 22191284/3731000
636.10/635.43	c cleaning 86037 clauses out of 172082 with flag 22704107/3818000
656.15/655.54	c cleaning 87006 clauses out of 174045 with flag 23220771/3906000
676.70/676.11	c cleaning 88017 clauses out of 176039 with flag 23744277/3995000
697.55/697.01	c cleaning 88992 clauses out of 178022 with flag 24279840/4085000
718.99/718.54	c cleaning 89999 clauses out of 180030 with flag 24815132/4176000
740.64/740.24	c cleaning 90999 clauses out of 182032 with flag 25358681/4268001
762.89/762.56	c cleaning 91994 clauses out of 184032 with flag 25903121/4361000
785.72/785.32	c cleaning 92992 clauses out of 186038 with flag 26461894/4455000
808.36/808.06	c cleaning 94013 clauses out of 188047 with flag 27028408/4550001
831.71/831.42	c cleaning 94998 clauses out of 190033 with flag 27589708/4646000
855.65/855.40	c cleaning 96014 clauses out of 192035 with flag 28160378/4743000
880.09/879.99	c cleaning 96993 clauses out of 194021 with flag 28740856/4841000
905.04/904.91	c cleaning 97991 clauses out of 196028 with flag 29324567/4940000
930.27/930.24	c cleaning 99006 clauses out of 198037 with flag 29908173/5040000
956.44/956.31	c cleaning 99998 clauses out of 200032 with flag 30506666/5141001
982.48/982.46	c cleaning 100989 clauses out of 202033 with flag 31110481/5243000
1008.71/1008.78	c cleaning 102011 clauses out of 204044 with flag 31723548/5346000
1035.56/1035.67	c cleaning 103006 clauses out of 206033 with flag 32338225/5450000
1063.09/1063.24	c cleaning 104005 clauses out of 208030 with flag 32955795/5555003
1091.32/1091.49	c cleaning 104995 clauses out of 210022 with flag 33581424/5661000
1119.95/1120.15	c cleaning 105998 clauses out of 212028 with flag 34212608/5768001
1149.18/1149.48	c cleaning 106996 clauses out of 214029 with flag 34844925/5876000
1178.91/1179.20	c cleaning 107997 clauses out of 216034 with flag 35485610/5985001
1208.93/1209.31	c cleaning 109013 clauses out of 218037 with flag 36125558/6095001
1239.26/1239.78	c cleaning 109972 clauses out of 220023 with flag 36777102/6206000
1270.79/1271.32	c cleaning 111022 clauses out of 222051 with flag 37436036/6318000
1302.91/1303.41	c cleaning 111975 clauses out of 224029 with flag 38098481/6431000
1335.22/1335.89	c cleaning 113023 clauses out of 226055 with flag 38765504/6545001
1367.95/1368.64	c cleaning 114004 clauses out of 228031 with flag 39436197/6660000
1401.27/1402.09	c cleaning 114949 clauses out of 230027 with flag 40116383/6776000
1435.09/1435.90	c cleaning 116022 clauses out of 232078 with flag 40799519/6893000
1469.60/1470.57	c cleaning 117015 clauses out of 234056 with flag 41482927/7011000
1504.53/1505.54	c cleaning 118004 clauses out of 236041 with flag 42175670/7130000
1540.44/1541.54	c cleaning 118985 clauses out of 238037 with flag 42876239/7250000
1576.87/1577.73	c cleaning 119988 clauses out of 240052 with flag 43580628/7371000
1613.59/1614.55	c cleaning 121022 clauses out of 242064 with flag 44297248/7493000
1650.80/1651.84	c cleaning 122006 clauses out of 244043 with flag 45017391/7616001
1688.51/1689.61	c cleaning 122980 clauses out of 246037 with flag 45737774/7740001
1727.11/1728.31	c cleaning 124011 clauses out of 248057 with flag 46461098/7865001
1766.60/1767.91	c cleaning 124985 clauses out of 250045 with flag 47196439/7991000
1807.08/1808.52	c cleaning 126003 clauses out of 252060 with flag 47930330/8118000
1847.93/1849.43	c cleaning 127012 clauses out of 254057 with flag 48674386/8246000
1889.21/1890.84	c cleaning 128011 clauses out of 256045 with flag 49418407/8375000
1930.69/1932.41	c cleaning 128995 clauses out of 258034 with flag 50170303/8505000
1972.18/1974.02	c cleaning 130020 clauses out of 260040 with flag 50933572/8636001
2014.45/2016.41	c cleaning 130997 clauses out of 262019 with flag 51697208/8768000
2057.53/2059.69	c cleaning 132005 clauses out of 264024 with flag 52470408/8901002
2101.50/2103.77	c cleaning 132931 clauses out of 266018 with flag 53247991/9035001
2146.25/2148.48	c cleaning 134026 clauses out of 268086 with flag 54031688/9170000
2190.93/2193.28	c cleaning 134986 clauses out of 270060 with flag 54816426/9306000
2236.52/2238.93	c cleaning 136023 clauses out of 272074 with flag 55612533/9443000
2282.31/2284.88	c cleaning 137013 clauses out of 274052 with flag 56411610/9581001
2329.40/2332.03	c cleaning 138009 clauses out of 276039 with flag 57210175/9720001
2376.48/2379.21	c cleaning 138980 clauses out of 278029 with flag 58016139/9860000
2425.27/2428.15	c cleaning 139999 clauses out of 280049 with flag 58826313/10001000
2474.00/2476.99	c cleaning 141007 clauses out of 282050 with flag 59644530/10143000
2523.26/2526.35	c cleaning 142008 clauses out of 284043 with flag 60471122/10286000
2573.42/2576.64	c cleaning 142997 clauses out of 286035 with flag 61304375/10430000
2624.07/2627.42	c cleaning 144000 clauses out of 288038 with flag 62135980/10575000
2675.24/2678.76	c cleaning 144993 clauses out of 290039 with flag 62978486/10721001
2726.91/2730.50	c cleaning 146009 clauses out of 292047 with flag 63825983/10868002
2780.18/2783.97	c cleaning 146998 clauses out of 294036 with flag 64674770/11016000
2832.84/2836.60	c cleaning 147972 clauses out of 296038 with flag 65535646/11165000
2886.41/2890.34	c cleaning 148994 clauses out of 298067 with flag 66391651/11315001
2940.48/2944.59	c cleaning 150002 clauses out of 300074 with flag 67258161/11466002
2994.64/2998.87	c cleaning 151024 clauses out of 302071 with flag 68133047/11618001
3050.60/3054.99	c cleaning 152012 clauses out of 304046 with flag 69011945/11771000
3106.84/3111.34	c cleaning 152987 clauses out of 306034 with flag 69891036/11925000
3164.88/3169.42	c cleaning 153944 clauses out of 308048 with flag 70780008/12080001
3223.11/3227.83	c cleaning 155023 clauses out of 310103 with flag 71673291/12236000
3281.65/3286.55	c cleaning 156005 clauses out of 312080 with flag 72573785/12393000
3340.78/3345.83	c cleaning 157017 clauses out of 314076 with flag 73483079/12551001
3401.31/3406.58	c cleaning 158002 clauses out of 316058 with flag 74395296/12710000
3462.73/3468.14	c cleaning 159013 clauses out of 318056 with flag 75312996/12870000
3525.15/3530.70	c cleaning 160009 clauses out of 320044 with flag 76234181/13031001
3585.88/3591.63	c cleaning 161002 clauses out of 322035 with flag 77163811/13193001
3600.03/3605.72	c starts		: 107109
3600.03/3605.72	c timeout
3600.03/3605.72	c conflicts		: 13245597
3600.03/3605.72	c decisions		: 110316597
3600.03/3605.72	c propagations		: 1687468559
3600.03/3605.72	c inspects		: 37918801245
3600.03/3605.72	c shortcuts		: 0
3600.03/3605.72	c learnt literals	: 2
3600.03/3605.72	c learnt binary clauses	: 61
3600.03/3605.72	c learnt ternary clauses	: 868
3600.03/3605.72	c learnt constraints	: 13245595
3600.03/3605.72	c ignored constraints	: 0
3600.03/3605.72	c root simplifications	: 0
3600.03/3605.72	c removed literals (reason simplification)	: 12844836
3600.03/3605.72	c reason swapping (by a shorter reason)	: 0
3600.03/3605.72	c Calls to reduceDB	: 158
3600.03/3605.72	c Number of update (reduction) of LBD	: 2836139
3600.03/3605.72	c Imported unit clauses	: 0
3600.03/3605.72	c No decision after first conflict	: false
3600.03/3605.72	c number of reductions to clauses (during analyze)	: 0
3600.03/3605.72	c number of learned constraints concerned by reduction	: 0
3600.03/3605.72	c number of learning phase by resolution	: 0
3600.03/3605.72	c number of learning phase by cutting planes	: 0
3600.03/3605.72	c number of rounding to 1 operations	: 0
3600.03/3605.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3605.72	c number of reductions of the coefficients by power 2 	: 0
3600.03/3605.72	c number of right shift for reduction by power 2 	: 0
3600.03/3605.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3605.72	c number of ending skipping 	: 0
3600.03/3605.72	c number of internal skipping 	: 0
3600.03/3605.72	c number of derivation steps 	: 0
3600.03/3605.72	c number of skipped derivation steps 	: 0
3600.03/3605.72	c number of remaining unassigned 	: 0
3600.03/3605.72	c number of remaining assigned 	: 0
3600.03/3605.72	c number of falsified literals weakened from reason	: 0
3600.03/3605.72	c number of falsified literals weakened from conflict	: 0
3600.03/3605.72	c time for arithmetic operations	: 0
3600.03/3605.73	c minimum degree of deleted constraints	: null
3600.03/3605.73	c maximum degree of deleted constraints	: null
3600.03/3605.73	c number of deleted constraints	: 0
3600.03/3605.73	c speed (assignments/second)	: 468033.75536203326
3600.03/3605.73	c non guided choices	: 53485
3600.03/3605.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 213568
3600.03/3605.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 61
3600.03/3605.78	s UNKNOWN
3600.03/3605.78	c Total wall clock time (in seconds): 3605.656

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513302-1751215643/watcher-4513302-1751215643 -o /tmp/evaluation-result-4513302-1751215643/solver-4513302-1751215643 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751208407-26870 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4513302-1751215643.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=27959, runsolver pid=27956
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.19 4.12 4.10 5/338 27977
/proc/meminfo: memFree=125275004/131249996 swapFree=33010684/33010684
[pid=27959] ppid=27956 vsize=18930384 memory=59472 CPUtime=0.13 cores=0,2
/proc/27959/stat : 27959 (java) S 27956 27959 26860 0 -1 4194304 6508 0 0 0 11 2 0 0 20 0 18 0 37242038 19384713216 14868 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
/proc/27959/statm: 4732596 14868 5328 1 0 547623 0
[pid=27959/tid=27961] ppid=27956 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/27959/task/27961/stat : 27961 (java) R 27956 27959 26860 0 -1 4194368 5087 0 0 0 7 1 0 0 20 0 18 0 37242039 19384713216 14868 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27970] ppid=27956 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/27959/task/27970/stat : 27970 (Finalizer) S 27956 27959 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37242041 19384713216 14868 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27977] ppid=27956 vsize=18930384 memory=60684515966010 CPUtime=0 cores=0,2
/proc/27959/task/27977/stat : 27977 (Common-Cleaner) S 27956 27959 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37242042 19384713216 14868 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59472 KiB

[startup+0.205682 s]*
/proc/loadavg: 4.19 4.12 4.10 7/338 27977
/proc/meminfo: memFree=125261708/131249996 swapFree=33010684/33010684
[pid=27959] ppid=27956 vsize=18930384 memory=72648 CPUtime=0.33 cores=0,2
/proc/27959/stat : 27959 (java) S 27956 27959 26860 0 -1 4194304 7342 0 0 0 31 2 0 0 20 0 18 0 37242038 19384713216 18162 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
/proc/27959/statm: 4732596 18162 5424 1 0 548242 0
[pid=27959/tid=27961] ppid=27956 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/27959/task/27961/stat : 27961 (java) R 27956 27959 26860 0 -1 4194368 5262 0 0 0 16 1 0 0 20 0 18 0 37242039 19384713216 18162 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27970] ppid=27956 vsize=18930384 memory=16880 CPUtime=0 cores=0,2
/proc/27959/task/27970/stat : 27970 (Finalizer) S 27956 27959 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37242041 19384713216 18162 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27977] ppid=27956 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/27959/task/27977/stat : 27977 (Common-Cleaner) S 27956 27959 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 37242042 19384713216 18162 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 72648 KiB

[startup+0.305645 s]*
/proc/loadavg: 4.19 4.12 4.10 8/339 27978
/proc/meminfo: memFree=125235432/131249996 swapFree=33010684/33010684
[pid=27959] ppid=27956 vsize=18996948 memory=99592 CPUtime=0.52 cores=0,2
/proc/27959/stat : 27959 (java) S 27956 27959 26860 0 -1 4194304 8700 0 0 0 49 3 0 0 20 0 19 0 37242038 19452874752 24898 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
/proc/27959/statm: 4749237 24898 5424 1 0 549625 0
[pid=27959/tid=27961] ppid=27956 vsize=18996948 memory=-6000919481296184685 CPUtime=0.25 cores=0,2
/proc/27959/task/27961/stat : 27961 (java) R 27956 27959 26860 0 -1 4194368 5338 0 0 0 23 2 0 0 20 0 19 0 37242039 19452874752 24898 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27970] ppid=27956 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/27959/task/27970/stat : 27970 (Finalizer) S 27956 27959 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37242041 19452874752 24898 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27977] ppid=27956 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/27959/task/27977/stat : 27977 (Common-Cleaner) S 27956 27959 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37242042 19452874752 24898 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27978] ppid=27956 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/27959/task/27978/stat : 27978 (java) R 27956 27959 26860 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 37242067 19452874752 24898 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 99592 KiB

[startup+0.700239 s]
/proc/loadavg: 4.19 4.12 4.10 6/339 27978
/proc/meminfo: memFree=125216028/131249996 swapFree=33010684/33010684
[pid=27959] ppid=27956 vsize=18996948 memory=115508 CPUtime=1.29 cores=0,2
/proc/27959/stat : 27959 (java) S 27956 27959 26860 0 -1 4194304 14613 0 0 0 124 5 0 0 20 0 19 0 37242038 19452874752 28877 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
/proc/27959/statm: 4749237 28877 5424 1 0 553551 0
[pid=27959/tid=27961] ppid=27956 vsize=18996948 memory=17408 CPUtime=0.64 cores=0,2
/proc/27959/task/27961/stat : 27961 (java) R 27956 27959 26860 0 -1 4194368 5343 0 0 0 62 2 0 0 20 0 19 0 37242039 19452874752 28877 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27970] ppid=27956 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/27959/task/27970/stat : 27970 (Finalizer) S 27956 27959 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37242041 19452874752 28877 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27977] ppid=27956 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/27959/task/27977/stat : 27977 (Common-Cleaner) S 27956 27959 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37242042 19452874752 28877 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27978] ppid=27956 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/27959/task/27978/stat : 27978 (Timer-0) S 27956 27959 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37242067 19452874752 28877 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 115508 KiB

[startup+1.50024 s]
/proc/loadavg: 4.19 4.12 4.10 6/339 27978
/proc/meminfo: memFree=125211932/131249996 swapFree=33010684/33010684
[pid=27959] ppid=27956 vsize=18996948 memory=125608 CPUtime=2.74 cores=0,2
/proc/27959/stat : 27959 (java) S 27956 27959 26860 0 -1 4194304 20890 0 0 0 268 6 0 0 20 0 19 0 37242038 19452874752 31402 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
/proc/27959/statm: 4749237 31402 5456 1 0 553880 0
[pid=27959/tid=27961] ppid=27956 vsize=18996948 memory=10752 CPUtime=1.42 cores=0,2
/proc/27959/task/27961/stat : 27961 (java) R 27956 27959 26860 0 -1 4194368 5868 0 0 0 140 2 0 0 20 0 19 0 37242039 19452874752 31402 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27970] ppid=27956 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/27959/task/27970/stat : 27970 (Finalizer) S 27956 27959 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37242041 19452874752 31402 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27977] ppid=27956 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/27959/task/27977/stat : 27977 (Common-Cleaner) S 27956 27959 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37242042 19452874752 31402 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27978] ppid=27956 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/27959/task/27978/stat : 27978 (Timer-0) S 27956 27959 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37242067 19452874752 31402 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 125608 KiB

[startup+3.10542 s]
/proc/loadavg: 4.19 4.12 4.10 5/339 27978
/proc/meminfo: memFree=125191452/131249996 swapFree=33010684/33010684
[pid=27959] ppid=27956 vsize=18996948 memory=142832 CPUtime=4.59 cores=0,2
/proc/27959/stat : 27959 (java) S 27956 27959 26860 0 -1 4194304 22825 0 0 0 452 7 0 0 20 0 19 0 37242038 19452874752 35708 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
/proc/27959/statm: 4749237 35708 5456 1 0 554044 0
[pid=27959/tid=27961] ppid=27956 vsize=18996948 memory=10752 CPUtime=3.02 cores=0,2
/proc/27959/task/27961/stat : 27961 (java) R 27956 27959 26860 0 -1 4194368 6186 0 0 0 299 3 0 0 20 0 19 0 37242039 19452874752 35708 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27970] ppid=27956 vsize=18996948 memory=-6000919481296184685 CPUtime=0 cores=0,2
/proc/27959/task/27970/stat : 27970 (Finalizer) S 27956 27959 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37242041 19452874752 35708 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27977] ppid=27956 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/27959/task/27977/stat : 27977 (Common-Cleaner) S 27956 27959 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37242042 19452874752 35708 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27978] ppid=27956 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/27959/task/27978/stat : 27978 (Timer-0) S 27956 27959 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37242067 19452874752 35708 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
Current children cumulated CPU time: 4.59 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142832 KiB

[startup+6.3002 s]
/proc/loadavg: 4.17 4.12 4.10 5/339 27978
/proc/meminfo: memFree=125167128/131249996 swapFree=33010684/33010684
[pid=27959] ppid=27956 vsize=18996948 memory=162376 CPUtime=7.8 cores=0,2
/proc/27959/stat : 27959 (java) S 27956 27959 26860 0 -1 4194304 22994 0 0 0 773 7 0 0 20 0 19 0 37242038 19452874752 40594 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
/proc/27959/statm: 4749237 40594 5488 1 0 554044 0
[pid=27959/tid=27961] ppid=27956 vsize=18996948 memory=0 CPUtime=6.21 cores=0,2
/proc/27959/task/27961/stat : 27961 (java) R 27956 27959 26860 0 -1 4194368 6302 0 0 0 618 3 0 0 20 0 19 0 37242039 19452874752 40594 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27970] ppid=27956 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/27959/task/27970/stat : 27970 (Finalizer) S 27956 27959 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37242041 19452874752 40594 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27977] ppid=27956 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/27959/task/27977/stat : 27977 (Common-Cleaner) S 27956 27959 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 37242042 19452874752 40594 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27978] ppid=27956 vsize=18996948 memory=128356 CPUtime=0 cores=0,2
/proc/27959/task/27978/stat : 27978 (Timer-0) S 27956 27959 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37242067 19452874752 40594 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
Current children cumulated CPU time: 7.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 162376 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.12 4.10 5/340 27979
/proc/meminfo: memFree=125146900/131249996 swapFree=33010684/33010684
[pid=27959] ppid=27956 vsize=19063512 memory=177080 CPUtime=14.25 cores=0,2
/proc/27959/stat : 27959 (java) S 27956 27959 26860 0 -1 4194304 26759 0 0 0 1417 8 0 0 20 0 20 0 37242038 19521036288 44270 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
/proc/27959/statm: 4765878 44270 5488 1 0 554333 0
[pid=27959/tid=27961] ppid=27956 vsize=19063512 memory=128356 CPUtime=12.57 cores=0,2
/proc/27959/task/27961/stat : 27961 (java) R 27956 27959 26860 0 -1 4194368 6823 0 0 0 1254 3 0 0 20 0 20 0 37242039 19521036288 44270 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27970] ppid=27956 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/27959/task/27970/stat : 27970 (Finalizer) S 27956 27959 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37242041 19521036288 44270 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27977] ppid=27956 vsize=19063512 memory=177080 CPUtime=0 cores=0,2
/proc/27959/task/27977/stat : 27977 (Common-Cleaner) S 27956 27959 26860 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 37242042 19521036288 44270 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27978] ppid=27956 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/27959/task/27978/stat : 27978 (Timer-0) S 27956 27959 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37242067 19521036288 44270 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
Current children cumulated CPU time: 14.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177080 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.11 4.09 5/340 27979
/proc/meminfo: memFree=125106696/131249996 swapFree=33010684/33010684
[pid=27959] ppid=27956 vsize=19063512 memory=183296 CPUtime=27.02 cores=0,2
/proc/27959/stat : 27959 (java) S 27956 27959 26860 0 -1 4194304 29398 0 0 0 2694 8 0 0 20 0 20 0 37242038 19521036288 45824 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
/proc/27959/statm: 4765878 45824 5488 1 0 554333 0
[pid=27959/tid=27961] ppid=27956 vsize=19063512 memory=10752 CPUtime=25.32 cores=0,2
/proc/27959/task/27961/stat : 27961 (java) R 27956 27959 26860 0 -1 4194368 7838 0 0 0 2529 3 0 0 20 0 20 0 37242039 19521036288 45824 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27970] ppid=27956 vsize=19063512 memory=177080 CPUtime=0 cores=0,2
/proc/27959/task/27970/stat : 27970 (Finalizer) S 27956 27959 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37242041 19521036288 45824 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27977] ppid=27956 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/27959/task/27977/stat : 27977 (Common-Cleaner) S 27956 27959 26860 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 37242042 19521036288 45824 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27978] ppid=27956 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/27959/task/27978/stat : 27978 (Timer-0) S 27956 27959 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37242067 19521036288 45824 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
Current children cumulated CPU time: 27.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183296 KiB

[startup+51.1057 s]
/proc/loadavg: 4.14 4.12 4.09 5/341 27981
/proc/meminfo: memFree=124972312/131249996 swapFree=33010684/33010684
[pid=27959] ppid=27956 vsize=19063512 memory=238892 CPUtime=52.62 cores=0,2
/proc/27959/stat : 27959 (java) S 27956 27959 26860 0 -1 4194304 30153 0 0 0 5252 10 0 0 20 0 20 0 37242038 19521036288 59723 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
/proc/27959/statm: 4765878 59723 5488 1 0 554333 0
[pid=27959/tid=27961] ppid=27956 vsize=19063512 memory=238892 CPUtime=50.79 cores=0,2
/proc/27959/task/27961/stat : 27961 (java) R 27956 27959 26860 0 -1 4194368 7881 0 0 0 5076 3 0 0 20 0 20 0 37242039 19521036288 59723 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0

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

/proc/meminfo: memFree=125134008/131249996 swapFree=33010684/33010684
[pid=27959] ppid=27956 vsize=19063512 memory=1989232 CPUtime=3277.46 cores=0,2
/proc/27959/stat : 27959 (java) S 27956 27959 26860 0 -1 4194304 75778 0 0 0 327639 107 0 0 20 0 20 0 37242038 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
/proc/27959/statm: 4765878 497308 5520 1 0 556666 0
[pid=27959/tid=27961] ppid=27956 vsize=19063512 memory=1989232 CPUtime=3270.94 cores=0,2
/proc/27959/task/27961/stat : 27961 (java) R 27956 27959 26860 0 -1 4194368 31124 0 0 0 327077 17 0 0 20 0 20 0 37242039 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27970] ppid=27956 vsize=19063512 memory=-6000919481296184685 CPUtime=0 cores=0,2
/proc/27959/task/27970/stat : 27970 (Finalizer) S 27956 27959 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37242041 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27977] ppid=27956 vsize=19063512 memory=1989232 CPUtime=0 cores=0,2
/proc/27959/task/27977/stat : 27977 (Common-Cleaner) S 27956 27959 26860 0 -1 4194368 1169 0 0 0 0 0 0 0 20 0 20 0 37242042 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27978] ppid=27956 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/27959/task/27978/stat : 27978 (Timer-0) S 27956 27959 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37242067 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
Current children cumulated CPU time: 3277.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1989232 KiB

[startup+3342.3 s]
/proc/loadavg: 2.10 2.81 3.51 3/289 28339
/proc/meminfo: memFree=125134356/131249996 swapFree=33010684/33010684
[pid=27959] ppid=27956 vsize=19063512 memory=1989232 CPUtime=3337.29 cores=0,2
/proc/27959/stat : 27959 (java) S 27956 27959 26860 0 -1 4194304 76536 0 0 0 333621 108 0 0 20 0 20 0 37242038 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
/proc/27959/statm: 4765878 497308 5520 1 0 556666 0
[pid=27959/tid=27961] ppid=27956 vsize=19063512 memory=1989232 CPUtime=3330.75 cores=0,2
/proc/27959/task/27961/stat : 27961 (java) R 27956 27959 26860 0 -1 4194368 31440 0 0 0 333058 17 0 0 20 0 20 0 37242039 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27970] ppid=27956 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/27959/task/27970/stat : 27970 (Finalizer) S 27956 27959 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37242041 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27977] ppid=27956 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/27959/task/27977/stat : 27977 (Common-Cleaner) S 27956 27959 26860 0 -1 4194368 1244 0 0 0 0 0 0 0 20 0 20 0 37242042 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27978] ppid=27956 vsize=19063512 memory=1989232 CPUtime=0 cores=0,2
/proc/27959/task/27978/stat : 27978 (Timer-0) S 27956 27959 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37242067 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
Current children cumulated CPU time: 3337.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1989232 KiB

[startup+3402.3 s]
/proc/loadavg: 2.14 2.69 3.42 3/289 28341
/proc/meminfo: memFree=125134464/131249996 swapFree=33010684/33010684
[pid=27959] ppid=27956 vsize=19063512 memory=1989232 CPUtime=3397.12 cores=0,2
/proc/27959/stat : 27959 (java) S 27956 27959 26860 0 -1 4194304 76812 0 0 0 339603 109 0 0 20 0 20 0 37242038 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
/proc/27959/statm: 4765878 497308 5520 1 0 556667 0
[pid=27959/tid=27961] ppid=27956 vsize=19063512 memory=1989232 CPUtime=3390.56 cores=0,2
/proc/27959/task/27961/stat : 27961 (java) R 27956 27959 26860 0 -1 4194368 31691 0 0 0 339039 17 0 0 20 0 20 0 37242039 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27970] ppid=27956 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/27959/task/27970/stat : 27970 (Finalizer) S 27956 27959 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37242041 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27977] ppid=27956 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/27959/task/27977/stat : 27977 (Common-Cleaner) S 27956 27959 26860 0 -1 4194368 1244 0 0 0 0 0 0 0 20 0 20 0 37242042 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27978] ppid=27956 vsize=19063512 memory=-6000919481296184685 CPUtime=0 cores=0,2
/proc/27959/task/27978/stat : 27978 (Timer-0) S 27956 27959 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37242067 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
Current children cumulated CPU time: 3397.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1989232 KiB

[startup+3462.3 s]
/proc/loadavg: 2.10 2.58 3.33 3/289 28349
/proc/meminfo: memFree=125134928/131249996 swapFree=33010684/33010684
[pid=27959] ppid=27956 vsize=19063512 memory=1989232 CPUtime=3456.95 cores=0,2
/proc/27959/stat : 27959 (java) S 27956 27959 26860 0 -1 4194304 77610 0 0 0 345585 110 0 0 20 0 20 0 37242038 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
/proc/27959/statm: 4765878 497308 5520 1 0 556667 0
[pid=27959/tid=27961] ppid=27956 vsize=19063512 memory=1989232 CPUtime=3450.37 cores=0,2
/proc/27959/task/27961/stat : 27961 (java) R 27956 27959 26860 0 -1 4194368 32243 0 0 0 345020 17 0 0 20 0 20 0 37242039 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27970] ppid=27956 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/27959/task/27970/stat : 27970 (Finalizer) S 27956 27959 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37242041 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27977] ppid=27956 vsize=19063512 memory=-6000919481296184685 CPUtime=0 cores=0,2
/proc/27959/task/27977/stat : 27977 (Common-Cleaner) S 27956 27959 26860 0 -1 4194368 1362 0 0 0 0 0 0 0 20 0 20 0 37242042 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27978] ppid=27956 vsize=19063512 memory=1989232 CPUtime=0 cores=0,2
/proc/27959/task/27978/stat : 27978 (Timer-0) S 27956 27959 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37242067 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
Current children cumulated CPU time: 3456.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1989232 KiB

[startup+3522.3 s]
/proc/loadavg: 2.15 2.50 3.26 3/289 28351
/proc/meminfo: memFree=125135276/131249996 swapFree=33010684/33010684
[pid=27959] ppid=27956 vsize=19063512 memory=1989232 CPUtime=3516.77 cores=0,2
/proc/27959/stat : 27959 (java) S 27956 27959 26860 0 -1 4194304 78411 0 0 0 351566 111 0 0 20 0 20 0 37242038 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
/proc/27959/statm: 4765878 497308 5520 1 0 556667 0
[pid=27959/tid=27961] ppid=27956 vsize=19063512 memory=-6000919481296184685 CPUtime=3510.17 cores=0,2
/proc/27959/task/27961/stat : 27961 (java) R 27956 27959 26860 0 -1 4194368 32903 0 0 0 351000 17 0 0 20 0 20 0 37242039 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27970] ppid=27956 vsize=19063512 memory=1989232 CPUtime=0 cores=0,2
/proc/27959/task/27970/stat : 27970 (Finalizer) S 27956 27959 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37242041 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27977] ppid=27956 vsize=19063512 memory=1989232 CPUtime=0 cores=0,2
/proc/27959/task/27977/stat : 27977 (Common-Cleaner) S 27956 27959 26860 0 -1 4194368 1362 0 0 0 0 0 0 0 20 0 20 0 37242042 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27978] ppid=27956 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/27959/task/27978/stat : 27978 (Timer-0) S 27956 27959 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37242067 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
Current children cumulated CPU time: 3516.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1989232 KiB

[startup+3582.3 s]
/proc/loadavg: 2.17 2.44 3.19 3/265 28364
/proc/meminfo: memFree=127122284/131249996 swapFree=33010684/33010684
[pid=27959] ppid=27956 vsize=19063512 memory=1989232 CPUtime=3576.6 cores=0,2
/proc/27959/stat : 27959 (java) S 27956 27959 26860 0 -1 4194304 78775 0 0 0 357548 112 0 0 20 0 20 0 37242038 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
/proc/27959/statm: 4765878 497308 5520 1 0 556668 0
[pid=27959/tid=27961] ppid=27956 vsize=19063512 memory=5632 CPUtime=3569.99 cores=0,2
/proc/27959/task/27961/stat : 27961 (java) R 27956 27959 26860 0 -1 4194368 33185 0 0 0 356981 18 0 0 20 0 20 0 37242039 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27970] ppid=27956 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/27959/task/27970/stat : 27970 (Finalizer) S 27956 27959 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37242041 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27977] ppid=27956 vsize=19063512 memory=1989232 CPUtime=0 cores=0,2
/proc/27959/task/27977/stat : 27977 (Common-Cleaner) S 27956 27959 26860 0 -1 4194368 1437 0 0 0 0 0 0 0 20 0 20 0 37242042 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27978] ppid=27956 vsize=19063512 memory=1989232 CPUtime=0 cores=0,2
/proc/27959/task/27978/stat : 27978 (Timer-0) S 27956 27959 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37242067 19521036288 497308 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
Current children cumulated CPU time: 3576.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1989232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.7 s]
/proc/loadavg: 1.77 2.32 3.13 2/263 28387
/proc/meminfo: memFree=127034084/131249996 swapFree=33010684/33010684
[pid=27959] ppid=27956 vsize=19063512 memory=2093764 CPUtime=3600.03 cores=0,2
/proc/27959/stat : 27959 (java) S 27956 27959 26860 0 -1 4194304 79448 0 0 0 359888 115 0 0 20 0 20 0 37242038 19521036288 523441 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
/proc/27959/statm: 4765878 523441 5520 1 0 556668 0
[pid=27959/tid=27961] ppid=27956 vsize=19063512 memory=14384 CPUtime=3593.24 cores=0,2
/proc/27959/task/27961/stat : 27961 (java) R 27956 27959 26860 0 -1 4194368 33307 0 0 0 359306 18 0 0 20 0 20 0 37242039 19521036288 523441 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27970] ppid=27956 vsize=19063512 memory=1999488 CPUtime=0 cores=0,2
/proc/27959/task/27970/stat : 27970 (Finalizer) S 27956 27959 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37242041 19521036288 523441 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27977] ppid=27956 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/27959/task/27977/stat : 27977 (Common-Cleaner) S 27956 27959 26860 0 -1 4194368 1437 0 0 0 0 0 0 0 20 0 20 0 37242042 19521036288 523441 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27978] ppid=27956 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/27959/task/27978/stat : 27978 (Timer-0) S 27956 27959 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37242067 19521036288 523441 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2093764 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599 s, system=1.17168 s

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

[startup+3605.7 s]
/proc/loadavg: 1.77 2.32 3.13 2/263 28387
/proc/meminfo: memFree=127034084/131249996 swapFree=33010684/33010684
[pid=27959] ppid=27956 vsize=19063512 memory=2093764 CPUtime=3600.03 cores=0,2
/proc/27959/stat : 27959 (java) S 27956 27959 26860 0 -1 4194304 79448 0 0 0 359888 115 0 0 20 0 20 0 37242038 19521036288 523441 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
/proc/27959/statm: 4765878 523441 5520 1 0 556668 0
[pid=27959/tid=27961] ppid=27956 vsize=19063512 memory=14384 CPUtime=3593.24 cores=0,2
/proc/27959/task/27961/stat : 27961 (java) R 27956 27959 26860 0 -1 4194368 33307 0 0 0 359306 18 0 0 20 0 20 0 37242039 19521036288 523441 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27970] ppid=27956 vsize=19063512 memory=1999488 CPUtime=0 cores=0,2
/proc/27959/task/27970/stat : 27970 (Finalizer) S 27956 27959 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37242041 19521036288 523441 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27977] ppid=27956 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/27959/task/27977/stat : 27977 (Common-Cleaner) S 27956 27959 26860 0 -1 4194368 1437 0 0 0 0 0 0 0 20 0 20 0 37242042 19521036288 523441 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
[pid=27959/tid=27978] ppid=27956 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/27959/task/27978/stat : 27978 (Timer-0) S 27956 27959 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37242067 19521036288 523441 18446744073709551615 94382160650240 94382160653936 140732309884624 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94382160661752 94382160662544 94382173560832 140732309887361 140732309887462 140732309887462 140732309893064 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2093764 KiB

Child status: 143

Real time (s): 3605.8
CPU time (s): 3600.17
CPU user time (s): 3599
CPU system time (s): 1.17168
CPU usage (%): 99.8439
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2093764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599
system time used= 1.17168
maximum resident set size= 2094532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81641
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103223
involuntary context switches= 8864


# summary of solver processes directly reported to runsolver:
#   pid: 27959
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3599
#   total CPU system time (s): 1.17168

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.55369 second user time and 16.7435 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 18:47:23
IDJOB=4513302
IDBENCH=162316
IDSOLVER=3363
FILE ID=nodeC022/4513302-1751215643
RUNJOBID= nodeC022-1751208407-26870
SLURM_JOB_ID= 9587640
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size144-round23-6.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513302-1751215643/watcher-4513302-1751215643 -o /tmp/evaluation-result-4513302-1751215643/solver-4513302-1751215643 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751208407-26870 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4513302-1751215643.opb

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

MD5SUM BENCH= 9b7b034b4cb564ce8c6d87bc02f32c31
RANDOM SEED=935828599

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125301628 kB
MemAvailable:   125957476 kB
Buffers:            3280 kB
Cached:          1460468 kB
SwapCached:            0 kB
Active:          4148576 kB
Inactive:        1212108 kB
Active(anon):    3914996 kB
Inactive(anon):        0 kB
Active(file):     233580 kB
Inactive(file):  1212108 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2872 kB
Writeback:             8 kB
AnonPages:       3899980 kB
Mapped:           122280 kB
Shmem:             18060 kB
KReclaimable:      98396 kB
Slab:             185296 kB
SReclaimable:      98396 kB
SUnreclaim:        86900 kB
KernelStack:        5200 kB
PageTables:        11340 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7075628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3686400 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433064 MiB
End job on nodeC022 at 2025-06-29 19:47:29