Trace number 4516036

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.19 3595.37

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-grids-v2_shuffle/normalized-grid4_51.shuf-3.opb
MD5SUMbc497e8177732403fc20f4b37a52cb26
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.487157
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204
Total number of constraints409
Number of constraints which are clauses408
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 constraint204
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 206
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	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.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ANY
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/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.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4516036-1751243113.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.14/0.17	c ... done. Wall clock time 0.026s.
0.14/0.17	c declared #vars     204
0.14/0.17	c #constraints  409
0.14/0.17	c constraints type 
0.14/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 408
0.14/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.14/0.17	c 409 constraints processed.
44.05/39.52	c cleaning 2498 clauses out of 5000
3600.06/3595.31	c starts		: 26
3600.06/3595.32	c conflicts		: 6278
3600.06/3595.32	c decisions		: 11726
3600.06/3595.32	c propagations		: 117087
3600.06/3595.32	c inspects		: 84569064
3600.06/3595.32	c shortcuts		: 0
3600.06/3595.32	c learnt literals	: 0
3600.06/3595.32	c learnt binary clauses	: 0
3600.06/3595.32	c learnt ternary clauses	: 0
3600.06/3595.32	c learnt constraints	: 6277
3600.06/3595.32	c ignored constraints	: 0
3600.06/3595.32	c root simplifications	: 0
3600.06/3595.32	c removed literals (reason simplification)	: 0
3600.06/3595.32	c reason swapping (by a shorter reason)	: 0
3600.06/3595.32	c Calls to reduceDB	: 1
3600.06/3595.32	c Number of update (reduction) of LBD	: 0
3600.06/3595.32	c Imported unit clauses	: 0
3600.06/3595.32	c No decision after first conflict	: false
3600.06/3595.32	c number of reductions to clauses (during analyze)	: 0
3600.06/3595.32	c number of learned constraints concerned by reduction	: 0
3600.06/3595.32	c number of learning phase by resolution	: 0
3600.06/3595.33	c number of learning phase by cutting planes	: 0
3600.06/3595.33	c number of rounding to 1 operations	: 0
3600.06/3595.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3595.33	c number of reductions of the coefficients by power 2 	: 0
3600.06/3595.33	c number of right shift for reduction by power 2 	: 0
3600.06/3595.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3595.33	c number of ending skipping 	: 0
3600.06/3595.33	c number of internal skipping 	: 0
3600.06/3595.33	c number of derivation steps 	: 49300
3600.06/3595.33	c number of skipped derivation steps 	: 0
3600.06/3595.33	c number of remaining unassigned 	: 126100
3600.06/3595.33	c number of remaining assigned 	: 1164358
3600.06/3595.33	c number of falsified literals weakened from reason	: 0
3600.06/3595.33	c number of falsified literals weakened from conflict	: 0
3600.06/3595.33	c time for arithmetic operations	: 2907285263240
3600.06/3595.34	c minimum degree of deleted constraints	: null
3600.06/3595.34	c maximum degree of deleted constraints	: null
3600.06/3595.34	c number of deleted constraints	: 0
3600.06/3595.34	c speed (assignments/second)	: 32.567898116526464
3600.06/3595.35	c non guided choices	: 58
3600.06/3595.35	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 3760
3600.06/3595.35	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 19
3600.06/3595.35	s UNKNOWN
3600.06/3595.35	c Total wall clock time (in seconds): 3595.206

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516036-1751243113/watcher-4516036-1751243113 -o /tmp/evaluation-result-4516036-1751243113/solver-4516036-1751243113 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751239852-35557 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4516036-1751243113.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=35981, runsolver pid=35978

[startup+0.100059 s]*
/proc/loadavg: 4.48 4.56 4.51 7/340 35999
/proc/meminfo: memFree=118687200/131249996 swapFree=33010684/33010684
[pid=35981] ppid=35978 vsize=18930384 memory=57948 CPUtime=0.14 cores=4,6
/proc/35981/stat : 35981 (java) S 35978 35981 35546 0 -1 4194304 6612 0 0 0 12 2 0 0 20 0 18 0 39989032 19384713216 14487 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
/proc/35981/statm: 4732596 14487 5349 1 0 547644 0
[pid=35981/tid=35983] ppid=35978 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/35981/task/35983/stat : 35983 (java) R 35978 35981 35546 0 -1 4194368 5106 0 0 0 7 1 0 0 20 0 18 0 39989033 19384713216 14487 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35992] ppid=35978 vsize=18930384 memory=224227754321 CPUtime=0 cores=4,6
/proc/35981/task/35992/stat : 35992 (Finalizer) S 35978 35981 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39989035 19384713216 14487 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35999] ppid=35978 vsize=18930384 memory=59585004335488 CPUtime=0 cores=4,6
/proc/35981/task/35999/stat : 35999 (Common-Cleaner) S 35978 35981 35546 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39989036 19384713216 14487 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57948 KiB

[startup+0.20838 s]*
/proc/loadavg: 4.48 4.56 4.51 7/341 36000
/proc/meminfo: memFree=118679072/131249996 swapFree=33010684/33010684
[pid=35981] ppid=35978 vsize=18996948 memory=64936 CPUtime=0.33 cores=4,6
/proc/35981/stat : 35981 (java) S 35978 35981 35546 0 -1 4194304 7280 0 0 0 31 2 0 0 20 0 19 0 39989032 19452874752 16234 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
/proc/35981/statm: 4749237 16234 5413 1 0 548395 0
[pid=35981/tid=35983] ppid=35978 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=4,6
/proc/35981/task/35983/stat : 35983 (java) S 35978 35981 35546 0 -1 4194368 5418 0 0 0 17 1 0 0 20 0 19 0 39989033 19452874752 16234 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35992] ppid=35978 vsize=18996948 memory=16195 CPUtime=0 cores=4,6
/proc/35981/task/35992/stat : 35992 (Finalizer) S 35978 35981 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39989035 19452874752 16234 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35999] ppid=35978 vsize=18996948 memory=58485492679654 CPUtime=0 cores=4,6
/proc/35981/task/35999/stat : 35999 (Common-Cleaner) S 35978 35981 35546 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39989036 19452874752 16234 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=36000] ppid=35978 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/35981/task/36000/stat : 36000 (Timer-0) S 35978 35981 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39989050 19452874752 16234 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64936 KiB

[startup+0.305979 s]*
/proc/loadavg: 4.48 4.56 4.51 6/341 36000
/proc/meminfo: memFree=118662688/131249996 swapFree=33010684/33010684
[pid=35981] ppid=35978 vsize=18997216 memory=82316 CPUtime=0.52 cores=4,6
/proc/35981/stat : 35981 (java) S 35978 35981 35546 0 -1 4194304 7477 0 0 0 50 2 0 0 20 0 19 0 39989032 19453149184 20547 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
/proc/35981/statm: 4749304 20547 5445 1 0 548513 0
[pid=35981/tid=35983] ppid=35978 vsize=18997216 memory=-6000919472672696172 CPUtime=0.27 cores=4,6
/proc/35981/task/35983/stat : 35983 (java) R 35978 35981 35546 0 -1 4194368 5446 0 0 0 25 2 0 0 20 0 19 0 39989033 19453149184 20579 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35992] ppid=35978 vsize=18997216 memory=0 CPUtime=0 cores=4,6
/proc/35981/task/35992/stat : 35992 (Finalizer) S 35978 35981 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39989035 19453149184 20611 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35999] ppid=35978 vsize=18997216 memory=0 CPUtime=0 cores=4,6
/proc/35981/task/35999/stat : 35999 (Common-Cleaner) S 35978 35981 35546 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39989036 19453149184 20611 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=36000] ppid=35978 vsize=18997216 memory=0 CPUtime=0 cores=4,6
/proc/35981/task/36000/stat : 36000 (Timer-0) S 35978 35981 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39989050 19453149184 20611 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18997216 KiB
Current children cumulated memory: 82316 KiB

[startup+0.700228 s]
/proc/loadavg: 4.48 4.56 4.51 6/341 36000
/proc/meminfo: memFree=118591168/131249996 swapFree=33010684/33010684
[pid=35981] ppid=35978 vsize=19063512 memory=170840 CPUtime=1.28 cores=4,6
/proc/35981/stat : 35981 (java) S 35978 35981 35546 0 -1 4194304 13641 0 0 0 122 6 0 0 20 0 20 0 39989032 19521036288 42710 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
/proc/35981/statm: 4765878 42710 5477 1 0 552252 0
[pid=35981/tid=35983] ppid=35978 vsize=19063512 memory=17664 CPUtime=0.6 cores=4,6
/proc/35981/task/35983/stat : 35983 (java) R 35978 35981 35546 0 -1 4194368 5509 0 0 0 57 3 0 0 20 0 20 0 39989033 19521036288 42710 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35992] ppid=35978 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/35981/task/35992/stat : 35992 (Finalizer) S 35978 35981 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39989035 19521036288 42710 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35999] ppid=35978 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/35981/task/35999/stat : 35999 (Common-Cleaner) S 35978 35981 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39989036 19521036288 42710 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=36000] ppid=35978 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/35981/task/36000/stat : 36000 (Timer-0) S 35978 35981 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39989050 19521036288 42710 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170840 KiB

[startup+1.50025 s]
/proc/loadavg: 4.48 4.56 4.51 6/342 36001
/proc/meminfo: memFree=118564956/131249996 swapFree=33010684/33010684
[pid=35981] ppid=35978 vsize=19063512 memory=253528 CPUtime=2.85 cores=4,6
/proc/35981/stat : 35981 (java) S 35978 35981 35546 0 -1 4194304 19567 0 0 0 277 8 0 0 20 0 20 0 39989032 19521036288 63382 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
/proc/35981/statm: 4765878 63382 5477 1 0 552795 0
[pid=35981/tid=35983] ppid=35978 vsize=19063512 memory=0 CPUtime=1.33 cores=4,6
/proc/35981/task/35983/stat : 35983 (java) R 35978 35981 35546 0 -1 4194368 5813 0 0 0 128 5 0 0 20 0 20 0 39989033 19521036288 63382 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35992] ppid=35978 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/35981/task/35992/stat : 35992 (Finalizer) S 35978 35981 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39989035 19521036288 63382 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35999] ppid=35978 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/35981/task/35999/stat : 35999 (Common-Cleaner) S 35978 35981 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39989036 19521036288 63382 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=36000] ppid=35978 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/35981/task/36000/stat : 36000 (Timer-0) S 35978 35981 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39989050 19521036288 63382 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 253528 KiB

[startup+3.10581 s]
/proc/loadavg: 4.48 4.56 4.51 5/342 36001
/proc/meminfo: memFree=117791932/131249996 swapFree=33010684/33010684
[pid=35981] ppid=35978 vsize=19063512 memory=1004884 CPUtime=5.4 cores=4,6
/proc/35981/stat : 35981 (java) S 35978 35981 35546 0 -1 4194304 21970 0 0 0 515 25 0 0 20 0 20 0 39989032 19521036288 251221 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
/proc/35981/statm: 4765878 251221 5477 1 0 903715 0
[pid=35981/tid=35983] ppid=35978 vsize=19063512 memory=10752 CPUtime=2.9 cores=4,6
/proc/35981/task/35983/stat : 35983 (java) R 35978 35981 35546 0 -1 4194368 6749 0 0 0 269 21 0 0 20 0 20 0 39989033 19521036288 251221 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35992] ppid=35978 vsize=19063512 memory=-6000919472672696172 CPUtime=0 cores=4,6
/proc/35981/task/35992/stat : 35992 (Finalizer) S 35978 35981 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39989035 19521036288 251221 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35999] ppid=35978 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/35981/task/35999/stat : 35999 (Common-Cleaner) S 35978 35981 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39989036 19521036288 251221 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=36000] ppid=35978 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/35981/task/36000/stat : 36000 (Timer-0) S 35978 35981 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39989050 19521036288 251221 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
Current children cumulated CPU time: 5.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1004884 KiB

[startup+6.30022 s]
/proc/loadavg: 4.44 4.55 4.51 5/342 36001
/proc/meminfo: memFree=117292244/131249996 swapFree=33010684/33010684
[pid=35981] ppid=35978 vsize=19063512 memory=1430964 CPUtime=8.74 cores=4,6
/proc/35981/stat : 35981 (java) S 35978 35981 35546 0 -1 4194304 22278 0 0 0 840 34 0 0 20 0 20 0 39989032 19521036288 357741 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
/proc/35981/statm: 4765878 357741 5477 1 0 903726 0
[pid=35981/tid=35983] ppid=35978 vsize=19063512 memory=0 CPUtime=6.05 cores=4,6
/proc/35981/task/35983/stat : 35983 (java) R 35978 35981 35546 0 -1 4194368 6956 0 0 0 576 29 0 0 20 0 20 0 39989033 19521036288 357741 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35992] ppid=35978 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/35981/task/35992/stat : 35992 (Finalizer) S 35978 35981 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39989035 19521036288 357741 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35999] ppid=35978 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/35981/task/35999/stat : 35999 (Common-Cleaner) S 35978 35981 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39989036 19521036288 357741 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=36000] ppid=35978 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/35981/task/36000/stat : 36000 (Timer-0) S 35978 35981 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39989050 19521036288 357741 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
Current children cumulated CPU time: 8.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1430964 KiB

[startup+12.7002 s]
/proc/loadavg: 4.41 4.54 4.51 6/342 36001
/proc/meminfo: memFree=116784396/131249996 swapFree=33010684/33010684
[pid=35981] ppid=35978 vsize=19063512 memory=1926664 CPUtime=15.23 cores=4,6
/proc/35981/stat : 35981 (java) S 35978 35981 35546 0 -1 4194304 22867 0 0 0 1479 44 0 0 20 0 20 0 39989032 19521036288 481666 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
/proc/35981/statm: 4765878 481666 5477 1 0 903730 0
[pid=35981/tid=35983] ppid=35978 vsize=19063512 memory=10752 CPUtime=12.39 cores=4,6
/proc/35981/task/35983/stat : 35983 (java) R 35978 35981 35546 0 -1 4194368 7466 0 0 0 1201 38 0 0 20 0 20 0 39989033 19521036288 481666 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35992] ppid=35978 vsize=19063512 memory=1920508 CPUtime=0 cores=4,6
/proc/35981/task/35992/stat : 35992 (Finalizer) S 35978 35981 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39989035 19521036288 481666 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35999] ppid=35978 vsize=19063512 memory=-6000919472672696172 CPUtime=0 cores=4,6
/proc/35981/task/35999/stat : 35999 (Common-Cleaner) S 35978 35981 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39989036 19521036288 481666 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=36000] ppid=35978 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/35981/task/36000/stat : 36000 (Timer-0) S 35978 35981 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39989050 19521036288 481666 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
Current children cumulated CPU time: 15.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1926664 KiB

[startup+25.5003 s]
/proc/loadavg: 4.39 4.53 4.50 5/342 36001
/proc/meminfo: memFree=116469716/131249996 swapFree=33010684/33010684
[pid=35981] ppid=35978 vsize=19063512 memory=2208484 CPUtime=29.68 cores=4,6
/proc/35981/stat : 35981 (java) S 35978 35981 35546 0 -1 4194304 45467 0 0 0 2915 53 0 0 20 0 20 0 39989032 19521036288 552121 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
/proc/35981/statm: 4765878 552121 5477 1 0 911749 0
[pid=35981/tid=35983] ppid=35978 vsize=19063512 memory=1920508 CPUtime=25.01 cores=4,6
/proc/35981/task/35983/stat : 35983 (java) R 35978 35981 35546 0 -1 4194368 10063 0 0 0 2458 43 0 0 20 0 20 0 39989033 19521036288 552121 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35992] ppid=35978 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/35981/task/35992/stat : 35992 (Finalizer) S 35978 35981 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39989035 19521036288 552121 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35999] ppid=35978 vsize=19063512 memory=2208884 CPUtime=0 cores=4,6
/proc/35981/task/35999/stat : 35999 (Common-Cleaner) S 35978 35981 35546 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 39989036 19521036288 552121 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=36000] ppid=35978 vsize=19063512 memory=2200616 CPUtime=0 cores=4,6
/proc/35981/task/36000/stat : 36000 (Timer-0) S 35978 35981 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39989050 19521036288 552121 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
Current children cumulated CPU time: 29.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2208484 KiB

[startup+51.1058 s]
/proc/loadavg: 4.45 4.53 4.51 5/342 36002
/proc/meminfo: memFree=116374360/131249996 swapFree=33010684/33010684
[pid=35981] ppid=35978 vsize=19063512 memory=2244840 CPUtime=55.81 cores=4,6
/proc/35981/stat : 35981 (java) S 35978 35981 35546 0 -1 4194304 54120 0 0 0 5525 56 0 0 20 0 20 0 39989032 19521036288 561210 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
/proc/35981/statm: 4765878 561210 5477 1 0 911781 0
[pid=35981/tid=35983] ppid=35978 vsize=19063512 memory=14824 CPUtime=50.21 cores=4,6

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

/proc/meminfo: memFree=111143316/131249996 swapFree=33010684/33010684
[pid=35981] ppid=35978 vsize=19063512 memory=3501740 CPUtime=3287.05 cores=4,6
/proc/35981/stat : 35981 (java) S 35978 35981 35546 0 -1 4194304 123221 0 0 0 328536 169 0 0 20 0 20 0 39989032 19521036288 875435 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
/proc/35981/statm: 4765878 875435 5477 1 0 911781 0
[pid=35981/tid=35983] ppid=35978 vsize=19063512 memory=3499688 CPUtime=3265.9 cores=4,6
/proc/35981/task/35983/stat : 35983 (java) R 35978 35981 35546 0 -1 4194368 50395 0 0 0 326541 49 0 0 20 0 20 0 39989033 19521036288 875435 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35992] ppid=35978 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/35981/task/35992/stat : 35992 (Finalizer) S 35978 35981 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39989035 19521036288 875435 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35999] ppid=35978 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/35981/task/35999/stat : 35999 (Common-Cleaner) S 35978 35981 35546 0 -1 4194368 1383 0 0 0 0 0 0 0 20 0 20 0 39989036 19521036288 875435 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=36000] ppid=35978 vsize=19063512 memory=3501740 CPUtime=0 cores=4,6
/proc/35981/task/36000/stat : 36000 (Timer-0) S 35978 35981 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39989050 19521036288 875435 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
Current children cumulated CPU time: 3287.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3501740 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.15 4.12 5/342 36373
/proc/meminfo: memFree=111139332/131249996 swapFree=33010684/33010684
[pid=35981] ppid=35978 vsize=19063512 memory=3505836 CPUtime=3346.97 cores=4,6
/proc/35981/stat : 35981 (java) S 35978 35981 35546 0 -1 4194304 123574 0 0 0 334527 170 0 0 20 0 20 0 39989032 19521036288 876459 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
/proc/35981/statm: 4765878 876459 5477 1 0 911781 0
[pid=35981/tid=35983] ppid=35978 vsize=19063512 memory=3501740 CPUtime=3325.77 cores=4,6
/proc/35981/task/35983/stat : 35983 (java) R 35978 35981 35546 0 -1 4194368 50402 0 0 0 332528 49 0 0 20 0 20 0 39989033 19521036288 876459 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35992] ppid=35978 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/35981/task/35992/stat : 35992 (Finalizer) S 35978 35981 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39989035 19521036288 876459 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35999] ppid=35978 vsize=19063512 memory=3503788 CPUtime=0 cores=4,6
/proc/35981/task/35999/stat : 35999 (Common-Cleaner) S 35978 35981 35546 0 -1 4194368 1384 0 0 0 0 0 0 0 20 0 20 0 39989036 19521036288 876459 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=36000] ppid=35978 vsize=19063512 memory=3505836 CPUtime=0 cores=4,6
/proc/35981/task/36000/stat : 36000 (Timer-0) S 35978 35981 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39989050 19521036288 876459 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
Current children cumulated CPU time: 3346.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3505836 KiB

[startup+3402.3 s]
/proc/loadavg: 4.74 4.31 4.18 5/343 36376
/proc/meminfo: memFree=110443980/131249996 swapFree=33010684/33010684
[pid=35981] ppid=35978 vsize=19063512 memory=3509940 CPUtime=3407.02 cores=4,6
/proc/35981/stat : 35981 (java) S 35978 35981 35546 0 -1 4194304 125417 0 0 0 340531 171 0 0 20 0 20 0 39989032 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
/proc/35981/statm: 4765878 877485 5477 1 0 911781 0
[pid=35981/tid=35983] ppid=35978 vsize=19063512 memory=3503788 CPUtime=3385.42 cores=4,6
/proc/35981/task/35983/stat : 35983 (java) R 35978 35981 35546 0 -1 4194368 51786 0 0 0 338492 50 0 0 20 0 20 0 39989033 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35992] ppid=35978 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/35981/task/35992/stat : 35992 (Finalizer) S 35978 35981 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39989035 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35999] ppid=35978 vsize=19063512 memory=3505836 CPUtime=0 cores=4,6
/proc/35981/task/35999/stat : 35999 (Common-Cleaner) S 35978 35981 35546 0 -1 4194368 1395 0 0 0 0 0 0 0 20 0 20 0 39989036 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=36000] ppid=35978 vsize=19063512 memory=3505836 CPUtime=0 cores=4,6
/proc/35981/task/36000/stat : 36000 (Timer-0) S 35978 35981 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39989050 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
Current children cumulated CPU time: 3407.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3509940 KiB

[startup+3462.3 s]
/proc/loadavg: 4.52 4.34 4.20 5/342 36380
/proc/meminfo: memFree=110444152/131249996 swapFree=33010684/33010684
[pid=35981] ppid=35978 vsize=19063512 memory=3509940 CPUtime=3467.06 cores=4,6
/proc/35981/stat : 35981 (java) S 35978 35981 35546 0 -1 4194304 125794 0 0 0 346533 173 0 0 20 0 20 0 39989032 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
/proc/35981/statm: 4765878 877485 5477 1 0 911781 0
[pid=35981/tid=35983] ppid=35978 vsize=19063512 memory=3503788 CPUtime=3444.93 cores=4,6
/proc/35981/task/35983/stat : 35983 (java) R 35978 35981 35546 0 -1 4194368 51797 0 0 0 344443 50 0 0 20 0 20 0 39989033 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35992] ppid=35978 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/35981/task/35992/stat : 35992 (Finalizer) S 35978 35981 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39989035 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35999] ppid=35978 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/35981/task/35999/stat : 35999 (Common-Cleaner) S 35978 35981 35546 0 -1 4194368 1395 0 0 0 0 0 0 0 20 0 20 0 39989036 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=36000] ppid=35978 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/35981/task/36000/stat : 36000 (Timer-0) S 35978 35981 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39989050 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
Current children cumulated CPU time: 3467.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3509940 KiB

[startup+3522.3 s]
/proc/loadavg: 4.38 4.33 4.20 5/342 36382
/proc/meminfo: memFree=110444056/131249996 swapFree=33010684/33010684
[pid=35981] ppid=35978 vsize=19063512 memory=3509940 CPUtime=3527.07 cores=4,6
/proc/35981/stat : 35981 (java) S 35978 35981 35546 0 -1 4194304 128358 0 0 0 352533 174 0 0 20 0 20 0 39989032 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
/proc/35981/statm: 4765878 877485 5477 1 0 911781 0
[pid=35981/tid=35983] ppid=35978 vsize=19063512 memory=-6000919472672696172 CPUtime=3504.59 cores=4,6
/proc/35981/task/35983/stat : 35983 (java) R 35978 35981 35546 0 -1 4194368 53257 0 0 0 350409 50 0 0 20 0 20 0 39989033 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35992] ppid=35978 vsize=19063512 memory=3509940 CPUtime=0 cores=4,6
/proc/35981/task/35992/stat : 35992 (Finalizer) S 35978 35981 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39989035 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35999] ppid=35978 vsize=19063512 memory=3509940 CPUtime=0 cores=4,6
/proc/35981/task/35999/stat : 35999 (Common-Cleaner) S 35978 35981 35546 0 -1 4194368 1440 0 0 0 0 0 0 0 20 0 20 0 39989036 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=36000] ppid=35978 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/35981/task/36000/stat : 36000 (Timer-0) S 35978 35981 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39989050 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
Current children cumulated CPU time: 3527.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3509940 KiB

[startup+3582.3 s]
/proc/loadavg: 3.91 4.22 4.17 4/315 36418
/proc/meminfo: memFree=113513652/131249996 swapFree=33010684/33010684
[pid=35981] ppid=35978 vsize=19063512 memory=3509940 CPUtime=3587.07 cores=4,6
/proc/35981/stat : 35981 (java) S 35978 35981 35546 0 -1 4194304 129925 0 0 0 358531 176 0 0 20 0 20 0 39989032 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
/proc/35981/statm: 4765878 877485 5477 1 0 911781 0
[pid=35981/tid=35983] ppid=35978 vsize=19063512 memory=14824 CPUtime=3564.38 cores=4,6
/proc/35981/task/35983/stat : 35983 (java) R 35978 35981 35546 0 -1 4194368 54499 0 0 0 356387 51 0 0 20 0 20 0 39989033 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35992] ppid=35978 vsize=19063512 memory=3509940 CPUtime=0 cores=4,6
/proc/35981/task/35992/stat : 35992 (Finalizer) S 35978 35981 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39989035 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35999] ppid=35978 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/35981/task/35999/stat : 35999 (Common-Cleaner) S 35978 35981 35546 0 -1 4194368 1460 0 0 0 0 0 0 0 20 0 20 0 39989036 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=36000] ppid=35978 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/35981/task/36000/stat : 36000 (Timer-0) S 35978 35981 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39989050 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
Current children cumulated CPU time: 3587.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3509940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595.3 s]
/proc/loadavg: 3.77 4.18 4.16 4/315 36418
/proc/meminfo: memFree=113513728/131249996 swapFree=33010684/33010684
[pid=35981] ppid=35978 vsize=19063512 memory=3509940 CPUtime=3600.06 cores=4,6
/proc/35981/stat : 35981 (java) S 35978 35981 35546 0 -1 4194304 129946 0 0 0 359830 176 0 0 20 0 20 0 39989032 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
/proc/35981/statm: 4765878 877485 5477 1 0 911781 0
[pid=35981/tid=35983] ppid=35978 vsize=19063512 memory=14824 CPUtime=3577.36 cores=4,6
/proc/35981/task/35983/stat : 35983 (java) R 35978 35981 35546 0 -1 4194368 54504 0 0 0 357685 51 0 0 20 0 20 0 39989033 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35992] ppid=35978 vsize=19063512 memory=3509940 CPUtime=0 cores=4,6
/proc/35981/task/35992/stat : 35992 (Finalizer) S 35978 35981 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39989035 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35999] ppid=35978 vsize=19063512 memory=3509940 CPUtime=0 cores=4,6
/proc/35981/task/35999/stat : 35999 (Common-Cleaner) S 35978 35981 35546 0 -1 4194368 1460 0 0 0 0 0 0 0 20 0 20 0 39989036 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=36000] ppid=35978 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/35981/task/36000/stat : 36000 (Timer-0) S 35978 35981 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39989050 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3509940 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.41 s, system=1.78219 s

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

[startup+3595.3 s]
/proc/loadavg: 3.77 4.18 4.16 4/315 36418
/proc/meminfo: memFree=113513728/131249996 swapFree=33010684/33010684
[pid=35981] ppid=35978 vsize=19063512 memory=3509940 CPUtime=3600.06 cores=4,6
/proc/35981/stat : 35981 (java) S 35978 35981 35546 0 -1 4194304 129946 0 0 0 359830 176 0 0 20 0 20 0 39989032 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
/proc/35981/statm: 4765878 877485 5477 1 0 911781 0
[pid=35981/tid=35983] ppid=35978 vsize=19063512 memory=14824 CPUtime=3577.36 cores=4,6
/proc/35981/task/35983/stat : 35983 (java) R 35978 35981 35546 0 -1 4194368 54504 0 0 0 357685 51 0 0 20 0 20 0 39989033 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35992] ppid=35978 vsize=19063512 memory=3509940 CPUtime=0 cores=4,6
/proc/35981/task/35992/stat : 35992 (Finalizer) S 35978 35981 35546 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39989035 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=35999] ppid=35978 vsize=19063512 memory=3509940 CPUtime=0 cores=4,6
/proc/35981/task/35999/stat : 35999 (Common-Cleaner) S 35978 35981 35546 0 -1 4194368 1460 0 0 0 0 0 0 0 20 0 20 0 39989036 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
[pid=35981/tid=36000] ppid=35978 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/35981/task/36000/stat : 36000 (Timer-0) S 35978 35981 35546 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39989050 19521036288 877485 18446744073709551615 94686013763584 94686013767280 140729864551280 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94686013775096 94686013775888 94686015062016 140729864554878 140729864554982 140729864554982 140729864560584 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3509940 KiB

Child status: 143

Real time (s): 3595.37
CPU time (s): 3600.19
CPU user time (s): 3598.41
CPU system time (s): 1.78219
CPU usage (%): 100.134
Max. virtual memory (cumulated for all children) (KiB): 19068160
Max. memory (cumulated for all children) (KiB): 3509940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.41
system time used= 1.78219
maximum resident set size= 3510836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132442
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 165646
involuntary context switches= 5310


# summary of solver processes directly reported to runsolver:
#   pid: 35981
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3598.41
#   total CPU system time (s): 1.78219

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.68338 second user time and 16.3966 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-30 02:25:13
IDJOB=4516036
IDBENCH=169008
IDSOLVER=3361
FILE ID=nodeC017/4516036-1751243113
RUNJOBID= nodeC017-1751239852-35557
SLURM_JOB_ID= 9587724
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-grids-v2_shuffle/normalized-grid4_51.shuf-3.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516036-1751243113/watcher-4516036-1751243113 -o /tmp/evaluation-result-4516036-1751243113/solver-4516036-1751243113 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751239852-35557 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4516036-1751243113.opb

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

MD5SUM BENCH= bc497e8177732403fc20f4b37a52cb26
RANDOM SEED=363571799

nodeC017 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.053
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	: 7000.12
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		: 3600.060
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	: 7000.12
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		: 3601.758
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	: 7000.12
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.827
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	: 7000.12
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		: 3600.064
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	: 7000.12
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		: 3600.058
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	: 7000.12
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		: 3598.565
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	: 7000.12
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		: 3700.000
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        118721252 kB
MemAvailable:   121482924 kB
Buffers:            2380 kB
Cached:          3534004 kB
SwapCached:            0 kB
Active:          8660988 kB
Inactive:        3228804 kB
Active(anon):    8371476 kB
Inactive(anon):       12 kB
Active(file):     289512 kB
Inactive(file):  3228792 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               760 kB
Writeback:             8 kB
AnonPages:       8356484 kB
Mapped:           122932 kB
Shmem:             18080 kB
KReclaimable:     164816 kB
Slab:             253184 kB
SReclaimable:     164816 kB
SUnreclaim:        88368 kB
KernelStack:        5196 kB
PageTables:        20116 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10159744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8069120 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC017 at 2025-06-30 03:25:08