Trace number 4509018

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-06OPT-20 168.34 166.102

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_2pm-0055-0055.lin.opb
MD5SUM4718f12bebdf91368a48e005d35af6ac
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 benchmark-20
Best CPU time to get the best result obtained on this benchmark0.013823
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables225
Total number of constraints325
Number of constraints which are clauses150
Number of constraints which are cardinality constraints (but not clauses)25
Number of constraints which are nor clauses,nor cardinality constraints150
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 150
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 150
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 150
Number of bits of the biggest sum of numbers8
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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	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-4509018-1751515585.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
0.13/0.16	c ... done. Wall clock time 0.031s.
0.13/0.16	c declared #vars     225
0.13/0.16	c #constraints  350
0.13/0.16	c constraints type 
0.13/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 25
0.13/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 150
0.13/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 175
0.13/0.16	c 350 constraints processed.
0.13/0.17	c objective function length is 150 literals
0.13/0.18	c SATISFIABLE
0.13/0.18	c OPTIMIZING...
0.13/0.18	c Got one! Elapsed wall clock time (in seconds):0.049
0.13/0.18	o -14
0.32/0.21	c Got one! Elapsed wall clock time (in seconds):0.079
0.32/0.21	o -15
0.32/0.22	c Got one! Elapsed wall clock time (in seconds):0.095
0.32/0.22	o -16
0.32/0.22	c Got one! Elapsed wall clock time (in seconds):0.096
0.32/0.22	o -17
0.71/0.48	c cleaning 2627 clauses out of 5255 with flag 10921/5255
1.27/0.75	c cleaning 4314 clauses out of 8627 with flag 23524/11254
1.68/0.98	c cleaning 5657 clauses out of 11314 with flag 38260/18255
2.18/1.23	c cleaning 6826 clauses out of 13656 with flag 55139/26254
2.38/1.48	c cleaning 7917 clauses out of 15833 with flag 74251/35257
2.69/1.79	c cleaning 8956 clauses out of 17913 with flag 95170/45254
3.23/2.20	c cleaning 9979 clauses out of 19957 with flag 117909/56254
3.63/2.66	c cleaning 10986 clauses out of 21978 with flag 142798/68254
4.04/3.09	c cleaning 11996 clauses out of 23992 with flag 170089/81254
4.72/3.60	c cleaning 12999 clauses out of 25998 with flag 199591/95256
5.22/4.19	c cleaning 13997 clauses out of 27998 with flag 231430/110255
5.81/4.79	c cleaning 14994 clauses out of 30000 with flag 265037/126254
6.55/5.44	c cleaning 16004 clauses out of 32008 with flag 300868/143256
7.27/6.13	c cleaning 17001 clauses out of 34003 with flag 338611/161255
7.96/6.89	c cleaning 17995 clauses out of 36001 with flag 378579/180254
8.76/7.67	c cleaning 18999 clauses out of 38008 with flag 420834/200256
9.36/8.24	c Got one! Elapsed wall clock time (in seconds):8.109
9.36/8.24	o -18
9.46/8.35	c Got one! Elapsed wall clock time (in seconds):8.22
9.46/8.35	o -19
9.46/8.36	c Got one! Elapsed wall clock time (in seconds):8.236
9.46/8.36	o -20
9.76/8.64	c cleaning 20084 clauses out of 40167 with flag 6951/221414
10.06/8.92	c cleaning 13042 clauses out of 26084 with flag 20568/227415
10.46/9.36	c cleaning 10021 clauses out of 20042 with flag 38173/234415
10.91/9.70	c cleaning 9007 clauses out of 18022 with flag 57465/242416
11.16/9.99	c cleaning 9007 clauses out of 18013 with flag 76769/251414
11.56/10.33	c cleaning 9503 clauses out of 19006 with flag 98203/261414
11.86/10.68	c cleaning 10251 clauses out of 20503 with flag 121141/272414
12.27/11.07	c cleaning 11124 clauses out of 22252 with flag 146856/284414
12.76/11.51	c cleaning 12059 clauses out of 24128 with flag 174556/297414
13.28/12.01	c cleaning 13033 clauses out of 26070 with flag 204042/311415
13.87/12.61	c cleaning 14017 clauses out of 28036 with flag 236240/326414
14.38/13.17	c cleaning 15009 clauses out of 30019 with flag 270768/342414
15.07/13.84	c cleaning 16002 clauses out of 32010 with flag 306079/359414
15.97/14.73	c cleaning 17000 clauses out of 34008 with flag 348090/377414
16.66/15.43	c cleaning 18004 clauses out of 36008 with flag 387402/396414
17.68/16.37	c cleaning 18997 clauses out of 38006 with flag 429586/416416
19.84/18.21	c cleaning 20002 clauses out of 40007 with flag 490839/437414
21.65/19.87	c cleaning 21003 clauses out of 42006 with flag 553442/459415
23.67/21.83	c cleaning 21998 clauses out of 44003 with flag 627399/482415
25.18/23.31	c cleaning 22999 clauses out of 46005 with flag 685120/506415
26.98/25.11	c cleaning 24001 clauses out of 48005 with flag 744480/531414
28.47/26.64	c cleaning 25000 clauses out of 50004 with flag 810749/557414
30.07/28.23	c cleaning 25998 clauses out of 52004 with flag 871325/584414
32.36/30.52	c cleaning 27003 clauses out of 54006 with flag 936641/612414
34.30/32.41	c cleaning 27996 clauses out of 56003 with flag 1002422/641414
36.30/34.46	c cleaning 29001 clauses out of 58007 with flag 1067471/671414
38.69/36.80	c cleaning 29998 clauses out of 60006 with flag 1136715/702414
40.39/38.59	c cleaning 31004 clauses out of 62008 with flag 1206568/734414
43.59/41.72	c cleaning 31997 clauses out of 64004 with flag 1294233/767414
47.14/45.24	c cleaning 33004 clauses out of 66007 with flag 1389147/801414
50.13/48.26	c cleaning 33998 clauses out of 68003 with flag 1469606/836414
54.32/52.46	c cleaning 34998 clauses out of 70005 with flag 1558015/872414
59.11/57.28	c cleaning 36004 clauses out of 72009 with flag 1650195/909416
63.81/61.98	c cleaning 37000 clauses out of 74003 with flag 1740545/947414
67.03/65.11	c cleaning 38000 clauses out of 76003 with flag 1830242/986414
70.92/69.07	c cleaning 39001 clauses out of 78004 with flag 1926707/1026415
73.41/71.59	c cleaning 40002 clauses out of 80003 with flag 2014893/1067415
77.10/75.23	c cleaning 40991 clauses out of 82001 with flag 2113420/1109415
82.85/80.94	c cleaning 42003 clauses out of 84010 with flag 2218664/1152415
86.44/84.53	c cleaning 42999 clauses out of 86006 with flag 2316647/1196414
90.53/88.68	c cleaning 44000 clauses out of 88007 with flag 2421432/1241414
93.96/92.01	c cleaning 45001 clauses out of 90007 with flag 2527167/1287414
98.25/96.36	c cleaning 45997 clauses out of 92006 with flag 2633796/1334414
104.94/103.02	c cleaning 47001 clauses out of 94009 with flag 2757117/1382414
108.53/106.69	c cleaning 47996 clauses out of 96008 with flag 2869031/1431414
111.94/110.05	c cleaning 49007 clauses out of 98017 with flag 2978232/1481419
117.32/115.41	c cleaning 49999 clauses out of 100006 with flag 3101739/1532415
122.92/121.01	c cleaning 50999 clauses out of 102007 with flag 3225857/1584415
127.24/125.32	c cleaning 52000 clauses out of 104007 with flag 3348289/1637414
132.14/130.27	c cleaning 53003 clauses out of 106008 with flag 3475287/1691415
136.92/135.09	c cleaning 53999 clauses out of 108006 with flag 3607808/1746416
142.44/140.50	c cleaning 55001 clauses out of 110006 with flag 3739427/1802415
147.53/145.68	c cleaning 56003 clauses out of 112005 with flag 3867221/1859415
154.76/152.81	c cleaning 57001 clauses out of 114002 with flag 4005423/1917415
160.39/158.45	c cleaning 57994 clauses out of 116002 with flag 4139013/1976416
164.88/162.92	c cleaning 58999 clauses out of 118007 with flag 4274632/2036415
168.24/166.05	c starts		: 4290
168.24/166.05	c conflicts		: 2083114
168.24/166.05	c decisions		: 2493634
168.24/166.06	c propagations		: 54006895
168.24/166.06	c inspects		: 2066215651
168.24/166.06	c shortcuts		: 0
168.24/166.06	c learnt literals	: 12
168.24/166.06	c learnt binary clauses	: 12
168.24/166.06	c learnt ternary clauses	: 12
168.24/166.06	c learnt constraints	: 2083101
168.24/166.06	c ignored constraints	: 0
168.24/166.06	c root simplifications	: 0
168.24/166.06	c removed literals (reason simplification)	: 3130250
168.24/166.06	c reason swapping (by a shorter reason)	: 0
168.24/166.06	c Calls to reduceDB	: 72
168.24/166.06	c Number of update (reduction) of LBD	: 92982
168.24/166.06	c Imported unit clauses	: 0
168.24/166.06	c No decision after first conflict	: false
168.24/166.06	c number of reductions to clauses (during analyze)	: 0
168.24/166.06	c number of learned constraints concerned by reduction	: 0
168.24/166.06	c number of learning phase by resolution	: 0
168.24/166.06	c number of learning phase by cutting planes	: 0
168.24/166.06	c number of rounding to 1 operations	: 0
168.24/166.06	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
168.24/166.06	c number of reductions of the coefficients by power 2 	: 0
168.24/166.06	c number of right shift for reduction by power 2 	: 0
168.24/166.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
168.24/166.06	c number of ending skipping 	: 0
168.24/166.06	c number of internal skipping 	: 0
168.24/166.06	c number of derivation steps 	: 0
168.24/166.06	c number of skipped derivation steps 	: 0
168.24/166.06	c number of remaining unassigned 	: 0
168.24/166.06	c number of remaining assigned 	: 0
168.24/166.06	c number of falsified literals weakened from reason	: 0
168.24/166.06	c number of falsified literals weakened from conflict	: 0
168.24/166.06	c time for arithmetic operations	: 0
168.24/166.07	c minimum degree of deleted constraints	: null
168.24/166.07	c maximum degree of deleted constraints	: null
168.24/166.07	c number of deleted constraints	: 0
168.24/166.07	c speed (assignments/second)	: 325552.58510003437
168.24/166.07	c non guided choices	: 0
168.24/166.07	s OPTIMUM FOUND
168.24/166.07	c Found 7 solution(s)
168.24/166.07	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 
168.24/166.07	c objective function=-20
168.24/166.07	c Total wall clock time (in seconds): 165.945

Verifier Data

OK	-20

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509018-1751515585/watcher-4509018-1751515585 -o /tmp/evaluation-result-4509018-1751515585/solver-4509018-1751515585 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751508541-71613 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4509018-1751515585.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=73075, runsolver pid=73072

[startup+0.10006 s]*
/proc/loadavg: 4.53 4.36 4.37 5/336 73093
/proc/meminfo: memFree=75915776/131249996 swapFree=33004236/33010684
[pid=73075] ppid=73072 vsize=18930384 memory=58012 CPUtime=0.13 cores=4,6
/proc/73075/stat : 73075 (java) S 73072 73075 71602 0 -1 4194304 6603 0 0 0 11 2 0 0 20 0 18 0 67236328 19384713216 14503 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
/proc/73075/statm: 4732596 14503 5369 1 0 547640 0
[pid=73075/tid=73077] ppid=73072 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/73075/task/73077/stat : 73077 (java) R 73072 73075 71602 0 -1 4194368 5106 0 0 0 7 1 0 0 20 0 18 0 67236329 19384713216 14503 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73086] ppid=73072 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/73075/task/73086/stat : 73086 (Finalizer) S 73072 73075 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 67236331 19384713216 14503 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73093] ppid=73072 vsize=18930384 memory=58485492679666 CPUtime=0 cores=4,6
/proc/73075/task/73093/stat : 73093 (Common-Cleaner) S 73072 73075 71602 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 67236332 19384713216 14503 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58012 KiB

[startup+0.20586 s]*
/proc/loadavg: 4.53 4.36 4.37 7/337 73094
/proc/meminfo: memFree=75914012/131249996 swapFree=33004236/33010684
[pid=73075] ppid=73072 vsize=18996948 memory=63356 CPUtime=0.32 cores=4,6
/proc/73075/stat : 73075 (java) S 73072 73075 71602 0 -1 4194304 7340 0 0 0 30 2 0 0 20 0 19 0 67236328 19452874752 15839 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
/proc/73075/statm: 4749237 15839 5465 1 0 548456 0
[pid=73075/tid=73077] ppid=73072 vsize=18996948 memory=4026728732 CPUtime=0.17 cores=4,6
/proc/73075/task/73077/stat : 73077 (java) R 73072 73075 71602 0 -1 4194368 5394 0 0 0 16 1 0 0 20 0 19 0 67236329 19452874752 15839 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73086] ppid=73072 vsize=18996948 memory=16099 CPUtime=0 cores=4,6
/proc/73075/task/73086/stat : 73086 (Finalizer) S 73072 73075 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67236331 19452874752 15839 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73093] ppid=73072 vsize=18996948 memory=57385981051877 CPUtime=0 cores=4,6
/proc/73075/task/73093/stat : 73093 (Common-Cleaner) S 73072 73075 71602 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 67236332 19452874752 15839 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73094] ppid=73072 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/73075/task/73094/stat : 73094 (Timer-0) S 73072 73075 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 67236346 19452874752 15839 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 63356 KiB

[startup+0.305889 s]*
/proc/loadavg: 4.53 4.36 4.37 6/337 73094
/proc/meminfo: memFree=75907144/131249996 swapFree=33004236/33010684
[pid=73075] ppid=73072 vsize=18996948 memory=70276 CPUtime=0.51 cores=4,6
/proc/73075/stat : 73075 (java) S 73072 73075 71602 0 -1 4194304 8639 0 0 0 49 2 0 0 20 0 19 0 67236328 19452874752 17569 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
/proc/73075/statm: 4749237 17569 5465 1 0 549083 0
[pid=73075/tid=73077] ppid=73072 vsize=18996948 memory=-6000919498443090280 CPUtime=0.26 cores=4,6
/proc/73075/task/73077/stat : 73077 (java) R 73072 73075 71602 0 -1 4194368 5410 0 0 0 25 1 0 0 20 0 19 0 67236329 19452874752 17569 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73086] ppid=73072 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/73075/task/73086/stat : 73086 (Finalizer) S 73072 73075 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67236331 19452874752 17569 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73093] ppid=73072 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/73075/task/73093/stat : 73093 (Common-Cleaner) S 73072 73075 71602 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 67236332 19452874752 17569 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73094] ppid=73072 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/73075/task/73094/stat : 73094 (Timer-0) S 73072 73075 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 67236346 19452874752 17569 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 70276 KiB

[startup+0.700251 s]
/proc/loadavg: 4.53 4.36 4.37 6/337 73094
/proc/meminfo: memFree=75891708/131249996 swapFree=33004236/33010684
[pid=73075] ppid=73072 vsize=18996948 memory=86204 CPUtime=1.27 cores=4,6
/proc/73075/stat : 73075 (java) S 73072 73075 71602 0 -1 4194304 13140 0 0 0 124 3 0 0 20 0 19 0 67236328 19452874752 21551 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
/proc/73075/statm: 4749237 21551 5497 1 0 551987 0
[pid=73075/tid=73077] ppid=73072 vsize=18996948 memory=14336 CPUtime=0.62 cores=4,6
/proc/73075/task/73077/stat : 73077 (java) R 73072 73075 71602 0 -1 4194368 5454 0 0 0 61 1 0 0 20 0 19 0 67236329 19452874752 21551 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73086] ppid=73072 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/73075/task/73086/stat : 73086 (Finalizer) S 73072 73075 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67236331 19452874752 21551 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73093] ppid=73072 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/73075/task/73093/stat : 73093 (Common-Cleaner) S 73072 73075 71602 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 67236332 19452874752 21551 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73094] ppid=73072 vsize=18996948 memory=4752 CPUtime=0 cores=4,6
/proc/73075/task/73094/stat : 73094 (Timer-0) S 73072 73075 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 67236346 19452874752 21551 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 86204 KiB

[startup+1.50022 s]
/proc/loadavg: 4.53 4.36 4.37 7/337 73094
/proc/meminfo: memFree=75881500/131249996 swapFree=33004236/33010684
[pid=73075] ppid=73072 vsize=18996948 memory=103264 CPUtime=2.48 cores=4,6
/proc/73075/stat : 73075 (java) S 73072 73075 71602 0 -1 4194304 14806 0 0 0 244 4 0 0 20 0 19 0 67236328 19452874752 25816 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
/proc/73075/statm: 4749237 25816 5497 1 0 552005 0
[pid=73075/tid=73077] ppid=73072 vsize=18996948 memory=0 CPUtime=1.42 cores=4,6
/proc/73075/task/73077/stat : 73077 (java) R 73072 73075 71602 0 -1 4194368 5775 0 0 0 140 2 0 0 20 0 19 0 67236329 19452874752 25816 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73086] ppid=73072 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/73075/task/73086/stat : 73086 (Finalizer) S 73072 73075 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67236331 19452874752 25816 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73093] ppid=73072 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/73075/task/73093/stat : 73093 (Common-Cleaner) S 73072 73075 71602 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 67236332 19452874752 25816 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73094] ppid=73072 vsize=18996948 memory=4752 CPUtime=0 cores=4,6
/proc/73075/task/73094/stat : 73094 (Timer-0) S 73072 73075 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 67236346 19452874752 25816 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 103264 KiB

[startup+3.1057 s]
/proc/loadavg: 4.57 4.37 4.37 5/337 73094
/proc/meminfo: memFree=75844996/131249996 swapFree=33004236/33010684
[pid=73075] ppid=73072 vsize=18996948 memory=127972 CPUtime=4.14 cores=4,6
/proc/73075/stat : 73075 (java) S 73072 73075 71602 0 -1 4194304 16699 0 0 0 409 5 0 0 20 0 19 0 67236328 19452874752 31993 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
/proc/73075/statm: 4749237 31993 5497 1 0 552025 0
[pid=73075/tid=73077] ppid=73072 vsize=18996948 memory=10880 CPUtime=3.02 cores=4,6
/proc/73075/task/73077/stat : 73077 (java) R 73072 73075 71602 0 -1 4194368 6132 0 0 0 300 2 0 0 20 0 19 0 67236329 19452874752 31993 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73086] ppid=73072 vsize=18996948 memory=-6000919498443090280 CPUtime=0 cores=4,6
/proc/73075/task/73086/stat : 73086 (Finalizer) S 73072 73075 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 67236331 19452874752 31993 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73093] ppid=73072 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/73075/task/73093/stat : 73093 (Common-Cleaner) S 73072 73075 71602 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 67236332 19452874752 31993 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73094] ppid=73072 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/73075/task/73094/stat : 73094 (Timer-0) S 73072 73075 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 67236346 19452874752 31993 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
Current children cumulated CPU time: 4.14 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 127972 KiB

[startup+6.30023 s]
/proc/loadavg: 4.57 4.37 4.37 5/338 73095
/proc/meminfo: memFree=75804296/131249996 swapFree=33004236/33010684
[pid=73075] ppid=73072 vsize=19063512 memory=179320 CPUtime=7.46 cores=4,6
/proc/73075/stat : 73075 (java) S 73072 73075 71602 0 -1 4194304 18414 0 0 0 740 6 0 0 20 0 20 0 67236328 19521036288 44830 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
/proc/73075/statm: 4765878 44830 5529 1 0 552315 0
[pid=73075/tid=73077] ppid=73072 vsize=19063512 memory=0 CPUtime=6.19 cores=4,6
/proc/73075/task/73077/stat : 73077 (java) R 73072 73075 71602 0 -1 4194368 6184 0 0 0 616 3 0 0 20 0 20 0 67236329 19521036288 44830 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73086] ppid=73072 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/73075/task/73086/stat : 73086 (Finalizer) S 73072 73075 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67236331 19521036288 44830 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73093] ppid=73072 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/73075/task/73093/stat : 73093 (Common-Cleaner) S 73072 73075 71602 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 67236332 19521036288 44830 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73094] ppid=73072 vsize=19063512 memory=105312 CPUtime=0 cores=4,6
/proc/73075/task/73094/stat : 73094 (Timer-0) S 73072 73075 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67236346 19521036288 44830 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
Current children cumulated CPU time: 7.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 179320 KiB

[startup+12.7002 s]
/proc/loadavg: 4.64 4.39 4.38 5/338 73095
/proc/meminfo: memFree=75747456/131249996 swapFree=33004236/33010684
[pid=73075] ppid=73072 vsize=19063512 memory=183676 CPUtime=13.97 cores=4,6
/proc/73075/stat : 73075 (java) S 73072 73075 71602 0 -1 4194304 21532 0 0 0 1390 7 0 0 20 0 20 0 67236328 19521036288 45919 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
/proc/73075/statm: 4765878 45919 5529 1 0 552315 0
[pid=73075/tid=73077] ppid=73072 vsize=19063512 memory=105312 CPUtime=12.56 cores=4,6
/proc/73075/task/73077/stat : 73077 (java) R 73072 73075 71602 0 -1 4194368 6914 0 0 0 1253 3 0 0 20 0 20 0 67236329 19521036288 45919 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73086] ppid=73072 vsize=19063512 memory=179320 CPUtime=0 cores=4,6
/proc/73075/task/73086/stat : 73086 (Finalizer) S 73072 73075 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67236331 19521036288 45919 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73093] ppid=73072 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/73075/task/73093/stat : 73093 (Common-Cleaner) S 73072 73075 71602 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 67236332 19521036288 45919 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73094] ppid=73072 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/73075/task/73094/stat : 73094 (Timer-0) S 73072 73075 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67236346 19521036288 45919 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
Current children cumulated CPU time: 13.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183676 KiB

[startup+25.5002 s]
/proc/loadavg: 4.61 4.40 4.38 5/338 73095
/proc/meminfo: memFree=75724592/131249996 swapFree=33004236/33010684
[pid=73075] ppid=73072 vsize=19063512 memory=198600 CPUtime=27.37 cores=4,6
/proc/73075/stat : 73075 (java) S 73072 73075 71602 0 -1 4194304 36946 0 0 0 2727 10 0 0 20 0 20 0 67236328 19521036288 49650 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
/proc/73075/statm: 4765878 49650 5529 1 0 555759 0
[pid=73075/tid=73077] ppid=73072 vsize=19063512 memory=179320 CPUtime=25.31 cores=4,6
/proc/73075/task/73077/stat : 73077 (java) R 73072 73075 71602 0 -1 4194368 8524 0 0 0 2528 3 0 0 20 0 20 0 67236329 19521036288 49650 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73086] ppid=73072 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/73075/task/73086/stat : 73086 (Finalizer) S 73072 73075 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67236331 19521036288 49650 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73093] ppid=73072 vsize=19063512 memory=184048 CPUtime=0 cores=4,6
/proc/73075/task/73093/stat : 73093 (Common-Cleaner) S 73072 73075 71602 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 67236332 19521036288 49650 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73094] ppid=73072 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/73075/task/73094/stat : 73094 (Timer-0) S 73072 73075 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67236346 19521036288 49650 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
Current children cumulated CPU time: 27.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 198600 KiB

[startup+51.1058 s]
/proc/loadavg: 4.48 4.38 4.37 5/338 73095
/proc/meminfo: memFree=75623956/131249996 swapFree=33004236/33010684
[pid=73075] ppid=73072 vsize=19063512 memory=301436 CPUtime=53.03 cores=4,6
/proc/73075/stat : 73075 (java) S 73072 73075 71602 0 -1 4194304 39487 0 0 0 5290 13 0 0 20 0 20 0 67236328 19521036288 75359 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
/proc/73075/statm: 4765878 75359 5561 1 0 555759 0
[pid=73075/tid=73077] ppid=73072 vsize=19063512 memory=256132 CPUtime=50.76 cores=4,6
/proc/73075/task/73077/stat : 73077 (java) R 73072 73075 71602 0 -1 4194368 8659 0 0 0 5073 3 0 0 20 0 20 0 67236329 19521036288 75359 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73086] ppid=73072 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/73075/task/73086/stat : 73086 (Finalizer) S 73072 73075 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67236331 19521036288 75359 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73093] ppid=73072 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/73075/task/73093/stat : 73093 (Common-Cleaner) S 73072 73075 71602 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 67236332 19521036288 75359 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73094] ppid=73072 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/73075/task/73094/stat : 73094 (Timer-0) S 73072 73075 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67236346 19521036288 75359 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
Current children cumulated CPU time: 53.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 301436 KiB

[startup+102.3 s]
/proc/loadavg: 4.83 4.48 4.40 5/339 73098
/proc/meminfo: memFree=75351928/131249996 swapFree=33004236/33010684
[pid=73075] ppid=73072 vsize=19063512 memory=459512 CPUtime=104.24 cores=4,6
/proc/73075/stat : 73075 (java) S 73072 73075 71602 0 -1 4194304 41176 0 0 0 10407 17 0 0 20 0 20 0 67236328 19521036288 114878 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
/proc/73075/statm: 4765878 114878 5561 1 0 555759 0
[pid=73075/tid=73077] ppid=73072 vsize=19063512 memory=459512 CPUtime=101.67 cores=4,6
/proc/73075/task/73077/stat : 73077 (java) R 73072 73075 71602 0 -1 4194368 9283 0 0 0 10164 3 0 0 20 0 20 0 67236329 19521036288 114878 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73086] ppid=73072 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/73075/task/73086/stat : 73086 (Finalizer) S 73072 73075 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67236331 19521036288 114878 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73093] ppid=73072 vsize=19063512 memory=459512 CPUtime=0 cores=4,6
/proc/73075/task/73093/stat : 73093 (Common-Cleaner) S 73072 73075 71602 0 -1 4194368 79 0 0 0 0 0 0 0 20 0 20 0 67236332 19521036288 114878 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73094] ppid=73072 vsize=19063512 memory=395876 CPUtime=0 cores=4,6
/proc/73075/task/73094/stat : 73094 (Timer-0) S 73072 73075 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67236346 19521036288 114878 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
Current children cumulated CPU time: 104.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 459512 KiB

[startup+162.3 s]
/proc/loadavg: 4.58 4.48 4.41 5/339 73167
/proc/meminfo: memFree=82867884/131249996 swapFree=33004236/33010684
[pid=73075] ppid=73072 vsize=19063512 memory=638140 CPUtime=164.28 cores=4,6
/proc/73075/stat : 73075 (java) S 73072 73075 71602 0 -1 4194304 43114 0 0 0 16405 23 0 0 20 0 20 0 67236328 19521036288 159535 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
/proc/73075/statm: 4765878 159535 5561 1 0 555759 0
[pid=73075/tid=73077] ppid=73072 vsize=19063512 memory=539568 CPUtime=161.37 cores=4,6
/proc/73075/task/73077/stat : 73077 (java) R 73072 73075 71602 0 -1 4194368 9452 0 0 0 16132 5 0 0 20 0 20 0 67236329 19521036288 159535 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73086] ppid=73072 vsize=19063512 memory=480036 CPUtime=0 cores=4,6
/proc/73075/task/73086/stat : 73086 (Finalizer) S 73072 73075 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67236331 19521036288 159535 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73093] ppid=73072 vsize=19063512 memory=539568 CPUtime=0 cores=4,6
/proc/73075/task/73093/stat : 73093 (Common-Cleaner) S 73072 73075 71602 0 -1 4194368 115 0 0 0 0 0 0 0 20 0 20 0 67236332 19521036288 159535 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73094] ppid=73072 vsize=19063512 memory=588868 CPUtime=0 cores=4,6
/proc/73075/task/73094/stat : 73094 (Timer-0) S 73072 73075 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67236346 19521036288 159535 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
Current children cumulated CPU time: 164.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 638140 KiB

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

# cumulated CPU time of all completed processes:  user=168.09 s, system=0.250603 s

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

[startup+163.2 s]
/proc/loadavg: 4.58 4.48 4.41 5/339 73167
/proc/meminfo: memFree=82867884/131249996 swapFree=33004236/33010684
[pid=73075] ppid=73072 vsize=19063512 memory=638140 CPUtime=165.18 cores=4,6
/proc/73075/stat : 73075 (java) S 73072 73075 71602 0 -1 4194304 43115 0 0 0 16495 23 0 0 20 0 20 0 67236328 19521036288 159535 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
/proc/73075/statm: 4765878 159535 5561 1 0 555759 0
[pid=73075/tid=73077] ppid=73072 vsize=19063512 memory=638140 CPUtime=162.27 cores=4,6
/proc/73075/task/73077/stat : 73077 (java) R 73072 73075 71602 0 -1 4194368 9452 0 0 0 16222 5 0 0 20 0 20 0 67236329 19521036288 159535 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73086] ppid=73072 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/73075/task/73086/stat : 73086 (Finalizer) S 73072 73075 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67236331 19521036288 159535 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73093] ppid=73072 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/73075/task/73093/stat : 73093 (Common-Cleaner) S 73072 73075 71602 0 -1 4194368 115 0 0 0 0 0 0 0 20 0 20 0 67236332 19521036288 159535 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73094] ppid=73072 vsize=19063512 memory=588868 CPUtime=0 cores=4,6
/proc/73075/task/73094/stat : 73094 (Timer-0) S 73072 73075 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67236346 19521036288 159535 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
Current children cumulated CPU time: 165.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 638140 KiB

[startup+164.8 s]
/proc/loadavg: 4.58 4.48 4.41 6/339 73167
/proc/meminfo: memFree=82867884/131249996 swapFree=33004236/33010684
[pid=73075] ppid=73072 vsize=19063512 memory=643644 CPUtime=167.01 cores=4,6
/proc/73075/stat : 73075 (java) S 73072 73075 71602 0 -1 4194304 45211 0 0 0 16677 24 0 0 20 0 20 0 67236328 19521036288 160911 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
/proc/73075/statm: 4765878 160911 5561 1 0 555759 0
[pid=73075/tid=73077] ppid=73072 vsize=19063512 memory=638140 CPUtime=163.87 cores=4,6
/proc/73075/task/73077/stat : 73077 (java) R 73072 73075 71602 0 -1 4194368 9864 0 0 0 16382 5 0 0 20 0 20 0 67236329 19521036288 160911 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73086] ppid=73072 vsize=19063512 memory=638140 CPUtime=0 cores=4,6
/proc/73075/task/73086/stat : 73086 (Finalizer) S 73072 73075 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67236331 19521036288 160911 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73093] ppid=73072 vsize=19063512 memory=638140 CPUtime=0 cores=4,6
/proc/73075/task/73093/stat : 73093 (Common-Cleaner) S 73072 73075 71602 0 -1 4194368 115 0 0 0 0 0 0 0 20 0 20 0 67236332 19521036288 160911 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73094] ppid=73072 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/73075/task/73094/stat : 73094 (Timer-0) S 73072 73075 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67236346 19521036288 160911 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
Current children cumulated CPU time: 167.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 643644 KiB

[startup+165.6 s]
/proc/loadavg: 4.58 4.48 4.41 5/339 73167
/proc/meminfo: memFree=82867884/131249996 swapFree=33004236/33010684
[pid=73075] ppid=73072 vsize=19063512 memory=639880 CPUtime=167.83 cores=4,6
/proc/73075/stat : 73075 (java) S 73072 73075 71602 0 -1 4194304 45239 0 0 0 16759 24 0 0 20 0 20 0 67236328 19521036288 159970 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
/proc/73075/statm: 4765878 159970 5561 1 0 555759 0
[pid=73075/tid=73077] ppid=73072 vsize=19063512 memory=-6000919498443090280 CPUtime=164.67 cores=4,6
/proc/73075/task/73077/stat : 73077 (java) R 73072 73075 71602 0 -1 4194368 9872 0 0 0 16462 5 0 0 20 0 20 0 67236329 19521036288 159970 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73086] ppid=73072 vsize=19063512 memory=14156 CPUtime=0 cores=4,6
/proc/73075/task/73086/stat : 73086 (Finalizer) S 73072 73075 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67236331 19521036288 159970 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73093] ppid=73072 vsize=19063512 memory=643644 CPUtime=0 cores=4,6
/proc/73075/task/73093/stat : 73093 (Common-Cleaner) S 73072 73075 71602 0 -1 4194368 115 0 0 0 0 0 0 0 20 0 20 0 67236332 19521036288 159970 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73094] ppid=73072 vsize=19063512 memory=-6000919498443090280 CPUtime=0 cores=4,6
/proc/73075/task/73094/stat : 73094 (Timer-0) S 73072 73075 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67236346 19521036288 159970 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
Current children cumulated CPU time: 167.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 639880 KiB

[startup+166 s]*
/proc/loadavg: 4.58 4.48 4.41 5/339 73167
/proc/meminfo: memFree=82826924/131249996 swapFree=33004236/33010684
[pid=73075] ppid=73072 vsize=19063512 memory=639880 CPUtime=168.24 cores=4,6
/proc/73075/stat : 73075 (java) S 73072 73075 71602 0 -1 4194304 45244 0 0 0 16800 24 0 0 20 0 20 0 67236328 19521036288 159970 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
/proc/73075/statm: 4765878 159970 5561 1 0 555759 0
[pid=73075/tid=73077] ppid=73072 vsize=19063512 memory=-6000919489903421800 CPUtime=165.07 cores=4,6
/proc/73075/task/73077/stat : 73077 (java) R 73072 73075 71602 0 -1 4194368 9872 0 0 0 16502 5 0 0 20 0 20 0 67236329 19521036288 159970 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73086] ppid=73072 vsize=19063512 memory=6944656592455097440 CPUtime=0 cores=4,6
/proc/73075/task/73086/stat : 73086 (Finalizer) S 73072 73075 71602 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 67236331 19521036288 159970 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73093] ppid=73072 vsize=19063512 memory=6944656592455360604 CPUtime=0 cores=4,6
/proc/73075/task/73093/stat : 73093 (Common-Cleaner) S 73072 73075 71602 0 -1 4194368 115 0 0 0 0 0 0 0 20 0 20 0 67236332 19521036288 159970 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
[pid=73075/tid=73094] ppid=73072 vsize=19063512 memory=6944656592455097440 CPUtime=0 cores=4,6
/proc/73075/task/73094/stat : 73094 (Timer-0) S 73072 73075 71602 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 67236346 19521036288 159970 18446744073709551615 93970709958656 93970709962352 140733108652560 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93970709970168 93970709970960 93970726567936 140733108656513 140733108656614 140733108656614 140733108662216 0
Current children cumulated CPU time: 168.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 639880 KiB

Child status: 30

Real time (s): 166.102
CPU time (s): 168.34
CPU user time (s): 168.09
CPU system time (s): 0.250603
CPU usage (%): 101.348
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 643644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.09
system time used= 0.250603
maximum resident set size= 643644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46806
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7181
involuntary context switches= 1221


# summary of solver processes directly reported to runsolver:
#   pid: 73075
#   total CPU time (s): 168.34
#   total CPU user time (s): 168.09
#   total CPU system time (s): 0.250603

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.347363 second user time and 0.885864 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-03 06:06:25
IDJOB=4509018
IDBENCH=158553
IDSOLVER=3363
FILE ID=nodeC023/4509018-1751515585
RUNJOBID= nodeC023-1751508541-71613
SLURM_JOB_ID= 9598606
Free space on /tmp= 431864 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_2pm-0055-0055.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509018-1751515585/watcher-4509018-1751515585 -o /tmp/evaluation-result-4509018-1751515585/solver-4509018-1751515585 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751508541-71613 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4509018-1751515585.opb

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

MD5SUM BENCH= 4718f12bebdf91368a48e005d35af6ac
RANDOM SEED=585838255

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.925
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.896
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		: 3606.298
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		: 3588.837
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		: 3598.310
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.901
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.890
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		: 3601.113
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:        75945136 kB
MemAvailable:   91661400 kB
Buffers:              16 kB
Cached:         16460848 kB
SwapCached:          596 kB
Active:         38271760 kB
Inactive:       16255876 kB
Active(anon):   38059712 kB
Inactive(anon):    20460 kB
Active(file):     212048 kB
Inactive(file): 16235416 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33004236 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               736 kB
Writeback:            32 kB
AnonPages:      38063416 kB
Mapped:           118888 kB
Shmem:             13400 kB
KReclaimable:     216076 kB
Slab:             306976 kB
SReclaimable:     216076 kB
SUnreclaim:        90900 kB
KernelStack:        5160 kB
PageTables:        78376 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   40951008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  37607424 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= 431864 MiB
End job on nodeC023 at 2025-07-03 06:09:11