Trace number 4429869

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 Cutting Planes 2024 2024-07-12SAT (TO)-399 3600.15 3603.16

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/
normalized-factor-sizeN=20-sizeP=11-sizeQ=20-900543-max.opb
MD5SUMfaf154fe8184071c5a91832b11755d1b
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-1281
Best CPU time to get the best result obtained on this benchmark0.038081
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables251
Total number of constraints661
Number of constraints which are clauses660
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint220
Number of terms in the objective function 11
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 2047
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147333568
Number of bits of the biggest sum of numbers31
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.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.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4429869-1721078931.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  objective function found
0.33/0.21	c ... done. Wall clock time 0.059s.
0.33/0.21	c declared #vars     251
0.33/0.21	c #constraints  662
0.33/0.21	c constraints type 
0.33/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 440
0.33/0.22	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.33/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 220
0.33/0.22	c 662 constraints processed.
0.33/0.23	c objective function length is 11 literals
0.89/0.51	c SATISFIABLE
0.89/0.51	c OPTIMIZING...
0.89/0.51	c Got one! Elapsed wall clock time (in seconds):0.351
0.89/0.51	o -3
1.07/0.65	c Got one! Elapsed wall clock time (in seconds):0.497
1.07/0.65	o -37
2.62/1.40	c Got one! Elapsed wall clock time (in seconds):1.252
2.62/1.41	o -183
125.40/123.42	c Got one! Elapsed wall clock time (in seconds):123.264
125.40/123.42	o -399
2698.43/2700.21	c cleaning 2790 clauses out of 5580 with flag 0/5580
3600.04/3603.13	c starts		: 12
3600.04/3603.13	c conflicts		: 6823
3600.04/3603.13	c decisions		: 65087
3600.04/3603.13	c propagations		: 845676
3600.04/3603.13	c inspects		: 890408370
3600.04/3603.13	c shortcuts		: 0
3600.04/3603.13	c learnt literals	: 0
3600.04/3603.13	c learnt binary clauses	: 0
3600.04/3603.13	c learnt ternary clauses	: 0
3600.04/3603.13	c learnt constraints	: 6823
3600.04/3603.13	c ignored constraints	: 0
3600.04/3603.13	c root simplifications	: 0
3600.04/3603.13	c removed literals (reason simplification)	: 0
3600.04/3603.13	c reason swapping (by a shorter reason)	: 0
3600.04/3603.13	c Calls to reduceDB	: 1
3600.04/3603.13	c Number of update (reduction) of LBD	: 1241
3600.04/3603.13	c Imported unit clauses	: 0
3600.04/3603.13	c No decision after first conflict	: false
3600.04/3603.13	c number of reductions to clauses (during analyze)	: 0
3600.04/3603.13	c number of learned constraints concerned by reduction	: 0
3600.04/3603.13	c number of learning phase by resolution	: 0
3600.04/3603.13	c number of learning phase by cutting planes	: 0
3600.04/3603.13	c number of rounding to 1 operations	: 0
3600.04/3603.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3603.13	c number of reductions of the coefficients by power 2 	: 0
3600.04/3603.13	c number of right shift for reduction by power 2 	: 0
3600.04/3603.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3603.13	c number of ending skipping 	: 0
3600.04/3603.13	c number of internal skipping 	: 0
3600.04/3603.13	c number of derivation steps 	: 227446
3600.04/3603.13	c number of skipped derivation steps 	: 0
3600.04/3603.13	c number of remaining unassigned 	: 5407
3600.04/3603.13	c number of remaining assigned 	: 8023224
3600.04/3603.13	c number of falsified literals weakened from reason	: 0
3600.04/3603.13	c number of falsified literals weakened from conflict	: 0
3600.04/3603.13	c time for arithmetic operations	: 1258416864
3600.04/3603.14	c minimum degree of deleted constraints	: 507327
3600.04/3603.14	c maximum degree of deleted constraints	: 103378415331167926515422284657320198719579066852398319765830125003731120087808696045338620714976061501633787911470406096509123071251353411414863907094224756241541264679711607936180814103782143447359040464658028203396195799446214921978956135522008480980418646799984875213900802519840380
3600.04/3603.14	c number of deleted constraints	: 2790
3600.04/3603.14	c speed (assignments/second)	: 234.72114862867602
3600.04/3603.14	c non guided choices	: 6
3600.04/3603.15	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 4033
3600.04/3603.15	s SATISFIABLE
3600.04/3603.15	c Found 4 solution(s)
3600.04/3603.15	v x1 x2 x3 x4 -x5 -x6 -x7 x8 x9 -x10 -x11 x12 -x13 -x14 -x15 x16 -x17 x18 x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 x36 -x37 x38 x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 x76 -x77 x78 x79 -x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 x96 -x97 x98 x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 x112 -x113 -x114 -x115 x116 -x117 x118 x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 x192 -x193 -x194 -x195 x196 -x197 x198 x199 -x200 -x201 -x202 x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 x212 -x213 -x214 -x215 x216 -x217 x218 x219 -x220 -x221 -x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 
3600.04/3603.15	c objective function=-399
3600.04/3603.15	c Total wall clock time (in seconds): 3602.988

Verifier Data

OK	-399

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: 63968 MiB (55910 MiB free)
  memory of node 1: 64473 MiB (61417 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=821315, runsolver pid=821312

[startup+0.10008 s]*
/proc/loadavg: 4.36 4.23 4.19 6/330 821333
/proc/meminfo: memFree=120098512/131524600 swapFree=131071996/131071996
[pid=821315] ppid=821312 vsize=18975048 memory=66044 CPUtime=0.14 cores=1,3
/proc/821315/stat : 821315 (java) S 821312 821315 816595 0 -1 1077936128 7086 0 0 0 12 2 0 0 20 0 18 0 160058093 19430449152 16511 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
/proc/821315/statm: 4743762 16511 5522 1 0 549330 0
[pid=821315/tid=821317] ppid=821312 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/821315/task/821317/stat : 821317 (java) R 821312 821315 816595 0 -1 4194368 5672 0 0 0 7 1 0 0 20 0 18 0 160058093 19430449152 16511 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821326] ppid=821312 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/821315/task/821326/stat : 821326 (Finalizer) S 821312 821315 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 160058096 19430449152 16511 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821333] ppid=821312 vsize=18975048 memory=13846374089254215 CPUtime=0 cores=1,3
/proc/821315/task/821333/stat : 821333 (Common-Cleaner) S 821312 821315 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 160058096 19430449152 16511 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66044 KiB

[startup+0.208541 s]*
/proc/loadavg: 4.36 4.23 4.19 7/330 821333
/proc/meminfo: memFree=120092008/131524600 swapFree=131071996/131071996
[pid=821315] ppid=821312 vsize=18975048 memory=73852 CPUtime=0.33 cores=1,3
/proc/821315/stat : 821315 (java) S 821312 821315 816595 0 -1 1077936128 7664 0 0 0 31 2 0 0 20 0 18 0 160058093 19430449152 18463 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
/proc/821315/statm: 4743762 18463 5830 1 0 549744 0
[pid=821315/tid=821317] ppid=821312 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/821315/task/821317/stat : 821317 (java) S 821312 821315 816595 0 -1 1077936192 5966 0 0 0 16 1 0 0 20 0 18 0 160058093 19430449152 18463 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821326] ppid=821312 vsize=18975048 memory=5714 CPUtime=0 cores=1,3
/proc/821315/task/821326/stat : 821326 (Finalizer) S 821312 821315 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 160058096 19430449152 18463 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821333] ppid=821312 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=1,3
/proc/821315/task/821333/stat : 821333 (Common-Cleaner) S 821312 821315 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 160058096 19430449152 18463 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73852 KiB

[startup+0.306539 s]*
/proc/loadavg: 4.36 4.23 4.19 7/331 821334
/proc/meminfo: memFree=120081800/131524600 swapFree=131071996/131071996
[pid=821315] ppid=821312 vsize=19041612 memory=83556 CPUtime=0.51 cores=1,3
/proc/821315/stat : 821315 (java) S 821312 821315 816595 0 -1 1077936128 8350 0 0 0 49 2 0 0 20 0 19 0 160058093 19498610688 20889 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
/proc/821315/statm: 4760403 20889 5868 1 0 550316 0
[pid=821315/tid=821317] ppid=821312 vsize=19041612 memory=-9033208663675085500 CPUtime=0.26 cores=1,3
/proc/821315/task/821317/stat : 821317 (java) R 821312 821315 816595 0 -1 4194368 6080 0 0 0 25 1 0 0 20 0 19 0 160058093 19498610688 20889 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821326] ppid=821312 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/821315/task/821326/stat : 821326 (Finalizer) S 821312 821315 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 160058096 19498610688 20889 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821333] ppid=821312 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/821315/task/821333/stat : 821333 (Common-Cleaner) S 821312 821315 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 160058096 19498610688 20889 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821334] ppid=821312 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/821315/task/821334/stat : 821334 (Timer-0) S 821312 821315 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 160058116 19498610688 20889 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 83556 KiB

[startup+0.708542 s]
/proc/loadavg: 4.36 4.23 4.19 9/331 821334
/proc/meminfo: memFree=120035628/131524600 swapFree=131071996/131071996
[pid=821315] ppid=821312 vsize=19041612 memory=171688 CPUtime=1.28 cores=1,3
/proc/821315/stat : 821315 (java) S 821312 821315 816595 0 -1 1077936128 17211 0 0 0 123 5 0 0 20 0 19 0 160058093 19498610688 42922 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
/proc/821315/statm: 4760403 42922 5868 1 0 556089 0
[pid=821315/tid=821317] ppid=821312 vsize=19041612 memory=12952 CPUtime=0.63 cores=1,3
/proc/821315/task/821317/stat : 821317 (java) R 821312 821315 816595 0 -1 4194368 6195 0 0 0 60 3 0 0 20 0 19 0 160058093 19498610688 42922 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821326] ppid=821312 vsize=19041612 memory=12952 CPUtime=0 cores=1,3
/proc/821315/task/821326/stat : 821326 (Finalizer) S 821312 821315 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 160058096 19498610688 42922 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821333] ppid=821312 vsize=19041612 memory=117636 CPUtime=0 cores=1,3
/proc/821315/task/821333/stat : 821333 (Common-Cleaner) S 821312 821315 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 160058096 19498610688 42922 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821334] ppid=821312 vsize=19041612 memory=39380 CPUtime=0 cores=1,3
/proc/821315/task/821334/stat : 821334 (Timer-0) S 821312 821315 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 160058116 19498610688 42922 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 171688 KiB

[startup+1.50055 s]
/proc/loadavg: 4.36 4.23 4.19 6/332 821335
/proc/meminfo: memFree=119976316/131524600 swapFree=131071996/131071996
[pid=821315] ppid=821312 vsize=19108176 memory=188292 CPUtime=2.82 cores=1,3
/proc/821315/stat : 821315 (java) S 821312 821315 816595 0 -1 1077936128 23163 0 0 0 276 6 0 0 20 0 20 0 160058093 19566772224 47073 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
/proc/821315/statm: 4777044 47073 5900 1 0 556388 0
[pid=821315/tid=821317] ppid=821312 vsize=19108176 memory=12952 CPUtime=1.37 cores=1,3
/proc/821315/task/821317/stat : 821317 (java) R 821312 821315 816595 0 -1 4194368 6584 0 0 0 134 3 0 0 20 0 20 0 160058093 19566772224 47073 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821326] ppid=821312 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/821315/task/821326/stat : 821326 (Finalizer) S 821312 821315 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 47073 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821333] ppid=821312 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/821315/task/821333/stat : 821333 (Common-Cleaner) S 821312 821315 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 47073 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821334] ppid=821312 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/821315/task/821334/stat : 821334 (Timer-0) S 821312 821315 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 160058116 19566772224 47073 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188292 KiB

[startup+3.10573 s]
/proc/loadavg: 4.36 4.23 4.19 5/332 821337
/proc/meminfo: memFree=119881776/131524600 swapFree=131071996/131071996
[pid=821315] ppid=821312 vsize=19108176 memory=280956 CPUtime=4.97 cores=1,3
/proc/821315/stat : 821315 (java) S 821312 821315 816595 0 -1 1077936128 24750 0 0 0 489 8 0 0 20 0 20 0 160058093 19566772224 70239 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
/proc/821315/statm: 4777044 70239 5900 1 0 556392 0
[pid=821315/tid=821317] ppid=821312 vsize=19108176 memory=0 CPUtime=2.95 cores=1,3
/proc/821315/task/821317/stat : 821317 (java) R 821312 821315 816595 0 -1 4194368 7061 0 0 0 291 4 0 0 20 0 20 0 160058093 19566772224 70239 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821326] ppid=821312 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/821315/task/821326/stat : 821326 (Finalizer) S 821312 821315 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 70239 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821333] ppid=821312 vsize=19108176 memory=196572 CPUtime=0 cores=1,3
/proc/821315/task/821333/stat : 821333 (Common-Cleaner) S 821312 821315 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 70239 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821334] ppid=821312 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/821315/task/821334/stat : 821334 (Timer-0) S 821312 821315 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 160058116 19566772224 70239 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
Current children cumulated CPU time: 4.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 280956 KiB

[startup+6.30231 s]
/proc/loadavg: 4.33 4.23 4.19 5/332 821337
/proc/meminfo: memFree=119448256/131524600 swapFree=131071996/131071996
[pid=821315] ppid=821312 vsize=19108176 memory=709456 CPUtime=8.21 cores=1,3
/proc/821315/stat : 821315 (java) S 821312 821315 816595 0 -1 1077936128 25247 0 0 0 804 17 0 0 20 0 20 0 160058093 19566772224 177364 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
/proc/821315/statm: 4777044 177364 5900 1 0 556392 0
[pid=821315/tid=821317] ppid=821312 vsize=19108176 memory=12952 CPUtime=6.14 cores=1,3
/proc/821315/task/821317/stat : 821317 (java) R 821312 821315 816595 0 -1 4194368 7317 0 0 0 601 13 0 0 20 0 20 0 160058093 19566772224 177364 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821326] ppid=821312 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/821315/task/821326/stat : 821326 (Finalizer) S 821312 821315 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 177364 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821333] ppid=821312 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/821315/task/821333/stat : 821333 (Common-Cleaner) S 821312 821315 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 177364 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821334] ppid=821312 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/821315/task/821334/stat : 821334 (Timer-0) S 821312 821315 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 160058116 19566772224 177364 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
Current children cumulated CPU time: 8.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 709456 KiB

[startup+12.7003 s]
/proc/loadavg: 4.30 4.23 4.19 5/332 821338
/proc/meminfo: memFree=119047748/131524600 swapFree=131071996/131071996
[pid=821315] ppid=821312 vsize=19108176 memory=1207268 CPUtime=14.74 cores=1,3
/proc/821315/stat : 821315 (java) S 821312 821315 816595 0 -1 1077936128 28854 0 0 0 1449 25 0 0 20 0 20 0 160058093 19566772224 301817 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
/proc/821315/statm: 4777044 301817 5900 1 0 556392 0
[pid=821315/tid=821317] ppid=821312 vsize=19108176 memory=0 CPUtime=12.52 cores=1,3
/proc/821315/task/821317/stat : 821317 (java) R 821312 821315 816595 0 -1 4194368 8345 0 0 0 1231 21 0 0 20 0 20 0 160058093 19566772224 301817 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821326] ppid=821312 vsize=19108176 memory=1049572 CPUtime=0 cores=1,3
/proc/821315/task/821326/stat : 821326 (Finalizer) S 821312 821315 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 301817 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821333] ppid=821312 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/821315/task/821333/stat : 821333 (Common-Cleaner) S 821312 821315 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 301817 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821334] ppid=821312 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/821315/task/821334/stat : 821334 (Timer-0) S 821312 821315 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 160058116 19566772224 301817 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
Current children cumulated CPU time: 14.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1207268 KiB

[startup+25.5003 s]
/proc/loadavg: 4.23 4.22 4.19 5/332 821340
/proc/meminfo: memFree=118819760/131524600 swapFree=131071996/131071996
[pid=821315] ppid=821312 vsize=19108176 memory=1319984 CPUtime=27.56 cores=1,3
/proc/821315/stat : 821315 (java) S 821312 821315 816595 0 -1 1077936128 33492 0 0 0 2728 28 0 0 20 0 20 0 160058093 19566772224 329996 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
/proc/821315/statm: 4777044 329996 5900 1 0 556392 0
[pid=821315/tid=821317] ppid=821312 vsize=19108176 memory=6944656592387989600 CPUtime=25.26 cores=1,3
/proc/821315/task/821317/stat : 821317 (java) R 821312 821315 816595 0 -1 4194368 9446 0 0 0 2503 23 0 0 20 0 20 0 160058093 19566772224 329996 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821326] ppid=821312 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/821315/task/821326/stat : 821326 (Finalizer) S 821312 821315 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 329996 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821333] ppid=821312 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/821315/task/821333/stat : 821333 (Common-Cleaner) S 821312 821315 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 329996 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821334] ppid=821312 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/821315/task/821334/stat : 821334 (Timer-0) S 821312 821315 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 160058116 19566772224 329996 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
Current children cumulated CPU time: 27.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1319984 KiB

[startup+51.1058 s]
/proc/loadavg: 4.54 4.29 4.21 5/332 821678
/proc/meminfo: memFree=119919508/131524600 swapFree=131071996/131071996
[pid=821315] ppid=821312 vsize=19108176 memory=1320020 CPUtime=53.15 cores=1,3
/proc/821315/stat : 821315 (java) S 821312 821315 816595 0 -1 1077936128 40150 0 0 0 5286 29 0 0 20 0 20 0 160058093 19566772224 330005 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
/proc/821315/statm: 4777044 330005 5900 1 0 556392 0
[pid=821315/tid=821317] ppid=821312 vsize=19108176 memory=1320020 CPUtime=50.78 cores=1,3
/proc/821315/task/821317/stat : 821317 (java) R 821312 821315 816595 0 -1 4194368 11288 0 0 0 5055 23 0 0 20 0 20 0 160058093 19566772224 330005 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0

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

/proc/meminfo: memFree=117068576/131524600 swapFree=131071996/131071996
[pid=821315] ppid=821312 vsize=19108176 memory=1427600 CPUtime=3279.72 cores=1,3
/proc/821315/stat : 821315 (java) S 821312 821315 816595 0 -1 1077936128 156928 0 0 0 327823 149 0 0 20 0 20 0 160058093 19566772224 356900 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
/proc/821315/statm: 4777044 356900 5915 1 0 556456 0
[pid=821315/tid=821317] ppid=821312 vsize=19108176 memory=1427600 CPUtime=3271.23 cores=1,3
/proc/821315/task/821317/stat : 821317 (java) R 821312 821315 816595 0 -1 4194368 63878 0 0 0 327089 34 0 0 20 0 20 0 160058093 19566772224 356900 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 38 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821326] ppid=821312 vsize=19108176 memory=-9033208663675085500 CPUtime=0 cores=1,3
/proc/821315/task/821326/stat : 821326 (Finalizer) S 821312 821315 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 356900 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821333] ppid=821312 vsize=19108176 memory=1427600 CPUtime=0 cores=1,3
/proc/821315/task/821333/stat : 821333 (Common-Cleaner) S 821312 821315 816595 0 -1 1077936192 3486 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 356900 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821334] ppid=821312 vsize=19108176 memory=1427600 CPUtime=0 cores=1,3
/proc/821315/task/821334/stat : 821334 (Timer-0) S 821312 821315 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 160058116 19566772224 356900 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
Current children cumulated CPU time: 3279.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1427600 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.16 4.13 5/333 823502
/proc/meminfo: memFree=117066220/131524600 swapFree=131071996/131071996
[pid=821315] ppid=821312 vsize=19108176 memory=1429648 CPUtime=3339.63 cores=1,3
/proc/821315/stat : 821315 (java) S 821312 821315 816595 0 -1 1077936128 158684 0 0 0 333811 152 0 0 20 0 20 0 160058093 19566772224 357412 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
/proc/821315/statm: 4777044 357412 5915 1 0 556456 0
[pid=821315/tid=821317] ppid=821312 vsize=19108176 memory=1429648 CPUtime=3331.04 cores=1,3
/proc/821315/task/821317/stat : 821317 (java) R 821312 821315 816595 0 -1 4194368 64768 0 0 0 333069 35 0 0 20 0 20 0 160058093 19566772224 357412 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 38 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821326] ppid=821312 vsize=19108176 memory=1427600 CPUtime=0 cores=1,3
/proc/821315/task/821326/stat : 821326 (Finalizer) S 821312 821315 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 357412 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821333] ppid=821312 vsize=19108176 memory=1429648 CPUtime=0 cores=1,3
/proc/821315/task/821333/stat : 821333 (Common-Cleaner) S 821312 821315 816595 0 -1 1077936192 3589 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 357412 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821334] ppid=821312 vsize=19108176 memory=20504 CPUtime=0 cores=1,3
/proc/821315/task/821334/stat : 821334 (Timer-0) S 821312 821315 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 160058116 19566772224 357412 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
Current children cumulated CPU time: 3339.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1429648 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.19 4.14 5/331 823894
/proc/meminfo: memFree=117065388/131524600 swapFree=131071996/131071996
[pid=821315] ppid=821312 vsize=19108176 memory=1429652 CPUtime=3399.54 cores=1,3
/proc/821315/stat : 821315 (java) S 821312 821315 816595 0 -1 1077936128 160837 0 0 0 339800 154 0 0 20 0 20 0 160058093 19566772224 357413 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
/proc/821315/statm: 4777044 357413 5915 1 0 556456 0
[pid=821315/tid=821317] ppid=821312 vsize=19108176 memory=1429648 CPUtime=3390.87 cores=1,3
/proc/821315/task/821317/stat : 821317 (java) R 821312 821315 816595 0 -1 4194368 65762 0 0 0 339052 35 0 0 20 0 20 0 160058093 19566772224 357413 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 38 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821326] ppid=821312 vsize=19108176 memory=1427600 CPUtime=0 cores=1,3
/proc/821315/task/821326/stat : 821326 (Finalizer) S 821312 821315 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 357413 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821333] ppid=821312 vsize=19108176 memory=1427600 CPUtime=0 cores=1,3
/proc/821315/task/821333/stat : 821333 (Common-Cleaner) S 821312 821315 816595 0 -1 1077936192 3627 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 357413 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821334] ppid=821312 vsize=19108176 memory=1429652 CPUtime=0 cores=1,3
/proc/821315/task/821334/stat : 821334 (Timer-0) S 821312 821315 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 160058116 19566772224 357413 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
Current children cumulated CPU time: 3399.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1429652 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.17 4.13 5/331 823904
/proc/meminfo: memFree=117062612/131524600 swapFree=131071996/131071996
[pid=821315] ppid=821312 vsize=19108176 memory=1431704 CPUtime=3459.46 cores=1,3
/proc/821315/stat : 821315 (java) S 821312 821315 816595 0 -1 1077936128 162545 0 0 0 345789 157 0 0 20 0 20 0 160058093 19566772224 357926 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
/proc/821315/statm: 4777044 357926 5915 1 0 556456 0
[pid=821315/tid=821317] ppid=821312 vsize=19108176 memory=1427600 CPUtime=3450.68 cores=1,3
/proc/821315/task/821317/stat : 821317 (java) R 821312 821315 816595 0 -1 4194368 66529 0 0 0 345033 35 0 0 20 0 20 0 160058093 19566772224 357926 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 38 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821326] ppid=821312 vsize=19108176 memory=1427600 CPUtime=0 cores=1,3
/proc/821315/task/821326/stat : 821326 (Finalizer) S 821312 821315 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 357926 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821333] ppid=821312 vsize=19108176 memory=5432 CPUtime=0 cores=1,3
/proc/821315/task/821333/stat : 821333 (Common-Cleaner) S 821312 821315 816595 0 -1 1077936192 3669 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 357926 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821334] ppid=821312 vsize=19108176 memory=1431704 CPUtime=0 cores=1,3
/proc/821315/task/821334/stat : 821334 (Timer-0) S 821312 821315 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 160058116 19566772224 357926 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
Current children cumulated CPU time: 3459.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1431704 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.18 4.14 5/331 823915
/proc/meminfo: memFree=117059604/131524600 swapFree=131071996/131071996
[pid=821315] ppid=821312 vsize=19108176 memory=1433756 CPUtime=3519.37 cores=1,3
/proc/821315/stat : 821315 (java) S 821312 821315 816595 0 -1 1077936128 164529 0 0 0 351779 158 0 0 20 0 20 0 160058093 19566772224 358439 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
/proc/821315/statm: 4777044 358439 5915 1 0 556456 0
[pid=821315/tid=821317] ppid=821312 vsize=19108176 memory=1427600 CPUtime=3510.5 cores=1,3
/proc/821315/task/821317/stat : 821317 (java) R 821312 821315 816595 0 -1 4194368 67729 0 0 0 351015 35 0 0 20 0 20 0 160058093 19566772224 358439 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 38 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821326] ppid=821312 vsize=19108176 memory=1431704 CPUtime=0 cores=1,3
/proc/821315/task/821326/stat : 821326 (Finalizer) S 821312 821315 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 358439 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821333] ppid=821312 vsize=19108176 memory=41052 CPUtime=0 cores=1,3
/proc/821315/task/821333/stat : 821333 (Common-Cleaner) S 821312 821315 816595 0 -1 1077936192 3759 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 358439 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821334] ppid=821312 vsize=19108176 memory=1433752 CPUtime=0 cores=1,3
/proc/821315/task/821334/stat : 821334 (Timer-0) S 821312 821315 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 160058116 19566772224 358439 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
Current children cumulated CPU time: 3519.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1433756 KiB

[startup+3582.3 s]
/proc/loadavg: 3.85 4.10 4.11 4/307 824128
/proc/meminfo: memFree=120850216/131524600 swapFree=131071996/131071996
[pid=821315] ppid=821312 vsize=19108176 memory=1433756 CPUtime=3579.26 cores=1,3
/proc/821315/stat : 821315 (java) S 821312 821315 816595 0 -1 1077936128 165817 0 0 0 357766 160 0 0 20 0 20 0 160058093 19566772224 358439 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
/proc/821315/statm: 4777044 358439 5915 1 0 556456 0
[pid=821315/tid=821317] ppid=821312 vsize=19108176 memory=1427600 CPUtime=3570.32 cores=1,3
/proc/821315/task/821317/stat : 821317 (java) R 821312 821315 816595 0 -1 4194368 68643 0 0 0 356996 36 0 0 20 0 20 0 160058093 19566772224 358439 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 38 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821326] ppid=821312 vsize=19108176 memory=1433756 CPUtime=0 cores=1,3
/proc/821315/task/821326/stat : 821326 (Finalizer) S 821312 821315 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 358439 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821333] ppid=821312 vsize=19108176 memory=1433756 CPUtime=0 cores=1,3
/proc/821315/task/821333/stat : 821333 (Common-Cleaner) S 821312 821315 816595 0 -1 1077936192 3848 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 358439 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821334] ppid=821312 vsize=19108176 memory=2692 CPUtime=0 cores=1,3
/proc/821315/task/821334/stat : 821334 (Timer-0) S 821312 821315 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 160058116 19566772224 358439 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
Current children cumulated CPU time: 3579.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1433756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.11 s]
/proc/loadavg: 3.61 4.02 4.09 4/307 824131
/proc/meminfo: memFree=120848000/131524600 swapFree=131071996/131071996
[pid=821315] ppid=821312 vsize=19108176 memory=1435808 CPUtime=3600.04 cores=1,3
/proc/821315/stat : 821315 (java) S 821312 821315 816595 0 -1 1077936128 166529 0 0 0 359843 161 0 0 20 0 20 0 160058093 19566772224 358952 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
/proc/821315/statm: 4777044 358952 5915 1 0 556456 0
[pid=821315/tid=821317] ppid=821312 vsize=19108176 memory=1433756 CPUtime=3591.06 cores=1,3
/proc/821315/task/821317/stat : 821317 (java) R 821312 821315 816595 0 -1 4194368 68721 0 0 0 359070 36 0 0 20 0 20 0 160058093 19566772224 358952 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 38 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821326] ppid=821312 vsize=19108176 memory=1435808 CPUtime=0 cores=1,3
/proc/821315/task/821326/stat : 821326 (Finalizer) S 821312 821315 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 358952 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821333] ppid=821312 vsize=19108176 memory=1435808 CPUtime=0 cores=1,3
/proc/821315/task/821333/stat : 821333 (Common-Cleaner) S 821312 821315 816595 0 -1 1077936192 3848 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 358952 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821334] ppid=821312 vsize=19108176 memory=1435808 CPUtime=0 cores=1,3
/proc/821315/task/821334/stat : 821334 (Timer-0) S 821312 821315 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 160058116 19566772224 358952 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1435808 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.52 s, system=1.63034 s

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

[startup+3603.11 s]
/proc/loadavg: 3.61 4.02 4.09 4/307 824131
/proc/meminfo: memFree=120848000/131524600 swapFree=131071996/131071996
[pid=821315] ppid=821312 vsize=19108176 memory=1435808 CPUtime=3600.04 cores=1,3
/proc/821315/stat : 821315 (java) S 821312 821315 816595 0 -1 1077936128 166529 0 0 0 359843 161 0 0 20 0 20 0 160058093 19566772224 358952 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
/proc/821315/statm: 4777044 358952 5915 1 0 556456 0
[pid=821315/tid=821317] ppid=821312 vsize=19108176 memory=1433756 CPUtime=3591.06 cores=1,3
/proc/821315/task/821317/stat : 821317 (java) R 821312 821315 816595 0 -1 4194368 68721 0 0 0 359070 36 0 0 20 0 20 0 160058093 19566772224 358952 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 38 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821326] ppid=821312 vsize=19108176 memory=1435808 CPUtime=0 cores=1,3
/proc/821315/task/821326/stat : 821326 (Finalizer) S 821312 821315 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 358952 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821333] ppid=821312 vsize=19108176 memory=1435808 CPUtime=0 cores=1,3
/proc/821315/task/821333/stat : 821333 (Common-Cleaner) S 821312 821315 816595 0 -1 1077936192 3848 0 0 0 0 0 0 0 20 0 20 0 160058096 19566772224 358952 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
[pid=821315/tid=821334] ppid=821312 vsize=19108176 memory=1435808 CPUtime=0 cores=1,3
/proc/821315/task/821334/stat : 821334 (Timer-0) S 821312 821315 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 160058116 19566772224 358952 134679101440 94212982255616 94212982259312 140722849951856 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94212982267128 94212982267920 94212994433024 140722849960949 140722849961057 140722849961057 140722849968072 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1435808 KiB

Child status: 143

Real time (s): 3603.16
CPU time (s): 3600.15
CPU user time (s): 3598.52
CPU system time (s): 1.63034
CPU usage (%): 99.9164
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1435808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.52
system time used= 1.63034
maximum resident set size= 1437288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169758
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123399
involuntary context switches= 1909


# summary of solver processes directly reported to runsolver:
#   pid: 821315
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3598.52
#   total CPU system time (s): 1.63034

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.30788 second user time and 19.6599 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-15 23:29:04
IDJOB=4429869
IDBENCH=147417
IDSOLVER=3052
FILE ID=nodeC023/4429869-1721078931
RUNJOBID= nodeC023-1721071788-816607
SLURM_JOB_ID= 7505536
Free space on /tmp= 890056 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/normalized-factor-sizeN=20-sizeP=11-sizeQ=20-900543-max.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429869-1721078931/watcher-4429869-1721078931 -o /tmp/evaluation-result-4429869-1721078931/solver-4429869-1721078931 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721071788-816607 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429869-1721078931.opb

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

MD5SUM BENCH= faf154fe8184071c5a91832b11755d1b
RANDOM SEED=2036228048

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		: 3683.171
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.61
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		: 3641.600
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	: 7005.48
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		: 3599.916
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.61
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		: 3655.435
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	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.121
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.61
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		: 3681.652
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	: 7005.48
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		: 3683.244
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.61
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		: 3653.224
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	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120144556 kB
MemAvailable:   121484972 kB
Buffers:          387444 kB
Cached:          1781180 kB
SwapCached:            0 kB
Active:           724056 kB
Inactive:       10027152 kB
Active(anon):       1572 kB
Inactive(anon):  8618724 kB
Active(file):     722484 kB
Inactive(file):  1408428 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               840 kB
Writeback:            32 kB
AnonPages:       8581916 kB
Mapped:           123988 kB
Shmem:             37720 kB
KReclaimable:      98656 kB
Slab:             205280 kB
SReclaimable:      98656 kB
SUnreclaim:       106624 kB
KernelStack:        5040 kB
PageTables:        26992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10225316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60832 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8261632 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:      203476 kB
DirectMap2M:    18444288 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC023 at 2024-07-16 00:29:07