Trace number 4524614

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06MSAT (TO) 3600.59 3602.88

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_20_pb.cnf.cr--soft-0-100-0.wbo
MD5SUMee6d437ff887b8f66aa5734205ce994a
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.089238
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables600
Total number of constraints70
Number of soft constraints70
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint20
Top cost 3292
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3291
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.15	c version PB25.v20250606
0.08/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.16	c java.vm.version	22.0.1+8-16
0.08/0.16	c java.vm.vendor	Oracle Corporation
0.08/0.16	c sun.arch.data.model	64
0.08/0.16	c java.version		22.0.1
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.16	c os.arch		amd64
0.08/0.16	c Free memory 		2104792832
0.08/0.16	c Max memory 		16282288128
0.08/0.16	c Total memory 		2113929216
0.08/0.16	c Number of processors 	2
0.08/0.20	c Pseudo Boolean Optimization by upper bound
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Glucose 2.1 dynamic restart strategy
0.08/0.20	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.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c Listener: none
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-4524614-1751615822.wbo
0.08/0.20	c reading problem ... 
0.18/0.23	c ... done. Wall clock time 0.027s.
0.18/0.23	c declared #vars     600
0.18/0.23	c internal #vars     670
0.18/0.23	c #constraints  71
0.18/0.23	c constraints type 
0.18/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.18/0.23	c org.sat4j.specs.Constr$1 => 1
0.18/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 40
0.18/0.23	c 71 constraints processed.
0.18/0.24	c objective function length is 70 literals
0.37/0.31	c SATISFIABLE
0.37/0.31	c OPTIMIZING...
0.37/0.31	c Got one! Elapsed wall clock time (in seconds):0.108
0.37/0.31	o 131
1.14/0.73	c Got one! Elapsed wall clock time (in seconds):0.531
1.14/0.73	o 43
1.54/0.91	c cleaning 2921 clauses out of 5843 with flag 6584/5843
1.90/1.16	c Got one! Elapsed wall clock time (in seconds):0.957
1.90/1.16	o 36
2.24/1.41	c cleaning 4012 clauses out of 8033 with flag 14083/10954
2.41/1.57	c Got one! Elapsed wall clock time (in seconds):1.368
2.41/1.57	o 30
2.82/1.99	c cleaning 4596 clauses out of 9196 with flag 21885/16129
3.68/2.74	c cleaning 5296 clauses out of 10600 with flag 74218/22129
3.85/2.82	c Got one! Elapsed wall clock time (in seconds):2.622
3.85/2.82	o 26
4.38/3.34	c cleaning 5370 clauses out of 10747 with flag 36347/27572
4.97/3.98	c Got one! Elapsed wall clock time (in seconds):3.773
4.97/3.98	o 21
5.18/4.16	c Got one! Elapsed wall clock time (in seconds):3.957
5.18/4.16	o 19
5.18/4.18	c Got one! Elapsed wall clock time (in seconds):3.979
5.18/4.18	o 17
5.58/4.55	c cleaning 8446 clauses out of 16901 with flag 16209/39096
6.38/5.20	c cleaning 7214 clauses out of 14452 with flag 63067/45093
6.98/5.87	c cleaning 7079 clauses out of 14237 with flag 109952/52092
7.49/6.34	c cleaning 7548 clauses out of 15159 with flag 178523/60093
8.54/7.39	c cleaning 8301 clauses out of 16610 with flag 248441/69092
9.69/8.43	c cleaning 9136 clauses out of 18309 with flag 329543/79092
10.49/9.28	c cleaning 10081 clauses out of 20175 with flag 416788/90094
11.99/10.71	c cleaning 11044 clauses out of 22093 with flag 516670/102093
14.09/12.86	c cleaning 12023 clauses out of 24048 with flag 643152/115092
15.92/14.61	c cleaning 12985 clauses out of 26025 with flag 754652/129092
17.14/15.84	c cleaning 14014 clauses out of 28041 with flag 876232/144093
18.34/17.05	c cleaning 15010 clauses out of 30027 with flag 1012571/160093
20.82/19.52	c cleaning 16007 clauses out of 32018 with flag 1153664/177094
25.71/24.40	c cleaning 16999 clauses out of 34009 with flag 1304054/195092
27.31/26.08	c cleaning 17978 clauses out of 36011 with flag 1473338/214093
29.61/28.35	c cleaning 19011 clauses out of 38033 with flag 1634730/234093
32.94/31.61	c cleaning 20003 clauses out of 40023 with flag 1795573/255094
36.73/35.47	c cleaning 21003 clauses out of 42020 with flag 1964528/277094
41.03/39.74	c cleaning 22004 clauses out of 44015 with flag 2152287/300092
46.13/44.81	c cleaning 23001 clauses out of 46014 with flag 2356511/324095
51.85/50.57	c cleaning 23998 clauses out of 48010 with flag 2563055/349092
58.55/57.21	c cleaning 24997 clauses out of 50012 with flag 2802542/375092
65.03/63.70	c cleaning 26001 clauses out of 52015 with flag 3028580/402092
72.46/71.17	c cleaning 26997 clauses out of 54014 with flag 3248622/430092
78.24/76.96	c cleaning 28002 clauses out of 56017 with flag 3515814/459092
86.53/85.21	c cleaning 29000 clauses out of 58015 with flag 3808676/489092
93.26/91.96	c cleaning 29987 clauses out of 60017 with flag 4060906/520094
104.08/102.77	c cleaning 30995 clauses out of 62028 with flag 4307612/552092
117.05/115.71	c cleaning 31990 clauses out of 64033 with flag 4624572/585092
131.18/129.80	c cleaning 32994 clauses out of 66043 with flag 4922969/619092
146.85/145.51	c cleaning 33993 clauses out of 68049 with flag 5246029/654092
162.76/161.45	c cleaning 34998 clauses out of 70057 with flag 5550351/690093
177.22/175.94	c cleaning 36001 clauses out of 72061 with flag 5867138/727095
197.22/195.94	c cleaning 36997 clauses out of 74058 with flag 6147524/765093
214.84/213.53	c cleaning 38003 clauses out of 76061 with flag 6479698/804093
233.30/232.10	c cleaning 38998 clauses out of 78057 with flag 6865118/844092
256.09/254.83	c cleaning 39995 clauses out of 80059 with flag 7196718/885092
277.98/276.70	c cleaning 40993 clauses out of 82064 with flag 7556351/927092
300.03/298.81	c cleaning 41999 clauses out of 84071 with flag 7934233/970092
312.65/311.46	c cleaning 43029 clauses out of 86072 with flag 8311427/1014092
325.32/324.13	c cleaning 44015 clauses out of 88046 with flag 8758568/1059095
342.43/341.25	c cleaning 45008 clauses out of 90028 with flag 9198752/1105092
364.69/363.27	c cleaning 46000 clauses out of 92021 with flag 9664297/1152093
378.36/376.91	c cleaning 47005 clauses out of 94021 with flag 10086942/1200093
402.96/401.57	c cleaning 47997 clauses out of 96018 with flag 10530666/1249095
429.00/427.64	c cleaning 48997 clauses out of 98018 with flag 10971229/1299092
466.29/464.98	c cleaning 49998 clauses out of 100023 with flag 11516599/1350094
495.49/494.15	c cleaning 51003 clauses out of 102024 with flag 12075368/1402093
530.31/529.03	c cleaning 52000 clauses out of 104022 with flag 12583537/1455094
561.61/560.32	c cleaning 52995 clauses out of 106020 with flag 13109538/1509092
606.11/604.95	c cleaning 53995 clauses out of 108027 with flag 13602684/1564094
645.14/644.08	c cleaning 54997 clauses out of 110030 with flag 14128401/1620092
680.15/679.03	c cleaning 55996 clauses out of 112033 with flag 14654987/1677092
724.74/723.72	c cleaning 56999 clauses out of 114039 with flag 15268327/1735094
765.54/764.69	c cleaning 58000 clauses out of 116038 with flag 15986178/1794092
809.43/808.66	c cleaning 58993 clauses out of 118038 with flag 16590246/1854092
857.42/856.69	c cleaning 59997 clauses out of 120046 with flag 17346355/1915093
904.22/903.59	c cleaning 61001 clauses out of 122048 with flag 17971298/1977092
950.84/950.00	c cleaning 62004 clauses out of 124049 with flag 18560766/2040094
989.04/988.21	c cleaning 63000 clauses out of 126045 with flag 19276062/2104094
1031.40/1030.63	c cleaning 64000 clauses out of 128045 with flag 19974346/2169094
1073.72/1073.04	c cleaning 64997 clauses out of 130044 with flag 20652430/2235093
1114.31/1113.72	c cleaning 66001 clauses out of 132047 with flag 21382160/2302093
1149.53/1149.08	c cleaning 67000 clauses out of 134045 with flag 22154869/2370092
1188.72/1188.34	c cleaning 67994 clauses out of 136047 with flag 22921728/2439094
1230.92/1230.52	c cleaning 69003 clauses out of 138054 with flag 23718207/2509095
1297.77/1297.57	c cleaning 69963 clauses out of 140048 with flag 24315467/2580092
1329.79/1329.62	c cleaning 70989 clauses out of 142087 with flag 24926083/2652094
1352.34/1352.28	c cleaning 72033 clauses out of 144096 with flag 25538696/2725092
1422.26/1422.39	c cleaning 73010 clauses out of 146065 with flag 26241985/2799094
1452.26/1452.24	c cleaning 74014 clauses out of 148053 with flag 26887598/2874092
1486.49/1486.55	c cleaning 75005 clauses out of 150040 with flag 27610259/2950093
1520.30/1520.49	c cleaning 76005 clauses out of 152035 with flag 28363397/3027093
1555.70/1555.93	c cleaning 77001 clauses out of 154030 with flag 29161491/3105093
1600.29/1600.45	c cleaning 78001 clauses out of 156029 with flag 29907523/3184093
1643.80/1644.05	c cleaning 78999 clauses out of 158027 with flag 30680969/3264092
1679.80/1680.14	c cleaning 80000 clauses out of 160029 with flag 31482924/3345093
1716.70/1717.17	c cleaning 80996 clauses out of 162028 with flag 32332501/3427092
1758.16/1758.59	c cleaning 82004 clauses out of 164032 with flag 33205856/3510092
1797.77/1798.23	c cleaning 83001 clauses out of 166028 with flag 34017378/3594092
1834.64/1834.71	c cleaning 84000 clauses out of 168027 with flag 34874998/3679092
1879.05/1879.27	c cleaning 85000 clauses out of 170027 with flag 35724685/3765092
1917.04/1917.20	c cleaning 86003 clauses out of 172030 with flag 36585466/3852095
1961.53/1961.87	c cleaning 86997 clauses out of 174025 with flag 37505953/3940093
2011.63/2012.07	c cleaning 88001 clauses out of 176027 with flag 38399322/4029092
2062.82/2063.20	c cleaning 89003 clauses out of 178029 with flag 39293954/4119095
2111.11/2111.68	c cleaning 89993 clauses out of 180023 with flag 40219936/4210092
2157.51/2158.12	c cleaning 91002 clauses out of 182031 with flag 41045606/4302093
2202.01/2202.62	c cleaning 92006 clauses out of 184028 with flag 41969928/4395092
2247.11/2247.84	c cleaning 92994 clauses out of 186022 with flag 42909935/4489092
2309.97/2310.86	c cleaning 94002 clauses out of 188028 with flag 43791379/4584092
2374.46/2375.31	c cleaning 95003 clauses out of 190026 with flag 44650155/4680092
2450.99/2452.07	c cleaning 95996 clauses out of 192024 with flag 45618639/4777093
2509.73/2510.93	c cleaning 97005 clauses out of 194027 with flag 46569594/4875092
2576.48/2577.72	c cleaning 98001 clauses out of 196022 with flag 47483919/4974092
2635.25/2636.62	c cleaning 99000 clauses out of 198021 with flag 48421294/5074092
2703.61/2705.10	c cleaning 99996 clauses out of 200022 with flag 49446386/5175093
2776.07/2777.67	c cleaning 101002 clauses out of 202026 with flag 50510272/5277093
2854.96/2856.72	c cleaning 101998 clauses out of 204024 with flag 51558817/5380093
2930.78/2932.66	c cleaning 102999 clauses out of 206025 with flag 52655525/5484092
3010.71/3012.75	c cleaning 104002 clauses out of 208026 with flag 53701241/5589092
3079.33/3081.00	c cleaning 105003 clauses out of 210025 with flag 54796014/5695093
3160.82/3162.51	c cleaning 106000 clauses out of 212021 with flag 55800400/5802092
3243.43/3245.32	c cleaning 106998 clauses out of 214021 with flag 56840043/5910092
3319.94/3322.09	c cleaning 108005 clauses out of 216025 with flag 57880369/6019094
3398.79/3400.90	c cleaning 108994 clauses out of 218018 with flag 58913766/6129092
3478.01/3480.39	c cleaning 109998 clauses out of 220025 with flag 60041320/6240093
3572.70/3575.20	c cleaning 111004 clauses out of 222028 with flag 61143722/6352094
3600.25/3602.76	c starts		: 6929
3600.25/3602.77	c conflicts		: 6418058
3600.25/3602.77	c decisions		: 7931020
3600.25/3602.77	c propagations		: 128235529
3600.25/3602.77	c inspects		: 33348921734
3600.25/3602.77	c shortcuts		: 0
3600.25/3602.77	c learnt literals	: 0
3600.25/3602.77	c learnt binary clauses	: 0
3600.25/3602.77	c learnt ternary clauses	: 0
3600.25/3602.77	c learnt constraints	: 6418058
3600.25/3602.77	c ignored constraints	: 0
3600.25/3602.77	c root simplifications	: 0
3600.25/3602.77	c removed literals (reason simplification)	: 5511918
3600.25/3602.77	c reason swapping (by a shorter reason)	: 0
3600.25/3602.77	c Calls to reduceDB	: 113
3600.25/3602.78	c Number of update (reduction) of LBD	: 3362845
3600.25/3602.78	c Imported unit clauses	: 0
3600.25/3602.78	c No decision after first conflict	: false
3600.25/3602.78	c number of reductions to clauses (during analyze)	: 0
3600.25/3602.78	c number of learned constraints concerned by reduction	: 0
3600.25/3602.78	c number of learning phase by resolution	: 0
3600.25/3602.78	c number of learning phase by cutting planes	: 0
3600.25/3602.78	c number of rounding to 1 operations	: 0
3600.25/3602.78	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.25/3602.78	c number of reductions of the coefficients by power 2 	: 0
3600.25/3602.78	c number of right shift for reduction by power 2 	: 0
3600.25/3602.78	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.25/3602.78	c number of ending skipping 	: 0
3600.25/3602.78	c number of internal skipping 	: 0
3600.25/3602.78	c number of derivation steps 	: 0
3600.25/3602.78	c number of skipped derivation steps 	: 0
3600.25/3602.78	c number of remaining unassigned 	: 0
3600.25/3602.78	c number of remaining assigned 	: 0
3600.25/3602.78	c number of falsified literals weakened from reason	: 0
3600.25/3602.78	c number of falsified literals weakened from conflict	: 0
3600.25/3602.78	c time for arithmetic operations	: 0
3600.25/3602.79	c minimum degree of deleted constraints	: null
3600.25/3602.79	c maximum degree of deleted constraints	: null
3600.25/3602.79	c number of deleted constraints	: 0
3600.25/3602.79	c speed (assignments/second)	: 35595.82589414591
3600.25/3602.79	c non guided choices	: 12577
3600.45/3602.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 176988
3600.45/3602.86	s SATISFIABLE
3600.45/3602.86	c Found 8 solution(s)
3600.45/3602.86	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 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 
3600.45/3602.86	c objective function=17
3600.45/3602.86	c Total wall clock time (in seconds): 3602.658

Verifier Data

OK	17

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: 63708 MiB (62311 MiB free)
  memory of node 1: 64465 MiB (55965 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524614-1751615822/watcher-4524614-1751615822 -o /tmp/evaluation-result-4524614-1751615822/solver-4524614-1751615822 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751615822-99730 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4524614-1751615822.wbo 

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
solver pid=99787, runsolver pid=99772
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.17 1.11 1.60 2/333 99856
/proc/meminfo: memFree=121044964/131249992 swapFree=33010160/33010684
[pid=99787] ppid=99772 vsize=18930384 memory=51672 CPUtime=0.08 cores=1,3
/proc/99787/stat : 99787 (java) S 99772 99787 98938 0 -1 4194304 6046 0 0 0 6 2 0 0 20 0 18 0 77261028 19384713216 12918 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
/proc/99787/statm: 4732596 12918 5368 1 0 547179 0
[pid=99787/tid=99805] ppid=99772 vsize=18930384 memory=4026531960 CPUtime=0.05 cores=1,3
/proc/99787/task/99805/stat : 99805 (java) D 99772 99787 98938 0 -1 4194368 4885 0 0 0 4 1 0 0 20 0 18 0 77261030 19384713216 12918 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99848] ppid=99772 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/99787/task/99848/stat : 99848 (Finalizer) S 99772 99787 98938 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77261032 19384713216 12918 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99856] ppid=99772 vsize=18930384 memory=57385981077077 CPUtime=0 cores=1,3
/proc/99787/task/99856/stat : 99856 (Common-Cleaner) S 99772 99787 98938 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 77261033 19384713216 12918 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51672 KiB

[startup+0.20552 s]*
/proc/loadavg: 1.17 1.11 1.60 9/333 99856
/proc/meminfo: memFree=121026972/131249992 swapFree=33010160/33010684
[pid=99787] ppid=99772 vsize=18930384 memory=59060 CPUtime=0.18 cores=1,3
/proc/99787/stat : 99787 (java) S 99772 99787 98938 0 -1 4194304 6814 0 0 0 16 2 0 0 20 0 18 0 77261028 19384713216 14765 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
/proc/99787/statm: 4732596 14765 5432 1 0 547810 0
[pid=99787/tid=99805] ppid=99772 vsize=18930384 memory=4026794268 CPUtime=0.11 cores=1,3
/proc/99787/task/99805/stat : 99805 (java) R 99772 99787 98938 0 -1 4194368 5211 0 0 0 10 1 0 0 20 0 18 0 77261030 19384713216 14765 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99848] ppid=99772 vsize=18930384 memory=17913 CPUtime=0 cores=1,3
/proc/99787/task/99848/stat : 99848 (Finalizer) S 99772 99787 98938 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77261032 19384713216 14765 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99856] ppid=99772 vsize=18930384 memory=56286469424100 CPUtime=0 cores=1,3
/proc/99787/task/99856/stat : 99856 (Common-Cleaner) S 99772 99787 98938 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 77261033 19384713216 14765 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59060 KiB

[startup+0.305392 s]*
/proc/loadavg: 1.17 1.11 1.60 10/337 99860
/proc/meminfo: memFree=121016072/131249992 swapFree=33010160/33010684
[pid=99787] ppid=99772 vsize=18996948 memory=65396 CPUtime=0.37 cores=1,3
/proc/99787/stat : 99787 (java) S 99772 99787 98938 0 -1 4194304 8592 0 0 0 34 3 0 0 20 0 19 0 77261028 19452874752 16349 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
/proc/99787/statm: 4749237 16349 5496 1 0 548969 0
[pid=99787/tid=99805] ppid=99772 vsize=18996948 memory=-6000919498442629990 CPUtime=0.19 cores=1,3
/proc/99787/task/99805/stat : 99805 (java) R 99772 99787 98938 0 -1 4194368 5357 0 0 0 18 1 0 0 20 0 19 0 77261030 19452874752 16349 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99848] ppid=99772 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/99787/task/99848/stat : 99848 (Finalizer) S 99772 99787 98938 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77261032 19452874752 16349 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99856] ppid=99772 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/99787/task/99856/stat : 99856 (Common-Cleaner) S 99772 99787 98938 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 77261033 19452874752 16349 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99858] ppid=99772 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/99787/task/99858/stat : 99858 (Timer-0) S 99772 99787 98938 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77261053 19452874752 16349 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 65396 KiB

[startup+0.700232 s]
/proc/loadavg: 1.17 1.11 1.60 10/337 99860
/proc/meminfo: memFree=120979408/131249992 swapFree=33010160/33010684
[pid=99787] ppid=99772 vsize=18996948 memory=78924 CPUtime=1.14 cores=1,3
/proc/99787/stat : 99787 (java) S 99772 99787 98938 0 -1 4194304 11924 0 0 0 110 4 0 0 20 0 19 0 77261028 19452874752 19731 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
/proc/99787/statm: 4749237 19731 5496 1 0 551210 0
[pid=99787/tid=99805] ppid=99772 vsize=18996948 memory=18048 CPUtime=0.57 cores=1,3
/proc/99787/task/99805/stat : 99805 (java) R 99772 99787 98938 0 -1 4194368 5390 0 0 0 56 1 0 0 20 0 19 0 77261030 19452874752 19731 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99848] ppid=99772 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/99787/task/99848/stat : 99848 (Finalizer) S 99772 99787 98938 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77261032 19452874752 19731 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99856] ppid=99772 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/99787/task/99856/stat : 99856 (Common-Cleaner) S 99772 99787 98938 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 77261033 19452874752 19731 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99858] ppid=99772 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/99787/task/99858/stat : 99858 (Timer-0) S 99772 99787 98938 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77261053 19452874752 19731 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 78924 KiB

[startup+1.50022 s]
/proc/loadavg: 1.17 1.11 1.60 8/337 99860
/proc/meminfo: memFree=120908992/131249992 swapFree=33010160/33010684
[pid=99787] ppid=99772 vsize=18996948 memory=90144 CPUtime=2.41 cores=1,3
/proc/99787/stat : 99787 (java) S 99772 99787 98938 0 -1 4194304 16293 0 0 0 236 5 0 0 20 0 19 0 77261028 19452874752 22536 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
/proc/99787/statm: 4749237 22536 5496 1 0 551862 0
[pid=99787/tid=99805] ppid=99772 vsize=18996948 memory=0 CPUtime=1.34 cores=1,3
/proc/99787/task/99805/stat : 99805 (java) R 99772 99787 98938 0 -1 4194368 6037 0 0 0 133 1 0 0 20 0 19 0 77261030 19452874752 22536 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99848] ppid=99772 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/99787/task/99848/stat : 99848 (Finalizer) S 99772 99787 98938 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77261032 19452874752 22536 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99856] ppid=99772 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/99787/task/99856/stat : 99856 (Common-Cleaner) S 99772 99787 98938 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 77261033 19452874752 22536 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99858] ppid=99772 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/99787/task/99858/stat : 99858 (Timer-0) S 99772 99787 98938 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77261053 19452874752 22536 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 90144 KiB

[startup+3.10525 s]
/proc/loadavg: 1.17 1.11 1.60 5/339 99862
/proc/meminfo: memFree=120661968/131249992 swapFree=33010160/33010684
[pid=99787] ppid=99772 vsize=18996948 memory=104736 CPUtime=4.18 cores=1,3
/proc/99787/stat : 99787 (java) S 99772 99787 98938 0 -1 4194304 17783 0 0 0 412 6 0 0 20 0 19 0 77261028 19452874752 26184 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
/proc/99787/statm: 4749237 26184 5496 1 0 551864 0
[pid=99787/tid=99805] ppid=99772 vsize=18996948 memory=10752 CPUtime=2.95 cores=1,3
/proc/99787/task/99805/stat : 99805 (java) R 99772 99787 98938 0 -1 4194368 6428 0 0 0 293 2 0 0 20 0 19 0 77261030 19452874752 26184 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99848] ppid=99772 vsize=18996948 memory=-6000919498442629990 CPUtime=0 cores=1,3
/proc/99787/task/99848/stat : 99848 (Finalizer) S 99772 99787 98938 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77261032 19452874752 26184 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99856] ppid=99772 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/99787/task/99856/stat : 99856 (Common-Cleaner) S 99772 99787 98938 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 77261033 19452874752 26184 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99858] ppid=99772 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/99787/task/99858/stat : 99858 (Timer-0) S 99772 99787 98938 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77261053 19452874752 26184 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
Current children cumulated CPU time: 4.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 104736 KiB

[startup+6.3002 s]
/proc/loadavg: 1.39 1.16 1.62 5/339 99862
/proc/meminfo: memFree=120493936/131249992 swapFree=33010160/33010684
[pid=99787] ppid=99772 vsize=18996948 memory=135676 CPUtime=7.49 cores=1,3
/proc/99787/stat : 99787 (java) S 99772 99787 98938 0 -1 4194304 19412 0 0 0 742 7 0 0 20 0 19 0 77261028 19452874752 33919 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
/proc/99787/statm: 4749237 33919 5496 1 0 551864 0
[pid=99787/tid=99805] ppid=99772 vsize=18996948 memory=0 CPUtime=6.14 cores=1,3
/proc/99787/task/99805/stat : 99805 (java) R 99772 99787 98938 0 -1 4194368 6579 0 0 0 611 3 0 0 20 0 19 0 77261030 19452874752 33919 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99848] ppid=99772 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/99787/task/99848/stat : 99848 (Finalizer) S 99772 99787 98938 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77261032 19452874752 33919 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99856] ppid=99772 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/99787/task/99856/stat : 99856 (Common-Cleaner) S 99772 99787 98938 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 77261033 19452874752 33919 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99858] ppid=99772 vsize=18996948 memory=92320 CPUtime=0 cores=1,3
/proc/99787/task/99858/stat : 99858 (Timer-0) S 99772 99787 98938 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77261053 19452874752 33919 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
Current children cumulated CPU time: 7.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 135676 KiB

[startup+12.7002 s]
/proc/loadavg: 1.76 1.24 1.64 6/340 99864
/proc/meminfo: memFree=120099556/131249992 swapFree=33010160/33010684
[pid=99787] ppid=99772 vsize=19063512 memory=179392 CPUtime=13.99 cores=1,3
/proc/99787/stat : 99787 (java) S 99772 99787 98938 0 -1 4194304 23153 0 0 0 1391 8 0 0 20 0 20 0 77261028 19521036288 44848 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
/proc/99787/statm: 4765878 44848 5528 1 0 552153 0
[pid=99787/tid=99805] ppid=99772 vsize=19063512 memory=92320 CPUtime=12.5 cores=1,3
/proc/99787/task/99805/stat : 99805 (java) R 99772 99787 98938 0 -1 4194368 7252 0 0 0 1247 3 0 0 20 0 20 0 77261030 19521036288 44848 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99848] ppid=99772 vsize=19063512 memory=179392 CPUtime=0 cores=1,3
/proc/99787/task/99848/stat : 99848 (Finalizer) S 99772 99787 98938 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77261032 19521036288 44848 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99856] ppid=99772 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/99787/task/99856/stat : 99856 (Common-Cleaner) S 99772 99787 98938 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 77261033 19521036288 44848 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99858] ppid=99772 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/99787/task/99858/stat : 99858 (Timer-0) S 99772 99787 98938 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77261053 19521036288 44848 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
Current children cumulated CPU time: 13.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179392 KiB

[startup+25.5002 s]
/proc/loadavg: 2.33 1.39 1.68 5/341 99865
/proc/meminfo: memFree=119315448/131249992 swapFree=33010160/33010684
[pid=99787] ppid=99772 vsize=19063512 memory=191800 CPUtime=26.81 cores=1,3
/proc/99787/stat : 99787 (java) S 99772 99787 98938 0 -1 4194304 27001 0 0 0 2672 9 0 0 20 0 20 0 77261028 19521036288 47950 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
/proc/99787/statm: 4765878 47950 5528 1 0 552153 0
[pid=99787/tid=99805] ppid=99772 vsize=19063512 memory=179392 CPUtime=25.24 cores=1,3
/proc/99787/task/99805/stat : 99805 (java) R 99772 99787 98938 0 -1 4194368 8218 0 0 0 2521 3 0 0 20 0 20 0 77261030 19521036288 47950 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99848] ppid=99772 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/99787/task/99848/stat : 99848 (Finalizer) S 99772 99787 98938 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77261032 19521036288 47950 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99856] ppid=99772 vsize=19063512 memory=191800 CPUtime=0 cores=1,3
/proc/99787/task/99856/stat : 99856 (Common-Cleaner) S 99772 99787 98938 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 77261033 19521036288 47950 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99858] ppid=99772 vsize=19063512 memory=191800 CPUtime=0 cores=1,3
/proc/99787/task/99858/stat : 99858 (Timer-0) S 99772 99787 98938 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77261053 19521036288 47950 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
Current children cumulated CPU time: 26.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 191800 KiB

[startup+51.1056 s]
/proc/loadavg: 2.98 1.62 1.75 5/341 99865
/proc/meminfo: memFree=117837744/131249992 swapFree=33010160/33010684
[pid=99787] ppid=99772 vsize=19063512 memory=323368 CPUtime=52.45 cores=1,3
/proc/99787/stat : 99787 (java) S 99772 99787 98938 0 -1 4194304 28220 0 0 0 5233 12 0 0 20 0 20 0 77261028 19521036288 80842 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
/proc/99787/statm: 4765878 80842 5560 1 0 552153 0
[pid=99787/tid=99805] ppid=99772 vsize=19063512 memory=-6000919498442629990 CPUtime=50.69 cores=1,3
/proc/99787/task/99805/stat : 99805 (java) R 99772 99787 98938 0 -1 4194368 8288 0 0 0 5066 3 0 0 20 0 20 0 77261030 19521036288 80842 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99848] ppid=99772 vsize=19063512 memory=4352 CPUtime=0 cores=1,3

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

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.04 5/341 100032
/proc/meminfo: memFree=95735176/131249992 swapFree=33010160/33010684
[pid=99787] ppid=99772 vsize=19063512 memory=2381792 CPUtime=3280.34 cores=1,3
/proc/99787/stat : 99787 (java) S 99772 99787 98938 0 -1 4194304 77958 0 0 0 327909 125 0 0 20 0 20 0 77261028 19521036288 595448 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
/proc/99787/statm: 4765878 595448 5560 1 0 632929 0
[pid=99787/tid=99805] ppid=99772 vsize=19063512 memory=2365408 CPUtime=3270.25 cores=1,3
/proc/99787/task/99805/stat : 99805 (java) R 99772 99787 98938 0 -1 4194368 30027 0 0 0 327012 13 0 0 20 0 20 0 77261030 19521036288 595448 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99848] ppid=99772 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/99787/task/99848/stat : 99848 (Finalizer) S 99772 99787 98938 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77261032 19521036288 595448 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99856] ppid=99772 vsize=19063512 memory=2379744 CPUtime=0 cores=1,3
/proc/99787/task/99856/stat : 99856 (Common-Cleaner) S 99772 99787 98938 0 -1 4194368 1155 0 0 0 0 0 0 0 20 0 20 0 77261033 19521036288 595448 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99858] ppid=99772 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/99787/task/99858/stat : 99858 (Timer-0) S 99772 99787 98938 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77261053 19521036288 595448 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
Current children cumulated CPU time: 3280.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2381792 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.13 4.05 5/341 100035
/proc/meminfo: memFree=95112464/131249992 swapFree=33010160/33010684
[pid=99787] ppid=99772 vsize=19063512 memory=2459616 CPUtime=3340.19 cores=1,3
/proc/99787/stat : 99787 (java) S 99772 99787 98938 0 -1 4194304 78722 0 0 0 333891 128 0 0 20 0 20 0 77261028 19521036288 614904 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
/proc/99787/statm: 4765878 614904 5560 1 0 632929 0
[pid=99787/tid=99805] ppid=99772 vsize=19063512 memory=4252 CPUtime=3330.07 cores=1,3
/proc/99787/task/99805/stat : 99805 (java) R 99772 99787 98938 0 -1 4194368 30695 0 0 0 332993 14 0 0 20 0 20 0 77261030 19521036288 614904 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99848] ppid=99772 vsize=19063512 memory=2447328 CPUtime=0 cores=1,3
/proc/99787/task/99848/stat : 99848 (Finalizer) S 99772 99787 98938 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77261032 19521036288 614904 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99856] ppid=99772 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/99787/task/99856/stat : 99856 (Common-Cleaner) S 99772 99787 98938 0 -1 4194368 1155 0 0 0 0 0 0 0 20 0 20 0 77261033 19521036288 614904 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99858] ppid=99772 vsize=19063512 memory=2459616 CPUtime=0 cores=1,3
/proc/99787/task/99858/stat : 99858 (Timer-0) S 99772 99787 98938 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77261053 19521036288 614904 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
Current children cumulated CPU time: 3340.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2459616 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.10 4.04 5/342 100042
/proc/meminfo: memFree=95105448/131249992 swapFree=33010160/33010684
[pid=99787] ppid=99772 vsize=19063512 memory=2476000 CPUtime=3400.18 cores=1,3
/proc/99787/stat : 99787 (java) S 99772 99787 98938 0 -1 4194304 79802 0 0 0 339888 130 0 0 20 0 20 0 77261028 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
/proc/99787/statm: 4765878 619000 5560 1 0 632929 0
[pid=99787/tid=99805] ppid=99772 vsize=19063512 memory=14692 CPUtime=3389.78 cores=1,3
/proc/99787/task/99805/stat : 99805 (java) R 99772 99787 98938 0 -1 4194368 30730 0 0 0 338963 15 0 0 20 0 20 0 77261030 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99848] ppid=99772 vsize=19063512 memory=2688 CPUtime=0 cores=1,3
/proc/99787/task/99848/stat : 99848 (Finalizer) S 99772 99787 98938 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77261032 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99856] ppid=99772 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/99787/task/99856/stat : 99856 (Common-Cleaner) S 99772 99787 98938 0 -1 4194368 1166 0 0 0 0 0 0 0 20 0 20 0 77261033 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99858] ppid=99772 vsize=19063512 memory=2476000 CPUtime=0 cores=1,3
/proc/99787/task/99858/stat : 99858 (Timer-0) S 99772 99787 98938 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77261053 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
Current children cumulated CPU time: 3400.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2476000 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.11 4.05 5/342 100044
/proc/meminfo: memFree=94925044/131249992 swapFree=33010160/33010684
[pid=99787] ppid=99772 vsize=19063512 memory=2476000 CPUtime=3460.05 cores=1,3
/proc/99787/stat : 99787 (java) S 99772 99787 98938 0 -1 4194304 80283 0 0 0 345874 131 0 0 20 0 20 0 77261028 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
/proc/99787/statm: 4765878 619000 5560 1 0 632929 0
[pid=99787/tid=99805] ppid=99772 vsize=19063512 memory=2476000 CPUtime=3449.63 cores=1,3
/proc/99787/task/99805/stat : 99805 (java) R 99772 99787 98938 0 -1 4194368 31195 0 0 0 344948 15 0 0 20 0 20 0 77261030 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99848] ppid=99772 vsize=19063512 memory=2476000 CPUtime=0 cores=1,3
/proc/99787/task/99848/stat : 99848 (Finalizer) S 99772 99787 98938 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77261032 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99856] ppid=99772 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/99787/task/99856/stat : 99856 (Common-Cleaner) S 99772 99787 98938 0 -1 4194368 1166 0 0 0 0 0 0 0 20 0 20 0 77261033 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99858] ppid=99772 vsize=19063512 memory=2476000 CPUtime=0 cores=1,3
/proc/99787/task/99858/stat : 99858 (Timer-0) S 99772 99787 98938 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77261053 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
Current children cumulated CPU time: 3460.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2476000 KiB

[startup+3522.3 s]
/proc/loadavg: 4.68 4.24 4.09 5/342 100046
/proc/meminfo: memFree=94924320/131249992 swapFree=33010160/33010684
[pid=99787] ppid=99772 vsize=19063512 memory=2476000 CPUtime=3519.92 cores=1,3
/proc/99787/stat : 99787 (java) S 99772 99787 98938 0 -1 4194304 81159 0 0 0 351860 132 0 0 20 0 20 0 77261028 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
/proc/99787/statm: 4765878 619000 5560 1 0 632931 0
[pid=99787/tid=99805] ppid=99772 vsize=19063512 memory=14692 CPUtime=3509.47 cores=1,3
/proc/99787/task/99805/stat : 99805 (java) R 99772 99787 98938 0 -1 4194368 31939 0 0 0 350932 15 0 0 20 0 20 0 77261030 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99848] ppid=99772 vsize=19063512 memory=14692 CPUtime=0 cores=1,3
/proc/99787/task/99848/stat : 99848 (Finalizer) S 99772 99787 98938 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77261032 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99856] ppid=99772 vsize=19063512 memory=2476000 CPUtime=0 cores=1,3
/proc/99787/task/99856/stat : 99856 (Common-Cleaner) S 99772 99787 98938 0 -1 4194368 1222 0 0 0 0 0 0 0 20 0 20 0 77261033 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99858] ppid=99772 vsize=19063512 memory=2476000 CPUtime=0 cores=1,3
/proc/99787/task/99858/stat : 99858 (Timer-0) S 99772 99787 98938 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77261053 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
Current children cumulated CPU time: 3519.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2476000 KiB

[startup+3582.3 s]
/proc/loadavg: 4.49 4.28 4.12 3/293 100086
/proc/meminfo: memFree=116836364/131249992 swapFree=33010160/33010684
[pid=99787] ppid=99772 vsize=19063512 memory=2476000 CPUtime=3579.79 cores=1,3
/proc/99787/stat : 99787 (java) S 99772 99787 98938 0 -1 4194304 81862 0 0 0 357846 133 0 0 20 0 20 0 77261028 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
/proc/99787/statm: 4765878 619000 5560 1 0 632937 0
[pid=99787/tid=99805] ppid=99772 vsize=19063512 memory=2476000 CPUtime=3569.32 cores=1,3
/proc/99787/task/99805/stat : 99805 (java) R 99772 99787 98938 0 -1 4194368 32580 0 0 0 356917 15 0 0 20 0 20 0 77261030 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99848] ppid=99772 vsize=19063512 memory=2476000 CPUtime=0 cores=1,3
/proc/99787/task/99848/stat : 99848 (Finalizer) S 99772 99787 98938 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77261032 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99856] ppid=99772 vsize=19063512 memory=2476000 CPUtime=0 cores=1,3
/proc/99787/task/99856/stat : 99856 (Common-Cleaner) S 99772 99787 98938 0 -1 4194368 1222 0 0 0 0 0 0 0 20 0 20 0 77261033 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99858] ppid=99772 vsize=19063512 memory=2476000 CPUtime=0 cores=1,3
/proc/99787/task/99858/stat : 99858 (Timer-0) S 99772 99787 98938 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77261053 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
Current children cumulated CPU time: 3579.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2476000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.6 s]
/proc/loadavg: 3.78 4.13 4.07 3/291 100116
/proc/meminfo: memFree=116834304/131249992 swapFree=33010160/33010684
[pid=99787] ppid=99772 vsize=19063512 memory=2476000 CPUtime=3600.05 cores=1,3
/proc/99787/stat : 99787 (java) S 99772 99787 98938 0 -1 4194304 81910 0 0 0 359871 134 0 0 20 0 20 0 77261028 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
/proc/99787/statm: 4765878 619000 5560 1 0 632938 0
[pid=99787/tid=99805] ppid=99772 vsize=19063512 memory=1920 CPUtime=3589.57 cores=1,3
/proc/99787/task/99805/stat : 99805 (java) R 99772 99787 98938 0 -1 4194368 32617 0 0 0 358942 15 0 0 20 0 20 0 77261030 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99848] ppid=99772 vsize=19063512 memory=-6000919498442629990 CPUtime=0 cores=1,3
/proc/99787/task/99848/stat : 99848 (Finalizer) S 99772 99787 98938 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77261032 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99856] ppid=99772 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/99787/task/99856/stat : 99856 (Common-Cleaner) S 99772 99787 98938 0 -1 4194368 1222 0 0 0 0 0 0 0 20 0 20 0 77261033 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99858] ppid=99772 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/99787/task/99858/stat : 99858 (Timer-0) S 99772 99787 98938 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77261053 19521036288 619000 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2476000 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.23 s, system=1.36116 s

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

[startup+3602.8 s]
/proc/loadavg: 3.78 4.13 4.07 3/291 100116
/proc/meminfo: memFree=116834304/131249992 swapFree=33010160/33010684
[pid=99787] ppid=99772 vsize=19263204 memory=2476896 CPUtime=3600.45 cores=1,3
/proc/99787/stat : 99787 (java) S 99772 99787 98938 0 -1 4194304 84443 0 0 0 359910 135 0 0 20 0 21 0 77261028 19725520896 619224 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
/proc/99787/statm: 4815801 619224 5592 1 0 633933 0
[pid=99787/tid=99805] ppid=99772 vsize=19263204 memory=5632 CPUtime=3589.64 cores=1,3
/proc/99787/task/99805/stat : 99805 (java) R 99772 99787 98938 0 -1 4194368 32767 0 0 0 358949 15 0 0 20 0 21 0 77261030 19725520896 619224 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99848] ppid=99772 vsize=19263204 memory=2944 CPUtime=0 cores=1,3
/proc/99787/task/99848/stat : 99848 (Finalizer) S 99772 99787 98938 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 77261032 19725520896 619224 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
[pid=99787/tid=99856] ppid=99772 vsize=19263204 memory=6784 CPUtime=0 cores=1,3
/proc/99787/task/99856/stat : 99856 (Common-Cleaner) S 99772 99787 98938 0 -1 4194368 1222 0 0 0 0 0 0 0 20 0 21 0 77261033 19725520896 619224 18446744073709551615 93830942003200 93830942006896 140721459247776 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93830942014712 93830942015504 93830971670528 140721459251583 140721459251684 140721459251684 140721459257288 0
Current children cumulated CPU time: 3600.45 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2476896 KiB

Child status: 143

Real time (s): 3602.88
CPU time (s): 3600.59
CPU user time (s): 3599.23
CPU system time (s): 1.36116
CPU usage (%): 99.9366
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2476896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.23
system time used= 1.36116
maximum resident set size= 2477024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84686
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105799
involuntary context switches= 6622


# summary of solver processes directly reported to runsolver:
#   pid: 99787
#   total CPU time (s): 3600.59
#   total CPU user time (s): 3599.23
#   total CPU system time (s): 1.36116

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.11493 second user time and 17.1735 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-04 09:57:03
IDJOB=4524614
IDBENCH=143141
IDSOLVER=3380
FILE ID=nodeC025/4524614-1751615822
RUNJOBID= nodeC025-1751615822-99730
SLURM_JOB_ID= 9598901
Free space on /tmp= 432980 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_20_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524614-1751615822/watcher-4524614-1751615822 -o /tmp/evaluation-result-4524614-1751615822/solver-4524614-1751615822 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751615822-99730 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4524614-1751615822.wbo

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

MD5SUM BENCH= ee6d437ff887b8f66aa5734205ce994a
RANDOM SEED=75104551

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        121122756 kB
MemAvailable:   129656708 kB
Buffers:            2128 kB
Cached:          9282428 kB
SwapCached:          200 kB
Active:           404704 kB
Inactive:        8947788 kB
Active(anon):      68960 kB
Inactive(anon):    17156 kB
Active(file):     335744 kB
Inactive(file):  8930632 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1624 kB
Writeback:             0 kB
AnonPages:         71144 kB
Mapped:           103244 kB
Shmem:             17856 kB
KReclaimable:     213628 kB
Slab:             303892 kB
SReclaimable:     213628 kB
SUnreclaim:        90264 kB
KernelStack:        4084 kB
PageTables:         2580 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     330680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432976 MiB
End job on nodeC025 at 2025-07-04 10:57:06