Trace number 4449812

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07SAT (TO)5 3600.56 3603.07

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=14-t=9.opb
MD5SUM5bbd9c37a994af6c8eea19ef18cfb445
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables427
Total number of constraints17423
Number of constraints which are clauses17409
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint15
Number of terms in the objective function 14
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 14
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.14/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.17	c See www.sat4j.org for details.
0.14/0.19	c version CUSTOM.v20240707
0.14/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.21	c java.vm.version	22.0.1+8-16
0.14/0.23	c java.vm.vendor	Oracle Corporation
0.14/0.23	c sun.arch.data.model	64
0.14/0.23	c java.version		22.0.1
0.14/0.23	c os.name		Linux
0.14/0.23	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.23	c os.arch		amd64
0.14/0.23	c Free memory 		2113181440
0.14/0.23	c Max memory 		16282288128
0.14/0.23	c Total memory 		2122317824
0.33/0.24	c Number of processors 	2
0.47/0.34	--- Begin Solver configuration ---
0.47/0.34	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.47/0.34	Learn all clauses as in MiniSAT
0.47/0.34	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.34	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.47/0.34	Expensive reason simplification
0.47/0.34	Glucose 2.1 dynamic restart strategy
0.47/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.47/0.34	timeout=2147483s
0.47/0.34	DB Simplification allowed=false
0.47/0.34	Listener: none
0.47/0.34	--- End Solver configuration ---
0.47/0.34	c Pseudo Boolean Optimization by upper bound
0.47/0.34	c --- Begin Solver configuration ---
0.47/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.47/0.34	c Learn all clauses as in MiniSAT
0.47/0.34	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.47/0.34	c Expensive reason simplification
0.47/0.34	c Glucose 2.1 dynamic restart strategy
0.47/0.34	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.47/0.34	c timeout=2147483s
0.47/0.34	c DB Simplification allowed=false
0.47/0.34	c Listener: none
0.47/0.34	c --- End Solver configuration ---
0.47/0.34	c solving HOME/instance-4449812-1721844046.opb
0.47/0.34	c reading problem ... 
0.47/0.34	c using VERIPB proof format
0.47/0.35	c  objective function found
1.16/0.78	c ... done. Wall clock time 0.43s.
1.16/0.78	c declared #vars     427
1.16/0.78	c #constraints  17423
1.16/0.78	c constraints type 
1.16/0.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
1.16/0.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17409
1.16/0.78	c 17423 constraints processed.
1.35/0.80	c objective function length is 14 literals
1.76/1.10	c SATISFIABLE
1.96/1.11	c OPTIMIZING...
1.96/1.11	c Got one! Elapsed wall clock time (in seconds):0.765
1.96/1.11	o 9
1.96/1.19	c Got one! Elapsed wall clock time (in seconds):0.843
1.96/1.19	o 8
2.14/1.22	c Got one! Elapsed wall clock time (in seconds):0.867
2.14/1.22	o 7
2.33/1.38	c Got one! Elapsed wall clock time (in seconds):1.038
2.33/1.38	o 6
2.54/1.40	c Got one! Elapsed wall clock time (in seconds):1.056
2.54/1.40	o 5
3.51/1.97	c cleaning 3433 clauses out of 6883 with flag 28914/6883
4.11/2.28	c cleaning 4722 clauses out of 9448 with flag 59290/12881
4.70/2.56	c cleaning 5855 clauses out of 11726 with flag 98071/19881
5.28/2.88	c cleaning 6927 clauses out of 13871 with flag 147699/27881
6.06/3.26	c cleaning 7967 clauses out of 15944 with flag 205997/36881
6.67/3.56	c cleaning 8983 clauses out of 17977 with flag 258170/46881
6.98/3.90	c cleaning 9990 clauses out of 19997 with flag 316039/57884
7.38/4.26	c cleaning 10987 clauses out of 22004 with flag 371102/69881
7.91/4.69	c cleaning 12001 clauses out of 24017 with flag 435980/82881
8.43/5.01	c cleaning 12999 clauses out of 26016 with flag 486326/96881
8.88/5.39	c cleaning 14002 clauses out of 28017 with flag 539331/111881
9.37/5.74	c cleaning 14991 clauses out of 30015 with flag 594404/127881
9.80/6.11	c cleaning 15997 clauses out of 32024 with flag 657936/144881
10.42/6.51	c cleaning 17006 clauses out of 34027 with flag 721546/162881
10.82/6.96	c cleaning 18003 clauses out of 36021 with flag 790268/181881
11.41/7.55	c cleaning 18998 clauses out of 38018 with flag 891060/201881
12.11/8.26	c cleaning 19994 clauses out of 40020 with flag 1009399/222881
12.81/9.01	c cleaning 21010 clauses out of 42027 with flag 1135898/244882
13.73/9.83	c cleaning 22003 clauses out of 44017 with flag 1270859/267882
14.43/10.54	c cleaning 22991 clauses out of 46013 with flag 1393623/291881
15.23/11.36	c cleaning 24009 clauses out of 48022 with flag 1533305/316881
16.12/12.17	c cleaning 24987 clauses out of 50013 with flag 1667593/342881
17.04/13.12	c cleaning 25999 clauses out of 52026 with flag 1825698/369881
18.41/14.47	c cleaning 27004 clauses out of 54027 with flag 1999690/397881
19.41/15.44	c cleaning 28001 clauses out of 56023 with flag 2159750/426881
20.23/16.29	c cleaning 28993 clauses out of 58022 with flag 2309204/456881
21.23/17.25	c cleaning 29989 clauses out of 60029 with flag 2468163/487881
22.43/18.40	c cleaning 31020 clauses out of 62041 with flag 2646217/519882
23.72/19.73	c cleaning 32007 clauses out of 64020 with flag 2834506/552881
25.03/21.05	c cleaning 33003 clauses out of 66014 with flag 3031612/586882
26.31/22.32	c cleaning 33989 clauses out of 68010 with flag 3216401/621881
27.71/23.74	c cleaning 35005 clauses out of 70021 with flag 3411972/657881
29.21/25.22	c cleaning 35997 clauses out of 72016 with flag 3590044/694881
30.51/26.55	c cleaning 37008 clauses out of 74020 with flag 3745099/732882
31.87/27.90	c cleaning 37981 clauses out of 76011 with flag 3913284/771881
33.16/29.26	c cleaning 38987 clauses out of 78030 with flag 4090168/811881
34.56/30.70	c cleaning 40014 clauses out of 80043 with flag 4266636/852881
36.56/32.61	c cleaning 40995 clauses out of 82029 with flag 4517975/894881
38.36/34.43	c cleaning 42005 clauses out of 84034 with flag 4737986/937881
40.15/36.20	c cleaning 43001 clauses out of 86029 with flag 4964574/981881
41.96/38.08	c cleaning 43992 clauses out of 88028 with flag 5172301/1026881
44.04/40.08	c cleaning 45007 clauses out of 90037 with flag 5433155/1072882
46.13/42.15	c cleaning 46000 clauses out of 92030 with flag 5700370/1119882
48.22/44.23	c cleaning 46993 clauses out of 94029 with flag 5929415/1167881
50.81/46.81	c cleaning 47998 clauses out of 96036 with flag 6208998/1216881
53.02/49.06	c cleaning 49012 clauses out of 98039 with flag 6470782/1266882
55.51/51.51	c cleaning 50011 clauses out of 100027 with flag 6756858/1317882
58.04/54.11	c cleaning 50998 clauses out of 102015 with flag 7043860/1369881
60.52/56.50	c cleaning 51993 clauses out of 104017 with flag 7292460/1422881
63.10/59.21	c cleaning 52999 clauses out of 106024 with flag 7560719/1476881
65.91/62.07	c cleaning 53996 clauses out of 108025 with flag 7865785/1531881
68.59/64.79	c cleaning 55006 clauses out of 110029 with flag 8165571/1587881
71.39/67.55	c cleaning 55992 clauses out of 112023 with flag 8464599/1644881
74.08/70.20	c cleaning 57010 clauses out of 114032 with flag 8765587/1702882
78.08/74.22	c cleaning 57992 clauses out of 116021 with flag 9347214/1761881
81.11/77.26	c cleaning 59001 clauses out of 118029 with flag 9684759/1821881
84.20/80.35	c cleaning 59999 clauses out of 120029 with flag 10025115/1882882
87.50/83.64	c cleaning 61009 clauses out of 122029 with flag 10413749/1944881
90.77/86.98	c cleaning 61996 clauses out of 124020 with flag 10784040/2007881
94.29/90.59	c cleaning 62988 clauses out of 126024 with flag 11118785/2071881
98.48/94.73	c cleaning 63992 clauses out of 128038 with flag 11661328/2136883
102.57/98.86	c cleaning 65011 clauses out of 130044 with flag 12112548/2202881
106.87/103.14	c cleaning 66008 clauses out of 132033 with flag 12709065/2269881
110.86/107.06	c cleaning 66998 clauses out of 134026 with flag 13149076/2337882
115.44/111.62	c cleaning 68007 clauses out of 136027 with flag 13697852/2406881
119.56/115.72	c cleaning 69005 clauses out of 138020 with flag 14165380/2476881
124.45/120.70	c cleaning 69991 clauses out of 140016 with flag 14617144/2547882
130.03/126.31	c cleaning 70989 clauses out of 142024 with flag 15354146/2619881
135.29/131.64	c cleaning 72007 clauses out of 144035 with flag 16064405/2692881
141.83/138.25	c cleaning 72993 clauses out of 146028 with flag 16772410/2766881
146.68/143.16	c cleaning 74010 clauses out of 148037 with flag 17371135/2841883
151.98/148.40	c cleaning 74995 clauses out of 150026 with flag 18053958/2917882
158.98/155.56	c cleaning 76004 clauses out of 152030 with flag 18825171/2994881
165.49/162.07	c cleaning 77010 clauses out of 154027 with flag 19661215/3072882
171.07/167.68	c cleaning 77998 clauses out of 156016 with flag 20360209/3151881
175.17/171.72	c cleaning 78972 clauses out of 158018 with flag 20740797/3231881
179.96/176.59	c cleaning 80014 clauses out of 160048 with flag 21286034/3312883
185.93/183.53	c cleaning 81011 clauses out of 162032 with flag 21860237/3394881
191.32/188.97	c cleaning 81994 clauses out of 164021 with flag 22421367/3477881
197.31/194.94	c cleaning 82999 clauses out of 166031 with flag 23171113/3561885
206.44/204.05	c cleaning 83995 clauses out of 168028 with flag 24117263/3646881
213.61/211.22	c cleaning 85010 clauses out of 170033 with flag 24987301/3732881
220.39/218.04	c cleaning 85989 clauses out of 172023 with flag 25592230/3819881
226.89/224.56	c cleaning 87007 clauses out of 174034 with flag 26315828/3907881
233.17/230.83	c cleaning 88004 clauses out of 176028 with flag 26939490/3996882
240.51/238.19	c cleaning 89002 clauses out of 178024 with flag 27785758/4086882
252.74/250.41	c cleaning 89989 clauses out of 180021 with flag 28990050/4177881
260.44/258.19	c cleaning 90996 clauses out of 182032 with flag 29811281/4269881
270.04/267.73	c cleaning 92012 clauses out of 184037 with flag 30994456/4362882
278.59/276.26	c cleaning 92999 clauses out of 186024 with flag 32034379/4456881
287.28/285.01	c cleaning 93995 clauses out of 188028 with flag 32997087/4551884
295.87/293.52	c cleaning 95001 clauses out of 190030 with flag 33958452/4647881
303.17/300.85	c cleaning 95996 clauses out of 192030 with flag 34640180/4744882
310.91/308.68	c cleaning 97002 clauses out of 194033 with flag 35295729/4842881
319.03/316.74	c cleaning 98000 clauses out of 196031 with flag 36061112/4941881
328.82/326.56	c cleaning 98997 clauses out of 198031 with flag 37156676/5041881
337.00/334.78	c cleaning 100008 clauses out of 200034 with flag 37943642/5142881
350.82/348.68	c cleaning 100987 clauses out of 202026 with flag 39064920/5244881
360.52/358.39	c cleaning 102011 clauses out of 204039 with flag 40081649/5347881
371.22/369.01	c cleaning 103001 clauses out of 206028 with flag 41231354/5451881
380.46/378.36	c cleaning 103998 clauses out of 208027 with flag 42207915/5556881
389.41/387.32	c cleaning 105010 clauses out of 210029 with flag 43004324/5662881
399.51/397.50	c cleaning 105993 clauses out of 212019 with flag 44019782/5769881
410.36/408.48	c cleaning 106999 clauses out of 214027 with flag 45013587/5877882
419.61/417.68	c cleaning 107995 clauses out of 216029 with flag 45988973/5986883
430.27/428.21	c cleaning 108993 clauses out of 218032 with flag 46957747/6096881
439.01/437.01	c cleaning 110010 clauses out of 220039 with flag 47720548/6207881
451.49/449.47	c cleaning 111005 clauses out of 222030 with flag 48933801/6319882
464.70/462.65	c cleaning 111997 clauses out of 224026 with flag 50273064/6432883
473.66/471.55	c cleaning 112987 clauses out of 226027 with flag 50875641/6546881
481.25/479.18	c cleaning 113999 clauses out of 228040 with flag 51452758/6661881
488.34/486.16	c cleaning 114997 clauses out of 230042 with flag 52039767/6777882
495.49/493.36	c cleaning 115998 clauses out of 232044 with flag 52629609/6894881
502.68/500.42	c cleaning 117002 clauses out of 234046 with flag 53217977/7012881
510.26/507.93	c cleaning 118011 clauses out of 236045 with flag 53813717/7131882
517.45/515.14	c cleaning 118999 clauses out of 238033 with flag 54413809/7251881
528.11/525.87	c cleaning 120007 clauses out of 240034 with flag 55279068/7372881
541.65/538.98	c cleaning 121002 clauses out of 242029 with flag 56485397/7494883
552.68/550.00	c cleaning 121997 clauses out of 244026 with flag 57413797/7617882
564.11/561.38	c cleaning 123002 clauses out of 246029 with flag 58327629/7741882
575.86/573.02	c cleaning 124008 clauses out of 248028 with flag 59333877/7866883
589.03/586.31	c cleaning 124990 clauses out of 250018 with flag 60594051/7992881
603.47/600.70	c cleaning 125992 clauses out of 252029 with flag 62135748/8119882
614.70/611.92	c cleaning 126996 clauses out of 254036 with flag 63052714/8247881
625.61/622.86	c cleaning 128010 clauses out of 256040 with flag 64037374/8376881
638.89/636.02	c cleaning 128999 clauses out of 258030 with flag 65152360/8506881
649.98/647.16	c cleaning 130004 clauses out of 260035 with flag 66112189/8637885
663.38/660.54	c cleaning 131008 clauses out of 262027 with flag 67329016/8769881
678.01/675.18	c cleaning 131989 clauses out of 264019 with flag 68733840/8902881
693.19/690.39	c cleaning 133000 clauses out of 266030 with flag 70119547/9036881
704.54/701.61	c cleaning 133989 clauses out of 268031 with flag 70930530/9171882
719.14/716.26	c cleaning 135012 clauses out of 270041 with flag 72210153/9307881
733.11/730.19	c cleaning 136003 clauses out of 272031 with flag 73545531/9444883
748.45/745.51	c cleaning 137001 clauses out of 274026 with flag 75063695/9582881
759.74/756.86	c cleaning 137995 clauses out of 276025 with flag 75827366/9721881
772.05/769.29	c cleaning 138986 clauses out of 278030 with flag 76689919/9861881
784.85/782.04	c cleaning 140007 clauses out of 280044 with flag 77520581/10002881
799.44/796.56	c cleaning 141012 clauses out of 282038 with flag 78856144/10144882
814.94/813.14	c cleaning 141991 clauses out of 284025 with flag 79971173/10287881
831.45/829.63	c cleaning 143004 clauses out of 286035 with flag 81415145/10431882
849.86/848.19	c cleaning 143990 clauses out of 288033 with flag 82965359/10576884
868.30/866.75	c cleaning 145013 clauses out of 290042 with flag 83957587/10722883
886.19/884.50	c cleaning 146000 clauses out of 292029 with flag 85300904/10869883
903.66/902.18	c cleaning 146992 clauses out of 294027 with flag 86883499/11017881
922.49/920.68	c cleaning 148007 clauses out of 296035 with flag 88358735/11166881
942.95/941.27	c cleaning 148999 clauses out of 298028 with flag 89872239/11316881
961.87/960.24	c cleaning 149995 clauses out of 300030 with flag 91475898/11467882
980.74/979.09	c cleaning 150989 clauses out of 302034 with flag 92948393/11619881
997.39/995.78	c cleaning 152000 clauses out of 304046 with flag 93992589/11772882
1013.30/1011.62	c cleaning 153005 clauses out of 306045 with flag 95139729/11926881
1030.93/1029.33	c cleaning 154008 clauses out of 308041 with flag 96443896/12081882
1047.74/1046.20	c cleaning 155012 clauses out of 310032 with flag 97491632/12237881
1068.74/1067.21	c cleaning 156006 clauses out of 312020 with flag 98912633/12394881
1089.68/1088.51	c cleaning 156998 clauses out of 314014 with flag 100589741/12552881
1108.64/1107.51	c cleaning 157995 clauses out of 316016 with flag 101774084/12711881
1129.54/1128.49	c cleaning 158997 clauses out of 318021 with flag 103802865/12871881
1148.87/1147.81	c cleaning 159997 clauses out of 320024 with flag 105027788/13032881
1168.74/1167.79	c cleaning 161007 clauses out of 322027 with flag 106686564/13194881
1188.83/1187.90	c cleaning 162006 clauses out of 324020 with flag 107945397/13357881
1211.68/1210.88	c cleaning 162997 clauses out of 326019 with flag 110216830/13521886
1233.63/1232.82	c cleaning 164000 clauses out of 328017 with flag 112271624/13686881
1254.14/1253.32	c cleaning 164998 clauses out of 330020 with flag 113738545/13852884
1275.45/1274.75	c cleaning 165998 clauses out of 332020 with flag 115477111/14019882
1296.07/1295.47	c cleaning 166988 clauses out of 334021 with flag 117138907/14187881
1311.69/1311.10	c cleaning 167990 clauses out of 336033 with flag 118040151/14356881
1334.44/1333.80	c cleaning 169007 clauses out of 338043 with flag 119791666/14526881
1355.39/1354.80	c cleaning 170009 clauses out of 340037 with flag 121152892/14697882
1379.26/1378.79	c cleaning 171005 clauses out of 342027 with flag 123358698/14869881
1406.51/1406.09	c cleaning 171989 clauses out of 344023 with flag 125607195/15042882
1431.01/1430.62	c cleaning 173005 clauses out of 346034 with flag 127693374/15216882
1453.91/1453.55	c cleaning 174006 clauses out of 348028 with flag 129411110/15391881
1476.57/1476.29	c cleaning 174998 clauses out of 350022 with flag 131472552/15567881
1500.65/1500.32	c cleaning 176008 clauses out of 352027 with flag 133255378/15744884
1525.41/1525.12	c cleaning 177001 clauses out of 354016 with flag 135425233/15922881
1548.74/1548.59	c cleaning 178004 clauses out of 356015 with flag 136859524/16101881
1581.85/1581.72	c cleaning 178991 clauses out of 358011 with flag 139616463/16281881
1606.12/1606.10	c cleaning 179995 clauses out of 360021 with flag 141613355/16462882
1628.62/1628.56	c cleaning 180996 clauses out of 362026 with flag 143121384/16644882
1649.46/1649.38	c cleaning 182000 clauses out of 364029 with flag 144285491/16827881
1675.42/1675.37	c cleaning 182999 clauses out of 366033 with flag 146071729/17011885
1702.20/1702.12	c cleaning 184004 clauses out of 368032 with flag 148429973/17196883
1727.33/1727.22	c cleaning 184990 clauses out of 370027 with flag 150042426/17382882
1753.46/1753.49	c cleaning 186009 clauses out of 372036 with flag 151925947/17569881
1776.64/1776.68	c cleaning 186994 clauses out of 374029 with flag 153308165/17757883
1804.57/1804.67	c cleaning 187995 clauses out of 376034 with flag 155504967/17946882
1834.03/1834.12	c cleaning 189003 clauses out of 378038 with flag 157906412/18136881
1861.09/1861.96	c cleaning 189997 clauses out of 380035 with flag 159772920/18327881
1892.38/1893.25	c cleaning 191007 clauses out of 382038 with flag 162460902/18519881
1919.94/1920.83	c cleaning 192010 clauses out of 384032 with flag 164536718/18712882
1948.36/1949.29	c cleaning 192992 clauses out of 386021 with flag 166999965/18906881
1979.26/1981.10	c cleaning 194004 clauses out of 388030 with flag 169582810/19101882
2008.22/2010.03	c cleaning 194995 clauses out of 390025 with flag 171746549/19297881
2035.74/2037.65	c cleaning 195994 clauses out of 392030 with flag 173414464/19494881
2064.33/2066.22	c cleaning 197000 clauses out of 394036 with flag 175443640/19692881
2091.70/2093.51	c cleaning 198003 clauses out of 396036 with flag 177497151/19891881
2115.98/2117.54	c cleaning 198999 clauses out of 398034 with flag 179222035/20091882
2145.28/2146.98	c cleaning 200001 clauses out of 400035 with flag 181485706/20292882
2173.34/2175.09	c cleaning 200993 clauses out of 402033 with flag 183553199/20494881
2204.24/2205.99	c cleaning 202009 clauses out of 404040 with flag 185142087/20697881
2233.20/2235.34	c cleaning 203001 clauses out of 406031 with flag 187081674/20901881
2254.39/2256.52	c cleaning 204006 clauses out of 408032 with flag 188173681/21106883
2286.50/2288.89	c cleaning 204999 clauses out of 410025 with flag 190646686/21312882
2318.18/2320.44	c cleaning 205999 clauses out of 412025 with flag 193055081/21519881
2350.37/2352.68	c cleaning 207002 clauses out of 414028 with flag 195487331/21727883
2387.80/2390.17	c cleaning 208007 clauses out of 416024 with flag 198209518/21936881
2420.66/2423.01	c cleaning 209000 clauses out of 418017 with flag 201015053/22146881
2448.04/2450.43	c cleaning 209989 clauses out of 420017 with flag 202770780/22357881
2470.25/2472.88	c cleaning 210986 clauses out of 422028 with flag 203902920/22569881
2498.70/2501.47	c cleaning 212004 clauses out of 424042 with flag 205753909/22782881
2531.15/2533.98	c cleaning 212998 clauses out of 426038 with flag 207667811/22996881
2551.46/2554.36	c cleaning 214003 clauses out of 428041 with flag 208816474/23211882
2577.45/2580.35	c cleaning 215001 clauses out of 430037 with flag 210291380/23427881
2607.67/2610.69	c cleaning 216009 clauses out of 432036 with flag 212814676/23644881
2635.80/2638.82	c cleaning 216997 clauses out of 434027 with flag 214113275/23862881
2663.74/2666.77	c cleaning 217998 clauses out of 436034 with flag 215549138/24081885
2698.60/2701.66	c cleaning 219006 clauses out of 438032 with flag 218033632/24301881
2731.82/2734.96	c cleaning 219998 clauses out of 440027 with flag 220112308/24522882
2770.94/2774.17	c cleaning 221010 clauses out of 442028 with flag 222939237/24744881
2807.85/2811.13	c cleaning 222000 clauses out of 444018 with flag 225604727/24967881
2848.59/2851.89	c cleaning 222994 clauses out of 446018 with flag 228779972/25191881
2881.86/2885.18	c cleaning 224008 clauses out of 448025 with flag 230768301/25416882
2912.54/2915.82	c cleaning 224985 clauses out of 450016 with flag 232300013/25642881
2943.72/2947.02	c cleaning 226007 clauses out of 452031 with flag 234274136/25869881
2975.16/2978.56	c cleaning 226996 clauses out of 454025 with flag 236323493/26097882
3012.81/3016.39	c cleaning 227987 clauses out of 456029 with flag 239460845/26326882
3049.47/3053.02	c cleaning 229013 clauses out of 458041 with flag 241984264/26556881
3084.16/3087.71	c cleaning 230006 clauses out of 460028 with flag 243751569/26787881
3122.24/3125.83	c cleaning 231005 clauses out of 462023 with flag 246622336/27019882
3163.39/3167.06	c cleaning 231993 clauses out of 464018 with flag 249477541/27252882
3201.91/3205.67	c cleaning 233001 clauses out of 466024 with flag 252293991/27486881
3242.44/3246.18	c cleaning 233991 clauses out of 468023 with flag 255013280/27721881
3280.85/3284.33	c cleaning 235005 clauses out of 470032 with flag 257605016/27957881
3330.73/3334.37	c cleaning 236007 clauses out of 472027 with flag 260960817/28194881
3369.13/3372.57	c cleaning 237008 clauses out of 474023 with flag 262790633/28432884
3411.70/3415.20	c cleaning 237988 clauses out of 476012 with flag 265183487/28671881
3452.27/3455.66	c cleaning 239001 clauses out of 478024 with flag 267216976/28911881
3498.22/3501.33	c cleaning 240003 clauses out of 480025 with flag 269800887/29152883
3541.00/3543.86	c cleaning 240996 clauses out of 482020 with flag 272337049/29394881
3582.77/3585.42	c cleaning 241999 clauses out of 484024 with flag 274985198/29637881
3600.09/3602.82	c starts		: 41086
3600.09/3602.84	c conflicts		: 29749827
3600.09/3602.84	c decisions		: 112206081
3600.09/3602.84	c propagations		: 979004961
3600.09/3602.84	c inspects		: 39988846316
3600.09/3602.84	c shortcuts		: 0
3600.09/3602.84	c learnt literals	: 0
3600.09/3602.84	c learnt binary clauses	: 0
3600.09/3602.84	c learnt ternary clauses	: 0
3600.09/3602.84	c learnt constraints	: 29749827
3600.09/3602.84	c ignored constraints	: 0
3600.09/3602.84	c root simplifications	: 0
3600.09/3602.84	c removed literals (reason simplification)	: 541358323
3600.09/3602.84	c reason swapping (by a shorter reason)	: 0
3600.09/3602.84	c Calls to reduceDB	: 239
3600.09/3602.84	c Number of update (reduction) of LBD	: 20490582
3600.09/3602.84	c Imported unit clauses	: 0
3600.09/3602.84	c No decision after first conflict	: false
3600.09/3602.84	c number of reductions to clauses (during analyze)	: 0
3600.09/3602.84	c number of learned constraints concerned by reduction	: 0
3600.09/3602.84	c number of learning phase by resolution	: 0
3600.09/3602.84	c number of learning phase by cutting planes	: 0
3600.09/3602.84	c number of rounding to 1 operations	: 0
3600.09/3602.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3602.84	c number of reductions of the coefficients by power 2 	: 0
3600.09/3602.84	c number of right shift for reduction by power 2 	: 0
3600.09/3602.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3602.84	c number of ending skipping 	: 0
3600.09/3602.84	c number of internal skipping 	: 0
3600.09/3602.84	c number of derivation steps 	: 0
3600.09/3602.84	c number of skipped derivation steps 	: 0
3600.09/3602.84	c number of remaining unassigned 	: 0
3600.09/3602.84	c number of remaining assigned 	: 0
3600.09/3602.84	c number of falsified literals weakened from reason	: 0
3600.09/3602.84	c number of falsified literals weakened from conflict	: 0
3600.09/3602.84	c time for arithmetic operations	: 0
3600.09/3602.84	c minimum degree of deleted constraints	: null
3600.09/3602.84	c maximum degree of deleted constraints	: null
3600.09/3602.84	c number of deleted constraints	: 0
3600.09/3602.84	c speed (assignments/second)	: 271792.18441797484
3600.09/3602.84	c non guided choices	: 2362
3600.50/3603.02	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 353971
3600.50/3603.03	s SATISFIABLE
3600.50/3603.03	c Found 5 solution(s)
3600.50/3603.03	v x1 x2 x3 x4 x5 -x6 -x7 x8 -x9 x10 -x11 x12 x13 x14 x15 x16 x17 -x18 -x19 x20 -x21 x22 -x23 x24 x25 x26 x27 x28 -x29 -x30 x31 -x32 x33 -x34 x35 x36 x37 x38 -x39 -x40 x41 -x42 x43 -x44 x45 x46 x47 -x48 -x49 x50 -x51 x52 -x53 x54 x55 -x56 -x57 x58 -x59 x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 x80 x81 -x82 -x83 -x84 -x85 -x86 x87 x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 x99 -x100 -x101 x102 x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 x309 -x310 -x311 x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 -x349 x350 -x351 -x352 -x353 -x354 -x355 x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 -x397 -x398 -x399 -x400 x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 x418 -x419 -x420 -x421 x422 -x423 -x424 -x425 -x426 -x427 
3600.50/3603.03	c objective function=5
3600.50/3603.03	c Total wall clock time (in seconds): 3602.693

Verifier Data

OK	5

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: 64096 MiB (61589 MiB free)
  memory of node 1: 64473 MiB (62310 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Current StackSize limit: 8192 KiB

solver pid=187356, runsolver pid=187348

[startup+0.100366 s]*
/proc/loadavg: 1.11 1.28 1.89 12/314 187429
/proc/meminfo: memFree=126740052/131655788 swapFree=131056320/131071996
[pid=187356] ppid=187348 vsize=18975048 memory=58176 CPUtime=0.14 cores=1,3
/proc/187356/stat : 187356 (java) S 187348 187356 187290 0 -1 1077936128 6445 0 0 0 10 4 0 0 20 0 18 0 20393825 19430449152 14544 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
/proc/187356/statm: 4743762 14544 5696 1 0 550801 0
[pid=187356/tid=187360] ppid=187348 vsize=18975048 memory=4026531971 CPUtime=0.1 cores=1,3
/proc/187356/task/187360/stat : 187360 (java) R 187348 187356 187290 0 -1 4194368 5372 0 0 0 7 3 0 0 20 0 18 0 20393826 19430449152 14544 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20393828 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187406] ppid=187348 vsize=18975048 memory=1276314 CPUtime=0 cores=1,3
/proc/187356/task/187406/stat : 187406 (Finalizer) S 187348 187356 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20393832 19430449152 14544 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187421] ppid=187348 vsize=18975048 memory=15825495069575043 CPUtime=0 cores=1,3
/proc/187356/task/187421/stat : 187421 (Common-Cleaner) S 187348 187356 187290 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20393833 19430449152 14544 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58176 KiB

[startup+0.225222 s]*
/proc/loadavg: 1.11 1.28 1.89 15/316 187431
/proc/meminfo: memFree=126716728/131655788 swapFree=131056320/131071996
[pid=187356] ppid=187348 vsize=18975048 memory=62928 CPUtime=0.33 cores=1,3
/proc/187356/stat : 187356 (java) S 187348 187356 187290 0 -1 1077936128 7117 0 0 0 28 5 0 0 20 0 18 0 20393825 19430449152 15732 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
/proc/187356/statm: 4743762 15732 5705 1 0 551340 0
[pid=187356/tid=187360] ppid=187348 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=1,3
/proc/187356/task/187360/stat : 187360 (java) R 187348 187356 187290 0 -1 4194368 5672 0 0 0 17 3 0 0 20 0 18 0 20393826 19430449152 15732 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20393828 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187406] ppid=187348 vsize=18975048 memory=1276314 CPUtime=0 cores=1,3
/proc/187356/task/187406/stat : 187406 (Finalizer) S 187348 187356 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20393832 19430449152 15732 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187421] ppid=187348 vsize=18975048 memory=15825495069575043 CPUtime=0 cores=1,3
/proc/187356/task/187421/stat : 187421 (Common-Cleaner) S 187348 187356 187290 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20393833 19430449152 15732 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62928 KiB

[startup+0.31934 s]*
/proc/loadavg: 1.11 1.28 1.89 14/316 187431
/proc/meminfo: memFree=126694368/131655788 swapFree=131056320/131071996
[pid=187356] ppid=187348 vsize=18975048 memory=67960 CPUtime=0.47 cores=1,3
/proc/187356/stat : 187356 (java) S 187348 187356 187290 0 -1 1077936128 7373 0 0 0 42 5 0 0 20 0 18 0 20393825 19430449152 16990 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
/proc/187356/statm: 4743762 16990 5714 1 0 551539 0
[pid=187356/tid=187360] ppid=187348 vsize=18975048 memory=-8815628480807740092 CPUtime=0.3 cores=1,3
/proc/187356/task/187360/stat : 187360 (java) R 187348 187356 187290 0 -1 4194368 5852 0 0 0 26 4 0 0 20 0 18 0 20393826 19430449152 16990 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20393828 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187406] ppid=187348 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/187356/task/187406/stat : 187406 (Finalizer) S 187348 187356 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20393832 19430449152 16990 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187421] ppid=187348 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/187356/task/187421/stat : 187421 (Common-Cleaner) S 187348 187356 187290 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20393833 19430449152 16990 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67960 KiB

[startup+0.701333 s]
/proc/loadavg: 1.11 1.28 1.89 17/316 187431
/proc/meminfo: memFree=126665728/131655788 swapFree=131056320/131071996
[pid=187356] ppid=187348 vsize=18975048 memory=100316 CPUtime=1.16 cores=1,3
/proc/187356/stat : 187356 (java) S 187348 187356 187290 0 -1 1077936128 9227 0 0 0 109 7 0 0 20 0 18 0 20393825 19430449152 25079 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
/proc/187356/statm: 4743762 25079 5855 1 0 552753 0
[pid=187356/tid=187360] ppid=187348 vsize=18975048 memory=5456 CPUtime=0.61 cores=1,3
/proc/187356/task/187360/stat : 187360 (java) R 187348 187356 187290 0 -1 4194368 5957 0 0 0 56 5 0 0 20 0 18 0 20393826 19430449152 25079 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 20393828 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187406] ppid=187348 vsize=18975048 memory=12620 CPUtime=0 cores=1,3
/proc/187356/task/187406/stat : 187406 (Finalizer) S 187348 187356 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20393832 19430449152 25079 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187421] ppid=187348 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/187356/task/187421/stat : 187421 (Common-Cleaner) S 187348 187356 187290 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20393833 19430449152 25079 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 100316 KiB

[startup+1.50133 s]
/proc/loadavg: 1.11 1.28 1.89 12/320 187435
/proc/meminfo: memFree=126449140/131655788 swapFree=131056320/131071996
[pid=187356] ppid=187348 vsize=19108176 memory=175624 CPUtime=2.72 cores=1,3
/proc/187356/stat : 187356 (java) S 187348 187356 187290 0 -1 1077936128 14208 0 0 0 261 11 0 0 20 0 20 0 20393825 19566772224 43906 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
/proc/187356/statm: 4777044 43906 5925 1 0 554211 0
[pid=187356/tid=187360] ppid=187348 vsize=19108176 memory=12620 CPUtime=1.25 cores=1,3
/proc/187356/task/187360/stat : 187360 (java) R 187348 187356 187290 0 -1 4194368 6676 0 0 0 118 7 0 0 20 0 20 0 20393826 19566772224 43906 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20393828 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187406] ppid=187348 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/187356/task/187406/stat : 187406 (Finalizer) S 187348 187356 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393832 19566772224 43906 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187421] ppid=187348 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/187356/task/187421/stat : 187421 (Common-Cleaner) S 187348 187356 187290 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 20393833 19566772224 43906 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187434] ppid=187348 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/187356/task/187434/stat : 187434 (Timer-0) S 187348 187356 187290 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20393906 19566772224 43906 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 175624 KiB

[startup+3.10633 s]
/proc/loadavg: 2.06 1.48 1.95 9/324 187439
/proc/meminfo: memFree=126176804/131655788 swapFree=131056320/131071996
[pid=187356] ppid=187348 vsize=19108176 memory=187924 CPUtime=5.88 cores=1,3
/proc/187356/stat : 187356 (java) S 187348 187356 187290 0 -1 1077936128 20167 0 0 0 575 13 0 0 20 0 20 0 20393825 19566772224 46981 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
/proc/187356/statm: 4777044 46981 5941 1 0 556652 0
[pid=187356/tid=187360] ppid=187348 vsize=19108176 memory=0 CPUtime=2.8 cores=1,3
/proc/187356/task/187360/stat : 187360 (java) R 187348 187356 187290 0 -1 4194368 7619 0 0 0 272 8 0 0 20 0 20 0 20393826 19566772224 46981 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20393828 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187406] ppid=187348 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/187356/task/187406/stat : 187406 (Finalizer) S 187348 187356 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393832 19566772224 46981 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187421] ppid=187348 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/187356/task/187421/stat : 187421 (Common-Cleaner) S 187348 187356 187290 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 20393833 19566772224 46981 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187434] ppid=187348 vsize=19108176 memory=12620 CPUtime=0 cores=1,3
/proc/187356/task/187434/stat : 187434 (Timer-0) S 187348 187356 187290 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20393906 19566772224 46981 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187924 KiB

[startup+6.30041 s]
/proc/loadavg: 2.06 1.48 1.95 7/324 187439
/proc/meminfo: memFree=125351404/131655788 swapFree=131056320/131071996
[pid=187356] ppid=187348 vsize=19108176 memory=405172 CPUtime=10.21 cores=1,3
/proc/187356/stat : 187356 (java) S 187348 187356 187290 0 -1 1077936128 20599 0 0 0 1001 20 0 0 20 0 20 0 20393825 19566772224 101293 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
/proc/187356/statm: 4777044 101293 5941 1 0 556672 0
[pid=187356/tid=187360] ppid=187348 vsize=19108176 memory=0 CPUtime=5.91 cores=1,3
/proc/187356/task/187360/stat : 187360 (java) R 187348 187356 187290 0 -1 4194368 7976 0 0 0 577 14 0 0 20 0 20 0 20393826 19566772224 101293 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20393828 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187406] ppid=187348 vsize=19108176 memory=12620 CPUtime=0 cores=1,3
/proc/187356/task/187406/stat : 187406 (Finalizer) S 187348 187356 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393832 19566772224 101293 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187421] ppid=187348 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/187356/task/187421/stat : 187421 (Common-Cleaner) S 187348 187356 187290 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 20393833 19566772224 101293 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187434] ppid=187348 vsize=19108176 memory=60136 CPUtime=0 cores=1,3
/proc/187356/task/187434/stat : 187434 (Timer-0) S 187348 187356 187290 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20393906 19566772224 101293 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
Current children cumulated CPU time: 10.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 405172 KiB

[startup+12.7004 s]
/proc/loadavg: 2.22 1.52 1.96 6/324 187441
/proc/meminfo: memFree=124015780/131655788 swapFree=131056320/131071996
[pid=187356] ppid=187348 vsize=19108176 memory=1110144 CPUtime=16.7 cores=1,3
/proc/187356/stat : 187356 (java) S 187348 187356 187290 0 -1 1077936128 25389 0 0 0 1633 37 0 0 20 0 20 0 20393825 19566772224 277536 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
/proc/187356/statm: 4777044 277536 5941 1 0 556672 0
[pid=187356/tid=187360] ppid=187348 vsize=19108176 memory=882816 CPUtime=12.25 cores=1,3
/proc/187356/task/187360/stat : 187360 (java) R 187348 187356 187290 0 -1 4194368 9200 0 0 0 1195 30 0 0 20 0 20 0 20393826 19566772224 277536 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20393828 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187406] ppid=187348 vsize=19108176 memory=761976 CPUtime=0 cores=1,3
/proc/187356/task/187406/stat : 187406 (Finalizer) S 187348 187356 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393832 19566772224 277536 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187421] ppid=187348 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/187356/task/187421/stat : 187421 (Common-Cleaner) S 187348 187356 187290 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 20393833 19566772224 277536 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187434] ppid=187348 vsize=19108176 memory=12620 CPUtime=0 cores=1,3
/proc/187356/task/187434/stat : 187434 (Timer-0) S 187348 187356 187290 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20393906 19566772224 277536 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
Current children cumulated CPU time: 16.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1110144 KiB

[startup+25.5004 s]
/proc/loadavg: 2.82 1.69 2.01 7/326 187455
/proc/meminfo: memFree=121800900/131655788 swapFree=131056320/131071996
[pid=187356] ppid=187348 vsize=19108176 memory=1335576 CPUtime=29.51 cores=1,3
/proc/187356/stat : 187356 (java) S 187348 187356 187290 0 -1 1077936128 29160 0 0 0 2901 50 0 0 20 0 20 0 20393825 19566772224 333894 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
/proc/187356/statm: 4777044 333894 5972 1 0 556672 0
[pid=187356/tid=187360] ppid=187348 vsize=19108176 memory=11536 CPUtime=24.82 cores=1,3
/proc/187356/task/187360/stat : 187360 (java) R 187348 187356 187290 0 -1 4194368 10621 0 0 0 2442 40 0 0 20 0 20 0 20393826 19566772224 333894 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20393828 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187406] ppid=187348 vsize=19108176 memory=1194116 CPUtime=0 cores=1,3
/proc/187356/task/187406/stat : 187406 (Finalizer) S 187348 187356 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393832 19566772224 333894 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187421] ppid=187348 vsize=19108176 memory=767792 CPUtime=0 cores=1,3
/proc/187356/task/187421/stat : 187421 (Common-Cleaner) S 187348 187356 187290 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 20393833 19566772224 333894 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187434] ppid=187348 vsize=19108176 memory=1335576 CPUtime=0 cores=1,3
/proc/187356/task/187434/stat : 187434 (Timer-0) S 187348 187356 187290 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20393906 19566772224 333894 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
Current children cumulated CPU time: 29.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1335576 KiB

[startup+51.114 s]
/proc/loadavg: 3.22 1.88 2.06 7/326 187461
/proc/meminfo: memFree=120244832/131655788 swapFree=131056320/131071996
[pid=187356] ppid=187348 vsize=19108176 memory=1349932 CPUtime=55.11 cores=1,3
/proc/187356/stat : 187356 (java) S 187348 187356 187290 0 -1 1077936128 34756 0 0 0 5449 62 0 0 20 0 20 0 20393825 19566772224 337483 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
/proc/187356/statm: 4777044 337483 5972 1 0 556672 0
[pid=187356/tid=187360] ppid=187348 vsize=19108176 memory=12620 CPUtime=50.07 cores=1,3
/proc/187356/task/187360/stat : 187360 (java) R 187348 187356 187290 0 -1 4194368 12525 0 0 0 4956 51 0 0 20 0 20 0 20393826 19566772224 337483 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20393831 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187406] ppid=187348 vsize=19108176 memory=1349932 CPUtime=0 cores=1,3
/proc/187356/task/187406/stat : 187406 (Finalizer) S 187348 187356 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393832 19566772224 337483 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187421] ppid=187348 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/187356/task/187421/stat : 187421 (Common-Cleaner) S 187348 187356 187290 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 20393833 19566772224 337483 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187434] ppid=187348 vsize=19108176 memory=0 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=104272248/131655788 swapFree=131056320/131071996
[pid=187356] ppid=187348 vsize=19108176 memory=2188576 CPUtime=3278.86 cores=1,3
/proc/187356/stat : 187356 (java) S 187348 187356 187290 0 -1 1077936128 190086 0 0 0 326967 919 0 0 20 0 20 0 20393825 19566772224 547144 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
/proc/187356/statm: 4777044 547144 5972 1 0 559713 0
[pid=187356/tid=187360] ppid=187348 vsize=19108176 memory=2188476 CPUtime=3236.66 cores=1,3
/proc/187356/task/187360/stat : 187360 (java) R 187348 187356 187290 0 -1 4194368 81799 0 0 0 322938 728 0 0 20 0 20 0 20393826 19566772224 547144 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20395033 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187406] ppid=187348 vsize=19108176 memory=2188476 CPUtime=0 cores=1,3
/proc/187356/task/187406/stat : 187406 (Finalizer) S 187348 187356 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393832 19566772224 547144 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187421] ppid=187348 vsize=19108176 memory=2188476 CPUtime=0 cores=1,3
/proc/187356/task/187421/stat : 187421 (Common-Cleaner) S 187348 187356 187290 0 -1 1077936192 3668 0 0 0 0 0 0 0 20 0 20 0 20393833 19566772224 547144 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187434] ppid=187348 vsize=19108176 memory=60136 CPUtime=0 cores=1,3
/proc/187356/task/187434/stat : 187434 (Timer-0) S 187348 187356 187290 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20393906 19566772224 547144 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
Current children cumulated CPU time: 3278.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2188576 KiB

[startup+3342.3 s]
/proc/loadavg: 3.24 3.31 3.58 6/299 189098
/proc/meminfo: memFree=104054988/131655788 swapFree=131056320/131071996
[pid=187356] ppid=187348 vsize=19108176 memory=2188608 CPUtime=3338.71 cores=1,3
/proc/187356/stat : 187356 (java) S 187348 187356 187290 0 -1 1077936128 192499 0 0 0 332939 932 0 0 20 0 20 0 20393825 19566772224 547152 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
/proc/187356/statm: 4777044 547152 5972 1 0 559720 0
[pid=187356/tid=187360] ppid=187348 vsize=19108176 memory=11536 CPUtime=3296.22 cores=1,3
/proc/187356/task/187360/stat : 187360 (java) R 187348 187356 187290 0 -1 4194368 82948 0 0 0 328884 738 0 0 20 0 20 0 20393826 19566772224 547152 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20395042 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187406] ppid=187348 vsize=19108176 memory=2188576 CPUtime=0 cores=1,3
/proc/187356/task/187406/stat : 187406 (Finalizer) S 187348 187356 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393832 19566772224 547152 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187421] ppid=187348 vsize=19108176 memory=2188580 CPUtime=0 cores=1,3
/proc/187356/task/187421/stat : 187421 (Common-Cleaner) S 187348 187356 187290 0 -1 1077936192 3738 0 0 0 0 0 0 0 20 0 20 0 20393833 19566772224 547152 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187434] ppid=187348 vsize=19108176 memory=60136 CPUtime=0 cores=1,3
/proc/187356/task/187434/stat : 187434 (Timer-0) S 187348 187356 187290 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20393906 19566772224 547152 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
Current children cumulated CPU time: 3338.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2188608 KiB

[startup+3402.3 s]
/proc/loadavg: 3.24 3.30 3.55 6/299 189109
/proc/meminfo: memFree=103838880/131655788 swapFree=131056320/131071996
[pid=187356] ppid=187348 vsize=19108176 memory=2188628 CPUtime=3398.88 cores=1,3
/proc/187356/stat : 187356 (java) S 187348 187356 187290 0 -1 1077936128 195291 0 0 0 338941 947 0 0 20 0 20 0 20393825 19566772224 547157 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
/proc/187356/statm: 4777044 547157 5972 1 0 559724 0
[pid=187356/tid=187360] ppid=187348 vsize=19108176 memory=2188580 CPUtime=3355.49 cores=1,3
/proc/187356/task/187360/stat : 187360 (java) R 187348 187356 187290 0 -1 4194368 84187 0 0 0 334799 750 0 0 20 0 20 0 20393826 19566772224 547157 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20395052 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187406] ppid=187348 vsize=19108176 memory=2188604 CPUtime=0 cores=1,3
/proc/187356/task/187406/stat : 187406 (Finalizer) S 187348 187356 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393832 19566772224 547157 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187421] ppid=187348 vsize=19108176 memory=2188452 CPUtime=0 cores=1,3
/proc/187356/task/187421/stat : 187421 (Common-Cleaner) S 187348 187356 187290 0 -1 1077936192 3809 0 0 0 0 0 0 0 20 0 20 0 20393833 19566772224 547157 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187434] ppid=187348 vsize=19108176 memory=2188452 CPUtime=0 cores=1,3
/proc/187356/task/187434/stat : 187434 (Timer-0) S 187348 187356 187290 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20393906 19566772224 547157 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
Current children cumulated CPU time: 3398.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2188628 KiB

[startup+3462.3 s]
/proc/loadavg: 3.28 3.29 3.53 7/299 189288
/proc/meminfo: memFree=104308536/131655788 swapFree=131056320/131071996
[pid=187356] ppid=187348 vsize=19108176 memory=1496480 CPUtime=3458.97 cores=1,3
/proc/187356/stat : 187356 (java) S 187348 187356 187290 0 -1 1077936128 200675 0 0 0 344932 965 0 0 20 0 20 0 20393825 19566772224 374120 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
/proc/187356/statm: 4777044 374120 5972 1 0 386420 0
[pid=187356/tid=187360] ppid=187348 vsize=19108176 memory=2188580 CPUtime=3414.76 cores=1,3
/proc/187356/task/187360/stat : 187360 (java) R 187348 187356 187290 0 -1 4194368 85879 0 0 0 340713 763 0 0 20 0 20 0 20393826 19566772224 374120 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20395062 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187406] ppid=187348 vsize=19108176 memory=2188452 CPUtime=0 cores=1,3
/proc/187356/task/187406/stat : 187406 (Finalizer) S 187348 187356 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393832 19566772224 374120 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187421] ppid=187348 vsize=19108176 memory=11536 CPUtime=0 cores=1,3
/proc/187356/task/187421/stat : 187421 (Common-Cleaner) S 187348 187356 187290 0 -1 1077936192 3901 0 0 0 0 0 0 0 20 0 20 0 20393833 19566772224 374120 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187434] ppid=187348 vsize=19108176 memory=1496480 CPUtime=0 cores=1,3
/proc/187356/task/187434/stat : 187434 (Timer-0) S 187348 187356 187290 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20393906 19566772224 374120 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
Current children cumulated CPU time: 3458.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1496480 KiB

[startup+3522.3 s]
/proc/loadavg: 3.17 3.25 3.50 6/298 189298
/proc/meminfo: memFree=104417736/131655788 swapFree=131056320/131071996
[pid=187356] ppid=187348 vsize=19108176 memory=1169564 CPUtime=3519.24 cores=1,3
/proc/187356/stat : 187356 (java) S 187348 187356 187290 0 -1 1077936128 205485 0 0 0 350944 980 0 0 20 0 20 0 20393825 19566772224 292391 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
/proc/187356/statm: 4777044 292391 5969 1 0 302900 0
[pid=187356/tid=187360] ppid=187348 vsize=19108176 memory=1496480 CPUtime=3473.91 cores=1,3
/proc/187356/task/187360/stat : 187360 (java) R 187348 187356 187290 0 -1 4194368 87231 0 0 0 346616 775 0 0 20 0 20 0 20393826 19566772224 292391 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20395072 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187406] ppid=187348 vsize=19108176 memory=16228 CPUtime=0 cores=1,3
/proc/187356/task/187406/stat : 187406 (Finalizer) S 187348 187356 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393832 19566772224 292391 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187421] ppid=187348 vsize=19108176 memory=7060 CPUtime=0 cores=1,3
/proc/187356/task/187421/stat : 187421 (Common-Cleaner) S 187348 187356 187290 0 -1 1077936192 3956 0 0 0 0 0 0 0 20 0 20 0 20393833 19566772224 292391 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187434] ppid=187348 vsize=19108176 memory=1169564 CPUtime=0 cores=1,3
/proc/187356/task/187434/stat : 187434 (Timer-0) S 187348 187356 187290 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20393906 19566772224 292391 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
Current children cumulated CPU time: 3519.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1169564 KiB

[startup+3582.3 s]
/proc/loadavg: 3.06 3.20 3.47 6/298 189311
/proc/meminfo: memFree=104340820/131655788 swapFree=131056320/131071996
[pid=187356] ppid=187348 vsize=19108176 memory=1036004 CPUtime=3579.68 cores=1,3
/proc/187356/stat : 187356 (java) S 187348 187356 187290 0 -1 1077936128 210319 0 0 0 356973 995 0 0 20 0 20 0 20393825 19566772224 259001 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
/proc/187356/statm: 4777044 259001 5969 1 0 269492 0
[pid=187356/tid=187360] ppid=187348 vsize=19108176 memory=1061036 CPUtime=3532.98 cores=1,3
/proc/187356/task/187360/stat : 187360 (java) R 187348 187356 187290 0 -1 4194368 88690 0 0 0 352512 786 0 0 20 0 20 0 20393826 19566772224 259001 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20395081 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187406] ppid=187348 vsize=19108176 memory=1035980 CPUtime=0 cores=1,3
/proc/187356/task/187406/stat : 187406 (Finalizer) S 187348 187356 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393832 19566772224 259001 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187421] ppid=187348 vsize=19108176 memory=1035980 CPUtime=0 cores=1,3
/proc/187356/task/187421/stat : 187421 (Common-Cleaner) S 187348 187356 187290 0 -1 1077936192 4041 0 0 0 0 0 0 0 20 0 20 0 20393833 19566772224 259001 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187434] ppid=187348 vsize=19108176 memory=1036004 CPUtime=0 cores=1,3
/proc/187356/task/187434/stat : 187434 (Timer-0) S 187348 187356 187290 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20393906 19566772224 259001 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
Current children cumulated CPU time: 3579.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1036004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.8 s]
/proc/loadavg: 3.10 3.20 3.46 5/272 189343
/proc/meminfo: memFree=106519180/131655788 swapFree=131056320/131071996
[pid=187356] ppid=187348 vsize=19108176 memory=1036008 CPUtime=3600.09 cores=1,3
/proc/187356/stat : 187356 (java) S 187348 187356 187290 0 -1 1077936128 212036 0 0 0 359009 1000 0 0 20 0 20 0 20393825 19566772224 259002 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
/proc/187356/statm: 4777044 259002 5969 1 0 269492 0
[pid=187356/tid=187360] ppid=187348 vsize=19108176 memory=1276243 CPUtime=3553.2 cores=1,3
/proc/187356/task/187360/stat : 187360 (java) R 187348 187356 187290 0 -1 4194368 89684 0 0 0 354530 790 0 0 20 0 20 0 20393826 19566772224 259002 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20395085 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187406] ppid=187348 vsize=19108176 memory=1275631 CPUtime=0 cores=1,3
/proc/187356/task/187406/stat : 187406 (Finalizer) S 187348 187356 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20393832 19566772224 259002 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187421] ppid=187348 vsize=19108176 memory=1502205 CPUtime=0 cores=1,3
/proc/187356/task/187421/stat : 187421 (Common-Cleaner) S 187348 187356 187290 0 -1 1077936192 4100 0 0 0 0 0 0 0 20 0 20 0 20393833 19566772224 259002 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187434] ppid=187348 vsize=19108176 memory=7080 CPUtime=0 cores=1,3
/proc/187356/task/187434/stat : 187434 (Timer-0) S 187348 187356 187290 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20393906 19566772224 259002 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1036008 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.54 s, system=10.0213 s

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

[startup+3603 s]*
/proc/loadavg: 3.10 3.20 3.46 7/273 189351
/proc/meminfo: memFree=112462556/131655788 swapFree=131056320/131071996
[pid=187356] ppid=187348 vsize=19307868 memory=1036704 CPUtime=3600.5 cores=1,3
/proc/187356/stat : 187356 (java) S 187348 187356 187290 0 -1 1077936128 214153 0 0 0 359049 1001 0 0 20 0 21 0 20393825 19771256832 259176 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
/proc/187356/statm: 4826967 259176 5968 1 0 270443 0
[pid=187356/tid=187360] ppid=187348 vsize=19307868 memory=-8600018648647377596 CPUtime=3553.39 cores=1,3
/proc/187356/task/187360/stat : 187360 (java) R 187348 187356 187290 0 -1 4194368 89846 0 0 0 354549 790 0 0 20 0 21 0 20393826 19771256832 259176 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 20395085 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187406] ppid=187348 vsize=19307868 memory=-4421386504754258527 CPUtime=0 cores=1,3
/proc/187356/task/187406/stat : 187406 (Finalizer) S 187348 187356 187290 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 20393832 19771256832 259176 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=187421] ppid=187348 vsize=19307868 memory=-7088242118101524096 CPUtime=0 cores=1,3
/proc/187356/task/187421/stat : 187421 (Common-Cleaner) S 187348 187356 187290 0 -1 1077936192 4100 0 0 0 0 0 0 0 20 0 21 0 20393833 19771256832 259176 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
[pid=187356/tid=189345] ppid=187348 vsize=19307868 memory=822346012 CPUtime=0.13 cores=1,3
/proc/187356/task/189345/stat : 189345 (Thread-0) R 187348 187356 187290 0 -1 4194368 265 0 0 0 13 0 0 0 20 0 21 0 20754106 19771256832 259176 134679101440 93960442441728 93960442445424 140734250025344 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93960442453240 93960442454032 93960473055232 140734250029995 140734250030177 140734250030177 140734250037192 0
Current children cumulated CPU time: 3600.5 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 1036704 KiB

Child status: 143

Real time (s): 3603.07
CPU time (s): 3600.56
CPU user time (s): 3590.54
CPU system time (s): 10.0213
CPU usage (%): 99.9305
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2188640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.54
system time used= 10.0213
maximum resident set size= 2188644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214487
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13321040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116595
involuntary context switches= 8214


# summary of solver processes directly reported to runsolver:
#   pid: 187356
#   total CPU time (s): 3600.56
#   total CPU user time (s): 3590.54
#   total CPU system time (s): 10.0213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.772 second user time and 38.3435 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-24 20:00:46
IDJOB=4449812
IDBENCH=176142
IDSOLVER=3079
FILE ID=nodeC006/4449812-1721844046
RUNJOBID= nodeC006-1721844046-187302
SLURM_JOB_ID= 7891593
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=14-t=9.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-4449812-1721844046/watcher-4449812-1721844046 -o /tmp/evaluation-result-4449812-1721844046/solver-4449812-1721844046 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721844046-187302 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4449812-1721844046 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4449812-1721844046.opb

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

MD5SUM BENCH= 5bbd9c37a994af6c8eea19ef18cfb445
RANDOM SEED=80488748

nodeC006.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		: 1197.104
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.06
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.104
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.40
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.104
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.06
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.101
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.40
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.107
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.06
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.099
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.40
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.100
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.06
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.099
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.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126874404 kB
MemAvailable:   129802580 kB
Buffers:          279796 kB
Cached:          3259188 kB
SwapCached:          244 kB
Active:          1948764 kB
Inactive:        1913332 kB
Active(anon):       1620 kB
Inactive(anon):   366736 kB
Active(file):    1947144 kB
Inactive(file):  1546596 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056320 kB
Dirty:              4316 kB
Writeback:             4 kB
AnonPages:        322992 kB
Mapped:            90980 kB
Shmem:             45244 kB
KReclaimable:     496344 kB
Slab:             605952 kB
SReclaimable:     496344 kB
SUnreclaim:       109608 kB
KernelStack:        3652 kB
PageTables:         9092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     753556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16576 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 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:      420680 kB
DirectMap2M:    57155584 kB
DirectMap1G:    78643200 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC006 at 2024-07-24 21:00:49