Trace number 4459183

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 Partial RoundingSAT 2024 2024-07-12SAT (TO)25 3600.22 3571.81

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/
opt/miplib2017/normalized-iis-glass-cov.opb
MD5SUMd19cd21a9273f0af629a2ef833d8382f
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 benchmark21
Best CPU time to get the best result obtained on this benchmark378.449
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables214
Total number of constraints5375
Number of constraints which are clauses5375
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint9
Maximum length of a constraint11
Number of terms in the objective function 214
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 214
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 214
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.07/0.53	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.07/0.53	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.53	c See www.sat4j.org for details.
0.07/0.55	c version CUSTOM.v20240707
0.07/0.56	c java.runtime.name	OpenJDK Runtime Environment
0.07/0.56	c java.vm.name		OpenJDK 64-Bit Server VM
0.07/0.56	c java.vm.version	22.0.1+8-16
0.07/0.56	c java.vm.vendor	Oracle Corporation
0.07/0.56	c sun.arch.data.model	64
0.07/0.56	c java.version		22.0.1
0.07/0.56	c os.name		Linux
0.07/0.56	c os.version		4.18.0-301.1.el8.x86_64
0.07/0.56	c os.arch		amd64
0.07/0.56	c Free memory 		2104792832
0.07/0.56	c Max memory 		16282288128
0.07/0.56	c Total memory 		2113929216
0.07/0.57	c Number of processors 	2
0.15/0.65	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.65	 - never skip resolution steps
0.15/0.65	 - Auto-division on coefficients is disabled
0.15/0.65	 - No postprocessing
0.15/0.65	 - Conflict is considered as is when resolving
0.15/0.65	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.15/0.65	 - Weaken first using unassigned literals
0.15/0.65	 - Bump strategy: ALWAYS_ONE
0.15/0.65	 - Bumper: ASSIGNED
0.15/0.65	--- Begin Solver configuration ---
0.15/0.65	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.15/0.65	Learn all clauses as in MiniSAT
0.15/0.65	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.65	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.65	No reason simplification
0.15/0.65	Armin Biere (Picosat) restarts strategy
0.15/0.65	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.15/0.65	timeout=2147483s
0.15/0.65	DB Simplification allowed=false
0.15/0.65	Listener: none
0.15/0.65	--- End Solver configuration ---
0.15/0.66	c Pseudo Boolean Optimization by upper bound
0.15/0.66	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.66	c  - never skip resolution steps
0.15/0.66	c  - Auto-division on coefficients is disabled
0.15/0.66	c  - No postprocessing
0.15/0.66	c  - Conflict is considered as is when resolving
0.15/0.66	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.15/0.66	c  - Weaken first using unassigned literals
0.15/0.66	c  - Bump strategy: ALWAYS_ONE
0.15/0.66	c  - Bumper: ASSIGNED
0.15/0.66	c --- Begin Solver configuration ---
0.15/0.66	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.15/0.66	c Learn all clauses as in MiniSAT
0.15/0.66	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.66	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.66	c No reason simplification
0.15/0.66	c Armin Biere (Picosat) restarts strategy
0.15/0.66	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.15/0.66	c timeout=2147483s
0.15/0.66	c DB Simplification allowed=false
0.15/0.66	c Listener: none
0.15/0.66	c --- End Solver configuration ---
0.15/0.66	c solving HOME/instance-4459183-1721903578.opb
0.15/0.66	c reading problem ... 
0.15/0.66	c  objective function found
0.52/0.80	c ... done. Wall clock time 0.148s.
0.52/0.81	c declared #vars     214
0.52/0.81	c #constraints  5375
0.52/0.81	c constraints type 
0.52/0.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5375
0.52/0.81	c 5375 constraints processed.
0.52/0.82	c objective function length is 214 literals
0.52/0.85	c SATISFIABLE
0.52/0.85	c OPTIMIZING...
0.52/0.85	c Got one! Elapsed wall clock time (in seconds):0.181
0.52/0.85	o 31
0.52/0.88	c Got one! Elapsed wall clock time (in seconds):0.221
0.52/0.88	o 30
0.70/0.91	c Got one! Elapsed wall clock time (in seconds):0.25
0.70/0.91	o 29
0.70/0.98	c Got one! Elapsed wall clock time (in seconds):0.321
0.70/0.98	o 28
12.35/9.49	c cleaning 2525 clauses out of 5049 with flag 0/5049
29.71/26.63	c cleaning 4256 clauses out of 8524 with flag 0/11049
58.04/54.61	c cleaning 5632 clauses out of 11268 with flag 0/18049
58.96/55.54	c Got one! Elapsed wall clock time (in seconds):54.883
58.96/55.54	o 27
59.06/55.66	c Got one! Elapsed wall clock time (in seconds):55.009
59.06/55.66	o 26
75.93/72.48	c cleaning 5802 clauses out of 11610 with flag 0/24023
95.87/92.13	c cleaning 5900 clauses out of 11807 with flag 0/30022
121.19/117.16	c cleaning 6451 clauses out of 12905 with flag 0/37020
162.71/158.66	c cleaning 7224 clauses out of 14455 with flag 0/45021
193.20/188.70	c cleaning 8111 clauses out of 16230 with flag 0/54020
268.10/263.20	c cleaning 9053 clauses out of 18120 with flag 0/64021
286.91/281.98	c Got one! Elapsed wall clock time (in seconds):281.329
286.91/281.98	o 25
322.84/317.61	c cleaning 9782 clauses out of 19573 with flag 0/74527
341.11/335.22	c cleaning 7100 clauses out of 15791 with flag 0/80527
366.68/360.70	c cleaning 6166 clauses out of 15690 with flag 0/87526
405.41/399.12	c cleaning 7177 clauses out of 17524 with flag 0/95526
448.07/441.49	c cleaning 8128 clauses out of 19347 with flag 0/104526
490.46/483.30	c cleaning 9087 clauses out of 21223 with flag 0/114530
535.30/527.68	c cleaning 9909 clauses out of 23133 with flag 0/125527
632.99/624.67	c cleaning 10649 clauses out of 25223 with flag 0/137526
690.86/682.18	c cleaning 11619 clauses out of 27574 with flag 0/150526
851.75/842.16	c cleaning 12343 clauses out of 29955 with flag 0/164526
939.93/929.62	c cleaning 13135 clauses out of 32614 with flag 0/179528
1058.26/1047.04	c cleaning 14276 clauses out of 35477 with flag 0/195526
1145.01/1132.83	c cleaning 15093 clauses out of 38201 with flag 0/212526
1459.20/1447.00	c cleaning 15603 clauses out of 41109 with flag 0/230527
1589.56/1576.20	c cleaning 17138 clauses out of 44505 with flag 0/249526
1735.51/1720.88	c cleaning 18091 clauses out of 47369 with flag 0/269528
1889.81/1873.83	c cleaning 18822 clauses out of 50278 with flag 0/290528
2063.62/2045.95	c cleaning 19734 clauses out of 53455 with flag 0/312527
2448.86/2430.24	c cleaning 20591 clauses out of 56720 with flag 0/335526
2717.33/2697.21	c cleaning 21479 clauses out of 60132 with flag 0/359529
2890.98/2869.20	c cleaning 21588 clauses out of 63650 with flag 0/384526
3069.49/3045.42	c cleaning 23220 clauses out of 68063 with flag 0/410527
3337.37/3311.54	c cleaning 23529 clauses out of 71842 with flag 0/437526
3600.01/3571.71	c starts		: 158
3600.01/3571.72	c conflicts		: 465527
3600.01/3571.72	c decisions		: 3035017
3600.01/3571.72	c propagations		: 12482602
3600.01/3571.72	c inspects		: 1807512538
3600.01/3571.72	c shortcuts		: 0
3600.01/3571.72	c learnt literals	: 0
3600.01/3571.72	c learnt binary clauses	: 0
3600.01/3571.72	c learnt ternary clauses	: 0
3600.01/3571.72	c learnt constraints	: 465527
3600.01/3571.72	c ignored constraints	: 0
3600.01/3571.72	c root simplifications	: 0
3600.01/3571.72	c removed literals (reason simplification)	: 0
3600.01/3571.72	c reason swapping (by a shorter reason)	: 0
3600.01/3571.72	c Calls to reduceDB	: 33
3600.01/3571.72	c Number of update (reduction) of LBD	: 0
3600.01/3571.72	c Imported unit clauses	: 0
3600.01/3571.72	c No decision after first conflict	: false
3600.01/3571.72	c number of reductions to clauses (during analyze)	: 0
3600.01/3571.72	c number of learned constraints concerned by reduction	: 0
3600.01/3571.72	c number of learning phase by resolution	: 0
3600.01/3571.72	c number of learning phase by cutting planes	: 0
3600.01/3571.72	c number of rounding to 1 operations	: 1595884
3600.01/3571.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3571.72	c number of reductions of the coefficients by power 2 	: 0
3600.01/3571.72	c number of right shift for reduction by power 2 	: 0
3600.01/3571.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3571.72	c number of ending skipping 	: 0
3600.01/3571.72	c number of internal skipping 	: 0
3600.01/3571.72	c number of derivation steps 	: 1954046
3600.01/3571.72	c number of skipped derivation steps 	: 0
3600.01/3571.72	c number of remaining unassigned 	: 954748
3600.01/3571.72	c number of remaining assigned 	: 83052122
3600.01/3571.72	c number of falsified literals weakened from reason	: 0
3600.01/3571.72	c number of falsified literals weakened from conflict	: 0
3600.01/3571.72	c time for arithmetic operations	: 6139828746
3600.01/3571.72	c minimum degree of deleted constraints	: 4
3600.01/3571.72	c maximum degree of deleted constraints	: 18820999769
3600.01/3571.72	c number of deleted constraints	: 405477
3600.01/3571.74	c speed (assignments/second)	: 3495.6527680891027
3600.01/3571.74	c non guided choices	: 0
3600.01/3571.79	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 49048
3600.01/3571.79	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1610
3600.01/3571.79	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 25656
3600.01/3571.79	s SATISFIABLE
3600.01/3571.79	c Found 7 solution(s)
3600.01/3571.79	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 
3600.01/3571.79	c objective function=25
3600.01/3571.79	c Total wall clock time (in seconds): 3571.132

Verifier Data

OK	25

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: 63931 MiB (60644 MiB free)
  memory of node 1: 64510 MiB (62286 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459183-1721903578/watcher-4459183-1721903578 -o /tmp/evaluation-result-4459183-1721903578/solver-4459183-1721903578 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721903578-235111 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459183-1721903578.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=235155, runsolver pid=235148

[startup+0.100075 s]*
/proc/loadavg: 1.41 1.19 1.79 3/254 235164
/proc/meminfo: memFree=125874032/131524600 swapFree=131053920/131071996
[pid=235155] ppid=235148 vsize=37736 memory=2136 CPUtime=0 cores=4,6
/proc/235155/stat : 235155 (java) D 235148 235155 235100 0 -1 4194304 172 0 3 0 0 0 0 0 20 0 1 0 26887113 38641664 534 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 0 0 0 0 17 6 0 0 7 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
/proc/235155/statm: 9434 534 490 1 0 459 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 37736 KiB
Current children cumulated memory: 2136 KiB

[startup+0.206008 s]*
/proc/loadavg: 1.41 1.19 1.79 2/265 235180
/proc/meminfo: memFree=125858640/131524600 swapFree=131053920/131071996
[pid=235155] ppid=235148 vsize=239396 memory=8568 CPUtime=0 cores=4,6
/proc/235155/stat : 235155 (java) S 235148 235155 235100 0 -1 1077936128 597 0 48 0 0 0 0 0 20 0 2 0 26887113 245141504 2142 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 0 0 0 0 17 4 0 0 19 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
/proc/235155/statm: 59849 2142 1757 1 0 583 0
[pid=235155/tid=235179] ppid=235148 vsize=239396 memory=6874026233295995011 CPUtime=0 cores=4,6
/proc/235155/task/235179/stat : 235179 (java) D 235148 235155 235100 0 -1 4194368 27 0 12 0 0 0 0 0 20 0 2 0 26887129 245141504 2142 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 0 0 0 0 -1 4 0 0 3 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 239396 KiB
Current children cumulated memory: 8568 KiB

[startup+0.305833 s]*
/proc/loadavg: 1.41 1.19 1.79 2/267 235182
/proc/meminfo: memFree=125826276/131524600 swapFree=131053920/131071996
[pid=235155] ppid=235148 vsize=528268 memory=20492 CPUtime=0.01 cores=4,6
/proc/235155/stat : 235155 (java) S 235148 235155 235100 0 -1 1077936128 1380 0 73 0 0 1 0 0 20 0 2 0 26887113 540946432 5123 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 16784588 0 0 0 17 4 0 0 19 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
/proc/235155/statm: 132067 5123 3045 1 0 4200 0
[pid=235155/tid=235179] ppid=235148 vsize=528268 memory=-9175637183717679804 CPUtime=0 cores=4,6
/proc/235155/task/235179/stat : 235179 (java) D 235148 235155 235100 0 -1 4194368 810 0 37 0 0 0 0 0 20 0 2 0 26887129 540946432 5123 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16784588 0 0 0 -1 4 0 0 11 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 528268 KiB
Current children cumulated memory: 20492 KiB

[startup+0.704053 s]
/proc/loadavg: 1.41 1.19 1.79 2/332 235247
/proc/meminfo: memFree=125698820/131524600 swapFree=131053920/131071996
[pid=235155] ppid=235148 vsize=18975048 memory=73812 CPUtime=0.32 cores=4,6
/proc/235155/stat : 235155 (java) S 235148 235155 235100 0 -1 1077936128 7887 0 140 0 28 4 0 0 20 0 18 0 26887113 19430449152 18453 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 19 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
/proc/235155/statm: 4743762 18453 5736 1 0 549716 0
[pid=235155/tid=235179] ppid=235148 vsize=18975048 memory=68016 CPUtime=0.18 cores=4,6
/proc/235155/task/235179/stat : 235179 (java) R 235148 235155 235100 0 -1 4194368 6061 0 90 0 15 3 0 0 20 0 18 0 26887129 19430449152 18453 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235216] ppid=235148 vsize=18975048 memory=11688 CPUtime=0 cores=4,6
/proc/235155/task/235216/stat : 235216 (Finalizer) S 235148 235155 235100 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 26887152 19430449152 18453 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235247] ppid=235148 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/235155/task/235247/stat : 235247 (Common-Cleaner) S 235148 235155 235100 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 26887156 19430449152 18453 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73812 KiB

[startup+1.50021 s]
/proc/loadavg: 1.41 1.19 1.79 10/337 235252
/proc/meminfo: memFree=124499192/131524600 swapFree=131053920/131071996
[pid=235155] ppid=235148 vsize=19108176 memory=187080 CPUtime=1.89 cores=4,6
/proc/235155/stat : 235155 (java) S 235148 235155 235100 0 -1 1077936128 16600 0 140 0 181 8 0 0 20 0 20 0 26887113 19566772224 46770 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 19 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
/proc/235155/statm: 4777044 46770 5835 1 0 555998 0
[pid=235155/tid=235179] ppid=235148 vsize=19108176 memory=0 CPUtime=0.92 cores=4,6
/proc/235155/task/235179/stat : 235179 (java) R 235148 235155 235100 0 -1 4194368 6285 0 90 0 87 5 0 0 20 0 20 0 26887129 19566772224 46770 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 32 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235216] ppid=235148 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/235155/task/235216/stat : 235216 (Finalizer) S 235148 235155 235100 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26887152 19566772224 46770 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235247] ppid=235148 vsize=19108176 memory=11688 CPUtime=0 cores=4,6
/proc/235155/task/235247/stat : 235247 (Common-Cleaner) S 235148 235155 235100 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 26887156 19566772224 46770 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235252] ppid=235148 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/235155/task/235252/stat : 235252 (Timer-0) S 235148 235155 235100 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26887195 19566772224 46770 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187080 KiB

[startup+3.10805 s]
/proc/loadavg: 2.02 1.32 1.83 9/338 235320
/proc/meminfo: memFree=120686660/131524600 swapFree=131053920/131071996
[pid=235155] ppid=235148 vsize=19108176 memory=439588 CPUtime=5.04 cores=4,6
/proc/235155/stat : 235155 (java) S 235148 235155 235100 0 -1 1077936128 25798 0 140 0 489 15 0 0 20 0 20 0 26887113 19566772224 109897 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 19 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
/proc/235155/statm: 4777044 109897 5856 1 0 681390 0
[pid=235155/tid=235179] ppid=235148 vsize=19108176 memory=11688 CPUtime=2.4 cores=4,6
/proc/235155/task/235179/stat : 235179 (java) R 235148 235155 235100 0 -1 4194368 7169 0 90 0 230 10 0 0 20 0 20 0 26887129 19566772224 109897 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 32 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235216] ppid=235148 vsize=19108176 memory=5612 CPUtime=0 cores=4,6
/proc/235155/task/235216/stat : 235216 (Finalizer) S 235148 235155 235100 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26887152 19566772224 109897 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235247] ppid=235148 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/235155/task/235247/stat : 235247 (Common-Cleaner) S 235148 235155 235100 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 26887156 19566772224 109897 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235252] ppid=235148 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/235155/task/235252/stat : 235252 (Timer-0) S 235148 235155 235100 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26887195 19566772224 109897 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
Current children cumulated CPU time: 5.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 439588 KiB

[startup+6.30106 s]
/proc/loadavg: 2.02 1.32 1.83 7/339 235321
/proc/meminfo: memFree=119623640/131524600 swapFree=131053920/131071996
[pid=235155] ppid=235148 vsize=19108176 memory=890272 CPUtime=9.08 cores=4,6
/proc/235155/stat : 235155 (java) S 235148 235155 235100 0 -1 1077936128 26310 0 140 0 882 26 0 0 20 0 20 0 26887113 19566772224 222568 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 19 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
/proc/235155/statm: 4777044 222568 5856 1 0 681420 0
[pid=235155/tid=235179] ppid=235148 vsize=19108176 memory=0 CPUtime=5.48 cores=4,6
/proc/235155/task/235179/stat : 235179 (java) R 235148 235155 235100 0 -1 4194368 7396 0 90 0 528 20 0 0 20 0 20 0 26887129 19566772224 222568 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 32 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235216] ppid=235148 vsize=19108176 memory=68016 CPUtime=0 cores=4,6
/proc/235155/task/235216/stat : 235216 (Finalizer) S 235148 235155 235100 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26887152 19566772224 222568 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235247] ppid=235148 vsize=19108176 memory=12316 CPUtime=0 cores=4,6
/proc/235155/task/235247/stat : 235247 (Common-Cleaner) S 235148 235155 235100 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 26887156 19566772224 222568 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235252] ppid=235148 vsize=19108176 memory=5492 CPUtime=0 cores=4,6
/proc/235155/task/235252/stat : 235252 (Timer-0) S 235148 235155 235100 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26887195 19566772224 222568 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
Current children cumulated CPU time: 9.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 890272 KiB

[startup+12.7003 s]
/proc/loadavg: 2.25 1.39 1.84 6/339 235323
/proc/meminfo: memFree=118665188/131524600 swapFree=131053920/131071996
[pid=235155] ppid=235148 vsize=19108176 memory=1123996 CPUtime=15.67 cores=4,6
/proc/235155/stat : 235155 (java) S 235148 235155 235100 0 -1 1077936128 27891 0 140 0 1536 31 0 0 20 0 20 0 26887113 19566772224 280999 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 19 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
/proc/235155/statm: 4777044 280999 5856 1 0 681470 0
[pid=235155/tid=235179] ppid=235148 vsize=19108176 memory=1019524 CPUtime=11.71 cores=4,6
/proc/235155/task/235179/stat : 235179 (java) R 235148 235155 235100 0 -1 4194368 8666 0 90 0 1148 23 0 0 20 0 20 0 26887129 19566772224 280999 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 32 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235216] ppid=235148 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/235155/task/235216/stat : 235216 (Finalizer) S 235148 235155 235100 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26887152 19566772224 280999 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235247] ppid=235148 vsize=19108176 memory=1044124 CPUtime=0 cores=4,6
/proc/235155/task/235247/stat : 235247 (Common-Cleaner) S 235148 235155 235100 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 26887156 19566772224 280999 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235252] ppid=235148 vsize=19108176 memory=68016 CPUtime=0 cores=4,6
/proc/235155/task/235252/stat : 235252 (Timer-0) S 235148 235155 235100 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26887195 19566772224 280999 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
Current children cumulated CPU time: 15.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1123996 KiB

[startup+25.501 s]
/proc/loadavg: 2.72 1.53 1.88 6/339 235324
/proc/meminfo: memFree=116762308/131524600 swapFree=131053920/131071996
[pid=235155] ppid=235148 vsize=19108176 memory=1705992 CPUtime=28.58 cores=4,6
/proc/235155/stat : 235155 (java) S 235148 235155 235100 0 -1 1077936128 33082 0 140 0 2814 44 0 0 20 0 20 0 26887113 19566772224 426498 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 19 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
/proc/235155/statm: 4777044 426498 5856 1 0 681474 0
[pid=235155/tid=235179] ppid=235148 vsize=19108176 memory=68016 CPUtime=24.29 cores=4,6
/proc/235155/task/235179/stat : 235179 (java) R 235148 235155 235100 0 -1 4194368 11034 0 90 0 2396 33 0 0 20 0 20 0 26887129 19566772224 426498 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 32 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235216] ppid=235148 vsize=19108176 memory=1705992 CPUtime=0 cores=4,6
/proc/235155/task/235216/stat : 235216 (Finalizer) S 235148 235155 235100 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26887152 19566772224 426498 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235247] ppid=235148 vsize=19108176 memory=1695752 CPUtime=0 cores=4,6
/proc/235155/task/235247/stat : 235247 (Common-Cleaner) S 235148 235155 235100 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 26887156 19566772224 426498 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235252] ppid=235148 vsize=19108176 memory=4584 CPUtime=0 cores=4,6
/proc/235155/task/235252/stat : 235252 (Timer-0) S 235148 235155 235100 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26887195 19566772224 426498 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
Current children cumulated CPU time: 28.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1705992 KiB

[startup+51.1061 s]
/proc/loadavg: 3.35 1.78 1.96 6/340 235330
/proc/meminfo: memFree=116339568/131524600 swapFree=131053920/131071996
[pid=235155] ppid=235148 vsize=19108176 memory=1765612 CPUtime=54.5 cores=4,6
/proc/235155/stat : 235155 (java) S 235148 235155 235100 0 -1 1077936128 41088 0 140 0 5403 47 0 0 20 0 20 0 26887113 19566772224 441403 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 19 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
/proc/235155/statm: 4777044 441403 5856 1 0 681474 0
[pid=235155/tid=235179] ppid=235148 vsize=19108176 memory=1749128 CPUtime=49.4 cores=4,6
/proc/235155/task/235179/stat : 235179 (java) R 235148 235155 235100 0 -1 4194368 14061 0 90 0 4907 33 0 0 20 0 20 0 26887129 19566772224 441403 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 32 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235216] ppid=235148 vsize=19108176 memory=1765612 CPUtime=0 cores=4,6
/proc/235155/task/235216/stat : 235216 (Finalizer) S 235148 235155 235100 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26887152 19566772224 441403 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235247] ppid=235148 vsize=19108176 memory=1732732 CPUtime=0 cores=4,6
/proc/235155/task/235247/stat : 235247 (Common-Cleaner) S 235148 235155 235100 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 26887156 19566772224 441403 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235252] ppid=235148 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/235155/task/235252/stat : 235252 (Timer-0) S 235148 235155 235100 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26887195 19566772224 441403 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
Current children cumulated CPU time: 54.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1765612 KiB

[startup+102.3 s]
/proc/loadavg: 3.84 2.15 2.08 6/340 235339
/proc/meminfo: memFree=115194152/131524600 swapFree=131053920/131071996
[pid=235155] ppid=235148 vsize=19108176 memory=1921956 CPUtime=106.2 cores=4,6
/proc/235155/stat : 235155 (java) S 235148 235155 235100 0 -1 1077936128 54729 0 140 0 10567 53 0 0 20 0 20 0 26887113 19566772224 480489 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 19 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
/proc/235155/statm: 4777044 480489 5873 1 0 681474 0
[pid=235155/tid=235179] ppid=235148 vsize=19108176 memory=1749128 CPUtime=99.4 cores=4,6
/proc/235155/task/235179/stat : 235179 (java) R 235148 235155 235100 0 -1 4194368 19183 0 90 0 9906 34 0 0 20 0 20 0 26887129 19566772224 480489 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 40 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0

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

/proc/235155/task/235216/stat : 235216 (Finalizer) S 235148 235155 235100 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26887152 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235247] ppid=235148 vsize=19108176 memory=11688 CPUtime=0 cores=4,6
/proc/235155/task/235247/stat : 235247 (Common-Cleaner) S 235148 235155 235100 0 -1 1077936192 3527 0 0 0 0 0 0 0 20 0 20 0 26887156 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235252] ppid=235148 vsize=19108176 memory=2681744 CPUtime=0 cores=4,6
/proc/235155/task/235252/stat : 235252 (Timer-0) S 235148 235155 235100 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26887195 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
Current children cumulated CPU time: 3187.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2681744 KiB

[startup+3222.3 s]
/proc/loadavg: 4.35 4.37 4.28 6/332 236879
/proc/meminfo: memFree=111441928/131524600 swapFree=131053920/131071996
[pid=235155] ppid=235148 vsize=19108176 memory=2681744 CPUtime=3247.75 cores=4,6
/proc/235155/stat : 235155 (java) S 235148 235155 235100 0 -1 1077936128 299017 0 140 0 324573 202 0 0 20 0 20 0 26887113 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 19 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
/proc/235155/statm: 4777044 670436 5892 1 0 682122 0
[pid=235155/tid=235179] ppid=235148 vsize=19108176 memory=2681700 CPUtime=3170.26 cores=4,6
/proc/235155/task/235179/stat : 235179 (java) R 235148 235155 235100 0 -1 4194368 132286 0 90 0 316971 55 0 0 20 0 20 0 26887129 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 111 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235216] ppid=235148 vsize=19108176 memory=11688 CPUtime=0 cores=4,6
/proc/235155/task/235216/stat : 235216 (Finalizer) S 235148 235155 235100 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26887152 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235247] ppid=235148 vsize=19108176 memory=2681744 CPUtime=0 cores=4,6
/proc/235155/task/235247/stat : 235247 (Common-Cleaner) S 235148 235155 235100 0 -1 1077936192 3528 0 0 0 0 0 0 0 20 0 20 0 26887156 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235252] ppid=235148 vsize=19108176 memory=2681744 CPUtime=0 cores=4,6
/proc/235155/task/235252/stat : 235252 (Timer-0) S 235148 235155 235100 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26887195 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
Current children cumulated CPU time: 3247.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2681744 KiB

[startup+3282.3 s]
/proc/loadavg: 4.33 4.36 4.28 6/332 236889
/proc/meminfo: memFree=111397884/131524600 swapFree=131053920/131071996
[pid=235155] ppid=235148 vsize=19108176 memory=2681744 CPUtime=3308.07 cores=4,6
/proc/235155/stat : 235155 (java) S 235148 235155 235100 0 -1 1077936128 300015 0 140 0 330603 204 0 0 20 0 20 0 26887113 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 19 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
/proc/235155/statm: 4777044 670436 5892 1 0 682122 0
[pid=235155/tid=235179] ppid=235148 vsize=19108176 memory=2681744 CPUtime=3229.6 cores=4,6
/proc/235155/task/235179/stat : 235179 (java) R 235148 235155 235100 0 -1 4194368 133095 0 90 0 322905 55 0 0 20 0 20 0 26887129 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 111 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235216] ppid=235148 vsize=19108176 memory=2681744 CPUtime=0 cores=4,6
/proc/235155/task/235216/stat : 235216 (Finalizer) S 235148 235155 235100 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26887152 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235247] ppid=235148 vsize=19108176 memory=2681744 CPUtime=0 cores=4,6
/proc/235155/task/235247/stat : 235247 (Common-Cleaner) S 235148 235155 235100 0 -1 1077936192 3605 0 0 0 0 0 0 0 20 0 20 0 26887156 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235252] ppid=235148 vsize=19108176 memory=2681744 CPUtime=0 cores=4,6
/proc/235155/task/235252/stat : 235252 (Timer-0) S 235148 235155 235100 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26887195 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
Current children cumulated CPU time: 3308.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2681744 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.34 4.27 4/308 237104
/proc/meminfo: memFree=115420744/131524600 swapFree=131053920/131071996
[pid=235155] ppid=235148 vsize=19108176 memory=2681744 CPUtime=3368.31 cores=4,6
/proc/235155/stat : 235155 (java) S 235148 235155 235100 0 -1 1077936128 306475 0 140 0 336624 207 0 0 20 0 20 0 26887113 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 19 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
/proc/235155/statm: 4777044 670436 5892 1 0 682122 0
[pid=235155/tid=235179] ppid=235148 vsize=19108176 memory=0 CPUtime=3289.11 cores=4,6
/proc/235155/task/235179/stat : 235179 (java) R 235148 235155 235100 0 -1 4194368 135136 0 90 0 328856 55 0 0 20 0 20 0 26887129 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 111 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235216] ppid=235148 vsize=19108176 memory=68016 CPUtime=0 cores=4,6
/proc/235155/task/235216/stat : 235216 (Finalizer) S 235148 235155 235100 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26887152 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235247] ppid=235148 vsize=19108176 memory=2681744 CPUtime=0 cores=4,6
/proc/235155/task/235247/stat : 235247 (Common-Cleaner) S 235148 235155 235100 0 -1 1077936192 3660 0 0 0 0 0 0 0 20 0 20 0 26887156 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235252] ppid=235148 vsize=19108176 memory=68016 CPUtime=0 cores=4,6
/proc/235155/task/235252/stat : 235252 (Timer-0) S 235148 235155 235100 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26887195 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
Current children cumulated CPU time: 3368.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2681744 KiB

[startup+3402.3 s]
/proc/loadavg: 3.56 4.12 4.20 4/308 237114
/proc/meminfo: memFree=115336548/131524600 swapFree=131053920/131071996
[pid=235155] ppid=235148 vsize=19108176 memory=2681744 CPUtime=3428.96 cores=4,6
/proc/235155/stat : 235155 (java) S 235148 235155 235100 0 -1 1077936128 315826 0 140 0 342686 210 0 0 20 0 20 0 26887113 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 19 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
/proc/235155/statm: 4777044 670436 5892 1 0 682122 0
[pid=235155/tid=235179] ppid=235148 vsize=19108176 memory=2681744 CPUtime=3348.5 cores=4,6
/proc/235155/task/235179/stat : 235179 (java) R 235148 235155 235100 0 -1 4194368 137354 0 90 0 334794 56 0 0 20 0 20 0 26887129 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 111 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235216] ppid=235148 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/235155/task/235216/stat : 235216 (Finalizer) S 235148 235155 235100 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26887152 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235247] ppid=235148 vsize=19108176 memory=68016 CPUtime=0 cores=4,6
/proc/235155/task/235247/stat : 235247 (Common-Cleaner) S 235148 235155 235100 0 -1 1077936192 3660 0 0 0 0 0 0 0 20 0 20 0 26887156 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235252] ppid=235148 vsize=19108176 memory=2681744 CPUtime=0 cores=4,6
/proc/235155/task/235252/stat : 235252 (Timer-0) S 235148 235155 235100 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26887195 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
Current children cumulated CPU time: 3428.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2681744 KiB

[startup+3462.3 s]
/proc/loadavg: 3.40 3.97 4.14 4/309 237183
/proc/meminfo: memFree=115235656/131524600 swapFree=131053920/131071996
[pid=235155] ppid=235148 vsize=19108176 memory=2681744 CPUtime=3489.28 cores=4,6
/proc/235155/stat : 235155 (java) S 235148 235155 235100 0 -1 1077936128 317810 0 140 0 348716 212 0 0 20 0 20 0 26887113 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 19 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
/proc/235155/statm: 4777044 670436 5892 1 0 682122 0
[pid=235155/tid=235179] ppid=235148 vsize=19108176 memory=68016 CPUtime=3407.9 cores=4,6
/proc/235155/task/235179/stat : 235179 (java) R 235148 235155 235100 0 -1 4194368 138242 0 90 0 340734 56 0 0 20 0 20 0 26887129 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 111 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235216] ppid=235148 vsize=19108176 memory=2681744 CPUtime=0 cores=4,6
/proc/235155/task/235216/stat : 235216 (Finalizer) S 235148 235155 235100 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26887152 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235247] ppid=235148 vsize=19108176 memory=11688 CPUtime=0 cores=4,6
/proc/235155/task/235247/stat : 235247 (Common-Cleaner) S 235148 235155 235100 0 -1 1077936192 3756 0 0 0 0 0 0 0 20 0 20 0 26887156 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235252] ppid=235148 vsize=19108176 memory=11688 CPUtime=0 cores=4,6
/proc/235155/task/235252/stat : 235252 (Timer-0) S 235148 235155 235100 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26887195 19566772224 670436 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
Current children cumulated CPU time: 3489.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2681744 KiB

[startup+3522.3 s]
/proc/loadavg: 3.20 3.80 4.07 4/309 237194
/proc/meminfo: memFree=115234860/131524600 swapFree=131053920/131071996
[pid=235155] ppid=235148 vsize=19108176 memory=2681752 CPUtime=3550.13 cores=4,6
/proc/235155/stat : 235155 (java) S 235148 235155 235100 0 -1 1077936128 321797 0 140 0 354799 214 0 0 20 0 20 0 26887113 19566772224 670438 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 19 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
/proc/235155/statm: 4777044 670438 5892 1 0 682122 0
[pid=235155/tid=235179] ppid=235148 vsize=19108176 memory=11688 CPUtime=3466.68 cores=4,6
/proc/235155/task/235179/stat : 235179 (java) R 235148 235155 235100 0 -1 4194368 140646 0 90 0 346612 56 0 0 20 0 20 0 26887129 19566772224 670438 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 111 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235216] ppid=235148 vsize=19108176 memory=2681752 CPUtime=0 cores=4,6
/proc/235155/task/235216/stat : 235216 (Finalizer) S 235148 235155 235100 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26887152 19566772224 670438 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235247] ppid=235148 vsize=19108176 memory=11688 CPUtime=0 cores=4,6
/proc/235155/task/235247/stat : 235247 (Common-Cleaner) S 235148 235155 235100 0 -1 1077936192 3832 0 0 0 0 0 0 0 20 0 20 0 26887156 19566772224 670438 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235252] ppid=235148 vsize=19108176 memory=5492 CPUtime=0 cores=4,6
/proc/235155/task/235252/stat : 235252 (Timer-0) S 235148 235155 235100 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26887195 19566772224 670438 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
Current children cumulated CPU time: 3550.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2681752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3571.7 s]
/proc/loadavg: 2.70 3.59 3.98 2/257 237269
/proc/meminfo: memFree=123245672/131524600 swapFree=131053920/131071996
[pid=235155] ppid=235148 vsize=19108176 memory=2681768 CPUtime=3600.01 cores=4,6
/proc/235155/stat : 235155 (java) S 235148 235155 235100 0 -1 1077936128 325536 0 140 0 359786 215 0 0 20 0 20 0 26887113 19566772224 670442 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 0 0 16800975 0 0 0 17 4 0 0 19 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
/proc/235155/statm: 4777044 670442 5892 1 0 682122 0
[pid=235155/tid=235179] ppid=235148 vsize=19108176 memory=2681768 CPUtime=3515.32 cores=4,6
/proc/235155/task/235179/stat : 235179 (java) R 235148 235155 235100 0 -1 4194368 142756 0 90 0 351475 57 0 0 20 0 20 0 26887129 19566772224 670442 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 111 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235216] ppid=235148 vsize=19108176 memory=1944 CPUtime=0 cores=4,6
/proc/235155/task/235216/stat : 235216 (Finalizer) S 235148 235155 235100 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26887152 19566772224 670442 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235247] ppid=235148 vsize=19108176 memory=11688 CPUtime=0 cores=4,6
/proc/235155/task/235247/stat : 235247 (Common-Cleaner) S 235148 235155 235100 0 -1 1077936192 3935 0 0 0 0 0 0 0 20 0 20 0 26887156 19566772224 670442 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
[pid=235155/tid=235252] ppid=235148 vsize=19108176 memory=2681768 CPUtime=0 cores=4,6
/proc/235155/task/235252/stat : 235252 (Timer-0) S 235148 235155 235100 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26887195 19566772224 670442 134679101440 94908755804160 94908755807856 140732075695568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94908755815672 94908755816464 94908771786752 140732075701232 140732075701345 140732075701345 140732075708360 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2681768 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.05 s, system=2.17401 s

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

[startup+3571.81 s]*
/proc/loadavg: 2.70 3.59 3.98 2/239 237272
/proc/meminfo: memFree=125835832/131524600 swapFree=131053920/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3571.81
CPU time (s): 3600.22
CPU user time (s): 3598.05
CPU system time (s): 2.17401
CPU usage (%): 100.795
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2681768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.05
system time used= 2.17401
maximum resident set size= 2683284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 329032
page faults= 140
swaps= 0
block input operations= 18928
block output operations= 3872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134421
involuntary context switches= 15202


# summary of solver processes directly reported to runsolver:
#   pid: 235155
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3598.05
#   total CPU system time (s): 2.17401

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.32985 second user time and 18.1096 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-25 12:32:58
IDJOB=4459183
IDBENCH=178614
IDSOLVER=3046
FILE ID=nodeC023/4459183-1721903578
RUNJOBID= nodeC023-1721903578-235111
SLURM_JOB_ID= 8089407
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2017/normalized-iis-glass-cov.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459183-1721903578/watcher-4459183-1721903578 -o /tmp/evaluation-result-4459183-1721903578/solver-4459183-1721903578 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721903578-235111 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459183-1721903578.opb

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

MD5SUM BENCH= d19cd21a9273f0af629a2ef833d8382f
RANDOM SEED=212406779

nodeC023.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3747.206
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.85
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		: 3719.963
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.10
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		: 3611.603
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.85
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		: 3719.016
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.10
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		: 3629.213
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.85
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		: 3908.888
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.10
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		: 3650.316
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.85
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		: 3710.572
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125889648 kB
MemAvailable:   129698044 kB
Buffers:          312516 kB
Cached:          4288928 kB
SwapCached:          208 kB
Active:          1578720 kB
Inactive:        3382864 kB
Active(anon):       2268 kB
Inactive(anon):   410344 kB
Active(file):    1576452 kB
Inactive(file):  2972520 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131053920 kB
Dirty:              3392 kB
Writeback:             0 kB
AnonPages:        360176 kB
Mapped:            93184 kB
Shmem:             52148 kB
KReclaimable:     198140 kB
Slab:             315084 kB
SReclaimable:     198140 kB
SUnreclaim:       116944 kB
KernelStack:        3920 kB
PageTables:         9652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     751364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21472 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      410324 kB
DirectMap2M:    61229056 kB
DirectMap1G:    74448896 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC023 at 2024-07-25 13:32:30