Trace number 4517545

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06OPT cert.16 1509.84 1517.94

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=18-t=2.opb
MD5SUM5da417552da80e99ebaacbb86c541f7c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark1.94433
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables531
Total number of constraints47178
Number of constraints which are clauses47160
Number of constraints which are cardinality constraints (but not clauses)18
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint19
Number of terms in the objective function 18
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 18
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 20
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.16	c See www.sat4j.org for details.
0.11/0.17	c version PB25.v20250606
0.11/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.19	c java.vm.version	22.0.1+8-16
0.11/0.19	c java.vm.vendor	Oracle Corporation
0.11/0.19	c sun.arch.data.model	64
0.11/0.19	c java.version		22.0.1
0.11/0.19	c os.name		Linux
0.11/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.19	c os.arch		amd64
0.11/0.20	c Free memory 		2104792832
0.11/0.20	c Max memory 		16282288128
0.11/0.20	c Total memory 		2113929216
0.28/0.22	c Number of processors 	2
0.43/0.33	c Pseudo Boolean Optimization by upper bound
0.43/0.33	c --- Begin Solver configuration ---
0.43/0.33	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.43/0.33	c Learn all clauses as in MiniSAT
0.43/0.33	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.33	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.43/0.33	c Expensive reason simplification
0.43/0.33	c Glucose 2.1 dynamic restart strategy
0.43/0.33	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.43/0.33	c timeout=2147483s
0.43/0.33	c DB Simplification allowed=false
0.43/0.33	c Listener: none
0.43/0.33	c --- End Solver configuration ---
0.43/0.33	c solving HOME/instance-4517545-1751537329.opb
0.43/0.33	c reading problem ... 
0.43/0.33	c using VERIPB proof format
0.43/0.33	c  objective function found
1.73/1.04	c ... done. Wall clock time 0.708s.
1.73/1.04	c declared #vars     531
1.73/1.04	c #constraints  47178
1.73/1.04	c constraints type 
1.73/1.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 18
1.73/1.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 18
1.73/1.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 47142
1.73/1.04	c 47178 constraints processed.
1.73/1.07	c objective function length is 18 literals
2.31/1.38	c SATISFIABLE
2.31/1.38	c OPTIMIZING...
2.31/1.38	c Got one! Elapsed wall clock time (in seconds):1.056
2.31/1.38	o 16
3.90/2.15	c cleaning 2854 clauses out of 5713 with flag 22975/5713
4.69/2.59	c cleaning 4423 clauses out of 8860 with flag 74258/11714
5.69/3.10	c cleaning 5717 clauses out of 11436 with flag 125977/18713
6.81/3.64	c cleaning 6845 clauses out of 13720 with flag 189448/26714
7.59/4.11	c cleaning 7905 clauses out of 15874 with flag 267594/35713
8.31/4.68	c cleaning 8980 clauses out of 17969 with flag 462192/45713
9.21/5.24	c cleaning 9988 clauses out of 19989 with flag 583348/56713
9.90/5.98	c cleaning 10990 clauses out of 22001 with flag 696802/68713
10.81/6.84	c cleaning 12006 clauses out of 24012 with flag 828207/81714
11.86/7.73	c cleaning 12992 clauses out of 26005 with flag 928882/95713
12.96/8.86	c cleaning 14009 clauses out of 28017 with flag 1043886/110717
14.07/9.91	c cleaning 14924 clauses out of 30004 with flag 1235507/126713
15.41/11.03	c cleaning 16037 clauses out of 32080 with flag 1332475/143713
17.06/12.69	c cleaning 16858 clauses out of 34043 with flag 1477926/161713
18.36/13.95	c cleaning 17957 clauses out of 36188 with flag 1657972/180716
19.86/15.40	c cleaning 19067 clauses out of 38228 with flag 1809818/200713
21.38/16.91	c cleaning 20079 clauses out of 40162 with flag 1945622/221714
23.00/18.59	c cleaning 21030 clauses out of 42084 with flag 2070301/243715
24.61/20.15	c cleaning 22020 clauses out of 44052 with flag 2247538/266713
26.61/22.17	c cleaning 22842 clauses out of 46032 with flag 2525981/290713
29.07/24.60	c cleaning 23985 clauses out of 48190 with flag 2838972/315713
31.76/27.34	c cleaning 24986 clauses out of 50205 with flag 3490325/341713
33.59/29.13	c cleaning 26092 clauses out of 52220 with flag 3850928/368714
35.71/31.27	c cleaning 26900 clauses out of 54127 with flag 4470352/396713
37.90/33.48	c cleaning 28006 clauses out of 56227 with flag 4941208/425713
40.16/35.80	c cleaning 29060 clauses out of 58223 with flag 5249207/455715
43.15/38.82	c cleaning 29948 clauses out of 60161 with flag 6108549/486713
46.49/42.15	c cleaning 31101 clauses out of 62216 with flag 6526822/518716
49.28/44.94	c cleaning 31986 clauses out of 64112 with flag 6929630/551713
52.27/47.97	c cleaning 32939 clauses out of 66126 with flag 7534544/585713
55.07/50.75	c cleaning 34091 clauses out of 68188 with flag 7872652/620714
58.10/53.80	c cleaning 35041 clauses out of 70096 with flag 8174675/656713
61.41/57.11	c cleaning 35944 clauses out of 72055 with flag 8774660/693713
64.69/60.34	c cleaning 36967 clauses out of 74113 with flag 9326763/731715
68.19/63.82	c cleaning 37983 clauses out of 76145 with flag 9752714/770714
71.69/67.44	c cleaning 39072 clauses out of 78163 with flag 11043795/810715
75.08/70.84	c cleaning 40045 clauses out of 80089 with flag 12466159/851713
78.77/74.58	c cleaning 40861 clauses out of 82044 with flag 12899864/893713
82.46/78.20	c cleaning 41944 clauses out of 84183 with flag 14047259/936713
86.06/81.88	c cleaning 43102 clauses out of 86239 with flag 15381992/980713
89.96/85.74	c cleaning 44058 clauses out of 88137 with flag 15771886/1025713
94.80/90.58	c cleaning 45038 clauses out of 90079 with flag 17303324/1071713
100.85/95.56	c cleaning 46016 clauses out of 92040 with flag 18680375/1118713
107.55/102.77	c cleaning 46991 clauses out of 94025 with flag 19040138/1166714
112.44/107.62	c cleaning 47960 clauses out of 96033 with flag 19354778/1215713
118.28/113.44	c cleaning 49034 clauses out of 98073 with flag 20900652/1265713
123.46/118.67	c cleaning 50001 clauses out of 100038 with flag 22714021/1316713
128.56/123.73	c cleaning 50917 clauses out of 102037 with flag 23447981/1368713
134.68/129.93	c cleaning 52044 clauses out of 104121 with flag 24979673/1421714
140.47/135.70	c cleaning 52835 clauses out of 106075 with flag 25938163/1475713
145.68/140.90	c cleaning 54068 clauses out of 108240 with flag 26603018/1530713
150.98/146.21	c cleaning 55061 clauses out of 110173 with flag 27754235/1586714
156.44/151.68	c cleaning 55896 clauses out of 112111 with flag 28706639/1643713
162.64/157.87	c cleaning 57087 clauses out of 114215 with flag 30512947/1701713
168.81/163.58	c cleaning 58058 clauses out of 116132 with flag 32125534/1760718
176.02/170.72	c cleaning 59033 clauses out of 118069 with flag 32599137/1820713
182.21/176.96	c cleaning 60014 clauses out of 120036 with flag 33089246/1881713
189.21/183.92	c cleaning 61010 clauses out of 122023 with flag 33891847/1943714
196.11/190.87	c cleaning 61949 clauses out of 124012 with flag 34707527/2006713
203.60/198.36	c cleaning 63026 clauses out of 126066 with flag 36613966/2070716
211.74/206.48	c cleaning 63973 clauses out of 128036 with flag 38351093/2135713
219.13/213.88	c cleaning 65030 clauses out of 130063 with flag 38903814/2201713
228.38/223.11	c cleaning 66015 clauses out of 132033 with flag 40676385/2268713
235.37/230.18	c cleaning 66989 clauses out of 134017 with flag 42356943/2336713
242.84/237.63	c cleaning 67996 clauses out of 136028 with flag 44309285/2405713
249.51/244.28	c cleaning 68893 clauses out of 138035 with flag 46055141/2475717
257.17/251.95	c cleaning 70063 clauses out of 140138 with flag 48807818/2546713
264.84/259.64	c cleaning 70995 clauses out of 142074 with flag 50076229/2618713
274.59/269.33	c cleaning 72032 clauses out of 144079 with flag 51690994/2691713
282.68/277.46	c cleaning 73001 clauses out of 146046 with flag 53584475/2765713
290.90/285.72	c cleaning 73853 clauses out of 148045 with flag 54938897/2840713
300.18/294.95	c cleaning 75013 clauses out of 150191 with flag 57948034/2916713
308.96/303.77	c cleaning 76072 clauses out of 152179 with flag 59381340/2993714
318.40/316.96	c cleaning 76986 clauses out of 154106 with flag 60945941/3071713
327.88/326.39	c cleaning 78052 clauses out of 156119 with flag 63154975/3150713
336.27/334.70	c cleaning 79018 clauses out of 158067 with flag 64969776/3230713
345.44/343.97	c cleaning 79866 clauses out of 160049 with flag 66058544/3311713
356.55/355.05	c cleaning 80979 clauses out of 162182 with flag 68392059/3393713
366.53/365.10	c cleaning 82016 clauses out of 164204 with flag 70971222/3476714
377.48/376.00	c cleaning 83014 clauses out of 166186 with flag 72311051/3560713
388.27/386.86	c cleaning 84041 clauses out of 168171 with flag 74880904/3645713
398.34/396.97	c cleaning 85025 clauses out of 170131 with flag 77165580/3731714
409.40/407.91	c cleaning 86019 clauses out of 172104 with flag 78639465/3818713
419.56/418.17	c cleaning 86966 clauses out of 174084 with flag 80954808/3906713
430.43/428.91	c cleaning 88051 clauses out of 176119 with flag 82632497/3995714
440.81/439.31	c cleaning 89012 clauses out of 178066 with flag 85140306/4085713
451.84/450.47	c cleaning 90023 clauses out of 180053 with flag 87828261/4176713
464.11/462.67	c cleaning 91009 clauses out of 182029 with flag 90521607/4268713
475.15/473.77	c cleaning 91902 clauses out of 184019 with flag 92431419/4361713
486.64/485.27	c cleaning 92976 clauses out of 186116 with flag 95014784/4455713
498.12/496.61	c cleaning 94007 clauses out of 188139 with flag 97618531/4550713
510.53/509.12	c cleaning 95045 clauses out of 190131 with flag 100392802/4646713
522.60/521.11	c cleaning 95982 clauses out of 192086 with flag 102484802/4743713
533.59/532.29	c cleaning 96985 clauses out of 194102 with flag 104521710/4841713
546.28/544.97	c cleaning 98013 clauses out of 196116 with flag 107002370/4940713
559.03/557.67	c cleaning 99049 clauses out of 198102 with flag 109806333/5040713
571.78/570.43	c cleaning 99920 clauses out of 200053 with flag 111013408/5141713
585.79/584.48	c cleaning 101057 clauses out of 202132 with flag 113503502/5243713
598.62/597.32	c cleaning 101999 clauses out of 204074 with flag 117072321/5346713
612.41/611.14	c cleaning 103005 clauses out of 206073 with flag 120270571/5450713
626.95/625.64	c cleaning 104017 clauses out of 208067 with flag 123641611/5555713
640.72/639.46	c cleaning 104970 clauses out of 210049 with flag 126733332/5661713
653.69/652.35	c cleaning 106039 clauses out of 212077 with flag 130457019/5768713
666.73/665.43	c cleaning 106935 clauses out of 214036 with flag 133517456/5876713
680.81/679.53	c cleaning 108035 clauses out of 216100 with flag 136584086/5985713
695.73/698.17	c cleaning 109023 clauses out of 218063 with flag 139671770/6095713
709.70/712.13	c cleaning 110007 clauses out of 220039 with flag 143068199/6206713
723.73/726.20	c cleaning 110963 clauses out of 222030 with flag 146087780/6318713
738.38/740.89	c cleaning 111911 clauses out of 224066 with flag 149214459/6431713
752.64/755.12	c cleaning 112942 clauses out of 226154 with flag 152169116/6545714
768.42/770.98	c cleaning 114094 clauses out of 228210 with flag 155409855/6660713
784.28/787.01	c cleaning 115040 clauses out of 230114 with flag 158932012/6776713
799.54/802.11	c cleaning 115951 clauses out of 232072 with flag 161906941/6893713
814.97/817.68	c cleaning 116909 clauses out of 234119 with flag 165239147/7011713
830.83/833.55	c cleaning 118078 clauses out of 236211 with flag 168497270/7130715
847.37/850.08	c cleaning 119060 clauses out of 238129 with flag 171869779/7250713
863.93/866.60	c cleaning 120032 clauses out of 240067 with flag 175083005/7371713
879.64/882.38	c cleaning 120935 clauses out of 242033 with flag 178745558/7493713
895.42/898.18	c cleaning 122014 clauses out of 244097 with flag 182444607/7616714
910.27/913.10	c cleaning 122958 clauses out of 246080 with flag 185958575/7740713
926.41/929.13	c cleaning 124048 clauses out of 248120 with flag 189435761/7865713
943.88/949.27	c cleaning 125031 clauses out of 250069 with flag 193379430/7991713
960.75/966.05	c cleaning 125989 clauses out of 252036 with flag 196951751/8118713
977.69/984.67	c cleaning 126965 clauses out of 254044 with flag 200437526/8246713
993.85/1000.85	c cleaning 128025 clauses out of 256076 with flag 204308334/8375713
1012.19/1019.72	c cleaning 129017 clauses out of 258049 with flag 207980012/8505713
1030.15/1037.74	c cleaning 130011 clauses out of 260029 with flag 211660492/8636713
1048.82/1056.65	c cleaning 130990 clauses out of 262016 with flag 215206191/8768713
1065.97/1073.88	c cleaning 132008 clauses out of 264023 with flag 218937418/8901713
1082.03/1089.99	c cleaning 132998 clauses out of 266013 with flag 222755871/9035714
1099.44/1107.39	c cleaning 133987 clauses out of 268011 with flag 226637199/9170713
1116.60/1124.52	c cleaning 135002 clauses out of 270021 with flag 230522762/9306713
1134.60/1142.53	c cleaning 135983 clauses out of 272017 with flag 234271710/9443715
1152.67/1160.62	c cleaning 136976 clauses out of 274029 with flag 237696715/9581713
1168.92/1176.90	c cleaning 138018 clauses out of 276050 with flag 241563660/9720713
1186.36/1194.47	c cleaning 138979 clauses out of 278028 with flag 245267437/9860713
1203.72/1211.82	c cleaning 140007 clauses out of 280045 with flag 248946649/10001713
1223.42/1231.56	c cleaning 140960 clauses out of 282034 with flag 252606997/10143713
1241.38/1249.57	c cleaning 142025 clauses out of 284071 with flag 256137235/10286714
1258.64/1266.74	c cleaning 143013 clauses out of 286042 with flag 259806448/10430714
1276.69/1284.87	c cleaning 143969 clauses out of 288023 with flag 263461681/10575713
1294.57/1302.62	c cleaning 145015 clauses out of 290051 with flag 267056962/10721714
1312.03/1320.17	c cleaning 146003 clauses out of 292031 with flag 270673245/10868714
1330.08/1338.20	c cleaning 146967 clauses out of 294021 with flag 274168137/11016713
1347.64/1355.73	c cleaning 147998 clauses out of 296050 with flag 277938338/11165714
1364.62/1372.79	c cleaning 149014 clauses out of 298043 with flag 281269127/11315713
1381.79/1389.89	c cleaning 150002 clauses out of 300023 with flag 284631754/11466714
1399.32/1407.49	c cleaning 150982 clauses out of 302012 with flag 287858184/11618713
1416.79/1424.95	c cleaning 151950 clauses out of 304022 with flag 290783246/11771715
1434.35/1442.43	c cleaning 153013 clauses out of 306060 with flag 294006943/11925713
1452.82/1460.91	c cleaning 153995 clauses out of 308034 with flag 296773420/12080713
1472.32/1480.42	c cleaning 154994 clauses out of 310023 with flag 299396512/12236713
1492.66/1500.85	c cleaning 155995 clauses out of 312007 with flag 301574179/12393715
1509.74/1517.86	c starts		: 23834
1509.74/1517.87	c conflicts		: 12521505
1509.74/1517.87	c decisions		: 177573807
1509.74/1517.87	c propagations		: 942784404
1509.74/1517.87	c inspects		: 16084364827
1509.74/1517.87	c shortcuts		: 0
1509.74/1517.87	c learnt literals	: 269
1509.74/1517.87	c learnt binary clauses	: 8630
1509.74/1517.87	c learnt ternary clauses	: 2912565
1509.74/1517.87	c learnt constraints	: 12521235
1509.74/1517.87	c ignored constraints	: 0
1509.74/1517.87	c root simplifications	: 0
1509.74/1517.87	c removed literals (reason simplification)	: 66190877
1509.74/1517.87	c reason swapping (by a shorter reason)	: 0
1509.74/1517.87	c Calls to reduceDB	: 153
1509.74/1517.87	c Number of update (reduction) of LBD	: 8570024
1509.74/1517.87	c Imported unit clauses	: 0
1509.74/1517.87	c No decision after first conflict	: false
1509.74/1517.87	c number of reductions to clauses (during analyze)	: 0
1509.74/1517.87	c number of learned constraints concerned by reduction	: 0
1509.74/1517.87	c number of learning phase by resolution	: 0
1509.74/1517.87	c number of learning phase by cutting planes	: 0
1509.74/1517.87	c number of rounding to 1 operations	: 0
1509.74/1517.87	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1509.74/1517.87	c number of reductions of the coefficients by power 2 	: 0
1509.74/1517.87	c number of right shift for reduction by power 2 	: 0
1509.74/1517.87	c number of reductions of the coefficients by GCD over coefficients 	: 0
1509.74/1517.87	c number of ending skipping 	: 0
1509.74/1517.87	c number of internal skipping 	: 0
1509.74/1517.87	c number of derivation steps 	: 0
1509.74/1517.87	c number of skipped derivation steps 	: 0
1509.74/1517.87	c number of remaining unassigned 	: 0
1509.74/1517.87	c number of remaining assigned 	: 0
1509.74/1517.87	c number of falsified literals weakened from reason	: 0
1509.74/1517.87	c number of falsified literals weakened from conflict	: 0
1509.74/1517.87	c time for arithmetic operations	: 0
1509.74/1517.87	c minimum degree of deleted constraints	: null
1509.74/1517.87	c maximum degree of deleted constraints	: null
1509.74/1517.87	c number of deleted constraints	: 0
1509.74/1517.87	c speed (assignments/second)	: 621564.3162910166
1509.74/1517.87	c non guided choices	: 923
1509.74/1517.88	s OPTIMUM FOUND
1509.74/1517.88	c Found 1 solution(s)
1509.74/1517.88	v x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 x22 -x23 -x24 x25 x26 -x27 -x28 -x29 x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 x120 x121 -x122 -x123 -x124 -x125 x126 x127 x128 -x129 -x130 -x131 x132 -x133 -x134 x135 -x136 x137 -x138 -x139 x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 x148 -x149 x150 -x151 -x152 -x153 -x154 x155 -x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 x497 x498 -x499 -x500 x501 -x502 x503 -x504 x505 -x506 x507 -x508 x509 -x510 x511 -x512 x513 -x514 x515 -x516 x517 x518 -x519 x520 -x521 x522 -x523 -x524 x525 x526 -x527 -x528 x529 x530 -x531 
1509.74/1517.88	c objective function=16
1509.74/1517.88	c Total wall clock time (in seconds): 1517.551

Verifier Data

OK	16

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Thu Jul  3 12:45:27 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 16 <= obj <= 16
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 16 <= obj <= 16
--summary--
ALL OK

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (53954 MiB free)
  memory of node 1: 64507 MiB (20817 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=81462, runsolver pid=81459

[startup+0.100068 s]*
/proc/loadavg: 4.30 4.22 4.05 8/333 81480
/proc/meminfo: memFree=76539456/131382116 swapFree=33010684/33010684
[pid=81462] ppid=81459 vsize=18930384 memory=48192 CPUtime=0.11 cores=4,6
/proc/81462/stat : 81462 (java) S 81459 81462 80991 0 -1 4194304 5745 0 0 0 8 3 0 0 20 0 18 0 69412628 19384713216 12048 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
/proc/81462/statm: 4732596 12048 5317 1 0 546971 0
[pid=81462/tid=81464] ppid=81459 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=4,6
/proc/81462/task/81464/stat : 81464 (java) R 81459 81462 80991 0 -1 4194368 4630 0 0 0 4 2 0 0 20 0 18 0 69412630 19384713216 12048 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81473] ppid=81459 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/81462/task/81473/stat : 81473 (Finalizer) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69412634 19384713216 12048 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81480] ppid=81459 vsize=18930384 memory=59593594265959 CPUtime=0 cores=4,6
/proc/81462/task/81480/stat : 81480 (Common-Cleaner) S 81459 81462 80991 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 69412636 19384713216 12048 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48192 KiB

[startup+0.212059 s]*
/proc/loadavg: 4.30 4.22 4.05 7/333 81480
/proc/meminfo: memFree=76534608/131382116 swapFree=33010684/33010684
[pid=81462] ppid=81459 vsize=18930384 memory=55468 CPUtime=0.28 cores=4,6
/proc/81462/stat : 81462 (java) S 81459 81462 80991 0 -1 4194304 6483 0 0 0 25 3 0 0 20 0 18 0 69412628 19384713216 13867 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
/proc/81462/statm: 4732596 13867 5349 1 0 547576 0
[pid=81462/tid=81464] ppid=81459 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=4,6
/proc/81462/task/81464/stat : 81464 (java) R 81459 81462 80991 0 -1 4194368 4998 0 0 0 14 2 0 0 20 0 18 0 69412630 19384713216 13867 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81473] ppid=81459 vsize=18930384 memory=1641 CPUtime=0 cores=4,6
/proc/81462/task/81473/stat : 81473 (Finalizer) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69412634 19384713216 13867 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81480] ppid=81459 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/81462/task/81480/stat : 81480 (Common-Cleaner) S 81459 81462 80991 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 69412636 19384713216 13867 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55468 KiB

[startup+0.311804 s]*
/proc/loadavg: 4.30 4.22 4.05 7/333 81480
/proc/meminfo: memFree=76534368/131382116 swapFree=33010684/33010684
[pid=81462] ppid=81459 vsize=18930384 memory=58884 CPUtime=0.43 cores=4,6
/proc/81462/stat : 81462 (java) S 81459 81462 80991 0 -1 4194304 6780 0 0 0 40 3 0 0 20 0 18 0 69412628 19384713216 14721 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
/proc/81462/statm: 4732596 14721 5413 1 0 547777 0
[pid=81462/tid=81464] ppid=81459 vsize=18930384 memory=-6000919468411612007 CPUtime=0.24 cores=4,6
/proc/81462/task/81464/stat : 81464 (java) R 81459 81462 80991 0 -1 4194368 5193 0 0 0 22 2 0 0 20 0 18 0 69412630 19384713216 14721 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81473] ppid=81459 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/81462/task/81473/stat : 81473 (Finalizer) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69412634 19384713216 14721 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81480] ppid=81459 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/81462/task/81480/stat : 81480 (Common-Cleaner) S 81459 81462 80991 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 69412636 19384713216 14721 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58884 KiB

[startup+0.700332 s]
/proc/loadavg: 4.30 4.22 4.05 7/333 81480
/proc/meminfo: memFree=76532728/131382116 swapFree=33010684/33010684
[pid=81462] ppid=81459 vsize=18930384 memory=97100 CPUtime=1.14 cores=4,6
/proc/81462/stat : 81462 (java) S 81459 81462 80991 0 -1 4194304 8597 0 0 0 109 5 0 0 20 0 18 0 69412628 19384713216 24275 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
/proc/81462/statm: 4732596 24275 5413 1 0 549000 0
[pid=81462/tid=81464] ppid=81459 vsize=18930384 memory=18432 CPUtime=0.58 cores=4,6
/proc/81462/task/81464/stat : 81464 (java) R 81459 81462 80991 0 -1 4194368 5300 0 0 0 55 3 0 0 20 0 18 0 69412630 19384713216 24275 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81473] ppid=81459 vsize=18930384 memory=11136 CPUtime=0 cores=4,6
/proc/81462/task/81473/stat : 81473 (Finalizer) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69412634 19384713216 24275 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81480] ppid=81459 vsize=18930384 memory=3328 CPUtime=0 cores=4,6
/proc/81462/task/81480/stat : 81480 (Common-Cleaner) S 81459 81462 80991 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 69412636 19384713216 24275 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 97100 KiB

[startup+1.50024 s]
/proc/loadavg: 4.30 4.22 4.05 6/334 81481
/proc/meminfo: memFree=76429852/131382116 swapFree=33010684/33010684
[pid=81462] ppid=81459 vsize=19063512 memory=176084 CPUtime=2.7 cores=4,6
/proc/81462/stat : 81462 (java) S 81459 81462 80991 0 -1 4194304 18331 0 0 0 261 9 0 0 20 0 20 0 69412628 19521036288 44021 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
/proc/81462/statm: 4765878 44021 5509 1 0 553165 0
[pid=81462/tid=81464] ppid=81459 vsize=19063512 memory=3328 CPUtime=1.24 cores=4,6
/proc/81462/task/81464/stat : 81464 (java) R 81459 81462 80991 0 -1 4194368 6640 0 0 0 119 5 0 0 20 0 20 0 69412630 19521036288 44021 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81473] ppid=81459 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/81462/task/81473/stat : 81473 (Finalizer) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412634 19521036288 44021 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81480] ppid=81459 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/81462/task/81480/stat : 81480 (Common-Cleaner) S 81459 81462 80991 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 69412636 19521036288 44021 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176084 KiB

[startup+3.10554 s]
/proc/loadavg: 4.35 4.23 4.06 6/335 81482
/proc/meminfo: memFree=76397028/131382116 swapFree=33010684/33010684
[pid=81462] ppid=81459 vsize=19063512 memory=190160 CPUtime=5.88 cores=4,6
/proc/81462/stat : 81462 (java) S 81459 81462 80991 0 -1 4194304 21615 0 0 0 577 11 0 0 20 0 20 0 69412628 19521036288 47540 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
/proc/81462/statm: 4765878 47540 5541 1 0 554104 0
[pid=81462/tid=81464] ppid=81459 vsize=19063512 memory=11136 CPUtime=2.75 cores=4,6
/proc/81462/task/81464/stat : 81464 (java) R 81459 81462 80991 0 -1 4194368 7220 0 0 0 269 6 0 0 20 0 20 0 69412630 19521036288 47540 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81473] ppid=81459 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/81462/task/81473/stat : 81473 (Finalizer) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412634 19521036288 47540 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81480] ppid=81459 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/81462/task/81480/stat : 81480 (Common-Cleaner) S 81459 81462 80991 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 69412636 19521036288 47540 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81482] ppid=81459 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/81462/task/81482/stat : 81482 (Timer-0) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412736 19521036288 47540 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 190160 KiB

[startup+6.30045 s]
/proc/loadavg: 4.35 4.23 4.06 6/335 81482
/proc/meminfo: memFree=76309620/131382116 swapFree=33010684/33010684
[pid=81462] ppid=81459 vsize=19063512 memory=328772 CPUtime=10.31 cores=4,6
/proc/81462/stat : 81462 (java) S 81459 81462 80991 0 -1 4194304 22701 0 0 0 1014 17 0 0 20 0 20 0 69412628 19521036288 82193 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
/proc/81462/statm: 4765878 82193 5541 1 0 554840 0
[pid=81462/tid=81464] ppid=81459 vsize=19063512 memory=0 CPUtime=5.9 cores=4,6
/proc/81462/task/81464/stat : 81464 (java) R 81459 81462 80991 0 -1 4194368 7415 0 0 0 580 10 0 0 20 0 20 0 69412630 19521036288 82193 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81473] ppid=81459 vsize=19063512 memory=4283932234721037686 CPUtime=0 cores=4,6
/proc/81462/task/81473/stat : 81473 (Finalizer) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412634 19521036288 82193 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81480] ppid=81459 vsize=19063512 memory=-6000919468411612007 CPUtime=0 cores=4,6
/proc/81462/task/81480/stat : 81480 (Common-Cleaner) S 81459 81462 80991 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 69412636 19521036288 82193 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81482] ppid=81459 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/81462/task/81482/stat : 81482 (Timer-0) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412736 19521036288 82193 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
Current children cumulated CPU time: 10.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 328772 KiB

[startup+12.7004 s]
/proc/loadavg: 4.32 4.23 4.06 5/335 81482
/proc/meminfo: memFree=75916584/131382116 swapFree=33010684/33010684
[pid=81462] ppid=81459 vsize=19063512 memory=672024 CPUtime=17.16 cores=4,6
/proc/81462/stat : 81462 (java) S 81459 81462 80991 0 -1 4194304 26208 0 0 0 1687 29 0 0 20 0 20 0 69412628 19521036288 168006 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
/proc/81462/statm: 4765878 168006 5541 1 0 661364 0
[pid=81462/tid=81464] ppid=81459 vsize=19063512 memory=0 CPUtime=12.07 cores=4,6
/proc/81462/task/81464/stat : 81464 (java) R 81459 81462 80991 0 -1 4194368 8329 0 0 0 1187 20 0 0 20 0 20 0 69412630 19521036288 168006 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81473] ppid=81459 vsize=19063512 memory=565456 CPUtime=0 cores=4,6
/proc/81462/task/81473/stat : 81473 (Finalizer) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412634 19521036288 168006 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81480] ppid=81459 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/81462/task/81480/stat : 81480 (Common-Cleaner) S 81459 81462 80991 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 69412636 19521036288 168006 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81482] ppid=81459 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/81462/task/81482/stat : 81482 (Timer-0) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412736 19521036288 168006 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
Current children cumulated CPU time: 17.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 672024 KiB

[startup+25.5003 s]
/proc/loadavg: 4.33 4.23 4.06 5/335 81482
/proc/meminfo: memFree=75383288/131382116 swapFree=33010684/33010684
[pid=81462] ppid=81459 vsize=19063512 memory=1055084 CPUtime=29.97 cores=4,6
/proc/81462/stat : 81462 (java) S 81459 81462 80991 0 -1 4194304 29982 0 0 0 2952 45 0 0 20 0 20 0 69412628 19521036288 263771 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
/proc/81462/statm: 4765878 263771 5541 1 0 661377 0
[pid=81462/tid=81464] ppid=81459 vsize=19063512 memory=-6000919468411612007 CPUtime=24.56 cores=4,6
/proc/81462/task/81464/stat : 81464 (java) R 81459 81462 80991 0 -1 4194368 9907 0 0 0 2423 33 0 0 20 0 20 0 69412630 19521036288 263771 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81473] ppid=81459 vsize=19063512 memory=3197 CPUtime=0 cores=4,6
/proc/81462/task/81473/stat : 81473 (Finalizer) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412634 19521036288 263771 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81480] ppid=81459 vsize=19063512 memory=966976 CPUtime=0 cores=4,6
/proc/81462/task/81480/stat : 81480 (Common-Cleaner) S 81459 81462 80991 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 69412636 19521036288 263771 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81482] ppid=81459 vsize=19063512 memory=966976 CPUtime=0 cores=4,6
/proc/81462/task/81482/stat : 81482 (Timer-0) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412736 19521036288 263771 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
Current children cumulated CPU time: 29.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1055084 KiB

[startup+51.1136 s]
/proc/loadavg: 4.22 4.21 4.06 5/335 81482
/proc/meminfo: memFree=74784516/131382116 swapFree=33010684/33010684
[pid=81462] ppid=81459 vsize=19063512 memory=1305116 CPUtime=55.48 cores=4,6
/proc/81462/stat : 81462 (java) S 81459 81462 80991 0 -1 4194304 32620 0 0 0 5488 60 0 0 20 0 20 0 69412628 19521036288 326279 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
/proc/81462/statm: 4765878 326279 5573 1 0 661377 0
[pid=81462/tid=81464] ppid=81459 vsize=19063512 memory=1092116 CPUtime=49.73 cores=4,6
/proc/81462/task/81464/stat : 81464 (java) R 81459 81462 80991 0 -1 4194368 11103 0 0 0 4927 46 0 0 20 0 20 0 69412630 19521036288 326279 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81473] ppid=81459 vsize=19063512 memory=-6000919468411612007 CPUtime=0 cores=4,6
/proc/81462/task/81473/stat : 81473 (Finalizer) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412634 19521036288 326279 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81480] ppid=81459 vsize=19063512 memory=1055212 CPUtime=0 cores=4,6
/proc/81462/task/81480/stat : 81480 (Common-Cleaner) S 81459 81462 80991 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 69412636 19521036288 326279 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81482] ppid=81459 vsize=19063512 memory=966976 CPUtime=0 cores=4,6
/proc/81462/task/81482/stat : 81482 (Timer-0) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412736 19521036288 326279 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0

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

# Child status: 30

# cumulated CPU time of all completed processes:  user=1505.89 s, system=3.9469 s

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

[startup+1484.8 s]
/proc/loadavg: 4.17 4.19 4.14 5/332 81760
/proc/meminfo: memFree=118572684/131382116 swapFree=33010684/33010684
[pid=81462] ppid=81459 vsize=19063512 memory=2512112 CPUtime=1476.7 cores=4,6
/proc/81462/stat : 81462 (java) S 81459 81462 80991 0 -1 4194304 64833 0 0 0 147283 387 0 0 20 0 20 0 69412628 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
/proc/81462/statm: 4765878 628028 5573 1 0 661537 0
[pid=81462/tid=81464] ppid=81459 vsize=19063512 memory=5632 CPUtime=1458.25 cores=4,6
/proc/81462/task/81464/stat : 81464 (java) R 81459 81462 80991 0 -1 4194368 27583 0 0 0 145544 281 0 0 20 0 20 0 69412630 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81473] ppid=81459 vsize=19063512 memory=2491632 CPUtime=0 cores=4,6
/proc/81462/task/81473/stat : 81473 (Finalizer) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412634 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81480] ppid=81459 vsize=19063512 memory=2491632 CPUtime=0 cores=4,6
/proc/81462/task/81480/stat : 81480 (Common-Cleaner) S 81459 81462 80991 0 -1 4194368 828 0 0 0 0 0 0 0 20 0 20 0 69412636 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81482] ppid=81459 vsize=19063512 memory=2491632 CPUtime=0 cores=4,6
/proc/81462/task/81482/stat : 81482 (Timer-0) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412736 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
Current children cumulated CPU time: 1476.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2512112 KiB

[startup+1497.6 s]
/proc/loadavg: 4.14 4.18 4.14 5/331 81760
/proc/meminfo: memFree=118476500/131382116 swapFree=33010684/33010684
[pid=81462] ppid=81459 vsize=19063512 memory=2512112 CPUtime=1489.48 cores=4,6
/proc/81462/stat : 81462 (java) S 81459 81462 80991 0 -1 4194304 65338 0 0 0 148559 389 0 0 20 0 20 0 69412628 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
/proc/81462/statm: 4765878 628028 5573 1 0 661537 0
[pid=81462/tid=81464] ppid=81459 vsize=19063512 memory=2491632 CPUtime=1471 cores=4,6
/proc/81462/task/81464/stat : 81464 (java) R 81459 81462 80991 0 -1 4194368 28048 0 0 0 146818 282 0 0 20 0 20 0 69412630 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81473] ppid=81459 vsize=19063512 memory=2491632 CPUtime=0 cores=4,6
/proc/81462/task/81473/stat : 81473 (Finalizer) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412634 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81480] ppid=81459 vsize=19063512 memory=18432 CPUtime=0 cores=4,6
/proc/81462/task/81480/stat : 81480 (Common-Cleaner) S 81459 81462 80991 0 -1 4194368 828 0 0 0 0 0 0 0 20 0 20 0 69412636 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81482] ppid=81459 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/81462/task/81482/stat : 81482 (Timer-0) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412736 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
Current children cumulated CPU time: 1489.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2512112 KiB

[startup+1510.4 s]
/proc/loadavg: 4.11 4.17 4.14 5/332 81761
/proc/meminfo: memFree=118417840/131382116 swapFree=33010684/33010684
[pid=81462] ppid=81459 vsize=19063512 memory=2512112 CPUtime=1502.24 cores=4,6
/proc/81462/stat : 81462 (java) S 81459 81462 80991 0 -1 4194304 65764 0 0 0 149833 391 0 0 20 0 20 0 69412628 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
/proc/81462/statm: 4765878 628028 5573 1 0 661537 0
[pid=81462/tid=81464] ppid=81459 vsize=19063512 memory=2491632 CPUtime=1483.76 cores=4,6
/proc/81462/task/81464/stat : 81464 (java) R 81459 81462 80991 0 -1 4194368 28281 0 0 0 148092 284 0 0 20 0 20 0 69412630 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81473] ppid=81459 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/81462/task/81473/stat : 81473 (Finalizer) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412634 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81480] ppid=81459 vsize=19063512 memory=2512112 CPUtime=0 cores=4,6
/proc/81462/task/81480/stat : 81480 (Common-Cleaner) S 81459 81462 80991 0 -1 4194368 914 0 0 0 0 0 0 0 20 0 20 0 69412636 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81482] ppid=81459 vsize=19063512 memory=2512112 CPUtime=0 cores=4,6
/proc/81462/task/81482/stat : 81482 (Timer-0) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412736 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
Current children cumulated CPU time: 1502.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2512112 KiB

[startup+1513.6 s]
/proc/loadavg: 4.10 4.17 4.14 5/332 81761
/proc/meminfo: memFree=118389572/131382116 swapFree=33010684/33010684
[pid=81462] ppid=81459 vsize=19063512 memory=2512112 CPUtime=1505.43 cores=4,6
/proc/81462/stat : 81462 (java) S 81459 81462 80991 0 -1 4194304 65782 0 0 0 150152 391 0 0 20 0 20 0 69412628 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
/proc/81462/statm: 4765878 628028 5573 1 0 661537 0
[pid=81462/tid=81464] ppid=81459 vsize=19063512 memory=21672 CPUtime=1486.95 cores=4,6
/proc/81462/task/81464/stat : 81464 (java) R 81459 81462 80991 0 -1 4194368 28299 0 0 0 148411 284 0 0 20 0 20 0 69412630 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81473] ppid=81459 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/81462/task/81473/stat : 81473 (Finalizer) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412634 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81480] ppid=81459 vsize=19063512 memory=2512112 CPUtime=0 cores=4,6
/proc/81462/task/81480/stat : 81480 (Common-Cleaner) S 81459 81462 80991 0 -1 4194368 914 0 0 0 0 0 0 0 20 0 20 0 69412636 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81482] ppid=81459 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/81462/task/81482/stat : 81482 (Timer-0) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412736 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
Current children cumulated CPU time: 1505.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2512112 KiB

[startup+1515.2 s]
/proc/loadavg: 4.10 4.17 4.14 5/332 81761
/proc/meminfo: memFree=118372660/131382116 swapFree=33010684/33010684
[pid=81462] ppid=81459 vsize=19063512 memory=2512112 CPUtime=1507.03 cores=4,6
/proc/81462/stat : 81462 (java) S 81459 81462 80991 0 -1 4194304 65785 0 0 0 150312 391 0 0 20 0 20 0 69412628 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
/proc/81462/statm: 4765878 628028 5573 1 0 661537 0
[pid=81462/tid=81464] ppid=81459 vsize=19063512 memory=2512112 CPUtime=1488.55 cores=4,6
/proc/81462/task/81464/stat : 81464 (java) R 81459 81462 80991 0 -1 4194368 28302 0 0 0 148571 284 0 0 20 0 20 0 69412630 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81473] ppid=81459 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/81462/task/81473/stat : 81473 (Finalizer) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412634 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81480] ppid=81459 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/81462/task/81480/stat : 81480 (Common-Cleaner) S 81459 81462 80991 0 -1 4194368 914 0 0 0 0 0 0 0 20 0 20 0 69412636 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81482] ppid=81459 vsize=19063512 memory=-6623560027815435943 CPUtime=0 cores=4,6
/proc/81462/task/81482/stat : 81482 (Timer-0) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412736 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
Current children cumulated CPU time: 1507.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2512112 KiB

[startup+1516.8 s]
/proc/loadavg: 4.10 4.17 4.14 5/332 81761
/proc/meminfo: memFree=118363872/131382116 swapFree=33010684/33010684
[pid=81462] ppid=81459 vsize=19063512 memory=2512112 CPUtime=1508.63 cores=4,6
/proc/81462/stat : 81462 (java) S 81459 81462 80991 0 -1 4194304 65786 0 0 0 150471 392 0 0 20 0 20 0 69412628 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
/proc/81462/statm: 4765878 628028 5573 1 0 661537 0
[pid=81462/tid=81464] ppid=81459 vsize=19063512 memory=3328 CPUtime=1490.15 cores=4,6
/proc/81462/task/81464/stat : 81464 (java) R 81459 81462 80991 0 -1 4194368 28303 0 0 0 148731 284 0 0 20 0 20 0 69412630 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81473] ppid=81459 vsize=19063512 memory=4752 CPUtime=0 cores=4,6
/proc/81462/task/81473/stat : 81473 (Finalizer) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412634 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81480] ppid=81459 vsize=19063512 memory=2512112 CPUtime=0 cores=4,6
/proc/81462/task/81480/stat : 81480 (Common-Cleaner) S 81459 81462 80991 0 -1 4194368 914 0 0 0 0 0 0 0 20 0 20 0 69412636 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81482] ppid=81459 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/81462/task/81482/stat : 81482 (Timer-0) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412736 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
Current children cumulated CPU time: 1508.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2512112 KiB

[startup+1517.6 s]
/proc/loadavg: 4.10 4.17 4.14 5/332 81761
/proc/meminfo: memFree=118362864/131382116 swapFree=33010684/33010684
[pid=81462] ppid=81459 vsize=19063512 memory=2512112 CPUtime=1509.54 cores=4,6
/proc/81462/stat : 81462 (java) S 81459 81462 80991 0 -1 4194304 66494 0 0 0 150562 392 0 0 20 0 20 0 69412628 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
/proc/81462/statm: 4765878 628028 5573 1 0 661537 0
[pid=81462/tid=81464] ppid=81459 vsize=19063512 memory=5632 CPUtime=1490.94 cores=4,6
/proc/81462/task/81464/stat : 81464 (java) R 81459 81462 80991 0 -1 4194368 28863 0 0 0 148810 284 0 0 20 0 20 0 69412630 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81473] ppid=81459 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/81462/task/81473/stat : 81473 (Finalizer) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412634 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81480] ppid=81459 vsize=19063512 memory=18432 CPUtime=0 cores=4,6
/proc/81462/task/81480/stat : 81480 (Common-Cleaner) S 81459 81462 80991 0 -1 4194368 914 0 0 0 0 0 0 0 20 0 20 0 69412636 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81482] ppid=81459 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/81462/task/81482/stat : 81482 (Timer-0) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412736 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
Current children cumulated CPU time: 1509.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2512112 KiB

[startup+1517.8 s]
/proc/loadavg: 4.10 4.17 4.14 5/332 81761
/proc/meminfo: memFree=118362864/131382116 swapFree=33010684/33010684
[pid=81462] ppid=81459 vsize=19063512 memory=2512112 CPUtime=1509.74 cores=4,6
/proc/81462/stat : 81462 (java) S 81459 81462 80991 0 -1 4194304 66494 0 0 0 150582 392 0 0 20 0 20 0 69412628 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
/proc/81462/statm: 4765878 628028 5573 1 0 661537 0
[pid=81462/tid=81464] ppid=81459 vsize=19063512 memory=4352 CPUtime=1491.14 cores=4,6
/proc/81462/task/81464/stat : 81464 (java) R 81459 81462 80991 0 -1 4194368 28863 0 0 0 148830 284 0 0 20 0 20 0 69412630 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81473] ppid=81459 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/81462/task/81473/stat : 81473 (Finalizer) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412634 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81480] ppid=81459 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/81462/task/81480/stat : 81480 (Common-Cleaner) S 81459 81462 80991 0 -1 4194368 914 0 0 0 0 0 0 0 20 0 20 0 69412636 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
[pid=81462/tid=81482] ppid=81459 vsize=19063512 memory=-6000919468411612007 CPUtime=0 cores=4,6
/proc/81462/task/81482/stat : 81482 (Timer-0) S 81459 81462 80991 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69412736 19521036288 628028 18446744073709551615 93859055529984 93859055533680 140726333525120 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93859055541496 93859055542288 93859063996416 140726333528368 140726333528550 140726333528550 140726333534152 0
Current children cumulated CPU time: 1509.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2512112 KiB

[startup+1517.9 s]*
/proc/loadavg: 4.01 4.15 4.13 5/314 81763
/proc/meminfo: memFree=120460956/131382116 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 30

Real time (s): 1517.94
CPU time (s): 1509.84
CPU user time (s): 1505.89
CPU system time (s): 3.9469
CPU usage (%): 99.4662
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2512112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1505.89
system time used= 3.9469
maximum resident set size= 2512752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68667
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3594520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49194
involuntary context switches= 5373


# summary of solver processes directly reported to runsolver:
#   pid: 81462
#   total CPU time (s): 1509.84
#   total CPU user time (s): 1505.89
#   total CPU system time (s): 3.9469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.26841 second user time and 15.7871 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-03 12:08:49
IDJOB=4517545
IDBENCH=176113
IDSOLVER=3364
FILE ID=nodeC011/4517545-1751537329
RUNJOBID= nodeC011-1751535003-81002
SLURM_JOB_ID= 9598684
Free space on /tmp= 430536 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=18-t=2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517545-1751537329/watcher-4517545-1751537329 -o /tmp/evaluation-result-4517545-1751537329/solver-4517545-1751537329 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751535003-81002 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517545-1751537329 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4517545-1751537329.opb

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

MD5SUM BENCH= 5da417552da80e99ebaacbb86c541f7c
RANDOM SEED=1933514899

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        76574876 kB
MemAvailable:   108814128 kB
Buffers:            3276 kB
Cached:         33003296 kB
SwapCached:            0 kB
Active:         21321284 kB
Inactive:       32564156 kB
Active(anon):   20894756 kB
Inactive(anon):     2104 kB
Active(file):     426528 kB
Inactive(file): 32562052 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            283204 kB
Writeback:            12 kB
AnonPages:      20882020 kB
Mapped:           123552 kB
Shmem:             17960 kB
KReclaimable:     180212 kB
Slab:             276460 kB
SReclaimable:     180212 kB
SUnreclaim:        96248 kB
KernelStack:        5120 kB
PageTables:        44540 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   21441600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  20541440 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430536 MiB
End job on nodeC011 at 2025-07-03 12:34:07