Trace number 4505958

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.17 3604.9

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_luby_20null50mast_rapportOE2.0_TMAX120_K192_cod1.opb
MD5SUMc802f246252f1c3f359f42604d33488d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11408
Best CPU time to get the best result obtained on this benchmark7035.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 272557
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 174643715
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 174643715
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: ANY
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Armin Biere (Picosat) restarts strategy
0.12/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4505958-1751495280.opb
0.12/0.15	c reading problem ... 
0.12/0.16	c  objective function found
6.04/4.32	c ... done. Wall clock time 4.169s.
6.04/4.32	c declared #vars     399113
6.04/4.32	c #constraints  400980
6.04/4.32	c constraints type 
6.04/4.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
6.04/4.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
6.04/4.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
6.04/4.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
6.04/4.32	c 400980 constraints processed.
6.04/4.33	c objective function length is 272557 literals
3600.03/3604.82	c starts		: 1
3600.03/3604.84	c conflicts		: 21
3600.03/3604.84	c decisions		: 100157
3600.03/3604.84	c propagations		: 828947
3600.03/3604.84	c inspects		: 400026
3600.03/3604.84	c shortcuts		: 0
3600.03/3604.84	c learnt literals	: 0
3600.03/3604.84	c learnt binary clauses	: 0
3600.03/3604.84	c learnt ternary clauses	: 0
3600.03/3604.84	c learnt constraints	: 20
3600.03/3604.84	c ignored constraints	: 0
3600.03/3604.84	c root simplifications	: 0
3600.03/3604.84	c removed literals (reason simplification)	: 0
3600.03/3604.85	c reason swapping (by a shorter reason)	: 0
3600.03/3604.85	c Calls to reduceDB	: 0
3600.03/3604.85	c Number of update (reduction) of LBD	: 0
3600.03/3604.85	c Imported unit clauses	: 0
3600.03/3604.85	c No decision after first conflict	: false
3600.03/3604.85	c number of reductions to clauses (during analyze)	: 0
3600.03/3604.85	c number of learned constraints concerned by reduction	: 0
3600.03/3604.85	c number of learning phase by resolution	: 0
3600.03/3604.85	c number of learning phase by cutting planes	: 0
3600.03/3604.85	c number of rounding to 1 operations	: 0
3600.03/3604.85	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3604.85	c number of reductions of the coefficients by power 2 	: 0
3600.03/3604.85	c number of right shift for reduction by power 2 	: 0
3600.03/3604.85	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3604.85	c number of ending skipping 	: 0
3600.03/3604.85	c number of internal skipping 	: 0
3600.03/3604.85	c number of derivation steps 	: 621
3600.03/3604.85	c number of skipped derivation steps 	: 0
3600.03/3604.85	c number of remaining unassigned 	: 0
3600.03/3604.85	c number of remaining assigned 	: 0
3600.03/3604.85	c number of falsified literals weakened from reason	: 0
3600.03/3604.85	c number of falsified literals weakened from conflict	: 0
3600.03/3604.85	c time for arithmetic operations	: 500692
3600.03/3604.85	c minimum degree of deleted constraints	: null
3600.03/3604.85	c maximum degree of deleted constraints	: null
3600.03/3604.86	c number of deleted constraints	: 0
3600.03/3604.86	c speed (assignments/second)	: 230.2345320551954
3600.03/3604.86	c non guided choices	: 0
3600.03/3604.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.03/3604.86	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 15
3600.03/3604.86	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4
3600.03/3604.86	s UNKNOWN
3600.03/3604.86	c Total wall clock time (in seconds): 3604.706

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505958-1751495280/watcher-4505958-1751495280 -o /tmp/evaluation-result-4505958-1751495280/solver-4505958-1751495280 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751495280-75882 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4505958-1751495280.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=75936, runsolver pid=75928
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 3.41 3.96 4.04 10/333 76009
/proc/meminfo: memFree=129630672/131250000 swapFree=33010416/33010684
[pid=75936] ppid=75928 vsize=18930384 memory=57700 CPUtime=0.12 cores=0,2
/proc/75936/stat : 75936 (java) S 75928 75936 75872 0 -1 4194304 6570 0 0 0 10 2 0 0 20 0 18 0 65205930 19384713216 14425 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
/proc/75936/statm: 4732596 14425 5336 1 0 547620 0
[pid=75936/tid=75957] ppid=75928 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=0,2
/proc/75936/task/75957/stat : 75957 (java) R 75928 75936 75872 0 -1 4194368 5074 0 0 0 6 1 0 0 20 0 18 0 65205931 19384713216 14425 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75983] ppid=75928 vsize=18930384 memory=16163 CPUtime=0 cores=0,2
/proc/75936/task/75983/stat : 75983 (Finalizer) S 75928 75936 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65205934 19384713216 14425 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75997] ppid=75928 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/75936/task/75997/stat : 75997 (Common-Cleaner) S 75928 75936 75872 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 65205934 19384713216 14425 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57700 KiB

[startup+0.20573 s]*
/proc/loadavg: 3.41 3.96 4.04 13/333 76009
/proc/meminfo: memFree=129548564/131250000 swapFree=33010416/33010684
[pid=75936] ppid=75928 vsize=18930384 memory=80636 CPUtime=0.32 cores=0,2
/proc/75936/stat : 75936 (java) S 75928 75936 75872 0 -1 4194304 7072 0 0 0 30 2 0 0 20 0 18 0 65205930 19384713216 20159 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
/proc/75936/statm: 4732596 20159 5432 1 0 547957 0
[pid=75936/tid=75957] ppid=75928 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=0,2
/proc/75936/task/75957/stat : 75957 (java) R 75928 75936 75872 0 -1 4194368 5335 0 0 0 16 1 0 0 20 0 18 0 65205931 19384713216 20159 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75983] ppid=75928 vsize=18930384 memory=16163 CPUtime=0 cores=0,2
/proc/75936/task/75983/stat : 75983 (Finalizer) S 75928 75936 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65205934 19384713216 20159 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75997] ppid=75928 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/75936/task/75997/stat : 75997 (Common-Cleaner) S 75928 75936 75872 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 65205934 19384713216 20159 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 80636 KiB

[startup+0.305887 s]*
/proc/loadavg: 3.41 3.96 4.04 9/333 76009
/proc/meminfo: memFree=129412908/131250000 swapFree=33010416/33010684
[pid=75936] ppid=75928 vsize=18930384 memory=117712 CPUtime=0.51 cores=0,2
/proc/75936/stat : 75936 (java) S 75928 75936 75872 0 -1 4194304 8715 0 0 0 48 3 0 0 20 0 18 0 65205930 19384713216 29428 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
/proc/75936/statm: 4732596 29428 5432 1 0 549006 0
[pid=75936/tid=75957] ppid=75928 vsize=18930384 memory=-6000919468461614952 CPUtime=0.26 cores=0,2
/proc/75936/task/75957/stat : 75957 (java) R 75928 75936 75872 0 -1 4194368 5353 0 0 0 24 2 0 0 20 0 18 0 65205931 19384713216 29428 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75983] ppid=75928 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/75936/task/75983/stat : 75983 (Finalizer) S 75928 75936 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65205934 19384713216 29428 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75997] ppid=75928 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/75936/task/75997/stat : 75997 (Common-Cleaner) S 75928 75936 75872 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 65205934 19384713216 29428 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 117712 KiB

[startup+0.700212 s]
/proc/loadavg: 3.41 3.96 4.04 10/337 76013
/proc/meminfo: memFree=129147740/131250000 swapFree=33010416/33010684
[pid=75936] ppid=75928 vsize=18996948 memory=198980 CPUtime=1.22 cores=0,2
/proc/75936/stat : 75936 (java) S 75928 75936 75872 0 -1 4194304 9103 0 0 0 115 7 0 0 20 0 19 0 65205930 19452874752 49745 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
/proc/75936/statm: 4749237 49745 5464 1 0 549384 0
[pid=75936/tid=75957] ppid=75928 vsize=18996948 memory=18432 CPUtime=0.59 cores=0,2
/proc/75936/task/75957/stat : 75957 (java) R 75928 75936 75872 0 -1 4194368 5419 0 0 0 55 4 0 0 20 0 19 0 65205931 19452874752 49745 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75983] ppid=75928 vsize=18996948 memory=10496 CPUtime=0 cores=0,2
/proc/75936/task/75983/stat : 75983 (Finalizer) S 75928 75936 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 65205934 19452874752 49745 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75997] ppid=75928 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/75936/task/75997/stat : 75997 (Common-Cleaner) S 75928 75936 75872 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 65205934 19452874752 49745 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 198980 KiB

[startup+1.50024 s]
/proc/loadavg: 3.41 3.96 4.04 9/337 76013
/proc/meminfo: memFree=128083976/131250000 swapFree=33010416/33010684
[pid=75936] ppid=75928 vsize=18996948 memory=1500388 CPUtime=2.74 cores=0,2
/proc/75936/stat : 75936 (java) S 75928 75936 75872 0 -1 4194304 19112 0 0 0 240 34 0 0 20 0 19 0 65205930 19452874752 375097 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
/proc/75936/statm: 4749237 375097 5528 1 0 1681462 0
[pid=75936/tid=75957] ppid=75928 vsize=18996948 memory=3200 CPUtime=1.23 cores=0,2
/proc/75936/task/75957/stat : 75957 (java) R 75928 75936 75872 0 -1 4194368 6028 0 0 0 95 28 0 0 20 0 19 0 65205931 19452874752 375097 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75983] ppid=75928 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/75936/task/75983/stat : 75983 (Finalizer) S 75928 75936 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 65205934 19452874752 375097 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75997] ppid=75928 vsize=18996948 memory=10496 CPUtime=0 cores=0,2
/proc/75936/task/75997/stat : 75997 (Common-Cleaner) S 75928 75936 75872 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 65205934 19452874752 375097 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1500388 KiB

[startup+3.10561 s]
/proc/loadavg: 3.78 4.02 4.06 6/337 76013
/proc/meminfo: memFree=114982052/131250000 swapFree=33010416/33010684
[pid=75936] ppid=75928 vsize=18996948 memory=3604268 CPUtime=4.55 cores=0,2
/proc/75936/stat : 75936 (java) S 75928 75936 75872 0 -1 4194304 20818 0 0 0 378 77 0 0 20 0 19 0 65205930 19452874752 901067 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
/proc/75936/statm: 4749237 901067 5528 1 0 2161933 0
[pid=75936/tid=75957] ppid=75928 vsize=18996948 memory=10496 CPUtime=2.64 cores=0,2
/proc/75936/task/75957/stat : 75957 (java) R 75928 75936 75872 0 -1 4194368 6947 0 0 0 199 65 0 0 20 0 19 0 65205931 19452874752 901067 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75983] ppid=75928 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/75936/task/75983/stat : 75983 (Finalizer) S 75928 75936 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 65205934 19452874752 901067 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75997] ppid=75928 vsize=18996948 memory=5760 CPUtime=0 cores=0,2
/proc/75936/task/75997/stat : 75997 (Common-Cleaner) S 75928 75936 75872 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 65205934 19452874752 901067 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
Current children cumulated CPU time: 4.55 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3604268 KiB

[startup+6.30022 s]
/proc/loadavg: 3.78 4.02 4.06 6/344 76020
/proc/meminfo: memFree=112680992/131250000 swapFree=33010416/33010684
[pid=75936] ppid=75928 vsize=19130076 memory=4158116 CPUtime=9.41 cores=0,2
/proc/75936/stat : 75936 (java) S 75928 75936 75872 0 -1 4194304 22318 0 0 0 850 91 0 0 20 0 21 0 65205930 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
/proc/75936/statm: 4782519 1039529 5560 1 0 2547210 0
[pid=75936/tid=75957] ppid=75928 vsize=19130076 memory=5760 CPUtime=5.32 cores=0,2
/proc/75936/task/75957/stat : 75957 (java) R 75928 75936 75872 0 -1 4194368 7212 0 0 0 463 69 0 0 20 0 21 0 65205931 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75983] ppid=75928 vsize=19130076 memory=0 CPUtime=0 cores=0,2
/proc/75936/task/75983/stat : 75983 (Finalizer) S 75928 75936 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75997] ppid=75928 vsize=19130076 memory=-6000919472756582248 CPUtime=0 cores=0,2
/proc/75936/task/75997/stat : 75997 (Common-Cleaner) S 75928 75936 75872 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=76015] ppid=75928 vsize=19130076 memory=10496 CPUtime=0 cores=0,2
/proc/75936/task/76015/stat : 76015 (Timer-0) S 75928 75936 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65206371 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
Current children cumulated CPU time: 9.41 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4158116 KiB

[startup+12.7002 s]
/proc/loadavg: 3.97 4.06 4.07 5/344 76020
/proc/meminfo: memFree=112205304/131250000 swapFree=33010416/33010684
[pid=75936] ppid=75928 vsize=19130076 memory=4158116 CPUtime=15.79 cores=0,2
/proc/75936/stat : 75936 (java) S 75928 75936 75872 0 -1 4194304 22320 0 0 0 1488 91 0 0 20 0 21 0 65205930 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
/proc/75936/statm: 4782519 1039529 5560 1 0 2547210 0
[pid=75936/tid=75957] ppid=75928 vsize=19130076 memory=10496 CPUtime=11.69 cores=0,2
/proc/75936/task/75957/stat : 75957 (java) R 75928 75936 75872 0 -1 4194368 7212 0 0 0 1100 69 0 0 20 0 21 0 65205931 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75983] ppid=75928 vsize=19130076 memory=4158116 CPUtime=0 cores=0,2
/proc/75936/task/75983/stat : 75983 (Finalizer) S 75928 75936 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75997] ppid=75928 vsize=19130076 memory=4158116 CPUtime=0 cores=0,2
/proc/75936/task/75997/stat : 75997 (Common-Cleaner) S 75928 75936 75872 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=76015] ppid=75928 vsize=19130076 memory=7522823804119636081 CPUtime=0 cores=0,2
/proc/75936/task/76015/stat : 76015 (Timer-0) S 75928 75936 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65206371 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
Current children cumulated CPU time: 15.79 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4158116 KiB

[startup+25.5002 s]
/proc/loadavg: 3.97 4.06 4.07 5/344 76021
/proc/meminfo: memFree=112180444/131250000 swapFree=33010416/33010684
[pid=75936] ppid=75928 vsize=19130076 memory=4158116 CPUtime=28.55 cores=0,2
/proc/75936/stat : 75936 (java) S 75928 75936 75872 0 -1 4194304 22449 0 0 0 2764 91 0 0 20 0 21 0 65205930 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
/proc/75936/statm: 4782519 1039529 5560 1 0 2547210 0
[pid=75936/tid=75957] ppid=75928 vsize=19130076 memory=4158116 CPUtime=24.45 cores=0,2
/proc/75936/task/75957/stat : 75957 (java) R 75928 75936 75872 0 -1 4194368 7238 0 0 0 2376 69 0 0 20 0 21 0 65205931 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75983] ppid=75928 vsize=19130076 memory=4158116 CPUtime=0 cores=0,2
/proc/75936/task/75983/stat : 75983 (Finalizer) S 75928 75936 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75997] ppid=75928 vsize=19130076 memory=10496 CPUtime=0 cores=0,2
/proc/75936/task/75997/stat : 75997 (Common-Cleaner) S 75928 75936 75872 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=76015] ppid=75928 vsize=19130076 memory=78435 CPUtime=0 cores=0,2
/proc/75936/task/76015/stat : 76015 (Timer-0) S 75928 75936 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65206371 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
Current children cumulated CPU time: 28.55 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4158116 KiB

[startup+51.1059 s]
/proc/loadavg: 3.98 4.05 4.07 5/344 76022
/proc/meminfo: memFree=111827816/131250000 swapFree=33010416/33010684
[pid=75936] ppid=75928 vsize=19130076 memory=4158116 CPUtime=54.09 cores=0,2
/proc/75936/stat : 75936 (java) S 75928 75936 75872 0 -1 4194304 22639 0 0 0 5317 92 0 0 20 0 21 0 65205930 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
/proc/75936/statm: 4782519 1039529 5560 1 0 2547210 0
[pid=75936/tid=75957] ppid=75928 vsize=19130076 memory=4158116 CPUtime=49.96 cores=0,2
/proc/75936/task/75957/stat : 75957 (java) R 75928 75936 75872 0 -1 4194368 7284 0 0 0 4927 69 0 0 20 0 21 0 65205931 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75983] ppid=75928 vsize=19130076 memory=4158116 CPUtime=0 cores=0,2
/proc/75936/task/75983/stat : 75983 (Finalizer) S 75928 75936 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75997] ppid=75928 vsize=19130076 memory=16448 CPUtime=0 cores=0,2
/proc/75936/task/75997/stat : 75997 (Common-Cleaner) S 75928 75936 75872 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=76015] ppid=75928 vsize=19130076 memory=0 CPUtime=0 cores=0,2
/proc/75936/task/76015/stat : 76015 (Timer-0) S 75928 75936 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65206371 19589197824 1039529 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
Current children cumulated CPU time: 54.09 s
Current children cumulated vsize: 19130076 KiB

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

/proc/meminfo: memFree=108400664/131250000 swapFree=33010416/33010684
[pid=75936] ppid=75928 vsize=19130076 memory=5265460 CPUtime=3218.44 cores=0,2
/proc/75936/stat : 75936 (java) S 75928 75936 75872 0 -1 4194304 72711 0 0 0 321592 252 0 0 20 0 21 0 65205930 19589197824 1316365 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
/proc/75936/statm: 4782519 1316365 5560 1 0 2547298 0
[pid=75936/tid=75957] ppid=75928 vsize=19130076 memory=5265460 CPUtime=3208.71 cores=0,2
/proc/75936/task/75957/stat : 75957 (java) R 75928 75936 75872 0 -1 4194368 19952 0 0 0 320792 79 0 0 20 0 21 0 65205931 19589197824 1316365 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75983] ppid=75928 vsize=19130076 memory=5265460 CPUtime=0 cores=0,2
/proc/75936/task/75983/stat : 75983 (Finalizer) S 75928 75936 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1316365 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75997] ppid=75928 vsize=19130076 memory=10496 CPUtime=0 cores=0,2
/proc/75936/task/75997/stat : 75997 (Common-Cleaner) S 75928 75936 75872 0 -1 4194368 2798 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1316365 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=76015] ppid=75928 vsize=19130076 memory=10496 CPUtime=0 cores=0,2
/proc/75936/task/76015/stat : 76015 (Timer-0) S 75928 75936 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65206371 19589197824 1316365 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
Current children cumulated CPU time: 3218.44 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5265460 KiB

[startup+3282.3 s]
/proc/loadavg: 4.24 4.17 4.10 5/343 76203
/proc/meminfo: memFree=108396556/131250000 swapFree=33010416/33010684
[pid=75936] ppid=75928 vsize=19130076 memory=5271604 CPUtime=3278.27 cores=0,2
/proc/75936/stat : 75936 (java) S 75928 75936 75872 0 -1 4194304 73784 0 0 0 327574 253 0 0 20 0 21 0 65205930 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
/proc/75936/statm: 4782519 1317901 5560 1 0 2547298 0
[pid=75936/tid=75957] ppid=75928 vsize=19130076 memory=5265460 CPUtime=3268.48 cores=0,2
/proc/75936/task/75957/stat : 75957 (java) R 75928 75936 75872 0 -1 4194368 20758 0 0 0 326769 79 0 0 20 0 21 0 65205931 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75983] ppid=75928 vsize=19130076 memory=10496 CPUtime=0 cores=0,2
/proc/75936/task/75983/stat : 75983 (Finalizer) S 75928 75936 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75997] ppid=75928 vsize=19130076 memory=5265460 CPUtime=0 cores=0,2
/proc/75936/task/75997/stat : 75997 (Common-Cleaner) S 75928 75936 75872 0 -1 4194368 2804 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=76015] ppid=75928 vsize=19130076 memory=5271604 CPUtime=0 cores=0,2
/proc/75936/task/76015/stat : 76015 (Timer-0) S 75928 75936 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65206371 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
Current children cumulated CPU time: 3278.27 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5271604 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.13 4.09 5/343 76206
/proc/meminfo: memFree=108150556/131250000 swapFree=33010416/33010684
[pid=75936] ppid=75928 vsize=19130076 memory=5271604 CPUtime=3338.08 cores=0,2
/proc/75936/stat : 75936 (java) S 75928 75936 75872 0 -1 4194304 73970 0 0 0 333553 255 0 0 20 0 21 0 65205930 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
/proc/75936/statm: 4782519 1317901 5560 1 0 2547298 0
[pid=75936/tid=75957] ppid=75928 vsize=19130076 memory=2353 CPUtime=3328.24 cores=0,2
/proc/75936/task/75957/stat : 75957 (java) R 75928 75936 75872 0 -1 4194368 20789 0 0 0 332745 79 0 0 20 0 21 0 65205931 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75983] ppid=75928 vsize=19130076 memory=5271604 CPUtime=0 cores=0,2
/proc/75936/task/75983/stat : 75983 (Finalizer) S 75928 75936 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75997] ppid=75928 vsize=19130076 memory=1920 CPUtime=0 cores=0,2
/proc/75936/task/75997/stat : 75997 (Common-Cleaner) S 75928 75936 75872 0 -1 4194368 2805 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=76015] ppid=75928 vsize=19130076 memory=18432 CPUtime=0 cores=0,2
/proc/75936/task/76015/stat : 76015 (Timer-0) S 75928 75936 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65206371 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
Current children cumulated CPU time: 3338.08 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5271604 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.12 4.09 5/343 76208
/proc/meminfo: memFree=108146644/131250000 swapFree=33010416/33010684
[pid=75936] ppid=75928 vsize=19130076 memory=5271604 CPUtime=3397.91 cores=0,2
/proc/75936/stat : 75936 (java) S 75928 75936 75872 0 -1 4194304 74215 0 0 0 339534 257 0 0 20 0 21 0 65205930 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
/proc/75936/statm: 4782519 1317901 5560 1 0 2547298 0
[pid=75936/tid=75957] ppid=75928 vsize=19130076 memory=1920 CPUtime=3388.01 cores=0,2
/proc/75936/task/75957/stat : 75957 (java) R 75928 75936 75872 0 -1 4194368 20820 0 0 0 338722 79 0 0 20 0 21 0 65205931 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75983] ppid=75928 vsize=19130076 memory=5271604 CPUtime=0 cores=0,2
/proc/75936/task/75983/stat : 75983 (Finalizer) S 75928 75936 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75997] ppid=75928 vsize=19130076 memory=5271604 CPUtime=0 cores=0,2
/proc/75936/task/75997/stat : 75997 (Common-Cleaner) S 75928 75936 75872 0 -1 4194368 2949 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=76015] ppid=75928 vsize=19130076 memory=16448 CPUtime=0 cores=0,2
/proc/75936/task/76015/stat : 76015 (Timer-0) S 75928 75936 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65206371 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
Current children cumulated CPU time: 3397.91 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5271604 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/343 76210
/proc/meminfo: memFree=108146596/131250000 swapFree=33010416/33010684
[pid=75936] ppid=75928 vsize=19130076 memory=5271604 CPUtime=3457.76 cores=0,2
/proc/75936/stat : 75936 (java) S 75928 75936 75872 0 -1 4194304 74298 0 0 0 345516 260 0 0 20 0 21 0 65205930 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
/proc/75936/statm: 4782519 1317901 5560 1 0 2547298 0
[pid=75936/tid=75957] ppid=75928 vsize=19130076 memory=1920 CPUtime=3447.8 cores=0,2
/proc/75936/task/75957/stat : 75957 (java) R 75928 75936 75872 0 -1 4194368 20827 0 0 0 344701 79 0 0 20 0 21 0 65205931 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75983] ppid=75928 vsize=19130076 memory=5271604 CPUtime=0 cores=0,2
/proc/75936/task/75983/stat : 75983 (Finalizer) S 75928 75936 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75997] ppid=75928 vsize=19130076 memory=5271604 CPUtime=0 cores=0,2
/proc/75936/task/75997/stat : 75997 (Common-Cleaner) S 75928 75936 75872 0 -1 4194368 2958 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=76015] ppid=75928 vsize=19130076 memory=-6000919472756582248 CPUtime=0 cores=0,2
/proc/75936/task/76015/stat : 76015 (Timer-0) S 75928 75936 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65206371 19589197824 1317901 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
Current children cumulated CPU time: 3457.76 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5271604 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/343 76212
/proc/meminfo: memFree=107995240/131250000 swapFree=33010416/33010684
[pid=75936] ppid=75928 vsize=19130076 memory=5367860 CPUtime=3517.76 cores=0,2
/proc/75936/stat : 75936 (java) S 75928 75936 75872 0 -1 4194304 77530 0 0 0 351511 265 0 0 20 0 21 0 65205930 19589197824 1341965 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
/proc/75936/statm: 4782519 1341965 5560 1 0 2547298 0
[pid=75936/tid=75957] ppid=75928 vsize=19130076 memory=5271604 CPUtime=3507.44 cores=0,2
/proc/75936/task/75957/stat : 75957 (java) R 75928 75936 75872 0 -1 4194368 21387 0 0 0 350665 79 0 0 20 0 21 0 65205931 19589197824 1341965 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75983] ppid=75928 vsize=19130076 memory=4352 CPUtime=0 cores=0,2
/proc/75936/task/75983/stat : 75983 (Finalizer) S 75928 75936 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1341965 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75997] ppid=75928 vsize=19130076 memory=3200 CPUtime=0 cores=0,2
/proc/75936/task/75997/stat : 75997 (Common-Cleaner) S 75928 75936 75872 0 -1 4194368 2960 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1341965 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=76015] ppid=75928 vsize=19130076 memory=-5155633680935826750 CPUtime=0 cores=0,2
/proc/75936/task/76015/stat : 76015 (Timer-0) S 75928 75936 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65206371 19589197824 1341965 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
Current children cumulated CPU time: 3517.76 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5367860 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/343 76214
/proc/meminfo: memFree=107994716/131250000 swapFree=33010416/33010684
[pid=75936] ppid=75928 vsize=19130076 memory=5367860 CPUtime=3577.59 cores=0,2
/proc/75936/stat : 75936 (java) S 75928 75936 75872 0 -1 4194304 77687 0 0 0 357493 266 0 0 20 0 21 0 65205930 19589197824 1341965 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
/proc/75936/statm: 4782519 1341965 5560 1 0 2547298 0
[pid=75936/tid=75957] ppid=75928 vsize=19130076 memory=5271604 CPUtime=3567.23 cores=0,2
/proc/75936/task/75957/stat : 75957 (java) R 75928 75936 75872 0 -1 4194368 21419 0 0 0 356644 79 0 0 20 0 21 0 65205931 19589197824 1341965 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75983] ppid=75928 vsize=19130076 memory=5367860 CPUtime=0 cores=0,2
/proc/75936/task/75983/stat : 75983 (Finalizer) S 75928 75936 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1341965 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75997] ppid=75928 vsize=19130076 memory=-6000919472756582248 CPUtime=0 cores=0,2
/proc/75936/task/75997/stat : 75997 (Common-Cleaner) S 75928 75936 75872 0 -1 4194368 2962 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1341965 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=76015] ppid=75928 vsize=19130076 memory=5760 CPUtime=0 cores=0,2
/proc/75936/task/76015/stat : 76015 (Timer-0) S 75928 75936 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65206371 19589197824 1341965 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
Current children cumulated CPU time: 3577.59 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5367860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.8 s]
/proc/loadavg: 4.17 4.13 4.10 5/300 76314
/proc/meminfo: memFree=123259180/131250000 swapFree=33010416/33010684
[pid=75936] ppid=75928 vsize=19130076 memory=5367860 CPUtime=3600.03 cores=0,2
/proc/75936/stat : 75936 (java) S 75928 75936 75872 0 -1 4194304 77856 0 0 0 359736 267 0 0 20 0 21 0 65205930 19589197824 1341965 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
/proc/75936/statm: 4782519 1341965 5560 1 0 2547298 0
[pid=75936/tid=75957] ppid=75928 vsize=19130076 memory=5367860 CPUtime=3589.65 cores=0,2
/proc/75936/task/75957/stat : 75957 (java) R 75928 75936 75872 0 -1 4194368 21429 0 0 0 358886 79 0 0 20 0 21 0 65205931 19589197824 1341965 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75983] ppid=75928 vsize=19130076 memory=-6000919472756582248 CPUtime=0 cores=0,2
/proc/75936/task/75983/stat : 75983 (Finalizer) S 75928 75936 75872 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1341965 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=75997] ppid=75928 vsize=19130076 memory=5367860 CPUtime=0 cores=0,2
/proc/75936/task/75997/stat : 75997 (Common-Cleaner) S 75928 75936 75872 0 -1 4194368 3106 0 0 0 0 0 0 0 20 0 21 0 65205934 19589197824 1341965 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
[pid=75936/tid=76015] ppid=75928 vsize=19130076 memory=18432 CPUtime=0 cores=0,2
/proc/75936/task/76015/stat : 76015 (Timer-0) S 75928 75936 75872 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65206371 19589197824 1341965 18446744073709551615 94769962000384 94769962004080 140728615502000 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94769962011896 94769962012688 94769986449408 140728615504254 140728615504358 140728615504358 140728615509960 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 5367860 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.48 s, system=2.69572 s

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

Child status: 143

Real time (s): 3604.9
CPU time (s): 3600.17
CPU user time (s): 3597.48
CPU system time (s): 2.69572
CPU usage (%): 99.869
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 5367860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.48
system time used= 2.69572
maximum resident set size= 5368884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80651
page faults= 0
swaps= 0
block input operations= 0
block output operations= 17616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 166745
involuntary context switches= 23812


# summary of solver processes directly reported to runsolver:
#   pid: 75936
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.48
#   total CPU system time (s): 2.69572

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.46475 second user time and 18.1492 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-03 00:28:01
IDJOB=4505958
IDBENCH=157385
IDSOLVER=3361
FILE ID=nodeC018/4505958-1751495280
RUNJOBID= nodeC018-1751495280-75882
SLURM_JOB_ID= 9598567
Free space on /tmp= 432816 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_luby_20null50mast_rapportOE2.0_TMAX120_K192_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505958-1751495280/watcher-4505958-1751495280 -o /tmp/evaluation-result-4505958-1751495280/solver-4505958-1751495280 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751495280-75882 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4505958-1751495280.opb

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

MD5SUM BENCH= c802f246252f1c3f359f42604d33488d
RANDOM SEED=1566942936

nodeC018 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		: 3598.285
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.66
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		: 2720.091
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.66
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.828
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.66
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		: 1962.256
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.66
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.507
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.66
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		: 3345.881
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.66
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.936
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.66
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		: 2239.444
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129736016 kB
MemAvailable:   129731360 kB
Buffers:            2128 kB
Cached:           760976 kB
SwapCached:           32 kB
Active:           484184 kB
Inactive:         344164 kB
Active(anon):      83000 kB
Inactive(anon):      288 kB
Active(file):     401184 kB
Inactive(file):   343876 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            122892 kB
Writeback:             0 kB
AnonPages:         68672 kB
Mapped:           103496 kB
Shmem:             18044 kB
KReclaimable:     178648 kB
Slab:             268352 kB
SReclaimable:     178648 kB
SUnreclaim:        89704 kB
KernelStack:        4112 kB
PageTables:         2828 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     331720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150424 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432756 MiB
End job on nodeC018 at 2025-07-03 01:28:06