Trace number 4448132

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 2024 2024-07-07UNSAT cert. 742.577 737.152

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x90split.cnf-plain.pb.metafix.opb
MD5SUM43b43b4642a1f471c30a83b83143bc9f
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 benchmark107.465
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables901
Total number of constraints3602
Number of constraints which are clauses3602
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.17	c See www.sat4j.org for details.
0.13/0.19	c version CUSTOM.v20240707
0.13/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.22	c java.vm.version	22.0.1+8-16
0.13/0.22	c java.vm.vendor	Oracle Corporation
0.13/0.22	c sun.arch.data.model	64
0.13/0.22	c java.version		22.0.1
0.13/0.22	c os.name		Linux
0.13/0.22	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.22	c os.arch		amd64
0.13/0.22	c Free memory 		2113181440
0.13/0.22	c Max memory 		16282288128
0.30/0.23	c Total memory 		2122317824
0.30/0.23	c Number of processors 	2
0.46/0.34	--- Begin Solver configuration ---
0.46/0.34	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.46/0.34	Learn all clauses as in MiniSAT
0.46/0.34	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.34	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.46/0.34	Expensive reason simplification
0.46/0.34	Glucose 2.1 dynamic restart strategy
0.46/0.34	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.46/0.34	timeout=2147483s
0.46/0.34	DB Simplification allowed=false
0.46/0.34	Listener: none
0.46/0.34	--- End Solver configuration ---
0.46/0.34	c Pseudo Boolean Optimization by upper bound
0.46/0.34	c --- Begin Solver configuration ---
0.46/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.46/0.34	c Learn all clauses as in MiniSAT
0.46/0.34	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.46/0.35	c Expensive reason simplification
0.46/0.35	c Glucose 2.1 dynamic restart strategy
0.46/0.35	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.46/0.35	c timeout=2147483s
0.46/0.35	c DB Simplification allowed=false
0.46/0.35	c Listener: none
0.46/0.35	c --- End Solver configuration ---
0.46/0.35	c solving HOME/instance-4448132-1721827571.opb
0.46/0.35	c reading problem ... 
0.46/0.35	c using VERIPB proof format
0.46/0.35	c  no objective function found
0.83/0.58	c ... done. Wall clock time 0.224s.
0.83/0.58	c declared #vars     901
0.83/0.58	c #constraints  3602
0.83/0.58	c constraints type 
0.83/0.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.83/0.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3600
0.83/0.58	c 3602 constraints processed.
1.96/1.20	c cleaning 2489 clauses out of 5001 with flag 23684/5001
2.93/1.65	c cleaning 4249 clauses out of 8513 with flag 52202/11002
3.50/1.93	c cleaning 5615 clauses out of 11262 with flag 89353/18000
3.90/2.19	c cleaning 6811 clauses out of 13647 with flag 132727/26000
4.29/2.35	c cleaning 7896 clauses out of 15837 with flag 179320/35001
4.66/2.53	c cleaning 8925 clauses out of 17942 with flag 236828/45002
5.07/2.76	c cleaning 9984 clauses out of 20016 with flag 300107/56001
5.34/2.99	c cleaning 10972 clauses out of 22032 with flag 369236/68001
5.64/3.23	c cleaning 11990 clauses out of 24059 with flag 439814/81000
5.94/3.50	c cleaning 13004 clauses out of 26070 with flag 518791/95001
6.15/3.79	c cleaning 14030 clauses out of 28065 with flag 603425/110000
6.46/4.09	c cleaning 14982 clauses out of 30035 with flag 693772/126000
7.19/4.45	c cleaning 16004 clauses out of 32053 with flag 794188/143000
7.76/4.82	c cleaning 16959 clauses out of 34049 with flag 902970/161000
8.26/5.23	c cleaning 17989 clauses out of 36092 with flag 1013599/180002
8.66/5.66	c cleaning 19001 clauses out of 38101 with flag 1126013/200000
9.18/6.14	c cleaning 20005 clauses out of 40100 with flag 1241309/221000
9.67/6.64	c cleaning 21025 clauses out of 42096 with flag 1362862/243001
10.19/7.17	c cleaning 21975 clauses out of 44070 with flag 1487234/266000
10.77/7.76	c cleaning 23005 clauses out of 46097 with flag 1616758/290002
11.36/8.34	c cleaning 23996 clauses out of 48090 with flag 1748603/315000
11.97/8.95	c cleaning 25032 clauses out of 50094 with flag 1888821/341000
12.56/9.57	c cleaning 25997 clauses out of 52062 with flag 2031109/368000
13.26/10.27	c cleaning 26997 clauses out of 54065 with flag 2182952/396000
13.96/11.00	c cleaning 28011 clauses out of 56070 with flag 2332442/425002
14.76/11.76	c cleaning 28987 clauses out of 58058 with flag 2488464/455001
15.65/12.62	c cleaning 30015 clauses out of 60071 with flag 2648379/486001
16.48/13.47	c cleaning 30992 clauses out of 62055 with flag 2809867/518000
17.37/14.39	c cleaning 31997 clauses out of 64067 with flag 2976555/551004
18.46/15.44	c cleaning 33021 clauses out of 66066 with flag 3148759/585000
19.39/16.39	c cleaning 33986 clauses out of 68045 with flag 3331514/620000
20.48/17.41	c cleaning 34986 clauses out of 70060 with flag 3515318/656001
21.49/18.46	c cleaning 36013 clauses out of 72073 with flag 3710508/693000
22.59/19.54	c cleaning 37009 clauses out of 74060 with flag 3903925/731000
23.69/20.68	c cleaning 38007 clauses out of 76051 with flag 4095871/770000
24.88/21.87	c cleaning 38983 clauses out of 78046 with flag 4296626/810002
26.20/23.14	c cleaning 39979 clauses out of 80063 with flag 4502439/851002
27.49/24.73	c cleaning 41011 clauses out of 82083 with flag 4711668/893001
28.80/26.09	c cleaning 41992 clauses out of 84073 with flag 4925995/936002
30.38/27.60	c cleaning 43010 clauses out of 86080 with flag 5146880/980001
31.79/29.08	c cleaning 44003 clauses out of 88070 with flag 5379797/1025001
33.27/30.59	c cleaning 44995 clauses out of 90066 with flag 5609573/1071000
34.94/32.17	c cleaning 46011 clauses out of 92072 with flag 5845004/1118001
36.52/33.74	c cleaning 47002 clauses out of 94061 with flag 6076952/1166001
38.11/35.37	c cleaning 48016 clauses out of 96059 with flag 6308547/1215001
39.92/37.19	c cleaning 49005 clauses out of 98042 with flag 6544759/1265000
41.71/38.96	c cleaning 49986 clauses out of 100037 with flag 6786789/1316000
43.60/40.81	c cleaning 50984 clauses out of 102051 with flag 7035894/1368000
45.40/42.66	c cleaning 52002 clauses out of 104068 with flag 7277667/1421001
47.40/44.65	c cleaning 53007 clauses out of 106065 with flag 7527898/1475000
49.49/46.72	c cleaning 53993 clauses out of 108058 with flag 7781708/1530000
51.38/48.65	c cleaning 55007 clauses out of 110065 with flag 8038375/1586000
53.48/50.73	c cleaning 56006 clauses out of 112058 with flag 8295359/1643000
55.58/52.82	c cleaning 57000 clauses out of 114053 with flag 8561102/1701001
57.68/55.11	c cleaning 57993 clauses out of 116052 with flag 8826576/1760000
60.19/57.54	c cleaning 58999 clauses out of 118059 with flag 9103993/1820000
62.49/59.87	c cleaning 59996 clauses out of 120060 with flag 9381481/1881000
64.88/62.26	c cleaning 61007 clauses out of 122065 with flag 9658340/1943001
67.47/64.81	c cleaning 62009 clauses out of 124059 with flag 9944480/2006002
70.07/67.40	c cleaning 62988 clauses out of 126049 with flag 10229035/2070001
72.56/69.93	c cleaning 63997 clauses out of 128061 with flag 10522469/2135001
75.16/72.56	c cleaning 65009 clauses out of 130064 with flag 10810498/2201001
77.77/75.11	c cleaning 66001 clauses out of 132057 with flag 11104987/2268003
80.69/78.03	c cleaning 67005 clauses out of 134054 with flag 11407516/2336001
83.47/80.85	c cleaning 67995 clauses out of 136048 with flag 11713124/2405000
86.26/83.64	c cleaning 69006 clauses out of 138053 with flag 12012348/2475000
89.16/86.69	c cleaning 69997 clauses out of 140048 with flag 12318844/2546001
92.46/90.01	c cleaning 70993 clauses out of 142051 with flag 12635851/2618001
95.66/93.14	c cleaning 71995 clauses out of 144058 with flag 12950025/2691001
98.94/96.41	c cleaning 73001 clauses out of 146064 with flag 13266509/2765002
102.13/99.66	c cleaning 74010 clauses out of 148061 with flag 13585871/2840000
105.64/103.16	c cleaning 74997 clauses out of 150052 with flag 13918422/2916001
109.21/106.73	c cleaning 75999 clauses out of 152055 with flag 14249115/2993001
112.71/110.22	c cleaning 76997 clauses out of 154055 with flag 14581505/3071000
116.43/113.94	c cleaning 78013 clauses out of 156059 with flag 14917092/3150001
120.34/117.90	c cleaning 79004 clauses out of 158045 with flag 15251520/3230000
124.03/121.63	c cleaning 80002 clauses out of 160041 with flag 15581663/3311000
128.03/125.66	c cleaning 80983 clauses out of 162040 with flag 15923556/3393001
131.82/129.41	c cleaning 82022 clauses out of 164057 with flag 16267428/3476001
135.81/133.44	c cleaning 83005 clauses out of 166034 with flag 16614621/3560000
139.94/137.46	c cleaning 84004 clauses out of 168030 with flag 16964206/3645001
144.24/141.79	c cleaning 84982 clauses out of 170025 with flag 17313590/3731000
148.73/146.21	c cleaning 86001 clauses out of 172043 with flag 17675898/3818000
153.03/150.62	c cleaning 86995 clauses out of 174043 with flag 18027106/3906001
157.72/155.36	c cleaning 88004 clauses out of 176047 with flag 18388382/3995000
162.12/159.71	c cleaning 89008 clauses out of 178043 with flag 18748616/4085000
166.80/164.42	c cleaning 89998 clauses out of 180036 with flag 19114720/4176001
171.71/169.30	c cleaning 91003 clauses out of 182037 with flag 19483076/4268000
176.77/174.20	c cleaning 91996 clauses out of 184036 with flag 19857583/4361002
181.37/178.99	c cleaning 93015 clauses out of 186039 with flag 20220083/4455001
186.86/184.42	c cleaning 93994 clauses out of 188024 with flag 20602561/4550001
192.15/189.71	c cleaning 94995 clauses out of 190030 with flag 20984177/4646001
197.32/194.86	c cleaning 95997 clauses out of 192034 with flag 21360720/4743000
202.32/199.87	c cleaning 97011 clauses out of 194037 with flag 21735092/4841000
207.31/204.89	c cleaning 97989 clauses out of 196027 with flag 22122780/4940001
213.36/211.06	c cleaning 99000 clauses out of 198038 with flag 22505839/5040001
218.71/216.39	c cleaning 100013 clauses out of 200038 with flag 22899198/5141001
224.04/221.68	c cleaning 101000 clauses out of 202025 with flag 23282642/5243001
229.15/226.73	c cleaning 101994 clauses out of 204024 with flag 23668097/5346000
234.48/231.89	c cleaning 103000 clauses out of 206030 with flag 24063714/5450000
239.88/237.14	c cleaning 103995 clauses out of 208030 with flag 24456017/5555000
245.11/242.41	c cleaning 105004 clauses out of 210036 with flag 24850633/5661001
250.48/247.65	c cleaning 105997 clauses out of 212032 with flag 25250955/5768001
255.98/253.11	c cleaning 107010 clauses out of 214034 with flag 25650947/5876000
261.16/258.38	c cleaning 108000 clauses out of 216025 with flag 26045734/5985001
266.86/264.05	c cleaning 108997 clauses out of 218024 with flag 26445800/6095000
272.24/269.45	c cleaning 109989 clauses out of 220028 with flag 26842148/6206001
277.50/274.77	c cleaning 111006 clauses out of 222038 with flag 27248247/6318000
282.68/279.98	c cleaning 111992 clauses out of 224032 with flag 27652215/6431000
288.15/285.38	c cleaning 113013 clauses out of 226040 with flag 28052291/6545000
294.04/291.22	c cleaning 113999 clauses out of 228028 with flag 28465709/6660001
299.85/297.08	c cleaning 115002 clauses out of 230029 with flag 28878191/6776001
305.83/303.19	c cleaning 116003 clauses out of 232028 with flag 29297841/6893002
312.99/310.35	c cleaning 116994 clauses out of 234024 with flag 29714895/7011001
319.14/316.38	c cleaning 118004 clauses out of 236030 with flag 30138935/7130001
325.28/322.48	c cleaning 118997 clauses out of 238026 with flag 30582908/7250001
331.36/328.50	c cleaning 120007 clauses out of 240028 with flag 31020737/7371000
337.54/334.81	c cleaning 120999 clauses out of 242021 with flag 31457657/7493000
344.04/341.33	c cleaning 122004 clauses out of 244023 with flag 31909679/7616001
350.37/347.69	c cleaning 122994 clauses out of 246018 with flag 32364505/7740000
356.64/353.94	c cleaning 124003 clauses out of 248024 with flag 32824083/7865000
363.16/360.46	c cleaning 124988 clauses out of 250022 with flag 33283412/7991001
369.89/367.26	c cleaning 126009 clauses out of 252035 with flag 33752119/8118002
376.54/373.81	c cleaning 127000 clauses out of 254026 with flag 34229823/8246002
383.75/381.07	c cleaning 127993 clauses out of 256024 with flag 34723222/8375000
391.17/388.46	c cleaning 129006 clauses out of 258031 with flag 35226975/8505000
398.80/396.05	c cleaning 130008 clauses out of 260025 with flag 35737367/8636000
406.68/403.91	c cleaning 131001 clauses out of 262017 with flag 36253831/8768000
414.56/411.73	c cleaning 131997 clauses out of 264017 with flag 36773804/8901001
422.45/419.64	c cleaning 132999 clauses out of 266020 with flag 37294369/9035001
431.15/428.39	c cleaning 134003 clauses out of 268021 with flag 37822685/9170001
439.34/436.57	c cleaning 135006 clauses out of 270019 with flag 38345311/9306002
447.79/444.98	c cleaning 135996 clauses out of 272012 with flag 38871282/9443001
456.37/453.57	c cleaning 136998 clauses out of 274016 with flag 39414119/9581001
467.13/464.39	c cleaning 137995 clauses out of 276017 with flag 39964916/9720000
476.71/473.88	c cleaning 139001 clauses out of 278024 with flag 40522409/9860002
486.59/483.72	c cleaning 140000 clauses out of 280022 with flag 41087369/10001001
496.94/494.17	c cleaning 140996 clauses out of 282022 with flag 41646997/10143001
506.82/504.03	c cleaning 141998 clauses out of 284026 with flag 42207923/10286001
517.05/514.22	c cleaning 143002 clauses out of 286028 with flag 42771999/10430001
527.60/524.70	c cleaning 144005 clauses out of 288025 with flag 43339963/10575000
538.00/535.13	c cleaning 145001 clauses out of 290021 with flag 43910330/10721001
548.55/545.68	c cleaning 145996 clauses out of 292020 with flag 44495681/10868001
559.89/557.06	c cleaning 147008 clauses out of 294024 with flag 45099018/11016001
571.33/568.43	c cleaning 148000 clauses out of 296016 with flag 45698119/11165001
582.77/579.85	c cleaning 149001 clauses out of 298015 with flag 46303535/11315000
595.35/592.46	c cleaning 149998 clauses out of 300015 with flag 46925432/11466001
607.79/604.85	c cleaning 150993 clauses out of 302017 with flag 47539880/11618001
621.11/618.18	c cleaning 152001 clauses out of 304024 with flag 48166502/11771001
634.77/631.82	c cleaning 153001 clauses out of 306022 with flag 48785374/11925000
647.75/644.77	c cleaning 154004 clauses out of 308021 with flag 49420293/12080000
662.74/659.69	c cleaning 155002 clauses out of 310020 with flag 50081977/12236003
675.89/672.98	c cleaning 155997 clauses out of 312015 with flag 50733608/12393000
691.24/688.22	c cleaning 157001 clauses out of 314018 with flag 51407934/12551000
709.20/706.17	c cleaning 158006 clauses out of 316017 with flag 52115210/12710000
730.22/726.15	c cleaning 159001 clauses out of 318011 with flag 52854219/12870000
742.39/737.05	c starts		: 15206
742.39/737.05	c conflicts		: 12986141
742.39/737.05	c decisions		: 18361910
742.39/737.05	c propagations		: 105478797
742.39/737.05	c inspects		: 12411393146
742.39/737.05	c shortcuts		: 0
742.39/737.05	c learnt literals	: 14
742.39/737.05	c learnt binary clauses	: 88
742.39/737.05	c learnt ternary clauses	: 328
742.39/737.05	c learnt constraints	: 12986126
742.39/737.05	c ignored constraints	: 0
742.39/737.05	c root simplifications	: 0
742.39/737.05	c removed literals (reason simplification)	: 10860862
742.39/737.05	c reason swapping (by a shorter reason)	: 0
742.39/737.05	c Calls to reduceDB	: 156
742.39/737.05	c Number of update (reduction) of LBD	: 2813733
742.39/737.05	c Imported unit clauses	: 0
742.39/737.05	c No decision after first conflict	: false
742.39/737.05	c number of reductions to clauses (during analyze)	: 0
742.39/737.05	c number of learned constraints concerned by reduction	: 0
742.39/737.05	c number of learning phase by resolution	: 0
742.39/737.05	c number of learning phase by cutting planes	: 0
742.39/737.05	c number of rounding to 1 operations	: 0
742.39/737.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
742.39/737.05	c number of reductions of the coefficients by power 2 	: 0
742.39/737.06	c number of right shift for reduction by power 2 	: 0
742.39/737.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
742.39/737.06	c number of ending skipping 	: 0
742.39/737.06	c number of internal skipping 	: 0
742.39/737.06	c number of derivation steps 	: 0
742.39/737.06	c number of skipped derivation steps 	: 0
742.39/737.06	c number of remaining unassigned 	: 0
742.39/737.06	c number of remaining assigned 	: 0
742.39/737.06	c number of falsified literals weakened from reason	: 0
742.39/737.06	c number of falsified literals weakened from conflict	: 0
742.39/737.06	c time for arithmetic operations	: 0
742.39/737.06	c minimum degree of deleted constraints	: null
742.39/737.06	c maximum degree of deleted constraints	: null
742.39/737.06	c number of deleted constraints	: 0
742.39/737.06	c speed (assignments/second)	: 143221.73415961504
742.39/737.06	c non guided choices	: 834764
742.50/737.13	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 275048
742.50/737.13	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 88
742.50/737.14	s UNSATISFIABLE
742.50/737.14	c Total wall clock time (in seconds): 736.792

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--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: 64059 MiB (5668 MiB free)
  memory of node 1: 64510 MiB (46564 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448132-1721827571/watcher-4448132-1721827571 -o /tmp/evaluation-result-4448132-1721827571/solver-4448132-1721827571 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721820325-229065 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4448132-1721827571 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4448132-1721827571.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=233364, runsolver pid=233361

[startup+0.102004 s]*
/proc/loadavg: 4.25 4.18 4.18 8/296 233384
/proc/meminfo: memFree=53485084/131655788 swapFree=131065036/131071996
[pid=233364] ppid=233361 vsize=18975048 memory=55448 CPUtime=0.13 cores=5,7
/proc/233364/stat : 233364 (java) S 233361 233364 229052 0 -1 1077936128 6393 0 0 0 9 4 0 0 20 0 18 0 18746687 19430449152 13862 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
/proc/233364/statm: 4743762 13862 5647 1 0 550746 0
[pid=233364/tid=233366] ppid=233361 vsize=18975048 memory=4026532157 CPUtime=0.09 cores=5,7
/proc/233364/task/233366/stat : 233366 (java) R 233361 233364 229052 0 -1 4194368 5333 0 0 0 6 3 0 0 20 0 18 0 18746688 19430449152 13862 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233376] ppid=233361 vsize=18975048 memory=215671374179 CPUtime=0 cores=5,7
/proc/233364/task/233376/stat : 233376 (Finalizer) S 233361 233364 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18746694 19430449152 13862 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233384] ppid=233361 vsize=18975048 memory=15815620907137548 CPUtime=0 cores=5,7
/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18746695 19430449152 13862 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55448 KiB

[startup+0.21571 s]*
/proc/loadavg: 4.25 4.18 4.18 9/296 233393
/proc/meminfo: memFree=53476484/131655788 swapFree=131065036/131071996
[pid=233364] ppid=233361 vsize=18975048 memory=60400 CPUtime=0.3 cores=5,7
/proc/233364/stat : 233364 (java) S 233361 233364 229052 0 -1 1077936128 7088 0 0 0 25 5 0 0 20 0 18 0 18746687 19430449152 15100 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
/proc/233364/statm: 4743762 15100 5672 1 0 551330 0
[pid=233364/tid=233366] ppid=233361 vsize=18975048 memory=3472328300254199927 CPUtime=0.19 cores=5,7
/proc/233364/task/233366/stat : 233366 (java) R 233361 233364 229052 0 -1 4194368 5664 0 0 0 16 3 0 0 20 0 18 0 18746688 19430449152 15100 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233376] ppid=233361 vsize=18975048 memory=948375 CPUtime=0 cores=5,7
/proc/233364/task/233376/stat : 233376 (Finalizer) S 233361 233364 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18746694 19430449152 15100 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233384] ppid=233361 vsize=18975048 memory=16106987192585334 CPUtime=0 cores=5,7
/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18746695 19430449152 15100 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60400 KiB

[startup+0.316999 s]*
/proc/loadavg: 4.25 4.18 4.18 11/319 233416
/proc/meminfo: memFree=53433032/131655788 swapFree=131065036/131071996
[pid=233364] ppid=233361 vsize=18975048 memory=66136 CPUtime=0.46 cores=5,7
/proc/233364/stat : 233364 (java) S 233361 233364 229052 0 -1 1077936128 7378 0 0 0 41 5 0 0 20 0 18 0 18746687 19430449152 16534 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
/proc/233364/statm: 4743762 16534 5744 1 0 551545 0
[pid=233364/tid=233366] ppid=233361 vsize=18975048 memory=-8814784073141297852 CPUtime=0.28 cores=5,7
/proc/233364/task/233366/stat : 233366 (java) R 233361 233364 229052 0 -1 4194368 5843 0 0 0 24 4 0 0 20 0 18 0 18746688 19430449152 16534 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233376] ppid=233361 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/233364/task/233376/stat : 233376 (Finalizer) S 233361 233364 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18746694 19430449152 16534 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233384] ppid=233361 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18746695 19430449152 16534 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66136 KiB

[startup+0.705063 s]
/proc/loadavg: 4.25 4.18 4.18 10/319 233416
/proc/meminfo: memFree=53399116/131655788 swapFree=131065036/131071996
[pid=233364] ppid=233361 vsize=19041612 memory=82464 CPUtime=1.17 cores=5,7
/proc/233364/stat : 233364 (java) S 233361 233364 229052 0 -1 1077936128 9305 0 0 0 110 7 0 0 20 0 19 0 18746687 19498610688 20616 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
/proc/233364/statm: 4760403 20616 5868 1 0 553100 0
[pid=233364/tid=233366] ppid=233361 vsize=19041612 memory=71464 CPUtime=0.59 cores=5,7
/proc/233364/task/233366/stat : 233366 (java) R 233361 233364 229052 0 -1 4194368 6035 0 0 0 55 4 0 0 20 0 19 0 18746688 19498610688 20616 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233376] ppid=233361 vsize=19041612 memory=11904 CPUtime=0 cores=5,7
/proc/233364/task/233376/stat : 233376 (Finalizer) S 233361 233364 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18746694 19498610688 20616 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233384] ppid=233361 vsize=19041612 memory=2204 CPUtime=0 cores=5,7
/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18746695 19498610688 20616 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 82464 KiB

[startup+1.50032 s]
/proc/loadavg: 4.63 4.26 4.20 8/299 233421
/proc/meminfo: memFree=59143420/131655788 swapFree=131065036/131071996
[pid=233364] ppid=233361 vsize=19041612 memory=150844 CPUtime=2.73 cores=5,7
/proc/233364/stat : 233364 (java) S 233361 233364 229052 0 -1 1077936128 20982 0 0 0 262 11 0 0 20 0 19 0 18746687 19498610688 37711 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
/proc/233364/statm: 4760403 37711 5903 1 0 556626 0
[pid=233364/tid=233366] ppid=233361 vsize=19041612 memory=11904 CPUtime=1.37 cores=5,7
/proc/233364/task/233366/stat : 233366 (java) R 233361 233364 229052 0 -1 4194368 7129 0 0 0 131 6 0 0 20 0 19 0 18746688 19498610688 37711 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233376] ppid=233361 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/233364/task/233376/stat : 233376 (Finalizer) S 233361 233364 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18746694 19498610688 37711 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233384] ppid=233361 vsize=19041612 memory=33 CPUtime=0 cores=5,7
/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18746695 19498610688 37711 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233417] ppid=233361 vsize=19041612 memory=11644 CPUtime=0 cores=5,7
/proc/233364/task/233417/stat : 233417 (Timer-0) S 233361 233364 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18746746 19498610688 37711 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 150844 KiB

[startup+3.10611 s]
/proc/loadavg: 4.63 4.26 4.20 7/321 233556
/proc/meminfo: memFree=59408332/131655788 swapFree=131065036/131071996
[pid=233364] ppid=233361 vsize=19108176 memory=183012 CPUtime=5.54 cores=5,7
/proc/233364/stat : 233364 (java) S 233361 233364 229052 0 -1 1077936128 23511 0 0 0 538 16 0 0 20 0 20 0 18746687 19566772224 45753 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
/proc/233364/statm: 4777044 45753 5935 1 0 556936 0
[pid=233364/tid=233366] ppid=233361 vsize=19108176 memory=33 CPUtime=2.93 cores=5,7
/proc/233364/task/233366/stat : 233366 (java) R 233361 233364 229052 0 -1 4194368 7657 0 0 0 283 10 0 0 20 0 20 0 18746688 19566772224 45753 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233376] ppid=233361 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/233364/task/233376/stat : 233376 (Finalizer) S 233361 233364 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746694 19566772224 45753 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233384] ppid=233361 vsize=19108176 memory=11904 CPUtime=0 cores=5,7
/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 18746695 19566772224 45753 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233417] ppid=233361 vsize=19108176 memory=11644 CPUtime=0 cores=5,7
/proc/233364/task/233417/stat : 233417 (Timer-0) S 233361 233364 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746746 19566772224 45753 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
Current children cumulated CPU time: 5.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183012 KiB

[startup+6.30043 s]
/proc/loadavg: 4.90 4.32 4.22 6/323 233694
/proc/meminfo: memFree=58589300/131655788 swapFree=131065036/131071996
[pid=233364] ppid=233361 vsize=19108176 memory=604424 CPUtime=9.37 cores=5,7
/proc/233364/stat : 233364 (java) S 233361 233364 229052 0 -1 1077936128 24211 0 0 0 907 30 0 0 20 0 20 0 18746687 19566772224 151106 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
/proc/233364/statm: 4777044 151106 5935 1 0 556939 0
[pid=233364/tid=233366] ppid=233361 vsize=19108176 memory=0 CPUtime=6.1 cores=5,7
/proc/233364/task/233366/stat : 233366 (java) R 233361 233364 229052 0 -1 4194368 8148 0 0 0 587 23 0 0 20 0 20 0 18746688 19566772224 151106 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233376] ppid=233361 vsize=19108176 memory=11904 CPUtime=0 cores=5,7
/proc/233364/task/233376/stat : 233376 (Finalizer) S 233361 233364 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746694 19566772224 151106 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233384] ppid=233361 vsize=19108176 memory=201456 CPUtime=0 cores=5,7
/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 18746695 19566772224 151106 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233417] ppid=233361 vsize=19108176 memory=-6603046073516326083 CPUtime=0 cores=5,7
/proc/233364/task/233417/stat : 233417 (Timer-0) S 233361 233364 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746746 19566772224 151106 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
Current children cumulated CPU time: 9.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 604424 KiB

[startup+12.7004 s]
/proc/loadavg: 4.99 4.35 4.23 6/323 233694
/proc/meminfo: memFree=57028096/131655788 swapFree=131065036/131071996
[pid=233364] ppid=233361 vsize=19108176 memory=963032 CPUtime=15.76 cores=5,7
/proc/233364/stat : 233364 (java) S 233361 233364 229052 0 -1 1077936128 26540 0 0 0 1533 43 0 0 20 0 20 0 18746687 19566772224 240758 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
/proc/233364/statm: 4777044 240758 5950 1 0 556939 0
[pid=233364/tid=233366] ppid=233361 vsize=19108176 memory=815576 CPUtime=12.44 cores=5,7
/proc/233364/task/233366/stat : 233366 (java) R 233361 233364 229052 0 -1 4194368 9102 0 0 0 1210 34 0 0 20 0 20 0 18746688 19566772224 240758 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233376] ppid=233361 vsize=19108176 memory=815576 CPUtime=0 cores=5,7
/proc/233364/task/233376/stat : 233376 (Finalizer) S 233361 233364 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746694 19566772224 240758 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233384] ppid=233361 vsize=19108176 memory=11904 CPUtime=0 cores=5,7
/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 18746695 19566772224 240758 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233417] ppid=233361 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/233364/task/233417/stat : 233417 (Timer-0) S 233361 233364 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746746 19566772224 240758 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
Current children cumulated CPU time: 15.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 963032 KiB

[startup+25.5005 s]
/proc/loadavg: 4.83 4.33 4.23 5/324 233698
/proc/meminfo: memFree=54847560/131655788 swapFree=131065036/131071996
[pid=233364] ppid=233361 vsize=19108176 memory=1327612 CPUtime=28.28 cores=5,7
/proc/233364/stat : 233364 (java) S 233361 233364 229052 0 -1 1077936128 30093 0 0 0 2768 60 0 0 20 0 20 0 18746687 19566772224 331903 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
/proc/233364/statm: 4777044 331903 5950 1 0 556939 0
[pid=233364/tid=233366] ppid=233361 vsize=19108176 memory=815576 CPUtime=24.83 cores=5,7
/proc/233364/task/233366/stat : 233366 (java) R 233361 233364 229052 0 -1 4194368 10488 0 0 0 2432 51 0 0 20 0 20 0 18746688 19566772224 331903 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 28 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233376] ppid=233361 vsize=19108176 memory=1327608 CPUtime=0 cores=5,7
/proc/233364/task/233376/stat : 233376 (Finalizer) S 233361 233364 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746694 19566772224 331903 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233384] ppid=233361 vsize=19108176 memory=-9103858874223141564 CPUtime=0 cores=5,7
/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 18746695 19566772224 331903 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233417] ppid=233361 vsize=19108176 memory=1321464 CPUtime=0 cores=5,7
/proc/233364/task/233417/stat : 233417 (Timer-0) S 233361 233364 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746746 19566772224 331903 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
Current children cumulated CPU time: 28.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1327612 KiB

[startup+51.1138 s]
/proc/loadavg: 4.56 4.32 4.23 5/324 233701
/proc/meminfo: memFree=54016624/131655788 swapFree=131065036/131071996
[pid=233364] ppid=233361 vsize=19108176 memory=1335840 CPUtime=53.89 cores=5,7
/proc/233364/stat : 233364 (java) S 233361 233364 229052 0 -1 1077936128 35239 0 0 0 5313 76 0 0 20 0 20 0 18746687 19566772224 333960 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
/proc/233364/statm: 4777044 333960 5950 1 0 556939 0
[pid=233364/tid=233366] ppid=233361 vsize=19108176 memory=1335840 CPUtime=50.18 cores=5,7
/proc/233364/task/233366/stat : 233366 (java) R 233361 233364 229052 0 -1 4194368 12331 0 0 0 4953 65 0 0 20 0 20 0 18746688 19566772224 333960 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 28 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233376] ppid=233361 vsize=19108176 memory=-9103858874223141564 CPUtime=0 cores=5,7
/proc/233364/task/233376/stat : 233376 (Finalizer) S 233361 233364 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746694 19566772224 333960 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233384] ppid=233361 vsize=19108176 memory=1335840 CPUtime=0 cores=5,7
/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 20 0 18746695 19566772224 333960 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0

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

/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 580 0 0 0 0 0 0 0 20 0 20 0 18746695 19566772224 432612 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233417] ppid=233361 vsize=19108176 memory=1660520 CPUtime=0 cores=5,7
/proc/233364/task/233417/stat : 233417 (Timer-0) S 233361 233364 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746746 19566772224 432612 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
Current children cumulated CPU time: 705.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1730448 KiB

[startup+737.152 s]
# the end of solver process 233364 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=738.853 s, system=3.72382 s

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

[startup+716.8 s]
/proc/loadavg: 4.45 4.34 4.28 5/332 234537
/proc/meminfo: memFree=33291372/131655788 swapFree=131065036/131071996
[pid=233364] ppid=233361 vsize=19108176 memory=1730448 CPUtime=719.87 cores=5,7
/proc/233364/stat : 233364 (java) S 233361 233364 229052 0 -1 1077936128 68223 0 0 0 71623 364 0 0 20 0 20 0 18746687 19566772224 432612 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
/proc/233364/statm: 4777044 432612 5950 1 0 556939 0
[pid=233364/tid=233366] ppid=233361 vsize=19108176 memory=0 CPUtime=707.62 cores=5,7
/proc/233364/task/233366/stat : 233366 (java) R 233361 233364 229052 0 -1 4194368 25241 0 0 0 70452 310 0 0 20 0 20 0 18746688 19566772224 432612 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 201 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233376] ppid=233361 vsize=19108176 memory=71464 CPUtime=0 cores=5,7
/proc/233364/task/233376/stat : 233376 (Finalizer) S 233361 233364 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746694 19566772224 432612 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233384] ppid=233361 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 580 0 0 0 0 0 0 0 20 0 20 0 18746695 19566772224 432612 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233417] ppid=233361 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/233364/task/233417/stat : 233417 (Timer-0) S 233361 233364 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746746 19566772224 432612 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
Current children cumulated CPU time: 719.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1730448 KiB

[startup+729.6 s]
/proc/loadavg: 4.60 4.38 4.30 5/332 234538
/proc/meminfo: memFree=33104824/131655788 swapFree=131065036/131071996
[pid=233364] ppid=233361 vsize=19108176 memory=1731000 CPUtime=733.71 cores=5,7
/proc/233364/stat : 233364 (java) S 233361 233364 229052 0 -1 1077936128 76530 0 0 0 73003 368 0 0 20 0 20 0 18746687 19566772224 432750 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
/proc/233364/statm: 4777044 432750 5950 1 0 558202 0
[pid=233364/tid=233366] ppid=233361 vsize=19108176 memory=5468 CPUtime=720.38 cores=5,7
/proc/233364/task/233366/stat : 233366 (java) R 233361 233364 229052 0 -1 4194368 26619 0 0 0 71726 312 0 0 20 0 20 0 18746688 19566772224 432750 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 201 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233376] ppid=233361 vsize=19108176 memory=16192 CPUtime=0 cores=5,7
/proc/233364/task/233376/stat : 233376 (Finalizer) S 233361 233364 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746694 19566772224 432750 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233384] ppid=233361 vsize=19108176 memory=11904 CPUtime=0 cores=5,7
/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 641 0 0 0 0 0 0 0 20 0 20 0 18746695 19566772224 432750 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233417] ppid=233361 vsize=19108176 memory=2204 CPUtime=0 cores=5,7
/proc/233364/task/233417/stat : 233417 (Timer-0) S 233361 233364 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746746 19566772224 432750 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
Current children cumulated CPU time: 733.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1731000 KiB

[startup+732.8 s]
/proc/loadavg: 4.56 4.37 4.30 6/332 234538
/proc/meminfo: memFree=33020440/131655788 swapFree=131065036/131071996
[pid=233364] ppid=233361 vsize=19108176 memory=1769936 CPUtime=736.98 cores=5,7
/proc/233364/stat : 233364 (java) S 233361 233364 229052 0 -1 1077936128 76670 0 0 0 73329 369 0 0 20 0 20 0 18746687 19566772224 442484 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
/proc/233364/statm: 4777044 442484 5950 1 0 558202 0
[pid=233364/tid=233366] ppid=233361 vsize=19108176 memory=1992 CPUtime=723.4 cores=5,7
/proc/233364/task/233366/stat : 233366 (java) R 233361 233364 229052 0 -1 4194368 26647 0 0 0 72027 313 0 0 20 0 20 0 18746688 19566772224 442484 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 205 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233376] ppid=233361 vsize=19108176 memory=24980 CPUtime=0 cores=5,7
/proc/233364/task/233376/stat : 233376 (Finalizer) S 233361 233364 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746694 19566772224 442484 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233384] ppid=233361 vsize=19108176 memory=100 CPUtime=0 cores=5,7
/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 641 0 0 0 0 0 0 0 20 0 20 0 18746695 19566772224 442484 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233417] ppid=233361 vsize=19108176 memory=-9103858874223141564 CPUtime=0 cores=5,7
/proc/233364/task/233417/stat : 233417 (Timer-0) S 233361 233364 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746746 19566772224 442484 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
Current children cumulated CPU time: 736.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1769936 KiB

[startup+734.4 s]
/proc/loadavg: 4.56 4.37 4.30 5/332 234540
/proc/meminfo: memFree=32983608/131655788 swapFree=131065036/131071996
[pid=233364] ppid=233361 vsize=19108176 memory=1769936 CPUtime=738.58 cores=5,7
/proc/233364/stat : 233364 (java) S 233361 233364 229052 0 -1 1077936128 76670 0 0 0 73488 370 0 0 20 0 20 0 18746687 19566772224 442484 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
/proc/233364/statm: 4777044 442484 5950 1 0 558202 0
[pid=233364/tid=233366] ppid=233361 vsize=19108176 memory=2204 CPUtime=724.99 cores=5,7
/proc/233364/task/233366/stat : 233366 (java) R 233361 233364 229052 0 -1 4194368 26647 0 0 0 72186 313 0 0 20 0 20 0 18746688 19566772224 442484 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 205 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233376] ppid=233361 vsize=19108176 memory=1992 CPUtime=0 cores=5,7
/proc/233364/task/233376/stat : 233376 (Finalizer) S 233361 233364 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746694 19566772224 442484 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233384] ppid=233361 vsize=19108176 memory=71464 CPUtime=0 cores=5,7
/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 641 0 0 0 0 0 0 0 20 0 20 0 18746695 19566772224 442484 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233417] ppid=233361 vsize=19108176 memory=11904 CPUtime=0 cores=5,7
/proc/233364/task/233417/stat : 233417 (Timer-0) S 233361 233364 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746746 19566772224 442484 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
Current children cumulated CPU time: 738.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1769936 KiB

[startup+736.001 s]*
/proc/loadavg: 4.59 4.38 4.30 6/332 234540
/proc/meminfo: memFree=32954124/131655788 swapFree=131065036/131071996
[pid=233364] ppid=233361 vsize=19108176 memory=1770616 CPUtime=740.73 cores=5,7
/proc/233364/stat : 233364 (java) S 233361 233364 229052 0 -1 1077936128 77316 0 0 0 73703 370 0 0 20 0 20 0 18746687 19566772224 442654 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
/proc/233364/statm: 4777044 442654 5950 1 0 558202 0
[pid=233364/tid=233366] ppid=233361 vsize=19108176 memory=-9104983670323389116 CPUtime=726.6 cores=5,7
/proc/233364/task/233366/stat : 233366 (java) R 233361 233364 229052 0 -1 4194368 26854 0 0 0 72347 313 0 0 20 0 20 0 18746688 19566772224 442654 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 205 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233376] ppid=233361 vsize=19108176 memory=24980 CPUtime=0 cores=5,7
/proc/233364/task/233376/stat : 233376 (Finalizer) S 233361 233364 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746694 19566772224 442654 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233384] ppid=233361 vsize=19108176 memory=100 CPUtime=0 cores=5,7
/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 641 0 0 0 0 0 0 0 20 0 20 0 18746695 19566772224 442654 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233417] ppid=233361 vsize=19108176 memory=5508 CPUtime=0 cores=5,7
/proc/233364/task/233417/stat : 233417 (Timer-0) S 233361 233364 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746746 19566772224 442654 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
Current children cumulated CPU time: 740.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1770616 KiB

[startup+736.8 s]
/proc/loadavg: 4.59 4.38 4.30 6/332 234540
/proc/meminfo: memFree=32954124/131655788 swapFree=131065036/131071996
[pid=233364] ppid=233361 vsize=19108176 memory=1772720 CPUtime=742.13 cores=5,7
/proc/233364/stat : 233364 (java) S 233361 233364 229052 0 -1 1077936128 77814 0 0 0 73843 370 0 0 20 0 20 0 18746687 19566772224 443180 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
/proc/233364/statm: 4777044 443180 5950 1 0 558202 0
[pid=233364/tid=233366] ppid=233361 vsize=19108176 memory=71464 CPUtime=727.39 cores=5,7
/proc/233364/task/233366/stat : 233366 (java) R 233361 233364 229052 0 -1 4194368 26856 0 0 0 72426 313 0 0 20 0 20 0 18746688 19566772224 443180 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 205 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233376] ppid=233361 vsize=19108176 memory=2204 CPUtime=0 cores=5,7
/proc/233364/task/233376/stat : 233376 (Finalizer) S 233361 233364 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746694 19566772224 443180 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233384] ppid=233361 vsize=19108176 memory=1992 CPUtime=0 cores=5,7
/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 641 0 0 0 0 0 0 0 20 0 20 0 18746695 19566772224 443180 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233417] ppid=233361 vsize=19108176 memory=1832 CPUtime=0 cores=5,7
/proc/233364/task/233417/stat : 233417 (Timer-0) S 233361 233364 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746746 19566772224 443180 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
Current children cumulated CPU time: 742.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1772720 KiB

[startup+737 s]*
/proc/loadavg: 4.59 4.38 4.30 5/332 234540
/proc/meminfo: memFree=32937804/131655788 swapFree=131065036/131071996
[pid=233364] ppid=233361 vsize=19108176 memory=1772720 CPUtime=742.39 cores=5,7
/proc/233364/stat : 233364 (java) S 233361 233364 229052 0 -1 1077936128 77837 0 0 0 73869 370 0 0 20 0 20 0 18746687 19566772224 443180 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
/proc/233364/statm: 4777044 443180 5950 1 0 558202 0
[pid=233364/tid=233366] ppid=233361 vsize=19108176 memory=7068 CPUtime=727.59 cores=5,7
/proc/233364/task/233366/stat : 233366 (java) R 233361 233364 229052 0 -1 4194368 26859 0 0 0 72446 313 0 0 20 0 20 0 18746688 19566772224 443180 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 205 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233376] ppid=233361 vsize=19108176 memory=1769936 CPUtime=0 cores=5,7
/proc/233364/task/233376/stat : 233376 (Finalizer) S 233361 233364 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746694 19566772224 443180 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233384] ppid=233361 vsize=19108176 memory=8323350987516068516 CPUtime=0 cores=5,7
/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 641 0 0 0 0 0 0 0 20 0 20 0 18746695 19566772224 443180 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233417] ppid=233361 vsize=19108176 memory=7292 CPUtime=0 cores=5,7
/proc/233364/task/233417/stat : 233417 (Timer-0) S 233361 233364 229052 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18746746 19566772224 443180 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
Current children cumulated CPU time: 742.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1772720 KiB

[startup+737.108 s]
/proc/loadavg: 4.59 4.38 4.30 5/332 234540
/proc/meminfo: memFree=32937804/131655788 swapFree=131065036/131071996
[pid=233364] ppid=233361 vsize=19241304 memory=1773164 CPUtime=742.5 cores=5,7
/proc/233364/stat : 233364 (java) S 233361 233364 229052 0 -1 1077936128 78850 0 0 0 73879 371 0 0 20 0 20 0 18746687 19703095296 443291 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
/proc/233364/statm: 4810326 443291 5949 1 0 558820 0
[pid=233364/tid=233366] ppid=233361 vsize=19241304 memory=1707716 CPUtime=727.62 cores=5,7
/proc/233364/task/233366/stat : 233366 (java) S 233361 233364 229052 0 -1 1077936192 27538 0 0 0 72449 313 0 0 20 0 20 0 18746688 19703095296 443291 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 206 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233376] ppid=233361 vsize=19241304 memory=1730448 CPUtime=0 cores=5,7
/proc/233364/task/233376/stat : 233376 (Finalizer) S 233361 233364 229052 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18746694 19703095296 443291 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
[pid=233364/tid=233384] ppid=233361 vsize=19241304 memory=11644 CPUtime=0 cores=5,7
/proc/233364/task/233384/stat : 233384 (Common-Cleaner) S 233361 233364 229052 0 -1 1077936192 641 0 0 0 0 0 0 0 20 0 20 0 18746695 19703095296 443291 134679101440 93955672076288 93955672079984 140731115172672 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955672087800 93955672088592 93955701370880 140731115180971 140731115181153 140731115181153 140731115188168 0
Current children cumulated CPU time: 742.5 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1773164 KiB

Child status: 20

Real time (s): 737.152
CPU time (s): 742.577
CPU user time (s): 738.853
CPU system time (s): 3.72382
CPU usage (%): 100.736
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1773164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 738.853
system time used= 3.72382
maximum resident set size= 1774356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79071
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3237784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24333
involuntary context switches= 2792


# summary of solver processes directly reported to runsolver:
#   pid: 233364
#   total CPU time (s): 742.577
#   total CPU user time (s): 738.853
#   total CPU system time (s): 3.72382

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.96074 second user time and 8.60953 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-24 15:26:11
IDJOB=4448132
IDBENCH=160363
IDSOLVER=3079
FILE ID=nodeC010/4448132-1721827571
RUNJOBID= nodeC010-1721820325-229065
SLURM_JOB_ID= 7891462
Free space on /tmp= 723716 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x90split.cnf-plain.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448132-1721827571/watcher-4448132-1721827571 -o /tmp/evaluation-result-4448132-1721827571/solver-4448132-1721827571 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721820325-229065 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4448132-1721827571 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4448132-1721827571.opb

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

MD5SUM BENCH= 43b43b4642a1f471c30a83b83143bc9f
RANDOM SEED=390095140

nodeC010.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3591.570
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.295
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
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.408
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
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.190
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
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.190
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
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		: 1197.193
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.190
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.198
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        53440816 kB
MemAvailable:   123890744 kB
Buffers:          253100 kB
Cached:         70519480 kB
SwapCached:         3992 kB
Active:          2302308 kB
Inactive:       74667128 kB
Active(anon):       1612 kB
Inactive(anon):  6248696 kB
Active(file):    2300696 kB
Inactive(file): 68418432 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131065036 kB
Dirty:              2028 kB
Writeback:             0 kB
AnonPages:       6192424 kB
Mapped:           121032 kB
Shmem:             53752 kB
KReclaimable:     792220 kB
Slab:             914576 kB
SReclaimable:     792220 kB
SUnreclaim:       122356 kB
KernelStack:        4496 kB
PageTables:        22284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11965528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18880 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5419008 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      412488 kB
DirectMap2M:    54018048 kB
DirectMap1G:    81788928 kB

Free space on /tmp at the end= 723644 MiB
End job on nodeC010 at 2024-07-24 15:38:29