Trace number 4543561

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.39 3584.81

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
domset/domset_large/normalized-domset-hexgrid_07_054.opb
MD5SUM8cc5936c86de52aa6e90ec0781cd7f5c
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.027588
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables378
Total number of constraints379
Number of constraints which are clauses378
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint378
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 94
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 472
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.17	c See www.sat4j.org for details.
0.11/0.19	c version PB25.v20250606
0.11/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.21	c java.vm.version	22.0.1+8-16
0.11/0.22	c java.vm.vendor	Oracle Corporation
0.11/0.22	c sun.arch.data.model	64
0.11/0.22	c java.version		22.0.1
0.11/0.22	c os.name		Linux
0.11/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.22	c os.arch		amd64
0.11/0.22	c Free memory 		2104792832
0.11/0.22	c Max memory 		16282288128
0.11/0.22	c Total memory 		2113929216
0.28/0.23	c Number of processors 	2
0.45/0.38	c Pseudo Boolean Optimization by upper bound
0.45/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.38	c  - never skip resolution steps
0.45/0.38	c  - Auto-division on coefficients is disabled
0.45/0.38	c  - No postprocessing
0.45/0.38	c  - Conflict is considered as is when resolving
0.45/0.38	c  - Use constraints as they come during conflict analysis
0.45/0.38	c  - Weaken first using unassigned literals
0.45/0.38	c  - Bump strategy: ALWAYS_ONE
0.45/0.38	c  - Bumper: ANY
0.45/0.38	c --- Begin Solver configuration ---
0.45/0.38	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.45/0.38	c Learn all clauses as in MiniSAT
0.45/0.38	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.38	c No reason simplification
0.45/0.38	c Armin Biere (Picosat) restarts strategy
0.45/0.38	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.45/0.38	c timeout=2147483s
0.45/0.38	c DB Simplification allowed=false
0.45/0.38	c Listener: none
0.45/0.38	c --- End Solver configuration ---
0.45/0.38	c solving HOME/instance-4543561-1753225635.opb
0.45/0.38	c reading problem ... 
0.45/0.38	c  no objective function found
0.64/0.46	c ... done. Wall clock time 0.08s.
0.64/0.46	c declared #vars     378
0.64/0.46	c #constraints  379
0.64/0.46	c constraints type 
0.64/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.64/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 378
0.64/0.46	c 379 constraints processed.
55.24/47.19	c cleaning 2496 clauses out of 5000
345.82/333.46	c cleaning 4249 clauses out of 8505
3600.00/3584.64	c starts		: 36
3600.00/3584.66	c conflicts		: 12277
3600.00/3584.68	c decisions		: 56558
3600.00/3584.68	c propagations		: 330846
3600.00/3584.68	c inspects		: 264312488
3600.00/3584.68	c shortcuts		: 0
3600.00/3584.68	c learnt literals	: 0
3600.00/3584.69	c learnt binary clauses	: 0
3600.00/3584.69	c learnt ternary clauses	: 0
3600.00/3584.69	c learnt constraints	: 12276
3600.00/3584.69	c ignored constraints	: 0
3600.00/3584.69	c root simplifications	: 0
3600.00/3584.69	c removed literals (reason simplification)	: 0
3600.00/3584.69	c reason swapping (by a shorter reason)	: 0
3600.00/3584.69	c Calls to reduceDB	: 2
3600.00/3584.69	c Number of update (reduction) of LBD	: 0
3600.00/3584.69	c Imported unit clauses	: 0
3600.00/3584.69	c No decision after first conflict	: false
3600.00/3584.69	c number of reductions to clauses (during analyze)	: 0
3600.00/3584.69	c number of learned constraints concerned by reduction	: 0
3600.00/3584.69	c number of learning phase by resolution	: 0
3600.00/3584.70	c number of learning phase by cutting planes	: 0
3600.20/3584.70	c number of rounding to 1 operations	: 0
3600.20/3584.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.20/3584.70	c number of reductions of the coefficients by power 2 	: 0
3600.20/3584.70	c number of right shift for reduction by power 2 	: 0
3600.20/3584.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.20/3584.70	c number of ending skipping 	: 0
3600.20/3584.70	c number of internal skipping 	: 0
3600.20/3584.70	c number of derivation steps 	: 56050
3600.20/3584.70	c number of skipped derivation steps 	: 0
3600.20/3584.72	c number of remaining unassigned 	: 99188
3600.20/3584.72	c number of remaining assigned 	: 2003768
3600.20/3584.72	c number of falsified literals weakened from reason	: 0
3600.20/3584.72	c number of falsified literals weakened from conflict	: 0
3600.20/3584.72	c time for arithmetic operations	: 2595057388542
3600.20/3584.73	c minimum degree of deleted constraints	: null
3600.20/3584.73	c maximum degree of deleted constraints	: null
3600.20/3584.73	c number of deleted constraints	: 0
3600.20/3584.74	c speed (assignments/second)	: 92.30514270154207
3600.20/3584.74	c non guided choices	: 207
3600.20/3584.76	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 5358
3600.20/3584.77	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 173
3600.20/3584.78	s UNKNOWN
3600.20/3584.78	c Total wall clock time (in seconds): 3584.4

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: 63837 MiB (59129 MiB free)
  memory of node 1: 64465 MiB (56691 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543561-1753225635/watcher-4543561-1753225635 -o /tmp/evaluation-result-4543561-1753225635/solver-4543561-1753225635 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1753222103-162648 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4543561-1753225635.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=163275, runsolver pid=163272

[startup+0.10007 s]*
/proc/loadavg: 4.44 4.33 4.33 8/324 163293
/proc/meminfo: memFree=118534056/131382120 swapFree=33010416/33010684
[pid=163275] ppid=163272 vsize=18930384 memory=48136 CPUtime=0.11 cores=5,7
/proc/163275/stat : 163275 (java) S 163272 163275 162635 0 -1 4194304 5738 0 0 0 8 3 0 0 20 0 18 0 238242348 19384713216 12034 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
/proc/163275/statm: 4732596 12034 5297 1 0 546949 0
[pid=163275/tid=163277] ppid=163272 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/163275/task/163277/stat : 163277 (java) S 163272 163275 162635 0 -1 4194368 4619 0 0 0 4 2 0 0 20 0 18 0 238242350 19384713216 12034 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163286] ppid=163272 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/163275/task/163286/stat : 163286 (Finalizer) S 163272 163275 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238242354 19384713216 12034 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163293] ppid=163272 vsize=18930384 memory=55195547748946 CPUtime=0 cores=5,7
/proc/163275/task/163293/stat : 163293 (Common-Cleaner) S 163272 163275 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238242355 19384713216 12034 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48136 KiB

[startup+0.215334 s]*
/proc/loadavg: 4.44 4.33 4.33 8/324 163293
/proc/meminfo: memFree=118518744/131382120 swapFree=33010416/33010684
[pid=163275] ppid=163272 vsize=18930384 memory=53200 CPUtime=0.28 cores=5,7
/proc/163275/stat : 163275 (java) S 163272 163275 162635 0 -1 4194304 6460 0 0 0 24 4 0 0 20 0 18 0 238242348 19384713216 13300 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
/proc/163275/statm: 4732596 13300 5329 1 0 547552 0
[pid=163275/tid=163277] ppid=163272 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=5,7
/proc/163275/task/163277/stat : 163277 (java) R 163272 163275 162635 0 -1 4194368 4991 0 0 0 15 3 0 0 20 0 18 0 238242350 19384713216 13300 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163286] ppid=163272 vsize=18930384 memory=2576 CPUtime=0 cores=5,7
/proc/163275/task/163286/stat : 163286 (Finalizer) S 163272 163275 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238242354 19384713216 13300 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163293] ppid=163272 vsize=18930384 memory=54096036103158 CPUtime=0 cores=5,7
/proc/163275/task/163293/stat : 163293 (Common-Cleaner) S 163272 163275 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238242355 19384713216 13300 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53200 KiB

[startup+0.313641 s]*
/proc/loadavg: 4.44 4.33 4.33 7/324 163293
/proc/meminfo: memFree=118514712/131382120 swapFree=33010416/33010684
[pid=163275] ppid=163272 vsize=18930384 memory=58948 CPUtime=0.45 cores=5,7
/proc/163275/stat : 163275 (java) S 163272 163275 162635 0 -1 4194304 6792 0 0 0 41 4 0 0 20 0 18 0 238242348 19384713216 14737 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
/proc/163275/statm: 4732596 14737 5425 1 0 547778 0
[pid=163275/tid=163277] ppid=163272 vsize=18930384 memory=-9031520904669864636 CPUtime=0.28 cores=5,7
/proc/163275/task/163277/stat : 163277 (java) R 163272 163275 162635 0 -1 4194368 5225 0 0 0 25 3 0 0 20 0 18 0 238242350 19384713216 14737 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163286] ppid=163272 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/163275/task/163286/stat : 163286 (Finalizer) S 163272 163275 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238242354 19384713216 14737 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163293] ppid=163272 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/163275/task/163293/stat : 163293 (Common-Cleaner) S 163272 163275 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238242355 19384713216 14769 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58948 KiB

[startup+0.700421 s]
/proc/loadavg: 4.44 4.33 4.33 7/325 163294
/proc/meminfo: memFree=118501920/131382120 swapFree=33010416/33010684
[pid=163275] ppid=163272 vsize=18996948 memory=66908 CPUtime=1.15 cores=5,7
/proc/163275/stat : 163275 (java) S 163272 163275 162635 0 -1 4194304 7233 0 0 0 110 5 0 0 20 0 19 0 238242348 19452874752 16727 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
/proc/163275/statm: 4749237 16727 5457 1 0 548308 0
[pid=163275/tid=163277] ppid=163272 vsize=18996948 memory=27392 CPUtime=0.62 cores=5,7
/proc/163275/task/163277/stat : 163277 (java) R 163272 163275 162635 0 -1 4194368 5436 0 0 0 59 3 0 0 20 0 19 0 238242350 19452874752 16727 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163286] ppid=163272 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/163275/task/163286/stat : 163286 (Finalizer) S 163272 163275 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238242354 19452874752 16727 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163293] ppid=163272 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/163275/task/163293/stat : 163293 (Common-Cleaner) S 163272 163275 162635 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238242355 19452874752 16727 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163294] ppid=163272 vsize=18996948 memory=4896 CPUtime=0 cores=5,7
/proc/163275/task/163294/stat : 163294 (Timer-0) S 163272 163275 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238242395 19452874752 16727 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 66908 KiB

[startup+1.5003 s]
/proc/loadavg: 4.44 4.33 4.33 6/325 163294
/proc/meminfo: memFree=118422900/131382120 swapFree=33010416/33010684
[pid=163275] ppid=163272 vsize=19063512 memory=171564 CPUtime=2.74 cores=5,7
/proc/163275/stat : 163275 (java) S 163272 163275 162635 0 -1 4194304 15782 0 0 0 265 9 0 0 20 0 20 0 238242348 19521036288 42891 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
/proc/163275/statm: 4765878 42891 5489 1 0 551924 0
[pid=163275/tid=163277] ppid=163272 vsize=19063512 memory=0 CPUtime=1.34 cores=5,7
/proc/163275/task/163277/stat : 163277 (java) R 163272 163275 162635 0 -1 4194368 5791 0 0 0 129 5 0 0 20 0 20 0 238242350 19521036288 42891 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163286] ppid=163272 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/163275/task/163286/stat : 163286 (Finalizer) S 163272 163275 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238242354 19521036288 42891 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163293] ppid=163272 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/163275/task/163293/stat : 163293 (Common-Cleaner) S 163272 163275 162635 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 238242355 19521036288 42891 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163294] ppid=163272 vsize=19063512 memory=4896 CPUtime=0 cores=5,7
/proc/163275/task/163294/stat : 163294 (Timer-0) S 163272 163275 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238242395 19521036288 42891 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171564 KiB

[startup+3.10583 s]
/proc/loadavg: 4.48 4.34 4.33 6/326 163295
/proc/meminfo: memFree=117754256/131382120 swapFree=33010416/33010684
[pid=163275] ppid=163272 vsize=19063512 memory=399808 CPUtime=5.89 cores=5,7
/proc/163275/stat : 163275 (java) S 163272 163275 162635 0 -1 4194304 27626 0 0 0 573 16 0 0 20 0 20 0 238242348 19521036288 99952 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
/proc/163275/statm: 4765878 99952 5489 1 0 949433 0
[pid=163275/tid=163277] ppid=163272 vsize=19063512 memory=11264 CPUtime=2.8 cores=5,7
/proc/163275/task/163277/stat : 163277 (java) R 163272 163275 162635 0 -1 4194368 6288 0 0 0 271 9 0 0 20 0 20 0 238242350 19521036288 99952 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163286] ppid=163272 vsize=19063512 memory=-9031520904669864636 CPUtime=0 cores=5,7
/proc/163275/task/163286/stat : 163286 (Finalizer) S 163272 163275 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238242354 19521036288 99952 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163293] ppid=163272 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/163275/task/163293/stat : 163293 (Common-Cleaner) S 163272 163275 162635 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 238242355 19521036288 99952 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163294] ppid=163272 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/163275/task/163294/stat : 163294 (Timer-0) S 163272 163275 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238242395 19521036288 99952 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 399808 KiB

[startup+6.30044 s]
/proc/loadavg: 4.48 4.34 4.33 5/305 163302
/proc/meminfo: memFree=123984644/131382120 swapFree=33010416/33010684
[pid=163275] ppid=163272 vsize=19063512 memory=631616 CPUtime=9.58 cores=5,7
/proc/163275/stat : 163275 (java) S 163272 163275 162635 0 -1 4194304 27902 0 0 0 937 21 0 0 20 0 20 0 238242348 19521036288 157904 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
/proc/163275/statm: 4765878 157904 5489 1 0 949445 0
[pid=163275/tid=163277] ppid=163272 vsize=19063512 memory=0 CPUtime=5.71 cores=5,7
/proc/163275/task/163277/stat : 163277 (java) R 163272 163275 162635 0 -1 4194368 6379 0 0 0 559 12 0 0 20 0 20 0 238242350 19521036288 157904 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163286] ppid=163272 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/163275/task/163286/stat : 163286 (Finalizer) S 163272 163275 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238242354 19521036288 157904 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163293] ppid=163272 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/163275/task/163293/stat : 163293 (Common-Cleaner) S 163272 163275 162635 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 238242355 19521036288 157904 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163294] ppid=163272 vsize=19063512 memory=171692 CPUtime=0 cores=5,7
/proc/163275/task/163294/stat : 163294 (Timer-0) S 163272 163275 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238242395 19521036288 157904 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
Current children cumulated CPU time: 9.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 631616 KiB

[startup+12.7004 s]
/proc/loadavg: 4.52 4.35 4.33 5/326 163362
/proc/meminfo: memFree=121237612/131382120 swapFree=33010416/33010684
[pid=163275] ppid=163272 vsize=19063512 memory=1755900 CPUtime=17.01 cores=5,7
/proc/163275/stat : 163275 (java) S 163272 163275 162635 0 -1 4194304 29506 0 0 0 1655 46 0 0 20 0 20 0 238242348 19521036288 438975 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
/proc/163275/statm: 4765878 438975 5489 1 0 1344250 0
[pid=163275/tid=163277] ppid=163272 vsize=19063512 memory=171692 CPUtime=11.78 cores=5,7
/proc/163275/task/163277/stat : 163277 (java) R 163272 163275 162635 0 -1 4194368 6862 0 0 0 1146 32 0 0 20 0 20 0 238242350 19521036288 438975 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163286] ppid=163272 vsize=19063512 memory=1610480 CPUtime=0 cores=5,7
/proc/163275/task/163286/stat : 163286 (Finalizer) S 163272 163275 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238242354 19521036288 438975 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163293] ppid=163272 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/163275/task/163293/stat : 163293 (Common-Cleaner) S 163272 163275 162635 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 238242355 19521036288 438975 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163294] ppid=163272 vsize=19063512 memory=993760 CPUtime=0 cores=5,7
/proc/163275/task/163294/stat : 163294 (Timer-0) S 163272 163275 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238242395 19521036288 438975 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
Current children cumulated CPU time: 17.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1755900 KiB

[startup+25.5004 s]
/proc/loadavg: 4.57 4.36 4.34 5/326 163362
/proc/meminfo: memFree=119256292/131382120 swapFree=33010416/33010684
[pid=163275] ppid=163272 vsize=19063512 memory=2329644 CPUtime=30.73 cores=5,7
/proc/163275/stat : 163275 (java) S 163272 163275 162635 0 -1 4194304 36365 0 0 0 3012 61 0 0 20 0 20 0 238242348 19521036288 582411 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
/proc/163275/statm: 4765878 582411 5489 1 0 1344255 0
[pid=163275/tid=163277] ppid=163272 vsize=19063512 memory=2188176 CPUtime=24.03 cores=5,7
/proc/163275/task/163277/stat : 163277 (java) S 163272 163275 162635 0 -1 4194368 8970 0 0 0 2362 41 0 0 20 0 20 0 238242350 19521036288 582411 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163286] ppid=163272 vsize=19063512 memory=2188176 CPUtime=0 cores=5,7
/proc/163275/task/163286/stat : 163286 (Finalizer) S 163272 163275 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238242354 19521036288 582411 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163293] ppid=163272 vsize=19063512 memory=-9031520904669864636 CPUtime=0 cores=5,7
/proc/163275/task/163293/stat : 163293 (Common-Cleaner) S 163272 163275 162635 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 238242355 19521036288 582411 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163294] ppid=163272 vsize=19063512 memory=2188048 CPUtime=0 cores=5,7
/proc/163275/task/163294/stat : 163294 (Timer-0) S 163272 163275 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238242395 19521036288 582411 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
Current children cumulated CPU time: 30.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2329644 KiB

[startup+51.1131 s]
/proc/loadavg: 4.44 4.35 4.34 5/326 163362
/proc/meminfo: memFree=117991780/131382120 swapFree=33010416/33010684
[pid=163275] ppid=163272 vsize=19063512 memory=3384692 CPUtime=59.49 cores=5,7
/proc/163275/stat : 163275 (java) S 163272 163275 162635 0 -1 4194304 52498 0 0 0 5864 85 0 0 20 0 20 0 238242348 19521036288 846173 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
/proc/163275/statm: 4765878 846173 5489 1 0 1347363 0
[pid=163275/tid=163277] ppid=163272 vsize=19063512 memory=2188048 CPUtime=48.97 cores=5,7
/proc/163275/task/163277/stat : 163277 (java) R 163272 163275 162635 0 -1 4194368 13451 0 0 0 4834 63 0 0 20 0 20 0 238242350 19521036288 846173 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163286] ppid=163272 vsize=19063512 memory=3387620 CPUtime=0 cores=5,7
/proc/163275/task/163286/stat : 163286 (Finalizer) S 163272 163275 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238242354 19521036288 846173 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163293] ppid=163272 vsize=19063512 memory=27392 CPUtime=0 cores=5,7

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

[startup+3282.3 s]
/proc/loadavg: 4.37 4.44 4.37 6/326 163801
/proc/meminfo: memFree=115043396/131382120 swapFree=33010416/33010684
[pid=163275] ppid=163272 vsize=19063512 memory=6094896 CPUtime=3296.09 cores=5,7
/proc/163275/stat : 163275 (java) S 163272 163275 162635 0 -1 4194304 169570 0 0 0 329249 360 0 0 20 0 20 0 238242348 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
/proc/163275/statm: 4765878 1523724 5489 1 0 1564611 0
[pid=163275/tid=163277] ppid=163272 vsize=19063512 memory=6094896 CPUtime=3250.7 cores=5,7
/proc/163275/task/163277/stat : 163277 (java) R 163272 163275 162635 0 -1 4194368 89395 0 0 0 324975 95 0 0 20 0 20 0 238242350 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163286] ppid=163272 vsize=19063512 memory=27392 CPUtime=0 cores=5,7
/proc/163275/task/163286/stat : 163286 (Finalizer) S 163272 163275 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238242354 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163293] ppid=163272 vsize=19063512 memory=6094896 CPUtime=0 cores=5,7
/proc/163275/task/163293/stat : 163293 (Common-Cleaner) S 163272 163275 162635 0 -1 4194368 1101 0 0 0 0 0 0 0 20 0 20 0 238242355 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163294] ppid=163272 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/163275/task/163294/stat : 163294 (Timer-0) S 163272 163275 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238242395 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
Current children cumulated CPU time: 3296.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6094896 KiB

[startup+3342.3 s]
/proc/loadavg: 4.28 4.40 4.36 5/326 163803
/proc/meminfo: memFree=112270708/131382120 swapFree=33010416/33010684
[pid=163275] ppid=163272 vsize=19063512 memory=6094896 CPUtime=3356.31 cores=5,7
/proc/163275/stat : 163275 (java) S 163272 163275 162635 0 -1 4194304 173027 0 0 0 335266 365 0 0 20 0 20 0 238242348 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
/proc/163275/statm: 4765878 1523724 5489 1 0 1564611 0
[pid=163275/tid=163277] ppid=163272 vsize=19063512 memory=6094896 CPUtime=3309.81 cores=5,7
/proc/163275/task/163277/stat : 163277 (java) R 163272 163275 162635 0 -1 4194368 92210 0 0 0 330886 95 0 0 20 0 20 0 238242350 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163286] ppid=163272 vsize=19063512 memory=6094896 CPUtime=0 cores=5,7
/proc/163275/task/163286/stat : 163286 (Finalizer) S 163272 163275 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238242354 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163293] ppid=163272 vsize=19063512 memory=6094896 CPUtime=0 cores=5,7
/proc/163275/task/163293/stat : 163293 (Common-Cleaner) S 163272 163275 162635 0 -1 4194368 1101 0 0 0 0 0 0 0 20 0 20 0 238242355 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163294] ppid=163272 vsize=19063512 memory=6094896 CPUtime=0 cores=5,7
/proc/163275/task/163294/stat : 163294 (Timer-0) S 163272 163275 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238242395 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
Current children cumulated CPU time: 3356.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6094896 KiB

[startup+3402.3 s]
/proc/loadavg: 4.31 4.39 4.36 5/326 163805
/proc/meminfo: memFree=112233096/131382120 swapFree=33010416/33010684
[pid=163275] ppid=163272 vsize=19063512 memory=6094896 CPUtime=3416.27 cores=5,7
/proc/163275/stat : 163275 (java) S 163272 163275 162635 0 -1 4194304 173210 0 0 0 341259 368 0 0 20 0 20 0 238242348 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
/proc/163275/statm: 4765878 1523724 5489 1 0 1564611 0
[pid=163275/tid=163277] ppid=163272 vsize=19063512 memory=6094896 CPUtime=3369.43 cores=5,7
/proc/163275/task/163277/stat : 163277 (java) R 163272 163275 162635 0 -1 4194368 92281 0 0 0 336848 95 0 0 20 0 20 0 238242350 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163286] ppid=163272 vsize=19063512 memory=6094896 CPUtime=0 cores=5,7
/proc/163275/task/163286/stat : 163286 (Finalizer) S 163272 163275 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238242354 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163293] ppid=163272 vsize=19063512 memory=6094896 CPUtime=0 cores=5,7
/proc/163275/task/163293/stat : 163293 (Common-Cleaner) S 163272 163275 162635 0 -1 4194368 1135 0 0 0 0 0 0 0 20 0 20 0 238242355 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163294] ppid=163272 vsize=19063512 memory=6094896 CPUtime=0 cores=5,7
/proc/163275/task/163294/stat : 163294 (Timer-0) S 163272 163275 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238242395 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
Current children cumulated CPU time: 3416.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6094896 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.33 4.34 5/325 163808
/proc/meminfo: memFree=112208524/131382120 swapFree=33010416/33010684
[pid=163275] ppid=163272 vsize=19063512 memory=6094896 CPUtime=3476.23 cores=5,7
/proc/163275/stat : 163275 (java) S 163272 163275 162635 0 -1 4194304 175720 0 0 0 347252 371 0 0 20 0 20 0 238242348 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
/proc/163275/statm: 4765878 1523724 5489 1 0 1564611 0
[pid=163275/tid=163277] ppid=163272 vsize=19063512 memory=6094896 CPUtime=3428.4 cores=5,7
/proc/163275/task/163277/stat : 163277 (java) R 163272 163275 162635 0 -1 4194368 94009 0 0 0 342744 96 0 0 20 0 20 0 238242350 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163286] ppid=163272 vsize=19063512 memory=6094896 CPUtime=0 cores=5,7
/proc/163275/task/163286/stat : 163286 (Finalizer) S 163272 163275 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238242354 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163293] ppid=163272 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/163275/task/163293/stat : 163293 (Common-Cleaner) S 163272 163275 162635 0 -1 4194368 1135 0 0 0 0 0 0 0 20 0 20 0 238242355 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163294] ppid=163272 vsize=19063512 memory=6094896 CPUtime=0 cores=5,7
/proc/163275/task/163294/stat : 163294 (Timer-0) S 163272 163275 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238242395 19521036288 1523724 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
Current children cumulated CPU time: 3476.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6094896 KiB

[startup+3522.3 s]
/proc/loadavg: 4.30 4.33 4.34 6/325 163810
/proc/meminfo: memFree=112090760/131382120 swapFree=33010416/33010684
[pid=163275] ppid=163272 vsize=19063512 memory=6189584 CPUtime=3537.69 cores=5,7
/proc/163275/stat : 163275 (java) S 163272 163275 162635 0 -1 4194304 191742 0 0 0 353384 385 0 0 20 0 20 0 238242348 19521036288 1547396 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
/proc/163275/statm: 4765878 1547396 5521 1 0 1564763 0
[pid=163275/tid=163277] ppid=163272 vsize=19063512 memory=6094896 CPUtime=3487.18 cores=5,7
/proc/163275/task/163277/stat : 163277 (java) R 163272 163275 162635 0 -1 4194368 94926 0 0 0 348622 96 0 0 20 0 20 0 238242350 19521036288 1547396 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163286] ppid=163272 vsize=19063512 memory=6189456 CPUtime=0 cores=5,7
/proc/163275/task/163286/stat : 163286 (Finalizer) S 163272 163275 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238242354 19521036288 1547396 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163293] ppid=163272 vsize=19063512 memory=6189584 CPUtime=0 cores=5,7
/proc/163275/task/163293/stat : 163293 (Common-Cleaner) S 163272 163275 162635 0 -1 4194368 1139 0 0 0 0 0 0 0 20 0 20 0 238242355 19521036288 1547396 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163294] ppid=163272 vsize=19063512 memory=6189584 CPUtime=0 cores=5,7
/proc/163275/task/163294/stat : 163294 (Timer-0) S 163272 163275 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238242395 19521036288 1547396 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
Current children cumulated CPU time: 3537.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6189584 KiB

[startup+3582.3 s]
/proc/loadavg: 4.21 4.30 4.33 5/325 163878
/proc/meminfo: memFree=113399768/131382120 swapFree=33010416/33010684
[pid=163275] ppid=163272 vsize=19063512 memory=6189584 CPUtime=3597.71 cores=5,7
/proc/163275/stat : 163275 (java) S 163272 163275 162635 0 -1 4194304 194085 0 0 0 359380 391 0 0 20 0 20 0 238242348 19521036288 1547396 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
/proc/163275/statm: 4765878 1547396 5521 1 0 1564763 0
[pid=163275/tid=163277] ppid=163272 vsize=19063512 memory=6189456 CPUtime=3546.51 cores=5,7
/proc/163275/task/163277/stat : 163277 (java) R 163272 163275 162635 0 -1 4194368 96487 0 0 0 354554 97 0 0 20 0 20 0 238242350 19521036288 1547396 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163286] ppid=163272 vsize=19063512 memory=6189584 CPUtime=0 cores=5,7
/proc/163275/task/163286/stat : 163286 (Finalizer) S 163272 163275 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238242354 19521036288 1547396 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163293] ppid=163272 vsize=19063512 memory=6189584 CPUtime=0 cores=5,7
/proc/163275/task/163293/stat : 163293 (Common-Cleaner) S 163272 163275 162635 0 -1 4194368 1141 0 0 0 0 0 0 0 20 0 20 0 238242355 19521036288 1547396 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163294] ppid=163272 vsize=19063512 memory=27392 CPUtime=0 cores=5,7
/proc/163275/task/163294/stat : 163294 (Timer-0) S 163272 163275 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238242395 19521036288 1547396 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
Current children cumulated CPU time: 3597.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6189584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3584.6 s]
/proc/loadavg: 4.19 4.29 4.33 5/325 163878
/proc/meminfo: memFree=113399768/131382120 swapFree=33010416/33010684
[pid=163275] ppid=163272 vsize=19063512 memory=6189584 CPUtime=3600 cores=5,7
/proc/163275/stat : 163275 (java) S 163272 163275 162635 0 -1 4194304 194087 0 0 0 359609 391 0 0 20 0 20 0 238242348 19521036288 1547396 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
/proc/163275/statm: 4765878 1547396 5521 1 0 1564763 0
[pid=163275/tid=163277] ppid=163272 vsize=19063512 memory=-9031520904669864636 CPUtime=3548.8 cores=5,7
/proc/163275/task/163277/stat : 163277 (java) R 163272 163275 162635 0 -1 4194368 96489 0 0 0 354783 97 0 0 20 0 20 0 238242350 19521036288 1547396 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163286] ppid=163272 vsize=19063512 memory=7028 CPUtime=0 cores=5,7
/proc/163275/task/163286/stat : 163286 (Finalizer) S 163272 163275 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238242354 19521036288 1547396 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163293] ppid=163272 vsize=19063512 memory=6189584 CPUtime=0 cores=5,7
/proc/163275/task/163293/stat : 163293 (Common-Cleaner) S 163272 163275 162635 0 -1 4194368 1141 0 0 0 0 0 0 0 20 0 20 0 238242355 19521036288 1547396 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163294] ppid=163272 vsize=19063512 memory=6896 CPUtime=0 cores=5,7
/proc/163275/task/163294/stat : 163294 (Timer-0) S 163272 163275 162635 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238242395 19521036288 1547396 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6189584 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.45 s, system=3.94063 s

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

[startup+3584.7 s]
/proc/loadavg: 4.19 4.29 4.33 5/325 163878
/proc/meminfo: memFree=113399768/131382120 swapFree=33010416/33010684
[pid=163275] ppid=163272 vsize=19263204 memory=6190480 CPUtime=3600.2 cores=5,7
/proc/163275/stat : 163275 (java) S 163272 163275 162635 0 -1 4194304 196255 0 0 0 359629 391 0 0 20 0 21 0 238242348 19725520896 1547620 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
/proc/163275/statm: 4815801 1547620 5521 1 0 1565682 0
[pid=163275/tid=163277] ppid=163272 vsize=19263204 memory=27392 CPUtime=3548.9 cores=5,7
/proc/163275/task/163277/stat : 163277 (java) R 163272 163275 162635 0 -1 4194368 96489 0 0 0 354793 97 0 0 20 0 21 0 238242350 19725520896 1547620 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163286] ppid=163272 vsize=19263204 memory=27392 CPUtime=0 cores=5,7
/proc/163275/task/163286/stat : 163286 (Finalizer) S 163272 163275 162635 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 238242354 19725520896 1547620 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
[pid=163275/tid=163293] ppid=163272 vsize=19263204 memory=6189584 CPUtime=0 cores=5,7
/proc/163275/task/163293/stat : 163293 (Common-Cleaner) S 163272 163275 162635 0 -1 4194368 1141 0 0 0 0 0 0 0 20 0 21 0 238242355 19725520896 1547620 18446744073709551615 93997052366848 93997052370544 140730577243216 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93997052378360 93997052379152 93997056888832 140730577250684 140730577250788 140730577250788 140730577256392 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6190480 KiB

Child status: 143

Real time (s): 3584.81
CPU time (s): 3600.39
CPU user time (s): 3596.45
CPU system time (s): 3.94063
CPU usage (%): 100.435
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6190480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.45
system time used= 3.94063
maximum resident set size= 6190736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197034
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 154576
involuntary context switches= 7344


# summary of solver processes directly reported to runsolver:
#   pid: 163275
#   total CPU time (s): 3600.39
#   total CPU user time (s): 3596.45
#   total CPU system time (s): 3.94063

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3572 second user time and 35.9069 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-23 01:07:15
IDJOB=4543561
IDBENCH=173856
IDSOLVER=3361
FILE ID=nodeC002/4543561-1753225635
RUNJOBID= nodeC002-1753222103-162648
SLURM_JOB_ID= 9687816
Free space on /tmp= 432320 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/domset/domset_large/normalized-domset-hexgrid_07_054.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543561-1753225635/watcher-4543561-1753225635 -o /tmp/evaluation-result-4543561-1753225635/solver-4543561-1753225635 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1753222103-162648 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4543561-1753225635.opb

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

MD5SUM BENCH= 8cc5936c86de52aa6e90ec0781cd7f5c
RANDOM SEED=2006272673

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        118633304 kB
MemAvailable:   119899516 kB
Buffers:            2128 kB
Cached:          2018468 kB
SwapCached:           28 kB
Active:         11168800 kB
Inactive:         909648 kB
Active(anon):   10077680 kB
Inactive(anon):     6300 kB
Active(file):    1091120 kB
Inactive(file):   903348 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3132 kB
Writeback:             0 kB
AnonPages:      10060728 kB
Mapped:           128968 kB
Shmem:             26124 kB
KReclaimable:     222744 kB
Slab:             314932 kB
SReclaimable:     222744 kB
SUnreclaim:        92188 kB
KernelStack:        4972 kB
PageTables:        23504 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   15316020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150264 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9809920 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432308 MiB
End job on nodeC002 at 2025-07-23 02:07:00