Trace number 4513122

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

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size112-round23-6.opb
MD5SUMc9436c9260c5d2d4def6ae640460810c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2263.43
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 constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	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.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4513122-1751212014.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c  no objective function found
0.30/0.30	c ... done. Wall clock time 0.162s.
0.30/0.30	c declared #vars     4288
0.30/0.30	c #constraints  10784
0.30/0.30	c constraints type 
0.30/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
0.30/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.30/0.31	c org.sat4j.specs.Constr$1 => 888
0.30/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
0.30/0.31	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
0.30/0.31	c 10784 constraints processed.
1.86/1.09	c cleaning 2497 clauses out of 5000 with flag 16865/5002
2.84/1.57	c cleaning 4211 clauses out of 8502 with flag 38636/11001
3.65/2.07	c cleaning 5628 clauses out of 11290 with flag 68000/18000
4.34/2.63	c cleaning 6815 clauses out of 13663 with flag 99619/26001
4.94/3.28	c cleaning 7897 clauses out of 15847 with flag 138537/35000
5.64/4.00	c cleaning 8967 clauses out of 17950 with flag 183332/45000
6.54/4.85	c cleaning 9955 clauses out of 19984 with flag 234777/56001
7.45/5.76	c cleaning 11007 clauses out of 22028 with flag 292041/68000
8.45/6.72	c cleaning 11998 clauses out of 24021 with flag 358156/81000
9.55/7.83	c cleaning 12984 clauses out of 26024 with flag 430958/95001
10.65/8.93	c cleaning 13966 clauses out of 28039 with flag 510995/110000
11.86/10.18	c cleaning 15018 clauses out of 30073 with flag 600081/126000
13.18/11.49	c cleaning 15945 clauses out of 32055 with flag 693407/143000
14.70/12.94	c cleaning 17046 clauses out of 34110 with flag 795592/161000
16.39/14.62	c cleaning 17989 clauses out of 36064 with flag 897644/180000
18.09/16.39	c cleaning 19015 clauses out of 38075 with flag 1012725/200000
19.98/18.29	c cleaning 20016 clauses out of 40061 with flag 1133224/221001
21.98/20.25	c cleaning 20997 clauses out of 42044 with flag 1260758/243000
24.07/22.36	c cleaning 22011 clauses out of 44047 with flag 1396630/266000
26.37/24.62	c cleaning 22991 clauses out of 46037 with flag 1533153/290001
28.76/27.01	c cleaning 24011 clauses out of 48045 with flag 1679794/315000
31.15/29.47	c cleaning 25009 clauses out of 50035 with flag 1839253/341001
33.97/32.20	c cleaning 25976 clauses out of 52025 with flag 1999325/368000
36.77/35.10	c cleaning 27008 clauses out of 54050 with flag 2168963/396001
39.86/38.15	c cleaning 27964 clauses out of 56042 with flag 2343547/425001
43.16/41.41	c cleaning 28977 clauses out of 58079 with flag 2523341/455002
46.69/44.92	c cleaning 30007 clauses out of 60100 with flag 2712605/486000
50.27/48.53	c cleaning 31023 clauses out of 62094 with flag 2906726/518001
53.97/52.28	c cleaning 32023 clauses out of 64071 with flag 3109049/551001
57.96/56.24	c cleaning 33011 clauses out of 66047 with flag 3318566/585000
62.19/60.40	c cleaning 33983 clauses out of 68036 with flag 3534653/620000
66.38/64.64	c cleaning 35005 clauses out of 70054 with flag 3753142/656001
70.97/69.21	c cleaning 35991 clauses out of 72048 with flag 3983004/693000
75.66/73.96	c cleaning 37000 clauses out of 74057 with flag 4218599/731000
80.68/78.96	c cleaning 38016 clauses out of 76057 with flag 4458441/770000
85.77/84.02	c cleaning 38983 clauses out of 78041 with flag 4712071/810000
91.15/89.44	c cleaning 40017 clauses out of 80058 with flag 4966756/851000
96.67/95.00	c cleaning 40989 clauses out of 82041 with flag 5227492/893000
102.36/100.70	c cleaning 42008 clauses out of 84053 with flag 5495420/936001
108.34/106.61	c cleaning 43012 clauses out of 86044 with flag 5770391/980000
114.66/112.92	c cleaning 43985 clauses out of 88032 with flag 6050530/1025000
121.05/119.30	c cleaning 45014 clauses out of 90047 with flag 6337919/1071000
127.63/125.96	c cleaning 45977 clauses out of 92033 with flag 6631516/1118000
134.63/132.90	c cleaning 47005 clauses out of 94056 with flag 6927926/1166000
141.72/140.03	c cleaning 47978 clauses out of 96052 with flag 7232105/1215001
148.99/147.38	c cleaning 49026 clauses out of 98073 with flag 7548530/1265000
156.71/155.04	c cleaning 50001 clauses out of 100047 with flag 7865297/1316000
164.59/162.91	c cleaning 50959 clauses out of 102046 with flag 8192168/1368000
172.73/171.04	c cleaning 52033 clauses out of 104087 with flag 8520382/1421000
181.00/179.38	c cleaning 53002 clauses out of 106054 with flag 8855434/1475000
189.68/188.06	c cleaning 54007 clauses out of 108052 with flag 9194511/1530000
198.69/197.06	c cleaning 54995 clauses out of 110046 with flag 9542671/1586001
207.76/206.19	c cleaning 55988 clauses out of 112050 with flag 9897288/1643000
217.18/215.59	c cleaning 57022 clauses out of 114062 with flag 10252525/1701000
226.95/225.39	c cleaning 58006 clauses out of 116041 with flag 10616686/1760001
237.03/235.43	c cleaning 59006 clauses out of 118034 with flag 10984719/1820000
247.55/245.96	c cleaning 59998 clauses out of 120028 with flag 11366094/1881000
258.09/256.51	c cleaning 60965 clauses out of 122030 with flag 11747597/1943000
268.86/267.33	c cleaning 62026 clauses out of 124065 with flag 12138639/2006000
280.04/278.56	c cleaning 62978 clauses out of 126041 with flag 12536653/2070002
291.75/290.21	c cleaning 64012 clauses out of 128061 with flag 12945881/2135000
303.63/302.10	c cleaning 65013 clauses out of 130050 with flag 13359632/2201001
315.69/314.20	c cleaning 65969 clauses out of 132038 with flag 13772651/2268002
328.36/326.96	c cleaning 67014 clauses out of 134070 with flag 14190994/2336003
341.03/339.66	c cleaning 68006 clauses out of 136055 with flag 14618181/2405002
354.34/352.92	c cleaning 68994 clauses out of 138047 with flag 15057169/2475000
367.91/366.56	c cleaning 70016 clauses out of 140053 with flag 15496009/2546000
381.67/380.34	c cleaning 71014 clauses out of 142038 with flag 15946349/2618001
395.84/394.55	c cleaning 71962 clauses out of 144025 with flag 16399944/2691002
410.68/409.30	c cleaning 73021 clauses out of 146061 with flag 16860825/2765000
425.15/423.84	c cleaning 73992 clauses out of 148040 with flag 17326153/2840000
440.42/439.16	c cleaning 74982 clauses out of 150049 with flag 17798602/2916001
456.07/454.89	c cleaning 75985 clauses out of 152066 with flag 18276603/2993000
472.03/470.82	c cleaning 76997 clauses out of 154083 with flag 18764143/3071002
488.54/487.38	c cleaning 78023 clauses out of 156084 with flag 19256029/3150000
505.00/503.88	c cleaning 78986 clauses out of 158061 with flag 19749420/3230000
522.36/521.28	c cleaning 79992 clauses out of 160076 with flag 20250965/3311001
540.02/538.93	c cleaning 80993 clauses out of 162084 with flag 20764038/3393001
557.78/556.74	c cleaning 82029 clauses out of 164091 with flag 21275274/3476001
576.03/575.06	c cleaning 83010 clauses out of 166061 with flag 21793403/3560000
595.04/594.04	c cleaning 84018 clauses out of 168052 with flag 22317766/3645001
613.69/612.78	c cleaning 84931 clauses out of 170035 with flag 22850049/3731002
633.14/632.21	c cleaning 86039 clauses out of 172102 with flag 23389812/3818000
652.79/651.91	c cleaning 87009 clauses out of 174063 with flag 23933653/3906000
673.05/672.24	c cleaning 88012 clauses out of 176054 with flag 24479298/3995000
693.99/693.26	c cleaning 89014 clauses out of 178042 with flag 25035104/4085000
715.41/714.69	c cleaning 89968 clauses out of 180028 with flag 25594800/4176000
736.77/736.09	c cleaning 91017 clauses out of 182060 with flag 26161018/4268000
758.61/758.00	c cleaning 91999 clauses out of 184044 with flag 26737789/4361001
780.76/780.10	c cleaning 92967 clauses out of 186044 with flag 27314477/4455000
803.51/802.99	c cleaning 94026 clauses out of 188078 with flag 27897514/4550001
826.85/826.34	c cleaning 94999 clauses out of 190055 with flag 28486283/4646004
850.30/849.89	c cleaning 95992 clauses out of 192052 with flag 29084070/4743000
875.10/874.61	c cleaning 97004 clauses out of 194060 with flag 29685454/4841000
899.63/899.21	c cleaning 98005 clauses out of 196056 with flag 30290216/4940000
924.88/924.52	c cleaning 99001 clauses out of 198052 with flag 30902543/5040001
951.01/950.79	c cleaning 100002 clauses out of 200051 with flag 31519581/5141001
977.35/977.12	c cleaning 100976 clauses out of 202048 with flag 32150409/5243000
1004.49/1004.34	c cleaning 101958 clauses out of 204073 with flag 32783112/5346001
1031.71/1031.63	c cleaning 103015 clauses out of 206116 with flag 33415842/5450002
1059.64/1059.65	c cleaning 104050 clauses out of 208100 with flag 34058788/5555001
1087.96/1087.94	c cleaning 105014 clauses out of 210050 with flag 34706440/5661001
1116.59/1116.61	c cleaning 105958 clauses out of 212035 with flag 35364376/5768000
1146.22/1146.30	c cleaning 107003 clauses out of 214077 with flag 36020513/5876000
1175.55/1175.75	c cleaning 108006 clauses out of 216077 with flag 36682385/5985003
1205.97/1206.22	c cleaning 108977 clauses out of 218069 with flag 37349184/6095001
1237.20/1237.51	c cleaning 110010 clauses out of 220091 with flag 38018964/6206000
1268.62/1269.00	c cleaning 111042 clauses out of 222083 with flag 38698638/6318002
1300.44/1300.80	c cleaning 111979 clauses out of 224039 with flag 39383172/6431000
1332.57/1333.04	c cleaning 112942 clauses out of 226060 with flag 40069686/6545000
1365.58/1366.15	c cleaning 114001 clauses out of 228118 with flag 40767033/6660000
1399.41/1400.01	c cleaning 115034 clauses out of 230117 with flag 41467993/6776000
1433.32/1434.01	c cleaning 116029 clauses out of 232083 with flag 42170299/6893000
1468.60/1468.96	c cleaning 116992 clauses out of 234054 with flag 42886841/7011000
1503.42/1503.87	c cleaning 118017 clauses out of 236062 with flag 43601377/7130000
1538.54/1539.03	c cleaning 119011 clauses out of 238045 with flag 44324105/7250000
1574.95/1575.50	c cleaning 119994 clauses out of 240034 with flag 45053972/7371000
1611.67/1612.39	c cleaning 121012 clauses out of 242041 with flag 45793459/7493001
1648.98/1649.71	c cleaning 121983 clauses out of 244029 with flag 46529670/7616001
1686.23/1687.09	c cleaning 123003 clauses out of 246046 with flag 47281522/7740001
1724.25/1725.12	c cleaning 123994 clauses out of 248043 with flag 48032421/7865001
1763.54/1764.51	c cleaning 125005 clauses out of 250048 with flag 48795019/7991000
1802.82/1803.93	c cleaning 125974 clauses out of 252043 with flag 49566903/8118000
1842.83/1844.07	c cleaning 126988 clauses out of 254069 with flag 50335815/8246000
1883.41/1884.77	c cleaning 128035 clauses out of 256081 with flag 51121801/8375000
1924.90/1926.37	c cleaning 128955 clauses out of 258049 with flag 51903387/8505003
1967.28/1968.85	c cleaning 129996 clauses out of 260091 with flag 52691392/8636000
2009.69/2011.28	c cleaning 131015 clauses out of 262096 with flag 53487353/8768001
2052.88/2054.54	c cleaning 131993 clauses out of 264081 with flag 54292759/8901001
2096.68/2098.45	c cleaning 133010 clauses out of 266087 with flag 55105338/9035000
2140.67/2142.59	c cleaning 134040 clauses out of 268079 with flag 55918835/9170002
2185.66/2187.69	c cleaning 134973 clauses out of 270037 with flag 56733010/9306000
2230.85/2232.98	c cleaning 136016 clauses out of 272064 with flag 57553386/9443000
2277.65/2279.81	c cleaning 137008 clauses out of 274048 with flag 58373927/9581000
2323.94/2326.11	c cleaning 138000 clauses out of 276040 with flag 59212617/9720000
2371.22/2373.57	c cleaning 139020 clauses out of 278041 with flag 60048881/9860001
2418.61/2421.02	c cleaning 139991 clauses out of 280020 with flag 60893808/10001000
2467.39/2469.94	c cleaning 141003 clauses out of 282030 with flag 61735812/10143001
2516.77/2519.44	c cleaning 141961 clauses out of 284027 with flag 62588671/10286001
2566.26/2569.06	c cleaning 143018 clauses out of 286066 with flag 63447623/10430001
2617.14/2620.02	c cleaning 143964 clauses out of 288047 with flag 64317072/10575000
2668.17/2671.19	c cleaning 145024 clauses out of 290083 with flag 65189917/10721000
2720.14/2723.21	c cleaning 145983 clauses out of 292060 with flag 66066009/10868001
2773.31/2776.56	c cleaning 147015 clauses out of 294076 with flag 66945350/11016000
2826.39/2829.78	c cleaning 148012 clauses out of 296061 with flag 67842168/11165000
2879.36/2882.89	c cleaning 149009 clauses out of 298049 with flag 68732561/11315000
2934.33/2937.95	c cleaning 149991 clauses out of 300040 with flag 69639575/11466000
2989.41/2993.06	c cleaning 151010 clauses out of 302049 with flag 70549448/11618000
3045.27/3049.00	c cleaning 152001 clauses out of 304039 with flag 71460848/11771000
3102.04/3105.98	c cleaning 153001 clauses out of 306038 with flag 72377526/11925000
3159.60/3163.64	c cleaning 153970 clauses out of 308038 with flag 73302539/12080001
3217.06/3221.22	c cleaning 155004 clauses out of 310067 with flag 74237306/12236000
3275.81/3280.17	c cleaning 155969 clauses out of 312064 with flag 75175525/12393001
3335.14/3339.65	c cleaning 156972 clauses out of 314094 with flag 76115305/12551000
3396.22/3400.73	c cleaning 158000 clauses out of 316123 with flag 77062630/12710001
3457.28/3461.90	c cleaning 159035 clauses out of 318122 with flag 78018208/12870000
3518.73/3523.58	c cleaning 160020 clauses out of 320088 with flag 78984949/13031001
3581.88/3586.83	c cleaning 161007 clauses out of 322067 with flag 79946998/13193000
3600.04/3605.02	c starts		: 104466
3600.04/3605.02	c timeout
3600.04/3605.02	c conflicts		: 13251685
3600.04/3605.02	c decisions		: 121921234
3600.04/3605.02	c propagations		: 1762686893
3600.04/3605.02	c inspects		: 37571620732
3600.04/3605.02	c shortcuts		: 0
3600.04/3605.02	c learnt literals	: 2
3600.04/3605.02	c learnt binary clauses	: 48
3600.04/3605.02	c learnt ternary clauses	: 758
3600.04/3605.02	c learnt constraints	: 13251683
3600.04/3605.02	c ignored constraints	: 0
3600.04/3605.02	c root simplifications	: 0
3600.04/3605.02	c removed literals (reason simplification)	: 11174898
3600.04/3605.02	c reason swapping (by a shorter reason)	: 0
3600.04/3605.02	c Calls to reduceDB	: 158
3600.04/3605.02	c Number of update (reduction) of LBD	: 2801557
3600.04/3605.02	c Imported unit clauses	: 0
3600.04/3605.02	c No decision after first conflict	: false
3600.04/3605.02	c number of reductions to clauses (during analyze)	: 0
3600.04/3605.02	c number of learned constraints concerned by reduction	: 0
3600.04/3605.03	c number of learning phase by resolution	: 0
3600.04/3605.03	c number of learning phase by cutting planes	: 0
3600.04/3605.03	c number of rounding to 1 operations	: 0
3600.04/3605.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3605.03	c number of reductions of the coefficients by power 2 	: 0
3600.04/3605.03	c number of right shift for reduction by power 2 	: 0
3600.04/3605.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3605.03	c number of ending skipping 	: 0
3600.04/3605.03	c number of internal skipping 	: 0
3600.04/3605.03	c number of derivation steps 	: 0
3600.04/3605.03	c number of skipped derivation steps 	: 0
3600.04/3605.03	c number of remaining unassigned 	: 0
3600.04/3605.03	c number of remaining assigned 	: 0
3600.04/3605.03	c number of falsified literals weakened from reason	: 0
3600.04/3605.03	c number of falsified literals weakened from conflict	: 0
3600.04/3605.03	c time for arithmetic operations	: 0
3600.04/3605.03	c minimum degree of deleted constraints	: null
3600.04/3605.03	c maximum degree of deleted constraints	: null
3600.04/3605.03	c number of deleted constraints	: 0
3600.04/3605.03	c speed (assignments/second)	: 488994.8006985295
3600.04/3605.03	c non guided choices	: 51208
3600.04/3605.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 219697
3600.04/3605.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 48
3600.04/3605.09	s UNKNOWN
3600.04/3605.09	c Total wall clock time (in seconds): 3604.949

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513122-1751212014/watcher-4513122-1751212014 -o /tmp/evaluation-result-4513122-1751212014/solver-4513122-1751212014 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751208407-26870 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4513122-1751212014.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
Current StackSize limit: 8192 KiB

solver pid=27439, runsolver pid=27436

[startup+0.100061 s]*
/proc/loadavg: 4.08 4.09 4.03 7/336 27457
/proc/meminfo: memFree=127265696/131249996 swapFree=33010684/33010684
[pid=27439] ppid=27436 vsize=18930384 memory=53300 CPUtime=0.11 cores=0,2
/proc/27439/stat : 27439 (java) S 27436 27439 26860 0 -1 4194304 6489 0 0 0 9 2 0 0 20 0 18 0 36879171 19384713216 13325 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
/proc/27439/statm: 4732596 13325 5331 1 0 547569 0
[pid=27439/tid=27441] ppid=27436 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=0,2
/proc/27439/task/27441/stat : 27441 (java) R 27436 27439 26860 0 -1 4194368 4999 0 0 0 5 1 0 0 20 0 18 0 36879173 19384713216 13325 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27450] ppid=27436 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/27439/task/27450/stat : 27450 (Finalizer) S 27436 27439 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36879175 19384713216 13325 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27457] ppid=27436 vsize=18930384 memory=60684515966010 CPUtime=0 cores=0,2
/proc/27439/task/27457/stat : 27457 (Common-Cleaner) S 27436 27439 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36879175 19384713216 13325 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53300 KiB

[startup+0.205619 s]*
/proc/loadavg: 4.08 4.09 4.03 8/336 27457
/proc/meminfo: memFree=127247044/131249996 swapFree=33010684/33010684
[pid=27439] ppid=27436 vsize=18930384 memory=66000 CPUtime=0.3 cores=0,2
/proc/27439/stat : 27439 (java) S 27436 27439 26860 0 -1 4194304 7001 0 0 0 28 2 0 0 20 0 18 0 36879171 19384713216 16500 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
/proc/27439/statm: 4732596 16500 5427 1 0 547887 0
[pid=27439/tid=27441] ppid=27436 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=0,2
/proc/27439/task/27441/stat : 27441 (java) R 27436 27439 26860 0 -1 4194368 5263 0 0 0 15 1 0 0 20 0 18 0 36879173 19384713216 16500 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27450] ppid=27436 vsize=18930384 memory=16880 CPUtime=0 cores=0,2
/proc/27439/task/27450/stat : 27450 (Finalizer) S 27436 27439 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36879175 19384713216 16500 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27457] ppid=27436 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/27439/task/27457/stat : 27457 (Common-Cleaner) S 27436 27439 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36879175 19384713216 16500 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66000 KiB

[startup+0.305617 s]*
/proc/loadavg: 4.08 4.09 4.03 8/336 27457
/proc/meminfo: memFree=127219948/131249996 swapFree=33010684/33010684
[pid=27439] ppid=27436 vsize=18930384 memory=95216 CPUtime=0.5 cores=0,2
/proc/27439/stat : 27439 (java) S 27436 27439 26860 0 -1 4194304 8647 0 0 0 47 3 0 0 20 0 18 0 36879171 19384713216 23804 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
/proc/27439/statm: 4732596 23804 5427 1 0 549017 0
[pid=27439/tid=27441] ppid=27436 vsize=18930384 memory=-6000919481330066797 CPUtime=0.23 cores=0,2
/proc/27439/task/27441/stat : 27441 (java) R 27436 27439 26860 0 -1 4194368 5318 0 0 0 21 2 0 0 20 0 18 0 36879173 19384713216 23804 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27450] ppid=27436 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/27439/task/27450/stat : 27450 (Finalizer) S 27436 27439 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36879175 19384713216 23804 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27457] ppid=27436 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/27439/task/27457/stat : 27457 (Common-Cleaner) S 27436 27439 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36879175 19384713216 24347 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 95216 KiB

[startup+0.700226 s]
/proc/loadavg: 4.08 4.09 4.03 7/337 27458
/proc/meminfo: memFree=127191912/131249996 swapFree=33010684/33010684
[pid=27439] ppid=27436 vsize=18996948 memory=115072 CPUtime=1.26 cores=0,2
/proc/27439/stat : 27439 (java) S 27436 27439 26860 0 -1 4194304 14831 0 0 0 122 4 0 0 20 0 19 0 36879171 19452874752 28768 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
/proc/27439/statm: 4749237 28768 5427 1 0 553600 0
[pid=27439/tid=27441] ppid=27436 vsize=18996948 memory=17408 CPUtime=0.6 cores=0,2
/proc/27439/task/27441/stat : 27441 (java) R 27436 27439 26860 0 -1 4194368 5346 0 0 0 58 2 0 0 20 0 19 0 36879173 19452874752 28768 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27450] ppid=27436 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/27439/task/27450/stat : 27450 (Finalizer) S 27436 27439 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36879175 19452874752 28768 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27457] ppid=27436 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/27439/task/27457/stat : 27457 (Common-Cleaner) S 27436 27439 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36879175 19452874752 28768 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27458] ppid=27436 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/27439/task/27458/stat : 27458 (Timer-0) S 27436 27439 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36879203 19452874752 28768 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 115072 KiB

[startup+1.50022 s]
/proc/loadavg: 4.08 4.09 4.03 6/337 27458
/proc/meminfo: memFree=127171812/131249996 swapFree=33010684/33010684
[pid=27439] ppid=27436 vsize=18996948 memory=123400 CPUtime=2.84 cores=0,2
/proc/27439/stat : 27439 (java) S 27436 27439 26860 0 -1 4194304 21325 0 0 0 279 5 0 0 20 0 19 0 36879171 19452874752 30850 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
/proc/27439/statm: 4749237 30850 5459 1 0 553948 0
[pid=27439/tid=27441] ppid=27436 vsize=18996948 memory=0 CPUtime=1.37 cores=0,2
/proc/27439/task/27441/stat : 27441 (java) R 27436 27439 26860 0 -1 4194368 5530 0 0 0 135 2 0 0 20 0 19 0 36879173 19452874752 30850 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27450] ppid=27436 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/27439/task/27450/stat : 27450 (Finalizer) S 27436 27439 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36879175 19452874752 30850 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27457] ppid=27436 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/27439/task/27457/stat : 27457 (Common-Cleaner) S 27436 27439 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36879175 19452874752 30850 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27458] ppid=27436 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/27439/task/27458/stat : 27458 (Timer-0) S 27436 27439 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36879203 19452874752 30850 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 123400 KiB

[startup+3.10546 s]
/proc/loadavg: 4.16 4.11 4.04 5/337 27458
/proc/meminfo: memFree=127127200/131249996 swapFree=33010684/33010684
[pid=27439] ppid=27436 vsize=18996948 memory=140432 CPUtime=4.85 cores=0,2
/proc/27439/stat : 27439 (java) S 27436 27439 26860 0 -1 4194304 23253 0 0 0 480 5 0 0 20 0 19 0 36879171 19452874752 35108 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
/proc/27439/statm: 4749237 35108 5459 1 0 554045 0
[pid=27439/tid=27441] ppid=27436 vsize=18996948 memory=10752 CPUtime=2.97 cores=0,2
/proc/27439/task/27441/stat : 27441 (java) R 27436 27439 26860 0 -1 4194368 5975 0 0 0 295 2 0 0 20 0 19 0 36879173 19452874752 35108 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27450] ppid=27436 vsize=18996948 memory=-6000919481330066797 CPUtime=0 cores=0,2
/proc/27439/task/27450/stat : 27450 (Finalizer) S 27436 27439 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36879175 19452874752 35108 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27457] ppid=27436 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/27439/task/27457/stat : 27457 (Common-Cleaner) S 27436 27439 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36879175 19452874752 35108 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27458] ppid=27436 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/27439/task/27458/stat : 27458 (Timer-0) S 27436 27439 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36879203 19452874752 35108 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
Current children cumulated CPU time: 4.85 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 140432 KiB

[startup+6.30022 s]
/proc/loadavg: 4.16 4.11 4.04 5/337 27458
/proc/meminfo: memFree=127061768/131249996 swapFree=33010684/33010684
[pid=27439] ppid=27436 vsize=18996948 memory=163812 CPUtime=8.05 cores=0,2
/proc/27439/stat : 27439 (java) S 27436 27439 26860 0 -1 4194304 23416 0 0 0 799 6 0 0 20 0 19 0 36879171 19452874752 40953 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
/proc/27439/statm: 4749237 40953 5491 1 0 554045 0
[pid=27439/tid=27441] ppid=27436 vsize=18996948 memory=0 CPUtime=6.16 cores=0,2
/proc/27439/task/27441/stat : 27441 (java) R 27436 27439 26860 0 -1 4194368 6097 0 0 0 613 3 0 0 20 0 19 0 36879173 19452874752 40953 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27450] ppid=27436 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/27439/task/27450/stat : 27450 (Finalizer) S 27436 27439 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36879175 19452874752 40953 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27457] ppid=27436 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/27439/task/27457/stat : 27457 (Common-Cleaner) S 27436 27439 26860 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36879175 19452874752 40953 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27458] ppid=27436 vsize=18996948 memory=125460 CPUtime=0 cores=0,2
/proc/27439/task/27458/stat : 27458 (Timer-0) S 27436 27439 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36879203 19452874752 40953 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
Current children cumulated CPU time: 8.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 163812 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.12 4.04 5/340 27461
/proc/meminfo: memFree=126988048/131249996 swapFree=33010684/33010684
[pid=27439] ppid=27436 vsize=19063512 memory=180592 CPUtime=14.5 cores=0,2
/proc/27439/stat : 27439 (java) S 27436 27439 26860 0 -1 4194304 27382 0 0 0 1443 7 0 0 20 0 20 0 36879171 19521036288 45148 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
/proc/27439/statm: 4765878 45148 5491 1 0 554334 0
[pid=27439/tid=27441] ppid=27436 vsize=19063512 memory=125460 CPUtime=12.52 cores=0,2
/proc/27439/task/27441/stat : 27441 (java) R 27436 27439 26860 0 -1 4194368 6694 0 0 0 1249 3 0 0 20 0 20 0 36879173 19521036288 45148 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27450] ppid=27436 vsize=19063512 memory=180592 CPUtime=0 cores=0,2
/proc/27439/task/27450/stat : 27450 (Finalizer) S 27436 27439 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 45148 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27457] ppid=27436 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/27439/task/27457/stat : 27457 (Common-Cleaner) S 27436 27439 26860 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 45148 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27458] ppid=27436 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/27439/task/27458/stat : 27458 (Timer-0) S 27436 27439 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36879203 19521036288 45148 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
Current children cumulated CPU time: 14.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180592 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.12 4.04 5/339 27461
/proc/meminfo: memFree=126963480/131249996 swapFree=33010684/33010684
[pid=27439] ppid=27436 vsize=19063512 memory=186836 CPUtime=27.26 cores=0,2
/proc/27439/stat : 27439 (java) S 27436 27439 26860 0 -1 4194304 30111 0 0 0 2719 7 0 0 20 0 20 0 36879171 19521036288 46709 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
/proc/27439/statm: 4765878 46709 5491 1 0 554334 0
[pid=27439/tid=27441] ppid=27436 vsize=19063512 memory=-6000919481330066797 CPUtime=25.27 cores=0,2
/proc/27439/task/27441/stat : 27441 (java) R 27436 27439 26860 0 -1 4194368 7710 0 0 0 2524 3 0 0 20 0 20 0 36879173 19521036288 46709 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27450] ppid=27436 vsize=19063512 memory=186836 CPUtime=0 cores=0,2
/proc/27439/task/27450/stat : 27450 (Finalizer) S 27436 27439 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 46709 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27457] ppid=27436 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/27439/task/27457/stat : 27457 (Common-Cleaner) S 27436 27439 26860 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 46709 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27458] ppid=27436 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/27439/task/27458/stat : 27458 (Timer-0) S 27436 27439 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36879203 19521036288 46709 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
Current children cumulated CPU time: 27.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186836 KiB

[startup+51.1056 s]
/proc/loadavg: 4.11 4.11 4.04 5/339 27461
/proc/meminfo: memFree=126856756/131249996 swapFree=33010684/33010684
[pid=27439] ppid=27436 vsize=19063512 memory=252556 CPUtime=52.88 cores=0,2
/proc/27439/stat : 27439 (java) S 27436 27439 26860 0 -1 4194304 31417 0 0 0 5278 10 0 0 20 0 20 0 36879171 19521036288 63139 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
/proc/27439/statm: 4765878 63139 5491 1 0 554334 0
[pid=27439/tid=27441] ppid=27436 vsize=19063512 memory=213636 CPUtime=50.74 cores=0,2
/proc/27439/task/27441/stat : 27441 (java) R 27436 27439 26860 0 -1 4194368 7915 0 0 0 5071 3 0 0 20 0 20 0 36879173 19521036288 63139 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27450] ppid=27436 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/27439/task/27450/stat : 27450 (Finalizer) S 27436 27439 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 63139 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0

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

/proc/meminfo: memFree=121785632/131249996 swapFree=33010684/33010684
[pid=27439] ppid=27436 vsize=19063512 memory=2037140 CPUtime=3218.16 cores=0,2
/proc/27439/stat : 27439 (java) S 27436 27439 26860 0 -1 4194304 77734 0 0 0 321715 101 0 0 20 0 20 0 36879171 19521036288 509285 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
/proc/27439/statm: 4765878 509285 5491 1 0 557616 0
[pid=27439/tid=27441] ppid=27436 vsize=19063512 memory=2037140 CPUtime=3211.33 cores=0,2
/proc/27439/task/27441/stat : 27441 (java) R 27436 27439 26860 0 -1 4194368 31801 0 0 0 321120 13 0 0 20 0 20 0 36879173 19521036288 509285 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27450] ppid=27436 vsize=19063512 memory=2037140 CPUtime=0 cores=0,2
/proc/27439/task/27450/stat : 27450 (Finalizer) S 27436 27439 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 509285 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27457] ppid=27436 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/27439/task/27457/stat : 27457 (Common-Cleaner) S 27436 27439 26860 0 -1 4194368 1027 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 509285 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27458] ppid=27436 vsize=19063512 memory=2037140 CPUtime=0 cores=0,2
/proc/27439/task/27458/stat : 27458 (Timer-0) S 27436 27439 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36879203 19521036288 509285 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
Current children cumulated CPU time: 3218.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2037140 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/341 27759
/proc/meminfo: memFree=121612612/131249996 swapFree=33010684/33010684
[pid=27439] ppid=27436 vsize=19063512 memory=2037140 CPUtime=3278 cores=0,2
/proc/27439/stat : 27439 (java) S 27436 27439 26860 0 -1 4194304 78686 0 0 0 327698 102 0 0 20 0 20 0 36879171 19521036288 509285 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
/proc/27439/statm: 4765878 509285 5491 1 0 557616 0
[pid=27439/tid=27441] ppid=27436 vsize=19063512 memory=2037140 CPUtime=3271.14 cores=0,2
/proc/27439/task/27441/stat : 27441 (java) R 27436 27439 26860 0 -1 4194368 32646 0 0 0 327101 13 0 0 20 0 20 0 36879173 19521036288 509285 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27450] ppid=27436 vsize=19063512 memory=2037140 CPUtime=0 cores=0,2
/proc/27439/task/27450/stat : 27450 (Finalizer) S 27436 27439 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 509285 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27457] ppid=27436 vsize=19063512 memory=2037140 CPUtime=0 cores=0,2
/proc/27439/task/27457/stat : 27457 (Common-Cleaner) S 27436 27439 26860 0 -1 4194368 1027 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 509285 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27458] ppid=27436 vsize=19063512 memory=2037140 CPUtime=0 cores=0,2
/proc/27439/task/27458/stat : 27458 (Timer-0) S 27436 27439 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36879203 19521036288 509285 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
Current children cumulated CPU time: 3278 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2037140 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/338 27767
/proc/meminfo: memFree=121611824/131249996 swapFree=33010684/33010684
[pid=27439] ppid=27436 vsize=19063512 memory=2037140 CPUtime=3337.83 cores=0,2
/proc/27439/stat : 27439 (java) S 27436 27439 26860 0 -1 4194304 78891 0 0 0 333680 103 0 0 20 0 20 0 36879171 19521036288 509285 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
/proc/27439/statm: 4765878 509285 5491 1 0 557616 0
[pid=27439/tid=27441] ppid=27436 vsize=19063512 memory=2037140 CPUtime=3330.96 cores=0,2
/proc/27439/task/27441/stat : 27441 (java) R 27436 27439 26860 0 -1 4194368 32764 0 0 0 333083 13 0 0 20 0 20 0 36879173 19521036288 509285 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27450] ppid=27436 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/27439/task/27450/stat : 27450 (Finalizer) S 27436 27439 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 509285 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27457] ppid=27436 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/27439/task/27457/stat : 27457 (Common-Cleaner) S 27436 27439 26860 0 -1 4194368 1108 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 509285 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27458] ppid=27436 vsize=19063512 memory=1792 CPUtime=0 cores=0,2
/proc/27439/task/27458/stat : 27458 (Timer-0) S 27436 27439 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36879203 19521036288 509285 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
Current children cumulated CPU time: 3337.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2037140 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/338 27769
/proc/meminfo: memFree=121504192/131249996 swapFree=33010684/33010684
[pid=27439] ppid=27436 vsize=19063512 memory=2145812 CPUtime=3397.81 cores=0,2
/proc/27439/stat : 27439 (java) S 27436 27439 26860 0 -1 4194304 80158 0 0 0 339675 106 0 0 20 0 20 0 36879171 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
/proc/27439/statm: 4765878 536453 5491 1 0 557616 0
[pid=27439/tid=27441] ppid=27436 vsize=19063512 memory=14384 CPUtime=3390.64 cores=0,2
/proc/27439/task/27441/stat : 27441 (java) R 27436 27439 26860 0 -1 4194368 33068 0 0 0 339051 13 0 0 20 0 20 0 36879173 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27450] ppid=27436 vsize=19063512 memory=17408 CPUtime=0 cores=0,2
/proc/27439/task/27450/stat : 27450 (Finalizer) S 27436 27439 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27457] ppid=27436 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/27439/task/27457/stat : 27457 (Common-Cleaner) S 27436 27439 26860 0 -1 4194368 1108 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27458] ppid=27436 vsize=19063512 memory=2145812 CPUtime=0 cores=0,2
/proc/27439/task/27458/stat : 27458 (Timer-0) S 27436 27439 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36879203 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
Current children cumulated CPU time: 3397.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2145812 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/338 27771
/proc/meminfo: memFree=121504320/131249996 swapFree=33010684/33010684
[pid=27439] ppid=27436 vsize=19063512 memory=2145812 CPUtime=3457.68 cores=0,2
/proc/27439/stat : 27439 (java) S 27436 27439 26860 0 -1 4194304 81212 0 0 0 345660 108 0 0 20 0 20 0 36879171 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
/proc/27439/statm: 4765878 536453 5491 1 0 557616 0
[pid=27439/tid=27441] ppid=27436 vsize=19063512 memory=2145812 CPUtime=3450.47 cores=0,2
/proc/27439/task/27441/stat : 27441 (java) R 27436 27439 26860 0 -1 4194368 33684 0 0 0 345034 13 0 0 20 0 20 0 36879173 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27450] ppid=27436 vsize=19063512 memory=2145812 CPUtime=0 cores=0,2
/proc/27439/task/27450/stat : 27450 (Finalizer) S 27436 27439 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27457] ppid=27436 vsize=19063512 memory=2145812 CPUtime=0 cores=0,2
/proc/27439/task/27457/stat : 27457 (Common-Cleaner) S 27436 27439 26860 0 -1 4194368 1235 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27458] ppid=27436 vsize=19063512 memory=2145812 CPUtime=0 cores=0,2
/proc/27439/task/27458/stat : 27458 (Timer-0) S 27436 27439 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36879203 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
Current children cumulated CPU time: 3457.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2145812 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/338 27773
/proc/meminfo: memFree=121279168/131249996 swapFree=33010684/33010684
[pid=27439] ppid=27436 vsize=19063512 memory=2145812 CPUtime=3517.53 cores=0,2
/proc/27439/stat : 27439 (java) S 27436 27439 26860 0 -1 4194304 81818 0 0 0 351644 109 0 0 20 0 20 0 36879171 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
/proc/27439/statm: 4765878 536453 5491 1 0 557616 0
[pid=27439/tid=27441] ppid=27436 vsize=19063512 memory=2145812 CPUtime=3510.3 cores=0,2
/proc/27439/task/27441/stat : 27441 (java) R 27436 27439 26860 0 -1 4194368 34079 0 0 0 351017 13 0 0 20 0 20 0 36879173 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27450] ppid=27436 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/27439/task/27450/stat : 27450 (Finalizer) S 27436 27439 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27457] ppid=27436 vsize=19063512 memory=2145812 CPUtime=0 cores=0,2
/proc/27439/task/27457/stat : 27457 (Common-Cleaner) S 27436 27439 26860 0 -1 4194368 1365 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27458] ppid=27436 vsize=19063512 memory=-6000919481330066797 CPUtime=0 cores=0,2
/proc/27439/task/27458/stat : 27458 (Timer-0) S 27436 27439 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36879203 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
Current children cumulated CPU time: 3517.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2145812 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/338 27775
/proc/meminfo: memFree=121274952/131249996 swapFree=33010684/33010684
[pid=27439] ppid=27436 vsize=19063512 memory=2145812 CPUtime=3577.39 cores=0,2
/proc/27439/stat : 27439 (java) S 27436 27439 26860 0 -1 4194304 82247 0 0 0 357628 111 0 0 20 0 20 0 36879171 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
/proc/27439/statm: 4765878 536453 5491 1 0 557616 0
[pid=27439/tid=27441] ppid=27436 vsize=19063512 memory=3328 CPUtime=3570.14 cores=0,2
/proc/27439/task/27441/stat : 27441 (java) R 27436 27439 26860 0 -1 4194368 34503 0 0 0 357001 13 0 0 20 0 20 0 36879173 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27450] ppid=27436 vsize=19063512 memory=2145812 CPUtime=0 cores=0,2
/proc/27439/task/27450/stat : 27450 (Finalizer) S 27436 27439 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27457] ppid=27436 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/27439/task/27457/stat : 27457 (Common-Cleaner) S 27436 27439 26860 0 -1 4194368 1365 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27458] ppid=27436 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/27439/task/27458/stat : 27458 (Timer-0) S 27436 27439 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36879203 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
Current children cumulated CPU time: 3577.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2145812 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605 s]*
/proc/loadavg: 4.10 4.10 4.09 4/315 27787
/proc/meminfo: memFree=123323880/131249996 swapFree=33010684/33010684
[pid=27439] ppid=27436 vsize=19063512 memory=2145812 CPUtime=3600.04 cores=0,2
/proc/27439/stat : 27439 (java) S 27436 27439 26860 0 -1 4194304 82819 0 0 0 359893 111 0 0 20 0 20 0 36879171 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
/proc/27439/statm: 4765878 536453 5491 1 0 557616 0
[pid=27439/tid=27441] ppid=27436 vsize=19063512 memory=-6000919502737532525 CPUtime=3592.78 cores=0,2
/proc/27439/task/27441/stat : 27441 (java) R 27436 27439 26860 0 -1 4194368 35001 0 0 0 359265 13 0 0 20 0 20 0 36879173 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27450] ppid=27436 vsize=19063512 memory=5036 CPUtime=0 cores=0,2
/proc/27439/task/27450/stat : 27450 (Finalizer) S 27436 27439 26860 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27457] ppid=27436 vsize=19063512 memory=5060 CPUtime=0 cores=0,2
/proc/27439/task/27457/stat : 27457 (Common-Cleaner) S 27436 27439 26860 0 -1 4194368 1365 0 0 0 0 0 0 0 20 0 20 0 36879175 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
[pid=27439/tid=27458] ppid=27436 vsize=19063512 memory=6892 CPUtime=0 cores=0,2
/proc/27439/task/27458/stat : 27458 (Timer-0) S 27436 27439 26860 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36879203 19521036288 536453 18446744073709551615 94428066168832 94428066172528 140730744896864 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94428066180344 94428066181136 94428076965888 140730744904065 140730744904166 140730744904166 140730744909768 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2145812 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.05 s, system=1.12868 s

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

Child status: 143

Real time (s): 3605.1
CPU time (s): 3600.18
CPU user time (s): 3599.05
CPU system time (s): 1.12868
CPU usage (%): 99.8634
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2145812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.05
system time used= 1.12868
maximum resident set size= 2147092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85536
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103615
involuntary context switches= 9521


# summary of solver processes directly reported to runsolver:
#   pid: 27439
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3599.05
#   total CPU system time (s): 1.12868

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.69217 second user time and 16.8607 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 17:46:54
IDJOB=4513122
IDBENCH=162267
IDSOLVER=3363
FILE ID=nodeC022/4513122-1751212014
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-size112-round23-6.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513122-1751212014/watcher-4513122-1751212014 -o /tmp/evaluation-result-4513122-1751212014/solver-4513122-1751212014 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751208407-26870 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4513122-1751212014.opb

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

MD5SUM BENCH= c9436c9260c5d2d4def6ae640460810c
RANDOM SEED=7533661

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		: 3598.733
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.767
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		: 3599.712
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		: 3599.714
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.717
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.716
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		: 3599.718
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		: 3599.922
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:        127292508 kB
MemAvailable:   127946728 kB
Buffers:            3280 kB
Cached:          1458856 kB
SwapCached:            0 kB
Active:          2188496 kB
Inactive:        1210492 kB
Active(anon):    1954916 kB
Inactive(anon):        0 kB
Active(file):     233580 kB
Inactive(file):  1210492 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4108 kB
Writeback:             0 kB
AnonPages:       1940052 kB
Mapped:           122456 kB
Shmem:             18060 kB
KReclaimable:      98372 kB
Slab:             185472 kB
SReclaimable:      98372 kB
SUnreclaim:        87100 kB
KernelStack:        5120 kB
PageTables:         7424 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7061344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1724416 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= 433056 MiB
End job on nodeC022 at 2025-06-29 18:46:59