Trace number 4513734

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.23 3605.83

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
subsetcard/normalized-subsetcard-geq-random4regular-75.opb
MD5SUM73162c5baccd4b1f7679d68a6ce7b058
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.009527
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
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.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4513734-1751222147.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c  no objective function found
0.12/0.15	c ... done. Wall clock time 0.017s.
0.12/0.15	c declared #vars     301
0.12/0.15	c #constraints  150
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 150
0.12/0.15	c 150 constraints processed.
0.90/0.51	c cleaning 2493 clauses out of 5001 with flag 44539/5001
1.48/0.80	c cleaning 4247 clauses out of 8508 with flag 106866/11001
1.83/1.08	c cleaning 5615 clauses out of 11262 with flag 188789/18002
2.31/1.46	c cleaning 6807 clauses out of 13646 with flag 289735/26001
2.89/1.93	c cleaning 7909 clauses out of 15838 with flag 400530/35000
3.28/2.28	c cleaning 8949 clauses out of 17931 with flag 506080/45002
3.80/2.79	c cleaning 9971 clauses out of 19981 with flag 631189/56001
4.20/3.19	c cleaning 10995 clauses out of 22012 with flag 750961/68003
4.60/3.59	c cleaning 11997 clauses out of 24014 with flag 886377/81000
5.50/4.40	c cleaning 12995 clauses out of 26017 with flag 1048185/95000
6.11/5.04	c cleaning 14007 clauses out of 28025 with flag 1206980/110003
6.89/5.86	c cleaning 14991 clauses out of 30016 with flag 1369873/126001
7.92/6.89	c cleaning 16004 clauses out of 32026 with flag 1560836/143002
8.94/7.88	c cleaning 16998 clauses out of 34023 with flag 1789690/161003
10.24/9.13	c cleaning 18000 clauses out of 36024 with flag 2036390/180002
11.63/10.57	c cleaning 18998 clauses out of 38024 with flag 2287391/200002
13.03/11.90	c cleaning 20009 clauses out of 40027 with flag 2544114/221003
13.83/12.75	c cleaning 21005 clauses out of 42015 with flag 2758181/243000
15.03/13.95	c cleaning 21993 clauses out of 44014 with flag 3008306/266004
16.13/15.05	c cleaning 22999 clauses out of 46017 with flag 3237227/290000
17.42/16.35	c cleaning 23999 clauses out of 48019 with flag 3514321/315001
18.92/17.86	c cleaning 25004 clauses out of 50019 with flag 3812989/341000
20.41/19.35	c cleaning 26002 clauses out of 52015 with flag 4113641/368000
22.41/21.39	c cleaning 26999 clauses out of 54015 with flag 4465304/396002
24.50/23.42	c cleaning 27998 clauses out of 56014 with flag 4840474/425000
25.80/24.75	c cleaning 28999 clauses out of 58018 with flag 5134819/455002
27.31/26.29	c cleaning 30002 clauses out of 60019 with flag 5428121/486002
29.01/27.98	c cleaning 31000 clauses out of 62015 with flag 5749084/518000
30.90/29.80	c cleaning 31991 clauses out of 64017 with flag 6099951/551002
32.80/31.71	c cleaning 32995 clauses out of 66027 with flag 6460573/585003
34.80/33.74	c cleaning 34005 clauses out of 68029 with flag 6792897/620000
36.89/35.84	c cleaning 35005 clauses out of 70026 with flag 7153678/656002
39.19/38.13	c cleaning 35998 clauses out of 72019 with flag 7559304/693000
42.89/41.86	c cleaning 36999 clauses out of 74022 with flag 7946200/731001
46.39/45.39	c cleaning 37989 clauses out of 76022 with flag 8352413/770000
48.79/47.79	c cleaning 39005 clauses out of 78036 with flag 8731441/810003
51.19/50.18	c cleaning 39999 clauses out of 80028 with flag 9133260/851000
55.08/54.03	c cleaning 41001 clauses out of 82030 with flag 9546782/893001
57.67/56.65	c cleaning 42001 clauses out of 84029 with flag 9979543/936001
60.70/59.61	c cleaning 43011 clauses out of 86029 with flag 10436136/980002
63.69/62.67	c cleaning 44000 clauses out of 88016 with flag 10867576/1025000
66.88/65.88	c cleaning 44997 clauses out of 90016 with flag 11328030/1071000
70.37/69.30	c cleaning 46000 clauses out of 92019 with flag 11768966/1118000
73.67/72.66	c cleaning 46994 clauses out of 94020 with flag 12254025/1166001
77.11/76.06	c cleaning 48006 clauses out of 96028 with flag 12737309/1215003
81.29/80.25	c cleaning 48998 clauses out of 98020 with flag 13222349/1265001
85.08/84.08	c cleaning 50012 clauses out of 100023 with flag 13716491/1316002
89.07/88.07	c cleaning 51000 clauses out of 102009 with flag 14254042/1368000
93.15/92.13	c cleaning 51993 clauses out of 104009 with flag 14763227/1421000
97.18/96.19	c cleaning 53001 clauses out of 106017 with flag 15329665/1475001
101.17/100.14	c cleaning 54005 clauses out of 108017 with flag 15864770/1530002
105.56/104.51	c cleaning 54996 clauses out of 110012 with flag 16383018/1586002
110.15/109.15	c cleaning 56000 clauses out of 112015 with flag 16941557/1643001
114.67/113.65	c cleaning 57000 clauses out of 114014 with flag 17494533/1701000
119.65/118.66	c cleaning 58005 clauses out of 116015 with flag 18074011/1760001
124.64/123.61	c cleaning 58998 clauses out of 118010 with flag 18667028/1820001
129.93/128.94	c cleaning 59992 clauses out of 120012 with flag 19235926/1881001
135.25/134.22	c cleaning 61007 clauses out of 122021 with flag 19839561/1943002
140.44/139.49	c cleaning 61999 clauses out of 124013 with flag 20477277/2006001
146.13/145.11	c cleaning 63002 clauses out of 126013 with flag 21109642/2070000
151.80/150.83	c cleaning 63987 clauses out of 128011 with flag 21704691/2135000
157.82/156.80	c cleaning 65004 clauses out of 130026 with flag 22357578/2201002
163.80/162.84	c cleaning 66004 clauses out of 132021 with flag 23025453/2268001
172.87/171.99	c cleaning 67001 clauses out of 134017 with flag 23810799/2336001
179.30/178.39	c cleaning 67997 clauses out of 136015 with flag 24470452/2405000
186.48/185.54	c cleaning 68999 clauses out of 138018 with flag 25131952/2475000
193.16/192.25	c cleaning 69999 clauses out of 140019 with flag 25820310/2546000
199.84/198.93	c cleaning 71006 clauses out of 142020 with flag 26526109/2618000
206.74/205.82	c cleaning 72002 clauses out of 144016 with flag 27214332/2691002
213.73/212.84	c cleaning 73003 clauses out of 146012 with flag 27985233/2765000
220.81/219.97	c cleaning 73993 clauses out of 148009 with flag 28712789/2840000
228.62/227.76	c cleaning 75004 clauses out of 150016 with flag 29465562/2916000
236.10/235.26	c cleaning 75999 clauses out of 152014 with flag 30196250/2993002
242.99/242.13	c cleaning 76994 clauses out of 154015 with flag 30940441/3071002
250.97/250.17	c cleaning 78001 clauses out of 156019 with flag 31698861/3150000
258.85/258.01	c cleaning 79001 clauses out of 158020 with flag 32433980/3230002
267.85/267.04	c cleaning 80007 clauses out of 160018 with flag 33239845/3311001
275.73/274.92	c cleaning 80996 clauses out of 162011 with flag 34025516/3393001
283.61/282.86	c cleaning 82004 clauses out of 164014 with flag 34810919/3476000
293.09/292.38	c cleaning 82996 clauses out of 166010 with flag 35610657/3560000
301.77/301.10	c cleaning 83998 clauses out of 168014 with flag 36506083/3645000
311.44/310.77	c cleaning 85000 clauses out of 170017 with flag 37304229/3731001
321.22/320.52	c cleaning 85993 clauses out of 172016 with flag 38117685/3818000
331.25/330.54	c cleaning 87001 clauses out of 174023 with flag 38921496/3906000
340.83/340.16	c cleaning 88002 clauses out of 176024 with flag 39806455/3995002
350.00/349.34	c cleaning 88997 clauses out of 178020 with flag 40677857/4085000
361.18/360.59	c cleaning 90006 clauses out of 180023 with flag 41600389/4176000
370.15/369.50	c cleaning 90994 clauses out of 182018 with flag 42493503/4268001
380.23/379.61	c cleaning 92000 clauses out of 184024 with flag 43385977/4361001
390.78/390.16	c cleaning 93005 clauses out of 186025 with flag 44251917/4455002
401.65/401.07	c cleaning 93991 clauses out of 188018 with flag 45140587/4550000
413.02/412.47	c cleaning 94997 clauses out of 190028 with flag 46035729/4646001
424.19/423.67	c cleaning 95999 clauses out of 192030 with flag 46943548/4743000
434.67/434.17	c cleaning 97009 clauses out of 194031 with flag 47910725/4841000
445.65/445.15	c cleaning 98006 clauses out of 196026 with flag 48905421/4940004
457.86/457.34	c cleaning 98999 clauses out of 198016 with flag 49904237/5040000
469.54/469.10	c cleaning 100006 clauses out of 200018 with flag 50870841/5141001
481.51/481.10	c cleaning 101002 clauses out of 202011 with flag 51788784/5243000
495.78/495.32	c cleaning 101995 clauses out of 204009 with flag 52741042/5346000
509.94/509.57	c cleaning 103003 clauses out of 206015 with flag 53719835/5450001
524.11/523.72	c cleaning 103998 clauses out of 208011 with flag 54681424/5555000
537.28/536.93	c cleaning 104983 clauses out of 210014 with flag 55711283/5661001
550.24/549.84	c cleaning 106008 clauses out of 212030 with flag 56679056/5768000
564.01/563.67	c cleaning 106999 clauses out of 214022 with flag 57674151/5876000
577.87/577.55	c cleaning 108002 clauses out of 216024 with flag 58798799/5985001
593.03/592.77	c cleaning 109007 clauses out of 218021 with flag 59858574/6095000
608.91/608.61	c cleaning 109996 clauses out of 220016 with flag 60846260/6206002
623.77/623.50	c cleaning 110996 clauses out of 222018 with flag 61874828/6318000
638.69/638.46	c cleaning 111994 clauses out of 224023 with flag 62989856/6431001
654.44/654.23	c cleaning 113007 clauses out of 226028 with flag 63992680/6545000
670.51/670.38	c cleaning 114003 clauses out of 228022 with flag 65036647/6660001
686.75/686.68	c cleaning 114994 clauses out of 230018 with flag 66079219/6776000
703.11/703.05	c cleaning 116002 clauses out of 232024 with flag 67133740/6893000
718.17/718.18	c cleaning 117002 clauses out of 234023 with flag 68211480/7011001
734.98/734.95	c cleaning 118003 clauses out of 236021 with flag 69397122/7130001
751.75/751.72	c cleaning 119003 clauses out of 238017 with flag 70506148/7250000
770.10/770.15	c cleaning 119996 clauses out of 240015 with flag 71571218/7371001
787.47/787.58	c cleaning 120997 clauses out of 242018 with flag 72717140/7493000
805.82/806.00	c cleaning 121999 clauses out of 244021 with flag 73837427/7616000
825.67/825.84	c cleaning 123007 clauses out of 246023 with flag 75097369/7740001
841.81/841.94	c cleaning 124001 clauses out of 248017 with flag 76302310/7865002
860.67/860.80	c cleaning 125006 clauses out of 250015 with flag 77454998/7991001
877.63/877.89	c cleaning 125995 clauses out of 252009 with flag 78593751/8118001
898.38/898.68	c cleaning 127002 clauses out of 254014 with flag 79757133/8246001
918.23/918.60	c cleaning 127996 clauses out of 256011 with flag 80888611/8375000
939.09/939.48	c cleaning 129000 clauses out of 258015 with flag 82033572/8505000
960.94/961.39	c cleaning 129996 clauses out of 260015 with flag 83195926/8636000
980.64/981.08	c cleaning 130997 clauses out of 262019 with flag 84380089/8768000
1001.19/1001.61	c cleaning 132003 clauses out of 264022 with flag 85596942/8901000
1020.44/1020.99	c cleaning 133000 clauses out of 266021 with flag 86798826/9035002
1041.39/1041.90	c cleaning 134005 clauses out of 268019 with flag 87979258/9170000
1062.65/1063.22	c cleaning 135002 clauses out of 270017 with flag 89174285/9306003
1086.50/1087.19	c cleaning 135998 clauses out of 272012 with flag 90367355/9443000
1107.94/1108.65	c cleaning 136992 clauses out of 274016 with flag 91563755/9581002
1131.09/1131.82	c cleaning 137993 clauses out of 276022 with flag 92756488/9720000
1156.13/1156.98	c cleaning 139011 clauses out of 278032 with flag 93987467/9860003
1181.07/1181.83	c cleaning 139995 clauses out of 280018 with flag 95278096/10001000
1205.31/1206.10	c cleaning 141011 clauses out of 282025 with flag 96514983/10143002
1227.45/1228.38	c cleaning 141997 clauses out of 284013 with flag 97778961/10286001
1250.21/1251.16	c cleaning 142999 clauses out of 286016 with flag 99109855/10430001
1276.15/1277.19	c cleaning 143996 clauses out of 288016 with flag 100409887/10575000
1300.19/1301.23	c cleaning 144995 clauses out of 290020 with flag 101696627/10721000
1326.43/1327.50	c cleaning 146002 clauses out of 292026 with flag 103099544/10868001
1354.06/1355.22	c cleaning 147004 clauses out of 294024 with flag 104349849/11016001
1380.81/1382.03	c cleaning 147992 clauses out of 296021 with flag 105646242/11165002
1408.12/1409.36	c cleaning 149011 clauses out of 298030 with flag 106920568/11315003
1436.77/1438.09	c cleaning 150002 clauses out of 300018 with flag 108248008/11466002
1464.49/1465.88	c cleaning 151002 clauses out of 302015 with flag 109585008/11618001
1494.82/1496.23	c cleaning 151999 clauses out of 304014 with flag 110883531/11771002
1521.46/1522.93	c cleaning 153002 clauses out of 306014 with flag 112239515/11925001
1549.20/1550.70	c cleaning 153996 clauses out of 308011 with flag 113622583/12080000
1577.83/1579.48	c cleaning 155009 clauses out of 310017 with flag 114963212/12236002
1608.37/1610.08	c cleaning 155990 clauses out of 312006 with flag 116311667/12393000
1636.69/1638.43	c cleaning 156999 clauses out of 314018 with flag 117643480/12551002
1668.33/1670.14	c cleaning 158003 clauses out of 316017 with flag 118972755/12710000
1700.75/1702.61	c cleaning 158994 clauses out of 318014 with flag 120318458/12870000
1734.57/1736.56	c cleaning 160004 clauses out of 320021 with flag 121708905/13031001
1767.20/1769.25	c cleaning 161001 clauses out of 322018 with flag 123092732/13193002
1800.12/1802.25	c cleaning 161999 clauses out of 324016 with flag 124513123/13356001
1830.08/1831.91	c cleaning 163001 clauses out of 326017 with flag 125964821/13520001
1862.30/1864.26	c cleaning 163998 clauses out of 328015 with flag 127368189/13685000
1894.62/1896.60	c cleaning 165002 clauses out of 330018 with flag 128819302/13851001
1925.96/1928.07	c cleaning 166001 clauses out of 332015 with flag 130289757/14018000
1960.17/1962.39	c cleaning 167001 clauses out of 334015 with flag 131716298/14186001
1997.19/1999.46	c cleaning 168006 clauses out of 336013 with flag 133141941/14355000
2032.81/2035.17	c cleaning 168998 clauses out of 338010 with flag 134582780/14525003
2073.72/2076.18	c cleaning 169996 clauses out of 340012 with flag 136037186/14696003
2107.14/2109.62	c cleaning 171001 clauses out of 342014 with flag 137521020/14868001
2143.63/2146.12	c cleaning 171998 clauses out of 344013 with flag 139040218/15041001
2182.93/2185.54	c cleaning 173003 clauses out of 346015 with flag 140627387/15215001
2220.24/2222.90	c cleaning 174001 clauses out of 348011 with flag 142087245/15390000
2254.86/2257.65	c cleaning 174990 clauses out of 350010 with flag 143574518/15566000
2293.08/2295.92	c cleaning 175997 clauses out of 352021 with flag 145225055/15743001
2334.88/2337.86	c cleaning 177003 clauses out of 354026 with flag 146890408/15921003
2374.69/2377.75	c cleaning 178002 clauses out of 356020 with flag 148436790/16100000
2418.89/2422.06	c cleaning 178999 clauses out of 358020 with flag 150002520/16280002
2455.34/2458.41	c cleaning 180005 clauses out of 360019 with flag 151604248/16461000
2497.05/2500.20	c cleaning 180999 clauses out of 362015 with flag 153134120/16643001
2536.25/2539.50	c cleaning 181988 clauses out of 364015 with flag 154756421/16826000
2576.94/2580.37	c cleaning 183005 clauses out of 366027 with flag 156329221/17010000
2618.12/2621.60	c cleaning 184006 clauses out of 368023 with flag 158001079/17195001
2661.79/2665.42	c cleaning 185001 clauses out of 370016 with flag 159571897/17381000
2709.26/2713.09	c cleaning 185999 clauses out of 372015 with flag 161184488/17568000
2748.84/2752.74	c cleaning 187000 clauses out of 374016 with flag 162864469/17756000
2790.22/2794.14	c cleaning 188005 clauses out of 376016 with flag 164489539/17945000
2835.51/2839.51	c cleaning 189004 clauses out of 378015 with flag 166107630/18135004
2880.70/2884.89	c cleaning 190001 clauses out of 380007 with flag 167700957/18326000
2922.11/2926.31	c cleaning 190995 clauses out of 382008 with flag 169357729/18518002
2968.61/2972.91	c cleaning 191999 clauses out of 384014 with flag 170999164/18711003
3014.80/3019.27	c cleaning 193000 clauses out of 386014 with flag 172672257/18905002
3065.39/3069.98	c cleaning 194004 clauses out of 388012 with flag 174333008/19100000
3112.49/3117.13	c cleaning 194999 clauses out of 390008 with flag 175972226/19296000
3160.25/3164.93	c cleaning 195987 clauses out of 392010 with flag 177653294/19493001
3202.15/3206.95	c cleaning 197000 clauses out of 394023 with flag 179371584/19691001
3247.15/3252.08	c cleaning 198002 clauses out of 396022 with flag 181054671/19890000
3298.04/3303.02	c cleaning 199003 clauses out of 398023 with flag 182780788/20090003
3349.02/3354.16	c cleaning 200003 clauses out of 400018 with flag 184452323/20291001
3400.59/3405.80	c cleaning 201003 clauses out of 402015 with flag 186157265/20493001
3448.58/3453.99	c cleaning 201997 clauses out of 404011 with flag 187892265/20696000
3500.54/3506.02	c cleaning 202995 clauses out of 406014 with flag 189898137/20900000
3547.30/3552.83	c cleaning 204002 clauses out of 408019 with flag 191701264/21105000
3597.58/3603.23	c cleaning 205003 clauses out of 410018 with flag 193464964/21311001
3600.07/3605.71	c timeout
3600.07/3605.72	c starts		: 69208
3600.07/3605.72	c conflicts		: 21324273
3600.07/3605.72	c decisions		: 33370742
3600.07/3605.72	c propagations		: 696192932
3600.07/3605.72	c inspects		: 53190237140
3600.07/3605.72	c shortcuts		: 0
3600.07/3605.72	c learnt literals	: 0
3600.07/3605.72	c learnt binary clauses	: 0
3600.07/3605.72	c learnt ternary clauses	: 0
3600.07/3605.72	c learnt constraints	: 21324273
3600.07/3605.72	c ignored constraints	: 0
3600.07/3605.72	c root simplifications	: 0
3600.07/3605.72	c removed literals (reason simplification)	: 49873872
3600.07/3605.72	c reason swapping (by a shorter reason)	: 0
3600.07/3605.72	c Calls to reduceDB	: 202
3600.07/3605.72	c Number of update (reduction) of LBD	: 7406132
3600.07/3605.72	c Imported unit clauses	: 0
3600.07/3605.72	c No decision after first conflict	: false
3600.07/3605.72	c number of reductions to clauses (during analyze)	: 0
3600.07/3605.72	c number of learned constraints concerned by reduction	: 0
3600.07/3605.72	c number of learning phase by resolution	: 0
3600.07/3605.72	c number of learning phase by cutting planes	: 0
3600.07/3605.72	c number of rounding to 1 operations	: 0
3600.07/3605.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3605.72	c number of reductions of the coefficients by power 2 	: 0
3600.07/3605.73	c number of right shift for reduction by power 2 	: 0
3600.07/3605.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3605.73	c number of ending skipping 	: 0
3600.07/3605.73	c number of internal skipping 	: 0
3600.07/3605.73	c number of derivation steps 	: 0
3600.07/3605.73	c number of skipped derivation steps 	: 0
3600.07/3605.73	c number of remaining unassigned 	: 0
3600.07/3605.73	c number of remaining assigned 	: 0
3600.07/3605.73	c number of falsified literals weakened from reason	: 0
3600.07/3605.73	c number of falsified literals weakened from conflict	: 0
3600.07/3605.73	c time for arithmetic operations	: 0
3600.07/3605.73	c minimum degree of deleted constraints	: null
3600.07/3605.73	c maximum degree of deleted constraints	: null
3600.07/3605.73	c number of deleted constraints	: 0
3600.07/3605.73	c speed (assignments/second)	: 193087.9074766161
3600.07/3605.73	c non guided choices	: 3951
3600.07/3605.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 218287
3600.07/3605.79	s UNKNOWN
3600.07/3605.79	c Total wall clock time (in seconds): 3605.657

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513734-1751222147/watcher-4513734-1751222147 -o /tmp/evaluation-result-4513734-1751222147/solver-4513734-1751222147 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751222147-28934 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4513734-1751222147.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100059 s]*
/proc/loadavg: 0.56 1.10 2.03 10/334 29060
/proc/meminfo: memFree=129802852/131250000 swapFree=33010684/33010684
[pid=28993] ppid=28975 vsize=18930384 memory=57640 CPUtime=0.12 cores=1,3
/proc/28993/stat : 28993 (java) S 28975 28993 28922 0 -1 4194304 6556 0 0 0 10 2 0 0 20 0 18 0 37892252 19384713216 14410 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
/proc/28993/statm: 4732596 14410 5336 1 0 547603 0
[pid=28993/tid=29010] ppid=28975 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/28993/task/29010/stat : 29010 (java) S 28975 28993 28922 0 -1 4194368 5063 0 0 0 6 1 0 0 20 0 18 0 37892254 19384713216 14410 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29051] ppid=28975 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/28993/task/29051/stat : 29051 (Finalizer) S 28975 28993 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 37892256 19384713216 14410 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29059] ppid=28975 vsize=18930384 memory=60684515934839 CPUtime=0 cores=1,3
/proc/28993/task/29059/stat : 29059 (Common-Cleaner) S 28975 28993 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37892256 19384713216 14410 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57640 KiB

[startup+0.204896 s]*
/proc/loadavg: 0.56 1.10 2.03 13/336 29062
/proc/meminfo: memFree=129765660/131250000 swapFree=33010684/33010684
[pid=28993] ppid=28975 vsize=18996948 memory=62720 CPUtime=0.31 cores=1,3
/proc/28993/stat : 28993 (java) S 28975 28993 28922 0 -1 4194304 7595 0 0 0 29 2 0 0 20 0 19 0 37892252 19452874752 15680 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
/proc/28993/statm: 4749237 15680 5464 1 0 548310 0
[pid=28993/tid=29010] ppid=28975 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/28993/task/29010/stat : 29010 (java) R 28975 28993 28922 0 -1 4194368 5295 0 0 0 16 1 0 0 20 0 19 0 37892254 19452874752 15680 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29051] ppid=28975 vsize=18996948 memory=15987 CPUtime=0 cores=1,3
/proc/28993/task/29051/stat : 29051 (Finalizer) S 28975 28993 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892256 19452874752 15680 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29059] ppid=28975 vsize=18996948 memory=59585004307431 CPUtime=0 cores=1,3
/proc/28993/task/29059/stat : 29059 (Common-Cleaner) S 28975 28993 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37892256 19452874752 15680 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29062] ppid=28975 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28993/task/29062/stat : 29062 (Timer-0) S 28975 28993 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892268 19452874752 15680 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62720 KiB

[startup+0.304951 s]*
/proc/loadavg: 0.56 1.10 2.03 10/338 29064
/proc/meminfo: memFree=129727208/131250000 swapFree=33010684/33010684
[pid=28993] ppid=28975 vsize=18996948 memory=69300 CPUtime=0.52 cores=1,3
/proc/28993/stat : 28993 (java) S 28975 28993 28922 0 -1 4194304 10042 0 0 0 49 3 0 0 20 0 19 0 37892252 19452874752 17325 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
/proc/28993/statm: 4749237 17325 5464 1 0 549978 0
[pid=28993/tid=29010] ppid=28975 vsize=18996948 memory=-6000919485557597293 CPUtime=0.27 cores=1,3
/proc/28993/task/29010/stat : 29010 (java) R 28975 28993 28922 0 -1 4194368 5307 0 0 0 26 1 0 0 20 0 19 0 37892254 19452874752 17325 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29051] ppid=28975 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28993/task/29051/stat : 29051 (Finalizer) S 28975 28993 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892256 19452874752 17325 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29059] ppid=28975 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28993/task/29059/stat : 29059 (Common-Cleaner) S 28975 28993 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37892256 19452874752 17325 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29062] ppid=28975 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28993/task/29062/stat : 29062 (Timer-0) S 28975 28993 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892268 19452874752 17325 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69300 KiB

[startup+0.700197 s]
/proc/loadavg: 0.56 1.10 2.03 11/338 29064
/proc/meminfo: memFree=129700432/131250000 swapFree=33010684/33010684
[pid=28993] ppid=28975 vsize=18996948 memory=85372 CPUtime=1.28 cores=1,3
/proc/28993/stat : 28993 (java) S 28975 28993 28922 0 -1 4194304 13385 0 0 0 124 4 0 0 20 0 19 0 37892252 19452874752 21343 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
/proc/28993/statm: 4749237 21343 5464 1 0 552358 0
[pid=28993/tid=29010] ppid=28975 vsize=18996948 memory=17536 CPUtime=0.65 cores=1,3
/proc/28993/task/29010/stat : 29010 (java) R 28975 28993 28922 0 -1 4194368 5350 0 0 0 63 2 0 0 20 0 19 0 37892254 19452874752 21343 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29051] ppid=28975 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/28993/task/29051/stat : 29051 (Finalizer) S 28975 28993 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892256 19452874752 21343 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29059] ppid=28975 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/28993/task/29059/stat : 29059 (Common-Cleaner) S 28975 28993 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37892256 19452874752 21343 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29062] ppid=28975 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/28993/task/29062/stat : 29062 (Timer-0) S 28975 28993 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892268 19452874752 21343 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 85372 KiB

[startup+1.50019 s]
/proc/loadavg: 0.56 1.10 2.03 8/338 29064
/proc/meminfo: memFree=129678828/131250000 swapFree=33010684/33010684
[pid=28993] ppid=28975 vsize=18996948 memory=93188 CPUtime=2.46 cores=1,3
/proc/28993/stat : 28993 (java) S 28975 28993 28922 0 -1 4194304 17014 0 0 0 242 4 0 0 20 0 19 0 37892252 19452874752 23297 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
/proc/28993/statm: 4749237 23297 5464 1 0 552660 0
[pid=28993/tid=29010] ppid=28975 vsize=18996948 memory=0 CPUtime=1.45 cores=1,3
/proc/28993/task/29010/stat : 29010 (java) R 28975 28993 28922 0 -1 4194368 5655 0 0 0 143 2 0 0 20 0 19 0 37892254 19452874752 23297 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29051] ppid=28975 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/28993/task/29051/stat : 29051 (Finalizer) S 28975 28993 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892256 19452874752 23297 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29059] ppid=28975 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/28993/task/29059/stat : 29059 (Common-Cleaner) S 28975 28993 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37892256 19452874752 23297 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29062] ppid=28975 vsize=18996948 memory=4760 CPUtime=0 cores=1,3
/proc/28993/task/29062/stat : 29062 (Timer-0) S 28975 28993 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892268 19452874752 23297 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 93188 KiB

[startup+3.10489 s]
/proc/loadavg: 0.56 1.10 2.03 5/318 29145
/proc/meminfo: memFree=129643692/131250000 swapFree=33010684/33010684
[pid=28993] ppid=28975 vsize=18996948 memory=107532 CPUtime=4.2 cores=1,3
/proc/28993/stat : 28993 (java) S 28975 28993 28922 0 -1 4194304 18235 0 0 0 416 4 0 0 20 0 19 0 37892252 19452874752 26883 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
/proc/28993/statm: 4749237 26883 5464 1 0 552662 0
[pid=28993/tid=29010] ppid=28975 vsize=18996948 memory=10752 CPUtime=3.04 cores=1,3
/proc/28993/task/29010/stat : 29010 (java) R 28975 28993 28922 0 -1 4194368 5945 0 0 0 302 2 0 0 20 0 19 0 37892254 19452874752 26883 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29051] ppid=28975 vsize=18996948 memory=-6000919485557597293 CPUtime=0 cores=1,3
/proc/28993/task/29051/stat : 29051 (Finalizer) S 28975 28993 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892256 19452874752 26883 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29059] ppid=28975 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28993/task/29059/stat : 29059 (Common-Cleaner) S 28975 28993 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37892256 19452874752 26883 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29062] ppid=28975 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/28993/task/29062/stat : 29062 (Timer-0) S 28975 28993 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892268 19452874752 26883 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
Current children cumulated CPU time: 4.2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 107532 KiB

[startup+6.30015 s]
/proc/loadavg: 0.84 1.14 2.04 6/338 29259
/proc/meminfo: memFree=129516308/131250000 swapFree=33010684/33010684
[pid=28993] ppid=28975 vsize=18996948 memory=126468 CPUtime=7.42 cores=1,3
/proc/28993/stat : 28993 (java) S 28975 28993 28922 0 -1 4194304 18848 0 0 0 737 5 0 0 20 0 19 0 37892252 19452874752 31617 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
/proc/28993/statm: 4749237 31617 5464 1 0 552680 0
[pid=28993/tid=29010] ppid=28975 vsize=18996948 memory=0 CPUtime=6.22 cores=1,3
/proc/28993/task/29010/stat : 29010 (java) R 28975 28993 28922 0 -1 4194368 6033 0 0 0 620 2 0 0 20 0 19 0 37892254 19452874752 31617 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29051] ppid=28975 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/28993/task/29051/stat : 29051 (Finalizer) S 28975 28993 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 37892256 19452874752 31617 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29059] ppid=28975 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/28993/task/29059/stat : 29059 (Common-Cleaner) S 28975 28993 28922 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37892256 19452874752 31617 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29062] ppid=28975 vsize=18996948 memory=14432 CPUtime=0 cores=1,3
/proc/28993/task/29062/stat : 29062 (Timer-0) S 28975 28993 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37892268 19452874752 31617 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
Current children cumulated CPU time: 7.42 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 126468 KiB

[startup+12.7002 s]
/proc/loadavg: 1.09 1.19 2.05 5/340 29261
/proc/meminfo: memFree=129397664/131250000 swapFree=33010684/33010684
[pid=28993] ppid=28975 vsize=19063512 memory=176120 CPUtime=13.83 cores=1,3
/proc/28993/stat : 28993 (java) S 28975 28993 28922 0 -1 4194304 22810 0 0 0 1377 6 0 0 20 0 20 0 37892252 19521036288 44030 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
/proc/28993/statm: 4765878 44030 5496 1 0 552969 0
[pid=28993/tid=29010] ppid=28975 vsize=19063512 memory=0 CPUtime=12.6 cores=1,3
/proc/28993/task/29010/stat : 29010 (java) R 28975 28993 28922 0 -1 4194368 6938 0 0 0 1257 3 0 0 20 0 20 0 37892254 19521036288 44030 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29051] ppid=28975 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/28993/task/29051/stat : 29051 (Finalizer) S 28975 28993 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 44030 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29059] ppid=28975 vsize=19063512 memory=-6000919485557597293 CPUtime=0 cores=1,3
/proc/28993/task/29059/stat : 29059 (Common-Cleaner) S 28975 28993 28922 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 44030 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29062] ppid=28975 vsize=19063512 memory=6943526294502006880 CPUtime=0 cores=1,3
/proc/28993/task/29062/stat : 29062 (Timer-0) S 28975 28993 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892268 19521036288 44030 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
Current children cumulated CPU time: 13.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176120 KiB

[startup+25.5002 s]
/proc/loadavg: 1.81 1.35 2.09 5/342 29263
/proc/meminfo: memFree=129336232/131250000 swapFree=33010684/33010684
[pid=28993] ppid=28975 vsize=19063512 memory=184360 CPUtime=26.62 cores=1,3
/proc/28993/stat : 28993 (java) S 28975 28993 28922 0 -1 4194304 24469 0 0 0 2655 7 0 0 20 0 20 0 37892252 19521036288 46090 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
/proc/28993/statm: 4765878 46090 5496 1 0 552969 0
[pid=28993/tid=29010] ppid=28975 vsize=19063512 memory=0 CPUtime=25.35 cores=1,3
/proc/28993/task/29010/stat : 29010 (java) R 28975 28993 28922 0 -1 4194368 7417 0 0 0 2532 3 0 0 20 0 20 0 37892254 19521036288 46090 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29051] ppid=28975 vsize=19063512 memory=176120 CPUtime=0 cores=1,3
/proc/28993/task/29051/stat : 29051 (Finalizer) S 28975 28993 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 46090 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29059] ppid=28975 vsize=19063512 memory=17424 CPUtime=0 cores=1,3
/proc/28993/task/29059/stat : 29059 (Common-Cleaner) S 28975 28993 28922 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 46090 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29062] ppid=28975 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/28993/task/29062/stat : 29062 (Timer-0) S 28975 28993 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892268 19521036288 46090 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
Current children cumulated CPU time: 26.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 184360 KiB

[startup+51.1058 s]
/proc/loadavg: 2.56 1.56 2.14 5/342 29263
/proc/meminfo: memFree=129294776/131250000 swapFree=33010684/33010684
[pid=28993] ppid=28975 vsize=19063512 memory=198928 CPUtime=52.19 cores=1,3
/proc/28993/stat : 28993 (java) S 28975 28993 28922 0 -1 4194304 24834 0 0 0 5211 8 0 0 20 0 20 0 37892252 19521036288 49732 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
/proc/28993/statm: 4765878 49732 5528 1 0 552969 0
[pid=28993/tid=29010] ppid=28975 vsize=19063512 memory=198928 CPUtime=50.87 cores=1,3

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

/proc/meminfo: memFree=123063616/131250000 swapFree=33010684/33010684
[pid=28993] ppid=28975 vsize=19063512 memory=1943604 CPUtime=3277.38 cores=1,3
/proc/28993/stat : 28993 (java) S 28975 28993 28922 0 -1 4194304 62697 0 0 0 327636 102 0 0 20 0 20 0 37892252 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
/proc/28993/statm: 4765878 485901 5528 1 0 554516 0
[pid=28993/tid=29010] ppid=28975 vsize=19063512 memory=1943604 CPUtime=3271.72 cores=1,3
/proc/28993/task/29010/stat : 29010 (java) R 28975 28993 28922 0 -1 4194368 25746 0 0 0 327159 13 0 0 20 0 20 0 37892254 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29051] ppid=28975 vsize=19063512 memory=1943604 CPUtime=0 cores=1,3
/proc/28993/task/29051/stat : 29051 (Finalizer) S 28975 28993 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29059] ppid=28975 vsize=19063512 memory=1943604 CPUtime=0 cores=1,3
/proc/28993/task/29059/stat : 29059 (Common-Cleaner) S 28975 28993 28922 0 -1 4194368 764 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29062] ppid=28975 vsize=19063512 memory=1943604 CPUtime=0 cores=1,3
/proc/28993/task/29062/stat : 29062 (Timer-0) S 28975 28993 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892268 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
Current children cumulated CPU time: 3277.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1943604 KiB

[startup+3342.3 s]
/proc/loadavg: 4.45 4.23 4.11 5/340 29569
/proc/meminfo: memFree=123063480/131250000 swapFree=33010684/33010684
[pid=28993] ppid=28975 vsize=19063512 memory=1943604 CPUtime=3337.25 cores=1,3
/proc/28993/stat : 28993 (java) S 28975 28993 28922 0 -1 4194304 62757 0 0 0 333621 104 0 0 20 0 20 0 37892252 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
/proc/28993/statm: 4765878 485901 5528 1 0 554517 0
[pid=28993/tid=29010] ppid=28975 vsize=19063512 memory=7686721470264483783 CPUtime=3331.57 cores=1,3
/proc/28993/task/29010/stat : 29010 (java) R 28975 28993 28922 0 -1 4194368 25786 0 0 0 333143 14 0 0 20 0 20 0 37892254 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29051] ppid=28975 vsize=19063512 memory=1943604 CPUtime=0 cores=1,3
/proc/28993/task/29051/stat : 29051 (Finalizer) S 28975 28993 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29059] ppid=28975 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/28993/task/29059/stat : 29059 (Common-Cleaner) S 28975 28993 28922 0 -1 4194368 764 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29062] ppid=28975 vsize=19063512 memory=1943604 CPUtime=0 cores=1,3
/proc/28993/task/29062/stat : 29062 (Timer-0) S 28975 28993 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892268 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
Current children cumulated CPU time: 3337.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1943604 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.18 4.10 5/340 29571
/proc/meminfo: memFree=123060172/131250000 swapFree=33010684/33010684
[pid=28993] ppid=28975 vsize=19063512 memory=1943604 CPUtime=3397.1 cores=1,3
/proc/28993/stat : 28993 (java) S 28975 28993 28922 0 -1 4194304 63122 0 0 0 339605 105 0 0 20 0 20 0 37892252 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
/proc/28993/statm: 4765878 485901 5528 1 0 554519 0
[pid=28993/tid=29010] ppid=28975 vsize=19063512 memory=7686721470264483783 CPUtime=3391.42 cores=1,3
/proc/28993/task/29010/stat : 29010 (java) R 28975 28993 28922 0 -1 4194368 26104 0 0 0 339128 14 0 0 20 0 20 0 37892254 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29051] ppid=28975 vsize=19063512 memory=1943604 CPUtime=0 cores=1,3
/proc/28993/task/29051/stat : 29051 (Finalizer) S 28975 28993 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29059] ppid=28975 vsize=19063512 memory=1943604 CPUtime=0 cores=1,3
/proc/28993/task/29059/stat : 29059 (Common-Cleaner) S 28975 28993 28922 0 -1 4194368 764 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29062] ppid=28975 vsize=19063512 memory=1943604 CPUtime=0 cores=1,3
/proc/28993/task/29062/stat : 29062 (Timer-0) S 28975 28993 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892268 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
Current children cumulated CPU time: 3397.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1943604 KiB

[startup+3462.3 s]
/proc/loadavg: 4.52 4.26 4.13 5/340 29574
/proc/meminfo: memFree=122970376/131250000 swapFree=33010684/33010684
[pid=28993] ppid=28975 vsize=19063512 memory=1943604 CPUtime=3456.96 cores=1,3
/proc/28993/stat : 28993 (java) S 28975 28993 28922 0 -1 4194304 63988 0 0 0 345589 107 0 0 20 0 20 0 37892252 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
/proc/28993/statm: 4765878 485901 5528 1 0 554521 0
[pid=28993/tid=29010] ppid=28975 vsize=19063512 memory=7686721470264483783 CPUtime=3451.24 cores=1,3
/proc/28993/task/29010/stat : 29010 (java) R 28975 28993 28922 0 -1 4194368 26813 0 0 0 345110 14 0 0 20 0 20 0 37892254 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29051] ppid=28975 vsize=19063512 memory=1943604 CPUtime=0 cores=1,3
/proc/28993/task/29051/stat : 29051 (Finalizer) S 28975 28993 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29059] ppid=28975 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/28993/task/29059/stat : 29059 (Common-Cleaner) S 28975 28993 28922 0 -1 4194368 873 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29062] ppid=28975 vsize=19063512 memory=1943604 CPUtime=0 cores=1,3
/proc/28993/task/29062/stat : 29062 (Timer-0) S 28975 28993 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892268 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
Current children cumulated CPU time: 3456.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1943604 KiB

[startup+3522.3 s]
/proc/loadavg: 4.28 4.24 4.13 5/341 29579
/proc/meminfo: memFree=122970292/131250000 swapFree=33010684/33010684
[pid=28993] ppid=28975 vsize=19063512 memory=1943604 CPUtime=3516.88 cores=1,3
/proc/28993/stat : 28993 (java) S 28975 28993 28922 0 -1 4194304 64951 0 0 0 351580 108 0 0 20 0 20 0 37892252 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
/proc/28993/statm: 4765878 485901 5528 1 0 554528 0
[pid=28993/tid=29010] ppid=28975 vsize=19063512 memory=1943604 CPUtime=3510.95 cores=1,3
/proc/28993/task/29010/stat : 29010 (java) R 28975 28993 28922 0 -1 4194368 27359 0 0 0 351081 14 0 0 20 0 20 0 37892254 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29051] ppid=28975 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/28993/task/29051/stat : 29051 (Finalizer) S 28975 28993 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29059] ppid=28975 vsize=19063512 memory=1943604 CPUtime=0 cores=1,3
/proc/28993/task/29059/stat : 29059 (Common-Cleaner) S 28975 28993 28922 0 -1 4194368 983 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29062] ppid=28975 vsize=19063512 memory=1943604 CPUtime=0 cores=1,3
/proc/28993/task/29062/stat : 29062 (Timer-0) S 28975 28993 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892268 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
Current children cumulated CPU time: 3516.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1943604 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.21 4.13 5/341 29581
/proc/meminfo: memFree=122970200/131250000 swapFree=33010684/33010684
[pid=28993] ppid=28975 vsize=19063512 memory=1943604 CPUtime=3576.73 cores=1,3
/proc/28993/stat : 28993 (java) S 28975 28993 28922 0 -1 4194304 64985 0 0 0 357564 109 0 0 20 0 20 0 37892252 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
/proc/28993/statm: 4765878 485901 5528 1 0 554528 0
[pid=28993/tid=29010] ppid=28975 vsize=19063512 memory=4252 CPUtime=3570.79 cores=1,3
/proc/28993/task/29010/stat : 29010 (java) R 28975 28993 28922 0 -1 4194368 27365 0 0 0 357065 14 0 0 20 0 20 0 37892254 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29051] ppid=28975 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/28993/task/29051/stat : 29051 (Finalizer) S 28975 28993 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29059] ppid=28975 vsize=19063512 memory=14432 CPUtime=0 cores=1,3
/proc/28993/task/29059/stat : 29059 (Common-Cleaner) S 28975 28993 28922 0 -1 4194368 983 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29062] ppid=28975 vsize=19063512 memory=19968 CPUtime=0 cores=1,3
/proc/28993/task/29062/stat : 29062 (Timer-0) S 28975 28993 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892268 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
Current children cumulated CPU time: 3576.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1943604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.7 s]
/proc/loadavg: 4.16 4.21 4.13 5/340 29581
/proc/meminfo: memFree=122970232/131250000 swapFree=33010684/33010684
[pid=28993] ppid=28975 vsize=19063512 memory=1943604 CPUtime=3600.07 cores=1,3
/proc/28993/stat : 28993 (java) S 28975 28993 28922 0 -1 4194304 64999 0 0 0 359898 109 0 0 20 0 20 0 37892252 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
/proc/28993/statm: 4765878 485901 5528 1 0 554528 0
[pid=28993/tid=29010] ppid=28975 vsize=19063512 memory=19968 CPUtime=3594.13 cores=1,3
/proc/28993/task/29010/stat : 29010 (java) R 28975 28993 28922 0 -1 4194368 27366 0 0 0 359399 14 0 0 20 0 20 0 37892254 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29051] ppid=28975 vsize=19063512 memory=1943604 CPUtime=0 cores=1,3
/proc/28993/task/29051/stat : 29051 (Finalizer) S 28975 28993 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29059] ppid=28975 vsize=19063512 memory=1943604 CPUtime=0 cores=1,3
/proc/28993/task/29059/stat : 29059 (Common-Cleaner) S 28975 28993 28922 0 -1 4194368 983 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29062] ppid=28975 vsize=19063512 memory=1943604 CPUtime=0 cores=1,3
/proc/28993/task/29062/stat : 29062 (Timer-0) S 28975 28993 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892268 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1943604 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.12 s, system=1.10515 s

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

[startup+3605.7 s]
/proc/loadavg: 4.16 4.21 4.13 5/340 29581
/proc/meminfo: memFree=122970232/131250000 swapFree=33010684/33010684
[pid=28993] ppid=28975 vsize=19063512 memory=1943604 CPUtime=3600.07 cores=1,3
/proc/28993/stat : 28993 (java) S 28975 28993 28922 0 -1 4194304 64999 0 0 0 359898 109 0 0 20 0 20 0 37892252 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
/proc/28993/statm: 4765878 485901 5528 1 0 554528 0
[pid=28993/tid=29010] ppid=28975 vsize=19063512 memory=19968 CPUtime=3594.13 cores=1,3
/proc/28993/task/29010/stat : 29010 (java) R 28975 28993 28922 0 -1 4194368 27366 0 0 0 359399 14 0 0 20 0 20 0 37892254 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29051] ppid=28975 vsize=19063512 memory=1943604 CPUtime=0 cores=1,3
/proc/28993/task/29051/stat : 29051 (Finalizer) S 28975 28993 28922 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29059] ppid=28975 vsize=19063512 memory=1943604 CPUtime=0 cores=1,3
/proc/28993/task/29059/stat : 29059 (Common-Cleaner) S 28975 28993 28922 0 -1 4194368 983 0 0 0 0 0 0 0 20 0 20 0 37892256 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
[pid=28993/tid=29062] ppid=28975 vsize=19063512 memory=1943604 CPUtime=0 cores=1,3
/proc/28993/task/29062/stat : 29062 (Timer-0) S 28975 28993 28922 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37892268 19521036288 485901 18446744073709551615 94105368326144 94105368329840 140722993641696 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94105368337656 94105368338448 94105396322304 140722993645953 140722993646054 140722993646054 140722993651656 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1943604 KiB

Child status: 143

Real time (s): 3605.83
CPU time (s): 3600.23
CPU user time (s): 3599.12
CPU system time (s): 1.10515
CPU usage (%): 99.8447
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1943604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.12
system time used= 1.10515
maximum resident set size= 1944884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67059
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103134
involuntary context switches= 6093


# summary of solver processes directly reported to runsolver:
#   pid: 28993
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3599.12
#   total CPU system time (s): 1.10515

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.53148 second user time and 17.8577 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 20:35:47
IDJOB=4513734
IDBENCH=162418
IDSOLVER=3363
FILE ID=nodeC019/4513734-1751222147
RUNJOBID= nodeC019-1751222147-28934
SLURM_JOB_ID= 9587678
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/subsetcard/normalized-subsetcard-geq-random4regular-75.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513734-1751222147/watcher-4513734-1751222147 -o /tmp/evaluation-result-4513734-1751222147/solver-4513734-1751222147 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751222147-28934 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4513734-1751222147.opb

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

MD5SUM BENCH= 73162c5baccd4b1f7679d68a6ce7b058
RANDOM SEED=1936138495

nodeC019 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.910
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.37
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.506
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.37
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.813
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.37
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.699
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.37
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.860
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.37
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.772
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.37
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.356
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.37
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.700
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129886936 kB
MemAvailable:   129765288 kB
Buffers:            3280 kB
Cached:           687684 kB
SwapCached:            0 kB
Active:           326296 kB
Inactive:         430956 kB
Active(anon):      84352 kB
Inactive(anon):        0 kB
Active(file):     241944 kB
Inactive(file):   430956 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2916 kB
Writeback:             0 kB
AnonPages:         69424 kB
Mapped:           102768 kB
Shmem:             18064 kB
KReclaimable:      89380 kB
Slab:             174584 kB
SReclaimable:      89380 kB
SUnreclaim:        85204 kB
KernelStack:        4040 kB
PageTables:         2692 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     330728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC019 at 2025-06-29 21:35:53