Trace number 4498190

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06SAT (TO)-99 3600.39 3552.72

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_500_10_5.opb
MD5SUMe9a19f56dba3ae879c44487d66007b9a
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-131
Best CPU time to get the best result obtained on this benchmark3600.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint10
Maximum length of a constraint21
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6270
Sum of products size (including duplicates)12540
Number of different products3135
Sum of products size6270

Quality of the solution as a function of time


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

Solver Data

0.14/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.12	c See www.sat4j.org for details.
0.14/0.13	c version PB25.v20250606
0.14/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.16	c java.vm.version	22.0.1+8-16
0.14/0.16	c java.vm.vendor	Oracle Corporation
0.14/0.16	c sun.arch.data.model	64
0.14/0.16	c java.version		22.0.1
0.14/0.16	c os.name		Linux
0.14/0.16	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.14/0.16	c os.arch		amd64
0.14/0.17	c Free memory 		2106806208
0.14/0.17	c Max memory 		16282288128
0.14/0.17	c Total memory 		2113929216
0.14/0.18	c Number of processors 	2
0.30/0.28	c Pseudo Boolean Optimization by upper bound
0.30/0.28	c --- Begin Solver configuration ---
0.30/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.30/0.28	c Learn all clauses as in MiniSAT
0.30/0.28	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.28	c Expensive reason simplification
0.30/0.28	c Glucose 2.1 dynamic restart strategy
0.30/0.28	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.30/0.28	c timeout=2147483s
0.30/0.28	c DB Simplification allowed=false
0.30/0.28	c Listener: none
0.30/0.28	c --- End Solver configuration ---
0.30/0.29	c solving HOME/instance-4498190-1751273594.opb
0.30/0.29	c reading problem ... 
0.30/0.29	c  objective function found
0.82/0.56	c ... done. Wall clock time 0.265s.
0.82/0.56	c declared #vars     500
0.82/0.56	c internal #vars     3635
0.82/0.56	c #constraints  7270
0.82/0.56	c constraints type 
0.82/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3135
0.82/0.56	c org.sat4j.specs.Constr$1 => 558
0.82/0.56	c org.sat4j.pb.constraints.pb.UnitClausesPB => 402
0.82/0.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3135
0.82/0.56	c org.sat4j.pb.constraints.pb.UnitClausePB => 40
0.82/0.56	c 7270 constraints processed.
0.82/0.58	c objective function length is 500 literals
0.82/0.61	c SATISFIABLE
0.82/0.61	c OPTIMIZING...
0.82/0.61	c Got one! Elapsed wall clock time (in seconds):0.323
0.82/0.61	o -94
1.00/0.62	c Got one! Elapsed wall clock time (in seconds):0.337
1.00/0.62	o -95
1.00/0.66	c Got one! Elapsed wall clock time (in seconds):0.37
1.00/0.66	o -96
1.16/0.70	c Got one! Elapsed wall clock time (in seconds):0.416
1.16/0.70	o -97
2.89/1.65	c cleaning 2556 clauses out of 5111 with flag 10704/5111
3.82/2.46	c cleaning 4278 clauses out of 8555 with flag 23498/11111
5.12/3.42	c cleaning 5638 clauses out of 11278 with flag 38417/18112
6.11/4.39	c cleaning 6819 clauses out of 13640 with flag 55367/26112
7.81/5.96	c cleaning 7908 clauses out of 15820 with flag 74396/35111
8.94/7.01	c Got one! Elapsed wall clock time (in seconds):6.728
8.94/7.01	o -98
9.13/7.20	c cleaning 6718 clauses out of 13443 with flag 2342/40642
10.22/8.23	c cleaning 6363 clauses out of 12725 with flag 16606/46642
11.34/9.04	c cleaning 6682 clauses out of 13363 with flag 32879/53643
12.71/10.33	c cleaning 7337 clauses out of 14680 with flag 49944/61642
13.91/11.58	c cleaning 8167 clauses out of 16343 with flag 69141/70642
15.50/13.11	c cleaning 9085 clauses out of 18176 with flag 90429/80642
17.90/15.34	c cleaning 10045 clauses out of 20091 with flag 113881/91642
20.19/17.67	c cleaning 11020 clauses out of 22047 with flag 139395/103643
22.57/19.95	c cleaning 12012 clauses out of 24026 with flag 166913/116642
25.13/22.28	c cleaning 13002 clauses out of 26014 with flag 196704/130642
28.48/25.33	c cleaning 14007 clauses out of 28014 with flag 228697/145644
30.94/27.67	c cleaning 15000 clauses out of 30005 with flag 262651/161642
34.27/30.80	c cleaning 16000 clauses out of 32005 with flag 298800/178642
37.86/34.48	c cleaning 17001 clauses out of 34005 with flag 337284/196642
40.84/37.31	c cleaning 17998 clauses out of 36005 with flag 377844/215643
44.13/40.56	c cleaning 18996 clauses out of 38006 with flag 420523/235642
48.00/44.33	c Got one! Elapsed wall clock time (in seconds):44.044
48.00/44.33	o -99
49.10/45.43	c cleaning 19989 clauses out of 39983 with flag 11288/256615
50.33/46.43	c cleaning 12997 clauses out of 25996 with flag 24703/262617
51.13/47.24	c cleaning 9995 clauses out of 19998 with flag 40119/269616
51.83/47.95	c cleaning 9001 clauses out of 18003 with flag 56999/277616
52.80/48.82	c cleaning 8997 clauses out of 18002 with flag 76214/286616
54.11/50.15	c cleaning 9503 clauses out of 19005 with flag 98760/296616
55.48/51.45	c cleaning 10244 clauses out of 20501 with flag 123338/307615
56.97/52.92	c cleaning 11122 clauses out of 22257 with flag 148715/319615
59.01/54.82	c cleaning 12062 clauses out of 24135 with flag 176217/332615
61.21/57.07	c cleaning 13033 clauses out of 26073 with flag 205894/346615
63.70/59.47	c cleaning 14019 clauses out of 28040 with flag 237745/361615
67.03/62.68	c cleaning 15007 clauses out of 30021 with flag 271724/377615
70.03/65.65	c cleaning 16004 clauses out of 32014 with flag 307585/394615
74.93/70.41	c cleaning 17006 clauses out of 34011 with flag 345926/412616
79.56/74.93	c cleaning 17999 clauses out of 36006 with flag 386397/431617
84.21/78.66	c cleaning 19002 clauses out of 38005 with flag 428925/451615
88.94/83.28	c cleaning 19998 clauses out of 40004 with flag 473447/472616
95.02/89.37	c cleaning 21001 clauses out of 42005 with flag 520012/494615
101.52/95.71	c cleaning 21999 clauses out of 44005 with flag 568562/517616
108.54/102.70	c cleaning 23000 clauses out of 46005 with flag 619713/541615
115.99/110.09	c cleaning 24003 clauses out of 48006 with flag 673105/566616
123.54/117.31	c cleaning 24997 clauses out of 50002 with flag 728702/592615
131.11/124.76	c cleaning 26000 clauses out of 52005 with flag 786102/619615
138.97/132.46	c cleaning 27003 clauses out of 54005 with flag 845671/647615
146.60/139.97	c cleaning 27997 clauses out of 56004 with flag 907536/676617
155.93/149.19	c cleaning 29000 clauses out of 58005 with flag 971417/706615
164.52/157.61	c cleaning 30001 clauses out of 60005 with flag 1037740/737615
175.28/167.32	c cleaning 30997 clauses out of 62004 with flag 1106137/769615
188.09/179.76	c cleaning 32003 clauses out of 64007 with flag 1176395/802615
198.45/189.95	c cleaning 32999 clauses out of 66005 with flag 1248771/836616
208.37/199.79	c cleaning 33997 clauses out of 68007 with flag 1323627/871617
221.21/212.24	c cleaning 35004 clauses out of 70008 with flag 1400855/907615
236.16/227.04	c cleaning 36000 clauses out of 72005 with flag 1479726/944616
249.98/240.57	c cleaning 36999 clauses out of 74005 with flag 1560830/982616
266.87/256.37	c cleaning 37996 clauses out of 76006 with flag 1644189/1021616
283.09/272.41	c cleaning 39005 clauses out of 78009 with flag 1729527/1061615
299.07/288.17	c cleaning 39998 clauses out of 80006 with flag 1816565/1102617
313.46/302.20	c cleaning 40998 clauses out of 82006 with flag 1906081/1144615
329.59/318.29	c cleaning 41999 clauses out of 84009 with flag 1997470/1187616
348.65/337.09	c cleaning 43002 clauses out of 86009 with flag 2090661/1231615
371.82/359.92	c cleaning 44001 clauses out of 88007 with flag 2185024/1276615
394.64/382.46	c cleaning 44999 clauses out of 90006 with flag 2281946/1322615
418.21/405.72	c cleaning 46004 clauses out of 92008 with flag 2381730/1369616
436.43/423.63	c cleaning 46999 clauses out of 94003 with flag 2484055/1417615
460.23/445.48	c cleaning 47998 clauses out of 96004 with flag 2588134/1466615
484.94/470.06	c cleaning 48993 clauses out of 98006 with flag 2694211/1516615
508.41/493.29	c cleaning 49997 clauses out of 100014 with flag 2802812/1567616
533.03/517.47	c cleaning 50999 clauses out of 102016 with flag 2914108/1619615
554.94/538.90	c cleaning 52005 clauses out of 104018 with flag 3027011/1672616
581.07/564.65	c cleaning 53007 clauses out of 106014 with flag 3141914/1726617
602.07/585.22	c cleaning 53995 clauses out of 108005 with flag 3258618/1781615
626.43/609.40	c cleaning 55003 clauses out of 110010 with flag 3377758/1837615
650.02/632.78	c cleaning 56003 clauses out of 112008 with flag 3499086/1894616
680.38/662.80	c cleaning 56995 clauses out of 114005 with flag 3621846/1952616
711.72/693.82	c cleaning 58004 clauses out of 116010 with flag 3747214/2011616
739.32/721.14	c cleaning 59003 clauses out of 118005 with flag 3875755/2071615
770.47/750.22	c cleaning 59994 clauses out of 120003 with flag 4005416/2132616
796.04/775.45	c cleaning 60999 clauses out of 122008 with flag 4136439/2194615
821.73/800.77	c cleaning 62002 clauses out of 124011 with flag 4270507/2257617
854.13/832.75	c cleaning 63003 clauses out of 126008 with flag 4406484/2321616
882.39/860.80	c cleaning 63998 clauses out of 128004 with flag 4544524/2386615
911.95/889.92	c cleaning 65003 clauses out of 130007 with flag 4685464/2452616
944.57/922.20	c cleaning 65994 clauses out of 132003 with flag 4827096/2519615
982.08/959.39	c cleaning 66999 clauses out of 134009 with flag 4970532/2587615
1019.13/996.11	c cleaning 68001 clauses out of 136010 with flag 5115826/2656615
1051.42/1028.05	c cleaning 68999 clauses out of 138009 with flag 5263700/2726615
1090.07/1066.38	c cleaning 70002 clauses out of 140012 with flag 5413581/2797617
1135.88/1111.89	c cleaning 71002 clauses out of 142008 with flag 5565401/2869615
1184.06/1157.77	c cleaning 72000 clauses out of 144006 with flag 5719989/2942615
1238.32/1211.51	c cleaning 72995 clauses out of 146006 with flag 5877199/3016615
1286.81/1259.81	c cleaning 74001 clauses out of 148013 with flag 6035412/3091617
1348.23/1320.94	c cleaning 74992 clauses out of 150010 with flag 6195582/3167615
1410.72/1382.96	c cleaning 76001 clauses out of 152018 with flag 6357825/3244615
1466.14/1437.84	c cleaning 77001 clauses out of 154017 with flag 6522883/3322615
1519.06/1490.39	c cleaning 78002 clauses out of 156016 with flag 6689232/3401615
1571.85/1542.94	c cleaning 79005 clauses out of 158014 with flag 6857655/3481615
1631.71/1602.36	c cleaning 80002 clauses out of 160009 with flag 7029316/3562615
1699.41/1669.74	c cleaning 81005 clauses out of 162010 with flag 7202856/3644618
1759.22/1729.02	c cleaning 81996 clauses out of 164002 with flag 7378371/3727615
1822.17/1791.67	c cleaning 82997 clauses out of 166007 with flag 7555557/3811616
1882.39/1851.34	c cleaning 84000 clauses out of 168010 with flag 7735422/3896616
1944.38/1910.66	c cleaning 85000 clauses out of 170009 with flag 7917559/3982615
2002.12/1968.02	c cleaning 86002 clauses out of 172009 with flag 8102931/4069615
2050.02/2015.39	c cleaning 86996 clauses out of 174007 with flag 8287907/4157615
2103.20/2068.29	c cleaning 88006 clauses out of 176012 with flag 8475428/4246616
2162.35/2126.68	c cleaning 88998 clauses out of 178006 with flag 8665821/4336616
2220.67/2184.67	c cleaning 89998 clauses out of 180007 with flag 8858206/4427615
2290.13/2253.64	c cleaning 91000 clauses out of 182010 with flag 9052818/4519616
2353.20/2316.16	c cleaning 92003 clauses out of 184009 with flag 9249585/4612615
2423.24/2385.90	c cleaning 92996 clauses out of 186006 with flag 9447542/4706615
2490.40/2452.50	c cleaning 94005 clauses out of 188012 with flag 9648360/4801617
2551.40/2512.97	c cleaning 94994 clauses out of 190006 with flag 9851833/4897616
2620.67/2582.01	c cleaning 96003 clauses out of 192012 with flag 10057291/4994616
2689.74/2650.48	c cleaning 96999 clauses out of 194009 with flag 10264288/5092616
2759.18/2719.26	c cleaning 97997 clauses out of 196010 with flag 10473755/5191616
2824.42/2784.21	c cleaning 98999 clauses out of 198014 with flag 10685584/5291617
2892.24/2848.71	c cleaning 100003 clauses out of 200013 with flag 10899557/5392615
2956.44/2912.64	c cleaning 100999 clauses out of 202010 with flag 11115704/5494615
3029.66/2985.62	c cleaning 102002 clauses out of 204012 with flag 11333645/5597616
3114.57/3069.76	c cleaning 103001 clauses out of 206009 with flag 11554320/5701615
3192.80/3147.59	c cleaning 103997 clauses out of 208008 with flag 11777472/5806615
3283.46/3237.13	c cleaning 104994 clauses out of 210011 with flag 12002346/5912615
3370.86/3324.19	c cleaning 106003 clauses out of 212017 with flag 12229430/6019615
3456.35/3409.53	c cleaning 107007 clauses out of 214016 with flag 12459030/6127617
3533.03/3485.76	c cleaning 107995 clauses out of 216007 with flag 12689172/6236615
3600.04/3552.53	c starts		: 7
3600.04/3552.54	c conflicts		: 6332281
3600.04/3552.54	c decisions		: 6958549
3600.04/3552.54	c propagations		: 47781815
3600.04/3552.54	c inspects		: 9471312373
3600.04/3552.54	c shortcuts		: 0
3600.04/3552.54	c learnt literals	: 0
3600.04/3552.54	c learnt binary clauses	: 0
3600.04/3552.54	c learnt ternary clauses	: 0
3600.04/3552.54	c learnt constraints	: 6332281
3600.04/3552.55	c ignored constraints	: 0
3600.04/3552.55	c root simplifications	: 0
3600.04/3552.55	c removed literals (reason simplification)	: 103831640
3600.04/3552.55	c reason swapping (by a shorter reason)	: 0
3600.04/3552.55	c Calls to reduceDB	: 126
3600.04/3552.55	c Number of update (reduction) of LBD	: 60977
3600.04/3552.55	c Imported unit clauses	: 0
3600.04/3552.55	c No decision after first conflict	: false
3600.04/3552.55	c number of reductions to clauses (during analyze)	: 0
3600.04/3552.55	c number of learned constraints concerned by reduction	: 0
3600.04/3552.55	c number of learning phase by resolution	: 0
3600.04/3552.56	c number of learning phase by cutting planes	: 0
3600.04/3552.56	c number of rounding to 1 operations	: 0
3600.04/3552.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3552.56	c number of reductions of the coefficients by power 2 	: 0
3600.04/3552.56	c number of right shift for reduction by power 2 	: 0
3600.04/3552.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3552.56	c number of ending skipping 	: 0
3600.04/3552.56	c number of internal skipping 	: 0
3600.04/3552.56	c number of derivation steps 	: 0
3600.04/3552.56	c number of skipped derivation steps 	: 0
3600.04/3552.56	c number of remaining unassigned 	: 0
3600.04/3552.56	c number of remaining assigned 	: 0
3600.04/3552.56	c number of falsified literals weakened from reason	: 0
3600.04/3552.56	c number of falsified literals weakened from conflict	: 0
3600.04/3552.56	c time for arithmetic operations	: 0
3600.04/3552.56	c minimum degree of deleted constraints	: null
3600.04/3552.56	c maximum degree of deleted constraints	: null
3600.04/3552.56	c number of deleted constraints	: 0
3600.04/3552.57	c speed (assignments/second)	: 13452.21632189047
3600.04/3552.57	c non guided choices	: 0
3600.24/3552.63	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 203678
3600.24/3552.63	s SATISFIABLE
3600.24/3552.63	c Found 6 solution(s)
3600.24/3552.64	v x1 x2 -x3 x4 -x5 x6 -x7 x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 x16 x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 x32 x33 -x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 x64 x65 -x66 x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 x128 x129 x130 x131 x132 -x133 -x134 -x135 x136 x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 x156 x157 x158 x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 x198 -x199 -x200 -x201 -x202 x203 -x204 -x205 -x206 -x207 -x208 -x209 x210 x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 x246 -x247 -x248 -x249 -x250 -x251 x252 -x253 -x254 -x255 x256 -x257 x258 x259 x260 x261 -x262 x263 -x264 -x265 -x266 x267 x268 -x269 x270 x271 x272 -x273 -x274 x275 -x276 -x277 x278 -x279 x280 -x281 x282 -x283 x284 -x285 -x286 -x287 -x288 x289 -x290 x291 x292 -x293 -x294 x295 x296 -x297 x298 -x299 -x300 -x301 -x302 -x303 -x304 x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 x324 -x325 x326 -x327 -x328 -x329 x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 x342 -x343 -x344 x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 -x358 -x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 x396 -x397 x398 -x399 -x400 -x401 -x402 -x403 x404 -x405 -x406 x407 -x408 -x409 -x410 -x411 -x412 x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 x449 x450 -x451 -x452 -x453 -x454 -x455 x456 -x457 -x458 -x459 -x460 x461 -x462 -x463 -x464 -x465 -x466 x467 -x468 -x469 x470 -x471 -x472 -x473 -x474 -x475 -x476 x477 -x478 -x479 -x480 x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 x496 -x497 -x498 -x499 -x500 
3600.24/3552.65	c objective function=-99
3600.24/3552.65	c Total wall clock time (in seconds): 3552.361

Verifier Data

OK	-99

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: 63794 MiB (55806 MiB free)
  memory of node 1: 64507 MiB (59928 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498190-1751273594/watcher-4498190-1751273594 -o /tmp/evaluation-result-4498190-1751273594/solver-4498190-1751273594 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751270048-35796 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4498190-1751273594.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=36215, runsolver pid=36212

[startup+0.100076 s]*
/proc/loadavg: 4.11 4.14 4.20 5/323 36233
/proc/meminfo: memFree=118497788/131382112 swapFree=33010684/33010684
[pid=36215] ppid=36212 vsize=18930384 memory=49208 CPUtime=0.14 cores=1,3
/proc/36215/stat : 36215 (java) S 36212 36215 35496 0 -1 4194304 5999 0 0 0 12 2 0 0 20 0 18 0 43039080 19384713216 12302 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
/proc/36215/statm: 4732596 12302 5321 1 0 547169 0
[pid=36215/tid=36217] ppid=36212 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/36215/task/36217/stat : 36217 (java) R 36212 36215 35496 0 -1 4194368 4853 0 0 0 7 1 0 0 20 0 18 0 43039081 19384713216 12302 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36226] ppid=36212 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/36215/task/36226/stat : 36226 (Finalizer) S 36212 36215 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43039084 19384713216 12302 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36233] ppid=36212 vsize=18930384 memory=57394571004297 CPUtime=0 cores=1,3
/proc/36215/task/36233/stat : 36233 (Common-Cleaner) S 36212 36215 35496 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 43039084 19384713216 12302 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49208 KiB

[startup+0.214113 s]*
/proc/loadavg: 4.11 4.14 4.20 5/323 36233
/proc/meminfo: memFree=118481468/131382112 swapFree=33010684/33010684
[pid=36215] ppid=36212 vsize=18930384 memory=57888 CPUtime=0.3 cores=1,3
/proc/36215/stat : 36215 (java) S 36212 36215 35496 0 -1 4194304 6608 0 0 0 27 3 0 0 20 0 18 0 43039080 19384713216 14472 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
/proc/36215/statm: 4732596 14472 5321 1 0 547655 0
[pid=36215/tid=36217] ppid=36212 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=1,3
/proc/36215/task/36217/stat : 36217 (java) R 36212 36215 35496 0 -1 4194368 5099 0 0 0 17 1 0 0 20 0 18 0 43039081 19384713216 14472 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36226] ppid=36212 vsize=18930384 memory=1707 CPUtime=0 cores=1,3
/proc/36215/task/36226/stat : 36226 (Finalizer) S 36212 36215 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43039084 19384713216 14472 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36233] ppid=36212 vsize=18930384 memory=56295059358712 CPUtime=0 cores=1,3
/proc/36215/task/36233/stat : 36233 (Common-Cleaner) S 36212 36215 35496 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 43039084 19384713216 14472 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57888 KiB

[startup+0.314153 s]*
/proc/loadavg: 4.11 4.14 4.20 7/323 36233
/proc/meminfo: memFree=118479704/131382112 swapFree=33010684/33010684
[pid=36215] ppid=36212 vsize=18930384 memory=59296 CPUtime=0.47 cores=1,3
/proc/36215/stat : 36215 (java) S 36212 36215 35496 0 -1 4194304 6874 0 0 0 44 3 0 0 20 0 18 0 43039080 19384713216 14824 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
/proc/36215/statm: 4732596 14824 5449 1 0 547827 0
[pid=36215/tid=36217] ppid=36212 vsize=18930384 memory=-6000919498543621740 CPUtime=0.26 cores=1,3
/proc/36215/task/36217/stat : 36217 (java) R 36212 36215 35496 0 -1 4194368 5246 0 0 0 25 1 0 0 20 0 18 0 43039081 19384713216 14824 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36226] ppid=36212 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/36215/task/36226/stat : 36226 (Finalizer) S 36212 36215 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43039084 19384713216 14824 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36233] ppid=36212 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/36215/task/36233/stat : 36233 (Common-Cleaner) S 36212 36215 35496 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 43039084 19384713216 14824 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59296 KiB

[startup+0.700297 s]
/proc/loadavg: 4.18 4.15 4.20 7/323 36233
/proc/meminfo: memFree=118467416/131382112 swapFree=33010684/33010684
[pid=36215] ppid=36212 vsize=18996948 memory=77384 CPUtime=1.16 cores=1,3
/proc/36215/stat : 36215 (java) S 36212 36215 35496 0 -1 4194304 8425 0 0 0 111 5 0 0 20 0 19 0 43039080 19452874752 19346 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
/proc/36215/statm: 4749237 19346 5481 1 0 548762 0
[pid=36215/tid=36217] ppid=36212 vsize=18996948 memory=17664 CPUtime=0.57 cores=1,3
/proc/36215/task/36217/stat : 36217 (java) R 36212 36215 35496 0 -1 4194368 5402 0 0 0 55 2 0 0 20 0 19 0 43039081 19452874752 19346 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36226] ppid=36212 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/36215/task/36226/stat : 36226 (Finalizer) S 36212 36215 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43039084 19452874752 19346 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36233] ppid=36212 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/36215/task/36233/stat : 36233 (Common-Cleaner) S 36212 36215 35496 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43039084 19452874752 19346 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 77384 KiB

[startup+1.50028 s]
/proc/loadavg: 4.18 4.15 4.20 6/324 36234
/proc/meminfo: memFree=118442408/131382112 swapFree=33010684/33010684
[pid=36215] ppid=36212 vsize=18996948 memory=118184 CPUtime=2.74 cores=1,3
/proc/36215/stat : 36215 (java) S 36212 36215 35496 0 -1 4194304 16445 0 0 0 267 7 0 0 20 0 19 0 43039080 19452874752 29546 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
/proc/36215/statm: 4749237 29546 5481 1 0 551676 0
[pid=36215/tid=36217] ppid=36212 vsize=18996948 memory=3200 CPUtime=1.36 cores=1,3
/proc/36215/task/36217/stat : 36217 (java) R 36212 36215 35496 0 -1 4194368 5707 0 0 0 133 3 0 0 20 0 19 0 43039081 19452874752 29546 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36226] ppid=36212 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/36215/task/36226/stat : 36226 (Finalizer) S 36212 36215 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43039084 19452874752 29546 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36233] ppid=36212 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/36215/task/36233/stat : 36233 (Common-Cleaner) S 36212 36215 35496 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43039084 19452874752 29546 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36234] ppid=36212 vsize=18996948 memory=14848 CPUtime=0 cores=1,3
/proc/36215/task/36234/stat : 36234 (Timer-0) S 36212 36215 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43039140 19452874752 29546 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 118184 KiB

[startup+3.11354 s]
/proc/loadavg: 4.18 4.15 4.20 5/325 36235
/proc/meminfo: memFree=118270000/131382112 swapFree=33010684/33010684
[pid=36215] ppid=36212 vsize=19063512 memory=227744 CPUtime=4.83 cores=1,3
/proc/36215/stat : 36215 (java) S 36212 36215 35496 0 -1 4194304 18729 0 0 0 473 10 0 0 20 0 20 0 43039080 19521036288 56936 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
/proc/36215/statm: 4765878 56936 5513 1 0 552015 0
[pid=36215/tid=36217] ppid=36212 vsize=19063512 memory=14848 CPUtime=2.88 cores=1,3
/proc/36215/task/36217/stat : 36217 (java) R 36212 36215 35496 0 -1 4194368 6880 0 0 0 284 4 0 0 20 0 20 0 43039081 19521036288 56936 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36226] ppid=36212 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/36215/task/36226/stat : 36226 (Finalizer) S 36212 36215 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 56936 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36233] ppid=36212 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/36215/task/36233/stat : 36233 (Common-Cleaner) S 36212 36215 35496 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 56936 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36234] ppid=36212 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/36215/task/36234/stat : 36234 (Timer-0) S 36212 36215 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43039140 19521036288 56936 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
Current children cumulated CPU time: 4.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 227744 KiB

[startup+6.30029 s]
/proc/loadavg: 4.17 4.15 4.20 5/325 36235
/proc/meminfo: memFree=118069296/131382112 swapFree=33010684/33010684
[pid=36215] ppid=36212 vsize=19063512 memory=365476 CPUtime=8.21 cores=1,3
/proc/36215/stat : 36215 (java) S 36212 36215 35496 0 -1 4194304 19579 0 0 0 808 13 0 0 20 0 20 0 43039080 19521036288 91369 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
/proc/36215/statm: 4765878 91369 5513 1 0 552017 0
[pid=36215/tid=36217] ppid=36212 vsize=19063512 memory=0 CPUtime=5.86 cores=1,3
/proc/36215/task/36217/stat : 36217 (java) R 36212 36215 35496 0 -1 4194368 6927 0 0 0 582 4 0 0 20 0 20 0 43039081 19521036288 91369 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36226] ppid=36212 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/36215/task/36226/stat : 36226 (Finalizer) S 36212 36215 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 91369 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36233] ppid=36212 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/36215/task/36233/stat : 36233 (Common-Cleaner) S 36212 36215 35496 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 91369 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36234] ppid=36212 vsize=19063512 memory=126512 CPUtime=0 cores=1,3
/proc/36215/task/36234/stat : 36234 (Timer-0) S 36212 36215 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43039140 19521036288 91369 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
Current children cumulated CPU time: 8.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 365476 KiB

[startup+12.7005 s]
/proc/loadavg: 4.24 4.16 4.20 5/325 36235
/proc/meminfo: memFree=117685344/131382112 swapFree=33010684/33010684
[pid=36215] ppid=36212 vsize=19063512 memory=683156 CPUtime=15.19 cores=1,3
/proc/36215/stat : 36215 (java) S 36212 36215 35496 0 -1 4194304 25581 0 0 0 1498 21 0 0 20 0 20 0 43039080 19521036288 170789 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
/proc/36215/statm: 4765878 170789 5545 1 0 767158 0
[pid=36215/tid=36217] ppid=36212 vsize=19063512 memory=126512 CPUtime=11.97 cores=1,3
/proc/36215/task/36217/stat : 36217 (java) R 36212 36215 35496 0 -1 4194368 8055 0 0 0 1191 6 0 0 20 0 20 0 43039081 19521036288 170789 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36226] ppid=36212 vsize=19063512 memory=597052 CPUtime=0 cores=1,3
/proc/36215/task/36226/stat : 36226 (Finalizer) S 36212 36215 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 170789 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36233] ppid=36212 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/36215/task/36233/stat : 36233 (Common-Cleaner) S 36212 36215 35496 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 170789 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36234] ppid=36212 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/36215/task/36234/stat : 36234 (Timer-0) S 36212 36215 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43039140 19521036288 170789 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
Current children cumulated CPU time: 15.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 683156 KiB

[startup+25.5005 s]
/proc/loadavg: 4.20 4.16 4.20 5/325 36235
/proc/meminfo: memFree=117198008/131382112 swapFree=33010684/33010684
[pid=36215] ppid=36212 vsize=19063512 memory=1104832 CPUtime=28.68 cores=1,3
/proc/36215/stat : 36215 (java) S 36212 36215 35496 0 -1 4194304 28249 0 0 0 2839 29 0 0 20 0 20 0 43039080 19521036288 276208 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
/proc/36215/statm: 4765878 276208 5545 1 0 905017 0
[pid=36215/tid=36217] ppid=36212 vsize=19063512 memory=0 CPUtime=24.26 cores=1,3
/proc/36215/task/36217/stat : 36217 (java) R 36212 36215 35496 0 -1 4194368 8868 0 0 0 2418 8 0 0 20 0 20 0 43039081 19521036288 276208 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36226] ppid=36212 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/36215/task/36226/stat : 36226 (Finalizer) S 36212 36215 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 276208 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36233] ppid=36212 vsize=19063512 memory=1070016 CPUtime=0 cores=1,3
/proc/36215/task/36233/stat : 36233 (Common-Cleaner) S 36212 36215 35496 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 276208 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36234] ppid=36212 vsize=19063512 memory=920856 CPUtime=0 cores=1,3
/proc/36215/task/36234/stat : 36234 (Timer-0) S 36212 36215 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43039140 19521036288 276208 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
Current children cumulated CPU time: 28.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1104832 KiB

[startup+51.1136 s]
/proc/loadavg: 4.20 4.16 4.20 6/325 36303
/proc/meminfo: memFree=119645992/131382112 swapFree=33010684/33010684
[pid=36215] ppid=36212 vsize=19063512 memory=1882356 CPUtime=55.18 cores=1,3
/proc/36215/stat : 36215 (java) S 36212 36215 35496 0 -1 4194304 30864 0 0 0 5472 46 0 0 20 0 20 0 43039080 19521036288 470589 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
/proc/36215/statm: 4765878 470589 5545 1 0 1032440 0
[pid=36215/tid=36217] ppid=36212 vsize=19063512 memory=1332244 CPUtime=48.9 cores=1,3
/proc/36215/task/36217/stat : 36217 (java) R 36212 36215 35496 0 -1 4194368 9813 0 0 0 4879 11 0 0 20 0 20 0 43039081 19521036288 470589 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36226] ppid=36212 vsize=19063512 memory=1801312 CPUtime=0 cores=1,3
/proc/36215/task/36226/stat : 36226 (Finalizer) S 36212 36215 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 470589 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36233] ppid=36212 vsize=19063512 memory=1750108 CPUtime=0 cores=1,3
/proc/36215/task/36233/stat : 36233 (Common-Cleaner) S 36212 36215 35496 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 470589 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36234] ppid=36212 vsize=19063512 memory=-6000919498543621740 CPUtime=0 cores=1,3

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

[startup+3222.3 s]
/proc/loadavg: 4.18 4.19 4.18 5/326 36613
/proc/meminfo: memFree=107483748/131382112 swapFree=33010684/33010684
[pid=36215] ppid=36212 vsize=19063512 memory=10069160 CPUtime=3268.04 cores=1,3
/proc/36215/stat : 36215 (java) S 36212 36215 35496 0 -1 4194304 211062 0 0 0 326344 460 0 0 20 0 20 0 43039080 19521036288 2517290 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
/proc/36215/statm: 4765878 2517290 5545 1 0 3125054 0
[pid=36215/tid=36217] ppid=36212 vsize=19063512 memory=17664 CPUtime=3173.75 cores=1,3
/proc/36215/task/36217/stat : 36217 (java) R 36212 36215 35496 0 -1 4194368 103084 0 0 0 317288 87 0 0 20 0 20 0 43039081 19521036288 2517290 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36226] ppid=36212 vsize=19063512 memory=10069160 CPUtime=0 cores=1,3
/proc/36215/task/36226/stat : 36226 (Finalizer) S 36212 36215 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 2517290 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36233] ppid=36212 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/36215/task/36233/stat : 36233 (Common-Cleaner) S 36212 36215 35496 0 -1 4194368 2424 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 2517290 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36234] ppid=36212 vsize=19063512 memory=10069160 CPUtime=0 cores=1,3
/proc/36215/task/36234/stat : 36234 (Timer-0) S 36212 36215 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43039140 19521036288 2517290 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
Current children cumulated CPU time: 3268.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10069160 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.20 4.19 5/326 36615
/proc/meminfo: memFree=107478528/131382112 swapFree=33010684/33010684
[pid=36215] ppid=36212 vsize=19063512 memory=10069160 CPUtime=3328.58 cores=1,3
/proc/36215/stat : 36215 (java) S 36212 36215 35496 0 -1 4194304 214051 0 0 0 332394 464 0 0 20 0 20 0 43039080 19521036288 2517290 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
/proc/36215/statm: 4765878 2517290 5545 1 0 3125054 0
[pid=36215/tid=36217] ppid=36212 vsize=19063512 memory=10069160 CPUtime=3232.94 cores=1,3
/proc/36215/task/36217/stat : 36217 (java) R 36212 36215 35496 0 -1 4194368 104559 0 0 0 323207 87 0 0 20 0 20 0 43039081 19521036288 2517290 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36226] ppid=36212 vsize=19063512 memory=10069160 CPUtime=0 cores=1,3
/proc/36215/task/36226/stat : 36226 (Finalizer) S 36212 36215 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 2517290 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36233] ppid=36212 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/36215/task/36233/stat : 36233 (Common-Cleaner) S 36212 36215 35496 0 -1 4194368 2454 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 2517290 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36234] ppid=36212 vsize=19063512 memory=10069160 CPUtime=0 cores=1,3
/proc/36215/task/36234/stat : 36234 (Timer-0) S 36212 36215 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43039140 19521036288 2517290 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
Current children cumulated CPU time: 3328.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10069160 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.19 4.18 6/326 36617
/proc/meminfo: memFree=107477308/131382112 swapFree=33010684/33010684
[pid=36215] ppid=36212 vsize=19063512 memory=10071276 CPUtime=3389.25 cores=1,3
/proc/36215/stat : 36215 (java) S 36212 36215 35496 0 -1 4194304 217860 0 0 0 338457 468 0 0 20 0 20 0 43039080 19521036288 2517819 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
/proc/36215/statm: 4765878 2517819 5545 1 0 3125054 0
[pid=36215/tid=36217] ppid=36212 vsize=19063512 memory=10752 CPUtime=3291.99 cores=1,3
/proc/36215/task/36217/stat : 36217 (java) R 36212 36215 35496 0 -1 4194368 106874 0 0 0 329111 88 0 0 20 0 20 0 43039081 19521036288 2517819 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36226] ppid=36212 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/36215/task/36226/stat : 36226 (Finalizer) S 36212 36215 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 2517819 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36233] ppid=36212 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/36215/task/36233/stat : 36233 (Common-Cleaner) S 36212 36215 35496 0 -1 4194368 2454 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 2517819 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36234] ppid=36212 vsize=19063512 memory=10071276 CPUtime=0 cores=1,3
/proc/36215/task/36234/stat : 36234 (Timer-0) S 36212 36215 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43039140 19521036288 2517819 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
Current children cumulated CPU time: 3389.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10071276 KiB

[startup+3402.3 s]
/proc/loadavg: 4.72 4.34 4.23 5/326 36619
/proc/meminfo: memFree=107468272/131382112 swapFree=33010684/33010684
[pid=36215] ppid=36212 vsize=19063512 memory=10071276 CPUtime=3449.15 cores=1,3
/proc/36215/stat : 36215 (java) S 36212 36215 35496 0 -1 4194304 219480 0 0 0 344443 472 0 0 20 0 20 0 43039080 19521036288 2517819 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
/proc/36215/statm: 4765878 2517819 5545 1 0 3125054 0
[pid=36215/tid=36217] ppid=36212 vsize=19063512 memory=10071276 CPUtime=3351.84 cores=1,3
/proc/36215/task/36217/stat : 36217 (java) R 36212 36215 35496 0 -1 4194368 108407 0 0 0 335094 90 0 0 20 0 20 0 43039081 19521036288 2517819 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36226] ppid=36212 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/36215/task/36226/stat : 36226 (Finalizer) S 36212 36215 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 2517819 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36233] ppid=36212 vsize=19063512 memory=10071276 CPUtime=0 cores=1,3
/proc/36215/task/36233/stat : 36233 (Common-Cleaner) S 36212 36215 35496 0 -1 4194368 2491 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 2517819 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36234] ppid=36212 vsize=19063512 memory=10071276 CPUtime=0 cores=1,3
/proc/36215/task/36234/stat : 36234 (Timer-0) S 36212 36215 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43039140 19521036288 2517819 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
Current children cumulated CPU time: 3449.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10071276 KiB

[startup+3462.3 s]
/proc/loadavg: 4.48 4.35 4.25 5/327 36623
/proc/meminfo: memFree=107471096/131382112 swapFree=33010684/33010684
[pid=36215] ppid=36212 vsize=19063512 memory=10073328 CPUtime=3509.67 cores=1,3
/proc/36215/stat : 36215 (java) S 36212 36215 35496 0 -1 4194304 223496 0 0 0 350490 477 0 0 20 0 20 0 43039080 19521036288 2518332 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
/proc/36215/statm: 4765878 2518332 5545 1 0 3125054 0
[pid=36215/tid=36217] ppid=36212 vsize=19063512 memory=4764 CPUtime=3411 cores=1,3
/proc/36215/task/36217/stat : 36217 (java) R 36212 36215 35496 0 -1 4194368 110785 0 0 0 341010 90 0 0 20 0 20 0 43039081 19521036288 2518332 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36226] ppid=36212 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/36215/task/36226/stat : 36226 (Finalizer) S 36212 36215 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 2518332 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36233] ppid=36212 vsize=19063512 memory=10073328 CPUtime=0 cores=1,3
/proc/36215/task/36233/stat : 36233 (Common-Cleaner) S 36212 36215 35496 0 -1 4194368 2530 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 2518332 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36234] ppid=36212 vsize=19063512 memory=-6000919498543621740 CPUtime=0 cores=1,3
/proc/36215/task/36234/stat : 36234 (Timer-0) S 36212 36215 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43039140 19521036288 2518332 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
Current children cumulated CPU time: 3509.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10073328 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.30 4.23 5/326 36625
/proc/meminfo: memFree=107261132/131382112 swapFree=33010684/33010684
[pid=36215] ppid=36212 vsize=19063512 memory=10073328 CPUtime=3569.89 cores=1,3
/proc/36215/stat : 36215 (java) S 36212 36215 35496 0 -1 4194304 226269 0 0 0 356507 482 0 0 20 0 20 0 43039080 19521036288 2518332 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
/proc/36215/statm: 4765878 2518332 5545 1 0 3125054 0
[pid=36215/tid=36217] ppid=36212 vsize=19063512 memory=10073328 CPUtime=3470.5 cores=1,3
/proc/36215/task/36217/stat : 36217 (java) R 36212 36215 35496 0 -1 4194368 112411 0 0 0 346959 91 0 0 20 0 20 0 43039081 19521036288 2518332 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36226] ppid=36212 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/36215/task/36226/stat : 36226 (Finalizer) S 36212 36215 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 2518332 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36233] ppid=36212 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/36215/task/36233/stat : 36233 (Common-Cleaner) S 36212 36215 35496 0 -1 4194368 2612 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 2518332 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36234] ppid=36212 vsize=19063512 memory=10073328 CPUtime=0 cores=1,3
/proc/36215/task/36234/stat : 36234 (Timer-0) S 36212 36215 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43039140 19521036288 2518332 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
Current children cumulated CPU time: 3569.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10073328 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3552.5 s]
/proc/loadavg: 4.21 4.29 4.23 5/326 36626
/proc/meminfo: memFree=107236612/131382112 swapFree=33010684/33010684
[pid=36215] ppid=36212 vsize=19063512 memory=10073328 CPUtime=3600.04 cores=1,3
/proc/36215/stat : 36215 (java) S 36212 36215 35496 0 -1 4194304 227587 0 0 0 359520 484 0 0 20 0 20 0 43039080 19521036288 2518332 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
/proc/36215/statm: 4765878 2518332 5545 1 0 3125054 0
[pid=36215/tid=36217] ppid=36212 vsize=19063512 memory=10073328 CPUtime=3500.62 cores=1,3
/proc/36215/task/36217/stat : 36217 (java) R 36212 36215 35496 0 -1 4194368 113632 0 0 0 349970 92 0 0 20 0 20 0 43039081 19521036288 2518332 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36226] ppid=36212 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/36215/task/36226/stat : 36226 (Finalizer) S 36212 36215 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 2518332 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36233] ppid=36212 vsize=19063512 memory=10073328 CPUtime=0 cores=1,3
/proc/36215/task/36233/stat : 36233 (Common-Cleaner) S 36212 36215 35496 0 -1 4194368 2705 0 0 0 0 0 0 0 20 0 20 0 43039084 19521036288 2518332 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36234] ppid=36212 vsize=19063512 memory=1920 CPUtime=0 cores=1,3
/proc/36215/task/36234/stat : 36234 (Timer-0) S 36212 36215 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43039140 19521036288 2518332 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10073328 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.49 s, system=4.89503 s

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

[startup+3552.61 s]
/proc/loadavg: 4.21 4.29 4.23 5/326 36626
/proc/meminfo: memFree=107236612/131382112 swapFree=33010684/33010684
[pid=36215] ppid=36212 vsize=19263204 memory=10073840 CPUtime=3600.24 cores=1,3
/proc/36215/stat : 36215 (java) S 36212 36215 35496 0 -1 4194304 230252 0 0 0 359540 484 0 0 20 0 21 0 43039080 19725520896 2518460 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
/proc/36215/statm: 4815801 2518460 5545 1 0 3125979 0
[pid=36215/tid=36217] ppid=36212 vsize=19263204 memory=-6000919498543621740 CPUtime=3500.72 cores=1,3
/proc/36215/task/36217/stat : 36217 (java) R 36212 36215 35496 0 -1 4194368 113906 0 0 0 349980 92 0 0 20 0 21 0 43039081 19725520896 2518460 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36226] ppid=36212 vsize=19263204 memory=5632 CPUtime=0 cores=1,3
/proc/36215/task/36226/stat : 36226 (Finalizer) S 36212 36215 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 43039084 19725520896 2518460 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
[pid=36215/tid=36233] ppid=36212 vsize=19263204 memory=4252 CPUtime=0 cores=1,3
/proc/36215/task/36233/stat : 36233 (Common-Cleaner) S 36212 36215 35496 0 -1 4194368 2705 0 0 0 0 0 0 0 20 0 21 0 43039084 19725520896 2518460 18446744073709551615 94273543143424 94273543147120 140731686940192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94273543154936 94273543155728 94273565102080 140731686947201 140731686947302 140731686947302 140731686952904 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 10073840 KiB

Child status: 143

Real time (s): 3552.72
CPU time (s): 3600.39
CPU user time (s): 3595.49
CPU system time (s): 4.89503
CPU usage (%): 101.342
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 10073840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.49
system time used= 4.89503
maximum resident set size= 10073968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230715
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112524
involuntary context switches= 6507


# summary of solver processes directly reported to runsolver:
#   pid: 36215
#   total CPU time (s): 3600.39
#   total CPU user time (s): 3595.49
#   total CPU system time (s): 4.89503

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.3646 second user time and 37.3727 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-30 10:53:14
IDJOB=4498190
IDBENCH=148546
IDSOLVER=3363
FILE ID=nodeC012/4498190-1751273594
RUNJOBID= nodeC012-1751270048-35796
SLURM_JOB_ID= 9594179
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_10_5.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498190-1751273594/watcher-4498190-1751273594 -o /tmp/evaluation-result-4498190-1751273594/solver-4498190-1751273594 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751270048-35796 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4498190-1751273594.opb

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

MD5SUM BENCH= e9a19f56dba3ae879c44487d66007b9a
RANDOM SEED=868990958

nodeC012 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	: 0xb00001f
cpu MHz		: 3491.697
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3492.805
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.314
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.156
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.717
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.730
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.231
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.192
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        118512916 kB
MemAvailable:   118309976 kB
Buffers:            3280 kB
Cached:           606380 kB
SwapCached:            0 kB
Active:         11964412 kB
Inactive:         357600 kB
Active(anon):   11730312 kB
Inactive(anon):        0 kB
Active(file):     234100 kB
Inactive(file):   357600 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1068 kB
Writeback:             0 kB
AnonPages:      11715596 kB
Mapped:           122652 kB
Shmem:             17960 kB
KReclaimable:      89592 kB
Slab:             172144 kB
SReclaimable:      89592 kB
SUnreclaim:        82552 kB
KernelStack:        4892 kB
PageTables:        26404 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13922356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11337728 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC012 at 2025-06-30 11:52:27