Trace number 4498203

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)-89 3600.55 3554.67

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_500_10_2.opb
MD5SUMa8db507b9a19068579e2e54aa556294a
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.03
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)6328
Sum of products size (including duplicates)12656
Number of different products3164
Sum of products size6328

Quality of the solution as a function of time


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

Solver Data

0.10/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.15	c See www.sat4j.org for details.
0.10/0.17	c version PB25.v20250606
0.10/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.19	c java.vm.version	22.0.1+8-16
0.10/0.19	c java.vm.vendor	Oracle Corporation
0.10/0.19	c sun.arch.data.model	64
0.10/0.19	c java.version		22.0.1
0.10/0.19	c os.name		Linux
0.10/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.19	c os.arch		amd64
0.10/0.20	c Free memory 		2104792880
0.10/0.20	c Max memory 		16282288128
0.10/0.20	c Total memory 		2113929216
0.10/0.21	c Number of processors 	2
0.39/0.34	c Pseudo Boolean Optimization by upper bound
0.39/0.34	c --- Begin Solver configuration ---
0.39/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.39/0.34	c Learn all clauses as in MiniSAT
0.39/0.34	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.39/0.34	c Expensive reason simplification
0.39/0.34	c Glucose 2.1 dynamic restart strategy
0.39/0.34	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.39/0.34	c timeout=2147483s
0.39/0.34	c DB Simplification allowed=false
0.39/0.34	c Listener: none
0.39/0.34	c --- End Solver configuration ---
0.39/0.34	c solving HOME/instance-4498203-1751273629.opb
0.39/0.34	c reading problem ... 
0.39/0.34	c  objective function found
0.93/0.63	c ... done. Wall clock time 0.272s.
0.93/0.63	c declared #vars     500
0.93/0.63	c internal #vars     3664
0.93/0.63	c #constraints  7328
0.93/0.63	c constraints type 
0.93/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3164
0.93/0.63	c org.sat4j.specs.Constr$1 => 563
0.93/0.63	c org.sat4j.pb.constraints.pb.UnitClausesPB => 391
0.93/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3164
0.93/0.63	c org.sat4j.pb.constraints.pb.UnitClausePB => 46
0.93/0.63	c 7328 constraints processed.
0.93/0.66	c objective function length is 500 literals
0.93/0.69	c SATISFIABLE
0.93/0.69	c OPTIMIZING...
0.93/0.69	c Got one! Elapsed wall clock time (in seconds):0.353
0.93/0.69	o -82
3.14/1.85	c cleaning 2498 clauses out of 5001 with flag 10673/5001
3.14/1.86	c Got one! Elapsed wall clock time (in seconds):1.525
3.14/1.86	o -83
3.14/1.87	c Got one! Elapsed wall clock time (in seconds):1.529
3.14/1.87	o -85
3.86/2.39	c cleaning 3818 clauses out of 7636 with flag 10702/10134
4.12/2.55	c Got one! Elapsed wall clock time (in seconds):2.211
4.12/2.55	o -86
4.42/2.82	c cleaning 4414 clauses out of 8828 with flag 6800/15144
5.28/3.50	c cleaning 5203 clauses out of 10414 with flag 20375/21144
5.99/4.20	c cleaning 6104 clauses out of 12212 with flag 35158/28145
7.76/5.91	c cleaning 7044 clauses out of 14108 with flag 52132/36145
9.27/7.36	c cleaning 8032 clauses out of 16064 with flag 71133/45145
11.21/9.02	c cleaning 9014 clauses out of 18032 with flag 92303/55145
12.70/10.51	c Got one! Elapsed wall clock time (in seconds):10.172
12.70/10.51	o -87
13.70/11.58	c Got one! Elapsed wall clock time (in seconds):11.246
13.70/11.58	o -88
14.32/12.16	c cleaning 11932 clauses out of 23864 with flag 4793/69991
15.74/13.41	c cleaning 8966 clauses out of 17932 with flag 18642/75991
16.85/14.58	c cleaning 7982 clauses out of 15966 with flag 35084/82991
18.39/15.82	c cleaning 7985 clauses out of 15985 with flag 52042/90992
19.49/16.88	c cleaning 8499 clauses out of 16999 with flag 71112/99991
19.99/17.39	c Got one! Elapsed wall clock time (in seconds):17.056
19.99/17.39	o -89
20.69/17.93	c cleaning 9431 clauses out of 18867 with flag 10594/110358
21.29/18.55	c cleaning 7714 clauses out of 15436 with flag 23616/116358
22.53/19.66	c cleaning 7357 clauses out of 14722 with flag 39150/123358
24.02/20.90	c cleaning 7683 clauses out of 15367 with flag 57003/131360
25.21/22.14	c cleaning 8330 clauses out of 16682 with flag 76611/140358
26.79/23.61	c cleaning 9173 clauses out of 18353 with flag 97923/150359
28.31/25.14	c cleaning 10087 clauses out of 20179 with flag 121326/161358
30.33/27.06	c cleaning 11047 clauses out of 22093 with flag 146880/173359
31.82/28.52	c cleaning 12022 clauses out of 24045 with flag 174330/186358
34.97/31.64	c cleaning 13008 clauses out of 26024 with flag 204074/200359
37.62/34.12	c cleaning 14000 clauses out of 28018 with flag 235923/215361
40.93/37.31	c cleaning 15001 clauses out of 30015 with flag 269718/231358
44.42/40.86	c cleaning 16005 clauses out of 32015 with flag 305484/248359
48.13/44.41	c cleaning 17005 clauses out of 34009 with flag 343375/266358
52.92/49.16	c cleaning 17996 clauses out of 36004 with flag 383551/285358
57.75/53.84	c cleaning 19005 clauses out of 38009 with flag 426143/305359
61.82/57.73	c cleaning 20000 clauses out of 40003 with flag 470620/326358
66.56/62.33	c cleaning 20996 clauses out of 42004 with flag 516979/348359
72.42/68.11	c cleaning 21997 clauses out of 44007 with flag 565701/371358
78.28/73.75	c cleaning 23002 clauses out of 46010 with flag 616563/395358
84.58/79.27	c cleaning 24003 clauses out of 48008 with flag 669259/420358
91.10/85.65	c cleaning 24994 clauses out of 50005 with flag 724570/446358
99.14/93.57	c cleaning 26006 clauses out of 52012 with flag 782315/473359
107.28/101.54	c cleaning 27000 clauses out of 54005 with flag 841911/501358
115.46/109.66	c cleaning 28001 clauses out of 56005 with flag 903953/530358
127.40/121.37	c cleaning 28995 clauses out of 58006 with flag 967838/560360
136.23/130.04	c cleaning 30000 clauses out of 60010 with flag 1033679/591359
145.25/138.96	c cleaning 31001 clauses out of 62009 with flag 1102127/623358
155.74/149.21	c cleaning 32003 clauses out of 64010 with flag 1172608/656360
165.87/159.20	c cleaning 33003 clauses out of 66007 with flag 1245344/690360
177.04/170.19	c cleaning 33994 clauses out of 68003 with flag 1319980/725359
189.08/180.86	c cleaning 35004 clauses out of 70009 with flag 1396885/761359
201.88/193.46	c cleaning 36002 clauses out of 72004 with flag 1476118/798358
213.41/204.83	c cleaning 36998 clauses out of 74002 with flag 1556586/836358
227.52/218.74	c cleaning 38001 clauses out of 76005 with flag 1639308/875359
241.95/232.90	c cleaning 38997 clauses out of 78003 with flag 1724052/915358
257.13/248.03	c cleaning 40002 clauses out of 80006 with flag 1810895/956358
272.71/263.39	c cleaning 41000 clauses out of 82006 with flag 1899716/998360
292.87/283.25	c cleaning 41998 clauses out of 84004 with flag 1991387/1041358
314.46/303.30	c cleaning 43000 clauses out of 86006 with flag 2084362/1085358
334.87/323.54	c cleaning 43997 clauses out of 88007 with flag 2179409/1130359
355.70/344.19	c cleaning 45001 clauses out of 90010 with flag 2276598/1176359
376.57/364.70	c cleaning 46004 clauses out of 92009 with flag 2376518/1223359
398.29/386.11	c cleaning 46999 clauses out of 94005 with flag 2478210/1271359
421.75/409.38	c cleaning 47995 clauses out of 96006 with flag 2581671/1320359
447.10/434.42	c cleaning 49000 clauses out of 98010 with flag 2687532/1370358
468.80/455.83	c cleaning 49996 clauses out of 100010 with flag 2795483/1421358
490.19/477.01	c cleaning 51006 clauses out of 102015 with flag 2906080/1473359
511.63/497.96	c cleaning 52001 clauses out of 104009 with flag 3018627/1526359
532.94/517.55	c cleaning 53004 clauses out of 106007 with flag 3132952/1580358
558.47/542.89	c cleaning 54000 clauses out of 108004 with flag 3249327/1635359
584.02/568.10	c cleaning 54998 clauses out of 110003 with flag 3367766/1691358
605.59/589.52	c cleaning 55996 clauses out of 112005 with flag 3488987/1748358
631.14/614.86	c cleaning 57000 clauses out of 114010 with flag 3612701/1806359
659.90/643.25	c cleaning 57997 clauses out of 116009 with flag 3737979/1865358
692.22/675.19	c cleaning 59006 clauses out of 118012 with flag 3865627/1925358
722.34/704.84	c cleaning 60000 clauses out of 120006 with flag 3995380/1986358
753.90/736.37	c cleaning 61000 clauses out of 122006 with flag 4127101/2048358
784.95/767.08	c cleaning 61997 clauses out of 124006 with flag 4260647/2111358
813.81/795.65	c cleaning 62999 clauses out of 126010 with flag 4397434/2175359
846.88/828.43	c cleaning 63998 clauses out of 128010 with flag 4536013/2240358
881.51/862.60	c cleaning 65003 clauses out of 130012 with flag 4676393/2306358
920.35/901.15	c cleaning 66003 clauses out of 132010 with flag 4818878/2373359
960.59/939.30	c cleaning 67001 clauses out of 134007 with flag 4963589/2441359
1002.37/980.85	c cleaning 67996 clauses out of 136005 with flag 5110488/2510358
1049.43/1027.40	c cleaning 68999 clauses out of 138010 with flag 5260559/2580359
1095.08/1072.77	c cleaning 69998 clauses out of 140010 with flag 5411381/2651358
1137.60/1114.60	c cleaning 71001 clauses out of 142013 with flag 5564942/2723359
1179.07/1155.85	c cleaning 71998 clauses out of 144011 with flag 5720510/2796358
1223.81/1199.93	c cleaning 73004 clauses out of 146015 with flag 5877116/2870360
1273.07/1249.02	c cleaning 74003 clauses out of 148009 with flag 6037636/2945358
1315.96/1291.45	c cleaning 74999 clauses out of 150007 with flag 6199078/3021359
1362.68/1337.66	c cleaning 75996 clauses out of 152007 with flag 6363492/3098358
1409.00/1383.86	c cleaning 76993 clauses out of 154012 with flag 6528927/3176359
1452.75/1427.20	c cleaning 78006 clauses out of 156018 with flag 6697905/3255358
1498.88/1472.85	c cleaning 79004 clauses out of 158012 with flag 6869380/3335358
1540.79/1514.16	c cleaning 79996 clauses out of 160008 with flag 7041284/3416358
1583.90/1554.98	c cleaning 81002 clauses out of 162012 with flag 7215167/3498358
1632.61/1603.06	c cleaning 81998 clauses out of 164010 with flag 7392808/3581358
1681.17/1651.39	c cleaning 83003 clauses out of 166012 with flag 7571109/3665358
1737.88/1707.31	c cleaning 84000 clauses out of 168010 with flag 7751646/3750359
1787.27/1756.41	c cleaning 84996 clauses out of 170010 with flag 7934839/3836359
1842.06/1810.56	c cleaning 86002 clauses out of 172013 with flag 8119430/3923358
1893.10/1861.20	c cleaning 87002 clauses out of 174012 with flag 8305631/4011359
1964.52/1932.26	c cleaning 88002 clauses out of 176010 with flag 8494406/4100359
2023.14/1990.59	c cleaning 88995 clauses out of 178007 with flag 8685573/4190358
2070.76/2037.67	c cleaning 90000 clauses out of 180012 with flag 8878699/4281358
2125.00/2091.45	c cleaning 90997 clauses out of 182012 with flag 9074098/4373358
2197.38/2163.64	c cleaning 92001 clauses out of 184015 with flag 9271697/4466358
2250.68/2216.36	c cleaning 93004 clauses out of 186016 with flag 9470754/4560360
2309.51/2274.59	c cleaning 93994 clauses out of 188010 with flag 9671149/4655358
2358.31/2323.05	c cleaning 95005 clauses out of 190016 with flag 9874724/4751358
2426.36/2390.43	c cleaning 96002 clauses out of 192011 with flag 10079642/4848358
2491.93/2453.02	c cleaning 96996 clauses out of 194009 with flag 10287469/4946358
2555.58/2516.47	c cleaning 98000 clauses out of 196014 with flag 10498541/5045359
2621.07/2581.37	c cleaning 99002 clauses out of 198014 with flag 10710948/5145359
2672.73/2632.56	c cleaning 99996 clauses out of 200012 with flag 10925465/5246359
2733.78/2692.80	c cleaning 101001 clauses out of 202015 with flag 11141724/5348358
2797.83/2756.42	c cleaning 102002 clauses out of 204015 with flag 11360884/5451359
2877.96/2836.10	c cleaning 102999 clauses out of 206012 with flag 11581701/5555358
2959.84/2917.58	c cleaning 104000 clauses out of 208014 with flag 11805284/5660359
3050.57/3007.75	c cleaning 104999 clauses out of 210013 with flag 12030851/5766358
3133.97/3090.96	c cleaning 106000 clauses out of 212014 with flag 12259026/5873358
3220.70/3176.91	c cleaning 106999 clauses out of 214014 with flag 12487849/5981358
3314.09/3269.64	c cleaning 108008 clauses out of 216016 with flag 12718759/6090359
3413.23/3368.47	c cleaning 108995 clauses out of 218008 with flag 12951713/6200359
3519.74/3474.35	c cleaning 110006 clauses out of 220012 with flag 13187986/6311358
3600.04/3554.43	c starts		: 8
3600.04/3554.44	c conflicts		: 6412548
3600.04/3554.45	c decisions		: 6991877
3600.04/3554.45	c propagations		: 53892261
3600.04/3554.45	c inspects		: 9349026317
3600.04/3554.45	c shortcuts		: 0
3600.04/3554.45	c learnt literals	: 0
3600.04/3554.45	c learnt binary clauses	: 0
3600.04/3554.45	c learnt ternary clauses	: 0
3600.04/3554.45	c learnt constraints	: 6412548
3600.04/3554.45	c ignored constraints	: 0
3600.04/3554.46	c root simplifications	: 0
3600.04/3554.46	c removed literals (reason simplification)	: 99212545
3600.04/3554.46	c reason swapping (by a shorter reason)	: 0
3600.04/3554.46	c Calls to reduceDB	: 120
3600.04/3554.46	c Number of update (reduction) of LBD	: 51594
3600.04/3554.46	c Imported unit clauses	: 0
3600.04/3554.46	c No decision after first conflict	: false
3600.04/3554.46	c number of reductions to clauses (during analyze)	: 0
3600.04/3554.46	c number of learned constraints concerned by reduction	: 0
3600.04/3554.46	c number of learning phase by resolution	: 0
3600.04/3554.47	c number of learning phase by cutting planes	: 0
3600.04/3554.47	c number of rounding to 1 operations	: 0
3600.04/3554.47	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3554.47	c number of reductions of the coefficients by power 2 	: 0
3600.04/3554.47	c number of right shift for reduction by power 2 	: 0
3600.04/3554.47	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3554.47	c number of ending skipping 	: 0
3600.04/3554.47	c number of internal skipping 	: 0
3600.04/3554.47	c number of derivation steps 	: 0
3600.04/3554.47	c number of skipped derivation steps 	: 0
3600.04/3554.47	c number of remaining unassigned 	: 0
3600.04/3554.47	c number of remaining assigned 	: 0
3600.04/3554.47	c number of falsified literals weakened from reason	: 0
3600.04/3554.47	c number of falsified literals weakened from conflict	: 0
3600.04/3554.47	c time for arithmetic operations	: 0
3600.04/3554.48	c minimum degree of deleted constraints	: null
3600.04/3554.48	c maximum degree of deleted constraints	: null
3600.04/3554.48	c number of deleted constraints	: 0
3600.04/3554.49	c speed (assignments/second)	: 15164.626229735153
3600.04/3554.49	c non guided choices	: 0
3600.43/3554.63	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 211196
3600.43/3554.63	s SATISFIABLE
3600.43/3554.63	c Found 7 solution(s)
3600.43/3554.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.43/3554.64	c objective function=-89
3600.43/3554.64	c Total wall clock time (in seconds): 3554.301

Verifier Data

OK	-89

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498203-1751273629/watcher-4498203-1751273629 -o /tmp/evaluation-result-4498203-1751273629/solver-4498203-1751273629 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751270048-35797 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4498203-1751273629.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=36283, runsolver pid=36280

[startup+0.100071 s]*
/proc/loadavg: 4.15 4.15 4.20 6/323 36301
/proc/meminfo: memFree=120771668/131382112 swapFree=33010684/33010684
[pid=36283] ppid=36280 vsize=18930384 memory=48472 CPUtime=0.1 cores=5,7
/proc/36283/stat : 36283 (java) S 36280 36283 35496 0 -1 4194304 5810 0 0 0 7 3 0 0 20 0 18 0 43042617 19384713216 12118 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
/proc/36283/statm: 4732596 12118 5327 1 0 547006 0
[pid=36283/tid=36285] ppid=36280 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/36283/task/36285/stat : 36285 (java) R 36280 36283 35496 0 -1 4194368 4703 0 0 0 5 2 0 0 20 0 18 0 43042619 19384713216 12118 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36294] ppid=36280 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/36283/task/36294/stat : 36294 (Finalizer) S 36280 36283 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43042623 19384713216 12118 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36301] ppid=36280 vsize=18930384 memory=57394571004297 CPUtime=0 cores=5,7
/proc/36283/task/36301/stat : 36301 (Common-Cleaner) S 36280 36283 35496 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 43042624 19384713216 12118 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48472 KiB

[startup+0.213626 s]*
/proc/loadavg: 4.15 4.15 4.20 6/323 36301
/proc/meminfo: memFree=120767572/131382112 swapFree=33010684/33010684
[pid=36283] ppid=36280 vsize=18930384 memory=55488 CPUtime=0.26 cores=5,7
/proc/36283/stat : 36283 (java) S 36280 36283 35496 0 -1 4194304 6500 0 0 0 22 4 0 0 20 0 18 0 43042617 19384713216 13872 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
/proc/36283/statm: 4732596 13872 5359 1 0 547579 0
[pid=36283/tid=36285] ppid=36280 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/36283/task/36285/stat : 36285 (java) R 36280 36283 35496 0 -1 4194368 5010 0 0 0 15 2 0 0 20 0 18 0 43042619 19384713216 13872 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36294] ppid=36280 vsize=18930384 memory=1707 CPUtime=0 cores=5,7
/proc/36283/task/36294/stat : 36294 (Finalizer) S 36280 36283 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43042623 19384713216 13872 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36301] ppid=36280 vsize=18930384 memory=56295059358712 CPUtime=0 cores=5,7
/proc/36283/task/36301/stat : 36301 (Common-Cleaner) S 36280 36283 35496 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 43042624 19384713216 13872 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55488 KiB

[startup+0.313522 s]*
/proc/loadavg: 4.15 4.15 4.20 7/323 36301
/proc/meminfo: memFree=120766564/131382112 swapFree=33010684/33010684
[pid=36283] ppid=36280 vsize=18930384 memory=58888 CPUtime=0.39 cores=5,7
/proc/36283/stat : 36283 (java) S 36280 36283 35496 0 -1 4194304 6776 0 0 0 35 4 0 0 20 0 18 0 43042617 19384713216 14722 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
/proc/36283/statm: 4732596 14722 5423 1 0 547777 0
[pid=36283/tid=36285] ppid=36280 vsize=18930384 memory=-6000919507016115820 CPUtime=0.25 cores=5,7
/proc/36283/task/36285/stat : 36285 (java) R 36280 36283 35496 0 -1 4194368 5190 0 0 0 23 2 0 0 20 0 18 0 43042619 19384713216 14722 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36294] ppid=36280 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/36283/task/36294/stat : 36294 (Finalizer) S 36280 36283 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43042623 19384713216 14722 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36301] ppid=36280 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/36283/task/36301/stat : 36301 (Common-Cleaner) S 36280 36283 35496 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 43042624 19384713216 14722 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58888 KiB

[startup+0.700381 s]
/proc/loadavg: 4.15 4.15 4.20 7/323 36301
/proc/meminfo: memFree=120761964/131382112 swapFree=33010684/33010684
[pid=36283] ppid=36280 vsize=18996948 memory=73596 CPUtime=1.07 cores=5,7
/proc/36283/stat : 36283 (java) S 36280 36283 35496 0 -1 4194304 7559 0 0 0 101 6 0 0 20 0 19 0 43042617 19452874752 18399 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
/proc/36283/statm: 4749237 18399 5455 1 0 548475 0
[pid=36283/tid=36285] ppid=36280 vsize=18996948 memory=17664 CPUtime=0.56 cores=5,7
/proc/36283/task/36285/stat : 36285 (java) R 36280 36283 35496 0 -1 4194368 5418 0 0 0 53 3 0 0 20 0 19 0 43042619 19452874752 18399 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36294] ppid=36280 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/36283/task/36294/stat : 36294 (Finalizer) S 36280 36283 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43042623 19452874752 18399 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36301] ppid=36280 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/36283/task/36301/stat : 36301 (Common-Cleaner) S 36280 36283 35496 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43042624 19452874752 18399 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73596 KiB

[startup+1.50028 s]
/proc/loadavg: 4.15 4.15 4.20 6/324 36302
/proc/meminfo: memFree=120741864/131382112 swapFree=33010684/33010684
[pid=36283] ppid=36280 vsize=18996948 memory=105568 CPUtime=2.66 cores=5,7
/proc/36283/stat : 36283 (java) S 36280 36283 35496 0 -1 4194304 15016 0 0 0 258 8 0 0 20 0 19 0 43042617 19452874752 26392 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
/proc/36283/statm: 4749237 26392 5487 1 0 551095 0
[pid=36283/tid=36285] ppid=36280 vsize=18996948 memory=3200 CPUtime=1.35 cores=5,7
/proc/36283/task/36285/stat : 36285 (java) R 36280 36283 35496 0 -1 4194368 5624 0 0 0 131 4 0 0 20 0 19 0 43042619 19452874752 26392 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36294] ppid=36280 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/36283/task/36294/stat : 36294 (Finalizer) S 36280 36283 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43042623 19452874752 26392 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36301] ppid=36280 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/36283/task/36301/stat : 36301 (Common-Cleaner) S 36280 36283 35496 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43042624 19452874752 26392 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36302] ppid=36280 vsize=18996948 memory=14848 CPUtime=0 cores=5,7
/proc/36283/task/36302/stat : 36302 (Timer-0) S 36280 36283 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43042686 19452874752 26392 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 105568 KiB

[startup+3.10556 s]
/proc/loadavg: 4.15 4.15 4.20 5/325 36303
/proc/meminfo: memFree=120535320/131382112 swapFree=33010684/33010684
[pid=36283] ppid=36280 vsize=19063512 memory=221484 CPUtime=4.78 cores=5,7
/proc/36283/stat : 36283 (java) S 36280 36283 35496 0 -1 4194304 17895 0 0 0 467 11 0 0 20 0 20 0 43042617 19521036288 55371 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
/proc/36283/statm: 4765878 55371 5519 1 0 551432 0
[pid=36283/tid=36285] ppid=36280 vsize=19063512 memory=14848 CPUtime=2.88 cores=5,7
/proc/36283/task/36285/stat : 36285 (java) R 36280 36283 35496 0 -1 4194368 6793 0 0 0 283 5 0 0 20 0 20 0 43042619 19521036288 55371 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36294] ppid=36280 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/36283/task/36294/stat : 36294 (Finalizer) S 36280 36283 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43042623 19521036288 55371 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36301] ppid=36280 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/36283/task/36301/stat : 36301 (Common-Cleaner) S 36280 36283 35496 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 43042624 19521036288 55371 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36302] ppid=36280 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/36283/task/36302/stat : 36302 (Timer-0) S 36280 36283 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43042686 19521036288 55371 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
Current children cumulated CPU time: 4.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 221484 KiB

[startup+6.3005 s]
/proc/loadavg: 4.14 4.15 4.19 5/325 36303
/proc/meminfo: memFree=120342556/131382112 swapFree=33010684/33010684
[pid=36283] ppid=36280 vsize=19063512 memory=346480 CPUtime=8.16 cores=5,7
/proc/36283/stat : 36283 (java) S 36280 36283 35496 0 -1 4194304 18062 0 0 0 803 13 0 0 20 0 20 0 43042617 19521036288 86620 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
/proc/36283/statm: 4765878 86620 5519 1 0 551433 0
[pid=36283/tid=36285] ppid=36280 vsize=19063512 memory=0 CPUtime=5.86 cores=5,7
/proc/36283/task/36285/stat : 36285 (java) R 36280 36283 35496 0 -1 4194368 6793 0 0 0 581 5 0 0 20 0 20 0 43042619 19521036288 86620 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36294] ppid=36280 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/36283/task/36294/stat : 36294 (Finalizer) S 36280 36283 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43042623 19521036288 86620 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36301] ppid=36280 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/36283/task/36301/stat : 36301 (Common-Cleaner) S 36280 36283 35496 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 43042624 19521036288 86620 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36302] ppid=36280 vsize=19063512 memory=111840 CPUtime=0 cores=5,7
/proc/36283/task/36302/stat : 36302 (Timer-0) S 36280 36283 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43042686 19521036288 86620 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
Current children cumulated CPU time: 8.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 346480 KiB

[startup+12.7005 s]
/proc/loadavg: 4.13 4.14 4.19 5/325 36303
/proc/meminfo: memFree=119990308/131382112 swapFree=33010684/33010684
[pid=36283] ppid=36280 vsize=19063512 memory=751600 CPUtime=15.03 cores=5,7
/proc/36283/stat : 36283 (java) S 36280 36283 35496 0 -1 4194304 23079 0 0 0 1479 24 0 0 20 0 20 0 43042617 19521036288 187900 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
/proc/36283/statm: 4765878 187900 5551 1 0 841775 0
[pid=36283/tid=36285] ppid=36280 vsize=19063512 memory=111840 CPUtime=11.92 cores=5,7
/proc/36283/task/36285/stat : 36285 (java) R 36280 36283 35496 0 -1 4194368 8100 0 0 0 1183 9 0 0 20 0 20 0 43042619 19521036288 187900 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36294] ppid=36280 vsize=19063512 memory=612304 CPUtime=0 cores=5,7
/proc/36283/task/36294/stat : 36294 (Finalizer) S 36280 36283 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43042623 19521036288 187900 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36301] ppid=36280 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/36283/task/36301/stat : 36301 (Common-Cleaner) S 36280 36283 35496 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 43042624 19521036288 187900 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36302] ppid=36280 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/36283/task/36302/stat : 36302 (Timer-0) S 36280 36283 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43042686 19521036288 187900 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
Current children cumulated CPU time: 15.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 751600 KiB

[startup+25.5005 s]
/proc/loadavg: 4.24 4.17 4.20 5/324 36369
/proc/meminfo: memFree=120338764/131382112 swapFree=33010684/33010684
[pid=36283] ppid=36280 vsize=19063512 memory=1214744 CPUtime=28.7 cores=5,7
/proc/36283/stat : 36283 (java) S 36280 36283 35496 0 -1 4194304 27411 0 0 0 2831 39 0 0 20 0 20 0 43042617 19521036288 303686 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
/proc/36283/statm: 4765878 303686 5551 1 0 981731 0
[pid=36283/tid=36285] ppid=36280 vsize=19063512 memory=0 CPUtime=24.22 cores=5,7
/proc/36283/task/36285/stat : 36285 (java) R 36280 36283 35496 0 -1 4194368 8753 0 0 0 2408 14 0 0 20 0 20 0 43042619 19521036288 303686 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36294] ppid=36280 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/36283/task/36294/stat : 36294 (Finalizer) S 36280 36283 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43042623 19521036288 303686 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36301] ppid=36280 vsize=19063512 memory=1214744 CPUtime=0 cores=5,7
/proc/36283/task/36301/stat : 36301 (Common-Cleaner) S 36280 36283 35496 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 43042624 19521036288 303686 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36302] ppid=36280 vsize=19063512 memory=1001712 CPUtime=0 cores=5,7
/proc/36283/task/36302/stat : 36302 (Timer-0) S 36280 36283 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43042686 19521036288 303686 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
Current children cumulated CPU time: 28.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1214744 KiB

[startup+51.1136 s]
/proc/loadavg: 4.16 4.16 4.19 5/325 36370
/proc/meminfo: memFree=118822624/131382112 swapFree=33010684/33010684
[pid=36283] ppid=36280 vsize=19063512 memory=2055732 CPUtime=54.92 cores=5,7
/proc/36283/stat : 36283 (java) S 36280 36283 35496 0 -1 4194304 29217 0 0 0 5433 59 0 0 20 0 20 0 43042617 19521036288 513933 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
/proc/36283/statm: 4765878 513933 5551 1 0 1107066 0
[pid=36283/tid=36285] ppid=36280 vsize=19063512 memory=1333560 CPUtime=48.74 cores=5,7
/proc/36283/task/36285/stat : 36285 (java) R 36280 36283 35496 0 -1 4194368 9301 0 0 0 4856 18 0 0 20 0 20 0 43042619 19521036288 513933 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36294] ppid=36280 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/36283/task/36294/stat : 36294 (Finalizer) S 36280 36283 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43042623 19521036288 513933 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36301] ppid=36280 vsize=19063512 memory=1758712 CPUtime=0 cores=5,7
/proc/36283/task/36301/stat : 36301 (Common-Cleaner) S 36280 36283 35496 0 -1 4194368 44 0 0 0 0 0 0 0 20 0 20 0 43042624 19521036288 513933 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36302] ppid=36280 vsize=19063512 memory=1651068 CPUtime=0 cores=5,7

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

[startup+3222.3 s]
/proc/loadavg: 4.22 4.20 4.19 5/326 36614
/proc/meminfo: memFree=107479240/131382112 swapFree=33010684/33010684
[pid=36283] ppid=36280 vsize=19063512 memory=10380164 CPUtime=3266.31 cores=5,7
/proc/36283/stat : 36283 (java) S 36280 36283 35496 0 -1 4194304 205129 0 0 0 326149 482 0 0 20 0 20 0 43042617 19521036288 2595041 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
/proc/36283/statm: 4765878 2595041 5583 1 0 2936515 0
[pid=36283/tid=36285] ppid=36280 vsize=19063512 memory=10378108 CPUtime=3166.78 cores=5,7
/proc/36283/task/36285/stat : 36285 (java) R 36280 36283 35496 0 -1 4194368 107784 0 0 0 316603 75 0 0 20 0 20 0 43042619 19521036288 2595041 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36294] ppid=36280 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/36283/task/36294/stat : 36294 (Finalizer) S 36280 36283 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43042623 19521036288 2595041 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36301] ppid=36280 vsize=19063512 memory=10380164 CPUtime=0 cores=5,7
/proc/36283/task/36301/stat : 36301 (Common-Cleaner) S 36280 36283 35496 0 -1 4194368 2531 0 0 0 0 0 0 0 20 0 20 0 43042624 19521036288 2595041 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36302] ppid=36280 vsize=19063512 memory=10380164 CPUtime=0 cores=5,7
/proc/36283/task/36302/stat : 36302 (Timer-0) S 36280 36283 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43042686 19521036288 2595041 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
Current children cumulated CPU time: 3266.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10380164 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.19 4.18 5/326 36616
/proc/meminfo: memFree=107474536/131382112 swapFree=33010684/33010684
[pid=36283] ppid=36280 vsize=19063512 memory=10380164 CPUtime=3326.77 cores=5,7
/proc/36283/stat : 36283 (java) S 36280 36283 35496 0 -1 4194304 207710 0 0 0 332190 487 0 0 20 0 20 0 43042617 19521036288 2595041 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
/proc/36283/statm: 4765878 2595041 5583 1 0 2936515 0
[pid=36283/tid=36285] ppid=36280 vsize=19063512 memory=10380164 CPUtime=3226.02 cores=5,7
/proc/36283/task/36285/stat : 36285 (java) R 36280 36283 35496 0 -1 4194368 109647 0 0 0 322527 75 0 0 20 0 20 0 43042619 19521036288 2595041 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36294] ppid=36280 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/36283/task/36294/stat : 36294 (Finalizer) S 36280 36283 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43042623 19521036288 2595041 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36301] ppid=36280 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/36283/task/36301/stat : 36301 (Common-Cleaner) S 36280 36283 35496 0 -1 4194368 2613 0 0 0 0 0 0 0 20 0 20 0 43042624 19521036288 2595041 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36302] ppid=36280 vsize=19063512 memory=5692 CPUtime=0 cores=5,7
/proc/36283/task/36302/stat : 36302 (Timer-0) S 36280 36283 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43042686 19521036288 2595041 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
Current children cumulated CPU time: 3326.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10380164 KiB

[startup+3342.3 s]
/proc/loadavg: 4.57 4.28 4.21 5/326 36618
/proc/meminfo: memFree=107468960/131382112 swapFree=33010684/33010684
[pid=36283] ppid=36280 vsize=19063512 memory=10386396 CPUtime=3387.18 cores=5,7
/proc/36283/stat : 36283 (java) S 36280 36283 35496 0 -1 4194304 210054 0 0 0 338228 490 0 0 20 0 20 0 43042617 19521036288 2596599 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
/proc/36283/statm: 4765878 2596599 5583 1 0 2936515 0
[pid=36283/tid=36285] ppid=36280 vsize=19063512 memory=10386396 CPUtime=3285.35 cores=5,7
/proc/36283/task/36285/stat : 36285 (java) R 36280 36283 35496 0 -1 4194368 111701 0 0 0 328460 75 0 0 20 0 20 0 43042619 19521036288 2596599 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36294] ppid=36280 vsize=19063512 memory=10386396 CPUtime=0 cores=5,7
/proc/36283/task/36294/stat : 36294 (Finalizer) S 36280 36283 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43042623 19521036288 2596599 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36301] ppid=36280 vsize=19063512 memory=17664 CPUtime=0 cores=5,7
/proc/36283/task/36301/stat : 36301 (Common-Cleaner) S 36280 36283 35496 0 -1 4194368 2623 0 0 0 0 0 0 0 20 0 20 0 43042624 19521036288 2596599 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36302] ppid=36280 vsize=19063512 memory=22924 CPUtime=0 cores=5,7
/proc/36283/task/36302/stat : 36302 (Timer-0) S 36280 36283 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43042686 19521036288 2596599 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
Current children cumulated CPU time: 3387.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10386396 KiB

[startup+3402.3 s]
/proc/loadavg: 4.61 4.36 4.25 5/327 36621
/proc/meminfo: memFree=107468100/131382112 swapFree=33010684/33010684
[pid=36283] ppid=36280 vsize=19063512 memory=10386396 CPUtime=3447.29 cores=5,7
/proc/36283/stat : 36283 (java) S 36280 36283 35496 0 -1 4194304 213581 0 0 0 344235 494 0 0 20 0 20 0 43042617 19521036288 2596599 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
/proc/36283/statm: 4765878 2596599 5583 1 0 2936515 0
[pid=36283/tid=36285] ppid=36280 vsize=19063512 memory=10386396 CPUtime=3344.96 cores=5,7
/proc/36283/task/36285/stat : 36285 (java) R 36280 36283 35496 0 -1 4194368 114319 0 0 0 334420 76 0 0 20 0 20 0 43042619 19521036288 2596599 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36294] ppid=36280 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/36283/task/36294/stat : 36294 (Finalizer) S 36280 36283 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43042623 19521036288 2596599 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36301] ppid=36280 vsize=19063512 memory=10386396 CPUtime=0 cores=5,7
/proc/36283/task/36301/stat : 36301 (Common-Cleaner) S 36280 36283 35496 0 -1 4194368 2756 0 0 0 0 0 0 0 20 0 20 0 43042624 19521036288 2596599 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36302] ppid=36280 vsize=19063512 memory=10386396 CPUtime=0 cores=5,7
/proc/36283/task/36302/stat : 36302 (Timer-0) S 36280 36283 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43042686 19521036288 2596599 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
Current children cumulated CPU time: 3447.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10386396 KiB

[startup+3462.3 s]
/proc/loadavg: 4.35 4.33 4.24 5/326 36624
/proc/meminfo: memFree=107261780/131382112 swapFree=33010684/33010684
[pid=36283] ppid=36280 vsize=19063512 memory=10556380 CPUtime=3507.76 cores=5,7
/proc/36283/stat : 36283 (java) S 36280 36283 35496 0 -1 4194304 216199 0 0 0 350274 502 0 0 20 0 20 0 43042617 19521036288 2639095 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
/proc/36283/statm: 4765878 2639095 5583 1 0 2936515 0
[pid=36283/tid=36285] ppid=36280 vsize=19063512 memory=10386396 CPUtime=3404.25 cores=5,7
/proc/36283/task/36285/stat : 36285 (java) R 36280 36283 35496 0 -1 4194368 115903 0 0 0 340349 76 0 0 20 0 20 0 43042619 19521036288 2639095 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36294] ppid=36280 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/36283/task/36294/stat : 36294 (Finalizer) S 36280 36283 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43042623 19521036288 2639095 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36301] ppid=36280 vsize=19063512 memory=10386396 CPUtime=0 cores=5,7
/proc/36283/task/36301/stat : 36301 (Common-Cleaner) S 36280 36283 35496 0 -1 4194368 2880 0 0 0 0 0 0 0 20 0 20 0 43042624 19521036288 2639095 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36302] ppid=36280 vsize=19063512 memory=4283093241937161882 CPUtime=0 cores=5,7
/proc/36283/task/36302/stat : 36302 (Timer-0) S 36280 36283 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43042686 19521036288 2639095 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
Current children cumulated CPU time: 3507.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10556380 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.30 4.23 6/326 36693
/proc/meminfo: memFree=117108668/131382112 swapFree=33010684/33010684
[pid=36283] ppid=36280 vsize=19063512 memory=10580956 CPUtime=3568 cores=5,7
/proc/36283/stat : 36283 (java) S 36280 36283 35496 0 -1 4194304 220063 0 0 0 356293 507 0 0 20 0 20 0 43042617 19521036288 2645239 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
/proc/36283/statm: 4765878 2645239 5583 1 0 2936515 0
[pid=36283/tid=36285] ppid=36280 vsize=19063512 memory=10580956 CPUtime=3463.73 cores=5,7
/proc/36283/task/36285/stat : 36285 (java) R 36280 36283 35496 0 -1 4194368 118887 0 0 0 346297 76 0 0 20 0 20 0 43042619 19521036288 2645239 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36294] ppid=36280 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/36283/task/36294/stat : 36294 (Finalizer) S 36280 36283 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43042623 19521036288 2645239 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36301] ppid=36280 vsize=19063512 memory=14848 CPUtime=0 cores=5,7
/proc/36283/task/36301/stat : 36301 (Common-Cleaner) S 36280 36283 35496 0 -1 4194368 2958 0 0 0 0 0 0 0 20 0 20 0 43042624 19521036288 2645239 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36302] ppid=36280 vsize=19063512 memory=10580956 CPUtime=0 cores=5,7
/proc/36283/task/36302/stat : 36302 (Timer-0) S 36280 36283 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43042686 19521036288 2645239 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
Current children cumulated CPU time: 3568 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10580956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3554.4 s]
/proc/loadavg: 4.24 4.29 4.23 6/326 36693
/proc/meminfo: memFree=117100704/131382112 swapFree=33010684/33010684
[pid=36283] ppid=36280 vsize=19063512 memory=10580956 CPUtime=3600.04 cores=5,7
/proc/36283/stat : 36283 (java) S 36280 36283 35496 0 -1 4194304 221204 0 0 0 359495 509 0 0 20 0 20 0 43042617 19521036288 2645239 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
/proc/36283/statm: 4765878 2645239 5583 1 0 2936515 0
[pid=36283/tid=36285] ppid=36280 vsize=19063512 memory=10580956 CPUtime=3495.73 cores=5,7
/proc/36283/task/36285/stat : 36285 (java) R 36280 36283 35496 0 -1 4194368 119960 0 0 0 349497 76 0 0 20 0 20 0 43042619 19521036288 2645239 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36294] ppid=36280 vsize=19063512 memory=-6000919507016115820 CPUtime=0 cores=5,7
/proc/36283/task/36294/stat : 36294 (Finalizer) S 36280 36283 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43042623 19521036288 2645239 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36301] ppid=36280 vsize=19063512 memory=6644 CPUtime=0 cores=5,7
/proc/36283/task/36301/stat : 36301 (Common-Cleaner) S 36280 36283 35496 0 -1 4194368 2974 0 0 0 0 0 0 0 20 0 20 0 43042624 19521036288 2645239 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36302] ppid=36280 vsize=19063512 memory=19968 CPUtime=0 cores=5,7
/proc/36283/task/36302/stat : 36302 (Timer-0) S 36280 36283 35496 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43042686 19521036288 2645239 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10580956 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.42 s, system=5.13119 s

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

[startup+3554.6 s]
/proc/loadavg: 4.24 4.29 4.23 6/326 36693
/proc/meminfo: memFree=117100704/131382112 swapFree=33010684/33010684
[pid=36283] ppid=36280 vsize=19263204 memory=10581596 CPUtime=3600.43 cores=5,7
/proc/36283/stat : 36283 (java) S 36280 36283 35496 0 -1 4194304 223495 0 0 0 359533 510 0 0 20 0 21 0 43042617 19725520896 2645399 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
/proc/36283/statm: 4815801 2645399 5583 1 0 2937445 0
[pid=36283/tid=36285] ppid=36280 vsize=19263204 memory=-6000919507016115820 CPUtime=3495.91 cores=5,7
/proc/36283/task/36285/stat : 36285 (java) R 36280 36283 35496 0 -1 4194368 120305 0 0 0 349515 76 0 0 20 0 21 0 43042619 19725520896 2645399 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36294] ppid=36280 vsize=19263204 memory=6976 CPUtime=0 cores=5,7
/proc/36283/task/36294/stat : 36294 (Finalizer) S 36280 36283 35496 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 43042623 19725520896 2645399 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
[pid=36283/tid=36301] ppid=36280 vsize=19263204 memory=6784 CPUtime=0 cores=5,7
/proc/36283/task/36301/stat : 36301 (Common-Cleaner) S 36280 36283 35496 0 -1 4194368 2974 0 0 0 0 0 0 0 20 0 21 0 43042624 19725520896 2645399 18446744073709551615 94178078101504 94178078105200 140731508981040 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94178078113016 94178078113808 94178105532416 140731508984193 140731508984294 140731508984294 140731508989896 0
Current children cumulated CPU time: 3600.43 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 10581596 KiB

Child status: 143

Real time (s): 3554.67
CPU time (s): 3600.55
CPU user time (s): 3595.42
CPU system time (s): 5.13119
CPU usage (%): 101.291
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 10581596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.42
system time used= 5.13119
maximum resident set size= 10581724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224067
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111885
involuntary context switches= 10312


# summary of solver processes directly reported to runsolver:
#   pid: 36283
#   total CPU time (s): 3600.55
#   total CPU user time (s): 3595.42
#   total CPU system time (s): 5.13119

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.1573 second user time and 34.5885 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-30 10:53:49
IDJOB=4498203
IDBENCH=148554
IDSOLVER=3363
FILE ID=nodeC012/4498203-1751273629
RUNJOBID= nodeC012-1751270048-35797
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_2.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498203-1751273629/watcher-4498203-1751273629 -o /tmp/evaluation-result-4498203-1751273629/solver-4498203-1751273629 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751270048-35797 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4498203-1751273629.opb

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

MD5SUM BENCH= a8db507b9a19068579e2e54aa556294a
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.698
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		: 3491.740
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.431
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		: 1596.752
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		: 3580.154
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		: 3492.736
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.348
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.154
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:        120798760 kB
MemAvailable:   120595336 kB
Buffers:            3280 kB
Cached:           605896 kB
SwapCached:            0 kB
Active:          9680912 kB
Inactive:         357116 kB
Active(anon):    9446812 kB
Inactive(anon):        0 kB
Active(file):     234100 kB
Inactive(file):   357116 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1080 kB
Writeback:             0 kB
AnonPages:       9431928 kB
Mapped:           122616 kB
Shmem:             17960 kB
KReclaimable:      89592 kB
Slab:             172148 kB
SReclaimable:      89592 kB
SUnreclaim:        82556 kB
KernelStack:        4976 kB
PageTables:        22104 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13054524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9123840 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= 433044 MiB
End job on nodeC012 at 2025-06-30 11:53:04