Trace number 4485648

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.39 3435.47

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-roll3000.opb
MD5SUM9da0f014fb9cbd107dd1b5ea973ba0c7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1086940160
Best CPU time to get the best result obtained on this benchmark2471.28
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8902
Total number of constraints2864
Number of constraints which are clauses143
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints2690
Minimum length of a constraint2
Maximum length of a constraint2407
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2123511627775
Number of bits of the biggest sum of numbers41
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.27/0.23	c Free memory 		2106806208
0.27/0.23	c Max memory 		16282288128
0.27/0.23	c Total memory 		2113929216
0.27/0.23	c Number of processors 	2
0.43/0.40	c Pseudo Boolean Optimization by upper bound
0.43/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.40	c  - never skip resolution steps
0.43/0.40	c  - Auto-division on coefficients is disabled
0.43/0.40	c  - No postprocessing
0.43/0.40	c  - Conflict is considered as is when resolving
0.43/0.40	c  - Use constraints as they come during conflict analysis
0.43/0.40	c  - Weaken first using unassigned literals
0.43/0.40	c  - Bump strategy: ALWAYS_ONE
0.43/0.40	c  - Bumper: ANY
0.43/0.40	c --- Begin Solver configuration ---
0.43/0.40	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.43/0.40	c Learn all clauses as in MiniSAT
0.43/0.40	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.40	c No reason simplification
0.43/0.40	c Armin Biere (Picosat) restarts strategy
0.43/0.40	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.43/0.40	c timeout=2147483s
0.43/0.40	c DB Simplification allowed=false
0.43/0.40	c Listener: none
0.43/0.40	c --- End Solver configuration ---
0.43/0.40	c solving HOME/instance-4485648-1751309798.opb
0.43/0.40	c reading problem ... 
0.43/0.40	c  objective function found
1.31/0.89	c ... done. Wall clock time 0.477s.
1.31/0.89	c declared #vars     8902
1.31/0.89	c #constraints  3038
1.31/0.89	c constraints type 
1.31/0.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2019
1.31/0.89	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 538
1.31/0.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 31
1.31/0.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 450
1.31/0.89	c 3038 constraints processed.
1.51/0.92	c objective function length is 31 literals
24.78/21.24	c cleaning 2490 clauses out of 5000
82.65/76.81	c cleaning 4244 clauses out of 8511
197.94/189.66	c cleaning 5625 clauses out of 11267
353.14/342.58	c cleaning 6812 clauses out of 13641
596.68/583.31	c cleaning 7905 clauses out of 15830
1012.95/995.21	c cleaning 8953 clauses out of 17925
1445.97/1421.69	c cleaning 9975 clauses out of 19971
1963.81/1930.04	c cleaning 10989 clauses out of 21996
2609.86/2559.46	c cleaning 11991 clauses out of 24007
3462.38/3315.71	c cleaning 12997 clauses out of 26016
3600.08/3435.33	c starts		: 90
3600.08/3435.34	c conflicts		: 97533
3600.08/3435.35	c decisions		: 108620
3600.08/3435.35	c propagations		: 562051
3600.08/3435.35	c inspects		: 2854842390
3600.08/3435.35	c shortcuts		: 0
3600.08/3435.35	c learnt literals	: 0
3600.08/3435.35	c learnt binary clauses	: 0
3600.08/3435.35	c learnt ternary clauses	: 0
3600.08/3435.35	c learnt constraints	: 97532
3600.08/3435.35	c ignored constraints	: 0
3600.08/3435.36	c root simplifications	: 0
3600.08/3435.36	c removed literals (reason simplification)	: 0
3600.08/3435.36	c reason swapping (by a shorter reason)	: 0
3600.08/3435.36	c Calls to reduceDB	: 10
3600.08/3435.36	c Number of update (reduction) of LBD	: 0
3600.08/3435.36	c Imported unit clauses	: 0
3600.08/3435.36	c No decision after first conflict	: false
3600.08/3435.36	c number of reductions to clauses (during analyze)	: 0
3600.08/3435.36	c number of learned constraints concerned by reduction	: 0
3600.08/3435.36	c number of learning phase by resolution	: 0
3600.08/3435.36	c number of learning phase by cutting planes	: 0
3600.08/3435.36	c number of rounding to 1 operations	: 0
3600.08/3435.36	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3435.36	c number of reductions of the coefficients by power 2 	: 0
3600.08/3435.37	c number of right shift for reduction by power 2 	: 0
3600.08/3435.37	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3435.37	c number of ending skipping 	: 0
3600.08/3435.37	c number of internal skipping 	: 0
3600.08/3435.37	c number of derivation steps 	: 469776
3600.08/3435.37	c number of skipped derivation steps 	: 0
3600.08/3435.37	c number of remaining unassigned 	: 5959
3600.08/3435.37	c number of remaining assigned 	: 36142139
3600.08/3435.37	c number of falsified literals weakened from reason	: 0
3600.08/3435.37	c number of falsified literals weakened from conflict	: 0
3600.08/3435.37	c time for arithmetic operations	: 18454308001
3600.08/3435.39	c minimum degree of deleted constraints	: null
3600.08/3435.39	c maximum degree of deleted constraints	: null
3600.08/3435.39	c number of deleted constraints	: 0
3600.08/3435.40	c speed (assignments/second)	: 163.65118672740428
3600.08/3435.40	c non guided choices	: 0
3600.28/3435.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 51
3600.28/3435.44	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 15500
3600.28/3435.44	s UNKNOWN
3600.28/3435.44	c Total wall clock time (in seconds): 3435.037

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: 63794 MiB (57050 MiB free)
  memory of node 1: 64507 MiB (58944 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485648-1751309798/watcher-4485648-1751309798 -o /tmp/evaluation-result-4485648-1751309798/solver-4485648-1751309798 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751306214-44071 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4485648-1751309798.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=44506, runsolver pid=44503

[startup+0.10007 s]*
/proc/loadavg: 4.57 4.22 4.11 8/325 44524
/proc/meminfo: memFree=118738904/131382116 swapFree=33010684/33010684
[pid=44506] ppid=44503 vsize=18930384 memory=48404 CPUtime=0.12 cores=0,2
/proc/44506/stat : 44506 (java) S 44503 44506 44061 0 -1 4194304 5783 0 0 0 9 3 0 0 20 0 18 0 46659547 19384713216 12101 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
/proc/44506/statm: 4732596 12101 5337 1 0 547010 0
[pid=44506/tid=44508] ppid=44503 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/44506/task/44508/stat : 44508 (java) R 44503 44506 44061 0 -1 4194368 4641 0 0 0 5 2 0 0 20 0 18 0 46659548 19384713216 12101 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44517] ppid=44503 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/44506/task/44517/stat : 44517 (Finalizer) S 44503 44506 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 46659553 19384713216 12101 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44524] ppid=44503 vsize=18930384 memory=59593594265959 CPUtime=0 cores=0,2
/proc/44506/task/44524/stat : 44524 (Common-Cleaner) S 44503 44506 44061 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 46659554 19384713216 12101 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48404 KiB

[startup+0.213384 s]*
/proc/loadavg: 4.57 4.22 4.11 6/325 44524
/proc/meminfo: memFree=118733864/131382116 swapFree=33010684/33010684
[pid=44506] ppid=44503 vsize=18930384 memory=51348 CPUtime=0.27 cores=0,2
/proc/44506/stat : 44506 (java) S 44503 44506 44061 0 -1 4194304 6452 0 0 0 24 3 0 0 20 0 18 0 46659547 19384713216 12837 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
/proc/44506/statm: 4732596 12837 5369 1 0 547534 0
[pid=44506/tid=44508] ppid=44503 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=0,2
/proc/44506/task/44508/stat : 44508 (java) R 44503 44506 44061 0 -1 4194368 4988 0 0 0 14 2 0 0 20 0 18 0 46659548 19384713216 12837 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44517] ppid=44503 vsize=18930384 memory=1641 CPUtime=0 cores=0,2
/proc/44506/task/44517/stat : 44517 (Finalizer) S 44503 44506 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 46659553 19384713216 12837 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44524] ppid=44503 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/44506/task/44524/stat : 44524 (Common-Cleaner) S 44503 44506 44061 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 46659554 19384713216 12837 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51348 KiB

[startup+0.313179 s]*
/proc/loadavg: 4.57 4.22 4.11 7/325 44524
/proc/meminfo: memFree=118733864/131382116 swapFree=33010684/33010684
[pid=44506] ppid=44503 vsize=18930384 memory=56816 CPUtime=0.43 cores=0,2
/proc/44506/stat : 44506 (java) S 44503 44506 44061 0 -1 4194304 6747 0 0 0 39 4 0 0 20 0 18 0 46659547 19384713216 14204 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
/proc/44506/statm: 4732596 14204 5433 1 0 547740 0
[pid=44506/tid=44508] ppid=44503 vsize=18930384 memory=-6000919494265235563 CPUtime=0.25 cores=0,2
/proc/44506/task/44508/stat : 44508 (java) R 44503 44506 44061 0 -1 4194368 5177 0 0 0 23 2 0 0 20 0 18 0 46659548 19384713216 14204 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44517] ppid=44503 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/44506/task/44517/stat : 44517 (Finalizer) S 44503 44506 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 46659553 19384713216 14204 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44524] ppid=44503 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/44506/task/44524/stat : 44524 (Common-Cleaner) S 44503 44506 44061 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 46659554 19384713216 14204 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56816 KiB

[startup+0.7003 s]
/proc/loadavg: 4.57 4.22 4.11 7/325 44524
/proc/meminfo: memFree=118728520/131382116 swapFree=33010684/33010684
[pid=44506] ppid=44503 vsize=18930384 memory=95528 CPUtime=1.12 cores=0,2
/proc/44506/stat : 44506 (java) S 44503 44506 44061 0 -1 4194304 8834 0 0 0 106 6 0 0 20 0 18 0 46659547 19384713216 23882 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
/proc/44506/statm: 4732596 23882 5433 1 0 549124 0
[pid=44506/tid=44508] ppid=44503 vsize=18930384 memory=17664 CPUtime=0.56 cores=0,2
/proc/44506/task/44508/stat : 44508 (java) R 44503 44506 44061 0 -1 4194368 5404 0 0 0 53 3 0 0 20 0 18 0 46659548 19384713216 23882 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44517] ppid=44503 vsize=18930384 memory=11136 CPUtime=0 cores=0,2
/proc/44506/task/44517/stat : 44517 (Finalizer) S 44503 44506 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 46659553 19384713216 23882 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44524] ppid=44503 vsize=18930384 memory=3328 CPUtime=0 cores=0,2
/proc/44506/task/44524/stat : 44524 (Common-Cleaner) S 44503 44506 44061 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 46659554 19384713216 23882 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 95528 KiB

[startup+1.50025 s]
/proc/loadavg: 4.57 4.22 4.11 7/326 44525
/proc/meminfo: memFree=118651456/131382116 swapFree=33010684/33010684
[pid=44506] ppid=44503 vsize=19063512 memory=176480 CPUtime=2.69 cores=0,2
/proc/44506/stat : 44506 (java) S 44503 44506 44061 0 -1 4194304 16435 0 0 0 260 9 0 0 20 0 20 0 46659547 19521036288 44120 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
/proc/44506/statm: 4765878 44120 5497 1 0 552059 0
[pid=44506/tid=44508] ppid=44503 vsize=19063512 memory=3328 CPUtime=1.21 cores=0,2
/proc/44506/task/44508/stat : 44508 (java) R 44503 44506 44061 0 -1 4194368 5878 0 0 0 116 5 0 0 20 0 20 0 46659548 19521036288 44120 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44517] ppid=44503 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/44506/task/44517/stat : 44517 (Finalizer) S 44503 44506 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46659553 19521036288 44120 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44524] ppid=44503 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/44506/task/44524/stat : 44524 (Common-Cleaner) S 44503 44506 44061 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 46659554 19521036288 44120 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44525] ppid=44503 vsize=19063512 memory=14336 CPUtime=0 cores=0,2
/proc/44506/task/44525/stat : 44525 (Timer-0) S 44503 44506 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46659642 19521036288 44120 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176480 KiB

[startup+3.10558 s]
/proc/loadavg: 4.68 4.25 4.12 8/324 44591
/proc/meminfo: memFree=124556868/131382116 swapFree=33010684/33010684
[pid=44506] ppid=44503 vsize=19063512 memory=449548 CPUtime=5.81 cores=0,2
/proc/44506/stat : 44506 (java) S 44503 44506 44061 0 -1 4194304 21123 0 0 0 566 15 0 0 20 0 20 0 46659547 19521036288 112387 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
/proc/44506/statm: 4765878 112387 5529 1 0 723752 0
[pid=44506/tid=44508] ppid=44503 vsize=19063512 memory=14336 CPUtime=2.62 cores=0,2
/proc/44506/task/44508/stat : 44508 (java) R 44503 44506 44061 0 -1 4194368 7043 0 0 0 253 9 0 0 20 0 20 0 46659548 19521036288 112387 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44517] ppid=44503 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/44506/task/44517/stat : 44517 (Finalizer) S 44503 44506 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46659553 19521036288 112387 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44524] ppid=44503 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/44506/task/44524/stat : 44524 (Common-Cleaner) S 44503 44506 44061 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 46659554 19521036288 112387 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44525] ppid=44503 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/44506/task/44525/stat : 44525 (Timer-0) S 44503 44506 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46659642 19521036288 112387 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 449548 KiB

[startup+6.3004 s]
/proc/loadavg: 4.68 4.25 4.12 6/325 44657
/proc/meminfo: memFree=124020964/131382116 swapFree=33010684/33010684
[pid=44506] ppid=44503 vsize=19063512 memory=906680 CPUtime=9.23 cores=0,2
/proc/44506/stat : 44506 (java) S 44503 44506 44061 0 -1 4194304 21433 0 0 0 899 24 0 0 20 0 20 0 46659547 19521036288 226670 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
/proc/44506/statm: 4765878 226670 5529 1 0 723754 0
[pid=44506/tid=44508] ppid=44503 vsize=19063512 memory=0 CPUtime=5.74 cores=0,2
/proc/44506/task/44508/stat : 44508 (java) R 44503 44506 44061 0 -1 4194368 7280 0 0 0 557 17 0 0 20 0 20 0 46659548 19521036288 226670 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44517] ppid=44503 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/44506/task/44517/stat : 44517 (Finalizer) S 44503 44506 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46659553 19521036288 226670 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44524] ppid=44503 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/44506/task/44524/stat : 44524 (Common-Cleaner) S 44503 44506 44061 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 46659554 19521036288 226670 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44525] ppid=44503 vsize=19063512 memory=176736 CPUtime=0 cores=0,2
/proc/44506/task/44525/stat : 44525 (Timer-0) S 44503 44506 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46659642 19521036288 226670 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
Current children cumulated CPU time: 9.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 906680 KiB

[startup+12.7004 s]
/proc/loadavg: 4.87 4.29 4.13 6/326 44658
/proc/meminfo: memFree=122680924/131382116 swapFree=33010684/33010684
[pid=44506] ppid=44503 vsize=19063512 memory=1749900 CPUtime=15.99 cores=0,2
/proc/44506/stat : 44506 (java) S 44503 44506 44061 0 -1 4194304 22809 0 0 0 1556 43 0 0 20 0 20 0 46659547 19521036288 437475 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
/proc/44506/statm: 4765878 437475 5529 1 0 869982 0
[pid=44506/tid=44508] ppid=44503 vsize=19063512 memory=176736 CPUtime=11.82 cores=0,2
/proc/44506/task/44508/stat : 44508 (java) R 44503 44506 44061 0 -1 4194368 8158 0 0 0 1148 34 0 0 20 0 20 0 46659548 19521036288 437475 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44517] ppid=44503 vsize=19063512 memory=1729396 CPUtime=0 cores=0,2
/proc/44506/task/44517/stat : 44517 (Finalizer) S 44503 44506 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46659553 19521036288 437475 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44524] ppid=44503 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/44506/task/44524/stat : 44524 (Common-Cleaner) S 44503 44506 44061 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 46659554 19521036288 437475 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44525] ppid=44503 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/44506/task/44525/stat : 44525 (Timer-0) S 44503 44506 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46659642 19521036288 437475 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
Current children cumulated CPU time: 15.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1749900 KiB

[startup+25.5003 s]
/proc/loadavg: 4.90 4.33 4.15 5/326 44726
/proc/meminfo: memFree=126431116/131382116 swapFree=33010684/33010684
[pid=44506] ppid=44503 vsize=19063512 memory=2150180 CPUtime=29.74 cores=0,2
/proc/44506/stat : 44506 (java) S 44503 44506 44061 0 -1 4194304 34248 0 0 0 2918 56 0 0 20 0 20 0 46659547 19521036288 537545 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
/proc/44506/statm: 4765878 537545 5529 1 0 872214 0
[pid=44506/tid=44508] ppid=44503 vsize=19063512 memory=0 CPUtime=24.31 cores=0,2
/proc/44506/task/44508/stat : 44508 (java) R 44503 44506 44061 0 -1 4194368 11757 0 0 0 2391 40 0 0 20 0 20 0 46659548 19521036288 537545 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44517] ppid=44503 vsize=19063512 memory=2132920 CPUtime=0 cores=0,2
/proc/44506/task/44517/stat : 44517 (Finalizer) S 44503 44506 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46659553 19521036288 537545 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44524] ppid=44503 vsize=19063512 memory=1756044 CPUtime=0 cores=0,2
/proc/44506/task/44524/stat : 44524 (Common-Cleaner) S 44503 44506 44061 0 -1 4194368 67 0 0 0 0 0 0 0 20 0 20 0 46659554 19521036288 537545 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44525] ppid=44503 vsize=19063512 memory=176736 CPUtime=0 cores=0,2
/proc/44506/task/44525/stat : 44525 (Timer-0) S 44503 44506 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46659642 19521036288 537545 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
Current children cumulated CPU time: 29.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2150180 KiB

[startup+51.1135 s]
/proc/loadavg: 4.84 4.36 4.17 5/326 44726
/proc/meminfo: memFree=125558236/131382116 swapFree=33010684/33010684
[pid=44506] ppid=44503 vsize=19063512 memory=2197388 CPUtime=55.99 cores=0,2
/proc/44506/stat : 44506 (java) S 44503 44506 44061 0 -1 4194304 39491 0 0 0 5540 59 0 0 20 0 20 0 46659547 19521036288 549347 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
/proc/44506/statm: 4765878 549347 5529 1 0 872214 0
[pid=44506/tid=44508] ppid=44503 vsize=19063512 memory=176736 CPUtime=49.39 cores=0,2
/proc/44506/task/44508/stat : 44508 (java) R 44503 44506 44061 0 -1 4194368 13420 0 0 0 4899 40 0 0 20 0 20 0 46659548 19521036288 549347 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44517] ppid=44503 vsize=19063512 memory=2183028 CPUtime=0 cores=0,2
/proc/44506/task/44517/stat : 44517 (Finalizer) S 44503 44506 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46659553 19521036288 549347 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44524] ppid=44503 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/44506/task/44524/stat : 44524 (Common-Cleaner) S 44503 44506 44061 0 -1 4194368 67 0 0 0 0 0 0 0 20 0 20 0 46659554 19521036288 549347 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44525] ppid=44503 vsize=19063512 memory=1749900 CPUtime=0 cores=0,2

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

[startup+3102.3 s]
/proc/loadavg: 4.33 4.27 4.22 5/328 44889
/proc/meminfo: memFree=111895968/131382116 swapFree=33010684/33010684
[pid=44506] ppid=44503 vsize=19130076 memory=3953356 CPUtime=3218.54 cores=0,2
/proc/44506/stat : 44506 (java) S 44503 44506 44061 0 -1 4194304 141549 0 0 0 321494 360 0 0 20 0 21 0 46659547 19589197824 988339 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
/proc/44506/statm: 4782519 988339 5561 1 0 1004578 0
[pid=44506/tid=44508] ppid=44503 vsize=19130076 memory=3945304 CPUtime=3046.14 cores=0,2
/proc/44506/task/44508/stat : 44508 (java) R 44503 44506 44061 0 -1 4194368 64191 0 0 0 304554 60 0 0 20 0 21 0 46659548 19589197824 988339 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44517] ppid=44503 vsize=19130076 memory=3953356 CPUtime=0 cores=0,2
/proc/44506/task/44517/stat : 44517 (Finalizer) S 44503 44506 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 46659553 19589197824 988339 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44524] ppid=44503 vsize=19130076 memory=3953356 CPUtime=0 cores=0,2
/proc/44506/task/44524/stat : 44524 (Common-Cleaner) S 44503 44506 44061 0 -1 4194368 1744 0 0 0 0 0 0 0 20 0 21 0 46659554 19589197824 988339 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44525] ppid=44503 vsize=19130076 memory=6900 CPUtime=0 cores=0,2
/proc/44506/task/44525/stat : 44525 (Timer-0) S 44503 44506 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 46659642 19589197824 988339 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
Current children cumulated CPU time: 3218.54 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3953356 KiB

[startup+3162.3 s]
/proc/loadavg: 4.29 4.28 4.22 5/330 44897
/proc/meminfo: memFree=111891640/131382116 swapFree=33010684/33010684
[pid=44506] ppid=44503 vsize=19130076 memory=3953356 CPUtime=3285.81 cores=0,2
/proc/44506/stat : 44506 (java) S 44503 44506 44061 0 -1 4194304 142960 0 0 0 328211 370 0 0 20 0 21 0 46659547 19589197824 988339 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
/proc/44506/statm: 4782519 988339 5561 1 0 1004578 0
[pid=44506/tid=44508] ppid=44503 vsize=19130076 memory=3953356 CPUtime=3105.09 cores=0,2
/proc/44506/task/44508/stat : 44508 (java) R 44503 44506 44061 0 -1 4194368 65535 0 0 0 310449 60 0 0 20 0 21 0 46659548 19589197824 988339 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44517] ppid=44503 vsize=19130076 memory=3953356 CPUtime=0 cores=0,2
/proc/44506/task/44517/stat : 44517 (Finalizer) S 44503 44506 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 46659553 19589197824 988339 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44524] ppid=44503 vsize=19130076 memory=-6000919494265235563 CPUtime=0 cores=0,2
/proc/44506/task/44524/stat : 44524 (Common-Cleaner) S 44503 44506 44061 0 -1 4194368 1745 0 0 0 0 0 0 0 20 0 21 0 46659554 19589197824 988339 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44525] ppid=44503 vsize=19130076 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/44506/task/44525/stat : 44525 (Timer-0) S 44503 44506 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 46659642 19589197824 988339 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
Current children cumulated CPU time: 3285.81 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3953356 KiB

[startup+3222.3 s]
/proc/loadavg: 4.43 4.32 4.24 5/330 44899
/proc/meminfo: memFree=111891672/131382116 swapFree=33010684/33010684
[pid=44506] ppid=44503 vsize=19130076 memory=3953356 CPUtime=3355.86 cores=0,2
/proc/44506/stat : 44506 (java) S 44503 44506 44061 0 -1 4194304 145532 0 0 0 335204 382 0 0 20 0 21 0 46659547 19589197824 988339 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
/proc/44506/statm: 4782519 988339 5561 1 0 1004578 0
[pid=44506/tid=44508] ppid=44503 vsize=19130076 memory=3953356 CPUtime=3163.86 cores=0,2
/proc/44506/task/44508/stat : 44508 (java) R 44503 44506 44061 0 -1 4194368 66163 0 0 0 316326 60 0 0 20 0 21 0 46659548 19589197824 988339 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44517] ppid=44503 vsize=19130076 memory=3953356 CPUtime=0 cores=0,2
/proc/44506/task/44517/stat : 44517 (Finalizer) S 44503 44506 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 46659553 19589197824 988339 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44524] ppid=44503 vsize=19130076 memory=11136 CPUtime=0 cores=0,2
/proc/44506/task/44524/stat : 44524 (Common-Cleaner) S 44503 44506 44061 0 -1 4194368 1763 0 0 0 0 0 0 0 20 0 21 0 46659554 19589197824 988339 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44525] ppid=44503 vsize=19130076 memory=3953356 CPUtime=0 cores=0,2
/proc/44506/task/44525/stat : 44525 (Timer-0) S 44503 44506 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 46659642 19589197824 988339 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
Current children cumulated CPU time: 3355.86 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3953356 KiB

[startup+3282.3 s]
/proc/loadavg: 4.47 4.35 4.26 5/330 44901
/proc/meminfo: memFree=111410208/131382116 swapFree=33010684/33010684
[pid=44506] ppid=44503 vsize=19130076 memory=3953740 CPUtime=3425.53 cores=0,2
/proc/44506/stat : 44506 (java) S 44503 44506 44061 0 -1 4194304 145922 0 0 0 342159 394 0 0 20 0 21 0 46659547 19589197824 988435 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
/proc/44506/statm: 4782519 988435 5561 1 0 1004674 0
[pid=44506/tid=44508] ppid=44503 vsize=19130076 memory=3953740 CPUtime=3222.69 cores=0,2
/proc/44506/task/44508/stat : 44508 (java) R 44503 44506 44061 0 -1 4194368 66466 0 0 0 322209 60 0 0 20 0 21 0 46659548 19589197824 988435 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44517] ppid=44503 vsize=19130076 memory=3953740 CPUtime=0 cores=0,2
/proc/44506/task/44517/stat : 44517 (Finalizer) S 44503 44506 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 46659553 19589197824 988435 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44524] ppid=44503 vsize=19130076 memory=3953612 CPUtime=0 cores=0,2
/proc/44506/task/44524/stat : 44524 (Common-Cleaner) S 44503 44506 44061 0 -1 4194368 1763 0 0 0 0 0 0 0 20 0 21 0 46659554 19589197824 988435 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44525] ppid=44503 vsize=19130076 memory=11136 CPUtime=0 cores=0,2
/proc/44506/task/44525/stat : 44525 (Timer-0) S 44503 44506 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 46659642 19589197824 988435 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
Current children cumulated CPU time: 3425.53 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3953740 KiB

[startup+3342.3 s]
/proc/loadavg: 4.33 4.33 4.25 5/330 44903
/proc/meminfo: memFree=111413360/131382116 swapFree=33010684/33010684
[pid=44506] ppid=44503 vsize=19130076 memory=3954124 CPUtime=3492.64 cores=0,2
/proc/44506/stat : 44506 (java) S 44503 44506 44061 0 -1 4194304 150406 0 0 0 348861 403 0 0 20 0 21 0 46659547 19589197824 988531 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
/proc/44506/statm: 4782519 988531 5561 1 0 1004763 0
[pid=44506/tid=44508] ppid=44503 vsize=19130076 memory=2728 CPUtime=3281.57 cores=0,2
/proc/44506/task/44508/stat : 44508 (java) R 44503 44506 44061 0 -1 4194368 68643 0 0 0 328096 61 0 0 20 0 21 0 46659548 19589197824 988531 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44517] ppid=44503 vsize=19130076 memory=3953356 CPUtime=0 cores=0,2
/proc/44506/task/44517/stat : 44517 (Finalizer) S 44503 44506 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 46659553 19589197824 988531 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44524] ppid=44503 vsize=19130076 memory=17664 CPUtime=0 cores=0,2
/proc/44506/task/44524/stat : 44524 (Common-Cleaner) S 44503 44506 44061 0 -1 4194368 1764 0 0 0 0 0 0 0 20 0 21 0 46659554 19589197824 988531 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44525] ppid=44503 vsize=19130076 memory=14336 CPUtime=0 cores=0,2
/proc/44506/task/44525/stat : 44525 (Timer-0) S 44503 44506 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 46659642 19589197824 988531 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
Current children cumulated CPU time: 3492.64 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3954124 KiB

[startup+3402.3 s]
/proc/loadavg: 4.32 4.33 4.26 5/330 44906
/proc/meminfo: memFree=111409060/131382116 swapFree=33010684/33010684
[pid=44506] ppid=44503 vsize=19130076 memory=3954124 CPUtime=3560.06 cores=0,2
/proc/44506/stat : 44506 (java) S 44503 44506 44061 0 -1 4194304 152472 0 0 0 355593 413 0 0 20 0 21 0 46659547 19589197824 988531 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
/proc/44506/statm: 4782519 988531 5561 1 0 1004771 0
[pid=44506/tid=44508] ppid=44503 vsize=19130076 memory=0 CPUtime=3340.62 cores=0,2
/proc/44506/task/44508/stat : 44508 (java) R 44503 44506 44061 0 -1 4194368 70495 0 0 0 334001 61 0 0 20 0 21 0 46659548 19589197824 988531 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44517] ppid=44503 vsize=19130076 memory=3954124 CPUtime=0 cores=0,2
/proc/44506/task/44517/stat : 44517 (Finalizer) S 44503 44506 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 46659553 19589197824 988531 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44524] ppid=44503 vsize=19130076 memory=-6000919494265235563 CPUtime=0 cores=0,2
/proc/44506/task/44524/stat : 44524 (Common-Cleaner) S 44503 44506 44061 0 -1 4194368 1804 0 0 0 0 0 0 0 20 0 21 0 46659554 19589197824 988531 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44525] ppid=44503 vsize=19130076 memory=14336 CPUtime=0 cores=0,2
/proc/44506/task/44525/stat : 44525 (Timer-0) S 44503 44506 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 46659642 19589197824 988531 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
Current children cumulated CPU time: 3560.06 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3954124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3435.3 s]
/proc/loadavg: 4.37 4.34 4.27 5/329 44906
/proc/meminfo: memFree=111408820/131382116 swapFree=33010684/33010684
[pid=44506] ppid=44503 vsize=19130076 memory=3954124 CPUtime=3600.08 cores=0,2
/proc/44506/stat : 44506 (java) S 44503 44506 44061 0 -1 4194304 153694 0 0 0 359588 420 0 0 20 0 21 0 46659547 19589197824 988531 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
/proc/44506/statm: 4782519 988531 5561 1 0 1004771 0
[pid=44506/tid=44508] ppid=44503 vsize=19130076 memory=3954124 CPUtime=3372.88 cores=0,2
/proc/44506/task/44508/stat : 44508 (java) R 44503 44506 44061 0 -1 4194368 70707 0 0 0 337227 61 0 0 20 0 21 0 46659548 19589197824 988531 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44517] ppid=44503 vsize=19130076 memory=17664 CPUtime=0 cores=0,2
/proc/44506/task/44517/stat : 44517 (Finalizer) S 44503 44506 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 46659553 19589197824 988531 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44524] ppid=44503 vsize=19130076 memory=3954124 CPUtime=0 cores=0,2
/proc/44506/task/44524/stat : 44524 (Common-Cleaner) S 44503 44506 44061 0 -1 4194368 1804 0 0 0 0 0 0 0 20 0 21 0 46659554 19589197824 988531 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44525] ppid=44503 vsize=19130076 memory=3954124 CPUtime=0 cores=0,2
/proc/44506/task/44525/stat : 44525 (Timer-0) S 44503 44506 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 46659642 19589197824 988531 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3954124 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.16 s, system=4.23326 s

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

[startup+3435.41 s]
/proc/loadavg: 4.37 4.34 4.27 5/329 44906
/proc/meminfo: memFree=111408820/131382116 swapFree=33010684/33010684
[pid=44506] ppid=44503 vsize=19329768 memory=3954764 CPUtime=3600.28 cores=0,2
/proc/44506/stat : 44506 (java) S 44503 44506 44061 0 -1 4194304 155085 0 0 0 359608 420 0 0 20 0 22 0 46659547 19793682432 988691 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
/proc/44506/statm: 4832442 988691 5561 1 0 1005690 0
[pid=44506/tid=44508] ppid=44503 vsize=19329768 memory=17664 CPUtime=3372.98 cores=0,2
/proc/44506/task/44508/stat : 44508 (java) R 44503 44506 44061 0 -1 4194368 70742 0 0 0 337237 61 0 0 20 0 22 0 46659548 19793682432 988691 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44517] ppid=44503 vsize=19329768 memory=-6000919494265235563 CPUtime=0 cores=0,2
/proc/44506/task/44517/stat : 44517 (Finalizer) S 44503 44506 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 46659553 19793682432 988691 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
[pid=44506/tid=44524] ppid=44503 vsize=19329768 memory=5632 CPUtime=0 cores=0,2
/proc/44506/task/44524/stat : 44524 (Common-Cleaner) S 44503 44506 44061 0 -1 4194368 1804 0 0 0 0 0 0 0 20 0 22 0 46659554 19793682432 988691 18446744073709551615 94909696135168 94909696138864 140720814680704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94909696146680 94909696147472 94909721157632 140720814688638 140720814688742 140720814688742 140720814694344 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 3954764 KiB

Child status: 143

Real time (s): 3435.47
CPU time (s): 3600.39
CPU user time (s): 3596.16
CPU system time (s): 4.23326
CPU usage (%): 104.801
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 3954764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.16
system time used= 4.23326
maximum resident set size= 3955020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155164
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126280
involuntary context switches= 19710


# summary of solver processes directly reported to runsolver:
#   pid: 44506
#   total CPU time (s): 3600.39
#   total CPU user time (s): 3596.16
#   total CPU system time (s): 4.23326

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9704 second user time and 35.2733 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-30 20:56:38
IDJOB=4485648
IDBENCH=146805
IDSOLVER=3361
FILE ID=nodeC011/4485648-1751309798
RUNJOBID= nodeC011-1751306214-44071
SLURM_JOB_ID= 9594308
Free space on /tmp= 433044 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-roll3000.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485648-1751309798/watcher-4485648-1751309798 -o /tmp/evaluation-result-4485648-1751309798/solver-4485648-1751309798 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751306214-44071 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4485648-1751309798.opb

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

MD5SUM BENCH= 9da0f014fb9cbd107dd1b5ea973ba0c7
RANDOM SEED=432089560

nodeC011 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		: 1496.863
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	: 6984.20
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		: 3660.661
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	: 6984.20
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.285
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	: 6984.20
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		: 1196.906
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	: 6984.20
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		: 3663.827
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	: 6984.20
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		: 3660.600
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	: 6984.20
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		: 1198.073
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	: 6984.20
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.684
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        118778404 kB
MemAvailable:   118635900 kB
Buffers:            3280 kB
Cached:           665656 kB
SwapCached:            0 kB
Active:         11689880 kB
Inactive:         366648 kB
Active(anon):   11405560 kB
Inactive(anon):        0 kB
Active(file):     284320 kB
Inactive(file):   366648 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4016 kB
Writeback:             0 kB
AnonPages:      11390704 kB
Mapped:           122424 kB
Shmem:             17960 kB
KReclaimable:      91924 kB
Slab:             173200 kB
SReclaimable:      91924 kB
SUnreclaim:        81276 kB
KernelStack:        4976 kB
PageTables:        26020 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   15170680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11180032 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC011 at 2025-06-30 21:53:54