Trace number 4521913

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.13 3490.07

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
MD5SUM8dda82f4961ecebecfcf9bee24c61458
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 benchmark1540
Best CPU time to get the best result obtained on this benchmark1304.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4576880
Total number of constraints176770
Number of constraints which are clauses89155
Number of constraints which are cardinality constraints (but not clauses)81620
Number of constraints which are nor clauses,nor cardinality constraints5995
Minimum length of a constraint54
Maximum length of a constraint59
Number of terms in the objective function 3080
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 3080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3080
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.11/0.15	c Pseudo Boolean Optimization by upper bound
0.11/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.15	c  - never skip resolution steps
0.11/0.15	c  - Auto-division on coefficients is disabled
0.11/0.15	c  - No postprocessing
0.11/0.15	c  - Conflict is considered as is when resolving
0.11/0.15	c  - Use constraints as they come during conflict analysis
0.11/0.15	c  - Weaken first using unassigned literals
0.11/0.15	c  - Bump strategy: ALWAYS_ONE
0.11/0.15	c  - Bumper: EFFECTIVE
0.11/0.15	c --- Begin Solver configuration ---
0.11/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.11/0.15	c Learn all clauses as in MiniSAT
0.11/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.15	c No reason simplification
0.11/0.15	c Dynamic restart strategy considering the size of the coefficients
0.11/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.11/0.15	c timeout=2147483s
0.11/0.15	c DB Simplification allowed=false
0.11/0.15	c Listener: none
0.11/0.15	c --- End Solver configuration ---
0.11/0.15	c solving HOME/instance-4521913-1751594803.opb
0.11/0.15	c reading problem ... 
0.22/0.43	c using VERIPB proof format
0.22/0.46	c  objective function found
2244.59/2239.36	c ... done. Wall clock time 2239.207s.
2244.59/2239.36	c declared #vars     4576880
2244.59/2239.36	c #constraints  176770
2244.59/2239.36	c constraints type 
2244.59/2239.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87615
2244.59/2239.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 89155
2244.59/2239.36	c 176770 constraints processed.
2244.59/2239.37	c objective function length is 3080 literals
2368.04/2359.29	c cleaning 2003 clauses out of 5001 with flag 0/5001
2583.56/2565.52	c cleaning 3731 clauses out of 9015 with flag 0/11018
2757.36/2704.90	c cleaning 3131 clauses out of 12267 with flag 0/18001
3150.62/3060.44	c cleaning 5403 clauses out of 17136 with flag 0/26001
3600.02/3484.61	c starts		: 63
3600.02/3484.62	c timeout
3600.02/3484.62	c conflicts		: 32116
3600.02/3484.62	c decisions		: 10929134
3600.02/3484.62	c propagations		: 23685627
3600.02/3484.62	c inspects		: 78993107
3600.02/3484.62	c shortcuts		: 0
3600.02/3484.62	c learnt literals	: 0
3600.02/3484.62	c learnt binary clauses	: 1
3600.02/3484.62	c learnt ternary clauses	: 0
3600.02/3484.62	c learnt constraints	: 32115
3600.02/3484.62	c ignored constraints	: 0
3600.02/3484.62	c root simplifications	: 0
3600.02/3484.62	c removed literals (reason simplification)	: 0
3600.02/3484.62	c reason swapping (by a shorter reason)	: 0
3600.02/3484.62	c Calls to reduceDB	: 4
3600.02/3484.62	c Number of update (reduction) of LBD	: 33126
3600.02/3484.62	c Imported unit clauses	: 0
3600.02/3484.62	c No decision after first conflict	: false
3600.02/3484.62	c number of reductions to clauses (during analyze)	: 0
3600.02/3484.62	c number of learned constraints concerned by reduction	: 0
3600.02/3484.62	c number of learning phase by resolution	: 0
3600.02/3484.62	c number of learning phase by cutting planes	: 0
3600.02/3484.62	c number of rounding to 1 operations	: 0
3600.02/3484.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3484.62	c number of reductions of the coefficients by power 2 	: 0
3600.02/3484.62	c number of right shift for reduction by power 2 	: 0
3600.02/3484.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3484.62	c number of ending skipping 	: 0
3600.02/3484.62	c number of internal skipping 	: 0
3600.02/3484.62	c number of derivation steps 	: 101661
3600.02/3484.62	c number of skipped derivation steps 	: 0
3600.02/3484.62	c number of remaining unassigned 	: 26916
3600.02/3484.62	c number of remaining assigned 	: 48252818
3600.02/3484.62	c number of falsified literals weakened from reason	: 0
3600.02/3484.62	c number of falsified literals weakened from conflict	: 0
3600.02/3484.62	c time for arithmetic operations	: 481629558
3600.02/3484.62	c minimum degree of deleted constraints	: 155
3600.02/3484.62	c maximum degree of deleted constraints	: 88066097
3600.02/3484.62	c number of deleted constraints	: 14268
3600.02/3484.62	c speed (assignments/second)	: 19022.90398205461
3600.02/3484.63	c non guided choices	: 9921104
3600.02/3484.64	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 13218
3600.02/3484.64	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
3600.02/3484.64	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 4628
3600.02/3484.64	s UNKNOWN
3600.02/3484.64	c Total wall clock time (in seconds): 3484.486

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4521913-1751594803/watcher-4521913-1751594803 -o /tmp/evaluation-result-4521913-1751594803/solver-4521913-1751594803 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751586197-84158 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4521913-1751594803 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4521913-1751594803.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 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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=85402, runsolver pid=85399

[startup+0.100058 s]*
/proc/loadavg: 4.59 4.45 4.39 5/342 85420
/proc/meminfo: memFree=114702960/131250000 swapFree=33010416/33010684
[pid=85402] ppid=85399 vsize=18930384 memory=59280 CPUtime=0.11 cores=4,6
/proc/85402/stat : 85402 (java) S 85399 85402 84147 0 -1 4194304 6487 0 0 0 10 1 0 0 20 0 18 0 75160322 19384713216 14820 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
/proc/85402/statm: 4732596 14820 5312 1 0 547619 0
[pid=85402/tid=85404] ppid=85399 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/85402/task/85404/stat : 85404 (java) R 85399 85402 84147 0 -1 4194368 5074 0 0 0 6 1 0 0 20 0 18 0 75160324 19384713216 14820 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85413] ppid=85399 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/85402/task/85413/stat : 85413 (Finalizer) S 85399 85402 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75160326 19384713216 14820 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85420] ppid=85399 vsize=18930384 memory=61784027586760 CPUtime=0 cores=4,6
/proc/85402/task/85420/stat : 85420 (Common-Cleaner) S 85399 85402 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75160326 19384713216 14820 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59280 KiB

[startup+0.205808 s]*
/proc/loadavg: 4.59 4.45 4.39 4/342 85420
/proc/meminfo: memFree=114698864/131250000 swapFree=33010416/33010684
[pid=85402] ppid=85399 vsize=18930384 memory=63112 CPUtime=0.22 cores=4,6
/proc/85402/stat : 85402 (java) S 85399 85402 84147 0 -1 4194304 6820 0 0 0 20 2 0 0 20 0 18 0 75160322 19384713216 15778 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
/proc/85402/statm: 4732596 15778 5408 1 0 547889 0
[pid=85402/tid=85404] ppid=85399 vsize=18930384 memory=4026794268 CPUtime=0.12 cores=4,6
/proc/85402/task/85404/stat : 85404 (java) D 85399 85402 84147 0 -1 4456512 5329 0 0 0 11 1 0 0 20 0 18 0 75160324 19384713216 15778 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85413] ppid=85399 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/85402/task/85413/stat : 85413 (Finalizer) S 85399 85402 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75160326 19384713216 15778 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85420] ppid=85399 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/85402/task/85420/stat : 85420 (Common-Cleaner) S 85399 85402 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75160326 19384713216 15778 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63112 KiB

[startup+0.30584 s]*
/proc/loadavg: 4.59 4.45 4.39 5/342 85420
/proc/meminfo: memFree=114698864/131250000 swapFree=33010416/33010684
[pid=85402] ppid=85399 vsize=18930384 memory=63112 CPUtime=0.22 cores=4,6
/proc/85402/stat : 85402 (java) S 85399 85402 84147 0 -1 4194304 6820 0 0 0 20 2 0 0 20 0 18 0 75160322 19384713216 15778 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
/proc/85402/statm: 4732596 15778 5408 1 0 547889 0
[pid=85402/tid=85404] ppid=85399 vsize=18930384 memory=-6000919468344567655 CPUtime=0.12 cores=4,6
/proc/85402/task/85404/stat : 85404 (java) D 85399 85402 84147 0 -1 4456512 5329 0 0 0 11 1 0 0 20 0 18 0 75160324 19384713216 15778 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85413] ppid=85399 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/85402/task/85413/stat : 85413 (Finalizer) S 85399 85402 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75160326 19384713216 15778 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85420] ppid=85399 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/85402/task/85420/stat : 85420 (Common-Cleaner) S 85399 85402 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75160326 19384713216 15778 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63112 KiB

[startup+0.700237 s]
/proc/loadavg: 4.59 4.45 4.39 7/342 85420
/proc/meminfo: memFree=114558844/131250000 swapFree=33010416/33010684
[pid=85402] ppid=85399 vsize=18930384 memory=746912 CPUtime=0.63 cores=4,6
/proc/85402/stat : 85402 (java) S 85399 85402 84147 0 -1 4194304 9281 0 0 0 48 15 0 0 20 0 18 0 75160322 19384713216 186728 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
/proc/85402/statm: 4732596 186728 5440 1 0 549333 0
[pid=85402/tid=85404] ppid=85399 vsize=18930384 memory=18816 CPUtime=0.38 cores=4,6
/proc/85402/task/85404/stat : 85404 (java) R 85399 85402 84147 0 -1 4194368 5805 0 0 0 24 14 0 0 20 0 18 0 75160324 19384713216 186728 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85413] ppid=85399 vsize=18930384 memory=10880 CPUtime=0 cores=4,6
/proc/85402/task/85413/stat : 85413 (Finalizer) S 85399 85402 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 75160326 19384713216 186728 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85420] ppid=85399 vsize=18930384 memory=3328 CPUtime=0 cores=4,6
/proc/85402/task/85420/stat : 85420 (Common-Cleaner) S 85399 85402 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 75160326 19384713216 186728 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 746912 KiB

[startup+1.50023 s]
/proc/loadavg: 4.59 4.45 4.39 6/343 85421
/proc/meminfo: memFree=113915092/131250000 swapFree=33010416/33010684
[pid=85402] ppid=85399 vsize=18996948 memory=887192 CPUtime=1.59 cores=4,6
/proc/85402/stat : 85402 (java) S 85399 85402 84147 0 -1 4194304 11639 0 0 0 141 18 0 0 20 0 19 0 75160322 19452874752 221798 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
/proc/85402/statm: 4749237 221798 5472 1 0 551110 0
[pid=85402/tid=85404] ppid=85399 vsize=18996948 memory=3328 CPUtime=1.15 cores=4,6
/proc/85402/task/85404/stat : 85404 (java) R 85399 85402 84147 0 -1 4194368 5913 0 0 0 99 16 0 0 20 0 19 0 75160324 19452874752 221798 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85413] ppid=85399 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/85402/task/85413/stat : 85413 (Finalizer) S 85399 85402 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75160326 19452874752 221798 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85420] ppid=85399 vsize=18996948 memory=10880 CPUtime=0 cores=4,6
/proc/85402/task/85420/stat : 85420 (Common-Cleaner) S 85399 85402 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75160326 19452874752 221798 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
Current children cumulated CPU time: 1.59 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 887192 KiB

[startup+3.10593 s]
/proc/loadavg: 4.54 4.45 4.39 5/343 85421
/proc/meminfo: memFree=113702480/131250000 swapFree=33010416/33010684
[pid=85402] ppid=85399 vsize=18996948 memory=1089120 CPUtime=3.3 cores=4,6
/proc/85402/stat : 85402 (java) S 85399 85402 84147 0 -1 4194304 12166 0 0 0 307 23 0 0 20 0 19 0 75160322 19452874752 272280 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
/proc/85402/statm: 4749237 272280 5472 1 0 657645 0
[pid=85402/tid=85404] ppid=85399 vsize=18996948 memory=10880 CPUtime=2.73 cores=4,6
/proc/85402/task/85404/stat : 85404 (java) R 85399 85402 84147 0 -1 4194368 6114 0 0 0 253 20 0 0 20 0 19 0 75160324 19452874752 272280 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85413] ppid=85399 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/85402/task/85413/stat : 85413 (Finalizer) S 85399 85402 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75160326 19452874752 272280 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85420] ppid=85399 vsize=18996948 memory=5760 CPUtime=0 cores=4,6
/proc/85402/task/85420/stat : 85420 (Common-Cleaner) S 85399 85402 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75160326 19452874752 272280 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
Current children cumulated CPU time: 3.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1089120 KiB

[startup+6.30023 s]
/proc/loadavg: 4.54 4.45 4.39 5/343 85421
/proc/meminfo: memFree=113698384/131250000 swapFree=33010416/33010684
[pid=85402] ppid=85399 vsize=18996948 memory=1085936 CPUtime=6.54 cores=4,6
/proc/85402/stat : 85402 (java) S 85399 85402 84147 0 -1 4194304 12439 0 0 0 631 23 0 0 20 0 19 0 75160322 19452874752 271484 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
/proc/85402/statm: 4749237 271484 5472 1 0 657648 0
[pid=85402/tid=85404] ppid=85399 vsize=18996948 memory=5760 CPUtime=5.87 cores=4,6
/proc/85402/task/85404/stat : 85404 (java) R 85399 85402 84147 0 -1 4194368 6344 0 0 0 567 20 0 0 20 0 19 0 75160324 19452874752 271484 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85413] ppid=85399 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/85402/task/85413/stat : 85413 (Finalizer) S 85399 85402 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75160326 19452874752 271484 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85420] ppid=85399 vsize=18996948 memory=-6000919468344567655 CPUtime=0 cores=4,6
/proc/85402/task/85420/stat : 85420 (Common-Cleaner) S 85399 85402 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75160326 19452874752 271484 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
Current children cumulated CPU time: 6.54 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1085936 KiB

[startup+12.7002 s]
/proc/loadavg: 4.58 4.46 4.39 6/343 85421
/proc/meminfo: memFree=113685784/131250000 swapFree=33010416/33010684
[pid=85402] ppid=85399 vsize=18996948 memory=1091296 CPUtime=13.05 cores=4,6
/proc/85402/stat : 85402 (java) S 85399 85402 84147 0 -1 4194304 16503 0 0 0 1281 24 0 0 20 0 19 0 75160322 19452874752 272824 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
/proc/85402/statm: 4749237 272824 5472 1 0 657648 0
[pid=85402/tid=85404] ppid=85399 vsize=18996948 memory=1085936 CPUtime=12.13 cores=4,6
/proc/85402/task/85404/stat : 85404 (java) R 85399 85402 84147 0 -1 4194368 7085 0 0 0 1193 20 0 0 20 0 19 0 75160324 19452874752 272824 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85413] ppid=85399 vsize=18996948 memory=18816 CPUtime=0 cores=4,6
/proc/85402/task/85413/stat : 85413 (Finalizer) S 85399 85402 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75160326 19452874752 272824 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85420] ppid=85399 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/85402/task/85420/stat : 85420 (Common-Cleaner) S 85399 85402 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75160326 19452874752 272824 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
Current children cumulated CPU time: 13.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1091296 KiB

[startup+25.5002 s]
/proc/loadavg: 4.73 4.50 4.41 5/343 85422
/proc/meminfo: memFree=113681160/131250000 swapFree=33010416/33010684
[pid=85402] ppid=85399 vsize=18996948 memory=1092064 CPUtime=25.95 cores=4,6
/proc/85402/stat : 85402 (java) S 85399 85402 84147 0 -1 4194304 19860 0 0 0 2569 26 0 0 20 0 19 0 75160322 19452874752 273016 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
/proc/85402/statm: 4749237 273016 5504 1 0 657648 0
[pid=85402/tid=85404] ppid=85399 vsize=18996948 memory=1085936 CPUtime=24.68 cores=4,6
/proc/85402/task/85404/stat : 85404 (java) R 85399 85402 84147 0 -1 4194368 8132 0 0 0 2448 20 0 0 20 0 19 0 75160324 19452874752 273016 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85413] ppid=85399 vsize=18996948 memory=-6000919468344567655 CPUtime=0 cores=4,6
/proc/85402/task/85413/stat : 85413 (Finalizer) S 85399 85402 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75160326 19452874752 273016 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85420] ppid=85399 vsize=18996948 memory=1092064 CPUtime=0 cores=4,6
/proc/85402/task/85420/stat : 85420 (Common-Cleaner) S 85399 85402 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75160326 19452874752 273016 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
Current children cumulated CPU time: 25.95 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1092064 KiB

[startup+51.1059 s]
/proc/loadavg: 4.54 4.47 4.40 5/343 85422
/proc/meminfo: memFree=111798604/131250000 swapFree=33010416/33010684
[pid=85402] ppid=85399 vsize=18996948 memory=1108948 CPUtime=52.42 cores=4,6
/proc/85402/stat : 85402 (java) S 85399 85402 84147 0 -1 4194304 42914 0 0 0 5209 33 0 0 20 0 19 0 75160322 19452874752 277237 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
/proc/85402/statm: 4749237 277237 5504 1 0 663483 0
[pid=85402/tid=85404] ppid=85399 vsize=18996948 memory=-6000919468344567655 CPUtime=49.83 cores=4,6
/proc/85402/task/85404/stat : 85404 (java) R 85399 85402 84147 0 -1 4194368 9470 0 0 0 4962 21 0 0 20 0 19 0 75160324 19452874752 277237 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85413] ppid=85399 vsize=18996948 memory=1089224 CPUtime=0 cores=4,6
/proc/85402/task/85413/stat : 85413 (Finalizer) S 85399 85402 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 75160326 19452874752 277237 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85420] ppid=85399 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/85402/task/85420/stat : 85420 (Common-Cleaner) S 85399 85402 84147 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 75160326 19452874752 277237 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
Current children cumulated CPU time: 52.42 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1108948 KiB

[startup+102.3 s]
/proc/loadavg: 4.27 4.41 4.38 5/341 85424
/proc/meminfo: memFree=111755080/131250000 swapFree=33010416/33010684
[pid=85402] ppid=85399 vsize=18996948 memory=1113496 CPUtime=103.77 cores=4,6
/proc/85402/stat : 85402 (java) S 85399 85402 84147 0 -1 4194304 43956 0 0 0 10338 39 0 0 20 0 19 0 75160322 19452874752 278374 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0

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

/proc/85402/statm: 4782519 2533992 5568 1 0 2586862 0
[pid=85402/tid=85404] ppid=85399 vsize=19130076 memory=16268184 CPUtime=3147.08 cores=4,6
/proc/85402/task/85404/stat : 85404 (java) R 85399 85402 84147 0 -1 4194368 142108 0 0 0 313729 979 0 0 20 0 21 0 75160324 19589197824 2533992 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85413] ppid=85399 vsize=19130076 memory=16268184 CPUtime=0 cores=4,6
/proc/85402/task/85413/stat : 85413 (Finalizer) S 85399 85402 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 75160326 19589197824 2533992 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85420] ppid=85399 vsize=19130076 memory=15629216 CPUtime=0 cores=4,6
/proc/85402/task/85420/stat : 85420 (Common-Cleaner) S 85399 85402 84147 0 -1 4194368 1247 0 0 0 0 0 0 0 20 0 21 0 75160326 19589197824 2533992 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85635] ppid=85399 vsize=19130076 memory=14720 CPUtime=0 cores=4,6
/proc/85402/task/85635/stat : 85635 (Timer-0) S 85399 85402 84147 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 75384274 19589197824 2533992 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
Current children cumulated CPU time: 3332 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 10135968 KiB

[startup+3282.3 s]
/proc/loadavg: 1.18 1.25 1.82 2/268 85697
/proc/meminfo: memFree=114273768/131250000 swapFree=33010416/33010684
[pid=85402] ppid=85399 vsize=19130076 memory=14912324 CPUtime=3398.9 cores=4,6
/proc/85402/stat : 85402 (java) S 85399 85402 84147 0 -1 4194304 390290 0 0 0 338206 1684 0 0 20 0 21 0 75160322 19589197824 3728081 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
/proc/85402/statm: 4782519 3728081 5568 1 0 3873070 0
[pid=85402/tid=85404] ppid=85399 vsize=19130076 memory=7991528 CPUtime=3206.11 cores=4,6
/proc/85402/task/85404/stat : 85404 (java) R 85399 85402 84147 0 -1 4194368 156583 0 0 0 319488 1123 0 0 20 0 21 0 75160324 19589197824 3728081 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85413] ppid=85399 vsize=19130076 memory=15672224 CPUtime=0 cores=4,6
/proc/85402/task/85413/stat : 85413 (Finalizer) S 85399 85402 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 75160326 19589197824 3728081 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85420] ppid=85399 vsize=19130076 memory=5148 CPUtime=0 cores=4,6
/proc/85402/task/85420/stat : 85420 (Common-Cleaner) S 85399 85402 84147 0 -1 4194368 1316 0 0 0 0 0 0 0 20 0 21 0 75160326 19589197824 3728081 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85635] ppid=85399 vsize=19130076 memory=14720 CPUtime=0 cores=4,6
/proc/85402/task/85635/stat : 85635 (Timer-0) S 85399 85402 84147 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 75384274 19589197824 3728081 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
Current children cumulated CPU time: 3398.9 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 14912324 KiB

[startup+3342.3 s]
/proc/loadavg: 1.17 1.24 1.78 2/269 85700
/proc/meminfo: memFree=113735824/131250000 swapFree=33010416/33010684
[pid=85402] ppid=85399 vsize=19130076 memory=15425332 CPUtime=3459.42 cores=4,6
/proc/85402/stat : 85402 (java) S 85399 85402 84147 0 -1 4194304 397673 0 0 0 344245 1697 0 0 20 0 21 0 75160322 19589197824 3856333 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
/proc/85402/statm: 4782519 3856333 5568 1 0 3950348 0
[pid=85402/tid=85404] ppid=85399 vsize=19130076 memory=15408928 CPUtime=3265.93 cores=4,6
/proc/85402/task/85404/stat : 85404 (java) R 85399 85402 84147 0 -1 4194368 160974 0 0 0 325460 1133 0 0 20 0 21 0 75160324 19589197824 3856333 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85413] ppid=85399 vsize=19130076 memory=15174596 CPUtime=0 cores=4,6
/proc/85402/task/85413/stat : 85413 (Finalizer) S 85399 85402 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 75160326 19589197824 3856333 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85420] ppid=85399 vsize=19130076 memory=-5155633680935826750 CPUtime=0 cores=4,6
/proc/85402/task/85420/stat : 85420 (Common-Cleaner) S 85399 85402 84147 0 -1 4194368 1316 0 0 0 0 0 0 0 20 0 21 0 75160326 19589197824 3856333 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85635] ppid=85399 vsize=19130076 memory=18816 CPUtime=0 cores=4,6
/proc/85402/task/85635/stat : 85635 (Timer-0) S 85399 85402 84147 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 75384274 19589197824 3856333 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
Current children cumulated CPU time: 3459.42 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15425332 KiB

[startup+3402.3 s]
/proc/loadavg: 1.11 1.21 1.73 2/269 85704
/proc/meminfo: memFree=113664316/131250000 swapFree=33010416/33010684
[pid=85402] ppid=85399 vsize=19130076 memory=15470400 CPUtime=3515.65 cores=4,6
/proc/85402/stat : 85402 (java) S 85399 85402 84147 0 -1 4194304 402702 0 0 0 349863 1702 0 0 20 0 21 0 75160322 19589197824 3867600 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
/proc/85402/statm: 4782519 3867600 5568 1 0 3950349 0
[pid=85402/tid=85404] ppid=85399 vsize=19130076 memory=15458112 CPUtime=3321.85 cores=4,6
/proc/85402/task/85404/stat : 85404 (java) R 85399 85402 84147 0 -1 4194368 165665 0 0 0 331048 1137 0 0 20 0 21 0 75160324 19589197824 3867600 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85413] ppid=85399 vsize=19130076 memory=15004452 CPUtime=0 cores=4,6
/proc/85402/task/85413/stat : 85413 (Finalizer) S 85399 85402 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 75160326 19589197824 3867600 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85420] ppid=85399 vsize=19130076 memory=14916324 CPUtime=0 cores=4,6
/proc/85402/task/85420/stat : 85420 (Common-Cleaner) S 85399 85402 84147 0 -1 4194368 1361 0 0 0 0 0 0 0 20 0 21 0 75160326 19589197824 3867600 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85635] ppid=85399 vsize=19130076 memory=15425332 CPUtime=0 cores=4,6
/proc/85402/task/85635/stat : 85635 (Timer-0) S 85399 85402 84147 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 75384274 19589197824 3867600 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
Current children cumulated CPU time: 3515.65 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15470400 KiB

[startup+3462.3 s]
/proc/loadavg: 1.15 1.20 1.69 2/268 85706
/proc/meminfo: memFree=121100016/131250000 swapFree=33010416/33010684
[pid=85402] ppid=85399 vsize=19130076 memory=8003988 CPUtime=3577.78 cores=4,6
/proc/85402/stat : 85402 (java) S 85399 85402 84147 0 -1 4194304 417629 0 0 0 356061 1717 0 0 20 0 21 0 75160322 19589197824 2000997 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
/proc/85402/statm: 4782519 2000997 5568 1 0 2029389 0
[pid=85402/tid=85404] ppid=85399 vsize=19130076 memory=15004452 CPUtime=3381.18 cores=4,6
/proc/85402/task/85404/stat : 85404 (java) R 85399 85402 84147 0 -1 4194368 172807 0 0 0 336974 1144 0 0 20 0 21 0 75160324 19589197824 2000997 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85413] ppid=85399 vsize=19130076 memory=7740968 CPUtime=0 cores=4,6
/proc/85402/task/85413/stat : 85413 (Finalizer) S 85399 85402 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 75160326 19589197824 2000997 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85420] ppid=85399 vsize=19130076 memory=7740968 CPUtime=0 cores=4,6
/proc/85402/task/85420/stat : 85420 (Common-Cleaner) S 85399 85402 84147 0 -1 4194368 1398 0 0 0 0 0 0 0 20 0 21 0 75160326 19589197824 2000997 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85635] ppid=85399 vsize=19130076 memory=7997832 CPUtime=0 cores=4,6
/proc/85402/task/85635/stat : 85635 (Timer-0) S 85399 85402 84147 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 75384274 19589197824 2000997 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
Current children cumulated CPU time: 3577.78 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8003988 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3484.6 s]
/proc/loadavg: 1.10 1.18 1.67 2/268 85706
/proc/meminfo: memFree=121090676/131250000 swapFree=33010416/33010684
[pid=85402] ppid=85399 vsize=19130076 memory=8010132 CPUtime=3600.02 cores=4,6
/proc/85402/stat : 85402 (java) S 85399 85402 84147 0 -1 4194304 418664 0 0 0 358284 1718 0 0 20 0 21 0 75160322 19589197824 2002533 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
/proc/85402/statm: 4782519 2002533 5568 1 0 2029389 0
[pid=85402/tid=85404] ppid=85399 vsize=19130076 memory=8832 CPUtime=3403.42 cores=4,6
/proc/85402/task/85404/stat : 85404 (java) R 85399 85402 84147 0 -1 4194368 173834 0 0 0 339197 1145 0 0 20 0 21 0 75160324 19589197824 2002533 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85413] ppid=85399 vsize=19130076 memory=-6000919468344567655 CPUtime=0 cores=4,6
/proc/85402/task/85413/stat : 85413 (Finalizer) S 85399 85402 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 75160326 19589197824 2002533 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85420] ppid=85399 vsize=19130076 memory=46464 CPUtime=0 cores=4,6
/proc/85402/task/85420/stat : 85420 (Common-Cleaner) S 85399 85402 84147 0 -1 4194368 1398 0 0 0 0 0 0 0 20 0 21 0 75160326 19589197824 2002533 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85635] ppid=85399 vsize=19130076 memory=12672 CPUtime=0 cores=4,6
/proc/85402/task/85635/stat : 85635 (Timer-0) S 85399 85402 84147 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 75384274 19589197824 2002533 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8010132 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3582.91 s, system=17.2213 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3484.8 s]
/proc/loadavg: 1.10 1.18 1.67 2/268 85706
/proc/meminfo: memFree=121090676/131250000 swapFree=33010416/33010684
[pid=85402] ppid=85399 vsize=19329768 memory=8010900 CPUtime=3600.1 cores=4,6
/proc/85402/stat : 85402 (java) S 85399 85402 84147 0 -1 4194304 421128 0 0 0 358291 1719 0 0 20 0 16 0 75160322 19793682432 2002725 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
/proc/85402/statm: 4832442 2002725 5568 1 0 2030334 0
[pid=85402/tid=85404] ppid=85399 vsize=19329768 memory=10880 CPUtime=3403.44 cores=4,6
/proc/85402/task/85404/stat : 85404 (java) D 85399 85402 84147 0 -1 4194368 174234 0 0 0 339199 1145 0 0 20 0 16 0 75160324 19793682432 2002725 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85413] ppid=85399 vsize=19329768 memory=7740968 CPUtime=0 cores=4,6
/proc/85402/task/85413/stat : 85413 (Finalizer) S 85399 85402 84147 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 75160326 19793682432 2002725 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
[pid=85402/tid=85420] ppid=85399 vsize=19329768 memory=10880 CPUtime=0 cores=4,6
/proc/85402/task/85420/stat : 85420 (Common-Cleaner) S 85399 85402 84147 0 -1 4194368 1398 0 0 0 0 0 0 0 20 0 16 0 75160326 19793682432 2002725 18446744073709551615 94395952156672 94395952160368 140729784514032 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94395952168184 94395952168976 94395977859072 140729784518957 140729784519142 140729784519142 140729784524744 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 8010900 KiB

[startup+3485.6 s]
/proc/loadavg: 1.10 1.18 1.67 1/249 85709
/proc/meminfo: memFree=121094404/131250000 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3486.4 s]
/proc/loadavg: 1.10 1.18 1.67 1/249 85709
/proc/meminfo: memFree=121094468/131250000 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3486.6 s]
/proc/loadavg: 1.10 1.18 1.67 1/249 85709
/proc/meminfo: memFree=121094468/131250000 swapFree=33010416/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): 3490.07
CPU time (s): 3600.13
CPU user time (s): 3582.91
CPU system time (s): 17.2213
CPU usage (%): 103.154
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 16268184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.91
system time used= 17.2213
maximum resident set size= 16268184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 421158
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 875093
involuntary context switches= 39258


# summary of solver processes directly reported to runsolver:
#   pid: 85402
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3582.91
#   total CPU system time (s): 17.2213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.098 second user time and 17.8095 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-04 04:06:44
IDJOB=4521913
IDBENCH=178517
IDSOLVER=3362
FILE ID=nodeC027/4521913-1751594803
RUNJOBID= nodeC027-1751586197-84158
SLURM_JOB_ID= 9598835
Free space on /tmp= 431072 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521913-1751594803/watcher-4521913-1751594803 -o /tmp/evaluation-result-4521913-1751594803/solver-4521913-1751594803 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751586197-84158 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4521913-1751594803 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4521913-1751594803.opb

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

MD5SUM BENCH= 8dda82f4961ecebecfcf9bee24c61458
RANDOM SEED=1855296880

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        114729988 kB
MemAvailable:   116662412 kB
Buffers:            2488 kB
Cached:          2731008 kB
SwapCached:           12 kB
Active:         13686420 kB
Inactive:        2190344 kB
Active(anon):   13158656 kB
Inactive(anon):     2792 kB
Active(file):     527764 kB
Inactive(file):  2187552 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            123380 kB
Writeback:             0 kB
AnonPages:      13146492 kB
Mapped:           124548 kB
Shmem:             18056 kB
KReclaimable:     112296 kB
Slab:             202832 kB
SReclaimable:     112296 kB
SUnreclaim:        90536 kB
KernelStack:        5248 kB
PageTables:        29480 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   13729728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12804096 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431076 MiB
End job on nodeC027 at 2025-07-04 05:04:55