Trace number 4494496

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.17 3585.23

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUMd1359993160bf2f1506844981afa3acf
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 benchmark27.7832
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4494496-1751158550.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
2.71/1.84	c ... done. Wall clock time 1.701s.
2.71/1.84	c declared #vars     3750
2.71/1.84	c #constraints  468375
2.71/1.84	c constraints type 
2.71/1.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 750
2.71/1.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 467625
2.71/1.84	c 468375 constraints processed.
4.98/3.22	c cleaning 2501 clauses out of 5001 with flag 20729/5001
6.50/4.52	c cleaning 4247 clauses out of 8499 with flag 46194/11000
8.17/6.01	c cleaning 5625 clauses out of 11252 with flag 75949/18000
9.82/7.67	c cleaning 6810 clauses out of 13628 with flag 110371/26001
11.63/9.49	c cleaning 7909 clauses out of 15817 with flag 152173/35000
13.75/11.51	c cleaning 8948 clauses out of 17908 with flag 199678/45000
16.03/13.73	c cleaning 9972 clauses out of 19960 with flag 256129/56000
18.52/16.25	c cleaning 10990 clauses out of 21988 with flag 312200/68000
21.22/19.00	c cleaning 11996 clauses out of 23998 with flag 372091/81000
24.32/22.03	c cleaning 12992 clauses out of 26003 with flag 435905/95001
27.52/25.25	c cleaning 13996 clauses out of 28010 with flag 502147/110000
30.91/28.66	c cleaning 14999 clauses out of 30016 with flag 574159/126002
34.53/32.26	c cleaning 15995 clauses out of 32016 with flag 655840/143001
38.57/36.18	c cleaning 17006 clauses out of 34020 with flag 741709/161000
42.66/40.26	c cleaning 18001 clauses out of 36014 with flag 825285/180000
46.85/44.41	c cleaning 19001 clauses out of 38014 with flag 923034/200001
51.24/48.82	c cleaning 20007 clauses out of 40015 with flag 1020755/221003
56.03/53.56	c cleaning 20994 clauses out of 42006 with flag 1124189/243001
60.83/58.32	c cleaning 22003 clauses out of 44011 with flag 1237866/266000
65.93/63.40	c cleaning 22992 clauses out of 46009 with flag 1351354/290001
71.32/68.80	c cleaning 24000 clauses out of 48016 with flag 1465376/315000
76.90/74.38	c cleaning 24998 clauses out of 50016 with flag 1589679/341000
82.69/80.10	c cleaning 25998 clauses out of 52018 with flag 1716357/368000
88.59/86.09	c cleaning 27005 clauses out of 54022 with flag 1848075/396002
95.21/92.50	c cleaning 28002 clauses out of 56016 with flag 1977180/425001
101.40/98.76	c cleaning 29003 clauses out of 58014 with flag 2127883/455001
108.09/105.44	c cleaning 29988 clauses out of 60012 with flag 2270313/486002
115.20/112.44	c cleaning 31003 clauses out of 62022 with flag 2420052/518000
122.39/119.65	c cleaning 31988 clauses out of 64019 with flag 2574468/551000
129.78/127.05	c cleaning 33016 clauses out of 66034 with flag 2733306/585003
137.58/134.71	c cleaning 34006 clauses out of 68016 with flag 2902033/620001
145.47/142.64	c cleaning 34990 clauses out of 70010 with flag 3062651/656001
153.46/150.62	c cleaning 35999 clauses out of 72023 with flag 3240554/693004
161.83/158.99	c cleaning 37006 clauses out of 74021 with flag 3412861/731001
170.32/167.48	c cleaning 38010 clauses out of 76019 with flag 3595140/770005
179.21/176.27	c cleaning 38993 clauses out of 78005 with flag 3785706/810001
188.30/185.36	c cleaning 39997 clauses out of 80011 with flag 3977855/851000
197.60/194.57	c cleaning 40996 clauses out of 82014 with flag 4183003/893000
206.98/203.94	c cleaning 41998 clauses out of 84019 with flag 4391288/936001
216.88/213.70	c cleaning 43002 clauses out of 86023 with flag 4602093/980003
226.77/223.64	c cleaning 43985 clauses out of 88019 with flag 4817989/1025001
236.97/233.79	c cleaning 44995 clauses out of 90034 with flag 5040705/1071001
247.35/244.15	c cleaning 45996 clauses out of 92038 with flag 5268602/1118000
258.24/254.90	c cleaning 47015 clauses out of 94045 with flag 5498879/1166003
269.02/265.74	c cleaning 48007 clauses out of 96027 with flag 5732759/1215000
280.40/277.06	c cleaning 49002 clauses out of 98020 with flag 5964392/1265000
291.67/288.36	c cleaning 49988 clauses out of 100019 with flag 6219951/1316001
303.69/300.14	c cleaning 51002 clauses out of 102031 with flag 6470283/1368001
315.26/311.78	c cleaning 52008 clauses out of 104028 with flag 6723121/1421000
327.52/323.95	c cleaning 53005 clauses out of 106022 with flag 6974559/1475002
339.71/336.12	c cleaning 53995 clauses out of 108017 with flag 7238314/1530002
352.23/348.66	c cleaning 55001 clauses out of 110020 with flag 7504041/1586000
364.70/361.16	c cleaning 55995 clauses out of 112019 with flag 7778692/1643000
377.93/374.22	c cleaning 57007 clauses out of 114025 with flag 8052962/1701001
390.91/387.24	c cleaning 58006 clauses out of 116017 with flag 8339683/1760000
404.19/400.51	c cleaning 59007 clauses out of 118014 with flag 8627988/1820003
418.11/414.44	c cleaning 59988 clauses out of 120004 with flag 8919328/1881000
432.08/428.46	c cleaning 60985 clauses out of 122016 with flag 9211098/1943000
446.25/442.68	c cleaning 62005 clauses out of 124032 with flag 9507887/2006001
460.91/457.26	c cleaning 63001 clauses out of 126026 with flag 9815425/2070000
475.28/471.61	c cleaning 63999 clauses out of 128026 with flag 10133765/2135001
490.24/486.70	c cleaning 65007 clauses out of 130027 with flag 10444719/2201001
505.93/502.10	c cleaning 66006 clauses out of 132019 with flag 10763073/2268000
521.49/517.74	c cleaning 67003 clauses out of 134016 with flag 11080535/2336003
537.36/533.63	c cleaning 68001 clauses out of 136011 with flag 11402714/2405001
553.53/549.78	c cleaning 68985 clauses out of 138011 with flag 11734940/2475002
569.90/566.11	c cleaning 70006 clauses out of 140024 with flag 12067748/2546000
586.37/582.65	c cleaning 71007 clauses out of 142018 with flag 12402712/2618000
603.69/599.83	c cleaning 71999 clauses out of 144012 with flag 12747092/2691001
620.75/616.92	c cleaning 72988 clauses out of 146013 with flag 13100326/2765001
638.01/634.29	c cleaning 74000 clauses out of 148026 with flag 13459264/2840002
655.92/652.09	c cleaning 74999 clauses out of 150025 with flag 13824204/2916001
673.67/669.84	c cleaning 75992 clauses out of 152026 with flag 14190695/2993001
691.34/687.50	c cleaning 77010 clauses out of 154035 with flag 14568901/3071002
709.90/705.97	c cleaning 78002 clauses out of 156023 with flag 14946680/3150000
728.76/724.81	c cleaning 79002 clauses out of 158021 with flag 15324040/3230000
747.53/743.66	c cleaning 80000 clauses out of 160019 with flag 15705897/3311000
766.93/763.02	c cleaning 81006 clauses out of 162019 with flag 16090837/3393000
786.69/782.89	c cleaning 81996 clauses out of 164013 with flag 16474275/3476000
806.64/802.81	c cleaning 83000 clauses out of 166019 with flag 16873456/3560002
827.13/823.16	c cleaning 84005 clauses out of 168021 with flag 17272960/3645004
847.68/843.78	c cleaning 85007 clauses out of 170013 with flag 17676823/3731001
868.55/864.50	c cleaning 85985 clauses out of 172008 with flag 18094150/3818003
889.40/885.49	c cleaning 86996 clauses out of 174020 with flag 18513506/3906000
910.76/906.84	c cleaning 88001 clauses out of 176025 with flag 18940301/3995001
932.60/928.53	c cleaning 88991 clauses out of 178023 with flag 19380700/4085000
954.25/950.25	c cleaning 90007 clauses out of 180033 with flag 19810578/4176001
977.02/972.32	c cleaning 90996 clauses out of 182026 with flag 20252754/4268001
998.78/994.01	c cleaning 92012 clauses out of 184035 with flag 20718774/4361006
1021.25/1016.48	c cleaning 93000 clauses out of 186018 with flag 21168566/4455001
1043.70/1038.93	c cleaning 94005 clauses out of 188017 with flag 21623492/4550000
1067.07/1062.17	c cleaning 94996 clauses out of 190012 with flag 22086008/4646000
1090.79/1085.77	c cleaning 95998 clauses out of 192016 with flag 22547605/4743000
1114.39/1109.27	c cleaning 96997 clauses out of 194019 with flag 23019318/4841001
1138.39/1133.17	c cleaning 97990 clauses out of 196022 with flag 23497609/4940001
1162.64/1157.46	c cleaning 99008 clauses out of 198032 with flag 23967509/5040001
1187.42/1181.95	c cleaning 100002 clauses out of 200023 with flag 24463776/5141000
1212.07/1206.56	c cleaning 101006 clauses out of 202023 with flag 24947096/5243002
1236.85/1231.27	c cleaning 101994 clauses out of 204015 with flag 25438611/5346000
1262.16/1256.48	c cleaning 102998 clauses out of 206021 with flag 25928710/5450000
1288.19/1282.37	c cleaning 104000 clauses out of 208023 with flag 26418272/5555000
1314.14/1308.12	c cleaning 105004 clauses out of 210023 with flag 26930382/5661000
1340.26/1334.20	c cleaning 106000 clauses out of 212023 with flag 27438225/5768004
1367.68/1360.82	c cleaning 106990 clauses out of 214019 with flag 27962104/5876000
1394.67/1387.72	c cleaning 108006 clauses out of 216029 with flag 28479744/5985000
1421.59/1414.50	c cleaning 108998 clauses out of 218023 with flag 29014512/6095000
1449.13/1441.90	c cleaning 110006 clauses out of 220026 with flag 29549837/6206001
1477.06/1469.70	c cleaning 111006 clauses out of 222019 with flag 30080016/6318000
1504.98/1497.59	c cleaning 111998 clauses out of 224013 with flag 30623275/6431000
1533.19/1525.64	c cleaning 112991 clauses out of 226015 with flag 31178510/6545000
1562.13/1554.49	c cleaning 114005 clauses out of 228024 with flag 31718914/6660000
1591.23/1583.40	c cleaning 114993 clauses out of 230020 with flag 32268680/6776001
1620.15/1612.22	c cleaning 116010 clauses out of 232028 with flag 32835437/6893002
1649.60/1641.50	c cleaning 116995 clauses out of 234016 with flag 33395586/7011000
1678.99/1670.88	c cleaning 117990 clauses out of 236021 with flag 33975051/7130000
1709.26/1701.05	c cleaning 119010 clauses out of 238031 with flag 34543956/7250000
1740.27/1731.25	c cleaning 120001 clauses out of 240024 with flag 35122988/7371003
1770.56/1761.45	c cleaning 121006 clauses out of 242023 with flag 35715322/7493003
1801.80/1792.51	c cleaning 121992 clauses out of 244014 with flag 36292587/7616000
1833.05/1823.79	c cleaning 122997 clauses out of 246022 with flag 36886769/7740000
1864.49/1855.17	c cleaning 124005 clauses out of 248025 with flag 37488034/7865000
1896.46/1887.00	c cleaning 124992 clauses out of 250020 with flag 38084123/7991000
1928.07/1918.42	c cleaning 126007 clauses out of 252028 with flag 38690396/8118000
1960.50/1950.80	c cleaning 127001 clauses out of 254023 with flag 39289957/8246002
1993.01/1983.33	c cleaning 128002 clauses out of 256022 with flag 39913951/8375002
2026.14/2016.51	c cleaning 128985 clauses out of 258018 with flag 40536609/8505000
2059.24/2049.40	c cleaning 130004 clauses out of 260033 with flag 41195448/8636000
2092.96/2083.09	c cleaning 131007 clauses out of 262029 with flag 41820198/8768000
2126.90/2117.00	c cleaning 132006 clauses out of 264022 with flag 42458292/8901000
2161.02/2150.81	c cleaning 132997 clauses out of 266017 with flag 43113698/9035001
2195.66/2185.37	c cleaning 133999 clauses out of 268020 with flag 43765084/9170001
2230.32/2219.98	c cleaning 135001 clauses out of 270020 with flag 44419595/9306000
2265.81/2255.47	c cleaning 135993 clauses out of 272019 with flag 45067925/9443000
2301.18/2290.84	c cleaning 136998 clauses out of 274026 with flag 45738302/9581000
2336.66/2326.38	c cleaning 138001 clauses out of 276029 with flag 46406508/9720001
2372.84/2362.48	c cleaning 139012 clauses out of 278027 with flag 47066037/9860000
2408.99/2398.43	c cleaning 139993 clauses out of 280015 with flag 47764218/10001000
2442.66/2432.01	c cleaning 141001 clauses out of 282024 with flag 48448372/10143002
2476.80/2466.17	c cleaning 142001 clauses out of 284021 with flag 49123806/10286000
2510.91/2500.14	c cleaning 142998 clauses out of 286020 with flag 49834568/10430000
2545.93/2535.08	c cleaning 144004 clauses out of 288022 with flag 50523844/10575000
2580.69/2569.75	c cleaning 145005 clauses out of 290019 with flag 51245113/10721001
2616.49/2605.40	c cleaning 145982 clauses out of 292014 with flag 51950201/10868001
2652.00/2640.83	c cleaning 147000 clauses out of 294032 with flag 52672603/11016001
2688.50/2677.22	c cleaning 148005 clauses out of 296031 with flag 53384484/11165000
2724.99/2713.60	c cleaning 149010 clauses out of 298026 with flag 54100138/11315000
2761.24/2749.77	c cleaning 149997 clauses out of 300019 with flag 54847021/11466003
2798.95/2786.93	c cleaning 150993 clauses out of 302019 with flag 55580550/11618000
2836.27/2824.28	c cleaning 152003 clauses out of 304026 with flag 56329328/11771000
2874.86/2862.51	c cleaning 152997 clauses out of 306025 with flag 57065005/11925002
2913.12/2900.69	c cleaning 153992 clauses out of 308026 with flag 57808419/12080000
2950.93/2938.38	c cleaning 155002 clauses out of 310034 with flag 58582300/12236000
2989.28/2976.64	c cleaning 156003 clauses out of 312033 with flag 59349451/12393001
3029.19/3016.24	c cleaning 157005 clauses out of 314029 with flag 60099696/12551000
3068.47/3055.32	c cleaning 157997 clauses out of 316024 with flag 60887344/12710000
3108.69/3095.46	c cleaning 159011 clauses out of 318027 with flag 61639132/12870000
3148.56/3135.22	c cleaning 160004 clauses out of 320020 with flag 62431933/13031004
3189.35/3175.74	c cleaning 160987 clauses out of 322014 with flag 63206714/13193002
3230.12/3216.30	c cleaning 161997 clauses out of 324025 with flag 63985128/13356000
3270.71/3256.89	c cleaning 163004 clauses out of 326029 with flag 64786984/13520001
3311.75/3297.89	c cleaning 164000 clauses out of 328025 with flag 65592949/13685001
3354.12/3339.92	c cleaning 165004 clauses out of 330024 with flag 66391156/13851000
3395.85/3381.51	c cleaning 165984 clauses out of 332020 with flag 67214754/14018000
3438.00/3423.63	c cleaning 167004 clauses out of 334037 with flag 68034589/14186001
3481.49/3466.80	c cleaning 168003 clauses out of 336035 with flag 68840776/14355003
3524.73/3509.99	c cleaning 168999 clauses out of 338029 with flag 69663241/14525000
3568.00/3553.13	c cleaning 170011 clauses out of 340033 with flag 70498415/14696003
3600.00/3585.11	c starts		: 62777
3600.00/3585.12	c timeout
3600.00/3585.12	c conflicts		: 14824384
3600.00/3585.12	c decisions		: 52252730
3600.00/3585.13	c propagations		: 3136290017
3600.00/3585.13	c inspects		: 34832831019
3600.00/3585.13	c shortcuts		: 0
3600.00/3585.13	c learnt literals	: 0
3600.00/3585.13	c learnt binary clauses	: 0
3600.00/3585.13	c learnt ternary clauses	: 0
3600.00/3585.13	c learnt constraints	: 14824384
3600.00/3585.13	c ignored constraints	: 0
3600.00/3585.13	c root simplifications	: 0
3600.00/3585.13	c removed literals (reason simplification)	: 275170576
3600.00/3585.13	c reason swapping (by a shorter reason)	: 0
3600.00/3585.13	c Calls to reduceDB	: 167
3600.00/3585.13	c Number of update (reduction) of LBD	: 5625796
3600.00/3585.13	c Imported unit clauses	: 0
3600.00/3585.13	c No decision after first conflict	: false
3600.00/3585.13	c number of reductions to clauses (during analyze)	: 0
3600.00/3585.13	c number of learned constraints concerned by reduction	: 0
3600.00/3585.13	c number of learning phase by resolution	: 0
3600.00/3585.13	c number of learning phase by cutting planes	: 0
3600.00/3585.13	c number of rounding to 1 operations	: 0
3600.00/3585.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3585.13	c number of reductions of the coefficients by power 2 	: 0
3600.00/3585.13	c number of right shift for reduction by power 2 	: 0
3600.00/3585.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3585.13	c number of ending skipping 	: 0
3600.00/3585.13	c number of internal skipping 	: 0
3600.00/3585.13	c number of derivation steps 	: 0
3600.00/3585.13	c number of skipped derivation steps 	: 0
3600.00/3585.13	c number of remaining unassigned 	: 0
3600.00/3585.13	c number of remaining assigned 	: 0
3600.00/3585.13	c number of falsified literals weakened from reason	: 0
3600.00/3585.13	c number of falsified literals weakened from conflict	: 0
3600.00/3585.13	c time for arithmetic operations	: 0
3600.00/3585.13	c minimum degree of deleted constraints	: null
3600.00/3585.13	c maximum degree of deleted constraints	: null
3600.00/3585.13	c number of deleted constraints	: 0
3600.00/3585.14	c speed (assignments/second)	: 875254.5544051847
3600.00/3585.14	c non guided choices	: 683
3600.00/3585.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 298403
3600.00/3585.20	s UNKNOWN
3600.00/3585.20	c Total wall clock time (in seconds): 3585.057

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: 63665 MiB (58796 MiB free)
  memory of node 1: 64507 MiB (62536 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494496-1751158550/watcher-4494496-1751158550 -o /tmp/evaluation-result-4494496-1751158550/solver-4494496-1751158550 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19472 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4494496-1751158550.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=20766, runsolver pid=20763

[startup+0.100062 s]*
/proc/loadavg: 4.11 4.08 3.96 6/338 20784
/proc/meminfo: memFree=124208312/131249996 swapFree=33010684/33010684
[pid=20766] ppid=20763 vsize=18930384 memory=57672 CPUtime=0.12 cores=1,3
/proc/20766/stat : 20766 (java) S 20763 20766 19460 0 -1 4194304 6552 0 0 0 11 1 0 0 20 0 18 0 31532826 19384713216 14418 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
/proc/20766/statm: 4732596 14418 5330 1 0 547604 0
[pid=20766/tid=20768] ppid=20763 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/20766/task/20768/stat : 20768 (java) R 20763 20766 19460 0 -1 4194368 5049 0 0 0 6 1 0 0 20 0 18 0 31532827 19384713216 14418 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20777] ppid=20763 vsize=18930384 memory=224227754321 CPUtime=0 cores=1,3
/proc/20766/task/20777/stat : 20777 (Finalizer) S 20763 20766 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31532829 19384713216 14418 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20784] ppid=20763 vsize=18930384 memory=58485492707711 CPUtime=0 cores=1,3
/proc/20766/task/20784/stat : 20784 (Common-Cleaner) S 20763 20766 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31532829 19384713216 14418 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57672 KiB

[startup+0.205876 s]*
/proc/loadavg: 4.11 4.08 3.96 7/338 20784
/proc/meminfo: memFree=124198608/131249996 swapFree=33010684/33010684
[pid=20766] ppid=20763 vsize=18930384 memory=69984 CPUtime=0.31 cores=1,3
/proc/20766/stat : 20766 (java) S 20763 20766 19460 0 -1 4194304 7022 0 0 0 29 2 0 0 20 0 18 0 31532826 19384713216 17496 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
/proc/20766/statm: 4732596 17496 5394 1 0 547887 0
[pid=20766/tid=20768] ppid=20763 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/20766/task/20768/stat : 20768 (java) R 20763 20766 19460 0 -1 4194368 5251 0 0 0 16 1 0 0 20 0 18 0 31532827 19384713216 17496 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20777] ppid=20763 vsize=18930384 memory=16195 CPUtime=0 cores=1,3
/proc/20766/task/20777/stat : 20777 (Finalizer) S 20763 20766 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31532829 19384713216 17496 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20784] ppid=20763 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/20766/task/20784/stat : 20784 (Common-Cleaner) S 20763 20766 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31532829 19384713216 17496 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 69984 KiB

[startup+0.305846 s]*
/proc/loadavg: 4.11 4.08 3.96 6/338 20784
/proc/meminfo: memFree=124158216/131249996 swapFree=33010684/33010684
[pid=20766] ppid=20763 vsize=18930384 memory=110820 CPUtime=0.51 cores=1,3
/proc/20766/stat : 20766 (java) S 20763 20766 19460 0 -1 4194304 8478 0 0 0 48 3 0 0 20 0 18 0 31532826 19384713216 27705 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
/proc/20766/statm: 4732596 27705 5394 1 0 548865 0
[pid=20766/tid=20768] ppid=20763 vsize=18930384 memory=-6000919494164442221 CPUtime=0.27 cores=1,3
/proc/20766/task/20768/stat : 20768 (java) R 20763 20766 19460 0 -1 4194368 5272 0 0 0 25 2 0 0 20 0 18 0 31532827 19384713216 27705 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20777] ppid=20763 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/20766/task/20777/stat : 20777 (Finalizer) S 20763 20766 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31532829 19384713216 27705 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20784] ppid=20763 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/20766/task/20784/stat : 20784 (Common-Cleaner) S 20763 20766 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31532829 19384713216 27705 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 110820 KiB

[startup+0.700241 s]
/proc/loadavg: 4.11 4.08 3.96 6/339 20785
/proc/meminfo: memFree=124108056/131249996 swapFree=33010684/33010684
[pid=20766] ppid=20763 vsize=18996948 memory=179528 CPUtime=1.24 cores=1,3
/proc/20766/stat : 20766 (java) S 20763 20766 19460 0 -1 4194304 10754 0 0 0 119 5 0 0 20 0 19 0 31532826 19452874752 44882 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
/proc/20766/statm: 4749237 44882 5458 1 0 550749 0
[pid=20766/tid=20768] ppid=20763 vsize=18996948 memory=17280 CPUtime=0.6 cores=1,3
/proc/20766/task/20768/stat : 20768 (java) R 20763 20766 19460 0 -1 4194368 5297 0 0 0 57 3 0 0 20 0 19 0 31532827 19452874752 44882 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20777] ppid=20763 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/20766/task/20777/stat : 20777 (Finalizer) S 20763 20766 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31532829 19452874752 44882 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20784] ppid=20763 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/20766/task/20784/stat : 20784 (Common-Cleaner) S 20763 20766 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31532829 19452874752 44882 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 179528 KiB

[startup+1.50025 s]
/proc/loadavg: 4.11 4.08 3.96 5/339 20785
/proc/meminfo: memFree=123972712/131249996 swapFree=33010684/33010684
[pid=20766] ppid=20763 vsize=18996948 memory=442616 CPUtime=2.37 cores=1,3
/proc/20766/stat : 20766 (java) S 20763 20766 19460 0 -1 4194304 13240 0 0 0 226 11 0 0 20 0 19 0 31532826 19452874752 110654 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
/proc/20766/statm: 4749237 110654 5458 1 0 1086342 0
[pid=20766/tid=20768] ppid=20763 vsize=18996948 memory=3328 CPUtime=1.23 cores=1,3
/proc/20766/task/20768/stat : 20768 (java) S 20763 20766 19460 0 -1 4194368 5397 0 0 0 116 7 0 0 20 0 19 0 31532827 19452874752 110654 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20777] ppid=20763 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/20766/task/20777/stat : 20777 (Finalizer) S 20763 20766 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31532829 19452874752 110654 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20784] ppid=20763 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/20766/task/20784/stat : 20784 (Common-Cleaner) S 20763 20766 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31532829 19452874752 110654 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 442616 KiB

[startup+3.10577 s]
/proc/loadavg: 4.11 4.08 3.96 5/340 20786
/proc/meminfo: memFree=123633468/131249996 swapFree=33010684/33010684
[pid=20766] ppid=20763 vsize=19063512 memory=630708 CPUtime=4.79 cores=1,3
/proc/20766/stat : 20766 (java) S 20763 20766 19460 0 -1 4194304 14792 0 0 0 463 16 0 0 20 0 20 0 31532826 19521036288 157677 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
/proc/20766/statm: 4765878 157677 5458 1 0 1755743 0
[pid=20766/tid=20768] ppid=20763 vsize=19063512 memory=10752 CPUtime=2.75 cores=1,3
/proc/20766/task/20768/stat : 20768 (java) R 20763 20766 19460 0 -1 4194368 5528 0 0 0 264 11 0 0 20 0 20 0 31532827 19521036288 157677 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20777] ppid=20763 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20766/task/20777/stat : 20777 (Finalizer) S 20763 20766 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 157677 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20784] ppid=20763 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/20766/task/20784/stat : 20784 (Common-Cleaner) S 20763 20766 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 157677 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20786] ppid=20763 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/20766/task/20786/stat : 20786 (Timer-0) S 20763 20766 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31533011 19521036288 157677 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
Current children cumulated CPU time: 4.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 630708 KiB

[startup+6.30023 s]
/proc/loadavg: 4.10 4.08 3.97 6/340 20786
/proc/meminfo: memFree=123592564/131249996 swapFree=33010684/33010684
[pid=20766] ppid=20763 vsize=19063512 memory=673532 CPUtime=8.53 cores=1,3
/proc/20766/stat : 20766 (java) S 20763 20766 19460 0 -1 4194304 15094 0 0 0 836 17 0 0 20 0 20 0 31532826 19521036288 168383 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
/proc/20766/statm: 4765878 168383 5458 1 0 1755776 0
[pid=20766/tid=20768] ppid=20763 vsize=19063512 memory=0 CPUtime=5.92 cores=1,3
/proc/20766/task/20768/stat : 20768 (java) R 20763 20766 19460 0 -1 4194368 5597 0 0 0 581 11 0 0 20 0 20 0 31532827 19521036288 168383 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20777] ppid=20763 vsize=19063512 memory=-7879749704144776324 CPUtime=0 cores=1,3
/proc/20766/task/20777/stat : 20777 (Finalizer) S 20763 20766 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 168383 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20784] ppid=20763 vsize=19063512 memory=-6000919494164442221 CPUtime=0 cores=1,3
/proc/20766/task/20784/stat : 20784 (Common-Cleaner) S 20763 20766 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 168383 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20786] ppid=20763 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20766/task/20786/stat : 20786 (Timer-0) S 20763 20766 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31533011 19521036288 168383 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
Current children cumulated CPU time: 8.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 673532 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.07 3.97 5/340 20786
/proc/meminfo: memFree=123502268/131249996 swapFree=33010684/33010684
[pid=20766] ppid=20763 vsize=19063512 memory=771964 CPUtime=14.95 cores=1,3
/proc/20766/stat : 20766 (java) S 20763 20766 19460 0 -1 4194304 17740 0 0 0 1476 19 0 0 20 0 20 0 31532826 19521036288 192991 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
/proc/20766/statm: 4765878 192991 5490 1 0 1755776 0
[pid=20766/tid=20768] ppid=20763 vsize=19063512 memory=0 CPUtime=12.31 cores=1,3
/proc/20766/task/20768/stat : 20768 (java) R 20763 20766 19460 0 -1 4194368 6505 0 0 0 1218 13 0 0 20 0 20 0 31532827 19521036288 192991 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20777] ppid=20763 vsize=19063512 memory=753404 CPUtime=0 cores=1,3
/proc/20766/task/20777/stat : 20777 (Finalizer) S 20763 20766 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 192991 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20784] ppid=20763 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20766/task/20784/stat : 20784 (Common-Cleaner) S 20763 20766 19460 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 192991 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20786] ppid=20763 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/20766/task/20786/stat : 20786 (Timer-0) S 20763 20766 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31533011 19521036288 192991 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
Current children cumulated CPU time: 14.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 771964 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.07 3.97 5/340 20786
/proc/meminfo: memFree=123395828/131249996 swapFree=33010684/33010684
[pid=20766] ppid=20763 vsize=19063512 memory=864400 CPUtime=27.82 cores=1,3
/proc/20766/stat : 20766 (java) S 20763 20766 19460 0 -1 4194304 21257 0 0 0 2759 23 0 0 20 0 20 0 31532826 19521036288 216100 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
/proc/20766/statm: 4765878 216100 5490 1 0 1755784 0
[pid=20766/tid=20768] ppid=20763 vsize=19063512 memory=-6000919494164442221 CPUtime=25.01 cores=1,3
/proc/20766/task/20768/stat : 20768 (java) R 20763 20766 19460 0 -1 4194368 7319 0 0 0 2488 13 0 0 20 0 20 0 31532827 19521036288 216100 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20777] ppid=20763 vsize=19063512 memory=3027 CPUtime=0 cores=1,3
/proc/20766/task/20777/stat : 20777 (Finalizer) S 20763 20766 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 216100 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20784] ppid=20763 vsize=19063512 memory=862344 CPUtime=0 cores=1,3
/proc/20766/task/20784/stat : 20784 (Common-Cleaner) S 20763 20766 19460 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 216100 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20786] ppid=20763 vsize=19063512 memory=862344 CPUtime=0 cores=1,3
/proc/20766/task/20786/stat : 20786 (Timer-0) S 20763 20766 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31533011 19521036288 216100 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
Current children cumulated CPU time: 27.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 864400 KiB

[startup+51.1058 s]
/proc/loadavg: 4.10 4.08 3.97 5/340 20786
/proc/meminfo: memFree=123240316/131249996 swapFree=33010684/33010684
[pid=20766] ppid=20763 vsize=19063512 memory=975324 CPUtime=53.55 cores=1,3
/proc/20766/stat : 20766 (java) S 20763 20766 19460 0 -1 4194304 27353 0 0 0 5328 27 0 0 20 0 20 0 31532826 19521036288 243831 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
/proc/20766/statm: 4765878 243831 5490 1 0 1755792 0
[pid=20766/tid=20768] ppid=20763 vsize=19063512 memory=975324 CPUtime=50.44 cores=1,3
/proc/20766/task/20768/stat : 20768 (java) R 20763 20766 19460 0 -1 4194368 8922 0 0 0 5031 13 0 0 20 0 20 0 31532827 19521036288 243831 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20777] ppid=20763 vsize=19063512 memory=-6000919494164442221 CPUtime=0 cores=1,3
/proc/20766/task/20777/stat : 20777 (Finalizer) S 20763 20766 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 243831 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20784] ppid=20763 vsize=19063512 memory=975324 CPUtime=0 cores=1,3
/proc/20766/task/20784/stat : 20784 (Common-Cleaner) S 20763 20766 19460 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 243831 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20786] ppid=20763 vsize=19063512 memory=862344 CPUtime=0 cores=1,3
/proc/20766/task/20786/stat : 20786 (Timer-0) S 20763 20766 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31533011 19521036288 243831 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
Current children cumulated CPU time: 53.55 s

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

/proc/20766/task/20777/stat : 20777 (Finalizer) S 20763 20766 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 2017735 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20784] ppid=20763 vsize=19063512 memory=8070940 CPUtime=0 cores=1,3
/proc/20766/task/20784/stat : 20784 (Common-Cleaner) S 20763 20766 19460 0 -1 4194368 2358 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 2017735 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20786] ppid=20763 vsize=19063512 memory=8070940 CPUtime=0 cores=1,3
/proc/20766/task/20786/stat : 20786 (Timer-0) S 20763 20766 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31533011 19521036288 2017735 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
Current children cumulated CPU time: 3236.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8070940 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.13 5/340 21352
/proc/meminfo: memFree=119856212/131249996 swapFree=33010684/33010684
[pid=20766] ppid=20763 vsize=19063512 memory=8070940 CPUtime=3296.29 cores=1,3
/proc/20766/stat : 20766 (java) S 20763 20766 19460 0 -1 4194304 215029 0 0 0 329359 270 0 0 20 0 20 0 31532826 19521036288 2017735 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
/proc/20766/statm: 4765878 2017735 5490 1 0 2442318 0
[pid=20766/tid=20768] ppid=20763 vsize=19063512 memory=17280 CPUtime=3256.95 cores=1,3
/proc/20766/task/20768/stat : 20768 (java) R 20763 20766 19460 0 -1 4194368 99816 0 0 0 325649 46 0 0 20 0 20 0 31532827 19521036288 2017735 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20777] ppid=20763 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/20766/task/20777/stat : 20777 (Finalizer) S 20763 20766 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 2017735 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20784] ppid=20763 vsize=19063512 memory=8070940 CPUtime=0 cores=1,3
/proc/20766/task/20784/stat : 20784 (Common-Cleaner) S 20763 20766 19460 0 -1 4194368 2381 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 2017735 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20786] ppid=20763 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/20766/task/20786/stat : 20786 (Timer-0) S 20763 20766 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31533011 19521036288 2017735 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
Current children cumulated CPU time: 3296.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8070940 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.10 4.12 5/341 21360
/proc/meminfo: memFree=119794212/131249996 swapFree=33010684/33010684
[pid=20766] ppid=20763 vsize=19063512 memory=8079172 CPUtime=3356.52 cores=1,3
/proc/20766/stat : 20766 (java) S 20763 20766 19460 0 -1 4194304 216807 0 0 0 335380 272 0 0 20 0 20 0 31532826 19521036288 2019793 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
/proc/20766/statm: 4765878 2019793 5490 1 0 2442318 0
[pid=20766/tid=20768] ppid=20763 vsize=19063512 memory=8070940 CPUtime=3316.43 cores=1,3
/proc/20766/task/20768/stat : 20768 (java) R 20763 20766 19460 0 -1 4194368 100506 0 0 0 331597 46 0 0 20 0 20 0 31532827 19521036288 2019793 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20777] ppid=20763 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/20766/task/20777/stat : 20777 (Finalizer) S 20763 20766 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 2019793 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20784] ppid=20763 vsize=19063512 memory=8079172 CPUtime=0 cores=1,3
/proc/20766/task/20784/stat : 20784 (Common-Cleaner) S 20763 20766 19460 0 -1 4194368 2404 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 2019793 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20786] ppid=20763 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/20766/task/20786/stat : 20786 (Timer-0) S 20763 20766 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31533011 19521036288 2019793 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
Current children cumulated CPU time: 3356.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8079172 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.10 4.12 5/341 21364
/proc/meminfo: memFree=119568400/131249996 swapFree=33010684/33010684
[pid=20766] ppid=20763 vsize=19063512 memory=8081220 CPUtime=3416.74 cores=1,3
/proc/20766/stat : 20766 (java) S 20763 20766 19460 0 -1 4194304 219156 0 0 0 341400 274 0 0 20 0 20 0 31532826 19521036288 2020305 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
/proc/20766/statm: 4765878 2020305 5490 1 0 2442318 0
[pid=20766/tid=20768] ppid=20763 vsize=19063512 memory=8079172 CPUtime=3375.92 cores=1,3
/proc/20766/task/20768/stat : 20768 (java) R 20763 20766 19460 0 -1 4194368 102443 0 0 0 337546 46 0 0 20 0 20 0 31532827 19521036288 2020305 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20777] ppid=20763 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/20766/task/20777/stat : 20777 (Finalizer) S 20763 20766 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 2020305 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20784] ppid=20763 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/20766/task/20784/stat : 20784 (Common-Cleaner) S 20763 20766 19460 0 -1 4194368 2404 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 2020305 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20786] ppid=20763 vsize=19063512 memory=8081220 CPUtime=0 cores=1,3
/proc/20766/task/20786/stat : 20786 (Timer-0) S 20763 20766 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31533011 19521036288 2020305 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
Current children cumulated CPU time: 3416.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8081220 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.11 4.12 5/341 21366
/proc/meminfo: memFree=119461800/131249996 swapFree=33010684/33010684
[pid=20766] ppid=20763 vsize=19063512 memory=8081220 CPUtime=3477 cores=1,3
/proc/20766/stat : 20766 (java) S 20763 20766 19460 0 -1 4194304 223562 0 0 0 347424 276 0 0 20 0 20 0 31532826 19521036288 2020305 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
/proc/20766/statm: 4765878 2020305 5490 1 0 2442318 0
[pid=20766/tid=20768] ppid=20763 vsize=19063512 memory=3328 CPUtime=3435.38 cores=1,3
/proc/20766/task/20768/stat : 20768 (java) R 20763 20766 19460 0 -1 4194368 105304 0 0 0 343492 46 0 0 20 0 20 0 31532827 19521036288 2020305 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20777] ppid=20763 vsize=19063512 memory=8081220 CPUtime=0 cores=1,3
/proc/20766/task/20777/stat : 20777 (Finalizer) S 20763 20766 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 2020305 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20784] ppid=20763 vsize=19063512 memory=8081220 CPUtime=0 cores=1,3
/proc/20766/task/20784/stat : 20784 (Common-Cleaner) S 20763 20766 19460 0 -1 4194368 2416 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 2020305 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20786] ppid=20763 vsize=19063512 memory=-6000919494164442221 CPUtime=0 cores=1,3
/proc/20766/task/20786/stat : 20786 (Timer-0) S 20763 20766 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31533011 19521036288 2020305 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
Current children cumulated CPU time: 3477 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8081220 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.13 4.12 5/341 21368
/proc/meminfo: memFree=119462316/131249996 swapFree=33010684/33010684
[pid=20766] ppid=20763 vsize=19063512 memory=8083284 CPUtime=3537.11 cores=1,3
/proc/20766/stat : 20766 (java) S 20763 20766 19460 0 -1 4194304 225946 0 0 0 353433 278 0 0 20 0 20 0 31532826 19521036288 2020821 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
/proc/20766/statm: 4765878 2020821 5490 1 0 2442318 0
[pid=20766/tid=20768] ppid=20763 vsize=19063512 memory=8081220 CPUtime=3495.01 cores=1,3
/proc/20766/task/20768/stat : 20768 (java) R 20763 20766 19460 0 -1 4194368 106673 0 0 0 349454 47 0 0 20 0 20 0 31532827 19521036288 2020821 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20777] ppid=20763 vsize=19063512 memory=8081220 CPUtime=0 cores=1,3
/proc/20766/task/20777/stat : 20777 (Finalizer) S 20763 20766 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 2020821 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20784] ppid=20763 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/20766/task/20784/stat : 20784 (Common-Cleaner) S 20763 20766 19460 0 -1 4194368 2448 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 2020821 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20786] ppid=20763 vsize=19063512 memory=-6000919494164442221 CPUtime=0 cores=1,3
/proc/20766/task/20786/stat : 20786 (Timer-0) S 20763 20766 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31533011 19521036288 2020821 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
Current children cumulated CPU time: 3537.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8083284 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.12 4.12 5/341 21371
/proc/meminfo: memFree=119301744/131249996 swapFree=33010684/33010684
[pid=20766] ppid=20763 vsize=19063512 memory=8083284 CPUtime=3597.2 cores=1,3
/proc/20766/stat : 20766 (java) S 20763 20766 19460 0 -1 4194304 229304 0 0 0 359440 280 0 0 20 0 20 0 31532826 19521036288 2020821 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
/proc/20766/statm: 4765878 2020821 5490 1 0 2442318 0
[pid=20766/tid=20768] ppid=20763 vsize=19063512 memory=14824 CPUtime=3554.64 cores=1,3
/proc/20766/task/20768/stat : 20768 (java) R 20763 20766 19460 0 -1 4194368 109866 0 0 0 355416 48 0 0 20 0 20 0 31532827 19521036288 2020821 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20777] ppid=20763 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/20766/task/20777/stat : 20777 (Finalizer) S 20763 20766 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 2020821 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20784] ppid=20763 vsize=19063512 memory=8083284 CPUtime=0 cores=1,3
/proc/20766/task/20784/stat : 20784 (Common-Cleaner) S 20763 20766 19460 0 -1 4194368 2448 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 2020821 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20786] ppid=20763 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/20766/task/20786/stat : 20786 (Timer-0) S 20763 20766 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31533011 19521036288 2020821 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
Current children cumulated CPU time: 3597.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8083284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.11 s]
/proc/loadavg: 4.14 4.12 4.12 5/341 21371
/proc/meminfo: memFree=119301744/131249996 swapFree=33010684/33010684
[pid=20766] ppid=20763 vsize=19063512 memory=8083284 CPUtime=3600 cores=1,3
/proc/20766/stat : 20766 (java) S 20763 20766 19460 0 -1 4194304 229445 0 0 0 359720 280 0 0 20 0 20 0 31532826 19521036288 2020821 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
/proc/20766/statm: 4765878 2020821 5490 1 0 2442318 0
[pid=20766/tid=20768] ppid=20763 vsize=19063512 memory=8083284 CPUtime=3557.44 cores=1,3
/proc/20766/task/20768/stat : 20768 (java) R 20763 20766 19460 0 -1 4194368 110005 0 0 0 355696 48 0 0 20 0 20 0 31532827 19521036288 2020821 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20777] ppid=20763 vsize=19063512 memory=8083284 CPUtime=0 cores=1,3
/proc/20766/task/20777/stat : 20777 (Finalizer) S 20763 20766 19460 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 2020821 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20784] ppid=20763 vsize=19063512 memory=8083284 CPUtime=0 cores=1,3
/proc/20766/task/20784/stat : 20784 (Common-Cleaner) S 20763 20766 19460 0 -1 4194368 2448 0 0 0 0 0 0 0 20 0 20 0 31532829 19521036288 2020821 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
[pid=20766/tid=20786] ppid=20763 vsize=19063512 memory=-4050210904893342867 CPUtime=0 cores=1,3
/proc/20766/task/20786/stat : 20786 (Timer-0) S 20763 20766 19460 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31533011 19521036288 2020821 18446744073709551615 94637175029760 94637175033456 140733377957136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94637175041272 94637175042064 94637206847488 140733377960321 140733377960422 140733377960422 140733377966024 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8083284 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.33 s, system=2.83341 s

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

[startup+3585.21 s]*
/proc/loadavg: 4.14 4.12 4.12 5/323 21374
/proc/meminfo: memFree=119783024/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3585.23
CPU time (s): 3600.17
CPU user time (s): 3597.33
CPU system time (s): 2.83341
CPU usage (%): 100.417
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 8083284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.33
system time used= 2.83341
maximum resident set size= 8084180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231945
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113142
involuntary context switches= 7703


# summary of solver processes directly reported to runsolver:
#   pid: 20766
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.33
#   total CPU system time (s): 2.83341

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.71845 second user time and 17.6453 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 02:55:51
IDJOB=4494496
IDBENCH=147892
IDSOLVER=3363
FILE ID=nodeC017/4494496-1751158550
RUNJOBID= nodeC017-1751157346-19472
SLURM_JOB_ID= 9587483
Free space on /tmp= 432992 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k5_l4_n750.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494496-1751158550/watcher-4494496-1751158550 -o /tmp/evaluation-result-4494496-1751158550/solver-4494496-1751158550 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751157346-19472 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4494496-1751158550.opb

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

MD5SUM BENCH= d1359993160bf2f1506844981afa3acf
RANDOM SEED=953311149

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        124245200 kB
MemAvailable:   123964012 kB
Buffers:            3280 kB
Cached:           529408 kB
SwapCached:            0 kB
Active:          6195380 kB
Inactive:         275860 kB
Active(anon):    5956632 kB
Inactive(anon):        0 kB
Active(file):     238748 kB
Inactive(file):   275860 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20368 kB
Writeback:            12 kB
AnonPages:       5941988 kB
Mapped:           122388 kB
Shmem:             18080 kB
KReclaimable:      86488 kB
Slab:             170408 kB
SReclaimable:      86488 kB
SUnreclaim:        83920 kB
KernelStack:        5184 kB
PageTables:        15256 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7636028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5675008 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC017 at 2025-06-29 03:55:36