Trace number 4450924

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 Default 2024-07-07? (TO) 3600.15 3604.9

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/nossum/
normalized-sha1-size112-round23-8.opb
MD5SUM17b9f2f8b02d6ae535b4cdc282411634
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark174.43
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4450924-1721425639.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c  no objective function found
0.32/0.27	c ... done. Wall clock time 0.141s.
0.32/0.27	c declared #vars     4288
0.32/0.27	c #constraints  10784
0.32/0.27	c constraints type 
0.32/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 134
0.32/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.32/0.27	c org.sat4j.specs.Constr$1 => 888
0.32/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7488
0.32/0.27	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
0.32/0.27	c 10784 constraints processed.
1.66/0.93	c cleaning 2490 clauses out of 5000 with flag 16286/5002
2.32/1.35	c cleaning 4239 clauses out of 8508 with flag 39398/11000
3.04/1.86	c cleaning 5617 clauses out of 11270 with flag 67080/18001
3.81/2.41	c cleaning 6814 clauses out of 13652 with flag 100035/26000
4.63/3.04	c cleaning 7885 clauses out of 15838 with flag 140685/35000
5.33/3.76	c cleaning 8965 clauses out of 17953 with flag 185985/45000
6.13/4.52	c cleaning 9958 clauses out of 19988 with flag 239882/56000
6.93/5.38	c cleaning 11005 clauses out of 22030 with flag 300054/68000
7.95/6.34	c cleaning 11992 clauses out of 24025 with flag 366591/81000
9.05/7.40	c cleaning 12980 clauses out of 26033 with flag 438706/95000
10.15/8.50	c cleaning 13998 clauses out of 28053 with flag 518426/110000
11.34/9.71	c cleaning 15000 clauses out of 30055 with flag 604515/126000
12.68/11.04	c cleaning 15986 clauses out of 32057 with flag 698340/143002
14.10/12.48	c cleaning 17020 clauses out of 34071 with flag 797572/161002
15.59/13.97	c cleaning 17991 clauses out of 36049 with flag 908003/180000
17.29/15.60	c cleaning 19014 clauses out of 38060 with flag 1022716/200002
18.98/17.34	c cleaning 20010 clauses out of 40044 with flag 1143825/221000
20.88/19.24	c cleaning 20994 clauses out of 42034 with flag 1270844/243000
22.87/21.22	c cleaning 22009 clauses out of 44040 with flag 1405378/266000
24.87/23.28	c cleaning 22964 clauses out of 46031 with flag 1546427/290000
27.16/25.53	c cleaning 24010 clauses out of 48067 with flag 1690958/315000
29.56/27.91	c cleaning 25006 clauses out of 50057 with flag 1844469/341000
32.06/30.47	c cleaning 25979 clauses out of 52052 with flag 2005418/368001
34.76/33.13	c cleaning 27021 clauses out of 54072 with flag 2173563/396000
37.54/35.93	c cleaning 27990 clauses out of 56051 with flag 2350125/425000
40.54/38.98	c cleaning 28962 clauses out of 58062 with flag 2530266/455001
43.73/42.14	c cleaning 30023 clauses out of 60099 with flag 2718488/486000
47.06/45.48	c cleaning 31026 clauses out of 62077 with flag 2910684/518001
50.55/48.98	c cleaning 31986 clauses out of 64050 with flag 3108788/551000
54.14/52.55	c cleaning 33019 clauses out of 66064 with flag 3317675/585000
57.94/56.39	c cleaning 34014 clauses out of 68046 with flag 3528063/620001
62.06/60.43	c cleaning 34989 clauses out of 70031 with flag 3747298/656000
66.25/64.63	c cleaning 36001 clauses out of 72042 with flag 3970796/693000
70.44/68.89	c cleaning 36974 clauses out of 74042 with flag 4205465/731001
75.05/73.41	c cleaning 38014 clauses out of 76067 with flag 4445120/770000
79.65/78.05	c cleaning 39015 clauses out of 78053 with flag 4695589/810000
84.53/82.94	c cleaning 39964 clauses out of 80038 with flag 4950998/851000
89.66/88.05	c cleaning 41023 clauses out of 82074 with flag 5211246/893000
94.94/93.36	c cleaning 42006 clauses out of 84051 with flag 5477863/936000
100.44/98.81	c cleaning 43001 clauses out of 86045 with flag 5753587/980000
106.26/104.62	c cleaning 44006 clauses out of 88044 with flag 6036005/1025000
112.05/110.45	c cleaning 44976 clauses out of 90038 with flag 6323958/1071000
118.13/116.56	c cleaning 46005 clauses out of 92062 with flag 6618980/1118000
124.54/122.92	c cleaning 46994 clauses out of 94057 with flag 6916232/1166000
131.22/129.61	c cleaning 47996 clauses out of 96063 with flag 7217423/1215000
138.21/136.63	c cleaning 48987 clauses out of 98068 with flag 7525693/1265001
145.42/143.81	c cleaning 50018 clauses out of 100081 with flag 7842855/1316001
152.61/151.05	c cleaning 51024 clauses out of 102062 with flag 8172424/1368000
160.02/158.47	c cleaning 51994 clauses out of 104038 with flag 8501017/1421000
167.61/166.00	c cleaning 53003 clauses out of 106044 with flag 8845142/1475000
175.29/173.78	c cleaning 54012 clauses out of 108041 with flag 9186664/1530000
183.49/181.99	c cleaning 54967 clauses out of 110029 with flag 9537934/1586000
191.96/190.47	c cleaning 55964 clauses out of 112062 with flag 9891784/1643000
200.78/199.25	c cleaning 57007 clauses out of 114098 with flag 10253195/1701000
209.77/208.21	c cleaning 57995 clauses out of 116091 with flag 10617219/1760000
218.95/217.49	c cleaning 59032 clauses out of 118096 with flag 10993365/1820000
228.67/227.11	c cleaning 60020 clauses out of 120064 with flag 11372099/1881000
238.44/236.93	c cleaning 60998 clauses out of 122046 with flag 11758869/1943002
248.52/247.03	c cleaning 62010 clauses out of 124046 with flag 12150274/2006000
259.00/257.55	c cleaning 63017 clauses out of 126036 with flag 12547549/2070000
269.83/268.31	c cleaning 63997 clauses out of 128019 with flag 12950630/2135000
280.71/279.21	c cleaning 64947 clauses out of 130022 with flag 13356538/2201000
291.78/290.36	c cleaning 65987 clauses out of 132075 with flag 13770684/2268000
303.45/302.01	c cleaning 67027 clauses out of 134089 with flag 14191711/2336001
315.12/313.72	c cleaning 68031 clauses out of 136062 with flag 14617744/2405001
327.54/326.24	c cleaning 68999 clauses out of 138030 with flag 15052258/2475000
340.32/339.17	c cleaning 70009 clauses out of 140031 with flag 15493579/2546000
353.49/352.47	c cleaning 70997 clauses out of 142024 with flag 15938611/2618002
366.87/365.93	c cleaning 72009 clauses out of 144025 with flag 16389678/2691000
380.81/379.90	c cleaning 73003 clauses out of 146017 with flag 16851505/2765001
394.78/394.04	c cleaning 73995 clauses out of 148013 with flag 17311191/2840000
408.74/408.18	c cleaning 74980 clauses out of 150019 with flag 17782778/2916001
423.29/422.85	c cleaning 75983 clauses out of 152038 with flag 18258566/2993000
438.17/437.71	c cleaning 76992 clauses out of 154058 with flag 18739543/3071003
453.29/452.82	c cleaning 78028 clauses out of 156063 with flag 19225687/3150000
468.76/468.37	c cleaning 78982 clauses out of 158035 with flag 19715712/3230000
484.43/484.07	c cleaning 79991 clauses out of 160054 with flag 20217021/3311001
500.68/500.37	c cleaning 80994 clauses out of 162062 with flag 20720437/3393000
517.04/516.78	c cleaning 82027 clauses out of 164069 with flag 21235721/3476001
534.00/533.73	c cleaning 83001 clauses out of 166041 with flag 21751592/3560000
551.42/551.11	c cleaning 83994 clauses out of 168041 with flag 22277089/3645001
569.09/568.84	c cleaning 84991 clauses out of 170047 with flag 22801482/3731001
587.15/586.98	c cleaning 85983 clauses out of 172055 with flag 23331027/3818000
605.72/605.58	c cleaning 86959 clauses out of 174073 with flag 23875193/3906001
624.98/624.81	c cleaning 88022 clauses out of 176115 with flag 24420937/3995002
644.54/644.46	c cleaning 89026 clauses out of 178093 with flag 24971361/4085002
664.50/664.33	c cleaning 89963 clauses out of 180067 with flag 25534111/4176002
684.45/684.32	c cleaning 91051 clauses out of 182102 with flag 26093311/4268000
705.12/705.00	c cleaning 92005 clauses out of 184051 with flag 26663884/4361000
725.77/725.77	c cleaning 93002 clauses out of 186047 with flag 27240781/4455001
747.23/747.25	c cleaning 94014 clauses out of 188044 with flag 27819786/4550000
769.00/769.07	c cleaning 95005 clauses out of 190031 with flag 28405563/4646001
791.63/791.66	c cleaning 96004 clauses out of 192026 with flag 28998467/4743001
814.28/814.35	c cleaning 96989 clauses out of 194022 with flag 29600026/4841001
837.35/837.47	c cleaning 97959 clauses out of 196032 with flag 30206514/4940000
861.10/861.22	c cleaning 98993 clauses out of 198073 with flag 30821020/5040000
885.45/885.66	c cleaning 100026 clauses out of 200080 with flag 31441239/5141000
910.10/910.34	c cleaning 101017 clauses out of 202056 with flag 32065661/5243002
935.56/935.80	c cleaning 101973 clauses out of 204037 with flag 32688732/5346000
961.42/961.60	c cleaning 103005 clauses out of 206064 with flag 33326601/5450000
987.07/987.32	c cleaning 103992 clauses out of 208060 with flag 33973178/5555001
1013.31/1013.68	c cleaning 104991 clauses out of 210068 with flag 34618193/5661001
1040.16/1040.50	c cleaning 105991 clauses out of 212076 with flag 35272768/5768000
1067.39/1067.81	c cleaning 107010 clauses out of 214087 with flag 35930306/5876002
1095.12/1095.64	c cleaning 108030 clauses out of 216075 with flag 36586734/5985000
1123.45/1124.01	c cleaning 109007 clauses out of 218045 with flag 37254672/6095000
1152.24/1152.69	c cleaning 110015 clauses out of 220038 with flag 37925591/6206000
1181.88/1182.30	c cleaning 110982 clauses out of 222024 with flag 38601313/6318001
1211.52/1212.04	c cleaning 112011 clauses out of 224041 with flag 39284645/6431000
1241.57/1242.18	c cleaning 113006 clauses out of 226030 with flag 39971141/6545000
1272.51/1273.11	c cleaning 114002 clauses out of 228024 with flag 40668418/6660000
1304.53/1305.24	c cleaning 115003 clauses out of 230022 with flag 41367047/6776000
1336.45/1337.24	c cleaning 115992 clauses out of 232019 with flag 42076761/6893000
1368.66/1369.44	c cleaning 116999 clauses out of 234028 with flag 42794690/7011001
1401.20/1402.03	c cleaning 117974 clauses out of 236028 with flag 43516650/7130000
1434.43/1435.37	c cleaning 118983 clauses out of 238054 with flag 44246567/7250000
1468.07/1469.06	c cleaning 120036 clauses out of 240071 with flag 44973611/7371000
1502.49/1503.54	c cleaning 120955 clauses out of 242035 with flag 45714438/7493000
1537.13/1538.29	c cleaning 121968 clauses out of 244081 with flag 46457301/7616001
1572.57/1573.72	c cleaning 123018 clauses out of 246112 with flag 47205482/7740000
1608.10/1609.23	c cleaning 124030 clauses out of 248094 with flag 47964805/7865000
1644.53/1645.78	c cleaning 125014 clauses out of 250064 with flag 48720077/7991000
1681.96/1683.21	c cleaning 126022 clauses out of 252050 with flag 49488383/8118000
1719.69/1721.07	c cleaning 127008 clauses out of 254030 with flag 50268757/8246002
1758.02/1759.41	c cleaning 127979 clauses out of 256020 with flag 51049889/8375000
1796.85/1798.34	c cleaning 129000 clauses out of 258041 with flag 51832826/8505000
1836.17/1837.73	c cleaning 130009 clauses out of 260041 with flag 52622863/8636000
1876.29/1877.83	c cleaning 130998 clauses out of 262032 with flag 53413027/8768000
1916.98/1918.62	c cleaning 131971 clauses out of 264034 with flag 54213142/8901000
1957.69/1959.40	c cleaning 133029 clauses out of 266063 with flag 55020508/9035000
1999.38/2001.27	c cleaning 133960 clauses out of 268036 with flag 55839364/9170002
2041.87/2043.80	c cleaning 135011 clauses out of 270075 with flag 56662328/9306001
2085.37/2087.48	c cleaning 135987 clauses out of 272063 with flag 57490134/9443000
2129.66/2131.82	c cleaning 137016 clauses out of 274076 with flag 58319367/9581000
2174.47/2176.64	c cleaning 138030 clauses out of 276060 with flag 59155671/9720000
2220.19/2222.41	c cleaning 138993 clauses out of 278030 with flag 60000534/9860000
2266.60/2268.95	c cleaning 140002 clauses out of 280037 with flag 60847995/10001000
2311.80/2314.24	c cleaning 140985 clauses out of 282035 with flag 61706386/10143000
2357.01/2359.55	c cleaning 141980 clauses out of 284050 with flag 62560217/10286000
2402.20/2404.83	c cleaning 143003 clauses out of 286070 with flag 63428389/10430000
2449.00/2451.63	c cleaning 144020 clauses out of 288067 with flag 64303676/10575000
2496.29/2499.07	c cleaning 144999 clauses out of 290047 with flag 65183654/10721000
2543.76/2546.61	c cleaning 145992 clauses out of 292049 with flag 66068309/10868001
2592.14/2595.13	c cleaning 147013 clauses out of 294057 with flag 66957514/11016001
2641.21/2644.38	c cleaning 147963 clauses out of 296043 with flag 67851136/11165000
2691.48/2694.77	c cleaning 149036 clauses out of 298081 with flag 68755035/11315001
2742.26/2745.64	c cleaning 150012 clauses out of 300046 with flag 69654753/11466002
2792.43/2795.95	c cleaning 150987 clauses out of 302032 with flag 70571394/11618000
2843.24/2846.70	c cleaning 152005 clauses out of 304045 with flag 71482334/11771000
2895.04/2898.68	c cleaning 152986 clauses out of 306040 with flag 72400048/11925000
2948.24/2951.97	c cleaning 154001 clauses out of 308055 with flag 73331147/12080001
3002.03/3005.85	c cleaning 155016 clauses out of 310055 with flag 74263455/12236002
3057.03/3060.97	c cleaning 156011 clauses out of 312037 with flag 75208242/12393000
3112.72/3116.74	c cleaning 156971 clauses out of 314026 with flag 76155590/12551000
3169.52/3173.62	c cleaning 158002 clauses out of 316058 with flag 77111463/12710003
3226.93/3231.06	c cleaning 158975 clauses out of 318054 with flag 78067027/12870001
3285.21/3289.40	c cleaning 160019 clauses out of 320078 with flag 79031434/13031000
3343.60/3347.91	c cleaning 161025 clauses out of 322059 with flag 79995570/13193000
3402.88/3407.36	c cleaning 161986 clauses out of 324034 with flag 80970414/13356000
3463.07/3467.62	c cleaning 163017 clauses out of 326049 with flag 81956473/13520001
3524.55/3529.29	c cleaning 163958 clauses out of 328032 with flag 82946765/13685001
3587.03/3591.84	c cleaning 165029 clauses out of 330073 with flag 83935295/13851000
3600.01/3604.81	c starts		: 113729
3600.01/3604.81	c timeout
3600.01/3604.81	c conflicts		: 13896087
3600.01/3604.81	c decisions		: 129954458
3600.01/3604.81	c propagations		: 1858690060
3600.01/3604.81	c inspects		: 40893543759
3600.01/3604.81	c shortcuts		: 0
3600.01/3604.81	c learnt literals	: 2
3600.01/3604.81	c learnt binary clauses	: 54
3600.01/3604.81	c learnt ternary clauses	: 784
3600.01/3604.81	c learnt constraints	: 13896085
3600.01/3604.81	c ignored constraints	: 0
3600.01/3604.81	c root simplifications	: 0
3600.01/3604.81	c removed literals (reason simplification)	: 0
3600.01/3604.81	c reason swapping (by a shorter reason)	: 0
3600.01/3604.81	c Calls to reduceDB	: 162
3600.01/3604.81	c Number of update (reduction) of LBD	: 2921228
3600.01/3604.81	c Imported unit clauses	: 0
3600.01/3604.81	c No decision after first conflict	: false
3600.01/3604.81	c number of reductions to clauses (during analyze)	: 0
3600.01/3604.81	c number of learned constraints concerned by reduction	: 0
3600.01/3604.81	c number of learning phase by resolution	: 0
3600.01/3604.81	c number of learning phase by cutting planes	: 0
3600.01/3604.81	c number of rounding to 1 operations	: 0
3600.01/3604.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3604.81	c number of reductions of the coefficients by power 2 	: 0
3600.01/3604.81	c number of right shift for reduction by power 2 	: 0
3600.01/3604.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3604.81	c number of ending skipping 	: 0
3600.01/3604.81	c number of internal skipping 	: 0
3600.01/3604.81	c number of derivation steps 	: 0
3600.01/3604.81	c number of skipped derivation steps 	: 0
3600.01/3604.81	c number of remaining unassigned 	: 0
3600.01/3604.81	c number of remaining assigned 	: 0
3600.01/3604.81	c number of falsified literals weakened from reason	: 0
3600.01/3604.81	c number of falsified literals weakened from conflict	: 0
3600.01/3604.81	c time for arithmetic operations	: 0
3600.01/3604.82	c minimum degree of deleted constraints	: null
3600.01/3604.82	c maximum degree of deleted constraints	: null
3600.01/3604.82	c number of deleted constraints	: 0
3600.01/3604.82	c speed (assignments/second)	: 515651.927123098
3600.01/3604.82	c non guided choices	: 49524
3600.01/3604.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 210077
3600.01/3604.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 54
3600.01/3604.88	s UNKNOWN
3600.01/3604.88	c Total wall clock time (in seconds): 3604.756

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (62149 MiB free)
  memory of node 1: 64473 MiB (62071 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450924-1721425639/watcher-4450924-1721425639 -o /tmp/evaluation-result-4450924-1721425639/solver-4450924-1721425639 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721425652-1074934 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4450924-1721425639.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
Starting watchdog thread
solver pid=1074986, runsolver pid=1074976
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.11 1.12 1.66 7/324 1075063
/proc/meminfo: memFree=127026708/131524600 swapFree=131071996/131071996
[pid=1074986] ppid=1074976 vsize=18975048 memory=67376 CPUtime=0.14 cores=1,3
/proc/1074986/stat : 1074986 (java) S 1074976 1074986 1074922 0 -1 1077936128 7219 0 0 0 12 2 0 0 20 0 18 0 194732006 19430449152 16844 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
/proc/1074986/statm: 4743762 16844 5677 1 0 549329 0
[pid=1074986/tid=1074997] ppid=1074976 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=1,3
/proc/1074986/task/1074997/stat : 1074997 (java) R 1074976 1074986 1074922 0 -1 4194368 5752 0 0 0 7 1 0 0 20 0 18 0 194732006 19430449152 16844 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194732007 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075040] ppid=1074976 vsize=18975048 memory=17016 CPUtime=0 cores=1,3
/proc/1074986/task/1075040/stat : 1075040 (Finalizer) S 1074976 1074986 1074922 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194732009 19430449152 16844 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075059] ppid=1074976 vsize=18975048 memory=14971170189477532 CPUtime=0 cores=1,3
/proc/1074986/task/1075059/stat : 1075059 (Common-Cleaner) S 1074976 1074986 1074922 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 194732009 19430449152 16844 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67376 KiB

[startup+0.206198 s]*
/proc/loadavg: 1.11 1.12 1.66 14/325 1075064
/proc/meminfo: memFree=126948880/131524600 swapFree=131071996/131071996
[pid=1074986] ppid=1074976 vsize=18975048 memory=84588 CPUtime=0.32 cores=1,3
/proc/1074986/stat : 1074986 (java) S 1074976 1074986 1074922 0 -1 1077936128 8109 0 0 0 30 2 0 0 20 0 18 0 194732006 19430449152 21147 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
/proc/1074986/statm: 4743762 21147 5796 1 0 550018 0
[pid=1074986/tid=1074997] ppid=1074976 vsize=18975048 memory=8603368907145347203 CPUtime=0.17 cores=1,3
/proc/1074986/task/1074997/stat : 1074997 (java) R 1074976 1074986 1074922 0 -1 4194368 5931 0 0 0 16 1 0 0 20 0 18 0 194732006 19430449152 21147 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194732007 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075040] ppid=1074976 vsize=18975048 memory=17016 CPUtime=0 cores=1,3
/proc/1074986/task/1075040/stat : 1075040 (Finalizer) S 1074976 1074986 1074922 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194732009 19430449152 21147 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075059] ppid=1074976 vsize=18975048 memory=14971170189477532 CPUtime=0 cores=1,3
/proc/1074986/task/1075059/stat : 1075059 (Common-Cleaner) S 1074976 1074986 1074922 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 194732009 19430449152 21147 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 84588 KiB

[startup+0.306571 s]*
/proc/loadavg: 1.11 1.12 1.66 15/328 1075067
/proc/meminfo: memFree=126890868/131524600 swapFree=131071996/131071996
[pid=1074986] ppid=1074976 vsize=19041612 memory=105688 CPUtime=0.51 cores=1,3
/proc/1074986/stat : 1074986 (java) S 1074976 1074986 1074922 0 -1 1077936128 9766 0 0 0 48 3 0 0 20 0 19 0 194732006 19498610688 26422 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
/proc/1074986/statm: 4760403 26422 5796 1 0 551417 0
[pid=1074986/tid=1074997] ppid=1074976 vsize=19041612 memory=-7523084485081981790 CPUtime=0.27 cores=1,3
/proc/1074986/task/1074997/stat : 1074997 (java) R 1074976 1074986 1074922 0 -1 4194368 5985 0 0 0 25 2 0 0 20 0 19 0 194732006 19498610688 26422 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194732007 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075040] ppid=1074976 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1074986/task/1075040/stat : 1075040 (Finalizer) S 1074976 1074986 1074922 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194732009 19498610688 26422 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075059] ppid=1074976 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1074986/task/1075059/stat : 1075059 (Common-Cleaner) S 1074976 1074986 1074922 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 194732009 19498610688 26422 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075067] ppid=1074976 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1074986/task/1075067/stat : 1075067 (Timer-0) S 1074976 1074986 1074922 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194732033 19498610688 26422 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 105688 KiB

[startup+0.700567 s]
/proc/loadavg: 1.11 1.12 1.66 10/328 1075067
/proc/meminfo: memFree=126855340/131524600 swapFree=131071996/131071996
[pid=1074986] ppid=1074976 vsize=19041612 memory=123080 CPUtime=1.26 cores=1,3
/proc/1074986/stat : 1074986 (java) S 1074976 1074986 1074922 0 -1 1077936128 15369 0 0 0 122 4 0 0 20 0 19 0 194732006 19498610688 30770 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
/proc/1074986/statm: 4760403 30770 5796 1 0 555174 0
[pid=1074986/tid=1074997] ppid=1074976 vsize=19041612 memory=13116 CPUtime=0.65 cores=1,3
/proc/1074986/task/1074997/stat : 1074997 (java) R 1074976 1074986 1074922 0 -1 4194368 5993 0 0 0 63 2 0 0 20 0 19 0 194732006 19498610688 30770 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194732007 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075040] ppid=1074976 vsize=19041612 memory=13116 CPUtime=0 cores=1,3
/proc/1074986/task/1075040/stat : 1075040 (Finalizer) S 1074976 1074986 1074922 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194732009 19498610688 30770 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075059] ppid=1074976 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1074986/task/1075059/stat : 1075059 (Common-Cleaner) S 1074976 1074986 1074922 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 194732009 19498610688 30770 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075067] ppid=1074976 vsize=19041612 memory=1900 CPUtime=0 cores=1,3
/proc/1074986/task/1075067/stat : 1075067 (Timer-0) S 1074976 1074986 1074922 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194732033 19498610688 30770 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 123080 KiB

[startup+1.50026 s]
/proc/loadavg: 1.11 1.12 1.66 8/307 1075083
/proc/meminfo: memFree=126902128/131524600 swapFree=131071996/131071996
[pid=1074986] ppid=1074976 vsize=19041612 memory=132216 CPUtime=2.53 cores=1,3
/proc/1074986/stat : 1074986 (java) S 1074976 1074986 1074922 0 -1 1077936128 18690 0 0 0 249 4 0 0 20 0 19 0 194732006 19498610688 33054 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
/proc/1074986/statm: 4760403 33054 5812 1 0 555241 0
[pid=1074986/tid=1074997] ppid=1074976 vsize=19041612 memory=13116 CPUtime=1.43 cores=1,3
/proc/1074986/task/1074997/stat : 1074997 (java) R 1074976 1074986 1074922 0 -1 4194368 6357 0 0 0 141 2 0 0 20 0 19 0 194732006 19498610688 33054 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194732007 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075040] ppid=1074976 vsize=19041612 memory=1900 CPUtime=0 cores=1,3
/proc/1074986/task/1075040/stat : 1075040 (Finalizer) S 1074976 1074986 1074922 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194732009 19498610688 33054 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075059] ppid=1074976 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1074986/task/1075059/stat : 1075059 (Common-Cleaner) S 1074976 1074986 1074922 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 194732009 19498610688 33054 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075067] ppid=1074976 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1074986/task/1075067/stat : 1075067 (Timer-0) S 1074976 1074986 1074922 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194732033 19498610688 33054 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 132216 KiB

[startup+3.10616 s]
/proc/loadavg: 1.11 1.12 1.66 6/328 1075135
/proc/meminfo: memFree=126721604/131524600 swapFree=131071996/131071996
[pid=1074986] ppid=1074976 vsize=19041612 memory=149696 CPUtime=4.73 cores=1,3
/proc/1074986/stat : 1074986 (java) S 1074976 1074986 1074922 0 -1 1077936128 23650 0 0 0 468 5 0 0 20 0 19 0 194732006 19498610688 37424 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
/proc/1074986/statm: 4760403 37424 5812 1 0 555984 0
[pid=1074986/tid=1074997] ppid=1074976 vsize=19041612 memory=0 CPUtime=3.04 cores=1,3
/proc/1074986/task/1074997/stat : 1074997 (java) R 1074976 1074986 1074922 0 -1 4194368 6753 0 0 0 301 3 0 0 20 0 19 0 194732006 19498610688 37424 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194732007 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075040] ppid=1074976 vsize=19041612 memory=13116 CPUtime=0 cores=1,3
/proc/1074986/task/1075040/stat : 1075040 (Finalizer) S 1074976 1074986 1074922 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194732009 19498610688 37424 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075059] ppid=1074976 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1074986/task/1075059/stat : 1075059 (Common-Cleaner) S 1074976 1074986 1074922 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 194732009 19498610688 37424 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075067] ppid=1074976 vsize=19041612 memory=11396 CPUtime=0 cores=1,3
/proc/1074986/task/1075067/stat : 1075067 (Timer-0) S 1074976 1074986 1074922 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194732033 19498610688 37424 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
Current children cumulated CPU time: 4.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 149696 KiB

[startup+6.30439 s]
/proc/loadavg: 1.34 1.17 1.67 6/329 1075136
/proc/meminfo: memFree=126611464/131524600 swapFree=131071996/131071996
[pid=1074986] ppid=1074976 vsize=19041612 memory=166368 CPUtime=7.95 cores=1,3
/proc/1074986/stat : 1074986 (java) S 1074976 1074986 1074922 0 -1 1077936128 24418 0 0 0 788 7 0 0 20 0 19 0 194732006 19498610688 41592 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
/proc/1074986/statm: 4760403 41592 5844 1 0 555985 0
[pid=1074986/tid=1074997] ppid=1074976 vsize=19041612 memory=13116 CPUtime=6.22 cores=1,3
/proc/1074986/task/1074997/stat : 1074997 (java) R 1074976 1074986 1074922 0 -1 4194368 6877 0 0 0 619 3 0 0 20 0 19 0 194732006 19498610688 41592 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194732007 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075040] ppid=1074976 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1074986/task/1075040/stat : 1075040 (Finalizer) S 1074976 1074986 1074922 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194732009 19498610688 41592 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075059] ppid=1074976 vsize=19041612 memory=164 CPUtime=0 cores=1,3
/proc/1074986/task/1075059/stat : 1075059 (Common-Cleaner) S 1074976 1074986 1074922 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 194732009 19498610688 41592 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075067] ppid=1074976 vsize=19041612 memory=11396 CPUtime=0 cores=1,3
/proc/1074986/task/1075067/stat : 1075067 (Timer-0) S 1074976 1074986 1074922 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194732033 19498610688 41592 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
Current children cumulated CPU time: 7.95 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 166368 KiB

[startup+12.7002 s]
/proc/loadavg: 1.55 1.21 1.69 6/332 1075140
/proc/meminfo: memFree=126543000/131524600 swapFree=131071996/131071996
[pid=1074986] ppid=1074976 vsize=19108176 memory=187112 CPUtime=14.39 cores=1,3
/proc/1074986/stat : 1074986 (java) S 1074976 1074986 1074922 0 -1 1077936128 27653 0 0 0 1431 8 0 0 20 0 20 0 194732006 19566772224 46778 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
/proc/1074986/statm: 4777044 46778 5860 1 0 556274 0
[pid=1074986/tid=1074997] ppid=1074976 vsize=19108176 memory=187112 CPUtime=12.59 cores=1,3
/proc/1074986/task/1074997/stat : 1074997 (java) R 1074976 1074986 1074922 0 -1 4194368 7625 0 0 0 1255 4 0 0 20 0 20 0 194732006 19566772224 46778 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194732007 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075040] ppid=1074976 vsize=19108176 memory=13116 CPUtime=0 cores=1,3
/proc/1074986/task/1075040/stat : 1075040 (Finalizer) S 1074976 1074986 1074922 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 46778 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075059] ppid=1074976 vsize=19108176 memory=11396 CPUtime=0 cores=1,3
/proc/1074986/task/1075059/stat : 1075059 (Common-Cleaner) S 1074976 1074986 1074922 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 46778 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075067] ppid=1074976 vsize=19108176 memory=-7523084485081916510 CPUtime=0 cores=1,3
/proc/1074986/task/1075067/stat : 1075067 (Timer-0) S 1074976 1074986 1074922 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194732033 19566772224 46778 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
Current children cumulated CPU time: 14.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187112 KiB

[startup+25.5003 s]
/proc/loadavg: 2.10 1.35 1.72 6/332 1075142
/proc/meminfo: memFree=126478804/131524600 swapFree=131071996/131071996
[pid=1074986] ppid=1074976 vsize=19108176 memory=193516 CPUtime=27.16 cores=1,3
/proc/1074986/stat : 1074986 (java) S 1074976 1074986 1074922 0 -1 1077936128 30429 0 0 0 2708 8 0 0 20 0 20 0 194732006 19566772224 48379 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
/proc/1074986/statm: 4777044 48379 5861 1 0 556274 0
[pid=1074986/tid=1074997] ppid=1074976 vsize=19108176 memory=187112 CPUtime=25.34 cores=1,3
/proc/1074986/task/1074997/stat : 1074997 (java) R 1074976 1074986 1074922 0 -1 4194368 8867 0 0 0 2530 4 0 0 20 0 20 0 194732006 19566772224 48379 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194732007 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075040] ppid=1074976 vsize=19108176 memory=-7523084485081916510 CPUtime=0 cores=1,3
/proc/1074986/task/1075040/stat : 1075040 (Finalizer) S 1074976 1074986 1074922 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 48379 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075059] ppid=1074976 vsize=19108176 memory=193516 CPUtime=0 cores=1,3
/proc/1074986/task/1075059/stat : 1075059 (Common-Cleaner) S 1074976 1074986 1074922 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 48379 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075067] ppid=1074976 vsize=19108176 memory=193516 CPUtime=0 cores=1,3
/proc/1074986/task/1075067/stat : 1075067 (Timer-0) S 1074976 1074986 1074922 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194732033 19566772224 48379 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
Current children cumulated CPU time: 27.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 193516 KiB

[startup+51.1063 s]
/proc/loadavg: 2.80 1.58 1.79 6/332 1075145
/proc/meminfo: memFree=126154184/131524600 swapFree=131071996/131071996
[pid=1074986] ppid=1074976 vsize=19108176 memory=269640 CPUtime=52.75 cores=1,3
/proc/1074986/stat : 1074986 (java) S 1074976 1074986 1074922 0 -1 1077936128 33784 0 0 0 5265 10 0 0 20 0 20 0 194732006 19566772224 67410 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
/proc/1074986/statm: 4777044 67410 5861 1 0 556274 0
[pid=1074986/tid=1074997] ppid=1074976 vsize=19108176 memory=269640 CPUtime=50.76 cores=1,3
/proc/1074986/task/1074997/stat : 1074997 (java) R 1074976 1074986 1074922 0 -1 4194368 10131 0 0 0 5072 4 0 0 20 0 20 0 194732006 19566772224 67410 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194732007 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0

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

/proc/meminfo: memFree=120135564/131524600 swapFree=131071996/131071996
[pid=1074986] ppid=1074976 vsize=19108176 memory=2091120 CPUtime=3218.24 cores=1,3
/proc/1074986/stat : 1074986 (java) S 1074976 1074986 1074922 0 -1 1077936128 115675 0 0 0 321699 125 0 0 20 0 20 0 194732006 19566772224 522780 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
/proc/1074986/statm: 4777044 522780 5863 1 0 557893 0
[pid=1074986/tid=1074997] ppid=1074976 vsize=19108176 memory=2074736 CPUtime=3210.92 cores=1,3
/proc/1074986/task/1074997/stat : 1074997 (java) R 1074976 1074986 1074922 0 -1 4194368 56592 0 0 0 321078 14 0 0 20 0 20 0 194732006 19566772224 522780 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194732007 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075040] ppid=1074976 vsize=19108176 memory=46816 CPUtime=0 cores=1,3
/proc/1074986/task/1075040/stat : 1075040 (Finalizer) S 1074976 1074986 1074922 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 522780 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075059] ppid=1074976 vsize=19108176 memory=13116 CPUtime=0 cores=1,3
/proc/1074986/task/1075059/stat : 1075059 (Common-Cleaner) S 1074976 1074986 1074922 0 -1 1077936192 4014 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 522780 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075067] ppid=1074976 vsize=19108176 memory=2091120 CPUtime=0 cores=1,3
/proc/1074986/task/1075067/stat : 1075067 (Timer-0) S 1074976 1074986 1074922 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194732033 19566772224 522780 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
Current children cumulated CPU time: 3218.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2091120 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.13 4.05 6/334 1077600
/proc/meminfo: memFree=119871828/131524600 swapFree=131071996/131071996
[pid=1074986] ppid=1074976 vsize=19108176 memory=2091124 CPUtime=3278.13 cores=1,3
/proc/1074986/stat : 1074986 (java) S 1074976 1074986 1074922 0 -1 1077936128 116414 0 0 0 327687 126 0 0 20 0 20 0 194732006 19566772224 522781 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
/proc/1074986/statm: 4777044 522781 5863 1 0 557893 0
[pid=1074986/tid=1074997] ppid=1074976 vsize=19108176 memory=2091124 CPUtime=3270.78 cores=1,3
/proc/1074986/task/1074997/stat : 1074997 (java) R 1074976 1074986 1074922 0 -1 4194368 57258 0 0 0 327064 14 0 0 20 0 20 0 194732006 19566772224 522781 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194732007 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075040] ppid=1074976 vsize=19108176 memory=2091124 CPUtime=0 cores=1,3
/proc/1074986/task/1075040/stat : 1075040 (Finalizer) S 1074976 1074986 1074922 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 522781 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075059] ppid=1074976 vsize=19108176 memory=46816 CPUtime=0 cores=1,3
/proc/1074986/task/1075059/stat : 1075059 (Common-Cleaner) S 1074976 1074986 1074922 0 -1 1077936192 4028 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 522781 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075067] ppid=1074976 vsize=19108176 memory=2091124 CPUtime=0 cores=1,3
/proc/1074986/task/1075067/stat : 1075067 (Timer-0) S 1074976 1074986 1074922 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194732033 19566772224 522781 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
Current children cumulated CPU time: 3278.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2091124 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.12 4.05 6/334 1077611
/proc/meminfo: memFree=119610736/131524600 swapFree=131071996/131071996
[pid=1074986] ppid=1074976 vsize=19108176 memory=2091124 CPUtime=3338.01 cores=1,3
/proc/1074986/stat : 1074986 (java) S 1074976 1074986 1074922 0 -1 1077936128 117421 0 0 0 333674 127 0 0 20 0 20 0 194732006 19566772224 522781 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
/proc/1074986/statm: 4777044 522781 5863 1 0 557893 0
[pid=1074986/tid=1074997] ppid=1074976 vsize=19108176 memory=2091124 CPUtime=3330.65 cores=1,3
/proc/1074986/task/1074997/stat : 1074997 (java) R 1074976 1074986 1074922 0 -1 4194368 58113 0 0 0 333050 15 0 0 20 0 20 0 194732006 19566772224 522781 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194732007 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075040] ppid=1074976 vsize=19108176 memory=46816 CPUtime=0 cores=1,3
/proc/1074986/task/1075040/stat : 1075040 (Finalizer) S 1074976 1074986 1074922 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 522781 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075059] ppid=1074976 vsize=19108176 memory=2091124 CPUtime=0 cores=1,3
/proc/1074986/task/1075059/stat : 1075059 (Common-Cleaner) S 1074976 1074986 1074922 0 -1 1077936192 4122 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 522781 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075067] ppid=1074976 vsize=19108176 memory=2091124 CPUtime=0 cores=1,3
/proc/1074986/task/1075067/stat : 1075067 (Timer-0) S 1074976 1074986 1074922 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194732033 19566772224 522781 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
Current children cumulated CPU time: 3338.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2091124 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.15 4.06 6/334 1077624
/proc/meminfo: memFree=119416448/131524600 swapFree=131071996/131071996
[pid=1074986] ppid=1074976 vsize=19108176 memory=2091124 CPUtime=3397.89 cores=1,3
/proc/1074986/stat : 1074986 (java) S 1074976 1074986 1074922 0 -1 1077936128 118397 0 0 0 339661 128 0 0 20 0 20 0 194732006 19566772224 522781 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
/proc/1074986/statm: 4777044 522781 5863 1 0 557893 0
[pid=1074986/tid=1074997] ppid=1074976 vsize=19108176 memory=2091124 CPUtime=3390.5 cores=1,3
/proc/1074986/task/1074997/stat : 1074997 (java) R 1074976 1074986 1074922 0 -1 4194368 58941 0 0 0 339035 15 0 0 20 0 20 0 194732006 19566772224 522781 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194732007 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075040] ppid=1074976 vsize=19108176 memory=2091124 CPUtime=0 cores=1,3
/proc/1074986/task/1075040/stat : 1075040 (Finalizer) S 1074976 1074986 1074922 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 522781 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075059] ppid=1074976 vsize=19108176 memory=11396 CPUtime=0 cores=1,3
/proc/1074986/task/1075059/stat : 1075059 (Common-Cleaner) S 1074976 1074986 1074922 0 -1 1077936192 4207 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 522781 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075067] ppid=1074976 vsize=19108176 memory=2091124 CPUtime=0 cores=1,3
/proc/1074986/task/1075067/stat : 1075067 (Timer-0) S 1074976 1074986 1074922 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194732033 19566772224 522781 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
Current children cumulated CPU time: 3397.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2091124 KiB

[startup+3462.3 s]
/proc/loadavg: 4.56 4.29 4.12 6/334 1077634
/proc/meminfo: memFree=119281560/131524600 swapFree=131071996/131071996
[pid=1074986] ppid=1074976 vsize=19108176 memory=2091136 CPUtime=3457.78 cores=1,3
/proc/1074986/stat : 1074986 (java) S 1074976 1074986 1074922 0 -1 1077936128 119656 0 0 0 345648 130 0 0 20 0 20 0 194732006 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
/proc/1074986/statm: 4777044 522784 5863 1 0 557896 0
[pid=1074986/tid=1074997] ppid=1074976 vsize=19108176 memory=2091124 CPUtime=3450.35 cores=1,3
/proc/1074986/task/1074997/stat : 1074997 (java) R 1074976 1074986 1074922 0 -1 4194368 59925 0 0 0 345020 15 0 0 20 0 20 0 194732006 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194732007 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075040] ppid=1074976 vsize=19108176 memory=11396 CPUtime=0 cores=1,3
/proc/1074986/task/1075040/stat : 1075040 (Finalizer) S 1074976 1074986 1074922 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075059] ppid=1074976 vsize=19108176 memory=2091124 CPUtime=0 cores=1,3
/proc/1074986/task/1075059/stat : 1075059 (Common-Cleaner) S 1074976 1074986 1074922 0 -1 1077936192 4299 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075067] ppid=1074976 vsize=19108176 memory=13116 CPUtime=0 cores=1,3
/proc/1074986/task/1075067/stat : 1075067 (Timer-0) S 1074976 1074986 1074922 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194732033 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
Current children cumulated CPU time: 3457.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2091136 KiB

[startup+3522.3 s]
/proc/loadavg: 4.52 4.32 4.14 6/331 1077710
/proc/meminfo: memFree=120841104/131524600 swapFree=131071996/131071996
[pid=1074986] ppid=1074976 vsize=19108176 memory=2091136 CPUtime=3517.67 cores=1,3
/proc/1074986/stat : 1074986 (java) S 1074976 1074986 1074922 0 -1 1077936128 120630 0 0 0 351636 131 0 0 20 0 20 0 194732006 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
/proc/1074986/statm: 4777044 522784 5863 1 0 557896 0
[pid=1074986/tid=1074997] ppid=1074976 vsize=19108176 memory=13116 CPUtime=3510.21 cores=1,3
/proc/1074986/task/1074997/stat : 1074997 (java) R 1074976 1074986 1074922 0 -1 4194368 60818 0 0 0 351006 15 0 0 20 0 20 0 194732006 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194732007 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075040] ppid=1074976 vsize=19108176 memory=2091136 CPUtime=0 cores=1,3
/proc/1074986/task/1075040/stat : 1075040 (Finalizer) S 1074976 1074986 1074922 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075059] ppid=1074976 vsize=19108176 memory=11396 CPUtime=0 cores=1,3
/proc/1074986/task/1075059/stat : 1075059 (Common-Cleaner) S 1074976 1074986 1074922 0 -1 1077936192 4321 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075067] ppid=1074976 vsize=19108176 memory=-7523084485081916510 CPUtime=0 cores=1,3
/proc/1074986/task/1075067/stat : 1075067 (Timer-0) S 1074976 1074986 1074922 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194732033 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
Current children cumulated CPU time: 3517.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2091136 KiB

[startup+3582.3 s]
/proc/loadavg: 4.29 4.29 4.14 6/331 1077721
/proc/meminfo: memFree=120675368/131524600 swapFree=131071996/131071996
[pid=1074986] ppid=1074976 vsize=19108176 memory=2091136 CPUtime=3577.55 cores=1,3
/proc/1074986/stat : 1074986 (java) S 1074976 1074986 1074922 0 -1 1077936128 121735 0 0 0 357623 132 0 0 20 0 20 0 194732006 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
/proc/1074986/statm: 4777044 522784 5863 1 0 557896 0
[pid=1074986/tid=1074997] ppid=1074976 vsize=19108176 memory=2091136 CPUtime=3570.07 cores=1,3
/proc/1074986/task/1074997/stat : 1074997 (java) R 1074976 1074986 1074922 0 -1 4194368 61780 0 0 0 356992 15 0 0 20 0 20 0 194732006 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194732007 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075040] ppid=1074976 vsize=19108176 memory=2091136 CPUtime=0 cores=1,3
/proc/1074986/task/1075040/stat : 1075040 (Finalizer) S 1074976 1074986 1074922 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075059] ppid=1074976 vsize=19108176 memory=2091136 CPUtime=0 cores=1,3
/proc/1074986/task/1075059/stat : 1075059 (Common-Cleaner) S 1074976 1074986 1074922 0 -1 1077936192 4401 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075067] ppid=1074976 vsize=19108176 memory=-7306911702968329057 CPUtime=0 cores=1,3
/proc/1074986/task/1075067/stat : 1075067 (Timer-0) S 1074976 1074986 1074922 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194732033 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
Current children cumulated CPU time: 3577.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2091136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.8 s]
/proc/loadavg: 4.28 4.28 4.14 6/331 1077725
/proc/meminfo: memFree=120617752/131524600 swapFree=131071996/131071996
[pid=1074986] ppid=1074976 vsize=19108176 memory=2091136 CPUtime=3600.01 cores=1,3
/proc/1074986/stat : 1074986 (java) S 1074976 1074986 1074922 0 -1 1077936128 122106 0 0 0 359868 133 0 0 20 0 20 0 194732006 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
/proc/1074986/statm: 4777044 522784 5863 1 0 557896 0
[pid=1074986/tid=1074997] ppid=1074976 vsize=19108176 memory=2091136 CPUtime=3592.51 cores=1,3
/proc/1074986/task/1074997/stat : 1074997 (java) R 1074976 1074986 1074922 0 -1 4194368 62145 0 0 0 359236 15 0 0 20 0 20 0 194732006 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 194732007 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075040] ppid=1074976 vsize=19108176 memory=2091136 CPUtime=0 cores=1,3
/proc/1074986/task/1075040/stat : 1075040 (Finalizer) S 1074976 1074986 1074922 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075059] ppid=1074976 vsize=19108176 memory=46816 CPUtime=0 cores=1,3
/proc/1074986/task/1075059/stat : 1075059 (Common-Cleaner) S 1074976 1074986 1074922 0 -1 1077936192 4401 0 0 0 0 0 0 0 20 0 20 0 194732009 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
[pid=1074986/tid=1075067] ppid=1074976 vsize=19108176 memory=2091136 CPUtime=0 cores=1,3
/proc/1074986/task/1075067/stat : 1075067 (Timer-0) S 1074976 1074986 1074922 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194732033 19566772224 522784 134679101440 94348546822144 94348546825840 140735946665984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94348546833656 94348546834448 94348557324288 140735946671109 140735946671199 140735946671199 140735946678216 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2091136 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.81 s, system=1.3439 s

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

Child status: 143

Real time (s): 3604.9
CPU time (s): 3600.15
CPU user time (s): 3598.81
CPU system time (s): 1.3439
CPU usage (%): 99.8683
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2091136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.81
system time used= 1.3439
maximum resident set size= 2092628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124548
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102418
involuntary context switches= 3271


# summary of solver processes directly reported to runsolver:
#   pid: 1074986
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3598.81
#   total CPU system time (s): 1.3439

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.12071 second user time and 21.4272 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-19 23:47:32
IDJOB=4450924
IDBENCH=162315
IDSOLVER=3058
FILE ID=nodeC030/4450924-1721425639
RUNJOBID= nodeC030-1721425652-1074934
SLURM_JOB_ID= 7545616
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB16/DEC-LIN/nossum/normalized-sha1-size112-round23-8.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450924-1721425639/watcher-4450924-1721425639 -o /tmp/evaluation-result-4450924-1721425639/solver-4450924-1721425639 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721425652-1074934 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4450924-1721425639.opb

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

MD5SUM BENCH= 17b9f2f8b02d6ae535b4cdc282411634
RANDOM SEED=993416166

nodeC030.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	: 0xb00002a
cpu MHz		: 3495.202
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 invpcid_single pti ibrs ibpb stibp 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	: 6999.28
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		: 3591.795
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 invpcid_single pti ibrs ibpb stibp 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	: 7005.11
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		: 3356.316
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 invpcid_single pti ibrs ibpb stibp 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	: 6999.28
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		: 3671.226
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 invpcid_single pti ibrs ibpb stibp 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	: 7005.11
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		: 3378.037
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 invpcid_single pti ibrs ibpb stibp 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	: 6999.28
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		: 3646.948
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 invpcid_single pti ibrs ibpb stibp 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	: 7005.11
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		: 3610.018
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 invpcid_single pti ibrs ibpb stibp 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	: 6999.28
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		: 3361.682
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 invpcid_single pti ibrs ibpb stibp 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	: 7005.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127205288 kB
MemAvailable:   129660724 kB
Buffers:          515120 kB
Cached:          2761092 kB
SwapCached:            0 kB
Active:          1171324 kB
Inactive:        2480984 kB
Active(anon):       1424 kB
Inactive(anon):   420576 kB
Active(file):    1169900 kB
Inactive(file):  2060408 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2316 kB
Writeback:             0 kB
AnonPages:        375772 kB
Mapped:           107244 kB
Shmem:             45912 kB
KReclaimable:     129900 kB
Slab:             247664 kB
SReclaimable:     129900 kB
SUnreclaim:       117764 kB
KernelStack:        3920 kB
PageTables:         9960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     794332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73248 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 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:      262868 kB
DirectMap2M:    23627776 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC030 at 2024-07-20 00:47:37