Trace number 4490800

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.24 3563

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	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.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ANY
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4490800-1751367916.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c  objective function found
1.86/1.05	c ... done. Wall clock time 0.882s.
1.86/1.05	c declared #vars     11001
1.86/1.05	c #constraints  21678
1.86/1.05	c constraints type 
1.86/1.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
1.86/1.05	c 21678 constraints processed.
1.86/1.06	c objective function length is 9 literals
40.43/36.75	c cleaning 2480 clauses out of 5000
89.42/85.27	c cleaning 4219 clauses out of 8520
169.77/165.29	c cleaning 5609 clauses out of 11301
284.67/279.62	c cleaning 6805 clauses out of 13692
413.50/408.02	c cleaning 7908 clauses out of 15887
577.27/571.27	c cleaning 8939 clauses out of 17979
815.83/808.80	c cleaning 9973 clauses out of 20043
1120.12/1111.66	c cleaning 10997 clauses out of 22067
1491.43/1479.93	c cleaning 12005 clauses out of 24070
1915.06/1899.63	c cleaning 12990 clauses out of 26065
2322.62/2302.74	c cleaning 13973 clauses out of 28075
3060.17/3030.59	c cleaning 14982 clauses out of 30103
3600.05/3562.91	c starts		: 104
3600.05/3562.93	c conflicts		: 140208
3600.05/3562.93	c decisions		: 184527
3600.05/3562.93	c propagations		: 33464354
3600.05/3562.93	c inspects		: 5726619395
3600.05/3562.93	c shortcuts		: 0
3600.05/3562.93	c learnt literals	: 0
3600.05/3562.93	c learnt binary clauses	: 0
3600.05/3562.93	c learnt ternary clauses	: 0
3600.05/3562.93	c learnt constraints	: 140208
3600.05/3562.93	c ignored constraints	: 0
3600.05/3562.93	c root simplifications	: 0
3600.05/3562.93	c removed literals (reason simplification)	: 0
3600.05/3562.93	c reason swapping (by a shorter reason)	: 0
3600.05/3562.93	c Calls to reduceDB	: 12
3600.05/3562.93	c Number of update (reduction) of LBD	: 0
3600.05/3562.93	c Imported unit clauses	: 0
3600.05/3562.93	c No decision after first conflict	: false
3600.05/3562.93	c number of reductions to clauses (during analyze)	: 0
3600.05/3562.94	c number of learned constraints concerned by reduction	: 0
3600.05/3562.94	c number of learning phase by resolution	: 0
3600.05/3562.94	c number of learning phase by cutting planes	: 0
3600.05/3562.94	c number of rounding to 1 operations	: 0
3600.05/3562.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3562.94	c number of reductions of the coefficients by power 2 	: 0
3600.05/3562.94	c number of right shift for reduction by power 2 	: 0
3600.05/3562.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3562.94	c number of ending skipping 	: 0
3600.05/3562.94	c number of internal skipping 	: 0
3600.05/3562.94	c number of derivation steps 	: 790433
3600.05/3562.94	c number of skipped derivation steps 	: 0
3600.05/3562.94	c number of remaining unassigned 	: 8502
3600.05/3562.94	c number of remaining assigned 	: 14907065
3600.05/3562.94	c number of falsified literals weakened from reason	: 0
3600.05/3562.94	c number of falsified literals weakened from conflict	: 0
3600.05/3562.94	c time for arithmetic operations	: 1794679015
3600.05/3562.94	c minimum degree of deleted constraints	: null
3600.05/3562.94	c maximum degree of deleted constraints	: null
3600.05/3562.94	c number of deleted constraints	: 0
3600.05/3562.96	c speed (assignments/second)	: 9395.153787023348
3600.05/3562.96	c non guided choices	: 52
3600.05/3562.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3246
3600.05/3562.98	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 26082
3600.05/3562.98	s UNKNOWN
3600.05/3562.98	c Total wall clock time (in seconds): 3562.822

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490800-1751367916/watcher-4490800-1751367916 -o /tmp/evaluation-result-4490800-1751367916/solver-4490800-1751367916 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751360763-55281 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4490800-1751367916.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=56343, runsolver pid=56340

[startup+0.10006 s]*
/proc/loadavg: 4.30 4.27 4.27 6/340 56361
/proc/meminfo: memFree=122574032/131249996 swapFree=33010684/33010684
[pid=56343] ppid=56340 vsize=18930384 memory=57156 CPUtime=0.12 cores=5,7
/proc/56343/stat : 56343 (java) S 56340 56343 55268 0 -1 4194304 6429 0 0 0 10 2 0 0 20 0 18 0 52469550 19384713216 14289 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
/proc/56343/statm: 4732596 14289 5340 1 0 547573 0
[pid=56343/tid=56345] ppid=56340 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/56343/task/56345/stat : 56345 (java) R 56340 56343 55268 0 -1 4194368 5006 0 0 0 5 2 0 0 20 0 18 0 52469551 19384713216 14289 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56354] ppid=56340 vsize=18930384 memory=237112656212 CPUtime=0 cores=5,7
/proc/56343/task/56354/stat : 56354 (Finalizer) S 56340 56343 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52469553 19384713216 14289 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56361] ppid=56340 vsize=18930384 memory=58485492706614 CPUtime=0 cores=5,7
/proc/56343/task/56361/stat : 56361 (Common-Cleaner) S 56340 56343 55268 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 52469554 19384713216 14289 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57156 KiB

[startup+0.205783 s]*
/proc/loadavg: 4.30 4.27 4.27 7/340 56361
/proc/meminfo: memFree=122571764/131249996 swapFree=33010684/33010684
[pid=56343] ppid=56340 vsize=18930384 memory=65624 CPUtime=0.32 cores=5,7
/proc/56343/stat : 56343 (java) S 56340 56343 55268 0 -1 4194304 6923 0 0 0 29 3 0 0 20 0 18 0 52469550 19384713216 16406 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
/proc/56343/statm: 4732596 16406 5436 1 0 547984 0
[pid=56343/tid=56345] ppid=56340 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=5,7
/proc/56343/task/56345/stat : 56345 (java) R 56340 56343 55268 0 -1 4194368 5353 0 0 0 15 2 0 0 20 0 18 0 52469551 19384713216 16406 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56354] ppid=56340 vsize=18930384 memory=18949 CPUtime=0 cores=5,7
/proc/56343/task/56354/stat : 56354 (Finalizer) S 56340 56343 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52469553 19384713216 16406 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56361] ppid=56340 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/56343/task/56361/stat : 56361 (Common-Cleaner) S 56340 56343 55268 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 52469554 19384713216 16406 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65624 KiB

[startup+0.305811 s]*
/proc/loadavg: 4.30 4.27 4.27 6/340 56361
/proc/meminfo: memFree=122529608/131249996 swapFree=33010684/33010684
[pid=56343] ppid=56340 vsize=18930384 memory=106568 CPUtime=0.51 cores=5,7
/proc/56343/stat : 56343 (java) S 56340 56343 55268 0 -1 4194304 8383 0 0 0 47 4 0 0 20 0 18 0 52469550 19384713216 26642 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
/proc/56343/statm: 4732596 26642 5436 1 0 548986 0
[pid=56343/tid=56345] ppid=56340 vsize=18930384 memory=-6000919507083159146 CPUtime=0.27 cores=5,7
/proc/56343/task/56345/stat : 56345 (java) R 56340 56343 55268 0 -1 4194368 5376 0 0 0 24 3 0 0 20 0 18 0 52469551 19384713216 26642 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56354] ppid=56340 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/56343/task/56354/stat : 56354 (Finalizer) S 56340 56343 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52469553 19384713216 26642 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56361] ppid=56340 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/56343/task/56361/stat : 56361 (Common-Cleaner) S 56340 56343 55268 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 52469554 19384713216 26642 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 106568 KiB

[startup+0.700239 s]
/proc/loadavg: 4.30 4.27 4.27 6/341 56362
/proc/meminfo: memFree=122460104/131249996 swapFree=33010684/33010684
[pid=56343] ppid=56340 vsize=18996948 memory=189896 CPUtime=1.26 cores=5,7
/proc/56343/stat : 56343 (java) S 56340 56343 55268 0 -1 4194304 11838 0 0 0 121 5 0 0 20 0 19 0 52469550 19452874752 47474 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
/proc/56343/statm: 4749237 47474 5468 1 0 551641 0
[pid=56343/tid=56345] ppid=56340 vsize=18996948 memory=18304 CPUtime=0.58 cores=5,7
/proc/56343/task/56345/stat : 56345 (java) R 56340 56343 55268 0 -1 4194368 5424 0 0 0 55 3 0 0 20 0 19 0 52469551 19452874752 47474 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56354] ppid=56340 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/56343/task/56354/stat : 56354 (Finalizer) S 56340 56343 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52469553 19452874752 47474 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56361] ppid=56340 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/56343/task/56361/stat : 56361 (Common-Cleaner) S 56340 56343 55268 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 52469554 19452874752 47474 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 189896 KiB

[startup+1.50025 s]
/proc/loadavg: 4.30 4.27 4.27 6/341 56362
/proc/meminfo: memFree=122393372/131249996 swapFree=33010684/33010684
[pid=56343] ppid=56340 vsize=19063512 memory=407148 CPUtime=2.76 cores=5,7
/proc/56343/stat : 56343 (java) S 56340 56343 55268 0 -1 4194304 14673 0 0 0 266 10 0 0 20 0 20 0 52469550 19521036288 101787 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
/proc/56343/statm: 4765878 101787 5500 1 0 1087643 0
[pid=56343/tid=56345] ppid=56340 vsize=19063512 memory=3328 CPUtime=1.27 cores=5,7
/proc/56343/task/56345/stat : 56345 (java) R 56340 56343 55268 0 -1 4194368 5666 0 0 0 120 7 0 0 20 0 20 0 52469551 19521036288 101787 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56354] ppid=56340 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/56343/task/56354/stat : 56354 (Finalizer) S 56340 56343 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52469553 19521036288 101787 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56361] ppid=56340 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/56343/task/56361/stat : 56361 (Common-Cleaner) S 56340 56343 55268 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 52469554 19521036288 101787 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 407148 KiB

[startup+3.1057 s]
/proc/loadavg: 4.30 4.27 4.27 5/342 56363
/proc/meminfo: memFree=122205452/131249996 swapFree=33010684/33010684
[pid=56343] ppid=56340 vsize=19063512 memory=473220 CPUtime=4.96 cores=5,7
/proc/56343/stat : 56343 (java) S 56340 56343 55268 0 -1 4194304 14850 0 0 0 483 13 0 0 20 0 20 0 52469550 19521036288 118305 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
/proc/56343/statm: 4765878 118305 5500 1 0 1087694 0
[pid=56343/tid=56345] ppid=56340 vsize=19063512 memory=10752 CPUtime=2.78 cores=5,7
/proc/56343/task/56345/stat : 56345 (java) R 56340 56343 55268 0 -1 4194368 5696 0 0 0 270 8 0 0 20 0 20 0 52469551 19521036288 118305 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56354] ppid=56340 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/56343/task/56354/stat : 56354 (Finalizer) S 56340 56343 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52469553 19521036288 118305 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56361] ppid=56340 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/56343/task/56361/stat : 56361 (Common-Cleaner) S 56340 56343 55268 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 52469554 19521036288 118305 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56363] ppid=56340 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/56343/task/56363/stat : 56363 (Timer-0) S 56340 56343 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52469657 19521036288 118305 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
Current children cumulated CPU time: 4.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 473220 KiB

[startup+6.30025 s]
/proc/loadavg: 4.43 4.30 4.28 6/342 56363
/proc/meminfo: memFree=121751208/131249996 swapFree=33010684/33010684
[pid=56343] ppid=56340 vsize=19063512 memory=1047308 CPUtime=9.52 cores=5,7
/proc/56343/stat : 56343 (java) S 56340 56343 55268 0 -1 4194304 25548 0 0 0 926 26 0 0 20 0 20 0 52469550 19521036288 261827 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
/proc/56343/statm: 4765878 261827 5500 1 0 1089834 0
[pid=56343/tid=56345] ppid=56340 vsize=19063512 memory=0 CPUtime=5.9 cores=5,7
/proc/56343/task/56345/stat : 56345 (java) R 56340 56343 55268 0 -1 4194368 6625 0 0 0 571 19 0 0 20 0 20 0 52469551 19521036288 261827 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56354] ppid=56340 vsize=19063512 memory=7100839887185286273 CPUtime=0 cores=5,7
/proc/56343/task/56354/stat : 56354 (Finalizer) S 56340 56343 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52469553 19521036288 261827 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56361] ppid=56340 vsize=19063512 memory=-6000919507083159146 CPUtime=0 cores=5,7
/proc/56343/task/56361/stat : 56361 (Common-Cleaner) S 56340 56343 55268 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 52469554 19521036288 261827 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56363] ppid=56340 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/56343/task/56363/stat : 56363 (Timer-0) S 56340 56343 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52469657 19521036288 261827 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
Current children cumulated CPU time: 9.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1047308 KiB

[startup+12.7002 s]
/proc/loadavg: 4.40 4.30 4.28 5/342 56363
/proc/meminfo: memFree=120010164/131249996 swapFree=33010684/33010684
[pid=56343] ppid=56340 vsize=19063512 memory=2651216 CPUtime=16.27 cores=5,7
/proc/56343/stat : 56343 (java) S 56340 56343 55268 0 -1 4194304 27314 0 0 0 1568 59 0 0 20 0 20 0 52469550 19521036288 662804 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
/proc/56343/statm: 4765878 662804 5500 1 0 1089861 0
[pid=56343/tid=56345] ppid=56340 vsize=19063512 memory=0 CPUtime=12.24 cores=5,7
/proc/56343/task/56345/stat : 56345 (java) R 56340 56343 55268 0 -1 4194368 8235 0 0 0 1173 51 0 0 20 0 20 0 52469551 19521036288 662804 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56354] ppid=56340 vsize=19063512 memory=2651216 CPUtime=0 cores=5,7
/proc/56343/task/56354/stat : 56354 (Finalizer) S 56340 56343 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52469553 19521036288 662804 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56361] ppid=56340 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/56343/task/56361/stat : 56361 (Common-Cleaner) S 56340 56343 55268 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 52469554 19521036288 662804 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56363] ppid=56340 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/56343/task/56363/stat : 56363 (Timer-0) S 56340 56343 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52469657 19521036288 662804 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
Current children cumulated CPU time: 16.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2651216 KiB

[startup+25.5002 s]
/proc/loadavg: 4.45 4.31 4.29 5/343 56432
/proc/meminfo: memFree=120094016/131249996 swapFree=33010684/33010684
[pid=56343] ppid=56340 vsize=19063512 memory=2653264 CPUtime=29.12 cores=5,7
/proc/56343/stat : 56343 (java) S 56340 56343 55268 0 -1 4194304 31539 0 0 0 2851 61 0 0 20 0 20 0 52469550 19521036288 663316 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
/proc/56343/statm: 4765878 663316 5500 1 0 1089861 0
[pid=56343/tid=56345] ppid=56340 vsize=19063512 memory=2651216 CPUtime=24.97 cores=5,7
/proc/56343/task/56345/stat : 56345 (java) R 56340 56343 55268 0 -1 4194368 9987 0 0 0 2445 52 0 0 20 0 20 0 52469551 19521036288 663316 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56354] ppid=56340 vsize=19063512 memory=2653264 CPUtime=0 cores=5,7
/proc/56343/task/56354/stat : 56354 (Finalizer) S 56340 56343 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52469553 19521036288 663316 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56361] ppid=56340 vsize=19063512 memory=16912 CPUtime=0 cores=5,7
/proc/56343/task/56361/stat : 56361 (Common-Cleaner) S 56340 56343 55268 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 52469554 19521036288 663316 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56363] ppid=56340 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/56343/task/56363/stat : 56363 (Timer-0) S 56340 56343 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52469657 19521036288 663316 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
Current children cumulated CPU time: 29.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2653264 KiB

[startup+51.1057 s]
/proc/loadavg: 4.29 4.29 4.28 5/343 56432
/proc/meminfo: memFree=120040856/131249996 swapFree=33010684/33010684
[pid=56343] ppid=56340 vsize=19063512 memory=2663812 CPUtime=55.04 cores=5,7
/proc/56343/stat : 56343 (java) S 56340 56343 55268 0 -1 4194304 38549 0 0 0 5440 64 0 0 20 0 20 0 52469550 19521036288 665953 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
/proc/56343/statm: 4765878 665953 5500 1 0 1089893 0
[pid=56343/tid=56345] ppid=56340 vsize=19063512 memory=2663812 CPUtime=50.38 cores=5,7
/proc/56343/task/56345/stat : 56345 (java) R 56340 56343 55268 0 -1 4194368 13145 0 0 0 4985 53 0 0 20 0 20 0 52469551 19521036288 665953 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56354] ppid=56340 vsize=19063512 memory=2661764 CPUtime=0 cores=5,7
/proc/56343/task/56354/stat : 56354 (Finalizer) S 56340 56343 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52469553 19521036288 665953 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56361] ppid=56340 vsize=19063512 memory=2661764 CPUtime=0 cores=5,7
/proc/56343/task/56361/stat : 56361 (Common-Cleaner) S 56340 56343 55268 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 52469554 19521036288 665953 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56363] ppid=56340 vsize=19063512 memory=2661764 CPUtime=0 cores=5,7
/proc/56343/task/56363/stat : 56363 (Timer-0) S 56340 56343 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52469657 19521036288 665953 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
Current children cumulated CPU time: 55.04 s

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

/proc/meminfo: memFree=116554812/131249996 swapFree=33010684/33010684
[pid=56343] ppid=56340 vsize=19063512 memory=3217060 CPUtime=3254.7 cores=5,7
/proc/56343/stat : 56343 (java) S 56340 56343 55268 0 -1 4194304 135784 0 0 0 325262 208 0 0 20 0 20 0 52469550 19521036288 804265 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
/proc/56343/statm: 4765878 804265 5532 1 0 1091836 0
[pid=56343/tid=56345] ppid=56340 vsize=19063512 memory=3206656 CPUtime=3193.72 cores=5,7
/proc/56343/task/56345/stat : 56345 (java) R 56340 56343 55268 0 -1 4194368 69402 0 0 0 319299 73 0 0 20 0 20 0 52469551 19521036288 804265 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56354] ppid=56340 vsize=19063512 memory=3214972 CPUtime=0 cores=5,7
/proc/56343/task/56354/stat : 56354 (Finalizer) S 56340 56343 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52469553 19521036288 804265 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56361] ppid=56340 vsize=19063512 memory=18304 CPUtime=0 cores=5,7
/proc/56343/task/56361/stat : 56361 (Common-Cleaner) S 56340 56343 55268 0 -1 4194368 1925 0 0 0 0 0 0 0 20 0 20 0 52469554 19521036288 804265 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56363] ppid=56340 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/56343/task/56363/stat : 56363 (Timer-0) S 56340 56343 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52469657 19521036288 804265 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
Current children cumulated CPU time: 3254.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3217060 KiB

[startup+3282.3 s]
/proc/loadavg: 3.72 4.05 4.13 4/316 56637
/proc/meminfo: memFree=120121564/131249996 swapFree=33010684/33010684
[pid=56343] ppid=56340 vsize=19063512 memory=3223252 CPUtime=3315.71 cores=5,7
/proc/56343/stat : 56343 (java) S 56340 56343 55268 0 -1 4194304 136540 0 0 0 331360 211 0 0 20 0 20 0 52469550 19521036288 805813 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
/proc/56343/statm: 4765878 805813 5532 1 0 1091836 0
[pid=56343/tid=56345] ppid=56340 vsize=19063512 memory=3221200 CPUtime=3253.16 cores=5,7
/proc/56343/task/56345/stat : 56345 (java) R 56340 56343 55268 0 -1 4194368 70109 0 0 0 325243 73 0 0 20 0 20 0 52469551 19521036288 805813 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56354] ppid=56340 vsize=19063512 memory=3217060 CPUtime=0 cores=5,7
/proc/56343/task/56354/stat : 56354 (Finalizer) S 56340 56343 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52469553 19521036288 805813 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56361] ppid=56340 vsize=19063512 memory=18304 CPUtime=0 cores=5,7
/proc/56343/task/56361/stat : 56361 (Common-Cleaner) S 56340 56343 55268 0 -1 4194368 1925 0 0 0 0 0 0 0 20 0 20 0 52469554 19521036288 805813 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56363] ppid=56340 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/56343/task/56363/stat : 56363 (Timer-0) S 56340 56343 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52469657 19521036288 805813 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
Current children cumulated CPU time: 3315.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3223252 KiB

[startup+3342.3 s]
/proc/loadavg: 2.88 3.76 4.03 3/291 56673
/proc/meminfo: memFree=122964448/131249996 swapFree=33010684/33010684
[pid=56343] ppid=56340 vsize=19063512 memory=3227356 CPUtime=3376.47 cores=5,7
/proc/56343/stat : 56343 (java) S 56340 56343 55268 0 -1 4194304 139131 0 0 0 337434 213 0 0 20 0 20 0 52469550 19521036288 806839 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
/proc/56343/statm: 4765878 806839 5532 1 0 1091836 0
[pid=56343/tid=56345] ppid=56340 vsize=19063512 memory=18304 CPUtime=3312.41 cores=5,7
/proc/56343/task/56345/stat : 56345 (java) R 56340 56343 55268 0 -1 4194368 71654 0 0 0 331168 73 0 0 20 0 20 0 52469551 19521036288 806839 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56354] ppid=56340 vsize=19063512 memory=3221200 CPUtime=0 cores=5,7
/proc/56343/task/56354/stat : 56354 (Finalizer) S 56340 56343 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52469553 19521036288 806839 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56361] ppid=56340 vsize=19063512 memory=3225304 CPUtime=0 cores=5,7
/proc/56343/task/56361/stat : 56361 (Common-Cleaner) S 56340 56343 55268 0 -1 4194368 2002 0 0 0 0 0 0 0 20 0 20 0 52469554 19521036288 806839 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56363] ppid=56340 vsize=19063512 memory=3225304 CPUtime=0 cores=5,7
/proc/56343/task/56363/stat : 56363 (Timer-0) S 56340 56343 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52469657 19521036288 806839 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
Current children cumulated CPU time: 3376.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3227356 KiB

[startup+3402.3 s]
/proc/loadavg: 2.43 3.47 3.91 3/291 56685
/proc/meminfo: memFree=122959788/131249996 swapFree=33010684/33010684
[pid=56343] ppid=56340 vsize=19063512 memory=3231464 CPUtime=3437.16 cores=5,7
/proc/56343/stat : 56343 (java) S 56340 56343 55268 0 -1 4194304 141498 0 0 0 343500 216 0 0 20 0 20 0 52469550 19521036288 807866 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
/proc/56343/statm: 4765878 807866 5532 1 0 1091836 0
[pid=56343/tid=56345] ppid=56340 vsize=19063512 memory=18304 CPUtime=3371.7 cores=5,7
/proc/56343/task/56345/stat : 56345 (java) R 56340 56343 55268 0 -1 4194368 73120 0 0 0 337096 74 0 0 20 0 20 0 52469551 19521036288 807866 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56354] ppid=56340 vsize=19063512 memory=3229412 CPUtime=0 cores=5,7
/proc/56343/task/56354/stat : 56354 (Finalizer) S 56340 56343 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52469553 19521036288 807866 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56361] ppid=56340 vsize=19063512 memory=3231464 CPUtime=0 cores=5,7
/proc/56343/task/56361/stat : 56361 (Common-Cleaner) S 56340 56343 55268 0 -1 4194368 2047 0 0 0 0 0 0 0 20 0 20 0 52469554 19521036288 807866 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56363] ppid=56340 vsize=19063512 memory=3231464 CPUtime=0 cores=5,7
/proc/56343/task/56363/stat : 56363 (Timer-0) S 56340 56343 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52469657 19521036288 807866 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
Current children cumulated CPU time: 3437.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3231464 KiB

[startup+3462.3 s]
/proc/loadavg: 2.21 3.22 3.79 3/291 56687
/proc/meminfo: memFree=122951992/131249996 swapFree=33010684/33010684
[pid=56343] ppid=56340 vsize=19063512 memory=3239680 CPUtime=3498.1 cores=5,7
/proc/56343/stat : 56343 (java) S 56340 56343 55268 0 -1 4194304 141585 0 0 0 349592 218 0 0 20 0 20 0 52469550 19521036288 809920 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
/proc/56343/statm: 4765878 809920 5532 1 0 1091837 0
[pid=56343/tid=56345] ppid=56340 vsize=19063512 memory=18304 CPUtime=3430.97 cores=5,7
/proc/56343/task/56345/stat : 56345 (java) R 56340 56343 55268 0 -1 4194368 73153 0 0 0 343023 74 0 0 20 0 20 0 52469551 19521036288 809920 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56354] ppid=56340 vsize=19063512 memory=3239680 CPUtime=0 cores=5,7
/proc/56343/task/56354/stat : 56354 (Finalizer) S 56340 56343 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52469553 19521036288 809920 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56361] ppid=56340 vsize=19063512 memory=3239680 CPUtime=0 cores=5,7
/proc/56343/task/56361/stat : 56361 (Common-Cleaner) S 56340 56343 55268 0 -1 4194368 2047 0 0 0 0 0 0 0 20 0 20 0 52469554 19521036288 809920 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56363] ppid=56340 vsize=19063512 memory=3239680 CPUtime=0 cores=5,7
/proc/56343/task/56363/stat : 56363 (Timer-0) S 56340 56343 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52469657 19521036288 809920 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
Current children cumulated CPU time: 3498.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3239680 KiB

[startup+3522.3 s]
/proc/loadavg: 2.18 3.02 3.69 3/291 56689
/proc/meminfo: memFree=122927892/131249996 swapFree=33010684/33010684
[pid=56343] ppid=56340 vsize=19063512 memory=3252176 CPUtime=3559.01 cores=5,7
/proc/56343/stat : 56343 (java) S 56340 56343 55268 0 -1 4194304 142840 0 0 0 355680 221 0 0 20 0 20 0 52469550 19521036288 813044 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
/proc/56343/statm: 4765878 813044 5532 1 0 1091923 0
[pid=56343/tid=56345] ppid=56340 vsize=19063512 memory=18304 CPUtime=3490.15 cores=5,7
/proc/56343/task/56345/stat : 56345 (java) R 56340 56343 55268 0 -1 4194368 74256 0 0 0 348941 74 0 0 20 0 20 0 52469551 19521036288 813044 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56354] ppid=56340 vsize=19063512 memory=3239680 CPUtime=0 cores=5,7
/proc/56343/task/56354/stat : 56354 (Finalizer) S 56340 56343 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52469553 19521036288 813044 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56361] ppid=56340 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/56343/task/56361/stat : 56361 (Common-Cleaner) S 56340 56343 55268 0 -1 4194368 2047 0 0 0 0 0 0 0 20 0 20 0 52469554 19521036288 813044 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56363] ppid=56340 vsize=19063512 memory=3252048 CPUtime=0 cores=5,7
/proc/56343/task/56363/stat : 56363 (Timer-0) S 56340 56343 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52469657 19521036288 813044 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
Current children cumulated CPU time: 3559.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3252176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3562.9 s]
/proc/loadavg: 2.14 2.91 3.62 3/290 56692
/proc/meminfo: memFree=122924292/131249996 swapFree=33010684/33010684
[pid=56343] ppid=56340 vsize=19063512 memory=3258404 CPUtime=3600.05 cores=5,7
/proc/56343/stat : 56343 (java) S 56340 56343 55268 0 -1 4194304 144867 0 0 0 359782 223 0 0 20 0 20 0 52469550 19521036288 814601 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
/proc/56343/statm: 4765878 814601 5532 1 0 1091923 0
[pid=56343/tid=56345] ppid=56340 vsize=19063512 memory=18304 CPUtime=3530.25 cores=5,7
/proc/56343/task/56345/stat : 56345 (java) R 56340 56343 55268 0 -1 4194368 75273 0 0 0 352951 74 0 0 20 0 20 0 52469551 19521036288 814601 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56354] ppid=56340 vsize=19063512 memory=3256352 CPUtime=0 cores=5,7
/proc/56343/task/56354/stat : 56354 (Finalizer) S 56340 56343 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52469553 19521036288 814601 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56361] ppid=56340 vsize=19063512 memory=3256352 CPUtime=0 cores=5,7
/proc/56343/task/56361/stat : 56361 (Common-Cleaner) S 56340 56343 55268 0 -1 4194368 2047 0 0 0 0 0 0 0 20 0 20 0 52469554 19521036288 814601 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56363] ppid=56340 vsize=19063512 memory=16912 CPUtime=0 cores=5,7
/proc/56343/task/56363/stat : 56363 (Timer-0) S 56340 56343 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52469657 19521036288 814601 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3258404 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.99 s, system=2.25231 s

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

[startup+3562.9 s]
/proc/loadavg: 2.14 2.91 3.62 3/290 56692
/proc/meminfo: memFree=122924292/131249996 swapFree=33010684/33010684
[pid=56343] ppid=56340 vsize=19063512 memory=3258404 CPUtime=3600.05 cores=5,7
/proc/56343/stat : 56343 (java) S 56340 56343 55268 0 -1 4194304 144867 0 0 0 359782 223 0 0 20 0 20 0 52469550 19521036288 814601 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
/proc/56343/statm: 4765878 814601 5532 1 0 1091923 0
[pid=56343/tid=56345] ppid=56340 vsize=19063512 memory=18304 CPUtime=3530.25 cores=5,7
/proc/56343/task/56345/stat : 56345 (java) R 56340 56343 55268 0 -1 4194368 75273 0 0 0 352951 74 0 0 20 0 20 0 52469551 19521036288 814601 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56354] ppid=56340 vsize=19063512 memory=3256352 CPUtime=0 cores=5,7
/proc/56343/task/56354/stat : 56354 (Finalizer) S 56340 56343 55268 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52469553 19521036288 814601 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56361] ppid=56340 vsize=19063512 memory=3256352 CPUtime=0 cores=5,7
/proc/56343/task/56361/stat : 56361 (Common-Cleaner) S 56340 56343 55268 0 -1 4194368 2047 0 0 0 0 0 0 0 20 0 20 0 52469554 19521036288 814601 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
[pid=56343/tid=56363] ppid=56340 vsize=19063512 memory=16912 CPUtime=0 cores=5,7
/proc/56343/task/56363/stat : 56363 (Timer-0) S 56340 56343 55268 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52469657 19521036288 814601 18446744073709551615 94226527789056 94226527792752 140733883306592 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94226527800568 94226527801360 94226543063040 140733883312510 140733883312614 140733883312614 140733883318216 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3258404 KiB

Child status: 143

Real time (s): 3563
CPU time (s): 3600.24
CPU user time (s): 3597.99
CPU system time (s): 2.25231
CPU usage (%): 101.045
Max. virtual memory (cumulated for all children) (KiB): 19065360
Max. memory (cumulated for all children) (KiB): 3258404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.99
system time used= 2.25231
maximum resident set size= 3259428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147257
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128448
involuntary context switches= 11101


# summary of solver processes directly reported to runsolver:
#   pid: 56343
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3597.99
#   total CPU system time (s): 2.25231

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.3456 second user time and 17.3627 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-01 13:05:16
IDJOB=4490800
IDBENCH=147620
IDSOLVER=3361
FILE ID=nodeC024/4490800-1751367916
RUNJOBID= nodeC024-1751360763-55281
SLURM_JOB_ID= 9598166
Free space on /tmp= 432968 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490800-1751367916/watcher-4490800-1751367916 -o /tmp/evaluation-result-4490800-1751367916/solver-4490800-1751367916 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751360763-55281 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4490800-1751367916.opb

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

MD5SUM BENCH= 329db8d421c28e548757e1dbc8e6ec5f
RANDOM SEED=1780414207

nodeC024 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	: 0xb00002a
cpu MHz		: 3598.991
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
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	: 0xb00002a
cpu MHz		: 3599.673
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
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	: 0xb00002a
cpu MHz		: 3599.585
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
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	: 0xb00002a
cpu MHz		: 3504.481
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
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	: 0xb00002a
cpu MHz		: 3599.675
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
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	: 0xb00002a
cpu MHz		: 3463.045
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
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	: 0xb00002a
cpu MHz		: 3601.471
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
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	: 0xb00002a
cpu MHz		: 3599.651
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        122596948 kB
MemAvailable:   123935260 kB
Buffers:            3280 kB
Cached:          2131492 kB
SwapCached:            0 kB
Active:          6130356 kB
Inactive:        1875008 kB
Active(anon):    5888656 kB
Inactive(anon):        0 kB
Active(file):     241700 kB
Inactive(file):  1875008 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6840 kB
Writeback:             0 kB
AnonPages:       5872676 kB
Mapped:           123504 kB
Shmem:             18064 kB
KReclaimable:     121284 kB
Slab:             210180 kB
SReclaimable:     121284 kB
SUnreclaim:        88896 kB
KernelStack:        5232 kB
PageTables:        15184 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7808572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5615616 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432968 MiB
End job on nodeC024 at 2025-07-01 14:04:40