Trace number 4506946

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 NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.18 3068.9

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K133.opb
MD5SUM9ec822d6c0cd68d217a6cdee070ca11c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15827
Total number of constraints16095
Number of constraints which are clauses15962
Number of constraints which are cardinality constraints (but not clauses)133
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint133
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 134
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: ANY
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Armin Biere (Picosat) restarts strategy
0.12/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4506946-1751186901.opb
0.12/0.15	c reading problem ... 
0.12/0.15	c  no objective function found
0.51/0.39	c ... done. Wall clock time 0.228s.
0.51/0.39	c declared #vars     15827
0.51/0.39	c #constraints  16095
0.51/0.39	c constraints type 
0.51/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1716
0.51/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 133
0.51/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14244
0.51/0.39	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.51/0.39	c 16095 constraints processed.
555.65/546.68	c cleaning 2420 clauses out of 5003
3600.01/3068.82	c starts		: 27
3600.01/3068.83	c conflicts		: 6975
3600.01/3068.83	c decisions		: 109782
3600.01/3068.83	c propagations		: 5756047
3600.01/3068.83	c inspects		: 384595113
3600.01/3068.83	c shortcuts		: 0
3600.01/3068.83	c learnt literals	: 0
3600.01/3068.83	c learnt binary clauses	: 0
3600.01/3068.83	c learnt ternary clauses	: 42
3600.01/3068.83	c learnt constraints	: 6974
3600.01/3068.83	c ignored constraints	: 0
3600.01/3068.83	c root simplifications	: 0
3600.01/3068.83	c removed literals (reason simplification)	: 0
3600.01/3068.83	c reason swapping (by a shorter reason)	: 0
3600.01/3068.83	c Calls to reduceDB	: 1
3600.01/3068.83	c Number of update (reduction) of LBD	: 0
3600.01/3068.83	c Imported unit clauses	: 0
3600.01/3068.83	c No decision after first conflict	: false
3600.01/3068.84	c number of reductions to clauses (during analyze)	: 0
3600.01/3068.84	c number of learned constraints concerned by reduction	: 0
3600.01/3068.84	c number of learning phase by resolution	: 0
3600.01/3068.84	c number of learning phase by cutting planes	: 0
3600.01/3068.84	c number of rounding to 1 operations	: 0
3600.01/3068.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3068.84	c number of reductions of the coefficients by power 2 	: 0
3600.01/3068.84	c number of right shift for reduction by power 2 	: 0
3600.01/3068.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3068.84	c number of ending skipping 	: 0
3600.01/3068.84	c number of internal skipping 	: 0
3600.01/3068.84	c number of derivation steps 	: 311139
3600.01/3068.84	c number of skipped derivation steps 	: 0
3600.01/3068.84	c number of remaining unassigned 	: 197164
3600.01/3068.84	c number of remaining assigned 	: 13943748
3600.01/3068.84	c number of falsified literals weakened from reason	: 0
3600.01/3068.84	c number of falsified literals weakened from conflict	: 0
3600.01/3068.84	c time for arithmetic operations	: 1442716100217
3600.01/3068.85	c minimum degree of deleted constraints	: null
3600.01/3068.85	c maximum degree of deleted constraints	: null
3600.01/3068.85	c number of deleted constraints	: 0
3600.01/3068.86	c speed (assignments/second)	: 1875.8797595660612
3600.01/3068.86	c non guided choices	: 1320
3600.01/3068.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 114
3600.01/3068.86	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 3241
3600.01/3068.86	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1199
3600.01/3068.87	s UNKNOWN
3600.01/3068.87	c Total wall clock time (in seconds): 3068.717

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (57331 MiB free)
  memory of node 1: 64465 MiB (60831 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506946-1751186901/watcher-4506946-1751186901 -o /tmp/evaluation-result-4506946-1751186901/solver-4506946-1751186901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751183386-21559 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4506946-1751186901.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100061 s]*
/proc/loadavg: 4.29 4.50 4.56 6/340 22143
/proc/meminfo: memFree=120964284/131250000 swapFree=33010684/33010684
[pid=22125] ppid=22122 vsize=18930384 memory=59400 CPUtime=0.12 cores=5,7
/proc/22125/stat : 22125 (java) S 22122 22125 21543 0 -1 4194304 6491 0 0 0 10 2 0 0 20 0 18 0 34367609 19384713216 14850 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
/proc/22125/statm: 4732596 14850 5339 1 0 547619 0
[pid=22125/tid=22127] ppid=22122 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/22125/task/22127/stat : 22127 (java) R 22122 22125 21543 0 -1 4194368 5077 0 0 0 6 1 0 0 20 0 18 0 34367610 19384713216 14850 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22136] ppid=22122 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/22125/task/22136/stat : 22136 (Finalizer) S 22122 22125 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34367612 19384713216 14850 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22143] ppid=22122 vsize=18930384 memory=60684515934839 CPUtime=0 cores=5,7
/proc/22125/task/22143/stat : 22143 (Common-Cleaner) S 22122 22125 21543 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34367613 19384713216 14850 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59400 KiB

[startup+0.205741 s]*
/proc/loadavg: 4.29 4.50 4.56 6/340 22143
/proc/meminfo: memFree=120956092/131250000 swapFree=33010684/33010684
[pid=22125] ppid=22122 vsize=18930384 memory=71732 CPUtime=0.32 cores=5,7
/proc/22125/stat : 22125 (java) S 22122 22125 21543 0 -1 4194304 6922 0 0 0 29 3 0 0 20 0 18 0 34367609 19384713216 17933 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
/proc/22125/statm: 4732596 17933 5435 1 0 547979 0
[pid=22125/tid=22127] ppid=22122 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=5,7
/proc/22125/task/22127/stat : 22127 (java) R 22122 22125 21543 0 -1 4194368 5361 0 0 0 16 2 0 0 20 0 18 0 34367610 19384713216 17933 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22136] ppid=22122 vsize=18930384 memory=15987 CPUtime=0 cores=5,7
/proc/22125/task/22136/stat : 22136 (Finalizer) S 22122 22125 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34367612 19384713216 17933 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22143] ppid=22122 vsize=18930384 memory=59585004307431 CPUtime=0 cores=5,7
/proc/22125/task/22143/stat : 22143 (Common-Cleaner) S 22122 22125 21543 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34367613 19384713216 17933 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 71732 KiB

[startup+0.305685 s]*
/proc/loadavg: 4.29 4.50 4.56 6/340 22143
/proc/meminfo: memFree=120923892/131250000 swapFree=33010684/33010684
[pid=22125] ppid=22122 vsize=18930384 memory=102884 CPUtime=0.51 cores=5,7
/proc/22125/stat : 22125 (java) S 22122 22125 21543 0 -1 4194304 8474 0 0 0 47 4 0 0 20 0 18 0 34367609 19384713216 25721 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
/proc/22125/statm: 4732596 25721 5435 1 0 549064 0
[pid=22125/tid=22127] ppid=22122 vsize=18930384 memory=-6000919498526911085 CPUtime=0.24 cores=5,7
/proc/22125/task/22127/stat : 22127 (java) R 22122 22125 21543 0 -1 4194368 5387 0 0 0 22 2 0 0 20 0 18 0 34367610 19384713216 25721 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22136] ppid=22122 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/22125/task/22136/stat : 22136 (Finalizer) S 22122 22125 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34367612 19384713216 25721 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22143] ppid=22122 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/22125/task/22143/stat : 22143 (Common-Cleaner) S 22122 22125 21543 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 34367613 19384713216 25721 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 102884 KiB

[startup+0.700245 s]
/proc/loadavg: 4.29 4.50 4.56 6/342 22145
/proc/meminfo: memFree=120866548/131250000 swapFree=33010684/33010684
[pid=22125] ppid=22122 vsize=19063512 memory=164652 CPUtime=1.27 cores=5,7
/proc/22125/stat : 22125 (java) S 22122 22125 21543 0 -1 4194304 9386 0 0 0 121 6 0 0 20 0 20 0 34367609 19521036288 41163 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
/proc/22125/statm: 4765878 41163 5467 1 0 550061 0
[pid=22125/tid=22127] ppid=22122 vsize=19063512 memory=17408 CPUtime=0.59 cores=5,7
/proc/22125/task/22127/stat : 22127 (java) R 22122 22125 21543 0 -1 4194368 5492 0 0 0 55 4 0 0 20 0 20 0 34367610 19521036288 41163 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22136] ppid=22122 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/22125/task/22136/stat : 22136 (Finalizer) S 22122 22125 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34367612 19521036288 41163 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22143] ppid=22122 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/22125/task/22143/stat : 22143 (Common-Cleaner) S 22122 22125 21543 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34367613 19521036288 41163 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22144] ppid=22122 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/22125/task/22144/stat : 22144 (Timer-0) S 22122 22125 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34367649 19521036288 41163 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164652 KiB

[startup+1.50022 s]
/proc/loadavg: 4.29 4.50 4.56 6/342 22145
/proc/meminfo: memFree=120853068/131250000 swapFree=33010684/33010684
[pid=22125] ppid=22122 vsize=19063512 memory=183868 CPUtime=2.85 cores=5,7
/proc/22125/stat : 22125 (java) S 22122 22125 21543 0 -1 4194304 17194 0 0 0 278 7 0 0 20 0 20 0 34367609 19521036288 45967 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
/proc/22125/statm: 4765878 45967 5467 1 0 552153 0
[pid=22125/tid=22127] ppid=22122 vsize=19063512 memory=0 CPUtime=1.34 cores=5,7
/proc/22125/task/22127/stat : 22127 (java) R 22122 22125 21543 0 -1 4194368 5856 0 0 0 130 4 0 0 20 0 20 0 34367610 19521036288 45967 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22136] ppid=22122 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/22125/task/22136/stat : 22136 (Finalizer) S 22122 22125 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34367612 19521036288 45967 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22143] ppid=22122 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/22125/task/22143/stat : 22143 (Common-Cleaner) S 22122 22125 21543 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34367613 19521036288 45967 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22144] ppid=22122 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/22125/task/22144/stat : 22144 (Timer-0) S 22122 22125 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34367649 19521036288 45967 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183868 KiB

[startup+3.10563 s]
/proc/loadavg: 4.34 4.51 4.56 5/342 22145
/proc/meminfo: memFree=120582860/131250000 swapFree=33010684/33010684
[pid=22125] ppid=22122 vsize=19063512 memory=436764 CPUtime=5.81 cores=5,7
/proc/22125/stat : 22125 (java) S 22122 22125 21543 0 -1 4194304 19528 0 0 0 568 13 0 0 20 0 20 0 34367609 19521036288 109191 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
/proc/22125/statm: 4765878 109191 5499 1 0 658926 0
[pid=22125/tid=22127] ppid=22122 vsize=19063512 memory=10752 CPUtime=2.81 cores=5,7
/proc/22125/task/22127/stat : 22127 (java) R 22122 22125 21543 0 -1 4194368 6350 0 0 0 272 9 0 0 20 0 20 0 34367610 19521036288 109191 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22136] ppid=22122 vsize=19063512 memory=-6000919498526911085 CPUtime=0 cores=5,7
/proc/22125/task/22136/stat : 22136 (Finalizer) S 22122 22125 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34367612 19521036288 109191 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22143] ppid=22122 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/22125/task/22143/stat : 22143 (Common-Cleaner) S 22122 22125 21543 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34367613 19521036288 109191 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22144] ppid=22122 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/22125/task/22144/stat : 22144 (Timer-0) S 22122 22125 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34367649 19521036288 109191 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 436764 KiB

[startup+6.30021 s]
/proc/loadavg: 4.34 4.51 4.56 5/342 22145
/proc/meminfo: memFree=119792588/131250000 swapFree=33010684/33010684
[pid=22125] ppid=22122 vsize=19063512 memory=1282912 CPUtime=9.22 cores=5,7
/proc/22125/stat : 22125 (java) S 22122 22125 21543 0 -1 4194304 20328 0 0 0 891 31 0 0 20 0 20 0 34367609 19521036288 320728 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
/proc/22125/statm: 4765878 320728 5499 1 0 658935 0
[pid=22125/tid=22127] ppid=22122 vsize=19063512 memory=0 CPUtime=5.98 cores=5,7
/proc/22125/task/22127/stat : 22127 (java) R 22122 22125 21543 0 -1 4194368 7037 0 0 0 572 26 0 0 20 0 20 0 34367610 19521036288 320728 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22136] ppid=22122 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/22125/task/22136/stat : 22136 (Finalizer) S 22122 22125 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34367612 19521036288 320728 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22143] ppid=22122 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/22125/task/22143/stat : 22143 (Common-Cleaner) S 22122 22125 21543 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34367613 19521036288 320728 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22144] ppid=22122 vsize=19063512 memory=183996 CPUtime=0 cores=5,7
/proc/22125/task/22144/stat : 22144 (Timer-0) S 22122 22125 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34367649 19521036288 320728 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
Current children cumulated CPU time: 9.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1282912 KiB

[startup+12.7002 s]
/proc/loadavg: 4.32 4.50 4.55 5/342 22145
/proc/meminfo: memFree=119317452/131250000 swapFree=33010684/33010684
[pid=22125] ppid=22122 vsize=19063512 memory=1637380 CPUtime=15.91 cores=5,7
/proc/22125/stat : 22125 (java) S 22122 22125 21543 0 -1 4194304 20826 0 0 0 1553 38 0 0 20 0 20 0 34367609 19521036288 409345 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
/proc/22125/statm: 4765878 409345 5499 1 0 658942 0
[pid=22125/tid=22127] ppid=22122 vsize=19063512 memory=183996 CPUtime=12.24 cores=5,7
/proc/22125/task/22127/stat : 22127 (java) R 22122 22125 21543 0 -1 4194368 7385 0 0 0 1193 31 0 0 20 0 20 0 34367610 19521036288 409345 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22136] ppid=22122 vsize=19063512 memory=1637380 CPUtime=0 cores=5,7
/proc/22125/task/22136/stat : 22136 (Finalizer) S 22122 22125 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34367612 19521036288 409345 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22143] ppid=22122 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/22125/task/22143/stat : 22143 (Common-Cleaner) S 22122 22125 21543 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34367613 19521036288 409345 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22144] ppid=22122 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/22125/task/22144/stat : 22144 (Timer-0) S 22122 22125 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34367649 19521036288 409345 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
Current children cumulated CPU time: 15.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1637380 KiB

[startup+25.5003 s]
/proc/loadavg: 4.33 4.50 4.55 5/342 22145
/proc/meminfo: memFree=119301068/131250000 swapFree=33010684/33010684
[pid=22125] ppid=22122 vsize=19063512 memory=1654164 CPUtime=29.11 cores=5,7
/proc/22125/stat : 22125 (java) S 22122 22125 21543 0 -1 4194304 25466 0 0 0 2872 39 0 0 20 0 20 0 34367609 19521036288 413541 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
/proc/22125/statm: 4765878 413541 5499 1 0 658942 0
[pid=22125/tid=22127] ppid=22122 vsize=19063512 memory=-6000919498526911085 CPUtime=24.88 cores=5,7
/proc/22125/task/22127/stat : 22127 (java) R 22122 22125 21543 0 -1 4194368 9177 0 0 0 2457 31 0 0 20 0 20 0 34367610 19521036288 413541 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22136] ppid=22122 vsize=19063512 memory=1641804 CPUtime=0 cores=5,7
/proc/22125/task/22136/stat : 22136 (Finalizer) S 22122 22125 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34367612 19521036288 413541 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22143] ppid=22122 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/22125/task/22143/stat : 22143 (Common-Cleaner) S 22122 22125 21543 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 34367613 19521036288 413541 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22144] ppid=22122 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/22125/task/22144/stat : 22144 (Timer-0) S 22122 22125 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34367649 19521036288 413541 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
Current children cumulated CPU time: 29.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1654164 KiB

[startup+51.1059 s]
/proc/loadavg: 4.21 4.45 4.53 5/340 22146
/proc/meminfo: memFree=118968820/131250000 swapFree=33010684/33010684
[pid=22125] ppid=22122 vsize=19063512 memory=1842936 CPUtime=54.99 cores=5,7
/proc/22125/stat : 22125 (java) S 22122 22125 21543 0 -1 4194304 30481 0 0 0 5457 42 0 0 20 0 20 0 34367609 19521036288 460734 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
/proc/22125/statm: 4765878 460734 5499 1 0 658975 0
[pid=22125/tid=22127] ppid=22122 vsize=19063512 memory=1697256 CPUtime=50.12 cores=5,7
/proc/22125/task/22127/stat : 22127 (java) R 22122 22125 21543 0 -1 4194368 11262 0 0 0 4981 31 0 0 20 0 20 0 34367610 19521036288 460734 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22136] ppid=22122 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/22125/task/22136/stat : 22136 (Finalizer) S 22122 22125 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34367612 19521036288 460734 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0

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

/proc/meminfo: memFree=108910140/131250000 swapFree=33010684/33010684
[pid=22125] ppid=22122 vsize=19063512 memory=5517520 CPUtime=3083.2 cores=5,7
/proc/22125/stat : 22125 (java) S 22122 22125 21543 0 -1 4194304 155044 0 0 0 307773 547 0 0 20 0 20 0 34367609 19521036288 1379380 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
/proc/22125/statm: 4765878 1379380 5531 1 0 1391389 0
[pid=22125/tid=22127] ppid=22122 vsize=19063512 memory=5517520 CPUtime=2652.29 cores=5,7
/proc/22125/task/22127/stat : 22127 (java) R 22122 22125 21543 0 -1 4194368 60449 0 0 0 265134 95 0 0 20 0 20 0 34367610 19521036288 1379380 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22136] ppid=22122 vsize=19063512 memory=5517520 CPUtime=0 cores=5,7
/proc/22125/task/22136/stat : 22136 (Finalizer) S 22122 22125 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34367612 19521036288 1379380 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22143] ppid=22122 vsize=19063512 memory=5517520 CPUtime=0 cores=5,7
/proc/22125/task/22143/stat : 22143 (Common-Cleaner) S 22122 22125 21543 0 -1 4194368 1346 0 0 0 0 0 0 0 20 0 20 0 34367613 19521036288 1379380 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22144] ppid=22122 vsize=19063512 memory=5517520 CPUtime=0 cores=5,7
/proc/22125/task/22144/stat : 22144 (Timer-0) S 22122 22125 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34367649 19521036288 1379380 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
Current children cumulated CPU time: 3083.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5517520 KiB

[startup+2742.3 s]
/proc/loadavg: 5.42 5.45 5.13 6/341 22311
/proc/meminfo: memFree=108449976/131250000 swapFree=33010684/33010684
[pid=22125] ppid=22122 vsize=19063512 memory=5517648 CPUtime=3165.89 cores=5,7
/proc/22125/stat : 22125 (java) S 22122 22125 21543 0 -1 4194304 159233 0 0 0 316018 571 0 0 20 0 20 0 34367609 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
/proc/22125/statm: 4765878 1379412 5531 1 0 1391389 0
[pid=22125/tid=22127] ppid=22122 vsize=19063512 memory=5517520 CPUtime=2711.94 cores=5,7
/proc/22125/task/22127/stat : 22127 (java) R 22122 22125 21543 0 -1 4194368 62333 0 0 0 271099 95 0 0 20 0 20 0 34367610 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22136] ppid=22122 vsize=19063512 memory=5517520 CPUtime=0 cores=5,7
/proc/22125/task/22136/stat : 22136 (Finalizer) S 22122 22125 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34367612 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22143] ppid=22122 vsize=19063512 memory=5517520 CPUtime=0 cores=5,7
/proc/22125/task/22143/stat : 22143 (Common-Cleaner) S 22122 22125 21543 0 -1 4194368 1374 0 0 0 0 0 0 0 20 0 20 0 34367613 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22144] ppid=22122 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/22125/task/22144/stat : 22144 (Timer-0) S 22122 22125 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34367649 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
Current children cumulated CPU time: 3165.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5517648 KiB

[startup+2802.3 s]
/proc/loadavg: 5.29 5.41 5.14 6/339 22313
/proc/meminfo: memFree=108445264/131250000 swapFree=33010684/33010684
[pid=22125] ppid=22122 vsize=19063512 memory=5517648 CPUtime=3250.42 cores=5,7
/proc/22125/stat : 22125 (java) S 22122 22125 21543 0 -1 4194304 161050 0 0 0 324445 597 0 0 20 0 20 0 34367609 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
/proc/22125/statm: 4765878 1379412 5531 1 0 1391389 0
[pid=22125/tid=22127] ppid=22122 vsize=19063512 memory=5517648 CPUtime=2771.61 cores=5,7
/proc/22125/task/22127/stat : 22127 (java) R 22122 22125 21543 0 -1 4194368 63134 0 0 0 277066 95 0 0 20 0 20 0 34367610 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22136] ppid=22122 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/22125/task/22136/stat : 22136 (Finalizer) S 22122 22125 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34367612 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22143] ppid=22122 vsize=19063512 memory=5517648 CPUtime=0 cores=5,7
/proc/22125/task/22143/stat : 22143 (Common-Cleaner) S 22122 22125 21543 0 -1 4194368 1401 0 0 0 0 0 0 0 20 0 20 0 34367613 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22144] ppid=22122 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/22125/task/22144/stat : 22144 (Timer-0) S 22122 22125 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34367649 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
Current children cumulated CPU time: 3250.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5517648 KiB

[startup+2862.3 s]
/proc/loadavg: 5.03 5.32 5.12 5/338 22381
/proc/meminfo: memFree=111843600/131250000 swapFree=33010684/33010684
[pid=22125] ppid=22122 vsize=19063512 memory=5517648 CPUtime=3333.65 cores=5,7
/proc/22125/stat : 22125 (java) S 22122 22125 21543 0 -1 4194304 165072 0 0 0 332743 622 0 0 20 0 20 0 34367609 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
/proc/22125/statm: 4765878 1379412 5531 1 0 1391389 0
[pid=22125/tid=22127] ppid=22122 vsize=19063512 memory=5517648 CPUtime=2831.29 cores=5,7
/proc/22125/task/22127/stat : 22127 (java) R 22122 22125 21543 0 -1 4194368 65136 0 0 0 283033 96 0 0 20 0 20 0 34367610 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22136] ppid=22122 vsize=19063512 memory=-6000919498526911085 CPUtime=0 cores=5,7
/proc/22125/task/22136/stat : 22136 (Finalizer) S 22122 22125 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34367612 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22143] ppid=22122 vsize=19063512 memory=5517648 CPUtime=0 cores=5,7
/proc/22125/task/22143/stat : 22143 (Common-Cleaner) S 22122 22125 21543 0 -1 4194368 1402 0 0 0 0 0 0 0 20 0 20 0 34367613 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22144] ppid=22122 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/22125/task/22144/stat : 22144 (Timer-0) S 22122 22125 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34367649 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
Current children cumulated CPU time: 3333.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5517648 KiB

[startup+2922.3 s]
/proc/loadavg: 5.05 5.27 5.12 6/339 22384
/proc/meminfo: memFree=111688892/131250000 swapFree=33010684/33010684
[pid=22125] ppid=22122 vsize=19063512 memory=5517648 CPUtime=3409.76 cores=5,7
/proc/22125/stat : 22125 (java) S 22122 22125 21543 0 -1 4194304 165969 0 0 0 340338 638 0 0 20 0 20 0 34367609 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
/proc/22125/statm: 4765878 1379412 5531 1 0 1391389 0
[pid=22125/tid=22127] ppid=22122 vsize=19063512 memory=-6000919498526911085 CPUtime=2890.97 cores=5,7
/proc/22125/task/22127/stat : 22127 (java) R 22122 22125 21543 0 -1 4194368 65166 0 0 0 289001 96 0 0 20 0 20 0 34367610 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22136] ppid=22122 vsize=19063512 memory=14432 CPUtime=0 cores=5,7
/proc/22125/task/22136/stat : 22136 (Finalizer) S 22122 22125 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34367612 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22143] ppid=22122 vsize=19063512 memory=5517648 CPUtime=0 cores=5,7
/proc/22125/task/22143/stat : 22143 (Common-Cleaner) S 22122 22125 21543 0 -1 4194368 1425 0 0 0 0 0 0 0 20 0 20 0 34367613 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22144] ppid=22122 vsize=19063512 memory=5517648 CPUtime=0 cores=5,7
/proc/22125/task/22144/stat : 22144 (Timer-0) S 22122 22125 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34367649 19521036288 1379412 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
Current children cumulated CPU time: 3409.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5517648 KiB

[startup+2982.3 s]
/proc/loadavg: 4.72 5.14 5.08 5/339 22520
/proc/meminfo: memFree=118387888/131250000 swapFree=33010684/33010684
[pid=22125] ppid=22122 vsize=19063512 memory=5951272 CPUtime=3486.39 cores=5,7
/proc/22125/stat : 22125 (java) S 22122 22125 21543 0 -1 4194304 170995 0 0 0 347977 662 0 0 20 0 20 0 34367609 19521036288 1487818 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
/proc/22125/statm: 4765878 1487818 5531 1 0 1500006 0
[pid=22125/tid=22127] ppid=22122 vsize=19063512 memory=5517648 CPUtime=2950.18 cores=5,7
/proc/22125/task/22127/stat : 22127 (java) R 22122 22125 21543 0 -1 4194368 67365 0 0 0 294914 104 0 0 20 0 20 0 34367610 19521036288 1487818 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22136] ppid=22122 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/22125/task/22136/stat : 22136 (Finalizer) S 22122 22125 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34367612 19521036288 1487818 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22143] ppid=22122 vsize=19063512 memory=5944664 CPUtime=0 cores=5,7
/proc/22125/task/22143/stat : 22143 (Common-Cleaner) S 22122 22125 21543 0 -1 4194368 1426 0 0 0 0 0 0 0 20 0 20 0 34367613 19521036288 1487818 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22144] ppid=22122 vsize=19063512 memory=5517648 CPUtime=0 cores=5,7
/proc/22125/task/22144/stat : 22144 (Timer-0) S 22122 22125 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34367649 19521036288 1487818 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
Current children cumulated CPU time: 3486.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5951272 KiB

[startup+3042.3 s]
/proc/loadavg: 4.63 5.04 5.05 5/341 22526
/proc/meminfo: memFree=117645700/131250000 swapFree=33010684/33010684
[pid=22125] ppid=22122 vsize=19063512 memory=5951272 CPUtime=3563.58 cores=5,7
/proc/22125/stat : 22125 (java) S 22122 22125 21543 0 -1 4194304 175277 0 0 0 355677 681 0 0 20 0 20 0 34367609 19521036288 1487818 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
/proc/22125/statm: 4765878 1487818 5531 1 0 1500015 0
[pid=22125/tid=22127] ppid=22122 vsize=19063512 memory=3200 CPUtime=3009.22 cores=5,7
/proc/22125/task/22127/stat : 22127 (java) R 22122 22125 21543 0 -1 4194368 69319 0 0 0 300818 104 0 0 20 0 20 0 34367610 19521036288 1487818 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22136] ppid=22122 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/22125/task/22136/stat : 22136 (Finalizer) S 22122 22125 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34367612 19521036288 1487818 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22143] ppid=22122 vsize=19063512 memory=5951272 CPUtime=0 cores=5,7
/proc/22125/task/22143/stat : 22143 (Common-Cleaner) S 22122 22125 21543 0 -1 4194368 1458 0 0 0 0 0 0 0 20 0 20 0 34367613 19521036288 1487818 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22144] ppid=22122 vsize=19063512 memory=-6000919498526911085 CPUtime=0 cores=5,7
/proc/22125/task/22144/stat : 22144 (Timer-0) S 22122 22125 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34367649 19521036288 1487818 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
Current children cumulated CPU time: 3563.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5951272 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3068.8 s]
/proc/loadavg: 4.60 5.00 5.04 5/341 22530
/proc/meminfo: memFree=117399300/131250000 swapFree=33010684/33010684
[pid=22125] ppid=22122 vsize=19063512 memory=5951272 CPUtime=3600.01 cores=5,7
/proc/22125/stat : 22125 (java) S 22122 22125 21543 0 -1 4194304 175381 0 0 0 359311 690 0 0 20 0 20 0 34367609 19521036288 1487818 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
/proc/22125/statm: 4765878 1487818 5531 1 0 1500015 0
[pid=22125/tid=22127] ppid=22122 vsize=19063512 memory=10752 CPUtime=3035.15 cores=5,7
/proc/22125/task/22127/stat : 22127 (java) R 22122 22125 21543 0 -1 4194368 69353 0 0 0 303411 104 0 0 20 0 20 0 34367610 19521036288 1487818 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22136] ppid=22122 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/22125/task/22136/stat : 22136 (Finalizer) S 22122 22125 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34367612 19521036288 1487818 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22143] ppid=22122 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/22125/task/22143/stat : 22143 (Common-Cleaner) S 22122 22125 21543 0 -1 4194368 1458 0 0 0 0 0 0 0 20 0 20 0 34367613 19521036288 1487818 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
[pid=22125/tid=22144] ppid=22122 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/22125/task/22144/stat : 22144 (Timer-0) S 22122 22125 21543 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 34367649 19521036288 1487818 18446744073709551615 94182144081920 94182144085616 140735175474720 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94182144093432 94182144094224 94182162477056 140735175481726 140735175481830 140735175481830 140735175487432 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5951272 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.25 s, system=6.93025 s

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

Child status: 143

Real time (s): 3068.9
CPU time (s): 3600.18
CPU user time (s): 3593.25
CPU system time (s): 6.93025
CPU usage (%): 117.312
Max. virtual memory (cumulated for all children) (KiB): 19069284
Max. memory (cumulated for all children) (KiB): 5951272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.25
system time used= 6.93025
maximum resident set size= 5952296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176890
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 167890
involuntary context switches= 43514


# summary of solver processes directly reported to runsolver:
#   pid: 22125
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3593.25
#   total CPU system time (s): 6.93025

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.64241 second user time and 14.4509 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 10:48:21
IDJOB=4506946
IDBENCH=158309
IDSOLVER=3361
FILE ID=nodeC019/4506946-1751186901
RUNJOBID= nodeC019-1751183386-21559
SLURM_JOB_ID= 9587570
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K133.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506946-1751186901/watcher-4506946-1751186901 -o /tmp/evaluation-result-4506946-1751186901/solver-4506946-1751186901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751183386-21559 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4506946-1751186901.opb

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

MD5SUM BENCH= 9ec822d6c0cd68d217a6cdee070ca11c
RANDOM SEED=942017416

nodeC019 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.682
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.37
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		: 3605.744
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.37
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		: 3593.200
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.37
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.685
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.37
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		: 3599.668
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.37
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.677
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.37
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.679
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.37
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.289
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121015956 kB
MemAvailable:   120813584 kB
Buffers:            3280 kB
Cached:           607596 kB
SwapCached:            0 kB
Active:          9280268 kB
Inactive:         350848 kB
Active(anon):    9038304 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   350848 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1684 kB
Writeback:             0 kB
AnonPages:       9022916 kB
Mapped:           122648 kB
Shmem:             18064 kB
KReclaimable:      88108 kB
Slab:             173052 kB
SReclaimable:      88108 kB
SUnreclaim:        84944 kB
KernelStack:        5232 kB
PageTables:        21340 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   10879916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8759296 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC019 at 2025-06-29 11:39:30