Trace number 4514236

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.3 3556.85

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v091-n3.opb
MD5SUMc981ca1603e2aa1abfaebeb08d0e93e7
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.021723
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables273
Total number of constraints91
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)91
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.16	c See www.sat4j.org for details.
0.13/0.18	c version PB25.v20250606
0.13/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.20	c java.vm.version	22.0.1+8-16
0.13/0.20	c java.vm.vendor	Oracle Corporation
0.13/0.20	c sun.arch.data.model	64
0.13/0.20	c java.version		22.0.1
0.13/0.20	c os.name		Linux
0.13/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.20	c os.arch		amd64
0.13/0.22	c Free memory 		2106806208
0.13/0.22	c Max memory 		16282288128
0.13/0.22	c Total memory 		2113929216
0.13/0.22	c Number of processors 	2
0.48/0.39	c Pseudo Boolean Optimization by upper bound
0.48/0.39	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.39	c  - never skip resolution steps
0.48/0.39	c  - Auto-division on coefficients is disabled
0.48/0.39	c  - No postprocessing
0.48/0.39	c  - Conflict is considered as is when resolving
0.48/0.39	c  - Use constraints as they come during conflict analysis
0.48/0.39	c  - Weaken first using unassigned literals
0.48/0.39	c  - Bump strategy: ALWAYS_ONE
0.48/0.39	c  - Bumper: ANY
0.48/0.39	c --- Begin Solver configuration ---
0.48/0.39	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.48/0.39	c Learn all clauses as in MiniSAT
0.48/0.39	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.39	c No reason simplification
0.48/0.39	c Armin Biere (Picosat) restarts strategy
0.48/0.39	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.48/0.39	c timeout=2147483s
0.48/0.39	c DB Simplification allowed=false
0.48/0.39	c Listener: none
0.48/0.39	c --- End Solver configuration ---
0.48/0.39	c solving HOME/instance-4514236-1751231358.opb
0.48/0.39	c reading problem ... 
0.48/0.39	c  no objective function found
0.65/0.46	c ... done. Wall clock time 0.069s.
0.65/0.46	c declared #vars     273
0.65/0.46	c #constraints  182
0.65/0.46	c constraints type 
0.65/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 91
0.65/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91
0.65/0.46	c 182 constraints processed.
57.09/52.10	c cleaning 2496 clauses out of 5000
326.12/315.44	c cleaning 4240 clauses out of 8505
808.36/795.51	c cleaning 5631 clauses out of 11266
1838.27/1816.95	c cleaning 6811 clauses out of 13633
3600.03/3556.73	c starts		: 60
3600.03/3556.74	c conflicts		: 33088
3600.03/3556.74	c decisions		: 39128
3600.03/3556.74	c propagations		: 606218
3600.03/3556.74	c inspects		: 3006677659
3600.03/3556.74	c shortcuts		: 0
3600.03/3556.74	c learnt literals	: 0
3600.03/3556.74	c learnt binary clauses	: 0
3600.03/3556.74	c learnt ternary clauses	: 0
3600.03/3556.74	c learnt constraints	: 33087
3600.03/3556.74	c ignored constraints	: 0
3600.03/3556.74	c root simplifications	: 0
3600.03/3556.74	c removed literals (reason simplification)	: 0
3600.03/3556.74	c reason swapping (by a shorter reason)	: 0
3600.03/3556.74	c Calls to reduceDB	: 4
3600.03/3556.74	c Number of update (reduction) of LBD	: 0
3600.03/3556.74	c Imported unit clauses	: 0
3600.03/3556.74	c No decision after first conflict	: false
3600.03/3556.74	c number of reductions to clauses (during analyze)	: 0
3600.03/3556.74	c number of learned constraints concerned by reduction	: 0
3600.03/3556.75	c number of learning phase by resolution	: 0
3600.03/3556.75	c number of learning phase by cutting planes	: 0
3600.03/3556.75	c number of rounding to 1 operations	: 0
3600.03/3556.75	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3556.75	c number of reductions of the coefficients by power 2 	: 0
3600.03/3556.75	c number of right shift for reduction by power 2 	: 0
3600.03/3556.75	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3556.75	c number of ending skipping 	: 0
3600.03/3556.75	c number of internal skipping 	: 0
3600.03/3556.75	c number of derivation steps 	: 351557
3600.03/3556.75	c number of skipped derivation steps 	: 0
3600.03/3556.76	c number of remaining unassigned 	: 69517
3600.03/3556.76	c number of remaining assigned 	: 15420732
3600.03/3556.76	c number of falsified literals weakened from reason	: 0
3600.03/3556.76	c number of falsified literals weakened from conflict	: 0
3600.03/3556.76	c time for arithmetic operations	: 139526720773
3600.03/3556.76	c minimum degree of deleted constraints	: null
3600.03/3556.77	c maximum degree of deleted constraints	: null
3600.03/3556.77	c number of deleted constraints	: 0
3600.03/3556.77	c speed (assignments/second)	: 170.4633135149605
3600.03/3556.78	c non guided choices	: 104
3600.24/3556.80	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 13870
3600.24/3556.80	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 40
3600.24/3556.81	s UNKNOWN
3600.24/3556.81	c Total wall clock time (in seconds): 3556.424

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514236-1751231358/watcher-4514236-1751231358 -o /tmp/evaluation-result-4514236-1751231358/solver-4514236-1751231358 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751227848-32848 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4514236-1751231358.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100073 s]*
/proc/loadavg: 4.51 4.35 4.27 7/324 33489
/proc/meminfo: memFree=116850044/131382112 swapFree=33010684/33010684
[pid=33471] ppid=33468 vsize=18930384 memory=48480 CPUtime=0.13 cores=1,3
/proc/33471/stat : 33471 (java) S 33468 33471 32836 0 -1 4194304 5822 0 0 0 9 4 0 0 20 0 18 0 38815632 19384713216 12120 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
/proc/33471/statm: 4732596 12120 5294 1 0 547042 0
[pid=33471/tid=33473] ppid=33468 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/33471/task/33473/stat : 33473 (java) R 33468 33471 32836 0 -1 4194368 4677 0 0 0 6 2 0 0 20 0 18 0 38815634 19384713216 12120 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33482] ppid=33468 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/33471/task/33482/stat : 33482 (Finalizer) S 33468 33471 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38815638 19384713216 12120 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33489] ppid=33468 vsize=18930384 memory=59593594258114 CPUtime=0 cores=1,3
/proc/33471/task/33489/stat : 33489 (Common-Cleaner) S 33468 33471 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38815639 19384713216 12120 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48480 KiB

[startup+0.215844 s]*
/proc/loadavg: 4.51 4.35 4.27 6/324 33489
/proc/meminfo: memFree=116723384/131382112 swapFree=33010684/33010684
[pid=33471] ppid=33468 vsize=18930384 memory=53336 CPUtime=0.31 cores=1,3
/proc/33471/stat : 33471 (java) S 33468 33471 32836 0 -1 4194304 6478 0 0 0 27 4 0 0 20 0 18 0 38815632 19384713216 13334 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
/proc/33471/statm: 4732596 13334 5358 1 0 547565 0
[pid=33471/tid=33473] ppid=33468 vsize=18930384 memory=4026597660 CPUtime=0.19 cores=1,3
/proc/33471/task/33473/stat : 33473 (java) R 33468 33471 32836 0 -1 4194368 5007 0 0 0 17 2 0 0 20 0 18 0 38815634 19384713216 13334 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33482] ppid=33468 vsize=18930384 memory=16142 CPUtime=0 cores=1,3
/proc/33471/task/33482/stat : 33482 (Finalizer) S 33468 33471 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38815638 19384713216 13334 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33489] ppid=33468 vsize=18930384 memory=58494082614266 CPUtime=0 cores=1,3
/proc/33471/task/33489/stat : 33489 (Common-Cleaner) S 33468 33471 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38815639 19384713216 13334 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53336 KiB

[startup+0.315935 s]*
/proc/loadavg: 4.51 4.35 4.27 7/324 33489
/proc/meminfo: memFree=116628672/131382112 swapFree=33010684/33010684
[pid=33471] ppid=33468 vsize=18930384 memory=56576 CPUtime=0.48 cores=1,3
/proc/33471/stat : 33471 (java) S 33468 33471 32836 0 -1 4194304 6795 0 0 0 44 4 0 0 20 0 18 0 38815632 19384713216 14144 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
/proc/33471/statm: 4732596 14144 5358 1 0 547802 0
[pid=33471/tid=33473] ppid=33468 vsize=18930384 memory=-6000919472689801580 CPUtime=0.29 cores=1,3
/proc/33471/task/33473/stat : 33473 (java) R 33468 33471 32836 0 -1 4194368 5220 0 0 0 27 2 0 0 20 0 18 0 38815634 19384713216 14144 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33482] ppid=33468 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/33471/task/33482/stat : 33482 (Finalizer) S 33468 33471 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38815638 19384713216 14144 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33489] ppid=33468 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/33471/task/33489/stat : 33489 (Common-Cleaner) S 33468 33471 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38815639 19384713216 14144 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56576 KiB

[startup+0.700352 s]
/proc/loadavg: 4.51 4.35 4.27 7/325 33490
/proc/meminfo: memFree=116486888/131382112 swapFree=33010684/33010684
[pid=33471] ppid=33468 vsize=18996948 memory=76388 CPUtime=1.15 cores=1,3
/proc/33471/stat : 33471 (java) S 33468 33471 32836 0 -1 4194304 7868 0 0 0 109 6 0 0 20 0 19 0 38815632 19452874752 19097 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
/proc/33471/statm: 4749237 19097 5422 1 0 548592 0
[pid=33471/tid=33473] ppid=33468 vsize=18996948 memory=17536 CPUtime=0.63 cores=1,3
/proc/33471/task/33473/stat : 33473 (java) R 33468 33471 32836 0 -1 4194368 5454 0 0 0 60 3 0 0 20 0 19 0 38815634 19452874752 19097 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33482] ppid=33468 vsize=18996948 memory=10624 CPUtime=0 cores=1,3
/proc/33471/task/33482/stat : 33482 (Finalizer) S 33468 33471 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38815638 19452874752 19097 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33489] ppid=33468 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/33471/task/33489/stat : 33489 (Common-Cleaner) S 33468 33471 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 38815639 19452874752 19097 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33490] ppid=33468 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/33471/task/33490/stat : 33490 (Timer-0) S 33468 33471 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 38815680 19452874752 19097 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76388 KiB

[startup+1.50035 s]
/proc/loadavg: 4.51 4.35 4.27 7/325 33490
/proc/meminfo: memFree=116090756/131382112 swapFree=33010684/33010684
[pid=33471] ppid=33468 vsize=19063512 memory=169988 CPUtime=2.72 cores=1,3
/proc/33471/stat : 33471 (java) S 33468 33471 32836 0 -1 4194304 16036 0 0 0 263 9 0 0 20 0 20 0 38815632 19521036288 42497 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
/proc/33471/statm: 4765878 42497 5486 1 0 552009 0
[pid=33471/tid=33473] ppid=33468 vsize=19063512 memory=0 CPUtime=1.37 cores=1,3
/proc/33471/task/33473/stat : 33473 (java) R 33468 33471 32836 0 -1 4194368 5810 0 0 0 132 5 0 0 20 0 20 0 38815634 19521036288 42497 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33482] ppid=33468 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/33471/task/33482/stat : 33482 (Finalizer) S 33468 33471 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815638 19521036288 42497 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33489] ppid=33468 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/33471/task/33489/stat : 33489 (Common-Cleaner) S 33468 33471 32836 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 38815639 19521036288 42497 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33490] ppid=33468 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/33471/task/33490/stat : 33490 (Timer-0) S 33468 33471 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38815680 19521036288 42497 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169988 KiB

[startup+3.10562 s]
/proc/loadavg: 4.55 4.36 4.27 6/326 33491
/proc/meminfo: memFree=115390788/131382112 swapFree=33010684/33010684
[pid=33471] ppid=33468 vsize=19063512 memory=507124 CPUtime=5.75 cores=1,3
/proc/33471/stat : 33471 (java) S 33468 33471 32836 0 -1 4194304 25065 0 0 0 557 18 0 0 20 0 20 0 38815632 19521036288 126781 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
/proc/33471/statm: 4765878 126781 5486 1 0 961504 0
[pid=33471/tid=33473] ppid=33468 vsize=19063512 memory=10624 CPUtime=2.85 cores=1,3
/proc/33471/task/33473/stat : 33473 (java) R 33468 33471 32836 0 -1 4194368 6321 0 0 0 275 10 0 0 20 0 20 0 38815634 19521036288 126781 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33482] ppid=33468 vsize=19063512 memory=-6000919472689801580 CPUtime=0 cores=1,3
/proc/33471/task/33482/stat : 33482 (Finalizer) S 33468 33471 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815638 19521036288 126781 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33489] ppid=33468 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/33471/task/33489/stat : 33489 (Common-Cleaner) S 33468 33471 32836 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 38815639 19521036288 126781 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33490] ppid=33468 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/33471/task/33490/stat : 33490 (Timer-0) S 33468 33471 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38815680 19521036288 126781 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
Current children cumulated CPU time: 5.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 507124 KiB

[startup+6.30034 s]
/proc/loadavg: 4.55 4.36 4.27 5/326 33491
/proc/meminfo: memFree=115128392/131382112 swapFree=33010684/33010684
[pid=33471] ppid=33468 vsize=19063512 memory=812792 CPUtime=9.49 cores=1,3
/proc/33471/stat : 33471 (java) S 33468 33471 32836 0 -1 4194304 26100 0 0 0 923 26 0 0 20 0 20 0 38815632 19521036288 203198 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
/proc/33471/statm: 4765878 203198 5486 1 0 961509 0
[pid=33471/tid=33473] ppid=33468 vsize=19063512 memory=0 CPUtime=5.96 cores=1,3
/proc/33471/task/33473/stat : 33473 (java) R 33468 33471 32836 0 -1 4194368 6470 0 0 0 580 16 0 0 20 0 20 0 38815634 19521036288 203198 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33482] ppid=33468 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/33471/task/33482/stat : 33482 (Finalizer) S 33468 33471 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815638 19521036288 203198 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33489] ppid=33468 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/33471/task/33489/stat : 33489 (Common-Cleaner) S 33468 33471 32836 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 38815639 19521036288 203198 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33490] ppid=33468 vsize=19063512 memory=169988 CPUtime=0 cores=1,3
/proc/33471/task/33490/stat : 33490 (Timer-0) S 33468 33471 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38815680 19521036288 203198 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
Current children cumulated CPU time: 9.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 812792 KiB

[startup+12.7004 s]
/proc/loadavg: 4.46 4.34 4.27 5/326 33491
/proc/meminfo: memFree=114415696/131382112 swapFree=33010684/33010684
[pid=33471] ppid=33468 vsize=19063512 memory=1460156 CPUtime=16.44 cores=1,3
/proc/33471/stat : 33471 (java) S 33468 33471 32836 0 -1 4194304 30679 0 0 0 1603 41 0 0 20 0 20 0 38815632 19521036288 365039 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
/proc/33471/statm: 4765878 365039 5486 1 0 961513 0
[pid=33471/tid=33473] ppid=33468 vsize=19063512 memory=169988 CPUtime=12.17 cores=1,3
/proc/33471/task/33473/stat : 33473 (java) R 33468 33471 32836 0 -1 4194368 7865 0 0 0 1189 28 0 0 20 0 20 0 38815634 19521036288 365039 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33482] ppid=33468 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/33471/task/33482/stat : 33482 (Finalizer) S 33468 33471 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815638 19521036288 365039 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33489] ppid=33468 vsize=19063512 memory=1460156 CPUtime=0 cores=1,3
/proc/33471/task/33489/stat : 33489 (Common-Cleaner) S 33468 33471 32836 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 38815639 19521036288 365039 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33490] ppid=33468 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/33471/task/33490/stat : 33490 (Timer-0) S 33468 33471 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38815680 19521036288 365039 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
Current children cumulated CPU time: 16.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1460156 KiB

[startup+25.5005 s]
/proc/loadavg: 4.61 4.38 4.28 6/326 33558
/proc/meminfo: memFree=115311908/131382112 swapFree=33010684/33010684
[pid=33471] ppid=33468 vsize=19063512 memory=2012416 CPUtime=30.03 cores=1,3
/proc/33471/stat : 33471 (java) S 33468 33471 32836 0 -1 4194304 32531 0 0 0 2950 53 0 0 20 0 20 0 38815632 19521036288 503104 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
/proc/33471/statm: 4765878 503104 5486 1 0 1086847 0
[pid=33471/tid=33473] ppid=33468 vsize=19063512 memory=2012416 CPUtime=24.5 cores=1,3
/proc/33471/task/33473/stat : 33473 (java) R 33468 33471 32836 0 -1 4194368 8478 0 0 0 2412 38 0 0 20 0 20 0 38815634 19521036288 503104 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33482] ppid=33468 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/33471/task/33482/stat : 33482 (Finalizer) S 33468 33471 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815638 19521036288 503104 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33489] ppid=33468 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/33471/task/33489/stat : 33489 (Common-Cleaner) S 33468 33471 32836 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 38815639 19521036288 503104 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33490] ppid=33468 vsize=19063512 memory=169988 CPUtime=0 cores=1,3
/proc/33471/task/33490/stat : 33490 (Timer-0) S 33468 33471 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38815680 19521036288 503104 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
Current children cumulated CPU time: 30.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2012416 KiB

[startup+51.1137 s]
/proc/loadavg: 4.47 4.37 4.28 6/326 33558
/proc/meminfo: memFree=111725976/131382112 swapFree=33010684/33010684
[pid=33471] ppid=33468 vsize=19063512 memory=3229160 CPUtime=56.07 cores=1,3
/proc/33471/stat : 33471 (java) S 33468 33471 32836 0 -1 4194304 37553 0 0 0 5528 79 0 0 20 0 20 0 38815632 19521036288 807290 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
/proc/33471/statm: 4765878 807290 5486 1 0 1299925 0
[pid=33471/tid=33473] ppid=33468 vsize=19063512 memory=169988 CPUtime=49.64 cores=1,3
/proc/33471/task/33473/stat : 33473 (java) R 33468 33471 32836 0 -1 4194368 11309 0 0 0 4904 60 0 0 20 0 20 0 38815634 19521036288 807290 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33482] ppid=33468 vsize=19063512 memory=3229160 CPUtime=0 cores=1,3
/proc/33471/task/33482/stat : 33482 (Finalizer) S 33468 33471 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815638 19521036288 807290 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0

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

[startup+3222.3 s]
/proc/loadavg: 4.93 4.64 4.41 5/328 33752
/proc/meminfo: memFree=109097120/131382112 swapFree=33010684/33010684
[pid=33471] ppid=33468 vsize=19063512 memory=4962996 CPUtime=3259.56 cores=1,3
/proc/33471/stat : 33471 (java) S 33468 33471 32836 0 -1 4194304 174651 0 0 0 325552 404 0 0 20 0 20 0 38815632 19521036288 1240749 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
/proc/33471/statm: 4765878 1240749 5486 1 0 1306146 0
[pid=33471/tid=33473] ppid=33468 vsize=19063512 memory=2764 CPUtime=3181.23 cores=1,3
/proc/33471/task/33473/stat : 33473 (java) R 33468 33471 32836 0 -1 4194368 84082 0 0 0 318011 112 0 0 20 0 20 0 38815634 19521036288 1240749 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33482] ppid=33468 vsize=19063512 memory=4858532 CPUtime=0 cores=1,3
/proc/33471/task/33482/stat : 33482 (Finalizer) S 33468 33471 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815638 19521036288 1240749 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33489] ppid=33468 vsize=19063512 memory=14560 CPUtime=0 cores=1,3
/proc/33471/task/33489/stat : 33489 (Common-Cleaner) S 33468 33471 32836 0 -1 4194368 2038 0 0 0 0 0 0 0 20 0 20 0 38815639 19521036288 1240749 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33490] ppid=33468 vsize=19063512 memory=4946608 CPUtime=0 cores=1,3
/proc/33471/task/33490/stat : 33490 (Timer-0) S 33468 33471 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38815680 19521036288 1240749 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
Current children cumulated CPU time: 3259.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4962996 KiB

[startup+3282.3 s]
/proc/loadavg: 4.70 4.64 4.43 5/329 33756
/proc/meminfo: memFree=109031584/131382112 swapFree=33010684/33010684
[pid=33471] ppid=33468 vsize=19063512 memory=5012160 CPUtime=3320.73 cores=1,3
/proc/33471/stat : 33471 (java) S 33468 33471 32836 0 -1 4194304 178245 0 0 0 331662 411 0 0 20 0 20 0 38815632 19521036288 1253040 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
/proc/33471/statm: 4765878 1253040 5486 1 0 1306146 0
[pid=33471/tid=33473] ppid=33468 vsize=19063512 memory=-6000919472689801580 CPUtime=3240.39 cores=1,3
/proc/33471/task/33473/stat : 33473 (java) R 33468 33471 32836 0 -1 4194368 86793 0 0 0 323926 113 0 0 20 0 20 0 38815634 19521036288 1253040 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33482] ppid=33468 vsize=19063512 memory=4977340 CPUtime=0 cores=1,3
/proc/33471/task/33482/stat : 33482 (Finalizer) S 33468 33471 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815638 19521036288 1253040 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33489] ppid=33468 vsize=19063512 memory=4969148 CPUtime=0 cores=1,3
/proc/33471/task/33489/stat : 33489 (Common-Cleaner) S 33468 33471 32836 0 -1 4194368 2038 0 0 0 0 0 0 0 20 0 20 0 38815639 19521036288 1253040 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33490] ppid=33468 vsize=19063512 memory=12416 CPUtime=0 cores=1,3
/proc/33471/task/33490/stat : 33490 (Timer-0) S 33468 33471 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38815680 19521036288 1253040 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
Current children cumulated CPU time: 3320.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5012160 KiB

[startup+3342.3 s]
/proc/loadavg: 4.35 4.55 4.41 5/329 33758
/proc/meminfo: memFree=108994348/131382112 swapFree=33010684/33010684
[pid=33471] ppid=33468 vsize=19063512 memory=5040916 CPUtime=3381.77 cores=1,3
/proc/33471/stat : 33471 (java) S 33468 33471 32836 0 -1 4194304 181468 0 0 0 337759 418 0 0 20 0 20 0 38815632 19521036288 1260229 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
/proc/33471/statm: 4765878 1260229 5486 1 0 1306176 0
[pid=33471/tid=33473] ppid=33468 vsize=19063512 memory=17536 CPUtime=3299.52 cores=1,3
/proc/33471/task/33473/stat : 33473 (java) R 33468 33471 32836 0 -1 4194368 89080 0 0 0 329837 115 0 0 20 0 20 0 38815634 19521036288 1260229 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33482] ppid=33468 vsize=19063512 memory=5040916 CPUtime=0 cores=1,3
/proc/33471/task/33482/stat : 33482 (Finalizer) S 33468 33471 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815638 19521036288 1260229 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33489] ppid=33468 vsize=19063512 memory=5036820 CPUtime=0 cores=1,3
/proc/33471/task/33489/stat : 33489 (Common-Cleaner) S 33468 33471 32836 0 -1 4194368 2114 0 0 0 0 0 0 0 20 0 20 0 38815639 19521036288 1260229 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33490] ppid=33468 vsize=19063512 memory=5040916 CPUtime=0 cores=1,3
/proc/33471/task/33490/stat : 33490 (Timer-0) S 33468 33471 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38815680 19521036288 1260229 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
Current children cumulated CPU time: 3381.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5040916 KiB

[startup+3402.3 s]
/proc/loadavg: 4.33 4.51 4.41 5/328 33760
/proc/meminfo: memFree=108969576/131382112 swapFree=33010684/33010684
[pid=33471] ppid=33468 vsize=19063512 memory=5057316 CPUtime=3442.78 cores=1,3
/proc/33471/stat : 33471 (java) S 33468 33471 32836 0 -1 4194304 182137 0 0 0 343854 424 0 0 20 0 20 0 38815632 19521036288 1264329 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
/proc/33471/statm: 4765878 1264329 5486 1 0 1306176 0
[pid=33471/tid=33473] ppid=33468 vsize=19063512 memory=14560 CPUtime=3358.56 cores=1,3
/proc/33471/task/33473/stat : 33473 (java) R 33468 33471 32836 0 -1 4194368 89587 0 0 0 335741 115 0 0 20 0 20 0 38815634 19521036288 1264329 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33482] ppid=33468 vsize=19063512 memory=5055268 CPUtime=0 cores=1,3
/proc/33471/task/33482/stat : 33482 (Finalizer) S 33468 33471 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815638 19521036288 1264329 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33489] ppid=33468 vsize=19063512 memory=5053220 CPUtime=0 cores=1,3
/proc/33471/task/33489/stat : 33489 (Common-Cleaner) S 33468 33471 32836 0 -1 4194368 2199 0 0 0 0 0 0 0 20 0 20 0 38815639 19521036288 1264329 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33490] ppid=33468 vsize=19063512 memory=5057316 CPUtime=0 cores=1,3
/proc/33471/task/33490/stat : 33490 (Timer-0) S 33468 33471 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38815680 19521036288 1264329 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
Current children cumulated CPU time: 3442.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5057316 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.48 4.40 5/329 33763
/proc/meminfo: memFree=108956860/131382112 swapFree=33010684/33010684
[pid=33471] ppid=33468 vsize=19063512 memory=5061544 CPUtime=3503.87 cores=1,3
/proc/33471/stat : 33471 (java) S 33468 33471 32836 0 -1 4194304 185599 0 0 0 349957 430 0 0 20 0 20 0 38815632 19521036288 1265386 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
/proc/33471/statm: 4765878 1265386 5486 1 0 1306216 0
[pid=33471/tid=33473] ppid=33468 vsize=19063512 memory=14560 CPUtime=3417.52 cores=1,3
/proc/33471/task/33473/stat : 33473 (java) R 33468 33471 32836 0 -1 4194368 92174 0 0 0 341635 117 0 0 20 0 20 0 38815634 19521036288 1265386 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33482] ppid=33468 vsize=19063512 memory=5061544 CPUtime=0 cores=1,3
/proc/33471/task/33482/stat : 33482 (Finalizer) S 33468 33471 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815638 19521036288 1265386 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33489] ppid=33468 vsize=19063512 memory=5061544 CPUtime=0 cores=1,3
/proc/33471/task/33489/stat : 33489 (Common-Cleaner) S 33468 33471 32836 0 -1 4194368 2199 0 0 0 0 0 0 0 20 0 20 0 38815639 19521036288 1265386 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33490] ppid=33468 vsize=19063512 memory=5061544 CPUtime=0 cores=1,3
/proc/33471/task/33490/stat : 33490 (Timer-0) S 33468 33471 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38815680 19521036288 1265386 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
Current children cumulated CPU time: 3503.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5061544 KiB

[startup+3522.3 s]
/proc/loadavg: 4.49 4.48 4.40 5/328 33969
/proc/meminfo: memFree=113541180/131382112 swapFree=33010684/33010684
[pid=33471] ppid=33468 vsize=19063512 memory=5061544 CPUtime=3565.09 cores=1,3
/proc/33471/stat : 33471 (java) S 33468 33471 32836 0 -1 4194304 188807 0 0 0 356070 439 0 0 20 0 20 0 38815632 19521036288 1265386 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
/proc/33471/statm: 4765878 1265386 5486 1 0 1306216 0
[pid=33471/tid=33473] ppid=33468 vsize=19063512 memory=5061544 CPUtime=3476.54 cores=1,3
/proc/33471/task/33473/stat : 33473 (java) R 33468 33471 32836 0 -1 4194368 94940 0 0 0 347533 121 0 0 20 0 20 0 38815634 19521036288 1265386 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33482] ppid=33468 vsize=19063512 memory=5061544 CPUtime=0 cores=1,3
/proc/33471/task/33482/stat : 33482 (Finalizer) S 33468 33471 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815638 19521036288 1265386 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33489] ppid=33468 vsize=19063512 memory=10624 CPUtime=0 cores=1,3
/proc/33471/task/33489/stat : 33489 (Common-Cleaner) S 33468 33471 32836 0 -1 4194368 2266 0 0 0 0 0 0 0 20 0 20 0 38815639 19521036288 1265386 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33490] ppid=33468 vsize=19063512 memory=5061544 CPUtime=0 cores=1,3
/proc/33471/task/33490/stat : 33490 (Timer-0) S 33468 33471 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38815680 19521036288 1265386 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
Current children cumulated CPU time: 3565.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5061544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3556.7 s]
/proc/loadavg: 4.39 4.46 4.40 6/328 33969
/proc/meminfo: memFree=109765660/131382112 swapFree=33010684/33010684
[pid=33471] ppid=33468 vsize=19063512 memory=5061544 CPUtime=3600.03 cores=1,3
/proc/33471/stat : 33471 (java) S 33468 33471 32836 0 -1 4194304 189531 0 0 0 359562 441 0 0 20 0 20 0 38815632 19521036288 1265386 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
/proc/33471/statm: 4765878 1265386 5486 1 0 1306216 0
[pid=33471/tid=33473] ppid=33468 vsize=19063512 memory=7024 CPUtime=3510.42 cores=1,3
/proc/33471/task/33473/stat : 33473 (java) R 33468 33471 32836 0 -1 4194368 95093 0 0 0 350921 121 0 0 20 0 20 0 38815634 19521036288 1265386 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33482] ppid=33468 vsize=19063512 memory=5061544 CPUtime=0 cores=1,3
/proc/33471/task/33482/stat : 33482 (Finalizer) S 33468 33471 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38815638 19521036288 1265386 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33489] ppid=33468 vsize=19063512 memory=5061544 CPUtime=0 cores=1,3
/proc/33471/task/33489/stat : 33489 (Common-Cleaner) S 33468 33471 32836 0 -1 4194368 2326 0 0 0 0 0 0 0 20 0 20 0 38815639 19521036288 1265386 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33490] ppid=33468 vsize=19063512 memory=-6000919472689801580 CPUtime=0 cores=1,3
/proc/33471/task/33490/stat : 33490 (Timer-0) S 33468 33471 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 38815680 19521036288 1265386 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5061544 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.84 s, system=4.45486 s

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

[startup+3556.81 s]
/proc/loadavg: 4.39 4.46 4.40 6/328 33969
/proc/meminfo: memFree=109765660/131382112 swapFree=33010684/33010684
[pid=33471] ppid=33468 vsize=19263204 memory=5062440 CPUtime=3600.24 cores=1,3
/proc/33471/stat : 33471 (java) S 33468 33471 32836 0 -1 4194304 191894 0 0 0 359582 442 0 0 20 0 21 0 38815632 19725520896 1265610 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
/proc/33471/statm: 4815801 1265610 5518 1 0 1307135 0
[pid=33471/tid=33473] ppid=33468 vsize=19263204 memory=4764 CPUtime=3510.48 cores=1,3
/proc/33471/task/33473/stat : 33473 (java) R 33468 33471 32836 0 -1 4194368 95118 0 0 0 350927 121 0 0 20 0 21 0 38815634 19725520896 1265610 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33482] ppid=33468 vsize=19263204 memory=198340509722 CPUtime=0 cores=1,3
/proc/33471/task/33482/stat : 33482 (Finalizer) S 33468 33471 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38815638 19725520896 1265610 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
[pid=33471/tid=33489] ppid=33468 vsize=19263204 memory=-6000919472689801580 CPUtime=0 cores=1,3
/proc/33471/task/33489/stat : 33489 (Common-Cleaner) S 33468 33471 32836 0 -1 4194368 2326 0 0 0 0 0 0 0 20 0 21 0 38815639 19725520896 1265610 18446744073709551615 93909470007296 93909470010992 140729629544848 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93909470018808 93909470019600 93909499752448 140729629550974 140729629551078 140729629551078 140729629556680 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5062440 KiB

Child status: 143

Real time (s): 3556.85
CPU time (s): 3600.3
CPU user time (s): 3595.84
CPU system time (s): 4.45486
CPU usage (%): 101.222
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5062440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.84
system time used= 4.45486
maximum resident set size= 5062696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192086
page faults= 0
swaps= 0
block input operations= 32
block output operations= 26064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125278
involuntary context switches= 9070


# summary of solver processes directly reported to runsolver:
#   pid: 33471
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3595.84
#   total CPU system time (s): 4.45486

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.2043 second user time and 37.8752 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-29 23:09:19
IDJOB=4514236
IDBENCH=162614
IDSOLVER=3361
FILE ID=nodeC009/4514236-1751231358
RUNJOBID= nodeC009-1751227848-32848
SLURM_JOB_ID= 9587687
Free space on /tmp= 432656 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v091-n3.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514236-1751231358/watcher-4514236-1751231358 -o /tmp/evaluation-result-4514236-1751231358/solver-4514236-1751231358 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751227848-32848 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4514236-1751231358.opb

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

MD5SUM BENCH= c981ca1603e2aa1abfaebeb08d0e93e7
RANDOM SEED=1226964783

nodeC009 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.950
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.85
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		: 1995.784
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.85
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.544
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.85
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		: 1496.545
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.85
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		: 3491.919
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.85
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		: 3591.694
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.85
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		: 3700.000
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.85
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		: 2696.597
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        117055520 kB
MemAvailable:   123507780 kB
Buffers:            3280 kB
Cached:          7225916 kB
SwapCached:            0 kB
Active:          6785036 kB
Inactive:        6928612 kB
Active(anon):    6501444 kB
Inactive(anon):      968 kB
Active(file):     283592 kB
Inactive(file):  6927644 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2824 kB
Writeback:            12 kB
AnonPages:       6487704 kB
Mapped:           122628 kB
Shmem:             17960 kB
KReclaimable:     160916 kB
Slab:             244780 kB
SReclaimable:     160916 kB
SUnreclaim:        83864 kB
KernelStack:        4972 kB
PageTables:        16252 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   10403192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6287360 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432652 MiB
End job on nodeC009 at 2025-06-30 00:08:36