Trace number 4522188

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 CP 2025-06-06SAT (TO)-49 3600.45 3592.75

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/
MIPLIB01/opt/miplib2017/normalized-2club200v15p5scn.opb
MD5SUM052b56f2871560e549ba2a2e5aff1011
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-70
Best CPU time to get the best result obtained on this benchmark3535.65
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints17013
Number of constraints which are clauses17013
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 constraint2
Maximum length of a constraint16
Number of terms in the objective function 200
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 200
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 200
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.11/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.16	c See www.sat4j.org for details.
0.11/0.18	c version PB25.v20250606
0.11/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.20	c java.vm.version	22.0.1+8-16
0.11/0.20	c java.vm.vendor	Oracle Corporation
0.11/0.20	c sun.arch.data.model	64
0.11/0.20	c java.version		22.0.1
0.11/0.20	c os.name		Linux
0.11/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.20	c os.arch		amd64
0.11/0.21	c Free memory 		2104792832
0.11/0.21	c Max memory 		16282288128
0.11/0.21	c Total memory 		2113929216
0.29/0.23	c Number of processors 	2
0.45/0.39	c Pseudo Boolean Optimization by upper bound
0.45/0.39	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.39	c  - never skip resolution steps
0.45/0.39	c  - Auto-division on coefficients is disabled
0.45/0.39	c  - No postprocessing
0.45/0.39	c  - Conflict is considered as is when resolving
0.45/0.39	c  - Use constraints as they come during conflict analysis
0.45/0.39	c  - Weaken first using unassigned literals
0.45/0.39	c  - Bump strategy: ALWAYS_ONE
0.45/0.39	c  - Bumper: ANY
0.45/0.39	c --- Begin Solver configuration ---
0.45/0.39	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.45/0.39	c Learn all clauses as in MiniSAT
0.45/0.39	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.39	c No reason simplification
0.45/0.39	c Armin Biere (Picosat) restarts strategy
0.45/0.39	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.45/0.39	c timeout=2147483s
0.45/0.39	c DB Simplification allowed=false
0.45/0.39	c Listener: none
0.45/0.39	c --- End Solver configuration ---
0.45/0.40	c solving HOME/instance-4522188-1751593364.opb
0.45/0.40	c reading problem ... 
0.45/0.40	c  objective function found
1.54/0.90	c ... done. Wall clock time 0.496s.
1.54/0.90	c declared #vars     200
1.54/0.90	c #constraints  17013
1.54/0.90	c constraints type 
1.54/0.90	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 246
1.54/0.90	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16767
1.54/0.90	c 17013 constraints processed.
1.54/0.92	c objective function length is 200 literals
1.92/1.12	c SATISFIABLE
1.92/1.12	c OPTIMIZING...
1.92/1.12	c Got one! Elapsed wall clock time (in seconds):0.721
1.92/1.12	o -27
1.92/1.14	c Got one! Elapsed wall clock time (in seconds):0.743
1.92/1.14	o -34
1.92/1.15	c Got one! Elapsed wall clock time (in seconds):0.752
1.92/1.15	o -43
9.72/6.29	c Got one! Elapsed wall clock time (in seconds):5.894
9.72/6.29	o -44
15.46/11.78	c Got one! Elapsed wall clock time (in seconds):11.382
15.46/11.78	o -45
26.46/22.64	c cleaning 2499 clauses out of 5000
64.49/60.46	c Got one! Elapsed wall clock time (in seconds):60.067
64.49/60.46	o -46
102.27/97.05	c Got one! Elapsed wall clock time (in seconds):96.653
102.27/97.05	o -48
139.80/134.32	c cleaning 4249 clauses out of 8504
470.14/463.72	c cleaning 5617 clauses out of 11252
1337.41/1330.70	c Got one! Elapsed wall clock time (in seconds):1330.301
1337.41/1330.70	o -49
1397.49/1390.77	c cleaning 6809 clauses out of 13636
3075.96/3068.90	c cleaning 7905 clauses out of 15828
3600.01/3592.54	c starts		: 72
3600.01/3592.57	c conflicts		: 37443
3600.01/3592.57	c decisions		: 45019
3600.01/3592.57	c propagations		: 1394907
3600.01/3592.58	c inspects		: 4289717291
3600.01/3592.58	c shortcuts		: 0
3600.01/3592.58	c learnt literals	: 0
3600.01/3592.58	c learnt binary clauses	: 0
3600.01/3592.58	c learnt ternary clauses	: 2
3600.01/3592.58	c learnt constraints	: 37442
3600.01/3592.58	c ignored constraints	: 0
3600.01/3592.58	c root simplifications	: 0
3600.01/3592.58	c removed literals (reason simplification)	: 0
3600.01/3592.58	c reason swapping (by a shorter reason)	: 0
3600.01/3592.58	c Calls to reduceDB	: 5
3600.01/3592.58	c Number of update (reduction) of LBD	: 0
3600.01/3592.58	c Imported unit clauses	: 0
3600.01/3592.59	c No decision after first conflict	: false
3600.01/3592.59	c number of reductions to clauses (during analyze)	: 0
3600.01/3592.60	c number of learned constraints concerned by reduction	: 0
3600.01/3592.60	c number of learning phase by resolution	: 0
3600.01/3592.60	c number of learning phase by cutting planes	: 0
3600.01/3592.60	c number of rounding to 1 operations	: 0
3600.01/3592.60	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3592.60	c number of reductions of the coefficients by power 2 	: 0
3600.01/3592.60	c number of right shift for reduction by power 2 	: 0
3600.20/3592.60	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.20/3592.60	c number of ending skipping 	: 0
3600.20/3592.60	c number of internal skipping 	: 0
3600.20/3592.60	c number of derivation steps 	: 771242
3600.20/3592.61	c number of skipped derivation steps 	: 0
3600.20/3592.61	c number of remaining unassigned 	: 15861
3600.20/3592.61	c number of remaining assigned 	: 973837
3600.20/3592.61	c number of falsified literals weakened from reason	: 0
3600.20/3592.61	c number of falsified literals weakened from conflict	: 0
3600.20/3592.61	c time for arithmetic operations	: 135787927
3600.20/3592.62	c minimum degree of deleted constraints	: null
3600.20/3592.63	c maximum degree of deleted constraints	: null
3600.20/3592.63	c number of deleted constraints	: 0
3600.20/3592.64	c speed (assignments/second)	: 388.3695742962943
3600.20/3592.65	c non guided choices	: 0
3600.20/3592.69	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1232
3600.20/3592.69	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 9131
3600.20/3592.69	s SATISFIABLE
3600.39/3592.70	c Found 8 solution(s)
3600.39/3592.71	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 
3600.39/3592.71	c objective function=-49
3600.39/3592.71	c Total wall clock time (in seconds): 3592.317

Verifier Data

OK	-49

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522188-1751593364/watcher-4522188-1751593364 -o /tmp/evaluation-result-4522188-1751593364/solver-4522188-1751593364 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751586737-86400 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4522188-1751593364.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=87462, runsolver pid=87459
Current StackSize limit: 8192 KiB


[startup+0.10007 s]*
/proc/loadavg: 4.35 4.45 4.43 7/325 87480
/proc/meminfo: memFree=114211604/131382116 swapFree=33009904/33010684
[pid=87462] ppid=87459 vsize=18930384 memory=50716 CPUtime=0.11 cores=4,6
/proc/87462/stat : 87462 (java) S 87459 87462 86389 0 -1 4194304 5863 0 0 0 8 3 0 0 20 0 18 0 75015634 19384713216 12647 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
/proc/87462/statm: 4732596 12647 5305 1 0 547099 0
[pid=87462/tid=87464] ppid=87459 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/87462/task/87464/stat : 87464 (java) R 87459 87462 86389 0 -1 4194368 4697 0 0 0 5 2 0 0 20 0 18 0 75015636 19384713216 12679 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87473] ppid=87459 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/87462/task/87473/stat : 87473 (Finalizer) S 87459 87462 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75015641 19384713216 12679 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87480] ppid=87459 vsize=18930384 memory=60693105881846 CPUtime=0 cores=4,6
/proc/87462/task/87480/stat : 87480 (Common-Cleaner) S 87459 87462 86389 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75015642 19384713216 12679 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50716 KiB

[startup+0.217744 s]*
/proc/loadavg: 4.35 4.45 4.43 6/325 87480
/proc/meminfo: memFree=114209840/131382116 swapFree=33009904/33010684
[pid=87462] ppid=87459 vsize=18930384 memory=57200 CPUtime=0.29 cores=4,6
/proc/87462/stat : 87462 (java) S 87459 87462 86389 0 -1 4194304 6420 0 0 0 25 4 0 0 20 0 18 0 75015634 19384713216 14300 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
/proc/87462/statm: 4732596 14300 5337 1 0 547576 0
[pid=87462/tid=87464] ppid=87459 vsize=18930384 memory=4026794268 CPUtime=0.18 cores=4,6
/proc/87462/task/87464/stat : 87464 (java) R 87459 87462 86389 0 -1 4194368 5014 0 0 0 15 3 0 0 20 0 18 0 75015636 19384713216 14300 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87473] ppid=87459 vsize=18930384 memory=14857 CPUtime=0 cores=4,6
/proc/87462/task/87473/stat : 87473 (Finalizer) S 87459 87462 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75015641 19384713216 14300 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87480] ppid=87459 vsize=18930384 memory=59593594242043 CPUtime=0 cores=4,6
/proc/87462/task/87480/stat : 87480 (Common-Cleaner) S 87459 87462 86389 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75015642 19384713216 14300 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57200 KiB

[startup+0.315708 s]*
/proc/loadavg: 4.35 4.45 4.43 7/325 87480
/proc/meminfo: memFree=114205744/131382116 swapFree=33009904/33010684
[pid=87462] ppid=87459 vsize=18930384 memory=60484 CPUtime=0.45 cores=4,6
/proc/87462/stat : 87462 (java) S 87459 87462 86389 0 -1 4194304 6667 0 0 0 40 5 0 0 20 0 18 0 75015634 19384713216 15121 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
/proc/87462/statm: 4732596 15121 5433 1 0 547782 0
[pid=87462/tid=87464] ppid=87459 vsize=18930384 memory=-6000919468411610471 CPUtime=0.26 cores=4,6
/proc/87462/task/87464/stat : 87464 (java) R 87459 87462 86389 0 -1 4194368 5200 0 0 0 23 3 0 0 20 0 18 0 75015636 19384713216 15121 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87473] ppid=87459 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/87462/task/87473/stat : 87473 (Finalizer) S 87459 87462 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75015641 19384713216 15121 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87480] ppid=87459 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/87462/task/87480/stat : 87480 (Common-Cleaner) S 87459 87462 86389 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75015642 19384713216 15121 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60484 KiB

[startup+0.700307 s]
/proc/loadavg: 4.35 4.45 4.43 7/325 87480
/proc/meminfo: memFree=114195548/131382116 swapFree=33009904/33010684
[pid=87462] ppid=87459 vsize=18930384 memory=94304 CPUtime=1.14 cores=4,6
/proc/87462/stat : 87462 (java) S 87459 87462 86389 0 -1 4194304 8377 0 0 0 108 6 0 0 20 0 18 0 75015634 19384713216 23576 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
/proc/87462/statm: 4732596 23576 5433 1 0 548986 0
[pid=87462/tid=87464] ppid=87459 vsize=18930384 memory=18560 CPUtime=0.59 cores=4,6
/proc/87462/task/87464/stat : 87464 (java) R 87459 87462 86389 0 -1 4194368 5392 0 0 0 55 4 0 0 20 0 18 0 75015636 19384713216 23576 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87473] ppid=87459 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/87462/task/87473/stat : 87473 (Finalizer) S 87459 87462 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75015641 19384713216 23576 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87480] ppid=87459 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/87462/task/87480/stat : 87480 (Common-Cleaner) S 87459 87462 86389 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 75015642 19384713216 23576 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 94304 KiB

[startup+1.5003 s]
/proc/loadavg: 4.35 4.45 4.43 7/326 87481
/proc/meminfo: memFree=114125980/131382116 swapFree=33009904/33010684
[pid=87462] ppid=87459 vsize=19063512 memory=167760 CPUtime=2.7 cores=4,6
/proc/87462/stat : 87462 (java) S 87459 87462 86389 0 -1 4194304 13570 0 0 0 260 10 0 0 20 0 20 0 75015634 19521036288 41940 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
/proc/87462/statm: 4765878 41940 5497 1 0 551284 0
[pid=87462/tid=87464] ppid=87459 vsize=19063512 memory=3200 CPUtime=1.25 cores=4,6
/proc/87462/task/87464/stat : 87464 (java) R 87459 87462 86389 0 -1 4194368 5916 0 0 0 119 6 0 0 20 0 20 0 75015636 19521036288 41940 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87473] ppid=87459 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/87462/task/87473/stat : 87473 (Finalizer) S 87459 87462 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75015641 19521036288 41940 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87480] ppid=87459 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/87462/task/87480/stat : 87480 (Common-Cleaner) S 87459 87462 86389 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 75015642 19521036288 41940 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87481] ppid=87459 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/87462/task/87481/stat : 87481 (Timer-0) S 87459 87462 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75015728 19521036288 41940 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167760 KiB

[startup+3.10551 s]
/proc/loadavg: 4.35 4.45 4.43 5/327 87482
/proc/meminfo: memFree=113507080/131382116 swapFree=33009904/33010684
[pid=87462] ppid=87459 vsize=19063512 memory=830960 CPUtime=5.8 cores=4,6
/proc/87462/stat : 87462 (java) S 87459 87462 86389 0 -1 4194304 21027 0 0 0 557 23 0 0 20 0 20 0 75015634 19521036288 207740 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
/proc/87462/statm: 4765878 207740 5497 1 0 555603 0
[pid=87462/tid=87464] ppid=87459 vsize=19063512 memory=14080 CPUtime=2.78 cores=4,6
/proc/87462/task/87464/stat : 87464 (java) R 87459 87462 86389 0 -1 4194368 6815 0 0 0 261 17 0 0 20 0 20 0 75015636 19521036288 207740 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87473] ppid=87459 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/87462/task/87473/stat : 87473 (Finalizer) S 87459 87462 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75015641 19521036288 207740 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87480] ppid=87459 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/87462/task/87480/stat : 87480 (Common-Cleaner) S 87459 87462 86389 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 75015642 19521036288 207740 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87481] ppid=87459 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/87462/task/87481/stat : 87481 (Timer-0) S 87459 87462 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75015728 19521036288 207740 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 830960 KiB

[startup+6.30026 s]
/proc/loadavg: 4.32 4.45 4.43 6/327 87482
/proc/meminfo: memFree=112351020/131382116 swapFree=33009904/33010684
[pid=87462] ppid=87459 vsize=19063512 memory=1839724 CPUtime=9.92 cores=4,6
/proc/87462/stat : 87462 (java) S 87459 87462 86389 0 -1 4194304 22722 0 0 0 948 44 0 0 20 0 20 0 75015634 19521036288 459931 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
/proc/87462/statm: 4765878 459931 5497 1 0 689285 0
[pid=87462/tid=87464] ppid=87459 vsize=19063512 memory=0 CPUtime=5.87 cores=4,6
/proc/87462/task/87464/stat : 87464 (java) R 87459 87462 86389 0 -1 4194368 7586 0 0 0 550 37 0 0 20 0 20 0 75015636 19521036288 459931 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87473] ppid=87459 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/87462/task/87473/stat : 87473 (Finalizer) S 87459 87462 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75015641 19521036288 459931 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87480] ppid=87459 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/87462/task/87480/stat : 87480 (Common-Cleaner) S 87459 87462 86389 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 75015642 19521036288 459931 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87481] ppid=87459 vsize=19063512 memory=167760 CPUtime=0 cores=4,6
/proc/87462/task/87481/stat : 87481 (Timer-0) S 87459 87462 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75015728 19521036288 459931 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
Current children cumulated CPU time: 9.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1839724 KiB

[startup+12.7003 s]
/proc/loadavg: 4.30 4.44 4.43 5/327 87482
/proc/meminfo: memFree=112305964/131382116 swapFree=33009904/33010684
[pid=87462] ppid=87459 vsize=19063512 memory=1839724 CPUtime=16.45 cores=4,6
/proc/87462/stat : 87462 (java) S 87459 87462 86389 0 -1 4194304 23218 0 0 0 1601 44 0 0 20 0 20 0 75015634 19521036288 459931 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
/proc/87462/statm: 4765878 459931 5497 1 0 689286 0
[pid=87462/tid=87464] ppid=87459 vsize=19063512 memory=167760 CPUtime=11.99 cores=4,6
/proc/87462/task/87464/stat : 87464 (java) R 87459 87462 86389 0 -1 4194368 8039 0 0 0 1162 37 0 0 20 0 20 0 75015636 19521036288 459931 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87473] ppid=87459 vsize=19063512 memory=1839724 CPUtime=0 cores=4,6
/proc/87462/task/87473/stat : 87473 (Finalizer) S 87459 87462 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75015641 19521036288 459931 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87480] ppid=87459 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/87462/task/87480/stat : 87480 (Common-Cleaner) S 87459 87462 86389 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 75015642 19521036288 459931 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87481] ppid=87459 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/87462/task/87481/stat : 87481 (Timer-0) S 87459 87462 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75015728 19521036288 459931 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
Current children cumulated CPU time: 16.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1839724 KiB

[startup+25.5005 s]
/proc/loadavg: 4.30 4.43 4.43 5/327 87482
/proc/meminfo: memFree=111624280/131382116 swapFree=33009904/33010684
[pid=87462] ppid=87459 vsize=19063512 memory=2365500 CPUtime=29.38 cores=4,6
/proc/87462/stat : 87462 (java) S 87459 87462 86389 0 -1 4194304 30046 0 0 0 2883 55 0 0 20 0 20 0 75015634 19521036288 591375 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
/proc/87462/statm: 4765878 591375 5497 1 0 822994 0
[pid=87462/tid=87464] ppid=87459 vsize=19063512 memory=0 CPUtime=24.35 cores=4,6
/proc/87462/task/87464/stat : 87464 (java) R 87459 87462 86389 0 -1 4194368 10689 0 0 0 2389 46 0 0 20 0 20 0 75015636 19521036288 591375 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87473] ppid=87459 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/87462/task/87473/stat : 87473 (Finalizer) S 87459 87462 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75015641 19521036288 591375 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87480] ppid=87459 vsize=19063512 memory=2365500 CPUtime=0 cores=4,6
/proc/87462/task/87480/stat : 87480 (Common-Cleaner) S 87459 87462 86389 0 -1 4194368 80 0 0 0 0 0 0 0 20 0 20 0 75015642 19521036288 591375 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87481] ppid=87459 vsize=19063512 memory=2365372 CPUtime=0 cores=4,6
/proc/87462/task/87481/stat : 87481 (Timer-0) S 87459 87462 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75015728 19521036288 591375 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
Current children cumulated CPU time: 29.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2365500 KiB

[startup+51.1133 s]
/proc/loadavg: 4.26 4.41 4.42 5/327 87483
/proc/meminfo: memFree=110891112/131382116 swapFree=33009904/33010684
[pid=87462] ppid=87459 vsize=19063512 memory=2895292 CPUtime=55.07 cores=4,6
/proc/87462/stat : 87462 (java) S 87459 87462 86389 0 -1 4194304 34568 0 0 0 5440 67 0 0 20 0 20 0 75015634 19521036288 723823 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
/proc/87462/statm: 4765878 723823 5497 1 0 954597 0
[pid=87462/tid=87464] ppid=87459 vsize=19063512 memory=2365500 CPUtime=49.36 cores=4,6
/proc/87462/task/87464/stat : 87464 (java) R 87459 87462 86389 0 -1 4194368 12675 0 0 0 4880 56 0 0 20 0 20 0 75015636 19521036288 723823 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87473] ppid=87459 vsize=19063512 memory=12544 CPUtime=0 cores=4,6
/proc/87462/task/87473/stat : 87473 (Finalizer) S 87459 87462 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75015641 19521036288 723823 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87480] ppid=87459 vsize=19063512 memory=2308 CPUtime=0 cores=4,6
/proc/87462/task/87480/stat : 87480 (Common-Cleaner) S 87459 87462 86389 0 -1 4194368 80 0 0 0 0 0 0 0 20 0 20 0 75015642 19521036288 723823 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87481] ppid=87459 vsize=19063512 memory=1839724 CPUtime=0 cores=4,6

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

Current children cumulated memory: 3073396 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.26 4.33 5/327 87784
/proc/meminfo: memFree=115041100/131382116 swapFree=33009904/33010684
[pid=87462] ppid=87459 vsize=19063512 memory=3073396 CPUtime=3349.37 cores=4,6
/proc/87462/stat : 87462 (java) S 87459 87462 86389 0 -1 4194304 131276 0 0 0 334591 346 0 0 20 0 20 0 75015634 19521036288 768349 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
/proc/87462/statm: 4765878 768349 5497 1 0 954807 0
[pid=87462/tid=87464] ppid=87459 vsize=19063512 memory=11264 CPUtime=3317.75 cores=4,6
/proc/87462/task/87464/stat : 87464 (java) R 87459 87462 86389 0 -1 4194368 67840 0 0 0 331661 114 0 0 20 0 20 0 75015636 19521036288 768349 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87473] ppid=87459 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/87462/task/87473/stat : 87473 (Finalizer) S 87459 87462 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75015641 19521036288 768349 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87480] ppid=87459 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/87462/task/87480/stat : 87480 (Common-Cleaner) S 87459 87462 86389 0 -1 4194368 2044 0 0 0 0 0 0 0 20 0 20 0 75015642 19521036288 768349 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87481] ppid=87459 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/87462/task/87481/stat : 87481 (Timer-0) S 87459 87462 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75015728 19521036288 768349 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
Current children cumulated CPU time: 3349.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3073396 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.25 4.32 5/328 87787
/proc/meminfo: memFree=114922080/131382116 swapFree=33009904/33010684
[pid=87462] ppid=87459 vsize=19063512 memory=3075448 CPUtime=3409.46 cores=4,6
/proc/87462/stat : 87462 (java) S 87459 87462 86389 0 -1 4194304 131784 0 0 0 340596 350 0 0 20 0 20 0 75015634 19521036288 768862 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
/proc/87462/statm: 4765878 768862 5497 1 0 954807 0
[pid=87462/tid=87464] ppid=87459 vsize=19063512 memory=11264 CPUtime=3377.34 cores=4,6
/proc/87462/task/87464/stat : 87464 (java) R 87459 87462 86389 0 -1 4194368 68317 0 0 0 337619 115 0 0 20 0 20 0 75015636 19521036288 768862 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87473] ppid=87459 vsize=19063512 memory=3073396 CPUtime=0 cores=4,6
/proc/87462/task/87473/stat : 87473 (Finalizer) S 87459 87462 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75015641 19521036288 768862 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87480] ppid=87459 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/87462/task/87480/stat : 87480 (Common-Cleaner) S 87459 87462 86389 0 -1 4194368 2044 0 0 0 0 0 0 0 20 0 20 0 75015642 19521036288 768862 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87481] ppid=87459 vsize=19063512 memory=3075448 CPUtime=0 cores=4,6
/proc/87462/task/87481/stat : 87481 (Timer-0) S 87459 87462 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75015728 19521036288 768862 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
Current children cumulated CPU time: 3409.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3075448 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.27 4.32 5/328 87791
/proc/meminfo: memFree=112394424/131382116 swapFree=33009904/33010684
[pid=87462] ppid=87459 vsize=19063512 memory=3079552 CPUtime=3469.4 cores=4,6
/proc/87462/stat : 87462 (java) S 87459 87462 86389 0 -1 4194304 134110 0 0 0 346583 357 0 0 20 0 20 0 75015634 19521036288 769888 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
/proc/87462/statm: 4765878 769888 5497 1 0 954807 0
[pid=87462/tid=87464] ppid=87459 vsize=19063512 memory=11264 CPUtime=3436.83 cores=4,6
/proc/87462/task/87464/stat : 87464 (java) R 87459 87462 86389 0 -1 4194368 69949 0 0 0 343566 117 0 0 20 0 20 0 75015636 19521036288 769888 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87473] ppid=87459 vsize=19063512 memory=3073396 CPUtime=0 cores=4,6
/proc/87462/task/87473/stat : 87473 (Finalizer) S 87459 87462 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75015641 19521036288 769888 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87480] ppid=87459 vsize=19063512 memory=18560 CPUtime=0 cores=4,6
/proc/87462/task/87480/stat : 87480 (Common-Cleaner) S 87459 87462 86389 0 -1 4194368 2098 0 0 0 0 0 0 0 20 0 20 0 75015642 19521036288 769888 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87481] ppid=87459 vsize=19063512 memory=3079552 CPUtime=0 cores=4,6
/proc/87462/task/87481/stat : 87481 (Timer-0) S 87459 87462 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75015728 19521036288 769888 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
Current children cumulated CPU time: 3469.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3079552 KiB

[startup+3522.3 s]
/proc/loadavg: 3.77 4.14 4.27 4/302 87826
/proc/meminfo: memFree=118827976/131382116 swapFree=33009904/33010684
[pid=87462] ppid=87459 vsize=19063512 memory=3081600 CPUtime=3529.6 cores=4,6
/proc/87462/stat : 87462 (java) S 87459 87462 86389 0 -1 4194304 135811 0 0 0 352599 361 0 0 20 0 20 0 75015634 19521036288 770400 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
/proc/87462/statm: 4765878 770400 5497 1 0 954807 0
[pid=87462/tid=87464] ppid=87459 vsize=19063512 memory=11264 CPUtime=3496.38 cores=4,6
/proc/87462/task/87464/stat : 87464 (java) R 87459 87462 86389 0 -1 4194368 70937 0 0 0 349521 117 0 0 20 0 20 0 75015636 19521036288 770400 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87473] ppid=87459 vsize=19063512 memory=3079552 CPUtime=0 cores=4,6
/proc/87462/task/87473/stat : 87473 (Finalizer) S 87459 87462 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75015641 19521036288 770400 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87480] ppid=87459 vsize=19063512 memory=18560 CPUtime=0 cores=4,6
/proc/87462/task/87480/stat : 87480 (Common-Cleaner) S 87459 87462 86389 0 -1 4194368 2164 0 0 0 0 0 0 0 20 0 20 0 75015642 19521036288 770400 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87481] ppid=87459 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/87462/task/87481/stat : 87481 (Timer-0) S 87459 87462 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75015728 19521036288 770400 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
Current children cumulated CPU time: 3529.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3081600 KiB

[startup+3582.3 s]
/proc/loadavg: 3.38 3.96 4.20 4/303 87829
/proc/meminfo: memFree=118769364/131382116 swapFree=33009904/33010684
[pid=87462] ppid=87459 vsize=19063512 memory=3083664 CPUtime=3589.76 cores=4,6
/proc/87462/stat : 87462 (java) S 87459 87462 86389 0 -1 4194304 136159 0 0 0 358610 366 0 0 20 0 20 0 75015634 19521036288 770916 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
/proc/87462/statm: 4765878 770916 5497 1 0 954807 0
[pid=87462/tid=87464] ppid=87459 vsize=19063512 memory=11264 CPUtime=3555.94 cores=4,6
/proc/87462/task/87464/stat : 87464 (java) R 87459 87462 86389 0 -1 4194368 71246 0 0 0 355476 118 0 0 20 0 20 0 75015636 19521036288 770916 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87473] ppid=87459 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/87462/task/87473/stat : 87473 (Finalizer) S 87459 87462 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75015641 19521036288 770916 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87480] ppid=87459 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/87462/task/87480/stat : 87480 (Common-Cleaner) S 87459 87462 86389 0 -1 4194368 2164 0 0 0 0 0 0 0 20 0 20 0 75015642 19521036288 770916 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87481] ppid=87459 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/87462/task/87481/stat : 87481 (Timer-0) S 87459 87462 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75015728 19521036288 770916 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
Current children cumulated CPU time: 3589.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3083664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.5 s]
/proc/loadavg: 3.40 3.94 4.19 4/303 87829
/proc/meminfo: memFree=118765268/131382116 swapFree=33009904/33010684
[pid=87462] ppid=87459 vsize=19063512 memory=3085712 CPUtime=3600.01 cores=4,6
/proc/87462/stat : 87462 (java) S 87459 87462 86389 0 -1 4194304 136574 0 0 0 359634 367 0 0 20 0 20 0 75015634 19521036288 771428 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
/proc/87462/statm: 4765878 771428 5497 1 0 954807 0
[pid=87462/tid=87464] ppid=87459 vsize=19063512 memory=14080 CPUtime=3566.09 cores=4,6
/proc/87462/task/87464/stat : 87464 (java) R 87459 87462 86389 0 -1 4194368 71487 0 0 0 356491 118 0 0 20 0 20 0 75015636 19521036288 771428 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87473] ppid=87459 vsize=19063512 memory=3083664 CPUtime=0 cores=4,6
/proc/87462/task/87473/stat : 87473 (Finalizer) S 87459 87462 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75015641 19521036288 771428 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87480] ppid=87459 vsize=19063512 memory=-6000919468411610471 CPUtime=0 cores=4,6
/proc/87462/task/87480/stat : 87480 (Common-Cleaner) S 87459 87462 86389 0 -1 4194368 2164 0 0 0 0 0 0 0 20 0 20 0 75015642 19521036288 771428 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87481] ppid=87459 vsize=19063512 memory=18560 CPUtime=0 cores=4,6
/proc/87462/task/87481/stat : 87481 (Timer-0) S 87459 87462 86389 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75015728 19521036288 771428 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3085712 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.75 s, system=3.69953 s

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

[startup+3592.6 s]
/proc/loadavg: 3.40 3.94 4.19 4/303 87829
/proc/meminfo: memFree=118765268/131382116 swapFree=33009904/33010684
[pid=87462] ppid=87459 vsize=19263204 memory=3086480 CPUtime=3600.2 cores=4,6
/proc/87462/stat : 87462 (java) S 87459 87462 86389 0 -1 4194304 138541 0 0 0 359653 367 0 0 20 0 21 0 75015634 19725520896 771620 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
/proc/87462/statm: 4815801 771620 5529 1 0 955759 0
[pid=87462/tid=87464] ppid=87459 vsize=19263204 memory=2688 CPUtime=3566.2 cores=4,6
/proc/87462/task/87464/stat : 87464 (java) R 87459 87462 86389 0 -1 4194368 71505 0 0 0 356502 118 0 0 20 0 21 0 75015636 19725520896 771620 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87473] ppid=87459 vsize=19263204 memory=2432 CPUtime=0 cores=4,6
/proc/87462/task/87473/stat : 87473 (Finalizer) S 87459 87462 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 75015641 19725520896 771620 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87480] ppid=87459 vsize=19263204 memory=3456 CPUtime=0 cores=4,6
/proc/87462/task/87480/stat : 87480 (Common-Cleaner) S 87459 87462 86389 0 -1 4194368 2164 0 0 0 0 0 0 0 20 0 21 0 75015642 19725520896 771620 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3086480 KiB

[startup+3592.7 s]
/proc/loadavg: 3.40 3.94 4.19 4/303 87829
/proc/meminfo: memFree=118765268/131382116 swapFree=33009904/33010684
[pid=87462] ppid=87459 vsize=19263204 memory=3086608 CPUtime=3600.39 cores=4,6
/proc/87462/stat : 87462 (java) S 87459 87462 86389 0 -1 4194304 138751 0 0 0 359672 367 0 0 20 0 21 0 75015634 19725520896 771652 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
/proc/87462/statm: 4815801 771652 5529 1 0 955775 0
[pid=87462/tid=87464] ppid=87459 vsize=19263204 memory=14080 CPUtime=3566.29 cores=4,6
/proc/87462/task/87464/stat : 87464 (java) R 87459 87462 86389 0 -1 4194368 71505 0 0 0 356511 118 0 0 20 0 21 0 75015636 19725520896 771652 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87473] ppid=87459 vsize=19263204 memory=3083664 CPUtime=0 cores=4,6
/proc/87462/task/87473/stat : 87473 (Finalizer) S 87459 87462 86389 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 75015641 19725520896 771652 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
[pid=87462/tid=87480] ppid=87459 vsize=19263204 memory=-6000919468411610471 CPUtime=0 cores=4,6
/proc/87462/task/87480/stat : 87480 (Common-Cleaner) S 87459 87462 86389 0 -1 4194368 2164 0 0 0 0 0 0 0 20 0 21 0 75015642 19725520896 771652 18446744073709551615 94391553986560 94391553990256 140735354033952 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94391553998072 94391553998864 94391578206208 140735354038654 140735354038758 140735354038758 140735354044360 0
Current children cumulated CPU time: 3600.39 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3086608 KiB

Child status: 143

Real time (s): 3592.75
CPU time (s): 3600.45
CPU user time (s): 3596.75
CPU system time (s): 3.69953
CPU usage (%): 100.214
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3086608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.75
system time used= 3.69952
maximum resident set size= 3086864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139048
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126586
involuntary context switches= 6750


# summary of solver processes directly reported to runsolver:
#   pid: 87462
#   total CPU time (s): 3600.45
#   total CPU user time (s): 3596.75
#   total CPU system time (s): 3.69953

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.067 second user time and 39.0764 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-04 03:42:45
IDJOB=4522188
IDBENCH=178624
IDSOLVER=3361
FILE ID=nodeC004/4522188-1751593364
RUNJOBID= nodeC004-1751586737-86400
SLURM_JOB_ID= 9598837
Free space on /tmp= 431672 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2017/normalized-2club200v15p5scn.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522188-1751593364/watcher-4522188-1751593364 -o /tmp/evaluation-result-4522188-1751593364/solver-4522188-1751593364 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751586737-86400 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4522188-1751593364.opb

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

MD5SUM BENCH= 052b56f2871560e549ba2a2e5aff1011
RANDOM SEED=2038450687

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3660.587
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
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	: 0xb00001f
cpu MHz		: 3552.489
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.959
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.276
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.212
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
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	: 0xb00001f
cpu MHz		: 3661.429
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.511
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
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	: 0xb00001f
cpu MHz		: 1197.557
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        114227752 kB
MemAvailable:   115046640 kB
Buffers:            2128 kB
Cached:          1567924 kB
SwapCached:           32 kB
Active:         15459584 kB
Inactive:         973904 kB
Active(anon):   14870632 kB
Inactive(anon):    10736 kB
Active(file):     588952 kB
Inactive(file):   963168 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1604 kB
Writeback:             0 kB
AnonPages:      14865848 kB
Mapped:           123520 kB
Shmem:             17932 kB
KReclaimable:     212792 kB
Slab:             300208 kB
SReclaimable:     212792 kB
SUnreclaim:        87416 kB
KernelStack:        4992 kB
PageTables:        32816 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   20389376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14546944 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431604 MiB
End job on nodeC004 at 2025-07-04 04:42:38