Trace number 4486154

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.47 3518.05

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-pp08aCUTS.opb
MD5SUM68d3283fc4d6e87aa4e5381bdb1e8107
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7526401
Best CPU time to get the best result obtained on this benchmark70141.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4600
Total number of constraints310
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 constraints310
Minimum length of a constraint17
Maximum length of a constraint147
Number of terms in the objective function 3424
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 180407058264
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 180407058264
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.14	c version PB25.v20250606
0.12/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.16	c java.vm.version	22.0.1+8-16
0.12/0.16	c java.vm.vendor	Oracle Corporation
0.12/0.16	c sun.arch.data.model	64
0.12/0.16	c java.version		22.0.1
0.12/0.16	c os.name		Linux
0.12/0.16	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.16	c os.arch		amd64
0.12/0.17	c Free memory 		2104792832
0.12/0.17	c Max memory 		16282288128
0.12/0.17	c Total memory 		2113929216
0.12/0.18	c Number of processors 	2
0.44/0.33	c Pseudo Boolean Optimization by upper bound
0.44/0.33	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.33	c  - never skip resolution steps
0.44/0.33	c  - Auto-division on coefficients is disabled
0.44/0.33	c  - No postprocessing
0.44/0.33	c  - Conflict is considered as is when resolving
0.44/0.33	c  - Use constraints as they come during conflict analysis
0.44/0.33	c  - Weaken first using unassigned literals
0.44/0.33	c  - Bump strategy: ALWAYS_ONE
0.44/0.33	c  - Bumper: ANY
0.44/0.33	c --- Begin Solver configuration ---
0.44/0.33	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.44/0.33	c Learn all clauses as in MiniSAT
0.44/0.33	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.33	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.33	c No reason simplification
0.44/0.33	c Armin Biere (Picosat) restarts strategy
0.44/0.33	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.44/0.33	c timeout=2147483s
0.44/0.33	c DB Simplification allowed=false
0.44/0.33	c Listener: none
0.44/0.33	c --- End Solver configuration ---
0.44/0.33	c solving HOME/instance-4486154-1751313393.opb
0.44/0.33	c reading problem ... 
0.44/0.33	c  objective function found
0.82/0.59	c ... done. Wall clock time 0.255s.
0.82/0.60	c declared #vars     4600
0.82/0.60	c #constraints  374
0.82/0.60	c constraints type 
0.82/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 374
0.82/0.60	c 374 constraints processed.
0.97/0.63	c objective function length is 3424 literals
49.68/41.12	c cleaning 2492 clauses out of 5000
284.44/273.37	c cleaning 4254 clauses out of 8508
586.23/571.72	c cleaning 5619 clauses out of 11256
710.63/694.63	c cleaning 6810 clauses out of 13635
760.55/744.15	c cleaning 7905 clauses out of 15825
854.19/837.30	c cleaning 8953 clauses out of 17921
1016.90/999.20	c cleaning 9978 clauses out of 19967
1363.90/1341.64	c cleaning 10988 clauses out of 21989
1783.03/1750.94	c cleaning 11996 clauses out of 24002
2280.40/2234.00	c cleaning 12998 clauses out of 26006
2968.74/2898.90	c cleaning 13998 clauses out of 28008
3600.02/3517.83	c starts		: 101
3600.02/3517.86	c conflicts		: 124979
3600.02/3517.86	c decisions		: 216756
3600.02/3517.86	c propagations		: 879114
3600.02/3517.86	c inspects		: 2889157730
3600.02/3517.86	c shortcuts		: 0
3600.02/3517.86	c learnt literals	: 0
3600.02/3517.86	c learnt binary clauses	: 0
3600.02/3517.86	c learnt ternary clauses	: 0
3600.02/3517.86	c learnt constraints	: 124979
3600.02/3517.86	c ignored constraints	: 0
3600.02/3517.86	c root simplifications	: 0
3600.02/3517.86	c removed literals (reason simplification)	: 0
3600.02/3517.87	c reason swapping (by a shorter reason)	: 0
3600.02/3517.87	c Calls to reduceDB	: 11
3600.02/3517.87	c Number of update (reduction) of LBD	: 0
3600.02/3517.87	c Imported unit clauses	: 0
3600.02/3517.87	c No decision after first conflict	: false
3600.02/3517.87	c number of reductions to clauses (during analyze)	: 0
3600.02/3517.87	c number of learned constraints concerned by reduction	: 0
3600.02/3517.87	c number of learning phase by resolution	: 0
3600.02/3517.87	c number of learning phase by cutting planes	: 0
3600.02/3517.87	c number of rounding to 1 operations	: 0
3600.02/3517.88	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3517.88	c number of reductions of the coefficients by power 2 	: 0
3600.02/3517.88	c number of right shift for reduction by power 2 	: 0
3600.02/3517.88	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3517.88	c number of ending skipping 	: 0
3600.02/3517.88	c number of internal skipping 	: 0
3600.02/3517.88	c number of derivation steps 	: 639523
3600.02/3517.88	c number of skipped derivation steps 	: 0
3600.02/3517.88	c number of remaining unassigned 	: 111823
3600.02/3517.88	c number of remaining assigned 	: 42394894
3600.02/3517.88	c number of falsified literals weakened from reason	: 0
3600.02/3517.88	c number of falsified literals weakened from conflict	: 0
3600.02/3517.88	c time for arithmetic operations	: 306135825392
3600.22/3517.91	c minimum degree of deleted constraints	: null
3600.22/3517.91	c maximum degree of deleted constraints	: null
3600.22/3517.91	c number of deleted constraints	: 0
3600.22/3517.91	c speed (assignments/second)	: 249.9422847505507
3600.22/3517.91	c non guided choices	: 2060
3600.22/3517.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1473
3600.22/3517.99	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 27515
3600.22/3517.99	s UNKNOWN
3600.22/3517.99	c Total wall clock time (in seconds): 3517.66

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (58716 MiB free)
  memory of node 1: 64507 MiB (60506 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=45421, runsolver pid=45418

[startup+0.100067 s]*
/proc/loadavg: 4.59 4.43 4.31 5/326 45439
/proc/meminfo: memFree=122067024/131382116 swapFree=33010684/33010684
[pid=45421] ppid=45418 vsize=18930384 memory=48980 CPUtime=0.12 cores=4,6
/proc/45421/stat : 45421 (java) S 45418 45421 44061 0 -1 4194304 5938 0 0 0 10 2 0 0 20 0 18 0 47019017 19384713216 12245 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
/proc/45421/statm: 4732596 12245 5308 1 0 547104 0
[pid=45421/tid=45423] ppid=45418 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/45421/task/45423/stat : 45423 (java) R 45418 45421 44061 0 -1 4194368 4815 0 0 0 6 1 0 0 20 0 18 0 47019018 19384713216 12245 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45432] ppid=45418 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/45421/task/45432/stat : 45432 (Finalizer) S 45418 45421 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47019021 19384713216 12245 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45439] ppid=45418 vsize=18930384 memory=59593594265959 CPUtime=0 cores=4,6
/proc/45421/task/45439/stat : 45439 (Common-Cleaner) S 45418 45421 44061 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47019022 19384713216 12245 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48980 KiB

[startup+0.211819 s]*
/proc/loadavg: 4.59 4.43 4.31 5/326 45439
/proc/meminfo: memFree=122060976/131382116 swapFree=33010684/33010684
[pid=45421] ppid=45418 vsize=18930384 memory=58052 CPUtime=0.27 cores=4,6
/proc/45421/stat : 45421 (java) S 45418 45421 44061 0 -1 4194304 6634 0 0 0 24 3 0 0 20 0 18 0 47019017 19384713216 14513 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
/proc/45421/statm: 4732596 14513 5340 1 0 547659 0
[pid=45421/tid=45423] ppid=45418 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=4,6
/proc/45421/task/45423/stat : 45423 (java) R 45418 45421 44061 0 -1 4194368 5101 0 0 0 16 1 0 0 20 0 18 0 47019018 19384713216 14513 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45432] ppid=45418 vsize=18930384 memory=1641 CPUtime=0 cores=4,6
/proc/45421/task/45432/stat : 45432 (Finalizer) S 45418 45421 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47019021 19384713216 14513 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45439] ppid=45418 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/45421/task/45439/stat : 45439 (Common-Cleaner) S 45418 45421 44061 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47019022 19384713216 14513 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58052 KiB

[startup+0.312573 s]*
/proc/loadavg: 4.59 4.43 4.31 6/326 45439
/proc/meminfo: memFree=122060976/131382116 swapFree=33010684/33010684
[pid=45421] ppid=45418 vsize=18930384 memory=59460 CPUtime=0.44 cores=4,6
/proc/45421/stat : 45421 (java) S 45418 45421 44061 0 -1 4194304 6926 0 0 0 41 3 0 0 20 0 18 0 47019017 19384713216 14865 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
/proc/45421/statm: 4732596 14865 5436 1 0 547859 0
[pid=45421/tid=45423] ppid=45418 vsize=18930384 memory=-6000919472773687147 CPUtime=0.27 cores=4,6
/proc/45421/task/45423/stat : 45423 (java) R 45418 45421 44061 0 -1 4194368 5280 0 0 0 25 2 0 0 20 0 18 0 47019018 19384713216 14865 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45432] ppid=45418 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/45421/task/45432/stat : 45432 (Finalizer) S 45418 45421 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47019021 19384713216 14865 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45439] ppid=45418 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/45421/task/45439/stat : 45439 (Common-Cleaner) S 45418 45421 44061 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47019022 19384713216 14865 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59460 KiB

[startup+0.700376 s]
/proc/loadavg: 4.59 4.43 4.31 6/326 45439
/proc/meminfo: memFree=122060976/131382116 swapFree=33010684/33010684
[pid=45421] ppid=45418 vsize=18998276 memory=86692 CPUtime=1.15 cores=4,6
/proc/45421/stat : 45421 (java) S 45418 45421 44061 0 -1 4194304 9052 0 0 0 110 5 0 0 20 0 19 0 47019017 19454234624 21673 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
/proc/45421/statm: 4749569 21673 5468 1 0 549694 0
[pid=45421/tid=45423] ppid=45418 vsize=18998276 memory=17664 CPUtime=0.57 cores=4,6
/proc/45421/task/45423/stat : 45423 (java) R 45418 45421 44061 0 -1 4194368 5494 0 0 0 55 2 0 0 20 0 19 0 47019018 19454234624 21673 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45432] ppid=45418 vsize=18998276 memory=11136 CPUtime=0 cores=4,6
/proc/45421/task/45432/stat : 45432 (Finalizer) S 45418 45421 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47019021 19454234624 21673 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45439] ppid=45418 vsize=18998276 memory=3328 CPUtime=0 cores=4,6
/proc/45421/task/45439/stat : 45439 (Common-Cleaner) S 45418 45421 44061 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47019022 19454234624 21673 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18998276 KiB
Current children cumulated memory: 86692 KiB

[startup+1.50029 s]
/proc/loadavg: 4.59 4.43 4.31 6/327 45440
/proc/meminfo: memFree=122024456/131382116 swapFree=33010684/33010684
[pid=45421] ppid=45418 vsize=19063512 memory=172828 CPUtime=2.73 cores=4,6
/proc/45421/stat : 45421 (java) S 45418 45421 44061 0 -1 4194304 16640 0 0 0 264 9 0 0 20 0 20 0 47019017 19521036288 43207 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
/proc/45421/statm: 4765878 43207 5532 1 0 552036 0
[pid=45421/tid=45423] ppid=45418 vsize=19063512 memory=3328 CPUtime=1.28 cores=4,6
/proc/45421/task/45423/stat : 45423 (java) R 45418 45421 44061 0 -1 4194368 5841 0 0 0 124 4 0 0 20 0 20 0 47019018 19521036288 43207 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45432] ppid=45418 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/45421/task/45432/stat : 45432 (Finalizer) S 45418 45421 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47019021 19521036288 43207 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45439] ppid=45418 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/45421/task/45439/stat : 45439 (Common-Cleaner) S 45418 45421 44061 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 47019022 19521036288 43207 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45440] ppid=45418 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/45421/task/45440/stat : 45440 (Timer-0) S 45418 45421 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47019081 19521036288 43207 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172828 KiB

[startup+3.10556 s]
/proc/loadavg: 4.59 4.43 4.31 6/328 45441
/proc/meminfo: memFree=121633736/131382116 swapFree=33010684/33010684
[pid=45421] ppid=45418 vsize=19063512 memory=491564 CPUtime=5.7 cores=4,6
/proc/45421/stat : 45421 (java) S 45418 45421 44061 0 -1 4194304 19968 0 0 0 554 16 0 0 20 0 20 0 47019017 19521036288 122891 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
/proc/45421/statm: 4765878 122891 5532 1 0 844933 0
[pid=45421/tid=45423] ppid=45418 vsize=19063512 memory=14336 CPUtime=2.73 cores=4,6
/proc/45421/task/45423/stat : 45423 (java) R 45418 45421 44061 0 -1 4194368 6326 0 0 0 263 10 0 0 20 0 20 0 47019018 19521036288 122891 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45432] ppid=45418 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/45421/task/45432/stat : 45432 (Finalizer) S 45418 45421 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47019021 19521036288 122891 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45439] ppid=45418 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/45421/task/45439/stat : 45439 (Common-Cleaner) S 45418 45421 44061 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 47019022 19521036288 122891 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45440] ppid=45418 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/45421/task/45440/stat : 45440 (Timer-0) S 45418 45421 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47019081 19521036288 122891 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
Current children cumulated CPU time: 5.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 491564 KiB

[startup+6.30027 s]
/proc/loadavg: 4.62 4.44 4.31 6/328 45441
/proc/meminfo: memFree=121265328/131382116 swapFree=33010684/33010684
[pid=45421] ppid=45418 vsize=19063512 memory=929828 CPUtime=9.56 cores=4,6
/proc/45421/stat : 45421 (java) S 45418 45421 44061 0 -1 4194304 21516 0 0 0 930 26 0 0 20 0 20 0 47019017 19521036288 232457 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
/proc/45421/statm: 4765878 232457 5532 1 0 1009954 0
[pid=45421/tid=45423] ppid=45418 vsize=19063512 memory=0 CPUtime=5.7 cores=4,6
/proc/45421/task/45423/stat : 45423 (java) R 45418 45421 44061 0 -1 4194368 6570 0 0 0 552 18 0 0 20 0 20 0 47019018 19521036288 232457 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45432] ppid=45418 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/45421/task/45432/stat : 45432 (Finalizer) S 45418 45421 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47019021 19521036288 232457 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45439] ppid=45418 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/45421/task/45439/stat : 45439 (Common-Cleaner) S 45418 45421 44061 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 47019022 19521036288 232457 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45440] ppid=45418 vsize=19063512 memory=175028 CPUtime=0 cores=4,6
/proc/45421/task/45440/stat : 45440 (Timer-0) S 45418 45421 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47019081 19521036288 232457 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
Current children cumulated CPU time: 9.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 929828 KiB

[startup+12.7003 s]
/proc/loadavg: 4.65 4.45 4.32 5/328 45441
/proc/meminfo: memFree=120354200/131382116 swapFree=33010684/33010684
[pid=45421] ppid=45418 vsize=19063512 memory=1716348 CPUtime=17.75 cores=4,6
/proc/45421/stat : 45421 (java) S 45418 45421 44061 0 -1 4194304 35349 0 0 0 1728 47 0 0 20 0 20 0 47019017 19521036288 429087 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
/proc/45421/statm: 4765878 429087 5532 1 0 1018081 0
[pid=45421/tid=45423] ppid=45418 vsize=19063512 memory=175028 CPUtime=11.98 cores=4,6
/proc/45421/task/45423/stat : 45423 (java) R 45418 45421 44061 0 -1 4194368 7324 0 0 0 1165 33 0 0 20 0 20 0 47019018 19521036288 429087 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45432] ppid=45418 vsize=19063512 memory=1716348 CPUtime=0 cores=4,6
/proc/45421/task/45432/stat : 45432 (Finalizer) S 45418 45421 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47019021 19521036288 429087 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45439] ppid=45418 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/45421/task/45439/stat : 45439 (Common-Cleaner) S 45418 45421 44061 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 47019022 19521036288 429087 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45440] ppid=45418 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/45421/task/45440/stat : 45440 (Timer-0) S 45418 45421 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47019081 19521036288 429087 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
Current children cumulated CPU time: 17.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1716348 KiB

[startup+25.5005 s]
/proc/loadavg: 4.59 4.44 4.32 6/327 45507
/proc/meminfo: memFree=119949732/131382116 swapFree=33010684/33010684
[pid=45421] ppid=45418 vsize=19063512 memory=2415360 CPUtime=33.4 cores=4,6
/proc/45421/stat : 45421 (java) S 45418 45421 44061 0 -1 4194304 52832 0 0 0 3275 65 0 0 20 0 20 0 47019017 19521036288 603840 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
/proc/45421/statm: 4765878 603840 5532 1 0 1019095 0
[pid=45421/tid=45423] ppid=45418 vsize=19063512 memory=0 CPUtime=24.5 cores=4,6
/proc/45421/task/45423/stat : 45423 (java) R 45418 45421 44061 0 -1 4194368 10501 0 0 0 2406 44 0 0 20 0 20 0 47019018 19521036288 603840 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45432] ppid=45418 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/45421/task/45432/stat : 45432 (Finalizer) S 45418 45421 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47019021 19521036288 603840 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45439] ppid=45418 vsize=19063512 memory=2415360 CPUtime=0 cores=4,6
/proc/45421/task/45439/stat : 45439 (Common-Cleaner) S 45418 45421 44061 0 -1 4194368 52 0 0 0 0 0 0 0 20 0 20 0 47019022 19521036288 603840 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45440] ppid=45418 vsize=19063512 memory=2024148 CPUtime=0 cores=4,6
/proc/45421/task/45440/stat : 45440 (Timer-0) S 45418 45421 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47019081 19521036288 603840 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
Current children cumulated CPU time: 33.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2415360 KiB

[startup+51.1134 s]
/proc/loadavg: 4.53 4.44 4.32 5/328 45640
/proc/meminfo: memFree=117183708/131382116 swapFree=33010684/33010684
[pid=45421] ppid=45418 vsize=19063512 memory=2542840 CPUtime=59.85 cores=4,6
/proc/45421/stat : 45421 (java) S 45418 45421 44061 0 -1 4194304 60836 0 0 0 5914 71 0 0 20 0 20 0 47019017 19521036288 635710 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
/proc/45421/statm: 4765878 635710 5532 1 0 1019177 0
[pid=45421/tid=45423] ppid=45418 vsize=19063512 memory=2415488 CPUtime=49.62 cores=4,6
/proc/45421/task/45423/stat : 45423 (java) R 45418 45421 44061 0 -1 4194368 13954 0 0 0 4917 45 0 0 20 0 20 0 47019018 19521036288 635710 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45432] ppid=45418 vsize=19063512 memory=2528500 CPUtime=0 cores=4,6
/proc/45421/task/45432/stat : 45432 (Finalizer) S 45418 45421 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47019021 19521036288 635710 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45439] ppid=45418 vsize=19063512 memory=2542840 CPUtime=0 cores=4,6
/proc/45421/task/45439/stat : 45439 (Common-Cleaner) S 45418 45421 44061 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 47019022 19521036288 635710 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45440] ppid=45418 vsize=19063512 memory=14336 CPUtime=0 cores=4,6

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

/proc/45421/task/45432/stat : 45432 (Finalizer) S 45418 45421 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 47019021 19589197824 1984395 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45439] ppid=45418 vsize=19130076 memory=14336 CPUtime=0 cores=4,6
/proc/45421/task/45439/stat : 45439 (Common-Cleaner) S 45418 45421 44061 0 -1 4194368 1829 0 0 0 0 0 0 0 20 0 21 0 47019022 19589197824 1984395 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45440] ppid=45418 vsize=19130076 memory=17664 CPUtime=0 cores=4,6
/proc/45421/task/45440/stat : 45440 (Timer-0) S 45418 45421 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 47019081 19589197824 1984395 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
Current children cumulated CPU time: 3177.93 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7937580 KiB

[startup+3162.3 s]
/proc/loadavg: 3.44 4.04 4.29 4/305 45839
/proc/meminfo: memFree=110381452/131382116 swapFree=33010684/33010684
[pid=45421] ppid=45418 vsize=19130076 memory=8266200 CPUtime=3238.58 cores=4,6
/proc/45421/stat : 45421 (java) S 45418 45421 44061 0 -1 4194304 191662 0 0 0 323451 407 0 0 20 0 21 0 47019017 19589197824 2066550 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
/proc/45421/statm: 4782519 2066550 5564 1 0 2116998 0
[pid=45421/tid=45423] ppid=45418 vsize=19130076 memory=4439304 CPUtime=3084.58 cores=4,6
/proc/45421/task/45423/stat : 45423 (java) R 45418 45421 44061 0 -1 4194368 87780 0 0 0 308309 149 0 0 20 0 21 0 47019018 19589197824 2066550 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45432] ppid=45418 vsize=19130076 memory=4439304 CPUtime=0 cores=4,6
/proc/45421/task/45432/stat : 45432 (Finalizer) S 45418 45421 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 47019021 19589197824 2066550 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45439] ppid=45418 vsize=19130076 memory=14336 CPUtime=0 cores=4,6
/proc/45421/task/45439/stat : 45439 (Common-Cleaner) S 45418 45421 44061 0 -1 4194368 1885 0 0 0 0 0 0 0 20 0 21 0 47019022 19589197824 2066550 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45440] ppid=45418 vsize=19130076 memory=7937708 CPUtime=0 cores=4,6
/proc/45421/task/45440/stat : 45440 (Timer-0) S 45418 45421 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 47019081 19589197824 2066550 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
Current children cumulated CPU time: 3238.58 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8266200 KiB

[startup+3222.31 s]
/proc/loadavg: 3.41 3.93 4.23 4/304 45841
/proc/meminfo: memFree=110070668/131382116 swapFree=33010684/33010684
[pid=45421] ppid=45418 vsize=19130076 memory=8578324 CPUtime=3299.99 cores=4,6
/proc/45421/stat : 45421 (java) S 45418 45421 44061 0 -1 4194304 192654 0 0 0 329581 418 0 0 20 0 21 0 47019017 19589197824 2144581 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
/proc/45421/statm: 4782519 2144581 5564 1 0 2196385 0
[pid=45421/tid=45423] ppid=45418 vsize=19130076 memory=4439304 CPUtime=3140.77 cores=4,6
/proc/45421/task/45423/stat : 45423 (java) R 45418 45421 44061 0 -1 4194368 88477 0 0 0 313922 155 0 0 20 0 21 0 47019018 19589197824 2144581 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45432] ppid=45418 vsize=19130076 memory=7937708 CPUtime=0 cores=4,6
/proc/45421/task/45432/stat : 45432 (Finalizer) S 45418 45421 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 47019021 19589197824 2144581 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45439] ppid=45418 vsize=19130076 memory=8578324 CPUtime=0 cores=4,6
/proc/45421/task/45439/stat : 45439 (Common-Cleaner) S 45418 45421 44061 0 -1 4194368 1886 0 0 0 0 0 0 0 20 0 21 0 47019022 19589197824 2144581 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45440] ppid=45418 vsize=19130076 memory=8578324 CPUtime=0 cores=4,6
/proc/45421/task/45440/stat : 45440 (Timer-0) S 45418 45421 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 47019081 19589197824 2144581 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
Current children cumulated CPU time: 3299.99 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8578324 KiB

[startup+3282.3 s]
/proc/loadavg: 3.38 3.82 4.17 4/304 45844
/proc/meminfo: memFree=108543236/131382116 swapFree=33010684/33010684
[pid=45421] ppid=45418 vsize=19130076 memory=10097552 CPUtime=3361.22 cores=4,6
/proc/45421/stat : 45421 (java) S 45418 45421 44061 0 -1 4194304 196441 0 0 0 335670 452 0 0 20 0 21 0 47019017 19589197824 2524388 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
/proc/45421/statm: 4782519 2524388 5564 1 0 2582830 0
[pid=45421/tid=45423] ppid=45418 vsize=19130076 memory=10097552 CPUtime=3196.89 cores=4,6
/proc/45421/task/45423/stat : 45423 (java) R 45418 45421 44061 0 -1 4194368 90721 0 0 0 319503 186 0 0 20 0 21 0 47019018 19589197824 2524388 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45432] ppid=45418 vsize=19130076 memory=17664 CPUtime=0 cores=4,6
/proc/45421/task/45432/stat : 45432 (Finalizer) S 45418 45421 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 47019021 19589197824 2524388 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45439] ppid=45418 vsize=19130076 memory=17664 CPUtime=0 cores=4,6
/proc/45421/task/45439/stat : 45439 (Common-Cleaner) S 45418 45421 44061 0 -1 4194368 1951 0 0 0 0 0 0 0 20 0 21 0 47019022 19589197824 2524388 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45440] ppid=45418 vsize=19130076 memory=17664 CPUtime=0 cores=4,6
/proc/45421/task/45440/stat : 45440 (Timer-0) S 45418 45421 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 47019081 19589197824 2524388 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
Current children cumulated CPU time: 3361.22 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10097552 KiB

[startup+3342.3 s]
/proc/loadavg: 3.39 3.73 4.12 4/305 45847
/proc/meminfo: memFree=107047048/131382116 swapFree=33010684/33010684
[pid=45421] ppid=45418 vsize=19130076 memory=11583980 CPUtime=3422.64 cores=4,6
/proc/45421/stat : 45421 (java) S 45418 45421 44061 0 -1 4194304 202583 0 0 0 341776 488 0 0 20 0 21 0 47019017 19589197824 2895995 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
/proc/45421/statm: 4782519 2895995 5564 1 0 2960922 0
[pid=45421/tid=45423] ppid=45418 vsize=19130076 memory=11583980 CPUtime=3253.41 cores=4,6
/proc/45421/task/45423/stat : 45423 (java) R 45418 45421 44061 0 -1 4194368 95139 0 0 0 325126 215 0 0 20 0 21 0 47019018 19589197824 2895995 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45432] ppid=45418 vsize=19130076 memory=14336 CPUtime=0 cores=4,6
/proc/45421/task/45432/stat : 45432 (Finalizer) S 45418 45421 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 47019021 19589197824 2895995 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45439] ppid=45418 vsize=19130076 memory=14336 CPUtime=0 cores=4,6
/proc/45421/task/45439/stat : 45439 (Common-Cleaner) S 45418 45421 44061 0 -1 4194368 1977 0 0 0 0 0 0 0 20 0 21 0 47019022 19589197824 2895995 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45440] ppid=45418 vsize=19130076 memory=10638316 CPUtime=0 cores=4,6
/proc/45421/task/45440/stat : 45440 (Timer-0) S 45418 45421 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 47019081 19589197824 2895995 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
Current children cumulated CPU time: 3422.64 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11583980 KiB

[startup+3402.3 s]
/proc/loadavg: 2.69 3.48 4.01 3/280 45882
/proc/meminfo: memFree=113061252/131382116 swapFree=33010684/33010684
[pid=45421] ppid=45418 vsize=19130076 memory=11584364 CPUtime=3483.38 cores=4,6
/proc/45421/stat : 45421 (java) S 45418 45421 44061 0 -1 4194304 208062 0 0 0 347846 492 0 0 20 0 21 0 47019017 19589197824 2896091 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
/proc/45421/statm: 4782519 2896091 5564 1 0 2961029 0
[pid=45421/tid=45423] ppid=45418 vsize=19130076 memory=11584108 CPUtime=3312.22 cores=4,6
/proc/45421/task/45423/stat : 45423 (java) R 45418 45421 44061 0 -1 4194368 99500 0 0 0 331006 216 0 0 20 0 21 0 47019018 19589197824 2896091 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45432] ppid=45418 vsize=19130076 memory=14336 CPUtime=0 cores=4,6
/proc/45421/task/45432/stat : 45432 (Finalizer) S 45418 45421 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 47019021 19589197824 2896091 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45439] ppid=45418 vsize=19130076 memory=14336 CPUtime=0 cores=4,6
/proc/45421/task/45439/stat : 45439 (Common-Cleaner) S 45418 45421 44061 0 -1 4194368 2055 0 0 0 0 0 0 0 20 0 21 0 47019022 19589197824 2896091 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45440] ppid=45418 vsize=19130076 memory=10638316 CPUtime=0 cores=4,6
/proc/45421/task/45440/stat : 45440 (Timer-0) S 45418 45421 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 47019081 19589197824 2896091 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
Current children cumulated CPU time: 3483.38 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11584364 KiB

[startup+3462.3 s]
/proc/loadavg: 2.43 3.26 3.90 3/279 45884
/proc/meminfo: memFree=113049232/131382116 swapFree=33010684/33010684
[pid=45421] ppid=45418 vsize=19130076 memory=11584364 CPUtime=3544.03 cores=4,6
/proc/45421/stat : 45421 (java) S 45418 45421 44061 0 -1 4194304 212707 0 0 0 353907 496 0 0 20 0 21 0 47019017 19589197824 2896091 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
/proc/45421/statm: 4782519 2896091 5564 1 0 2961029 0
[pid=45421/tid=45423] ppid=45418 vsize=19130076 memory=11584364 CPUtime=3371.27 cores=4,6
/proc/45421/task/45423/stat : 45423 (java) R 45418 45421 44061 0 -1 4194368 103313 0 0 0 336911 216 0 0 20 0 21 0 47019018 19589197824 2896091 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45432] ppid=45418 vsize=19130076 memory=14336 CPUtime=0 cores=4,6
/proc/45421/task/45432/stat : 45432 (Finalizer) S 45418 45421 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 47019021 19589197824 2896091 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45439] ppid=45418 vsize=19130076 memory=14336 CPUtime=0 cores=4,6
/proc/45421/task/45439/stat : 45439 (Common-Cleaner) S 45418 45421 44061 0 -1 4194368 2100 0 0 0 0 0 0 0 20 0 21 0 47019022 19589197824 2896091 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45440] ppid=45418 vsize=19130076 memory=10638316 CPUtime=0 cores=4,6
/proc/45421/task/45440/stat : 45440 (Timer-0) S 45418 45421 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 47019081 19589197824 2896091 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
Current children cumulated CPU time: 3544.03 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11584364 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3517.8 s]
/proc/loadavg: 2.22 3.06 3.79 3/278 45886
/proc/meminfo: memFree=113042936/131382116 swapFree=33010684/33010684
[pid=45421] ppid=45418 vsize=19130076 memory=11584364 CPUtime=3600.02 cores=4,6
/proc/45421/stat : 45421 (java) S 45418 45421 44061 0 -1 4194304 218074 0 0 0 359503 499 0 0 20 0 21 0 47019017 19589197824 2896091 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
/proc/45421/statm: 4782519 2896091 5564 1 0 2961030 0
[pid=45421/tid=45423] ppid=45418 vsize=19130076 memory=3328 CPUtime=3426.05 cores=4,6
/proc/45421/task/45423/stat : 45423 (java) R 45418 45421 44061 0 -1 4194368 107764 0 0 0 342388 217 0 0 20 0 21 0 47019018 19589197824 2896091 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45432] ppid=45418 vsize=19130076 memory=4752 CPUtime=0 cores=4,6
/proc/45421/task/45432/stat : 45432 (Finalizer) S 45418 45421 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 47019021 19589197824 2896091 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45439] ppid=45418 vsize=19130076 memory=-6000919472773687147 CPUtime=0 cores=4,6
/proc/45421/task/45439/stat : 45439 (Common-Cleaner) S 45418 45421 44061 0 -1 4194368 2100 0 0 0 0 0 0 0 20 0 21 0 47019022 19589197824 2896091 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
[pid=45421/tid=45440] ppid=45418 vsize=19130076 memory=17544 CPUtime=0 cores=4,6
/proc/45421/task/45440/stat : 45440 (Timer-0) S 45418 45421 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 47019081 19589197824 2896091 18446744073709551615 94616031268864 94616031272560 140729418683360 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94616031280376 94616031281168 94616056311808 140729418688894 140729418688998 140729418688998 140729418694600 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11584364 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.4 s, system=5.06759 s

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

[startup+3518 s]*
/proc/loadavg: 2.22 3.06 3.79 9/272 45889
/proc/meminfo: memFree=113042936/131382116 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3518.05
CPU time (s): 3600.47
CPU user time (s): 3595.4
CPU system time (s): 5.06759
CPU usage (%): 102.343
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 11585132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.4
system time used= 5.06759
maximum resident set size= 11585388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220781
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137622
involuntary context switches= 20389


# summary of solver processes directly reported to runsolver:
#   pid: 45421
#   total CPU time (s): 3600.47
#   total CPU user time (s): 3595.4
#   total CPU system time (s): 5.06759

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1464 second user time and 32.7713 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-30 21:56:33
IDJOB=4486154
IDBENCH=146985
IDSOLVER=3361
FILE ID=nodeC011/4486154-1751313393
RUNJOBID= nodeC011-1751306214-44072
SLURM_JOB_ID= 9594308
Free space on /tmp= 433032 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-pp08aCUTS.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486154-1751313393/watcher-4486154-1751313393 -o /tmp/evaluation-result-4486154-1751313393/solver-4486154-1751313393 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751306214-44072 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4486154-1751313393.opb

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

MD5SUM BENCH= 68d3283fc4d6e87aa4e5381bdb1e8107
RANDOM SEED=1437472333

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        122084256 kB
MemAvailable:   121959652 kB
Buffers:            3280 kB
Cached:           683468 kB
SwapCached:            0 kB
Active:          8336692 kB
Inactive:         384468 kB
Active(anon):    8052372 kB
Inactive(anon):        0 kB
Active(file):     284320 kB
Inactive(file):   384468 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               964 kB
Writeback:            36 kB
AnonPages:       8037556 kB
Mapped:           122352 kB
Shmem:             17960 kB
KReclaimable:      92084 kB
Slab:             173720 kB
SReclaimable:      92084 kB
SUnreclaim:        81636 kB
KernelStack:        5008 kB
PageTables:        19472 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   16702488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7790592 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC011 at 2025-06-30 22:55:11