Trace number 4515928

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.16 3391.07

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-grids-v1_shuffle/normalized-grid8_161.shuf-2.opb
MD5SUM97ac09d7b638be47b4d5a322b09a2581
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.971775
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1288
Total number of constraints2577
Number of constraints which are clauses2576
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint1288
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 7
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 1295
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ANY
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4515928-1751242773.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.32/0.23	c ... done. Wall clock time 0.075s.
0.32/0.23	c declared #vars     1288
0.32/0.23	c #constraints  2577
0.32/0.23	c constraints type 
0.32/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2576
0.32/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.32/0.23	c 2577 constraints processed.
128.67/121.90	c cleaning 2498 clauses out of 5002
3600.03/3391.02	c starts		: 28
3600.03/3391.03	c conflicts		: 8162
3600.03/3391.03	c decisions		: 39179
3600.03/3391.03	c propagations		: 451628
3600.03/3391.03	c inspects		: 498144158
3600.03/3391.03	c shortcuts		: 0
3600.03/3391.03	c learnt literals	: 0
3600.03/3391.03	c learnt binary clauses	: 0
3600.03/3391.03	c learnt ternary clauses	: 0
3600.03/3391.03	c learnt constraints	: 8161
3600.03/3391.03	c ignored constraints	: 0
3600.03/3391.03	c root simplifications	: 0
3600.03/3391.03	c removed literals (reason simplification)	: 0
3600.03/3391.03	c reason swapping (by a shorter reason)	: 0
3600.03/3391.03	c Calls to reduceDB	: 1
3600.03/3391.03	c Number of update (reduction) of LBD	: 0
3600.03/3391.03	c Imported unit clauses	: 0
3600.03/3391.03	c No decision after first conflict	: false
3600.03/3391.03	c number of reductions to clauses (during analyze)	: 0
3600.03/3391.03	c number of learned constraints concerned by reduction	: 0
3600.03/3391.03	c number of learning phase by resolution	: 0
3600.03/3391.03	c number of learning phase by cutting planes	: 0
3600.03/3391.03	c number of rounding to 1 operations	: 0
3600.03/3391.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3391.03	c number of reductions of the coefficients by power 2 	: 0
3600.03/3391.03	c number of right shift for reduction by power 2 	: 0
3600.03/3391.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3391.03	c number of ending skipping 	: 0
3600.03/3391.03	c number of internal skipping 	: 0
3600.03/3391.03	c number of derivation steps 	: 30564
3600.03/3391.03	c number of skipped derivation steps 	: 0
3600.03/3391.04	c number of remaining unassigned 	: 207990
3600.03/3391.04	c number of remaining assigned 	: 2373965
3600.03/3391.04	c number of falsified literals weakened from reason	: 0
3600.03/3391.04	c number of falsified literals weakened from conflict	: 0
3600.03/3391.04	c time for arithmetic operations	: 2509721185885
3600.03/3391.04	c minimum degree of deleted constraints	: null
3600.03/3391.04	c maximum degree of deleted constraints	: null
3600.03/3391.04	c number of deleted constraints	: 0
3600.03/3391.04	c speed (assignments/second)	: 133.19193135791312
3600.03/3391.04	c non guided choices	: 326
3600.03/3391.05	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 5660
3600.03/3391.05	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3
3600.03/3391.05	s UNKNOWN
3600.03/3391.05	c Total wall clock time (in seconds): 3390.896

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515928-1751242773/watcher-4515928-1751242773 -o /tmp/evaluation-result-4515928-1751242773/solver-4515928-1751242773 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751239311-38587 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4515928-1751242773.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 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=39162, runsolver pid=39159

[startup+0.100061 s]*
/proc/loadavg: 4.29 4.46 4.44 6/341 39180
/proc/meminfo: memFree=115330496/131249996 swapFree=33010684/33010684
[pid=39162] ppid=39159 vsize=18930384 memory=57928 CPUtime=0.13 cores=0,2
/proc/39162/stat : 39162 (java) S 39159 39162 38577 0 -1 4194304 6604 0 0 0 11 2 0 0 20 0 18 0 39955196 19384713216 14482 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
/proc/39162/statm: 4732596 14482 5363 1 0 547641 0
[pid=39162/tid=39164] ppid=39159 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/39162/task/39164/stat : 39164 (java) R 39159 39162 38577 0 -1 4194368 5101 0 0 0 7 1 0 0 20 0 18 0 39955198 19384713216 14482 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39173] ppid=39159 vsize=18930384 memory=237112656212 CPUtime=0 cores=0,2
/proc/39162/task/39173/stat : 39173 (Finalizer) S 39159 39162 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39955200 19384713216 14482 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39180] ppid=39159 vsize=18930384 memory=58485492706614 CPUtime=0 cores=0,2
/proc/39162/task/39180/stat : 39180 (Common-Cleaner) S 39159 39162 38577 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39955200 19384713216 14482 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57928 KiB

[startup+0.20569 s]*
/proc/loadavg: 4.29 4.46 4.44 7/341 39180
/proc/meminfo: memFree=115324888/131249996 swapFree=33010684/33010684
[pid=39162] ppid=39159 vsize=18930384 memory=64524 CPUtime=0.32 cores=0,2
/proc/39162/stat : 39162 (java) S 39159 39162 38577 0 -1 4194304 7136 0 0 0 30 2 0 0 20 0 18 0 39955196 19384713216 16131 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
/proc/39162/statm: 4732596 16131 5459 1 0 547980 0
[pid=39162/tid=39164] ppid=39159 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/39162/task/39164/stat : 39164 (java) R 39159 39162 38577 0 -1 4194368 5361 0 0 0 16 1 0 0 20 0 18 0 39955198 19384713216 16131 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39173] ppid=39159 vsize=18930384 memory=18949 CPUtime=0 cores=0,2
/proc/39162/task/39173/stat : 39173 (Finalizer) S 39159 39162 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39955200 19384713216 16131 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39180] ppid=39159 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/39162/task/39180/stat : 39180 (Common-Cleaner) S 39159 39162 38577 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39955200 19384713216 16131 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64524 KiB

[startup+0.3056 s]*
/proc/loadavg: 4.29 4.46 4.44 7/342 39181
/proc/meminfo: memFree=115314240/131249996 swapFree=33010684/33010684
[pid=39162] ppid=39159 vsize=18996948 memory=73448 CPUtime=0.5 cores=0,2
/proc/39162/stat : 39162 (java) S 39159 39162 38577 0 -1 4194304 8920 0 0 0 48 2 0 0 20 0 19 0 39955196 19452874752 18362 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
/proc/39162/statm: 4749237 18362 5459 1 0 549419 0
[pid=39162/tid=39164] ppid=39159 vsize=18996948 memory=-6000919468411806572 CPUtime=0.25 cores=0,2
/proc/39162/task/39164/stat : 39164 (java) R 39159 39162 38577 0 -1 4194368 5409 0 0 0 24 1 0 0 20 0 19 0 39955198 19452874752 18362 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39173] ppid=39159 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/39162/task/39173/stat : 39173 (Finalizer) S 39159 39162 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39955200 19452874752 18362 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39180] ppid=39159 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/39162/task/39180/stat : 39180 (Common-Cleaner) S 39159 39162 38577 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39955200 19452874752 18362 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39181] ppid=39159 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/39162/task/39181/stat : 39181 (Timer-0) S 39159 39162 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39955220 19452874752 18362 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73448 KiB

[startup+0.700254 s]
/proc/loadavg: 4.29 4.46 4.44 6/342 39181
/proc/meminfo: memFree=115283616/131249996 swapFree=33010684/33010684
[pid=39162] ppid=39159 vsize=18996948 memory=142156 CPUtime=1.27 cores=0,2
/proc/39162/stat : 39162 (java) S 39159 39162 38577 0 -1 4194304 13061 0 0 0 122 5 0 0 20 0 19 0 39955196 19452874752 35539 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
/proc/39162/statm: 4749237 35539 5459 1 0 552072 0
[pid=39162/tid=39164] ppid=39159 vsize=18996948 memory=17664 CPUtime=0.61 cores=0,2
/proc/39162/task/39164/stat : 39164 (java) R 39159 39162 38577 0 -1 4194368 5461 0 0 0 59 2 0 0 20 0 19 0 39955198 19452874752 35539 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39173] ppid=39159 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/39162/task/39173/stat : 39173 (Finalizer) S 39159 39162 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39955200 19452874752 35539 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39180] ppid=39159 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/39162/task/39180/stat : 39180 (Common-Cleaner) S 39159 39162 38577 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39955200 19452874752 35539 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39181] ppid=39159 vsize=18996948 memory=4756 CPUtime=0 cores=0,2
/proc/39162/task/39181/stat : 39181 (Timer-0) S 39159 39162 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39955220 19452874752 35539 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142156 KiB

[startup+1.50024 s]
/proc/loadavg: 4.29 4.46 4.44 6/343 39182
/proc/meminfo: memFree=115205920/131249996 swapFree=33010684/33010684
[pid=39162] ppid=39159 vsize=19063512 memory=203988 CPUtime=2.84 cores=0,2
/proc/39162/stat : 39162 (java) S 39159 39162 38577 0 -1 4194304 13947 0 0 0 276 8 0 0 20 0 20 0 39955196 19521036288 50997 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
/proc/39162/statm: 4765878 50997 5491 1 0 552617 0
[pid=39162/tid=39164] ppid=39159 vsize=19063512 memory=0 CPUtime=1.32 cores=0,2
/proc/39162/task/39164/stat : 39164 (java) R 39159 39162 38577 0 -1 4194368 5492 0 0 0 129 3 0 0 20 0 20 0 39955198 19521036288 50997 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39173] ppid=39159 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/39162/task/39173/stat : 39173 (Finalizer) S 39159 39162 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 50997 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39180] ppid=39159 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/39162/task/39180/stat : 39180 (Common-Cleaner) S 39159 39162 38577 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 50997 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39181] ppid=39159 vsize=19063512 memory=4756 CPUtime=0 cores=0,2
/proc/39162/task/39181/stat : 39181 (Timer-0) S 39159 39162 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39955220 19521036288 50997 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 203988 KiB

[startup+3.10551 s]
/proc/loadavg: 4.29 4.46 4.44 5/343 39182
/proc/meminfo: memFree=114974788/131249996 swapFree=33010684/33010684
[pid=39162] ppid=39159 vsize=19063512 memory=424612 CPUtime=5.32 cores=0,2
/proc/39162/stat : 39162 (java) S 39159 39162 38577 0 -1 4194304 14436 0 0 0 520 12 0 0 20 0 20 0 39955196 19521036288 106153 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
/proc/39162/statm: 4765878 106153 5491 1 0 859679 0
[pid=39162/tid=39164] ppid=39159 vsize=19063512 memory=10752 CPUtime=2.79 cores=0,2
/proc/39162/task/39164/stat : 39164 (java) R 39159 39162 38577 0 -1 4194368 5571 0 0 0 274 5 0 0 20 0 20 0 39955198 19521036288 106153 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39173] ppid=39159 vsize=19063512 memory=-6000919468411806572 CPUtime=0 cores=0,2
/proc/39162/task/39173/stat : 39173 (Finalizer) S 39159 39162 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 106153 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39180] ppid=39159 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/39162/task/39180/stat : 39180 (Common-Cleaner) S 39159 39162 38577 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 106153 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39181] ppid=39159 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/39162/task/39181/stat : 39181 (Timer-0) S 39159 39162 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39955220 19521036288 106153 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
Current children cumulated CPU time: 5.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 424612 KiB

[startup+6.30024 s]
/proc/loadavg: 4.27 4.45 4.44 5/343 39182
/proc/meminfo: memFree=114409044/131249996 swapFree=33010684/33010684
[pid=39162] ppid=39159 vsize=19063512 memory=968408 CPUtime=10.02 cores=0,2
/proc/39162/stat : 39162 (java) S 39159 39162 38577 0 -1 4194304 27510 0 0 0 976 26 0 0 20 0 20 0 39955196 19521036288 242102 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
/proc/39162/statm: 4765878 242102 5491 1 0 863323 0
[pid=39162/tid=39164] ppid=39159 vsize=19063512 memory=0 CPUtime=5.9 cores=0,2
/proc/39162/task/39164/stat : 39164 (java) R 39159 39162 38577 0 -1 4194368 6525 0 0 0 574 16 0 0 20 0 20 0 39955198 19521036288 242102 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39173] ppid=39159 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/39162/task/39173/stat : 39173 (Finalizer) S 39159 39162 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 242102 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39180] ppid=39159 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/39162/task/39180/stat : 39180 (Common-Cleaner) S 39159 39162 38577 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 242102 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39181] ppid=39159 vsize=19063512 memory=216408 CPUtime=0 cores=0,2
/proc/39162/task/39181/stat : 39181 (Timer-0) S 39159 39162 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39955220 19521036288 242102 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
Current children cumulated CPU time: 10.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 968408 KiB

[startup+12.7002 s]
/proc/loadavg: 4.25 4.44 4.44 5/343 39182
/proc/meminfo: memFree=113479844/131249996 swapFree=33010684/33010684
[pid=39162] ppid=39159 vsize=19063512 memory=1872228 CPUtime=17.04 cores=0,2
/proc/39162/stat : 39162 (java) S 39159 39162 38577 0 -1 4194304 29034 0 0 0 1662 42 0 0 20 0 20 0 39955196 19521036288 468057 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
/proc/39162/statm: 4765878 468057 5491 1 0 1080932 0
[pid=39162/tid=39164] ppid=39159 vsize=19063512 memory=216408 CPUtime=12.11 cores=0,2
/proc/39162/task/39164/stat : 39164 (java) R 39159 39162 38577 0 -1 4194368 7007 0 0 0 1179 32 0 0 20 0 20 0 39955198 19521036288 468057 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39173] ppid=39159 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/39162/task/39173/stat : 39173 (Finalizer) S 39159 39162 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 468057 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39180] ppid=39159 vsize=19063512 memory=1872228 CPUtime=0 cores=0,2
/proc/39162/task/39180/stat : 39180 (Common-Cleaner) S 39159 39162 38577 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 468057 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39181] ppid=39159 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/39162/task/39181/stat : 39181 (Timer-0) S 39159 39162 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39955220 19521036288 468057 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
Current children cumulated CPU time: 17.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1872228 KiB

[startup+25.5002 s]
/proc/loadavg: 4.42 4.47 4.45 5/344 39184
/proc/meminfo: memFree=113024784/131249996 swapFree=33010684/33010684
[pid=39162] ppid=39159 vsize=19063512 memory=2298460 CPUtime=30.22 cores=0,2
/proc/39162/stat : 39162 (java) S 39159 39162 38577 0 -1 4194304 34770 0 0 0 2970 52 0 0 20 0 20 0 39955196 19521036288 574615 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
/proc/39162/statm: 4765878 574615 5491 1 0 1080936 0
[pid=39162/tid=39164] ppid=39159 vsize=19063512 memory=1872356 CPUtime=24.65 cores=0,2
/proc/39162/task/39164/stat : 39164 (java) R 39159 39162 38577 0 -1 4194368 8979 0 0 0 2427 38 0 0 20 0 20 0 39955198 19521036288 574615 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39173] ppid=39159 vsize=19063512 memory=1872356 CPUtime=0 cores=0,2
/proc/39162/task/39173/stat : 39173 (Finalizer) S 39159 39162 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 574615 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39180] ppid=39159 vsize=19063512 memory=-6000919468411806572 CPUtime=0 cores=0,2
/proc/39162/task/39180/stat : 39180 (Common-Cleaner) S 39159 39162 38577 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 574615 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39181] ppid=39159 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/39162/task/39181/stat : 39181 (Timer-0) S 39159 39162 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39955220 19521036288 574615 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
Current children cumulated CPU time: 30.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2298460 KiB

[startup+51.1057 s]
/proc/loadavg: 4.69 4.53 4.47 5/343 39184
/proc/meminfo: memFree=112380972/131249996 swapFree=33010684/33010684
[pid=39162] ppid=39159 vsize=19063512 memory=2886448 CPUtime=56.27 cores=0,2
/proc/39162/stat : 39162 (java) S 39159 39162 38577 0 -1 4194304 38779 0 0 0 5561 66 0 0 20 0 20 0 39955196 19521036288 721612 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
/proc/39162/statm: 4765878 721612 5491 1 0 1080939 0
[pid=39162/tid=39164] ppid=39159 vsize=19063512 memory=2763532 CPUtime=49.67 cores=0,2
/proc/39162/task/39164/stat : 39164 (java) R 39159 39162 38577 0 -1 4194368 11067 0 0 0 4923 44 0 0 20 0 20 0 39955198 19521036288 721612 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0

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

/proc/meminfo: memFree=107997700/131249996 swapFree=33010684/33010684
[pid=39162] ppid=39159 vsize=19063512 memory=4833072 CPUtime=3159.67 cores=0,2
/proc/39162/stat : 39162 (java) S 39159 39162 38577 0 -1 4194304 185138 0 0 0 315626 341 0 0 20 0 20 0 39955196 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
/proc/39162/statm: 4765878 1208268 5523 1 0 1221868 0
[pid=39162/tid=39164] ppid=39159 vsize=19063512 memory=4833072 CPUtime=2956.56 cores=0,2
/proc/39162/task/39164/stat : 39164 (java) R 39159 39162 38577 0 -1 4194368 67323 0 0 0 295591 65 0 0 20 0 20 0 39955198 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39173] ppid=39159 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/39162/task/39173/stat : 39173 (Finalizer) S 39159 39162 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39180] ppid=39159 vsize=19063512 memory=4833072 CPUtime=0 cores=0,2
/proc/39162/task/39180/stat : 39180 (Common-Cleaner) S 39159 39162 38577 0 -1 4194368 1186 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39181] ppid=39159 vsize=19063512 memory=4833072 CPUtime=0 cores=0,2
/proc/39162/task/39181/stat : 39181 (Timer-0) S 39159 39162 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39955220 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
Current children cumulated CPU time: 3159.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4833072 KiB

[startup+3042.3 s]
/proc/loadavg: 4.39 4.59 4.55 4/318 39461
/proc/meminfo: memFree=114799656/131249996 swapFree=33010684/33010684
[pid=39162] ppid=39159 vsize=19063512 memory=4833072 CPUtime=3220.91 cores=0,2
/proc/39162/stat : 39162 (java) S 39159 39162 38577 0 -1 4194304 187429 0 0 0 321746 345 0 0 20 0 20 0 39955196 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
/proc/39162/statm: 4765878 1208268 5523 1 0 1221868 0
[pid=39162/tid=39164] ppid=39159 vsize=19063512 memory=17664 CPUtime=3016.37 cores=0,2
/proc/39162/task/39164/stat : 39164 (java) R 39159 39162 38577 0 -1 4194368 69005 0 0 0 301572 65 0 0 20 0 20 0 39955198 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39173] ppid=39159 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/39162/task/39173/stat : 39173 (Finalizer) S 39159 39162 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39180] ppid=39159 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/39162/task/39180/stat : 39180 (Common-Cleaner) S 39159 39162 38577 0 -1 4194368 1186 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39181] ppid=39159 vsize=19063512 memory=4833072 CPUtime=0 cores=0,2
/proc/39162/task/39181/stat : 39181 (Timer-0) S 39159 39162 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39955220 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
Current children cumulated CPU time: 3220.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4833072 KiB

[startup+3102.3 s]
/proc/loadavg: 3.71 4.38 4.48 3/294 39500
/proc/meminfo: memFree=120418228/131249996 swapFree=33010684/33010684
[pid=39162] ppid=39159 vsize=19063512 memory=4833072 CPUtime=3283.49 cores=0,2
/proc/39162/stat : 39162 (java) S 39159 39162 38577 0 -1 4194304 188520 0 0 0 328002 347 0 0 20 0 20 0 39955196 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
/proc/39162/statm: 4765878 1208268 5523 1 0 1221868 0
[pid=39162/tid=39164] ppid=39159 vsize=19063512 memory=4833072 CPUtime=3076.22 cores=0,2
/proc/39162/task/39164/stat : 39164 (java) R 39159 39162 38577 0 -1 4194368 69069 0 0 0 307557 65 0 0 20 0 20 0 39955198 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39173] ppid=39159 vsize=19063512 memory=4833072 CPUtime=0 cores=0,2
/proc/39162/task/39173/stat : 39173 (Finalizer) S 39159 39162 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39180] ppid=39159 vsize=19063512 memory=-6000919468411806572 CPUtime=0 cores=0,2
/proc/39162/task/39180/stat : 39180 (Common-Cleaner) S 39159 39162 38577 0 -1 4194368 1190 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39181] ppid=39159 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/39162/task/39181/stat : 39181 (Timer-0) S 39159 39162 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39955220 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
Current children cumulated CPU time: 3283.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4833072 KiB

[startup+3162.3 s]
/proc/loadavg: 2.90 4.02 4.35 4/294 39502
/proc/meminfo: memFree=120418520/131249996 swapFree=33010684/33010684
[pid=39162] ppid=39159 vsize=19063512 memory=4833072 CPUtime=3360.53 cores=0,2
/proc/39162/stat : 39162 (java) S 39159 39162 38577 0 -1 4194304 193473 0 0 0 335688 365 0 0 20 0 20 0 39955196 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
/proc/39162/statm: 4765878 1208268 5523 1 0 1221869 0
[pid=39162/tid=39164] ppid=39159 vsize=19063512 memory=4833072 CPUtime=3135.59 cores=0,2
/proc/39162/task/39164/stat : 39164 (java) R 39159 39162 38577 0 -1 4194368 71551 0 0 0 313493 66 0 0 20 0 20 0 39955198 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39173] ppid=39159 vsize=19063512 memory=4833072 CPUtime=0 cores=0,2
/proc/39162/task/39173/stat : 39173 (Finalizer) S 39159 39162 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39180] ppid=39159 vsize=19063512 memory=4833072 CPUtime=0 cores=0,2
/proc/39162/task/39180/stat : 39180 (Common-Cleaner) S 39159 39162 38577 0 -1 4194368 1221 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39181] ppid=39159 vsize=19063512 memory=4833072 CPUtime=0 cores=0,2
/proc/39162/task/39181/stat : 39181 (Timer-0) S 39159 39162 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39955220 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
Current children cumulated CPU time: 3360.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4833072 KiB

[startup+3222.3 s]
/proc/loadavg: 2.55 3.71 4.22 3/293 39505
/proc/meminfo: memFree=120418364/131249996 swapFree=33010684/33010684
[pid=39162] ppid=39159 vsize=19063512 memory=4833072 CPUtime=3423.63 cores=0,2
/proc/39162/stat : 39162 (java) S 39159 39162 38577 0 -1 4194304 195363 0 0 0 341994 369 0 0 20 0 20 0 39955196 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
/proc/39162/statm: 4765878 1208268 5523 1 0 1221869 0
[pid=39162/tid=39164] ppid=39159 vsize=19063512 memory=14848 CPUtime=3195.34 cores=0,2
/proc/39162/task/39164/stat : 39164 (java) R 39159 39162 38577 0 -1 4194368 72291 0 0 0 319468 66 0 0 20 0 20 0 39955198 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39173] ppid=39159 vsize=19063512 memory=4833072 CPUtime=0 cores=0,2
/proc/39162/task/39173/stat : 39173 (Finalizer) S 39159 39162 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39180] ppid=39159 vsize=19063512 memory=4833072 CPUtime=0 cores=0,2
/proc/39162/task/39180/stat : 39180 (Common-Cleaner) S 39159 39162 38577 0 -1 4194368 1221 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39181] ppid=39159 vsize=19063512 memory=4833072 CPUtime=0 cores=0,2
/proc/39162/task/39181/stat : 39181 (Timer-0) S 39159 39162 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39955220 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
Current children cumulated CPU time: 3423.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4833072 KiB

[startup+3282.3 s]
/proc/loadavg: 2.35 3.44 4.10 3/291 39507
/proc/meminfo: memFree=120418688/131249996 swapFree=33010684/33010684
[pid=39162] ppid=39159 vsize=19063512 memory=4833072 CPUtime=3486.22 cores=0,2
/proc/39162/stat : 39162 (java) S 39159 39162 38577 0 -1 4194304 197975 0 0 0 348250 372 0 0 20 0 20 0 39955196 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
/proc/39162/statm: 4765878 1208268 5523 1 0 1221869 0
[pid=39162/tid=39164] ppid=39159 vsize=19063512 memory=4833072 CPUtime=3255.12 cores=0,2
/proc/39162/task/39164/stat : 39164 (java) R 39159 39162 38577 0 -1 4194368 73193 0 0 0 325446 66 0 0 20 0 20 0 39955198 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39173] ppid=39159 vsize=19063512 memory=4833072 CPUtime=0 cores=0,2
/proc/39162/task/39173/stat : 39173 (Finalizer) S 39159 39162 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39180] ppid=39159 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/39162/task/39180/stat : 39180 (Common-Cleaner) S 39159 39162 38577 0 -1 4194368 1245 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39181] ppid=39159 vsize=19063512 memory=4833072 CPUtime=0 cores=0,2
/proc/39162/task/39181/stat : 39181 (Timer-0) S 39159 39162 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39955220 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
Current children cumulated CPU time: 3486.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4833072 KiB

[startup+3342.3 s]
/proc/loadavg: 2.24 3.21 3.97 3/291 39509
/proc/meminfo: memFree=120418252/131249996 swapFree=33010684/33010684
[pid=39162] ppid=39159 vsize=19063512 memory=4833072 CPUtime=3548.86 cores=0,2
/proc/39162/stat : 39162 (java) S 39159 39162 38577 0 -1 4194304 201234 0 0 0 354510 376 0 0 20 0 20 0 39955196 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
/proc/39162/statm: 4765878 1208268 5523 1 0 1221869 0
[pid=39162/tid=39164] ppid=39159 vsize=19063512 memory=14848 CPUtime=3314.94 cores=0,2
/proc/39162/task/39164/stat : 39164 (java) R 39159 39162 38577 0 -1 4194368 74814 0 0 0 331428 66 0 0 20 0 20 0 39955198 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39173] ppid=39159 vsize=19063512 memory=4833072 CPUtime=0 cores=0,2
/proc/39162/task/39173/stat : 39173 (Finalizer) S 39159 39162 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39180] ppid=39159 vsize=19063512 memory=4833072 CPUtime=0 cores=0,2
/proc/39162/task/39180/stat : 39180 (Common-Cleaner) S 39159 39162 38577 0 -1 4194368 1246 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39181] ppid=39159 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/39162/task/39181/stat : 39181 (Timer-0) S 39159 39162 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39955220 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
Current children cumulated CPU time: 3548.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4833072 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3391 s]*
/proc/loadavg: 2.28 3.07 3.88 3/291 39510
/proc/meminfo: memFree=120418468/131249996 swapFree=33010684/33010684
[pid=39162] ppid=39159 vsize=19063512 memory=4833072 CPUtime=3600.03 cores=0,2
/proc/39162/stat : 39162 (java) S 39159 39162 38577 0 -1 4194304 201549 0 0 0 359625 378 0 0 20 0 20 0 39955196 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
/proc/39162/statm: 4765878 1208268 5523 1 0 1221869 0
[pid=39162/tid=39164] ppid=39159 vsize=19063512 memory=7686721470247706567 CPUtime=3363.52 cores=0,2
/proc/39162/task/39164/stat : 39164 (java) R 39159 39162 38577 0 -1 4194368 74830 0 0 0 336286 66 0 0 20 0 20 0 39955198 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39173] ppid=39159 vsize=19063512 memory=7583010221921967636 CPUtime=0 cores=0,2
/proc/39162/task/39173/stat : 39173 (Finalizer) S 39159 39162 38577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39180] ppid=39159 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/39162/task/39180/stat : 39180 (Common-Cleaner) S 39159 39162 38577 0 -1 4194368 1270 0 0 0 0 0 0 0 20 0 20 0 39955200 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
[pid=39162/tid=39181] ppid=39159 vsize=19063512 memory=2944 CPUtime=0 cores=0,2
/proc/39162/task/39181/stat : 39181 (Timer-0) S 39159 39162 38577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39955220 19521036288 1208268 18446744073709551615 93975384813568 93975384817264 140730307879344 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93975384825080 93975384825872 93975399444480 140730307885438 140730307885542 140730307885542 140730307891144 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4833072 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.35 s, system=3.80812 s

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

Child status: 143

Real time (s): 3391.07
CPU time (s): 3600.16
CPU user time (s): 3596.35
CPU system time (s): 3.80812
CPU usage (%): 106.166
Max. virtual memory (cumulated for all children) (KiB): 19066616
Max. memory (cumulated for all children) (KiB): 4833072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.35
system time used= 3.80812
maximum resident set size= 4833968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203161
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 151206
involuntary context switches= 23909


# summary of solver processes directly reported to runsolver:
#   pid: 39162
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3596.35
#   total CPU system time (s): 3.80812

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.10458 second user time and 15.7323 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-06-30 02:19:33
IDJOB=4515928
IDBENCH=167132
IDSOLVER=3361
FILE ID=nodeC024/4515928-1751242773
RUNJOBID= nodeC024-1751239311-38587
SLURM_JOB_ID= 9587719
Free space on /tmp= 433048 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/larger/vc-grids-v1_shuffle/normalized-grid8_161.shuf-2.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515928-1751242773/watcher-4515928-1751242773 -o /tmp/evaluation-result-4515928-1751242773/solver-4515928-1751242773 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751239311-38587 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4515928-1751242773.opb

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

MD5SUM BENCH= 97ac09d7b638be47b4d5a322b09a2581
RANDOM SEED=421608683

nodeC024 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		: 3600.030
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.36
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.722
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.651
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.577
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.677
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.36
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.672
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.36
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		: 3519.220
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.36
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		: 3587.718
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        115352484 kB
MemAvailable:   115580424 kB
Buffers:            3280 kB
Cached:          1035028 kB
SwapCached:            0 kB
Active:         14503112 kB
Inactive:         780308 kB
Active(anon):   14263176 kB
Inactive(anon):        0 kB
Active(file):     239936 kB
Inactive(file):   780308 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               744 kB
Writeback:             0 kB
AnonPages:      14247800 kB
Mapped:           122876 kB
Shmem:             18064 kB
KReclaimable:      93468 kB
Slab:             180540 kB
SReclaimable:      93468 kB
SUnreclaim:        87072 kB
KernelStack:        5264 kB
PageTables:        31660 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   16629076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14018560 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC024 at 2025-06-30 03:16:04