Trace number 4490801

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 VeriPB 2025-06-06? (TO) 3600.19 3590.95

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM329db8d421c28e548757e1dbc8e6ec5f
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 benchmark342
Best CPU time to get the best result obtained on this benchmark72001.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
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 2765
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.11/0.10	c Free memory 		2104792832
0.11/0.10	c Max memory 		16282288128
0.11/0.10	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: EFFECTIVE
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Dynamic restart strategy considering the size of the coefficients
0.11/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4490801-1751382398.opb
0.11/0.16	c reading problem ... 
0.11/0.16	c using VERIPB proof format
0.11/0.17	c  objective function found
3.58/1.92	c ... done. Wall clock time 1.755s.
3.58/1.92	c declared #vars     11001
3.58/1.92	c #constraints  21678
3.58/1.92	c constraints type 
3.58/1.92	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 21678
3.58/1.92	c 21678 constraints processed.
3.58/1.94	c objective function length is 9 literals
77.46/69.95	c cleaning 2498 clauses out of 5000 with flag 0/5000
114.24/105.51	c cleaning 4252 clauses out of 8503 with flag 0/11001
156.88/147.69	c cleaning 5616 clauses out of 11250 with flag 0/18000
212.94/203.04	c cleaning 6809 clauses out of 13635 with flag 0/26001
297.81/287.75	c cleaning 7851 clauses out of 15826 with flag 0/35001
475.63/465.37	c cleaning 8971 clauses out of 17975 with flag 0/45001
640.06/629.14	c cleaning 9971 clauses out of 20003 with flag 0/56000
849.25/837.99	c cleaning 10949 clauses out of 22032 with flag 0/68000
1027.66/1015.93	c cleaning 12013 clauses out of 24083 with flag 0/81000
1299.62/1285.99	c cleaning 13001 clauses out of 26074 with flag 0/95004
1607.18/1596.26	c cleaning 13979 clauses out of 28069 with flag 0/110000
1923.50/1911.82	c cleaning 14965 clauses out of 30091 with flag 0/126001
2343.38/2333.87	c cleaning 15951 clauses out of 32126 with flag 0/143001
2862.29/2852.09	c cleaning 16959 clauses out of 34174 with flag 0/161000
3382.45/3372.55	c cleaning 18062 clauses out of 36215 with flag 0/180000
3600.00/3590.83	c starts		: 16
3600.00/3590.84	c timeout
3600.00/3590.85	c conflicts		: 190938
3600.00/3590.85	c decisions		: 243897
3600.00/3590.85	c propagations		: 49883310
3600.00/3590.85	c inspects		: 2491617297
3600.00/3590.85	c shortcuts		: 0
3600.00/3590.85	c learnt literals	: 0
3600.00/3590.85	c learnt binary clauses	: 106
3600.00/3590.85	c learnt ternary clauses	: 2
3600.00/3590.85	c learnt constraints	: 190937
3600.00/3590.85	c ignored constraints	: 0
3600.00/3590.85	c root simplifications	: 0
3600.00/3590.85	c removed literals (reason simplification)	: 0
3600.00/3590.85	c reason swapping (by a shorter reason)	: 0
3600.00/3590.85	c Calls to reduceDB	: 15
3600.00/3590.86	c Number of update (reduction) of LBD	: 291977
3600.00/3590.86	c Imported unit clauses	: 0
3600.00/3590.86	c No decision after first conflict	: false
3600.00/3590.86	c number of reductions to clauses (during analyze)	: 0
3600.00/3590.86	c number of learned constraints concerned by reduction	: 0
3600.00/3590.86	c number of learning phase by resolution	: 0
3600.00/3590.86	c number of learning phase by cutting planes	: 0
3600.00/3590.86	c number of rounding to 1 operations	: 0
3600.00/3590.86	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3590.86	c number of reductions of the coefficients by power 2 	: 0
3600.00/3590.86	c number of right shift for reduction by power 2 	: 0
3600.00/3590.86	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3590.86	c number of ending skipping 	: 0
3600.00/3590.86	c number of internal skipping 	: 0
3600.00/3590.86	c number of derivation steps 	: 1452944
3600.00/3590.86	c number of skipped derivation steps 	: 0
3600.00/3590.86	c number of remaining unassigned 	: 16144
3600.00/3590.86	c number of remaining assigned 	: 28657841
3600.00/3590.86	c number of falsified literals weakened from reason	: 0
3600.00/3590.86	c number of falsified literals weakened from conflict	: 0
3600.00/3590.86	c time for arithmetic operations	: 3294768411
3600.00/3590.86	c minimum degree of deleted constraints	: 1
3600.00/3590.86	c maximum degree of deleted constraints	: 242084445437038098469607934808590
3600.00/3590.86	c number of deleted constraints	: 161847
3600.00/3590.86	c speed (assignments/second)	: 13899.311907113728
3600.00/3590.86	c non guided choices	: 289
3600.00/3590.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 876
3600.00/3590.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 106
3600.00/3590.88	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 28108
3600.00/3590.88	s UNKNOWN
3600.00/3590.88	c Total wall clock time (in seconds): 3590.718

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490801-1751382398/watcher-4490801-1751382398 -o /tmp/evaluation-result-4490801-1751382398/solver-4490801-1751382398 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751375226-51562 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4490801-1751382398 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4490801-1751382398.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=52600, runsolver pid=52597

[startup+0.100059 s]*
/proc/loadavg: 4.22 4.35 4.35 7/329 52618
/proc/meminfo: memFree=120966324/131382112 swapFree=33010160/33010684
[pid=52600] ppid=52597 vsize=18930384 memory=55284 CPUtime=0.11 cores=4,6
/proc/52600/stat : 52600 (java) S 52597 52600 51551 0 -1 4194304 6475 0 0 0 9 2 0 0 20 0 18 0 53918744 19384713216 13821 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
/proc/52600/statm: 4732596 13821 5334 1 0 547556 0
[pid=52600/tid=52602] ppid=52597 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=4,6
/proc/52600/task/52602/stat : 52602 (java) R 52597 52600 51551 0 -1 4194368 5004 0 0 0 5 1 0 0 20 0 18 0 53918746 19384713216 13821 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52611] ppid=52597 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/52600/task/52611/stat : 52611 (Finalizer) S 52597 52600 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53918748 19384713216 13821 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52618] ppid=52597 vsize=18930384 memory=61792617516369 CPUtime=0 cores=4,6
/proc/52600/task/52618/stat : 52618 (Common-Cleaner) S 52597 52600 51551 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 53918748 19384713216 13821 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55284 KiB

[startup+0.205672 s]*
/proc/loadavg: 4.22 4.35 4.35 7/329 52618
/proc/meminfo: memFree=120963300/131382112 swapFree=33010160/33010684
[pid=52600] ppid=52597 vsize=18930384 memory=70260 CPUtime=0.31 cores=4,6
/proc/52600/stat : 52600 (java) S 52597 52600 51551 0 -1 4194304 7064 0 0 0 28 3 0 0 20 0 18 0 53918744 19384713216 17565 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
/proc/52600/statm: 4732596 17565 5430 1 0 547951 0
[pid=52600/tid=52602] ppid=52597 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=4,6
/proc/52600/task/52602/stat : 52602 (java) R 52597 52600 51551 0 -1 4194368 5388 0 0 0 15 2 0 0 20 0 18 0 53918746 19384713216 17565 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52611] ppid=52597 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/52600/task/52611/stat : 52611 (Finalizer) S 52597 52600 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53918748 19384713216 17565 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52618] ppid=52597 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/52600/task/52618/stat : 52618 (Common-Cleaner) S 52597 52600 51551 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 53918748 19384713216 17565 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 70260 KiB

[startup+0.310515 s]*
/proc/loadavg: 4.22 4.35 4.35 6/329 52618
/proc/meminfo: memFree=120957252/131382112 swapFree=33010160/33010684
[pid=52600] ppid=52597 vsize=18930384 memory=109568 CPUtime=0.5 cores=4,6
/proc/52600/stat : 52600 (java) S 52597 52600 51551 0 -1 4194304 7295 0 0 0 46 4 0 0 20 0 18 0 53918744 19384713216 27392 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
/proc/52600/statm: 4732596 27392 5430 1 0 548097 0
[pid=52600/tid=52602] ppid=52597 vsize=18930384 memory=-6000919476934371946 CPUtime=0.26 cores=4,6
/proc/52600/task/52602/stat : 52602 (java) R 52597 52600 51551 0 -1 4194368 5409 0 0 0 23 3 0 0 20 0 18 0 53918746 19384713216 27392 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52611] ppid=52597 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/52600/task/52611/stat : 52611 (Finalizer) S 52597 52600 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53918748 19384713216 27392 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52618] ppid=52597 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/52600/task/52618/stat : 52618 (Common-Cleaner) S 52597 52600 51551 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 53918748 19384713216 27392 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 109568 KiB

[startup+0.700308 s]
/proc/loadavg: 4.36 4.37 4.36 6/330 52619
/proc/meminfo: memFree=120911252/131382112 swapFree=33010160/33010684
[pid=52600] ppid=52597 vsize=18996948 memory=160132 CPUtime=1.24 cores=4,6
/proc/52600/stat : 52600 (java) S 52597 52600 51551 0 -1 4194304 10071 0 0 0 118 6 0 0 20 0 19 0 53918744 19452874752 40033 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
/proc/52600/statm: 4749237 40033 5462 1 0 549973 0
[pid=52600/tid=52602] ppid=52597 vsize=18996948 memory=17792 CPUtime=0.58 cores=4,6
/proc/52600/task/52602/stat : 52602 (java) R 52597 52600 51551 0 -1 4194368 5437 0 0 0 54 4 0 0 20 0 19 0 53918746 19452874752 40033 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52611] ppid=52597 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/52600/task/52611/stat : 52611 (Finalizer) S 52597 52600 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 53918748 19452874752 40033 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52618] ppid=52597 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/52600/task/52618/stat : 52618 (Common-Cleaner) S 52597 52600 51551 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 53918748 19452874752 40033 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 160132 KiB

[startup+1.50023 s]
/proc/loadavg: 4.36 4.37 4.36 6/330 52619
/proc/meminfo: memFree=120847292/131382112 swapFree=33010160/33010684
[pid=52600] ppid=52597 vsize=18996948 memory=643488 CPUtime=2.78 cores=4,6
/proc/52600/stat : 52600 (java) S 52597 52600 51551 0 -1 4194304 22979 0 0 0 260 18 0 0 20 0 19 0 53918744 19452874752 160872 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
/proc/52600/statm: 4749237 160872 5462 1 0 1081403 0
[pid=52600/tid=52602] ppid=52597 vsize=18996948 memory=3200 CPUtime=1.24 cores=4,6
/proc/52600/task/52602/stat : 52602 (java) S 52597 52600 51551 0 -1 4194368 5620 0 0 0 113 11 0 0 20 0 19 0 53918746 19452874752 160872 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52611] ppid=52597 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/52600/task/52611/stat : 52611 (Finalizer) S 52597 52600 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 53918748 19452874752 160872 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52618] ppid=52597 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/52600/task/52618/stat : 52618 (Common-Cleaner) S 52597 52600 51551 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 53918748 19452874752 160872 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 643488 KiB

[startup+3.10563 s]
/proc/loadavg: 4.36 4.37 4.36 6/331 52620
/proc/meminfo: memFree=119776844/131382112 swapFree=33010160/33010684
[pid=52600] ppid=52597 vsize=19063512 memory=1306508 CPUtime=5.52 cores=4,6
/proc/52600/stat : 52600 (java) S 52597 52600 51551 0 -1 4194304 25638 0 0 0 520 32 0 0 20 0 20 0 53918744 19521036288 326627 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
/proc/52600/statm: 4765878 326627 5526 1 0 1763249 0
[pid=52600/tid=52602] ppid=52597 vsize=19063512 memory=11264 CPUtime=2.71 cores=4,6
/proc/52600/task/52602/stat : 52602 (java) R 52597 52600 51551 0 -1 4194368 6016 0 0 0 251 20 0 0 20 0 20 0 53918746 19521036288 326627 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52611] ppid=52597 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/52600/task/52611/stat : 52611 (Finalizer) S 52597 52600 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 326627 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52618] ppid=52597 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/52600/task/52618/stat : 52618 (Common-Cleaner) S 52597 52600 51551 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 326627 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52620] ppid=52597 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/52600/task/52620/stat : 52620 (Timer-0) S 52597 52600 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53918940 19521036288 326627 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
Current children cumulated CPU time: 5.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1306508 KiB

[startup+6.30022 s]
/proc/loadavg: 4.33 4.37 4.36 6/331 52620
/proc/meminfo: memFree=119584084/131382112 swapFree=33010160/33010684
[pid=52600] ppid=52597 vsize=19063512 memory=1489472 CPUtime=10.07 cores=4,6
/proc/52600/stat : 52600 (java) S 52597 52600 51551 0 -1 4194304 25979 0 0 0 971 36 0 0 20 0 20 0 53918744 19521036288 372368 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
/proc/52600/statm: 4765878 372368 5526 1 0 1763293 0
[pid=52600/tid=52602] ppid=52597 vsize=19063512 memory=0 CPUtime=5.79 cores=4,6
/proc/52600/task/52602/stat : 52602 (java) R 52597 52600 51551 0 -1 4194368 6138 0 0 0 556 23 0 0 20 0 20 0 53918746 19521036288 372368 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52611] ppid=52597 vsize=19063512 memory=4283932234721037686 CPUtime=0 cores=4,6
/proc/52600/task/52611/stat : 52611 (Finalizer) S 52597 52600 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 372368 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52618] ppid=52597 vsize=19063512 memory=-6000919476934371946 CPUtime=0 cores=4,6
/proc/52600/task/52618/stat : 52618 (Common-Cleaner) S 52597 52600 51551 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 372368 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52620] ppid=52597 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/52600/task/52620/stat : 52620 (Timer-0) S 52597 52600 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53918940 19521036288 372368 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
Current children cumulated CPU time: 10.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1489472 KiB

[startup+12.7004 s]
/proc/loadavg: 4.31 4.36 4.36 5/331 52620
/proc/meminfo: memFree=117974484/131382112 swapFree=33010160/33010684
[pid=52600] ppid=52597 vsize=19063512 memory=3292184 CPUtime=17.83 cores=4,6
/proc/52600/stat : 52600 (java) S 52597 52600 51551 0 -1 4194304 33454 0 0 0 1710 73 0 0 20 0 20 0 53918744 19521036288 823046 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
/proc/52600/statm: 4765878 823046 5526 1 0 1763293 0
[pid=52600/tid=52602] ppid=52597 vsize=19063512 memory=0 CPUtime=12.14 cores=4,6
/proc/52600/task/52602/stat : 52602 (java) R 52597 52600 51551 0 -1 4194368 8202 0 0 0 1156 58 0 0 20 0 20 0 53918746 19521036288 823046 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52611] ppid=52597 vsize=19063512 memory=2989080 CPUtime=0 cores=4,6
/proc/52600/task/52611/stat : 52611 (Finalizer) S 52597 52600 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 823046 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52618] ppid=52597 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/52600/task/52618/stat : 52618 (Common-Cleaner) S 52597 52600 51551 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 823046 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52620] ppid=52597 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/52600/task/52620/stat : 52620 (Timer-0) S 52597 52600 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53918940 19521036288 823046 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
Current children cumulated CPU time: 17.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3292184 KiB

[startup+25.5005 s]
/proc/loadavg: 4.26 4.35 4.35 5/331 52620
/proc/meminfo: memFree=116604628/131382112 swapFree=33010160/33010684
[pid=52600] ppid=52597 vsize=19063512 memory=4441412 CPUtime=31.69 cores=4,6
/proc/52600/stat : 52600 (java) S 52597 52600 51551 0 -1 4194304 37629 0 0 0 3071 98 0 0 20 0 20 0 53918744 19521036288 1110353 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
/proc/52600/statm: 4765878 1110353 5526 1 0 1763311 0
[pid=52600/tid=52602] ppid=52597 vsize=19063512 memory=-6000919476934371946 CPUtime=24.87 cores=4,6
/proc/52600/task/52602/stat : 52602 (java) R 52597 52600 51551 0 -1 4194368 10587 0 0 0 2407 80 0 0 20 0 20 0 53918746 19521036288 1110353 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52611] ppid=52597 vsize=19063512 memory=3199 CPUtime=0 cores=4,6
/proc/52600/task/52611/stat : 52611 (Finalizer) S 52597 52600 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1110353 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52618] ppid=52597 vsize=19063512 memory=4441284 CPUtime=0 cores=4,6
/proc/52600/task/52618/stat : 52618 (Common-Cleaner) S 52597 52600 51551 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1110353 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52620] ppid=52597 vsize=19063512 memory=4441284 CPUtime=0 cores=4,6
/proc/52600/task/52620/stat : 52620 (Timer-0) S 52597 52600 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53918940 19521036288 1110353 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
Current children cumulated CPU time: 31.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4441412 KiB

[startup+51.1136 s]
/proc/loadavg: 4.22 4.33 4.35 5/331 52621
/proc/meminfo: memFree=116573156/131382112 swapFree=33010160/33010684
[pid=52600] ppid=52597 vsize=19063512 memory=4449608 CPUtime=57.38 cores=4,6
/proc/52600/stat : 52600 (java) S 52597 52600 51551 0 -1 4194304 43080 0 0 0 5637 101 0 0 20 0 20 0 53918744 19521036288 1112402 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
/proc/52600/statm: 4765878 1112402 5526 1 0 1763327 0
[pid=52600/tid=52602] ppid=52597 vsize=19063512 memory=4449608 CPUtime=50.31 cores=4,6
/proc/52600/task/52602/stat : 52602 (java) R 52597 52600 51551 0 -1 4194368 13602 0 0 0 4949 82 0 0 20 0 20 0 53918746 19521036288 1112402 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52611] ppid=52597 vsize=19063512 memory=-6000919476934371946 CPUtime=0 cores=4,6
/proc/52600/task/52611/stat : 52611 (Finalizer) S 52597 52600 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1112402 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52618] ppid=52597 vsize=19063512 memory=4441412 CPUtime=0 cores=4,6
/proc/52600/task/52618/stat : 52618 (Common-Cleaner) S 52597 52600 51551 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1112402 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52620] ppid=52597 vsize=19063512 memory=4441284 CPUtime=0 cores=4,6
/proc/52600/task/52620/stat : 52620 (Timer-0) S 52597 52600 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53918940 19521036288 1112402 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0

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

/proc/52600/task/52611/stat : 52611 (Finalizer) S 52597 52600 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1269765 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52618] ppid=52597 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=4,6
/proc/52600/task/52618/stat : 52618 (Common-Cleaner) S 52597 52600 51551 0 -1 4194368 2492 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1269765 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52620] ppid=52597 vsize=19063512 memory=5079060 CPUtime=0 cores=4,6
/proc/52600/task/52620/stat : 52620 (Timer-0) S 52597 52600 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53918940 19521036288 1269765 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
Current children cumulated CPU time: 3233.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5079060 KiB

[startup+3282.3 s]
/proc/loadavg: 4.30 4.33 4.32 6/328 52924
/proc/meminfo: memFree=113532180/131382112 swapFree=33010160/33010684
[pid=52600] ppid=52597 vsize=19063512 memory=5091372 CPUtime=3291.96 cores=4,6
/proc/52600/stat : 52600 (java) S 52597 52600 51551 0 -1 4194304 193590 0 0 0 328826 370 0 0 20 0 20 0 53918744 19521036288 1272843 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
/proc/52600/statm: 4765878 1272843 5558 1 0 1764952 0
[pid=52600/tid=52602] ppid=52597 vsize=19063512 memory=5087268 CPUtime=3237.33 cores=4,6
/proc/52600/task/52602/stat : 52602 (java) R 52597 52600 51551 0 -1 4194368 108736 0 0 0 323578 155 0 0 20 0 20 0 53918746 19521036288 1272843 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52611] ppid=52597 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/52600/task/52611/stat : 52611 (Finalizer) S 52597 52600 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1272843 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52618] ppid=52597 vsize=19063512 memory=5079060 CPUtime=0 cores=4,6
/proc/52600/task/52618/stat : 52618 (Common-Cleaner) S 52597 52600 51551 0 -1 4194368 2492 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1272843 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52620] ppid=52597 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/52600/task/52620/stat : 52620 (Timer-0) S 52597 52600 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53918940 19521036288 1272843 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
Current children cumulated CPU time: 3291.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5091372 KiB

[startup+3342.3 s]
/proc/loadavg: 4.31 4.33 4.32 6/328 52926
/proc/meminfo: memFree=113497804/131382112 swapFree=33010160/33010684
[pid=52600] ppid=52597 vsize=19063512 memory=5099612 CPUtime=3352.06 cores=4,6
/proc/52600/stat : 52600 (java) S 52597 52600 51551 0 -1 4194304 196270 0 0 0 334831 375 0 0 20 0 20 0 53918744 19521036288 1274903 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
/proc/52600/statm: 4765878 1274903 5558 1 0 1764952 0
[pid=52600/tid=52602] ppid=52597 vsize=19063512 memory=0 CPUtime=3296.43 cores=4,6
/proc/52600/task/52602/stat : 52602 (java) R 52597 52600 51551 0 -1 4194368 110988 0 0 0 329486 157 0 0 20 0 20 0 53918746 19521036288 1274903 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52611] ppid=52597 vsize=19063512 memory=5095480 CPUtime=0 cores=4,6
/proc/52600/task/52611/stat : 52611 (Finalizer) S 52597 52600 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1274903 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52618] ppid=52597 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/52600/task/52618/stat : 52618 (Common-Cleaner) S 52597 52600 51551 0 -1 4194368 2571 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1274903 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52620] ppid=52597 vsize=19063512 memory=5099612 CPUtime=0 cores=4,6
/proc/52600/task/52620/stat : 52620 (Timer-0) S 52597 52600 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53918940 19521036288 1274903 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
Current children cumulated CPU time: 3352.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5099612 KiB

[startup+3402.3 s]
/proc/loadavg: 4.39 4.34 4.32 5/303 52962
/proc/meminfo: memFree=117615588/131382112 swapFree=33010160/33010684
[pid=52600] ppid=52597 vsize=19063512 memory=5109876 CPUtime=3412.4 cores=4,6
/proc/52600/stat : 52600 (java) S 52597 52600 51551 0 -1 4194304 197851 0 0 0 340861 379 0 0 20 0 20 0 53918744 19521036288 1277469 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
/proc/52600/statm: 4765878 1277469 5558 1 0 1764952 0
[pid=52600/tid=52602] ppid=52597 vsize=19063512 memory=14720 CPUtime=3355.59 cores=4,6
/proc/52600/task/52602/stat : 52602 (java) R 52597 52600 51551 0 -1 4194368 111846 0 0 0 335401 158 0 0 20 0 20 0 53918746 19521036288 1277469 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52611] ppid=52597 vsize=19063512 memory=5093424 CPUtime=0 cores=4,6
/proc/52600/task/52611/stat : 52611 (Finalizer) S 52597 52600 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1277469 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52618] ppid=52597 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/52600/task/52618/stat : 52618 (Common-Cleaner) S 52597 52600 51551 0 -1 4194368 2655 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1277469 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52620] ppid=52597 vsize=19063512 memory=5107824 CPUtime=0 cores=4,6
/proc/52600/task/52620/stat : 52620 (Timer-0) S 52597 52600 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53918940 19521036288 1277469 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
Current children cumulated CPU time: 3412.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5109876 KiB

[startup+3462.3 s]
/proc/loadavg: 3.56 4.11 4.24 5/303 52964
/proc/meminfo: memFree=117594612/131382112 swapFree=33010160/33010684
[pid=52600] ppid=52597 vsize=19063512 memory=5120140 CPUtime=3472.77 cores=4,6
/proc/52600/stat : 52600 (java) S 52597 52600 51551 0 -1 4194304 201060 0 0 0 346893 384 0 0 20 0 20 0 53918744 19521036288 1280035 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
/proc/52600/statm: 4765878 1280035 5558 1 0 1764952 0
[pid=52600/tid=52602] ppid=52597 vsize=19063512 memory=14720 CPUtime=3414.82 cores=4,6
/proc/52600/task/52602/stat : 52602 (java) R 52597 52600 51551 0 -1 4194368 114134 0 0 0 341323 159 0 0 20 0 20 0 53918746 19521036288 1280035 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52611] ppid=52597 vsize=19063512 memory=5093424 CPUtime=0 cores=4,6
/proc/52600/task/52611/stat : 52611 (Finalizer) S 52597 52600 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1280035 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52618] ppid=52597 vsize=19063512 memory=5116036 CPUtime=0 cores=4,6
/proc/52600/task/52618/stat : 52618 (Common-Cleaner) S 52597 52600 51551 0 -1 4194368 2655 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1280035 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52620] ppid=52597 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/52600/task/52620/stat : 52620 (Timer-0) S 52597 52600 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53918940 19521036288 1280035 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
Current children cumulated CPU time: 3472.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5120140 KiB

[startup+3522.3 s]
/proc/loadavg: 3.32 3.94 4.17 6/303 52966
/proc/meminfo: memFree=117008012/131382112 swapFree=33010160/33010684
[pid=52600] ppid=52597 vsize=19063512 memory=5126316 CPUtime=3532.95 cores=4,6
/proc/52600/stat : 52600 (java) S 52597 52600 51551 0 -1 4194304 204499 0 0 0 352907 388 0 0 20 0 20 0 53918744 19521036288 1281579 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
/proc/52600/statm: 4765878 1281579 5558 1 0 1764952 0
[pid=52600/tid=52602] ppid=52597 vsize=19063512 memory=5109876 CPUtime=3474.28 cores=4,6
/proc/52600/task/52602/stat : 52602 (java) R 52597 52600 51551 0 -1 4194368 116343 0 0 0 347268 160 0 0 20 0 20 0 53918746 19521036288 1281579 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52611] ppid=52597 vsize=19063512 memory=5101664 CPUtime=0 cores=4,6
/proc/52600/task/52611/stat : 52611 (Finalizer) S 52597 52600 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1281579 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52618] ppid=52597 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/52600/task/52618/stat : 52618 (Common-Cleaner) S 52597 52600 51551 0 -1 4194368 2723 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1281579 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52620] ppid=52597 vsize=19063512 memory=-6000919476934371946 CPUtime=0 cores=4,6
/proc/52600/task/52620/stat : 52620 (Timer-0) S 52597 52600 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53918940 19521036288 1281579 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
Current children cumulated CPU time: 3532.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5126316 KiB

[startup+3582.3 s]
/proc/loadavg: 3.21 3.80 4.11 5/303 52970
/proc/meminfo: memFree=116969088/131382112 swapFree=33010160/33010684
[pid=52600] ppid=52597 vsize=19063512 memory=5132484 CPUtime=3591.49 cores=4,6
/proc/52600/stat : 52600 (java) S 52597 52600 51551 0 -1 4194304 205215 0 0 0 358756 393 0 0 20 0 20 0 53918744 19521036288 1283121 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
/proc/52600/statm: 4765878 1283121 5558 1 0 1764952 0
[pid=52600/tid=52602] ppid=52597 vsize=19063512 memory=5101664 CPUtime=3532.36 cores=4,6
/proc/52600/task/52602/stat : 52602 (java) R 52597 52600 51551 0 -1 4194368 116922 0 0 0 353074 162 0 0 20 0 20 0 53918746 19521036288 1283121 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52611] ppid=52597 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/52600/task/52611/stat : 52611 (Finalizer) S 52597 52600 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1283121 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52618] ppid=52597 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/52600/task/52618/stat : 52618 (Common-Cleaner) S 52597 52600 51551 0 -1 4194368 2806 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1283121 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52620] ppid=52597 vsize=19063512 memory=5132484 CPUtime=0 cores=4,6
/proc/52600/task/52620/stat : 52620 (Timer-0) S 52597 52600 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53918940 19521036288 1283121 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
Current children cumulated CPU time: 3591.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5132484 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3590.8 s]
/proc/loadavg: 3.19 3.78 4.10 5/301 52970
/proc/meminfo: memFree=116966112/131382112 swapFree=33010160/33010684
[pid=52600] ppid=52597 vsize=19063512 memory=5136592 CPUtime=3600 cores=4,6
/proc/52600/stat : 52600 (java) S 52597 52600 51551 0 -1 4194304 205790 0 0 0 359606 394 0 0 20 0 20 0 53918744 19521036288 1284148 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
/proc/52600/statm: 4765878 1284148 5558 1 0 1764952 0
[pid=52600/tid=52602] ppid=52597 vsize=19063512 memory=-6000919476934371946 CPUtime=3540.77 cores=4,6
/proc/52600/task/52602/stat : 52602 (java) R 52597 52600 51551 0 -1 4194368 117453 0 0 0 353914 163 0 0 20 0 20 0 53918746 19521036288 1284148 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52611] ppid=52597 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/52600/task/52611/stat : 52611 (Finalizer) S 52597 52600 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1284148 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52618] ppid=52597 vsize=19063512 memory=-6000919476934371946 CPUtime=0 cores=4,6
/proc/52600/task/52618/stat : 52618 (Common-Cleaner) S 52597 52600 51551 0 -1 4194368 2806 0 0 0 0 0 0 0 20 0 20 0 53918748 19521036288 1284148 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
[pid=52600/tid=52620] ppid=52597 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/52600/task/52620/stat : 52620 (Timer-0) S 52597 52600 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53918940 19521036288 1284148 18446744073709551615 93879994249216 93879994252912 140731440921168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93879994260728 93879994261520 93880014221312 140731440929069 140731440929254 140731440929254 140731440934856 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5136592 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.22 s, system=3.97323 s

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

[startup+3590.91 s]*
/proc/loadavg: 3.19 3.78 4.10 4/283 52973
/proc/meminfo: memFree=119062508/131382112 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3590.95
CPU time (s): 3600.19
CPU user time (s): 3596.22
CPU system time (s): 3.97323
CPU usage (%): 100.257
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5136592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.22
system time used= 3.97323
maximum resident set size= 5137488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208381
page faults= 0
swaps= 0
block input operations= 0
block output operations= 316488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121382
involuntary context switches= 14446


# summary of solver processes directly reported to runsolver:
#   pid: 52600
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3596.22
#   total CPU system time (s): 3.97323

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8784 second user time and 34.6957 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-01 17:06:39
IDJOB=4490801
IDBENCH=147620
IDSOLVER=3362
FILE ID=nodeC001/4490801-1751382398
RUNJOBID= nodeC001-1751375226-51562
SLURM_JOB_ID= 9598212
Free space on /tmp= 433048 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490801-1751382398/watcher-4490801-1751382398 -o /tmp/evaluation-result-4490801-1751382398/solver-4490801-1751382398 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751375226-51562 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4490801-1751382398 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4490801-1751382398.opb

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

MD5SUM BENCH= 329db8d421c28e548757e1dbc8e6ec5f
RANDOM SEED=114431379

nodeC001 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		: 3591.481
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.49
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		: 3663.523
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.49
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.260
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.49
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.612
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.49
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		: 3490.790
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.49
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		: 1895.509
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.49
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		: 3491.746
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.49
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.491
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        120984884 kB
MemAvailable:   121683016 kB
Buffers:            2128 kB
Cached:          1502156 kB
SwapCached:           28 kB
Active:          8574984 kB
Inactive:        1203188 kB
Active(anon):    8281504 kB
Inactive(anon):    10380 kB
Active(file):     293480 kB
Inactive(file):  1192808 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7204 kB
Writeback:             0 kB
AnonPages:       8277044 kB
Mapped:           122632 kB
Shmem:             17932 kB
KReclaimable:     102560 kB
Slab:             186168 kB
SReclaimable:     102560 kB
SUnreclaim:        83608 kB
KernelStack:        5056 kB
PageTables:        19916 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    9645696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8030208 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC001 at 2025-07-01 18:06:30