Trace number 4496326

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06OPT5852 273.064 270.462

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
poldner/PB/testset/normalized-8_16.opb
MD5SUM6d71ac2e6bad2e9d7243db6e8fb68322
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5852
Best CPU time to get the best result obtained on this benchmark0.018457
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables136
Total number of constraints144
Number of constraints which are clauses128
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 136
Biggest coefficient in the objective function 1311
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 58669
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 1311
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 58669
Number of bits of the biggest sum of numbers16
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-4496326-1751374870.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
0.13/0.15	c ... done. Wall clock time 0.02s.
0.13/0.15	c declared #vars     136
0.13/0.15	c #constraints  160
0.13/0.15	c constraints type 
0.13/0.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.13/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 16
0.13/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16
0.13/0.15	c 160 constraints processed.
0.13/0.16	c objective function length is 136 literals
0.13/0.16	c SATISFIABLE
0.13/0.16	c OPTIMIZING...
0.13/0.16	c Got one! Elapsed wall clock time (in seconds):0.035
0.13/0.16	o 6036
0.13/0.19	c Got one! Elapsed wall clock time (in seconds):0.068
0.13/0.19	o 5991
0.13/0.19	c Got one! Elapsed wall clock time (in seconds):0.069
0.13/0.19	o 5929
0.52/0.39	c cleaning 2621 clauses out of 5252 with flag 10072/5252
0.70/0.43	c Got one! Elapsed wall clock time (in seconds):0.307
0.70/0.43	o 5914
0.70/0.44	c Got one! Elapsed wall clock time (in seconds):0.314
0.70/0.44	o 5900
0.70/0.44	c Got one! Elapsed wall clock time (in seconds):0.315
0.70/0.44	o 5852
0.91/0.60	c cleaning 4255 clauses out of 8527 with flag 8144/11148
1.48/0.88	c cleaning 5130 clauses out of 10271 with flag 20309/17147
1.88/1.07	c cleaning 6062 clauses out of 12142 with flag 34506/24148
2.27/1.21	c cleaning 7032 clauses out of 14079 with flag 50751/32147
2.44/1.34	c cleaning 8017 clauses out of 16047 with flag 69020/41147
2.62/1.49	c cleaning 9006 clauses out of 18031 with flag 89214/51148
2.95/1.65	c cleaning 10003 clauses out of 20025 with flag 111507/62148
3.15/1.84	c cleaning 10997 clauses out of 22022 with flag 135883/74148
3.35/2.04	c cleaning 12005 clauses out of 24025 with flag 162302/87148
3.70/2.31	c cleaning 13004 clauses out of 26020 with flag 190834/101148
4.02/2.63	c cleaning 13999 clauses out of 28015 with flag 222072/116147
4.36/2.90	c cleaning 15002 clauses out of 30017 with flag 254926/132148
4.57/3.18	c cleaning 15994 clauses out of 32015 with flag 289548/149148
4.86/3.49	c cleaning 17001 clauses out of 34020 with flag 326446/167147
5.26/3.84	c cleaning 18004 clauses out of 36019 with flag 365323/186147
5.57/4.17	c cleaning 19002 clauses out of 38018 with flag 406032/206150
5.97/4.52	c cleaning 20004 clauses out of 40013 with flag 448898/227147
6.36/4.90	c cleaning 21001 clauses out of 42010 with flag 494187/249148
6.76/5.32	c cleaning 21998 clauses out of 44009 with flag 541394/272148
7.17/5.79	c cleaning 22996 clauses out of 46010 with flag 590895/296147
7.83/6.32	c cleaning 24007 clauses out of 48014 with flag 648475/321147
8.38/6.81	c cleaning 25003 clauses out of 50008 with flag 707059/347148
8.89/7.37	c cleaning 26000 clauses out of 52004 with flag 770313/374147
9.49/7.96	c cleaning 27002 clauses out of 54004 with flag 830522/402147
10.19/8.63	c cleaning 27996 clauses out of 56002 with flag 893849/431147
10.79/9.27	c cleaning 28997 clauses out of 58006 with flag 958024/461147
11.49/9.96	c cleaning 30004 clauses out of 60010 with flag 1027796/492148
12.29/10.75	c cleaning 30999 clauses out of 62006 with flag 1100840/524148
13.09/11.56	c cleaning 32001 clauses out of 64007 with flag 1174933/557148
13.88/12.31	c cleaning 32998 clauses out of 66005 with flag 1253146/591147
14.59/13.03	c cleaning 34004 clauses out of 68009 with flag 1330445/626149
15.49/13.93	c cleaning 35001 clauses out of 70004 with flag 1409569/662148
16.76/14.89	c cleaning 36000 clauses out of 72002 with flag 1488962/699147
17.78/15.75	c cleaning 36997 clauses out of 74002 with flag 1574357/737147
18.64/16.56	c cleaning 37994 clauses out of 76006 with flag 1664369/776148
19.63/17.52	c cleaning 39003 clauses out of 78011 with flag 1757031/816147
20.64/18.52	c cleaning 40001 clauses out of 80009 with flag 1847816/857148
21.64/19.53	c cleaning 40998 clauses out of 82007 with flag 1940254/899147
22.63/20.51	c cleaning 41994 clauses out of 84009 with flag 2033975/942147
23.85/21.71	c cleaning 42994 clauses out of 86017 with flag 2134055/986149
25.05/22.96	c cleaning 44009 clauses out of 88021 with flag 2237929/1031147
26.25/24.05	c cleaning 45008 clauses out of 90015 with flag 2341387/1077150
27.66/25.41	c cleaning 45993 clauses out of 92004 with flag 2446012/1124147
29.46/27.25	c cleaning 47002 clauses out of 94012 with flag 2558274/1172148
31.06/28.80	c cleaning 48001 clauses out of 96009 with flag 2669012/1221147
32.66/30.47	c cleaning 48995 clauses out of 98008 with flag 2779983/1271147
34.36/32.14	c cleaning 50002 clauses out of 100015 with flag 2891462/1322149
36.12/33.71	c cleaning 51003 clauses out of 102011 with flag 3001652/1374147
37.32/34.97	c cleaning 52004 clauses out of 104008 with flag 3115325/1427147
38.96/36.45	c cleaning 52996 clauses out of 106004 with flag 3230623/1481147
40.57/38.08	c cleaning 54004 clauses out of 108010 with flag 3346802/1536149
42.16/39.69	c cleaning 55002 clauses out of 110005 with flag 3466179/1592148
44.06/41.51	c cleaning 56000 clauses out of 112002 with flag 3591976/1649147
46.05/43.51	c cleaning 57000 clauses out of 114004 with flag 3720532/1707149
48.27/45.70	c cleaning 57995 clauses out of 116004 with flag 3849700/1766149
49.97/47.47	c cleaning 59004 clauses out of 118008 with flag 3975265/1826148
51.97/49.44	c cleaning 60003 clauses out of 120005 with flag 4103458/1887149
54.06/51.50	c cleaning 60998 clauses out of 122001 with flag 4236269/1949148
56.16/53.68	c cleaning 61997 clauses out of 124002 with flag 4377887/2012147
58.95/56.42	c cleaning 62995 clauses out of 126005 with flag 4529626/2076147
62.07/59.53	c cleaning 64005 clauses out of 128011 with flag 4681328/2141148
64.48/61.94	c cleaning 64992 clauses out of 130005 with flag 4838873/2207147
66.77/64.22	c cleaning 66002 clauses out of 132015 with flag 4994363/2274149
69.17/66.61	c cleaning 67001 clauses out of 134011 with flag 5153361/2342147
71.36/68.80	c cleaning 68004 clauses out of 136010 with flag 5311822/2411147
73.58/71.04	c cleaning 69002 clauses out of 138007 with flag 5460447/2481148
76.38/73.86	c cleaning 69995 clauses out of 140004 with flag 5617089/2552147
79.18/76.61	c cleaning 71002 clauses out of 142010 with flag 5782255/2624148
81.27/78.75	c cleaning 71998 clauses out of 144007 with flag 5942290/2697147
83.47/80.96	c cleaning 72997 clauses out of 146009 with flag 6105980/2771147
86.19/83.68	c cleaning 73998 clauses out of 148016 with flag 6275575/2846151
88.39/85.88	c cleaning 75001 clauses out of 150015 with flag 6443419/2922148
91.18/88.62	c cleaning 76004 clauses out of 152014 with flag 6614648/2999148
93.47/90.99	c cleaning 76999 clauses out of 154009 with flag 6784395/3077147
96.67/94.15	c cleaning 78003 clauses out of 156012 with flag 6955451/3156149
99.89/97.30	c cleaning 78998 clauses out of 158007 with flag 7142669/3236147
103.38/100.88	c cleaning 80002 clauses out of 160011 with flag 7337594/3317149
107.17/104.63	c cleaning 80999 clauses out of 162007 with flag 7535666/3399147
110.17/107.62	c cleaning 82005 clauses out of 164010 with flag 7722256/3482149
114.06/111.57	c cleaning 82998 clauses out of 166004 with flag 7923119/3566148
116.88/114.37	c cleaning 83994 clauses out of 168005 with flag 8114816/3651147
120.07/117.56	c cleaning 85005 clauses out of 170011 with flag 8318098/3737147
122.86/120.38	c cleaning 86000 clauses out of 172006 with flag 8517860/3824147
126.25/123.72	c cleaning 87000 clauses out of 174007 with flag 8712728/3912148
129.88/127.30	c cleaning 87996 clauses out of 176007 with flag 8915972/4001148
133.07/130.55	c cleaning 88999 clauses out of 178010 with flag 9121107/4091147
136.16/133.69	c cleaning 90001 clauses out of 180011 with flag 9328029/4182147
139.75/137.28	c cleaning 90997 clauses out of 182010 with flag 9542414/4274147
143.35/140.87	c cleaning 91999 clauses out of 184014 with flag 9752060/4367148
147.26/144.74	c cleaning 93002 clauses out of 186015 with flag 9967424/4461148
150.75/148.23	c cleaning 94001 clauses out of 188012 with flag 10187933/4556147
154.74/152.21	c cleaning 95000 clauses out of 190011 with flag 10406692/4652147
158.43/155.94	c cleaning 95992 clauses out of 192011 with flag 10623492/4749147
162.63/160.14	c cleaning 97005 clauses out of 194019 with flag 10859408/4847147
166.31/163.89	c cleaning 98005 clauses out of 196014 with flag 11091633/4946147
170.10/167.66	c cleaning 98998 clauses out of 198009 with flag 11319815/5046147
173.93/171.43	c cleaning 99999 clauses out of 200011 with flag 11543383/5147147
178.23/175.78	c cleaning 101000 clauses out of 202012 with flag 11776010/5249147
182.63/180.16	c cleaning 102000 clauses out of 204012 with flag 12015332/5352147
187.51/185.07	c cleaning 103000 clauses out of 206012 with flag 12261871/5456147
191.90/189.42	c cleaning 104005 clauses out of 208012 with flag 12494620/5561147
196.49/194.09	c cleaning 105002 clauses out of 210007 with flag 12736134/5667147
201.37/198.98	c cleaning 105998 clauses out of 212005 with flag 12983104/5774147
205.42/202.99	c cleaning 107001 clauses out of 214008 with flag 13224920/5882148
209.91/207.44	c cleaning 107996 clauses out of 216006 with flag 13467605/5991147
214.70/212.27	c cleaning 108999 clauses out of 218010 with flag 13713340/6101147
218.99/216.55	c cleaning 110005 clauses out of 220011 with flag 13960874/6212147
223.85/221.34	c cleaning 110998 clauses out of 222005 with flag 14206990/6324147
229.34/226.81	c cleaning 112003 clauses out of 224008 with flag 14461446/6437148
233.99/231.48	c cleaning 112995 clauses out of 226006 with flag 14715935/6551149
239.93/237.35	c cleaning 114003 clauses out of 228010 with flag 14976457/6666148
245.32/242.77	c cleaning 115001 clauses out of 230005 with flag 15230410/6782147
250.23/247.61	c cleaning 115991 clauses out of 232002 with flag 15487941/6899147
255.02/252.42	c cleaning 116997 clauses out of 234011 with flag 15749259/7017147
259.31/256.77	c cleaning 117998 clauses out of 236013 with flag 16005184/7136147
263.60/261.00	c cleaning 119001 clauses out of 238013 with flag 16264123/7256147
268.69/266.17	c cleaning 120005 clauses out of 240011 with flag 16523097/7377147
273.00/270.42	c starts		: 1564
273.00/270.43	c conflicts		: 7481420
273.00/270.43	c decisions		: 9766488
273.00/270.43	c propagations		: 91642240
273.00/270.43	c inspects		: 3040132055
273.00/270.43	c shortcuts		: 0
273.00/270.43	c learnt literals	: 24
273.00/270.43	c learnt binary clauses	: 287
273.00/270.43	c learnt ternary clauses	: 2156
273.00/270.43	c learnt constraints	: 7481395
273.00/270.43	c ignored constraints	: 0
273.00/270.43	c root simplifications	: 0
273.00/270.43	c removed literals (reason simplification)	: 54310352
273.00/270.43	c reason swapping (by a shorter reason)	: 0
273.00/270.43	c Calls to reduceDB	: 118
273.00/270.43	c Number of update (reduction) of LBD	: 538573
273.00/270.43	c Imported unit clauses	: 0
273.00/270.43	c No decision after first conflict	: false
273.00/270.43	c number of reductions to clauses (during analyze)	: 0
273.00/270.43	c number of learned constraints concerned by reduction	: 0
273.00/270.43	c number of learning phase by resolution	: 0
273.00/270.43	c number of learning phase by cutting planes	: 0
273.00/270.43	c number of rounding to 1 operations	: 0
273.00/270.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
273.00/270.43	c number of reductions of the coefficients by power 2 	: 0
273.00/270.43	c number of right shift for reduction by power 2 	: 0
273.00/270.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
273.00/270.43	c number of ending skipping 	: 0
273.00/270.43	c number of internal skipping 	: 0
273.00/270.43	c number of derivation steps 	: 0
273.00/270.43	c number of skipped derivation steps 	: 0
273.00/270.43	c number of remaining unassigned 	: 0
273.00/270.43	c number of remaining assigned 	: 0
273.00/270.43	c number of falsified literals weakened from reason	: 0
273.00/270.43	c number of falsified literals weakened from conflict	: 0
273.00/270.43	c time for arithmetic operations	: 0
273.00/270.43	c minimum degree of deleted constraints	: null
273.00/270.43	c maximum degree of deleted constraints	: null
273.00/270.43	c number of deleted constraints	: 0
273.00/270.43	c speed (assignments/second)	: 339074.11792564526
273.00/270.43	c non guided choices	: 10
273.00/270.43	s OPTIMUM FOUND
273.00/270.43	c Found 6 solution(s)
273.00/270.43	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 
273.00/270.43	c objective function=5852
273.00/270.43	c Total wall clock time (in seconds): 270.308

Verifier Data

OK	5852

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4496326-1751374870/watcher-4496326-1751374870 -o /tmp/evaluation-result-4496326-1751374870/solver-4496326-1751374870 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751374867-53877 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4496326-1751374870.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=54185, runsolver pid=54182

[startup+0.100057 s]*
/proc/loadavg: 0.47 0.91 1.30 6/338 54203
/proc/meminfo: memFree=127685044/131250000 swapFree=33010684/33010684
[pid=54185] ppid=54182 vsize=18930384 memory=57908 CPUtime=0.13 cores=0,2
/proc/54185/stat : 54185 (java) S 54182 54185 53867 0 -1 4194304 6592 0 0 0 11 2 0 0 20 0 18 0 53163627 19384713216 14477 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
/proc/54185/statm: 4732596 14477 5344 1 0 547623 0
[pid=54185/tid=54187] ppid=54182 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/54185/task/54187/stat : 54187 (java) R 54182 54185 53867 0 -1 4194368 5082 0 0 0 6 1 0 0 20 0 18 0 53163629 19384713216 14477 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54196] ppid=54182 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/54185/task/54196/stat : 54196 (Finalizer) S 54182 54185 53867 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53163631 19384713216 14477 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54203] ppid=54182 vsize=18930384 memory=59585004336271 CPUtime=0 cores=0,2
/proc/54185/task/54203/stat : 54203 (Common-Cleaner) S 54182 54185 53867 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 53163631 19384713216 14477 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57908 KiB

[startup+0.20561 s]*
/proc/loadavg: 1.07 1.03 1.34 8/339 54204
/proc/meminfo: memFree=127681516/131250000 swapFree=33010684/33010684
[pid=54185] ppid=54182 vsize=18996948 memory=64548 CPUtime=0.33 cores=0,2
/proc/54185/stat : 54185 (java) S 54182 54185 53867 0 -1 4194304 8383 0 0 0 30 3 0 0 20 0 19 0 53163627 19452874752 16137 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
/proc/54185/statm: 4749237 16137 5472 1 0 548795 0
[pid=54185/tid=54187] ppid=54182 vsize=18996948 memory=4026663196 CPUtime=0.17 cores=0,2
/proc/54185/task/54187/stat : 54187 (java) R 54182 54185 53867 0 -1 4194368 5396 0 0 0 16 1 0 0 20 0 19 0 53163629 19452874752 16137 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54196] ppid=54182 vsize=18996948 memory=16955 CPUtime=0 cores=0,2
/proc/54185/task/54196/stat : 54196 (Finalizer) S 54182 54185 53867 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 53163631 19452874752 16169 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54203] ppid=54182 vsize=18996948 memory=58485492679654 CPUtime=0 cores=0,2
/proc/54185/task/54203/stat : 54203 (Common-Cleaner) S 54182 54185 53867 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 53163631 19452874752 16169 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54204] ppid=54182 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/54185/task/54204/stat : 54204 (Timer-0) S 54182 54185 53867 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 53163643 19452874752 16169 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64548 KiB

[startup+0.305112 s]*
/proc/loadavg: 1.07 1.03 1.34 6/339 54204
/proc/meminfo: memFree=127665328/131250000 swapFree=33010684/33010684
[pid=54185] ppid=54182 vsize=18996948 memory=71376 CPUtime=0.52 cores=0,2
/proc/54185/stat : 54185 (java) S 54182 54185 53867 0 -1 4194304 10995 0 0 0 49 3 0 0 20 0 19 0 53163627 19452874752 17844 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
/proc/54185/statm: 4749237 17844 5472 1 0 550502 0
[pid=54185/tid=54187] ppid=54182 vsize=18996948 memory=-6000919498426247274 CPUtime=0.25 cores=0,2
/proc/54185/task/54187/stat : 54187 (java) R 54182 54185 53867 0 -1 4194368 5400 0 0 0 24 1 0 0 20 0 19 0 53163629 19452874752 17844 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54196] ppid=54182 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/54185/task/54196/stat : 54196 (Finalizer) S 54182 54185 53867 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 53163631 19452874752 17844 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54203] ppid=54182 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/54185/task/54203/stat : 54203 (Common-Cleaner) S 54182 54185 53867 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 53163631 19452874752 17844 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54204] ppid=54182 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/54185/task/54204/stat : 54204 (Timer-0) S 54182 54185 53867 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 53163643 19452874752 17844 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71376 KiB

[startup+0.700211 s]
/proc/loadavg: 1.07 1.03 1.34 8/339 54204
/proc/meminfo: memFree=127657136/131250000 swapFree=33010684/33010684
[pid=54185] ppid=54182 vsize=18996948 memory=84156 CPUtime=1.28 cores=0,2
/proc/54185/stat : 54185 (java) S 54182 54185 53867 0 -1 4194304 12948 0 0 0 124 4 0 0 20 0 19 0 53163627 19452874752 21039 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
/proc/54185/statm: 4749237 21039 5472 1 0 551975 0
[pid=54185/tid=54187] ppid=54182 vsize=18996948 memory=18176 CPUtime=0.63 cores=0,2
/proc/54185/task/54187/stat : 54187 (java) R 54182 54185 53867 0 -1 4194368 5453 0 0 0 61 2 0 0 20 0 19 0 53163629 19452874752 21039 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54196] ppid=54182 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/54185/task/54196/stat : 54196 (Finalizer) S 54182 54185 53867 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 53163631 19452874752 21039 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54203] ppid=54182 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/54185/task/54203/stat : 54203 (Common-Cleaner) S 54182 54185 53867 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 53163631 19452874752 21039 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54204] ppid=54182 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/54185/task/54204/stat : 54204 (Timer-0) S 54182 54185 53867 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 53163643 19452874752 21039 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 84156 KiB

[startup+1.5002 s]
/proc/loadavg: 1.07 1.03 1.34 6/339 54204
/proc/meminfo: memFree=127635460/131250000 swapFree=33010684/33010684
[pid=54185] ppid=54182 vsize=18996948 memory=96720 CPUtime=2.8 cores=0,2
/proc/54185/stat : 54185 (java) S 54182 54185 53867 0 -1 4194304 17206 0 0 0 275 5 0 0 20 0 19 0 53163627 19452874752 24180 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
/proc/54185/statm: 4749237 24180 5472 1 0 552452 0
[pid=54185/tid=54187] ppid=54182 vsize=18996948 memory=0 CPUtime=1.42 cores=0,2
/proc/54185/task/54187/stat : 54187 (java) R 54182 54185 53867 0 -1 4194368 5815 0 0 0 140 2 0 0 20 0 19 0 53163629 19452874752 24180 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54196] ppid=54182 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/54185/task/54196/stat : 54196 (Finalizer) S 54182 54185 53867 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 53163631 19452874752 24180 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54203] ppid=54182 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/54185/task/54203/stat : 54203 (Common-Cleaner) S 54182 54185 53867 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 53163631 19452874752 24180 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54204] ppid=54182 vsize=18996948 memory=4760 CPUtime=0 cores=0,2
/proc/54185/task/54204/stat : 54204 (Timer-0) S 54182 54185 53867 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 53163643 19452874752 24180 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 96720 KiB

[startup+3.10539 s]
/proc/loadavg: 1.07 1.03 1.34 5/339 54204
/proc/meminfo: memFree=127582280/131250000 swapFree=33010684/33010684
[pid=54185] ppid=54182 vsize=18996948 memory=125648 CPUtime=4.57 cores=0,2
/proc/54185/stat : 54185 (java) S 54182 54185 53867 0 -1 4194304 18769 0 0 0 452 5 0 0 20 0 19 0 53163627 19452874752 31412 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
/proc/54185/statm: 4749237 31412 5472 1 0 552454 0
[pid=54185/tid=54187] ppid=54182 vsize=18996948 memory=10752 CPUtime=3.01 cores=0,2
/proc/54185/task/54187/stat : 54187 (java) R 54182 54185 53867 0 -1 4194368 6187 0 0 0 299 2 0 0 20 0 19 0 53163629 19452874752 31412 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54196] ppid=54182 vsize=18996948 memory=-6000919498426247274 CPUtime=0 cores=0,2
/proc/54185/task/54196/stat : 54196 (Finalizer) S 54182 54185 53867 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 53163631 19452874752 31412 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54203] ppid=54182 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/54185/task/54203/stat : 54203 (Common-Cleaner) S 54182 54185 53867 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 53163631 19452874752 31412 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54204] ppid=54182 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/54185/task/54204/stat : 54204 (Timer-0) S 54182 54185 53867 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 53163643 19452874752 31412 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
Current children cumulated CPU time: 4.57 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 125648 KiB

[startup+6.30019 s]
/proc/loadavg: 1.30 1.08 1.36 5/341 54206
/proc/meminfo: memFree=127475700/131250000 swapFree=33010684/33010684
[pid=54185] ppid=54182 vsize=19063512 memory=179280 CPUtime=7.83 cores=0,2
/proc/54185/stat : 54185 (java) S 54182 54185 53867 0 -1 4194304 20543 0 0 0 776 7 0 0 20 0 20 0 53163627 19521036288 44820 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
/proc/54185/statm: 4765878 44820 5504 1 0 552743 0
[pid=54185/tid=54187] ppid=54182 vsize=19063512 memory=0 CPUtime=6.18 cores=0,2
/proc/54185/task/54187/stat : 54187 (java) R 54182 54185 53867 0 -1 4194368 6250 0 0 0 615 3 0 0 20 0 20 0 53163629 19521036288 44820 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54196] ppid=54182 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/54185/task/54196/stat : 54196 (Finalizer) S 54182 54185 53867 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 44820 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54203] ppid=54182 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/54185/task/54203/stat : 54203 (Common-Cleaner) S 54182 54185 53867 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 44820 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54204] ppid=54182 vsize=19063512 memory=100816 CPUtime=0 cores=0,2
/proc/54185/task/54204/stat : 54204 (Timer-0) S 54182 54185 53867 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53163643 19521036288 44820 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
Current children cumulated CPU time: 7.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179280 KiB

[startup+12.7002 s]
/proc/loadavg: 1.52 1.13 1.37 5/341 54206
/proc/meminfo: memFree=127467508/131250000 swapFree=33010684/33010684
[pid=54185] ppid=54182 vsize=19063512 memory=179408 CPUtime=14.28 cores=0,2
/proc/54185/stat : 54185 (java) S 54182 54185 53867 0 -1 4194304 22568 0 0 0 1421 7 0 0 20 0 20 0 53163627 19521036288 44852 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
/proc/54185/statm: 4765878 44852 5504 1 0 552743 0
[pid=54185/tid=54187] ppid=54182 vsize=19063512 memory=100816 CPUtime=12.57 cores=0,2
/proc/54185/task/54187/stat : 54187 (java) R 54182 54185 53867 0 -1 4194368 7332 0 0 0 1254 3 0 0 20 0 20 0 53163629 19521036288 44852 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54196] ppid=54182 vsize=19063512 memory=179408 CPUtime=0 cores=0,2
/proc/54185/task/54196/stat : 54196 (Finalizer) S 54182 54185 53867 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 44852 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54203] ppid=54182 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/54185/task/54203/stat : 54203 (Common-Cleaner) S 54182 54185 53867 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 44852 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54204] ppid=54182 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/54185/task/54204/stat : 54204 (Timer-0) S 54182 54185 53867 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53163643 19521036288 44852 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
Current children cumulated CPU time: 14.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179408 KiB

[startup+25.5002 s]
/proc/loadavg: 1.90 1.22 1.40 5/342 54207
/proc/meminfo: memFree=127402480/131250000 swapFree=33010684/33010684
[pid=54185] ppid=54182 vsize=19063512 memory=198248 CPUtime=27.76 cores=0,2
/proc/54185/stat : 54185 (java) S 54182 54185 53867 0 -1 4194304 37419 0 0 0 2767 9 0 0 20 0 20 0 53163627 19521036288 49562 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
/proc/54185/statm: 4765878 49562 5504 1 0 554091 0
[pid=54185/tid=54187] ppid=54182 vsize=19063512 memory=179408 CPUtime=25.3 cores=0,2
/proc/54185/task/54187/stat : 54187 (java) R 54182 54185 53867 0 -1 4194368 8795 0 0 0 2527 3 0 0 20 0 20 0 53163629 19521036288 49562 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54196] ppid=54182 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/54185/task/54196/stat : 54196 (Finalizer) S 54182 54185 53867 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 49562 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54203] ppid=54182 vsize=19063512 memory=187816 CPUtime=0 cores=0,2
/proc/54185/task/54203/stat : 54203 (Common-Cleaner) S 54182 54185 53867 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 49562 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54204] ppid=54182 vsize=19063512 memory=18176 CPUtime=0 cores=0,2
/proc/54185/task/54204/stat : 54204 (Timer-0) S 54182 54185 53867 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53163643 19521036288 49562 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
Current children cumulated CPU time: 27.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 198248 KiB

[startup+51.1055 s]
/proc/loadavg: 2.85 1.52 1.49 5/343 54209
/proc/meminfo: memFree=127250620/131250000 swapFree=33010684/33010684
[pid=54185] ppid=54182 vsize=19063512 memory=258052 CPUtime=53.67 cores=0,2
/proc/54185/stat : 54185 (java) S 54182 54185 53867 0 -1 4194304 44631 0 0 0 5355 12 0 0 20 0 20 0 53163627 19521036288 64513 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
/proc/54185/statm: 4765878 64513 5536 1 0 554119 0
[pid=54185/tid=54187] ppid=54182 vsize=19063512 memory=231372 CPUtime=50.77 cores=0,2

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

/proc/54185/task/54204/stat : 54204 (Timer-0) S 54182 54185 53867 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53163643 19521036288 154297 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
Current children cumulated CPU time: 224.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 617188 KiB

[startup+270.462 s]
# the end of solver process 54185 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=272.821 s, system=0.242965 s

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

[startup+230.4 s]
/proc/loadavg: 4.05 2.69 1.96 5/342 54216
/proc/meminfo: memFree=126253280/131250000 swapFree=33010684/33010684
[pid=54185] ppid=54182 vsize=19063512 memory=617188 CPUtime=232.99 cores=0,2
/proc/54185/stat : 54185 (java) S 54182 54185 53867 0 -1 4194304 52436 0 0 0 23277 22 0 0 20 0 20 0 53163627 19521036288 154297 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
/proc/54185/statm: 4765878 154297 5536 1 0 554119 0
[pid=54185/tid=54187] ppid=54182 vsize=19063512 memory=3200 CPUtime=229.27 cores=0,2
/proc/54185/task/54187/stat : 54187 (java) R 54182 54185 53867 0 -1 4194368 11553 0 0 0 22922 5 0 0 20 0 20 0 53163629 19521036288 154297 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54196] ppid=54182 vsize=19063512 memory=4480 CPUtime=0 cores=0,2
/proc/54185/task/54196/stat : 54196 (Finalizer) S 54182 54185 53867 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 154297 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54203] ppid=54182 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/54185/task/54203/stat : 54203 (Common-Cleaner) S 54182 54185 53867 0 -1 4194368 194 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 154297 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54204] ppid=54182 vsize=19063512 memory=18176 CPUtime=0 cores=0,2
/proc/54185/task/54204/stat : 54204 (Timer-0) S 54182 54185 53867 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53163643 19521036288 154297 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
Current children cumulated CPU time: 232.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 617188 KiB

[startup+256 s]*
/proc/loadavg: 4.18 2.85 2.03 5/342 54217
/proc/meminfo: memFree=126101012/131250000 swapFree=33010684/33010684
[pid=54185] ppid=54182 vsize=19063512 memory=672736 CPUtime=258.61 cores=0,2
/proc/54185/stat : 54185 (java) S 54182 54185 53867 0 -1 4194304 52561 0 0 0 25838 23 0 0 20 0 20 0 53163627 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
/proc/54185/statm: 4765878 168184 5536 1 0 554119 0
[pid=54185/tid=54187] ppid=54182 vsize=19063512 memory=6728 CPUtime=254.75 cores=0,2
/proc/54185/task/54187/stat : 54187 (java) R 54182 54185 53867 0 -1 4194368 11556 0 0 0 25470 5 0 0 20 0 20 0 53163629 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54196] ppid=54182 vsize=19063512 memory=-4050210904893801876 CPUtime=0 cores=0,2
/proc/54185/task/54196/stat : 54196 (Finalizer) S 54182 54185 53867 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54203] ppid=54182 vsize=19063512 memory=12544 CPUtime=0 cores=0,2
/proc/54185/task/54203/stat : 54203 (Common-Cleaner) S 54182 54185 53867 0 -1 4194368 194 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54204] ppid=54182 vsize=19063512 memory=2736 CPUtime=0 cores=0,2
/proc/54185/task/54204/stat : 54204 (Timer-0) S 54182 54185 53867 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53163643 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
Current children cumulated CPU time: 258.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 672736 KiB

[startup+262.4 s]
/proc/loadavg: 4.16 2.87 2.04 5/342 54217
/proc/meminfo: memFree=126101012/131250000 swapFree=33010684/33010684
[pid=54185] ppid=54182 vsize=19063512 memory=672736 CPUtime=264.99 cores=0,2
/proc/54185/stat : 54185 (java) S 54182 54185 53867 0 -1 4194304 52565 0 0 0 26476 23 0 0 20 0 20 0 53163627 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
/proc/54185/statm: 4765878 168184 5536 1 0 554119 0
[pid=54185/tid=54187] ppid=54182 vsize=19063512 memory=1792 CPUtime=261.13 cores=0,2
/proc/54185/task/54187/stat : 54187 (java) R 54182 54185 53867 0 -1 4194368 11557 0 0 0 26108 5 0 0 20 0 20 0 53163629 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54196] ppid=54182 vsize=19063512 memory=672736 CPUtime=0 cores=0,2
/proc/54185/task/54196/stat : 54196 (Finalizer) S 54182 54185 53867 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54203] ppid=54182 vsize=19063512 memory=18176 CPUtime=0 cores=0,2
/proc/54185/task/54203/stat : 54203 (Common-Cleaner) S 54182 54185 53867 0 -1 4194368 194 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54204] ppid=54182 vsize=19063512 memory=18176 CPUtime=0 cores=0,2
/proc/54185/task/54204/stat : 54204 (Timer-0) S 54182 54185 53867 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53163643 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
Current children cumulated CPU time: 264.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 672736 KiB

[startup+265.6 s]
/proc/loadavg: 4.16 2.87 2.04 5/342 54217
/proc/meminfo: memFree=126101012/131250000 swapFree=33010684/33010684
[pid=54185] ppid=54182 vsize=19063512 memory=672736 CPUtime=268.19 cores=0,2
/proc/54185/stat : 54185 (java) S 54182 54185 53867 0 -1 4194304 52567 0 0 0 26796 23 0 0 20 0 20 0 53163627 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
/proc/54185/statm: 4765878 168184 5536 1 0 554119 0
[pid=54185/tid=54187] ppid=54182 vsize=19063512 memory=4760 CPUtime=264.32 cores=0,2
/proc/54185/task/54187/stat : 54187 (java) R 54182 54185 53867 0 -1 4194368 11557 0 0 0 26427 5 0 0 20 0 20 0 53163629 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54196] ppid=54182 vsize=19063512 memory=14248 CPUtime=0 cores=0,2
/proc/54185/task/54196/stat : 54196 (Finalizer) S 54182 54185 53867 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54203] ppid=54182 vsize=19063512 memory=18176 CPUtime=0 cores=0,2
/proc/54185/task/54203/stat : 54203 (Common-Cleaner) S 54182 54185 53867 0 -1 4194368 194 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54204] ppid=54182 vsize=19063512 memory=672736 CPUtime=0 cores=0,2
/proc/54185/task/54204/stat : 54204 (Timer-0) S 54182 54185 53867 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53163643 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
Current children cumulated CPU time: 268.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 672736 KiB

[startup+268.8 s]
/proc/loadavg: 4.15 2.89 2.05 5/342 54217
/proc/meminfo: memFree=126101012/131250000 swapFree=33010684/33010684
[pid=54185] ppid=54182 vsize=19063512 memory=672736 CPUtime=271.38 cores=0,2
/proc/54185/stat : 54185 (java) S 54182 54185 53867 0 -1 4194304 52573 0 0 0 27115 23 0 0 20 0 20 0 53163627 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
/proc/54185/statm: 4765878 168184 5536 1 0 554119 0
[pid=54185/tid=54187] ppid=54182 vsize=19063512 memory=672736 CPUtime=267.51 cores=0,2
/proc/54185/task/54187/stat : 54187 (java) R 54182 54185 53867 0 -1 4194368 11557 0 0 0 26746 5 0 0 20 0 20 0 53163629 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54196] ppid=54182 vsize=19063512 memory=672736 CPUtime=0 cores=0,2
/proc/54185/task/54196/stat : 54196 (Finalizer) S 54182 54185 53867 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54203] ppid=54182 vsize=19063512 memory=-4050210904893801876 CPUtime=0 cores=0,2
/proc/54185/task/54203/stat : 54203 (Common-Cleaner) S 54182 54185 53867 0 -1 4194368 194 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54204] ppid=54182 vsize=19063512 memory=21608 CPUtime=0 cores=0,2
/proc/54185/task/54204/stat : 54204 (Timer-0) S 54182 54185 53867 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53163643 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
Current children cumulated CPU time: 271.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 672736 KiB

[startup+269.6 s]
/proc/loadavg: 4.15 2.89 2.05 5/342 54217
/proc/meminfo: memFree=126101012/131250000 swapFree=33010684/33010684
[pid=54185] ppid=54182 vsize=19063512 memory=672736 CPUtime=272.18 cores=0,2
/proc/54185/stat : 54185 (java) S 54182 54185 53867 0 -1 4194304 52584 0 0 0 27195 23 0 0 20 0 20 0 53163627 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
/proc/54185/statm: 4765878 168184 5536 1 0 554119 0
[pid=54185/tid=54187] ppid=54182 vsize=19063512 memory=5760 CPUtime=268.31 cores=0,2
/proc/54185/task/54187/stat : 54187 (java) R 54182 54185 53867 0 -1 4194368 11566 0 0 0 26826 5 0 0 20 0 20 0 53163629 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54196] ppid=54182 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/54185/task/54196/stat : 54196 (Finalizer) S 54182 54185 53867 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54203] ppid=54182 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/54185/task/54203/stat : 54203 (Common-Cleaner) S 54182 54185 53867 0 -1 4194368 194 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54204] ppid=54182 vsize=19063512 memory=14248 CPUtime=0 cores=0,2
/proc/54185/task/54204/stat : 54204 (Timer-0) S 54182 54185 53867 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53163643 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
Current children cumulated CPU time: 272.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 672736 KiB

[startup+270 s]*
/proc/loadavg: 4.15 2.89 2.05 5/342 54217
/proc/meminfo: memFree=126101012/131250000 swapFree=33010684/33010684
[pid=54185] ppid=54182 vsize=19063512 memory=672736 CPUtime=272.59 cores=0,2
/proc/54185/stat : 54185 (java) S 54182 54185 53867 0 -1 4194304 52596 0 0 0 27236 23 0 0 20 0 20 0 53163627 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
/proc/54185/statm: 4765878 168184 5536 1 0 554119 0
[pid=54185/tid=54187] ppid=54182 vsize=19063512 memory=-6000919498426247274 CPUtime=268.71 cores=0,2
/proc/54185/task/54187/stat : 54187 (java) R 54182 54185 53867 0 -1 4194368 11566 0 0 0 26866 5 0 0 20 0 20 0 53163629 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54196] ppid=54182 vsize=19063512 memory=-4050210904893801876 CPUtime=0 cores=0,2
/proc/54185/task/54196/stat : 54196 (Finalizer) S 54182 54185 53867 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54203] ppid=54182 vsize=19063512 memory=672736 CPUtime=0 cores=0,2
/proc/54185/task/54203/stat : 54203 (Common-Cleaner) S 54182 54185 53867 0 -1 4194368 194 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54204] ppid=54182 vsize=19063512 memory=-6000919498426247274 CPUtime=0 cores=0,2
/proc/54185/task/54204/stat : 54204 (Timer-0) S 54182 54185 53867 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53163643 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
Current children cumulated CPU time: 272.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 672736 KiB

[startup+270.4 s]
/proc/loadavg: 4.15 2.89 2.05 5/342 54217
/proc/meminfo: memFree=126101012/131250000 swapFree=33010684/33010684
[pid=54185] ppid=54182 vsize=19063512 memory=672736 CPUtime=273 cores=0,2
/proc/54185/stat : 54185 (java) S 54182 54185 53867 0 -1 4194304 52602 0 0 0 27277 23 0 0 20 0 20 0 53163627 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
/proc/54185/statm: 4765878 168184 5536 1 0 554119 0
[pid=54185/tid=54187] ppid=54182 vsize=19063512 memory=672736 CPUtime=269.11 cores=0,2
/proc/54185/task/54187/stat : 54187 (java) R 54182 54185 53867 0 -1 4194368 11566 0 0 0 26906 5 0 0 20 0 20 0 53163629 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54196] ppid=54182 vsize=19063512 memory=-4050210904893801876 CPUtime=0 cores=0,2
/proc/54185/task/54196/stat : 54196 (Finalizer) S 54182 54185 53867 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54203] ppid=54182 vsize=19063512 memory=5712 CPUtime=0 cores=0,2
/proc/54185/task/54203/stat : 54203 (Common-Cleaner) S 54182 54185 53867 0 -1 4194368 194 0 0 0 0 0 0 0 20 0 20 0 53163631 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
[pid=54185/tid=54204] ppid=54182 vsize=19063512 memory=14248 CPUtime=0 cores=0,2
/proc/54185/task/54204/stat : 54204 (Timer-0) S 54182 54185 53867 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53163643 19521036288 168184 18446744073709551615 94760752939008 94760752942704 140730984371008 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760752950520 94760752951312 94760786399232 140730984372609 140730984372710 140730984372710 140730984378312 0
Current children cumulated CPU time: 273 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 672736 KiB

Child status: 30

Real time (s): 270.462
CPU time (s): 273.064
CPU user time (s): 272.821
CPU system time (s): 0.242965
CPU usage (%): 100.962
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 672736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.821
system time used= 0.242965
maximum resident set size= 673632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54178
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10183
involuntary context switches= 1453


# summary of solver processes directly reported to runsolver:
#   pid: 54185
#   total CPU time (s): 273.064
#   total CPU user time (s): 272.821
#   total CPU system time (s): 0.242965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.540894 second user time and 1.21719 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-01 15:01:10
IDJOB=4496326
IDBENCH=148112
IDSOLVER=3363
FILE ID=nodeC014/4496326-1751374870
RUNJOBID= nodeC014-1751374867-53877
SLURM_JOB_ID= 9598211
Free space on /tmp= 433004 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/poldner/PB/testset/normalized-8_16.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4496326-1751374870/watcher-4496326-1751374870 -o /tmp/evaluation-result-4496326-1751374870/solver-4496326-1751374870 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751374867-53877 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4496326-1751374870.opb

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

MD5SUM BENCH= 6d71ac2e6bad2e9d7243db6e8fb68322
RANDOM SEED=142362634

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127726124 kB
MemAvailable:   129445044 kB
Buffers:            3280 kB
Cached:          2515560 kB
SwapCached:            0 kB
Active:           704876 kB
Inactive:        2258800 kB
Active(anon):     462908 kB
Inactive(anon):        0 kB
Active(file):     241968 kB
Inactive(file):  2258800 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7188 kB
Writeback:             0 kB
AnonPages:        448016 kB
Mapped:           123644 kB
Shmem:             18068 kB
KReclaimable:     114780 kB
Slab:             204652 kB
SReclaimable:     114780 kB
SUnreclaim:        89872 kB
KernelStack:        5184 kB
PageTables:         4460 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7059576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC014 at 2025-07-01 15:05:41