Trace number 4526315

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.28 3599.65

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/spot5/
normalized-spot5-28_wcsp.wbo
MD5SUMb5d1d81f4e188bace3bb605060dfa2e2
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark270105
Best CPU time to get the best result obtained on this benchmark0.767222
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables576
Total number of constraints7352
Number of soft constraints7122
Number of constraints which are clauses7122
Number of constraints which are cardinality constraints (but not clauses)230
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 326159
Min constraint cost 1
Max constraint cost 326159
Sum of constraints costs 2248213986
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4526315-1751630980.wbo
0.13/0.13	c reading problem ... 
0.32/0.26	c ... done. Wall clock time 0.126s.
0.32/0.26	c declared #vars     576
0.32/0.26	c internal #vars     7698
0.32/0.26	c #constraints  7583
0.32/0.26	c constraints type 
0.32/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 574
0.32/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 58
0.32/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.32/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6950
0.32/0.26	c 7583 constraints processed.
0.32/0.27	c objective function length is 7122 literals
0.70/0.41	c SATISFIABLE
0.70/0.41	c OPTIMIZING...
0.70/0.41	c Got one! Elapsed wall clock time (in seconds):0.27
0.70/0.41	o 292110
0.70/0.43	c Got one! Elapsed wall clock time (in seconds):0.296
0.70/0.43	o 290110
1.09/0.62	c Got one! Elapsed wall clock time (in seconds):0.487
1.09/0.62	o 290105
1.09/0.65	c Got one! Elapsed wall clock time (in seconds):0.516
1.09/0.65	o 289110
1.09/0.69	c Got one! Elapsed wall clock time (in seconds):0.553
1.09/0.69	o 289105
1.28/0.71	c Got one! Elapsed wall clock time (in seconds):0.576
1.28/0.71	o 287110
1.28/0.76	c Got one! Elapsed wall clock time (in seconds):0.631
1.28/0.77	o 287105
1.28/0.79	c Got one! Elapsed wall clock time (in seconds):0.654
1.28/0.79	o 284110
1.48/0.85	c Got one! Elapsed wall clock time (in seconds):0.717
1.48/0.85	o 284105
3.12/1.99	c cleaning 2780 clauses out of 5559 with flag 10666/5559
4.56/3.38	c cleaning 4390 clauses out of 8780 with flag 23673/11560
4.93/3.65	c Got one! Elapsed wall clock time (in seconds):3.511
4.93/3.65	o 283110
5.92/4.53	c cleaning 4809 clauses out of 9621 with flag 8627/16791
7.75/6.16	c cleaning 5403 clauses out of 10813 with flag 22599/22792
9.76/8.06	c cleaning 6200 clauses out of 12410 with flag 39136/29792
11.95/10.22	c cleaning 7100 clauses out of 14210 with flag 60290/37792
14.25/12.57	c cleaning 8051 clauses out of 16109 with flag 84327/46791
17.04/15.35	c cleaning 9028 clauses out of 18058 with flag 109198/56791
19.23/17.47	c cleaning 10014 clauses out of 20030 with flag 134782/67791
21.53/19.73	c cleaning 11004 clauses out of 22016 with flag 161475/79791
24.23/22.47	c cleaning 11999 clauses out of 24012 with flag 190468/92791
27.42/25.65	c cleaning 13005 clauses out of 26015 with flag 225901/106793
30.76/28.96	c cleaning 14000 clauses out of 28009 with flag 267152/121792
34.08/32.27	c cleaning 15004 clauses out of 30008 with flag 305939/137791
38.59/36.71	c cleaning 15999 clauses out of 32004 with flag 351862/154791
42.73/40.85	c cleaning 17003 clauses out of 34005 with flag 398897/172791
47.11/45.21	c cleaning 18000 clauses out of 36002 with flag 440516/191791
51.45/49.51	c cleaning 19001 clauses out of 38003 with flag 483003/211792
56.63/54.71	c cleaning 20000 clauses out of 40001 with flag 526895/232791
61.03/59.12	c cleaning 20997 clauses out of 42003 with flag 575371/254793
66.74/64.80	c cleaning 22000 clauses out of 44005 with flag 623988/277792
72.83/70.90	c cleaning 22997 clauses out of 46004 with flag 676109/301791
78.85/77.00	c cleaning 24001 clauses out of 48007 with flag 732882/326791
86.08/84.16	c cleaning 24999 clauses out of 50007 with flag 789742/352792
93.46/91.59	c cleaning 25996 clauses out of 52007 with flag 851460/379791
102.28/100.33	c cleaning 27004 clauses out of 54013 with flag 916622/407793
109.77/107.81	c cleaning 28003 clauses out of 56007 with flag 980754/436791
118.69/116.79	c cleaning 28998 clauses out of 58005 with flag 1045706/466792
128.34/126.36	c cleaning 30000 clauses out of 60007 with flag 1116501/497792
138.95/136.99	c cleaning 31000 clauses out of 62006 with flag 1185341/529791
149.36/147.32	c cleaning 31997 clauses out of 64006 with flag 1264937/562791
160.79/158.71	c cleaning 33001 clauses out of 66010 with flag 1338959/596792
172.51/170.46	c cleaning 34002 clauses out of 68008 with flag 1418922/631791
185.43/183.37	c cleaning 34996 clauses out of 70007 with flag 1501480/667792
199.80/197.74	c cleaning 35999 clauses out of 72010 with flag 1584693/704791
213.24/211.12	c cleaning 37004 clauses out of 74011 with flag 1673735/742791
226.45/224.31	c cleaning 38000 clauses out of 76011 with flag 1771589/781795
243.02/240.69	c cleaning 38995 clauses out of 78007 with flag 1859629/821791
260.39/258.06	c cleaning 40006 clauses out of 80012 with flag 1954758/862791
275.65/273.34	c cleaning 41003 clauses out of 82006 with flag 2046731/904791
289.18/286.82	c cleaning 41995 clauses out of 84005 with flag 2141260/947793
302.36/300.07	c cleaning 43001 clauses out of 86010 with flag 2247646/991793
316.88/314.53	c cleaning 43995 clauses out of 88008 with flag 2355819/1036792
333.24/330.96	c cleaning 45002 clauses out of 90012 with flag 2478710/1082791
354.36/352.04	c cleaning 46003 clauses out of 92010 with flag 2611934/1129791
371.12/368.81	c cleaning 46999 clauses out of 94007 with flag 2740012/1177791
386.47/384.14	c cleaning 48004 clauses out of 96008 with flag 2864185/1226791
408.42/406.17	c cleaning 49003 clauses out of 98007 with flag 2996076/1276794
424.49/422.27	c cleaning 49993 clauses out of 100004 with flag 3248149/1327794
439.36/437.07	c cleaning 50999 clauses out of 102008 with flag 3482798/1379791
456.32/454.08	c cleaning 51996 clauses out of 104011 with flag 3688318/1432793
473.78/471.54	c cleaning 53003 clauses out of 106013 with flag 3897142/1486791
493.35/491.17	c cleaning 54001 clauses out of 108011 with flag 4157038/1541792
515.49/513.31	c cleaning 55005 clauses out of 110009 with flag 4415918/1597791
534.16/532.03	c cleaning 55996 clauses out of 112004 with flag 4635391/1654791
554.43/552.20	c cleaning 56998 clauses out of 114009 with flag 4880569/1712792
576.37/574.20	c cleaning 58003 clauses out of 116011 with flag 5113491/1771792
601.07/598.55	c cleaning 59000 clauses out of 118007 with flag 5362309/1831791
626.32/623.88	c cleaning 60005 clauses out of 120009 with flag 5610944/1892793
652.75/650.21	c cleaning 61000 clauses out of 122003 with flag 5874024/1954792
671.41/668.92	c cleaning 62000 clauses out of 124003 with flag 6163402/2017792
697.56/695.14	c cleaning 62995 clauses out of 126002 with flag 6423219/2081791
721.81/719.45	c cleaning 64004 clauses out of 128007 with flag 6673371/2146791
754.19/751.71	c cleaning 64997 clauses out of 130004 with flag 6929682/2212792
790.70/788.30	c cleaning 65998 clauses out of 132007 with flag 7242058/2279792
826.63/824.39	c cleaning 67003 clauses out of 134014 with flag 7458818/2347797
850.08/847.86	c cleaning 67997 clauses out of 136005 with flag 7629130/2416791
880.03/877.76	c cleaning 69000 clauses out of 138009 with flag 7805793/2486792
909.97/907.70	c cleaning 70000 clauses out of 140008 with flag 7982110/2557791
940.32/938.10	c cleaning 71004 clauses out of 142008 with flag 8167032/2629791
975.53/973.45	c cleaning 72001 clauses out of 144005 with flag 8352747/2702792
1011.10/1008.93	c cleaning 73000 clauses out of 146003 with flag 8535130/2776791
1041.94/1039.80	c cleaning 74000 clauses out of 148003 with flag 8720237/2851791
1076.13/1073.69	c cleaning 75002 clauses out of 150004 with flag 8909621/2927792
1108.15/1105.70	c cleaning 75999 clauses out of 152001 with flag 9098753/3004791
1135.17/1132.70	c cleaning 77002 clauses out of 154003 with flag 9298509/3082792
1174.19/1171.84	c cleaning 77998 clauses out of 156000 with flag 9489161/3161791
1217.19/1214.94	c cleaning 79001 clauses out of 158003 with flag 9679304/3241792
1256.66/1254.34	c cleaning 80000 clauses out of 160002 with flag 9873830/3322792
1298.67/1296.43	c cleaning 80993 clauses out of 162002 with flag 10079750/3404792
1343.28/1341.15	c cleaning 82004 clauses out of 164009 with flag 10284367/3487792
1376.54/1374.38	c cleaning 83002 clauses out of 166007 with flag 10493764/3571794
1414.35/1412.24	c cleaning 84001 clauses out of 168002 with flag 10712152/3656791
1457.66/1455.68	c cleaning 85002 clauses out of 170003 with flag 10930002/3742793
1498.80/1496.75	c cleaning 85996 clauses out of 172000 with flag 11146011/3829792
1549.79/1547.88	c cleaning 86994 clauses out of 174003 with flag 11376292/3917791
1599.61/1597.30	c cleaning 88005 clauses out of 176009 with flag 11609224/4006791
1648.08/1646.00	c cleaning 89001 clauses out of 178004 with flag 11817037/4096791
1695.17/1693.19	c cleaning 89996 clauses out of 180004 with flag 12060744/4187792
1750.20/1748.26	c cleaning 90997 clauses out of 182008 with flag 12297821/4279792
1800.89/1799.05	c cleaning 92005 clauses out of 184011 with flag 12534284/4372792
1850.69/1848.96	c cleaning 92996 clauses out of 186005 with flag 12812574/4466791
1915.05/1913.37	c cleaning 94000 clauses out of 188009 with flag 13163460/4561791
1971.81/1970.27	c cleaning 95001 clauses out of 190010 with flag 13550130/4657792
2020.11/2018.67	c cleaning 96003 clauses out of 192013 with flag 13884494/4754796
2090.95/2089.47	c cleaning 96997 clauses out of 194005 with flag 14188681/4852791
2166.55/2165.22	c cleaning 97996 clauses out of 196009 with flag 14429317/4951792
2241.96/2240.74	c cleaning 99001 clauses out of 198012 with flag 14685538/5051791
2300.63/2299.50	c cleaning 100003 clauses out of 200011 with flag 15104953/5152791
2357.95/2356.88	c cleaning 100996 clauses out of 202008 with flag 15540803/5254791
2426.29/2425.31	c cleaning 101996 clauses out of 204012 with flag 15985289/5357791
2506.85/2505.35	c cleaning 103001 clauses out of 206016 with flag 16449111/5461791
2582.99/2581.67	c cleaning 104008 clauses out of 208017 with flag 16941741/5566793
2659.96/2658.72	c cleaning 105002 clauses out of 210009 with flag 17451355/5672793
2729.21/2728.16	c cleaning 105996 clauses out of 212005 with flag 17935708/5779791
2797.67/2796.70	c cleaning 107003 clauses out of 214011 with flag 18382993/5887793
2874.10/2873.27	c cleaning 107996 clauses out of 216007 with flag 18932695/5996792
2954.63/2953.90	c cleaning 108997 clauses out of 218012 with flag 19432034/6106793
3039.15/3038.60	c cleaning 110002 clauses out of 220013 with flag 19815765/6217791
3114.00/3113.56	c cleaning 111002 clauses out of 222012 with flag 20256262/6329792
3194.73/3194.45	c cleaning 111991 clauses out of 224010 with flag 20790941/6442792
3268.66/3268.35	c cleaning 113007 clauses out of 226019 with flag 21374938/6556792
3335.22/3335.05	c cleaning 114002 clauses out of 228013 with flag 21888742/6671793
3413.60/3412.87	c cleaning 114999 clauses out of 230011 with flag 22306834/6787793
3496.84/3496.12	c cleaning 115997 clauses out of 232012 with flag 22767325/6904793
3576.46/3575.91	c cleaning 117005 clauses out of 234013 with flag 23261544/7022791
3600.00/3599.53	c starts		: 788
3600.00/3599.54	c conflicts		: 7073809
3600.00/3599.54	c decisions		: 8287128
3600.00/3599.54	c propagations		: 382312132
3600.00/3599.54	c inspects		: 19061432005
3600.00/3599.54	c shortcuts		: 0
3600.00/3599.54	c learnt literals	: 0
3600.00/3599.54	c learnt binary clauses	: 0
3600.00/3599.54	c learnt ternary clauses	: 89
3600.00/3599.54	c learnt constraints	: 7073809
3600.00/3599.54	c ignored constraints	: 0
3600.00/3599.54	c root simplifications	: 0
3600.00/3599.54	c removed literals (reason simplification)	: 161079623
3600.00/3599.54	c reason swapping (by a shorter reason)	: 0
3600.00/3599.54	c Calls to reduceDB	: 116
3600.00/3599.54	c Number of update (reduction) of LBD	: 258270
3600.00/3599.54	c Imported unit clauses	: 0
3600.00/3599.54	c No decision after first conflict	: false
3600.00/3599.54	c number of reductions to clauses (during analyze)	: 0
3600.00/3599.54	c number of learned constraints concerned by reduction	: 0
3600.00/3599.54	c number of learning phase by resolution	: 0
3600.00/3599.54	c number of learning phase by cutting planes	: 0
3600.00/3599.54	c number of rounding to 1 operations	: 0
3600.00/3599.54	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3599.55	c number of reductions of the coefficients by power 2 	: 0
3600.00/3599.55	c number of right shift for reduction by power 2 	: 0
3600.00/3599.55	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3599.55	c number of ending skipping 	: 0
3600.00/3599.55	c number of internal skipping 	: 0
3600.00/3599.55	c number of derivation steps 	: 0
3600.00/3599.55	c number of skipped derivation steps 	: 0
3600.00/3599.55	c number of remaining unassigned 	: 0
3600.00/3599.55	c number of remaining assigned 	: 0
3600.00/3599.55	c number of falsified literals weakened from reason	: 0
3600.00/3599.55	c number of falsified literals weakened from conflict	: 0
3600.00/3599.55	c time for arithmetic operations	: 0
3600.00/3599.55	c minimum degree of deleted constraints	: null
3600.00/3599.55	c maximum degree of deleted constraints	: null
3600.00/3599.55	c number of deleted constraints	: 0
3600.00/3599.56	c speed (assignments/second)	: 106219.73701794565
3600.00/3599.56	c non guided choices	: 121
3600.20/3599.62	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 168026
3600.20/3599.62	s SATISFIABLE
3600.20/3599.62	c Found 10 solution(s)
3600.20/3599.63	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 
3600.20/3599.63	c objective function=283110
3600.20/3599.63	c Total wall clock time (in seconds): 3599.496

Verifier Data

OK	283110

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526315-1751630980/watcher-4526315-1751630980 -o /tmp/evaluation-result-4526315-1751630980/solver-4526315-1751630980 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751630972-92821 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4526315-1751630980.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
Current StackSize limit: 8192 KiB

solver pid=93587, runsolver pid=93584

[startup+0.10006 s]*
/proc/loadavg: 2.50 2.34 3.78 5/337 93605
/proc/meminfo: memFree=129523232/131249996 swapFree=33000896/33010684
[pid=93587] ppid=93584 vsize=18930384 memory=57892 CPUtime=0.13 cores=1,3
/proc/93587/stat : 93587 (java) S 93584 93587 89339 0 -1 4194304 6564 0 0 0 11 2 0 0 20 0 18 0 78775879 19384713216 14473 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
/proc/93587/statm: 4732596 14473 5369 1 0 547620 0
[pid=93587/tid=93589] ppid=93584 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/93587/task/93589/stat : 93589 (java) R 93584 93587 89339 0 -1 4194368 5072 0 0 0 6 1 0 0 20 0 18 0 78775880 19384713216 14473 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93598] ppid=93584 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/93587/task/93598/stat : 93598 (Finalizer) S 93584 93587 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78775882 19384713216 14473 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93605] ppid=93584 vsize=18930384 memory=58485492679666 CPUtime=0 cores=1,3
/proc/93587/task/93605/stat : 93605 (Common-Cleaner) S 93584 93587 89339 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78775883 19384713216 14473 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57892 KiB

[startup+0.20576 s]*
/proc/loadavg: 2.50 2.34 3.78 8/338 93606
/proc/meminfo: memFree=129493300/131249996 swapFree=33000896/33010684
[pid=93587] ppid=93584 vsize=18930384 memory=66336 CPUtime=0.32 cores=1,3
/proc/93587/stat : 93587 (java) S 93584 93587 89339 0 -1 4194304 7097 0 0 0 30 2 0 0 20 0 18 0 78775879 19384713216 16584 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
/proc/93587/statm: 4732596 16584 5433 1 0 547949 0
[pid=93587/tid=93589] ppid=93584 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=1,3
/proc/93587/task/93589/stat : 93589 (java) R 93584 93587 89339 0 -1 4194368 5287 0 0 0 15 1 0 0 20 0 18 0 78775880 19384713216 16584 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93598] ppid=93584 vsize=18930384 memory=16099 CPUtime=0 cores=1,3
/proc/93587/task/93598/stat : 93598 (Finalizer) S 93584 93587 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78775882 19384713216 16584 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93605] ppid=93584 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/93587/task/93605/stat : 93605 (Common-Cleaner) S 93584 93587 89339 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78775883 19384713216 16584 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66336 KiB

[startup+0.305764 s]*
/proc/loadavg: 2.50 2.34 3.78 8/339 93607
/proc/meminfo: memFree=129473892/131249996 swapFree=33000896/33010684
[pid=93587] ppid=93584 vsize=18996948 memory=87984 CPUtime=0.51 cores=1,3
/proc/93587/stat : 93587 (java) S 93584 93587 89339 0 -1 4194304 9004 0 0 0 48 3 0 0 20 0 19 0 78775879 19452874752 21996 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
/proc/93587/statm: 4749237 21996 5497 1 0 549451 0
[pid=93587/tid=93589] ppid=93584 vsize=18996948 memory=-6000919489836050790 CPUtime=0.26 cores=1,3
/proc/93587/task/93589/stat : 93589 (java) R 93584 93587 89339 0 -1 4194368 5407 0 0 0 24 2 0 0 20 0 19 0 78775880 19452874752 21996 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93598] ppid=93584 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/93587/task/93598/stat : 93598 (Finalizer) S 93584 93587 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78775882 19452874752 21996 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93605] ppid=93584 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/93587/task/93605/stat : 93605 (Common-Cleaner) S 93584 93587 89339 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78775883 19452874752 21996 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93607] ppid=93584 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/93587/task/93607/stat : 93607 (java) R 93584 93587 89339 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 78775909 19452874752 21996 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87984 KiB

[startup+0.700192 s]
/proc/loadavg: 2.50 2.34 3.78 7/339 93607
/proc/meminfo: memFree=129467344/131249996 swapFree=33000896/33010684
[pid=93587] ppid=93584 vsize=18996948 memory=106648 CPUtime=1.28 cores=1,3
/proc/93587/stat : 93587 (java) S 93584 93587 89339 0 -1 4194304 14920 0 0 0 124 4 0 0 20 0 19 0 78775879 19452874752 26662 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
/proc/93587/statm: 4749237 26662 5497 1 0 552938 0
[pid=93587/tid=93589] ppid=93584 vsize=18996948 memory=14336 CPUtime=0.64 cores=1,3
/proc/93587/task/93589/stat : 93589 (java) R 93584 93587 89339 0 -1 4194368 5614 0 0 0 62 2 0 0 20 0 19 0 78775880 19452874752 26662 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93598] ppid=93584 vsize=18996948 memory=10624 CPUtime=0 cores=1,3
/proc/93587/task/93598/stat : 93598 (Finalizer) S 93584 93587 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78775882 19452874752 26662 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93605] ppid=93584 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/93587/task/93605/stat : 93605 (Common-Cleaner) S 93584 93587 89339 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78775883 19452874752 26662 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93607] ppid=93584 vsize=18996948 memory=4624 CPUtime=0 cores=1,3
/proc/93587/task/93607/stat : 93607 (Timer-0) S 93584 93587 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78775909 19452874752 26662 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 106648 KiB

[startup+1.50019 s]
/proc/loadavg: 2.50 2.34 3.78 6/339 93607
/proc/meminfo: memFree=129441368/131249996 swapFree=33000896/33010684
[pid=93587] ppid=93584 vsize=18996948 memory=119624 CPUtime=2.5 cores=1,3
/proc/93587/stat : 93587 (java) S 93584 93587 89339 0 -1 4194304 16999 0 0 0 246 4 0 0 20 0 19 0 78775879 19452874752 29906 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
/proc/93587/statm: 4749237 29906 5497 1 0 552969 0
[pid=93587/tid=93589] ppid=93584 vsize=18996948 memory=10624 CPUtime=1.43 cores=1,3
/proc/93587/task/93589/stat : 93589 (java) R 93584 93587 89339 0 -1 4194368 5753 0 0 0 141 2 0 0 20 0 19 0 78775880 19452874752 29906 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93598] ppid=93584 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/93587/task/93598/stat : 93598 (Finalizer) S 93584 93587 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78775882 19452874752 29906 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93605] ppid=93584 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/93587/task/93605/stat : 93605 (Common-Cleaner) S 93584 93587 89339 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78775883 19452874752 29906 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93607] ppid=93584 vsize=18996948 memory=4624 CPUtime=0 cores=1,3
/proc/93587/task/93607/stat : 93607 (Timer-0) S 93584 93587 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78775909 19452874752 29906 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 119624 KiB

[startup+3.10559 s]
/proc/loadavg: 2.50 2.34 3.78 6/339 93607
/proc/meminfo: memFree=129417252/131249996 swapFree=33000896/33010684
[pid=93587] ppid=93584 vsize=18996948 memory=136400 CPUtime=4.36 cores=1,3
/proc/93587/stat : 93587 (java) S 93584 93587 89339 0 -1 4194304 21324 0 0 0 431 5 0 0 20 0 19 0 78775879 19452874752 34100 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
/proc/93587/statm: 4749237 34100 5497 1 0 553013 0
[pid=93587/tid=93589] ppid=93584 vsize=18996948 memory=10624 CPUtime=3.01 cores=1,3
/proc/93587/task/93589/stat : 93589 (java) R 93584 93587 89339 0 -1 4194368 6817 0 0 0 299 2 0 0 20 0 19 0 78775880 19452874752 34100 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93598] ppid=93584 vsize=18996948 memory=-6000919489836050790 CPUtime=0 cores=1,3
/proc/93587/task/93598/stat : 93598 (Finalizer) S 93584 93587 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78775882 19452874752 34100 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93605] ppid=93584 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/93587/task/93605/stat : 93605 (Common-Cleaner) S 93584 93587 89339 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78775883 19452874752 34100 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93607] ppid=93584 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/93587/task/93607/stat : 93607 (Timer-0) S 93584 93587 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78775909 19452874752 34100 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
Current children cumulated CPU time: 4.36 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 136400 KiB

[startup+6.30023 s]
/proc/loadavg: 2.62 2.37 3.78 5/339 93607
/proc/meminfo: memFree=129293124/131249996 swapFree=33000896/33010684
[pid=93587] ppid=93584 vsize=18996948 memory=161672 CPUtime=8.02 cores=1,3
/proc/93587/stat : 93587 (java) S 93584 93587 89339 0 -1 4194304 25153 0 0 0 796 6 0 0 20 0 19 0 78775879 19452874752 40418 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
/proc/93587/statm: 4749237 40418 5497 1 0 553020 0
[pid=93587/tid=93589] ppid=93584 vsize=18996948 memory=0 CPUtime=6.2 cores=1,3
/proc/93587/task/93589/stat : 93589 (java) R 93584 93587 89339 0 -1 4194368 7521 0 0 0 617 3 0 0 20 0 19 0 78775880 19452874752 40418 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93598] ppid=93584 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/93587/task/93598/stat : 93598 (Finalizer) S 93584 93587 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78775882 19452874752 40418 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93605] ppid=93584 vsize=18996948 memory=10624 CPUtime=0 cores=1,3
/proc/93587/task/93605/stat : 93605 (Common-Cleaner) S 93584 93587 89339 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78775883 19452874752 40418 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93607] ppid=93584 vsize=18996948 memory=119624 CPUtime=0 cores=1,3
/proc/93587/task/93607/stat : 93607 (Timer-0) S 93584 93587 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78775909 19452874752 40418 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
Current children cumulated CPU time: 8.02 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 161672 KiB

[startup+12.7002 s]
/proc/loadavg: 2.73 2.40 3.79 5/341 93609
/proc/meminfo: memFree=129130608/131249996 swapFree=33000896/33010684
[pid=93587] ppid=93584 vsize=19063512 memory=188964 CPUtime=14.45 cores=1,3
/proc/93587/stat : 93587 (java) S 93584 93587 89339 0 -1 4194304 26648 0 0 0 1439 6 0 0 20 0 20 0 78775879 19521036288 47241 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
/proc/93587/statm: 4765878 47241 5561 1 0 553309 0
[pid=93587/tid=93589] ppid=93584 vsize=19063512 memory=119624 CPUtime=12.56 cores=1,3
/proc/93587/task/93589/stat : 93589 (java) R 93584 93587 89339 0 -1 4194368 7845 0 0 0 1253 3 0 0 20 0 20 0 78775880 19521036288 47241 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93598] ppid=93584 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/93587/task/93598/stat : 93598 (Finalizer) S 93584 93587 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78775882 19521036288 47241 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93605] ppid=93584 vsize=19063512 memory=188964 CPUtime=0 cores=1,3
/proc/93587/task/93605/stat : 93605 (Common-Cleaner) S 93584 93587 89339 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 78775883 19521036288 47241 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93607] ppid=93584 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/93587/task/93607/stat : 93607 (Timer-0) S 93584 93587 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78775909 19521036288 47241 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
Current children cumulated CPU time: 14.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 188964 KiB

[startup+25.5002 s]
/proc/loadavg: 3.15 2.51 3.80 5/341 93609
/proc/meminfo: memFree=128905328/131249996 swapFree=33000896/33010684
[pid=93587] ppid=93584 vsize=19063512 memory=234348 CPUtime=27.32 cores=1,3
/proc/93587/stat : 93587 (java) S 93584 93587 89339 0 -1 4194304 31053 0 0 0 2724 8 0 0 20 0 20 0 78775879 19521036288 58587 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
/proc/93587/statm: 4765878 58587 5561 1 0 553309 0
[pid=93587/tid=93589] ppid=93584 vsize=19063512 memory=10624 CPUtime=25.29 cores=1,3
/proc/93587/task/93589/stat : 93589 (java) R 93584 93587 89339 0 -1 4194368 8839 0 0 0 2526 3 0 0 20 0 20 0 78775880 19521036288 58587 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93598] ppid=93584 vsize=19063512 memory=188964 CPUtime=0 cores=1,3
/proc/93587/task/93598/stat : 93598 (Finalizer) S 93584 93587 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78775882 19521036288 58587 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93605] ppid=93584 vsize=19063512 memory=5148 CPUtime=0 cores=1,3
/proc/93587/task/93605/stat : 93605 (Common-Cleaner) S 93584 93587 89339 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 78775883 19521036288 58587 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93607] ppid=93584 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/93587/task/93607/stat : 93607 (Timer-0) S 93584 93587 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78775909 19521036288 58587 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
Current children cumulated CPU time: 27.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 234348 KiB

[startup+51.1057 s]
/proc/loadavg: 3.44 2.63 3.81 5/342 93611
/proc/meminfo: memFree=128384892/131249996 swapFree=33000896/33010684
[pid=93587] ppid=93584 vsize=19063512 memory=419280 CPUtime=53.05 cores=1,3
/proc/93587/stat : 93587 (java) S 93584 93587 89339 0 -1 4194304 33011 0 0 0 5293 12 0 0 20 0 20 0 78775879 19521036288 104820 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
/proc/93587/statm: 4765878 104820 5561 1 0 553309 0
[pid=93587/tid=93589] ppid=93584 vsize=19063512 memory=419280 CPUtime=50.7 cores=1,3
/proc/93587/task/93589/stat : 93589 (java) R 93584 93587 89339 0 -1 4194368 9226 0 0 0 5067 3 0 0 20 0 20 0 78775880 19521036288 104820 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93598] ppid=93584 vsize=19063512 memory=359704 CPUtime=0 cores=1,3

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

[startup+3282.3 s]
/proc/loadavg: 4.40 4.21 4.13 5/341 93788
/proc/meminfo: memFree=119634044/131249996 swapFree=33000896/33010684
[pid=93587] ppid=93584 vsize=19063512 memory=2149524 CPUtime=3282.63 cores=1,3
/proc/93587/stat : 93587 (java) S 93584 93587 89339 0 -1 4194304 94024 0 0 0 328149 114 0 0 20 0 20 0 78775879 19521036288 537381 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
/proc/93587/statm: 4765878 537381 5561 1 0 554450 0
[pid=93587/tid=93589] ppid=93584 vsize=19063512 memory=2149524 CPUtime=3270.12 cores=1,3
/proc/93587/task/93589/stat : 93589 (java) R 93584 93587 89339 0 -1 4194368 35493 0 0 0 326998 14 0 0 20 0 20 0 78775880 19521036288 537381 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93598] ppid=93584 vsize=19063512 memory=2149524 CPUtime=0 cores=1,3
/proc/93587/task/93598/stat : 93598 (Finalizer) S 93584 93587 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78775882 19521036288 537381 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93605] ppid=93584 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/93587/task/93605/stat : 93605 (Common-Cleaner) S 93584 93587 89339 0 -1 4194368 1669 0 0 0 0 0 0 0 20 0 20 0 78775883 19521036288 537381 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93607] ppid=93584 vsize=19063512 memory=2149524 CPUtime=0 cores=1,3
/proc/93587/task/93607/stat : 93607 (Timer-0) S 93584 93587 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78775909 19521036288 537381 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
Current children cumulated CPU time: 3282.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2149524 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.20 4.13 5/341 93790
/proc/meminfo: memFree=119482260/131249996 swapFree=33000896/33010684
[pid=93587] ppid=93584 vsize=19063512 memory=2149524 CPUtime=3342.5 cores=1,3
/proc/93587/stat : 93587 (java) S 93584 93587 89339 0 -1 4194304 94400 0 0 0 334135 115 0 0 20 0 20 0 78775879 19521036288 537381 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
/proc/93587/statm: 4765878 537381 5561 1 0 554450 0
[pid=93587/tid=93589] ppid=93584 vsize=19063512 memory=14336 CPUtime=3329.98 cores=1,3
/proc/93587/task/93589/stat : 93589 (java) R 93584 93587 89339 0 -1 4194368 35864 0 0 0 332984 14 0 0 20 0 20 0 78775880 19521036288 537381 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93598] ppid=93584 vsize=19063512 memory=2149524 CPUtime=0 cores=1,3
/proc/93587/task/93598/stat : 93598 (Finalizer) S 93584 93587 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78775882 19521036288 537381 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93605] ppid=93584 vsize=19063512 memory=2149524 CPUtime=0 cores=1,3
/proc/93587/task/93605/stat : 93605 (Common-Cleaner) S 93584 93587 89339 0 -1 4194368 1669 0 0 0 0 0 0 0 20 0 20 0 78775883 19521036288 537381 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93607] ppid=93584 vsize=19063512 memory=14156 CPUtime=0 cores=1,3
/proc/93587/task/93607/stat : 93607 (Timer-0) S 93584 93587 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78775909 19521036288 537381 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
Current children cumulated CPU time: 3342.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2149524 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.18 4.12 5/339 93792
/proc/meminfo: memFree=119230916/131249996 swapFree=33000896/33010684
[pid=93587] ppid=93584 vsize=19063512 memory=2154804 CPUtime=3403.12 cores=1,3
/proc/93587/stat : 93587 (java) S 93584 93587 89339 0 -1 4194304 98481 0 0 0 340195 117 0 0 20 0 20 0 78775879 19521036288 538701 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
/proc/93587/statm: 4765878 538701 5561 1 0 555264 0
[pid=93587/tid=93589] ppid=93584 vsize=19063512 memory=2149524 CPUtime=3389.69 cores=1,3
/proc/93587/task/93589/stat : 93589 (java) R 93584 93587 89339 0 -1 4194368 38587 0 0 0 338955 14 0 0 20 0 20 0 78775880 19521036288 538701 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93598] ppid=93584 vsize=19063512 memory=2149524 CPUtime=0 cores=1,3
/proc/93587/task/93598/stat : 93598 (Finalizer) S 93584 93587 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78775882 19521036288 538701 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93605] ppid=93584 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/93587/task/93605/stat : 93605 (Common-Cleaner) S 93584 93587 89339 0 -1 4194368 1706 0 0 0 0 0 0 0 20 0 20 0 78775883 19521036288 538701 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93607] ppid=93584 vsize=19063512 memory=2154804 CPUtime=0 cores=1,3
/proc/93587/task/93607/stat : 93607 (Timer-0) S 93584 93587 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78775909 19521036288 538701 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
Current children cumulated CPU time: 3403.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2154804 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.16 4.12 5/338 93794
/proc/meminfo: memFree=119230056/131249996 swapFree=33000896/33010684
[pid=93587] ppid=93584 vsize=19063512 memory=2154804 CPUtime=3462.99 cores=1,3
/proc/93587/stat : 93587 (java) S 93584 93587 89339 0 -1 4194304 98935 0 0 0 346181 118 0 0 20 0 20 0 78775879 19521036288 538701 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
/proc/93587/statm: 4765878 538701 5561 1 0 555264 0
[pid=93587/tid=93589] ppid=93584 vsize=19063512 memory=2149524 CPUtime=3449.54 cores=1,3
/proc/93587/task/93589/stat : 93589 (java) R 93584 93587 89339 0 -1 4194368 38915 0 0 0 344940 14 0 0 20 0 20 0 78775880 19521036288 538701 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93598] ppid=93584 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/93587/task/93598/stat : 93598 (Finalizer) S 93584 93587 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78775882 19521036288 538701 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93605] ppid=93584 vsize=19063512 memory=2154804 CPUtime=0 cores=1,3
/proc/93587/task/93605/stat : 93605 (Common-Cleaner) S 93584 93587 89339 0 -1 4194368 1725 0 0 0 0 0 0 0 20 0 20 0 78775883 19521036288 538701 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93607] ppid=93584 vsize=19063512 memory=2906780 CPUtime=0 cores=1,3
/proc/93587/task/93607/stat : 93607 (Timer-0) S 93584 93587 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78775909 19521036288 538701 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
Current children cumulated CPU time: 3462.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2154804 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.14 4.11 5/339 93797
/proc/meminfo: memFree=119226104/131249996 swapFree=33000896/33010684
[pid=93587] ppid=93584 vsize=19063512 memory=2158932 CPUtime=3522.97 cores=1,3
/proc/93587/stat : 93587 (java) S 93584 93587 89339 0 -1 4194304 99809 0 0 0 352177 120 0 0 20 0 20 0 78775879 19521036288 539733 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
/proc/93587/statm: 4765878 539733 5561 1 0 555264 0
[pid=93587/tid=93589] ppid=93584 vsize=19063512 memory=2158932 CPUtime=3509.26 cores=1,3
/proc/93587/task/93589/stat : 93589 (java) R 93584 93587 89339 0 -1 4194368 38957 0 0 0 350912 14 0 0 20 0 20 0 78775880 19521036288 539733 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93598] ppid=93584 vsize=19063512 memory=2158932 CPUtime=0 cores=1,3
/proc/93587/task/93598/stat : 93598 (Finalizer) S 93584 93587 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78775882 19521036288 539733 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93605] ppid=93584 vsize=19063512 memory=2158932 CPUtime=0 cores=1,3
/proc/93587/task/93605/stat : 93605 (Common-Cleaner) S 93584 93587 89339 0 -1 4194368 1725 0 0 0 0 0 0 0 20 0 20 0 78775883 19521036288 539733 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93607] ppid=93584 vsize=19063512 memory=2158932 CPUtime=0 cores=1,3
/proc/93587/task/93607/stat : 93607 (Timer-0) S 93584 93587 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78775909 19521036288 539733 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
Current children cumulated CPU time: 3522.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2158932 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.15 4.11 5/339 93799
/proc/meminfo: memFree=119226040/131249996 swapFree=33000896/33010684
[pid=93587] ppid=93584 vsize=19063512 memory=2158932 CPUtime=3582.84 cores=1,3
/proc/93587/stat : 93587 (java) S 93584 93587 89339 0 -1 4194304 100427 0 0 0 358163 121 0 0 20 0 20 0 78775879 19521036288 539733 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
/proc/93587/statm: 4765878 539733 5561 1 0 555264 0
[pid=93587/tid=93589] ppid=93584 vsize=19063512 memory=2158932 CPUtime=3569.11 cores=1,3
/proc/93587/task/93589/stat : 93589 (java) R 93584 93587 89339 0 -1 4194368 39516 0 0 0 356897 14 0 0 20 0 20 0 78775880 19521036288 539733 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93598] ppid=93584 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/93587/task/93598/stat : 93598 (Finalizer) S 93584 93587 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78775882 19521036288 539733 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93605] ppid=93584 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/93587/task/93605/stat : 93605 (Common-Cleaner) S 93584 93587 89339 0 -1 4194368 1725 0 0 0 0 0 0 0 20 0 20 0 78775883 19521036288 539733 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93607] ppid=93584 vsize=19063512 memory=2158932 CPUtime=0 cores=1,3
/proc/93587/task/93607/stat : 93607 (Timer-0) S 93584 93587 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78775909 19521036288 539733 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
Current children cumulated CPU time: 3582.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2158932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.5 s]
/proc/loadavg: 4.34 4.19 4.13 5/337 93996
/proc/meminfo: memFree=125329908/131249996 swapFree=33000896/33010684
[pid=93587] ppid=93584 vsize=19063512 memory=2158932 CPUtime=3600 cores=1,3
/proc/93587/stat : 93587 (java) S 93584 93587 89339 0 -1 4194304 100571 0 0 0 359879 121 0 0 20 0 20 0 78775879 19521036288 539733 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
/proc/93587/statm: 4765878 539733 5561 1 0 555264 0
[pid=93587/tid=93589] ppid=93584 vsize=19063512 memory=2158932 CPUtime=3586.27 cores=1,3
/proc/93587/task/93589/stat : 93589 (java) R 93584 93587 89339 0 -1 4194368 39658 0 0 0 358613 14 0 0 20 0 20 0 78775880 19521036288 539733 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93598] ppid=93584 vsize=19063512 memory=2158932 CPUtime=0 cores=1,3
/proc/93587/task/93598/stat : 93598 (Finalizer) S 93584 93587 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78775882 19521036288 539733 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93605] ppid=93584 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/93587/task/93605/stat : 93605 (Common-Cleaner) S 93584 93587 89339 0 -1 4194368 1725 0 0 0 0 0 0 0 20 0 20 0 78775883 19521036288 539733 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93607] ppid=93584 vsize=19063512 memory=2158932 CPUtime=0 cores=1,3
/proc/93587/task/93607/stat : 93607 (Timer-0) S 93584 93587 89339 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78775909 19521036288 539733 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2158932 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.05 s, system=1.23039 s

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

[startup+3599.61 s]
/proc/loadavg: 4.34 4.19 4.13 5/337 93996
/proc/meminfo: memFree=125329908/131249996 swapFree=33000896/33010684
[pid=93587] ppid=93584 vsize=19263204 memory=2159700 CPUtime=3600.2 cores=1,3
/proc/93587/stat : 93587 (java) S 93584 93587 89339 0 -1 4194304 103003 0 0 0 359899 121 0 0 20 0 21 0 78775879 19725520896 539925 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
/proc/93587/statm: 4815801 539925 5561 1 0 556227 0
[pid=93587/tid=93589] ppid=93584 vsize=19263204 memory=14336 CPUtime=3586.36 cores=1,3
/proc/93587/task/93589/stat : 93589 (java) R 93584 93587 89339 0 -1 4194368 39908 0 0 0 358622 14 0 0 20 0 21 0 78775880 19725520896 539925 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93598] ppid=93584 vsize=19263204 memory=10624 CPUtime=0 cores=1,3
/proc/93587/task/93598/stat : 93598 (Finalizer) S 93584 93587 89339 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78775882 19725520896 539925 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
[pid=93587/tid=93605] ppid=93584 vsize=19263204 memory=5632 CPUtime=0 cores=1,3
/proc/93587/task/93605/stat : 93605 (Common-Cleaner) S 93584 93587 89339 0 -1 4194368 1725 0 0 0 0 0 0 0 20 0 21 0 78775883 19725520896 539925 18446744073709551615 94310146719744 94310146723440 140720621913136 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94310146731256 94310146732048 94310176198656 140720621914495 140720621914596 140720621914596 140720621920200 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2159700 KiB

Child status: 143

Real time (s): 3599.65
CPU time (s): 3600.28
CPU user time (s): 3599.05
CPU system time (s): 1.23039
CPU usage (%): 100.018
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2159700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.05
system time used= 1.23039
maximum resident set size= 2159828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105488
involuntary context switches= 5855


# summary of solver processes directly reported to runsolver:
#   pid: 93587
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3599.05
#   total CPU system time (s): 1.23039

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.45899 second user time and 17.174 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-04 14:09:40
IDJOB=4526315
IDBENCH=144035
IDSOLVER=3380
FILE ID=nodeC023/4526315-1751630980
RUNJOBID= nodeC023-1751630972-92821
SLURM_JOB_ID= 9598950
Free space on /tmp= 431868 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/spot5/normalized-spot5-28_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526315-1751630980/watcher-4526315-1751630980 -o /tmp/evaluation-result-4526315-1751630980/solver-4526315-1751630980 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751630972-92821 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4526315-1751630980.wbo

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

MD5SUM BENCH= b5d1d81f4e188bace3bb605060dfa2e2
RANDOM SEED=930254155

nodeC023 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.873
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.78
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.888
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.78
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.092
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.78
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.222
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.78
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.887
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.78
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.886
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.78
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.950
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.78
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		: 3602.036
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129557452 kB
MemAvailable:   129337436 kB
Buffers:              16 kB
Cached:           522468 kB
SwapCached:         2904 kB
Active:           592136 kB
Inactive:         378964 kB
Active(anon):     407784 kB
Inactive(anon):    53364 kB
Active(file):     184352 kB
Inactive(file):   325600 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5060 kB
Writeback:             0 kB
AnonPages:        448788 kB
Mapped:           117864 kB
Shmem:             12532 kB
KReclaimable:     218544 kB
Slab:             310008 kB
SReclaimable:     218544 kB
SUnreclaim:        91464 kB
KernelStack:        5184 kB
PageTables:         4592 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7032788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431868 MiB
End job on nodeC023 at 2025-07-04 15:09:40