Trace number 4522326

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-06? (TO) 3600.23 2925.91

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/
opt/miplib2010/normalized-ns1769397.opb
MD5SUMd0e5186d4a85a790e67c4702cfcdde79
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.41322
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3772
Total number of constraints5527
Number of constraints which are clauses1716
Number of constraints which are cardinality constraints (but not clauses)425
Number of constraints which are nor clauses,nor cardinality constraints3386
Minimum length of a constraint1
Maximum length of a constraint470
Number of terms in the objective function 39
Biggest coefficient in the objective function 39
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 780
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1998
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 13358
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.06/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.12	c See www.sat4j.org for details.
0.06/0.12	c version PB25.v20250606
0.06/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.06/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.06/0.13	c java.vm.version	22.0.1+8-16
0.06/0.13	c java.vm.vendor	Oracle Corporation
0.06/0.13	c sun.arch.data.model	64
0.06/0.13	c java.version		22.0.1
0.06/0.13	c os.name		Linux
0.06/0.13	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.06/0.13	c os.arch		amd64
0.06/0.14	c Free memory 		2104792832
0.06/0.14	c Max memory 		16282288128
0.06/0.14	c Total memory 		2113929216
0.06/0.14	c Number of processors 	2
0.06/0.20	c Pseudo Boolean Optimization by upper bound
0.06/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.20	c  - never skip resolution steps
0.06/0.20	c  - Auto-division on coefficients is disabled
0.06/0.20	c  - No postprocessing
0.06/0.20	c  - Conflict is considered as is when resolving
0.06/0.20	c  - Use constraints as they come during conflict analysis
0.06/0.20	c  - Weaken first using unassigned literals
0.06/0.20	c  - Bump strategy: ALWAYS_ONE
0.06/0.20	c  - Bumper: ANY
0.06/0.20	c --- Begin Solver configuration ---
0.06/0.20	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.06/0.20	c Learn all clauses as in MiniSAT
0.06/0.20	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.20	c No reason simplification
0.06/0.20	c Armin Biere (Picosat) restarts strategy
0.06/0.20	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.06/0.20	c timeout=2147483s
0.06/0.20	c DB Simplification allowed=false
0.06/0.20	c Listener: none
0.06/0.20	c --- End Solver configuration ---
0.06/0.20	c solving HOME/instance-4522326-1751597603.opb
0.06/0.20	c reading problem ... 
0.06/0.20	c  objective function found
0.61/0.48	c ... done. Wall clock time 0.274s.
0.61/0.48	c declared #vars     3772
0.61/0.48	c #constraints  5638
0.61/0.48	c constraints type 
0.61/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3340
0.61/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 40
0.61/0.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 421
0.61/0.48	c org.sat4j.specs.Constr$1 => 10
0.61/0.48	c org.sat4j.pb.constraints.pb.UnitClausesPB => 8
0.61/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1817
0.61/0.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.61/0.48	c 5638 constraints processed.
0.61/0.49	c objective function length is 39 literals
365.68/355.42	c cleaning 2242 clauses out of 4988
3600.06/2925.82	c starts		: 20
3600.06/2925.83	c conflicts		: 9447
3600.06/2925.83	c decisions		: 148249
3600.06/2925.83	c propagations		: 1808153
3600.06/2925.83	c inspects		: 680328531
3600.06/2925.83	c shortcuts		: 0
3600.06/2925.83	c learnt literals	: 12
3600.06/2925.83	c learnt binary clauses	: 15
3600.06/2925.83	c learnt ternary clauses	: 8
3600.06/2925.83	c learnt constraints	: 9434
3600.06/2925.83	c ignored constraints	: 0
3600.06/2925.83	c root simplifications	: 0
3600.06/2925.83	c removed literals (reason simplification)	: 0
3600.06/2925.83	c reason swapping (by a shorter reason)	: 0
3600.06/2925.83	c Calls to reduceDB	: 1
3600.06/2925.83	c Number of update (reduction) of LBD	: 0
3600.06/2925.83	c Imported unit clauses	: 0
3600.06/2925.84	c No decision after first conflict	: false
3600.06/2925.84	c number of reductions to clauses (during analyze)	: 0
3600.06/2925.84	c number of learned constraints concerned by reduction	: 0
3600.06/2925.84	c number of learning phase by resolution	: 0
3600.06/2925.84	c number of learning phase by cutting planes	: 0
3600.06/2925.84	c number of rounding to 1 operations	: 0
3600.06/2925.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/2925.84	c number of reductions of the coefficients by power 2 	: 0
3600.06/2925.84	c number of right shift for reduction by power 2 	: 0
3600.06/2925.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/2925.84	c number of ending skipping 	: 0
3600.06/2925.84	c number of internal skipping 	: 0
3600.06/2925.84	c number of derivation steps 	: 242288
3600.06/2925.84	c number of skipped derivation steps 	: 0
3600.06/2925.84	c number of remaining unassigned 	: 40044
3600.06/2925.84	c number of remaining assigned 	: 24885604
3600.06/2925.84	c number of falsified literals weakened from reason	: 0
3600.06/2925.84	c number of falsified literals weakened from conflict	: 0
3600.06/2925.84	c time for arithmetic operations	: 1060255760608
3600.06/2925.85	c minimum degree of deleted constraints	: null
3600.06/2925.85	c maximum degree of deleted constraints	: null
3600.06/2925.85	c number of deleted constraints	: 0
3600.06/2925.87	c speed (assignments/second)	: 618.098850529134
3600.06/2925.87	c non guided choices	: 187
3600.06/2925.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 22
3600.06/2925.87	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 7128
3600.06/2925.87	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 40
3600.06/2925.87	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
3600.06/2925.87	s UNKNOWN
3600.06/2925.87	c Total wall clock time (in seconds): 2925.675

Verifier Data

ERROR: no interpretation found !

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: 63665 MiB (60558 MiB free)
  memory of node 1: 64507 MiB (53606 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522326-1751597603/watcher-4522326-1751597603 -o /tmp/evaluation-result-4522326-1751597603/solver-4522326-1751597603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751597603-94967 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4522326-1751597603.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100061 s]*
/proc/loadavg: 2.54 3.72 3.96 9/313 95067
/proc/meminfo: memFree=116829572/131249996 swapFree=33010684/33010684
[pid=95011] ppid=95003 vsize=18930384 memory=48376 CPUtime=0.06 cores=0,2
/proc/95011/stat : 95011 (java) S 95003 95011 94956 0 -1 4194304 5872 0 46 0 4 2 0 0 20 0 18 0 75438217 19384713216 12094 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
/proc/95011/statm: 4732596 12094 5281 1 0 547010 0
[pid=95011/tid=95018] ppid=95003 vsize=18930384 memory=4026532124 CPUtime=0.03 cores=0,2
/proc/95011/task/95018/stat : 95018 (java) R 95003 95011 94956 0 -1 4194368 4746 0 33 0 2 1 0 0 20 0 18 0 75438222 19384713216 12094 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95044] ppid=95003 vsize=18930384 memory=18954 CPUtime=0 cores=0,2
/proc/95011/task/95044/stat : 95044 (Finalizer) S 95003 95011 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75438225 19384713216 12094 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95067] ppid=95003 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/95011/task/95067/stat : 95067 (Common-Cleaner) S 95003 95011 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75438225 19384713216 12094 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48376 KiB

[startup+0.204956 s]*
/proc/loadavg: 2.54 3.72 3.96 9/312 95068
/proc/meminfo: memFree=116791836/131249996 swapFree=33010684/33010684
[pid=95011] ppid=95003 vsize=18930384 memory=61540 CPUtime=0.23 cores=0,2
/proc/95011/stat : 95011 (java) S 95003 95011 94956 0 -1 4194304 7019 0 46 0 20 3 0 0 20 0 18 0 75438217 19384713216 15385 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
/proc/95011/statm: 4732596 15385 5409 1 0 547886 0
[pid=95011/tid=95018] ppid=95003 vsize=18930384 memory=4026827035 CPUtime=0.13 cores=0,2
/proc/95011/task/95018/stat : 95018 (java) R 95003 95011 94956 0 -1 4194368 5356 0 33 0 11 2 0 0 20 0 18 0 75438222 19384713216 15385 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95044] ppid=95003 vsize=18930384 memory=219932787024 CPUtime=0 cores=0,2
/proc/95011/task/95044/stat : 95044 (Finalizer) S 95003 95011 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75438225 19384713216 15385 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95067] ppid=95003 vsize=18930384 memory=55186957823283 CPUtime=0 cores=0,2
/proc/95011/task/95067/stat : 95067 (Common-Cleaner) S 95003 95011 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75438225 19384713216 15385 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61540 KiB

[startup+0.305401 s]*
/proc/loadavg: 2.54 3.72 3.96 10/334 95095
/proc/meminfo: memFree=116729004/131249996 swapFree=33010684/33010684
[pid=95011] ppid=95003 vsize=18930384 memory=85976 CPUtime=0.41 cores=0,2
/proc/95011/stat : 95011 (java) S 95003 95011 94956 0 -1 4194304 8431 0 46 0 38 3 0 0 20 0 18 0 75438217 19384713216 21494 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
/proc/95011/statm: 4732596 21494 5409 1 0 548783 0
[pid=95011/tid=95018] ppid=95003 vsize=18930384 memory=-6000919494148122470 CPUtime=0.21 cores=0,2
/proc/95011/task/95018/stat : 95018 (java) R 95003 95011 94956 0 -1 4194368 5430 0 33 0 19 2 0 0 20 0 18 0 75438222 19384713216 21494 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95044] ppid=95003 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/95011/task/95044/stat : 95044 (Finalizer) S 95003 95011 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75438225 19384713216 21494 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95067] ppid=95003 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/95011/task/95067/stat : 95067 (Common-Cleaner) S 95003 95011 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75438225 19384713216 21494 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 85976 KiB

[startup+0.7002 s]
/proc/loadavg: 2.54 3.72 3.96 10/336 95097
/proc/meminfo: memFree=116525552/131249996 swapFree=33010684/33010684
[pid=95011] ppid=95003 vsize=19063512 memory=172704 CPUtime=1.18 cores=0,2
/proc/95011/stat : 95011 (java) S 95003 95011 94956 0 -1 4194304 11557 0 46 0 112 6 0 0 20 0 20 0 75438217 19521036288 43176 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
/proc/95011/statm: 4765878 43176 5505 1 0 551603 0
[pid=95011/tid=95018] ppid=95003 vsize=19063512 memory=18944 CPUtime=0.49 cores=0,2
/proc/95011/task/95018/stat : 95018 (java) R 95003 95011 94956 0 -1 4194368 5602 0 33 0 45 4 0 0 20 0 20 0 75438222 19521036288 43176 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95044] ppid=95003 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/95011/task/95044/stat : 95044 (Finalizer) S 95003 95011 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 43176 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95067] ppid=95003 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/95011/task/95067/stat : 95067 (Common-Cleaner) S 95003 95011 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 43176 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95098] ppid=95003 vsize=19063512 memory=4756 CPUtime=0 cores=0,2
/proc/95011/task/95098/stat : 95098 (Timer-0) S 95003 95011 94956 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75438268 19521036288 43176 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172704 KiB

[startup+1.5002 s]
/proc/loadavg: 2.54 3.72 3.96 10/339 95100
/proc/meminfo: memFree=115706852/131249996 swapFree=33010684/33010684
[pid=95011] ppid=95003 vsize=19063512 memory=187032 CPUtime=2.74 cores=0,2
/proc/95011/stat : 95011 (java) S 95003 95011 94956 0 -1 4194304 13406 0 46 0 266 8 0 0 20 0 20 0 75438217 19521036288 46758 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
/proc/95011/statm: 4765878 46758 5505 1 0 552399 0
[pid=95011/tid=95018] ppid=95003 vsize=19063512 memory=0 CPUtime=1.21 cores=0,2
/proc/95011/task/95018/stat : 95018 (java) R 95003 95011 94956 0 -1 4194368 5612 0 33 0 117 4 0 0 20 0 20 0 75438222 19521036288 46758 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95044] ppid=95003 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/95011/task/95044/stat : 95044 (Finalizer) S 95003 95011 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 46758 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95067] ppid=95003 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/95011/task/95067/stat : 95067 (Common-Cleaner) S 95003 95011 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 46758 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95098] ppid=95003 vsize=19063512 memory=4756 CPUtime=0 cores=0,2
/proc/95011/task/95098/stat : 95098 (Timer-0) S 95003 95011 94956 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75438268 19521036288 46758 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 187032 KiB

[startup+3.10485 s]
/proc/loadavg: 2.54 3.72 3.96 9/340 95101
/proc/meminfo: memFree=111539128/131249996 swapFree=33010684/33010684
[pid=95011] ppid=95003 vsize=19063512 memory=592496 CPUtime=5.91 cores=0,2
/proc/95011/stat : 95011 (java) S 95003 95011 94956 0 -1 4194304 20257 0 46 0 574 17 0 0 20 0 20 0 75438217 19521036288 148124 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
/proc/95011/statm: 4765878 148124 5505 1 0 662492 0
[pid=95011/tid=95018] ppid=95003 vsize=19063512 memory=10752 CPUtime=2.72 cores=0,2
/proc/95011/task/95018/stat : 95018 (java) R 95003 95011 94956 0 -1 4194368 5790 0 33 0 261 11 0 0 20 0 20 0 75438222 19521036288 148124 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95044] ppid=95003 vsize=19063512 memory=-6000919494265562982 CPUtime=0 cores=0,2
/proc/95011/task/95044/stat : 95044 (Finalizer) S 95003 95011 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 148124 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95067] ppid=95003 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/95011/task/95067/stat : 95067 (Common-Cleaner) S 95003 95011 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 148124 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95098] ppid=95003 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/95011/task/95098/stat : 95098 (Timer-0) S 95003 95011 94956 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75438268 19521036288 148124 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 592496 KiB

[startup+6.30019 s]
/proc/loadavg: 2.74 3.74 3.97 6/340 95101
/proc/meminfo: memFree=109677456/131249996 swapFree=33010684/33010684
[pid=95011] ppid=95003 vsize=19063512 memory=1614600 CPUtime=9.77 cores=0,2
/proc/95011/stat : 95011 (java) S 95003 95011 94956 0 -1 4194304 28190 0 46 0 940 37 0 0 20 0 20 0 75438217 19521036288 403650 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
/proc/95011/statm: 4765878 403650 5505 1 0 662499 0
[pid=95011/tid=95018] ppid=95003 vsize=19063512 memory=0 CPUtime=5.88 cores=0,2
/proc/95011/task/95018/stat : 95018 (java) R 95003 95011 94956 0 -1 4194368 7527 0 33 0 558 30 0 0 20 0 20 0 75438222 19521036288 403650 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95044] ppid=95003 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/95011/task/95044/stat : 95044 (Finalizer) S 95003 95011 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 403650 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95067] ppid=95003 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/95011/task/95067/stat : 95067 (Common-Cleaner) S 95003 95011 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 403650 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95098] ppid=95003 vsize=19063512 memory=187032 CPUtime=0 cores=0,2
/proc/95011/task/95098/stat : 95098 (Timer-0) S 95003 95011 94956 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75438268 19521036288 403650 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
Current children cumulated CPU time: 9.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1614600 KiB

[startup+12.7002 s]
/proc/loadavg: 2.84 3.74 3.97 8/340 95102
/proc/meminfo: memFree=106774280/131249996 swapFree=33010684/33010684
[pid=95011] ppid=95003 vsize=19063512 memory=2401660 CPUtime=16.26 cores=0,2
/proc/95011/stat : 95011 (java) S 95003 95011 94956 0 -1 4194304 29563 0 46 0 1574 52 0 0 20 0 20 0 75438217 19521036288 600415 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
/proc/95011/statm: 4765878 600415 5505 1 0 1163827 0
[pid=95011/tid=95018] ppid=95003 vsize=19063512 memory=187032 CPUtime=12.16 cores=0,2
/proc/95011/task/95018/stat : 95018 (java) R 95003 95011 94956 0 -1 4194368 8052 0 33 0 1173 43 0 0 20 0 20 0 75438222 19521036288 600415 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95044] ppid=95003 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/95011/task/95044/stat : 95044 (Finalizer) S 95003 95011 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 600415 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95067] ppid=95003 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/95011/task/95067/stat : 95067 (Common-Cleaner) S 95003 95011 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 600415 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95098] ppid=95003 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/95011/task/95098/stat : 95098 (Timer-0) S 95003 95011 94956 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75438268 19521036288 600415 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
Current children cumulated CPU time: 16.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2401660 KiB

[startup+25.5002 s]
/proc/loadavg: 3.10 3.76 3.97 7/340 95102
/proc/meminfo: memFree=104299608/131249996 swapFree=33010684/33010684
[pid=95011] ppid=95003 vsize=19063512 memory=3682092 CPUtime=29.4 cores=0,2
/proc/95011/stat : 95011 (java) S 95003 95011 94956 0 -1 4194304 30943 0 46 0 2862 78 0 0 20 0 20 0 75438217 19521036288 920523 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
/proc/95011/statm: 4765878 920523 5505 1 0 1163855 0
[pid=95011/tid=95018] ppid=95003 vsize=19063512 memory=0 CPUtime=24.62 cores=0,2
/proc/95011/task/95018/stat : 95018 (java) R 95003 95011 94956 0 -1 4194368 9022 0 33 0 2395 67 0 0 20 0 20 0 75438222 19521036288 920523 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95044] ppid=95003 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/95011/task/95044/stat : 95044 (Finalizer) S 95003 95011 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 920523 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95067] ppid=95003 vsize=19063512 memory=14844 CPUtime=0 cores=0,2
/proc/95011/task/95067/stat : 95067 (Common-Cleaner) S 95003 95011 94956 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 920523 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95098] ppid=95003 vsize=19063512 memory=3645072 CPUtime=0 cores=0,2
/proc/95011/task/95098/stat : 95098 (Timer-0) S 95003 95011 94956 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75438268 19521036288 920523 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
Current children cumulated CPU time: 29.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3682092 KiB

[startup+51.1049 s]
/proc/loadavg: 3.53 3.81 3.98 6/340 95102
/proc/meminfo: memFree=102468720/131249996 swapFree=33010684/33010684
[pid=95011] ppid=95003 vsize=19063512 memory=3682092 CPUtime=55.3 cores=0,2
/proc/95011/stat : 95011 (java) S 95003 95011 94956 0 -1 4194304 37085 0 46 0 5451 79 0 0 20 0 20 0 75438217 19521036288 920523 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
/proc/95011/statm: 4765878 920523 5505 1 0 1163858 0
[pid=95011/tid=95018] ppid=95003 vsize=19063512 memory=3682092 CPUtime=49.83 cores=0,2
/proc/95011/task/95018/stat : 95018 (java) R 95003 95011 94956 0 -1 4194368 12170 0 33 0 4915 68 0 0 20 0 20 0 75438222 19521036288 920523 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95044] ppid=95003 vsize=19063512 memory=3682092 CPUtime=0 cores=0,2
/proc/95011/task/95044/stat : 95044 (Finalizer) S 95003 95011 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 920523 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0

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

/proc/95011/task/95044/stat : 95044 (Finalizer) S 95003 95011 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 2197488 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95067] ppid=95003 vsize=19063512 memory=8789952 CPUtime=0 cores=0,2
/proc/95011/task/95067/stat : 95067 (Common-Cleaner) S 95003 95011 94956 0 -1 4194368 1297 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 2197488 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95098] ppid=95003 vsize=19063512 memory=8731372 CPUtime=0 cores=0,2
/proc/95011/task/95098/stat : 95098 (Timer-0) S 95003 95011 94956 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75438268 19521036288 2197488 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
Current children cumulated CPU time: 3125.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8789952 KiB

[startup+2622.3 s]
/proc/loadavg: 5.20 5.21 5.01 6/342 95251
/proc/meminfo: memFree=86398364/131249996 swapFree=33010684/33010684
[pid=95011] ppid=95003 vsize=19063512 memory=8856740 CPUtime=3210.8 cores=0,2
/proc/95011/stat : 95011 (java) S 95003 95011 94956 0 -1 4194304 255536 0 46 0 320290 790 0 0 20 0 20 0 75438217 19521036288 2214185 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
/proc/95011/statm: 4765878 2214185 5537 1 0 2228553 0
[pid=95011/tid=95018] ppid=95003 vsize=19063512 memory=8731372 CPUtime=2571.74 cores=0,2
/proc/95011/task/95018/stat : 95018 (java) R 95003 95011 94956 0 -1 4194368 102899 0 33 0 257008 166 0 0 20 0 20 0 75438222 19521036288 2214185 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95044] ppid=95003 vsize=19063512 memory=8789952 CPUtime=0 cores=0,2
/proc/95011/task/95044/stat : 95044 (Finalizer) S 95003 95011 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 2214185 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95067] ppid=95003 vsize=19063512 memory=8806640 CPUtime=0 cores=0,2
/proc/95011/task/95067/stat : 95067 (Common-Cleaner) S 95003 95011 94956 0 -1 4194368 1297 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 2214185 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95098] ppid=95003 vsize=19063512 memory=8856740 CPUtime=0 cores=0,2
/proc/95011/task/95098/stat : 95098 (Timer-0) S 95003 95011 94956 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75438268 19521036288 2214185 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
Current children cumulated CPU time: 3210.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8856740 KiB

[startup+2682.3 s]
/proc/loadavg: 5.13 5.21 5.02 7/343 95254
/proc/meminfo: memFree=86339968/131249996 swapFree=33010684/33010684
[pid=95011] ppid=95003 vsize=19063512 memory=8915108 CPUtime=3282.75 cores=0,2
/proc/95011/stat : 95011 (java) S 95003 95011 94956 0 -1 4194304 257681 0 46 0 327470 805 0 0 20 0 20 0 75438217 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
/proc/95011/statm: 4765878 2228777 5537 1 0 2243183 0
[pid=95011/tid=95018] ppid=95003 vsize=19063512 memory=8915108 CPUtime=2631.36 cores=0,2
/proc/95011/task/95018/stat : 95018 (java) R 95003 95011 94956 0 -1 4194368 103252 0 33 0 262968 168 0 0 20 0 20 0 75438222 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95044] ppid=95003 vsize=19063512 memory=8915108 CPUtime=0 cores=0,2
/proc/95011/task/95044/stat : 95044 (Finalizer) S 95003 95011 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95067] ppid=95003 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/95011/task/95067/stat : 95067 (Common-Cleaner) S 95003 95011 94956 0 -1 4194368 1303 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95098] ppid=95003 vsize=19063512 memory=8915108 CPUtime=0 cores=0,2
/proc/95011/task/95098/stat : 95098 (Timer-0) S 95003 95011 94956 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75438268 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
Current children cumulated CPU time: 3282.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8915108 KiB

[startup+2742.3 s]
/proc/loadavg: 4.80 5.11 5.00 8/342 95256
/proc/meminfo: memFree=86339468/131249996 swapFree=33010684/33010684
[pid=95011] ppid=95003 vsize=19063512 memory=8915108 CPUtime=3354.13 cores=0,2
/proc/95011/stat : 95011 (java) S 95003 95011 94956 0 -1 4194304 262476 0 46 0 334594 819 0 0 20 0 20 0 75438217 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
/proc/95011/statm: 4765878 2228777 5537 1 0 2243183 0
[pid=95011/tid=95018] ppid=95003 vsize=19063512 memory=8915108 CPUtime=2691.08 cores=0,2
/proc/95011/task/95018/stat : 95018 (java) R 95003 95011 94956 0 -1 4194368 105465 0 33 0 268940 168 0 0 20 0 20 0 75438222 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95044] ppid=95003 vsize=19063512 memory=8915108 CPUtime=0 cores=0,2
/proc/95011/task/95044/stat : 95044 (Finalizer) S 95003 95011 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95067] ppid=95003 vsize=19063512 memory=8915108 CPUtime=0 cores=0,2
/proc/95011/task/95067/stat : 95067 (Common-Cleaner) S 95003 95011 94956 0 -1 4194368 1303 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95098] ppid=95003 vsize=19063512 memory=8915108 CPUtime=0 cores=0,2
/proc/95011/task/95098/stat : 95098 (Timer-0) S 95003 95011 94956 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75438268 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
Current children cumulated CPU time: 3354.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8915108 KiB

[startup+2802.3 s]
/proc/loadavg: 4.64 5.01 4.97 7/342 95258
/proc/meminfo: memFree=86339720/131249996 swapFree=33010684/33010684
[pid=95011] ppid=95003 vsize=19063512 memory=8915108 CPUtime=3425.34 cores=0,2
/proc/95011/stat : 95011 (java) S 95003 95011 94956 0 -1 4194304 267731 0 46 0 341703 831 0 0 20 0 20 0 75438217 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
/proc/95011/statm: 4765878 2228777 5537 1 0 2243183 0
[pid=95011/tid=95018] ppid=95003 vsize=19063512 memory=8915108 CPUtime=2750.79 cores=0,2
/proc/95011/task/95018/stat : 95018 (java) R 95003 95011 94956 0 -1 4194368 107982 0 33 0 274911 168 0 0 20 0 20 0 75438222 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95044] ppid=95003 vsize=19063512 memory=8915108 CPUtime=0 cores=0,2
/proc/95011/task/95044/stat : 95044 (Finalizer) S 95003 95011 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95067] ppid=95003 vsize=19063512 memory=8915108 CPUtime=0 cores=0,2
/proc/95011/task/95067/stat : 95067 (Common-Cleaner) S 95003 95011 94956 0 -1 4194368 1307 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95098] ppid=95003 vsize=19063512 memory=8915108 CPUtime=0 cores=0,2
/proc/95011/task/95098/stat : 95098 (Timer-0) S 95003 95011 94956 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75438268 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
Current children cumulated CPU time: 3425.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8915108 KiB

[startup+2862.3 s]
/proc/loadavg: 5.09 5.05 4.99 6/342 95260
/proc/meminfo: memFree=86339488/131249996 swapFree=33010684/33010684
[pid=95011] ppid=95003 vsize=19063512 memory=8915108 CPUtime=3511.79 cores=0,2
/proc/95011/stat : 95011 (java) S 95003 95011 94956 0 -1 4194304 270961 0 46 0 350321 858 0 0 20 0 20 0 75438217 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
/proc/95011/statm: 4765878 2228777 5537 1 0 2243183 0
[pid=95011/tid=95018] ppid=95003 vsize=19063512 memory=8915108 CPUtime=2809.48 cores=0,2
/proc/95011/task/95018/stat : 95018 (java) R 95003 95011 94956 0 -1 4194368 108478 0 33 0 280779 169 0 0 20 0 20 0 75438222 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95044] ppid=95003 vsize=19063512 memory=8915108 CPUtime=0 cores=0,2
/proc/95011/task/95044/stat : 95044 (Finalizer) S 95003 95011 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95067] ppid=95003 vsize=19063512 memory=8915108 CPUtime=0 cores=0,2
/proc/95011/task/95067/stat : 95067 (Common-Cleaner) S 95003 95011 94956 0 -1 4194368 1313 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95098] ppid=95003 vsize=19063512 memory=8915108 CPUtime=0 cores=0,2
/proc/95011/task/95098/stat : 95098 (Timer-0) S 95003 95011 94956 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75438268 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
Current children cumulated CPU time: 3511.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8915108 KiB

[startup+2922.3 s]
/proc/loadavg: 4.94 5.01 4.98 5/341 95330
/proc/meminfo: memFree=86213660/131249996 swapFree=33010684/33010684
[pid=95011] ppid=95003 vsize=19063512 memory=8915108 CPUtime=3594.11 cores=0,2
/proc/95011/stat : 95011 (java) S 95003 95011 94956 0 -1 4194304 275288 0 46 0 358529 882 0 0 20 0 20 0 75438217 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
/proc/95011/statm: 4765878 2228777 5537 1 0 2243183 0
[pid=95011/tid=95018] ppid=95003 vsize=19063512 memory=8915108 CPUtime=2869.02 cores=0,2
/proc/95011/task/95018/stat : 95018 (java) R 95003 95011 94956 0 -1 4194368 110212 0 33 0 286730 172 0 0 20 0 20 0 75438222 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95044] ppid=95003 vsize=19063512 memory=18944 CPUtime=0 cores=0,2
/proc/95011/task/95044/stat : 95044 (Finalizer) S 95003 95011 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95067] ppid=95003 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/95011/task/95067/stat : 95067 (Common-Cleaner) S 95003 95011 94956 0 -1 4194368 1318 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95098] ppid=95003 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/95011/task/95098/stat : 95098 (Timer-0) S 95003 95011 94956 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75438268 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
Current children cumulated CPU time: 3594.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8915108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2925.81 s]
/proc/loadavg: 4.94 5.01 4.99 6/341 95330
/proc/meminfo: memFree=86213684/131249996 swapFree=33010684/33010684
[pid=95011] ppid=95003 vsize=19063512 memory=8915108 CPUtime=3600.06 cores=0,2
/proc/95011/stat : 95011 (java) S 95003 95011 94956 0 -1 4194304 275674 0 46 0 359122 884 0 0 20 0 20 0 75438217 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
/proc/95011/statm: 4765878 2228777 5537 1 0 2243183 0
[pid=95011/tid=95018] ppid=95003 vsize=19063512 memory=2764 CPUtime=2872.49 cores=0,2
/proc/95011/task/95018/stat : 95018 (java) S 95003 95011 94956 0 -1 4194368 110212 0 33 0 287077 172 0 0 20 0 20 0 75438222 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95044] ppid=95003 vsize=19063512 memory=8915108 CPUtime=0 cores=0,2
/proc/95011/task/95044/stat : 95044 (Finalizer) S 95003 95011 94956 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95067] ppid=95003 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/95011/task/95067/stat : 95067 (Common-Cleaner) S 95003 95011 94956 0 -1 4194368 1318 0 0 0 0 0 0 0 20 0 20 0 75438225 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
[pid=95011/tid=95098] ppid=95003 vsize=19063512 memory=18944 CPUtime=0 cores=0,2
/proc/95011/task/95098/stat : 95098 (Timer-0) S 95003 95011 94956 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 75438268 19521036288 2228777 18446744073709551615 94701649862656 94701649866352 140724037395792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94701649874168 94701649874960 94701682348032 140724037400958 140724037401062 140724037401062 140724037406664 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8915108 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.36 s, system=8.8744 s

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

[startup+2925.9 s]*
/proc/loadavg: 4.94 5.01 4.99 5/323 95333
/proc/meminfo: memFree=94965936/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 2925.91
CPU time (s): 3600.23
CPU user time (s): 3591.36
CPU system time (s): 8.8744
CPU usage (%): 123.046
Max. virtual memory (cumulated for all children) (KiB): 19066200
Max. memory (cumulated for all children) (KiB): 8915108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.36
system time used= 8.8744
maximum resident set size= 8915876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277215
page faults= 46
swaps= 0
block input operations= 16
block output operations= 24128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 158941
involuntary context switches= 54530


# summary of solver processes directly reported to runsolver:
#   pid: 95011
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3591.36
#   total CPU system time (s): 8.8744

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.95773 second user time and 11.2137 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-04 04:53:23
IDJOB=4522326
IDBENCH=178741
IDSOLVER=3361
FILE ID=nodeC024/4522326-1751597603
RUNJOBID= nodeC024-1751597603-94967
SLURM_JOB_ID= 9598867
Free space on /tmp= 432360 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-ns1769397.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522326-1751597603/watcher-4522326-1751597603 -o /tmp/evaluation-result-4522326-1751597603/solver-4522326-1751597603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751597603-94967 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4522326-1751597603.opb

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

MD5SUM BENCH= d0e5186d4a85a790e67c4702cfcdde79
RANDOM SEED=1533086106

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        116908304 kB
MemAvailable:   129705428 kB
Buffers:            2144 kB
Cached:         13563372 kB
SwapCached:            0 kB
Active:           647768 kB
Inactive:       12989032 kB
Active(anon):      87264 kB
Inactive(anon):     2084 kB
Active(file):     560504 kB
Inactive(file): 12986948 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6484 kB
Writeback:             8 kB
AnonPages:         72652 kB
Mapped:           103956 kB
Shmem:             18064 kB
KReclaimable:     177420 kB
Slab:             269380 kB
SReclaimable:     177420 kB
SUnreclaim:        91960 kB
KernelStack:        4128 kB
PageTables:         2892 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     347428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432308 MiB
End job on nodeC024 at 2025-07-04 05:42:09