Trace number 4526630

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06MSAT (TO) 3600.37 3603.25

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/coloring/
normalized-queen5-5-4_wcsp.wbo
MD5SUMcb6ea9648287f931b56a2a3b8dcad6ec
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark14.7606
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables100
Total number of constraints665
Number of soft constraints640
Number of constraints which are clauses640
Number of constraints which are cardinality constraints (but not clauses)25
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 161
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 640
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4526630-1751634853.wbo
0.12/0.13	c reading problem ... 
0.12/0.18	c ... done. Wall clock time 0.044s.
0.12/0.18	c declared #vars     100
0.12/0.18	c internal #vars     740
0.12/0.18	c #constraints  691
0.12/0.18	c constraints type 
0.12/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 26
0.12/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 665
0.12/0.18	c 691 constraints processed.
0.12/0.19	c objective function length is 640 literals
0.31/0.22	c SATISFIABLE
0.31/0.22	c OPTIMIZING...
0.31/0.22	c Got one! Elapsed wall clock time (in seconds):0.084
0.31/0.22	o 35
0.31/0.24	c Got one! Elapsed wall clock time (in seconds):0.102
0.31/0.24	o 34
0.31/0.24	c Got one! Elapsed wall clock time (in seconds):0.106
0.31/0.24	o 32
0.31/0.25	c Got one! Elapsed wall clock time (in seconds):0.112
0.31/0.25	o 30
0.31/0.25	c Got one! Elapsed wall clock time (in seconds):0.116
0.31/0.25	o 29
0.31/0.25	c Got one! Elapsed wall clock time (in seconds):0.119
0.31/0.25	o 28
0.31/0.26	c Got one! Elapsed wall clock time (in seconds):0.121
0.31/0.26	o 24
0.31/0.26	c Got one! Elapsed wall clock time (in seconds):0.124
0.31/0.26	o 23
0.31/0.26	c Got one! Elapsed wall clock time (in seconds):0.126
0.31/0.26	o 22
0.31/0.27	c Got one! Elapsed wall clock time (in seconds):0.132
0.31/0.27	o 21
0.31/0.27	c Got one! Elapsed wall clock time (in seconds):0.134
0.31/0.27	o 20
0.31/0.27	c Got one! Elapsed wall clock time (in seconds):0.136
0.31/0.27	o 19
1.08/0.67	c cleaning 2671 clauses out of 5360 with flag 15040/5360
1.67/0.93	c cleaning 4336 clauses out of 8688 with flag 34255/11359
1.99/1.18	c cleaning 5670 clauses out of 11352 with flag 54874/18359
2.30/1.47	c cleaning 6834 clauses out of 13683 with flag 78644/26360
2.66/1.78	c cleaning 7915 clauses out of 15848 with flag 103720/35359
3.06/2.16	c cleaning 8952 clauses out of 17936 with flag 133352/45362
3.45/2.54	c cleaning 9980 clauses out of 19981 with flag 165372/56359
3.85/2.96	c cleaning 10991 clauses out of 22002 with flag 200754/68360
4.35/3.42	c cleaning 11991 clauses out of 24011 with flag 238914/81360
4.87/3.93	c cleaning 12994 clauses out of 26019 with flag 285419/95359
5.61/4.52	c cleaning 14006 clauses out of 28025 with flag 342577/110359
6.21/5.18	c cleaning 15006 clauses out of 30021 with flag 412378/126361
6.93/5.87	c cleaning 15997 clauses out of 32014 with flag 479907/143360
7.76/6.61	c cleaning 17006 clauses out of 34017 with flag 549632/161360
8.55/7.43	c cleaning 17997 clauses out of 36010 with flag 627191/180359
9.45/8.37	c cleaning 19003 clauses out of 38014 with flag 712041/200360
10.34/9.26	c cleaning 19994 clauses out of 40010 with flag 788251/221359
11.35/10.20	c cleaning 20996 clauses out of 42018 with flag 871342/243361
12.36/11.24	c cleaning 22001 clauses out of 44020 with flag 967140/266359
13.46/12.38	c cleaning 22994 clauses out of 46020 with flag 1066323/290360
14.56/13.43	c cleaning 23995 clauses out of 48025 with flag 1155225/315359
15.55/14.49	c cleaning 24999 clauses out of 50031 with flag 1246988/341360
16.75/15.60	c cleaning 25998 clauses out of 52032 with flag 1342969/368360
17.85/16.77	c cleaning 27012 clauses out of 54033 with flag 1441813/396359
19.15/18.07	c cleaning 28004 clauses out of 56021 with flag 1557814/425359
20.54/19.43	c cleaning 29003 clauses out of 58017 with flag 1673093/455359
22.04/20.94	c cleaning 29997 clauses out of 60018 with flag 1813839/486363
23.54/22.46	c cleaning 31008 clauses out of 62019 with flag 1931550/518361
25.14/24.09	c cleaning 32002 clauses out of 64009 with flag 2050420/551359
26.85/25.78	c cleaning 33001 clauses out of 66009 with flag 2179816/585361
28.74/27.62	c cleaning 34000 clauses out of 68007 with flag 2317153/620360
30.44/29.37	c cleaning 34998 clauses out of 70007 with flag 2453233/656360
32.24/31.18	c cleaning 35995 clauses out of 72008 with flag 2588462/693359
34.13/33.07	c cleaning 36997 clauses out of 74014 with flag 2725270/731360
36.32/35.20	c cleaning 38006 clauses out of 76021 with flag 2870409/770364
38.51/37.48	c cleaning 38998 clauses out of 78014 with flag 3031611/810363
40.91/39.89	c cleaning 39995 clauses out of 80016 with flag 3197399/851363
43.42/42.32	c cleaning 40997 clauses out of 82019 with flag 3364050/893361
45.71/44.62	c cleaning 42005 clauses out of 84021 with flag 3524720/936360
48.41/47.31	c cleaning 43001 clauses out of 86016 with flag 3705954/980360
51.11/50.06	c cleaning 43991 clauses out of 88014 with flag 3885891/1025359
53.90/52.82	c cleaning 45010 clauses out of 90024 with flag 4081838/1071360
56.59/55.54	c cleaning 46006 clauses out of 92016 with flag 4268294/1118362
59.51/58.46	c cleaning 46996 clauses out of 94007 with flag 4461464/1166359
62.50/61.49	c cleaning 47998 clauses out of 96011 with flag 4662349/1215359
66.10/65.04	c cleaning 48994 clauses out of 98013 with flag 4862344/1265359
68.69/67.61	c cleaning 50006 clauses out of 100021 with flag 5058735/1316361
71.48/70.46	c cleaning 50995 clauses out of 102013 with flag 5258356/1368359
74.18/73.14	c cleaning 52002 clauses out of 104018 with flag 5463043/1421359
77.21/76.19	c cleaning 52995 clauses out of 106016 with flag 5670424/1475359
80.29/79.25	c cleaning 54002 clauses out of 108022 with flag 5888088/1530360
83.29/82.26	c cleaning 54998 clauses out of 110020 with flag 6112433/1586360
86.77/85.71	c cleaning 56000 clauses out of 112021 with flag 6348288/1643359
90.07/89.10	c cleaning 57001 clauses out of 114023 with flag 6584637/1701361
93.89/92.86	c cleaning 58002 clauses out of 116020 with flag 6826524/1760359
97.78/96.78	c cleaning 58998 clauses out of 118019 with flag 7064739/1820360
101.87/100.86	c cleaning 60007 clauses out of 120021 with flag 7308430/1881360
105.66/104.61	c cleaning 61000 clauses out of 122013 with flag 7539975/1943359
110.58/109.52	c cleaning 62002 clauses out of 124013 with flag 7800868/2006359
115.27/114.28	c cleaning 63000 clauses out of 126011 with flag 8078111/2070359
120.25/119.23	c cleaning 63997 clauses out of 128012 with flag 8359785/2135360
125.64/124.63	c cleaning 65002 clauses out of 130016 with flag 8655305/2201361
130.97/129.95	c cleaning 66005 clauses out of 132013 with flag 8948229/2268360
136.25/135.29	c cleaning 67005 clauses out of 134012 with flag 9233875/2336364
141.64/140.66	c cleaning 67992 clauses out of 136002 with flag 9518916/2405359
146.93/145.96	c cleaning 69006 clauses out of 138014 with flag 9820727/2475363
152.55/151.58	c cleaning 69990 clauses out of 140004 with flag 10135593/2546359
158.14/157.12	c cleaning 71002 clauses out of 142015 with flag 10458461/2618360
163.82/162.84	c cleaning 72004 clauses out of 144012 with flag 10797263/2691359
169.64/168.69	c cleaning 72999 clauses out of 146008 with flag 11160252/2765359
175.53/174.55	c cleaning 73994 clauses out of 148009 with flag 11491744/2840359
182.02/181.09	c cleaning 74997 clauses out of 150015 with flag 11794656/2916359
188.41/187.45	c cleaning 75995 clauses out of 152018 with flag 12110607/2993359
195.92/194.95	c cleaning 77012 clauses out of 154027 with flag 12440300/3071363
203.61/202.68	c cleaning 77996 clauses out of 156011 with flag 12767191/3150359
210.39/209.49	c cleaning 78997 clauses out of 158015 with flag 13091410/3230359
217.70/216.78	c cleaning 80004 clauses out of 160018 with flag 13430475/3311359
224.69/223.72	c cleaning 80997 clauses out of 162014 with flag 13781123/3393359
231.88/230.99	c cleaning 82005 clauses out of 164018 with flag 14116272/3476360
238.86/237.97	c cleaning 82997 clauses out of 166013 with flag 14463999/3560360
246.16/245.23	c cleaning 83996 clauses out of 168017 with flag 14842790/3645361
253.95/253.02	c cleaning 84999 clauses out of 170019 with flag 15221584/3731359
260.53/259.68	c cleaning 85995 clauses out of 172020 with flag 15571926/3818359
267.62/266.70	c cleaning 87005 clauses out of 174025 with flag 15890019/3906359
273.73/272.83	c cleaning 88004 clauses out of 176020 with flag 16183426/3995359
279.81/278.91	c cleaning 89004 clauses out of 178016 with flag 16472983/4085359
286.60/285.75	c cleaning 89990 clauses out of 180012 with flag 16778536/4176359
293.28/292.41	c cleaning 91000 clauses out of 182023 with flag 17093979/4268360
299.97/299.13	c cleaning 91993 clauses out of 184022 with flag 17418087/4361359
307.40/306.53	c cleaning 93009 clauses out of 186029 with flag 17744139/4455359
314.70/313.89	c cleaning 94002 clauses out of 188021 with flag 18074183/4550360
321.68/320.81	c cleaning 95001 clauses out of 190019 with flag 18405717/4646360
328.66/327.85	c cleaning 96008 clauses out of 192019 with flag 18743546/4743361
335.05/334.26	c cleaning 96992 clauses out of 194010 with flag 19085849/4841360
342.29/341.40	c cleaning 98000 clauses out of 196020 with flag 19429157/4940362
349.48/348.68	c cleaning 99006 clauses out of 198017 with flag 19769682/5040359
357.86/357.00	c cleaning 99996 clauses out of 200011 with flag 20133790/5141359
366.54/365.72	c cleaning 100988 clauses out of 202017 with flag 20524812/5243361
375.32/374.57	c cleaning 102005 clauses out of 204030 with flag 20930636/5346362
386.06/385.27	c cleaning 103011 clauses out of 206024 with flag 21359762/5450361
396.34/395.57	c cleaning 103990 clauses out of 208011 with flag 21767461/5555359
406.02/405.27	c cleaning 104998 clauses out of 210021 with flag 22188477/5661359
415.60/414.80	c cleaning 106006 clauses out of 212024 with flag 22588215/5768360
425.47/424.75	c cleaning 107001 clauses out of 214018 with flag 23006176/5876360
435.30/434.50	c cleaning 108008 clauses out of 216017 with flag 23435215/5985360
444.78/444.03	c cleaning 108992 clauses out of 218009 with flag 23875659/6095360
453.76/453.07	c cleaning 109993 clauses out of 220016 with flag 24320198/6206359
463.63/462.98	c cleaning 111001 clauses out of 222027 with flag 24766965/6318363
473.81/473.14	c cleaning 111998 clauses out of 224024 with flag 25217191/6431361
484.89/484.21	c cleaning 113010 clauses out of 226025 with flag 25666314/6545360
496.32/495.63	c cleaning 114008 clauses out of 228020 with flag 26116882/6660365
507.29/506.67	c cleaning 114998 clauses out of 230011 with flag 26593374/6776364
518.96/518.33	c cleaning 115998 clauses out of 232008 with flag 27096030/6893359
529.05/528.40	c cleaning 116989 clauses out of 234010 with flag 27592568/7011359
541.63/541.09	c cleaning 117999 clauses out of 236022 with flag 28084163/7130360
553.60/553.09	c cleaning 119000 clauses out of 238024 with flag 28572150/7250361
566.67/566.13	c cleaning 119985 clauses out of 240022 with flag 29082979/7371359
579.24/578.70	c cleaning 121008 clauses out of 242037 with flag 29583519/7493359
591.02/590.55	c cleaning 122002 clauses out of 244029 with flag 30102103/7616359
604.96/604.40	c cleaning 123009 clauses out of 246031 with flag 30659849/7740363
616.93/616.43	c cleaning 124000 clauses out of 248018 with flag 31213928/7865359
629.11/628.63	c cleaning 125006 clauses out of 250019 with flag 31793392/7991360
641.48/641.07	c cleaning 126002 clauses out of 252013 with flag 32356147/8118360
654.24/653.89	c cleaning 127002 clauses out of 254011 with flag 32873732/8246360
668.60/668.23	c cleaning 128000 clauses out of 256009 with flag 33406377/8375360
682.48/682.18	c cleaning 128986 clauses out of 258008 with flag 33953996/8505359
698.24/697.92	c cleaning 130011 clauses out of 260026 with flag 34535688/8636363
714.26/713.93	c cleaning 130988 clauses out of 262011 with flag 35165019/8768359
728.72/728.47	c cleaning 132005 clauses out of 264025 with flag 35793539/8901361
743.49/743.24	c cleaning 133011 clauses out of 266021 with flag 36438723/9035362
758.55/758.37	c cleaning 134002 clauses out of 268007 with flag 37086903/9170359
772.61/772.49	c cleaning 134996 clauses out of 270005 with flag 37736759/9306359
788.68/788.55	c cleaning 136005 clauses out of 272010 with flag 38373620/9443360
804.24/804.15	c cleaning 136999 clauses out of 274006 with flag 38986030/9581361
819.21/819.19	c cleaning 137986 clauses out of 276008 with flag 39607483/9720362
833.95/833.89	c cleaning 138996 clauses out of 278020 with flag 40244668/9860360
848.13/848.03	c cleaning 140008 clauses out of 280023 with flag 40870197/10001359
864.20/864.11	c cleaning 140983 clauses out of 282015 with flag 41480817/10143359
880.96/880.91	c cleaning 142000 clauses out of 284033 with flag 42091783/10286360
896.53/896.55	c cleaning 142989 clauses out of 286032 with flag 42706044/10430359
911.90/911.90	c cleaning 144013 clauses out of 288044 with flag 43328780/10575360
927.96/928.02	c cleaning 145004 clauses out of 290035 with flag 44000015/10721364
946.93/947.07	c cleaning 146002 clauses out of 292026 with flag 44688761/10868359
963.04/962.75	c cleaning 147003 clauses out of 294024 with flag 45268705/11016359
978.21/977.99	c cleaning 147999 clauses out of 296021 with flag 45835162/11165359
991.59/991.35	c cleaning 149001 clauses out of 298022 with flag 46390904/11315359
1006.55/1006.33	c cleaning 150008 clauses out of 300025 with flag 46947270/11466363
1022.42/1022.24	c cleaning 151001 clauses out of 302013 with flag 47534536/11618359
1038.88/1038.76	c cleaning 152001 clauses out of 304017 with flag 48100311/11771364
1056.44/1056.36	c cleaning 152994 clauses out of 306011 with flag 48721732/11925359
1073.84/1073.73	c cleaning 154006 clauses out of 308019 with flag 49341611/12080361
1090.12/1090.07	c cleaning 154999 clauses out of 310012 with flag 49969838/12236360
1106.68/1106.61	c cleaning 155996 clauses out of 312012 with flag 50629802/12393359
1124.34/1124.33	c cleaning 157004 clauses out of 314019 with flag 51276983/12551362
1143.70/1143.73	c cleaning 157990 clauses out of 316012 with flag 51958806/12710359
1160.77/1160.89	c cleaning 158998 clauses out of 318023 with flag 52609257/12870360
1179.72/1179.87	c cleaning 160011 clauses out of 320024 with flag 53245268/13031359
1198.79/1198.96	c cleaning 161004 clauses out of 322015 with flag 53929855/13193361
1215.96/1216.08	c cleaning 162000 clauses out of 324014 with flag 54609114/13356364
1234.10/1234.22	c cleaning 163003 clauses out of 326012 with flag 55285572/13520362
1250.27/1250.43	c cleaning 163995 clauses out of 328006 with flag 55966302/13685359
1271.92/1272.15	c cleaning 164987 clauses out of 330014 with flag 56645240/13851362
1289.57/1289.80	c cleaning 166005 clauses out of 332024 with flag 57288708/14018359
1308.52/1308.89	c cleaning 167005 clauses out of 334021 with flag 57930034/14186361
1325.38/1325.79	c cleaning 168002 clauses out of 336015 with flag 58541576/14355360
1343.13/1343.48	c cleaning 168994 clauses out of 338012 with flag 59187276/14525359
1361.88/1362.23	c cleaning 170005 clauses out of 340020 with flag 59853312/14696361
1378.16/1378.58	c cleaning 170998 clauses out of 342013 with flag 60539277/14868359
1399.62/1400.07	c cleaning 171996 clauses out of 344015 with flag 61231099/15041359
1418.48/1418.91	c cleaning 173002 clauses out of 346021 with flag 61941924/15215361
1439.12/1439.65	c cleaning 173998 clauses out of 348017 with flag 62634674/15390359
1459.48/1460.03	c cleaning 175003 clauses out of 350020 with flag 63364570/15566360
1479.63/1480.22	c cleaning 175988 clauses out of 352016 with flag 64116047/15743359
1498.96/1499.56	c cleaning 177007 clauses out of 354032 with flag 64858924/15921363
1518.42/1519.09	c cleaning 178004 clauses out of 356022 with flag 65602027/16100360
1540.75/1541.43	c cleaning 178996 clauses out of 358020 with flag 66364476/16280362
1561.91/1562.60	c cleaning 180000 clauses out of 360021 with flag 67130435/16461359
1582.75/1583.55	c cleaning 181010 clauses out of 362024 with flag 67913634/16643362
1603.21/1604.09	c cleaning 182001 clauses out of 364011 with flag 68702021/16826359
1624.45/1625.30	c cleaning 182989 clauses out of 366012 with flag 69464026/17010361
1648.30/1649.28	c cleaning 184011 clauses out of 368023 with flag 70226537/17195361
1671.15/1672.11	c cleaning 184999 clauses out of 370012 with flag 71004655/17381361
1695.88/1696.95	c cleaning 186002 clauses out of 372011 with flag 71848539/17568359
1718.54/1719.67	c cleaning 186992 clauses out of 374009 with flag 72665423/17756359
1741.78/1742.92	c cleaning 188006 clauses out of 376020 with flag 73520637/17945362
1762.17/1763.23	c cleaning 188999 clauses out of 378014 with flag 74358539/18135362
1785.72/1786.89	c cleaning 189992 clauses out of 380015 with flag 75215772/18326362
1809.47/1810.63	c cleaning 191003 clauses out of 382021 with flag 76092359/18518360
1832.12/1833.38	c cleaning 192000 clauses out of 384018 with flag 77007966/18711360
1852.58/1853.84	c cleaning 193000 clauses out of 386022 with flag 77884450/18905364
1872.84/1874.16	c cleaning 194001 clauses out of 388018 with flag 78751611/19100360
1895.39/1896.78	c cleaning 195001 clauses out of 390016 with flag 79658794/19296359
1921.16/1922.47	c cleaning 195998 clauses out of 392016 with flag 80560986/19493360
1944.21/1945.53	c cleaning 196992 clauses out of 394017 with flag 81412891/19691359
1966.77/1968.16	c cleaning 198004 clauses out of 396025 with flag 82266091/19890359
1990.02/1991.49	c cleaning 198996 clauses out of 398022 with flag 83155179/20090360
2013.77/2015.27	c cleaning 200002 clauses out of 400027 with flag 84026949/20291361
2036.63/2038.19	c cleaning 201008 clauses out of 402023 with flag 84926491/20493359
2057.59/2059.12	c cleaning 201997 clauses out of 404016 with flag 85820749/20696360
2080.04/2081.62	c cleaning 203006 clauses out of 406018 with flag 86719821/20900359
2102.04/2103.53	c cleaning 203996 clauses out of 408014 with flag 87634204/21105361
2122.20/2123.74	c cleaning 204989 clauses out of 410016 with flag 88539952/21311359
2141.94/2143.51	c cleaning 206014 clauses out of 412027 with flag 89437574/21518359
2163.20/2164.82	c cleaning 206996 clauses out of 414013 with flag 90348626/21726359
2188.34/2190.09	c cleaning 207998 clauses out of 416017 with flag 91192838/21935359
2219.16/2221.00	c cleaning 209009 clauses out of 418024 with flag 92002868/22145364
2247.89/2249.73	c cleaning 209998 clauses out of 420010 with flag 92874088/22356359
2279.62/2280.94	c cleaning 211006 clauses out of 422014 with flag 93744194/22568361
2304.96/2306.38	c cleaning 211981 clauses out of 424009 with flag 94601192/22781362
2326.91/2328.34	c cleaning 213005 clauses out of 426025 with flag 95428492/22995359
2351.05/2352.52	c cleaning 214005 clauses out of 428020 with flag 96241208/23210359
2373.19/2374.71	c cleaning 215002 clauses out of 430016 with flag 97047467/23426360
2397.74/2399.38	c cleaning 215998 clauses out of 432017 with flag 97840888/23643363
2425.95/2427.59	c cleaning 216995 clauses out of 434015 with flag 98636117/23861359
2451.40/2453.03	c cleaning 218003 clauses out of 436022 with flag 99449388/24080361
2478.63/2480.33	c cleaning 219001 clauses out of 438017 with flag 100280100/24300359
2499.48/2501.21	c cleaning 220004 clauses out of 440021 with flag 101073872/24521364
2522.73/2524.59	c cleaning 221001 clauses out of 442013 with flag 101886586/24743360
2548.76/2550.67	c cleaning 221998 clauses out of 444015 with flag 102698337/24966363
2575.40/2577.30	c cleaning 223000 clauses out of 446013 with flag 103547363/25190359
2599.44/2601.43	c cleaning 223997 clauses out of 448015 with flag 104393235/25415361
2623.41/2625.34	c cleaning 224992 clauses out of 450018 with flag 105234048/25641361
2654.06/2656.06	c cleaning 226009 clauses out of 452025 with flag 106084748/25868360
2683.69/2685.74	c cleaning 227004 clauses out of 454015 with flag 106952775/26096359
2714.53/2716.68	c cleaning 228000 clauses out of 456011 with flag 107811358/26325359
2740.18/2742.36	c cleaning 228998 clauses out of 458012 with flag 108671740/26555360
2765.33/2767.50	c cleaning 230001 clauses out of 460015 with flag 109533873/26786361
2790.78/2793.02	c cleaning 231001 clauses out of 462013 with flag 110374622/27018360
2819.82/2822.11	c cleaning 231992 clauses out of 464011 with flag 111281761/27251359
2849.76/2852.13	c cleaning 233003 clauses out of 466019 with flag 112188656/27485359
2878.25/2880.54	c cleaning 233992 clauses out of 468017 with flag 113071375/27720360
2915.88/2918.29	c cleaning 235001 clauses out of 470024 with flag 113959828/27956359
2939.83/2942.22	c cleaning 236005 clauses out of 472024 with flag 114843969/28193360
2968.86/2971.33	c cleaning 236989 clauses out of 474018 with flag 115749605/28431359
3006.37/3008.94	c cleaning 238007 clauses out of 476032 with flag 116635274/28670362
3036.70/3039.30	c cleaning 239012 clauses out of 478024 with flag 117534511/28910361
3067.52/3070.21	c cleaning 239990 clauses out of 480011 with flag 118418131/29151360
3100.65/3103.41	c cleaning 241001 clauses out of 482021 with flag 119306372/29393360
3133.64/3136.37	c cleaning 242004 clauses out of 484019 with flag 120209726/29636359
3170.65/3173.45	c cleaning 243001 clauses out of 486017 with flag 121144285/29880361
3212.45/3215.34	c cleaning 244001 clauses out of 488014 with flag 122095923/30125359
3246.66/3249.64	c cleaning 244995 clauses out of 490013 with flag 123064756/30371359
3285.67/3288.73	c cleaning 245999 clauses out of 492018 with flag 124030897/30618359
3318.59/3321.70	c cleaning 247005 clauses out of 494019 with flag 124997551/30866359
3352.12/3355.39	c cleaning 248004 clauses out of 496016 with flag 125982724/31115361
3383.55/3386.70	c cleaning 248986 clauses out of 498011 with flag 126971114/31365360
3415.50/3418.78	c cleaning 250015 clauses out of 500030 with flag 127983042/31616365
3446.14/3449.40	c cleaning 250998 clauses out of 502010 with flag 128981661/31868360
3475.59/3478.93	c cleaning 252001 clauses out of 504012 with flag 129944265/32121360
3508.34/3511.74	c cleaning 252988 clauses out of 506010 with flag 130874704/32375359
3543.98/3547.40	c cleaning 254003 clauses out of 508023 with flag 131823980/32630360
3574.32/3577.89	c cleaning 255001 clauses out of 510019 with flag 132809917/32886359
3600.08/3603.11	c starts		: 56003
3600.08/3603.14	c conflicts		: 33117545
3600.08/3603.14	c decisions		: 91914623
3600.08/3603.14	c propagations		: 4620472332
3600.08/3603.14	c inspects		: 27318761089
3600.08/3603.14	c shortcuts		: 0
3600.08/3603.14	c learnt literals	: 0
3600.08/3603.14	c learnt binary clauses	: 0
3600.08/3603.14	c learnt ternary clauses	: 0
3600.08/3603.14	c learnt constraints	: 33117545
3600.08/3603.14	c ignored constraints	: 0
3600.08/3603.14	c root simplifications	: 0
3600.08/3603.14	c removed literals (reason simplification)	: 121313659
3600.08/3603.14	c reason swapping (by a shorter reason)	: 0
3600.08/3603.14	c Calls to reduceDB	: 252
3600.08/3603.14	c Number of update (reduction) of LBD	: 16278432
3600.08/3603.14	c Imported unit clauses	: 0
3600.08/3603.14	c No decision after first conflict	: false
3600.08/3603.14	c number of reductions to clauses (during analyze)	: 0
3600.08/3603.14	c number of learned constraints concerned by reduction	: 0
3600.08/3603.14	c number of learning phase by resolution	: 0
3600.08/3603.14	c number of learning phase by cutting planes	: 0
3600.08/3603.14	c number of rounding to 1 operations	: 0
3600.08/3603.14	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3603.14	c number of reductions of the coefficients by power 2 	: 0
3600.08/3603.14	c number of right shift for reduction by power 2 	: 0
3600.08/3603.15	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3603.15	c number of ending skipping 	: 0
3600.08/3603.15	c number of internal skipping 	: 0
3600.08/3603.15	c number of derivation steps 	: 0
3600.08/3603.15	c number of skipped derivation steps 	: 0
3600.08/3603.15	c number of remaining unassigned 	: 0
3600.08/3603.15	c number of remaining assigned 	: 0
3600.08/3603.15	c number of falsified literals weakened from reason	: 0
3600.08/3603.15	c number of falsified literals weakened from conflict	: 0
3600.08/3603.15	c time for arithmetic operations	: 0
3600.08/3603.15	c minimum degree of deleted constraints	: null
3600.08/3603.15	c maximum degree of deleted constraints	: null
3600.08/3603.15	c number of deleted constraints	: 0
3600.08/3603.16	c speed (assignments/second)	: 1282411.1783737636
3600.08/3603.16	c non guided choices	: 56
3600.27/3603.23	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 486204
3600.27/3603.23	s SATISFIABLE
3600.27/3603.23	c Found 12 solution(s)
3600.27/3603.24	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 
3600.27/3603.24	c objective function=19
3600.27/3603.24	c Total wall clock time (in seconds): 3603.102

Verifier Data

OK	19

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62713 MiB free)
  memory of node 1: 64465 MiB (58165 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526630-1751634853/watcher-4526630-1751634853 -o /tmp/evaluation-result-4526630-1751634853/solver-4526630-1751634853 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751630972-92820 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4526630-1751634853.wbo 

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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=94328, runsolver pid=94325
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.25 4.25 4.17 6/339 94346
/proc/meminfo: memFree=123748872/131249996 swapFree=33000896/33010684
[pid=94328] ppid=94325 vsize=18930384 memory=55636 CPUtime=0.12 cores=4,6
/proc/94328/stat : 94328 (java) S 94325 94328 89339 0 -1 4194304 6547 0 0 0 11 1 0 0 20 0 18 0 79163151 19384713216 13909 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
/proc/94328/statm: 4732596 13909 5357 1 0 547603 0
[pid=94328/tid=94330] ppid=94325 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/94328/task/94330/stat : 94330 (java) R 94325 94328 89339 0 -1 4194368 5051 0 0 0 6 1 0 0 20 0 18 0 79163152 19384713216 13909 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94339] ppid=94325 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/94328/task/94339/stat : 94339 (Finalizer) S 94325 94328 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79163154 19384713216 13909 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94346] ppid=94325 vsize=18930384 memory=58485492679666 CPUtime=0 cores=4,6
/proc/94328/task/94346/stat : 94346 (Common-Cleaner) S 94325 94328 89339 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 79163155 19384713216 13909 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55636 KiB

[startup+0.205712 s]*
/proc/loadavg: 4.25 4.25 4.17 8/340 94347
/proc/meminfo: memFree=123744776/131249996 swapFree=33000896/33010684
[pid=94328] ppid=94325 vsize=18996948 memory=62576 CPUtime=0.31 cores=4,6
/proc/94328/stat : 94328 (java) S 94325 94328 89339 0 -1 4194304 7143 0 0 0 28 3 0 0 20 0 19 0 79163151 19452874752 15644 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
/proc/94328/statm: 4749237 15644 5485 1 0 548275 0
[pid=94328/tid=94330] ppid=94325 vsize=18996948 memory=4026794268 CPUtime=0.17 cores=4,6
/proc/94328/task/94330/stat : 94330 (java) R 94325 94328 89339 0 -1 4194368 5380 0 0 0 15 2 0 0 20 0 19 0 79163152 19452874752 15644 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94339] ppid=94325 vsize=18996948 memory=16099 CPUtime=0 cores=4,6
/proc/94328/task/94339/stat : 94339 (Finalizer) S 94325 94328 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79163154 19452874752 15644 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94346] ppid=94325 vsize=18996948 memory=57385981051877 CPUtime=0 cores=4,6
/proc/94328/task/94346/stat : 94346 (Common-Cleaner) S 94325 94328 89339 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79163155 19452874752 15644 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94347] ppid=94325 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/94328/task/94347/stat : 94347 (Timer-0) R 94325 94328 89339 0 -1 4194368 7 0 0 0 0 0 0 0 20 0 19 0 79163171 19452874752 15644 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 62576 KiB

[startup+0.305704 s]*
/proc/loadavg: 4.25 4.25 4.17 6/340 94347
/proc/meminfo: memFree=123738916/131249996 swapFree=33000896/33010684
[pid=94328] ppid=94325 vsize=18996948 memory=71092 CPUtime=0.5 cores=4,6
/proc/94328/stat : 94328 (java) S 94325 94328 89339 0 -1 4194304 8974 0 0 0 47 3 0 0 20 0 19 0 79163151 19452874752 17773 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
/proc/94328/statm: 4749237 17773 5485 1 0 549364 0
[pid=94328/tid=94330] ppid=94325 vsize=18996948 memory=-6000919485641877606 CPUtime=0.26 cores=4,6
/proc/94328/task/94330/stat : 94330 (java) R 94325 94328 89339 0 -1 4194368 5407 0 0 0 24 2 0 0 20 0 19 0 79163152 19452874752 17773 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94339] ppid=94325 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/94328/task/94339/stat : 94339 (Finalizer) S 94325 94328 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79163154 19452874752 17773 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94346] ppid=94325 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/94328/task/94346/stat : 94346 (Common-Cleaner) S 94325 94328 89339 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79163155 19452874752 17773 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94347] ppid=94325 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/94328/task/94347/stat : 94347 (Timer-0) S 94325 94328 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 79163171 19452874752 17773 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71092 KiB

[startup+0.700255 s]
/proc/loadavg: 4.25 4.25 4.17 6/340 94347
/proc/meminfo: memFree=123732616/131249996 swapFree=33000896/33010684
[pid=94328] ppid=94325 vsize=18996948 memory=81784 CPUtime=1.27 cores=4,6
/proc/94328/stat : 94328 (java) S 94325 94328 89339 0 -1 4194304 12173 0 0 0 123 4 0 0 20 0 19 0 79163151 19452874752 20446 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
/proc/94328/statm: 4749237 20446 5485 1 0 551357 0
[pid=94328/tid=94330] ppid=94325 vsize=18996948 memory=14336 CPUtime=0.63 cores=4,6
/proc/94328/task/94330/stat : 94330 (java) R 94325 94328 89339 0 -1 4194368 5453 0 0 0 61 2 0 0 20 0 19 0 79163152 19452874752 20446 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94339] ppid=94325 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/94328/task/94339/stat : 94339 (Finalizer) S 94325 94328 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79163154 19452874752 20446 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94346] ppid=94325 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/94328/task/94346/stat : 94346 (Common-Cleaner) S 94325 94328 89339 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79163155 19452874752 20446 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94347] ppid=94325 vsize=18996948 memory=4624 CPUtime=0 cores=4,6
/proc/94328/task/94347/stat : 94347 (Timer-0) S 94325 94328 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 79163171 19452874752 20446 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 81784 KiB

[startup+1.50021 s]
/proc/loadavg: 4.25 4.25 4.17 6/340 94347
/proc/meminfo: memFree=123725496/131249996 swapFree=33000896/33010684
[pid=94328] ppid=94325 vsize=18996948 memory=88628 CPUtime=2.4 cores=4,6
/proc/94328/stat : 94328 (java) S 94325 94328 89339 0 -1 4194304 13720 0 0 0 236 4 0 0 20 0 19 0 79163151 19452874752 22157 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
/proc/94328/statm: 4749237 22157 5485 1 0 551450 0
[pid=94328/tid=94330] ppid=94325 vsize=18996948 memory=0 CPUtime=1.42 cores=4,6
/proc/94328/task/94330/stat : 94330 (java) R 94325 94328 89339 0 -1 4194368 5770 0 0 0 140 2 0 0 20 0 19 0 79163152 19452874752 22157 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94339] ppid=94325 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/94328/task/94339/stat : 94339 (Finalizer) S 94325 94328 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79163154 19452874752 22157 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94346] ppid=94325 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/94328/task/94346/stat : 94346 (Common-Cleaner) S 94325 94328 89339 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79163155 19452874752 22157 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94347] ppid=94325 vsize=18996948 memory=4624 CPUtime=0 cores=4,6
/proc/94328/task/94347/stat : 94347 (Timer-0) S 94325 94328 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 79163171 19452874752 22157 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 88628 KiB

[startup+3.10549 s]
/proc/loadavg: 4.23 4.25 4.16 5/340 94347
/proc/meminfo: memFree=123709376/131249996 swapFree=33000896/33010684
[pid=94328] ppid=94325 vsize=18996948 memory=101044 CPUtime=4.05 cores=4,6
/proc/94328/stat : 94328 (java) S 94325 94328 89339 0 -1 4194304 15927 0 0 0 401 4 0 0 20 0 19 0 79163151 19452874752 25261 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
/proc/94328/statm: 4749237 25261 5485 1 0 551451 0
[pid=94328/tid=94330] ppid=94325 vsize=18996948 memory=10624 CPUtime=3.01 cores=4,6
/proc/94328/task/94330/stat : 94330 (java) R 94325 94328 89339 0 -1 4194368 6005 0 0 0 299 2 0 0 20 0 19 0 79163152 19452874752 25261 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94339] ppid=94325 vsize=18996948 memory=-6000919485641877606 CPUtime=0 cores=4,6
/proc/94328/task/94339/stat : 94339 (Finalizer) S 94325 94328 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79163154 19452874752 25261 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94346] ppid=94325 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/94328/task/94346/stat : 94346 (Common-Cleaner) S 94325 94328 89339 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79163155 19452874752 25261 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94347] ppid=94325 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/94328/task/94347/stat : 94347 (Timer-0) S 94325 94328 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 79163171 19452874752 25261 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
Current children cumulated CPU time: 4.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 101044 KiB

[startup+6.30018 s]
/proc/loadavg: 4.23 4.25 4.16 5/340 94347
/proc/meminfo: memFree=123684800/131249996 swapFree=33000896/33010684
[pid=94328] ppid=94325 vsize=18996948 memory=123900 CPUtime=7.46 cores=4,6
/proc/94328/stat : 94328 (java) S 94325 94328 89339 0 -1 4194304 21031 0 0 0 740 6 0 0 20 0 19 0 79163151 19452874752 30975 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
/proc/94328/statm: 4749237 30975 5485 1 0 551454 0
[pid=94328/tid=94330] ppid=94325 vsize=18996948 memory=0 CPUtime=6.2 cores=4,6
/proc/94328/task/94330/stat : 94330 (java) R 94325 94328 89339 0 -1 4194368 6610 0 0 0 617 3 0 0 20 0 19 0 79163152 19452874752 30975 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94339] ppid=94325 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/94328/task/94339/stat : 94339 (Finalizer) S 94325 94328 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79163154 19452874752 30975 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94346] ppid=94325 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/94328/task/94346/stat : 94346 (Common-Cleaner) S 94325 94328 89339 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79163155 19452874752 30975 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94347] ppid=94325 vsize=18996948 memory=88628 CPUtime=0 cores=4,6
/proc/94328/task/94347/stat : 94347 (Timer-0) S 94325 94328 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 79163171 19452874752 30975 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
Current children cumulated CPU time: 7.46 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 123900 KiB

[startup+12.7002 s]
/proc/loadavg: 4.28 4.25 4.17 5/340 94347
/proc/meminfo: memFree=123529908/131249996 swapFree=33000896/33010684
[pid=94328] ppid=94325 vsize=19063512 memory=177780 CPUtime=13.86 cores=4,6
/proc/94328/stat : 94328 (java) S 94325 94328 89339 0 -1 4194304 23748 0 0 0 1379 7 0 0 20 0 20 0 79163151 19521036288 44445 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
/proc/94328/statm: 4765878 44445 5549 1 0 551743 0
[pid=94328/tid=94330] ppid=94325 vsize=19063512 memory=88628 CPUtime=12.57 cores=4,6
/proc/94328/task/94330/stat : 94330 (java) R 94325 94328 89339 0 -1 4194368 7580 0 0 0 1253 4 0 0 20 0 20 0 79163152 19521036288 44445 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94339] ppid=94325 vsize=19063512 memory=158844 CPUtime=0 cores=4,6
/proc/94328/task/94339/stat : 94339 (Finalizer) S 94325 94328 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79163154 19521036288 44445 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94346] ppid=94325 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/94328/task/94346/stat : 94346 (Common-Cleaner) S 94325 94328 89339 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 79163155 19521036288 44445 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94347] ppid=94325 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/94328/task/94347/stat : 94347 (Timer-0) S 94325 94328 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79163171 19521036288 44445 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
Current children cumulated CPU time: 13.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 177780 KiB

[startup+25.5002 s]
/proc/loadavg: 4.23 4.24 4.17 5/341 94348
/proc/meminfo: memFree=122947536/131249996 swapFree=33000896/33010684
[pid=94328] ppid=94325 vsize=19063512 memory=186028 CPUtime=26.65 cores=4,6
/proc/94328/stat : 94328 (java) S 94325 94328 89339 0 -1 4194304 23805 0 0 0 2657 8 0 0 20 0 20 0 79163151 19521036288 46507 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
/proc/94328/statm: 4765878 46507 5549 1 0 551743 0
[pid=94328/tid=94330] ppid=94325 vsize=19063512 memory=158844 CPUtime=25.32 cores=4,6
/proc/94328/task/94330/stat : 94330 (java) R 94325 94328 89339 0 -1 4194368 7602 0 0 0 2528 4 0 0 20 0 20 0 79163152 19521036288 46507 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94339] ppid=94325 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/94328/task/94339/stat : 94339 (Finalizer) S 94325 94328 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79163154 19521036288 46507 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94346] ppid=94325 vsize=19063512 memory=177780 CPUtime=0 cores=4,6
/proc/94328/task/94346/stat : 94346 (Common-Cleaner) S 94325 94328 89339 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 79163155 19521036288 46507 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94347] ppid=94325 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/94328/task/94347/stat : 94347 (Timer-0) S 94325 94328 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79163171 19521036288 46507 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
Current children cumulated CPU time: 26.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186028 KiB

[startup+51.1056 s]
/proc/loadavg: 4.23 4.24 4.17 5/341 94350
/proc/meminfo: memFree=121754808/131249996 swapFree=33000896/33010684
[pid=94328] ppid=94325 vsize=19063512 memory=196392 CPUtime=52.2 cores=4,6
/proc/94328/stat : 94328 (java) S 94325 94328 89339 0 -1 4194304 23867 0 0 0 5211 9 0 0 20 0 20 0 79163151 19521036288 49098 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
/proc/94328/statm: 4765878 49098 5549 1 0 551743 0
[pid=94328/tid=94330] ppid=94325 vsize=19063512 memory=186028 CPUtime=50.84 cores=4,6

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

[startup+3282.3 s]
/proc/loadavg: 3.16 3.77 4.03 4/313 94552
/proc/meminfo: memFree=124387640/131249996 swapFree=33000896/33010684
[pid=94328] ppid=94325 vsize=19063512 memory=2140360 CPUtime=3279.28 cores=4,6
/proc/94328/stat : 94328 (java) S 94325 94328 89339 0 -1 4194304 78157 0 0 0 327787 141 0 0 20 0 20 0 79163151 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
/proc/94328/statm: 4765878 535090 5581 1 0 555777 0
[pid=94328/tid=94330] ppid=94325 vsize=19063512 memory=2140360 CPUtime=3271.14 cores=4,6
/proc/94328/task/94330/stat : 94330 (java) R 94325 94328 89339 0 -1 4194368 35037 0 0 0 327083 31 0 0 20 0 20 0 79163152 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94339] ppid=94325 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/94328/task/94339/stat : 94339 (Finalizer) S 94325 94328 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79163154 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94346] ppid=94325 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/94328/task/94346/stat : 94346 (Common-Cleaner) S 94325 94328 89339 0 -1 4194368 1209 0 0 0 0 0 0 0 20 0 20 0 79163155 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94347] ppid=94325 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/94328/task/94347/stat : 94347 (Timer-0) S 94325 94328 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79163171 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
Current children cumulated CPU time: 3279.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2140360 KiB

[startup+3342.3 s]
/proc/loadavg: 2.87 3.60 3.95 2/263 94621
/proc/meminfo: memFree=127781308/131249996 swapFree=33000896/33010684
[pid=94328] ppid=94325 vsize=19063512 memory=2140360 CPUtime=3339.14 cores=4,6
/proc/94328/stat : 94328 (java) S 94325 94328 89339 0 -1 4194304 78625 0 0 0 333772 142 0 0 20 0 20 0 79163151 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
/proc/94328/statm: 4765878 535090 5581 1 0 555777 0
[pid=94328/tid=94330] ppid=94325 vsize=19063512 memory=2140360 CPUtime=3330.98 cores=4,6
/proc/94328/task/94330/stat : 94330 (java) R 94325 94328 89339 0 -1 4194368 35408 0 0 0 333066 32 0 0 20 0 20 0 79163152 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94339] ppid=94325 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=4,6
/proc/94328/task/94339/stat : 94339 (Finalizer) S 94325 94328 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79163154 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94346] ppid=94325 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/94328/task/94346/stat : 94346 (Common-Cleaner) S 94325 94328 89339 0 -1 4194368 1292 0 0 0 0 0 0 0 20 0 20 0 79163155 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94347] ppid=94325 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/94328/task/94347/stat : 94347 (Timer-0) S 94325 94328 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79163171 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
Current children cumulated CPU time: 3339.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2140360 KiB

[startup+3402.3 s]
/proc/loadavg: 1.74 3.14 3.77 2/263 94623
/proc/meminfo: memFree=127789724/131249996 swapFree=33000896/33010684
[pid=94328] ppid=94325 vsize=19063512 memory=2140360 CPUtime=3399.12 cores=4,6
/proc/94328/stat : 94328 (java) S 94325 94328 89339 0 -1 4194304 79789 0 0 0 339769 143 0 0 20 0 20 0 79163151 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
/proc/94328/statm: 4765878 535090 5581 1 0 555777 0
[pid=94328/tid=94330] ppid=94325 vsize=19063512 memory=2140360 CPUtime=3390.75 cores=4,6
/proc/94328/task/94330/stat : 94330 (java) R 94325 94328 89339 0 -1 4194368 35741 0 0 0 339043 32 0 0 20 0 20 0 79163152 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94339] ppid=94325 vsize=19063512 memory=2140360 CPUtime=0 cores=4,6
/proc/94328/task/94339/stat : 94339 (Finalizer) S 94325 94328 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79163154 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94346] ppid=94325 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/94328/task/94346/stat : 94346 (Common-Cleaner) S 94325 94328 89339 0 -1 4194368 1292 0 0 0 0 0 0 0 20 0 20 0 79163155 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94347] ppid=94325 vsize=19063512 memory=-6000919485641877606 CPUtime=0 cores=4,6
/proc/94328/task/94347/stat : 94347 (Timer-0) S 94325 94328 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79163171 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
Current children cumulated CPU time: 3399.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2140360 KiB

[startup+3462.3 s]
/proc/loadavg: 1.31 2.76 3.60 2/265 94629
/proc/meminfo: memFree=127788816/131249996 swapFree=33000896/33010684
[pid=94328] ppid=94325 vsize=19063512 memory=2140360 CPUtime=3459.02 cores=4,6
/proc/94328/stat : 94328 (java) S 94325 94328 89339 0 -1 4194304 80775 0 0 0 345757 145 0 0 20 0 20 0 79163151 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
/proc/94328/statm: 4765878 535090 5581 1 0 555777 0
[pid=94328/tid=94330] ppid=94325 vsize=19063512 memory=5632 CPUtime=3450.63 cores=4,6
/proc/94328/task/94330/stat : 94330 (java) R 94325 94328 89339 0 -1 4194368 36552 0 0 0 345031 32 0 0 20 0 20 0 79163152 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94339] ppid=94325 vsize=19063512 memory=2140360 CPUtime=0 cores=4,6
/proc/94328/task/94339/stat : 94339 (Finalizer) S 94325 94328 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79163154 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94346] ppid=94325 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/94328/task/94346/stat : 94346 (Common-Cleaner) S 94325 94328 89339 0 -1 4194368 1375 0 0 0 0 0 0 0 20 0 20 0 79163155 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94347] ppid=94325 vsize=19063512 memory=2140360 CPUtime=0 cores=4,6
/proc/94328/task/94347/stat : 94347 (Timer-0) S 94325 94328 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79163171 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
Current children cumulated CPU time: 3459.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2140360 KiB

[startup+3522.3 s]
/proc/loadavg: 1.20 2.47 3.44 2/265 94635
/proc/meminfo: memFree=127789180/131249996 swapFree=33000896/33010684
[pid=94328] ppid=94325 vsize=19063512 memory=2140360 CPUtime=3518.92 cores=4,6
/proc/94328/stat : 94328 (java) S 94325 94328 89339 0 -1 4194304 81815 0 0 0 351746 146 0 0 20 0 20 0 79163151 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
/proc/94328/statm: 4765878 535090 5581 1 0 555777 0
[pid=94328/tid=94330] ppid=94325 vsize=19063512 memory=2140360 CPUtime=3510.51 cores=4,6
/proc/94328/task/94330/stat : 94330 (java) R 94325 94328 89339 0 -1 4194368 37352 0 0 0 351019 32 0 0 20 0 20 0 79163152 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94339] ppid=94325 vsize=19063512 memory=2140360 CPUtime=0 cores=4,6
/proc/94328/task/94339/stat : 94339 (Finalizer) S 94325 94328 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79163154 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94346] ppid=94325 vsize=19063512 memory=2140360 CPUtime=0 cores=4,6
/proc/94328/task/94346/stat : 94346 (Common-Cleaner) S 94325 94328 89339 0 -1 4194368 1500 0 0 0 0 0 0 0 20 0 20 0 79163155 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94347] ppid=94325 vsize=19063512 memory=-6000919485641877606 CPUtime=0 cores=4,6
/proc/94328/task/94347/stat : 94347 (Timer-0) S 94325 94328 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79163171 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
Current children cumulated CPU time: 3518.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2140360 KiB

[startup+3582.3 s]
/proc/loadavg: 1.12 2.21 3.29 2/265 94637
/proc/meminfo: memFree=127789292/131249996 swapFree=33000896/33010684
[pid=94328] ppid=94325 vsize=19063512 memory=2140360 CPUtime=3579.32 cores=4,6
/proc/94328/stat : 94328 (java) S 94325 94328 89339 0 -1 4194304 85982 0 0 0 357783 149 0 0 20 0 20 0 79163151 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
/proc/94328/statm: 4765878 535090 5581 1 0 555784 0
[pid=94328/tid=94330] ppid=94325 vsize=19063512 memory=14156 CPUtime=3570.28 cores=4,6
/proc/94328/task/94330/stat : 94330 (java) R 94325 94328 89339 0 -1 4194368 39509 0 0 0 356996 32 0 0 20 0 20 0 79163152 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94339] ppid=94325 vsize=19063512 memory=2140360 CPUtime=0 cores=4,6
/proc/94328/task/94339/stat : 94339 (Finalizer) S 94325 94328 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79163154 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94346] ppid=94325 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/94328/task/94346/stat : 94346 (Common-Cleaner) S 94325 94328 89339 0 -1 4194368 1501 0 0 0 0 0 0 0 20 0 20 0 79163155 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94347] ppid=94325 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/94328/task/94347/stat : 94347 (Timer-0) S 94325 94328 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79163171 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
Current children cumulated CPU time: 3579.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2140360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.11 s]
/proc/loadavg: 1.14 2.13 3.23 2/265 94637
/proc/meminfo: memFree=127789292/131249996 swapFree=33000896/33010684
[pid=94328] ppid=94325 vsize=19063512 memory=2140360 CPUtime=3600.08 cores=4,6
/proc/94328/stat : 94328 (java) S 94325 94328 89339 0 -1 4194304 85992 0 0 0 359859 149 0 0 20 0 20 0 79163151 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
/proc/94328/statm: 4765878 535090 5581 1 0 555784 0
[pid=94328/tid=94330] ppid=94325 vsize=19063512 memory=14156 CPUtime=3591.04 cores=4,6
/proc/94328/task/94330/stat : 94330 (java) R 94325 94328 89339 0 -1 4194368 39510 0 0 0 359072 32 0 0 20 0 20 0 79163152 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94339] ppid=94325 vsize=19063512 memory=2140360 CPUtime=0 cores=4,6
/proc/94328/task/94339/stat : 94339 (Finalizer) S 94325 94328 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79163154 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94346] ppid=94325 vsize=19063512 memory=2140360 CPUtime=0 cores=4,6
/proc/94328/task/94346/stat : 94346 (Common-Cleaner) S 94325 94328 89339 0 -1 4194368 1501 0 0 0 0 0 0 0 20 0 20 0 79163155 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94347] ppid=94325 vsize=19063512 memory=2140360 CPUtime=0 cores=4,6
/proc/94328/task/94347/stat : 94347 (Timer-0) S 94325 94328 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79163171 19521036288 535090 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2140360 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.85 s, system=1.51458 s

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

[startup+3603.2 s]
/proc/loadavg: 1.14 2.13 3.23 2/265 94637
/proc/meminfo: memFree=127789292/131249996 swapFree=33000896/33010684
[pid=94328] ppid=94325 vsize=19263204 memory=2141128 CPUtime=3600.27 cores=4,6
/proc/94328/stat : 94328 (java) S 94325 94328 89339 0 -1 4194304 87366 0 0 0 359877 150 0 0 20 0 21 0 79163151 19725520896 535282 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
/proc/94328/statm: 4815801 535282 5581 1 0 556755 0
[pid=94328/tid=94330] ppid=94325 vsize=19263204 memory=14336 CPUtime=3591.14 cores=4,6
/proc/94328/task/94330/stat : 94330 (java) R 94325 94328 89339 0 -1 4194368 39628 0 0 0 359082 32 0 0 20 0 21 0 79163152 19725520896 535282 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94339] ppid=94325 vsize=19263204 memory=5148 CPUtime=0 cores=4,6
/proc/94328/task/94339/stat : 94339 (Finalizer) S 94325 94328 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79163154 19725520896 535282 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
[pid=94328/tid=94346] ppid=94325 vsize=19263204 memory=2140360 CPUtime=0 cores=4,6
/proc/94328/task/94346/stat : 94346 (Common-Cleaner) S 94325 94328 89339 0 -1 4194368 1501 0 0 0 0 0 0 0 20 0 21 0 79163155 19725520896 535282 18446744073709551615 94244803264512 94244803268208 140733349748912 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94244803276024 94244803276816 94244817440768 140733349755263 140733349755364 140733349755364 140733349760968 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2141128 KiB

Child status: 143

Real time (s): 3603.25
CPU time (s): 3600.37
CPU user time (s): 3598.85
CPU system time (s): 1.51458
CPU usage (%): 99.9198
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2141128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.85
system time used= 1.51458
maximum resident set size= 2141256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87564
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103827
involuntary context switches= 2593


# summary of solver processes directly reported to runsolver:
#   pid: 94328
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3598.85
#   total CPU system time (s): 1.51458

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.32916 second user time and 17.0041 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-04 15:14:13
IDJOB=4526630
IDBENCH=144131
IDSOLVER=3380
FILE ID=nodeC023/4526630-1751634853
RUNJOBID= nodeC023-1751630972-92820
SLURM_JOB_ID= 9598950
Free space on /tmp= 431868 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/coloring/normalized-queen5-5-4_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526630-1751634853/watcher-4526630-1751634853 -o /tmp/evaluation-result-4526630-1751634853/solver-4526630-1751634853 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751630972-92820 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4526630-1751634853.wbo

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

MD5SUM BENCH= cb6ea9648287f931b56a2a3b8dcad6ec
RANDOM SEED=2123894777

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        123779996 kB
MemAvailable:   123561208 kB
Buffers:              16 kB
Cached:           523652 kB
SwapCached:         2904 kB
Active:          6382796 kB
Inactive:         380148 kB
Active(anon):    6198444 kB
Inactive(anon):    53364 kB
Active(file):     184352 kB
Inactive(file):   326784 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               764 kB
Writeback:             0 kB
AnonPages:       6239436 kB
Mapped:           118044 kB
Shmem:             12532 kB
KReclaimable:     218628 kB
Slab:             310136 kB
SReclaimable:     218628 kB
SUnreclaim:        91508 kB
KernelStack:        5248 kB
PageTables:        15940 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11740288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6002688 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431868 MiB
End job on nodeC023 at 2025-07-04 16:14:16