Trace number 4499219

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 VeriPB 2025-06-06? (TO) 3600.34 3568.27

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx92.opb
MD5SUM8416d641e22e8376ddac92bbd41682d6
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.59499
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7164
Total number of constraints7824
Number of constraints which are clauses7155
Number of constraints which are cardinality constraints (but not clauses)93
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1132
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.17	c See www.sat4j.org for details.
0.11/0.18	c version PB25.v20250606
0.11/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.21	c java.vm.version	22.0.1+8-16
0.11/0.21	c java.vm.vendor	Oracle Corporation
0.11/0.21	c sun.arch.data.model	64
0.11/0.21	c java.version		22.0.1
0.11/0.21	c os.name		Linux
0.11/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.21	c os.arch		amd64
0.11/0.22	c Free memory 		2104792832
0.11/0.22	c Max memory 		16282288128
0.11/0.22	c Total memory 		2113929216
0.11/0.23	c Number of processors 	2
0.47/0.39	c Pseudo Boolean Optimization by upper bound
0.47/0.39	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.39	c  - never skip resolution steps
0.47/0.39	c  - Auto-division on coefficients is disabled
0.47/0.39	c  - No postprocessing
0.47/0.39	c  - Conflict is considered as is when resolving
0.47/0.39	c  - Use constraints as they come during conflict analysis
0.47/0.39	c  - Weaken first using unassigned literals
0.47/0.39	c  - Bump strategy: ALWAYS_ONE
0.47/0.39	c  - Bumper: EFFECTIVE
0.47/0.39	c --- Begin Solver configuration ---
0.47/0.39	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.47/0.39	c Learn all clauses as in MiniSAT
0.47/0.39	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.39	c No reason simplification
0.47/0.39	c Dynamic restart strategy considering the size of the coefficients
0.47/0.39	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.47/0.39	c timeout=2147483s
0.47/0.39	c DB Simplification allowed=false
0.47/0.39	c Listener: none
0.47/0.39	c --- End Solver configuration ---
0.47/0.39	c solving HOME/instance-4499219-1751468247.opb
0.47/0.39	c reading problem ... 
0.47/0.40	c using VERIPB proof format
0.47/0.40	c  objective function found
1.75/1.02	c ... done. Wall clock time 0.615s.
1.75/1.02	c declared #vars     7164
1.75/1.02	c #constraints  7916
1.75/1.02	c constraints type 
1.75/1.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 7155
1.75/1.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 92
1.75/1.02	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 576
1.75/1.02	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1.75/1.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 92
1.75/1.02	c 7916 constraints processed.
1.75/1.04	c objective function length is 9 literals
171.24/165.53	c cleaning 2501 clauses out of 5002 with flag 0/5002
514.44/510.22	c cleaning 4251 clauses out of 8501 with flag 0/11002
656.88/651.20	c cleaning 5603 clauses out of 11249 with flag 0/18001
755.49/748.82	c cleaning 6825 clauses out of 13652 with flag 0/26007
839.54/833.63	c cleaning 7908 clauses out of 15820 with flag 0/35000
940.81/942.50	c cleaning 8954 clauses out of 17913 with flag 0/45001
1055.57/1056.07	c cleaning 9972 clauses out of 19959 with flag 0/56001
1221.25/1223.81	c cleaning 10977 clauses out of 21986 with flag 0/68000
1621.20/1626.46	c cleaning 12003 clauses out of 24009 with flag 0/81000
2596.77/2593.44	c cleaning 13001 clauses out of 26007 with flag 0/95001
3268.59/3249.11	c cleaning 13992 clauses out of 28006 with flag 0/110001
3600.09/3568.14	c starts		: 15
3600.09/3568.18	c conflicts		: 118700
3600.09/3568.18	c decisions		: 205065
3600.09/3568.18	c propagations		: 13128576
3600.09/3568.18	c inspects		: 244328658
3600.09/3568.18	c shortcuts		: 0
3600.09/3568.18	c learnt literals	: 0
3600.09/3568.18	c timeout
3600.09/3568.19	c learnt binary clauses	: 0
3600.09/3568.19	c learnt ternary clauses	: 0
3600.09/3568.19	c learnt constraints	: 118700
3600.09/3568.19	c ignored constraints	: 0
3600.09/3568.19	c root simplifications	: 0
3600.09/3568.19	c removed literals (reason simplification)	: 0
3600.09/3568.19	c reason swapping (by a shorter reason)	: 0
3600.09/3568.19	c Calls to reduceDB	: 11
3600.09/3568.19	c Number of update (reduction) of LBD	: 118220
3600.09/3568.19	c Imported unit clauses	: 0
3600.09/3568.19	c No decision after first conflict	: false
3600.09/3568.19	c number of reductions to clauses (during analyze)	: 0
3600.09/3568.20	c number of learned constraints concerned by reduction	: 0
3600.09/3568.20	c number of learning phase by resolution	: 0
3600.09/3568.20	c number of learning phase by cutting planes	: 0
3600.09/3568.20	c number of rounding to 1 operations	: 0
3600.09/3568.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3568.20	c number of reductions of the coefficients by power 2 	: 0
3600.27/3568.20	c number of right shift for reduction by power 2 	: 0
3600.27/3568.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.27/3568.20	c number of ending skipping 	: 0
3600.27/3568.20	c number of internal skipping 	: 0
3600.27/3568.20	c number of derivation steps 	: 965490
3600.27/3568.20	c number of skipped derivation steps 	: 0
3600.27/3568.20	c number of remaining unassigned 	: 211692
3600.27/3568.20	c number of remaining assigned 	: 308972826
3600.27/3568.20	c number of falsified literals weakened from reason	: 0
3600.27/3568.20	c number of falsified literals weakened from conflict	: 0
3600.27/3568.20	c time for arithmetic operations	: 6037950367
3600.27/3568.21	c minimum degree of deleted constraints	: 438
3600.27/3568.21	c maximum degree of deleted constraints	: 6589068186988140
3600.27/3568.21	c number of deleted constraints	: 95987
3600.27/3568.21	c speed (assignments/second)	: 3680.407316422929
3600.27/3568.21	c non guided choices	: 9100
3600.27/3568.23	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 22713
3600.27/3568.24	s UNKNOWN
3600.27/3568.24	c Total wall clock time (in seconds): 3567.842

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4499219-1751468247/watcher-4499219-1751468247 -o /tmp/evaluation-result-4499219-1751468247/solver-4499219-1751468247 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751468215-66820 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4499219-1751468247 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4499219-1751468247.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
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
solver pid=67066, runsolver pid=67063
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 2.87 2.89 3.43 7/322 67084
/proc/meminfo: memFree=115744832/131382112 swapFree=33009904/33010684
[pid=67066] ppid=67063 vsize=18930384 memory=48176 CPUtime=0.11 cores=0,2
/proc/67066/stat : 67066 (java) S 67063 67066 66810 0 -1 4194304 5761 0 0 0 8 3 0 0 20 0 18 0 62503597 19384713216 12044 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
/proc/67066/statm: 4732596 12044 5302 1 0 546987 0
[pid=67066/tid=67068] ppid=67063 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/67066/task/67068/stat : 67068 (java) R 67063 67066 66810 0 -1 4194368 4685 0 0 0 6 2 0 0 20 0 18 0 62503599 19384713216 12108 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67077] ppid=67063 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/67066/task/67077/stat : 67077 (Finalizer) S 67063 67066 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62503604 19384713216 12108 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67084] ppid=67063 vsize=18930384 memory=61792617516369 CPUtime=0 cores=0,2
/proc/67066/task/67084/stat : 67084 (Common-Cleaner) S 67063 67066 66810 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 62503605 19384713216 12108 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48176 KiB

[startup+0.219362 s]*
/proc/loadavg: 2.87 2.89 3.43 6/322 67084
/proc/meminfo: memFree=115671484/131382112 swapFree=33009904/33010684
[pid=67066] ppid=67063 vsize=18930384 memory=55408 CPUtime=0.31 cores=0,2
/proc/67066/stat : 67066 (java) S 67063 67066 66810 0 -1 4194304 6497 0 0 0 27 4 0 0 20 0 18 0 62503597 19384713216 13852 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
/proc/67066/statm: 4732596 13852 5366 1 0 547573 0
[pid=67066/tid=67068] ppid=67063 vsize=18930384 memory=4026728732 CPUtime=0.19 cores=0,2
/proc/67066/task/67068/stat : 67068 (java) R 67063 67066 66810 0 -1 4194368 5024 0 0 0 17 2 0 0 20 0 18 0 62503599 19384713216 13852 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67077] ppid=67063 vsize=18930384 memory=1593 CPUtime=0 cores=0,2
/proc/67066/task/67077/stat : 67077 (Finalizer) S 67063 67066 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62503604 19384713216 13852 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67084] ppid=67063 vsize=18930384 memory=60693105869820 CPUtime=0 cores=0,2
/proc/67066/task/67084/stat : 67084 (Common-Cleaner) S 67063 67066 66810 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 62503605 19384713216 13852 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55408 KiB

[startup+0.316002 s]*
/proc/loadavg: 2.87 2.89 3.43 7/322 67084
/proc/meminfo: memFree=115564988/131382112 swapFree=33009904/33010684
[pid=67066] ppid=67063 vsize=18930384 memory=58564 CPUtime=0.47 cores=0,2
/proc/67066/stat : 67066 (java) S 67063 67066 66810 0 -1 4194304 6783 0 0 0 42 5 0 0 20 0 18 0 62503597 19384713216 14641 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
/proc/67066/statm: 4732596 14641 5366 1 0 547783 0
[pid=67066/tid=67068] ppid=67063 vsize=18930384 memory=-6000919494164899177 CPUtime=0.28 cores=0,2
/proc/67066/task/67068/stat : 67068 (java) R 67063 67066 66810 0 -1 4194368 5210 0 0 0 26 2 0 0 20 0 18 0 62503599 19384713216 14641 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67077] ppid=67063 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/67066/task/67077/stat : 67077 (Finalizer) S 67063 67066 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 62503604 19384713216 14641 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67084] ppid=67063 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/67066/task/67084/stat : 67084 (Common-Cleaner) S 67063 67066 66810 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 62503605 19384713216 14641 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58564 KiB

[startup+0.700307 s]
/proc/loadavg: 2.87 2.89 3.43 7/322 67084
/proc/meminfo: memFree=115433916/131382112 swapFree=33009904/33010684
[pid=67066] ppid=67063 vsize=18996948 memory=152272 CPUtime=1.15 cores=0,2
/proc/67066/stat : 67066 (java) S 67063 67066 66810 0 -1 4194304 7631 0 0 0 107 8 0 0 20 0 19 0 62503597 19452874752 38068 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
/proc/67066/statm: 4749237 38068 5494 1 0 548558 0
[pid=67066/tid=67068] ppid=67063 vsize=18996948 memory=17920 CPUtime=0.61 cores=0,2
/proc/67066/task/67068/stat : 67068 (java) R 67063 67066 66810 0 -1 4194368 5452 0 0 0 56 5 0 0 20 0 19 0 62503599 19452874752 38068 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67077] ppid=67063 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/67066/task/67077/stat : 67077 (Finalizer) S 67063 67066 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 62503604 19452874752 38068 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67084] ppid=67063 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/67066/task/67084/stat : 67084 (Common-Cleaner) S 67063 67066 66810 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 62503605 19452874752 38068 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 152272 KiB

[startup+1.50027 s]
/proc/loadavg: 2.87 2.89 3.43 6/323 67085
/proc/meminfo: memFree=115114428/131382112 swapFree=33009904/33010684
[pid=67066] ppid=67063 vsize=19063512 memory=327840 CPUtime=2.73 cores=0,2
/proc/67066/stat : 67066 (java) S 67063 67066 66810 0 -1 4194304 13979 0 0 0 259 14 0 0 20 0 20 0 62503597 19521036288 81960 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
/proc/67066/statm: 4765878 81960 5526 1 0 552925 0
[pid=67066/tid=67068] ppid=67063 vsize=19063512 memory=3200 CPUtime=1.24 cores=0,2
/proc/67066/task/67068/stat : 67068 (java) R 67063 67066 66810 0 -1 4194368 5670 0 0 0 115 9 0 0 20 0 20 0 62503599 19521036288 81960 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67077] ppid=67063 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/67066/task/67077/stat : 67077 (Finalizer) S 67063 67066 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62503604 19521036288 81960 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67084] ppid=67063 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/67066/task/67084/stat : 67084 (Common-Cleaner) S 67063 67066 66810 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 62503605 19521036288 81960 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 327840 KiB

[startup+3.10594 s]
/proc/loadavg: 2.87 2.89 3.43 6/324 67086
/proc/meminfo: memFree=114289592/131382112 swapFree=33009904/33010684
[pid=67066] ppid=67063 vsize=19063512 memory=602200 CPUtime=5.91 cores=0,2
/proc/67066/stat : 67066 (java) S 67063 67066 66810 0 -1 4194304 25356 0 0 0 569 22 0 0 20 0 20 0 62503597 19521036288 150550 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
/proc/67066/statm: 4765878 150550 5526 1 0 555241 0
[pid=67066/tid=67068] ppid=67063 vsize=19063512 memory=11264 CPUtime=2.79 cores=0,2
/proc/67066/task/67068/stat : 67068 (java) R 67063 67066 66810 0 -1 4194368 6297 0 0 0 264 15 0 0 20 0 20 0 62503599 19521036288 150550 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67077] ppid=67063 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/67066/task/67077/stat : 67077 (Finalizer) S 67063 67066 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62503604 19521036288 150550 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67084] ppid=67063 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/67066/task/67084/stat : 67084 (Common-Cleaner) S 67063 67066 66810 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 62503605 19521036288 150550 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67086] ppid=67063 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/67066/task/67086/stat : 67086 (Timer-0) S 67063 67066 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62503703 19521036288 150550 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
Current children cumulated CPU time: 5.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 602200 KiB

[startup+6.30045 s]
/proc/loadavg: 3.04 2.92 3.44 6/327 67089
/proc/meminfo: memFree=112750768/131382112 swapFree=33009904/33010684
[pid=67066] ppid=67063 vsize=19063512 memory=887692 CPUtime=10.44 cores=0,2
/proc/67066/stat : 67066 (java) S 67063 67066 66810 0 -1 4194304 28520 0 0 0 1015 29 0 0 20 0 20 0 62503597 19521036288 221923 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
/proc/67066/statm: 4765878 221923 5526 1 0 555245 0
[pid=67066/tid=67068] ppid=67063 vsize=19063512 memory=0 CPUtime=5.91 cores=0,2
/proc/67066/task/67068/stat : 67068 (java) R 67063 67066 66810 0 -1 4194368 7301 0 0 0 571 20 0 0 20 0 20 0 62503599 19521036288 221923 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67077] ppid=67063 vsize=19063512 memory=4283932234721037686 CPUtime=0 cores=0,2
/proc/67066/task/67077/stat : 67077 (Finalizer) S 67063 67066 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62503604 19521036288 221923 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67084] ppid=67063 vsize=19063512 memory=-6000919494164899177 CPUtime=0 cores=0,2
/proc/67066/task/67084/stat : 67084 (Common-Cleaner) S 67063 67066 66810 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 62503605 19521036288 221923 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67086] ppid=67063 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/67066/task/67086/stat : 67086 (Timer-0) S 67063 67066 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62503703 19521036288 221923 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
Current children cumulated CPU time: 10.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 887692 KiB

[startup+12.7005 s]
/proc/loadavg: 3.19 2.96 3.45 5/328 67090
/proc/meminfo: memFree=111536168/131382112 swapFree=33009904/33010684
[pid=67066] ppid=67063 vsize=19063512 memory=1197436 CPUtime=17.28 cores=0,2
/proc/67066/stat : 67066 (java) S 67063 67066 66810 0 -1 4194304 29405 0 0 0 1691 37 0 0 20 0 20 0 62503597 19521036288 299359 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
/proc/67066/statm: 4765878 299359 5526 1 0 814257 0
[pid=67066/tid=67068] ppid=67063 vsize=19063512 memory=0 CPUtime=12.15 cores=0,2
/proc/67066/task/67068/stat : 67068 (java) R 67063 67066 66810 0 -1 4194368 7454 0 0 0 1188 27 0 0 20 0 20 0 62503599 19521036288 299359 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67077] ppid=67063 vsize=19063512 memory=1095008 CPUtime=0 cores=0,2
/proc/67066/task/67077/stat : 67077 (Finalizer) S 67063 67066 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62503604 19521036288 299359 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67084] ppid=67063 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/67066/task/67084/stat : 67084 (Common-Cleaner) S 67063 67066 66810 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 62503605 19521036288 299359 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67086] ppid=67063 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/67066/task/67086/stat : 67086 (Timer-0) S 67063 67066 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62503703 19521036288 299359 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
Current children cumulated CPU time: 17.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1197436 KiB

[startup+25.5005 s]
/proc/loadavg: 3.37 3.01 3.46 5/328 67091
/proc/meminfo: memFree=107862648/131382112 swapFree=33009904/33010684
[pid=67066] ppid=67063 vsize=19063512 memory=1895900 CPUtime=30.21 cores=0,2
/proc/67066/stat : 67066 (java) S 67063 67066 66810 0 -1 4194304 33696 0 0 0 2967 54 0 0 20 0 20 0 62503597 19521036288 473975 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
/proc/67066/statm: 4765878 473975 5526 1 0 814259 0
[pid=67066/tid=67068] ppid=67063 vsize=19063512 memory=-6000919494164899177 CPUtime=24.72 cores=0,2
/proc/67066/task/67068/stat : 67068 (java) R 67063 67066 66810 0 -1 4194368 9150 0 0 0 2432 40 0 0 20 0 20 0 62503599 19521036288 473975 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67077] ppid=67063 vsize=19063512 memory=3199 CPUtime=0 cores=0,2
/proc/67066/task/67077/stat : 67077 (Finalizer) S 67063 67066 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62503604 19521036288 473975 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67084] ppid=67063 vsize=19063512 memory=1412544 CPUtime=0 cores=0,2
/proc/67066/task/67084/stat : 67084 (Common-Cleaner) S 67063 67066 66810 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 62503605 19521036288 473975 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67086] ppid=67063 vsize=19063512 memory=1412544 CPUtime=0 cores=0,2
/proc/67066/task/67086/stat : 67086 (Timer-0) S 67063 67066 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62503703 19521036288 473975 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
Current children cumulated CPU time: 30.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1895900 KiB

[startup+51.1137 s]
/proc/loadavg: 3.66 3.11 3.48 5/329 67092
/proc/meminfo: memFree=106872504/131382112 swapFree=33009904/33010684
[pid=67066] ppid=67063 vsize=19063512 memory=2006576 CPUtime=55.96 cores=0,2
/proc/67066/stat : 67066 (java) S 67063 67066 66810 0 -1 4194304 39802 0 0 0 5534 62 0 0 20 0 20 0 62503597 19521036288 501644 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
/proc/67066/statm: 4765878 501644 5526 1 0 814259 0
[pid=67066/tid=67068] ppid=67063 vsize=19063512 memory=2006576 CPUtime=49.93 cores=0,2
/proc/67066/task/67068/stat : 67068 (java) R 67063 67066 66810 0 -1 4194368 12483 0 0 0 4948 45 0 0 20 0 20 0 62503599 19521036288 501644 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67077] ppid=67063 vsize=19063512 memory=-6000919494164899177 CPUtime=0 cores=0,2
/proc/67066/task/67077/stat : 67077 (Finalizer) S 67063 67066 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62503604 19521036288 501644 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67084] ppid=67063 vsize=19063512 memory=1900024 CPUtime=0 cores=0,2
/proc/67066/task/67084/stat : 67084 (Common-Cleaner) S 67063 67066 66810 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 62503605 19521036288 501644 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67086] ppid=67063 vsize=19063512 memory=1752520 CPUtime=0 cores=0,2
/proc/67066/task/67086/stat : 67086 (Timer-0) S 67063 67066 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62503703 19521036288 501644 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0

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

[startup+3222.3 s]
/proc/loadavg: 4.16 4.23 4.19 5/332 67271
/proc/meminfo: memFree=96719784/131382112 swapFree=33009904/33010684
[pid=67066] ppid=67063 vsize=19063512 memory=3378352 CPUtime=3241.73 cores=0,2
/proc/67066/stat : 67066 (java) S 67063 67066 66810 0 -1 4194304 168298 0 0 0 323657 516 0 0 20 0 20 0 62503597 19521036288 844588 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
/proc/67066/statm: 4765878 844588 5558 1 0 854938 0
[pid=67066/tid=67068] ppid=67063 vsize=19063512 memory=3378352 CPUtime=3124.12 cores=0,2
/proc/67066/task/67068/stat : 67068 (java) R 67063 67066 66810 0 -1 4194368 73752 0 0 0 312119 293 0 0 20 0 20 0 62503599 19521036288 844588 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67077] ppid=67063 vsize=19063512 memory=3378352 CPUtime=0 cores=0,2
/proc/67066/task/67077/stat : 67077 (Finalizer) S 67063 67066 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62503604 19521036288 844588 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67084] ppid=67063 vsize=19063512 memory=3378352 CPUtime=0 cores=0,2
/proc/67066/task/67084/stat : 67084 (Common-Cleaner) S 67063 67066 66810 0 -1 4194368 1744 0 0 0 0 0 0 0 20 0 20 0 62503605 19521036288 844588 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67086] ppid=67063 vsize=19063512 memory=-6000919494164899177 CPUtime=0 cores=0,2
/proc/67066/task/67086/stat : 67086 (Timer-0) S 67063 67066 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62503703 19521036288 844588 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
Current children cumulated CPU time: 3241.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3378352 KiB

[startup+3282.3 s]
/proc/loadavg: 4.23 4.24 4.19 6/330 67273
/proc/meminfo: memFree=96656200/131382112 swapFree=33009904/33010684
[pid=67066] ppid=67063 vsize=19063512 memory=3378864 CPUtime=3303.51 cores=0,2
/proc/67066/stat : 67066 (java) S 67063 67066 66810 0 -1 4194304 171463 0 0 0 329826 525 0 0 20 0 20 0 62503597 19521036288 844716 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
/proc/67066/statm: 4765878 844716 5558 1 0 855060 0
[pid=67066/tid=67068] ppid=67063 vsize=19063512 memory=1920 CPUtime=3183.23 cores=0,2
/proc/67066/task/67068/stat : 67068 (java) R 67063 67066 66810 0 -1 4194368 75945 0 0 0 318026 297 0 0 20 0 20 0 62503599 19521036288 844716 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67077] ppid=67063 vsize=19063512 memory=3378736 CPUtime=0 cores=0,2
/proc/67066/task/67077/stat : 67077 (Finalizer) S 67063 67066 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62503604 19521036288 844716 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67084] ppid=67063 vsize=19063512 memory=3378736 CPUtime=0 cores=0,2
/proc/67066/task/67084/stat : 67084 (Common-Cleaner) S 67063 67066 66810 0 -1 4194368 1744 0 0 0 0 0 0 0 20 0 20 0 62503605 19521036288 844716 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67086] ppid=67063 vsize=19063512 memory=2696 CPUtime=0 cores=0,2
/proc/67066/task/67086/stat : 67086 (Timer-0) S 67063 67066 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62503703 19521036288 844716 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
Current children cumulated CPU time: 3303.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3378864 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.22 4.19 5/332 67277
/proc/meminfo: memFree=96586860/131382112 swapFree=33009904/33010684
[pid=67066] ppid=67063 vsize=19063512 memory=3370848 CPUtime=3363.04 cores=0,2
/proc/67066/stat : 67066 (java) S 67063 67066 66810 0 -1 4194304 174067 0 0 0 335770 534 0 0 20 0 20 0 62503597 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
/proc/67066/statm: 4765878 842712 5558 1 0 853006 0
[pid=67066/tid=67068] ppid=67063 vsize=19063512 memory=3378864 CPUtime=3240.2 cores=0,2
/proc/67066/task/67068/stat : 67068 (java) R 67063 67066 66810 0 -1 4194368 77075 0 0 0 323717 303 0 0 20 0 20 0 62503599 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67077] ppid=67063 vsize=19063512 memory=3378352 CPUtime=0 cores=0,2
/proc/67066/task/67077/stat : 67077 (Finalizer) S 67063 67066 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62503604 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67084] ppid=67063 vsize=19063512 memory=3370848 CPUtime=0 cores=0,2
/proc/67066/task/67084/stat : 67084 (Common-Cleaner) S 67063 67066 66810 0 -1 4194368 1835 0 0 0 0 0 0 0 20 0 20 0 62503605 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67086] ppid=67063 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/67066/task/67086/stat : 67086 (Timer-0) S 67063 67066 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62503703 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
Current children cumulated CPU time: 3363.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3370848 KiB

[startup+3402.3 s]
/proc/loadavg: 4.36 4.25 4.19 6/332 67279
/proc/meminfo: memFree=96185164/131382112 swapFree=33009904/33010684
[pid=67066] ppid=67063 vsize=19063512 memory=3370848 CPUtime=3425.04 cores=0,2
/proc/67066/stat : 67066 (java) S 67063 67066 66810 0 -1 4194304 177295 0 0 0 341961 543 0 0 20 0 20 0 62503597 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
/proc/67066/statm: 4765878 842712 5558 1 0 853006 0
[pid=67066/tid=67068] ppid=67063 vsize=19063512 memory=3378352 CPUtime=3299.35 cores=0,2
/proc/67066/task/67068/stat : 67068 (java) R 67063 67066 66810 0 -1 4194368 78270 0 0 0 329628 307 0 0 20 0 20 0 62503599 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67077] ppid=67063 vsize=19063512 memory=3370848 CPUtime=0 cores=0,2
/proc/67066/task/67077/stat : 67077 (Finalizer) S 67063 67066 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62503604 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67084] ppid=67063 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/67066/task/67084/stat : 67084 (Common-Cleaner) S 67063 67066 66810 0 -1 4194368 1919 0 0 0 0 0 0 0 20 0 20 0 62503605 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67086] ppid=67063 vsize=19063512 memory=3370848 CPUtime=0 cores=0,2
/proc/67066/task/67086/stat : 67086 (Timer-0) S 67063 67066 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62503703 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
Current children cumulated CPU time: 3425.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3370848 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.23 4.19 5/333 67282
/proc/meminfo: memFree=96750092/131382112 swapFree=33009904/33010684
[pid=67066] ppid=67063 vsize=19063512 memory=3370848 CPUtime=3487.35 cores=0,2
/proc/67066/stat : 67066 (java) S 67063 67066 66810 0 -1 4194304 177943 0 0 0 348184 551 0 0 20 0 20 0 62503597 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
/proc/67066/statm: 4765878 842712 5558 1 0 853008 0
[pid=67066/tid=67068] ppid=67063 vsize=19063512 memory=3378352 CPUtime=3358.35 cores=0,2
/proc/67066/task/67068/stat : 67068 (java) R 67063 67066 66810 0 -1 4194368 78831 0 0 0 335524 311 0 0 20 0 20 0 62503599 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67077] ppid=67063 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/67066/task/67077/stat : 67077 (Finalizer) S 67063 67066 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62503604 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67084] ppid=67063 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/67066/task/67084/stat : 67084 (Common-Cleaner) S 67063 67066 66810 0 -1 4194368 1919 0 0 0 0 0 0 0 20 0 20 0 62503605 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67086] ppid=67063 vsize=19063512 memory=3370848 CPUtime=0 cores=0,2
/proc/67066/task/67086/stat : 67086 (Timer-0) S 67063 67066 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62503703 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
Current children cumulated CPU time: 3487.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3370848 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.23 4.19 5/330 67416
/proc/meminfo: memFree=103842468/131382112 swapFree=33009904/33010684
[pid=67066] ppid=67063 vsize=19063512 memory=3370848 CPUtime=3551.86 cores=0,2
/proc/67066/stat : 67066 (java) S 67063 67066 66810 0 -1 4194304 182596 0 0 0 354626 560 0 0 20 0 20 0 62503597 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
/proc/67066/statm: 4765878 842712 5558 1 0 853008 0
[pid=67066/tid=67068] ppid=67063 vsize=19063512 memory=3370848 CPUtime=3417.4 cores=0,2
/proc/67066/task/67068/stat : 67068 (java) R 67063 67066 66810 0 -1 4194368 80913 0 0 0 341425 315 0 0 20 0 20 0 62503599 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67077] ppid=67063 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/67066/task/67077/stat : 67077 (Finalizer) S 67063 67066 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62503604 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67084] ppid=67063 vsize=19063512 memory=3370848 CPUtime=0 cores=0,2
/proc/67066/task/67084/stat : 67084 (Common-Cleaner) S 67063 67066 66810 0 -1 4194368 1919 0 0 0 0 0 0 0 20 0 20 0 62503605 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67086] ppid=67063 vsize=19063512 memory=3370848 CPUtime=0 cores=0,2
/proc/67066/task/67086/stat : 67086 (Timer-0) S 67063 67066 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62503703 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
Current children cumulated CPU time: 3551.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3370848 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3568.11 s]
/proc/loadavg: 4.56 4.31 4.22 5/329 67684
/proc/meminfo: memFree=110961436/131382112 swapFree=33009904/33010684
[pid=67066] ppid=67063 vsize=19063512 memory=3370848 CPUtime=3600.09 cores=0,2
/proc/67066/stat : 67066 (java) S 67063 67066 66810 0 -1 4194304 186696 0 0 0 359442 567 0 0 20 0 20 0 62503597 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
/proc/67066/statm: 4765878 842712 5558 1 0 853010 0
[pid=67066/tid=67068] ppid=67063 vsize=19063512 memory=3370848 CPUtime=3462.54 cores=0,2
/proc/67066/task/67068/stat : 67068 (java) R 67063 67066 66810 0 -1 4194368 82780 0 0 0 345935 319 0 0 20 0 20 0 62503599 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67077] ppid=67063 vsize=19063512 memory=3370848 CPUtime=0 cores=0,2
/proc/67066/task/67077/stat : 67077 (Finalizer) S 67063 67066 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 62503604 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67084] ppid=67063 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/67066/task/67084/stat : 67084 (Common-Cleaner) S 67063 67066 66810 0 -1 4194368 1960 0 0 0 0 0 0 0 20 0 20 0 62503605 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67086] ppid=67063 vsize=19063512 memory=3370848 CPUtime=0 cores=0,2
/proc/67066/task/67086/stat : 67086 (Timer-0) S 67063 67066 66810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 62503703 19521036288 842712 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3370848 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.64 s, system=5.70463 s

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

[startup+3568.2 s]
/proc/loadavg: 4.56 4.31 4.22 5/329 67684
/proc/meminfo: memFree=110961436/131382112 swapFree=33009904/33010684
[pid=67066] ppid=67063 vsize=19263204 memory=3371616 CPUtime=3600.27 cores=0,2
/proc/67066/stat : 67066 (java) S 67063 67066 66810 0 -1 4194304 188146 0 0 0 359459 568 0 0 20 0 21 0 62503597 19725520896 842904 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
/proc/67066/statm: 4815801 842904 5590 1 0 853932 0
[pid=67066/tid=67068] ppid=67063 vsize=19263204 memory=3200 CPUtime=3462.61 cores=0,2
/proc/67066/task/67068/stat : 67068 (java) R 67063 67066 66810 0 -1 4194368 82958 0 0 0 345942 319 0 0 20 0 21 0 62503599 19725520896 842904 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67077] ppid=67063 vsize=19263204 memory=4892 CPUtime=0 cores=0,2
/proc/67066/task/67077/stat : 67077 (Finalizer) S 67063 67066 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 62503604 19725520896 842904 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
[pid=67066/tid=67084] ppid=67063 vsize=19263204 memory=2764 CPUtime=0 cores=0,2
/proc/67066/task/67084/stat : 67084 (Common-Cleaner) S 67063 67066 66810 0 -1 4194368 1960 0 0 0 0 0 0 0 20 0 21 0 62503605 19725520896 842904 18446744073709551615 94559789756416 94559789760112 140735978630496 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94559789767928 94559789768720 94559812435968 140735978633517 140735978633702 140735978633702 140735978639304 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3371616 KiB

Child status: 143

Real time (s): 3568.27
CPU time (s): 3600.34
CPU user time (s): 3594.64
CPU system time (s): 5.70463
CPU usage (%): 100.899
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3379120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.64
system time used= 5.70463
maximum resident set size= 3379120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188252
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3924640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122002
involuntary context switches= 16080


# summary of solver processes directly reported to runsolver:
#   pid: 67066
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3594.64
#   total CPU system time (s): 5.70463

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.3327 second user time and 35.2417 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-02 16:57:27
IDJOB=4499219
IDBENCH=148773
IDSOLVER=3362
FILE ID=nodeC001/4499219-1751468247
RUNJOBID= nodeC001-1751468215-66820
SLURM_JOB_ID= 9598486
Free space on /tmp= 432788 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx92.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499219-1751468247/watcher-4499219-1751468247 -o /tmp/evaluation-result-4499219-1751468247/solver-4499219-1751468247 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751468215-66820 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4499219-1751468247 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4499219-1751468247.opb

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

MD5SUM BENCH= 8416d641e22e8376ddac92bbd41682d6
RANDOM SEED=818483509

nodeC001 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		: 1197.269
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	: 6983.49
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		: 3636.814
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	: 6983.49
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		: 1198.322
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	: 6983.49
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.446
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	: 6983.49
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		: 3092.688
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	: 6983.49
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		: 3491.741
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	: 6983.49
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		: 1197.722
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	: 6983.49
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.286
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	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        115842532 kB
MemAvailable:   116189464 kB
Buffers:            1668 kB
Cached:          1142556 kB
SwapCached:           32 kB
Active:         14095940 kB
Inactive:         833876 kB
Active(anon):   13780860 kB
Inactive(anon):    22636 kB
Active(file):     315080 kB
Inactive(file):   811240 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             69448 kB
Writeback:          2944 kB
AnonPages:      13788732 kB
Mapped:           122884 kB
Shmem:             17900 kB
KReclaimable:     120096 kB
Slab:             206308 kB
SReclaimable:     120096 kB
SUnreclaim:        86212 kB
KernelStack:        4944 kB
PageTables:        30628 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   28046272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150232 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13547520 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432960 MiB
End job on nodeC001 at 2025-07-02 17:56:56