Trace number 4498241

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)11 3600.24 3584.11

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mds/normalized-mds_100_10_1.opb
MD5SUM6ddedb73bef771d6a1c994e2b60000f2
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 benchmark11
Best CPU time to get the best result obtained on this benchmark17.7647
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 constraint19
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)1248
Sum of products size (including duplicates)2496
Number of different products1248
Sum of products size2496

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.07	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.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ANY
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/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.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4498241-1751275438.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.33/0.22	c ... done. Wall clock time 0.071s.
0.33/0.22	c declared #vars     100
0.33/0.22	c internal #vars     1348
0.33/0.22	c #constraints  2596
0.33/0.22	c constraints type 
0.33/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1248
0.33/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1348
0.33/0.22	c 2596 constraints processed.
0.33/0.23	c objective function length is 100 literals
0.33/0.24	c SATISFIABLE
0.33/0.24	c OPTIMIZING...
0.33/0.24	c Got one! Elapsed wall clock time (in seconds):0.094
0.33/0.24	o 16
0.33/0.29	c Got one! Elapsed wall clock time (in seconds):0.146
0.33/0.29	o 15
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.244
0.52/0.39	o 14
3.63/1.94	c Got one! Elapsed wall clock time (in seconds):1.788
3.63/1.94	o 13
13.79/10.43	c Got one! Elapsed wall clock time (in seconds):10.285
13.79/10.43	o 12
47.80/43.77	c cleaning 2501 clauses out of 5003
85.71/81.02	c Got one! Elapsed wall clock time (in seconds):80.868
85.71/81.02	o 11
280.28/274.41	c cleaning 4250 clauses out of 8500
818.05/810.52	c cleaning 5622 clauses out of 11249
1583.28/1573.60	c cleaning 6814 clauses out of 13628
3061.97/3047.41	c cleaning 7905 clauses out of 15813
3600.05/3584.02	c starts		: 70
3600.05/3584.04	c conflicts		: 38696
3600.05/3584.04	c decisions		: 68679
3600.05/3584.04	c propagations		: 3748663
3600.05/3584.04	c inspects		: 4515449681
3600.05/3584.04	c shortcuts		: 0
3600.05/3584.04	c learnt literals	: 0
3600.05/3584.04	c learnt binary clauses	: 0
3600.05/3584.04	c learnt ternary clauses	: 0
3600.05/3584.04	c learnt constraints	: 38696
3600.05/3584.04	c ignored constraints	: 0
3600.05/3584.04	c root simplifications	: 0
3600.05/3584.04	c removed literals (reason simplification)	: 0
3600.05/3584.04	c reason swapping (by a shorter reason)	: 0
3600.05/3584.04	c Calls to reduceDB	: 5
3600.05/3584.04	c Number of update (reduction) of LBD	: 0
3600.05/3584.04	c Imported unit clauses	: 0
3600.05/3584.04	c No decision after first conflict	: false
3600.05/3584.04	c number of reductions to clauses (during analyze)	: 0
3600.05/3584.04	c number of learned constraints concerned by reduction	: 0
3600.05/3584.04	c number of learning phase by resolution	: 0
3600.05/3584.04	c number of learning phase by cutting planes	: 0
3600.05/3584.04	c number of rounding to 1 operations	: 0
3600.05/3584.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3584.04	c number of reductions of the coefficients by power 2 	: 0
3600.05/3584.04	c number of right shift for reduction by power 2 	: 0
3600.05/3584.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3584.05	c number of ending skipping 	: 0
3600.05/3584.05	c number of internal skipping 	: 0
3600.05/3584.05	c number of derivation steps 	: 337004
3600.05/3584.05	c number of skipped derivation steps 	: 0
3600.05/3584.05	c number of remaining unassigned 	: 28276
3600.05/3584.05	c number of remaining assigned 	: 10271511
3600.05/3584.05	c number of falsified literals weakened from reason	: 0
3600.05/3584.05	c number of falsified literals weakened from conflict	: 0
3600.05/3584.05	c time for arithmetic operations	: 607619657
3600.05/3584.06	c minimum degree of deleted constraints	: null
3600.05/3584.06	c maximum degree of deleted constraints	: null
3600.05/3584.06	c number of deleted constraints	: 0
3600.05/3584.07	c speed (assignments/second)	: 1045.997210802087
3600.05/3584.07	c non guided choices	: 0
3600.05/3584.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.05/3584.08	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 11234
3600.05/3584.08	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 369
3600.05/3584.08	s SATISFIABLE
3600.05/3584.08	c Found 6 solution(s)
3600.05/3584.09	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.05/3584.09	c objective function=11
3600.05/3584.09	c Total wall clock time (in seconds): 3583.94

Verifier Data

OK	11

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498241-1751275438/watcher-4498241-1751275438 -o /tmp/evaluation-result-4498241-1751275438/solver-4498241-1751275438 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751271859-38187 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4498241-1751275438.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=38754, runsolver pid=38745

[startup+0.100061 s]*
/proc/loadavg: 4.43 4.22 4.19 6/338 38783
/proc/meminfo: memFree=126992848/131250000 swapFree=33010684/33010684
[pid=38754] ppid=38745 vsize=18930384 memory=57904 CPUtime=0.13 cores=4,6
/proc/38754/stat : 38754 (java) S 38745 38754 37479 0 -1 4194304 6602 0 0 0 12 1 0 0 20 0 18 0 43224055 19384713216 14476 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
/proc/38754/statm: 4732596 14476 5358 1 0 547641 0
[pid=38754/tid=38762] ppid=38745 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/38754/task/38762/stat : 38762 (java) R 38745 38754 37479 0 -1 4194368 5099 0 0 0 7 1 0 0 20 0 18 0 43224056 19384713216 14476 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38776] ppid=38745 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/38754/task/38776/stat : 38776 (Finalizer) S 38745 38754 37479 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43224058 19384713216 14476 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38783] ppid=38745 vsize=18930384 memory=59585004340264 CPUtime=0 cores=4,6
/proc/38754/task/38783/stat : 38783 (Common-Cleaner) S 38745 38754 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 43224058 19384713216 14476 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57904 KiB

[startup+0.205715 s]*
/proc/loadavg: 4.43 4.22 4.19 9/338 38783
/proc/meminfo: memFree=126882320/131250000 swapFree=33010684/33010684
[pid=38754] ppid=38745 vsize=18930384 memory=64516 CPUtime=0.33 cores=4,6
/proc/38754/stat : 38754 (java) S 38745 38754 37479 0 -1 4194304 7148 0 0 0 31 2 0 0 20 0 18 0 43224055 19384713216 16129 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
/proc/38754/statm: 4732596 16129 5422 1 0 547994 0
[pid=38754/tid=38762] ppid=38745 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/38754/task/38762/stat : 38762 (java) R 38745 38754 37479 0 -1 4194368 5388 0 0 0 17 1 0 0 20 0 18 0 43224056 19384713216 16129 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38776] ppid=38745 vsize=18930384 memory=19950 CPUtime=0 cores=4,6
/proc/38754/task/38776/stat : 38776 (Finalizer) S 38745 38754 37479 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 43224058 19384713216 16129 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38783] ppid=38745 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/38754/task/38783/stat : 38783 (Common-Cleaner) S 38745 38754 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 43224058 19384713216 16129 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64516 KiB

[startup+0.305619 s]*
/proc/loadavg: 4.43 4.22 4.19 9/340 38785
/proc/meminfo: memFree=126826876/131250000 swapFree=33010684/33010684
[pid=38754] ppid=38745 vsize=18996948 memory=72388 CPUtime=0.52 cores=4,6
/proc/38754/stat : 38754 (java) S 38745 38754 37479 0 -1 4194304 7752 0 0 0 49 3 0 0 20 0 19 0 43224055 19452874752 18097 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
/proc/38754/statm: 4749237 18097 5454 1 0 548575 0
[pid=38754/tid=38762] ppid=38745 vsize=18996948 memory=-6000919485608060012 CPUtime=0.27 cores=4,6
/proc/38754/task/38762/stat : 38762 (java) R 38745 38754 37479 0 -1 4194368 5524 0 0 0 25 2 0 0 20 0 19 0 43224056 19452874752 18097 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38776] ppid=38745 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/38754/task/38776/stat : 38776 (Finalizer) S 38745 38754 37479 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 43224058 19452874752 18097 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38783] ppid=38745 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/38754/task/38783/stat : 38783 (Common-Cleaner) S 38745 38754 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 43224058 19452874752 18097 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38784] ppid=38745 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/38754/task/38784/stat : 38784 (Timer-0) S 38745 38754 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 43224078 19452874752 18097 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72388 KiB

[startup+0.700234 s]
/proc/loadavg: 4.43 4.22 4.19 8/340 38785
/proc/meminfo: memFree=126647728/131250000 swapFree=33010684/33010684
[pid=38754] ppid=38745 vsize=19063512 memory=173308 CPUtime=1.27 cores=4,6
/proc/38754/stat : 38754 (java) S 38745 38754 37479 0 -1 4194304 13882 0 0 0 121 6 0 0 20 0 20 0 43224055 19521036288 43327 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
/proc/38754/statm: 4765878 43327 5486 1 0 552253 0
[pid=38754/tid=38762] ppid=38745 vsize=19063512 memory=13824 CPUtime=0.56 cores=4,6
/proc/38754/task/38762/stat : 38762 (java) R 38745 38754 37479 0 -1 4194368 5593 0 0 0 52 4 0 0 20 0 20 0 43224056 19521036288 43327 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38776] ppid=38745 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/38754/task/38776/stat : 38776 (Finalizer) S 38745 38754 37479 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 43327 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38783] ppid=38745 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/38754/task/38783/stat : 38783 (Common-Cleaner) S 38745 38754 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 43327 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38784] ppid=38745 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/38754/task/38784/stat : 38784 (Timer-0) S 38745 38754 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224078 19521036288 43327 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173308 KiB

[startup+1.50022 s]
/proc/loadavg: 4.56 4.25 4.20 10/342 38787
/proc/meminfo: memFree=126342992/131250000 swapFree=33010684/33010684
[pid=38754] ppid=38745 vsize=19063512 memory=263288 CPUtime=2.83 cores=4,6
/proc/38754/stat : 38754 (java) S 38745 38754 37479 0 -1 4194304 15748 0 0 0 275 8 0 0 20 0 20 0 43224055 19521036288 65822 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
/proc/38754/statm: 4765878 65822 5486 1 0 786999 0
[pid=38754/tid=38762] ppid=38745 vsize=19063512 memory=10752 CPUtime=1.26 cores=4,6
/proc/38754/task/38762/stat : 38762 (java) R 38745 38754 37479 0 -1 4194368 5628 0 0 0 121 5 0 0 20 0 20 0 43224056 19521036288 65822 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38776] ppid=38745 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/38754/task/38776/stat : 38776 (Finalizer) S 38745 38754 37479 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 65822 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38783] ppid=38745 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/38754/task/38783/stat : 38783 (Common-Cleaner) S 38745 38754 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 65822 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38784] ppid=38745 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/38754/task/38784/stat : 38784 (Timer-0) S 38745 38754 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224078 19521036288 65822 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 263288 KiB

[startup+3.10561 s]
/proc/loadavg: 4.56 4.25 4.20 6/342 38787
/proc/meminfo: memFree=124829464/131250000 swapFree=33010684/33010684
[pid=38754] ppid=38745 vsize=19063512 memory=610284 CPUtime=6.02 cores=4,6
/proc/38754/stat : 38754 (java) S 38745 38754 37479 0 -1 4194304 20785 0 0 0 585 17 0 0 20 0 20 0 43224055 19521036288 152571 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
/proc/38754/statm: 4765878 152571 5486 1 0 789604 0
[pid=38754/tid=38762] ppid=38745 vsize=19063512 memory=10752 CPUtime=2.83 cores=4,6
/proc/38754/task/38762/stat : 38762 (java) R 38745 38754 37479 0 -1 4194368 5785 0 0 0 271 12 0 0 20 0 20 0 43224056 19521036288 152571 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38776] ppid=38745 vsize=19063512 memory=-6000919485608060012 CPUtime=0 cores=4,6
/proc/38754/task/38776/stat : 38776 (Finalizer) S 38745 38754 37479 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 152571 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38783] ppid=38745 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/38754/task/38783/stat : 38783 (Common-Cleaner) S 38745 38754 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 152571 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38784] ppid=38745 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/38754/task/38784/stat : 38784 (Timer-0) S 38745 38754 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224078 19521036288 152571 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 610284 KiB

[startup+6.3002 s]
/proc/loadavg: 4.51 4.25 4.20 5/342 38787
/proc/meminfo: memFree=123837804/131250000 swapFree=33010684/33010684
[pid=38754] ppid=38745 vsize=19063512 memory=983784 CPUtime=9.66 cores=4,6
/proc/38754/stat : 38754 (java) S 38745 38754 37479 0 -1 4194304 23072 0 0 0 941 25 0 0 20 0 20 0 43224055 19521036288 245946 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
/proc/38754/statm: 4765878 245946 5486 1 0 789605 0
[pid=38754/tid=38762] ppid=38745 vsize=19063512 memory=0 CPUtime=5.93 cores=4,6
/proc/38754/task/38762/stat : 38762 (java) R 38745 38754 37479 0 -1 4194368 6875 0 0 0 575 18 0 0 20 0 20 0 43224056 19521036288 245946 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38776] ppid=38745 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/38754/task/38776/stat : 38776 (Finalizer) S 38745 38754 37479 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 245946 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38783] ppid=38745 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/38754/task/38783/stat : 38783 (Common-Cleaner) S 38745 38754 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 245946 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38784] ppid=38745 vsize=19063512 memory=311716 CPUtime=0 cores=4,6
/proc/38754/task/38784/stat : 38784 (Timer-0) S 38745 38754 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224078 19521036288 245946 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
Current children cumulated CPU time: 9.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 983784 KiB

[startup+12.7002 s]
/proc/loadavg: 4.47 4.25 4.20 5/342 38787
/proc/meminfo: memFree=122666732/131250000 swapFree=33010684/33010684
[pid=38754] ppid=38745 vsize=19063512 memory=1413956 CPUtime=16.1 cores=4,6
/proc/38754/stat : 38754 (java) S 38745 38754 37479 0 -1 4194304 25541 0 0 0 1577 33 0 0 20 0 20 0 43224055 19521036288 353489 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
/proc/38754/statm: 4765878 353489 5486 1 0 789607 0
[pid=38754/tid=38762] ppid=38745 vsize=19063512 memory=311716 CPUtime=12.22 cores=4,6
/proc/38754/task/38762/stat : 38762 (java) R 38745 38754 37479 0 -1 4194368 8294 0 0 0 1196 26 0 0 20 0 20 0 43224056 19521036288 353489 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38776] ppid=38745 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/38754/task/38776/stat : 38776 (Finalizer) S 38745 38754 37479 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 353489 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38783] ppid=38745 vsize=19063512 memory=1131332 CPUtime=0 cores=4,6
/proc/38754/task/38783/stat : 38783 (Common-Cleaner) S 38745 38754 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 353489 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38784] ppid=38745 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/38754/task/38784/stat : 38784 (Timer-0) S 38745 38754 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224078 19521036288 353489 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
Current children cumulated CPU time: 16.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1413956 KiB

[startup+25.5002 s]
/proc/loadavg: 4.47 4.25 4.20 5/342 38788
/proc/meminfo: memFree=119910124/131250000 swapFree=33010684/33010684
[pid=38754] ppid=38745 vsize=19063512 memory=1950624 CPUtime=29.13 cores=4,6
/proc/38754/stat : 38754 (java) S 38745 38754 37479 0 -1 4194304 31334 0 0 0 2868 45 0 0 20 0 20 0 43224055 19521036288 487656 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
/proc/38754/statm: 4765878 487656 5486 1 0 789628 0
[pid=38754/tid=38762] ppid=38745 vsize=19063512 memory=10752 CPUtime=24.82 cores=4,6
/proc/38754/task/38762/stat : 38762 (java) R 38745 38754 37479 0 -1 4194368 10495 0 0 0 2446 36 0 0 20 0 20 0 43224056 19521036288 487656 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38776] ppid=38745 vsize=19063512 memory=1131332 CPUtime=0 cores=4,6
/proc/38754/task/38776/stat : 38776 (Finalizer) S 38745 38754 37479 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 487656 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38783] ppid=38745 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/38754/task/38783/stat : 38783 (Common-Cleaner) S 38745 38754 37479 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 487656 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38784] ppid=38745 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/38754/task/38784/stat : 38784 (Timer-0) S 38745 38754 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224078 19521036288 487656 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
Current children cumulated CPU time: 29.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1950624 KiB

[startup+51.1056 s]
/proc/loadavg: 4.34 4.24 4.20 5/341 38788
/proc/meminfo: memFree=119397368/131250000 swapFree=33010684/33010684
[pid=38754] ppid=38745 vsize=19063512 memory=1999400 CPUtime=55.38 cores=4,6
/proc/38754/stat : 38754 (java) S 38745 38754 37479 0 -1 4194304 37604 0 0 0 5489 49 0 0 20 0 20 0 43224055 19521036288 499850 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
/proc/38754/statm: 4765878 499850 5486 1 0 789982 0
[pid=38754/tid=38762] ppid=38745 vsize=19063512 memory=1999400 CPUtime=49.91 cores=4,6
/proc/38754/task/38762/stat : 38762 (java) R 38745 38754 37479 0 -1 4194368 14589 0 0 0 4955 36 0 0 20 0 20 0 43224056 19521036288 499850 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0

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

/proc/meminfo: memFree=114225920/131250000 swapFree=33010684/33010684
[pid=38754] ppid=38745 vsize=19063512 memory=2982868 CPUtime=3237.32 cores=4,6
/proc/38754/stat : 38754 (java) S 38745 38754 37479 0 -1 4194304 114539 0 0 0 323559 173 0 0 20 0 20 0 43224055 19521036288 745717 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
/proc/38754/statm: 4765878 745717 5518 1 0 790212 0
[pid=38754/tid=38762] ppid=38745 vsize=19063512 memory=2954192 CPUtime=3192.85 cores=4,6
/proc/38754/task/38762/stat : 38762 (java) R 38745 38754 37479 0 -1 4194368 61919 0 0 0 319232 53 0 0 20 0 20 0 43224056 19521036288 745717 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38776] ppid=38745 vsize=19063512 memory=2974676 CPUtime=0 cores=4,6
/proc/38754/task/38776/stat : 38776 (Finalizer) S 38745 38754 37479 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 745717 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38783] ppid=38745 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/38754/task/38783/stat : 38783 (Common-Cleaner) S 38745 38754 37479 0 -1 4194368 1822 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 745717 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38784] ppid=38745 vsize=19063512 memory=2980820 CPUtime=0 cores=4,6
/proc/38754/task/38784/stat : 38784 (Timer-0) S 38745 38754 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224078 19521036288 745717 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
Current children cumulated CPU time: 3237.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2982868 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.29 4.25 5/339 38954
/proc/meminfo: memFree=114186500/131250000 swapFree=33010684/33010684
[pid=38754] ppid=38745 vsize=19063512 memory=2993124 CPUtime=3297.51 cores=4,6
/proc/38754/stat : 38754 (java) S 38745 38754 37479 0 -1 4194304 116839 0 0 0 329576 175 0 0 20 0 20 0 43224055 19521036288 748281 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
/proc/38754/statm: 4765878 748281 5518 1 0 790212 0
[pid=38754/tid=38762] ppid=38745 vsize=19063512 memory=10752 CPUtime=3252.37 cores=4,6
/proc/38754/task/38762/stat : 38762 (java) R 38745 38754 37479 0 -1 4194368 63087 0 0 0 325183 54 0 0 20 0 20 0 43224056 19521036288 748281 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38776] ppid=38745 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/38754/task/38776/stat : 38776 (Finalizer) S 38745 38754 37479 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 748281 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38783] ppid=38745 vsize=19063512 memory=13824 CPUtime=0 cores=4,6
/proc/38754/task/38783/stat : 38783 (Common-Cleaner) S 38745 38754 37479 0 -1 4194368 1905 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 748281 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38784] ppid=38745 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/38754/task/38784/stat : 38784 (Timer-0) S 38745 38754 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224078 19521036288 748281 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
Current children cumulated CPU time: 3297.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2993124 KiB

[startup+3342.3 s]
/proc/loadavg: 4.30 4.30 4.26 5/340 38957
/proc/meminfo: memFree=114164664/131250000 swapFree=33010684/33010684
[pid=38754] ppid=38745 vsize=19063512 memory=3001316 CPUtime=3357.62 cores=4,6
/proc/38754/stat : 38754 (java) S 38745 38754 37479 0 -1 4194304 117029 0 0 0 335586 176 0 0 20 0 20 0 43224055 19521036288 750329 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
/proc/38754/statm: 4765878 750329 5518 1 0 790212 0
[pid=38754/tid=38762] ppid=38745 vsize=19063512 memory=14720 CPUtime=3311.83 cores=4,6
/proc/38754/task/38762/stat : 38762 (java) R 38745 38754 37479 0 -1 4194368 63140 0 0 0 331129 54 0 0 20 0 20 0 43224056 19521036288 750329 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38776] ppid=38745 vsize=19063512 memory=3001316 CPUtime=0 cores=4,6
/proc/38754/task/38776/stat : 38776 (Finalizer) S 38745 38754 37479 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 750329 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38783] ppid=38745 vsize=19063512 memory=3001316 CPUtime=0 cores=4,6
/proc/38754/task/38783/stat : 38783 (Common-Cleaner) S 38745 38754 37479 0 -1 4194368 1991 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 750329 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38784] ppid=38745 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/38754/task/38784/stat : 38784 (Timer-0) S 38745 38754 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224078 19521036288 750329 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
Current children cumulated CPU time: 3357.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3001316 KiB

[startup+3402.3 s]
/proc/loadavg: 4.02 4.24 4.24 6/315 38993
/proc/meminfo: memFree=118746904/131250000 swapFree=33010684/33010684
[pid=38754] ppid=38745 vsize=19063512 memory=3009508 CPUtime=3417.84 cores=4,6
/proc/38754/stat : 38754 (java) S 38745 38754 37479 0 -1 4194304 118262 0 0 0 341606 178 0 0 20 0 20 0 43224055 19521036288 752377 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
/proc/38754/statm: 4765878 752377 5518 1 0 790212 0
[pid=38754/tid=38762] ppid=38745 vsize=19063512 memory=3001316 CPUtime=3371.37 cores=4,6
/proc/38754/task/38762/stat : 38762 (java) R 38745 38754 37479 0 -1 4194368 64319 0 0 0 337083 54 0 0 20 0 20 0 43224056 19521036288 752377 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38776] ppid=38745 vsize=19063512 memory=3001316 CPUtime=0 cores=4,6
/proc/38754/task/38776/stat : 38776 (Finalizer) S 38745 38754 37479 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 752377 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38783] ppid=38745 vsize=19063512 memory=13824 CPUtime=0 cores=4,6
/proc/38754/task/38783/stat : 38783 (Common-Cleaner) S 38745 38754 37479 0 -1 4194368 1991 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 752377 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38784] ppid=38745 vsize=19063512 memory=3009508 CPUtime=0 cores=4,6
/proc/38754/task/38784/stat : 38784 (Timer-0) S 38745 38754 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224078 19521036288 752377 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
Current children cumulated CPU time: 3417.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3009508 KiB

[startup+3462.3 s]
/proc/loadavg: 3.42 4.02 4.17 4/315 38995
/proc/meminfo: memFree=118718112/131250000 swapFree=33010684/33010684
[pid=38754] ppid=38745 vsize=19063512 memory=3019752 CPUtime=3477.9 cores=4,6
/proc/38754/stat : 38754 (java) S 38745 38754 37479 0 -1 4194304 120445 0 0 0 347609 181 0 0 20 0 20 0 43224055 19521036288 754938 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
/proc/38754/statm: 4765878 754938 5518 1 0 790212 0
[pid=38754/tid=38762] ppid=38745 vsize=19063512 memory=3001316 CPUtime=3430.76 cores=4,6
/proc/38754/task/38762/stat : 38762 (java) R 38745 38754 37479 0 -1 4194368 65769 0 0 0 343022 54 0 0 20 0 20 0 43224056 19521036288 754938 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38776] ppid=38745 vsize=19063512 memory=3001316 CPUtime=0 cores=4,6
/proc/38754/task/38776/stat : 38776 (Finalizer) S 38745 38754 37479 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 754938 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38783] ppid=38745 vsize=19063512 memory=13824 CPUtime=0 cores=4,6
/proc/38754/task/38783/stat : 38783 (Common-Cleaner) S 38745 38754 37479 0 -1 4194368 1991 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 754938 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38784] ppid=38745 vsize=19063512 memory=3017704 CPUtime=0 cores=4,6
/proc/38754/task/38784/stat : 38784 (Timer-0) S 38745 38754 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224078 19521036288 754938 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
Current children cumulated CPU time: 3477.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3019752 KiB

[startup+3522.3 s]
/proc/loadavg: 3.26 3.87 4.10 4/315 38997
/proc/meminfo: memFree=118689552/131250000 swapFree=33010684/33010684
[pid=38754] ppid=38745 vsize=19063512 memory=3030012 CPUtime=3538.16 cores=4,6
/proc/38754/stat : 38754 (java) S 38745 38754 37479 0 -1 4194304 122181 0 0 0 353632 184 0 0 20 0 20 0 43224055 19521036288 757503 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
/proc/38754/statm: 4765878 757503 5518 1 0 790212 0
[pid=38754/tid=38762] ppid=38745 vsize=19063512 memory=3017704 CPUtime=3490.21 cores=4,6
/proc/38754/task/38762/stat : 38762 (java) R 38745 38754 37479 0 -1 4194368 66783 0 0 0 348966 55 0 0 20 0 20 0 43224056 19521036288 757503 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38776] ppid=38745 vsize=19063512 memory=3021800 CPUtime=0 cores=4,6
/proc/38754/task/38776/stat : 38776 (Finalizer) S 38745 38754 37479 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 757503 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38783] ppid=38745 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/38754/task/38783/stat : 38783 (Common-Cleaner) S 38745 38754 37479 0 -1 4194368 2066 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 757503 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38784] ppid=38745 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/38754/task/38784/stat : 38784 (Timer-0) S 38745 38754 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224078 19521036288 757503 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
Current children cumulated CPU time: 3538.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3030012 KiB

[startup+3582.3 s]
/proc/loadavg: 3.00 3.69 4.02 3/290 39033
/proc/meminfo: memFree=122279024/131250000 swapFree=33010684/33010684
[pid=38754] ppid=38745 vsize=19063512 memory=3046400 CPUtime=3598.35 cores=4,6
/proc/38754/stat : 38754 (java) S 38745 38754 37479 0 -1 4194304 122730 0 0 0 359649 186 0 0 20 0 20 0 43224055 19521036288 761600 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
/proc/38754/statm: 4765878 761600 5518 1 0 790212 0
[pid=38754/tid=38762] ppid=38745 vsize=19063512 memory=3034108 CPUtime=3549.62 cores=4,6
/proc/38754/task/38762/stat : 38762 (java) R 38745 38754 37479 0 -1 4194368 67204 0 0 0 354907 55 0 0 20 0 20 0 43224056 19521036288 761600 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38776] ppid=38745 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/38754/task/38776/stat : 38776 (Finalizer) S 38745 38754 37479 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 761600 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38783] ppid=38745 vsize=19063512 memory=3046400 CPUtime=0 cores=4,6
/proc/38754/task/38783/stat : 38783 (Common-Cleaner) S 38745 38754 37479 0 -1 4194368 2149 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 761600 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38784] ppid=38745 vsize=19063512 memory=3046400 CPUtime=0 cores=4,6
/proc/38754/task/38784/stat : 38784 (Timer-0) S 38745 38754 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224078 19521036288 761600 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
Current children cumulated CPU time: 3598.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3046400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3584 s]*
/proc/loadavg: 3.00 3.69 4.02 2/265 39067
/proc/meminfo: memFree=126797308/131250000 swapFree=33010684/33010684
[pid=38754] ppid=38745 vsize=19063512 memory=3046400 CPUtime=3600.05 cores=4,6
/proc/38754/stat : 38754 (java) S 38745 38754 37479 0 -1 4194304 122858 0 0 0 359819 186 0 0 20 0 20 0 43224055 19521036288 761600 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
/proc/38754/statm: 4765878 761600 5518 1 0 790212 0
[pid=38754/tid=38762] ppid=38745 vsize=19063512 memory=-6000919485608060012 CPUtime=3551.32 cores=4,6
/proc/38754/task/38762/stat : 38762 (java) R 38745 38754 37479 0 -1 4194368 67332 0 0 0 355077 55 0 0 20 0 20 0 43224056 19521036288 761600 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38776] ppid=38745 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/38754/task/38776/stat : 38776 (Finalizer) S 38745 38754 37479 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 761600 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38783] ppid=38745 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/38754/task/38783/stat : 38783 (Common-Cleaner) S 38745 38754 37479 0 -1 4194368 2149 0 0 0 0 0 0 0 20 0 20 0 43224058 19521036288 761600 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
[pid=38754/tid=38784] ppid=38745 vsize=19063512 memory=3038204 CPUtime=0 cores=4,6
/proc/38754/task/38784/stat : 38784 (Timer-0) S 38745 38754 37479 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 43224078 19521036288 761600 18446744073709551615 94435901054976 94435901058672 140737400009184 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94435901066488 94435901067280 94435918196736 140737400015230 140737400015334 140737400015334 140737400020936 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3046400 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.37 s, system=1.87792 s

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

Child status: 143

Real time (s): 3584.11
CPU time (s): 3600.24
CPU user time (s): 3598.37
CPU system time (s): 1.87792
CPU usage (%): 100.45
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3046400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.37
system time used= 1.87792
maximum resident set size= 3047552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125601
page faults= 0
swaps= 0
block input operations= 0
block output operations= 21896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133999
involuntary context switches= 10261


# summary of solver processes directly reported to runsolver:
#   pid: 38754
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3598.37
#   total CPU system time (s): 1.87792

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.26953 second user time and 16.4629 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-30 11:23:58
IDJOB=4498241
IDBENCH=148580
IDSOLVER=3361
FILE ID=nodeC013/4498241-1751275438
RUNJOBID= nodeC013-1751271859-38187
SLURM_JOB_ID= 9594180
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= 6ddedb73bef771d6a1c994e2b60000f2
RANDOM SEED=2121224793

nodeC013 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.834
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.67
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		: 3691.980
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.67
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.810
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.67
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.831
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.67
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		: 3613.341
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.67
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.837
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.67
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.825
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.67
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.980
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127201452 kB
MemAvailable:   127157784 kB
Buffers:            3280 kB
Cached:           758288 kB
SwapCached:            0 kB
Active:          2987860 kB
Inactive:         514648 kB
Active(anon):    2754228 kB
Inactive(anon):        0 kB
Active(file):     233632 kB
Inactive(file):   514648 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2464 kB
Writeback:             0 kB
AnonPages:       2744144 kB
Mapped:           118652 kB
Shmem:             13284 kB
KReclaimable:      94184 kB
Slab:             181028 kB
SReclaimable:      94184 kB
SUnreclaim:        86844 kB
KernelStack:        4896 kB
PageTables:         8608 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    8782228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151112 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2586624 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC013 at 2025-06-30 12:23:42