Trace number 4519382

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.38 3527.82

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height46_pigeons45_holes44.opb
MD5SUM57fb5f2576749c6f64e06149678741e6
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1128
Best CPU time to get the best result obtained on this benchmark629.539
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2235696
Total number of constraints106878
Number of constraints which are clauses54003
Number of constraints which are cardinality constraints (but not clauses)48504
Number of constraints which are nor clauses,nor cardinality constraints4371
Minimum length of a constraint44
Maximum length of a constraint49
Number of terms in the objective function 2256
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2256
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2256
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.13	c See www.sat4j.org for details.
0.12/0.14	c version PB25.v20250606
0.12/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.15	c java.vm.version	22.0.1+8-16
0.12/0.15	c java.vm.vendor	Oracle Corporation
0.12/0.15	c sun.arch.data.model	64
0.12/0.15	c java.version		22.0.1
0.12/0.15	c os.name		Linux
0.12/0.15	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.15	c os.arch		amd64
0.12/0.15	c Free memory 		2104792832
0.12/0.15	c Max memory 		16282288128
0.12/0.15	c Total memory 		2113929216
0.12/0.16	c Number of processors 	2
0.30/0.26	c Pseudo Boolean Optimization by upper bound
0.30/0.26	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.30/0.26	c  - never skip resolution steps
0.30/0.26	c  - Auto-division on coefficients is disabled
0.30/0.26	c  - No postprocessing
0.30/0.26	c  - Conflict is considered as is when resolving
0.30/0.26	c  - Use constraints as they come during conflict analysis
0.30/0.26	c  - Weaken first using unassigned literals
0.30/0.26	c  - Bump strategy: ALWAYS_ONE
0.30/0.26	c  - Bumper: ANY
0.30/0.26	c --- Begin Solver configuration ---
0.30/0.26	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.30/0.26	c Learn all clauses as in MiniSAT
0.30/0.26	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.30/0.26	c No reason simplification
0.30/0.26	c Armin Biere (Picosat) restarts strategy
0.30/0.26	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.30/0.26	c timeout=2147483s
0.30/0.26	c DB Simplification allowed=false
0.30/0.26	c Listener: none
0.30/0.26	c --- End Solver configuration ---
0.30/0.26	c solving HOME/instance-4519382-1751557043.opb
0.30/0.26	c reading problem ... 
0.30/0.28	c  objective function found
174.04/167.91	c ... done. Wall clock time 167.645s.
174.04/167.91	c declared #vars     2235696
174.04/167.91	c #constraints  106878
174.04/167.91	c constraints type 
174.04/167.91	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 52875
174.04/167.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 54003
174.04/167.91	c 106878 constraints processed.
174.04/167.92	c objective function length is 2256 literals
290.75/275.91	c cleaning 2491 clauses out of 5000
494.56/473.55	c cleaning 4212 clauses out of 8509
1098.49/1068.72	c cleaning 5582 clauses out of 11297
1500.73/1462.47	c cleaning 6844 clauses out of 13715
2521.31/2470.84	c cleaning 7908 clauses out of 15871
3600.00/3527.63	c starts		: 66
3600.00/3527.68	c conflicts		: 44988
3600.00/3527.68	c decisions		: 7597095
3600.00/3527.68	c propagations		: 16009633
3600.00/3527.68	c inspects		: 1780051746
3600.00/3527.68	c shortcuts		: 0
3600.00/3527.68	c learnt literals	: 0
3600.00/3527.68	c learnt binary clauses	: 2
3600.00/3527.68	c learnt ternary clauses	: 0
3600.00/3527.68	c learnt constraints	: 44987
3600.00/3527.68	c ignored constraints	: 0
3600.00/3527.68	c root simplifications	: 0
3600.00/3527.68	c removed literals (reason simplification)	: 0
3600.00/3527.68	c reason swapping (by a shorter reason)	: 0
3600.00/3527.69	c Calls to reduceDB	: 5
3600.00/3527.69	c Number of update (reduction) of LBD	: 0
3600.00/3527.69	c Imported unit clauses	: 0
3600.00/3527.69	c No decision after first conflict	: false
3600.00/3527.69	c number of reductions to clauses (during analyze)	: 0
3600.00/3527.69	c number of learned constraints concerned by reduction	: 0
3600.00/3527.69	c number of learning phase by resolution	: 0
3600.00/3527.69	c number of learning phase by cutting planes	: 0
3600.00/3527.69	c number of rounding to 1 operations	: 0
3600.00/3527.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3527.70	c number of reductions of the coefficients by power 2 	: 0
3600.00/3527.70	c number of right shift for reduction by power 2 	: 0
3600.00/3527.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3527.70	c number of ending skipping 	: 0
3600.00/3527.70	c number of internal skipping 	: 0
3600.00/3527.70	c number of derivation steps 	: 290150
3600.00/3527.70	c number of skipped derivation steps 	: 0
3600.00/3527.70	c number of remaining unassigned 	: 28358
3600.20/3527.70	c number of remaining assigned 	: 153210877
3600.20/3527.70	c number of falsified literals weakened from reason	: 0
3600.20/3527.70	c number of falsified literals weakened from conflict	: 0
3600.20/3527.71	c time for arithmetic operations	: 2856005911
3600.20/3527.71	c minimum degree of deleted constraints	: null
3600.20/3527.72	c maximum degree of deleted constraints	: null
3600.20/3527.72	c number of deleted constraints	: 0
3600.20/3527.72	c speed (assignments/second)	: 4765.202863592421
3600.20/3527.72	c non guided choices	: 6513431
3600.20/3527.76	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 9288
3600.20/3527.76	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 8660
3600.20/3527.76	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
3600.20/3527.76	s UNKNOWN
3600.20/3527.77	c Total wall clock time (in seconds): 3527.5

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4519382-1751557043/watcher-4519382-1751557043 -o /tmp/evaluation-result-4519382-1751557043/solver-4519382-1751557043 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751549948-75005 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4519382-1751557043.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=76147, runsolver pid=76144

[startup+0.100071 s]*
/proc/loadavg: 4.78 4.66 4.55 7/324 76165
/proc/meminfo: memFree=114722764/131382120 swapFree=33010416/33010684
[pid=76147] ppid=76144 vsize=18930384 memory=48816 CPUtime=0.12 cores=4,6
/proc/76147/stat : 76147 (java) S 76144 76147 74994 0 -1 4194304 5890 0 0 0 9 3 0 0 20 0 18 0 71383185 19384713216 12204 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
/proc/76147/statm: 4732596 12204 5329 1 0 547071 0
[pid=76147/tid=76149] ppid=76144 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/76147/task/76149/stat : 76149 (java) R 76144 76147 74994 0 -1 4194368 4752 0 0 0 6 1 0 0 20 0 18 0 71383187 19384713216 12204 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76158] ppid=76144 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/76147/task/76158/stat : 76158 (Finalizer) S 76144 76147 74994 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71383190 19384713216 12204 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76165] ppid=76144 vsize=18930384 memory=55195547748946 CPUtime=0 cores=4,6
/proc/76147/task/76165/stat : 76165 (Common-Cleaner) S 76144 76147 74994 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71383190 19384713216 12204 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48816 KiB

[startup+0.214597 s]*
/proc/loadavg: 4.78 4.66 4.55 7/324 76165
/proc/meminfo: memFree=114710540/131382120 swapFree=33010416/33010684
[pid=76147] ppid=76144 vsize=18930384 memory=58716 CPUtime=0.3 cores=4,6
/proc/76147/stat : 76147 (java) S 76144 76147 74994 0 -1 4194304 6768 0 0 0 27 3 0 0 20 0 18 0 71383185 19384713216 14679 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
/proc/76147/statm: 4732596 14679 5393 1 0 547773 0
[pid=76147/tid=76149] ppid=76144 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=4,6
/proc/76147/task/76149/stat : 76149 (java) R 76144 76147 74994 0 -1 4194368 5254 0 0 0 15 1 0 0 20 0 18 0 71383187 19384713216 14679 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76158] ppid=76144 vsize=18930384 memory=2576 CPUtime=0 cores=4,6
/proc/76147/task/76158/stat : 76158 (Finalizer) S 76144 76147 74994 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71383190 19384713216 14679 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76165] ppid=76144 vsize=18930384 memory=54096036103158 CPUtime=0 cores=4,6
/proc/76147/task/76165/stat : 76165 (Common-Cleaner) S 76144 76147 74994 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71383190 19384713216 14679 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58716 KiB

[startup+0.321075 s]*
/proc/loadavg: 4.78 4.66 4.55 7/324 76165
/proc/meminfo: memFree=114620428/131382120 swapFree=33010416/33010684
[pid=76147] ppid=76144 vsize=18930384 memory=151896 CPUtime=0.48 cores=4,6
/proc/76147/stat : 76147 (java) S 76144 76147 74994 0 -1 4194304 7040 0 0 0 43 5 0 0 20 0 18 0 71383185 19384713216 37974 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
/proc/76147/statm: 4732596 37974 5425 1 0 547927 0
[pid=76147/tid=76149] ppid=76144 vsize=18930384 memory=-6000919489903421032 CPUtime=0.27 cores=4,6
/proc/76147/task/76149/stat : 76149 (java) R 76144 76147 74994 0 -1 4194368 5446 0 0 0 24 3 0 0 20 0 18 0 71383187 19384713216 37974 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76158] ppid=76144 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/76147/task/76158/stat : 76158 (Finalizer) S 76144 76147 74994 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71383190 19384713216 37974 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76165] ppid=76144 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/76147/task/76165/stat : 76165 (Common-Cleaner) S 76144 76147 74994 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71383190 19384713216 37974 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 151896 KiB

[startup+0.700408 s]
/proc/loadavg: 4.78 4.66 4.55 6/325 76166
/proc/meminfo: memFree=114010124/131382120 swapFree=33010416/33010684
[pid=76147] ppid=76144 vsize=18996948 memory=768216 CPUtime=1.18 cores=4,6
/proc/76147/stat : 76147 (java) S 76144 76147 74994 0 -1 4194304 9499 0 0 0 99 19 0 0 20 0 19 0 71383185 19452874752 192054 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
/proc/76147/statm: 4749237 192054 5457 1 0 549612 0
[pid=76147/tid=76149] ppid=76144 vsize=18996948 memory=17920 CPUtime=0.62 cores=4,6
/proc/76147/task/76149/stat : 76149 (java) R 76144 76147 74994 0 -1 4194368 5740 0 0 0 47 15 0 0 20 0 19 0 71383187 19452874752 192054 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76158] ppid=76144 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/76147/task/76158/stat : 76158 (Finalizer) S 76144 76147 74994 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71383190 19452874752 192054 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76165] ppid=76144 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/76147/task/76165/stat : 76165 (Common-Cleaner) S 76144 76147 74994 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71383190 19452874752 192054 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 768216 KiB

[startup+1.50029 s]
/proc/loadavg: 4.79 4.66 4.56 6/325 76166
/proc/meminfo: memFree=113988196/131382120 swapFree=33010416/33010684
[pid=76147] ppid=76144 vsize=18996948 memory=992276 CPUtime=2.33 cores=4,6
/proc/76147/stat : 76147 (java) S 76144 76147 74994 0 -1 4194304 10880 0 0 0 209 24 0 0 20 0 19 0 71383185 19452874752 248069 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
/proc/76147/statm: 4749237 248069 5457 1 0 954842 0
[pid=76147/tid=76149] ppid=76144 vsize=18996948 memory=3200 CPUtime=1.36 cores=4,6
/proc/76147/task/76149/stat : 76149 (java) R 76144 76147 74994 0 -1 4194368 5891 0 0 0 117 19 0 0 20 0 19 0 71383187 19452874752 248069 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76158] ppid=76144 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/76147/task/76158/stat : 76158 (Finalizer) S 76144 76147 74994 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71383190 19452874752 248069 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76165] ppid=76144 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/76147/task/76165/stat : 76165 (Common-Cleaner) S 76144 76147 74994 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71383190 19452874752 248069 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 992276 KiB

[startup+3.11436 s]
/proc/loadavg: 4.79 4.66 4.56 6/325 76166
/proc/meminfo: memFree=112750840/131382120 swapFree=33010416/33010684
[pid=76147] ppid=76144 vsize=18996948 memory=1987912 CPUtime=4.27 cores=4,6
/proc/76147/stat : 76147 (java) S 76144 76147 74994 0 -1 4194304 12568 0 0 0 380 47 0 0 20 0 19 0 71383185 19452874752 496978 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
/proc/76147/statm: 4749237 496978 5457 1 0 1395613 0
[pid=76147/tid=76149] ppid=76144 vsize=18996948 memory=11264 CPUtime=2.81 cores=4,6
/proc/76147/task/76149/stat : 76149 (java) R 76144 76147 74994 0 -1 4194368 6432 0 0 0 241 40 0 0 20 0 19 0 71383187 19452874752 496978 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76158] ppid=76144 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/76147/task/76158/stat : 76158 (Finalizer) S 76144 76147 74994 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71383190 19452874752 496978 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76165] ppid=76144 vsize=18996948 memory=5504 CPUtime=0 cores=4,6
/proc/76147/task/76165/stat : 76165 (Common-Cleaner) S 76144 76147 74994 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71383190 19452874752 496978 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
Current children cumulated CPU time: 4.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1987912 KiB

[startup+6.30041 s]
/proc/loadavg: 4.73 4.65 4.55 5/325 76167
/proc/meminfo: memFree=112446960/131382120 swapFree=33010416/33010684
[pid=76147] ppid=76144 vsize=18998288 memory=2283064 CPUtime=8.2 cores=4,6
/proc/76147/stat : 76147 (java) S 76144 76147 74994 0 -1 4194304 18513 0 0 0 764 56 0 0 20 0 19 0 71383185 19454246912 570766 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
/proc/76147/statm: 4749572 570766 5521 1 0 1578349 0
[pid=76147/tid=76149] ppid=76144 vsize=18998288 memory=5504 CPUtime=5.76 cores=4,6
/proc/76147/task/76149/stat : 76149 (java) R 76144 76147 74994 0 -1 4194368 6812 0 0 0 531 45 0 0 20 0 19 0 71383187 19454246912 570766 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76158] ppid=76144 vsize=18998288 memory=0 CPUtime=0 cores=4,6
/proc/76147/task/76158/stat : 76158 (Finalizer) S 76144 76147 74994 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71383190 19454246912 570766 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76165] ppid=76144 vsize=18998288 memory=-6000919489903421032 CPUtime=0 cores=4,6
/proc/76147/task/76165/stat : 76165 (Common-Cleaner) S 76144 76147 74994 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71383190 19454246912 570766 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
Current children cumulated CPU time: 8.2 s
Current children cumulated vsize: 18998288 KiB
Current children cumulated memory: 2283064 KiB

[startup+12.7004 s]
/proc/loadavg: 4.75 4.66 4.56 5/325 76167
/proc/meminfo: memFree=111516292/131382120 swapFree=33010416/33010684
[pid=76147] ppid=76144 vsize=18996948 memory=3190032 CPUtime=15.05 cores=4,6
/proc/76147/stat : 76147 (java) S 76144 76147 74994 0 -1 4194304 25649 0 0 0 1426 79 0 0 20 0 19 0 71383185 19452874752 797508 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
/proc/76147/statm: 4749237 797508 5521 1 0 2188538 0
[pid=76147/tid=76149] ppid=76144 vsize=18996948 memory=2293728 CPUtime=11.58 cores=4,6
/proc/76147/task/76149/stat : 76149 (java) R 76144 76147 74994 0 -1 4194368 7731 0 0 0 1096 62 0 0 20 0 19 0 71383187 19452874752 797508 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76158] ppid=76144 vsize=18996948 memory=17920 CPUtime=0 cores=4,6
/proc/76147/task/76158/stat : 76158 (Finalizer) S 76144 76147 74994 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71383190 19452874752 797508 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76165] ppid=76144 vsize=18996948 memory=14464 CPUtime=0 cores=4,6
/proc/76147/task/76165/stat : 76165 (Common-Cleaner) S 76144 76147 74994 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71383190 19452874752 797508 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
Current children cumulated CPU time: 15.05 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3190032 KiB

[startup+25.5005 s]
/proc/loadavg: 4.64 4.64 4.55 6/325 76167
/proc/meminfo: memFree=111192456/131382120 swapFree=33010416/33010684
[pid=76147] ppid=76144 vsize=18996948 memory=3375816 CPUtime=28.17 cores=4,6
/proc/76147/stat : 76147 (java) S 76144 76147 74994 0 -1 4194304 28879 0 0 0 2731 86 0 0 20 0 19 0 71383185 19452874752 843954 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
/proc/76147/statm: 4749237 843954 5521 1 0 2265827 0
[pid=76147/tid=76149] ppid=76144 vsize=18996948 memory=2293728 CPUtime=23.38 cores=4,6
/proc/76147/task/76149/stat : 76149 (java) R 76144 76147 74994 0 -1 4194368 8782 0 0 0 2272 66 0 0 20 0 19 0 71383187 19452874752 843954 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76158] ppid=76144 vsize=18996948 memory=-6000919489903421032 CPUtime=0 cores=4,6
/proc/76147/task/76158/stat : 76158 (Finalizer) S 76144 76147 74994 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71383190 19452874752 843954 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76165] ppid=76144 vsize=18996948 memory=3361428 CPUtime=0 cores=4,6
/proc/76147/task/76165/stat : 76165 (Common-Cleaner) S 76144 76147 74994 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71383190 19452874752 843954 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
Current children cumulated CPU time: 28.17 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3375816 KiB

[startup+51.1134 s]
/proc/loadavg: 4.52 4.61 4.54 5/325 76167
/proc/meminfo: memFree=110092516/131382120 swapFree=33010416/33010684
[pid=76147] ppid=76144 vsize=18996948 memory=4353988 CPUtime=54.28 cores=4,6
/proc/76147/stat : 76147 (java) S 76144 76147 74994 0 -1 4194304 32876 0 0 0 5319 109 0 0 20 0 19 0 71383185 19452874752 1088497 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
/proc/76147/statm: 4749237 1088497 5521 1 0 2834008 0
[pid=76147/tid=76149] ppid=76144 vsize=18996948 memory=-6000919489903421032 CPUtime=46.82 cores=4,6
/proc/76147/task/76149/stat : 76149 (java) R 76144 76147 74994 0 -1 4194368 10710 0 0 0 4600 82 0 0 20 0 19 0 71383187 19452874752 1088497 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76158] ppid=76144 vsize=18996948 memory=14464 CPUtime=0 cores=4,6
/proc/76147/task/76158/stat : 76158 (Finalizer) S 76144 76147 74994 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71383190 19452874752 1088497 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76165] ppid=76144 vsize=18996948 memory=-6000919489903421032 CPUtime=0 cores=4,6
/proc/76147/task/76165/stat : 76165 (Common-Cleaner) S 76144 76147 74994 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71383190 19452874752 1088497 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
Current children cumulated CPU time: 54.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4353988 KiB

[startup+102.301 s]
/proc/loadavg: 4.28 4.53 4.52 5/326 76170
/proc/meminfo: memFree=109506740/131382120 swapFree=33010416/33010684
[pid=76147] ppid=76144 vsize=18996948 memory=4794656 CPUtime=106.76 cores=4,6
/proc/76147/stat : 76147 (java) S 76144 76147 74994 0 -1 4194304 39202 0 0 0 10552 124 0 0 20 0 19 0 71383185 19452874752 1198664 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
/proc/76147/statm: 4749237 1198664 5521 1 0 3084677 0
[pid=76147/tid=76149] ppid=76144 vsize=18996948 memory=4788496 CPUtime=94.21 cores=4,6

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

/proc/76147/task/76158/stat : 76158 (Finalizer) S 76144 76147 74994 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71383190 19589197824 3971769 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76165] ppid=76144 vsize=19130076 memory=15591612 CPUtime=0 cores=4,6
/proc/76147/task/76165/stat : 76165 (Common-Cleaner) S 76144 76147 74994 0 -1 4194368 3471 0 0 0 0 0 0 0 20 0 21 0 71383190 19589197824 3971769 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76175] ppid=76144 vsize=19130076 memory=15843932 CPUtime=0 cores=4,6
/proc/76147/task/76175/stat : 76175 (Timer-0) S 76144 76147 74994 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 71399988 19589197824 3971769 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
Current children cumulated CPU time: 3221.27 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15887076 KiB

[startup+3222.3 s]
/proc/loadavg: 2.96 3.69 4.04 3/279 76394
/proc/meminfo: memFree=103822816/131382120 swapFree=33010416/33010684
[pid=76147] ppid=76144 vsize=19130076 memory=15950644 CPUtime=3282.62 cores=4,6
/proc/76147/stat : 76147 (java) S 76144 76147 74994 0 -1 4194304 359416 0 0 0 327662 600 0 0 20 0 21 0 71383185 19589197824 3987661 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
/proc/76147/statm: 4782519 3987661 5585 1 0 4072570 0
[pid=76147/tid=76149] ppid=76144 vsize=19130076 memory=15864504 CPUtime=3106.72 cores=4,6
/proc/76147/task/76149/stat : 76149 (java) R 76144 76147 74994 0 -1 4194368 212007 0 0 0 310353 319 0 0 20 0 21 0 71383187 19589197824 3987661 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76158] ppid=76144 vsize=19130076 memory=11264 CPUtime=0 cores=4,6
/proc/76147/task/76158/stat : 76158 (Finalizer) S 76144 76147 74994 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71383190 19589197824 3987661 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76165] ppid=76144 vsize=19130076 memory=15919908 CPUtime=0 cores=4,6
/proc/76147/task/76165/stat : 76165 (Common-Cleaner) S 76144 76147 74994 0 -1 4194368 3541 0 0 0 0 0 0 0 20 0 21 0 71383190 19589197824 3987661 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76175] ppid=76144 vsize=19130076 memory=14464 CPUtime=0 cores=4,6
/proc/76147/task/76175/stat : 76175 (Timer-0) S 76144 76147 74994 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 71399988 19589197824 3987661 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
Current children cumulated CPU time: 3282.62 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15950644 KiB

[startup+3282.3 s]
/proc/loadavg: 2.35 3.38 3.91 3/279 76401
/proc/meminfo: memFree=103823912/131382120 swapFree=33010416/33010684
[pid=76147] ppid=76144 vsize=19130076 memory=15950644 CPUtime=3343.53 cores=4,6
/proc/76147/stat : 76147 (java) S 76144 76147 74994 0 -1 4194304 362513 0 0 0 333749 604 0 0 20 0 21 0 71383185 19589197824 3987661 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
/proc/76147/statm: 4782519 3987661 5585 1 0 4072570 0
[pid=76147/tid=76149] ppid=76144 vsize=19130076 memory=15950644 CPUtime=3163.42 cores=4,6
/proc/76147/task/76149/stat : 76149 (java) R 76144 76147 74994 0 -1 4194368 213809 0 0 0 316023 319 0 0 20 0 21 0 71383187 19589197824 3987661 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76158] ppid=76144 vsize=19130076 memory=4896 CPUtime=0 cores=4,6
/proc/76147/task/76158/stat : 76158 (Finalizer) S 76144 76147 74994 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71383190 19589197824 3987661 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76165] ppid=76144 vsize=19130076 memory=15950644 CPUtime=0 cores=4,6
/proc/76147/task/76165/stat : 76165 (Common-Cleaner) S 76144 76147 74994 0 -1 4194368 3618 0 0 0 0 0 0 0 20 0 21 0 71383190 19589197824 3987661 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76175] ppid=76144 vsize=19130076 memory=15950644 CPUtime=0 cores=4,6
/proc/76147/task/76175/stat : 76175 (Timer-0) S 76144 76147 74994 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 71399988 19589197824 3987661 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
Current children cumulated CPU time: 3343.53 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15950644 KiB

[startup+3342.3 s]
/proc/loadavg: 2.25 3.17 3.80 3/279 76403
/proc/meminfo: memFree=103170892/131382120 swapFree=33010416/33010684
[pid=76147] ppid=76144 vsize=19130076 memory=15985576 CPUtime=3404.34 cores=4,6
/proc/76147/stat : 76147 (java) S 76144 76147 74994 0 -1 4194304 364476 0 0 0 339825 609 0 0 20 0 21 0 71383185 19589197824 3996394 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
/proc/76147/statm: 4782519 3996394 5585 1 0 4080927 0
[pid=76147/tid=76149] ppid=76144 vsize=19130076 memory=15950644 CPUtime=3219.59 cores=4,6
/proc/76147/task/76149/stat : 76149 (java) R 76144 76147 74994 0 -1 4194368 214849 0 0 0 321639 320 0 0 20 0 21 0 71383187 19589197824 3996394 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76158] ppid=76144 vsize=19130076 memory=4896 CPUtime=0 cores=4,6
/proc/76147/task/76158/stat : 76158 (Finalizer) S 76144 76147 74994 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71383190 19589197824 3996394 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76165] ppid=76144 vsize=19130076 memory=15969160 CPUtime=0 cores=4,6
/proc/76147/task/76165/stat : 76165 (Common-Cleaner) S 76144 76147 74994 0 -1 4194368 3651 0 0 0 0 0 0 0 20 0 21 0 71383190 19589197824 3996394 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76175] ppid=76144 vsize=19130076 memory=14464 CPUtime=0 cores=4,6
/proc/76147/task/76175/stat : 76175 (Timer-0) S 76144 76147 74994 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 71399988 19589197824 3996394 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
Current children cumulated CPU time: 3404.34 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 15985576 KiB

[startup+3402.3 s]
/proc/loadavg: 2.33 3.03 3.71 3/279 76405
/proc/meminfo: memFree=103150684/131382120 swapFree=33010416/33010684
[pid=76147] ppid=76144 vsize=19130076 memory=16008152 CPUtime=3465.13 cores=4,6
/proc/76147/stat : 76147 (java) S 76144 76147 74994 0 -1 4194304 367180 0 0 0 345898 615 0 0 20 0 21 0 71383185 19589197824 4002038 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
/proc/76147/statm: 4782519 4002038 5585 1 0 4085106 0
[pid=76147/tid=76149] ppid=76144 vsize=19130076 memory=4896 CPUtime=3274.87 cores=4,6
/proc/76147/task/76149/stat : 76149 (java) R 76144 76147 74994 0 -1 4194368 216352 0 0 0 327167 320 0 0 20 0 21 0 71383187 19589197824 4002038 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76158] ppid=76144 vsize=19130076 memory=16008152 CPUtime=0 cores=4,6
/proc/76147/task/76158/stat : 76158 (Finalizer) S 76144 76147 74994 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71383190 19589197824 4002038 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76165] ppid=76144 vsize=19130076 memory=5504 CPUtime=0 cores=4,6
/proc/76147/task/76165/stat : 76165 (Common-Cleaner) S 76144 76147 74994 0 -1 4194368 3698 0 0 0 0 0 0 0 20 0 21 0 71383190 19589197824 4002038 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76175] ppid=76144 vsize=19130076 memory=14464 CPUtime=0 cores=4,6
/proc/76147/task/76175/stat : 76175 (Timer-0) S 76144 76147 74994 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 71399988 19589197824 4002038 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
Current children cumulated CPU time: 3465.13 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16008152 KiB

[startup+3462.3 s]
/proc/loadavg: 2.15 2.87 3.61 2/253 76441
/proc/meminfo: memFree=113175560/131382120 swapFree=33010416/33010684
[pid=76147] ppid=76144 vsize=19130076 memory=16167284 CPUtime=3532.28 cores=4,6
/proc/76147/stat : 76147 (java) S 76144 76147 74994 0 -1 4194304 384145 0 0 0 352595 633 0 0 20 0 21 0 71383185 19589197824 4041821 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
/proc/76147/statm: 4782519 4041821 5585 1 0 4087640 0
[pid=76147/tid=76149] ppid=76144 vsize=19130076 memory=4896 CPUtime=3330.7 cores=4,6
/proc/76147/task/76149/stat : 76149 (java) R 76144 76147 74994 0 -1 4194368 223801 0 0 0 332748 322 0 0 20 0 21 0 71383187 19589197824 4041821 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76158] ppid=76144 vsize=19130076 memory=17676 CPUtime=0 cores=4,6
/proc/76147/task/76158/stat : 76158 (Finalizer) S 76144 76147 74994 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71383190 19589197824 4041821 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76165] ppid=76144 vsize=19130076 memory=16165212 CPUtime=0 cores=4,6
/proc/76147/task/76165/stat : 76165 (Common-Cleaner) S 76144 76147 74994 0 -1 4194368 3709 0 0 0 0 0 0 0 20 0 21 0 71383190 19589197824 4041821 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76175] ppid=76144 vsize=19130076 memory=16160216 CPUtime=0 cores=4,6
/proc/76147/task/76175/stat : 76175 (Timer-0) S 76144 76147 74994 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 71399988 19589197824 4041821 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
Current children cumulated CPU time: 3532.28 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16167284 KiB

[startup+3522.3 s]
/proc/loadavg: 1.56 2.56 3.46 2/252 76443
/proc/meminfo: memFree=113164220/131382120 swapFree=33010416/33010684
[pid=76147] ppid=76144 vsize=19130076 memory=16180448 CPUtime=3594.61 cores=4,6
/proc/76147/stat : 76147 (java) S 76144 76147 74994 0 -1 4194304 394237 0 0 0 358822 639 0 0 20 0 21 0 71383185 19589197824 4045112 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
/proc/76147/statm: 4782519 4045112 5585 1 0 4087794 0
[pid=76147/tid=76149] ppid=76144 vsize=19130076 memory=16178400 CPUtime=3388.51 cores=4,6
/proc/76147/task/76149/stat : 76149 (java) R 76144 76147 74994 0 -1 4194368 229688 0 0 0 338528 323 0 0 20 0 21 0 71383187 19589197824 4045112 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76158] ppid=76144 vsize=19130076 memory=16008152 CPUtime=0 cores=4,6
/proc/76147/task/76158/stat : 76158 (Finalizer) S 76144 76147 74994 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71383190 19589197824 4045112 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76165] ppid=76144 vsize=19130076 memory=16178400 CPUtime=0 cores=4,6
/proc/76147/task/76165/stat : 76165 (Common-Cleaner) S 76144 76147 74994 0 -1 4194368 3766 0 0 0 0 0 0 0 20 0 21 0 71383190 19589197824 4045112 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76175] ppid=76144 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/76147/task/76175/stat : 76175 (Timer-0) S 76144 76147 74994 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 71399988 19589197824 4045112 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
Current children cumulated CPU time: 3594.61 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16180448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3527.6 s]
/proc/loadavg: 1.51 2.53 3.44 2/252 76443
/proc/meminfo: memFree=113166756/131382120 swapFree=33010416/33010684
[pid=76147] ppid=76144 vsize=19130076 memory=16180448 CPUtime=3600 cores=4,6
/proc/76147/stat : 76147 (java) S 76144 76147 74994 0 -1 4194304 394404 0 0 0 359360 640 0 0 20 0 21 0 71383185 19589197824 4045112 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
/proc/76147/statm: 4782519 4045112 5585 1 0 4087794 0
[pid=76147/tid=76149] ppid=76144 vsize=19130076 memory=17920 CPUtime=3393.7 cores=4,6
/proc/76147/task/76149/stat : 76149 (java) R 76144 76147 74994 0 -1 4194368 229814 0 0 0 339047 323 0 0 20 0 21 0 71383187 19589197824 4045112 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76158] ppid=76144 vsize=19130076 memory=11264 CPUtime=0 cores=4,6
/proc/76147/task/76158/stat : 76158 (Finalizer) S 76144 76147 74994 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 71383190 19589197824 4045112 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76165] ppid=76144 vsize=19130076 memory=5504 CPUtime=0 cores=4,6
/proc/76147/task/76165/stat : 76165 (Common-Cleaner) S 76144 76147 74994 0 -1 4194368 3766 0 0 0 0 0 0 0 20 0 21 0 71383190 19589197824 4045112 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
[pid=76147/tid=76175] ppid=76144 vsize=19130076 memory=-6000919489903421032 CPUtime=0 cores=4,6
/proc/76147/task/76175/stat : 76175 (Timer-0) S 76144 76147 74994 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 71399988 19589197824 4045112 18446744073709551615 94666266202112 94666266205808 140734692149760 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94666266213624 94666266214416 94666282799104 140734692157822 140734692157926 140734692157926 140734692163528 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16180448 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.94 s, system=6.44958 s

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

[startup+3527.8 s]*
/proc/loadavg: 1.51 2.53 3.44 2/233 76446
/proc/meminfo: memFree=125364848/131382120 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3527.82
CPU time (s): 3600.38
CPU user time (s): 3593.94
CPU system time (s): 6.44958
CPU usage (%): 102.057
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 16181856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.94
system time used= 6.44958
maximum resident set size= 16182112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 397106
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155442
involuntary context switches= 27719


# summary of solver processes directly reported to runsolver:
#   pid: 76147
#   total CPU time (s): 3600.38
#   total CPU user time (s): 3593.94
#   total CPU system time (s): 6.44958

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.6923 second user time and 32.1326 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-03 17:37:24
IDJOB=4519382
IDBENCH=177240
IDSOLVER=3361
FILE ID=nodeC002/4519382-1751557043
RUNJOBID= nodeC002-1751549948-75005
SLURM_JOB_ID= 9598727
Free space on /tmp= 432636 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/normalized-composed_pebbling_php_opt_pyramid_height46_pigeons45_holes44.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519382-1751557043/watcher-4519382-1751557043 -o /tmp/evaluation-result-4519382-1751557043/solver-4519382-1751557043 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751549948-75005 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4519382-1751557043.opb

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

MD5SUM BENCH= 57fb5f2576749c6f64e06149678741e6
RANDOM SEED=1056478883

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.895
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		: 3662.792
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.379
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		: 1197.175
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		: 2395.096
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		: 3391.888
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		: 1197.229
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		: 1496.521
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:        114741372 kB
MemAvailable:   115377764 kB
Buffers:            2128 kB
Cached:          1441724 kB
SwapCached:           28 kB
Active:         14940028 kB
Inactive:        1138632 kB
Active(anon):   14646336 kB
Inactive(anon):     6404 kB
Active(file):     293692 kB
Inactive(file):  1132228 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             55636 kB
Writeback:             0 kB
AnonPages:      14637852 kB
Mapped:           123144 kB
Shmem:             17932 kB
KReclaimable:     100196 kB
Slab:             184680 kB
SReclaimable:     100196 kB
SUnreclaim:        84484 kB
KernelStack:        4944 kB
PageTables:        32356 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   18549548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150280 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14368768 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= 432640 MiB
End job on nodeC002 at 2025-07-03 18:36:12