Trace number 4498293

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06SAT (TO)12 3600.22 3586.98

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_100_10_2.opb
MD5SUMd1da6339ee7ef8ec01d4c55772fc8100
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark4.03638
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint11
Maximum length of a constraint21
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1260
Sum of products size (including duplicates)2520
Number of different products1260
Sum of products size2520

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.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.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	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.10	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.16	c solving HOME/instance-4498293-1751275466.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c  objective function found
0.31/0.23	c ... done. Wall clock time 0.069s.
0.31/0.23	c declared #vars     100
0.31/0.23	c internal #vars     1360
0.31/0.23	c #constraints  2620
0.31/0.23	c constraints type 
0.31/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1260
0.31/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1360
0.31/0.23	c 2620 constraints processed.
0.31/0.24	c objective function length is 100 literals
0.31/0.25	c SATISFIABLE
0.31/0.25	c OPTIMIZING...
0.31/0.25	c Got one! Elapsed wall clock time (in seconds):0.095
0.31/0.25	o 17
0.31/0.27	c Got one! Elapsed wall clock time (in seconds):0.111
0.31/0.27	o 16
0.49/0.32	c Got one! Elapsed wall clock time (in seconds):0.168
0.49/0.32	o 15
0.49/0.38	c Got one! Elapsed wall clock time (in seconds):0.227
0.49/0.38	o 14
17.87/15.73	c Got one! Elapsed wall clock time (in seconds):15.572
17.87/15.73	o 13
44.23/41.75	c cleaning 2495 clauses out of 5000
52.42/49.42	c Got one! Elapsed wall clock time (in seconds):49.264
52.42/49.42	o 12
228.28/223.56	c cleaning 4251 clauses out of 8506
669.97/663.51	c cleaning 5627 clauses out of 11257
1560.88/1552.86	c cleaning 6812 clauses out of 13627
2532.15/2521.48	c cleaning 7903 clauses out of 15816
3600.06/3586.92	c starts		: 71
3600.06/3586.93	c conflicts		: 41236
3600.06/3586.93	c decisions		: 68540
3600.06/3586.93	c propagations		: 3924637
3600.06/3586.93	c inspects		: 4439722422
3600.06/3586.93	c shortcuts		: 0
3600.06/3586.93	c learnt literals	: 0
3600.06/3586.93	c learnt binary clauses	: 0
3600.06/3586.93	c learnt ternary clauses	: 0
3600.06/3586.93	c learnt constraints	: 41236
3600.06/3586.93	c ignored constraints	: 0
3600.06/3586.93	c root simplifications	: 0
3600.06/3586.94	c removed literals (reason simplification)	: 0
3600.06/3586.94	c reason swapping (by a shorter reason)	: 0
3600.06/3586.94	c Calls to reduceDB	: 5
3600.06/3586.94	c Number of update (reduction) of LBD	: 0
3600.06/3586.94	c Imported unit clauses	: 0
3600.06/3586.94	c No decision after first conflict	: false
3600.06/3586.94	c number of reductions to clauses (during analyze)	: 0
3600.06/3586.94	c number of learned constraints concerned by reduction	: 0
3600.06/3586.94	c number of learning phase by resolution	: 0
3600.06/3586.94	c number of learning phase by cutting planes	: 0
3600.06/3586.94	c number of rounding to 1 operations	: 0
3600.06/3586.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3586.94	c number of reductions of the coefficients by power 2 	: 0
3600.06/3586.94	c number of right shift for reduction by power 2 	: 0
3600.06/3586.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3586.94	c number of ending skipping 	: 0
3600.06/3586.94	c number of internal skipping 	: 0
3600.06/3586.94	c number of derivation steps 	: 368828
3600.06/3586.94	c number of skipped derivation steps 	: 0
3600.06/3586.94	c number of remaining unassigned 	: 23619
3600.06/3586.94	c number of remaining assigned 	: 10852492
3600.06/3586.94	c number of falsified literals weakened from reason	: 0
3600.06/3586.94	c number of falsified literals weakened from conflict	: 0
3600.06/3586.94	c time for arithmetic operations	: 624965792
3600.06/3586.95	c minimum degree of deleted constraints	: null
3600.06/3586.95	c maximum degree of deleted constraints	: null
3600.06/3586.95	c number of deleted constraints	: 0
3600.06/3586.95	c speed (assignments/second)	: 1094.222055433562
3600.06/3586.95	c non guided choices	: 0
3600.06/3586.96	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 13764
3600.06/3586.96	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 384
3600.06/3586.96	s SATISFIABLE
3600.06/3586.96	c Found 6 solution(s)
3600.06/3586.96	v -x1 -x2 -x3 x4 -x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
3600.06/3586.97	c objective function=12
3600.06/3586.97	c Total wall clock time (in seconds): 3586.81

Verifier Data

OK	12

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100059 s]*
/proc/loadavg: 2.08 2.08 2.20 11/333 42743
/proc/meminfo: memFree=129443160/131249996 swapFree=33010684/33010684
[pid=42670] ppid=42658 vsize=18930384 memory=55488 CPUtime=0.12 cores=4,6
/proc/42670/stat : 42670 (java) S 42658 42670 41698 0 -1 4194304 6491 0 77 0 10 2 0 0 20 0 18 0 43224521 19384713216 13872 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
/proc/42670/statm: 4732596 13872 5339 1 0 547604 0
[pid=42670/tid=42681] ppid=42658 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=4,6
/proc/42670/task/42681/stat : 42681 (java) R 42658 42670 41698 0 -1 4194368 5005 0 77 0 6 1 0 0 20 0 18 0 43224523 19384713216 13872 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42719] ppid=42658 vsize=18930384 memory=18949 CPUtime=0 cores=4,6
/proc/42670/task/42719/stat : 42719 (Finalizer) S 42658 42670 41698 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43224525 19384713216 13872 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42741] ppid=42658 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/42670/task/42741/stat : 42741 (Common-Cleaner) S 42658 42670 41698 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 43224526 19384713216 13872 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55488 KiB

[startup+0.205088 s]*
/proc/loadavg: 2.08 2.08 2.20 15/334 42744
/proc/meminfo: memFree=129419432/131249996 swapFree=33010684/33010684
[pid=42670] ppid=42658 vsize=18930384 memory=64428 CPUtime=0.31 cores=4,6
/proc/42670/stat : 42670 (java) S 42658 42670 41698 0 -1 4194304 7085 0 77 0 28 3 0 0 20 0 18 0 43224521 19384713216 16107 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
/proc/42670/statm: 4732596 16107 5435 1 0 547976 0
[pid=42670/tid=42681] ppid=42658 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=4,6
/proc/42670/task/42681/stat : 42681 (java) R 42658 42670 41698 0 -1 4194368 5342 0 77 0 15 2 0 0 20 0 18 0 43224523 19384713216 16107 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42719] ppid=42658 vsize=18930384 memory=18949 CPUtime=0 cores=4,6
/proc/42670/task/42719/stat : 42719 (Finalizer) S 42658 42670 41698 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43224525 19384713216 16107 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42741] ppid=42658 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/42670/task/42741/stat : 42741 (Common-Cleaner) S 42658 42670 41698 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 43224526 19384713216 16107 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64428 KiB

[startup+0.305871 s]*
/proc/loadavg: 2.08 2.08 2.20 12/316 42748
/proc/meminfo: memFree=129399832/131249996 swapFree=33010684/33010684
[pid=42670] ppid=42658 vsize=18996948 memory=72584 CPUtime=0.49 cores=4,6
/proc/42670/stat : 42670 (java) S 42658 42670 41698 0 -1 4194304 7766 0 77 0 46 3 0 0 20 0 19 0 43224521 19452874752 18146 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
/proc/42670/statm: 4749237 18146 5467 1 0 548587 0
[pid=42670/tid=42681] ppid=42658 vsize=18996948 memory=-6000919472706447979 CPUtime=0.24 cores=4,6
/proc/42670/task/42681/stat : 42681 (java) R 42658 42670 41698 0 -1 4194368 5470 0 77 0 22 2 0 0 20 0 19 0 43224523 19452874752 18146 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42719] ppid=42658 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/42670/task/42719/stat : 42719 (Finalizer) S 42658 42670 41698 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43224525 19452874752 18146 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42741] ppid=42658 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/42670/task/42741/stat : 42741 (Common-Cleaner) S 42658 42670 41698 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 43224526 19452874752 18146 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42747] ppid=42658 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/42670/task/42747/stat : 42747 (Timer-0) S 42658 42670 41698 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43224546 19452874752 18146 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72584 KiB

[startup+0.700229 s]
/proc/loadavg: 2.08 2.08 2.20 9/315 42757
/proc/meminfo: memFree=129318320/131249996 swapFree=33010684/33010684
[pid=42670] ppid=42658 vsize=19063512 memory=172632 CPUtime=1.25 cores=4,6
/proc/42670/stat : 42670 (java) S 42658 42670 41698 0 -1 4194304 13440 0 77 0 118 7 0 0 20 0 20 0 43224521 19521036288 43158 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
/proc/42670/statm: 4765878 43158 5499 1 0 552056 0
[pid=42670/tid=42681] ppid=42658 vsize=19063512 memory=17920 CPUtime=0.57 cores=4,6
/proc/42670/task/42681/stat : 42681 (java) R 42658 42670 41698 0 -1 4194368 5520 0 77 0 54 3 0 0 20 0 20 0 43224523 19521036288 43158 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42719] ppid=42658 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/42670/task/42719/stat : 42719 (Finalizer) S 42658 42670 41698 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224525 19521036288 43158 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42741] ppid=42658 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/42670/task/42741/stat : 42741 (Common-Cleaner) S 42658 42670 41698 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 43224526 19521036288 43158 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42747] ppid=42658 vsize=19063512 memory=4756 CPUtime=0 cores=4,6
/proc/42670/task/42747/stat : 42747 (Timer-0) S 42658 42670 41698 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224546 19521036288 43158 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172632 KiB

[startup+1.5002 s]
/proc/loadavg: 2.08 2.08 2.20 10/318 42760
/proc/meminfo: memFree=129115440/131249996 swapFree=33010684/33010684
[pid=42670] ppid=42658 vsize=19063512 memory=191788 CPUtime=2.77 cores=4,6
/proc/42670/stat : 42670 (java) S 42658 42670 41698 0 -1 4194304 14414 0 77 0 269 8 0 0 20 0 20 0 43224521 19521036288 47947 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
/proc/42670/statm: 4765878 47947 5531 1 0 552579 0
[pid=42670/tid=42681] ppid=42658 vsize=19063512 memory=10752 CPUtime=1.26 cores=4,6
/proc/42670/task/42681/stat : 42681 (java) R 42658 42670 41698 0 -1 4194368 5527 0 77 0 122 4 0 0 20 0 20 0 43224523 19521036288 47947 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42719] ppid=42658 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/42670/task/42719/stat : 42719 (Finalizer) S 42658 42670 41698 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224525 19521036288 47947 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42741] ppid=42658 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/42670/task/42741/stat : 42741 (Common-Cleaner) S 42658 42670 41698 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 43224526 19521036288 47947 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42747] ppid=42658 vsize=19063512 memory=4756 CPUtime=0 cores=4,6
/proc/42670/task/42747/stat : 42747 (Timer-0) S 42658 42670 41698 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224546 19521036288 47947 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 191788 KiB

[startup+3.10499 s]
/proc/loadavg: 2.47 2.17 2.23 9/339 42814
/proc/meminfo: memFree=128349120/131249996 swapFree=33010684/33010684
[pid=42670] ppid=42658 vsize=19063512 memory=693188 CPUtime=5.08 cores=4,6
/proc/42670/stat : 42670 (java) S 42658 42670 41698 0 -1 4194304 17321 0 77 0 488 20 0 0 20 0 20 0 43224521 19521036288 173297 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
/proc/42670/statm: 4765878 173297 5531 1 0 1061347 0
[pid=42670/tid=42681] ppid=42658 vsize=19063512 memory=10752 CPUtime=2.81 cores=4,6
/proc/42670/task/42681/stat : 42681 (java) R 42658 42670 41698 0 -1 4194368 5755 0 77 0 267 14 0 0 20 0 20 0 43224523 19521036288 173297 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42719] ppid=42658 vsize=19063512 memory=-6000919472706447979 CPUtime=0 cores=4,6
/proc/42670/task/42719/stat : 42719 (Finalizer) S 42658 42670 41698 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224525 19521036288 173297 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42741] ppid=42658 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/42670/task/42741/stat : 42741 (Common-Cleaner) S 42658 42670 41698 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 43224526 19521036288 173297 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42747] ppid=42658 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/42670/task/42747/stat : 42747 (Timer-0) S 42658 42670 41698 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224546 19521036288 173297 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
Current children cumulated CPU time: 5.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 693188 KiB

[startup+6.30017 s]
/proc/loadavg: 2.47 2.17 2.23 7/341 42816
/proc/meminfo: memFree=125096864/131249996 swapFree=33010684/33010684
[pid=42670] ppid=42658 vsize=19063512 memory=2042000 CPUtime=8.34 cores=4,6
/proc/42670/stat : 42670 (java) S 42658 42670 41698 0 -1 4194304 19017 0 77 0 787 47 0 0 20 0 20 0 43224521 19521036288 510500 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
/proc/42670/statm: 4765878 510500 5531 1 0 1061356 0
[pid=42670/tid=42681] ppid=42658 vsize=19063512 memory=0 CPUtime=5.97 cores=4,6
/proc/42670/task/42681/stat : 42681 (java) R 42658 42670 41698 0 -1 4194368 6807 0 77 0 556 41 0 0 20 0 20 0 43224523 19521036288 510500 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42719] ppid=42658 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/42670/task/42719/stat : 42719 (Finalizer) S 42658 42670 41698 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224525 19521036288 510500 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42741] ppid=42658 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/42670/task/42741/stat : 42741 (Common-Cleaner) S 42658 42670 41698 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 43224526 19521036288 510500 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42747] ppid=42658 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/42670/task/42747/stat : 42747 (Timer-0) S 42658 42670 41698 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224546 19521036288 510500 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
Current children cumulated CPU time: 8.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2042000 KiB

[startup+12.7002 s]
/proc/loadavg: 2.86 2.26 2.26 7/341 42817
/proc/meminfo: memFree=121647708/131249996 swapFree=33010684/33010684
[pid=42670] ppid=42658 vsize=19063512 memory=2072824 CPUtime=14.87 cores=4,6
/proc/42670/stat : 42670 (java) S 42658 42670 41698 0 -1 4194304 22879 0 77 0 1439 48 0 0 20 0 20 0 43224521 19521036288 518206 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
/proc/42670/statm: 4765878 518206 5531 1 0 1061356 0
[pid=42670/tid=42681] ppid=42658 vsize=19063512 memory=0 CPUtime=12.25 cores=4,6
/proc/42670/task/42681/stat : 42681 (java) R 42658 42670 41698 0 -1 4194368 7711 0 77 0 1184 41 0 0 20 0 20 0 43224523 19521036288 518206 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42719] ppid=42658 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/42670/task/42719/stat : 42719 (Finalizer) S 42658 42670 41698 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224525 19521036288 518206 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42741] ppid=42658 vsize=19063512 memory=-6000919472706447979 CPUtime=0 cores=4,6
/proc/42670/task/42741/stat : 42741 (Common-Cleaner) S 42658 42670 41698 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 43224526 19521036288 518206 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42747] ppid=42658 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/42670/task/42747/stat : 42747 (Timer-0) S 42658 42670 41698 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224546 19521036288 518206 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
Current children cumulated CPU time: 14.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2072824 KiB

[startup+25.5002 s]
/proc/loadavg: 3.11 2.33 2.28 7/341 42817
/proc/meminfo: memFree=119683996/131249996 swapFree=33010684/33010684
[pid=42670] ppid=42658 vsize=19063512 memory=2550160 CPUtime=27.72 cores=4,6
/proc/42670/stat : 42670 (java) S 42658 42670 41698 0 -1 4194304 27826 0 77 0 2714 58 0 0 20 0 20 0 43224521 19521036288 637540 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
/proc/42670/statm: 4765878 637540 5531 1 0 1061375 0
[pid=42670/tid=42681] ppid=42658 vsize=19063512 memory=0 CPUtime=24.95 cores=4,6
/proc/42670/task/42681/stat : 42681 (java) R 42658 42670 41698 0 -1 4194368 10259 0 77 0 2446 49 0 0 20 0 20 0 43224523 19521036288 637540 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42719] ppid=42658 vsize=19063512 memory=2550160 CPUtime=0 cores=4,6
/proc/42670/task/42719/stat : 42719 (Finalizer) S 42658 42670 41698 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224525 19521036288 637540 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42741] ppid=42658 vsize=19063512 memory=2042000 CPUtime=0 cores=4,6
/proc/42670/task/42741/stat : 42741 (Common-Cleaner) S 42658 42670 41698 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 43224526 19521036288 637540 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42747] ppid=42658 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/42670/task/42747/stat : 42747 (Timer-0) S 42658 42670 41698 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224546 19521036288 637540 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
Current children cumulated CPU time: 27.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2550160 KiB

[startup+51.1051 s]
/proc/loadavg: 3.42 2.47 2.33 7/341 42817
/proc/meminfo: memFree=118596220/131249996 swapFree=33010684/33010684
[pid=42670] ppid=42658 vsize=19063512 memory=2629840 CPUtime=54.12 cores=4,6
/proc/42670/stat : 42670 (java) S 42658 42670 41698 0 -1 4194304 37314 0 77 0 5350 62 0 0 20 0 20 0 43224521 19521036288 657460 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
/proc/42670/statm: 4765878 657460 5531 1 0 1061392 0
[pid=42670/tid=42681] ppid=42658 vsize=19063512 memory=2234640 CPUtime=50.28 cores=4,6
/proc/42670/task/42681/stat : 42681 (java) R 42658 42670 41698 0 -1 4194368 13595 0 77 0 4978 50 0 0 20 0 20 0 43224523 19521036288 657460 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42719] ppid=42658 vsize=19063512 memory=2622052 CPUtime=0 cores=4,6
/proc/42670/task/42719/stat : 42719 (Finalizer) S 42658 42670 41698 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224525 19521036288 657460 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0

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

/proc/meminfo: memFree=117287796/131249996 swapFree=33010684/33010684
[pid=42670] ppid=42658 vsize=19063512 memory=3694296 CPUtime=3294.59 cores=4,6
/proc/42670/stat : 42670 (java) S 42658 42670 41698 0 -1 4194304 136378 0 77 0 329272 187 0 0 20 0 20 0 43224521 19521036288 923574 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
/proc/42670/statm: 4765878 923574 5563 1 0 1061937 0
[pid=42670/tid=42681] ppid=42658 vsize=19063512 memory=14848 CPUtime=3254 cores=4,6
/proc/42670/task/42681/stat : 42681 (java) R 42658 42670 41698 0 -1 4194368 76649 0 77 0 325329 71 0 0 20 0 20 0 43224523 19521036288 923574 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42719] ppid=42658 vsize=19063512 memory=17920 CPUtime=0 cores=4,6
/proc/42670/task/42719/stat : 42719 (Finalizer) S 42658 42670 41698 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224525 19521036288 923574 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42741] ppid=42658 vsize=19063512 memory=-6000919472706447979 CPUtime=0 cores=4,6
/proc/42670/task/42741/stat : 42741 (Common-Cleaner) S 42658 42670 41698 0 -1 4194368 2151 0 0 0 0 0 0 0 20 0 20 0 43224526 19521036288 923574 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42747] ppid=42658 vsize=19063512 memory=3694296 CPUtime=0 cores=4,6
/proc/42670/task/42747/stat : 42747 (Timer-0) S 42658 42670 41698 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224546 19521036288 923574 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
Current children cumulated CPU time: 3294.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3694296 KiB

[startup+3342.3 s]
/proc/loadavg: 3.34 3.97 4.15 5/316 43036
/proc/meminfo: memFree=117281904/131249996 swapFree=33010684/33010684
[pid=42670] ppid=42658 vsize=19063512 memory=3704536 CPUtime=3354.82 cores=4,6
/proc/42670/stat : 42670 (java) S 42658 42670 41698 0 -1 4194304 138956 0 77 0 335292 190 0 0 20 0 20 0 43224521 19521036288 926134 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
/proc/42670/statm: 4765878 926134 5563 1 0 1061937 0
[pid=42670/tid=42681] ppid=42658 vsize=19063512 memory=3694296 CPUtime=3313.51 cores=4,6
/proc/42670/task/42681/stat : 42681 (java) R 42658 42670 41698 0 -1 4194368 78510 0 77 0 331279 72 0 0 20 0 20 0 43224523 19521036288 926134 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42719] ppid=42658 vsize=19063512 memory=3704536 CPUtime=0 cores=4,6
/proc/42670/task/42719/stat : 42719 (Finalizer) S 42658 42670 41698 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224525 19521036288 926134 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42741] ppid=42658 vsize=19063512 memory=3704536 CPUtime=0 cores=4,6
/proc/42670/task/42741/stat : 42741 (Common-Cleaner) S 42658 42670 41698 0 -1 4194368 2213 0 0 0 0 0 0 0 20 0 20 0 43224526 19521036288 926134 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42747] ppid=42658 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/42670/task/42747/stat : 42747 (Timer-0) S 42658 42670 41698 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224546 19521036288 926134 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
Current children cumulated CPU time: 3354.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3704536 KiB

[startup+3402.3 s]
/proc/loadavg: 3.16 3.80 4.08 4/317 43039
/proc/meminfo: memFree=117264852/131249996 swapFree=33010684/33010684
[pid=42670] ppid=42658 vsize=19063512 memory=3718884 CPUtime=3415.05 cores=4,6
/proc/42670/stat : 42670 (java) S 42658 42670 41698 0 -1 4194304 139672 0 77 0 341313 192 0 0 20 0 20 0 43224521 19521036288 929721 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
/proc/42670/statm: 4765878 929721 5563 1 0 1061946 0
[pid=42670/tid=42681] ppid=42658 vsize=19063512 memory=3704536 CPUtime=3373.09 cores=4,6
/proc/42670/task/42681/stat : 42681 (java) R 42658 42670 41698 0 -1 4194368 79118 0 77 0 337236 73 0 0 20 0 20 0 43224523 19521036288 929721 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42719] ppid=42658 vsize=19063512 memory=3712740 CPUtime=0 cores=4,6
/proc/42670/task/42719/stat : 42719 (Finalizer) S 42658 42670 41698 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224525 19521036288 929721 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42741] ppid=42658 vsize=19063512 memory=3704536 CPUtime=0 cores=4,6
/proc/42670/task/42741/stat : 42741 (Common-Cleaner) S 42658 42670 41698 0 -1 4194368 2266 0 0 0 0 0 0 0 20 0 20 0 43224526 19521036288 929721 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42747] ppid=42658 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/42670/task/42747/stat : 42747 (Timer-0) S 42658 42670 41698 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224546 19521036288 929721 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
Current children cumulated CPU time: 3415.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3718884 KiB

[startup+3462.3 s]
/proc/loadavg: 2.81 3.61 4.00 3/292 43075
/proc/meminfo: memFree=121046480/131249996 swapFree=33010684/33010684
[pid=42670] ppid=42658 vsize=19063512 memory=3727084 CPUtime=3475.24 cores=4,6
/proc/42670/stat : 42670 (java) S 42658 42670 41698 0 -1 4194304 142279 0 77 0 347329 195 0 0 20 0 20 0 43224521 19521036288 931771 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
/proc/42670/statm: 4765878 931771 5563 1 0 1061946 0
[pid=42670/tid=42681] ppid=42658 vsize=19063512 memory=3704536 CPUtime=3432.68 cores=4,6
/proc/42670/task/42681/stat : 42681 (java) R 42658 42670 41698 0 -1 4194368 81064 0 77 0 343194 74 0 0 20 0 20 0 43224523 19521036288 931771 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42719] ppid=42658 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/42670/task/42719/stat : 42719 (Finalizer) S 42658 42670 41698 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224525 19521036288 931771 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42741] ppid=42658 vsize=19063512 memory=-6000919472706447979 CPUtime=0 cores=4,6
/proc/42670/task/42741/stat : 42741 (Common-Cleaner) S 42658 42670 41698 0 -1 4194368 2266 0 0 0 0 0 0 0 20 0 20 0 43224526 19521036288 931771 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42747] ppid=42658 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/42670/task/42747/stat : 42747 (Timer-0) S 42658 42670 41698 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224546 19521036288 931771 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
Current children cumulated CPU time: 3475.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3727084 KiB

[startup+3522.3 s]
/proc/loadavg: 2.35 3.33 3.88 3/292 43077
/proc/meminfo: memFree=121038464/131249996 swapFree=33010684/33010684
[pid=42670] ppid=42658 vsize=19063512 memory=3735276 CPUtime=3535.21 cores=4,6
/proc/42670/stat : 42670 (java) S 42658 42670 41698 0 -1 4194304 144671 0 77 0 353324 197 0 0 20 0 20 0 43224521 19521036288 933819 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
/proc/42670/statm: 4765878 933819 5563 1 0 1061946 0
[pid=42670/tid=42681] ppid=42658 vsize=19063512 memory=3720940 CPUtime=3492.06 cores=4,6
/proc/42670/task/42681/stat : 42681 (java) R 42658 42670 41698 0 -1 4194368 82739 0 77 0 349131 75 0 0 20 0 20 0 43224523 19521036288 933819 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42719] ppid=42658 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/42670/task/42719/stat : 42719 (Finalizer) S 42658 42670 41698 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224525 19521036288 933819 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42741] ppid=42658 vsize=19063512 memory=-6000919472706447979 CPUtime=0 cores=4,6
/proc/42670/task/42741/stat : 42741 (Common-Cleaner) S 42658 42670 41698 0 -1 4194368 2329 0 0 0 0 0 0 0 20 0 20 0 43224526 19521036288 933819 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42747] ppid=42658 vsize=19063512 memory=3735276 CPUtime=0 cores=4,6
/proc/42670/task/42747/stat : 42747 (Timer-0) S 42658 42670 41698 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224546 19521036288 933819 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
Current children cumulated CPU time: 3535.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3735276 KiB

[startup+3582.3 s]
/proc/loadavg: 2.18 3.12 3.77 3/292 43080
/proc/meminfo: memFree=121030480/131249996 swapFree=33010684/33010684
[pid=42670] ppid=42658 vsize=19063512 memory=3743492 CPUtime=3595.44 cores=4,6
/proc/42670/stat : 42670 (java) S 42658 42670 41698 0 -1 4194304 146018 0 77 0 359345 199 0 0 20 0 20 0 43224521 19521036288 935873 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
/proc/42670/statm: 4765878 935873 5563 1 0 1061972 0
[pid=42670/tid=42681] ppid=42658 vsize=19063512 memory=3739376 CPUtime=3551.55 cores=4,6
/proc/42670/task/42681/stat : 42681 (java) R 42658 42670 41698 0 -1 4194368 83451 0 77 0 355080 75 0 0 20 0 20 0 43224523 19521036288 935873 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42719] ppid=42658 vsize=19063512 memory=3741424 CPUtime=0 cores=4,6
/proc/42670/task/42719/stat : 42719 (Finalizer) S 42658 42670 41698 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224525 19521036288 935873 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42741] ppid=42658 vsize=19063512 memory=3743492 CPUtime=0 cores=4,6
/proc/42670/task/42741/stat : 42741 (Common-Cleaner) S 42658 42670 41698 0 -1 4194368 2382 0 0 0 0 0 0 0 20 0 20 0 43224526 19521036288 935873 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42747] ppid=42658 vsize=19063512 memory=17920 CPUtime=0 cores=4,6
/proc/42670/task/42747/stat : 42747 (Timer-0) S 42658 42670 41698 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224546 19521036288 935873 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
Current children cumulated CPU time: 3595.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3743492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586.9 s]
/proc/loadavg: 2.17 3.10 3.76 2/267 43114
/proc/meminfo: memFree=125822720/131249996 swapFree=33010684/33010684
[pid=42670] ppid=42658 vsize=19063512 memory=3745648 CPUtime=3600.06 cores=4,6
/proc/42670/stat : 42670 (java) S 42658 42670 41698 0 -1 4194304 146086 0 77 0 359807 199 0 0 20 0 20 0 43224521 19521036288 936412 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
/proc/42670/statm: 4765878 936412 5563 1 0 1061972 0
[pid=42670/tid=42681] ppid=42658 vsize=19063512 memory=14848 CPUtime=3556.09 cores=4,6
/proc/42670/task/42681/stat : 42681 (java) R 42658 42670 41698 0 -1 4194368 83503 0 77 0 355534 75 0 0 20 0 20 0 43224523 19521036288 936412 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42719] ppid=42658 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/42670/task/42719/stat : 42719 (Finalizer) S 42658 42670 41698 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224525 19521036288 936412 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42741] ppid=42658 vsize=19063512 memory=3729132 CPUtime=0 cores=4,6
/proc/42670/task/42741/stat : 42741 (Common-Cleaner) S 42658 42670 41698 0 -1 4194368 2382 0 0 0 0 0 0 0 20 0 20 0 43224526 19521036288 936412 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42747] ppid=42658 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/42670/task/42747/stat : 42747 (Timer-0) S 42658 42670 41698 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224546 19521036288 936412 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3745648 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.2 s, system=2.01972 s

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

[startup+3586.9 s]
/proc/loadavg: 2.17 3.10 3.76 2/267 43114
/proc/meminfo: memFree=125822720/131249996 swapFree=33010684/33010684
[pid=42670] ppid=42658 vsize=19063512 memory=3745648 CPUtime=3600.06 cores=4,6
/proc/42670/stat : 42670 (java) S 42658 42670 41698 0 -1 4194304 146086 0 77 0 359807 199 0 0 20 0 20 0 43224521 19521036288 936412 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
/proc/42670/statm: 4765878 936412 5563 1 0 1061972 0
[pid=42670/tid=42681] ppid=42658 vsize=19063512 memory=14848 CPUtime=3556.09 cores=4,6
/proc/42670/task/42681/stat : 42681 (java) R 42658 42670 41698 0 -1 4194368 83503 0 77 0 355534 75 0 0 20 0 20 0 43224523 19521036288 936412 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42719] ppid=42658 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/42670/task/42719/stat : 42719 (Finalizer) S 42658 42670 41698 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224525 19521036288 936412 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42741] ppid=42658 vsize=19063512 memory=3729132 CPUtime=0 cores=4,6
/proc/42670/task/42741/stat : 42741 (Common-Cleaner) S 42658 42670 41698 0 -1 4194368 2382 0 0 0 0 0 0 0 20 0 20 0 43224526 19521036288 936412 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
[pid=42670/tid=42747] ppid=42658 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/42670/task/42747/stat : 42747 (Timer-0) S 42658 42670 41698 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224546 19521036288 936412 18446744073709551615 94349714153472 94349714157168 140725455703504 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94349714164984 94349714165776 94349745455104 140725455710590 140725455710694 140725455710694 140725455716296 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3745648 KiB

Child status: 143

Real time (s): 3586.98
CPU time (s): 3600.22
CPU user time (s): 3598.2
CPU system time (s): 2.01972
CPU usage (%): 100.369
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3745648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.2
system time used= 2.01972
maximum resident set size= 3746672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148535
page faults= 77
swaps= 0
block input operations= 0
block output operations= 22072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127121
involuntary context switches= 16084


# summary of solver processes directly reported to runsolver:
#   pid: 42670
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3598.2
#   total CPU system time (s): 2.01972

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.01839 second user time and 14.3203 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-30 11:24:26
IDJOB=4498293
IDBENCH=148596
IDSOLVER=3361
FILE ID=nodeC024/4498293-1751275466
RUNJOBID= nodeC024-1751275466-42617
SLURM_JOB_ID= 9594191
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mds/normalized-mds_100_10_2.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498293-1751275466/watcher-4498293-1751275466 -o /tmp/evaluation-result-4498293-1751275466/solver-4498293-1751275466 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751275466-42617 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4498293-1751275466.opb

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

MD5SUM BENCH= d1da6339ee7ef8ec01d4c55772fc8100
RANDOM SEED=1823902680

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129519340 kB
MemAvailable:   129748100 kB
Buffers:            3280 kB
Cached:          1035044 kB
SwapCached:            0 kB
Active:           320888 kB
Inactive:         780340 kB
Active(anon):      80968 kB
Inactive(anon):        0 kB
Active(file):     239920 kB
Inactive(file):   780340 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2692 kB
Writeback:            12 kB
AnonPages:         66396 kB
Mapped:           102724 kB
Shmem:             18064 kB
KReclaimable:      95080 kB
Slab:             182192 kB
SReclaimable:      95080 kB
SUnreclaim:        87112 kB
KernelStack:        4112 kB
PageTables:         2852 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     329952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC024 at 2025-06-30 12:24:13