Trace number 4491398

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.6 3515.42

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_16.opb
MD5SUM0c97dedf99f03a2f12057daa91676c25
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark202
Best CPU time to get the best result obtained on this benchmark72000.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5570
Total number of constraints10896
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10895
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 9
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 375
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1908
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.16	c See www.sat4j.org for details.
0.11/0.18	c version PB25.v20250606
0.11/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.20	c java.vm.version	22.0.1+8-16
0.11/0.20	c java.vm.vendor	Oracle Corporation
0.11/0.20	c sun.arch.data.model	64
0.11/0.20	c java.version		22.0.1
0.11/0.20	c os.name		Linux
0.11/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.20	c os.arch		amd64
0.11/0.21	c Free memory 		2104792832
0.11/0.21	c Max memory 		16282288128
0.11/0.21	c Total memory 		2113929216
0.11/0.22	c Number of processors 	2
0.48/0.38	c Pseudo Boolean Optimization by upper bound
0.48/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.48/0.38	c  - never skip resolution steps
0.48/0.38	c  - Auto-division on coefficients is disabled
0.48/0.38	c  - No postprocessing
0.48/0.38	c  - Conflict is considered as is when resolving
0.48/0.38	c  - Use constraints as they come during conflict analysis
0.48/0.38	c  - Weaken first using unassigned literals
0.48/0.38	c  - Bump strategy: ALWAYS_ONE
0.48/0.38	c  - Bumper: ANY
0.48/0.38	c --- Begin Solver configuration ---
0.48/0.38	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.48/0.38	c Learn all clauses as in MiniSAT
0.48/0.38	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.48/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.48/0.38	c No reason simplification
0.48/0.38	c Armin Biere (Picosat) restarts strategy
0.48/0.38	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.48/0.38	c timeout=2147483s
0.48/0.38	c DB Simplification allowed=false
0.48/0.38	c Listener: none
0.48/0.38	c --- End Solver configuration ---
0.48/0.38	c solving HOME/instance-4491398-1751377994.opb
0.48/0.38	c reading problem ... 
0.48/0.38	c  objective function found
2.12/1.27	c ... done. Wall clock time 0.89s.
2.12/1.27	c declared #vars     5570
2.12/1.27	c #constraints  10896
2.12/1.27	c constraints type 
2.12/1.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10895
2.12/1.27	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.12/1.27	c 10896 constraints processed.
2.12/1.29	c objective function length is 9 literals
30.04/25.38	c cleaning 2481 clauses out of 5001
64.31/59.12	c cleaning 4237 clauses out of 8520
137.27/130.61	c cleaning 5585 clauses out of 11282
226.46/218.80	c cleaning 6819 clauses out of 13697
363.85/355.34	c cleaning 7907 clauses out of 15878
568.57/558.15	c cleaning 8960 clauses out of 17972
832.01/817.85	c cleaning 9962 clauses out of 20011
1168.85/1148.69	c cleaning 10968 clauses out of 22049
1595.07/1565.76	c cleaning 11999 clauses out of 24082
2157.37/2115.08	c cleaning 12971 clauses out of 26082
2934.01/2870.52	c cleaning 14001 clauses out of 28112
3600.18/3515.29	c starts		: 101
3600.18/3515.29	c conflicts		: 122735
3600.37/3515.30	c decisions		: 163072
3600.37/3515.31	c propagations		: 23262447
3600.37/3515.31	c inspects		: 5093000440
3600.37/3515.31	c shortcuts		: 0
3600.37/3515.31	c learnt literals	: 0
3600.37/3515.31	c learnt binary clauses	: 0
3600.37/3515.31	c learnt ternary clauses	: 0
3600.37/3515.31	c learnt constraints	: 122735
3600.37/3515.31	c ignored constraints	: 0
3600.37/3515.31	c root simplifications	: 0
3600.37/3515.31	c removed literals (reason simplification)	: 0
3600.37/3515.32	c reason swapping (by a shorter reason)	: 0
3600.37/3515.32	c Calls to reduceDB	: 11
3600.37/3515.32	c Number of update (reduction) of LBD	: 0
3600.37/3515.33	c Imported unit clauses	: 0
3600.37/3515.33	c No decision after first conflict	: false
3600.37/3515.33	c number of reductions to clauses (during analyze)	: 0
3600.37/3515.33	c number of learned constraints concerned by reduction	: 0
3600.37/3515.33	c number of learning phase by resolution	: 0
3600.37/3515.33	c number of learning phase by cutting planes	: 0
3600.37/3515.33	c number of rounding to 1 operations	: 0
3600.37/3515.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.37/3515.33	c number of reductions of the coefficients by power 2 	: 0
3600.37/3515.33	c number of right shift for reduction by power 2 	: 0
3600.37/3515.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.37/3515.33	c number of ending skipping 	: 0
3600.37/3515.33	c number of internal skipping 	: 0
3600.37/3515.33	c number of derivation steps 	: 702086
3600.37/3515.33	c number of skipped derivation steps 	: 0
3600.37/3515.33	c number of remaining unassigned 	: 9147
3600.37/3515.33	c number of remaining assigned 	: 11371226
3600.37/3515.33	c number of falsified literals weakened from reason	: 0
3600.37/3515.33	c number of falsified literals weakened from conflict	: 0
3600.37/3515.34	c time for arithmetic operations	: 1508479223
3600.37/3515.34	c minimum degree of deleted constraints	: null
3600.37/3515.35	c maximum degree of deleted constraints	: null
3600.37/3515.35	c number of deleted constraints	: 0
3600.37/3515.35	c speed (assignments/second)	: 6619.853120917279
3600.37/3515.35	c non guided choices	: 5357
3600.57/3515.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3005
3600.57/3515.40	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 23840
3600.57/3515.40	s UNKNOWN
3600.57/3515.40	c Total wall clock time (in seconds): 3515.028

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4491398-1751377994/watcher-4491398-1751377994 -o /tmp/evaluation-result-4491398-1751377994/solver-4491398-1751377994 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751374507-52060 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4491398-1751377994.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100074 s]*
/proc/loadavg: 4.42 4.47 4.51 7/325 52908
/proc/meminfo: memFree=119883716/131382120 swapFree=33010416/33010684
[pid=52890] ppid=52887 vsize=18930384 memory=48288 CPUtime=0.11 cores=0,2
/proc/52890/stat : 52890 (java) S 52887 52890 52050 0 -1 4194304 5776 0 0 0 8 3 0 0 20 0 18 0 53478782 19384713216 12072 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
/proc/52890/statm: 4732596 12072 5303 1 0 546987 0
[pid=52890/tid=52892] ppid=52887 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/52890/task/52892/stat : 52892 (java) R 52887 52890 52050 0 -1 4194368 4683 0 0 0 5 2 0 0 20 0 18 0 53478784 19384713216 12072 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52901] ppid=52887 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/52890/task/52901/stat : 52901 (Finalizer) S 52887 52890 52050 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53478788 19384713216 12072 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52908] ppid=52887 vsize=18930384 memory=58494082626307 CPUtime=0 cores=0,2
/proc/52890/task/52908/stat : 52908 (Common-Cleaner) S 52887 52890 52050 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 53478789 19384713216 12072 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48288 KiB

[startup+0.214734 s]*
/proc/loadavg: 4.42 4.47 4.51 7/325 52908
/proc/meminfo: memFree=119883212/131382120 swapFree=33010416/33010684
[pid=52890] ppid=52887 vsize=18930384 memory=55448 CPUtime=0.3 cores=0,2
/proc/52890/stat : 52890 (java) S 52887 52890 52050 0 -1 4194304 6518 0 0 0 26 4 0 0 20 0 18 0 53478782 19384713216 13862 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
/proc/52890/statm: 4732596 13862 5335 1 0 547588 0
[pid=52890/tid=52892] ppid=52887 vsize=18930384 memory=4026663196 CPUtime=0.19 cores=0,2
/proc/52890/task/52892/stat : 52892 (java) R 52887 52890 52050 0 -1 4194368 5044 0 0 0 16 3 0 0 20 0 18 0 53478784 19384713216 13862 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52901] ppid=52887 vsize=18930384 memory=12896 CPUtime=0 cores=0,2
/proc/52890/task/52901/stat : 52901 (Finalizer) S 52887 52890 52050 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53478788 19384713216 13862 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52908] ppid=52887 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/52890/task/52908/stat : 52908 (Common-Cleaner) S 52887 52890 52050 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 53478789 19384713216 13862 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55448 KiB

[startup+0.317511 s]*
/proc/loadavg: 4.42 4.47 4.51 5/325 52908
/proc/meminfo: memFree=119878108/131382120 swapFree=33010416/33010684
[pid=52890] ppid=52887 vsize=18930384 memory=58604 CPUtime=0.48 cores=0,2
/proc/52890/stat : 52890 (java) S 52887 52890 52050 0 -1 4194304 6812 0 0 0 43 5 0 0 20 0 18 0 53478782 19384713216 14651 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
/proc/52890/statm: 4732596 14651 5335 1 0 547810 0
[pid=52890/tid=52892] ppid=52887 vsize=18930384 memory=-6000919476950952554 CPUtime=0.29 cores=0,2
/proc/52890/task/52892/stat : 52892 (java) R 52887 52890 52050 0 -1 4194368 5239 0 0 0 26 3 0 0 20 0 18 0 53478784 19384713216 14651 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52901] ppid=52887 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/52890/task/52901/stat : 52901 (Finalizer) S 52887 52890 52050 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53478788 19384713216 14651 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52908] ppid=52887 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/52890/task/52908/stat : 52908 (Common-Cleaner) S 52887 52890 52050 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 53478789 19384713216 14651 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58604 KiB

[startup+0.700312 s]
/proc/loadavg: 4.42 4.47 4.51 7/325 52908
/proc/meminfo: memFree=119867900/131382120 swapFree=33010416/33010684
[pid=52890] ppid=52887 vsize=18930384 memory=107492 CPUtime=1.18 cores=0,2
/proc/52890/stat : 52890 (java) S 52887 52890 52050 0 -1 4194304 8607 0 0 0 112 6 0 0 20 0 18 0 53478782 19384713216 26873 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
/proc/52890/statm: 4732596 26873 5431 1 0 548985 0
[pid=52890/tid=52892] ppid=52887 vsize=18930384 memory=17536 CPUtime=0.65 cores=0,2
/proc/52890/task/52892/stat : 52892 (java) R 52887 52890 52050 0 -1 4194368 5385 0 0 0 61 4 0 0 20 0 18 0 53478784 19384713216 26873 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52901] ppid=52887 vsize=18930384 memory=11136 CPUtime=0 cores=0,2
/proc/52890/task/52901/stat : 52901 (Finalizer) S 52887 52890 52050 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53478788 19384713216 26873 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52908] ppid=52887 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/52890/task/52908/stat : 52908 (Common-Cleaner) S 52887 52890 52050 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 53478789 19384713216 26873 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 107492 KiB

[startup+1.50026 s]
/proc/loadavg: 4.42 4.47 4.51 6/326 52909
/proc/meminfo: memFree=119754160/131382120 swapFree=33010416/33010684
[pid=52890] ppid=52887 vsize=19063512 memory=207188 CPUtime=2.71 cores=0,2
/proc/52890/stat : 52890 (java) S 52887 52890 52050 0 -1 4194304 20239 0 0 0 260 11 0 0 20 0 20 0 53478782 19521036288 51797 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
/proc/52890/statm: 4765878 51797 5495 1 0 553093 0
[pid=52890/tid=52892] ppid=52887 vsize=19063512 memory=3200 CPUtime=1.27 cores=0,2
/proc/52890/task/52892/stat : 52892 (java) R 52887 52890 52050 0 -1 4194368 7305 0 0 0 122 5 0 0 20 0 20 0 53478784 19521036288 51797 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52901] ppid=52887 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/52890/task/52901/stat : 52901 (Finalizer) S 52887 52890 52050 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53478788 19521036288 51797 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52908] ppid=52887 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/52890/task/52908/stat : 52908 (Common-Cleaner) S 52887 52890 52050 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 53478789 19521036288 51797 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 207188 KiB

[startup+3.10552 s]
/proc/loadavg: 4.42 4.47 4.51 5/327 52910
/proc/meminfo: memFree=119509652/131382120 swapFree=33010416/33010684
[pid=52890] ppid=52887 vsize=19063512 memory=466380 CPUtime=5.67 cores=0,2
/proc/52890/stat : 52890 (java) S 52887 52890 52050 0 -1 4194304 23280 0 0 0 548 19 0 0 20 0 20 0 53478782 19521036288 116595 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
/proc/52890/statm: 4765878 116595 5527 1 0 969259 0
[pid=52890/tid=52892] ppid=52887 vsize=19063512 memory=11136 CPUtime=2.77 cores=0,2
/proc/52890/task/52892/stat : 52892 (java) R 52887 52890 52050 0 -1 4194368 7917 0 0 0 266 11 0 0 20 0 20 0 53478784 19521036288 116595 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52901] ppid=52887 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/52890/task/52901/stat : 52901 (Finalizer) S 52887 52890 52050 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53478788 19521036288 116595 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52908] ppid=52887 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/52890/task/52908/stat : 52908 (Common-Cleaner) S 52887 52890 52050 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 53478789 19521036288 116595 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52910] ppid=52887 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/52890/task/52910/stat : 52910 (Timer-0) S 52887 52890 52050 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53478912 19521036288 116595 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
Current children cumulated CPU time: 5.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 466380 KiB

[startup+6.30041 s]
/proc/loadavg: 4.39 4.46 4.50 5/327 52910
/proc/meminfo: memFree=118798524/131382120 swapFree=33010416/33010684
[pid=52890] ppid=52887 vsize=19063512 memory=1256332 CPUtime=9.35 cores=0,2
/proc/52890/stat : 52890 (java) S 52887 52890 52050 0 -1 4194304 24003 0 0 0 901 34 0 0 20 0 20 0 53478782 19521036288 314083 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
/proc/52890/statm: 4765878 314083 5527 1 0 969266 0
[pid=52890/tid=52892] ppid=52887 vsize=19063512 memory=0 CPUtime=5.94 cores=0,2
/proc/52890/task/52892/stat : 52892 (java) R 52887 52890 52050 0 -1 4194368 8464 0 0 0 568 26 0 0 20 0 20 0 53478784 19521036288 314083 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52901] ppid=52887 vsize=19063512 memory=7245577201579234449 CPUtime=0 cores=0,2
/proc/52890/task/52901/stat : 52901 (Finalizer) S 52887 52890 52050 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53478788 19521036288 314083 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52908] ppid=52887 vsize=19063512 memory=-6000919476950952554 CPUtime=0 cores=0,2
/proc/52890/task/52908/stat : 52908 (Common-Cleaner) S 52887 52890 52050 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 53478789 19521036288 314083 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52910] ppid=52887 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/52890/task/52910/stat : 52910 (Timer-0) S 52887 52890 52050 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53478912 19521036288 314083 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
Current children cumulated CPU time: 9.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1256332 KiB

[startup+12.7003 s]
/proc/loadavg: 4.35 4.46 4.50 5/327 52910
/proc/meminfo: memFree=117596388/131382120 swapFree=33010416/33010684
[pid=52890] ppid=52887 vsize=19063512 memory=2328348 CPUtime=16.82 cores=0,2
/proc/52890/stat : 52890 (java) S 52887 52890 52050 0 -1 4194304 26126 0 0 0 1628 54 0 0 20 0 20 0 53478782 19521036288 582087 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
/proc/52890/statm: 4765878 582087 5527 1 0 969274 0
[pid=52890/tid=52892] ppid=52887 vsize=19063512 memory=0 CPUtime=12.25 cores=0,2
/proc/52890/task/52892/stat : 52892 (java) R 52887 52890 52050 0 -1 4194368 9813 0 0 0 1180 45 0 0 20 0 20 0 53478784 19521036288 582087 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52901] ppid=52887 vsize=19063512 memory=2325532 CPUtime=0 cores=0,2
/proc/52890/task/52901/stat : 52901 (Finalizer) S 52887 52890 52050 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53478788 19521036288 582087 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52908] ppid=52887 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/52890/task/52908/stat : 52908 (Common-Cleaner) S 52887 52890 52050 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 53478789 19521036288 582087 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52910] ppid=52887 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/52890/task/52910/stat : 52910 (Timer-0) S 52887 52890 52050 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53478912 19521036288 582087 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
Current children cumulated CPU time: 16.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2328348 KiB

[startup+25.5004 s]
/proc/loadavg: 4.44 4.47 4.50 5/326 52911
/proc/meminfo: memFree=117576052/131382120 swapFree=33010416/33010684
[pid=52890] ppid=52887 vsize=19063512 memory=2339596 CPUtime=30.29 cores=0,2
/proc/52890/stat : 52890 (java) S 52887 52890 52050 0 -1 4194304 32723 0 0 0 2972 57 0 0 20 0 20 0 53478782 19521036288 584899 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
/proc/52890/statm: 4765878 584899 5527 1 0 969306 0
[pid=52890/tid=52892] ppid=52887 vsize=19063512 memory=-6000919476950952554 CPUtime=24.91 cores=0,2
/proc/52890/task/52892/stat : 52892 (java) R 52887 52890 52050 0 -1 4194368 12687 0 0 0 2445 46 0 0 20 0 20 0 53478784 19521036288 584899 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52901] ppid=52887 vsize=19063512 memory=3196 CPUtime=0 cores=0,2
/proc/52890/task/52901/stat : 52901 (Finalizer) S 52887 52890 52050 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53478788 19521036288 584899 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52908] ppid=52887 vsize=19063512 memory=2333384 CPUtime=0 cores=0,2
/proc/52890/task/52908/stat : 52908 (Common-Cleaner) S 52887 52890 52050 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 53478789 19521036288 584899 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52910] ppid=52887 vsize=19063512 memory=2333384 CPUtime=0 cores=0,2
/proc/52890/task/52910/stat : 52910 (Timer-0) S 52887 52890 52050 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53478912 19521036288 584899 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
Current children cumulated CPU time: 30.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2339596 KiB

[startup+51.1132 s]
/proc/loadavg: 4.35 4.45 4.49 5/326 52911
/proc/meminfo: memFree=117551516/131382120 swapFree=33010416/33010684
[pid=52890] ppid=52887 vsize=19063512 memory=2350068 CPUtime=56.17 cores=0,2
/proc/52890/stat : 52890 (java) S 52887 52890 52050 0 -1 4194304 36978 0 0 0 5556 61 0 0 20 0 20 0 53478782 19521036288 587517 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
/proc/52890/statm: 4765878 587517 5527 1 0 969307 0
[pid=52890/tid=52892] ppid=52887 vsize=19063512 memory=2350068 CPUtime=50.01 cores=0,2
/proc/52890/task/52892/stat : 52892 (java) R 52887 52890 52050 0 -1 4194368 14959 0 0 0 4955 46 0 0 20 0 20 0 53478784 19521036288 587517 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52901] ppid=52887 vsize=19063512 memory=-6000919476950952554 CPUtime=0 cores=0,2
/proc/52890/task/52901/stat : 52901 (Finalizer) S 52887 52890 52050 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53478788 19521036288 587517 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52908] ppid=52887 vsize=19063512 memory=2343840 CPUtime=0 cores=0,2
/proc/52890/task/52908/stat : 52908 (Common-Cleaner) S 52887 52890 52050 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 53478789 19521036288 587517 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52910] ppid=52887 vsize=19063512 memory=2333384 CPUtime=0 cores=0,2
/proc/52890/task/52910/stat : 52910 (Timer-0) S 52887 52890 52050 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53478912 19521036288 587517 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
Current children cumulated CPU time: 56.17 s

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

[startup+3222.3 s]
/proc/loadavg: 4.31 4.32 4.31 6/329 53603
/proc/meminfo: memFree=118640196/131382120 swapFree=33010416/33010684
[pid=52890] ppid=52887 vsize=19130076 memory=2761256 CPUtime=3297.29 cores=0,2
/proc/52890/stat : 52890 (java) S 52887 52890 52050 0 -1 4194304 112223 0 0 0 329435 294 0 0 20 0 21 0 53478782 19589197824 690314 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
/proc/52890/statm: 4782519 690314 5559 1 0 972771 0
[pid=52890/tid=52892] ppid=52887 vsize=19130076 memory=2753048 CPUtime=3174.7 cores=0,2
/proc/52890/task/52892/stat : 52892 (java) R 52887 52890 52050 0 -1 4194368 56989 0 0 0 317413 57 0 0 20 0 21 0 53478784 19589197824 690314 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52901] ppid=52887 vsize=19130076 memory=0 CPUtime=0 cores=0,2
/proc/52890/task/52901/stat : 52901 (Finalizer) S 52887 52890 52050 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 53478788 19589197824 690314 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52908] ppid=52887 vsize=19130076 memory=2761256 CPUtime=0 cores=0,2
/proc/52890/task/52908/stat : 52908 (Common-Cleaner) S 52887 52890 52050 0 -1 4194368 1767 0 0 0 0 0 0 0 20 0 21 0 53478789 19589197824 690314 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52910] ppid=52887 vsize=19130076 memory=2761256 CPUtime=0 cores=0,2
/proc/52890/task/52910/stat : 52910 (Timer-0) S 52887 52890 52050 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 53478912 19589197824 690314 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
Current children cumulated CPU time: 3297.29 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2761256 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.29 4.29 5/329 53605
/proc/meminfo: memFree=118270892/131382120 swapFree=33010416/33010684
[pid=52890] ppid=52887 vsize=19130076 memory=2765476 CPUtime=3359.27 cores=0,2
/proc/52890/stat : 52890 (java) S 52887 52890 52050 0 -1 4194304 113446 0 0 0 335629 298 0 0 20 0 21 0 53478782 19589197824 691369 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
/proc/52890/statm: 4782519 691369 5559 1 0 972771 0
[pid=52890/tid=52892] ppid=52887 vsize=19130076 memory=3200 CPUtime=3233.74 cores=0,2
/proc/52890/task/52892/stat : 52892 (java) R 52887 52890 52050 0 -1 4194368 58053 0 0 0 323316 58 0 0 20 0 21 0 53478784 19589197824 691369 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52901] ppid=52887 vsize=19130076 memory=2761256 CPUtime=0 cores=0,2
/proc/52890/task/52901/stat : 52901 (Finalizer) S 52887 52890 52050 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 53478788 19589197824 691369 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52908] ppid=52887 vsize=19130076 memory=14304 CPUtime=0 cores=0,2
/proc/52890/task/52908/stat : 52908 (Common-Cleaner) S 52887 52890 52050 0 -1 4194368 1767 0 0 0 0 0 0 0 20 0 21 0 53478789 19589197824 691369 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52910] ppid=52887 vsize=19130076 memory=11136 CPUtime=0 cores=0,2
/proc/52890/task/52910/stat : 52910 (Timer-0) S 52887 52890 52050 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 53478912 19589197824 691369 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
Current children cumulated CPU time: 3359.27 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2765476 KiB

[startup+3342.3 s]
/proc/loadavg: 4.36 4.32 4.31 5/329 53607
/proc/meminfo: memFree=117360348/131382120 swapFree=33010416/33010684
[pid=52890] ppid=52887 vsize=19130076 memory=2767528 CPUtime=3421.08 cores=0,2
/proc/52890/stat : 52890 (java) S 52887 52890 52050 0 -1 4194304 115630 0 0 0 341805 303 0 0 20 0 21 0 53478782 19589197824 691882 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
/proc/52890/statm: 4782519 691882 5559 1 0 972775 0
[pid=52890/tid=52892] ppid=52887 vsize=19130076 memory=2765476 CPUtime=3292.9 cores=0,2
/proc/52890/task/52892/stat : 52892 (java) R 52887 52890 52050 0 -1 4194368 59332 0 0 0 329232 58 0 0 20 0 21 0 53478784 19589197824 691882 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52901] ppid=52887 vsize=19130076 memory=2767528 CPUtime=0 cores=0,2
/proc/52890/task/52901/stat : 52901 (Finalizer) S 52887 52890 52050 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 53478788 19589197824 691882 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52908] ppid=52887 vsize=19130076 memory=2767528 CPUtime=0 cores=0,2
/proc/52890/task/52908/stat : 52908 (Common-Cleaner) S 52887 52890 52050 0 -1 4194368 1842 0 0 0 0 0 0 0 20 0 21 0 53478789 19589197824 691882 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52910] ppid=52887 vsize=19130076 memory=14304 CPUtime=0 cores=0,2
/proc/52890/task/52910/stat : 52910 (Timer-0) S 52887 52890 52050 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 53478912 19589197824 691882 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
Current children cumulated CPU time: 3421.08 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2767528 KiB

[startup+3402.3 s]
/proc/loadavg: 4.35 4.32 4.30 5/330 53679
/proc/meminfo: memFree=119914340/131382120 swapFree=33010416/33010684
[pid=52890] ppid=52887 vsize=19130076 memory=2773764 CPUtime=3483.05 cores=0,2
/proc/52890/stat : 52890 (java) S 52887 52890 52050 0 -1 4194304 117384 0 0 0 347997 308 0 0 20 0 21 0 53478782 19589197824 693441 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
/proc/52890/statm: 4782519 693441 5559 1 0 972783 0
[pid=52890/tid=52892] ppid=52887 vsize=19130076 memory=2767528 CPUtime=3351.7 cores=0,2
/proc/52890/task/52892/stat : 52892 (java) R 52887 52890 52050 0 -1 4194368 60194 0 0 0 335112 58 0 0 20 0 21 0 53478784 19589197824 693441 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52901] ppid=52887 vsize=19130076 memory=2771712 CPUtime=0 cores=0,2
/proc/52890/task/52901/stat : 52901 (Finalizer) S 52887 52890 52050 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 53478788 19589197824 693441 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52908] ppid=52887 vsize=19130076 memory=5760 CPUtime=0 cores=0,2
/proc/52890/task/52908/stat : 52908 (Common-Cleaner) S 52887 52890 52050 0 -1 4194368 1937 0 0 0 0 0 0 0 20 0 21 0 53478789 19589197824 693441 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52910] ppid=52887 vsize=19130076 memory=2773764 CPUtime=0 cores=0,2
/proc/52890/task/52910/stat : 52910 (Timer-0) S 52887 52890 52050 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 53478912 19589197824 693441 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
Current children cumulated CPU time: 3483.05 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2773764 KiB

[startup+3462.3 s]
/proc/loadavg: 4.42 4.34 4.31 5/331 53687
/proc/meminfo: memFree=119612388/131382120 swapFree=33010416/33010684
[pid=52890] ppid=52887 vsize=19130076 memory=2777924 CPUtime=3545.05 cores=0,2
/proc/52890/stat : 52890 (java) S 52887 52890 52050 0 -1 4194304 117418 0 0 0 354194 311 0 0 20 0 21 0 53478782 19589197824 694481 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
/proc/52890/statm: 4782519 694481 5559 1 0 972783 0
[pid=52890/tid=52892] ppid=52887 vsize=19130076 memory=2767528 CPUtime=3410.9 cores=0,2
/proc/52890/task/52892/stat : 52892 (java) R 52887 52890 52050 0 -1 4194368 60209 0 0 0 341032 58 0 0 20 0 21 0 53478784 19589197824 694481 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52901] ppid=52887 vsize=19130076 memory=4252 CPUtime=0 cores=0,2
/proc/52890/task/52901/stat : 52901 (Finalizer) S 52887 52890 52050 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 53478788 19589197824 694481 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52908] ppid=52887 vsize=19130076 memory=2771712 CPUtime=0 cores=0,2
/proc/52890/task/52908/stat : 52908 (Common-Cleaner) S 52887 52890 52050 0 -1 4194368 1937 0 0 0 0 0 0 0 20 0 21 0 53478789 19589197824 694481 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52910] ppid=52887 vsize=19130076 memory=2728 CPUtime=0 cores=0,2
/proc/52890/task/52910/stat : 52910 (Timer-0) S 52887 52890 52050 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 53478912 19589197824 694481 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
Current children cumulated CPU time: 3545.05 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2777924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3515.12 s]
/proc/loadavg: 4.26 4.31 4.30 6/331 53689
/proc/meminfo: memFree=118976020/131382120 swapFree=33010416/33010684
[pid=52890] ppid=52887 vsize=19130076 memory=2782148 CPUtime=3600.04 cores=0,2
/proc/52890/stat : 52890 (java) S 52887 52890 52050 0 -1 4194304 118678 0 0 0 359690 314 0 0 20 0 21 0 53478782 19589197824 695537 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
/proc/52890/statm: 4782519 695537 5559 1 0 972783 0
[pid=52890/tid=52892] ppid=52887 vsize=19130076 memory=2777924 CPUtime=3463.09 cores=0,2
/proc/52890/task/52892/stat : 52892 (java) R 52887 52890 52050 0 -1 4194368 60905 0 0 0 346251 58 0 0 20 0 21 0 53478784 19589197824 695537 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52901] ppid=52887 vsize=19130076 memory=2777924 CPUtime=0 cores=0,2
/proc/52890/task/52901/stat : 52901 (Finalizer) S 52887 52890 52050 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 53478788 19589197824 695537 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52908] ppid=52887 vsize=19130076 memory=-6000919476950952554 CPUtime=0 cores=0,2
/proc/52890/task/52908/stat : 52908 (Common-Cleaner) S 52887 52890 52050 0 -1 4194368 1937 0 0 0 0 0 0 0 20 0 21 0 53478789 19589197824 695537 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52910] ppid=52887 vsize=19130076 memory=2782148 CPUtime=0 cores=0,2
/proc/52890/task/52910/stat : 52910 (Timer-0) S 52887 52890 52050 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 53478912 19589197824 695537 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2782148 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.44 s, system=3.16228 s

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

[startup+3515.2 s]
/proc/loadavg: 4.26 4.31 4.30 6/331 53689
/proc/meminfo: memFree=118976020/131382120 swapFree=33010416/33010684
[pid=52890] ppid=52887 vsize=19196640 memory=2782148 CPUtime=3600.18 cores=0,2
/proc/52890/stat : 52890 (java) S 52887 52890 52050 0 -1 4194304 118926 0 0 0 359704 314 0 0 20 0 22 0 53478782 19657359360 695537 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
/proc/52890/statm: 4799160 695537 5559 1 0 973084 0
[pid=52890/tid=52892] ppid=52887 vsize=19196640 memory=4252 CPUtime=3463.12 cores=0,2
/proc/52890/task/52892/stat : 52892 (java) S 52887 52890 52050 0 -1 4194368 60905 0 0 0 346254 58 0 0 20 0 22 0 53478784 19657359360 695537 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52901] ppid=52887 vsize=19196640 memory=3200 CPUtime=0 cores=0,2
/proc/52890/task/52901/stat : 52901 (Finalizer) S 52887 52890 52050 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 53478788 19657359360 695537 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52908] ppid=52887 vsize=19196640 memory=4752 CPUtime=0 cores=0,2
/proc/52890/task/52908/stat : 52908 (Common-Cleaner) S 52887 52890 52050 0 -1 4194368 1937 0 0 0 0 0 0 0 20 0 22 0 53478789 19657359360 695537 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52910] ppid=52887 vsize=19196640 memory=2782148 CPUtime=0 cores=0,2
/proc/52890/task/52910/stat : 52910 (Timer-0) S 52887 52890 52050 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 22 0 53478912 19657359360 695537 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 2782148 KiB

[startup+3515.4 s]
/proc/loadavg: 4.26 4.31 4.30 6/331 53689
/proc/meminfo: memFree=118976020/131382120 swapFree=33010416/33010684
[pid=52890] ppid=52887 vsize=19329768 memory=2782916 CPUtime=3600.57 cores=0,2
/proc/52890/stat : 52890 (java) S 52887 52890 52050 0 -1 4194304 120763 0 0 0 359742 315 0 0 20 0 22 0 53478782 19793682432 695729 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
/proc/52890/statm: 4832442 695729 5559 1 0 973735 0
[pid=52890/tid=52892] ppid=52887 vsize=19329768 memory=2728 CPUtime=3463.28 cores=0,2
/proc/52890/task/52892/stat : 52892 (java) R 52887 52890 52050 0 -1 4194368 60907 0 0 0 346270 58 0 0 20 0 22 0 53478784 19793682432 695729 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52901] ppid=52887 vsize=19329768 memory=5888 CPUtime=0 cores=0,2
/proc/52890/task/52901/stat : 52901 (Finalizer) S 52887 52890 52050 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 53478788 19793682432 695729 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
[pid=52890/tid=52908] ppid=52887 vsize=19329768 memory=2782148 CPUtime=0 cores=0,2
/proc/52890/task/52908/stat : 52908 (Common-Cleaner) S 52887 52890 52050 0 -1 4194368 1937 0 0 0 0 0 0 0 20 0 22 0 53478789 19793682432 695729 18446744073709551615 94346053251072 94346053254768 140736167150432 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94346053262584 94346053263376 94346053287936 140736167151998 140736167152102 140736167152102 140736167157704 0
Current children cumulated CPU time: 3600.57 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 2782916 KiB

Child status: 143

Real time (s): 3515.42
CPU time (s): 3600.6
CPU user time (s): 3597.44
CPU system time (s): 3.16228
CPU usage (%): 102.423
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 2782916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.44
system time used= 3.16228
maximum resident set size= 2783172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120845
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125125
involuntary context switches= 17299


# summary of solver processes directly reported to runsolver:
#   pid: 52890
#   total CPU time (s): 3600.6
#   total CPU user time (s): 3597.44
#   total CPU system time (s): 3.16228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9942 second user time and 36.5618 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-01 15:53:14
IDJOB=4491398
IDBENCH=147704
IDSOLVER=3361
FILE ID=nodeC006/4491398-1751377994
RUNJOBID= nodeC006-1751374507-52060
SLURM_JOB_ID= 9598209
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_16.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4491398-1751377994/watcher-4491398-1751377994 -o /tmp/evaluation-result-4491398-1751377994/solver-4491398-1751377994 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751374507-52060 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4491398-1751377994.opb

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

MD5SUM BENCH= 0c97dedf99f03a2f12057daa91676c25
RANDOM SEED=1880654408

nodeC006 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		: 1996.213
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.32
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		: 3661.161
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.32
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.139
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.32
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.171
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.32
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.674
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.32
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		: 3491.678
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.32
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.603
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        119905556 kB
MemAvailable:   119740256 kB
Buffers:            2128 kB
Cached:           636888 kB
SwapCached:           12 kB
Active:         10600624 kB
Inactive:         311712 kB
Active(anon):   10280176 kB
Inactive(anon):    11092 kB
Active(file):     320448 kB
Inactive(file):   300620 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3408 kB
Writeback:            12 kB
AnonPages:      10274644 kB
Mapped:           122712 kB
Shmem:             17948 kB
KReclaimable:     106136 kB
Slab:             189952 kB
SReclaimable:     106136 kB
SUnreclaim:        83816 kB
KernelStack:        4976 kB
PageTables:        23736 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   12861656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10022912 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC006 at 2025-07-01 16:51:50